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