@genesislcap/rapid-design-system 14.427.0 → 14.427.1-TAM-8.26-patch.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1673,46 +1673,25 @@
1673
1673
  },
1674
1674
  {
1675
1675
  "kind": "javascript-module",
1676
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1677
- "declarations": [
1678
- {
1679
- "kind": "variable",
1680
- "name": "rapidAiCriteriaSearchStyles",
1681
- "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
1682
- }
1683
- ],
1684
- "exports": [
1685
- {
1686
- "kind": "js",
1687
- "name": "rapidAiCriteriaSearchStyles",
1688
- "declaration": {
1689
- "name": "rapidAiCriteriaSearchStyles",
1690
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1691
- }
1692
- }
1693
- ]
1694
- },
1695
- {
1696
- "kind": "javascript-module",
1697
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1676
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
1698
1677
  "declarations": [
1699
1678
  {
1700
1679
  "kind": "function",
1701
- "name": "rapidAiCriteriaSearchTemplate",
1680
+ "name": "rapidAiIndicatorStyles",
1702
1681
  "return": {
1703
1682
  "type": {
1704
- "text": "ViewTemplate<AiCriteriaSearch>"
1683
+ "text": "ElementStyles"
1705
1684
  }
1706
1685
  },
1707
1686
  "parameters": [
1708
1687
  {
1709
- "name": "_context",
1688
+ "name": "context",
1710
1689
  "type": {
1711
1690
  "text": "ElementDefinitionContext"
1712
1691
  }
1713
1692
  },
1714
1693
  {
1715
- "name": "_definition",
1694
+ "name": "definition",
1716
1695
  "type": {
1717
1696
  "text": "FoundationElementDefinition"
1718
1697
  }
@@ -1723,64 +1702,28 @@
1723
1702
  "exports": [
1724
1703
  {
1725
1704
  "kind": "js",
1726
- "name": "rapidAiCriteriaSearchTemplate",
1705
+ "name": "rapidAiIndicatorStyles",
1727
1706
  "declaration": {
1728
- "name": "rapidAiCriteriaSearchTemplate",
1729
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1707
+ "name": "rapidAiIndicatorStyles",
1708
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
1730
1709
  }
1731
1710
  }
1732
1711
  ]
1733
1712
  },
1734
1713
  {
1735
1714
  "kind": "javascript-module",
1736
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
1715
+ "path": "src/ai-indicator/ai-indicator.ts",
1737
1716
  "declarations": [
1738
1717
  {
1739
1718
  "kind": "class",
1740
1719
  "description": "",
1741
- "name": "AiCriteriaSearch",
1720
+ "name": "AiIndicator",
1742
1721
  "superclass": {
1743
- "name": "FoundationAiCriteriaSearch",
1722
+ "name": "FoundationAiIndicator",
1744
1723
  "package": "@genesislcap/foundation-ui"
1745
1724
  },
1746
- "tagName": "%%prefix%%-ai-criteria-search",
1725
+ "tagName": "%%prefix%%-ai-indicator",
1747
1726
  "customElement": true,
1748
- "attributes": [
1749
- {
1750
- "name": "placeholder",
1751
- "type": {
1752
- "text": "string"
1753
- },
1754
- "default": "'Describe your search criteria in natural language...'",
1755
- "fieldName": "placeholder",
1756
- "inheritedFrom": {
1757
- "name": "AiCriteriaSearch",
1758
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1759
- }
1760
- },
1761
- {
1762
- "type": {
1763
- "text": "boolean"
1764
- },
1765
- "fieldName": "disabled",
1766
- "inheritedFrom": {
1767
- "name": "AiCriteriaSearch",
1768
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1769
- }
1770
- },
1771
- {
1772
- "name": "mode",
1773
- "type": {
1774
- "text": "'append' | 'replace'"
1775
- },
1776
- "default": "'replace'",
1777
- "fieldName": "mode",
1778
- "inheritedFrom": {
1779
- "name": "AiCriteriaSearch",
1780
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1781
- }
1782
- }
1783
- ],
1784
1727
  "members": [
1785
1728
  {
1786
1729
  "kind": "field",
@@ -1789,207 +1732,242 @@
1789
1732
  "text": "AIProvider"
1790
1733
  },
1791
1734
  "inheritedFrom": {
1792
- "name": "AiCriteriaSearch",
1793
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1735
+ "name": "AiIndicator",
1736
+ "module": "src/ai-indicator/ai-indicator.ts"
1794
1737
  }
1795
1738
  },
1796
1739
  {
1797
1740
  "kind": "field",
1798
- "name": "placeholder",
1741
+ "name": "status",
1799
1742
  "type": {
1800
- "text": "string"
1743
+ "text": "AIStatus | null"
1801
1744
  },
1802
- "default": "'Describe your search criteria in natural language...'",
1745
+ "default": "null",
1803
1746
  "inheritedFrom": {
1804
- "name": "AiCriteriaSearch",
1805
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1747
+ "name": "AiIndicator",
1748
+ "module": "src/ai-indicator/ai-indicator.ts"
1806
1749
  }
1807
1750
  },
1808
1751
  {
1809
1752
  "kind": "field",
1810
- "name": "disabled",
1753
+ "name": "open",
1811
1754
  "type": {
1812
1755
  "text": "boolean"
1813
1756
  },
1757
+ "default": "false",
1814
1758
  "inheritedFrom": {
1815
- "name": "AiCriteriaSearch",
1816
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1759
+ "name": "AiIndicator",
1760
+ "module": "src/ai-indicator/ai-indicator.ts"
1817
1761
  }
1818
1762
  },
1819
1763
  {
1820
1764
  "kind": "field",
1821
- "name": "mode",
1765
+ "name": "state",
1822
1766
  "type": {
1823
- "text": "'append' | 'replace'"
1767
+ "text": "AIIndicatorState"
1824
1768
  },
1825
- "default": "'replace'",
1769
+ "default": "'none'",
1826
1770
  "inheritedFrom": {
1827
- "name": "AiCriteriaSearch",
1828
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1771
+ "name": "AiIndicator",
1772
+ "module": "src/ai-indicator/ai-indicator.ts"
1829
1773
  }
1830
1774
  },
1831
1775
  {
1832
1776
  "kind": "field",
1833
- "name": "inputValue",
1777
+ "name": "isInstalling",
1834
1778
  "type": {
1835
- "text": "string"
1779
+ "text": "boolean"
1836
1780
  },
1837
- "default": "''",
1781
+ "default": "false",
1838
1782
  "inheritedFrom": {
1839
- "name": "AiCriteriaSearch",
1840
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1783
+ "name": "AiIndicator",
1784
+ "module": "src/ai-indicator/ai-indicator.ts"
1841
1785
  }
1842
1786
  },
1843
1787
  {
1844
1788
  "kind": "field",
1845
- "name": "isInterpreting",
1789
+ "name": "pollTimer",
1846
1790
  "type": {
1847
- "text": "boolean"
1791
+ "text": "ReturnType<typeof setInterval> | null"
1848
1792
  },
1849
- "default": "false",
1793
+ "privacy": "private",
1794
+ "default": "null",
1850
1795
  "inheritedFrom": {
1851
- "name": "AiCriteriaSearch",
1852
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1796
+ "name": "AiIndicator",
1797
+ "module": "src/ai-indicator/ai-indicator.ts"
1853
1798
  }
1854
1799
  },
1855
1800
  {
1856
1801
  "kind": "field",
1857
- "name": "lastValidCriteria",
1858
- "type": {
1859
- "text": "string | null"
1860
- },
1861
- "default": "null",
1802
+ "name": "clickOutside",
1803
+ "privacy": "private",
1862
1804
  "inheritedFrom": {
1863
- "name": "AiCriteriaSearch",
1864
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1805
+ "name": "AiIndicator",
1806
+ "module": "src/ai-indicator/ai-indicator.ts"
1865
1807
  }
1866
1808
  },
1867
1809
  {
1868
1810
  "kind": "field",
1869
- "name": "fieldMetadata",
1811
+ "name": "chromeStatusLabel",
1870
1812
  "type": {
1871
- "text": "MetadataDetail[] | string[]"
1813
+ "text": "string | null"
1872
1814
  },
1873
- "default": "[]",
1815
+ "readonly": true,
1874
1816
  "inheritedFrom": {
1875
- "name": "AiCriteriaSearch",
1876
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1817
+ "name": "AiIndicator",
1818
+ "module": "src/ai-indicator/ai-indicator.ts"
1877
1819
  }
1878
1820
  },
1879
1821
  {
1880
1822
  "kind": "field",
1881
- "name": "isRecording",
1823
+ "name": "canInstall",
1882
1824
  "type": {
1883
1825
  "text": "boolean"
1884
1826
  },
1885
- "default": "false",
1827
+ "readonly": true,
1886
1828
  "inheritedFrom": {
1887
- "name": "AiCriteriaSearch",
1888
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1829
+ "name": "AiIndicator",
1830
+ "module": "src/ai-indicator/ai-indicator.ts"
1889
1831
  }
1890
1832
  },
1891
1833
  {
1892
1834
  "kind": "field",
1893
- "name": "textAreaRef",
1835
+ "name": "isDownloading",
1894
1836
  "type": {
1895
- "text": "HTMLTextAreaElement"
1837
+ "text": "boolean"
1896
1838
  },
1897
- "privacy": "public",
1839
+ "readonly": true,
1898
1840
  "inheritedFrom": {
1899
- "name": "AiCriteriaSearch",
1900
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1841
+ "name": "AiIndicator",
1842
+ "module": "src/ai-indicator/ai-indicator.ts"
1901
1843
  }
1902
1844
  },
1903
1845
  {
1904
- "kind": "field",
1905
- "name": "stopRecording",
1906
- "type": {
1907
- "text": "(() => void) | null"
1846
+ "kind": "method",
1847
+ "name": "openChanged",
1848
+ "return": {
1849
+ "type": {
1850
+ "text": "void"
1851
+ }
1908
1852
  },
1909
- "privacy": "private",
1910
- "default": "null",
1911
1853
  "inheritedFrom": {
1912
- "name": "AiCriteriaSearch",
1913
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1854
+ "name": "AiIndicator",
1855
+ "module": "src/ai-indicator/ai-indicator.ts"
1914
1856
  }
1915
1857
  },
1916
1858
  {
1917
- "kind": "field",
1918
- "name": "speechApplyDebounceTimer",
1919
- "type": {
1920
- "text": "ReturnType<typeof setTimeout> | null"
1921
- },
1859
+ "kind": "method",
1860
+ "name": "handleClickOutside",
1922
1861
  "privacy": "private",
1923
- "default": "null",
1862
+ "parameters": [
1863
+ {
1864
+ "name": "event",
1865
+ "type": {
1866
+ "text": "MouseEvent"
1867
+ }
1868
+ }
1869
+ ],
1924
1870
  "inheritedFrom": {
1925
- "name": "AiCriteriaSearch",
1926
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1871
+ "name": "AiIndicator",
1872
+ "module": "src/ai-indicator/ai-indicator.ts"
1927
1873
  }
1928
1874
  },
1929
1875
  {
1930
- "kind": "field",
1931
- "name": "baseInputForAppend",
1932
- "type": {
1933
- "text": "string"
1934
- },
1935
- "privacy": "private",
1936
- "default": "''",
1876
+ "kind": "method",
1877
+ "name": "toggleDropdown",
1937
1878
  "inheritedFrom": {
1938
- "name": "AiCriteriaSearch",
1939
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1879
+ "name": "AiIndicator",
1880
+ "module": "src/ai-indicator/ai-indicator.ts"
1940
1881
  }
1941
1882
  },
1942
1883
  {
1943
- "kind": "field",
1944
- "name": "speechAvailable",
1945
- "type": {
1946
- "text": "boolean"
1884
+ "kind": "method",
1885
+ "name": "refreshStatus",
1886
+ "return": {
1887
+ "type": {
1888
+ "text": "Promise<void>"
1889
+ }
1947
1890
  },
1948
- "readonly": true,
1949
1891
  "inheritedFrom": {
1950
- "name": "AiCriteriaSearch",
1951
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1892
+ "name": "AiIndicator",
1893
+ "module": "src/ai-indicator/ai-indicator.ts"
1952
1894
  }
1953
1895
  },
1954
1896
  {
1955
1897
  "kind": "method",
1956
- "name": "handleSubmit",
1898
+ "name": "deriveState",
1899
+ "privacy": "private",
1900
+ "return": {
1901
+ "type": {
1902
+ "text": "AIIndicatorState"
1903
+ }
1904
+ },
1905
+ "parameters": [
1906
+ {
1907
+ "name": "s",
1908
+ "type": {
1909
+ "text": "AIStatus | null"
1910
+ }
1911
+ }
1912
+ ],
1957
1913
  "inheritedFrom": {
1958
- "name": "AiCriteriaSearch",
1959
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1914
+ "name": "AiIndicator",
1915
+ "module": "src/ai-indicator/ai-indicator.ts"
1960
1916
  }
1961
1917
  },
1962
1918
  {
1963
1919
  "kind": "method",
1964
- "name": "handleBlur",
1920
+ "name": "maybeStartPolling",
1921
+ "privacy": "private",
1922
+ "return": {
1923
+ "type": {
1924
+ "text": "void"
1925
+ }
1926
+ },
1965
1927
  "inheritedFrom": {
1966
- "name": "AiCriteriaSearch",
1967
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1928
+ "name": "AiIndicator",
1929
+ "module": "src/ai-indicator/ai-indicator.ts"
1968
1930
  }
1969
1931
  },
1970
1932
  {
1971
1933
  "kind": "method",
1972
- "name": "clear",
1934
+ "name": "startPolling",
1935
+ "privacy": "private",
1936
+ "return": {
1937
+ "type": {
1938
+ "text": "void"
1939
+ }
1940
+ },
1973
1941
  "inheritedFrom": {
1974
- "name": "AiCriteriaSearch",
1975
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1942
+ "name": "AiIndicator",
1943
+ "module": "src/ai-indicator/ai-indicator.ts"
1976
1944
  }
1977
1945
  },
1978
1946
  {
1979
1947
  "kind": "method",
1980
- "name": "toggleSpeechInput",
1948
+ "name": "stopPolling",
1949
+ "privacy": "private",
1950
+ "return": {
1951
+ "type": {
1952
+ "text": "void"
1953
+ }
1954
+ },
1981
1955
  "inheritedFrom": {
1982
- "name": "AiCriteriaSearch",
1983
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1956
+ "name": "AiIndicator",
1957
+ "module": "src/ai-indicator/ai-indicator.ts"
1984
1958
  }
1985
1959
  },
1986
1960
  {
1987
1961
  "kind": "method",
1988
- "name": "clearSpeechApplyDebounce",
1989
- "privacy": "private",
1962
+ "name": "onInstall",
1963
+ "return": {
1964
+ "type": {
1965
+ "text": "Promise<void>"
1966
+ }
1967
+ },
1990
1968
  "inheritedFrom": {
1991
- "name": "AiCriteriaSearch",
1992
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1969
+ "name": "AiIndicator",
1970
+ "module": "src/ai-indicator/ai-indicator.ts"
1993
1971
  }
1994
1972
  },
1995
1973
  {
@@ -2103,104 +2081,97 @@
2103
2081
  "module": "src/foundation-element/foundation-element.ts"
2104
2082
  }
2105
2083
  }
2106
- ],
2107
- "events": [
2108
- {
2109
- "description": "Fired when interpreted criteria is applied or cleared",
2110
- "name": "criteria-changed",
2111
- "inheritedFrom": {
2112
- "name": "AiCriteriaSearch",
2113
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2114
- }
2115
- },
2116
- {
2117
- "description": "Fired when interpreted criteria contains invalid clauses",
2118
- "name": "validation-errors",
2119
- "inheritedFrom": {
2120
- "name": "AiCriteriaSearch",
2121
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2122
- }
2123
- }
2124
2084
  ]
2125
2085
  },
2126
2086
  {
2127
2087
  "kind": "variable",
2128
- "name": "rapidAiCriteriaSearch",
2129
- "description": "The Rapid AI Criteria Search",
2130
- "privacy": "public"
2088
+ "name": "rapidAiIndicator"
2131
2089
  }
2132
2090
  ],
2133
2091
  "exports": [
2134
2092
  {
2135
2093
  "kind": "js",
2136
- "name": "AiCriteriaSearch",
2094
+ "name": "AiIndicator",
2137
2095
  "declaration": {
2138
- "name": "AiCriteriaSearch",
2139
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2096
+ "name": "AiIndicator",
2097
+ "module": "src/ai-indicator/ai-indicator.ts"
2140
2098
  }
2141
2099
  },
2142
2100
  {
2143
2101
  "kind": "js",
2144
- "name": "rapidAiCriteriaSearch",
2102
+ "name": "rapidAiIndicator",
2145
2103
  "declaration": {
2146
- "name": "rapidAiCriteriaSearch",
2147
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2104
+ "name": "rapidAiIndicator",
2105
+ "module": "src/ai-indicator/ai-indicator.ts"
2148
2106
  }
2149
2107
  }
2150
2108
  ]
2151
2109
  },
2152
2110
  {
2153
2111
  "kind": "javascript-module",
2154
- "path": "src/ai-criteria-search/index.ts",
2112
+ "path": "src/ai-indicator/index.ts",
2155
2113
  "declarations": [],
2156
2114
  "exports": [
2157
2115
  {
2158
2116
  "kind": "js",
2159
- "name": "*",
2117
+ "name": "AiIndicator",
2160
2118
  "declaration": {
2161
- "name": "*",
2162
- "package": "./ai-criteria-search"
2119
+ "name": "AiIndicator",
2120
+ "module": "./ai-indicator"
2163
2121
  }
2164
2122
  },
2165
2123
  {
2166
2124
  "kind": "js",
2167
- "name": "*",
2125
+ "name": "rapidAiIndicator",
2168
2126
  "declaration": {
2169
- "name": "*",
2170
- "package": "./ai-criteria-search.styles"
2127
+ "name": "rapidAiIndicator",
2128
+ "module": "./ai-indicator"
2171
2129
  }
2172
- },
2130
+ }
2131
+ ]
2132
+ },
2133
+ {
2134
+ "kind": "javascript-module",
2135
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2136
+ "declarations": [
2137
+ {
2138
+ "kind": "variable",
2139
+ "name": "rapidAiCriteriaSearchStyles",
2140
+ "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
2141
+ }
2142
+ ],
2143
+ "exports": [
2173
2144
  {
2174
2145
  "kind": "js",
2175
- "name": "*",
2146
+ "name": "rapidAiCriteriaSearchStyles",
2176
2147
  "declaration": {
2177
- "name": "*",
2178
- "package": "./ai-criteria-search.template"
2148
+ "name": "rapidAiCriteriaSearchStyles",
2149
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2179
2150
  }
2180
2151
  }
2181
2152
  ]
2182
2153
  },
2183
2154
  {
2184
2155
  "kind": "javascript-module",
2185
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2156
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2186
2157
  "declarations": [
2187
2158
  {
2188
2159
  "kind": "function",
2189
- "name": "rapidAiIndicatorStyles",
2160
+ "name": "rapidAiCriteriaSearchTemplate",
2190
2161
  "return": {
2191
2162
  "type": {
2192
- "text": "ElementStyles"
2163
+ "text": "ViewTemplate<AiCriteriaSearch>"
2193
2164
  }
2194
2165
  },
2195
2166
  "parameters": [
2196
2167
  {
2197
- "name": "context",
2168
+ "name": "_context",
2198
2169
  "type": {
2199
2170
  "text": "ElementDefinitionContext"
2200
2171
  }
2201
2172
  },
2202
2173
  {
2203
- "name": "definition",
2174
+ "name": "_definition",
2204
2175
  "type": {
2205
2176
  "text": "FoundationElementDefinition"
2206
2177
  }
@@ -2211,28 +2182,64 @@
2211
2182
  "exports": [
2212
2183
  {
2213
2184
  "kind": "js",
2214
- "name": "rapidAiIndicatorStyles",
2185
+ "name": "rapidAiCriteriaSearchTemplate",
2215
2186
  "declaration": {
2216
- "name": "rapidAiIndicatorStyles",
2217
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2187
+ "name": "rapidAiCriteriaSearchTemplate",
2188
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2218
2189
  }
2219
2190
  }
2220
2191
  ]
2221
2192
  },
2222
2193
  {
2223
2194
  "kind": "javascript-module",
2224
- "path": "src/ai-indicator/ai-indicator.ts",
2195
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2225
2196
  "declarations": [
2226
2197
  {
2227
2198
  "kind": "class",
2228
2199
  "description": "",
2229
- "name": "AiIndicator",
2200
+ "name": "AiCriteriaSearch",
2230
2201
  "superclass": {
2231
- "name": "FoundationAiIndicator",
2202
+ "name": "FoundationAiCriteriaSearch",
2232
2203
  "package": "@genesislcap/foundation-ui"
2233
2204
  },
2234
- "tagName": "%%prefix%%-ai-indicator",
2205
+ "tagName": "%%prefix%%-ai-criteria-search",
2235
2206
  "customElement": true,
2207
+ "attributes": [
2208
+ {
2209
+ "name": "placeholder",
2210
+ "type": {
2211
+ "text": "string"
2212
+ },
2213
+ "default": "'Describe your search criteria in natural language...'",
2214
+ "fieldName": "placeholder",
2215
+ "inheritedFrom": {
2216
+ "name": "AiCriteriaSearch",
2217
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2218
+ }
2219
+ },
2220
+ {
2221
+ "type": {
2222
+ "text": "boolean"
2223
+ },
2224
+ "fieldName": "disabled",
2225
+ "inheritedFrom": {
2226
+ "name": "AiCriteriaSearch",
2227
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2228
+ }
2229
+ },
2230
+ {
2231
+ "name": "mode",
2232
+ "type": {
2233
+ "text": "'append' | 'replace'"
2234
+ },
2235
+ "default": "'replace'",
2236
+ "fieldName": "mode",
2237
+ "inheritedFrom": {
2238
+ "name": "AiCriteriaSearch",
2239
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2240
+ }
2241
+ }
2242
+ ],
2236
2243
  "members": [
2237
2244
  {
2238
2245
  "kind": "field",
@@ -2241,242 +2248,207 @@
2241
2248
  "text": "AIProvider"
2242
2249
  },
2243
2250
  "inheritedFrom": {
2244
- "name": "AiIndicator",
2245
- "module": "src/ai-indicator/ai-indicator.ts"
2251
+ "name": "AiCriteriaSearch",
2252
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2246
2253
  }
2247
2254
  },
2248
2255
  {
2249
2256
  "kind": "field",
2250
- "name": "status",
2257
+ "name": "placeholder",
2251
2258
  "type": {
2252
- "text": "AIStatus | null"
2259
+ "text": "string"
2253
2260
  },
2254
- "default": "null",
2261
+ "default": "'Describe your search criteria in natural language...'",
2255
2262
  "inheritedFrom": {
2256
- "name": "AiIndicator",
2257
- "module": "src/ai-indicator/ai-indicator.ts"
2263
+ "name": "AiCriteriaSearch",
2264
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2258
2265
  }
2259
2266
  },
2260
2267
  {
2261
2268
  "kind": "field",
2262
- "name": "open",
2269
+ "name": "disabled",
2263
2270
  "type": {
2264
2271
  "text": "boolean"
2265
2272
  },
2266
- "default": "false",
2267
2273
  "inheritedFrom": {
2268
- "name": "AiIndicator",
2269
- "module": "src/ai-indicator/ai-indicator.ts"
2274
+ "name": "AiCriteriaSearch",
2275
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2276
+ }
2277
+ },
2278
+ {
2279
+ "kind": "field",
2280
+ "name": "mode",
2281
+ "type": {
2282
+ "text": "'append' | 'replace'"
2283
+ },
2284
+ "default": "'replace'",
2285
+ "inheritedFrom": {
2286
+ "name": "AiCriteriaSearch",
2287
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2270
2288
  }
2271
2289
  },
2272
2290
  {
2273
2291
  "kind": "field",
2274
- "name": "state",
2292
+ "name": "inputValue",
2275
2293
  "type": {
2276
- "text": "AIIndicatorState"
2294
+ "text": "string"
2277
2295
  },
2278
- "default": "'none'",
2296
+ "default": "''",
2279
2297
  "inheritedFrom": {
2280
- "name": "AiIndicator",
2281
- "module": "src/ai-indicator/ai-indicator.ts"
2298
+ "name": "AiCriteriaSearch",
2299
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2282
2300
  }
2283
2301
  },
2284
2302
  {
2285
2303
  "kind": "field",
2286
- "name": "isInstalling",
2304
+ "name": "isInterpreting",
2287
2305
  "type": {
2288
2306
  "text": "boolean"
2289
2307
  },
2290
2308
  "default": "false",
2291
2309
  "inheritedFrom": {
2292
- "name": "AiIndicator",
2293
- "module": "src/ai-indicator/ai-indicator.ts"
2310
+ "name": "AiCriteriaSearch",
2311
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2294
2312
  }
2295
2313
  },
2296
2314
  {
2297
2315
  "kind": "field",
2298
- "name": "pollTimer",
2316
+ "name": "lastValidCriteria",
2299
2317
  "type": {
2300
- "text": "ReturnType<typeof setInterval> | null"
2318
+ "text": "string | null"
2301
2319
  },
2302
- "privacy": "private",
2303
2320
  "default": "null",
2304
2321
  "inheritedFrom": {
2305
- "name": "AiIndicator",
2306
- "module": "src/ai-indicator/ai-indicator.ts"
2307
- }
2308
- },
2309
- {
2310
- "kind": "field",
2311
- "name": "clickOutside",
2312
- "privacy": "private",
2313
- "inheritedFrom": {
2314
- "name": "AiIndicator",
2315
- "module": "src/ai-indicator/ai-indicator.ts"
2322
+ "name": "AiCriteriaSearch",
2323
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2316
2324
  }
2317
2325
  },
2318
2326
  {
2319
2327
  "kind": "field",
2320
- "name": "chromeStatusLabel",
2328
+ "name": "fieldMetadata",
2321
2329
  "type": {
2322
- "text": "string | null"
2330
+ "text": "MetadataDetail[] | string[]"
2323
2331
  },
2324
- "readonly": true,
2332
+ "default": "[]",
2325
2333
  "inheritedFrom": {
2326
- "name": "AiIndicator",
2327
- "module": "src/ai-indicator/ai-indicator.ts"
2334
+ "name": "AiCriteriaSearch",
2335
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2328
2336
  }
2329
2337
  },
2330
2338
  {
2331
2339
  "kind": "field",
2332
- "name": "canInstall",
2340
+ "name": "isRecording",
2333
2341
  "type": {
2334
2342
  "text": "boolean"
2335
2343
  },
2336
- "readonly": true,
2344
+ "default": "false",
2337
2345
  "inheritedFrom": {
2338
- "name": "AiIndicator",
2339
- "module": "src/ai-indicator/ai-indicator.ts"
2346
+ "name": "AiCriteriaSearch",
2347
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2340
2348
  }
2341
2349
  },
2342
2350
  {
2343
2351
  "kind": "field",
2344
- "name": "isDownloading",
2352
+ "name": "textAreaRef",
2345
2353
  "type": {
2346
- "text": "boolean"
2354
+ "text": "HTMLTextAreaElement"
2347
2355
  },
2348
- "readonly": true,
2356
+ "privacy": "public",
2349
2357
  "inheritedFrom": {
2350
- "name": "AiIndicator",
2351
- "module": "src/ai-indicator/ai-indicator.ts"
2358
+ "name": "AiCriteriaSearch",
2359
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2352
2360
  }
2353
2361
  },
2354
2362
  {
2355
- "kind": "method",
2356
- "name": "openChanged",
2357
- "return": {
2358
- "type": {
2359
- "text": "void"
2360
- }
2363
+ "kind": "field",
2364
+ "name": "stopRecording",
2365
+ "type": {
2366
+ "text": "(() => void) | null"
2361
2367
  },
2368
+ "privacy": "private",
2369
+ "default": "null",
2362
2370
  "inheritedFrom": {
2363
- "name": "AiIndicator",
2364
- "module": "src/ai-indicator/ai-indicator.ts"
2371
+ "name": "AiCriteriaSearch",
2372
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2365
2373
  }
2366
2374
  },
2367
2375
  {
2368
- "kind": "method",
2369
- "name": "handleClickOutside",
2376
+ "kind": "field",
2377
+ "name": "speechApplyDebounceTimer",
2378
+ "type": {
2379
+ "text": "ReturnType<typeof setTimeout> | null"
2380
+ },
2370
2381
  "privacy": "private",
2371
- "parameters": [
2372
- {
2373
- "name": "event",
2374
- "type": {
2375
- "text": "MouseEvent"
2376
- }
2377
- }
2378
- ],
2382
+ "default": "null",
2379
2383
  "inheritedFrom": {
2380
- "name": "AiIndicator",
2381
- "module": "src/ai-indicator/ai-indicator.ts"
2384
+ "name": "AiCriteriaSearch",
2385
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2382
2386
  }
2383
2387
  },
2384
2388
  {
2385
- "kind": "method",
2386
- "name": "toggleDropdown",
2389
+ "kind": "field",
2390
+ "name": "baseInputForAppend",
2391
+ "type": {
2392
+ "text": "string"
2393
+ },
2394
+ "privacy": "private",
2395
+ "default": "''",
2387
2396
  "inheritedFrom": {
2388
- "name": "AiIndicator",
2389
- "module": "src/ai-indicator/ai-indicator.ts"
2397
+ "name": "AiCriteriaSearch",
2398
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2390
2399
  }
2391
2400
  },
2392
2401
  {
2393
- "kind": "method",
2394
- "name": "refreshStatus",
2395
- "return": {
2396
- "type": {
2397
- "text": "Promise<void>"
2398
- }
2402
+ "kind": "field",
2403
+ "name": "speechAvailable",
2404
+ "type": {
2405
+ "text": "boolean"
2399
2406
  },
2407
+ "readonly": true,
2400
2408
  "inheritedFrom": {
2401
- "name": "AiIndicator",
2402
- "module": "src/ai-indicator/ai-indicator.ts"
2409
+ "name": "AiCriteriaSearch",
2410
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2403
2411
  }
2404
2412
  },
2405
2413
  {
2406
2414
  "kind": "method",
2407
- "name": "deriveState",
2408
- "privacy": "private",
2409
- "return": {
2410
- "type": {
2411
- "text": "AIIndicatorState"
2412
- }
2413
- },
2414
- "parameters": [
2415
- {
2416
- "name": "s",
2417
- "type": {
2418
- "text": "AIStatus | null"
2419
- }
2420
- }
2421
- ],
2415
+ "name": "handleSubmit",
2422
2416
  "inheritedFrom": {
2423
- "name": "AiIndicator",
2424
- "module": "src/ai-indicator/ai-indicator.ts"
2417
+ "name": "AiCriteriaSearch",
2418
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2425
2419
  }
2426
2420
  },
2427
2421
  {
2428
2422
  "kind": "method",
2429
- "name": "maybeStartPolling",
2430
- "privacy": "private",
2431
- "return": {
2432
- "type": {
2433
- "text": "void"
2434
- }
2435
- },
2423
+ "name": "handleBlur",
2436
2424
  "inheritedFrom": {
2437
- "name": "AiIndicator",
2438
- "module": "src/ai-indicator/ai-indicator.ts"
2425
+ "name": "AiCriteriaSearch",
2426
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2439
2427
  }
2440
2428
  },
2441
2429
  {
2442
2430
  "kind": "method",
2443
- "name": "startPolling",
2444
- "privacy": "private",
2445
- "return": {
2446
- "type": {
2447
- "text": "void"
2448
- }
2449
- },
2431
+ "name": "clear",
2450
2432
  "inheritedFrom": {
2451
- "name": "AiIndicator",
2452
- "module": "src/ai-indicator/ai-indicator.ts"
2433
+ "name": "AiCriteriaSearch",
2434
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2453
2435
  }
2454
2436
  },
2455
2437
  {
2456
2438
  "kind": "method",
2457
- "name": "stopPolling",
2458
- "privacy": "private",
2459
- "return": {
2460
- "type": {
2461
- "text": "void"
2462
- }
2463
- },
2439
+ "name": "toggleSpeechInput",
2464
2440
  "inheritedFrom": {
2465
- "name": "AiIndicator",
2466
- "module": "src/ai-indicator/ai-indicator.ts"
2441
+ "name": "AiCriteriaSearch",
2442
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2467
2443
  }
2468
2444
  },
2469
2445
  {
2470
2446
  "kind": "method",
2471
- "name": "onInstall",
2472
- "return": {
2473
- "type": {
2474
- "text": "Promise<void>"
2475
- }
2476
- },
2447
+ "name": "clearSpeechApplyDebounce",
2448
+ "privacy": "private",
2477
2449
  "inheritedFrom": {
2478
- "name": "AiIndicator",
2479
- "module": "src/ai-indicator/ai-indicator.ts"
2450
+ "name": "AiCriteriaSearch",
2451
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2480
2452
  }
2481
2453
  },
2482
2454
  {
@@ -2590,51 +2562,79 @@
2590
2562
  "module": "src/foundation-element/foundation-element.ts"
2591
2563
  }
2592
2564
  }
2565
+ ],
2566
+ "events": [
2567
+ {
2568
+ "description": "Fired when interpreted criteria is applied or cleared",
2569
+ "name": "criteria-changed",
2570
+ "inheritedFrom": {
2571
+ "name": "AiCriteriaSearch",
2572
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2573
+ }
2574
+ },
2575
+ {
2576
+ "description": "Fired when interpreted criteria contains invalid clauses",
2577
+ "name": "validation-errors",
2578
+ "inheritedFrom": {
2579
+ "name": "AiCriteriaSearch",
2580
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2581
+ }
2582
+ }
2593
2583
  ]
2594
2584
  },
2595
2585
  {
2596
2586
  "kind": "variable",
2597
- "name": "rapidAiIndicator"
2587
+ "name": "rapidAiCriteriaSearch",
2588
+ "description": "The Rapid AI Criteria Search",
2589
+ "privacy": "public"
2598
2590
  }
2599
2591
  ],
2600
2592
  "exports": [
2601
2593
  {
2602
2594
  "kind": "js",
2603
- "name": "AiIndicator",
2595
+ "name": "AiCriteriaSearch",
2604
2596
  "declaration": {
2605
- "name": "AiIndicator",
2606
- "module": "src/ai-indicator/ai-indicator.ts"
2597
+ "name": "AiCriteriaSearch",
2598
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2607
2599
  }
2608
2600
  },
2609
2601
  {
2610
2602
  "kind": "js",
2611
- "name": "rapidAiIndicator",
2603
+ "name": "rapidAiCriteriaSearch",
2612
2604
  "declaration": {
2613
- "name": "rapidAiIndicator",
2614
- "module": "src/ai-indicator/ai-indicator.ts"
2605
+ "name": "rapidAiCriteriaSearch",
2606
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2615
2607
  }
2616
2608
  }
2617
2609
  ]
2618
2610
  },
2619
2611
  {
2620
2612
  "kind": "javascript-module",
2621
- "path": "src/ai-indicator/index.ts",
2613
+ "path": "src/ai-criteria-search/index.ts",
2622
2614
  "declarations": [],
2623
2615
  "exports": [
2624
2616
  {
2625
2617
  "kind": "js",
2626
- "name": "AiIndicator",
2618
+ "name": "*",
2627
2619
  "declaration": {
2628
- "name": "AiIndicator",
2629
- "module": "./ai-indicator"
2620
+ "name": "*",
2621
+ "package": "./ai-criteria-search"
2630
2622
  }
2631
2623
  },
2632
2624
  {
2633
2625
  "kind": "js",
2634
- "name": "rapidAiIndicator",
2626
+ "name": "*",
2635
2627
  "declaration": {
2636
- "name": "rapidAiIndicator",
2637
- "module": "./ai-indicator"
2628
+ "name": "*",
2629
+ "package": "./ai-criteria-search.styles"
2630
+ }
2631
+ },
2632
+ {
2633
+ "kind": "js",
2634
+ "name": "*",
2635
+ "declaration": {
2636
+ "name": "*",
2637
+ "package": "./ai-criteria-search.template"
2638
2638
  }
2639
2639
  }
2640
2640
  ]
@@ -128,6 +128,15 @@ export declare const ActionsMenu: React.ForwardRefExoticComponent<
128
128
  >;
129
129
  export type ActionsMenuRef = ActionsMenuWC;
130
130
 
131
+ export declare const AiIndicator: React.ForwardRefExoticComponent<
132
+ React.PropsWithChildren<
133
+ Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
134
+ HTMLWCProps & {
135
+ }
136
+ > & React.RefAttributes<AiIndicatorWC>
137
+ >;
138
+ export type AiIndicatorRef = AiIndicatorWC;
139
+
131
140
  export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
132
141
  React.PropsWithChildren<
133
142
  Omit<PublicOf<AiCriteriaSearchWC>, 'children' | 'style'> &
@@ -139,15 +148,6 @@ export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
139
148
  >;
140
149
  export type AiCriteriaSearchRef = AiCriteriaSearchWC;
141
150
 
142
- export declare const AiIndicator: React.ForwardRefExoticComponent<
143
- React.PropsWithChildren<
144
- Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
145
- HTMLWCProps & {
146
- }
147
- > & React.RefAttributes<AiIndicatorWC>
148
- >;
149
- export type AiIndicatorRef = AiIndicatorWC;
150
-
151
151
  export declare const Anchor: React.ForwardRefExoticComponent<
152
152
  React.PropsWithChildren<
153
153
  Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
package/dist/react.cjs CHANGED
@@ -98,6 +98,11 @@ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
98
98
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
99
99
  });
100
100
 
101
+ const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
102
+ const { children, ...rest } = props;
103
+ return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
104
+ });
105
+
101
106
  const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
102
107
  const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
103
108
  const _innerRef = React.useRef(null);
@@ -120,11 +125,6 @@ const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref)
120
125
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
121
126
  });
122
127
 
123
- const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
124
- const { children, ...rest } = props;
125
- return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
126
- });
127
-
128
128
  const Anchor = React.forwardRef(function Anchor(props, ref) {
129
129
  const { children, ...rest } = props;
130
130
  return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
@@ -701,8 +701,8 @@ module.exports = {
701
701
  Accordion,
702
702
  AccordionItem,
703
703
  ActionsMenu,
704
- AiCriteriaSearch,
705
704
  AiIndicator,
705
+ AiCriteriaSearch,
706
706
  Anchor,
707
707
  AnchoredRegion,
708
708
  Avatar,
package/dist/react.mjs CHANGED
@@ -96,6 +96,11 @@ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
96
96
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
97
97
  });
98
98
 
99
+ export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
100
+ const { children, ...rest } = props;
101
+ return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
102
+ });
103
+
99
104
  export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
