@genesislcap/foundation-zero 14.493.1-alpha-8ff3328.0 → 14.495.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.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroAiCriteriaSearch,\n zeroAiIndicator,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroOptgroup,\n zeroPill,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroAiCriteriaSearch,\n zeroAiIndicator,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroOptgroup,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -460,14 +460,6 @@
460
460
  "package": "./overlays"
461
461
  }
462
462
  },
463
- {
464
- "kind": "js",
465
- "name": "*",
466
- "declaration": {
467
- "name": "*",
468
- "package": "./pill"
469
- }
470
- },
471
463
  {
472
464
  "kind": "js",
473
465
  "name": "*",
@@ -1780,25 +1772,46 @@
1780
1772
  },
1781
1773
  {
1782
1774
  "kind": "javascript-module",
1783
- "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",
1784
1797
  "declarations": [
1785
1798
  {
1786
1799
  "kind": "function",
1787
- "name": "zeroActionsMenuStyles",
1800
+ "name": "zeroAiCriteriaSearchTemplate",
1788
1801
  "return": {
1789
1802
  "type": {
1790
- "text": "ElementStyles"
1803
+ "text": "ViewTemplate<AiCriteriaSearch>"
1791
1804
  }
1792
1805
  },
1793
1806
  "parameters": [
1794
1807
  {
1795
- "name": "context",
1808
+ "name": "_context",
1796
1809
  "type": {
1797
1810
  "text": "ElementDefinitionContext"
1798
1811
  }
1799
1812
  },
1800
1813
  {
1801
- "name": "definition",
1814
+ "name": "_definition",
1802
1815
  "type": {
1803
1816
  "text": "FoundationElementDefinition"
1804
1817
  }
@@ -1809,383 +1822,347 @@
1809
1822
  "exports": [
1810
1823
  {
1811
1824
  "kind": "js",
1812
- "name": "zeroActionsMenuStyles",
1825
+ "name": "zeroAiCriteriaSearchTemplate",
1813
1826
  "declaration": {
1814
- "name": "zeroActionsMenuStyles",
1815
- "module": "src/actions-menu/actions-menu.styles.ts"
1827
+ "name": "zeroAiCriteriaSearchTemplate",
1828
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1816
1829
  }
1817
1830
  }
1818
1831
  ]
1819
1832
  },
1820
1833
  {
1821
1834
  "kind": "javascript-module",
1822
- "path": "src/actions-menu/actions-menu.ts",
1835
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
1823
1836
  "declarations": [
1824
1837
  {
1825
1838
  "kind": "class",
1826
1839
  "description": "",
1827
- "name": "ActionsMenu",
1840
+ "name": "AiCriteriaSearch",
1828
1841
  "superclass": {
1829
- "name": "FoundationActionsMenu",
1842
+ "name": "FoundationAiCriteriaSearch",
1830
1843
  "package": "@genesislcap/foundation-ui"
1831
1844
  },
1832
- "tagName": "%%prefix%%-actions-menu",
1845
+ "tagName": "%%prefix%%-ai-criteria-search",
1833
1846
  "customElement": true,
1834
1847
  "attributes": [
1835
1848
  {
1836
- "name": "is-vertical",
1849
+ "name": "placeholder",
1837
1850
  "type": {
1838
- "text": "boolean"
1851
+ "text": "string"
1839
1852
  },
1840
- "default": "false",
1841
- "fieldName": "isVertical",
1853
+ "default": "'Describe your search criteria in natural language...'",
1854
+ "fieldName": "placeholder",
1842
1855
  "inheritedFrom": {
1843
- "name": "ActionsMenu",
1844
- "module": "src/actions-menu/actions-menu.ts"
1856
+ "name": "AiCriteriaSearch",
1857
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1845
1858
  }
1846
1859
  },
1847
1860
  {
1848
- "name": "add-default-actions",
1849
1861
  "type": {
1850
1862
  "text": "boolean"
1851
1863
  },
1852
- "default": "true",
1853
- "fieldName": "addDefaultActions",
1864
+ "fieldName": "disabled",
1854
1865
  "inheritedFrom": {
1855
- "name": "ActionsMenu",
1856
- "module": "src/actions-menu/actions-menu.ts"
1866
+ "name": "AiCriteriaSearch",
1867
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1857
1868
  }
1858
- },
1869
+ }
1870
+ ],
1871
+ "members": [
1859
1872
  {
1860
- "name": "auto-close-on-action",
1873
+ "kind": "field",
1874
+ "name": "providerRegistry",
1861
1875
  "type": {
1862
- "text": "boolean"
1876
+ "text": "AIProviderRegistry"
1863
1877
  },
1864
- "default": "true",
1865
- "fieldName": "autoCloseOnAction",
1866
1878
  "inheritedFrom": {
1867
- "name": "ActionsMenu",
1868
- "module": "src/actions-menu/actions-menu.ts"
1879
+ "name": "AiCriteriaSearch",
1880
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1869
1881
  }
1870
1882
  },
1871
1883
  {
1872
- "name": "name",
1884
+ "kind": "field",
1885
+ "name": "placeholder",
1873
1886
  "type": {
1874
1887
  "text": "string"
1875
1888
  },
1876
- "default": "'Actions'",
1877
- "fieldName": "name",
1889
+ "default": "'Describe your search criteria in natural language...'",
1878
1890
  "inheritedFrom": {
1879
- "name": "ActionsMenu",
1880
- "module": "src/actions-menu/actions-menu.ts"
1891
+ "name": "AiCriteriaSearch",
1892
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1881
1893
  }
1882
1894
  },
1883
1895
  {
1884
- "name": "open",
1896
+ "kind": "field",
1897
+ "name": "disabled",
1885
1898
  "type": {
1886
1899
  "text": "boolean"
1887
1900
  },
1888
- "default": "false",
1889
- "fieldName": "open",
1890
1901
  "inheritedFrom": {
1891
- "name": "ActionsMenu",
1892
- "module": "src/actions-menu/actions-menu.ts"
1902
+ "name": "AiCriteriaSearch",
1903
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1893
1904
  }
1894
1905
  },
1895
1906
  {
1896
- "name": "buttonAppearance",
1907
+ "kind": "field",
1908
+ "name": "inputValue",
1897
1909
  "type": {
1898
1910
  "text": "string"
1899
1911
  },
1900
- "fieldName": "buttonAppearance",
1912
+ "default": "''",
1901
1913
  "inheritedFrom": {
1902
- "name": "ActionsMenu",
1903
- "module": "src/actions-menu/actions-menu.ts"
1914
+ "name": "AiCriteriaSearch",
1915
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1904
1916
  }
1905
1917
  },
1906
1918
  {
1907
- "name": "hide-disabled",
1919
+ "kind": "field",
1920
+ "name": "isInterpreting",
1908
1921
  "type": {
1909
1922
  "text": "boolean"
1910
1923
  },
1911
1924
  "default": "false",
1912
- "fieldName": "hideDisabled",
1913
1925
  "inheritedFrom": {
1914
- "name": "ActionsMenu",
1915
- "module": "src/actions-menu/actions-menu.ts"
1926
+ "name": "AiCriteriaSearch",
1927
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1916
1928
  }
1917
1929
  },
1918
1930
  {
1919
- "name": "hide-menu-single-option",
1931
+ "kind": "field",
1932
+ "name": "lastValidCriteria",
1920
1933
  "type": {
1921
- "text": "boolean"
1934
+ "text": "string | null"
1922
1935
  },
1923
- "default": "false",
1924
- "fieldName": "hideMenuSingleOption",
1936
+ "default": "null",
1925
1937
  "inheritedFrom": {
1926
- "name": "ActionsMenu",
1927
- "module": "src/actions-menu/actions-menu.ts"
1938
+ "name": "AiCriteriaSearch",
1939
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1928
1940
  }
1929
- }
1930
- ],
1931
- "members": [
1941
+ },
1932
1942
  {
1933
1943
  "kind": "field",
1934
- "name": "actions",
1944
+ "name": "activeGroups",
1935
1945
  "type": {
1936
- "text": "ActionMenuItem[]"
1946
+ "text": "CriteriaGroup[]"
1937
1947
  },
1948
+ "default": "[]",
1938
1949
  "inheritedFrom": {
1939
- "name": "ActionsMenu",
1940
- "module": "src/actions-menu/actions-menu.ts"
1950
+ "name": "AiCriteriaSearch",
1951
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1941
1952
  }
1942
1953
  },
1943
1954
  {
1944
1955
  "kind": "field",
1945
- "name": "isVertical",
1956
+ "name": "showingChips",
1946
1957
  "type": {
1947
1958
  "text": "boolean"
1948
1959
  },
1949
1960
  "default": "false",
1950
1961
  "inheritedFrom": {
1951
- "name": "ActionsMenu",
1952
- "module": "src/actions-menu/actions-menu.ts"
1962
+ "name": "AiCriteriaSearch",
1963
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1953
1964
  }
1954
1965
  },
1955
1966
  {
1956
1967
  "kind": "field",
1957
- "name": "addDefaultActions",
1968
+ "name": "fieldMetadata",
1958
1969
  "type": {
1959
- "text": "boolean"
1970
+ "text": "MetadataDetail[] | string[]"
1960
1971
  },
1961
- "default": "true",
1972
+ "default": "[]",
1962
1973
  "inheritedFrom": {
1963
- "name": "ActionsMenu",
1964
- "module": "src/actions-menu/actions-menu.ts"
1974
+ "name": "AiCriteriaSearch",
1975
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1965
1976
  }
1966
1977
  },
1967
1978
  {
1968
1979
  "kind": "field",
1969
- "name": "autoCloseOnAction",
1980
+ "name": "isRecording",
1970
1981
  "type": {
1971
1982
  "text": "boolean"
1972
1983
  },
1973
- "default": "true",
1984
+ "default": "false",
1974
1985
  "inheritedFrom": {
1975
- "name": "ActionsMenu",
1976
- "module": "src/actions-menu/actions-menu.ts"
1986
+ "name": "AiCriteriaSearch",
1987
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1977
1988
  }
1978
1989
  },
1979
1990
  {
1980
1991
  "kind": "field",
1981
- "name": "classNames",
1992
+ "name": "textAreaRef",
1982
1993
  "type": {
1983
- "text": "string"
1994
+ "text": "HTMLTextAreaElement"
1984
1995
  },
1996
+ "privacy": "public",
1985
1997
  "inheritedFrom": {
1986
- "name": "ActionsMenu",
1987
- "module": "src/actions-menu/actions-menu.ts"
1998
+ "name": "AiCriteriaSearch",
1999
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1988
2000
  }
1989
2001
  },
1990
2002
  {
1991
2003
  "kind": "field",
1992
- "name": "definition",
2004
+ "name": "stopRecording",
1993
2005
  "type": {
1994
- "text": "any"
2006
+ "text": "(() => void) | null"
1995
2007
  },
2008
+ "privacy": "private",
2009
+ "default": "null",
1996
2010
  "inheritedFrom": {
1997
- "name": "ActionsMenu",
1998
- "module": "src/actions-menu/actions-menu.ts"
2011
+ "name": "AiCriteriaSearch",
2012
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1999
2013
  }
2000
2014
  },
2001
2015
  {
2002
2016
  "kind": "field",
2003
- "name": "name",
2017
+ "name": "speechApplyDebounceTimer",
2004
2018
  "type": {
2005
- "text": "string"
2019
+ "text": "ReturnType<typeof setTimeout> | null"
2006
2020
  },
2007
- "default": "'Actions'",
2021
+ "privacy": "private",
2022
+ "default": "null",
2008
2023
  "inheritedFrom": {
2009
- "name": "ActionsMenu",
2010
- "module": "src/actions-menu/actions-menu.ts"
2024
+ "name": "AiCriteriaSearch",
2025
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2011
2026
  }
2012
2027
  },
2013
2028
  {
2014
2029
  "kind": "field",
2015
- "name": "open",
2030
+ "name": "speechAvailable",
2016
2031
  "type": {
2017
2032
  "text": "boolean"
2018
2033
  },
2019
- "default": "false",
2034
+ "readonly": true,
2020
2035
  "inheritedFrom": {
2021
- "name": "ActionsMenu",
2022
- "module": "src/actions-menu/actions-menu.ts"
2036
+ "name": "AiCriteriaSearch",
2037
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2023
2038
  }
2024
2039
  },
2025
2040
  {
2026
2041
  "kind": "field",
2027
- "name": "buttonAppearance",
2042
+ "name": "criteriaChips",
2028
2043
  "type": {
2029
- "text": "string"
2044
+ "text": "CriteriaChip[]"
2030
2045
  },
2046
+ "readonly": true,
2031
2047
  "inheritedFrom": {
2032
- "name": "ActionsMenu",
2033
- "module": "src/actions-menu/actions-menu.ts"
2048
+ "name": "AiCriteriaSearch",
2049
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2034
2050
  }
2035
2051
  },
2036
2052
  {
2037
- "kind": "field",
2038
- "name": "hideDisabled",
2039
- "type": {
2040
- "text": "boolean"
2053
+ "kind": "method",
2054
+ "name": "getFieldLabel",
2055
+ "privacy": "private",
2056
+ "return": {
2057
+ "type": {
2058
+ "text": "string"
2059
+ }
2041
2060
  },
2042
- "default": "false",
2061
+ "parameters": [
2062
+ {
2063
+ "name": "fieldName",
2064
+ "type": {
2065
+ "text": "string"
2066
+ }
2067
+ }
2068
+ ],
2043
2069
  "inheritedFrom": {
2044
- "name": "ActionsMenu",
2045
- "module": "src/actions-menu/actions-menu.ts"
2070
+ "name": "AiCriteriaSearch",
2071
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2046
2072
  }
2047
2073
  },
2048
2074
  {
2049
- "kind": "field",
2050
- "name": "hideMenuSingleOption",
2051
- "type": {
2052
- "text": "boolean"
2075
+ "kind": "method",
2076
+ "name": "toggleCriteriaView",
2077
+ "return": {
2078
+ "type": {
2079
+ "text": "void"
2080
+ }
2053
2081
  },
2054
- "default": "false",
2055
2082
  "inheritedFrom": {
2056
- "name": "ActionsMenu",
2057
- "module": "src/actions-menu/actions-menu.ts"
2058
- }
2059
- },
2060
- {
2061
- "kind": "field",
2062
- "name": "singleOption",
2063
- "type": {
2064
- "text": "ActionMenuItem"
2065
- },
2066
- "inheritedFrom": {
2067
- "name": "ActionsMenu",
2068
- "module": "src/actions-menu/actions-menu.ts"
2069
- }
2070
- },
2071
- {
2072
- "kind": "field",
2073
- "name": "actionsMenu",
2074
- "type": {
2075
- "text": "HTMLElement"
2076
- },
2077
- "inheritedFrom": {
2078
- "name": "ActionsMenu",
2079
- "module": "src/actions-menu/actions-menu.ts"
2083
+ "name": "AiCriteriaSearch",
2084
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2080
2085
  }
2081
2086
  },
2082
2087
  {
2083
2088
  "kind": "method",
2084
- "name": "definitionChanged",
2085
- "privacy": "protected",
2089
+ "name": "removeChip",
2090
+ "return": {
2091
+ "type": {
2092
+ "text": "void"
2093
+ }
2094
+ },
2086
2095
  "parameters": [
2087
2096
  {
2088
- "name": "oldValue",
2097
+ "name": "groupIndex",
2089
2098
  "type": {
2090
- "text": "any"
2099
+ "text": "number"
2091
2100
  }
2092
2101
  },
2093
2102
  {
2094
- "name": "newValue",
2103
+ "name": "clauseIndex",
2095
2104
  "type": {
2096
- "text": "any"
2105
+ "text": "number"
2097
2106
  }
2098
2107
  }
2099
2108
  ],
2100
2109
  "inheritedFrom": {
2101
- "name": "ActionsMenu",
2102
- "module": "src/actions-menu/actions-menu.ts"
2110
+ "name": "AiCriteriaSearch",
2111
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2103
2112
  }
2104
2113
  },
2105
2114
  {
2106
2115
  "kind": "method",
2107
- "name": "openChanged",
2108
- "privacy": "protected",
2116
+ "name": "clearChips",
2117
+ "return": {
2118
+ "type": {
2119
+ "text": "void"
2120
+ }
2121
+ },
2109
2122
  "inheritedFrom": {
2110
- "name": "ActionsMenu",
2111
- "module": "src/actions-menu/actions-menu.ts"
2123
+ "name": "AiCriteriaSearch",
2124
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2112
2125
  }
2113
2126
  },
2114
2127
  {
2115
2128
  "kind": "method",
2116
- "name": "toggleActionsMenuVisibility",
2129
+ "name": "handleSubmit",
2117
2130
  "inheritedFrom": {
2118
- "name": "ActionsMenu",
2119
- "module": "src/actions-menu/actions-menu.ts"
2131
+ "name": "AiCriteriaSearch",
2132
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2120
2133
  }
2121
2134
  },
2122
2135
  {
2123
2136
  "kind": "method",
2124
- "name": "onActionMenuItemClick",
2125
- "parameters": [
2126
- {
2127
- "name": "callback",
2128
- "type": {
2129
- "text": "(rowData) => void | any"
2130
- }
2131
- }
2132
- ],
2133
- "inheritedFrom": {
2134
- "name": "ActionsMenu",
2135
- "module": "src/actions-menu/actions-menu.ts"
2136
- }
2137
- },
2138
- {
2139
- "kind": "field",
2140
- "name": "allActions",
2141
- "type": {
2142
- "text": "ActionMenuItem[]"
2143
- },
2144
- "readonly": true,
2137
+ "name": "handleBlur",
2145
2138
  "inheritedFrom": {
2146
- "name": "ActionsMenu",
2147
- "module": "src/actions-menu/actions-menu.ts"
2139
+ "name": "AiCriteriaSearch",
2140
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2148
2141
  }
2149
2142
  },
2150
2143
  {
2151
- "kind": "field",
2152
- "name": "rowData",
2153
- "readonly": true,
2144
+ "kind": "method",
2145
+ "name": "clear",
2154
2146
  "inheritedFrom": {
2155
- "name": "ActionsMenu",
2156
- "module": "src/actions-menu/actions-menu.ts"
2147
+ "name": "AiCriteriaSearch",
2148
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2157
2149
  }
2158
2150
  },
2159
2151
  {
2160
2152
  "kind": "method",
2161
- "name": "getLabel",
2162
- "parameters": [
2163
- {
2164
- "name": "name",
2165
- "type": {
2166
- "text": "string | ((rowData: any) => string)"
2167
- }
2168
- }
2169
- ],
2153
+ "name": "toggleSpeechInput",
2170
2154
  "inheritedFrom": {
2171
- "name": "ActionsMenu",
2172
- "module": "src/actions-menu/actions-menu.ts"
2155
+ "name": "AiCriteriaSearch",
2156
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2173
2157
  }
2174
2158
  },
2175
2159
  {
2176
2160
  "kind": "method",
2177
- "name": "getTemplate",
2178
- "parameters": [
2179
- {
2180
- "name": "prefix",
2181
- "type": {
2182
- "text": "string"
2183
- }
2184
- }
2185
- ],
2161
+ "name": "clearSpeechApplyDebounce",
2162
+ "privacy": "private",
2186
2163
  "inheritedFrom": {
2187
- "name": "ActionsMenu",
2188
- "module": "src/actions-menu/actions-menu.ts"
2164
+ "name": "AiCriteriaSearch",
2165
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2189
2166
  }
2190
2167
  },
2191
2168
  {
@@ -2299,37 +2276,55 @@
2299
2276
  "module": "src/foundation-element/foundation-element.ts"
2300
2277
  }
2301
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
+ }
2302
2297
  ]
2303
2298
  },
2304
2299
  {
2305
2300
  "kind": "variable",
2306
- "name": "zeroActionsMenu",
2307
- "description": "The Zero Actions Menu",
2301
+ "name": "zeroAiCriteriaSearch",
2302
+ "description": "The Zero AI Criteria Search",
2308
2303
  "privacy": "public"
2309
2304
  }
2310
2305
  ],
2311
2306
  "exports": [
2312
2307
  {
2313
2308
  "kind": "js",
2314
- "name": "ActionsMenu",
2309
+ "name": "AiCriteriaSearch",
2315
2310
  "declaration": {
2316
- "name": "ActionsMenu",
2317
- "module": "src/actions-menu/actions-menu.ts"
2311
+ "name": "AiCriteriaSearch",
2312
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2318
2313
  }
2319
2314
  },
2320
2315
  {
2321
2316
  "kind": "js",
2322
- "name": "zeroActionsMenu",
2317
+ "name": "zeroAiCriteriaSearch",
2323
2318
  "declaration": {
2324
- "name": "zeroActionsMenu",
2325
- "module": "src/actions-menu/actions-menu.ts"
2319
+ "name": "zeroAiCriteriaSearch",
2320
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2326
2321
  }
2327
2322
  }
2328
2323
  ]
2329
2324
  },
2330
2325
  {
2331
2326
  "kind": "javascript-module",
2332
- "path": "src/actions-menu/index.ts",
2327
+ "path": "src/ai-criteria-search/index.ts",
2333
2328
  "declarations": [],
2334
2329
  "exports": [
2335
2330
  {
@@ -2337,7 +2332,7 @@
2337
2332
  "name": "*",
2338
2333
  "declaration": {
2339
2334
  "name": "*",
2340
- "package": "./actions-menu"
2335
+ "package": "./ai-criteria-search"
2341
2336
  }
2342
2337
  },
2343
2338
  {
@@ -2345,53 +2340,40 @@
2345
2340
  "name": "*",
2346
2341
  "declaration": {
2347
2342
  "name": "*",
2348
- "package": "./actions-menu.styles"
2343
+ "package": "./ai-criteria-search.styles"
2349
2344
  }
2350
- }
2351
- ]
2352
- },
2353
- {
2354
- "kind": "javascript-module",
2355
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2356
- "declarations": [
2357
- {
2358
- "kind": "variable",
2359
- "name": "zeroAiCriteriaSearchStyles",
2360
- "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
2361
- }
2362
- ],
2363
- "exports": [
2345
+ },
2364
2346
  {
2365
2347
  "kind": "js",
2366
- "name": "zeroAiCriteriaSearchStyles",
2348
+ "name": "*",
2367
2349
  "declaration": {
2368
- "name": "zeroAiCriteriaSearchStyles",
2369
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2350
+ "name": "*",
2351
+ "package": "./ai-criteria-search.template"
2370
2352
  }
2371
2353
  }
2372
2354
  ]
2373
2355
  },
2374
2356
  {
2375
2357
  "kind": "javascript-module",
2376
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2358
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2377
2359
  "declarations": [
2378
2360
  {
2379
2361
  "kind": "function",
2380
- "name": "zeroAiCriteriaSearchTemplate",
2362
+ "name": "zeroAiIndicatorStyles",
2381
2363
  "return": {
2382
2364
  "type": {
2383
- "text": "ViewTemplate<AiCriteriaSearch>"
2365
+ "text": "ElementStyles"
2384
2366
  }
2385
2367
  },
2386
2368
  "parameters": [
2387
2369
  {
2388
- "name": "_context",
2370
+ "name": "context",
2389
2371
  "type": {
2390
2372
  "text": "ElementDefinitionContext"
2391
2373
  }
2392
2374
  },
2393
2375
  {
2394
- "name": "_definition",
2376
+ "name": "definition",
2395
2377
  "type": {
2396
2378
  "text": "FoundationElementDefinition"
2397
2379
  }
@@ -2402,347 +2384,286 @@
2402
2384
  "exports": [
2403
2385
  {
2404
2386
  "kind": "js",
2405
- "name": "zeroAiCriteriaSearchTemplate",
2387
+ "name": "zeroAiIndicatorStyles",
2406
2388
  "declaration": {
2407
- "name": "zeroAiCriteriaSearchTemplate",
2408
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2389
+ "name": "zeroAiIndicatorStyles",
2390
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2409
2391
  }
2410
2392
  }
2411
2393
  ]
2412
2394
  },
2413
2395
  {
2414
2396
  "kind": "javascript-module",
2415
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
2397
+ "path": "src/ai-indicator/ai-indicator.ts",
2416
2398
  "declarations": [
2417
2399
  {
2418
2400
  "kind": "class",
2419
2401
  "description": "",
2420
- "name": "AiCriteriaSearch",
2402
+ "name": "AiIndicator",
2421
2403
  "superclass": {
2422
- "name": "FoundationAiCriteriaSearch",
2404
+ "name": "FoundationAiIndicator",
2423
2405
  "package": "@genesislcap/foundation-ui"
2424
2406
  },
2425
- "tagName": "%%prefix%%-ai-criteria-search",
2407
+ "tagName": "%%prefix%%-ai-indicator",
2426
2408
  "customElement": true,
2427
- "attributes": [
2409
+ "members": [
2428
2410
  {
2429
- "name": "placeholder",
2411
+ "kind": "field",
2412
+ "name": "providerRegistry",
2430
2413
  "type": {
2431
- "text": "string"
2414
+ "text": "AIProviderRegistry"
2432
2415
  },
2433
- "default": "'Describe your search criteria in natural language...'",
2434
- "fieldName": "placeholder",
2435
2416
  "inheritedFrom": {
2436
- "name": "AiCriteriaSearch",
2437
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2417
+ "name": "AiIndicator",
2418
+ "module": "src/ai-indicator/ai-indicator.ts"
2438
2419
  }
2439
2420
  },
2440
2421
  {
2422
+ "kind": "field",
2423
+ "name": "aiProvider",
2441
2424
  "type": {
2442
- "text": "boolean"
2425
+ "text": "AIProvider | undefined"
2443
2426
  },
2444
- "fieldName": "disabled",
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,
2445
2430
  "inheritedFrom": {
2446
- "name": "AiCriteriaSearch",
2447
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2431
+ "name": "AiIndicator",
2432
+ "module": "src/ai-indicator/ai-indicator.ts"
2448
2433
  }
2449
- }
2450
- ],
2451
- "members": [
2434
+ },
2452
2435
  {
2453
2436
  "kind": "field",
2454
- "name": "providerRegistry",
2437
+ "name": "status",
2455
2438
  "type": {
2456
- "text": "AIProviderRegistry"
2439
+ "text": "AIStatus | null"
2457
2440
  },
2441
+ "default": "null",
2458
2442
  "inheritedFrom": {
2459
- "name": "AiCriteriaSearch",
2460
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2443
+ "name": "AiIndicator",
2444
+ "module": "src/ai-indicator/ai-indicator.ts"
2461
2445
  }
2462
2446
  },
2463
2447
  {
2464
2448
  "kind": "field",
2465
- "name": "placeholder",
2449
+ "name": "open",
2466
2450
  "type": {
2467
- "text": "string"
2451
+ "text": "boolean"
2468
2452
  },
2469
- "default": "'Describe your search criteria in natural language...'",
2453
+ "default": "false",
2470
2454
  "inheritedFrom": {
2471
- "name": "AiCriteriaSearch",
2472
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2473
- }
2474
- },
2475
- {
2476
- "kind": "field",
2477
- "name": "disabled",
2478
- "type": {
2479
- "text": "boolean"
2480
- },
2481
- "inheritedFrom": {
2482
- "name": "AiCriteriaSearch",
2483
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2455
+ "name": "AiIndicator",
2456
+ "module": "src/ai-indicator/ai-indicator.ts"
2484
2457
  }
2485
2458
  },
2486
2459
  {
2487
2460
  "kind": "field",
2488
- "name": "inputValue",
2461
+ "name": "state",
2489
2462
  "type": {
2490
- "text": "string"
2463
+ "text": "AIIndicatorState"
2491
2464
  },
2492
- "default": "''",
2465
+ "default": "'none'",
2493
2466
  "inheritedFrom": {
2494
- "name": "AiCriteriaSearch",
2495
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2467
+ "name": "AiIndicator",
2468
+ "module": "src/ai-indicator/ai-indicator.ts"
2496
2469
  }
2497
2470
  },
2498
2471
  {
2499
2472
  "kind": "field",
2500
- "name": "isInterpreting",
2473
+ "name": "isInstalling",
2501
2474
  "type": {
2502
2475
  "text": "boolean"
2503
2476
  },
2504
2477
  "default": "false",
2505
2478
  "inheritedFrom": {
2506
- "name": "AiCriteriaSearch",
2507
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2479
+ "name": "AiIndicator",
2480
+ "module": "src/ai-indicator/ai-indicator.ts"
2508
2481
  }
2509
2482
  },
2510
2483
  {
2511
2484
  "kind": "field",
2512
- "name": "lastValidCriteria",
2485
+ "name": "pollTimer",
2513
2486
  "type": {
2514
- "text": "string | null"
2487
+ "text": "ReturnType<typeof setInterval> | null"
2515
2488
  },
2489
+ "privacy": "private",
2516
2490
  "default": "null",
2517
2491
  "inheritedFrom": {
2518
- "name": "AiCriteriaSearch",
2519
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2520
- }
2521
- },
2522
- {
2523
- "kind": "field",
2524
- "name": "activeGroups",
2525
- "type": {
2526
- "text": "CriteriaGroup[]"
2527
- },
2528
- "default": "[]",
2529
- "inheritedFrom": {
2530
- "name": "AiCriteriaSearch",
2531
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2492
+ "name": "AiIndicator",
2493
+ "module": "src/ai-indicator/ai-indicator.ts"
2532
2494
  }
2533
2495
  },
2534
2496
  {
2535
2497
  "kind": "field",
2536
- "name": "showingChips",
2537
- "type": {
2538
- "text": "boolean"
2539
- },
2540
- "default": "false",
2498
+ "name": "clickOutside",
2499
+ "privacy": "private",
2541
2500
  "inheritedFrom": {
2542
- "name": "AiCriteriaSearch",
2543
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2501
+ "name": "AiIndicator",
2502
+ "module": "src/ai-indicator/ai-indicator.ts"
2544
2503
  }
2545
2504
  },
2546
2505
  {
2547
2506
  "kind": "field",
2548
- "name": "fieldMetadata",
2507
+ "name": "chromeStatusLabel",
2549
2508
  "type": {
2550
- "text": "MetadataDetail[] | string[]"
2509
+ "text": "string | null"
2551
2510
  },
2552
- "default": "[]",
2511
+ "readonly": true,
2553
2512
  "inheritedFrom": {
2554
- "name": "AiCriteriaSearch",
2555
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2513
+ "name": "AiIndicator",
2514
+ "module": "src/ai-indicator/ai-indicator.ts"
2556
2515
  }
2557
2516
  },
2558
2517
  {
2559
2518
  "kind": "field",
2560
- "name": "isRecording",
2519
+ "name": "canInstall",
2561
2520
  "type": {
2562
2521
  "text": "boolean"
2563
2522
  },
2564
- "default": "false",
2523
+ "readonly": true,
2565
2524
  "inheritedFrom": {
2566
- "name": "AiCriteriaSearch",
2567
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2525
+ "name": "AiIndicator",
2526
+ "module": "src/ai-indicator/ai-indicator.ts"
2568
2527
  }
2569
2528
  },
2570
2529
  {
2571
2530
  "kind": "field",
2572
- "name": "textAreaRef",
2531
+ "name": "isDownloading",
2573
2532
  "type": {
2574
- "text": "HTMLTextAreaElement"
2533
+ "text": "boolean"
2575
2534
  },
2576
- "privacy": "public",
2535
+ "readonly": true,
2577
2536
  "inheritedFrom": {
2578
- "name": "AiCriteriaSearch",
2579
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2537
+ "name": "AiIndicator",
2538
+ "module": "src/ai-indicator/ai-indicator.ts"
2580
2539
  }
2581
2540
  },
2582
2541
  {
2583
- "kind": "field",
2584
- "name": "stopRecording",
2585
- "type": {
2586
- "text": "(() => void) | null"
2542
+ "kind": "method",
2543
+ "name": "openChanged",
2544
+ "return": {
2545
+ "type": {
2546
+ "text": "void"
2547
+ }
2587
2548
  },
2588
- "privacy": "private",
2589
- "default": "null",
2590
2549
  "inheritedFrom": {
2591
- "name": "AiCriteriaSearch",
2592
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2550
+ "name": "AiIndicator",
2551
+ "module": "src/ai-indicator/ai-indicator.ts"
2593
2552
  }
2594
2553
  },
2595
2554
  {
2596
- "kind": "field",
2597
- "name": "speechApplyDebounceTimer",
2598
- "type": {
2599
- "text": "ReturnType<typeof setTimeout> | null"
2600
- },
2555
+ "kind": "method",
2556
+ "name": "handleClickOutside",
2601
2557
  "privacy": "private",
2602
- "default": "null",
2558
+ "parameters": [
2559
+ {
2560
+ "name": "event",
2561
+ "type": {
2562
+ "text": "MouseEvent"
2563
+ }
2564
+ }
2565
+ ],
2603
2566
  "inheritedFrom": {
2604
- "name": "AiCriteriaSearch",
2605
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2567
+ "name": "AiIndicator",
2568
+ "module": "src/ai-indicator/ai-indicator.ts"
2606
2569
  }
2607
2570
  },
2608
2571
  {
2609
- "kind": "field",
2610
- "name": "speechAvailable",
2611
- "type": {
2612
- "text": "boolean"
2613
- },
2614
- "readonly": true,
2572
+ "kind": "method",
2573
+ "name": "toggleDropdown",
2615
2574
  "inheritedFrom": {
2616
- "name": "AiCriteriaSearch",
2617
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2575
+ "name": "AiIndicator",
2576
+ "module": "src/ai-indicator/ai-indicator.ts"
2618
2577
  }
2619
2578
  },
2620
2579
  {
2621
- "kind": "field",
2622
- "name": "criteriaChips",
2623
- "type": {
2624
- "text": "CriteriaChip[]"
2580
+ "kind": "method",
2581
+ "name": "refreshStatus",
2582
+ "return": {
2583
+ "type": {
2584
+ "text": "Promise<void>"
2585
+ }
2625
2586
  },
2626
- "readonly": true,
2627
2587
  "inheritedFrom": {
2628
- "name": "AiCriteriaSearch",
2629
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2588
+ "name": "AiIndicator",
2589
+ "module": "src/ai-indicator/ai-indicator.ts"
2630
2590
  }
2631
2591
  },
2632
2592
  {
2633
2593
  "kind": "method",
2634
- "name": "getFieldLabel",
2594
+ "name": "deriveState",
2635
2595
  "privacy": "private",
2636
2596
  "return": {
2637
2597
  "type": {
2638
- "text": "string"
2598
+ "text": "AIIndicatorState"
2639
2599
  }
2640
2600
  },
2641
2601
  "parameters": [
2642
2602
  {
2643
- "name": "fieldName",
2603
+ "name": "s",
2644
2604
  "type": {
2645
- "text": "string"
2605
+ "text": "AIStatus | null"
2646
2606
  }
2647
2607
  }
2648
2608
  ],
2649
2609
  "inheritedFrom": {
2650
- "name": "AiCriteriaSearch",
2651
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2610
+ "name": "AiIndicator",
2611
+ "module": "src/ai-indicator/ai-indicator.ts"
2652
2612
  }
2653
2613
  },
2654
2614
  {
2655
2615
  "kind": "method",
2656
- "name": "toggleCriteriaView",
2616
+ "name": "maybeStartPolling",
2617
+ "privacy": "private",
2657
2618
  "return": {
2658
2619
  "type": {
2659
2620
  "text": "void"
2660
2621
  }
2661
2622
  },
2662
2623
  "inheritedFrom": {
2663
- "name": "AiCriteriaSearch",
2664
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2624
+ "name": "AiIndicator",
2625
+ "module": "src/ai-indicator/ai-indicator.ts"
2665
2626
  }
2666
2627
  },
2667
2628
  {
2668
2629
  "kind": "method",
2669
- "name": "removeChip",
2630
+ "name": "startPolling",
2631
+ "privacy": "private",
2670
2632
  "return": {
2671
2633
  "type": {
2672
2634
  "text": "void"
2673
2635
  }
2674
2636
  },
2675
- "parameters": [
2676
- {
2677
- "name": "groupIndex",
2678
- "type": {
2679
- "text": "number"
2680
- }
2681
- },
2682
- {
2683
- "name": "clauseIndex",
2684
- "type": {
2685
- "text": "number"
2686
- }
2687
- }
2688
- ],
2689
2637
  "inheritedFrom": {
2690
- "name": "AiCriteriaSearch",
2691
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2638
+ "name": "AiIndicator",
2639
+ "module": "src/ai-indicator/ai-indicator.ts"
2692
2640
  }
2693
2641
  },
2694
2642
  {
2695
2643
  "kind": "method",
2696
- "name": "clearChips",
2644
+ "name": "stopPolling",
2645
+ "privacy": "private",
2697
2646
  "return": {
2698
2647
  "type": {
2699
2648
  "text": "void"
2700
2649
  }
2701
2650
  },
2702
2651
  "inheritedFrom": {
2703
- "name": "AiCriteriaSearch",
2704
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2705
- }
2706
- },
2707
- {
2708
- "kind": "method",
2709
- "name": "handleSubmit",
2710
- "inheritedFrom": {
2711
- "name": "AiCriteriaSearch",
2712
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2713
- }
2714
- },
2715
- {
2716
- "kind": "method",
2717
- "name": "handleBlur",
2718
- "inheritedFrom": {
2719
- "name": "AiCriteriaSearch",
2720
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2721
- }
2722
- },
2723
- {
2724
- "kind": "method",
2725
- "name": "clear",
2726
- "inheritedFrom": {
2727
- "name": "AiCriteriaSearch",
2728
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2729
- }
2730
- },
2731
- {
2732
- "kind": "method",
2733
- "name": "toggleSpeechInput",
2734
- "inheritedFrom": {
2735
- "name": "AiCriteriaSearch",
2736
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2652
+ "name": "AiIndicator",
2653
+ "module": "src/ai-indicator/ai-indicator.ts"
2737
2654
  }
2738
2655
  },
2739
2656
  {
2740
2657
  "kind": "method",
2741
- "name": "clearSpeechApplyDebounce",
2742
- "privacy": "private",
2658
+ "name": "onInstall",
2659
+ "return": {
2660
+ "type": {
2661
+ "text": "Promise<void>"
2662
+ }
2663
+ },
2743
2664
  "inheritedFrom": {
2744
- "name": "AiCriteriaSearch",
2745
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2665
+ "name": "AiIndicator",
2666
+ "module": "src/ai-indicator/ai-indicator.ts"
2746
2667
  }
2747
2668
  },
2748
2669
  {
@@ -2856,90 +2777,62 @@
2856
2777
  "module": "src/foundation-element/foundation-element.ts"
2857
2778
  }
2858
2779
  }
2859
- ],
2860
- "events": [
2861
- {
2862
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2863
- "name": "criteria-changed",
2864
- "inheritedFrom": {
2865
- "name": "AiCriteriaSearch",
2866
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2867
- }
2868
- },
2869
- {
2870
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2871
- "name": "validation-errors",
2872
- "inheritedFrom": {
2873
- "name": "AiCriteriaSearch",
2874
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2875
- }
2876
- }
2877
2780
  ]
2878
2781
  },
2879
2782
  {
2880
2783
  "kind": "variable",
2881
- "name": "zeroAiCriteriaSearch",
2882
- "description": "The Zero AI Criteria Search",
2883
- "privacy": "public"
2784
+ "name": "zeroAiIndicator"
2884
2785
  }
2885
2786
  ],
2886
2787
  "exports": [
2887
2788
  {
2888
2789
  "kind": "js",
2889
- "name": "AiCriteriaSearch",
2790
+ "name": "AiIndicator",
2890
2791
  "declaration": {
2891
- "name": "AiCriteriaSearch",
2892
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2792
+ "name": "AiIndicator",
2793
+ "module": "src/ai-indicator/ai-indicator.ts"
2893
2794
  }
2894
2795
  },
2895
2796
  {
2896
2797
  "kind": "js",
2897
- "name": "zeroAiCriteriaSearch",
2798
+ "name": "zeroAiIndicator",
2898
2799
  "declaration": {
2899
- "name": "zeroAiCriteriaSearch",
2900
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2800
+ "name": "zeroAiIndicator",
2801
+ "module": "src/ai-indicator/ai-indicator.ts"
2901
2802
  }
2902
2803
  }
2903
2804
  ]
2904
2805
  },
2905
2806
  {
2906
2807
  "kind": "javascript-module",
2907
- "path": "src/ai-criteria-search/index.ts",
2808
+ "path": "src/ai-indicator/index.ts",
2908
2809
  "declarations": [],
2909
2810
  "exports": [
2910
2811
  {
2911
2812
  "kind": "js",
2912
- "name": "*",
2913
- "declaration": {
2914
- "name": "*",
2915
- "package": "./ai-criteria-search"
2916
- }
2917
- },
2918
- {
2919
- "kind": "js",
2920
- "name": "*",
2813
+ "name": "AiIndicator",
2921
2814
  "declaration": {
2922
- "name": "*",
2923
- "package": "./ai-criteria-search.styles"
2815
+ "name": "AiIndicator",
2816
+ "module": "./ai-indicator"
2924
2817
  }
2925
2818
  },
2926
2819
  {
2927
2820
  "kind": "js",
2928
- "name": "*",
2821
+ "name": "zeroAiIndicator",
2929
2822
  "declaration": {
2930
- "name": "*",
2931
- "package": "./ai-criteria-search.template"
2823
+ "name": "zeroAiIndicator",
2824
+ "module": "./ai-indicator"
2932
2825
  }
2933
2826
  }
2934
2827
  ]
2935
2828
  },
2936
2829
  {
2937
2830
  "kind": "javascript-module",
2938
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2831
+ "path": "src/actions-menu/actions-menu.styles.ts",
2939
2832
  "declarations": [
2940
2833
  {
2941
2834
  "kind": "function",
2942
- "name": "zeroAiIndicatorStyles",
2835
+ "name": "zeroActionsMenuStyles",
2943
2836
  "return": {
2944
2837
  "type": {
2945
2838
  "text": "ElementStyles"
@@ -2964,286 +2857,383 @@
2964
2857
  "exports": [
2965
2858
  {
2966
2859
  "kind": "js",
2967
- "name": "zeroAiIndicatorStyles",
2860
+ "name": "zeroActionsMenuStyles",
2968
2861
  "declaration": {
2969
- "name": "zeroAiIndicatorStyles",
2970
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2862
+ "name": "zeroActionsMenuStyles",
2863
+ "module": "src/actions-menu/actions-menu.styles.ts"
2971
2864
  }
2972
2865
  }
2973
2866
  ]
2974
2867
  },
2975
2868
  {
2976
2869
  "kind": "javascript-module",
2977
- "path": "src/ai-indicator/ai-indicator.ts",
2870
+ "path": "src/actions-menu/actions-menu.ts",
2978
2871
  "declarations": [
2979
2872
  {
2980
2873
  "kind": "class",
2981
2874
  "description": "",
2982
- "name": "AiIndicator",
2875
+ "name": "ActionsMenu",
2983
2876
  "superclass": {
2984
- "name": "FoundationAiIndicator",
2877
+ "name": "FoundationActionsMenu",
2985
2878
  "package": "@genesislcap/foundation-ui"
2986
2879
  },
2987
- "tagName": "%%prefix%%-ai-indicator",
2880
+ "tagName": "%%prefix%%-actions-menu",
2988
2881
  "customElement": true,
2989
- "members": [
2882
+ "attributes": [
2990
2883
  {
2991
- "kind": "field",
2992
- "name": "providerRegistry",
2884
+ "name": "is-vertical",
2993
2885
  "type": {
2994
- "text": "AIProviderRegistry"
2886
+ "text": "boolean"
2995
2887
  },
2888
+ "default": "false",
2889
+ "fieldName": "isVertical",
2996
2890
  "inheritedFrom": {
2997
- "name": "AiIndicator",
2998
- "module": "src/ai-indicator/ai-indicator.ts"
2891
+ "name": "ActionsMenu",
2892
+ "module": "src/actions-menu/actions-menu.ts"
2999
2893
  }
3000
2894
  },
3001
2895
  {
3002
- "kind": "field",
3003
- "name": "aiProvider",
2896
+ "name": "add-default-actions",
3004
2897
  "type": {
3005
- "text": "AIProvider | undefined"
2898
+ "text": "boolean"
3006
2899
  },
3007
- "privacy": "private",
3008
- "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.",
3009
- "readonly": true,
2900
+ "default": "true",
2901
+ "fieldName": "addDefaultActions",
3010
2902
  "inheritedFrom": {
3011
- "name": "AiIndicator",
3012
- "module": "src/ai-indicator/ai-indicator.ts"
2903
+ "name": "ActionsMenu",
2904
+ "module": "src/actions-menu/actions-menu.ts"
3013
2905
  }
3014
2906
  },
3015
2907
  {
3016
- "kind": "field",
3017
- "name": "status",
2908
+ "name": "auto-close-on-action",
3018
2909
  "type": {
3019
- "text": "AIStatus | null"
2910
+ "text": "boolean"
3020
2911
  },
3021
- "default": "null",
2912
+ "default": "true",
2913
+ "fieldName": "autoCloseOnAction",
3022
2914
  "inheritedFrom": {
3023
- "name": "AiIndicator",
3024
- "module": "src/ai-indicator/ai-indicator.ts"
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"
3025
2929
  }
3026
2930
  },
3027
2931
  {
3028
- "kind": "field",
3029
2932
  "name": "open",
3030
2933
  "type": {
3031
2934
  "text": "boolean"
3032
2935
  },
3033
2936
  "default": "false",
2937
+ "fieldName": "open",
3034
2938
  "inheritedFrom": {
3035
- "name": "AiIndicator",
3036
- "module": "src/ai-indicator/ai-indicator.ts"
2939
+ "name": "ActionsMenu",
2940
+ "module": "src/actions-menu/actions-menu.ts"
3037
2941
  }
3038
2942
  },
3039
2943
  {
3040
- "kind": "field",
3041
- "name": "state",
2944
+ "name": "buttonAppearance",
3042
2945
  "type": {
3043
- "text": "AIIndicatorState"
2946
+ "text": "string"
3044
2947
  },
3045
- "default": "'none'",
2948
+ "fieldName": "buttonAppearance",
3046
2949
  "inheritedFrom": {
3047
- "name": "AiIndicator",
3048
- "module": "src/ai-indicator/ai-indicator.ts"
2950
+ "name": "ActionsMenu",
2951
+ "module": "src/actions-menu/actions-menu.ts"
3049
2952
  }
3050
2953
  },
3051
2954
  {
3052
- "kind": "field",
3053
- "name": "isInstalling",
2955
+ "name": "hide-disabled",
3054
2956
  "type": {
3055
2957
  "text": "boolean"
3056
2958
  },
3057
2959
  "default": "false",
2960
+ "fieldName": "hideDisabled",
3058
2961
  "inheritedFrom": {
3059
- "name": "AiIndicator",
3060
- "module": "src/ai-indicator/ai-indicator.ts"
2962
+ "name": "ActionsMenu",
2963
+ "module": "src/actions-menu/actions-menu.ts"
3061
2964
  }
3062
2965
  },
3063
2966
  {
3064
- "kind": "field",
3065
- "name": "pollTimer",
2967
+ "name": "hide-menu-single-option",
3066
2968
  "type": {
3067
- "text": "ReturnType<typeof setInterval> | null"
2969
+ "text": "boolean"
3068
2970
  },
3069
- "privacy": "private",
3070
- "default": "null",
2971
+ "default": "false",
2972
+ "fieldName": "hideMenuSingleOption",
3071
2973
  "inheritedFrom": {
3072
- "name": "AiIndicator",
3073
- "module": "src/ai-indicator/ai-indicator.ts"
2974
+ "name": "ActionsMenu",
2975
+ "module": "src/actions-menu/actions-menu.ts"
3074
2976
  }
3075
- },
2977
+ }
2978
+ ],
2979
+ "members": [
3076
2980
  {
3077
2981
  "kind": "field",
3078
- "name": "clickOutside",
3079
- "privacy": "private",
2982
+ "name": "actions",
2983
+ "type": {
2984
+ "text": "ActionMenuItem[]"
2985
+ },
3080
2986
  "inheritedFrom": {
3081
- "name": "AiIndicator",
3082
- "module": "src/ai-indicator/ai-indicator.ts"
2987
+ "name": "ActionsMenu",
2988
+ "module": "src/actions-menu/actions-menu.ts"
3083
2989
  }
3084
2990
  },
3085
2991
  {
3086
2992
  "kind": "field",
3087
- "name": "chromeStatusLabel",
2993
+ "name": "isVertical",
3088
2994
  "type": {
3089
- "text": "string | null"
2995
+ "text": "boolean"
3090
2996
  },
3091
- "readonly": true,
2997
+ "default": "false",
3092
2998
  "inheritedFrom": {
3093
- "name": "AiIndicator",
3094
- "module": "src/ai-indicator/ai-indicator.ts"
2999
+ "name": "ActionsMenu",
3000
+ "module": "src/actions-menu/actions-menu.ts"
3095
3001
  }
3096
3002
  },
3097
3003
  {
3098
3004
  "kind": "field",
3099
- "name": "canInstall",
3005
+ "name": "addDefaultActions",
3100
3006
  "type": {
3101
3007
  "text": "boolean"
3102
3008
  },
3103
- "readonly": true,
3009
+ "default": "true",
3104
3010
  "inheritedFrom": {
3105
- "name": "AiIndicator",
3106
- "module": "src/ai-indicator/ai-indicator.ts"
3011
+ "name": "ActionsMenu",
3012
+ "module": "src/actions-menu/actions-menu.ts"
3107
3013
  }
3108
3014
  },
3109
3015
  {
3110
3016
  "kind": "field",
3111
- "name": "isDownloading",
3017
+ "name": "autoCloseOnAction",
3112
3018
  "type": {
3113
3019
  "text": "boolean"
3114
3020
  },
3115
- "readonly": true,
3021
+ "default": "true",
3116
3022
  "inheritedFrom": {
3117
- "name": "AiIndicator",
3118
- "module": "src/ai-indicator/ai-indicator.ts"
3023
+ "name": "ActionsMenu",
3024
+ "module": "src/actions-menu/actions-menu.ts"
3119
3025
  }
3120
3026
  },
3121
3027
  {
3122
- "kind": "method",
3123
- "name": "openChanged",
3124
- "return": {
3125
- "type": {
3126
- "text": "void"
3127
- }
3028
+ "kind": "field",
3029
+ "name": "classNames",
3030
+ "type": {
3031
+ "text": "string"
3128
3032
  },
3129
3033
  "inheritedFrom": {
3130
- "name": "AiIndicator",
3131
- "module": "src/ai-indicator/ai-indicator.ts"
3034
+ "name": "ActionsMenu",
3035
+ "module": "src/actions-menu/actions-menu.ts"
3132
3036
  }
3133
3037
  },
3134
3038
  {
3135
- "kind": "method",
3136
- "name": "handleClickOutside",
3137
- "privacy": "private",
3138
- "parameters": [
3139
- {
3140
- "name": "event",
3141
- "type": {
3142
- "text": "MouseEvent"
3143
- }
3144
- }
3145
- ],
3039
+ "kind": "field",
3040
+ "name": "definition",
3041
+ "type": {
3042
+ "text": "any"
3043
+ },
3146
3044
  "inheritedFrom": {
3147
- "name": "AiIndicator",
3148
- "module": "src/ai-indicator/ai-indicator.ts"
3045
+ "name": "ActionsMenu",
3046
+ "module": "src/actions-menu/actions-menu.ts"
3149
3047
  }
3150
3048
  },
3151
3049
  {
3152
- "kind": "method",
3153
- "name": "toggleDropdown",
3050
+ "kind": "field",
3051
+ "name": "name",
3052
+ "type": {
3053
+ "text": "string"
3054
+ },
3055
+ "default": "'Actions'",
3154
3056
  "inheritedFrom": {
3155
- "name": "AiIndicator",
3156
- "module": "src/ai-indicator/ai-indicator.ts"
3057
+ "name": "ActionsMenu",
3058
+ "module": "src/actions-menu/actions-menu.ts"
3157
3059
  }
3158
3060
  },
3159
3061
  {
3160
- "kind": "method",
3161
- "name": "refreshStatus",
3162
- "return": {
3163
- "type": {
3164
- "text": "Promise<void>"
3165
- }
3062
+ "kind": "field",
3063
+ "name": "open",
3064
+ "type": {
3065
+ "text": "boolean"
3166
3066
  },
3067
+ "default": "false",
3167
3068
  "inheritedFrom": {
3168
- "name": "AiIndicator",
3169
- "module": "src/ai-indicator/ai-indicator.ts"
3069
+ "name": "ActionsMenu",
3070
+ "module": "src/actions-menu/actions-menu.ts"
3170
3071
  }
3171
3072
  },
3172
3073
  {
3173
- "kind": "method",
3174
- "name": "deriveState",
3175
- "privacy": "private",
3176
- "return": {
3177
- "type": {
3178
- "text": "AIIndicatorState"
3179
- }
3074
+ "kind": "field",
3075
+ "name": "buttonAppearance",
3076
+ "type": {
3077
+ "text": "string"
3078
+ },
3079
+ "inheritedFrom": {
3080
+ "name": "ActionsMenu",
3081
+ "module": "src/actions-menu/actions-menu.ts"
3082
+ }
3083
+ },
3084
+ {
3085
+ "kind": "field",
3086
+ "name": "hideDisabled",
3087
+ "type": {
3088
+ "text": "boolean"
3089
+ },
3090
+ "default": "false",
3091
+ "inheritedFrom": {
3092
+ "name": "ActionsMenu",
3093
+ "module": "src/actions-menu/actions-menu.ts"
3094
+ }
3095
+ },
3096
+ {
3097
+ "kind": "field",
3098
+ "name": "hideMenuSingleOption",
3099
+ "type": {
3100
+ "text": "boolean"
3101
+ },
3102
+ "default": "false",
3103
+ "inheritedFrom": {
3104
+ "name": "ActionsMenu",
3105
+ "module": "src/actions-menu/actions-menu.ts"
3106
+ }
3107
+ },
3108
+ {
3109
+ "kind": "field",
3110
+ "name": "singleOption",
3111
+ "type": {
3112
+ "text": "ActionMenuItem"
3113
+ },
3114
+ "inheritedFrom": {
3115
+ "name": "ActionsMenu",
3116
+ "module": "src/actions-menu/actions-menu.ts"
3117
+ }
3118
+ },
3119
+ {
3120
+ "kind": "field",
3121
+ "name": "actionsMenu",
3122
+ "type": {
3123
+ "text": "HTMLElement"
3180
3124
  },
3125
+ "inheritedFrom": {
3126
+ "name": "ActionsMenu",
3127
+ "module": "src/actions-menu/actions-menu.ts"
3128
+ }
3129
+ },
3130
+ {
3131
+ "kind": "method",
3132
+ "name": "definitionChanged",
3133
+ "privacy": "protected",
3181
3134
  "parameters": [
3182
3135
  {
3183
- "name": "s",
3136
+ "name": "oldValue",
3184
3137
  "type": {
3185
- "text": "AIStatus | null"
3138
+ "text": "any"
3139
+ }
3140
+ },
3141
+ {
3142
+ "name": "newValue",
3143
+ "type": {
3144
+ "text": "any"
3186
3145
  }
3187
3146
  }
3188
3147
  ],
3189
3148
  "inheritedFrom": {
3190
- "name": "AiIndicator",
3191
- "module": "src/ai-indicator/ai-indicator.ts"
3149
+ "name": "ActionsMenu",
3150
+ "module": "src/actions-menu/actions-menu.ts"
3192
3151
  }
3193
3152
  },
3194
3153
  {
3195
3154
  "kind": "method",
3196
- "name": "maybeStartPolling",
3197
- "privacy": "private",
3198
- "return": {
3199
- "type": {
3200
- "text": "void"
3201
- }
3202
- },
3155
+ "name": "openChanged",
3156
+ "privacy": "protected",
3203
3157
  "inheritedFrom": {
3204
- "name": "AiIndicator",
3205
- "module": "src/ai-indicator/ai-indicator.ts"
3158
+ "name": "ActionsMenu",
3159
+ "module": "src/actions-menu/actions-menu.ts"
3206
3160
  }
3207
3161
  },
3208
3162
  {
3209
3163
  "kind": "method",
3210
- "name": "startPolling",
3211
- "privacy": "private",
3212
- "return": {
3213
- "type": {
3214
- "text": "void"
3164
+ "name": "toggleActionsMenuVisibility",
3165
+ "inheritedFrom": {
3166
+ "name": "ActionsMenu",
3167
+ "module": "src/actions-menu/actions-menu.ts"
3168
+ }
3169
+ },
3170
+ {
3171
+ "kind": "method",
3172
+ "name": "onActionMenuItemClick",
3173
+ "parameters": [
3174
+ {
3175
+ "name": "callback",
3176
+ "type": {
3177
+ "text": "(rowData) => void | any"
3178
+ }
3215
3179
  }
3180
+ ],
3181
+ "inheritedFrom": {
3182
+ "name": "ActionsMenu",
3183
+ "module": "src/actions-menu/actions-menu.ts"
3184
+ }
3185
+ },
3186
+ {
3187
+ "kind": "field",
3188
+ "name": "allActions",
3189
+ "type": {
3190
+ "text": "ActionMenuItem[]"
3216
3191
  },
3192
+ "readonly": true,
3217
3193
  "inheritedFrom": {
3218
- "name": "AiIndicator",
3219
- "module": "src/ai-indicator/ai-indicator.ts"
3194
+ "name": "ActionsMenu",
3195
+ "module": "src/actions-menu/actions-menu.ts"
3196
+ }
3197
+ },
3198
+ {
3199
+ "kind": "field",
3200
+ "name": "rowData",
3201
+ "readonly": true,
3202
+ "inheritedFrom": {
3203
+ "name": "ActionsMenu",
3204
+ "module": "src/actions-menu/actions-menu.ts"
3220
3205
  }
3221
3206
  },
3222
3207
  {
3223
3208
  "kind": "method",
3224
- "name": "stopPolling",
3225
- "privacy": "private",
3226
- "return": {
3227
- "type": {
3228
- "text": "void"
3209
+ "name": "getLabel",
3210
+ "parameters": [
3211
+ {
3212
+ "name": "name",
3213
+ "type": {
3214
+ "text": "string | ((rowData: any) => string)"
3215
+ }
3229
3216
  }
3230
- },
3217
+ ],
3231
3218
  "inheritedFrom": {
3232
- "name": "AiIndicator",
3233
- "module": "src/ai-indicator/ai-indicator.ts"
3219
+ "name": "ActionsMenu",
3220
+ "module": "src/actions-menu/actions-menu.ts"
3234
3221
  }
3235
3222
  },
3236
3223
  {
3237
3224
  "kind": "method",
3238
- "name": "onInstall",
3239
- "return": {
3240
- "type": {
3241
- "text": "Promise<void>"
3225
+ "name": "getTemplate",
3226
+ "parameters": [
3227
+ {
3228
+ "name": "prefix",
3229
+ "type": {
3230
+ "text": "string"
3231
+ }
3242
3232
  }
3243
- },
3233
+ ],
3244
3234
  "inheritedFrom": {
3245
- "name": "AiIndicator",
3246
- "module": "src/ai-indicator/ai-indicator.ts"
3235
+ "name": "ActionsMenu",
3236
+ "module": "src/actions-menu/actions-menu.ts"
3247
3237
  }
3248
3238
  },
3249
3239
  {
@@ -3361,47 +3351,49 @@
3361
3351
  },
3362
3352
  {
3363
3353
  "kind": "variable",
3364
- "name": "zeroAiIndicator"
3354
+ "name": "zeroActionsMenu",
3355
+ "description": "The Zero Actions Menu",
3356
+ "privacy": "public"
3365
3357
  }
3366
3358
  ],
3367
3359
  "exports": [
3368
3360
  {
3369
3361
  "kind": "js",
3370
- "name": "AiIndicator",
3362
+ "name": "ActionsMenu",
3371
3363
  "declaration": {
3372
- "name": "AiIndicator",
3373
- "module": "src/ai-indicator/ai-indicator.ts"
3364
+ "name": "ActionsMenu",
3365
+ "module": "src/actions-menu/actions-menu.ts"
3374
3366
  }
3375
3367
  },
3376
3368
  {
3377
3369
  "kind": "js",
3378
- "name": "zeroAiIndicator",
3370
+ "name": "zeroActionsMenu",
3379
3371
  "declaration": {
3380
- "name": "zeroAiIndicator",
3381
- "module": "src/ai-indicator/ai-indicator.ts"
3372
+ "name": "zeroActionsMenu",
3373
+ "module": "src/actions-menu/actions-menu.ts"
3382
3374
  }
3383
3375
  }
3384
3376
  ]
3385
3377
  },
3386
3378
  {
3387
3379
  "kind": "javascript-module",
3388
- "path": "src/ai-indicator/index.ts",
3380
+ "path": "src/actions-menu/index.ts",
3389
3381
  "declarations": [],
3390
3382
  "exports": [
3391
3383
  {
3392
3384
  "kind": "js",
3393
- "name": "AiIndicator",
3385
+ "name": "*",
3394
3386
  "declaration": {
3395
- "name": "AiIndicator",
3396
- "module": "./ai-indicator"
3387
+ "name": "*",
3388
+ "package": "./actions-menu"
3397
3389
  }
3398
3390
  },
3399
3391
  {
3400
3392
  "kind": "js",
3401
- "name": "zeroAiIndicator",
3393
+ "name": "*",
3402
3394
  "declaration": {
3403
- "name": "zeroAiIndicator",
3404
- "module": "./ai-indicator"
3395
+ "name": "*",
3396
+ "package": "./actions-menu.styles"
3405
3397
  }
3406
3398
  }
3407
3399
  ]
@@ -28313,6 +28305,21 @@
28313
28305
  }
28314
28306
  ]
28315
28307
  },
28308
+ {
28309
+ "kind": "javascript-module",
28310
+ "path": "src/overlays/index.ts",
28311
+ "declarations": [],
28312
+ "exports": [
28313
+ {
28314
+ "kind": "js",
28315
+ "name": "*",
28316
+ "declaration": {
28317
+ "name": "*",
28318
+ "package": "./system-health"
28319
+ }
28320
+ }
28321
+ ]
28322
+ },
28316
28323
  {
28317
28324
  "kind": "javascript-module",
28318
28325
  "path": "src/optgroup/index.ts",
@@ -28535,635 +28542,182 @@
28535
28542
  "type": {
28536
28543
  "text": "boolean"
28537
28544
  },
28538
- "description": "the current checked value"
28539
- }
28540
- ],
28541
- "description": "Updates the ariaChecked property when the checked property changes.",
28542
- "inheritedFrom": {
28543
- "name": "ListboxOption",
28544
- "module": "src/listbox-option/listbox-option.ts"
28545
- }
28546
- },
28547
- {
28548
- "kind": "field",
28549
- "name": "content",
28550
- "type": {
28551
- "text": "Node[]"
28552
- },
28553
- "privacy": "public",
28554
- "description": "The default slotted content.",
28555
- "inheritedFrom": {
28556
- "name": "ListboxOption",
28557
- "module": "src/listbox-option/listbox-option.ts"
28558
- }
28559
- },
28560
- {
28561
- "kind": "field",
28562
- "name": "defaultSelected",
28563
- "type": {
28564
- "text": "boolean"
28565
- },
28566
- "privacy": "public",
28567
- "default": "false",
28568
- "description": "The defaultSelected state of the option.",
28569
- "inheritedFrom": {
28570
- "name": "ListboxOption",
28571
- "module": "src/listbox-option/listbox-option.ts"
28572
- }
28573
- },
28574
- {
28575
- "kind": "method",
28576
- "name": "defaultSelectedChanged",
28577
- "privacy": "protected",
28578
- "return": {
28579
- "type": {
28580
- "text": "void"
28581
- }
28582
- },
28583
- "inheritedFrom": {
28584
- "name": "ListboxOption",
28585
- "module": "src/listbox-option/listbox-option.ts"
28586
- }
28587
- },
28588
- {
28589
- "kind": "field",
28590
- "name": "disabled",
28591
- "type": {
28592
- "text": "boolean"
28593
- },
28594
- "privacy": "public",
28595
- "description": "The disabled state of the option.",
28596
- "inheritedFrom": {
28597
- "name": "ListboxOption",
28598
- "module": "src/listbox-option/listbox-option.ts"
28599
- }
28600
- },
28601
- {
28602
- "kind": "method",
28603
- "name": "disabledChanged",
28604
- "privacy": "protected",
28605
- "return": {
28606
- "type": {
28607
- "text": "void"
28608
- }
28609
- },
28610
- "parameters": [
28611
- {
28612
- "name": "prev",
28613
- "type": {
28614
- "text": "boolean"
28615
- }
28616
- },
28617
- {
28618
- "name": "next",
28619
- "type": {
28620
- "text": "boolean"
28621
- }
28622
- }
28623
- ],
28624
- "inheritedFrom": {
28625
- "name": "ListboxOption",
28626
- "module": "src/listbox-option/listbox-option.ts"
28627
- }
28628
- },
28629
- {
28630
- "kind": "field",
28631
- "name": "selectedAttribute",
28632
- "type": {
28633
- "text": "boolean"
28634
- },
28635
- "privacy": "public",
28636
- "description": "The selected attribute value. This sets the initial selected value.",
28637
- "inheritedFrom": {
28638
- "name": "ListboxOption",
28639
- "module": "src/listbox-option/listbox-option.ts"
28640
- }
28641
- },
28642
- {
28643
- "kind": "method",
28644
- "name": "selectedAttributeChanged",
28645
- "privacy": "protected",
28646
- "return": {
28647
- "type": {
28648
- "text": "void"
28649
- }
28650
- },
28651
- "inheritedFrom": {
28652
- "name": "ListboxOption",
28653
- "module": "src/listbox-option/listbox-option.ts"
28654
- }
28655
- },
28656
- {
28657
- "kind": "field",
28658
- "name": "selected",
28659
- "type": {
28660
- "text": "boolean"
28661
- },
28662
- "privacy": "public",
28663
- "description": "The checked state of the control.",
28664
- "inheritedFrom": {
28665
- "name": "ListboxOption",
28666
- "module": "src/listbox-option/listbox-option.ts"
28667
- }
28668
- },
28669
- {
28670
- "kind": "method",
28671
- "name": "selectedChanged",
28672
- "privacy": "protected",
28673
- "return": {
28674
- "type": {
28675
- "text": "void"
28676
- }
28677
- },
28678
- "inheritedFrom": {
28679
- "name": "ListboxOption",
28680
- "module": "src/listbox-option/listbox-option.ts"
28681
- }
28682
- },
28683
- {
28684
- "kind": "field",
28685
- "name": "dirtyValue",
28686
- "type": {
28687
- "text": "boolean"
28688
- },
28689
- "privacy": "public",
28690
- "default": "false",
28691
- "description": "Track whether the value has been changed from the initial value",
28692
- "inheritedFrom": {
28693
- "name": "ListboxOption",
28694
- "module": "src/listbox-option/listbox-option.ts"
28695
- }
28696
- },
28697
- {
28698
- "kind": "field",
28699
- "name": "initialValue",
28700
- "type": {
28701
- "text": "string"
28702
- },
28703
- "privacy": "protected",
28704
- "description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
28705
- "inheritedFrom": {
28706
- "name": "ListboxOption",
28707
- "module": "src/listbox-option/listbox-option.ts"
28708
- }
28709
- },
28710
- {
28711
- "kind": "method",
28712
- "name": "initialValueChanged",
28713
- "privacy": "public",
28714
- "return": {
28715
- "type": {
28716
- "text": "void"
28717
- }
28718
- },
28719
- "parameters": [
28720
- {
28721
- "name": "previous",
28722
- "type": {
28723
- "text": "string"
28724
- }
28725
- },
28726
- {
28727
- "name": "next",
28728
- "type": {
28729
- "text": "string"
28730
- }
28731
- }
28732
- ],
28733
- "inheritedFrom": {
28734
- "name": "ListboxOption",
28735
- "module": "src/listbox-option/listbox-option.ts"
28736
- }
28737
- },
28738
- {
28739
- "kind": "field",
28740
- "name": "label",
28741
- "privacy": "public",
28742
- "inheritedFrom": {
28743
- "name": "ListboxOption",
28744
- "module": "src/listbox-option/listbox-option.ts"
28745
- }
28746
- },
28747
- {
28748
- "kind": "field",
28749
- "name": "text",
28750
- "type": {
28751
- "text": "string"
28752
- },
28753
- "privacy": "public",
28754
- "inheritedFrom": {
28755
- "name": "ListboxOption",
28756
- "module": "src/listbox-option/listbox-option.ts"
28757
- }
28758
- },
28759
- {
28760
- "kind": "field",
28761
- "name": "value",
28762
- "privacy": "public",
28763
- "type": {
28764
- "text": "string"
28765
- },
28766
- "inheritedFrom": {
28767
- "name": "ListboxOption",
28768
- "module": "src/listbox-option/listbox-option.ts"
28769
- }
28770
- },
28771
- {
28772
- "kind": "field",
28773
- "name": "form",
28774
- "type": {
28775
- "text": "HTMLFormElement | null"
28776
- },
28777
- "privacy": "public",
28778
- "inheritedFrom": {
28779
- "name": "ListboxOption",
28780
- "module": "src/listbox-option/listbox-option.ts"
28781
- }
28782
- },
28783
- {
28784
- "kind": "field",
28785
- "name": "proxy",
28786
- "default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
28787
- "inheritedFrom": {
28788
- "name": "ListboxOption",
28789
- "module": "src/listbox-option/listbox-option.ts"
28790
- }
28791
- },
28792
- {
28793
- "kind": "field",
28794
- "name": "_presentation",
28795
- "type": {
28796
- "text": "ComponentPresentation | null | undefined"
28797
- },
28798
- "privacy": "private",
28799
- "default": "void 0",
28800
- "inheritedFrom": {
28801
- "name": "ListboxOption",
28802
- "module": "src/listbox-option/listbox-option.ts"
28803
- }
28804
- },
28805
- {
28806
- "kind": "field",
28807
- "name": "$presentation",
28808
- "type": {
28809
- "text": "ComponentPresentation | null"
28810
- },
28811
- "privacy": "public",
28812
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
28813
- "inheritedFrom": {
28814
- "name": "ListboxOption",
28815
- "module": "src/listbox-option/listbox-option.ts"
28816
- }
28817
- },
28818
- {
28819
- "kind": "field",
28820
- "name": "template",
28821
- "type": {
28822
- "text": "ElementViewTemplate | void | null"
28823
- },
28824
- "privacy": "public",
28825
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
28826
- "inheritedFrom": {
28827
- "name": "ListboxOption",
28828
- "module": "src/listbox-option/listbox-option.ts"
28829
- }
28830
- },
28831
- {
28832
- "kind": "method",
28833
- "name": "templateChanged",
28834
- "privacy": "protected",
28835
- "return": {
28836
- "type": {
28837
- "text": "void"
28838
- }
28839
- },
28840
- "inheritedFrom": {
28841
- "name": "ListboxOption",
28842
- "module": "src/listbox-option/listbox-option.ts"
28843
- }
28844
- },
28845
- {
28846
- "kind": "field",
28847
- "name": "styles",
28848
- "type": {
28849
- "text": "ElementStyles | void | null"
28850
- },
28851
- "privacy": "public",
28852
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
28853
- "inheritedFrom": {
28854
- "name": "ListboxOption",
28855
- "module": "src/listbox-option/listbox-option.ts"
28856
- }
28857
- },
28858
- {
28859
- "kind": "method",
28860
- "name": "stylesChanged",
28861
- "privacy": "protected",
28862
- "return": {
28863
- "type": {
28864
- "text": "void"
28865
- }
28866
- },
28867
- "inheritedFrom": {
28868
- "name": "ListboxOption",
28869
- "module": "src/listbox-option/listbox-option.ts"
28870
- }
28871
- },
28872
- {
28873
- "kind": "method",
28874
- "name": "compose",
28875
- "privacy": "public",
28876
- "static": true,
28877
- "return": {
28878
- "type": {
28879
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
28880
- }
28881
- },
28882
- "parameters": [
28883
- {
28884
- "name": "this",
28885
- "type": {
28886
- "text": "K"
28887
- }
28888
- },
28889
- {
28890
- "name": "elementDefinition",
28891
- "type": {
28892
- "text": "T"
28893
- },
28894
- "description": "The definition of the element to create the registry\nfunction for."
28895
- }
28896
- ],
28897
- "description": "Defines an element registry function with a set of element definition defaults.",
28898
- "inheritedFrom": {
28899
- "name": "ListboxOption",
28900
- "module": "src/listbox-option/listbox-option.ts"
28901
- }
28902
- }
28903
- ]
28904
- },
28905
- {
28906
- "kind": "variable",
28907
- "name": "zeroOptgroup"
28908
- }
28909
- ],
28910
- "exports": [
28911
- {
28912
- "kind": "js",
28913
- "name": "Optgroup",
28914
- "declaration": {
28915
- "name": "Optgroup",
28916
- "module": "src/optgroup/optgroup.ts"
28917
- }
28918
- },
28919
- {
28920
- "kind": "js",
28921
- "name": "zeroOptgroup",
28922
- "declaration": {
28923
- "name": "zeroOptgroup",
28924
- "module": "src/optgroup/optgroup.ts"
28925
- }
28926
- }
28927
- ]
28928
- },
28929
- {
28930
- "kind": "javascript-module",
28931
- "path": "src/overlays/index.ts",
28932
- "declarations": [],
28933
- "exports": [
28934
- {
28935
- "kind": "js",
28936
- "name": "*",
28937
- "declaration": {
28938
- "name": "*",
28939
- "package": "./system-health"
28940
- }
28941
- }
28942
- ]
28943
- },
28944
- {
28945
- "kind": "javascript-module",
28946
- "path": "src/pill/index.ts",
28947
- "declarations": [],
28948
- "exports": [
28949
- {
28950
- "kind": "js",
28951
- "name": "*",
28952
- "declaration": {
28953
- "name": "*",
28954
- "package": "./pill"
28955
- }
28956
- },
28957
- {
28958
- "kind": "js",
28959
- "name": "*",
28960
- "declaration": {
28961
- "name": "*",
28962
- "package": "./pill.styles"
28963
- }
28964
- },
28965
- {
28966
- "kind": "js",
28967
- "name": "*",
28968
- "declaration": {
28969
- "name": "*",
28970
- "package": "./pill.template"
28971
- }
28972
- }
28973
- ]
28974
- },
28975
- {
28976
- "kind": "javascript-module",
28977
- "path": "src/pill/pill.styles.ts",
28978
- "declarations": [
28979
- {
28980
- "kind": "variable",
28981
- "name": "zeroPillStyles",
28982
- "type": {
28983
- "text": "ElementStyles"
28984
- },
28985
- "default": "css`\n ${foundationPillStyles}\n :host {\n --pill-fill: ${neutralFillRest};\n --pill-fill-hover: ${neutralFillHover};\n --pill-foreground: ${neutralForegroundRest};\n }\n`"
28986
- }
28987
- ],
28988
- "exports": [
28989
- {
28990
- "kind": "js",
28991
- "name": "zeroPillStyles",
28992
- "declaration": {
28993
- "name": "zeroPillStyles",
28994
- "module": "src/pill/pill.styles.ts"
28995
- }
28996
- }
28997
- ]
28998
- },
28999
- {
29000
- "kind": "javascript-module",
29001
- "path": "src/pill/pill.template.ts",
29002
- "declarations": [
29003
- {
29004
- "kind": "variable",
29005
- "name": "zeroPillTemplate",
29006
- "default": "foundationPillTemplate"
29007
- }
29008
- ],
29009
- "exports": [
29010
- {
29011
- "kind": "js",
29012
- "name": "zeroPillTemplate",
29013
- "declaration": {
29014
- "name": "zeroPillTemplate",
29015
- "module": "src/pill/pill.template.ts"
29016
- }
29017
- }
29018
- ]
29019
- },
29020
- {
29021
- "kind": "javascript-module",
29022
- "path": "src/pill/pill.ts",
29023
- "declarations": [
29024
- {
29025
- "kind": "class",
29026
- "description": "",
29027
- "name": "Pill",
29028
- "superclass": {
29029
- "name": "FoundationPill",
29030
- "package": "@genesislcap/foundation-ui"
29031
- },
29032
- "tagName": "%%prefix%%-pill",
29033
- "customElement": true,
29034
- "attributes": [
28545
+ "description": "the current checked value"
28546
+ }
28547
+ ],
28548
+ "description": "Updates the ariaChecked property when the checked property changes.",
28549
+ "inheritedFrom": {
28550
+ "name": "ListboxOption",
28551
+ "module": "src/listbox-option/listbox-option.ts"
28552
+ }
28553
+ },
29035
28554
  {
29036
- "name": "label",
28555
+ "kind": "field",
28556
+ "name": "content",
29037
28557
  "type": {
29038
- "text": "string"
28558
+ "text": "Node[]"
29039
28559
  },
29040
- "attribute": "label",
29041
- "fieldName": "label",
29042
- "description": "the name of the thing this pill represents, e.g. a filter field name",
28560
+ "privacy": "public",
28561
+ "description": "The default slotted content.",
29043
28562
  "inheritedFrom": {
29044
- "name": "Pill",
29045
- "module": "src/pill/pill.ts"
28563
+ "name": "ListboxOption",
28564
+ "module": "src/listbox-option/listbox-option.ts"
29046
28565
  }
29047
28566
  },
29048
28567
  {
29049
- "name": "value",
28568
+ "kind": "field",
28569
+ "name": "defaultSelected",
29050
28570
  "type": {
29051
- "text": "string"
28571
+ "text": "boolean"
29052
28572
  },
29053
- "attribute": "value",
29054
- "fieldName": "value",
29055
- "description": "the current value shown alongside the label, e.g. \"Cpty Desk: EQUITIES\"",
28573
+ "privacy": "public",
28574
+ "default": "false",
28575
+ "description": "The defaultSelected state of the option.",
29056
28576
  "inheritedFrom": {
29057
- "name": "Pill",
29058
- "module": "src/pill/pill.ts"
28577
+ "name": "ListboxOption",
28578
+ "module": "src/listbox-option/listbox-option.ts"
29059
28579
  }
29060
28580
  },
29061
28581
  {
29062
- "name": "removable",
29063
- "type": {
29064
- "text": "boolean"
28582
+ "kind": "method",
28583
+ "name": "defaultSelectedChanged",
28584
+ "privacy": "protected",
28585
+ "return": {
28586
+ "type": {
28587
+ "text": "void"
28588
+ }
29065
28589
  },
29066
- "default": "true",
29067
- "fieldName": "removable",
29068
- "description": "whether the \"x\" remove control is shown",
29069
28590
  "inheritedFrom": {
29070
- "name": "Pill",
29071
- "module": "src/pill/pill.ts"
28591
+ "name": "ListboxOption",
28592
+ "module": "src/listbox-option/listbox-option.ts"
29072
28593
  }
29073
28594
  },
29074
28595
  {
28596
+ "kind": "field",
29075
28597
  "name": "disabled",
29076
28598
  "type": {
29077
28599
  "text": "boolean"
29078
28600
  },
29079
- "default": "false",
29080
- "fieldName": "disabled",
29081
- "description": "disables both the pill body and the remove control",
28601
+ "privacy": "public",
28602
+ "description": "The disabled state of the option.",
29082
28603
  "inheritedFrom": {
29083
- "name": "Pill",
29084
- "module": "src/pill/pill.ts"
28604
+ "name": "ListboxOption",
28605
+ "module": "src/listbox-option/listbox-option.ts"
29085
28606
  }
29086
28607
  },
29087
28608
  {
29088
- "type": {
29089
- "text": "boolean"
28609
+ "kind": "method",
28610
+ "name": "disabledChanged",
28611
+ "privacy": "protected",
28612
+ "return": {
28613
+ "type": {
28614
+ "text": "void"
28615
+ }
29090
28616
  },
29091
- "default": "true",
29092
- "attribute": "removable",
29093
- "fieldName": "removable",
28617
+ "parameters": [
28618
+ {
28619
+ "name": "prev",
28620
+ "type": {
28621
+ "text": "boolean"
28622
+ }
28623
+ },
28624
+ {
28625
+ "name": "next",
28626
+ "type": {
28627
+ "text": "boolean"
28628
+ }
28629
+ }
28630
+ ],
29094
28631
  "inheritedFrom": {
29095
- "name": "Pill",
29096
- "module": "src/pill/pill.ts"
28632
+ "name": "ListboxOption",
28633
+ "module": "src/listbox-option/listbox-option.ts"
29097
28634
  }
29098
- }
29099
- ],
29100
- "members": [
28635
+ },
29101
28636
  {
29102
28637
  "kind": "field",
29103
- "name": "label",
28638
+ "name": "selectedAttribute",
29104
28639
  "type": {
29105
- "text": "string"
28640
+ "text": "boolean"
29106
28641
  },
29107
- "attribute": "label",
28642
+ "privacy": "public",
28643
+ "description": "The selected attribute value. This sets the initial selected value.",
29108
28644
  "inheritedFrom": {
29109
- "name": "Pill",
29110
- "module": "src/pill/pill.ts"
28645
+ "name": "ListboxOption",
28646
+ "module": "src/listbox-option/listbox-option.ts"
29111
28647
  }
29112
28648
  },
29113
28649
  {
29114
- "kind": "field",
29115
- "name": "value",
29116
- "type": {
29117
- "text": "string"
28650
+ "kind": "method",
28651
+ "name": "selectedAttributeChanged",
28652
+ "privacy": "protected",
28653
+ "return": {
28654
+ "type": {
28655
+ "text": "void"
28656
+ }
29118
28657
  },
29119
- "attribute": "value",
29120
28658
  "inheritedFrom": {
29121
- "name": "Pill",
29122
- "module": "src/pill/pill.ts"
28659
+ "name": "ListboxOption",
28660
+ "module": "src/listbox-option/listbox-option.ts"
29123
28661
  }
29124
28662
  },
29125
28663
  {
29126
28664
  "kind": "field",
29127
- "name": "removable",
28665
+ "name": "selected",
29128
28666
  "type": {
29129
28667
  "text": "boolean"
29130
28668
  },
29131
- "default": "true",
29132
- "attribute": "removable",
28669
+ "privacy": "public",
28670
+ "description": "The checked state of the control.",
28671
+ "inheritedFrom": {
28672
+ "name": "ListboxOption",
28673
+ "module": "src/listbox-option/listbox-option.ts"
28674
+ }
28675
+ },
28676
+ {
28677
+ "kind": "method",
28678
+ "name": "selectedChanged",
28679
+ "privacy": "protected",
28680
+ "return": {
28681
+ "type": {
28682
+ "text": "void"
28683
+ }
28684
+ },
29133
28685
  "inheritedFrom": {
29134
- "name": "Pill",
29135
- "module": "src/pill/pill.ts"
28686
+ "name": "ListboxOption",
28687
+ "module": "src/listbox-option/listbox-option.ts"
29136
28688
  }
29137
28689
  },
29138
28690
  {
29139
28691
  "kind": "field",
29140
- "name": "disabled",
28692
+ "name": "dirtyValue",
29141
28693
  "type": {
29142
28694
  "text": "boolean"
29143
28695
  },
28696
+ "privacy": "public",
29144
28697
  "default": "false",
29145
- "attribute": "disabled",
28698
+ "description": "Track whether the value has been changed from the initial value",
29146
28699
  "inheritedFrom": {
29147
- "name": "Pill",
29148
- "module": "src/pill/pill.ts"
28700
+ "name": "ListboxOption",
28701
+ "module": "src/listbox-option/listbox-option.ts"
29149
28702
  }
29150
28703
  },
29151
28704
  {
29152
- "kind": "method",
29153
- "name": "handleBodyClick",
29154
- "return": {
29155
- "type": {
29156
- "text": "void"
29157
- }
28705
+ "kind": "field",
28706
+ "name": "initialValue",
28707
+ "type": {
28708
+ "text": "string"
29158
28709
  },
28710
+ "privacy": "protected",
28711
+ "description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
29159
28712
  "inheritedFrom": {
29160
- "name": "Pill",
29161
- "module": "src/pill/pill.ts"
28713
+ "name": "ListboxOption",
28714
+ "module": "src/listbox-option/listbox-option.ts"
29162
28715
  }
29163
28716
  },
29164
28717
  {
29165
28718
  "kind": "method",
29166
- "name": "handleRemoveClick",
28719
+ "name": "initialValueChanged",
28720
+ "privacy": "public",
29167
28721
  "return": {
29168
28722
  "type": {
29169
28723
  "text": "void"
@@ -29171,15 +28725,75 @@
29171
28725
  },
29172
28726
  "parameters": [
29173
28727
  {
29174
- "name": "event",
28728
+ "name": "previous",
29175
28729
  "type": {
29176
- "text": "Event"
28730
+ "text": "string"
28731
+ }
28732
+ },
28733
+ {
28734
+ "name": "next",
28735
+ "type": {
28736
+ "text": "string"
29177
28737
  }
29178
28738
  }
29179
28739
  ],
29180
28740
  "inheritedFrom": {
29181
- "name": "Pill",
29182
- "module": "src/pill/pill.ts"
28741
+ "name": "ListboxOption",
28742
+ "module": "src/listbox-option/listbox-option.ts"
28743
+ }
28744
+ },
28745
+ {
28746
+ "kind": "field",
28747
+ "name": "label",
28748
+ "privacy": "public",
28749
+ "inheritedFrom": {
28750
+ "name": "ListboxOption",
28751
+ "module": "src/listbox-option/listbox-option.ts"
28752
+ }
28753
+ },
28754
+ {
28755
+ "kind": "field",
28756
+ "name": "text",
28757
+ "type": {
28758
+ "text": "string"
28759
+ },
28760
+ "privacy": "public",
28761
+ "inheritedFrom": {
28762
+ "name": "ListboxOption",
28763
+ "module": "src/listbox-option/listbox-option.ts"
28764
+ }
28765
+ },
28766
+ {
28767
+ "kind": "field",
28768
+ "name": "value",
28769
+ "privacy": "public",
28770
+ "type": {
28771
+ "text": "string"
28772
+ },
28773
+ "inheritedFrom": {
28774
+ "name": "ListboxOption",
28775
+ "module": "src/listbox-option/listbox-option.ts"
28776
+ }
28777
+ },
28778
+ {
28779
+ "kind": "field",
28780
+ "name": "form",
28781
+ "type": {
28782
+ "text": "HTMLFormElement | null"
28783
+ },
28784
+ "privacy": "public",
28785
+ "inheritedFrom": {
28786
+ "name": "ListboxOption",
28787
+ "module": "src/listbox-option/listbox-option.ts"
28788
+ }
28789
+ },
28790
+ {
28791
+ "kind": "field",
28792
+ "name": "proxy",
28793
+ "default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
28794
+ "inheritedFrom": {
28795
+ "name": "ListboxOption",
28796
+ "module": "src/listbox-option/listbox-option.ts"
29183
28797
  }
29184
28798
  },
29185
28799
  {
@@ -29191,8 +28805,8 @@
29191
28805
  "privacy": "private",
29192
28806
  "default": "void 0",
29193
28807
  "inheritedFrom": {
29194
- "name": "FoundationElement",
29195
- "module": "src/foundation-element/foundation-element.ts"
28808
+ "name": "ListboxOption",
28809
+ "module": "src/listbox-option/listbox-option.ts"
29196
28810
  }
29197
28811
  },
29198
28812
  {
@@ -29204,8 +28818,8 @@
29204
28818
  "privacy": "public",
29205
28819
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29206
28820
  "inheritedFrom": {
29207
- "name": "FoundationElement",
29208
- "module": "src/foundation-element/foundation-element.ts"
28821
+ "name": "ListboxOption",
28822
+ "module": "src/listbox-option/listbox-option.ts"
29209
28823
  }
29210
28824
  },
29211
28825
  {
@@ -29217,8 +28831,8 @@
29217
28831
  "privacy": "public",
29218
28832
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
29219
28833
  "inheritedFrom": {
29220
- "name": "FoundationElement",
29221
- "module": "src/foundation-element/foundation-element.ts"
28834
+ "name": "ListboxOption",
28835
+ "module": "src/listbox-option/listbox-option.ts"
29222
28836
  }
29223
28837
  },
29224
28838
  {
@@ -29231,8 +28845,8 @@
29231
28845
  }
29232
28846
  },
29233
28847
  "inheritedFrom": {
29234
- "name": "FoundationElement",
29235
- "module": "src/foundation-element/foundation-element.ts"
28848
+ "name": "ListboxOption",
28849
+ "module": "src/listbox-option/listbox-option.ts"
29236
28850
  }
29237
28851
  },
29238
28852
  {
@@ -29244,8 +28858,8 @@
29244
28858
  "privacy": "public",
29245
28859
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
29246
28860
  "inheritedFrom": {
29247
- "name": "FoundationElement",
29248
- "module": "src/foundation-element/foundation-element.ts"
28861
+ "name": "ListboxOption",
28862
+ "module": "src/listbox-option/listbox-option.ts"
29249
28863
  }
29250
28864
  },
29251
28865
  {
@@ -29258,8 +28872,8 @@
29258
28872
  }
29259
28873
  },
29260
28874
  "inheritedFrom": {
29261
- "name": "FoundationElement",
29262
- "module": "src/foundation-element/foundation-element.ts"
28875
+ "name": "ListboxOption",
28876
+ "module": "src/listbox-option/listbox-option.ts"
29263
28877
  }
29264
28878
  },
29265
28879
  {
@@ -29289,50 +28903,32 @@
29289
28903
  ],
29290
28904
  "description": "Defines an element registry function with a set of element definition defaults.",
29291
28905
  "inheritedFrom": {
29292
- "name": "FoundationElement",
29293
- "module": "src/foundation-element/foundation-element.ts"
29294
- }
29295
- }
29296
- ],
29297
- "events": [
29298
- {
29299
- "description": "Fired when the remove control is activated.",
29300
- "name": "remove",
29301
- "inheritedFrom": {
29302
- "name": "Pill",
29303
- "module": "src/pill/pill.ts"
29304
- }
29305
- },
29306
- {
29307
- "description": "Fired when the pill body (excluding the remove control) is activated.",
29308
- "name": "pill-click",
29309
- "inheritedFrom": {
29310
- "name": "Pill",
29311
- "module": "src/pill/pill.ts"
28906
+ "name": "ListboxOption",
28907
+ "module": "src/listbox-option/listbox-option.ts"
29312
28908
  }
29313
28909
  }
29314
28910
  ]
29315
28911
  },
29316
28912
  {
29317
28913
  "kind": "variable",
29318
- "name": "zeroPill"
28914
+ "name": "zeroOptgroup"
29319
28915
  }
29320
28916
  ],
29321
28917
  "exports": [
29322
28918
  {
29323
28919
  "kind": "js",
29324
- "name": "Pill",
28920
+ "name": "Optgroup",
29325
28921
  "declaration": {
29326
- "name": "Pill",
29327
- "module": "src/pill/pill.ts"
28922
+ "name": "Optgroup",
28923
+ "module": "src/optgroup/optgroup.ts"
29328
28924
  }
29329
28925
  },
29330
28926
  {
29331
28927
  "kind": "js",
29332
- "name": "zeroPill",
28928
+ "name": "zeroOptgroup",
29333
28929
  "declaration": {
29334
- "name": "zeroPill",
29335
- "module": "src/pill/pill.ts"
28930
+ "name": "zeroOptgroup",
28931
+ "module": "src/optgroup/optgroup.ts"
29336
28932
  }
29337
28933
  }
29338
28934
  ]