@genesislcap/foundation-ui 14.463.0 → 14.464.0-row-duplication.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1398,37 +1398,6 @@
1398
1398
  }
1399
1399
  ]
1400
1400
  },
1401
- {
1402
- "kind": "javascript-module",
1403
- "path": "src/_config/index.ts",
1404
- "declarations": [],
1405
- "exports": [
1406
- {
1407
- "kind": "js",
1408
- "name": "*",
1409
- "declaration": {
1410
- "name": "*",
1411
- "package": "./styles"
1412
- }
1413
- },
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./tokens"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./values"
1428
- }
1429
- }
1430
- ]
1431
- },
1432
1401
  {
1433
1402
  "kind": "javascript-module",
1434
1403
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1825,11 +1794,34 @@
1825
1794
  },
1826
1795
  {
1827
1796
  "kind": "javascript-module",
1828
- "path": "src/accordion/accordion.styles.ts",
1797
+ "path": "src/actions-menu/actions-menu.styles.ts",
1829
1798
  "declarations": [
1830
1799
  {
1831
1800
  "kind": "function",
1832
- "name": "foundationAccordionStyles",
1801
+ "name": "actionsMenuBaseStyles",
1802
+ "return": {
1803
+ "type": {
1804
+ "text": "ElementStyles"
1805
+ }
1806
+ },
1807
+ "parameters": [
1808
+ {
1809
+ "name": "context",
1810
+ "type": {
1811
+ "text": "ElementDefinitionContext"
1812
+ }
1813
+ },
1814
+ {
1815
+ "name": "definition",
1816
+ "type": {
1817
+ "text": "FoundationElementDefinition"
1818
+ }
1819
+ }
1820
+ ]
1821
+ },
1822
+ {
1823
+ "kind": "function",
1824
+ "name": "foundationActionsMenuStyles",
1833
1825
  "return": {
1834
1826
  "type": {
1835
1827
  "text": "ElementStyles"
@@ -1854,807 +1846,269 @@
1854
1846
  "exports": [
1855
1847
  {
1856
1848
  "kind": "js",
1857
- "name": "foundationAccordionStyles",
1849
+ "name": "actionsMenuBaseStyles",
1858
1850
  "declaration": {
1859
- "name": "foundationAccordionStyles",
1860
- "module": "src/accordion/accordion.styles.ts"
1851
+ "name": "actionsMenuBaseStyles",
1852
+ "module": "src/actions-menu/actions-menu.styles.ts"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "foundationActionsMenuStyles",
1858
+ "declaration": {
1859
+ "name": "foundationActionsMenuStyles",
1860
+ "module": "src/actions-menu/actions-menu.styles.ts"
1861
1861
  }
1862
1862
  }
1863
1863
  ]
1864
1864
  },
1865
1865
  {
1866
1866
  "kind": "javascript-module",
1867
- "path": "src/accordion/accordion.template.ts",
1867
+ "path": "src/actions-menu/actions-menu.template.ts",
1868
1868
  "declarations": [
1869
1869
  {
1870
1870
  "kind": "function",
1871
- "name": "foundationAccordionTemplate",
1872
- "return": {
1873
- "type": {
1874
- "text": "ViewTemplate<Accordion>"
1875
- }
1876
- },
1871
+ "name": "menuTemplate",
1877
1872
  "parameters": [
1878
1873
  {
1879
- "name": "context",
1874
+ "name": "prefix",
1880
1875
  "type": {
1881
- "text": "ElementDefinitionContext"
1876
+ "text": "string"
1882
1877
  }
1883
- },
1878
+ }
1879
+ ]
1880
+ },
1881
+ {
1882
+ "kind": "function",
1883
+ "name": "singleOptionTemplate",
1884
+ "parameters": [
1884
1885
  {
1885
- "name": "definition",
1886
+ "name": "prefix",
1886
1887
  "type": {
1887
- "text": "FoundationElementDefinition"
1888
+ "text": "string"
1888
1889
  }
1889
1890
  }
1890
1891
  ]
1892
+ },
1893
+ {
1894
+ "kind": "variable",
1895
+ "name": "foundationActionsMenuTemplate",
1896
+ "type": {
1897
+ "text": "ViewTemplate<ActionsMenu>"
1898
+ },
1899
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1891
1900
  }
1892
1901
  ],
1893
1902
  "exports": [
1894
1903
  {
1895
1904
  "kind": "js",
1896
- "name": "foundationAccordionTemplate",
1905
+ "name": "menuTemplate",
1897
1906
  "declaration": {
1898
- "name": "foundationAccordionTemplate",
1899
- "module": "src/accordion/accordion.template.ts"
1907
+ "name": "menuTemplate",
1908
+ "module": "src/actions-menu/actions-menu.template.ts"
1909
+ }
1910
+ },
1911
+ {
1912
+ "kind": "js",
1913
+ "name": "singleOptionTemplate",
1914
+ "declaration": {
1915
+ "name": "singleOptionTemplate",
1916
+ "module": "src/actions-menu/actions-menu.template.ts"
1917
+ }
1918
+ },
1919
+ {
1920
+ "kind": "js",
1921
+ "name": "foundationActionsMenuTemplate",
1922
+ "declaration": {
1923
+ "name": "foundationActionsMenuTemplate",
1924
+ "module": "src/actions-menu/actions-menu.template.ts"
1900
1925
  }
1901
1926
  }
1902
1927
  ]
1903
1928
  },
1904
1929
  {
1905
1930
  "kind": "javascript-module",
1906
- "path": "src/accordion/accordion.ts",
1931
+ "path": "src/actions-menu/actions-menu.ts",
1907
1932
  "declarations": [
1908
1933
  {
1909
1934
  "kind": "class",
1910
1935
  "description": "",
1911
- "name": "Accordion",
1912
- "superclass": {
1913
- "name": "FASTAccordion",
1914
- "package": "@microsoft/fast-foundation"
1915
- },
1916
- "tagName": "%%prefix%%-accordion",
1917
- "customElement": true,
1918
- "attributes": [
1936
+ "name": "ActionsMenu",
1937
+ "members": [
1919
1938
  {
1920
- "name": "expand-mode",
1939
+ "kind": "field",
1940
+ "name": "actions",
1921
1941
  "type": {
1922
- "text": "AccordionExpandMode"
1923
- },
1924
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1925
- "fieldName": "expandmode",
1926
- "inheritedFrom": {
1927
- "name": "Accordion",
1928
- "module": "src/accordion/accordion.ts"
1942
+ "text": "ActionMenuItem[]"
1929
1943
  }
1930
- }
1931
- ],
1932
- "members": [
1944
+ },
1933
1945
  {
1934
1946
  "kind": "field",
1935
- "name": "expandmode",
1947
+ "name": "isVertical",
1936
1948
  "type": {
1937
- "text": "AccordionExpandMode"
1949
+ "text": "boolean"
1938
1950
  },
1939
- "privacy": "public",
1940
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1941
- "inheritedFrom": {
1942
- "name": "Accordion",
1943
- "module": "src/accordion/accordion.ts"
1944
- }
1951
+ "default": "false"
1945
1952
  },
1946
1953
  {
1947
1954
  "kind": "field",
1948
- "name": "activeid",
1955
+ "name": "addDefaultActions",
1949
1956
  "type": {
1950
- "text": "string | null"
1957
+ "text": "boolean"
1951
1958
  },
1952
- "privacy": "private",
1953
- "inheritedFrom": {
1954
- "name": "Accordion",
1955
- "module": "src/accordion/accordion.ts"
1956
- }
1959
+ "default": "true"
1957
1960
  },
1958
1961
  {
1959
1962
  "kind": "field",
1960
- "name": "activeItemIndex",
1963
+ "name": "autoCloseOnAction",
1961
1964
  "type": {
1962
- "text": "number"
1965
+ "text": "boolean"
1963
1966
  },
1964
- "privacy": "private",
1965
- "default": "0",
1966
- "inheritedFrom": {
1967
- "name": "Accordion",
1968
- "module": "src/accordion/accordion.ts"
1969
- }
1967
+ "default": "true"
1970
1968
  },
1971
1969
  {
1972
1970
  "kind": "field",
1973
- "name": "accordionIds",
1971
+ "name": "classNames",
1974
1972
  "type": {
1975
- "text": "Array<string | null>"
1976
- },
1977
- "privacy": "private",
1978
- "inheritedFrom": {
1979
- "name": "Accordion",
1980
- "module": "src/accordion/accordion.ts"
1973
+ "text": "string"
1981
1974
  }
1982
1975
  },
1983
1976
  {
1984
1977
  "kind": "field",
1985
- "name": "change",
1986
- "privacy": "private",
1987
- "inheritedFrom": {
1988
- "name": "Accordion",
1989
- "module": "src/accordion/accordion.ts"
1978
+ "name": "definition",
1979
+ "type": {
1980
+ "text": "any"
1990
1981
  }
1991
1982
  },
1992
1983
  {
1993
- "kind": "method",
1994
- "name": "findExpandedItem",
1995
- "privacy": "private",
1996
- "return": {
1997
- "type": {
1998
- "text": "AccordionItem | null"
1999
- }
1984
+ "kind": "field",
1985
+ "name": "name",
1986
+ "type": {
1987
+ "text": "string"
2000
1988
  },
2001
- "inheritedFrom": {
2002
- "name": "Accordion",
2003
- "module": "src/accordion/accordion.ts"
2004
- }
1989
+ "default": "'Actions'"
2005
1990
  },
2006
1991
  {
2007
1992
  "kind": "field",
2008
- "name": "setItems",
2009
- "privacy": "private",
2010
- "inheritedFrom": {
2011
- "name": "Accordion",
2012
- "module": "src/accordion/accordion.ts"
1993
+ "name": "open",
1994
+ "type": {
1995
+ "text": "boolean"
1996
+ },
1997
+ "default": "false"
1998
+ },
1999
+ {
2000
+ "kind": "field",
2001
+ "name": "buttonAppearance",
2002
+ "type": {
2003
+ "text": "string"
2013
2004
  }
2014
2005
  },
2015
2006
  {
2016
- "kind": "method",
2017
- "name": "resetItems",
2018
- "privacy": "private",
2019
- "return": {
2020
- "type": {
2021
- "text": "void"
2022
- }
2007
+ "kind": "field",
2008
+ "name": "hideDisabled",
2009
+ "type": {
2010
+ "text": "boolean"
2023
2011
  },
2024
- "inheritedFrom": {
2025
- "name": "Accordion",
2026
- "module": "src/accordion/accordion.ts"
2027
- }
2012
+ "default": "false"
2028
2013
  },
2029
2014
  {
2030
2015
  "kind": "field",
2031
- "name": "removeItemListeners",
2032
- "privacy": "private",
2033
- "inheritedFrom": {
2034
- "name": "Accordion",
2035
- "module": "src/accordion/accordion.ts"
2016
+ "name": "hideMenuSingleOption",
2017
+ "type": {
2018
+ "text": "boolean"
2019
+ },
2020
+ "default": "false"
2021
+ },
2022
+ {
2023
+ "kind": "field",
2024
+ "name": "singleOption",
2025
+ "type": {
2026
+ "text": "ActionMenuItem"
2036
2027
  }
2037
2028
  },
2038
2029
  {
2039
2030
  "kind": "field",
2040
- "name": "activeItemChange",
2041
- "privacy": "private",
2042
- "inheritedFrom": {
2043
- "name": "Accordion",
2044
- "module": "src/accordion/accordion.ts"
2031
+ "name": "actionsMenu",
2032
+ "type": {
2033
+ "text": "HTMLElement"
2045
2034
  }
2046
2035
  },
2047
2036
  {
2048
2037
  "kind": "method",
2049
- "name": "getItemIds",
2050
- "privacy": "private",
2051
- "return": {
2052
- "type": {
2053
- "text": "Array<string | null>"
2038
+ "name": "definitionChanged",
2039
+ "privacy": "protected",
2040
+ "parameters": [
2041
+ {
2042
+ "name": "oldValue",
2043
+ "type": {
2044
+ "text": "any"
2045
+ }
2046
+ },
2047
+ {
2048
+ "name": "newValue",
2049
+ "type": {
2050
+ "text": "any"
2051
+ }
2054
2052
  }
2055
- },
2056
- "inheritedFrom": {
2057
- "name": "Accordion",
2058
- "module": "src/accordion/accordion.ts"
2059
- }
2053
+ ]
2060
2054
  },
2061
2055
  {
2062
2056
  "kind": "method",
2063
- "name": "isSingleExpandMode",
2064
- "privacy": "private",
2065
- "return": {
2066
- "type": {
2067
- "text": "boolean"
2057
+ "name": "openChanged",
2058
+ "privacy": "protected"
2059
+ },
2060
+ {
2061
+ "kind": "method",
2062
+ "name": "toggleActionsMenuVisibility"
2063
+ },
2064
+ {
2065
+ "kind": "method",
2066
+ "name": "onActionMenuItemClick",
2067
+ "parameters": [
2068
+ {
2069
+ "name": "callback",
2070
+ "type": {
2071
+ "text": "(rowData) => void | any"
2072
+ }
2068
2073
  }
2069
- },
2070
- "inheritedFrom": {
2071
- "name": "Accordion",
2072
- "module": "src/accordion/accordion.ts"
2073
- }
2074
+ ]
2074
2075
  },
2075
2076
  {
2076
2077
  "kind": "field",
2077
- "name": "handleItemKeyDown",
2078
- "privacy": "private",
2079
- "inheritedFrom": {
2080
- "name": "Accordion",
2081
- "module": "src/accordion/accordion.ts"
2082
- }
2078
+ "name": "allActions",
2079
+ "type": {
2080
+ "text": "ActionMenuItem[]"
2081
+ },
2082
+ "readonly": true
2083
2083
  },
2084
2084
  {
2085
2085
  "kind": "field",
2086
- "name": "handleItemFocus",
2087
- "privacy": "private",
2088
- "inheritedFrom": {
2089
- "name": "Accordion",
2090
- "module": "src/accordion/accordion.ts"
2091
- }
2086
+ "name": "rowData",
2087
+ "readonly": true
2092
2088
  },
2093
2089
  {
2094
2090
  "kind": "method",
2095
- "name": "adjust",
2096
- "privacy": "private",
2097
- "return": {
2098
- "type": {
2099
- "text": "void"
2100
- }
2101
- },
2091
+ "name": "getLabel",
2102
2092
  "parameters": [
2103
2093
  {
2104
- "name": "adjustment",
2094
+ "name": "name",
2105
2095
  "type": {
2106
- "text": "number"
2096
+ "text": "string | ((rowData: any) => string)"
2107
2097
  }
2108
2098
  }
2109
- ],
2110
- "inheritedFrom": {
2111
- "name": "Accordion",
2112
- "module": "src/accordion/accordion.ts"
2113
- }
2099
+ ]
2114
2100
  },
2115
2101
  {
2116
2102
  "kind": "method",
2117
- "name": "focusItem",
2118
- "privacy": "private",
2119
- "return": {
2120
- "type": {
2121
- "text": "void"
2103
+ "name": "getTemplate",
2104
+ "parameters": [
2105
+ {
2106
+ "name": "prefix",
2107
+ "type": {
2108
+ "text": "string"
2109
+ }
2122
2110
  }
2123
- },
2124
- "inheritedFrom": {
2125
- "name": "Accordion",
2126
- "module": "src/accordion/accordion.ts"
2127
- }
2128
- },
2129
- {
2130
- "kind": "field",
2131
- "name": "_presentation",
2132
- "type": {
2133
- "text": "ComponentPresentation | null | undefined"
2134
- },
2135
- "privacy": "private",
2136
- "default": "void 0",
2137
- "inheritedFrom": {
2138
- "name": "FoundationElement",
2139
- "module": "src/foundation-element/foundation-element.ts"
2140
- }
2141
- },
2142
- {
2143
- "kind": "field",
2144
- "name": "$presentation",
2145
- "type": {
2146
- "text": "ComponentPresentation | null"
2147
- },
2148
- "privacy": "public",
2149
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2150
- "inheritedFrom": {
2151
- "name": "FoundationElement",
2152
- "module": "src/foundation-element/foundation-element.ts"
2153
- }
2154
- },
2155
- {
2156
- "kind": "field",
2157
- "name": "template",
2158
- "type": {
2159
- "text": "ElementViewTemplate | void | null"
2160
- },
2161
- "privacy": "public",
2162
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2163
- "inheritedFrom": {
2164
- "name": "FoundationElement",
2165
- "module": "src/foundation-element/foundation-element.ts"
2166
- }
2167
- },
2168
- {
2169
- "kind": "method",
2170
- "name": "templateChanged",
2171
- "privacy": "protected",
2172
- "return": {
2173
- "type": {
2174
- "text": "void"
2175
- }
2176
- },
2177
- "inheritedFrom": {
2178
- "name": "FoundationElement",
2179
- "module": "src/foundation-element/foundation-element.ts"
2180
- }
2181
- },
2182
- {
2183
- "kind": "field",
2184
- "name": "styles",
2185
- "type": {
2186
- "text": "ElementStyles | void | null"
2187
- },
2188
- "privacy": "public",
2189
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2190
- "inheritedFrom": {
2191
- "name": "FoundationElement",
2192
- "module": "src/foundation-element/foundation-element.ts"
2193
- }
2194
- },
2195
- {
2196
- "kind": "method",
2197
- "name": "stylesChanged",
2198
- "privacy": "protected",
2199
- "return": {
2200
- "type": {
2201
- "text": "void"
2202
- }
2203
- },
2204
- "inheritedFrom": {
2205
- "name": "FoundationElement",
2206
- "module": "src/foundation-element/foundation-element.ts"
2207
- }
2208
- },
2209
- {
2210
- "kind": "method",
2211
- "name": "compose",
2212
- "privacy": "public",
2213
- "static": true,
2214
- "return": {
2215
- "type": {
2216
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2217
- }
2218
- },
2219
- "parameters": [
2220
- {
2221
- "name": "this",
2222
- "type": {
2223
- "text": "K"
2224
- }
2225
- },
2226
- {
2227
- "name": "elementDefinition",
2228
- "type": {
2229
- "text": "T"
2230
- },
2231
- "description": "The definition of the element to create the registry\nfunction for."
2232
- }
2233
- ],
2234
- "description": "Defines an element registry function with a set of element definition defaults.",
2235
- "inheritedFrom": {
2236
- "name": "FoundationElement",
2237
- "module": "src/foundation-element/foundation-element.ts"
2238
- }
2239
- }
2240
- ],
2241
- "events": [
2242
- {
2243
- "description": "Fires a custom 'change' event when the active item changes",
2244
- "name": "change",
2245
- "inheritedFrom": {
2246
- "name": "Accordion",
2247
- "module": "src/accordion/accordion.ts"
2248
- }
2249
- }
2250
- ]
2251
- },
2252
- {
2253
- "kind": "variable",
2254
- "name": "foundationAccordionShadowOptions",
2255
- "type": {
2256
- "text": "ShadowRootInit"
2257
- },
2258
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2259
- },
2260
- {
2261
- "kind": "variable",
2262
- "name": "defaultAccordionConfig",
2263
- "type": {
2264
- "text": "object"
2265
- },
2266
- "default": "{}"
2267
- },
2268
- {
2269
- "kind": "variable",
2270
- "name": "foundationAccordion",
2271
- "description": "The Foundation Accordion",
2272
- "privacy": "public"
2273
- }
2274
- ],
2275
- "exports": [
2276
- {
2277
- "kind": "js",
2278
- "name": "Accordion",
2279
- "declaration": {
2280
- "name": "Accordion",
2281
- "module": "src/accordion/accordion.ts"
2282
- }
2283
- },
2284
- {
2285
- "kind": "js",
2286
- "name": "foundationAccordionShadowOptions",
2287
- "declaration": {
2288
- "name": "foundationAccordionShadowOptions",
2289
- "module": "src/accordion/accordion.ts"
2290
- }
2291
- },
2292
- {
2293
- "kind": "js",
2294
- "name": "defaultAccordionConfig",
2295
- "declaration": {
2296
- "name": "defaultAccordionConfig",
2297
- "module": "src/accordion/accordion.ts"
2298
- }
2299
- },
2300
- {
2301
- "kind": "js",
2302
- "name": "foundationAccordion",
2303
- "declaration": {
2304
- "name": "foundationAccordion",
2305
- "module": "src/accordion/accordion.ts"
2306
- }
2307
- }
2308
- ]
2309
- },
2310
- {
2311
- "kind": "javascript-module",
2312
- "path": "src/accordion/index.ts",
2313
- "declarations": [],
2314
- "exports": [
2315
- {
2316
- "kind": "js",
2317
- "name": "*",
2318
- "declaration": {
2319
- "name": "*",
2320
- "package": "./accordion.template"
2321
- }
2322
- },
2323
- {
2324
- "kind": "js",
2325
- "name": "*",
2326
- "declaration": {
2327
- "name": "*",
2328
- "package": "./accordion.styles"
2329
- }
2330
- },
2331
- {
2332
- "kind": "js",
2333
- "name": "*",
2334
- "declaration": {
2335
- "name": "*",
2336
- "package": "./accordion"
2337
- }
2338
- }
2339
- ]
2340
- },
2341
- {
2342
- "kind": "javascript-module",
2343
- "path": "src/actions-menu/actions-menu.styles.ts",
2344
- "declarations": [
2345
- {
2346
- "kind": "function",
2347
- "name": "actionsMenuBaseStyles",
2348
- "return": {
2349
- "type": {
2350
- "text": "ElementStyles"
2351
- }
2352
- },
2353
- "parameters": [
2354
- {
2355
- "name": "context",
2356
- "type": {
2357
- "text": "ElementDefinitionContext"
2358
- }
2359
- },
2360
- {
2361
- "name": "definition",
2362
- "type": {
2363
- "text": "FoundationElementDefinition"
2364
- }
2365
- }
2366
- ]
2367
- },
2368
- {
2369
- "kind": "function",
2370
- "name": "foundationActionsMenuStyles",
2371
- "return": {
2372
- "type": {
2373
- "text": "ElementStyles"
2374
- }
2375
- },
2376
- "parameters": [
2377
- {
2378
- "name": "context",
2379
- "type": {
2380
- "text": "ElementDefinitionContext"
2381
- }
2382
- },
2383
- {
2384
- "name": "definition",
2385
- "type": {
2386
- "text": "FoundationElementDefinition"
2387
- }
2388
- }
2389
- ]
2390
- }
2391
- ],
2392
- "exports": [
2393
- {
2394
- "kind": "js",
2395
- "name": "actionsMenuBaseStyles",
2396
- "declaration": {
2397
- "name": "actionsMenuBaseStyles",
2398
- "module": "src/actions-menu/actions-menu.styles.ts"
2399
- }
2400
- },
2401
- {
2402
- "kind": "js",
2403
- "name": "foundationActionsMenuStyles",
2404
- "declaration": {
2405
- "name": "foundationActionsMenuStyles",
2406
- "module": "src/actions-menu/actions-menu.styles.ts"
2407
- }
2408
- }
2409
- ]
2410
- },
2411
- {
2412
- "kind": "javascript-module",
2413
- "path": "src/actions-menu/actions-menu.template.ts",
2414
- "declarations": [
2415
- {
2416
- "kind": "function",
2417
- "name": "menuTemplate",
2418
- "parameters": [
2419
- {
2420
- "name": "prefix",
2421
- "type": {
2422
- "text": "string"
2423
- }
2424
- }
2425
- ]
2426
- },
2427
- {
2428
- "kind": "function",
2429
- "name": "singleOptionTemplate",
2430
- "parameters": [
2431
- {
2432
- "name": "prefix",
2433
- "type": {
2434
- "text": "string"
2435
- }
2436
- }
2437
- ]
2438
- },
2439
- {
2440
- "kind": "variable",
2441
- "name": "foundationActionsMenuTemplate",
2442
- "type": {
2443
- "text": "ViewTemplate<ActionsMenu>"
2444
- },
2445
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
2446
- }
2447
- ],
2448
- "exports": [
2449
- {
2450
- "kind": "js",
2451
- "name": "menuTemplate",
2452
- "declaration": {
2453
- "name": "menuTemplate",
2454
- "module": "src/actions-menu/actions-menu.template.ts"
2455
- }
2456
- },
2457
- {
2458
- "kind": "js",
2459
- "name": "singleOptionTemplate",
2460
- "declaration": {
2461
- "name": "singleOptionTemplate",
2462
- "module": "src/actions-menu/actions-menu.template.ts"
2463
- }
2464
- },
2465
- {
2466
- "kind": "js",
2467
- "name": "foundationActionsMenuTemplate",
2468
- "declaration": {
2469
- "name": "foundationActionsMenuTemplate",
2470
- "module": "src/actions-menu/actions-menu.template.ts"
2471
- }
2472
- }
2473
- ]
2474
- },
2475
- {
2476
- "kind": "javascript-module",
2477
- "path": "src/actions-menu/actions-menu.ts",
2478
- "declarations": [
2479
- {
2480
- "kind": "class",
2481
- "description": "",
2482
- "name": "ActionsMenu",
2483
- "members": [
2484
- {
2485
- "kind": "field",
2486
- "name": "actions",
2487
- "type": {
2488
- "text": "ActionMenuItem[]"
2489
- }
2490
- },
2491
- {
2492
- "kind": "field",
2493
- "name": "isVertical",
2494
- "type": {
2495
- "text": "boolean"
2496
- },
2497
- "default": "false"
2498
- },
2499
- {
2500
- "kind": "field",
2501
- "name": "addDefaultActions",
2502
- "type": {
2503
- "text": "boolean"
2504
- },
2505
- "default": "true"
2506
- },
2507
- {
2508
- "kind": "field",
2509
- "name": "autoCloseOnAction",
2510
- "type": {
2511
- "text": "boolean"
2512
- },
2513
- "default": "true"
2514
- },
2515
- {
2516
- "kind": "field",
2517
- "name": "classNames",
2518
- "type": {
2519
- "text": "string"
2520
- }
2521
- },
2522
- {
2523
- "kind": "field",
2524
- "name": "definition",
2525
- "type": {
2526
- "text": "any"
2527
- }
2528
- },
2529
- {
2530
- "kind": "field",
2531
- "name": "name",
2532
- "type": {
2533
- "text": "string"
2534
- },
2535
- "default": "'Actions'"
2536
- },
2537
- {
2538
- "kind": "field",
2539
- "name": "open",
2540
- "type": {
2541
- "text": "boolean"
2542
- },
2543
- "default": "false"
2544
- },
2545
- {
2546
- "kind": "field",
2547
- "name": "buttonAppearance",
2548
- "type": {
2549
- "text": "string"
2550
- }
2551
- },
2552
- {
2553
- "kind": "field",
2554
- "name": "hideDisabled",
2555
- "type": {
2556
- "text": "boolean"
2557
- },
2558
- "default": "false"
2559
- },
2560
- {
2561
- "kind": "field",
2562
- "name": "hideMenuSingleOption",
2563
- "type": {
2564
- "text": "boolean"
2565
- },
2566
- "default": "false"
2567
- },
2568
- {
2569
- "kind": "field",
2570
- "name": "singleOption",
2571
- "type": {
2572
- "text": "ActionMenuItem"
2573
- }
2574
- },
2575
- {
2576
- "kind": "field",
2577
- "name": "actionsMenu",
2578
- "type": {
2579
- "text": "HTMLElement"
2580
- }
2581
- },
2582
- {
2583
- "kind": "method",
2584
- "name": "definitionChanged",
2585
- "privacy": "protected",
2586
- "parameters": [
2587
- {
2588
- "name": "oldValue",
2589
- "type": {
2590
- "text": "any"
2591
- }
2592
- },
2593
- {
2594
- "name": "newValue",
2595
- "type": {
2596
- "text": "any"
2597
- }
2598
- }
2599
- ]
2600
- },
2601
- {
2602
- "kind": "method",
2603
- "name": "openChanged",
2604
- "privacy": "protected"
2605
- },
2606
- {
2607
- "kind": "method",
2608
- "name": "toggleActionsMenuVisibility"
2609
- },
2610
- {
2611
- "kind": "method",
2612
- "name": "onActionMenuItemClick",
2613
- "parameters": [
2614
- {
2615
- "name": "callback",
2616
- "type": {
2617
- "text": "(rowData) => void | any"
2618
- }
2619
- }
2620
- ]
2621
- },
2622
- {
2623
- "kind": "field",
2624
- "name": "allActions",
2625
- "type": {
2626
- "text": "ActionMenuItem[]"
2627
- },
2628
- "readonly": true
2629
- },
2630
- {
2631
- "kind": "field",
2632
- "name": "rowData",
2633
- "readonly": true
2634
- },
2635
- {
2636
- "kind": "method",
2637
- "name": "getLabel",
2638
- "parameters": [
2639
- {
2640
- "name": "name",
2641
- "type": {
2642
- "text": "string | ((rowData: any) => string)"
2643
- }
2644
- }
2645
- ]
2646
- },
2647
- {
2648
- "kind": "method",
2649
- "name": "getTemplate",
2650
- "parameters": [
2651
- {
2652
- "name": "prefix",
2653
- "type": {
2654
- "text": "string"
2655
- }
2656
- }
2657
- ]
2111
+ ]
2658
2112
  },
2659
2113
  {
2660
2114
  "kind": "field",
@@ -3506,6 +2960,37 @@
3506
2960
  }
3507
2961
  ]
3508
2962
  },
2963
+ {
2964
+ "kind": "javascript-module",
2965
+ "path": "src/_config/index.ts",
2966
+ "declarations": [],
2967
+ "exports": [
2968
+ {
2969
+ "kind": "js",
2970
+ "name": "*",
2971
+ "declaration": {
2972
+ "name": "*",
2973
+ "package": "./styles"
2974
+ }
2975
+ },
2976
+ {
2977
+ "kind": "js",
2978
+ "name": "*",
2979
+ "declaration": {
2980
+ "name": "*",
2981
+ "package": "./tokens"
2982
+ }
2983
+ },
2984
+ {
2985
+ "kind": "js",
2986
+ "name": "*",
2987
+ "declaration": {
2988
+ "name": "*",
2989
+ "package": "./values"
2990
+ }
2991
+ }
2992
+ ]
2993
+ },
3509
2994
  {
3510
2995
  "kind": "javascript-module",
3511
2996
  "path": "src/ai-indicator/ai-indicator.styles.ts",
@@ -3537,224 +3022,725 @@
3537
3022
  "exports": [
3538
3023
  {
3539
3024
  "kind": "js",
3540
- "name": "foundationAiIndicatorStyles",
3025
+ "name": "foundationAiIndicatorStyles",
3026
+ "declaration": {
3027
+ "name": "foundationAiIndicatorStyles",
3028
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3029
+ }
3030
+ }
3031
+ ]
3032
+ },
3033
+ {
3034
+ "kind": "javascript-module",
3035
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3036
+ "declarations": [
3037
+ {
3038
+ "kind": "variable",
3039
+ "name": "foundationAiIndicatorTemplate",
3040
+ "type": {
3041
+ "text": "ViewTemplate<AiIndicator>"
3042
+ },
3043
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3044
+ }
3045
+ ],
3046
+ "exports": [
3047
+ {
3048
+ "kind": "js",
3049
+ "name": "foundationAiIndicatorTemplate",
3050
+ "declaration": {
3051
+ "name": "foundationAiIndicatorTemplate",
3052
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3053
+ }
3054
+ }
3055
+ ]
3056
+ },
3057
+ {
3058
+ "kind": "javascript-module",
3059
+ "path": "src/ai-indicator/ai-indicator.ts",
3060
+ "declarations": [
3061
+ {
3062
+ "kind": "class",
3063
+ "description": "",
3064
+ "name": "AiIndicator",
3065
+ "members": [
3066
+ {
3067
+ "kind": "field",
3068
+ "name": "providerRegistry",
3069
+ "type": {
3070
+ "text": "AIProviderRegistry"
3071
+ }
3072
+ },
3073
+ {
3074
+ "kind": "field",
3075
+ "name": "aiProvider",
3076
+ "type": {
3077
+ "text": "AIProvider | undefined"
3078
+ },
3079
+ "privacy": "private",
3080
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3081
+ "readonly": true
3082
+ },
3083
+ {
3084
+ "kind": "field",
3085
+ "name": "status",
3086
+ "type": {
3087
+ "text": "AIStatus | null"
3088
+ },
3089
+ "default": "null"
3090
+ },
3091
+ {
3092
+ "kind": "field",
3093
+ "name": "open",
3094
+ "type": {
3095
+ "text": "boolean"
3096
+ },
3097
+ "default": "false"
3098
+ },
3099
+ {
3100
+ "kind": "field",
3101
+ "name": "state",
3102
+ "type": {
3103
+ "text": "AIIndicatorState"
3104
+ },
3105
+ "default": "'none'"
3106
+ },
3107
+ {
3108
+ "kind": "field",
3109
+ "name": "isInstalling",
3110
+ "type": {
3111
+ "text": "boolean"
3112
+ },
3113
+ "default": "false"
3114
+ },
3115
+ {
3116
+ "kind": "field",
3117
+ "name": "pollTimer",
3118
+ "type": {
3119
+ "text": "ReturnType<typeof setInterval> | null"
3120
+ },
3121
+ "privacy": "private",
3122
+ "default": "null"
3123
+ },
3124
+ {
3125
+ "kind": "field",
3126
+ "name": "clickOutside",
3127
+ "privacy": "private"
3128
+ },
3129
+ {
3130
+ "kind": "field",
3131
+ "name": "chromeStatusLabel",
3132
+ "type": {
3133
+ "text": "string | null"
3134
+ },
3135
+ "readonly": true
3136
+ },
3137
+ {
3138
+ "kind": "field",
3139
+ "name": "canInstall",
3140
+ "type": {
3141
+ "text": "boolean"
3142
+ },
3143
+ "readonly": true
3144
+ },
3145
+ {
3146
+ "kind": "field",
3147
+ "name": "isDownloading",
3148
+ "type": {
3149
+ "text": "boolean"
3150
+ },
3151
+ "readonly": true
3152
+ },
3153
+ {
3154
+ "kind": "method",
3155
+ "name": "openChanged",
3156
+ "return": {
3157
+ "type": {
3158
+ "text": "void"
3159
+ }
3160
+ }
3161
+ },
3162
+ {
3163
+ "kind": "method",
3164
+ "name": "handleClickOutside",
3165
+ "privacy": "private",
3166
+ "parameters": [
3167
+ {
3168
+ "name": "event",
3169
+ "type": {
3170
+ "text": "MouseEvent"
3171
+ }
3172
+ }
3173
+ ]
3174
+ },
3175
+ {
3176
+ "kind": "method",
3177
+ "name": "toggleDropdown"
3178
+ },
3179
+ {
3180
+ "kind": "method",
3181
+ "name": "refreshStatus",
3182
+ "return": {
3183
+ "type": {
3184
+ "text": "Promise<void>"
3185
+ }
3186
+ }
3187
+ },
3188
+ {
3189
+ "kind": "method",
3190
+ "name": "deriveState",
3191
+ "privacy": "private",
3192
+ "return": {
3193
+ "type": {
3194
+ "text": "AIIndicatorState"
3195
+ }
3196
+ },
3197
+ "parameters": [
3198
+ {
3199
+ "name": "s",
3200
+ "type": {
3201
+ "text": "AIStatus | null"
3202
+ }
3203
+ }
3204
+ ]
3205
+ },
3206
+ {
3207
+ "kind": "method",
3208
+ "name": "maybeStartPolling",
3209
+ "privacy": "private",
3210
+ "return": {
3211
+ "type": {
3212
+ "text": "void"
3213
+ }
3214
+ }
3215
+ },
3216
+ {
3217
+ "kind": "method",
3218
+ "name": "startPolling",
3219
+ "privacy": "private",
3220
+ "return": {
3221
+ "type": {
3222
+ "text": "void"
3223
+ }
3224
+ }
3225
+ },
3226
+ {
3227
+ "kind": "method",
3228
+ "name": "stopPolling",
3229
+ "privacy": "private",
3230
+ "return": {
3231
+ "type": {
3232
+ "text": "void"
3233
+ }
3234
+ }
3235
+ },
3236
+ {
3237
+ "kind": "method",
3238
+ "name": "onInstall",
3239
+ "return": {
3240
+ "type": {
3241
+ "text": "Promise<void>"
3242
+ }
3243
+ }
3244
+ },
3245
+ {
3246
+ "kind": "field",
3247
+ "name": "_presentation",
3248
+ "type": {
3249
+ "text": "ComponentPresentation | null | undefined"
3250
+ },
3251
+ "privacy": "private",
3252
+ "default": "void 0",
3253
+ "inheritedFrom": {
3254
+ "name": "FoundationElement",
3255
+ "module": "src/foundation-element/foundation-element.ts"
3256
+ }
3257
+ },
3258
+ {
3259
+ "kind": "field",
3260
+ "name": "$presentation",
3261
+ "type": {
3262
+ "text": "ComponentPresentation | null"
3263
+ },
3264
+ "privacy": "public",
3265
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3266
+ "inheritedFrom": {
3267
+ "name": "FoundationElement",
3268
+ "module": "src/foundation-element/foundation-element.ts"
3269
+ }
3270
+ },
3271
+ {
3272
+ "kind": "field",
3273
+ "name": "template",
3274
+ "type": {
3275
+ "text": "ElementViewTemplate | void | null"
3276
+ },
3277
+ "privacy": "public",
3278
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3279
+ "inheritedFrom": {
3280
+ "name": "FoundationElement",
3281
+ "module": "src/foundation-element/foundation-element.ts"
3282
+ }
3283
+ },
3284
+ {
3285
+ "kind": "method",
3286
+ "name": "templateChanged",
3287
+ "privacy": "protected",
3288
+ "return": {
3289
+ "type": {
3290
+ "text": "void"
3291
+ }
3292
+ },
3293
+ "inheritedFrom": {
3294
+ "name": "FoundationElement",
3295
+ "module": "src/foundation-element/foundation-element.ts"
3296
+ }
3297
+ },
3298
+ {
3299
+ "kind": "field",
3300
+ "name": "styles",
3301
+ "type": {
3302
+ "text": "ElementStyles | void | null"
3303
+ },
3304
+ "privacy": "public",
3305
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3306
+ "inheritedFrom": {
3307
+ "name": "FoundationElement",
3308
+ "module": "src/foundation-element/foundation-element.ts"
3309
+ }
3310
+ },
3311
+ {
3312
+ "kind": "method",
3313
+ "name": "stylesChanged",
3314
+ "privacy": "protected",
3315
+ "return": {
3316
+ "type": {
3317
+ "text": "void"
3318
+ }
3319
+ },
3320
+ "inheritedFrom": {
3321
+ "name": "FoundationElement",
3322
+ "module": "src/foundation-element/foundation-element.ts"
3323
+ }
3324
+ },
3325
+ {
3326
+ "kind": "method",
3327
+ "name": "compose",
3328
+ "privacy": "public",
3329
+ "static": true,
3330
+ "return": {
3331
+ "type": {
3332
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3333
+ }
3334
+ },
3335
+ "parameters": [
3336
+ {
3337
+ "name": "this",
3338
+ "type": {
3339
+ "text": "K"
3340
+ }
3341
+ },
3342
+ {
3343
+ "name": "elementDefinition",
3344
+ "type": {
3345
+ "text": "T"
3346
+ },
3347
+ "description": "The definition of the element to create the registry\nfunction for."
3348
+ }
3349
+ ],
3350
+ "description": "Defines an element registry function with a set of element definition defaults.",
3351
+ "inheritedFrom": {
3352
+ "name": "FoundationElement",
3353
+ "module": "src/foundation-element/foundation-element.ts"
3354
+ }
3355
+ }
3356
+ ],
3357
+ "superclass": {
3358
+ "name": "FoundationElement",
3359
+ "package": "@microsoft/fast-foundation"
3360
+ },
3361
+ "tagName": "%%prefix%%-ai-indicator",
3362
+ "customElement": true
3363
+ },
3364
+ {
3365
+ "kind": "variable",
3366
+ "name": "foundationAiIndicator"
3367
+ }
3368
+ ],
3369
+ "exports": [
3370
+ {
3371
+ "kind": "js",
3372
+ "name": "AiIndicator",
3373
+ "declaration": {
3374
+ "name": "AiIndicator",
3375
+ "module": "src/ai-indicator/ai-indicator.ts"
3376
+ }
3377
+ },
3378
+ {
3379
+ "kind": "js",
3380
+ "name": "foundationAiIndicator",
3381
+ "declaration": {
3382
+ "name": "foundationAiIndicator",
3383
+ "module": "src/ai-indicator/ai-indicator.ts"
3384
+ }
3385
+ }
3386
+ ]
3387
+ },
3388
+ {
3389
+ "kind": "javascript-module",
3390
+ "path": "src/ai-indicator/index.ts",
3391
+ "declarations": [],
3392
+ "exports": [
3393
+ {
3394
+ "kind": "js",
3395
+ "name": "AiIndicator",
3396
+ "declaration": {
3397
+ "name": "AiIndicator",
3398
+ "module": "./ai-indicator"
3399
+ }
3400
+ },
3401
+ {
3402
+ "kind": "js",
3403
+ "name": "foundationAiIndicator",
3404
+ "declaration": {
3405
+ "name": "foundationAiIndicator",
3406
+ "module": "./ai-indicator"
3407
+ }
3408
+ },
3409
+ {
3410
+ "kind": "js",
3411
+ "name": "type",
3412
+ "declaration": {
3413
+ "name": "type",
3414
+ "module": "./ai-indicator"
3415
+ }
3416
+ },
3417
+ {
3418
+ "kind": "js",
3419
+ "name": "AIIndicatorState",
3420
+ "declaration": {
3421
+ "name": "AIIndicatorState",
3422
+ "module": "./ai-indicator"
3423
+ }
3424
+ },
3425
+ {
3426
+ "kind": "js",
3427
+ "name": "foundationAiIndicatorTemplate",
3428
+ "declaration": {
3429
+ "name": "foundationAiIndicatorTemplate",
3430
+ "module": "./ai-indicator.template"
3431
+ }
3432
+ },
3433
+ {
3434
+ "kind": "js",
3435
+ "name": "foundationAiIndicatorStyles",
3436
+ "declaration": {
3437
+ "name": "foundationAiIndicatorStyles",
3438
+ "module": "./ai-indicator.styles"
3439
+ }
3440
+ }
3441
+ ]
3442
+ },
3443
+ {
3444
+ "kind": "javascript-module",
3445
+ "path": "src/accordion/accordion.styles.ts",
3446
+ "declarations": [
3447
+ {
3448
+ "kind": "function",
3449
+ "name": "foundationAccordionStyles",
3450
+ "return": {
3451
+ "type": {
3452
+ "text": "ElementStyles"
3453
+ }
3454
+ },
3455
+ "parameters": [
3456
+ {
3457
+ "name": "context",
3458
+ "type": {
3459
+ "text": "ElementDefinitionContext"
3460
+ }
3461
+ },
3462
+ {
3463
+ "name": "definition",
3464
+ "type": {
3465
+ "text": "FoundationElementDefinition"
3466
+ }
3467
+ }
3468
+ ]
3469
+ }
3470
+ ],
3471
+ "exports": [
3472
+ {
3473
+ "kind": "js",
3474
+ "name": "foundationAccordionStyles",
3541
3475
  "declaration": {
3542
- "name": "foundationAiIndicatorStyles",
3543
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3476
+ "name": "foundationAccordionStyles",
3477
+ "module": "src/accordion/accordion.styles.ts"
3544
3478
  }
3545
3479
  }
3546
3480
  ]
3547
3481
  },
3548
3482
  {
3549
3483
  "kind": "javascript-module",
3550
- "path": "src/ai-indicator/ai-indicator.template.ts",
3484
+ "path": "src/accordion/accordion.template.ts",
3551
3485
  "declarations": [
3552
3486
  {
3553
- "kind": "variable",
3554
- "name": "foundationAiIndicatorTemplate",
3555
- "type": {
3556
- "text": "ViewTemplate<AiIndicator>"
3487
+ "kind": "function",
3488
+ "name": "foundationAccordionTemplate",
3489
+ "return": {
3490
+ "type": {
3491
+ "text": "ViewTemplate<Accordion>"
3492
+ }
3557
3493
  },
3558
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3494
+ "parameters": [
3495
+ {
3496
+ "name": "context",
3497
+ "type": {
3498
+ "text": "ElementDefinitionContext"
3499
+ }
3500
+ },
3501
+ {
3502
+ "name": "definition",
3503
+ "type": {
3504
+ "text": "FoundationElementDefinition"
3505
+ }
3506
+ }
3507
+ ]
3559
3508
  }
3560
3509
  ],
3561
3510
  "exports": [
3562
3511
  {
3563
3512
  "kind": "js",
3564
- "name": "foundationAiIndicatorTemplate",
3513
+ "name": "foundationAccordionTemplate",
3565
3514
  "declaration": {
3566
- "name": "foundationAiIndicatorTemplate",
3567
- "module": "src/ai-indicator/ai-indicator.template.ts"
3515
+ "name": "foundationAccordionTemplate",
3516
+ "module": "src/accordion/accordion.template.ts"
3568
3517
  }
3569
3518
  }
3570
3519
  ]
3571
3520
  },
3572
3521
  {
3573
3522
  "kind": "javascript-module",
3574
- "path": "src/ai-indicator/ai-indicator.ts",
3523
+ "path": "src/accordion/accordion.ts",
3575
3524
  "declarations": [
3576
3525
  {
3577
3526
  "kind": "class",
3578
3527
  "description": "",
3579
- "name": "AiIndicator",
3580
- "members": [
3581
- {
3582
- "kind": "field",
3583
- "name": "providerRegistry",
3584
- "type": {
3585
- "text": "AIProviderRegistry"
3586
- }
3587
- },
3588
- {
3589
- "kind": "field",
3590
- "name": "aiProvider",
3591
- "type": {
3592
- "text": "AIProvider | undefined"
3593
- },
3594
- "privacy": "private",
3595
- "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3596
- "readonly": true
3597
- },
3528
+ "name": "Accordion",
3529
+ "superclass": {
3530
+ "name": "FASTAccordion",
3531
+ "package": "@microsoft/fast-foundation"
3532
+ },
3533
+ "tagName": "%%prefix%%-accordion",
3534
+ "customElement": true,
3535
+ "attributes": [
3598
3536
  {
3599
- "kind": "field",
3600
- "name": "status",
3537
+ "name": "expand-mode",
3601
3538
  "type": {
3602
- "text": "AIStatus | null"
3539
+ "text": "AccordionExpandMode"
3603
3540
  },
3604
- "default": "null"
3605
- },
3541
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3542
+ "fieldName": "expandmode",
3543
+ "inheritedFrom": {
3544
+ "name": "Accordion",
3545
+ "module": "src/accordion/accordion.ts"
3546
+ }
3547
+ }
3548
+ ],
3549
+ "members": [
3606
3550
  {
3607
3551
  "kind": "field",
3608
- "name": "open",
3552
+ "name": "expandmode",
3609
3553
  "type": {
3610
- "text": "boolean"
3554
+ "text": "AccordionExpandMode"
3611
3555
  },
3612
- "default": "false"
3556
+ "privacy": "public",
3557
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3558
+ "inheritedFrom": {
3559
+ "name": "Accordion",
3560
+ "module": "src/accordion/accordion.ts"
3561
+ }
3613
3562
  },
3614
3563
  {
3615
3564
  "kind": "field",
3616
- "name": "state",
3565
+ "name": "activeid",
3617
3566
  "type": {
3618
- "text": "AIIndicatorState"
3567
+ "text": "string | null"
3619
3568
  },
3620
- "default": "'none'"
3569
+ "privacy": "private",
3570
+ "inheritedFrom": {
3571
+ "name": "Accordion",
3572
+ "module": "src/accordion/accordion.ts"
3573
+ }
3621
3574
  },
3622
3575
  {
3623
3576
  "kind": "field",
3624
- "name": "isInstalling",
3577
+ "name": "activeItemIndex",
3625
3578
  "type": {
3626
- "text": "boolean"
3579
+ "text": "number"
3627
3580
  },
3628
- "default": "false"
3581
+ "privacy": "private",
3582
+ "default": "0",
3583
+ "inheritedFrom": {
3584
+ "name": "Accordion",
3585
+ "module": "src/accordion/accordion.ts"
3586
+ }
3629
3587
  },
3630
3588
  {
3631
3589
  "kind": "field",
3632
- "name": "pollTimer",
3590
+ "name": "accordionIds",
3633
3591
  "type": {
3634
- "text": "ReturnType<typeof setInterval> | null"
3592
+ "text": "Array<string | null>"
3635
3593
  },
3636
3594
  "privacy": "private",
3637
- "default": "null"
3638
- },
3639
- {
3640
- "kind": "field",
3641
- "name": "clickOutside",
3642
- "privacy": "private"
3595
+ "inheritedFrom": {
3596
+ "name": "Accordion",
3597
+ "module": "src/accordion/accordion.ts"
3598
+ }
3643
3599
  },
3644
3600
  {
3645
3601
  "kind": "field",
3646
- "name": "chromeStatusLabel",
3647
- "type": {
3648
- "text": "string | null"
3649
- },
3650
- "readonly": true
3602
+ "name": "change",
3603
+ "privacy": "private",
3604
+ "inheritedFrom": {
3605
+ "name": "Accordion",
3606
+ "module": "src/accordion/accordion.ts"
3607
+ }
3651
3608
  },
3652
3609
  {
3653
- "kind": "field",
3654
- "name": "canInstall",
3655
- "type": {
3656
- "text": "boolean"
3610
+ "kind": "method",
3611
+ "name": "findExpandedItem",
3612
+ "privacy": "private",
3613
+ "return": {
3614
+ "type": {
3615
+ "text": "AccordionItem | null"
3616
+ }
3657
3617
  },
3658
- "readonly": true
3618
+ "inheritedFrom": {
3619
+ "name": "Accordion",
3620
+ "module": "src/accordion/accordion.ts"
3621
+ }
3659
3622
  },
3660
3623
  {
3661
3624
  "kind": "field",
3662
- "name": "isDownloading",
3663
- "type": {
3664
- "text": "boolean"
3665
- },
3666
- "readonly": true
3625
+ "name": "setItems",
3626
+ "privacy": "private",
3627
+ "inheritedFrom": {
3628
+ "name": "Accordion",
3629
+ "module": "src/accordion/accordion.ts"
3630
+ }
3667
3631
  },
3668
3632
  {
3669
3633
  "kind": "method",
3670
- "name": "openChanged",
3634
+ "name": "resetItems",
3635
+ "privacy": "private",
3671
3636
  "return": {
3672
3637
  "type": {
3673
3638
  "text": "void"
3674
3639
  }
3640
+ },
3641
+ "inheritedFrom": {
3642
+ "name": "Accordion",
3643
+ "module": "src/accordion/accordion.ts"
3675
3644
  }
3676
3645
  },
3677
3646
  {
3678
- "kind": "method",
3679
- "name": "handleClickOutside",
3647
+ "kind": "field",
3648
+ "name": "removeItemListeners",
3680
3649
  "privacy": "private",
3681
- "parameters": [
3682
- {
3683
- "name": "event",
3684
- "type": {
3685
- "text": "MouseEvent"
3686
- }
3687
- }
3688
- ]
3650
+ "inheritedFrom": {
3651
+ "name": "Accordion",
3652
+ "module": "src/accordion/accordion.ts"
3653
+ }
3689
3654
  },
3690
3655
  {
3691
- "kind": "method",
3692
- "name": "toggleDropdown"
3656
+ "kind": "field",
3657
+ "name": "activeItemChange",
3658
+ "privacy": "private",
3659
+ "inheritedFrom": {
3660
+ "name": "Accordion",
3661
+ "module": "src/accordion/accordion.ts"
3662
+ }
3693
3663
  },
3694
3664
  {
3695
3665
  "kind": "method",
3696
- "name": "refreshStatus",
3666
+ "name": "getItemIds",
3667
+ "privacy": "private",
3697
3668
  "return": {
3698
3669
  "type": {
3699
- "text": "Promise<void>"
3670
+ "text": "Array<string | null>"
3700
3671
  }
3672
+ },
3673
+ "inheritedFrom": {
3674
+ "name": "Accordion",
3675
+ "module": "src/accordion/accordion.ts"
3701
3676
  }
3702
3677
  },
3703
3678
  {
3704
3679
  "kind": "method",
3705
- "name": "deriveState",
3680
+ "name": "isSingleExpandMode",
3706
3681
  "privacy": "private",
3707
3682
  "return": {
3708
3683
  "type": {
3709
- "text": "AIIndicatorState"
3684
+ "text": "boolean"
3710
3685
  }
3711
3686
  },
3712
- "parameters": [
3713
- {
3714
- "name": "s",
3715
- "type": {
3716
- "text": "AIStatus | null"
3717
- }
3718
- }
3719
- ]
3687
+ "inheritedFrom": {
3688
+ "name": "Accordion",
3689
+ "module": "src/accordion/accordion.ts"
3690
+ }
3720
3691
  },
3721
3692
  {
3722
- "kind": "method",
3723
- "name": "maybeStartPolling",
3693
+ "kind": "field",
3694
+ "name": "handleItemKeyDown",
3724
3695
  "privacy": "private",
3725
- "return": {
3726
- "type": {
3727
- "text": "void"
3728
- }
3696
+ "inheritedFrom": {
3697
+ "name": "Accordion",
3698
+ "module": "src/accordion/accordion.ts"
3729
3699
  }
3730
3700
  },
3731
3701
  {
3732
- "kind": "method",
3733
- "name": "startPolling",
3702
+ "kind": "field",
3703
+ "name": "handleItemFocus",
3734
3704
  "privacy": "private",
3735
- "return": {
3736
- "type": {
3737
- "text": "void"
3738
- }
3705
+ "inheritedFrom": {
3706
+ "name": "Accordion",
3707
+ "module": "src/accordion/accordion.ts"
3739
3708
  }
3740
3709
  },
3741
3710
  {
3742
3711
  "kind": "method",
3743
- "name": "stopPolling",
3712
+ "name": "adjust",
3744
3713
  "privacy": "private",
3745
3714
  "return": {
3746
3715
  "type": {
3747
3716
  "text": "void"
3748
3717
  }
3718
+ },
3719
+ "parameters": [
3720
+ {
3721
+ "name": "adjustment",
3722
+ "type": {
3723
+ "text": "number"
3724
+ }
3725
+ }
3726
+ ],
3727
+ "inheritedFrom": {
3728
+ "name": "Accordion",
3729
+ "module": "src/accordion/accordion.ts"
3749
3730
  }
3750
3731
  },
3751
3732
  {
3752
3733
  "kind": "method",
3753
- "name": "onInstall",
3734
+ "name": "focusItem",
3735
+ "privacy": "private",
3754
3736
  "return": {
3755
3737
  "type": {
3756
- "text": "Promise<void>"
3738
+ "text": "void"
3757
3739
  }
3740
+ },
3741
+ "inheritedFrom": {
3742
+ "name": "Accordion",
3743
+ "module": "src/accordion/accordion.ts"
3758
3744
  }
3759
3745
  },
3760
3746
  {
@@ -3869,88 +3855,102 @@
3869
3855
  }
3870
3856
  }
3871
3857
  ],
3872
- "superclass": {
3873
- "name": "FoundationElement",
3874
- "package": "@microsoft/fast-foundation"
3858
+ "events": [
3859
+ {
3860
+ "description": "Fires a custom 'change' event when the active item changes",
3861
+ "name": "change",
3862
+ "inheritedFrom": {
3863
+ "name": "Accordion",
3864
+ "module": "src/accordion/accordion.ts"
3865
+ }
3866
+ }
3867
+ ]
3868
+ },
3869
+ {
3870
+ "kind": "variable",
3871
+ "name": "foundationAccordionShadowOptions",
3872
+ "type": {
3873
+ "text": "ShadowRootInit"
3875
3874
  },
3876
- "tagName": "%%prefix%%-ai-indicator",
3877
- "customElement": true
3875
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3878
3876
  },
3879
3877
  {
3880
3878
  "kind": "variable",
3881
- "name": "foundationAiIndicator"
3879
+ "name": "defaultAccordionConfig",
3880
+ "type": {
3881
+ "text": "object"
3882
+ },
3883
+ "default": "{}"
3884
+ },
3885
+ {
3886
+ "kind": "variable",
3887
+ "name": "foundationAccordion",
3888
+ "description": "The Foundation Accordion",
3889
+ "privacy": "public"
3882
3890
  }
3883
3891
  ],
3884
3892
  "exports": [
3885
3893
  {
3886
3894
  "kind": "js",
3887
- "name": "AiIndicator",
3895
+ "name": "Accordion",
3888
3896
  "declaration": {
3889
- "name": "AiIndicator",
3890
- "module": "src/ai-indicator/ai-indicator.ts"
3897
+ "name": "Accordion",
3898
+ "module": "src/accordion/accordion.ts"
3891
3899
  }
3892
3900
  },
3893
3901
  {
3894
3902
  "kind": "js",
3895
- "name": "foundationAiIndicator",
3896
- "declaration": {
3897
- "name": "foundationAiIndicator",
3898
- "module": "src/ai-indicator/ai-indicator.ts"
3899
- }
3900
- }
3901
- ]
3902
- },
3903
- {
3904
- "kind": "javascript-module",
3905
- "path": "src/ai-indicator/index.ts",
3906
- "declarations": [],
3907
- "exports": [
3908
- {
3909
- "kind": "js",
3910
- "name": "AiIndicator",
3903
+ "name": "foundationAccordionShadowOptions",
3911
3904
  "declaration": {
3912
- "name": "AiIndicator",
3913
- "module": "./ai-indicator"
3905
+ "name": "foundationAccordionShadowOptions",
3906
+ "module": "src/accordion/accordion.ts"
3914
3907
  }
3915
3908
  },
3916
3909
  {
3917
3910
  "kind": "js",
3918
- "name": "foundationAiIndicator",
3911
+ "name": "defaultAccordionConfig",
3919
3912
  "declaration": {
3920
- "name": "foundationAiIndicator",
3921
- "module": "./ai-indicator"
3913
+ "name": "defaultAccordionConfig",
3914
+ "module": "src/accordion/accordion.ts"
3922
3915
  }
3923
3916
  },
3924
3917
  {
3925
3918
  "kind": "js",
3926
- "name": "type",
3919
+ "name": "foundationAccordion",
3927
3920
  "declaration": {
3928
- "name": "type",
3929
- "module": "./ai-indicator"
3921
+ "name": "foundationAccordion",
3922
+ "module": "src/accordion/accordion.ts"
3930
3923
  }
3931
- },
3924
+ }
3925
+ ]
3926
+ },
3927
+ {
3928
+ "kind": "javascript-module",
3929
+ "path": "src/accordion/index.ts",
3930
+ "declarations": [],
3931
+ "exports": [
3932
3932
  {
3933
3933
  "kind": "js",
3934
- "name": "AIIndicatorState",
3934
+ "name": "*",
3935
3935
  "declaration": {
3936
- "name": "AIIndicatorState",
3937
- "module": "./ai-indicator"
3936
+ "name": "*",
3937
+ "package": "./accordion.template"
3938
3938
  }
3939
3939
  },
3940
3940
  {
3941
3941
  "kind": "js",
3942
- "name": "foundationAiIndicatorTemplate",
3942
+ "name": "*",
3943
3943
  "declaration": {
3944
- "name": "foundationAiIndicatorTemplate",
3945
- "module": "./ai-indicator.template"
3944
+ "name": "*",
3945
+ "package": "./accordion.styles"
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "foundationAiIndicatorStyles",
3950
+ "name": "*",
3951
3951
  "declaration": {
3952
- "name": "foundationAiIndicatorStyles",
3953
- "module": "./ai-indicator.styles"
3952
+ "name": "*",
3953
+ "package": "./accordion"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -6067,11 +6067,11 @@
6067
6067
  },
6068
6068
  {
6069
6069
  "kind": "javascript-module",
6070
- "path": "src/badge/badge.styles.ts",
6070
+ "path": "src/avatar/avatar.styles.ts",
6071
6071
  "declarations": [
6072
6072
  {
6073
6073
  "kind": "function",
6074
- "name": "foundationBadgeStyles",
6074
+ "name": "foundationAvatarStyles",
6075
6075
  "return": {
6076
6076
  "type": {
6077
6077
  "text": "ElementStyles"
@@ -6096,24 +6096,24 @@
6096
6096
  "exports": [
6097
6097
  {
6098
6098
  "kind": "js",
6099
- "name": "foundationBadgeStyles",
6099
+ "name": "foundationAvatarStyles",
6100
6100
  "declaration": {
6101
- "name": "foundationBadgeStyles",
6102
- "module": "src/badge/badge.styles.ts"
6101
+ "name": "foundationAvatarStyles",
6102
+ "module": "src/avatar/avatar.styles.ts"
6103
6103
  }
6104
6104
  }
6105
6105
  ]
6106
6106
  },
6107
6107
  {
6108
6108
  "kind": "javascript-module",
6109
- "path": "src/badge/badge.template.ts",
6109
+ "path": "src/avatar/avatar.template.ts",
6110
6110
  "declarations": [
6111
6111
  {
6112
6112
  "kind": "function",
6113
- "name": "foundationBadgeTemplate",
6113
+ "name": "foundationAvatarTemplate",
6114
6114
  "return": {
6115
6115
  "type": {
6116
- "text": "ViewTemplate<Badge>"
6116
+ "text": "ViewTemplate<Avatar>"
6117
6117
  }
6118
6118
  },
6119
6119
  "parameters": [
@@ -6130,32 +6130,45 @@
6130
6130
  }
6131
6131
  }
6132
6132
  ]
6133
+ },
6134
+ {
6135
+ "kind": "variable",
6136
+ "name": "media",
6137
+ "default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
6133
6138
  }
6134
6139
  ],
6135
6140
  "exports": [
6136
6141
  {
6137
6142
  "kind": "js",
6138
- "name": "foundationBadgeTemplate",
6143
+ "name": "foundationAvatarTemplate",
6139
6144
  "declaration": {
6140
- "name": "foundationBadgeTemplate",
6141
- "module": "src/badge/badge.template.ts"
6145
+ "name": "foundationAvatarTemplate",
6146
+ "module": "src/avatar/avatar.template.ts"
6147
+ }
6148
+ },
6149
+ {
6150
+ "kind": "js",
6151
+ "name": "media",
6152
+ "declaration": {
6153
+ "name": "media",
6154
+ "module": "src/avatar/avatar.template.ts"
6142
6155
  }
6143
6156
  }
6144
6157
  ]
6145
6158
  },
6146
6159
  {
6147
6160
  "kind": "javascript-module",
6148
- "path": "src/badge/badge.ts",
6161
+ "path": "src/avatar/avatar.ts",
6149
6162
  "declarations": [
6150
6163
  {
6151
6164
  "kind": "class",
6152
6165
  "description": "",
6153
- "name": "Badge",
6166
+ "name": "Avatar",
6154
6167
  "superclass": {
6155
- "name": "FASTBadge",
6168
+ "name": "FASTAvatar",
6156
6169
  "package": "@microsoft/fast-components"
6157
6170
  },
6158
- "tagName": "%%prefix%%-badge",
6171
+ "tagName": "%%prefix%%-avatar",
6159
6172
  "customElement": true,
6160
6173
  "attributes": [
6161
6174
  {
@@ -6163,11 +6176,11 @@
6163
6176
  "type": {
6164
6177
  "text": "string"
6165
6178
  },
6166
- "description": "Indicates the badge should have a filled style.",
6179
+ "description": "Indicates the Avatar should have a color fill.",
6167
6180
  "fieldName": "fill",
6168
6181
  "inheritedFrom": {
6169
- "name": "Badge",
6170
- "module": "src/badge/badge.ts"
6182
+ "name": "Avatar",
6183
+ "module": "src/avatar/avatar.ts"
6171
6184
  }
6172
6185
  },
6173
6186
  {
@@ -6175,22 +6188,35 @@
6175
6188
  "type": {
6176
6189
  "text": "string"
6177
6190
  },
6178
- "description": "Indicates the badge should have a filled style.",
6191
+ "description": "Indicates the Avatar should have a text color.",
6179
6192
  "fieldName": "color",
6180
6193
  "inheritedFrom": {
6181
- "name": "Badge",
6182
- "module": "src/badge/badge.ts"
6194
+ "name": "Avatar",
6195
+ "module": "src/avatar/avatar.ts"
6183
6196
  }
6184
6197
  },
6185
6198
  {
6199
+ "name": "link",
6186
6200
  "type": {
6187
- "text": "boolean"
6201
+ "text": "string"
6188
6202
  },
6189
- "description": "Indicates the element should be circular",
6190
- "fieldName": "circular",
6203
+ "description": "Indicates the Avatar should have url link",
6204
+ "fieldName": "link",
6191
6205
  "inheritedFrom": {
6192
- "name": "Badge",
6193
- "module": "src/badge/badge.ts"
6206
+ "name": "Avatar",
6207
+ "module": "src/avatar/avatar.ts"
6208
+ }
6209
+ },
6210
+ {
6211
+ "name": "shape",
6212
+ "type": {
6213
+ "text": "AvatarShape"
6214
+ },
6215
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
6216
+ "fieldName": "shape",
6217
+ "inheritedFrom": {
6218
+ "name": "Avatar",
6219
+ "module": "src/avatar/avatar.ts"
6194
6220
  }
6195
6221
  }
6196
6222
  ],
@@ -6202,10 +6228,10 @@
6202
6228
  "text": "string"
6203
6229
  },
6204
6230
  "privacy": "public",
6205
- "description": "Indicates the badge should have a filled style.",
6231
+ "description": "Indicates the Avatar should have a color fill.",
6206
6232
  "inheritedFrom": {
6207
- "name": "Badge",
6208
- "module": "src/badge/badge.ts"
6233
+ "name": "Avatar",
6234
+ "module": "src/avatar/avatar.ts"
6209
6235
  }
6210
6236
  },
6211
6237
  {
@@ -6215,32 +6241,36 @@
6215
6241
  "text": "string"
6216
6242
  },
6217
6243
  "privacy": "public",
6218
- "description": "Indicates the badge should have a filled style.",
6244
+ "description": "Indicates the Avatar should have a text color.",
6219
6245
  "inheritedFrom": {
6220
- "name": "Badge",
6221
- "module": "src/badge/badge.ts"
6246
+ "name": "Avatar",
6247
+ "module": "src/avatar/avatar.ts"
6222
6248
  }
6223
6249
  },
6224
6250
  {
6225
6251
  "kind": "field",
6226
- "name": "circular",
6252
+ "name": "link",
6227
6253
  "type": {
6228
- "text": "boolean"
6254
+ "text": "string"
6229
6255
  },
6230
6256
  "privacy": "public",
6231
- "description": "Indicates the element should be circular",
6257
+ "description": "Indicates the Avatar should have url link",
6232
6258
  "inheritedFrom": {
6233
- "name": "Badge",
6234
- "module": "src/badge/badge.ts"
6259
+ "name": "Avatar",
6260
+ "module": "src/avatar/avatar.ts"
6235
6261
  }
6236
6262
  },
6237
6263
  {
6238
6264
  "kind": "field",
6239
- "name": "generateBadgeStyle",
6265
+ "name": "shape",
6266
+ "type": {
6267
+ "text": "AvatarShape"
6268
+ },
6240
6269
  "privacy": "public",
6270
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
6241
6271
  "inheritedFrom": {
6242
- "name": "Badge",
6243
- "module": "src/badge/badge.ts"
6272
+ "name": "Avatar",
6273
+ "module": "src/avatar/avatar.ts"
6244
6274
  }
6245
6275
  },
6246
6276
  {
@@ -6358,65 +6388,65 @@
6358
6388
  },
6359
6389
  {
6360
6390
  "kind": "variable",
6361
- "name": "foundationBadgeShadowOptions",
6391
+ "name": "foundationAvatarShadowOptions",
6362
6392
  "type": {
6363
6393
  "text": "ShadowRootInit"
6364
6394
  },
6365
- "default": "undefined"
6395
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
6366
6396
  },
6367
6397
  {
6368
6398
  "kind": "variable",
6369
- "name": "defaultBadgeConfig",
6399
+ "name": "defaultAvatarConfig",
6370
6400
  "type": {
6371
6401
  "text": "object"
6372
6402
  },
6373
- "default": "{}"
6403
+ "default": "{\n media: mediaTemplate,\n}"
6374
6404
  },
6375
6405
  {
6376
6406
  "kind": "variable",
6377
- "name": "foundationBadge",
6378
- "description": "The Foundation Badge",
6407
+ "name": "foundationAvatar",
6408
+ "description": "The Foundation Avatar",
6379
6409
  "privacy": "public"
6380
6410
  }
6381
6411
  ],
6382
6412
  "exports": [
6383
6413
  {
6384
6414
  "kind": "js",
6385
- "name": "Badge",
6415
+ "name": "Avatar",
6386
6416
  "declaration": {
6387
- "name": "Badge",
6388
- "module": "src/badge/badge.ts"
6417
+ "name": "Avatar",
6418
+ "module": "src/avatar/avatar.ts"
6389
6419
  }
6390
6420
  },
6391
6421
  {
6392
6422
  "kind": "js",
6393
- "name": "foundationBadgeShadowOptions",
6423
+ "name": "foundationAvatarShadowOptions",
6394
6424
  "declaration": {
6395
- "name": "foundationBadgeShadowOptions",
6396
- "module": "src/badge/badge.ts"
6425
+ "name": "foundationAvatarShadowOptions",
6426
+ "module": "src/avatar/avatar.ts"
6397
6427
  }
6398
6428
  },
6399
6429
  {
6400
6430
  "kind": "js",
6401
- "name": "defaultBadgeConfig",
6431
+ "name": "defaultAvatarConfig",
6402
6432
  "declaration": {
6403
- "name": "defaultBadgeConfig",
6404
- "module": "src/badge/badge.ts"
6433
+ "name": "defaultAvatarConfig",
6434
+ "module": "src/avatar/avatar.ts"
6405
6435
  }
6406
6436
  },
6407
6437
  {
6408
6438
  "kind": "js",
6409
- "name": "foundationBadge",
6439
+ "name": "foundationAvatar",
6410
6440
  "declaration": {
6411
- "name": "foundationBadge",
6412
- "module": "src/badge/badge.ts"
6441
+ "name": "foundationAvatar",
6442
+ "module": "src/avatar/avatar.ts"
6413
6443
  }
6414
6444
  }
6415
6445
  ]
6416
6446
  },
6417
6447
  {
6418
6448
  "kind": "javascript-module",
6419
- "path": "src/badge/index.ts",
6449
+ "path": "src/avatar/index.ts",
6420
6450
  "declarations": [],
6421
6451
  "exports": [
6422
6452
  {
@@ -6424,7 +6454,7 @@
6424
6454
  "name": "*",
6425
6455
  "declaration": {
6426
6456
  "name": "*",
6427
- "package": "./badge.template"
6457
+ "package": "./avatar.template"
6428
6458
  }
6429
6459
  },
6430
6460
  {
@@ -6432,7 +6462,7 @@
6432
6462
  "name": "*",
6433
6463
  "declaration": {
6434
6464
  "name": "*",
6435
- "package": "./badge.styles"
6465
+ "package": "./avatar.styles"
6436
6466
  }
6437
6467
  },
6438
6468
  {
@@ -6440,18 +6470,18 @@
6440
6470
  "name": "*",
6441
6471
  "declaration": {
6442
6472
  "name": "*",
6443
- "package": "./badge"
6473
+ "package": "./avatar"
6444
6474
  }
6445
6475
  }
6446
6476
  ]
6447
6477
  },
6448
6478
  {
6449
6479
  "kind": "javascript-module",
6450
- "path": "src/avatar/avatar.styles.ts",
6480
+ "path": "src/badge/badge.styles.ts",
6451
6481
  "declarations": [
6452
6482
  {
6453
6483
  "kind": "function",
6454
- "name": "foundationAvatarStyles",
6484
+ "name": "foundationBadgeStyles",
6455
6485
  "return": {
6456
6486
  "type": {
6457
6487
  "text": "ElementStyles"
@@ -6476,24 +6506,24 @@
6476
6506
  "exports": [
6477
6507
  {
6478
6508
  "kind": "js",
6479
- "name": "foundationAvatarStyles",
6509
+ "name": "foundationBadgeStyles",
6480
6510
  "declaration": {
6481
- "name": "foundationAvatarStyles",
6482
- "module": "src/avatar/avatar.styles.ts"
6511
+ "name": "foundationBadgeStyles",
6512
+ "module": "src/badge/badge.styles.ts"
6483
6513
  }
6484
6514
  }
6485
6515
  ]
6486
6516
  },
6487
6517
  {
6488
6518
  "kind": "javascript-module",
6489
- "path": "src/avatar/avatar.template.ts",
6519
+ "path": "src/badge/badge.template.ts",
6490
6520
  "declarations": [
6491
6521
  {
6492
6522
  "kind": "function",
6493
- "name": "foundationAvatarTemplate",
6523
+ "name": "foundationBadgeTemplate",
6494
6524
  "return": {
6495
6525
  "type": {
6496
- "text": "ViewTemplate<Avatar>"
6526
+ "text": "ViewTemplate<Badge>"
6497
6527
  }
6498
6528
  },
6499
6529
  "parameters": [
@@ -6510,45 +6540,32 @@
6510
6540
  }
6511
6541
  }
6512
6542
  ]
6513
- },
6514
- {
6515
- "kind": "variable",
6516
- "name": "media",
6517
- "default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
6518
6543
  }
6519
6544
  ],
6520
6545
  "exports": [
6521
6546
  {
6522
6547
  "kind": "js",
6523
- "name": "foundationAvatarTemplate",
6524
- "declaration": {
6525
- "name": "foundationAvatarTemplate",
6526
- "module": "src/avatar/avatar.template.ts"
6527
- }
6528
- },
6529
- {
6530
- "kind": "js",
6531
- "name": "media",
6548
+ "name": "foundationBadgeTemplate",
6532
6549
  "declaration": {
6533
- "name": "media",
6534
- "module": "src/avatar/avatar.template.ts"
6550
+ "name": "foundationBadgeTemplate",
6551
+ "module": "src/badge/badge.template.ts"
6535
6552
  }
6536
6553
  }
6537
6554
  ]
6538
6555
  },
6539
6556
  {
6540
6557
  "kind": "javascript-module",
6541
- "path": "src/avatar/avatar.ts",
6558
+ "path": "src/badge/badge.ts",
6542
6559
  "declarations": [
6543
6560
  {
6544
6561
  "kind": "class",
6545
6562
  "description": "",
6546
- "name": "Avatar",
6563
+ "name": "Badge",
6547
6564
  "superclass": {
6548
- "name": "FASTAvatar",
6565
+ "name": "FASTBadge",
6549
6566
  "package": "@microsoft/fast-components"
6550
6567
  },
6551
- "tagName": "%%prefix%%-avatar",
6568
+ "tagName": "%%prefix%%-badge",
6552
6569
  "customElement": true,
6553
6570
  "attributes": [
6554
6571
  {
@@ -6556,11 +6573,11 @@
6556
6573
  "type": {
6557
6574
  "text": "string"
6558
6575
  },
6559
- "description": "Indicates the Avatar should have a color fill.",
6576
+ "description": "Indicates the badge should have a filled style.",
6560
6577
  "fieldName": "fill",
6561
6578
  "inheritedFrom": {
6562
- "name": "Avatar",
6563
- "module": "src/avatar/avatar.ts"
6579
+ "name": "Badge",
6580
+ "module": "src/badge/badge.ts"
6564
6581
  }
6565
6582
  },
6566
6583
  {
@@ -6568,35 +6585,22 @@
6568
6585
  "type": {
6569
6586
  "text": "string"
6570
6587
  },
6571
- "description": "Indicates the Avatar should have a text color.",
6588
+ "description": "Indicates the badge should have a filled style.",
6572
6589
  "fieldName": "color",
6573
6590
  "inheritedFrom": {
6574
- "name": "Avatar",
6575
- "module": "src/avatar/avatar.ts"
6576
- }
6577
- },
6578
- {
6579
- "name": "link",
6580
- "type": {
6581
- "text": "string"
6582
- },
6583
- "description": "Indicates the Avatar should have url link",
6584
- "fieldName": "link",
6585
- "inheritedFrom": {
6586
- "name": "Avatar",
6587
- "module": "src/avatar/avatar.ts"
6591
+ "name": "Badge",
6592
+ "module": "src/badge/badge.ts"
6588
6593
  }
6589
6594
  },
6590
6595
  {
6591
- "name": "shape",
6592
6596
  "type": {
6593
- "text": "AvatarShape"
6597
+ "text": "boolean"
6594
6598
  },
6595
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
6596
- "fieldName": "shape",
6599
+ "description": "Indicates the element should be circular",
6600
+ "fieldName": "circular",
6597
6601
  "inheritedFrom": {
6598
- "name": "Avatar",
6599
- "module": "src/avatar/avatar.ts"
6602
+ "name": "Badge",
6603
+ "module": "src/badge/badge.ts"
6600
6604
  }
6601
6605
  }
6602
6606
  ],
@@ -6608,10 +6612,10 @@
6608
6612
  "text": "string"
6609
6613
  },
6610
6614
  "privacy": "public",
6611
- "description": "Indicates the Avatar should have a color fill.",
6615
+ "description": "Indicates the badge should have a filled style.",
6612
6616
  "inheritedFrom": {
6613
- "name": "Avatar",
6614
- "module": "src/avatar/avatar.ts"
6617
+ "name": "Badge",
6618
+ "module": "src/badge/badge.ts"
6615
6619
  }
6616
6620
  },
6617
6621
  {
@@ -6621,36 +6625,32 @@
6621
6625
  "text": "string"
6622
6626
  },
6623
6627
  "privacy": "public",
6624
- "description": "Indicates the Avatar should have a text color.",
6628
+ "description": "Indicates the badge should have a filled style.",
6625
6629
  "inheritedFrom": {
6626
- "name": "Avatar",
6627
- "module": "src/avatar/avatar.ts"
6630
+ "name": "Badge",
6631
+ "module": "src/badge/badge.ts"
6628
6632
  }
6629
6633
  },
6630
6634
  {
6631
6635
  "kind": "field",
6632
- "name": "link",
6636
+ "name": "circular",
6633
6637
  "type": {
6634
- "text": "string"
6638
+ "text": "boolean"
6635
6639
  },
6636
6640
  "privacy": "public",
6637
- "description": "Indicates the Avatar should have url link",
6641
+ "description": "Indicates the element should be circular",
6638
6642
  "inheritedFrom": {
6639
- "name": "Avatar",
6640
- "module": "src/avatar/avatar.ts"
6643
+ "name": "Badge",
6644
+ "module": "src/badge/badge.ts"
6641
6645
  }
6642
6646
  },
6643
6647
  {
6644
6648
  "kind": "field",
6645
- "name": "shape",
6646
- "type": {
6647
- "text": "AvatarShape"
6648
- },
6649
+ "name": "generateBadgeStyle",
6649
6650
  "privacy": "public",
6650
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
6651
6651
  "inheritedFrom": {
6652
- "name": "Avatar",
6653
- "module": "src/avatar/avatar.ts"
6652
+ "name": "Badge",
6653
+ "module": "src/badge/badge.ts"
6654
6654
  }
6655
6655
  },
6656
6656
  {
@@ -6768,65 +6768,65 @@
6768
6768
  },
6769
6769
  {
6770
6770
  "kind": "variable",
6771
- "name": "foundationAvatarShadowOptions",
6771
+ "name": "foundationBadgeShadowOptions",
6772
6772
  "type": {
6773
6773
  "text": "ShadowRootInit"
6774
6774
  },
6775
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
6775
+ "default": "undefined"
6776
6776
  },
6777
6777
  {
6778
6778
  "kind": "variable",
6779
- "name": "defaultAvatarConfig",
6779
+ "name": "defaultBadgeConfig",
6780
6780
  "type": {
6781
6781
  "text": "object"
6782
6782
  },
6783
- "default": "{\n media: mediaTemplate,\n}"
6783
+ "default": "{}"
6784
6784
  },
6785
6785
  {
6786
6786
  "kind": "variable",
6787
- "name": "foundationAvatar",
6788
- "description": "The Foundation Avatar",
6787
+ "name": "foundationBadge",
6788
+ "description": "The Foundation Badge",
6789
6789
  "privacy": "public"
6790
6790
  }
6791
6791
  ],
6792
6792
  "exports": [
6793
6793
  {
6794
6794
  "kind": "js",
6795
- "name": "Avatar",
6795
+ "name": "Badge",
6796
6796
  "declaration": {
6797
- "name": "Avatar",
6798
- "module": "src/avatar/avatar.ts"
6797
+ "name": "Badge",
6798
+ "module": "src/badge/badge.ts"
6799
6799
  }
6800
6800
  },
6801
6801
  {
6802
6802
  "kind": "js",
6803
- "name": "foundationAvatarShadowOptions",
6803
+ "name": "foundationBadgeShadowOptions",
6804
6804
  "declaration": {
6805
- "name": "foundationAvatarShadowOptions",
6806
- "module": "src/avatar/avatar.ts"
6805
+ "name": "foundationBadgeShadowOptions",
6806
+ "module": "src/badge/badge.ts"
6807
6807
  }
6808
6808
  },
6809
6809
  {
6810
6810
  "kind": "js",
6811
- "name": "defaultAvatarConfig",
6811
+ "name": "defaultBadgeConfig",
6812
6812
  "declaration": {
6813
- "name": "defaultAvatarConfig",
6814
- "module": "src/avatar/avatar.ts"
6813
+ "name": "defaultBadgeConfig",
6814
+ "module": "src/badge/badge.ts"
6815
6815
  }
6816
6816
  },
6817
6817
  {
6818
6818
  "kind": "js",
6819
- "name": "foundationAvatar",
6819
+ "name": "foundationBadge",
6820
6820
  "declaration": {
6821
- "name": "foundationAvatar",
6822
- "module": "src/avatar/avatar.ts"
6821
+ "name": "foundationBadge",
6822
+ "module": "src/badge/badge.ts"
6823
6823
  }
6824
6824
  }
6825
6825
  ]
6826
6826
  },
6827
6827
  {
6828
6828
  "kind": "javascript-module",
6829
- "path": "src/avatar/index.ts",
6829
+ "path": "src/badge/index.ts",
6830
6830
  "declarations": [],
6831
6831
  "exports": [
6832
6832
  {
@@ -6834,7 +6834,7 @@
6834
6834
  "name": "*",
6835
6835
  "declaration": {
6836
6836
  "name": "*",
6837
- "package": "./avatar.template"
6837
+ "package": "./badge.template"
6838
6838
  }
6839
6839
  },
6840
6840
  {
@@ -6842,7 +6842,7 @@
6842
6842
  "name": "*",
6843
6843
  "declaration": {
6844
6844
  "name": "*",
6845
- "package": "./avatar.styles"
6845
+ "package": "./badge.styles"
6846
6846
  }
6847
6847
  },
6848
6848
  {
@@ -6850,7 +6850,7 @@
6850
6850
  "name": "*",
6851
6851
  "declaration": {
6852
6852
  "name": "*",
6853
- "package": "./avatar"
6853
+ "package": "./badge"
6854
6854
  }
6855
6855
  }
6856
6856
  ]
@@ -57691,6 +57691,197 @@
57691
57691
  }
57692
57692
  ]
57693
57693
  },
57694
+ {
57695
+ "kind": "javascript-module",
57696
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57697
+ "declarations": [],
57698
+ "exports": []
57699
+ },
57700
+ {
57701
+ "kind": "javascript-module",
57702
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57703
+ "declarations": [
57704
+ {
57705
+ "kind": "function",
57706
+ "name": "groupsToCriteria",
57707
+ "return": {
57708
+ "type": {
57709
+ "text": "string"
57710
+ }
57711
+ },
57712
+ "parameters": [
57713
+ {
57714
+ "name": "groups",
57715
+ "type": {
57716
+ "text": "CriteriaGroup[]"
57717
+ }
57718
+ }
57719
+ ],
57720
+ "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."
57721
+ },
57722
+ {
57723
+ "kind": "variable",
57724
+ "name": "STRING_OPERATORS",
57725
+ "type": {
57726
+ "text": "CriteriaOperator[]"
57727
+ },
57728
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57729
+ },
57730
+ {
57731
+ "kind": "variable",
57732
+ "name": "NUMERIC_OPERATORS",
57733
+ "type": {
57734
+ "text": "CriteriaOperator[]"
57735
+ },
57736
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57737
+ },
57738
+ {
57739
+ "kind": "variable",
57740
+ "name": "DATE_OPERATORS",
57741
+ "type": {
57742
+ "text": "CriteriaOperator[]"
57743
+ },
57744
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57745
+ },
57746
+ {
57747
+ "kind": "variable",
57748
+ "name": "DATETIME_OPERATORS",
57749
+ "type": {
57750
+ "text": "CriteriaOperator[]"
57751
+ },
57752
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57753
+ },
57754
+ {
57755
+ "kind": "variable",
57756
+ "name": "OPERATOR_DISPLAY_LABEL",
57757
+ "type": {
57758
+ "text": "Record<CriteriaOperator, string>"
57759
+ },
57760
+ "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}"
57761
+ }
57762
+ ],
57763
+ "exports": [
57764
+ {
57765
+ "kind": "js",
57766
+ "name": "groupsToCriteria",
57767
+ "declaration": {
57768
+ "name": "groupsToCriteria",
57769
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57770
+ }
57771
+ },
57772
+ {
57773
+ "kind": "js",
57774
+ "name": "STRING_OPERATORS",
57775
+ "declaration": {
57776
+ "name": "STRING_OPERATORS",
57777
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57778
+ }
57779
+ },
57780
+ {
57781
+ "kind": "js",
57782
+ "name": "NUMERIC_OPERATORS",
57783
+ "declaration": {
57784
+ "name": "NUMERIC_OPERATORS",
57785
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57786
+ }
57787
+ },
57788
+ {
57789
+ "kind": "js",
57790
+ "name": "DATE_OPERATORS",
57791
+ "declaration": {
57792
+ "name": "DATE_OPERATORS",
57793
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57794
+ }
57795
+ },
57796
+ {
57797
+ "kind": "js",
57798
+ "name": "DATETIME_OPERATORS",
57799
+ "declaration": {
57800
+ "name": "DATETIME_OPERATORS",
57801
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57802
+ }
57803
+ },
57804
+ {
57805
+ "kind": "js",
57806
+ "name": "OPERATOR_DISPLAY_LABEL",
57807
+ "declaration": {
57808
+ "name": "OPERATOR_DISPLAY_LABEL",
57809
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57810
+ }
57811
+ }
57812
+ ]
57813
+ },
57814
+ {
57815
+ "kind": "javascript-module",
57816
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57817
+ "declarations": [
57818
+ {
57819
+ "kind": "function",
57820
+ "name": "validateClauses",
57821
+ "return": {
57822
+ "type": {
57823
+ "text": "ValidationResult"
57824
+ }
57825
+ },
57826
+ "parameters": [
57827
+ {
57828
+ "name": "clauses",
57829
+ "type": {
57830
+ "text": "CriteriaClause[]"
57831
+ }
57832
+ },
57833
+ {
57834
+ "name": "fieldMetadata",
57835
+ "type": {
57836
+ "text": "MetadataDetail[] | string[]"
57837
+ }
57838
+ }
57839
+ ]
57840
+ },
57841
+ {
57842
+ "kind": "function",
57843
+ "name": "validateGroups",
57844
+ "return": {
57845
+ "type": {
57846
+ "text": "GroupsValidationResult"
57847
+ }
57848
+ },
57849
+ "parameters": [
57850
+ {
57851
+ "name": "groups",
57852
+ "type": {
57853
+ "text": "CriteriaGroup[]"
57854
+ }
57855
+ },
57856
+ {
57857
+ "name": "fieldMetadata",
57858
+ "type": {
57859
+ "text": "MetadataDetail[] | string[]"
57860
+ }
57861
+ }
57862
+ ],
57863
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57864
+ }
57865
+ ],
57866
+ "exports": [
57867
+ {
57868
+ "kind": "js",
57869
+ "name": "validateClauses",
57870
+ "declaration": {
57871
+ "name": "validateClauses",
57872
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57873
+ }
57874
+ },
57875
+ {
57876
+ "kind": "js",
57877
+ "name": "validateGroups",
57878
+ "declaration": {
57879
+ "name": "validateGroups",
57880
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57881
+ }
57882
+ }
57883
+ ]
57884
+ },
57694
57885
  {
57695
57886
  "kind": "javascript-module",
57696
57887
  "path": "src/_config/styles/colors.ts",
@@ -59063,197 +59254,6 @@
59063
59254
  "declarations": [],
59064
59255
  "exports": []
59065
59256
  },
59066
- {
59067
- "kind": "javascript-module",
59068
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
59069
- "declarations": [],
59070
- "exports": []
59071
- },
59072
- {
59073
- "kind": "javascript-module",
59074
- "path": "src/ai-criteria-search/validation/operator-map.ts",
59075
- "declarations": [
59076
- {
59077
- "kind": "function",
59078
- "name": "groupsToCriteria",
59079
- "return": {
59080
- "type": {
59081
- "text": "string"
59082
- }
59083
- },
59084
- "parameters": [
59085
- {
59086
- "name": "groups",
59087
- "type": {
59088
- "text": "CriteriaGroup[]"
59089
- }
59090
- }
59091
- ],
59092
- "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."
59093
- },
59094
- {
59095
- "kind": "variable",
59096
- "name": "STRING_OPERATORS",
59097
- "type": {
59098
- "text": "CriteriaOperator[]"
59099
- },
59100
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
59101
- },
59102
- {
59103
- "kind": "variable",
59104
- "name": "NUMERIC_OPERATORS",
59105
- "type": {
59106
- "text": "CriteriaOperator[]"
59107
- },
59108
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
59109
- },
59110
- {
59111
- "kind": "variable",
59112
- "name": "DATE_OPERATORS",
59113
- "type": {
59114
- "text": "CriteriaOperator[]"
59115
- },
59116
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
59117
- },
59118
- {
59119
- "kind": "variable",
59120
- "name": "DATETIME_OPERATORS",
59121
- "type": {
59122
- "text": "CriteriaOperator[]"
59123
- },
59124
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
59125
- },
59126
- {
59127
- "kind": "variable",
59128
- "name": "OPERATOR_DISPLAY_LABEL",
59129
- "type": {
59130
- "text": "Record<CriteriaOperator, string>"
59131
- },
59132
- "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}"
59133
- }
59134
- ],
59135
- "exports": [
59136
- {
59137
- "kind": "js",
59138
- "name": "groupsToCriteria",
59139
- "declaration": {
59140
- "name": "groupsToCriteria",
59141
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59142
- }
59143
- },
59144
- {
59145
- "kind": "js",
59146
- "name": "STRING_OPERATORS",
59147
- "declaration": {
59148
- "name": "STRING_OPERATORS",
59149
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59150
- }
59151
- },
59152
- {
59153
- "kind": "js",
59154
- "name": "NUMERIC_OPERATORS",
59155
- "declaration": {
59156
- "name": "NUMERIC_OPERATORS",
59157
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59158
- }
59159
- },
59160
- {
59161
- "kind": "js",
59162
- "name": "DATE_OPERATORS",
59163
- "declaration": {
59164
- "name": "DATE_OPERATORS",
59165
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59166
- }
59167
- },
59168
- {
59169
- "kind": "js",
59170
- "name": "DATETIME_OPERATORS",
59171
- "declaration": {
59172
- "name": "DATETIME_OPERATORS",
59173
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59174
- }
59175
- },
59176
- {
59177
- "kind": "js",
59178
- "name": "OPERATOR_DISPLAY_LABEL",
59179
- "declaration": {
59180
- "name": "OPERATOR_DISPLAY_LABEL",
59181
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59182
- }
59183
- }
59184
- ]
59185
- },
59186
- {
59187
- "kind": "javascript-module",
59188
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
59189
- "declarations": [
59190
- {
59191
- "kind": "function",
59192
- "name": "validateClauses",
59193
- "return": {
59194
- "type": {
59195
- "text": "ValidationResult"
59196
- }
59197
- },
59198
- "parameters": [
59199
- {
59200
- "name": "clauses",
59201
- "type": {
59202
- "text": "CriteriaClause[]"
59203
- }
59204
- },
59205
- {
59206
- "name": "fieldMetadata",
59207
- "type": {
59208
- "text": "MetadataDetail[] | string[]"
59209
- }
59210
- }
59211
- ]
59212
- },
59213
- {
59214
- "kind": "function",
59215
- "name": "validateGroups",
59216
- "return": {
59217
- "type": {
59218
- "text": "GroupsValidationResult"
59219
- }
59220
- },
59221
- "parameters": [
59222
- {
59223
- "name": "groups",
59224
- "type": {
59225
- "text": "CriteriaGroup[]"
59226
- }
59227
- },
59228
- {
59229
- "name": "fieldMetadata",
59230
- "type": {
59231
- "text": "MetadataDetail[] | string[]"
59232
- }
59233
- }
59234
- ],
59235
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
59236
- }
59237
- ],
59238
- "exports": [
59239
- {
59240
- "kind": "js",
59241
- "name": "validateClauses",
59242
- "declaration": {
59243
- "name": "validateClauses",
59244
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
59245
- }
59246
- },
59247
- {
59248
- "kind": "js",
59249
- "name": "validateGroups",
59250
- "declaration": {
59251
- "name": "validateGroups",
59252
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
59253
- }
59254
- }
59255
- ]
59256
- },
59257
59257
  {
59258
59258
  "kind": "javascript-module",
59259
59259
  "path": "src/environment-indicator/utils/configure.ts",