100
105
  const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
101
106
  const _innerRef = React.useRef(null);
@@ -118,11 +123,6 @@ export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props
118
123
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
119
124
  });
120
125
 
121
- export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
122
- const { children, ...rest } = props;
123
- return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
124
- });
125
-
126
126
  export const Anchor = React.forwardRef(function Anchor(props, ref) {
127
127
  const { children, ...rest } = props;
128
128
  return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.427.0",
4
+ "version": "14.427.1-TAM-8.26-patch.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
38
- "@genesislcap/genx": "14.427.0",
39
- "@genesislcap/rollup-builder": "14.427.0",
40
- "@genesislcap/ts-builder": "14.427.0",
41
- "@genesislcap/uvu-playwright-builder": "14.427.0",
42
- "@genesislcap/vite-builder": "14.427.0",
43
- "@genesislcap/webpack-builder": "14.427.0"
38
+ "@genesislcap/genx": "14.427.1-TAM-8.26-patch.1",
39
+ "@genesislcap/rollup-builder": "14.427.1-TAM-8.26-patch.1",
40
+ "@genesislcap/ts-builder": "14.427.1-TAM-8.26-patch.1",
41
+ "@genesislcap/uvu-playwright-builder": "14.427.1-TAM-8.26-patch.1",
42
+ "@genesislcap/vite-builder": "14.427.1-TAM-8.26-patch.1",
43
+ "@genesislcap/webpack-builder": "14.427.1-TAM-8.26-patch.1"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.427.0",
47
- "@genesislcap/foundation-ui": "14.427.0",
48
- "@genesislcap/foundation-utils": "14.427.0",
46
+ "@genesislcap/foundation-logger": "14.427.1-TAM-8.26-patch.1",
47
+ "@genesislcap/foundation-ui": "14.427.1-TAM-8.26-patch.1",
48
+ "@genesislcap/foundation-utils": "14.427.1-TAM-8.26-patch.1",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -73,5 +73,5 @@
73
73
  "require": "./dist/react.cjs"
74
74
  }
75
75
  },
76
- "gitHead": "8906c7c7a03330a19b81a9aa77b6c45f66b3ef6d"
76
+ "gitHead": "472a351543832bd7e1e7999f04360a134f50a92f"
77
77
  }