@genesislcap/foundation-zero 15.14.2-FUI-2603.1 → 15.14.2-FUI-2603.3

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.
@@ -775,37 +775,6 @@
775
775
  }
776
776
  ]
777
777
  },
778
- {
779
- "kind": "javascript-module",
780
- "path": "src/_config/index.ts",
781
- "declarations": [],
782
- "exports": [
783
- {
784
- "kind": "js",
785
- "name": "*",
786
- "declaration": {
787
- "name": "*",
788
- "package": "./styles"
789
- }
790
- },
791
- {
792
- "kind": "js",
793
- "name": "*",
794
- "declaration": {
795
- "name": "*",
796
- "package": "./tokens"
797
- }
798
- },
799
- {
800
- "kind": "js",
801
- "name": "*",
802
- "declaration": {
803
- "name": "*",
804
- "package": "./values"
805
- }
806
- }
807
- ]
808
- },
809
778
  {
810
779
  "kind": "javascript-module",
811
780
  "path": "src/_common/colors.hex.ts",
@@ -945,6 +914,37 @@
945
914
  }
946
915
  ]
947
916
  },
917
+ {
918
+ "kind": "javascript-module",
919
+ "path": "src/_config/index.ts",
920
+ "declarations": [],
921
+ "exports": [
922
+ {
923
+ "kind": "js",
924
+ "name": "*",
925
+ "declaration": {
926
+ "name": "*",
927
+ "package": "./styles"
928
+ }
929
+ },
930
+ {
931
+ "kind": "js",
932
+ "name": "*",
933
+ "declaration": {
934
+ "name": "*",
935
+ "package": "./tokens"
936
+ }
937
+ },
938
+ {
939
+ "kind": "js",
940
+ "name": "*",
941
+ "declaration": {
942
+ "name": "*",
943
+ "package": "./values"
944
+ }
945
+ }
946
+ ]
947
+ },
948
948
  {
949
949
  "kind": "javascript-module",
950
950
  "path": "src/accordion/accordion.styles.ts",
@@ -1788,25 +1788,46 @@
1788
1788
  },
