@genesislcap/foundation-zero 14.496.2-alpha-da9ccbd.0 → 14.497.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -898,37 +898,6 @@
898
898
  }
899
899
  ]
900
900
  },
901
- {
902
- "kind": "javascript-module",
903
- "path": "src/_config/index.ts",
904
- "declarations": [],
905
- "exports": [
906
- {
907
- "kind": "js",
908
- "name": "*",
909
- "declaration": {
910
- "name": "*",
911
- "package": "./styles"
912
- }
913
- },
914
- {
915
- "kind": "js",
916
- "name": "*",
917
- "declaration": {
918
- "name": "*",
919
- "package": "./tokens"
920
- }
921
- },
922
- {
923
- "kind": "js",
924
- "name": "*",
925
- "declaration": {
926
- "name": "*",
927
- "package": "./values"
928
- }
929
- }
930
- ]
931
- },
932
901
  {
933
902
  "kind": "javascript-module",
934
903
  "path": "src/accordion/accordion.styles.ts",
@@ -1410,6 +1379,37 @@
1410
1379
  }
1411
1380
  ]
1412
1381
  },
1382
+ {
1383
+ "kind": "javascript-module",
1384
+ "path": "src/_config/index.ts",
1385
+ "declarations": [],
1386
+ "exports": [
1387
+ {
1388
+ "kind": "js",
1389
+ "name": "*",
1390
+ "declaration": {
1391
+ "name": "*",
1392
+ "package": "./styles"
1393
+ }
1394
+ },
1395
+ {
1396
+ "kind": "js",
1397
+ "name": "*",
1398
+ "declaration": {
1399
+ "name": "*",
1400
+ "package": "./tokens"
1401
+ }
1402
+ },
1403
+ {
1404
+ "kind": "js",
1405
+ "name": "*",
1406
+ "declaration": {
1407
+ "name": "*",
1408
+ "package": "./values"
1409
+ }
1410
+ }
1411
+ ]
1412
+ },
1413
1413
  {
1414
1414
  "kind": "javascript-module",
1415
1415
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -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",
1912
+ "default": "''",
1893
1913
  "inheritedFrom": {
1894
- "name": "ActionsMenu",
1895
- "module": "src/actions-menu/actions-menu.ts"
1914
+ "name": "AiCriteriaSearch",
1915
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1896
1916
  }
1897
1917
  },
1898
1918
  {
1899
- "name": "hide-disabled",
1919
+ "kind": "field",
1920
+ "name": "isInterpreting",
1900
1921
  "type": {
1901
1922
  "text": "boolean"
1902
1923
  },
1903
1924
  "default": "false",
1904
- "fieldName": "hideDisabled",
1905
1925
  "inheritedFrom": {
1906
- "name": "ActionsMenu",
1907
- "module": "src/actions-menu/actions-menu.ts"
1926
+ "name": "AiCriteriaSearch",
1927
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1908
1928
  }
1909
1929
  },
1910
1930
  {
1911
- "name": "hide-menu-single-option",
1931
+ "kind": "field",
1932
+ "name": "lastValidCriteria",
1912
1933
  "type": {
1913
- "text": "boolean"
1934
+ "text": "string | null"
1914
1935
  },
1915
- "default": "false",
1916
- "fieldName": "hideMenuSingleOption",
1936
+ "default": "null",
1917
1937
  "inheritedFrom": {
1918
- "name": "ActionsMenu",
1919
- "module": "src/actions-menu/actions-menu.ts"
1938
+ "name": "AiCriteriaSearch",
1939
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1920
1940
  }
1921
- }
1922
- ],
1923
- "members": [
1941
+ },
1924
1942
  {
1925
1943
  "kind": "field",
1926
- "name": "actions",
1944
+ "name": "activeGroups",
1927
1945
  "type": {
1928
- "text": "ActionMenuItem[]"
1946
+ "text": "CriteriaGroup[]"
1929
1947
  },
1948
+ "default": "[]",
1930
1949
  "inheritedFrom": {
1931
- "name": "ActionsMenu",
1932
- "module": "src/actions-menu/actions-menu.ts"
1950
+ "name": "AiCriteriaSearch",
1951
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1933
1952
  }
1934
1953
  },
1935
1954
  {
1936
1955
  "kind": "field",
1937
- "name": "isVertical",
1956
+ "name": "showingChips",
1938
1957
  "type": {
1939
1958
  "text": "boolean"
1940
1959
  },
1941
1960
  "default": "false",
1942
1961
  "inheritedFrom": {
1943
- "name": "ActionsMenu",
1944
- "module": "src/actions-menu/actions-menu.ts"
1962
+ "name": "AiCriteriaSearch",
1963
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1945
1964
  }
1946
1965
  },
1947
1966
  {
1948
1967
  "kind": "field",
1949
- "name": "addDefaultActions",
1968
+ "name": "fieldMetadata",
1950
1969
  "type": {
1951
- "text": "boolean"
1970
+ "text": "MetadataDetail[] | string[]"
1952
1971
  },
1953
- "default": "true",
1972
+ "default": "[]",
1954
1973
  "inheritedFrom": {
1955
- "name": "ActionsMenu",
1956
- "module": "src/actions-menu/actions-menu.ts"
1974
+ "name": "AiCriteriaSearch",
1975
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1957
1976
  }
1958
1977
  },
1959
1978
  {
1960
1979
  "kind": "field",
1961
- "name": "autoCloseOnAction",
1980
+ "name": "isRecording",
1962
1981
  "type": {
1963
1982
  "text": "boolean"
1964
1983
  },
1965
- "default": "true",
1984
+ "default": "false",
1966
1985
  "inheritedFrom": {
1967
- "name": "ActionsMenu",
1968
- "module": "src/actions-menu/actions-menu.ts"
1986
+ "name": "AiCriteriaSearch",
1987
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1969
1988
  }
1970
1989
  },
