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