1789
1789
  {
1790
1790
  "kind": "javascript-module",
1791
- "path": "src/actions-menu/actions-menu.styles.ts",
1791
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1792
+ "declarations": [
1793
+ {
1794
+ "kind": "variable",
1795
+ "name": "zeroAiCriteriaSearchStyles",
1796
+ "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
1797
+ }
1798
+ ],
1799
+ "exports": [
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "zeroAiCriteriaSearchStyles",
1803
+ "declaration": {
1804
+ "name": "zeroAiCriteriaSearchStyles",
1805
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1806
+ }
1807
+ }
1808
+ ]
1809
+ },
1810
+ {
1811
+ "kind": "javascript-module",
1812
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1792
1813
  "declarations": [
1793
1814
  {
1794
1815
  "kind": "function",
1795
- "name": "zeroActionsMenuStyles",
1816
+ "name": "zeroAiCriteriaSearchTemplate",
1796
1817
  "return": {
1797
1818
  "type": {
1798
- "text": "ElementStyles"
1819
+ "text": "ViewTemplate<AiCriteriaSearch>"
1799
1820
  }
1800
1821
  },
1801
1822
  "parameters": [
1802
1823
  {
1803
- "name": "context",
1824
+ "name": "_context",
1804
1825
  "type": {
1805
1826
  "text": "ElementDefinitionContext"
1806
1827
  }
1807
1828
  },
1808
1829
  {
1809
- "name": "definition",
1830
+ "name": "_definition",
1810
1831
  "type": {
1811
1832
  "text": "FoundationElementDefinition"
1812
1833
  }
@@ -1817,403 +1838,347 @@
1817
1838
  "exports": [
1818
1839
  {
1819
1840
  "kind": "js",
1820
- "name": "zeroActionsMenuStyles",
1841
+ "name": "zeroAiCriteriaSearchTemplate",
1821
1842
  "declaration": {
1822
- "name": "zeroActionsMenuStyles",
1823
- "module": "src/actions-menu/actions-menu.styles.ts"
1843
+ "name": "zeroAiCriteriaSearchTemplate",
1844
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1824
1845
  }
1825
1846
  }
1826
1847
  ]
1827
1848
  },
1828
1849
  {
1829
1850
  "kind": "javascript-module",
1830
- "path": "src/actions-menu/actions-menu.ts",
1851
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
1831
1852
  "declarations": [
1832
1853
  {
1833
1854
  "kind": "class",
1834
1855
  "description": "",
1835
- "name": "ActionsMenu",
1856
+ "name": "AiCriteriaSearch",
1836
1857
  "superclass": {
1837
- "name": "FoundationActionsMenu",
1858
+ "name": "FoundationAiCriteriaSearch",
1838
1859
  "package": "@genesislcap/foundation-ui"
1839
1860
  },
1840
- "tagName": "%%prefix%%-actions-menu",
1861
+ "tagName": "%%prefix%%-ai-criteria-search",
1841
1862
  "customElement": true,
1842
1863
  "attributes": [
1843
1864
  {
1844
- "name": "is-vertical",
1865
+ "name": "placeholder",
1845
1866
  "type": {
1846
- "text": "boolean"
1867
+ "text": "string"
1847
1868
  },
1848
- "default": "false",
1849
- "fieldName": "isVertical",
1869
+ "default": "'Describe your search criteria in natural language...'",
1870
+ "fieldName": "placeholder",
1850
1871
  "inheritedFrom": {
1851
- "name": "ActionsMenu",
1852
- "module": "src/actions-menu/actions-menu.ts"
1872
+ "name": "AiCriteriaSearch",
1873
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1853
1874
  }
1854
1875
  },
1855
1876
  {
1856
- "name": "add-default-actions",
1857
1877
  "type": {
1858
1878
  "text": "boolean"
1859
1879
  },
1860
- "default": "true",
1861
- "fieldName": "addDefaultActions",
1880
+ "fieldName": "disabled",
1862
1881
  "inheritedFrom": {
1863
- "name": "ActionsMenu",
1864
- "module": "src/actions-menu/actions-menu.ts"
1882
+ "name": "AiCriteriaSearch",
1883
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1865
1884
  }
1866
- },
1885
+ }
1886
+ ],
1887
+ "members": [
1867
1888
  {
1868
- "name": "auto-close-on-action",
1889
+ "kind": "field",
1890
+ "name": "providerRegistry",
1869
1891
  "type": {
1870
- "text": "boolean"
1892
+ "text": "AIProviderRegistry"
1871
1893
  },
1872
- "default": "true",
1873
- "fieldName": "autoCloseOnAction",
1874
1894
  "inheritedFrom": {
1875
- "name": "ActionsMenu",
1876
- "module": "src/actions-menu/actions-menu.ts"
1895
+ "name": "AiCriteriaSearch",
1896
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1877
1897
  }
1878
1898
  },
1879
1899
  {
1880
- "name": "name",
1900
+ "kind": "field",
1901
+ "name": "placeholder",
1881
1902
  "type": {
1882
1903
  "text": "string"
1883
1904
  },
1884
- "default": "'Actions'",
1885
- "fieldName": "name",
1905
+ "default": "'Describe your search criteria in natural language...'",
1886
1906
  "inheritedFrom": {
1887
- "name": "ActionsMenu",
1888
- "module": "src/actions-menu/actions-menu.ts"
1907
+ "name": "AiCriteriaSearch",
1908
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1889
1909
  }
1890
1910
  },
1891
1911
  {
1892
- "name": "open",
1912
+ "kind": "field",
1913
+ "name": "disabled",
1893
1914
  "type": {
1894
1915
  "text": "boolean"
1895
1916
  },
1896
- "default": "false",
1897
- "fieldName": "open",
1898
1917
  "inheritedFrom": {
1899
- "name": "ActionsMenu",
1900
- "module": "src/actions-menu/actions-menu.ts"
1918
+ "name": "AiCriteriaSearch",
1919
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1901
1920
  }
1902
1921
  },
1903
1922
  {
1904
- "name": "buttonAppearance",
1923
+ "kind": "field",
1924
+ "name": "inputValue",
1905
1925
  "type": {
1906
1926
  "text": "string"
1907
1927
  },
1908
- "fieldName": "buttonAppearance",
1928
+ "default": "''",
1909
1929
  "inheritedFrom": {
1910
- "name": "ActionsMenu",
1911
- "module": "src/actions-menu/actions-menu.ts"
1930
+ "name": "AiCriteriaSearch",
1931
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1912
1932
  }
1913
1933
  },
1914
1934
  {
1915
- "name": "hide-disabled",
1935
+ "kind": "field",
1936
+ "name": "isInterpreting",
1916
1937
  "type": {
1917
1938
  "text": "boolean"
1918
1939
  },
1919
1940
  "default": "false",
1920
- "fieldName": "hideDisabled",
1921
1941
  "inheritedFrom": {
1922
- "name": "ActionsMenu",
1923
- "module": "src/actions-menu/actions-menu.ts"
1942
+ "name": "AiCriteriaSearch",
1943
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1924
1944
  }
1925
1945
  },
1926
1946
  {
1927
- "name": "hide-menu-single-option",
1947
+ "kind": "field",
1948
+ "name": "lastValidCriteria",
1928
1949
  "type": {
1929
- "text": "boolean"
1950
+ "text": "string | null"
1930
1951
  },
1931
- "default": "false",
1932
- "fieldName": "hideMenuSingleOption",
1952
+ "default": "null",
1933
1953
  "inheritedFrom": {
1934
- "name": "ActionsMenu",
1935
- "module": "src/actions-menu/actions-menu.ts"
1954
+ "name": "AiCriteriaSearch",
1955
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1936
1956
  }
1937
- }
1938
- ],
1939
- "members": [
1957
+ },
1940
1958
  {
1941
1959
  "kind": "field",
1942
- "name": "actions",
1960
+ "name": "activeGroups",
1943
1961
  "type": {
1944
- "text": "ActionMenuItem[]"
1962
+ "text": "CriteriaGroup[]"
1945
1963
  },
1964
+ "default": "[]",
1946
1965
  "inheritedFrom": {
1947
- "name": "ActionsMenu",
1948
- "module": "src/actions-menu/actions-menu.ts"
1966
+ "name": "AiCriteriaSearch",
1967
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1949
1968
  }
1950
1969
  },
1951
1970
  {
1952
1971
  "kind": "field",
1953
- "name": "isVertical",
1972
+ "name": "showingChips",
1954
1973
  "type": {
1955
1974
  "text": "boolean"
1956
1975
  },
1957
1976
  "default": "false",
1958
1977
  "inheritedFrom": {
1959
- "name": "ActionsMenu",
1960
- "module": "src/actions-menu/actions-menu.ts"
1978
+ "name": "AiCriteriaSearch",
1979
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1961
1980
  }
1962
1981
  },
1963
1982
  {
1964
1983
  "kind": "field",
1965
- "name": "addDefaultActions",
1984
+ "name": "fieldMetadata",
1966
1985
  "type": {
1967
- "text": "boolean"
1986
+ "text": "MetadataDetail[] | string[]"
1968
1987
  },
1969
- "default": "true",
1988
+ "default": "[]",
1970
1989
  "inheritedFrom": {
1971
- "name": "ActionsMenu",
1972
- "module": "src/actions-menu/actions-menu.ts"
1990
+ "name": "AiCriteriaSearch",
1991
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1973
1992
  }
1974
1993
  },
1975
1994
  {
1976
1995
  "kind": "field",
1977
- "name": "autoCloseOnAction",
1996
+ "name": "isRecording",
1978
1997
  "type": {
1979
1998
  "text": "boolean"
1980
1999
  },
1981
- "default": "true",
2000
+ "default": "false",
1982
2001
  "inheritedFrom": {
1983
- "name": "ActionsMenu",
1984
- "module": "src/actions-menu/actions-menu.ts"
2002
+ "name": "AiCriteriaSearch",
2003
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1985
2004
  }
1986
2005
  },
1987
2006
  {
1988
2007
  "kind": "field",
1989
- "name": "classNames",
2008
+ "name": "textAreaRef",
1990
2009
  "type": {
1991
- "text": "string"
2010
+ "text": "HTMLTextAreaElement"
1992
2011
  },
2012
+ "privacy": "public",
1993
2013
  "inheritedFrom": {
1994
- "name": "ActionsMenu",
1995
- "module": "src/actions-menu/actions-menu.ts"
2014
+ "name": "AiCriteriaSearch",
2015
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1996
2016
  }
1997
2017
  },
1998
2018
  {
1999
2019
  "kind": "field",
2000
- "name": "definition",
2020
+ "name": "stopRecording",
2001
2021
  "type": {
2002
- "text": "any"
2022
+ "text": "(() => void) | null"
2003
2023
  },
2024
+ "privacy": "private",
2025
+ "default": "null",
2004
2026
  "inheritedFrom": {
2005
- "name": "ActionsMenu",
2006
- "module": "src/actions-menu/actions-menu.ts"
2027
+ "name": "AiCriteriaSearch",
2028
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2007
2029
  }
2008
2030
  },
2009
2031
  {
2010
2032
  "kind": "field",
2011
- "name": "name",
2033
+ "name": "speechApplyDebounceTimer",
2012
2034
  "type": {
2013
- "text": "string"
2035
+ "text": "ReturnType<typeof setTimeout> | null"
2014
2036
  },
2015
- "default": "'Actions'",
2037
+ "privacy": "private",
2038
+ "default": "null",
2016
2039
  "inheritedFrom": {
2017
- "name": "ActionsMenu",
2018
- "module": "src/actions-menu/actions-menu.ts"
2019
- }
2020
- },
2021
- {
2022
- "kind": "field",
2023
- "name": "open",
2024
- "type": {
2025
- "text": "boolean"
2026
- },
2027
- "default": "false",
2028
- "inheritedFrom": {
2029
- "name": "ActionsMenu",
2030
- "module": "src/actions-menu/actions-menu.ts"
2031
- }
2032
- },
2033
- {
2034
- "kind": "field",
2035
- "name": "buttonAppearance",
2036
- "type": {
2037
- "text": "string"
2038
- },
2039
- "inheritedFrom": {
2040
- "name": "ActionsMenu",
2041
- "module": "src/actions-menu/actions-menu.ts"
2042
- }
2043
- },
2044
- {
2045
- "kind": "field",
2046
- "name": "hideDisabled",
2047
- "type": {
2048
- "text": "boolean"
2049
- },
2050
- "default": "false",
2051
- "inheritedFrom": {
2052
- "name": "ActionsMenu",
2053
- "module": "src/actions-menu/actions-menu.ts"
2040
+ "name": "AiCriteriaSearch",
2041
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2054
2042
  }
2055
2043
  },
2056
2044
  {
2057
2045
  "kind": "field",
2058
- "name": "hideMenuSingleOption",
2046
+ "name": "speechAvailable",
2059
2047
  "type": {
2060
2048
  "text": "boolean"
2061
2049
  },
2062
- "default": "false",
2063
- "inheritedFrom": {
2064
- "name": "ActionsMenu",
2065
- "module": "src/actions-menu/actions-menu.ts"
2066
- }
2067
- },
2068
- {
2069
- "kind": "field",
2070
- "name": "singleOption",
2071
- "type": {
2072
- "text": "ActionMenuItem"
2073
- },
2050
+ "readonly": true,
2074
2051
  "inheritedFrom": {
2075
- "name": "ActionsMenu",
2076
- "module": "src/actions-menu/actions-menu.ts"
2052
+ "name": "AiCriteriaSearch",
2053
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2077
2054
  }
2078
2055
  },
2079
2056
  {
2080
2057
  "kind": "field",
2081
- "name": "actionsMenu",
2058
+ "name": "criteriaChips",
2082
2059
  "type": {
2083
- "text": "HTMLElement"
2060
+ "text": "CriteriaChip[]"
2084
2061
  },
2062
+ "readonly": true,
2085
2063
  "inheritedFrom": {
2086
- "name": "ActionsMenu",
2087
- "module": "src/actions-menu/actions-menu.ts"
2064
+ "name": "AiCriteriaSearch",
2065
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2088
2066
  }
2089
2067
  },
2090
2068
  {
2091
- "kind": "field",
2092
- "name": "actionsOpener",
2093
- "type": {
2094
- "text": "HTMLElement"
2069
+ "kind": "method",
2070
+ "name": "getFieldLabel",
2071
+ "privacy": "private",
2072
+ "return": {
2073
+ "type": {
2074
+ "text": "string"
2075
+ }
2095
2076
  },
2077
+ "parameters": [
2078
+ {
2079
+ "name": "fieldName",
2080
+ "type": {
2081
+ "text": "string"
2082
+ }
2083
+ }
2084
+ ],
2096
2085
  "inheritedFrom": {
2097
- "name": "ActionsMenu",
2098
- "module": "src/actions-menu/actions-menu.ts"
2086
+ "name": "AiCriteriaSearch",
2087
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2099
2088
  }
2100
2089
  },
2101
2090
  {
2102
2091
  "kind": "method",
2103
- "name": "updateMenuPosition",
2104
- "privacy": "private",
2092
+ "name": "toggleCriteriaView",
2093
+ "return": {
2094
+ "type": {
2095
+ "text": "void"
2096
+ }
2097
+ },
2105
2098
  "inheritedFrom": {
2106
- "name": "ActionsMenu",
2107
- "module": "src/actions-menu/actions-menu.ts"
2099
+ "name": "AiCriteriaSearch",
2100
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2108
2101
  }
2109
2102
  },
2110
2103
  {
2111
2104
  "kind": "method",
2112
- "name": "definitionChanged",
2113
- "privacy": "protected",
2105
+ "name": "removeChip",
2106
+ "return": {
2107
+ "type": {
2108
+ "text": "void"
2109
+ }
2110
+ },
2114
2111
  "parameters": [
2115
2112
  {
2116
- "name": "oldValue",
2113
+ "name": "groupIndex",
2117
2114
  "type": {
2118
- "text": "any"
2115
+ "text": "number"
2119
2116
  }
2120
2117
  },
2121
2118
  {
2122
- "name": "newValue",
2119
+ "name": "clauseIndex",
2123
2120
  "type": {
2124
- "text": "any"
2121
+ "text": "number"
2125
2122
  }
2126
2123
  }
2127
2124
  ],
2128
2125
  "inheritedFrom": {
2129
- "name": "ActionsMenu",
2130
- "module": "src/actions-menu/actions-menu.ts"
2126
+ "name": "AiCriteriaSearch",
2127
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2131
2128
  }
2132
2129
  },
2133
2130
  {
2134
2131
  "kind": "method",
2135
- "name": "openChanged",
2136
- "privacy": "protected",
2132
+ "name": "clearChips",
2133
+ "return": {
2134
+ "type": {
2135
+ "text": "void"
2136
+ }
2137
+ },
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
2144
  "kind": "method",
2144
- "name": "toggleActionsMenuVisibility",
2145
+ "name": "handleSubmit",
2145
2146
  "inheritedFrom": {
2146
- "name": "ActionsMenu",
2147
- "module": "src/actions-menu/actions-menu.ts"
2147
+ "name": "AiCriteriaSearch",
2148
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2148
2149
  }
2149
2150
  },
2150
2151
  {
2151
2152
  "kind": "method",
2152
- "name": "onActionMenuItemClick",
2153
- "parameters": [
2154
- {
2155
- "name": "callback",
2156
- "type": {
2157
- "text": "(rowData) => void | any"
2158
- }
2159
- }
2160
- ],
2161
- "inheritedFrom": {
2162
- "name": "ActionsMenu",
2163
- "module": "src/actions-menu/actions-menu.ts"
2164
- }
2165
- },
2166
- {
2167
- "kind": "field",
2168
- "name": "allActions",
2169
- "type": {
2170
- "text": "ActionMenuItem[]"
2171
- },
2172
- "readonly": true,
2153
+ "name": "handleBlur",
2173
2154
  "inheritedFrom": {
2174
- "name": "ActionsMenu",
2175
- "module": "src/actions-menu/actions-menu.ts"
2155
+ "name": "AiCriteriaSearch",
2156
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2176
2157
  }
2177
2158
  },
2178
2159
  {
2179
- "kind": "field",
2180
- "name": "rowData",
2181
- "readonly": true,
2160
+ "kind": "method",
2161
+ "name": "clear",
2182
2162
  "inheritedFrom": {
2183
- "name": "ActionsMenu",
2184
- "module": "src/actions-menu/actions-menu.ts"
2163
+ "name": "AiCriteriaSearch",
2164
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2185
2165
  }
2186
2166
  },
2187
2167
  {
2188
2168
  "kind": "method",
2189
- "name": "getLabel",
2190
- "parameters": [
2191
- {
2192
- "name": "name",
2193
- "type": {
2194
- "text": "string | ((rowData: any) => string)"
2195
- }
2196
- }
2197
- ],
2169
+ "name": "toggleSpeechInput",
2198
2170
  "inheritedFrom": {
2199
- "name": "ActionsMenu",
2200
- "module": "src/actions-menu/actions-menu.ts"
2171
+ "name": "AiCriteriaSearch",
2172
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2201
2173
  }
2202
2174
  },
2203
2175
  {
2204
2176
  "kind": "method",
2205
- "name": "getTemplate",
2206
- "parameters": [
2207
- {
2208
- "name": "prefix",
2209
- "type": {
2210
- "text": "string"
2211
- }
2212
- }
2213
- ],
2177
+ "name": "clearSpeechApplyDebounce",
2178
+ "privacy": "private",
2214
2179
  "inheritedFrom": {
2215
- "name": "ActionsMenu",
2216
- "module": "src/actions-menu/actions-menu.ts"
2180
+ "name": "AiCriteriaSearch",
2181
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2217
2182
  }
2218
2183
  },
2219
2184
  {
@@ -2327,37 +2292,55 @@
2327
2292
  "module": "src/foundation-element/foundation-element.ts"
2328
2293
  }
2329
2294
  }
2295
+ ],
2296
+ "events": [
2297
+ {
2298
+ "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2299
+ "name": "criteria-changed",
2300
+ "inheritedFrom": {
2301
+ "name": "AiCriteriaSearch",
2302
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2303
+ }
2304
+ },
2305
+ {
2306
+ "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2307
+ "name": "validation-errors",
2308
+ "inheritedFrom": {
2309
+ "name": "AiCriteriaSearch",
2310
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2311
+ }
2312
+ }
2330
2313
  ]
2331
2314
  },
2332
2315
  {
2333
2316
  "kind": "variable",
2334
- "name": "zeroActionsMenu",
2335
- "description": "The Zero Actions Menu",
2317
+ "name": "zeroAiCriteriaSearch",
2318
+ "description": "The Zero AI Criteria Search",
2336
2319
  "privacy": "public"
2337
2320
  }
2338
2321
  ],
2339
2322
  "exports": [
2340
2323
  {
2341
2324
  "kind": "js",
2342
- "name": "ActionsMenu",
2325
+ "name": "AiCriteriaSearch",
2343
2326
  "declaration": {
2344
- "name": "ActionsMenu",
2345
- "module": "src/actions-menu/actions-menu.ts"
2327
+ "name": "AiCriteriaSearch",
2328
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2346
2329
  }
2347
2330
  },
2348
2331
  {
2349
2332
  "kind": "js",
2350
- "name": "zeroActionsMenu",
2333
+ "name": "zeroAiCriteriaSearch",
2351
2334
  "declaration": {
2352
- "name": "zeroActionsMenu",
2353
- "module": "src/actions-menu/actions-menu.ts"
2335
+ "name": "zeroAiCriteriaSearch",
2336
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2354
2337
  }
2355
2338
  }
2356
2339
  ]
2357
2340
  },
2358
2341
  {
2359
2342
  "kind": "javascript-module",
2360
- "path": "src/actions-menu/index.ts",
2343
+ "path": "src/ai-criteria-search/index.ts",
2361
2344
  "declarations": [],
2362
2345
  "exports": [
2363
2346
  {
@@ -2365,7 +2348,7 @@
2365
2348
  "name": "*",
2366
2349
  "declaration": {
2367
2350
  "name": "*",
2368
- "package": "./actions-menu"
2351
+ "package": "./ai-criteria-search"
2369
2352
  }
2370
2353
  },
2371
2354
  {
@@ -2373,53 +2356,40 @@
2373
2356
  "name": "*",
2374
2357
  "declaration": {
2375
2358
  "name": "*",
2376
- "package": "./actions-menu.styles"
2359
+ "package": "./ai-criteria-search.styles"
2377
2360
  }
2378
- }
2379
- ]
2380
- },
2381
- {
2382
- "kind": "javascript-module",
2383
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2384
- "declarations": [
2385
- {
2386
- "kind": "variable",
2387
- "name": "zeroAiCriteriaSearchStyles",
2388
- "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
2389
- }
2390
- ],
2391
- "exports": [
2361
+ },
2392
2362
  {
2393
2363
  "kind": "js",
2394
- "name": "zeroAiCriteriaSearchStyles",
2364
+ "name": "*",
2395
2365
  "declaration": {
2396
- "name": "zeroAiCriteriaSearchStyles",
2397
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2366
+ "name": "*",
2367
+ "package": "./ai-criteria-search.template"
2398
2368
  }
2399
2369
  }
2400
2370
  ]
2401
2371
  },
2402
2372
  {
2403
2373
  "kind": "javascript-module",
2404
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2374
+ "path": "src/actions-menu/actions-menu.styles.ts",
2405
2375
  "declarations": [
2406
2376
  {
2407
2377
  "kind": "function",
2408
- "name": "zeroAiCriteriaSearchTemplate",
2378
+ "name": "zeroActionsMenuStyles",
2409
2379
  "return": {
2410
2380
  "type": {
2411
- "text": "ViewTemplate<AiCriteriaSearch>"
2381
+ "text": "ElementStyles"
2412
2382
  }
2413
2383
  },
2414
2384
  "parameters": [
2415
2385
  {
2416
- "name": "_context",
2386
+ "name": "context",
2417
2387
  "type": {
2418
2388
  "text": "ElementDefinitionContext"
2419
2389
  }
2420
2390
  },
2421
2391
  {
2422
- "name": "_definition",
2392
+ "name": "definition",
2423
2393
  "type": {
2424
2394
  "text": "FoundationElementDefinition"
2425
2395
  }
@@ -2430,347 +2400,403 @@
2430
2400
  "exports": [
2431
2401
  {
2432
2402
  "kind": "js",
2433
- "name": "zeroAiCriteriaSearchTemplate",
2403
+ "name": "zeroActionsMenuStyles",
2434
2404
  "declaration": {
2435
- "name": "zeroAiCriteriaSearchTemplate",
2436
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2405
+ "name": "zeroActionsMenuStyles",
2406
+ "module": "src/actions-menu/actions-menu.styles.ts"
2437
2407
  }
2438
2408
  }
2439
2409
  ]
2440
2410
  },
2441
2411
  {
2442
2412
  "kind": "javascript-module",
2443
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
2413
+ "path": "src/actions-menu/actions-menu.ts",
2444
2414
  "declarations": [
2445
2415
  {
2446
2416
  "kind": "class",
2447
2417
  "description": "",
2448
- "name": "AiCriteriaSearch",
2418
+ "name": "ActionsMenu",
2449
2419
  "superclass": {
2450
- "name": "FoundationAiCriteriaSearch",
2420
+ "name": "FoundationActionsMenu",
2451
2421
  "package": "@genesislcap/foundation-ui"
2452
2422
  },
2453
- "tagName": "%%prefix%%-ai-criteria-search",
2423
+ "tagName": "%%prefix%%-actions-menu",
2454
2424
  "customElement": true,
2455
2425
  "attributes": [
2456
2426
  {
2457
- "name": "placeholder",
2427
+ "name": "is-vertical",
2458
2428
  "type": {
2459
- "text": "string"
2429
+ "text": "boolean"
2460
2430
  },
2461
- "default": "'Describe your search criteria in natural language...'",
2462
- "fieldName": "placeholder",
2431
+ "default": "false",
2432
+ "fieldName": "isVertical",
2463
2433
  "inheritedFrom": {
2464
- "name": "AiCriteriaSearch",
2465
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2434
+ "name": "ActionsMenu",
2435
+ "module": "src/actions-menu/actions-menu.ts"
2466
2436
  }
2467
2437
  },
2468
2438
  {
2439
+ "name": "add-default-actions",
2469
2440
  "type": {
2470
2441
  "text": "boolean"
2471
2442
  },
2472
- "fieldName": "disabled",
2443
+ "default": "true",
2444
+ "fieldName": "addDefaultActions",
2473
2445
  "inheritedFrom": {
2474
- "name": "AiCriteriaSearch",
2475
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2446
+ "name": "ActionsMenu",
2447
+ "module": "src/actions-menu/actions-menu.ts"
2476
2448
  }
2477
- }
2478
- ],
2479
- "members": [
2449
+ },
2480
2450
  {
2481
- "kind": "field",
2482
- "name": "providerRegistry",
2451
+ "name": "auto-close-on-action",
2483
2452
  "type": {
2484
- "text": "AIProviderRegistry"
2453
+ "text": "boolean"
2485
2454
  },
2455
+ "default": "true",
2456
+ "fieldName": "autoCloseOnAction",
2486
2457
  "inheritedFrom": {
2487
- "name": "AiCriteriaSearch",
2488
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2458
+ "name": "ActionsMenu",
2459
+ "module": "src/actions-menu/actions-menu.ts"
2489
2460
  }
2490
2461
  },
2491
2462
  {
2492
- "kind": "field",
2493
- "name": "placeholder",
2463
+ "name": "name",
2494
2464
  "type": {
2495
2465
  "text": "string"
2496
2466
  },
2497
- "default": "'Describe your search criteria in natural language...'",
2467
+ "default": "'Actions'",
2468
+ "fieldName": "name",
2498
2469
  "inheritedFrom": {
2499
- "name": "AiCriteriaSearch",
2500
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2470
+ "name": "ActionsMenu",
2471
+ "module": "src/actions-menu/actions-menu.ts"
2501
2472
  }
2502
2473
  },
2503
2474
  {
2504
- "kind": "field",
2505
- "name": "disabled",
2475
+ "name": "open",
2506
2476
  "type": {
2507
2477
  "text": "boolean"
2508
2478
  },
2479
+ "default": "false",
2480
+ "fieldName": "open",
2509
2481
  "inheritedFrom": {
2510
- "name": "AiCriteriaSearch",
2511
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2482
+ "name": "ActionsMenu",
2483
+ "module": "src/actions-menu/actions-menu.ts"
2512
2484
  }
2513
2485
  },
2514
2486
  {
2515
- "kind": "field",
2516
- "name": "inputValue",
2487
+ "name": "buttonAppearance",
2517
2488
  "type": {
2518
2489
  "text": "string"
2519
2490
  },
2520
- "default": "''",
2491
+ "fieldName": "buttonAppearance",
2521
2492
  "inheritedFrom": {
2522
- "name": "AiCriteriaSearch",
2523
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2493
+ "name": "ActionsMenu",
2494
+ "module": "src/actions-menu/actions-menu.ts"
2524
2495
  }
2525
2496
  },
2526
2497
  {
2527
- "kind": "field",
2528
- "name": "isInterpreting",
2498
+ "name": "hide-disabled",
2529
2499
  "type": {
2530
2500
  "text": "boolean"
2531
2501
  },
2532
2502
  "default": "false",
2503
+ "fieldName": "hideDisabled",
2533
2504
  "inheritedFrom": {
2534
- "name": "AiCriteriaSearch",
2535
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2505
+ "name": "ActionsMenu",
2506
+ "module": "src/actions-menu/actions-menu.ts"
2536
2507
  }
2537
2508
  },
2509
+ {
2510
+ "name": "hide-menu-single-option",
2511
+ "type": {
2512
+ "text": "boolean"
2513
+ },
2514
+ "default": "false",
2515
+ "fieldName": "hideMenuSingleOption",
2516
+ "inheritedFrom": {
2517
+ "name": "ActionsMenu",
2518
+ "module": "src/actions-menu/actions-menu.ts"
2519
+ }
2520
+ }
2521
+ ],
2522
+ "members": [
2538
2523
  {
2539
2524
  "kind": "field",
2540
- "name": "lastValidCriteria",
2525
+ "name": "actions",
2541
2526
  "type": {
2542
- "text": "string | null"
2527
+ "text": "ActionMenuItem[]"
2543
2528
  },
2544
- "default": "null",
2545
2529
  "inheritedFrom": {
2546
- "name": "AiCriteriaSearch",
2547
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2530
+ "name": "ActionsMenu",
2531
+ "module": "src/actions-menu/actions-menu.ts"
2548
2532
  }
2549
2533
  },
2550
2534
  {
2551
2535
  "kind": "field",
2552
- "name": "activeGroups",
2536
+ "name": "isVertical",
2553
2537
  "type": {
2554
- "text": "CriteriaGroup[]"
2538
+ "text": "boolean"
2555
2539
  },
2556
- "default": "[]",
2540
+ "default": "false",
2557
2541
  "inheritedFrom": {
2558
- "name": "AiCriteriaSearch",
2559
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2542
+ "name": "ActionsMenu",
2543
+ "module": "src/actions-menu/actions-menu.ts"
2560
2544
  }
2561
2545
  },
2562
2546
  {
2563
2547
  "kind": "field",
2564
- "name": "showingChips",
2548
+ "name": "addDefaultActions",
2565
2549
  "type": {
2566
2550
  "text": "boolean"
2567
2551
  },
2568
- "default": "false",
2552
+ "default": "true",
2553
+ "inheritedFrom": {
2554
+ "name": "ActionsMenu",
2555
+ "module": "src/actions-menu/actions-menu.ts"
2556
+ }
2557
+ },
2558
+ {
2559
+ "kind": "field",
2560
+ "name": "autoCloseOnAction",
2561
+ "type": {
2562
+ "text": "boolean"
2563
+ },
2564
+ "default": "true",
2565
+ "inheritedFrom": {
2566
+ "name": "ActionsMenu",
2567
+ "module": "src/actions-menu/actions-menu.ts"
2568
+ }
2569
+ },
2570
+ {
2571
+ "kind": "field",
2572
+ "name": "classNames",
2573
+ "type": {
2574
+ "text": "string"
2575
+ },
2576
+ "inheritedFrom": {
2577
+ "name": "ActionsMenu",
2578
+ "module": "src/actions-menu/actions-menu.ts"
2579
+ }
2580
+ },
2581
+ {
2582
+ "kind": "field",
2583
+ "name": "definition",
2584
+ "type": {
2585
+ "text": "any"
2586
+ },
2569
2587
  "inheritedFrom": {
2570
- "name": "AiCriteriaSearch",
2571
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2588
+ "name": "ActionsMenu",
2589
+ "module": "src/actions-menu/actions-menu.ts"
2572
2590
  }
2573
2591
  },
2574
2592
  {
2575
2593
  "kind": "field",
2576
- "name": "fieldMetadata",
2594
+ "name": "name",
2577
2595
  "type": {
2578
- "text": "MetadataDetail[] | string[]"
2596
+ "text": "string"
2579
2597
  },
2580
- "default": "[]",
2598
+ "default": "'Actions'",
2581
2599
  "inheritedFrom": {
2582
- "name": "AiCriteriaSearch",
2583
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2600
+ "name": "ActionsMenu",
2601
+ "module": "src/actions-menu/actions-menu.ts"
2584
2602
  }
2585
2603
  },
2586
2604
  {
2587
2605
  "kind": "field",
2588
- "name": "isRecording",
2606
+ "name": "open",
2589
2607
  "type": {
2590
2608
  "text": "boolean"
2591
2609
  },
2592
2610
  "default": "false",
2593
2611
  "inheritedFrom": {
2594
- "name": "AiCriteriaSearch",
2595
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2612
+ "name": "ActionsMenu",
2613
+ "module": "src/actions-menu/actions-menu.ts"
2596
2614
  }
2597
2615
  },
2598
2616
  {
2599
2617
  "kind": "field",
2600
- "name": "textAreaRef",
2618
+ "name": "buttonAppearance",
2601
2619
  "type": {
2602
- "text": "HTMLTextAreaElement"
2620
+ "text": "string"
2603
2621
  },
2604
- "privacy": "public",
2605
2622
  "inheritedFrom": {
2606
- "name": "AiCriteriaSearch",
2607
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2623
+ "name": "ActionsMenu",
2624
+ "module": "src/actions-menu/actions-menu.ts"
2608
2625
  }
2609
2626
  },
2610
2627
  {
2611
2628
  "kind": "field",
2612
- "name": "stopRecording",
2629
+ "name": "hideDisabled",
2613
2630
  "type": {
2614
- "text": "(() => void) | null"
2631
+ "text": "boolean"
2615
2632
  },
2616
- "privacy": "private",
2617
- "default": "null",
2633
+ "default": "false",
2618
2634
  "inheritedFrom": {
2619
- "name": "AiCriteriaSearch",
2620
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2635
+ "name": "ActionsMenu",
2636
+ "module": "src/actions-menu/actions-menu.ts"
2621
2637
  }
2622
2638
  },
2623
2639
  {
2624
2640
  "kind": "field",
2625
- "name": "speechApplyDebounceTimer",
2641
+ "name": "hideMenuSingleOption",
2626
2642
  "type": {
2627
- "text": "ReturnType<typeof setTimeout> | null"
2643
+ "text": "boolean"
2628
2644
  },
2629
- "privacy": "private",
2630
- "default": "null",
2645
+ "default": "false",
2631
2646
  "inheritedFrom": {
2632
- "name": "AiCriteriaSearch",
2633
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2647
+ "name": "ActionsMenu",
2648
+ "module": "src/actions-menu/actions-menu.ts"
2634
2649
  }
2635
2650
  },
2636
2651
  {
2637
2652
  "kind": "field",
2638
- "name": "speechAvailable",
2653
+ "name": "singleOption",
2639
2654
  "type": {
2640
- "text": "boolean"
2655
+ "text": "ActionMenuItem"
2641
2656
  },
2642
- "readonly": true,
2643
2657
  "inheritedFrom": {
2644
- "name": "AiCriteriaSearch",
2645
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2658
+ "name": "ActionsMenu",
2659
+ "module": "src/actions-menu/actions-menu.ts"
2646
2660
  }
2647
2661
  },
2648
2662
  {
2649
2663
  "kind": "field",
2650
- "name": "criteriaChips",
2664
+ "name": "actionsMenu",
2651
2665
  "type": {
2652
- "text": "CriteriaChip[]"
2666
+ "text": "HTMLElement"
2653
2667
  },
2654
- "readonly": true,
2655
2668
  "inheritedFrom": {
2656
- "name": "AiCriteriaSearch",
2657
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2669
+ "name": "ActionsMenu",
2670
+ "module": "src/actions-menu/actions-menu.ts"
2658
2671
  }
2659
2672
  },
2660
2673
  {
2661
- "kind": "method",
2662
- "name": "getFieldLabel",
2663
- "privacy": "private",
2664
- "return": {
2665
- "type": {
2666
- "text": "string"
2667
- }
2674
+ "kind": "field",
2675
+ "name": "actionsOpener",
2676
+ "type": {
2677
+ "text": "HTMLElement"
2668
2678
  },
2669
- "parameters": [
2670
- {
2671
- "name": "fieldName",
2672
- "type": {
2673
- "text": "string"
2674
- }
2675
- }
2676
- ],
2677
2679
  "inheritedFrom": {
2678
- "name": "AiCriteriaSearch",
2679
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2680
+ "name": "ActionsMenu",
2681
+ "module": "src/actions-menu/actions-menu.ts"
2680
2682
  }
2681
2683
  },
2682
2684
  {
2683
2685
  "kind": "method",
2684
- "name": "toggleCriteriaView",
2685
- "return": {
2686
- "type": {
2687
- "text": "void"
2688
- }
2689
- },
2686
+ "name": "updateMenuPosition",
2687
+ "privacy": "private",
2690
2688
  "inheritedFrom": {
2691
- "name": "AiCriteriaSearch",
2692
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2689
+ "name": "ActionsMenu",
2690
+ "module": "src/actions-menu/actions-menu.ts"
2693
2691
  }
2694
2692
  },
2695
2693
  {
2696
2694
  "kind": "method",
2697
- "name": "removeChip",
2698
- "return": {
2699
- "type": {
2700
- "text": "void"
2701
- }
2702
- },
2695
+ "name": "definitionChanged",
2696
+ "privacy": "protected",
2703
2697
  "parameters": [
2704
2698
  {
2705
- "name": "groupIndex",
2699
+ "name": "oldValue",
2706
2700
  "type": {
2707
- "text": "number"
2701
+ "text": "any"
2708
2702
  }
2709
2703
  },
2710
2704
  {
2711
- "name": "clauseIndex",
2705
+ "name": "newValue",
2712
2706
  "type": {
2713
- "text": "number"
2707
+ "text": "any"
2714
2708
  }
2715
2709
  }
2716
2710
  ],
2717
2711
  "inheritedFrom": {
2718
- "name": "AiCriteriaSearch",
2719
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2712
+ "name": "ActionsMenu",
2713
+ "module": "src/actions-menu/actions-menu.ts"
2720
2714
  }
2721
2715
  },
2722
2716
  {
2723
2717
  "kind": "method",
2724
- "name": "clearChips",
2725
- "return": {
2726
- "type": {
2727
- "text": "void"
2728
- }
2729
- },
2718
+ "name": "openChanged",
2719
+ "privacy": "protected",
2730
2720
  "inheritedFrom": {
2731
- "name": "AiCriteriaSearch",
2732
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2721
+ "name": "ActionsMenu",
2722
+ "module": "src/actions-menu/actions-menu.ts"
2733
2723
  }
2734
2724
  },
2735
2725
  {
2736
2726
  "kind": "method",
2737
- "name": "handleSubmit",
2727
+ "name": "toggleActionsMenuVisibility",
2738
2728
  "inheritedFrom": {
2739
- "name": "AiCriteriaSearch",
2740
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2729
+ "name": "ActionsMenu",
2730
+ "module": "src/actions-menu/actions-menu.ts"
2741
2731
  }
2742
2732
  },
2743
2733
  {
2744
2734
  "kind": "method",
2745
- "name": "handleBlur",
2735
+ "name": "onActionMenuItemClick",
2736
+ "parameters": [
2737
+ {
2738
+ "name": "callback",
2739
+ "type": {
2740
+ "text": "(rowData) => void | any"
2741
+ }
2742
+ }
2743
+ ],
2746
2744
  "inheritedFrom": {
2747
- "name": "AiCriteriaSearch",
2748
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2745
+ "name": "ActionsMenu",
2746
+ "module": "src/actions-menu/actions-menu.ts"
2749
2747
  }
2750
2748
  },
2751
2749
  {
2752
- "kind": "method",
2753
- "name": "clear",
2750
+ "kind": "field",
2751
+ "name": "allActions",
2752
+ "type": {
2753
+ "text": "ActionMenuItem[]"
2754
+ },
2755
+ "readonly": true,
2754
2756
  "inheritedFrom": {
2755
- "name": "AiCriteriaSearch",
2756
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2757
+ "name": "ActionsMenu",
2758
+ "module": "src/actions-menu/actions-menu.ts"
2759
+ }
2760
+ },
2761
+ {
2762
+ "kind": "field",
2763
+ "name": "rowData",
2764
+ "readonly": true,
2765
+ "inheritedFrom": {
2766
+ "name": "ActionsMenu",
2767
+ "module": "src/actions-menu/actions-menu.ts"
2757
2768
  }
2758
2769
  },
2759
2770
  {
2760
2771
  "kind": "method",
2761
- "name": "toggleSpeechInput",
2772
+ "name": "getLabel",
2773
+ "parameters": [
2774
+ {
2775
+ "name": "name",
2776
+ "type": {
2777
+ "text": "string | ((rowData: any) => string)"
2778
+ }
2779
+ }
2780
+ ],
2762
2781
  "inheritedFrom": {
2763
- "name": "AiCriteriaSearch",
2764
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2782
+ "name": "ActionsMenu",
2783
+ "module": "src/actions-menu/actions-menu.ts"
2765
2784
  }
2766
2785
  },
2767
2786
  {
2768
2787
  "kind": "method",
2769
- "name": "clearSpeechApplyDebounce",
2770
- "privacy": "private",
2788
+ "name": "getTemplate",
2789
+ "parameters": [
2790
+ {
2791
+ "name": "prefix",
2792
+ "type": {
2793
+ "text": "string"
2794
+ }
2795
+ }
2796
+ ],
2771
2797
  "inheritedFrom": {
2772
- "name": "AiCriteriaSearch",
2773
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2798
+ "name": "ActionsMenu",
2799
+ "module": "src/actions-menu/actions-menu.ts"
2774
2800
  }
2775
2801
  },
2776
2802
  {
@@ -2884,55 +2910,37 @@
2884
2910
  "module": "src/foundation-element/foundation-element.ts"
2885
2911
  }
2886
2912
  }
2887
- ],
2888
- "events": [
2889
- {
2890
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2891
- "name": "criteria-changed",
2892
- "inheritedFrom": {
2893
- "name": "AiCriteriaSearch",
2894
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2895
- }
2896
- },
2897
- {
2898
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2899
- "name": "validation-errors",
2900
- "inheritedFrom": {
2901
- "name": "AiCriteriaSearch",
2902
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2903
- }
2904
- }
2905
2913
  ]
2906
2914
  },
2907
2915
  {
2908
2916
  "kind": "variable",
2909
- "name": "zeroAiCriteriaSearch",
2910
- "description": "The Zero AI Criteria Search",
2917
+ "name": "zeroActionsMenu",
2918
+ "description": "The Zero Actions Menu",
2911
2919
  "privacy": "public"
2912
2920
  }
2913
2921
  ],
2914
2922
  "exports": [
2915
2923
  {
2916
2924
  "kind": "js",
2917
- "name": "AiCriteriaSearch",
2925
+ "name": "ActionsMenu",
2918
2926
  "declaration": {
2919
- "name": "AiCriteriaSearch",
2920
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2927
+ "name": "ActionsMenu",
2928
+ "module": "src/actions-menu/actions-menu.ts"
2921
2929
  }
2922
2930
  },
2923
2931
  {
2924
2932
  "kind": "js",
2925
- "name": "zeroAiCriteriaSearch",
2933
+ "name": "zeroActionsMenu",
2926
2934
  "declaration": {
2927
- "name": "zeroAiCriteriaSearch",
2928
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2935
+ "name": "zeroActionsMenu",
2936
+ "module": "src/actions-menu/actions-menu.ts"
2929
2937
  }
2930
2938
  }
2931
2939
  ]
2932
2940
  },
2933
2941
  {
2934
2942
  "kind": "javascript-module",
2935
- "path": "src/ai-criteria-search/index.ts",
2943
+ "path": "src/actions-menu/index.ts",
2936
2944
  "declarations": [],
2937
2945
  "exports": [
2938
2946
  {
@@ -2940,15 +2948,7 @@
2940
2948
  "name": "*",
2941
2949
  "declaration": {
2942
2950
  "name": "*",
2943
- "package": "./ai-criteria-search"
2944
- }
2945
- },
2946
- {
2947
- "kind": "js",
2948
- "name": "*",
2949
- "declaration": {
2950
- "name": "*",
2951
- "package": "./ai-criteria-search.styles"
2951
+ "package": "./actions-menu"
2952
2952
  }
2953
2953
  },
2954
2954
  {
@@ -2956,7 +2956,7 @@
2956
2956
  "name": "*",
2957
2957
  "declaration": {
2958
2958
  "name": "*",
2959
- "package": "./ai-criteria-search.template"
2959
+ "package": "./actions-menu.styles"
2960
2960
  }
2961
2961
  }
2962
2962
  ]