1971
1990
  {
1972
1991
  "kind": "field",
1973
- "name": "classNames",
1992
+ "name": "textAreaRef",
1974
1993
  "type": {
1975
- "text": "string"
1994
+ "text": "HTMLTextAreaElement"
1976
1995
  },
1996
+ "privacy": "public",
1977
1997
  "inheritedFrom": {
1978
- "name": "ActionsMenu",
1979
- "module": "src/actions-menu/actions-menu.ts"
1998
+ "name": "AiCriteriaSearch",
1999
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1980
2000
  }
1981
2001
  },
1982
2002
  {
1983
2003
  "kind": "field",
1984
- "name": "definition",
2004
+ "name": "stopRecording",
1985
2005
  "type": {
1986
- "text": "any"
2006
+ "text": "(() => void) | null"
1987
2007
  },
2008
+ "privacy": "private",
2009
+ "default": "null",
1988
2010
  "inheritedFrom": {
1989
- "name": "ActionsMenu",
1990
- "module": "src/actions-menu/actions-menu.ts"
2011
+ "name": "AiCriteriaSearch",
2012
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1991
2013
  }
1992
2014
  },
1993
2015
  {
1994
2016
  "kind": "field",
1995
- "name": "name",
2017
+ "name": "speechApplyDebounceTimer",
1996
2018
  "type": {
1997
- "text": "string"
2019
+ "text": "ReturnType<typeof setTimeout> | null"
1998
2020
  },
1999
- "default": "'Actions'",
2021
+ "privacy": "private",
2022
+ "default": "null",
2000
2023
  "inheritedFrom": {
2001
- "name": "ActionsMenu",
2002
- "module": "src/actions-menu/actions-menu.ts"
2003
- }
2004
- },
2005
- {
2006
- "kind": "field",
2007
- "name": "open",
2008
- "type": {
2009
- "text": "boolean"
2010
- },
2011
- "default": "false",
2012
- "inheritedFrom": {
2013
- "name": "ActionsMenu",
2014
- "module": "src/actions-menu/actions-menu.ts"
2015
- }
2016
- },
2017
- {
2018
- "kind": "field",
2019
- "name": "buttonAppearance",
2020
- "type": {
2021
- "text": "string"
2022
- },
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/ai-indicator/ai-indicator.styles.ts",
2369
2359
  "declarations": [
2370
2360
  {
2371
2361
  "kind": "function",
2372
- "name": "zeroAiCriteriaSearchTemplate",
2362
+ "name": "zeroAiIndicatorStyles",
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,52 +2384,28 @@
2394
2384
  "exports": [
2395
2385
  {
2396
2386
  "kind": "js",
2397
- "name": "zeroAiCriteriaSearchTemplate",
2387
+ "name": "zeroAiIndicatorStyles",
2398
2388
  "declaration": {
2399
- "name": "zeroAiCriteriaSearchTemplate",
2400
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2389
+ "name": "zeroAiIndicatorStyles",
2390
+ "module": "src/ai-indicator/ai-indicator.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/ai-indicator/ai-indicator.ts",
2408
2398
  "declarations": [
2409
2399
  {
2410
2400
  "kind": "class",
2411
2401
  "description": "",
2412
- "name": "AiCriteriaSearch",
2402
+ "name": "AiIndicator",
2413
2403
  "superclass": {
2414
- "name": "FoundationAiCriteriaSearch",
2404
+ "name": "FoundationAiIndicator",
2415
2405
  "package": "@genesislcap/foundation-ui"
2416
2406
  },
2417
- "tagName": "%%prefix%%-ai-criteria-search",
2407
+ "tagName": "%%prefix%%-ai-indicator",
2418
2408
  "customElement": true,
2419
- "attributes": [
2420
- {
2421
- "name": "placeholder",
2422
- "type": {
2423
- "text": "string"
2424
- },
2425
- "default": "'Describe your search criteria in natural language...'",
2426
- "fieldName": "placeholder",
2427
- "inheritedFrom": {
2428
- "name": "AiCriteriaSearch",
2429
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2430
- }
2431
- },
2432
- {
2433
- "type": {
2434
- "text": "boolean"
2435
- },
2436
- "fieldName": "disabled",
2437
- "inheritedFrom": {
2438
- "name": "AiCriteriaSearch",
2439
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2440
- }
2441
- }
2442
- ],
2443
2409
  "members": [
2444
2410
  {
2445
2411
  "kind": "field",
@@ -2448,293 +2414,256 @@
2448
2414
  "text": "AIProviderRegistry"
2449
2415
  },
2450
2416
  "inheritedFrom": {
2451
- "name": "AiCriteriaSearch",
2452
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2453
- }
2454
- },
2455
- {
2456
- "kind": "field",
2457
- "name": "placeholder",
2458
- "type": {
2459
- "text": "string"
2460
- },
2461
- "default": "'Describe your search criteria in natural language...'",
2462
- "inheritedFrom": {
2463
- "name": "AiCriteriaSearch",
2464
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2465
- }
2466
- },
2467
- {
2468
- "kind": "field",
2469
- "name": "disabled",
2470
- "type": {
2471
- "text": "boolean"
2472
- },
2473
- "inheritedFrom": {
2474
- "name": "AiCriteriaSearch",
2475
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2476
- }
2477
- },
2478
- {
2479
- "kind": "field",
2480
- "name": "inputValue",
2481
- "type": {
2482
- "text": "string"
2483
- },
2484
- "default": "''",
2485
- "inheritedFrom": {
2486
- "name": "AiCriteriaSearch",
2487
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2417
+ "name": "AiIndicator",
2418
+ "module": "src/ai-indicator/ai-indicator.ts"
2488
2419
  }
2489
2420
  },
2490
2421
  {
2491
2422
  "kind": "field",
2492
- "name": "isInterpreting",
2423
+ "name": "aiProvider",
2493
2424
  "type": {
2494
- "text": "boolean"
2425
+ "text": "AIProvider | undefined"
2495
2426
  },
2496
- "default": "false",
2427
+ "privacy": "private",
2428
+ "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.",
2429
+ "readonly": true,
2497
2430
  "inheritedFrom": {
2498
- "name": "AiCriteriaSearch",
2499
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2431
+ "name": "AiIndicator",
2432
+ "module": "src/ai-indicator/ai-indicator.ts"
2500
2433
  }
2501
2434
  },
2502
2435
  {
2503
2436
  "kind": "field",
2504
- "name": "lastValidCriteria",
2437
+ "name": "status",
2505
2438
  "type": {
2506
- "text": "string | null"
2439
+ "text": "AIStatus | null"
2507
2440
  },
2508
2441
  "default": "null",
2509
2442
  "inheritedFrom": {
2510
- "name": "AiCriteriaSearch",
2511
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2512
- }
2513
- },
2514
- {
2515
- "kind": "field",
2516
- "name": "activeGroups",
2517
- "type": {
2518
- "text": "CriteriaGroup[]"
2519
- },
2520
- "default": "[]",
2521
- "inheritedFrom": {
2522
- "name": "AiCriteriaSearch",
2523
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2443
+ "name": "AiIndicator",
2444
+ "module": "src/ai-indicator/ai-indicator.ts"
2524
2445
  }
2525
2446
  },
2526
2447
  {
2527
2448
  "kind": "field",
2528
- "name": "showingChips",
2449
+ "name": "open",
2529
2450
  "type": {
2530
2451
  "text": "boolean"
2531
2452
  },
2532
2453
  "default": "false",
2533
2454
  "inheritedFrom": {
2534
- "name": "AiCriteriaSearch",
2535
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2455
+ "name": "AiIndicator",
2456
+ "module": "src/ai-indicator/ai-indicator.ts"
2536
2457
  }
2537
2458
  },
2538
2459
  {
2539
2460
  "kind": "field",
2540
- "name": "fieldMetadata",
2461
+ "name": "state",
2541
2462
  "type": {
2542
- "text": "MetadataDetail[] | string[]"
2463
+ "text": "AIIndicatorState"
2543
2464
  },
2544
- "default": "[]",
2465
+ "default": "'none'",
2545
2466
  "inheritedFrom": {
2546
- "name": "AiCriteriaSearch",
2547
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2467
+ "name": "AiIndicator",
2468
+ "module": "src/ai-indicator/ai-indicator.ts"
2548
2469
  }
2549
2470
  },
2550
2471
  {
2551
2472
  "kind": "field",
2552
- "name": "isRecording",
2473
+ "name": "isInstalling",
2553
2474
  "type": {
2554
2475
  "text": "boolean"
2555
2476
  },
2556
2477
  "default": "false",
2557
2478
  "inheritedFrom": {
2558
- "name": "AiCriteriaSearch",
2559
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2479
+ "name": "AiIndicator",
2480
+ "module": "src/ai-indicator/ai-indicator.ts"
2560
2481
  }
2561
2482
  },
2562
2483
  {
2563
2484
  "kind": "field",
2564
- "name": "textAreaRef",
2485
+ "name": "pollTimer",
2565
2486
  "type": {
2566
- "text": "HTMLTextAreaElement"
2487
+ "text": "ReturnType<typeof setInterval> | null"
2567
2488
  },
2568
- "privacy": "public",
2489
+ "privacy": "private",
2490
+ "default": "null",
2569
2491
  "inheritedFrom": {
2570
- "name": "AiCriteriaSearch",
2571
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2492
+ "name": "AiIndicator",
2493
+ "module": "src/ai-indicator/ai-indicator.ts"
2572
2494
  }
2573
2495
  },
2574
2496
  {
2575
2497
  "kind": "field",
2576
- "name": "stopRecording",
2577
- "type": {
2578
- "text": "(() => void) | null"
2579
- },
2498
+ "name": "clickOutside",
2580
2499
  "privacy": "private",
2581
- "default": "null",
2582
2500
  "inheritedFrom": {
2583
- "name": "AiCriteriaSearch",
2584
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2501
+ "name": "AiIndicator",
2502
+ "module": "src/ai-indicator/ai-indicator.ts"
2585
2503
  }
2586
2504
  },
2587
2505
  {
2588
2506
  "kind": "field",
2589
- "name": "speechApplyDebounceTimer",
2507
+ "name": "chromeStatusLabel",
2590
2508
  "type": {
2591
- "text": "ReturnType<typeof setTimeout> | null"
2509
+ "text": "string | null"
2592
2510
  },
2593
- "privacy": "private",
2594
- "default": "null",
2511
+ "readonly": true,
2595
2512
  "inheritedFrom": {
2596
- "name": "AiCriteriaSearch",
2597
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2513
+ "name": "AiIndicator",
2514
+ "module": "src/ai-indicator/ai-indicator.ts"
2598
2515
  }
2599
2516
  },
2600
2517
  {
2601
2518
  "kind": "field",
2602
- "name": "speechAvailable",
2519
+ "name": "canInstall",
2603
2520
  "type": {
2604
2521
  "text": "boolean"
2605
2522
  },
2606
2523
  "readonly": true,
2607
2524
  "inheritedFrom": {
2608
- "name": "AiCriteriaSearch",
2609
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2525
+ "name": "AiIndicator",
2526
+ "module": "src/ai-indicator/ai-indicator.ts"
2610
2527
  }
2611
2528
  },
2612
2529
  {
2613
2530
  "kind": "field",
2614
- "name": "criteriaChips",
2531
+ "name": "isDownloading",
2615
2532
  "type": {
2616
- "text": "CriteriaChip[]"
2533
+ "text": "boolean"
2617
2534
  },
2618
2535
  "readonly": true,
2619
2536
  "inheritedFrom": {
2620
- "name": "AiCriteriaSearch",
2621
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2537
+ "name": "AiIndicator",
2538
+ "module": "src/ai-indicator/ai-indicator.ts"
2622
2539
  }
2623
2540
  },
2624
2541
  {
2625
2542
  "kind": "method",
2626
- "name": "getFieldLabel",
2627
- "privacy": "private",
2543
+ "name": "openChanged",
2628
2544
  "return": {
2629
2545
  "type": {
2630
- "text": "string"
2546
+ "text": "void"
2631
2547
  }
2632
2548
  },
2549
+ "inheritedFrom": {
2550
+ "name": "AiIndicator",
2551
+ "module": "src/ai-indicator/ai-indicator.ts"
2552
+ }
2553
+ },
2554
+ {
2555
+ "kind": "method",
2556
+ "name": "handleClickOutside",
2557
+ "privacy": "private",
2633
2558
  "parameters": [
2634
2559
  {
2635
- "name": "fieldName",
2560
+ "name": "event",
2636
2561
  "type": {
2637
- "text": "string"
2562
+ "text": "MouseEvent"
2638
2563
  }
2639
2564
  }
2640
2565
  ],
2641
2566
  "inheritedFrom": {
2642
- "name": "AiCriteriaSearch",
2643
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2567
+ "name": "AiIndicator",
2568
+ "module": "src/ai-indicator/ai-indicator.ts"
2644
2569
  }
2645
2570
  },
2646
2571
  {
2647
2572
  "kind": "method",
2648
- "name": "toggleCriteriaView",
2573
+ "name": "toggleDropdown",
2574
+ "inheritedFrom": {
2575
+ "name": "AiIndicator",
2576
+ "module": "src/ai-indicator/ai-indicator.ts"
2577
+ }
2578
+ },
2579
+ {
2580
+ "kind": "method",
2581
+ "name": "refreshStatus",
2649
2582
  "return": {
2650
2583
  "type": {
2651
- "text": "void"
2584
+ "text": "Promise<void>"
2652
2585
  }
2653
2586
  },
2654
2587
  "inheritedFrom": {
2655
- "name": "AiCriteriaSearch",
2656
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2588
+ "name": "AiIndicator",
2589
+ "module": "src/ai-indicator/ai-indicator.ts"
2657
2590
  }
2658
2591
  },
2659
2592
  {
2660
2593
  "kind": "method",
2661
- "name": "removeChip",
2594
+ "name": "deriveState",
2595
+ "privacy": "private",
2662
2596
  "return": {
2663
2597
  "type": {
2664
- "text": "void"
2598
+ "text": "AIIndicatorState"
2665
2599
  }
2666
2600
  },
2667
2601
  "parameters": [
2668
2602
  {
2669
- "name": "groupIndex",
2670
- "type": {
2671
- "text": "number"
2672
- }
2673
- },
2674
- {
2675
- "name": "clauseIndex",
2603
+ "name": "s",
2676
2604
  "type": {
2677
- "text": "number"
2605
+ "text": "AIStatus | null"
2678
2606
  }
2679
2607
  }
2680
2608
  ],
2681
2609
  "inheritedFrom": {
2682
- "name": "AiCriteriaSearch",
2683
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2610
+ "name": "AiIndicator",
2611
+ "module": "src/ai-indicator/ai-indicator.ts"
2684
2612
  }
2685
2613
  },
2686
2614
  {
2687
2615
  "kind": "method",
2688
- "name": "clearChips",
2616
+ "name": "maybeStartPolling",
2617
+ "privacy": "private",
2689
2618
  "return": {
2690
2619
  "type": {
2691
2620
  "text": "void"
2692
2621
  }
2693
2622
  },
2694
2623
  "inheritedFrom": {
2695
- "name": "AiCriteriaSearch",
2696
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2697
- }
2698
- },
2699
- {
2700
- "kind": "method",
2701
- "name": "handleSubmit",
2702
- "inheritedFrom": {
2703
- "name": "AiCriteriaSearch",
2704
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2705
- }
2706
- },
2707
- {
2708
- "kind": "method",
2709
- "name": "handleBlur",
2710
- "inheritedFrom": {
2711
- "name": "AiCriteriaSearch",
2712
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2624
+ "name": "AiIndicator",
2625
+ "module": "src/ai-indicator/ai-indicator.ts"
2713
2626
  }
2714
2627
  },
2715
2628
  {
2716
2629
  "kind": "method",
2717
- "name": "clear",
2630
+ "name": "startPolling",
2631
+ "privacy": "private",
2632
+ "return": {
2633
+ "type": {
2634
+ "text": "void"
2635
+ }
2636
+ },
2718
2637
  "inheritedFrom": {
2719
- "name": "AiCriteriaSearch",
2720
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2638
+ "name": "AiIndicator",
2639
+ "module": "src/ai-indicator/ai-indicator.ts"
2721
2640
  }
2722
2641
  },
2723
2642
  {
2724
2643
  "kind": "method",
2725
- "name": "toggleSpeechInput",
2644
+ "name": "stopPolling",
2645
+ "privacy": "private",
2646
+ "return": {
2647
+ "type": {
2648
+ "text": "void"
2649
+ }
2650
+ },
2726
2651
  "inheritedFrom": {
2727
- "name": "AiCriteriaSearch",
2728
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2652
+ "name": "AiIndicator",
2653
+ "module": "src/ai-indicator/ai-indicator.ts"
2729
2654
  }
2730
2655
  },
2731
2656
  {
2732
2657
  "kind": "method",
2733
- "name": "clearSpeechApplyDebounce",
2734
- "privacy": "private",
2658
+ "name": "onInstall",
2659
+ "return": {
2660
+ "type": {
2661
+ "text": "Promise<void>"
2662
+ }
2663
+ },
2735
2664
  "inheritedFrom": {
2736
- "name": "AiCriteriaSearch",
2737
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2665
+ "name": "AiIndicator",
2666
+ "module": "src/ai-indicator/ai-indicator.ts"
2738
2667
  }
2739
2668
  },
2740
2669
  {
@@ -2848,90 +2777,62 @@
2848
2777
  "module": "src/foundation-element/foundation-element.ts"
2849
2778
  }
2850
2779
  }
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
2780
  ]
2870
2781
  },
2871
2782
  {
2872
2783
  "kind": "variable",
2873
- "name": "zeroAiCriteriaSearch",
2874
- "description": "The Zero AI Criteria Search",
2875
- "privacy": "public"
2784
+ "name": "zeroAiIndicator"
2876
2785
  }
2877
2786
  ],
2878
2787
  "exports": [
2879
2788
  {
2880
2789
  "kind": "js",
2881
- "name": "AiCriteriaSearch",
2790
+ "name": "AiIndicator",
2882
2791
  "declaration": {
2883
- "name": "AiCriteriaSearch",
2884
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2792
+ "name": "AiIndicator",
2793
+ "module": "src/ai-indicator/ai-indicator.ts"
2885
2794
  }
2886
2795
  },
2887
2796
  {
2888
2797
  "kind": "js",
2889
- "name": "zeroAiCriteriaSearch",
2798
+ "name": "zeroAiIndicator",
2890
2799
  "declaration": {
2891
- "name": "zeroAiCriteriaSearch",
2892
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2800
+ "name": "zeroAiIndicator",
2801
+ "module": "src/ai-indicator/ai-indicator.ts"
2893
2802
  }
2894
2803
  }
2895
2804
  ]
2896
2805
  },
2897
2806
  {
2898
2807
  "kind": "javascript-module",
2899
- "path": "src/ai-criteria-search/index.ts",
2808
+ "path": "src/ai-indicator/index.ts",
2900
2809
  "declarations": [],
2901
2810
  "exports": [
2902
2811
  {
2903
2812
  "kind": "js",
2904
- "name": "*",
2905
- "declaration": {
2906
- "name": "*",
2907
- "package": "./ai-criteria-search"
2908
- }
2909
- },
2910
- {
2911
- "kind": "js",
2912
- "name": "*",
2813
+ "name": "AiIndicator",
2913
2814
  "declaration": {
2914
- "name": "*",
2915
- "package": "./ai-criteria-search.styles"
2815
+ "name": "AiIndicator",
2816
+ "module": "./ai-indicator"
2916
2817
  }
2917
2818
  },
2918
2819
  {
2919
2820
  "kind": "js",
2920
- "name": "*",
2821
+ "name": "zeroAiIndicator",
2921
2822
  "declaration": {
2922
- "name": "*",
2923
- "package": "./ai-criteria-search.template"
2823
+ "name": "zeroAiIndicator",
2824
+ "module": "./ai-indicator"
2924
2825
  }
2925
2826
  }
2926
2827
  ]
2927
2828
  },
2928
2829
  {
2929
2830
  "kind": "javascript-module",
2930
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2831
+ "path": "src/actions-menu/actions-menu.styles.ts",
2931
2832
  "declarations": [
2932
2833
  {
2933
2834
  "kind": "function",
2934
- "name": "zeroAiIndicatorStyles",
2835
+ "name": "zeroActionsMenuStyles",
2935
2836
  "return": {
2936
2837
  "type": {
2937
2838
  "text": "ElementStyles"
@@ -2956,286 +2857,383 @@
2956
2857
  "exports": [
2957
2858
  {
2958
2859
  "kind": "js",
2959
- "name": "zeroAiIndicatorStyles",
2860
+ "name": "zeroActionsMenuStyles",
2960
2861
  "declaration": {
2961
- "name": "zeroAiIndicatorStyles",
2962
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2862
+ "name": "zeroActionsMenuStyles",
2863
+ "module": "src/actions-menu/actions-menu.styles.ts"
2963
2864
  }
2964
2865
  }
2965
2866
  ]
2966
2867
  },
2967
2868
  {
2968
2869
  "kind": "javascript-module",
2969
- "path": "src/ai-indicator/ai-indicator.ts",
2870
+ "path": "src/actions-menu/actions-menu.ts",
2970
2871
  "declarations": [
2971
2872
  {
2972
2873
  "kind": "class",
2973
2874
  "description": "",
2974
- "name": "AiIndicator",
2875
+ "name": "ActionsMenu",
2975
2876
  "superclass": {
2976
- "name": "FoundationAiIndicator",
2877
+ "name": "FoundationActionsMenu",
2977
2878
  "package": "@genesislcap/foundation-ui"
2978
2879
  },
2979
- "tagName": "%%prefix%%-ai-indicator",
2880
+ "tagName": "%%prefix%%-actions-menu",
2980
2881
  "customElement": true,
2882
+ "attributes": [
2883
+ {
2884
+ "name": "is-vertical",
2885
+ "type": {
2886
+ "text": "boolean"
2887
+ },
2888
+ "default": "false",
2889
+ "fieldName": "isVertical",
2890
+ "inheritedFrom": {
2891
+ "name": "ActionsMenu",
2892
+ "module": "src/actions-menu/actions-menu.ts"
2893
+ }
2894
+ },
2895
+ {
2896
+ "name": "add-default-actions",
2897
+ "type": {
2898
+ "text": "boolean"
2899
+ },
2900
+ "default": "true",
2901
+ "fieldName": "addDefaultActions",
2902
+ "inheritedFrom": {
2903
+ "name": "ActionsMenu",
2904
+ "module": "src/actions-menu/actions-menu.ts"
2905
+ }
2906
+ },
2907
+ {
2908
+ "name": "auto-close-on-action",
2909
+ "type": {
2910
+ "text": "boolean"
2911
+ },
2912
+ "default": "true",
2913
+ "fieldName": "autoCloseOnAction",
2914
+ "inheritedFrom": {
2915
+ "name": "ActionsMenu",
2916
+ "module": "src/actions-menu/actions-menu.ts"
2917
+ }
2918
+ },
2919
+ {
2920
+ "name": "name",
2921
+ "type": {
2922
+ "text": "string"
2923
+ },
2924
+ "default": "'Actions'",
2925
+ "fieldName": "name",
2926
+ "inheritedFrom": {
2927
+ "name": "ActionsMenu",
2928
+ "module": "src/actions-menu/actions-menu.ts"
2929
+ }
2930
+ },
2931
+ {
2932
+ "name": "open",
2933
+ "type": {
2934
+ "text": "boolean"
2935
+ },
2936
+ "default": "false",
2937
+ "fieldName": "open",
2938
+ "inheritedFrom": {
2939
+ "name": "ActionsMenu",
2940
+ "module": "src/actions-menu/actions-menu.ts"
2941
+ }
2942
+ },
2943
+ {
2944
+ "name": "buttonAppearance",
2945
+ "type": {
2946
+ "text": "string"
2947
+ },
2948
+ "fieldName": "buttonAppearance",
2949
+ "inheritedFrom": {
2950
+ "name": "ActionsMenu",
2951
+ "module": "src/actions-menu/actions-menu.ts"
2952
+ }
2953
+ },
2954
+ {
2955
+ "name": "hide-disabled",
2956
+ "type": {
2957
+ "text": "boolean"
2958
+ },
2959
+ "default": "false",
2960
+ "fieldName": "hideDisabled",
2961
+ "inheritedFrom": {
2962
+ "name": "ActionsMenu",
2963
+ "module": "src/actions-menu/actions-menu.ts"
2964
+ }
2965
+ },
2966
+ {
2967
+ "name": "hide-menu-single-option",
2968
+ "type": {
2969
+ "text": "boolean"
2970
+ },
2971
+ "default": "false",
2972
+ "fieldName": "hideMenuSingleOption",
2973
+ "inheritedFrom": {
2974
+ "name": "ActionsMenu",
2975
+ "module": "src/actions-menu/actions-menu.ts"
2976
+ }
2977
+ }
2978
+ ],
2981
2979
  "members": [
2982
2980
  {
2983
2981
  "kind": "field",
2984
- "name": "providerRegistry",
2982
+ "name": "actions",
2985
2983
  "type": {
2986
- "text": "AIProviderRegistry"
2984
+ "text": "ActionMenuItem[]"
2987
2985
  },
2988
2986
  "inheritedFrom": {
2989
- "name": "AiIndicator",
2990
- "module": "src/ai-indicator/ai-indicator.ts"
2987
+ "name": "ActionsMenu",
2988
+ "module": "src/actions-menu/actions-menu.ts"
2989
+ }
2990
+ },
2991
+ {
2992
+ "kind": "field",
2993
+ "name": "isVertical",
2994
+ "type": {
2995
+ "text": "boolean"
2996
+ },
2997
+ "default": "false",
2998
+ "inheritedFrom": {
2999
+ "name": "ActionsMenu",
3000
+ "module": "src/actions-menu/actions-menu.ts"
3001
+ }
3002
+ },
3003
+ {
3004
+ "kind": "field",
3005
+ "name": "addDefaultActions",
3006
+ "type": {
3007
+ "text": "boolean"
3008
+ },
3009
+ "default": "true",
3010
+ "inheritedFrom": {
3011
+ "name": "ActionsMenu",
3012
+ "module": "src/actions-menu/actions-menu.ts"
2991
3013
  }
2992
3014
  },
2993
3015
  {
2994
3016
  "kind": "field",
2995
- "name": "aiProvider",
3017
+ "name": "autoCloseOnAction",
2996
3018
  "type": {
2997
- "text": "AIProvider | undefined"
3019
+ "text": "boolean"
2998
3020
  },
2999
- "privacy": "private",
3000
- "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.",
3001
- "readonly": true,
3021
+ "default": "true",
3002
3022
  "inheritedFrom": {
3003
- "name": "AiIndicator",
3004
- "module": "src/ai-indicator/ai-indicator.ts"
3023
+ "name": "ActionsMenu",
3024
+ "module": "src/actions-menu/actions-menu.ts"
3005
3025
  }
3006
3026
  },
3007
3027
  {
3008
3028
  "kind": "field",
3009
- "name": "status",
3029
+ "name": "classNames",
3010
3030
  "type": {
3011
- "text": "AIStatus | null"
3031
+ "text": "string"
3012
3032
  },
3013
- "default": "null",
3014
3033
  "inheritedFrom": {
3015
- "name": "AiIndicator",
3016
- "module": "src/ai-indicator/ai-indicator.ts"
3034
+ "name": "ActionsMenu",
3035
+ "module": "src/actions-menu/actions-menu.ts"
3017
3036
  }
3018
3037
  },
3019
3038
  {
3020
3039
  "kind": "field",
3021
- "name": "open",
3040
+ "name": "definition",
3022
3041
  "type": {
3023
- "text": "boolean"
3042
+ "text": "any"
3024
3043
  },
3025
- "default": "false",
3026
3044
  "inheritedFrom": {
3027
- "name": "AiIndicator",
3028
- "module": "src/ai-indicator/ai-indicator.ts"
3045
+ "name": "ActionsMenu",
3046
+ "module": "src/actions-menu/actions-menu.ts"
3029
3047
  }
3030
3048
  },
3031
3049
  {
3032
3050
  "kind": "field",
3033
- "name": "state",
3051
+ "name": "name",
3034
3052
  "type": {
3035
- "text": "AIIndicatorState"
3053
+ "text": "string"
3036
3054
  },
3037
- "default": "'none'",
3055
+ "default": "'Actions'",
3038
3056
  "inheritedFrom": {
3039
- "name": "AiIndicator",
3040
- "module": "src/ai-indicator/ai-indicator.ts"
3057
+ "name": "ActionsMenu",
3058
+ "module": "src/actions-menu/actions-menu.ts"
3041
3059
  }
3042
3060
  },
3043
3061
  {
3044
3062
  "kind": "field",
3045
- "name": "isInstalling",
3063
+ "name": "open",
3046
3064
  "type": {
3047
3065
  "text": "boolean"
3048
3066
  },
3049
3067
  "default": "false",
3050
3068
  "inheritedFrom": {
3051
- "name": "AiIndicator",
3052
- "module": "src/ai-indicator/ai-indicator.ts"
3069
+ "name": "ActionsMenu",
3070
+ "module": "src/actions-menu/actions-menu.ts"
3053
3071
  }
3054
3072
  },
3055
3073
  {
3056
3074
  "kind": "field",
3057
- "name": "pollTimer",
3075
+ "name": "buttonAppearance",
3058
3076
  "type": {
3059
- "text": "ReturnType<typeof setInterval> | null"
3077
+ "text": "string"
3060
3078
  },
3061
- "privacy": "private",
3062
- "default": "null",
3063
- "inheritedFrom": {
3064
- "name": "AiIndicator",
3065
- "module": "src/ai-indicator/ai-indicator.ts"
3066
- }
3067
- },
3068
- {
3069
- "kind": "field",
3070
- "name": "clickOutside",
3071
- "privacy": "private",
3072
3079
  "inheritedFrom": {
3073
- "name": "AiIndicator",
3074
- "module": "src/ai-indicator/ai-indicator.ts"
3080
+ "name": "ActionsMenu",
3081
+ "module": "src/actions-menu/actions-menu.ts"
3075
3082
  }
3076
3083
  },
3077
3084
  {
3078
3085
  "kind": "field",
3079
- "name": "chromeStatusLabel",
3086
+ "name": "hideDisabled",
3080
3087
  "type": {
3081
- "text": "string | null"
3088
+ "text": "boolean"
3082
3089
  },
3083
- "readonly": true,
3090
+ "default": "false",
3084
3091
  "inheritedFrom": {
3085
- "name": "AiIndicator",
3086
- "module": "src/ai-indicator/ai-indicator.ts"
3092
+ "name": "ActionsMenu",
3093
+ "module": "src/actions-menu/actions-menu.ts"
3087
3094
  }
3088
3095
  },
3089
3096
  {
3090
3097
  "kind": "field",
3091
- "name": "canInstall",
3098
+ "name": "hideMenuSingleOption",
3092
3099
  "type": {
3093
3100
  "text": "boolean"
3094
3101
  },
3095
- "readonly": true,
3102
+ "default": "false",
3096
3103
  "inheritedFrom": {
3097
- "name": "AiIndicator",
3098
- "module": "src/ai-indicator/ai-indicator.ts"
3104
+ "name": "ActionsMenu",
3105
+ "module": "src/actions-menu/actions-menu.ts"
3099
3106
  }
3100
3107
  },
3101
3108
  {
3102
3109
  "kind": "field",
3103
- "name": "isDownloading",
3110
+ "name": "singleOption",
3104
3111
  "type": {
3105
- "text": "boolean"
3112
+ "text": "ActionMenuItem"
3106
3113
  },
3107
- "readonly": true,
3108
3114
  "inheritedFrom": {
3109
- "name": "AiIndicator",
3110
- "module": "src/ai-indicator/ai-indicator.ts"
3115
+ "name": "ActionsMenu",
3116
+ "module": "src/actions-menu/actions-menu.ts"
3111
3117
  }
3112
3118
  },
3113
3119
  {
3114
- "kind": "method",
3115
- "name": "openChanged",
3116
- "return": {
3117
- "type": {
3118
- "text": "void"
3119
- }
3120
+ "kind": "field",
3121
+ "name": "actionsMenu",
3122
+ "type": {
3123
+ "text": "HTMLElement"
3120
3124
  },
3121
3125
  "inheritedFrom": {
3122
- "name": "AiIndicator",
3123
- "module": "src/ai-indicator/ai-indicator.ts"
3126
+ "name": "ActionsMenu",
3127
+ "module": "src/actions-menu/actions-menu.ts"
3124
3128
  }
3125
3129
  },
3126
3130
  {
3127
3131
  "kind": "method",
3128
- "name": "handleClickOutside",
3129
- "privacy": "private",
3132
+ "name": "definitionChanged",
3133
+ "privacy": "protected",
3130
3134
  "parameters": [
3131
3135
  {
3132
- "name": "event",
3136
+ "name": "oldValue",
3133
3137
  "type": {
3134
- "text": "MouseEvent"
3138
+ "text": "any"
3139
+ }
3140
+ },
3141
+ {
3142
+ "name": "newValue",
3143
+ "type": {
3144
+ "text": "any"
3135
3145
  }
3136
3146
  }
3137
3147
  ],
3138
3148
  "inheritedFrom": {
3139
- "name": "AiIndicator",
3140
- "module": "src/ai-indicator/ai-indicator.ts"
3149
+ "name": "ActionsMenu",
3150
+ "module": "src/actions-menu/actions-menu.ts"
3141
3151
  }
3142
3152
  },
3143
3153
  {
3144
3154
  "kind": "method",
3145
- "name": "toggleDropdown",
3155
+ "name": "openChanged",
3156
+ "privacy": "protected",
3146
3157
  "inheritedFrom": {
3147
- "name": "AiIndicator",
3148
- "module": "src/ai-indicator/ai-indicator.ts"
3158
+ "name": "ActionsMenu",
3159
+ "module": "src/actions-menu/actions-menu.ts"
3149
3160
  }
3150
3161
  },
3151
3162
  {
3152
3163
  "kind": "method",
3153
- "name": "refreshStatus",
3154
- "return": {
3155
- "type": {
3156
- "text": "Promise<void>"
3157
- }
3158
- },
3164
+ "name": "toggleActionsMenuVisibility",
3159
3165
  "inheritedFrom": {
3160
- "name": "AiIndicator",
3161
- "module": "src/ai-indicator/ai-indicator.ts"
3166
+ "name": "ActionsMenu",
3167
+ "module": "src/actions-menu/actions-menu.ts"
3162
3168
  }
3163
3169
  },
3164
3170
  {
3165
3171
  "kind": "method",
3166
- "name": "deriveState",
3167
- "privacy": "private",
3168
- "return": {
3169
- "type": {
3170
- "text": "AIIndicatorState"
3171
- }
3172
- },
3172
+ "name": "onActionMenuItemClick",
3173
3173
  "parameters": [
3174
3174
  {
3175
- "name": "s",
3175
+ "name": "callback",
3176
3176
  "type": {
3177
- "text": "AIStatus | null"
3177
+ "text": "(rowData) => void | any"
3178
3178
  }
3179
3179
  }
3180
3180
  ],
3181
3181
  "inheritedFrom": {
3182
- "name": "AiIndicator",
3183
- "module": "src/ai-indicator/ai-indicator.ts"
3182
+ "name": "ActionsMenu",
3183
+ "module": "src/actions-menu/actions-menu.ts"
3184
3184
  }
3185
3185
  },
3186
3186
  {
3187
- "kind": "method",
3188
- "name": "maybeStartPolling",
3189
- "privacy": "private",
3190
- "return": {
3191
- "type": {
3192
- "text": "void"
3193
- }
3187
+ "kind": "field",
3188
+ "name": "allActions",
3189
+ "type": {
3190
+ "text": "ActionMenuItem[]"
3194
3191
  },
3192
+ "readonly": true,
3195
3193
  "inheritedFrom": {
3196
- "name": "AiIndicator",
3197
- "module": "src/ai-indicator/ai-indicator.ts"
3194
+ "name": "ActionsMenu",
3195
+ "module": "src/actions-menu/actions-menu.ts"
3198
3196
  }
3199
3197
  },
3200
3198
  {
3201
- "kind": "method",
3202
- "name": "startPolling",
3203
- "privacy": "private",
3204
- "return": {
3205
- "type": {
3206
- "text": "void"
3207
- }
3208
- },
3199
+ "kind": "field",
3200
+ "name": "rowData",
3201
+ "readonly": true,
3209
3202
  "inheritedFrom": {
3210
- "name": "AiIndicator",
3211
- "module": "src/ai-indicator/ai-indicator.ts"
3203
+ "name": "ActionsMenu",
3204
+ "module": "src/actions-menu/actions-menu.ts"
3212
3205
  }
3213
3206
  },
3214
3207
  {
3215
3208
  "kind": "method",
3216
- "name": "stopPolling",
3217
- "privacy": "private",
3218
- "return": {
3219
- "type": {
3220
- "text": "void"
3209
+ "name": "getLabel",
3210
+ "parameters": [
3211
+ {
3212
+ "name": "name",
3213
+ "type": {
3214
+ "text": "string | ((rowData: any) => string)"
3215
+ }
3221
3216
  }
3222
- },
3217
+ ],
3223
3218
  "inheritedFrom": {
3224
- "name": "AiIndicator",
3225
- "module": "src/ai-indicator/ai-indicator.ts"
3219
+ "name": "ActionsMenu",
3220
+ "module": "src/actions-menu/actions-menu.ts"
3226
3221
  }
3227
3222
  },
3228
3223
  {
3229
3224
  "kind": "method",
3230
- "name": "onInstall",
3231
- "return": {
3232
- "type": {
3233
- "text": "Promise<void>"
3225
+ "name": "getTemplate",
3226
+ "parameters": [
3227
+ {
3228
+ "name": "prefix",
3229
+ "type": {
3230
+ "text": "string"
3231
+ }
3234
3232
  }
3235
- },
3233
+ ],
3236
3234
  "inheritedFrom": {
3237
- "name": "AiIndicator",
3238
- "module": "src/ai-indicator/ai-indicator.ts"
3235
+ "name": "ActionsMenu",
3236
+ "module": "src/actions-menu/actions-menu.ts"
3239
3237
  }
3240
3238
  },
3241
3239
  {
@@ -3353,47 +3351,49 @@
3353
3351
  },
3354
3352
  {
3355
3353
  "kind": "variable",
3356
- "name": "zeroAiIndicator"
3354
+ "name": "zeroActionsMenu",
3355
+ "description": "The Zero Actions Menu",
3356
+ "privacy": "public"
3357
3357
  }
3358
3358
  ],
3359
3359
  "exports": [
3360
3360
  {
3361
3361
  "kind": "js",
3362
- "name": "AiIndicator",
3362
+ "name": "ActionsMenu",
3363
3363
  "declaration": {
3364
- "name": "AiIndicator",
3365
- "module": "src/ai-indicator/ai-indicator.ts"
3364
+ "name": "ActionsMenu",
3365
+ "module": "src/actions-menu/actions-menu.ts"
3366
3366
  }
3367
3367
  },
3368
3368
  {
3369
3369
  "kind": "js",
3370
- "name": "zeroAiIndicator",
3370
+ "name": "zeroActionsMenu",
3371
3371
  "declaration": {
3372
- "name": "zeroAiIndicator",
3373
- "module": "src/ai-indicator/ai-indicator.ts"
3372
+ "name": "zeroActionsMenu",
3373
+ "module": "src/actions-menu/actions-menu.ts"
3374
3374
  }
3375
3375
  }
3376
3376
  ]
3377
3377
  },
3378
3378
  {
3379
3379
  "kind": "javascript-module",
3380
- "path": "src/ai-indicator/index.ts",
3380
+ "path": "src/actions-menu/index.ts",
3381
3381
  "declarations": [],
3382
3382
  "exports": [
3383
3383
  {
3384
3384
  "kind": "js",
3385
- "name": "AiIndicator",
3385
+ "name": "*",
3386
3386
  "declaration": {
3387
- "name": "AiIndicator",
3388
- "module": "./ai-indicator"
3387
+ "name": "*",
3388
+ "package": "./actions-menu"
3389
3389
  }
3390
3390
  },
3391
3391
  {
3392
3392
  "kind": "js",
3393
- "name": "zeroAiIndicator",
3393
+ "name": "*",
3394
3394
  "declaration": {
3395
- "name": "zeroAiIndicator",
3396
- "module": "./ai-indicator"
3395
+ "name": "*",
3396
+ "package": "./actions-menu.styles"
3397
3397
  }
3398
3398
  }
3399
3399
  ]