@genesislcap/foundation-zero 14.488.2 → 14.489.0-GENC-1351.10

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.
@@ -1772,25 +1772,46 @@
1772
1772
  },
1773
1773
  {
1774
1774
  "kind": "javascript-module",
1775
- "path": "src/actions-menu/actions-menu.styles.ts",
1775
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1776
+ "declarations": [
1777
+ {
1778
+ "kind": "variable",
1779
+ "name": "zeroAiCriteriaSearchStyles",
1780
+ "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
1781
+ }
1782
+ ],
1783
+ "exports": [
1784
+ {
1785
+ "kind": "js",
1786
+ "name": "zeroAiCriteriaSearchStyles",
1787
+ "declaration": {
1788
+ "name": "zeroAiCriteriaSearchStyles",
1789
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1790
+ }
1791
+ }
1792
+ ]
1793
+ },
1794
+ {
1795
+ "kind": "javascript-module",
1796
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1776
1797
  "declarations": [
1777
1798
  {
1778
1799
  "kind": "function",
1779
- "name": "zeroActionsMenuStyles",
1800
+ "name": "zeroAiCriteriaSearchTemplate",
1780
1801
  "return": {
1781
1802
  "type": {
1782
- "text": "ElementStyles"
1803
+ "text": "ViewTemplate<AiCriteriaSearch>"
1783
1804
  }
1784
1805
  },
1785
1806
  "parameters": [
1786
1807
  {
1787
- "name": "context",
1808
+ "name": "_context",
1788
1809
  "type": {
1789
1810
  "text": "ElementDefinitionContext"
1790
1811
  }
1791
1812
  },
1792
1813
  {
1793
- "name": "definition",
1814
+ "name": "_definition",
1794
1815
  "type": {
1795
1816
  "text": "FoundationElementDefinition"
1796
1817
  }
@@ -1801,383 +1822,347 @@
1801
1822
  "exports": [
1802
1823
  {
1803
1824
  "kind": "js",
1804
- "name": "zeroActionsMenuStyles",
1825
+ "name": "zeroAiCriteriaSearchTemplate",
1805
1826
  "declaration": {
1806
- "name": "zeroActionsMenuStyles",
1807
- "module": "src/actions-menu/actions-menu.styles.ts"
1827
+ "name": "zeroAiCriteriaSearchTemplate",
1828
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1808
1829
  }
1809
1830
  }
1810
1831
  ]
1811
1832
  },
1812
1833
  {
1813
1834
  "kind": "javascript-module",
1814
- "path": "src/actions-menu/actions-menu.ts",
1835
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
1815
1836
  "declarations": [
1816
1837
  {
1817
1838
  "kind": "class",
1818
1839
  "description": "",
1819
- "name": "ActionsMenu",
1840
+ "name": "AiCriteriaSearch",
1820
1841
  "superclass": {
1821
- "name": "FoundationActionsMenu",
1842
+ "name": "FoundationAiCriteriaSearch",
1822
1843
  "package": "@genesislcap/foundation-ui"
1823
1844
  },
1824
- "tagName": "%%prefix%%-actions-menu",
1845
+ "tagName": "%%prefix%%-ai-criteria-search",
1825
1846
  "customElement": true,
1826
1847
  "attributes": [
1827
1848
  {
1828
- "name": "is-vertical",
1849
+ "name": "placeholder",
1829
1850
  "type": {
1830
- "text": "boolean"
1851
+ "text": "string"
1831
1852
  },
1832
- "default": "false",
1833
- "fieldName": "isVertical",
1853
+ "default": "'Describe your search criteria in natural language...'",
1854
+ "fieldName": "placeholder",
1834
1855
  "inheritedFrom": {
1835
- "name": "ActionsMenu",
1836
- "module": "src/actions-menu/actions-menu.ts"
1856
+ "name": "AiCriteriaSearch",
1857
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1837
1858
  }
1838
1859
  },
1839
1860
  {
1840
- "name": "add-default-actions",
1841
1861
  "type": {
1842
1862
  "text": "boolean"
1843
1863
  },
1844
- "default": "true",
1845
- "fieldName": "addDefaultActions",
1864
+ "fieldName": "disabled",
1846
1865
  "inheritedFrom": {
1847
- "name": "ActionsMenu",
1848
- "module": "src/actions-menu/actions-menu.ts"
1866
+ "name": "AiCriteriaSearch",
1867
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1849
1868
  }
1850
- },
1869
+ }
1870
+ ],
1871
+ "members": [
1851
1872
  {
1852
- "name": "auto-close-on-action",
1873
+ "kind": "field",
1874
+ "name": "providerRegistry",
1853
1875
  "type": {
1854
- "text": "boolean"
1876
+ "text": "AIProviderRegistry"
1855
1877
  },
1856
- "default": "true",
1857
- "fieldName": "autoCloseOnAction",
1858
1878
  "inheritedFrom": {
1859
- "name": "ActionsMenu",
1860
- "module": "src/actions-menu/actions-menu.ts"
1879
+ "name": "AiCriteriaSearch",
1880
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1861
1881
  }
1862
1882
  },
1863
1883
  {
1864
- "name": "name",
1884
+ "kind": "field",
1885
+ "name": "placeholder",
1865
1886
  "type": {
1866
1887
  "text": "string"
1867
1888
  },
1868
- "default": "'Actions'",
1869
- "fieldName": "name",
1889
+ "default": "'Describe your search criteria in natural language...'",
1870
1890
  "inheritedFrom": {
1871
- "name": "ActionsMenu",
1872
- "module": "src/actions-menu/actions-menu.ts"
1891
+ "name": "AiCriteriaSearch",
1892
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1873
1893
  }
1874
1894
  },
1875
1895
  {
1876
- "name": "open",
1896
+ "kind": "field",
1897
+ "name": "disabled",
1877
1898
  "type": {
1878
1899
  "text": "boolean"
1879
1900
  },
1880
- "default": "false",
1881
- "fieldName": "open",
1882
1901
  "inheritedFrom": {
1883
- "name": "ActionsMenu",
1884
- "module": "src/actions-menu/actions-menu.ts"
1902
+ "name": "AiCriteriaSearch",
1903
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1885
1904
  }
1886
1905
  },
1887
1906
  {
1888
- "name": "buttonAppearance",
1907
+ "kind": "field",
1908
+ "name": "inputValue",
1889
1909
  "type": {
1890
1910
  "text": "string"
1891
1911
  },
1892
- "fieldName": "buttonAppearance",
1893
- "inheritedFrom": {
1894
- "name": "ActionsMenu",
1895
- "module": "src/actions-menu/actions-menu.ts"
1896
- }
1897
- },
1898
- {
1899
- "name": "hide-disabled",
1900
- "type": {
1901
- "text": "boolean"
1902
- },
1903
- "default": "false",
1904
- "fieldName": "hideDisabled",
1912
+ "default": "''",
1905
1913
  "inheritedFrom": {
1906
- "name": "ActionsMenu",
1907
- "module": "src/actions-menu/actions-menu.ts"
1914
+ "name": "AiCriteriaSearch",
1915
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1908
1916
  }
1909
1917
  },
1910
1918
  {
1911
- "name": "hide-menu-single-option",
1919
+ "kind": "field",
1920
+ "name": "isInterpreting",
1912
1921
  "type": {
1913
1922
  "text": "boolean"
1914
1923
  },
1915
1924
  "default": "false",
1916
- "fieldName": "hideMenuSingleOption",
1917
- "inheritedFrom": {
1918
- "name": "ActionsMenu",
1919
- "module": "src/actions-menu/actions-menu.ts"
1920
- }
1921
- }
1922
- ],
1923
- "members": [
1924
- {
1925
- "kind": "field",
1926
- "name": "actions",
1927
- "type": {
1928
- "text": "ActionMenuItem[]"
1929
- },
1930
1925
  "inheritedFrom": {
1931
- "name": "ActionsMenu",
1932
- "module": "src/actions-menu/actions-menu.ts"
1926
+ "name": "AiCriteriaSearch",
1927
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1933
1928
  }
1934
1929
  },
1935
1930
  {
1936
1931
  "kind": "field",
1937
- "name": "isVertical",
1932
+ "name": "lastValidCriteria",
1938
1933
  "type": {
1939
- "text": "boolean"
1934
+ "text": "string | null"
1940
1935
  },
1941
- "default": "false",
1936
+ "default": "null",
1942
1937
  "inheritedFrom": {
1943
- "name": "ActionsMenu",
1944
- "module": "src/actions-menu/actions-menu.ts"
1938
+ "name": "AiCriteriaSearch",
1939
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1945
1940
  }
1946
1941
  },
1947
1942
  {
1948
1943
  "kind": "field",
1949
- "name": "addDefaultActions",
1944
+ "name": "activeGroups",
1950
1945
  "type": {
1951
- "text": "boolean"
1946
+ "text": "CriteriaGroup[]"
1952
1947
  },
1953
- "default": "true",
1948
+ "default": "[]",
1954
1949
  "inheritedFrom": {
1955
- "name": "ActionsMenu",
1956
- "module": "src/actions-menu/actions-menu.ts"
1950
+ "name": "AiCriteriaSearch",
1951
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1957
1952
  }
1958
1953
  },
1959
1954
  {
1960
1955
  "kind": "field",
1961
- "name": "autoCloseOnAction",
1956
+ "name": "showingChips",
1962
1957
  "type": {
1963
1958
  "text": "boolean"
1964
1959
  },
1965
- "default": "true",
1960
+ "default": "false",
1966
1961
  "inheritedFrom": {
1967
- "name": "ActionsMenu",
1968
- "module": "src/actions-menu/actions-menu.ts"
1962
+ "name": "AiCriteriaSearch",
1963
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1969
1964
  }
1970
1965
  },
1971
1966
  {
1972
1967
  "kind": "field",
1973
- "name": "classNames",
1968
+ "name": "fieldMetadata",
1974
1969
  "type": {
1975
- "text": "string"
1970
+ "text": "MetadataDetail[] | string[]"
1976
1971
  },
1972
+ "default": "[]",
1977
1973
  "inheritedFrom": {
1978
- "name": "ActionsMenu",
1979
- "module": "src/actions-menu/actions-menu.ts"
1974
+ "name": "AiCriteriaSearch",
1975
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1980
1976
  }
1981
1977
  },
1982
1978
  {
1983
1979
  "kind": "field",
1984
- "name": "definition",
1980
+ "name": "isRecording",
1985
1981
  "type": {
1986
- "text": "any"
1982
+ "text": "boolean"
1987
1983
  },
1984
+ "default": "false",
1988
1985
  "inheritedFrom": {
1989
- "name": "ActionsMenu",
1990
- "module": "src/actions-menu/actions-menu.ts"
1986
+ "name": "AiCriteriaSearch",
1987
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1991
1988
  }
1992
1989
  },
1993
1990
  {
1994
1991
  "kind": "field",
1995
- "name": "name",
1992
+ "name": "textAreaRef",
1996
1993
  "type": {
1997
- "text": "string"
1994
+ "text": "HTMLTextAreaElement"
1998
1995
  },
1999
- "default": "'Actions'",
1996
+ "privacy": "public",
2000
1997
  "inheritedFrom": {
2001
- "name": "ActionsMenu",
2002
- "module": "src/actions-menu/actions-menu.ts"
1998
+ "name": "AiCriteriaSearch",
1999
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2003
2000
  }
2004
2001
  },
2005
2002
  {
2006
2003
  "kind": "field",
2007
- "name": "open",
2004
+ "name": "stopRecording",
2008
2005
  "type": {
2009
- "text": "boolean"
2006
+ "text": "(() => void) | null"
2010
2007
  },
2011
- "default": "false",
2008
+ "privacy": "private",
2009
+ "default": "null",
2012
2010
  "inheritedFrom": {
2013
- "name": "ActionsMenu",
2014
- "module": "src/actions-menu/actions-menu.ts"
2011
+ "name": "AiCriteriaSearch",
2012
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2015
2013
  }
2016
2014
  },
2017
2015
  {
2018
2016
  "kind": "field",
2019
- "name": "buttonAppearance",
2017
+ "name": "speechApplyDebounceTimer",
2020
2018
  "type": {
2021
- "text": "string"
2019
+ "text": "ReturnType<typeof setTimeout> | null"
2022
2020
  },
2021
+ "privacy": "private",
2022
+ "default": "null",
2023
2023
  "inheritedFrom": {
2024
- "name": "ActionsMenu",
2025
- "module": "src/actions-menu/actions-menu.ts"
2024
+ "name": "AiCriteriaSearch",
2025
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2026
2026
  }
2027
2027
  },
2028
2028
  {
2029
2029
  "kind": "field",
2030
- "name": "hideDisabled",
2030
+ "name": "speechAvailable",
2031
2031
  "type": {
2032
2032
  "text": "boolean"
2033
2033
  },
2034
- "default": "false",
2034
+ "readonly": true,
2035
2035
  "inheritedFrom": {
2036
- "name": "ActionsMenu",
2037
- "module": "src/actions-menu/actions-menu.ts"
2036
+ "name": "AiCriteriaSearch",
2037
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2038
2038
  }
2039
2039
  },
2040
2040
  {
2041
2041
  "kind": "field",
2042
- "name": "hideMenuSingleOption",
2042
+ "name": "criteriaChips",
2043
2043
  "type": {
2044
- "text": "boolean"
2044
+ "text": "CriteriaChip[]"
2045
2045
  },
2046
- "default": "false",
2046
+ "readonly": true,
2047
2047
  "inheritedFrom": {
2048
- "name": "ActionsMenu",
2049
- "module": "src/actions-menu/actions-menu.ts"
2048
+ "name": "AiCriteriaSearch",
2049
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2050
2050
  }
2051
2051
  },
2052
2052
  {
2053
- "kind": "field",
2054
- "name": "singleOption",
2055
- "type": {
2056
- "text": "ActionMenuItem"
2053
+ "kind": "method",
2054
+ "name": "getFieldLabel",
2055
+ "privacy": "private",
2056
+ "return": {
2057
+ "type": {
2058
+ "text": "string"
2059
+ }
2057
2060
  },
2061
+ "parameters": [
2062
+ {
2063
+ "name": "fieldName",
2064
+ "type": {
2065
+ "text": "string"
2066
+ }
2067
+ }
2068
+ ],
2058
2069
  "inheritedFrom": {
2059
- "name": "ActionsMenu",
2060
- "module": "src/actions-menu/actions-menu.ts"
2070
+ "name": "AiCriteriaSearch",
2071
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2061
2072
  }
2062
2073
  },
2063
2074
  {
2064
- "kind": "field",
2065
- "name": "actionsMenu",
2066
- "type": {
2067
- "text": "HTMLElement"
2075
+ "kind": "method",
2076
+ "name": "toggleCriteriaView",
2077
+ "return": {
2078
+ "type": {
2079
+ "text": "void"
2080
+ }
2068
2081
  },
2069
2082
  "inheritedFrom": {
2070
- "name": "ActionsMenu",
2071
- "module": "src/actions-menu/actions-menu.ts"
2083
+ "name": "AiCriteriaSearch",
2084
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2072
2085
  }
2073
2086
  },
2074
2087
  {
2075
2088
  "kind": "method",
2076
- "name": "definitionChanged",
2077
- "privacy": "protected",
2089
+ "name": "removeChip",
2090
+ "return": {
2091
+ "type": {
2092
+ "text": "void"
2093
+ }
2094
+ },
2078
2095
  "parameters": [
2079
2096
  {
2080
- "name": "oldValue",
2097
+ "name": "groupIndex",
2081
2098
  "type": {
2082
- "text": "any"
2099
+ "text": "number"
2083
2100
  }
2084
2101
  },
2085
2102
  {
2086
- "name": "newValue",
2103
+ "name": "clauseIndex",
2087
2104
  "type": {
2088
- "text": "any"
2105
+ "text": "number"
2089
2106
  }
2090
2107
  }
2091
2108
  ],
2092
2109
  "inheritedFrom": {
2093
- "name": "ActionsMenu",
2094
- "module": "src/actions-menu/actions-menu.ts"
2110
+ "name": "AiCriteriaSearch",
2111
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2095
2112
  }
2096
2113
  },
2097
2114
  {
2098
2115
  "kind": "method",
2099
- "name": "openChanged",
2100
- "privacy": "protected",
2116
+ "name": "clearChips",
2117
+ "return": {
2118
+ "type": {
2119
+ "text": "void"
2120
+ }
2121
+ },
2101
2122
  "inheritedFrom": {
2102
- "name": "ActionsMenu",
2103
- "module": "src/actions-menu/actions-menu.ts"
2123
+ "name": "AiCriteriaSearch",
2124
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2104
2125
  }
2105
2126
  },
2106
2127
  {
2107
2128
  "kind": "method",
2108
- "name": "toggleActionsMenuVisibility",
2129
+ "name": "handleSubmit",
2109
2130
  "inheritedFrom": {
2110
- "name": "ActionsMenu",
2111
- "module": "src/actions-menu/actions-menu.ts"
2131
+ "name": "AiCriteriaSearch",
2132
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2112
2133
  }
2113
2134
  },
2114
2135
  {
2115
2136
  "kind": "method",
2116
- "name": "onActionMenuItemClick",
2117
- "parameters": [
2118
- {
2119
- "name": "callback",
2120
- "type": {
2121
- "text": "(rowData) => void | any"
2122
- }
2123
- }
2124
- ],
2125
- "inheritedFrom": {
2126
- "name": "ActionsMenu",
2127
- "module": "src/actions-menu/actions-menu.ts"
2128
- }
2129
- },
2130
- {
2131
- "kind": "field",
2132
- "name": "allActions",
2133
- "type": {
2134
- "text": "ActionMenuItem[]"
2135
- },
2136
- "readonly": true,
2137
+ "name": "handleBlur",
2137
2138
  "inheritedFrom": {
2138
- "name": "ActionsMenu",
2139
- "module": "src/actions-menu/actions-menu.ts"
2139
+ "name": "AiCriteriaSearch",
2140
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2140
2141
  }
2141
2142
  },
2142
2143
  {
2143
- "kind": "field",
2144
- "name": "rowData",
2145
- "readonly": true,
2144
+ "kind": "method",
2145
+ "name": "clear",
2146
2146
  "inheritedFrom": {
2147
- "name": "ActionsMenu",
2148
- "module": "src/actions-menu/actions-menu.ts"
2147
+ "name": "AiCriteriaSearch",
2148
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2149
2149
  }
2150
2150
  },
2151
2151
  {
2152
2152
  "kind": "method",
2153
- "name": "getLabel",
2154
- "parameters": [
2155
- {
2156
- "name": "name",
2157
- "type": {
2158
- "text": "string | ((rowData: any) => string)"
2159
- }
2160
- }
2161
- ],
2153
+ "name": "toggleSpeechInput",
2162
2154
  "inheritedFrom": {
2163
- "name": "ActionsMenu",
2164
- "module": "src/actions-menu/actions-menu.ts"
2155
+ "name": "AiCriteriaSearch",
2156
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2165
2157
  }
2166
2158
  },
2167
2159
  {
2168
2160
  "kind": "method",
2169
- "name": "getTemplate",
2170
- "parameters": [
2171
- {
2172
- "name": "prefix",
2173
- "type": {
2174
- "text": "string"
2175
- }
2176
- }
2177
- ],
2161
+ "name": "clearSpeechApplyDebounce",
2162
+ "privacy": "private",
2178
2163
  "inheritedFrom": {
2179
- "name": "ActionsMenu",
2180
- "module": "src/actions-menu/actions-menu.ts"
2164
+ "name": "AiCriteriaSearch",
2165
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2181
2166
  }
2182
2167
  },
2183
2168
  {
@@ -2291,37 +2276,55 @@
2291
2276
  "module": "src/foundation-element/foundation-element.ts"
2292
2277
  }
2293
2278
  }
2279
+ ],
2280
+ "events": [
2281
+ {
2282
+ "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2283
+ "name": "criteria-changed",
2284
+ "inheritedFrom": {
2285
+ "name": "AiCriteriaSearch",
2286
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2287
+ }
2288
+ },
2289
+ {
2290
+ "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2291
+ "name": "validation-errors",
2292
+ "inheritedFrom": {
2293
+ "name": "AiCriteriaSearch",
2294
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2295
+ }
2296
+ }
2294
2297
  ]
2295
2298
  },
2296
2299
  {
2297
2300
  "kind": "variable",
2298
- "name": "zeroActionsMenu",
2299
- "description": "The Zero Actions Menu",
2301
+ "name": "zeroAiCriteriaSearch",
2302
+ "description": "The Zero AI Criteria Search",
2300
2303
  "privacy": "public"
2301
2304
  }
2302
2305
  ],
2303
2306
  "exports": [
2304
2307
  {
2305
2308
  "kind": "js",
2306
- "name": "ActionsMenu",
2309
+ "name": "AiCriteriaSearch",
2307
2310
  "declaration": {
2308
- "name": "ActionsMenu",
2309
- "module": "src/actions-menu/actions-menu.ts"
2311
+ "name": "AiCriteriaSearch",
2312
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2310
2313
  }
2311
2314
  },
2312
2315
  {
2313
2316
  "kind": "js",
2314
- "name": "zeroActionsMenu",
2317
+ "name": "zeroAiCriteriaSearch",
2315
2318
  "declaration": {
2316
- "name": "zeroActionsMenu",
2317
- "module": "src/actions-menu/actions-menu.ts"
2319
+ "name": "zeroAiCriteriaSearch",
2320
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2318
2321
  }
2319
2322
  }
2320
2323
  ]
2321
2324
  },
2322
2325
  {
2323
2326
  "kind": "javascript-module",
2324
- "path": "src/actions-menu/index.ts",
2327
+ "path": "src/ai-criteria-search/index.ts",
2325
2328
  "declarations": [],
2326
2329
  "exports": [
2327
2330
  {
@@ -2329,7 +2332,7 @@
2329
2332
  "name": "*",
2330
2333
  "declaration": {
2331
2334
  "name": "*",
2332
- "package": "./actions-menu"
2335
+ "package": "./ai-criteria-search"
2333
2336
  }
2334
2337
  },
2335
2338
  {
@@ -2337,53 +2340,40 @@
2337
2340
  "name": "*",
2338
2341
  "declaration": {
2339
2342
  "name": "*",
2340
- "package": "./actions-menu.styles"
2343
+ "package": "./ai-criteria-search.styles"
2341
2344
  }
2342
- }
2343
- ]
2344
- },
2345
- {
2346
- "kind": "javascript-module",
2347
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2348
- "declarations": [
2349
- {
2350
- "kind": "variable",
2351
- "name": "zeroAiCriteriaSearchStyles",
2352
- "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
2353
- }
2354
- ],
2355
- "exports": [
2345
+ },
2356
2346
  {
2357
2347
  "kind": "js",
2358
- "name": "zeroAiCriteriaSearchStyles",
2348
+ "name": "*",
2359
2349
  "declaration": {
2360
- "name": "zeroAiCriteriaSearchStyles",
2361
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2350
+ "name": "*",
2351
+ "package": "./ai-criteria-search.template"
2362
2352
  }
2363
2353
  }
2364
2354
  ]
2365
2355
  },
2366
2356
  {
2367
2357
  "kind": "javascript-module",
2368
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2358
+ "path": "src/actions-menu/actions-menu.styles.ts",
2369
2359
  "declarations": [
2370
2360
  {
2371
2361
  "kind": "function",
2372
- "name": "zeroAiCriteriaSearchTemplate",
2362
+ "name": "zeroActionsMenuStyles",
2373
2363
  "return": {
2374
2364
  "type": {
2375
- "text": "ViewTemplate<AiCriteriaSearch>"
2365
+ "text": "ElementStyles"
2376
2366
  }
2377
2367
  },
2378
2368
  "parameters": [
2379
2369
  {
2380
- "name": "_context",
2370
+ "name": "context",
2381
2371
  "type": {
2382
2372
  "text": "ElementDefinitionContext"
2383
2373
  }
2384
2374
  },
2385
2375
  {
2386
- "name": "_definition",
2376
+ "name": "definition",
2387
2377
  "type": {
2388
2378
  "text": "FoundationElementDefinition"
2389
2379
  }
@@ -2394,347 +2384,383 @@
2394
2384
  "exports": [
2395
2385
  {
2396
2386
  "kind": "js",
2397
- "name": "zeroAiCriteriaSearchTemplate",
2387
+ "name": "zeroActionsMenuStyles",
2398
2388
  "declaration": {
2399
- "name": "zeroAiCriteriaSearchTemplate",
2400
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2389
+ "name": "zeroActionsMenuStyles",
2390
+ "module": "src/actions-menu/actions-menu.styles.ts"
2401
2391
  }
2402
2392
  }
2403
2393
  ]
2404
2394
  },
2405
2395
  {
2406
2396
  "kind": "javascript-module",
2407
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
2397
+ "path": "src/actions-menu/actions-menu.ts",
2408
2398
  "declarations": [
2409
2399
  {
2410
2400
  "kind": "class",
2411
2401
  "description": "",
2412
- "name": "AiCriteriaSearch",
2402
+ "name": "ActionsMenu",
2413
2403
  "superclass": {
2414
- "name": "FoundationAiCriteriaSearch",
2404
+ "name": "FoundationActionsMenu",
2415
2405
  "package": "@genesislcap/foundation-ui"
2416
2406
  },
2417
- "tagName": "%%prefix%%-ai-criteria-search",
2407
+ "tagName": "%%prefix%%-actions-menu",
2418
2408
  "customElement": true,
2419
2409
  "attributes": [
2420
2410
  {
2421
- "name": "placeholder",
2411
+ "name": "is-vertical",
2422
2412
  "type": {
2423
- "text": "string"
2413
+ "text": "boolean"
2424
2414
  },
2425
- "default": "'Describe your search criteria in natural language...'",
2426
- "fieldName": "placeholder",
2415
+ "default": "false",
2416
+ "fieldName": "isVertical",
2427
2417
  "inheritedFrom": {
2428
- "name": "AiCriteriaSearch",
2429
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2418
+ "name": "ActionsMenu",
2419
+ "module": "src/actions-menu/actions-menu.ts"
2430
2420
  }
2431
2421
  },
2432
2422
  {
2423
+ "name": "add-default-actions",
2433
2424
  "type": {
2434
2425
  "text": "boolean"
2435
2426
  },
2436
- "fieldName": "disabled",
2427
+ "default": "true",
2428
+ "fieldName": "addDefaultActions",
2437
2429
  "inheritedFrom": {
2438
- "name": "AiCriteriaSearch",
2439
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2430
+ "name": "ActionsMenu",
2431
+ "module": "src/actions-menu/actions-menu.ts"
2440
2432
  }
2441
- }
2442
- ],
2443
- "members": [
2433
+ },
2444
2434
  {
2445
- "kind": "field",
2446
- "name": "providerRegistry",
2435
+ "name": "auto-close-on-action",
2447
2436
  "type": {
2448
- "text": "AIProviderRegistry"
2437
+ "text": "boolean"
2449
2438
  },
2439
+ "default": "true",
2440
+ "fieldName": "autoCloseOnAction",
2450
2441
  "inheritedFrom": {
2451
- "name": "AiCriteriaSearch",
2452
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2442
+ "name": "ActionsMenu",
2443
+ "module": "src/actions-menu/actions-menu.ts"
2453
2444
  }
2454
2445
  },
2455
2446
  {
2456
- "kind": "field",
2457
- "name": "placeholder",
2447
+ "name": "name",
2458
2448
  "type": {
2459
2449
  "text": "string"
2460
2450
  },
2461
- "default": "'Describe your search criteria in natural language...'",
2451
+ "default": "'Actions'",
2452
+ "fieldName": "name",
2462
2453
  "inheritedFrom": {
2463
- "name": "AiCriteriaSearch",
2464
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2454
+ "name": "ActionsMenu",
2455
+ "module": "src/actions-menu/actions-menu.ts"
2465
2456
  }
2466
2457
  },
2467
2458
  {
2468
- "kind": "field",
2469
- "name": "disabled",
2459
+ "name": "open",
2470
2460
  "type": {
2471
2461
  "text": "boolean"
2472
2462
  },
2463
+ "default": "false",
2464
+ "fieldName": "open",
2473
2465
  "inheritedFrom": {
2474
- "name": "AiCriteriaSearch",
2475
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2466
+ "name": "ActionsMenu",
2467
+ "module": "src/actions-menu/actions-menu.ts"
2476
2468
  }
2477
2469
  },
2478
2470
  {
2479
- "kind": "field",
2480
- "name": "inputValue",
2471
+ "name": "buttonAppearance",
2481
2472
  "type": {
2482
2473
  "text": "string"
2483
2474
  },
2484
- "default": "''",
2475
+ "fieldName": "buttonAppearance",
2485
2476
  "inheritedFrom": {
2486
- "name": "AiCriteriaSearch",
2487
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2477
+ "name": "ActionsMenu",
2478
+ "module": "src/actions-menu/actions-menu.ts"
2488
2479
  }
2489
2480
  },
2490
2481
  {
2491
- "kind": "field",
2492
- "name": "isInterpreting",
2482
+ "name": "hide-disabled",
2493
2483
  "type": {
2494
2484
  "text": "boolean"
2495
2485
  },
2496
2486
  "default": "false",
2487
+ "fieldName": "hideDisabled",
2497
2488
  "inheritedFrom": {
2498
- "name": "AiCriteriaSearch",
2499
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2489
+ "name": "ActionsMenu",
2490
+ "module": "src/actions-menu/actions-menu.ts"
2500
2491
  }
2501
2492
  },
2502
2493
  {
2503
- "kind": "field",
2504
- "name": "lastValidCriteria",
2494
+ "name": "hide-menu-single-option",
2505
2495
  "type": {
2506
- "text": "string | null"
2496
+ "text": "boolean"
2507
2497
  },
2508
- "default": "null",
2498
+ "default": "false",
2499
+ "fieldName": "hideMenuSingleOption",
2509
2500
  "inheritedFrom": {
2510
- "name": "AiCriteriaSearch",
2511
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2501
+ "name": "ActionsMenu",
2502
+ "module": "src/actions-menu/actions-menu.ts"
2512
2503
  }
2513
- },
2504
+ }
2505
+ ],
2506
+ "members": [
2514
2507
  {
2515
2508
  "kind": "field",
2516
- "name": "activeGroups",
2509
+ "name": "actions",
2517
2510
  "type": {
2518
- "text": "CriteriaGroup[]"
2511
+ "text": "ActionMenuItem[]"
2519
2512
  },
2520
- "default": "[]",
2521
2513
  "inheritedFrom": {
2522
- "name": "AiCriteriaSearch",
2523
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2514
+ "name": "ActionsMenu",
2515
+ "module": "src/actions-menu/actions-menu.ts"
2524
2516
  }
2525
2517
  },
2526
2518
  {
2527
2519
  "kind": "field",
2528
- "name": "showingChips",
2520
+ "name": "isVertical",
2529
2521
  "type": {
2530
2522
  "text": "boolean"
2531
2523
  },
2532
2524
  "default": "false",
2533
2525
  "inheritedFrom": {
2534
- "name": "AiCriteriaSearch",
2535
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2526
+ "name": "ActionsMenu",
2527
+ "module": "src/actions-menu/actions-menu.ts"
2536
2528
  }
2537
2529
  },
2538
2530
  {
2539
2531
  "kind": "field",
2540
- "name": "fieldMetadata",
2532
+ "name": "addDefaultActions",
2541
2533
  "type": {
2542
- "text": "MetadataDetail[] | string[]"
2534
+ "text": "boolean"
2543
2535
  },
2544
- "default": "[]",
2536
+ "default": "true",
2545
2537
  "inheritedFrom": {
2546
- "name": "AiCriteriaSearch",
2547
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2538
+ "name": "ActionsMenu",
2539
+ "module": "src/actions-menu/actions-menu.ts"
2548
2540
  }
2549
2541
  },
2550
2542
  {
2551
2543
  "kind": "field",
2552
- "name": "isRecording",
2544
+ "name": "autoCloseOnAction",
2553
2545
  "type": {
2554
2546
  "text": "boolean"
2555
2547
  },
2556
- "default": "false",
2548
+ "default": "true",
2557
2549
  "inheritedFrom": {
2558
- "name": "AiCriteriaSearch",
2559
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2550
+ "name": "ActionsMenu",
2551
+ "module": "src/actions-menu/actions-menu.ts"
2560
2552
  }
2561
2553
  },
2562
2554
  {
2563
2555
  "kind": "field",
2564
- "name": "textAreaRef",
2556
+ "name": "classNames",
2565
2557
  "type": {
2566
- "text": "HTMLTextAreaElement"
2558
+ "text": "string"
2567
2559
  },
2568
- "privacy": "public",
2569
2560
  "inheritedFrom": {
2570
- "name": "AiCriteriaSearch",
2571
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2561
+ "name": "ActionsMenu",
2562
+ "module": "src/actions-menu/actions-menu.ts"
2572
2563
  }
2573
2564
  },
2574
2565
  {
2575
2566
  "kind": "field",
2576
- "name": "stopRecording",
2567
+ "name": "definition",
2577
2568
  "type": {
2578
- "text": "(() => void) | null"
2569
+ "text": "any"
2579
2570
  },
2580
- "privacy": "private",
2581
- "default": "null",
2582
2571
  "inheritedFrom": {
2583
- "name": "AiCriteriaSearch",
2584
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2572
+ "name": "ActionsMenu",
2573
+ "module": "src/actions-menu/actions-menu.ts"
2585
2574
  }
2586
2575
  },
2587
2576
  {
2588
2577
  "kind": "field",
2589
- "name": "speechApplyDebounceTimer",
2578
+ "name": "name",
2590
2579
  "type": {
2591
- "text": "ReturnType<typeof setTimeout> | null"
2580
+ "text": "string"
2592
2581
  },
2593
- "privacy": "private",
2594
- "default": "null",
2582
+ "default": "'Actions'",
2595
2583
  "inheritedFrom": {
2596
- "name": "AiCriteriaSearch",
2597
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2584
+ "name": "ActionsMenu",
2585
+ "module": "src/actions-menu/actions-menu.ts"
2598
2586
  }
2599
2587
  },
2600
2588
  {
2601
2589
  "kind": "field",
2602
- "name": "speechAvailable",
2590
+ "name": "open",
2603
2591
  "type": {
2604
2592
  "text": "boolean"
2605
2593
  },
2606
- "readonly": true,
2594
+ "default": "false",
2607
2595
  "inheritedFrom": {
2608
- "name": "AiCriteriaSearch",
2609
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2596
+ "name": "ActionsMenu",
2597
+ "module": "src/actions-menu/actions-menu.ts"
2610
2598
  }
2611
2599
  },
2612
2600
  {
2613
2601
  "kind": "field",
2614
- "name": "criteriaChips",
2602
+ "name": "buttonAppearance",
2615
2603
  "type": {
2616
- "text": "CriteriaChip[]"
2604
+ "text": "string"
2617
2605
  },
2618
- "readonly": true,
2619
2606
  "inheritedFrom": {
2620
- "name": "AiCriteriaSearch",
2621
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2607
+ "name": "ActionsMenu",
2608
+ "module": "src/actions-menu/actions-menu.ts"
2622
2609
  }
2623
2610
  },
2624
2611
  {
2625
- "kind": "method",
2626
- "name": "getFieldLabel",
2627
- "privacy": "private",
2628
- "return": {
2629
- "type": {
2630
- "text": "string"
2631
- }
2612
+ "kind": "field",
2613
+ "name": "hideDisabled",
2614
+ "type": {
2615
+ "text": "boolean"
2632
2616
  },
2633
- "parameters": [
2634
- {
2635
- "name": "fieldName",
2636
- "type": {
2637
- "text": "string"
2638
- }
2639
- }
2640
- ],
2617
+ "default": "false",
2641
2618
  "inheritedFrom": {
2642
- "name": "AiCriteriaSearch",
2643
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2619
+ "name": "ActionsMenu",
2620
+ "module": "src/actions-menu/actions-menu.ts"
2644
2621
  }
2645
2622
  },
2646
2623
  {
2647
- "kind": "method",
2648
- "name": "toggleCriteriaView",
2649
- "return": {
2650
- "type": {
2651
- "text": "void"
2652
- }
2624
+ "kind": "field",
2625
+ "name": "hideMenuSingleOption",
2626
+ "type": {
2627
+ "text": "boolean"
2653
2628
  },
2629
+ "default": "false",
2654
2630
  "inheritedFrom": {
2655
- "name": "AiCriteriaSearch",
2656
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2631
+ "name": "ActionsMenu",
2632
+ "module": "src/actions-menu/actions-menu.ts"
2657
2633
  }
2658
2634
  },
2659
2635
  {
2660
- "kind": "method",
2661
- "name": "removeChip",
2662
- "return": {
2663
- "type": {
2664
- "text": "void"
2665
- }
2636
+ "kind": "field",
2637
+ "name": "singleOption",
2638
+ "type": {
2639
+ "text": "ActionMenuItem"
2640
+ },
2641
+ "inheritedFrom": {
2642
+ "name": "ActionsMenu",
2643
+ "module": "src/actions-menu/actions-menu.ts"
2644
+ }
2645
+ },
2646
+ {
2647
+ "kind": "field",
2648
+ "name": "actionsMenu",
2649
+ "type": {
2650
+ "text": "HTMLElement"
2666
2651
  },
2652
+ "inheritedFrom": {
2653
+ "name": "ActionsMenu",
2654
+ "module": "src/actions-menu/actions-menu.ts"
2655
+ }
2656
+ },
2657
+ {
2658
+ "kind": "method",
2659
+ "name": "definitionChanged",
2660
+ "privacy": "protected",
2667
2661
  "parameters": [
2668
2662
  {
2669
- "name": "groupIndex",
2663
+ "name": "oldValue",
2670
2664
  "type": {
2671
- "text": "number"
2665
+ "text": "any"
2672
2666
  }
2673
2667
  },
2674
2668
  {
2675
- "name": "clauseIndex",
2669
+ "name": "newValue",
2676
2670
  "type": {
2677
- "text": "number"
2671
+ "text": "any"
2678
2672
  }
2679
2673
  }
2680
2674
  ],
2681
2675
  "inheritedFrom": {
2682
- "name": "AiCriteriaSearch",
2683
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2676
+ "name": "ActionsMenu",
2677
+ "module": "src/actions-menu/actions-menu.ts"
2684
2678
  }
2685
2679
  },
2686
2680
  {
2687
2681
  "kind": "method",
2688
- "name": "clearChips",
2689
- "return": {
2690
- "type": {
2691
- "text": "void"
2692
- }
2693
- },
2682
+ "name": "openChanged",
2683
+ "privacy": "protected",
2694
2684
  "inheritedFrom": {
2695
- "name": "AiCriteriaSearch",
2696
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2685
+ "name": "ActionsMenu",
2686
+ "module": "src/actions-menu/actions-menu.ts"
2697
2687
  }
2698
2688
  },
2699
2689
  {
2700
2690
  "kind": "method",
2701
- "name": "handleSubmit",
2691
+ "name": "toggleActionsMenuVisibility",
2702
2692
  "inheritedFrom": {
2703
- "name": "AiCriteriaSearch",
2704
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2693
+ "name": "ActionsMenu",
2694
+ "module": "src/actions-menu/actions-menu.ts"
2705
2695
  }
2706
2696
  },
2707
2697
  {
2708
2698
  "kind": "method",
2709
- "name": "handleBlur",
2699
+ "name": "onActionMenuItemClick",
2700
+ "parameters": [
2701
+ {
2702
+ "name": "callback",
2703
+ "type": {
2704
+ "text": "(rowData) => void | any"
2705
+ }
2706
+ }
2707
+ ],
2710
2708
  "inheritedFrom": {
2711
- "name": "AiCriteriaSearch",
2712
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2709
+ "name": "ActionsMenu",
2710
+ "module": "src/actions-menu/actions-menu.ts"
2713
2711
  }
2714
2712
  },
2715
2713
  {
2716
- "kind": "method",
2717
- "name": "clear",
2714
+ "kind": "field",
2715
+ "name": "allActions",
2716
+ "type": {
2717
+ "text": "ActionMenuItem[]"
2718
+ },
2719
+ "readonly": true,
2718
2720
  "inheritedFrom": {
2719
- "name": "AiCriteriaSearch",
2720
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2721
+ "name": "ActionsMenu",
2722
+ "module": "src/actions-menu/actions-menu.ts"
2723
+ }
2724
+ },
2725
+ {
2726
+ "kind": "field",
2727
+ "name": "rowData",
2728
+ "readonly": true,
2729
+ "inheritedFrom": {
2730
+ "name": "ActionsMenu",
2731
+ "module": "src/actions-menu/actions-menu.ts"
2721
2732
  }
2722
2733
  },
2723
2734
  {
2724
2735
  "kind": "method",
2725
- "name": "toggleSpeechInput",
2736
+ "name": "getLabel",
2737
+ "parameters": [
2738
+ {
2739
+ "name": "name",
2740
+ "type": {
2741
+ "text": "string | ((rowData: any) => string)"
2742
+ }
2743
+ }
2744
+ ],
2726
2745
  "inheritedFrom": {
2727
- "name": "AiCriteriaSearch",
2728
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2746
+ "name": "ActionsMenu",
2747
+ "module": "src/actions-menu/actions-menu.ts"
2729
2748
  }
2730
2749
  },
2731
2750
  {
2732
2751
  "kind": "method",
2733
- "name": "clearSpeechApplyDebounce",
2734
- "privacy": "private",
2752
+ "name": "getTemplate",
2753
+ "parameters": [
2754
+ {
2755
+ "name": "prefix",
2756
+ "type": {
2757
+ "text": "string"
2758
+ }
2759
+ }
2760
+ ],
2735
2761
  "inheritedFrom": {
2736
- "name": "AiCriteriaSearch",
2737
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2762
+ "name": "ActionsMenu",
2763
+ "module": "src/actions-menu/actions-menu.ts"
2738
2764
  }
2739
2765
  },
2740
2766
  {
@@ -2848,55 +2874,37 @@
2848
2874
  "module": "src/foundation-element/foundation-element.ts"
2849
2875
  }
2850
2876
  }
2851
- ],
2852
- "events": [
2853
- {
2854
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2855
- "name": "criteria-changed",
2856
- "inheritedFrom": {
2857
- "name": "AiCriteriaSearch",
2858
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2859
- }
2860
- },
2861
- {
2862
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2863
- "name": "validation-errors",
2864
- "inheritedFrom": {
2865
- "name": "AiCriteriaSearch",
2866
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2867
- }
2868
- }
2869
2877
  ]
2870
2878
  },
2871
2879
  {
2872
2880
  "kind": "variable",
2873
- "name": "zeroAiCriteriaSearch",
2874
- "description": "The Zero AI Criteria Search",
2881
+ "name": "zeroActionsMenu",
2882
+ "description": "The Zero Actions Menu",
2875
2883
  "privacy": "public"
2876
2884
  }
2877
2885
  ],
2878
2886
  "exports": [
2879
2887
  {
2880
2888
  "kind": "js",
2881
- "name": "AiCriteriaSearch",
2889
+ "name": "ActionsMenu",
2882
2890
  "declaration": {
2883
- "name": "AiCriteriaSearch",
2884
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2891
+ "name": "ActionsMenu",
2892
+ "module": "src/actions-menu/actions-menu.ts"
2885
2893
  }
2886
2894
  },
2887
2895
  {
2888
2896
  "kind": "js",
2889
- "name": "zeroAiCriteriaSearch",
2897
+ "name": "zeroActionsMenu",
2890
2898
  "declaration": {
2891
- "name": "zeroAiCriteriaSearch",
2892
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2899
+ "name": "zeroActionsMenu",
2900
+ "module": "src/actions-menu/actions-menu.ts"
2893
2901
  }
2894
2902
  }
2895
2903
  ]
2896
2904
  },
2897
2905
  {
2898
2906
  "kind": "javascript-module",
2899
- "path": "src/ai-criteria-search/index.ts",
2907
+ "path": "src/actions-menu/index.ts",
2900
2908
  "declarations": [],
2901
2909
  "exports": [
2902
2910
  {
@@ -2904,15 +2912,7 @@
2904
2912
  "name": "*",
2905
2913
  "declaration": {
2906
2914
  "name": "*",
2907
- "package": "./ai-criteria-search"
2908
- }
2909
- },
2910
- {
2911
- "kind": "js",
2912
- "name": "*",
2913
- "declaration": {
2914
- "name": "*",
2915
- "package": "./ai-criteria-search.styles"
2915
+ "package": "./actions-menu"
2916
2916
  }
2917
2917
  },
2918
2918
  {
@@ -2920,7 +2920,7 @@
2920
2920
  "name": "*",
2921
2921
  "declaration": {
2922
2922
  "name": "*",
2923
- "package": "./ai-criteria-search.template"
2923
+ "package": "./actions-menu.styles"
2924
2924
  }
2925
2925
  }
2926
2926
  ]
@@ -31599,8 +31599,8 @@
31599
31599
  "text": "boolean"
31600
31600
  },
31601
31601
  "default": "false",
31602
- "fieldName": "disabled",
31603
31602
  "description": "The disabled state of the listbox.",
31603
+ "fieldName": "disabled",
31604
31604
  "inheritedFrom": {
31605
31605
  "name": "Combobox",
31606
31606
  "module": "src/combobox/combobox.ts"
@@ -32336,6 +32336,7 @@
32336
32336
  "text": "boolean"
32337
32337
  },
32338
32338
  "default": "false",
32339
+ "description": "Enables server-side filtering: typed input refetches from the server with a criteria\ninstead of filtering the already-loaded options client-side.",
32339
32340
  "inheritedFrom": {
32340
32341
  "name": "Combobox",
32341
32342
  "module": "src/combobox/combobox.ts"
@@ -32474,6 +32475,20 @@
32474
32475
  "module": "src/combobox/combobox.ts"
32475
32476
  }
32476
32477
  },
32478
+ {
32479
+ "kind": "field",
32480
+ "name": "scrollableListbox",
32481
+ "type": {
32482
+ "text": "HTMLElement | null"
32483
+ },
32484
+ "privacy": "public",
32485
+ "description": "The scrollable element hosting the dropdown options. Part of the public contract for\nslotted datasources (e.g. options-datasource infinite scroll) to observe scrolling.",
32486
+ "readonly": true,
32487
+ "inheritedFrom": {
32488
+ "name": "Combobox",
32489
+ "module": "src/combobox/combobox.ts"
32490
+ }
32491
+ },
32477
32492
  {
32478
32493
  "kind": "method",
32479
32494
  "name": "slottedOptionsChanged",
@@ -32502,6 +32517,21 @@
32502
32517
  "module": "src/combobox/combobox.ts"
32503
32518
  }
32504
32519
  },
32520
+ {
32521
+ "kind": "method",
32522
+ "name": "enableAsyncForInfiniteScrollDatasource",
32523
+ "privacy": "private",
32524
+ "return": {
32525
+ "type": {
32526
+ "text": "void"
32527
+ }
32528
+ },
32529
+ "description": "When the slotted datasource pages its options (infinite scroll), only a page of the\nresource is loaded client-side, so filtering typed input locally is meaningless.\nSwitch to async mode so input refetches from the server with a criteria instead;\nfurther pages honour that criteria. This overrides an explicit `async=\"false\"` on\nthe combobox — infinite-scroll datasources cannot support client-side filtering.",
32530
+ "inheritedFrom": {
32531
+ "name": "Combobox",
32532
+ "module": "src/combobox/combobox.ts"
32533
+ }
32534
+ },
32505
32535
  {
32506
32536
  "kind": "field",
32507
32537
  "name": "indicator",
@@ -32572,6 +32602,14 @@
32572
32602
  "name": "Combobox",
32573
32603
  "module": "src/combobox/combobox.ts"
32574
32604
  }
32605
+ },
32606
+ {
32607
+ "description": "Fired when the dropdown opens or closes. detail: `OpenChangeEventDetail`",
32608
+ "name": "open-change",
32609
+ "inheritedFrom": {
32610
+ "name": "Combobox",
32611
+ "module": "src/combobox/combobox.ts"
32612
+ }
32575
32613
  }
32576
32614
  ]
32577
32615
  },
@@ -35165,6 +35203,20 @@
35165
35203
  }
35166
35204
  ],
35167
35205
  "members": [
35206
+ {
35207
+ "kind": "field",
35208
+ "name": "scrollableListbox",
35209
+ "type": {
35210
+ "text": "HTMLElement | null"
35211
+ },
35212
+ "privacy": "public",
35213
+ "description": "The scrollable element hosting the dropdown options. Part of the public contract for\nslotted datasources (e.g. options-datasource infinite scroll) to observe scrolling.",
35214
+ "readonly": true,
35215
+ "inheritedFrom": {
35216
+ "name": "Select",
35217
+ "module": "src/select/select.ts"
35218
+ }
35219
+ },
35168
35220
  {
35169
35221
  "kind": "method",
35170
35222
  "name": "openChanged",
@@ -35610,6 +35662,14 @@
35610
35662
  }
35611
35663
  ],
35612
35664
  "events": [
35665
+ {
35666
+ "description": "Fired when the dropdown opens or closes. detail: `OpenChangeEventDetail`",
35667
+ "name": "open-change",
35668
+ "inheritedFrom": {
35669
+ "name": "Select",
35670
+ "module": "src/select/select.ts"
35671
+ }
35672
+ },
35613
35673
  {
35614
35674
  "description": "Fires a custom 'input' event when the value updates",
35615
35675
  "name": "input",