@genesislcap/foundation-ui 15.3.1 → 15.3.2-FUI-2591.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.
- package/dist/custom-elements.json +816 -804
- package/dist/dts/actions-menu/actions-menu.d.ts +3 -0
- package/dist/dts/actions-menu/actions-menu.d.ts.map +1 -1
- package/dist/dts/actions-menu/actions-menu.styles.d.ts.map +1 -1
- package/dist/dts/actions-menu/actions-menu.template.d.ts.map +1 -1
- package/dist/dts/react.d.ts +9 -9
- package/dist/esm/actions-menu/actions-menu.js +22 -0
- package/dist/esm/actions-menu/actions-menu.styles.js +1 -0
- package/dist/esm/actions-menu/actions-menu.template.js +2 -1
- package/dist/foundation-ui.api.json +62 -0
- package/dist/foundation-ui.d.ts +3 -0
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
|
@@ -1422,6 +1422,37 @@
|
|
|
1422
1422
|
}
|
|
1423
1423
|
]
|
|
1424
1424
|
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "javascript-module",
|
|
1427
|
+
"path": "src/_config/index.ts",
|
|
1428
|
+
"declarations": [],
|
|
1429
|
+
"exports": [
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "*",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "*",
|
|
1435
|
+
"package": "./styles"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "js",
|
|
1440
|
+
"name": "*",
|
|
1441
|
+
"declaration": {
|
|
1442
|
+
"name": "*",
|
|
1443
|
+
"package": "./tokens"
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "*",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"package": "./values"
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
]
|
|
1455
|
+
},
|
|
1425
1456
|
{
|
|
1426
1457
|
"kind": "javascript-module",
|
|
1427
1458
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1818,65 +1849,11 @@
|
|
|
1818
1849
|
},
|
|
1819
1850
|
{
|
|
1820
1851
|
"kind": "javascript-module",
|
|
1821
|
-
"path": "src/
|
|
1822
|
-
"declarations": [],
|
|
1823
|
-
"exports": [
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "js",
|
|
1826
|
-
"name": "*",
|
|
1827
|
-
"declaration": {
|
|
1828
|
-
"name": "*",
|
|
1829
|
-
"package": "./styles"
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "js",
|
|
1834
|
-
"name": "*",
|
|
1835
|
-
"declaration": {
|
|
1836
|
-
"name": "*",
|
|
1837
|
-
"package": "./tokens"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "js",
|
|
1842
|
-
"name": "*",
|
|
1843
|
-
"declaration": {
|
|
1844
|
-
"name": "*",
|
|
1845
|
-
"package": "./values"
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
|
-
]
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"kind": "javascript-module",
|
|
1852
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1852
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1853
1853
|
"declarations": [
|
|
1854
1854
|
{
|
|
1855
1855
|
"kind": "function",
|
|
1856
|
-
"name": "
|
|
1857
|
-
"return": {
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "ElementStyles"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
"parameters": [
|
|
1863
|
-
{
|
|
1864
|
-
"name": "context",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "ElementDefinitionContext"
|
|
1867
|
-
}
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "definition",
|
|
1871
|
-
"type": {
|
|
1872
|
-
"text": "FoundationElementDefinition"
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1875
|
-
]
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"kind": "function",
|
|
1879
|
-
"name": "foundationActionsMenuStyles",
|
|
1856
|
+
"name": "foundationAccordionStyles",
|
|
1880
1857
|
"return": {
|
|
1881
1858
|
"type": {
|
|
1882
1859
|
"text": "ElementStyles"
|
|
@@ -1901,269 +1878,277 @@
|
|
|
1901
1878
|
"exports": [
|
|
1902
1879
|
{
|
|
1903
1880
|
"kind": "js",
|
|
1904
|
-
"name": "
|
|
1905
|
-
"declaration": {
|
|
1906
|
-
"name": "actionsMenuBaseStyles",
|
|
1907
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"kind": "js",
|
|
1912
|
-
"name": "foundationActionsMenuStyles",
|
|
1881
|
+
"name": "foundationAccordionStyles",
|
|
1913
1882
|
"declaration": {
|
|
1914
|
-
"name": "
|
|
1915
|
-
"module": "src/
|
|
1883
|
+
"name": "foundationAccordionStyles",
|
|
1884
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1916
1885
|
}
|
|
1917
1886
|
}
|
|
1918
1887
|
]
|
|
1919
1888
|
},
|
|
1920
1889
|
{
|
|
1921
1890
|
"kind": "javascript-module",
|
|
1922
|
-
"path": "src/
|
|
1891
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1923
1892
|
"declarations": [
|
|
1924
1893
|
{
|
|
1925
1894
|
"kind": "function",
|
|
1926
|
-
"name": "
|
|
1895
|
+
"name": "foundationAccordionTemplate",
|
|
1896
|
+
"return": {
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "ViewTemplate<Accordion>"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1927
1901
|
"parameters": [
|
|
1928
1902
|
{
|
|
1929
|
-
"name": "
|
|
1903
|
+
"name": "context",
|
|
1930
1904
|
"type": {
|
|
1931
|
-
"text": "
|
|
1905
|
+
"text": "ElementDefinitionContext"
|
|
1932
1906
|
}
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "function",
|
|
1938
|
-
"name": "singleOptionTemplate",
|
|
1939
|
-
"parameters": [
|
|
1907
|
+
},
|
|
1940
1908
|
{
|
|
1941
|
-
"name": "
|
|
1909
|
+
"name": "definition",
|
|
1942
1910
|
"type": {
|
|
1943
|
-
"text": "
|
|
1911
|
+
"text": "FoundationElementDefinition"
|
|
1944
1912
|
}
|
|
1945
1913
|
}
|
|
1946
1914
|
]
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "variable",
|
|
1950
|
-
"name": "foundationActionsMenuTemplate",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1953
|
-
},
|
|
1954
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1955
1915
|
}
|
|
1956
1916
|
],
|
|
1957
1917
|
"exports": [
|
|
1958
1918
|
{
|
|
1959
1919
|
"kind": "js",
|
|
1960
|
-
"name": "
|
|
1961
|
-
"declaration": {
|
|
1962
|
-
"name": "menuTemplate",
|
|
1963
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1964
|
-
}
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "js",
|
|
1968
|
-
"name": "singleOptionTemplate",
|
|
1969
|
-
"declaration": {
|
|
1970
|
-
"name": "singleOptionTemplate",
|
|
1971
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"kind": "js",
|
|
1976
|
-
"name": "foundationActionsMenuTemplate",
|
|
1920
|
+
"name": "foundationAccordionTemplate",
|
|
1977
1921
|
"declaration": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "src/
|
|
1922
|
+
"name": "foundationAccordionTemplate",
|
|
1923
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1980
1924
|
}
|
|
1981
1925
|
}
|
|
1982
1926
|
]
|
|
1983
1927
|
},
|
|
1984
1928
|
{
|
|
1985
1929
|
"kind": "javascript-module",
|
|
1986
|
-
"path": "src/
|
|
1930
|
+
"path": "src/accordion/accordion.ts",
|
|
1987
1931
|
"declarations": [
|
|
1988
1932
|
{
|
|
1989
1933
|
"kind": "class",
|
|
1990
1934
|
"description": "",
|
|
1991
|
-
"name": "
|
|
1992
|
-
"
|
|
1935
|
+
"name": "Accordion",
|
|
1936
|
+
"superclass": {
|
|
1937
|
+
"name": "FASTAccordion",
|
|
1938
|
+
"package": "@microsoft/fast-foundation"
|
|
1939
|
+
},
|
|
1940
|
+
"tagName": "%%prefix%%-accordion",
|
|
1941
|
+
"customElement": true,
|
|
1942
|
+
"attributes": [
|
|
1993
1943
|
{
|
|
1994
|
-
"
|
|
1995
|
-
"name": "actions",
|
|
1944
|
+
"name": "expand-mode",
|
|
1996
1945
|
"type": {
|
|
1997
|
-
"text": "
|
|
1946
|
+
"text": "AccordionExpandMode"
|
|
1947
|
+
},
|
|
1948
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1949
|
+
"fieldName": "expandmode",
|
|
1950
|
+
"inheritedFrom": {
|
|
1951
|
+
"name": "Accordion",
|
|
1952
|
+
"module": "src/accordion/accordion.ts"
|
|
1998
1953
|
}
|
|
1999
|
-
}
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"members": [
|
|
2000
1957
|
{
|
|
2001
1958
|
"kind": "field",
|
|
2002
|
-
"name": "
|
|
1959
|
+
"name": "expandmode",
|
|
2003
1960
|
"type": {
|
|
2004
|
-
"text": "
|
|
1961
|
+
"text": "AccordionExpandMode"
|
|
2005
1962
|
},
|
|
2006
|
-
"
|
|
1963
|
+
"privacy": "public",
|
|
1964
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1965
|
+
"inheritedFrom": {
|
|
1966
|
+
"name": "Accordion",
|
|
1967
|
+
"module": "src/accordion/accordion.ts"
|
|
1968
|
+
}
|
|
2007
1969
|
},
|
|
2008
1970
|
{
|
|
2009
1971
|
"kind": "field",
|
|
2010
|
-
"name": "
|
|
1972
|
+
"name": "activeid",
|
|
2011
1973
|
"type": {
|
|
2012
|
-
"text": "
|
|
1974
|
+
"text": "string | null"
|
|
2013
1975
|
},
|
|
2014
|
-
"
|
|
1976
|
+
"privacy": "private",
|
|
1977
|
+
"inheritedFrom": {
|
|
1978
|
+
"name": "Accordion",
|
|
1979
|
+
"module": "src/accordion/accordion.ts"
|
|
1980
|
+
}
|
|
2015
1981
|
},
|
|
2016
1982
|
{
|
|
2017
1983
|
"kind": "field",
|
|
2018
|
-
"name": "
|
|
1984
|
+
"name": "activeItemIndex",
|
|
2019
1985
|
"type": {
|
|
2020
|
-
"text": "
|
|
1986
|
+
"text": "number"
|
|
2021
1987
|
},
|
|
2022
|
-
"
|
|
1988
|
+
"privacy": "private",
|
|
1989
|
+
"default": "0",
|
|
1990
|
+
"inheritedFrom": {
|
|
1991
|
+
"name": "Accordion",
|
|
1992
|
+
"module": "src/accordion/accordion.ts"
|
|
1993
|
+
}
|
|
2023
1994
|
},
|
|
2024
1995
|
{
|
|
2025
1996
|
"kind": "field",
|
|
2026
|
-
"name": "
|
|
1997
|
+
"name": "accordionIds",
|
|
2027
1998
|
"type": {
|
|
2028
|
-
"text": "string"
|
|
1999
|
+
"text": "Array<string | null>"
|
|
2000
|
+
},
|
|
2001
|
+
"privacy": "private",
|
|
2002
|
+
"inheritedFrom": {
|
|
2003
|
+
"name": "Accordion",
|
|
2004
|
+
"module": "src/accordion/accordion.ts"
|
|
2029
2005
|
}
|
|
2030
2006
|
},
|
|
2031
2007
|
{
|
|
2032
2008
|
"kind": "field",
|
|
2033
|
-
"name": "
|
|
2034
|
-
"
|
|
2035
|
-
|
|
2009
|
+
"name": "change",
|
|
2010
|
+
"privacy": "private",
|
|
2011
|
+
"inheritedFrom": {
|
|
2012
|
+
"name": "Accordion",
|
|
2013
|
+
"module": "src/accordion/accordion.ts"
|
|
2036
2014
|
}
|
|
2037
2015
|
},
|
|
2038
2016
|
{
|
|
2039
|
-
"kind": "
|
|
2040
|
-
"name": "
|
|
2041
|
-
"
|
|
2042
|
-
|
|
2017
|
+
"kind": "method",
|
|
2018
|
+
"name": "findExpandedItem",
|
|
2019
|
+
"privacy": "private",
|
|
2020
|
+
"return": {
|
|
2021
|
+
"type": {
|
|
2022
|
+
"text": "AccordionItem | null"
|
|
2023
|
+
}
|
|
2043
2024
|
},
|
|
2044
|
-
"
|
|
2025
|
+
"inheritedFrom": {
|
|
2026
|
+
"name": "Accordion",
|
|
2027
|
+
"module": "src/accordion/accordion.ts"
|
|
2028
|
+
}
|
|
2045
2029
|
},
|
|
2046
2030
|
{
|
|
2047
2031
|
"kind": "field",
|
|
2048
|
-
"name": "
|
|
2049
|
-
"
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"kind": "field",
|
|
2056
|
-
"name": "buttonAppearance",
|
|
2057
|
-
"type": {
|
|
2058
|
-
"text": "string"
|
|
2032
|
+
"name": "setItems",
|
|
2033
|
+
"privacy": "private",
|
|
2034
|
+
"inheritedFrom": {
|
|
2035
|
+
"name": "Accordion",
|
|
2036
|
+
"module": "src/accordion/accordion.ts"
|
|
2059
2037
|
}
|
|
2060
2038
|
},
|
|
2061
2039
|
{
|
|
2062
|
-
"kind": "
|
|
2063
|
-
"name": "
|
|
2064
|
-
"
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
{
|
|
2070
|
-
"kind": "field",
|
|
2071
|
-
"name": "hideMenuSingleOption",
|
|
2072
|
-
"type": {
|
|
2073
|
-
"text": "boolean"
|
|
2040
|
+
"kind": "method",
|
|
2041
|
+
"name": "resetItems",
|
|
2042
|
+
"privacy": "private",
|
|
2043
|
+
"return": {
|
|
2044
|
+
"type": {
|
|
2045
|
+
"text": "void"
|
|
2046
|
+
}
|
|
2074
2047
|
},
|
|
2075
|
-
"
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "Accordion",
|
|
2050
|
+
"module": "src/accordion/accordion.ts"
|
|
2051
|
+
}
|
|
2076
2052
|
},
|
|
2077
2053
|
{
|
|
2078
2054
|
"kind": "field",
|
|
2079
|
-
"name": "
|
|
2080
|
-
"
|
|
2081
|
-
|
|
2055
|
+
"name": "removeItemListeners",
|
|
2056
|
+
"privacy": "private",
|
|
2057
|
+
"inheritedFrom": {
|
|
2058
|
+
"name": "Accordion",
|
|
2059
|
+
"module": "src/accordion/accordion.ts"
|
|
2082
2060
|
}
|
|
2083
2061
|
},
|
|
2084
2062
|
{
|
|
2085
2063
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2087
|
-
"
|
|
2088
|
-
|
|
2064
|
+
"name": "activeItemChange",
|
|
2065
|
+
"privacy": "private",
|
|
2066
|
+
"inheritedFrom": {
|
|
2067
|
+
"name": "Accordion",
|
|
2068
|
+
"module": "src/accordion/accordion.ts"
|
|
2089
2069
|
}
|
|
2090
2070
|
},
|
|
2091
2071
|
{
|
|
2092
2072
|
"kind": "method",
|
|
2093
|
-
"name": "
|
|
2094
|
-
"privacy": "
|
|
2095
|
-
"
|
|
2096
|
-
{
|
|
2097
|
-
"
|
|
2098
|
-
"type": {
|
|
2099
|
-
"text": "any"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"name": "newValue",
|
|
2104
|
-
"type": {
|
|
2105
|
-
"text": "any"
|
|
2106
|
-
}
|
|
2073
|
+
"name": "getItemIds",
|
|
2074
|
+
"privacy": "private",
|
|
2075
|
+
"return": {
|
|
2076
|
+
"type": {
|
|
2077
|
+
"text": "Array<string | null>"
|
|
2107
2078
|
}
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
"privacy": "protected"
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"kind": "method",
|
|
2117
|
-
"name": "toggleActionsMenuVisibility"
|
|
2079
|
+
},
|
|
2080
|
+
"inheritedFrom": {
|
|
2081
|
+
"name": "Accordion",
|
|
2082
|
+
"module": "src/accordion/accordion.ts"
|
|
2083
|
+
}
|
|
2118
2084
|
},
|
|
2119
2085
|
{
|
|
2120
2086
|
"kind": "method",
|
|
2121
|
-
"name": "
|
|
2122
|
-
"
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
"
|
|
2126
|
-
"text": "(rowData) => void | any"
|
|
2127
|
-
}
|
|
2087
|
+
"name": "isSingleExpandMode",
|
|
2088
|
+
"privacy": "private",
|
|
2089
|
+
"return": {
|
|
2090
|
+
"type": {
|
|
2091
|
+
"text": "boolean"
|
|
2128
2092
|
}
|
|
2129
|
-
|
|
2093
|
+
},
|
|
2094
|
+
"inheritedFrom": {
|
|
2095
|
+
"name": "Accordion",
|
|
2096
|
+
"module": "src/accordion/accordion.ts"
|
|
2097
|
+
}
|
|
2130
2098
|
},
|
|
2131
2099
|
{
|
|
2132
2100
|
"kind": "field",
|
|
2133
|
-
"name": "
|
|
2134
|
-
"
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2101
|
+
"name": "handleItemKeyDown",
|
|
2102
|
+
"privacy": "private",
|
|
2103
|
+
"inheritedFrom": {
|
|
2104
|
+
"name": "Accordion",
|
|
2105
|
+
"module": "src/accordion/accordion.ts"
|
|
2106
|
+
}
|
|
2138
2107
|
},
|
|
2139
2108
|
{
|
|
2140
2109
|
"kind": "field",
|
|
2141
|
-
"name": "
|
|
2142
|
-
"
|
|
2110
|
+
"name": "handleItemFocus",
|
|
2111
|
+
"privacy": "private",
|
|
2112
|
+
"inheritedFrom": {
|
|
2113
|
+
"name": "Accordion",
|
|
2114
|
+
"module": "src/accordion/accordion.ts"
|
|
2115
|
+
}
|
|
2143
2116
|
},
|
|
2144
2117
|
{
|
|
2145
2118
|
"kind": "method",
|
|
2146
|
-
"name": "
|
|
2119
|
+
"name": "adjust",
|
|
2120
|
+
"privacy": "private",
|
|
2121
|
+
"return": {
|
|
2122
|
+
"type": {
|
|
2123
|
+
"text": "void"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2147
2126
|
"parameters": [
|
|
2148
2127
|
{
|
|
2149
|
-
"name": "
|
|
2128
|
+
"name": "adjustment",
|
|
2150
2129
|
"type": {
|
|
2151
|
-
"text": "
|
|
2130
|
+
"text": "number"
|
|
2152
2131
|
}
|
|
2153
2132
|
}
|
|
2154
|
-
]
|
|
2133
|
+
],
|
|
2134
|
+
"inheritedFrom": {
|
|
2135
|
+
"name": "Accordion",
|
|
2136
|
+
"module": "src/accordion/accordion.ts"
|
|
2137
|
+
}
|
|
2155
2138
|
},
|
|
2156
2139
|
{
|
|
2157
2140
|
"kind": "method",
|
|
2158
|
-
"name": "
|
|
2159
|
-
"
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
"
|
|
2163
|
-
"text": "string"
|
|
2164
|
-
}
|
|
2141
|
+
"name": "focusItem",
|
|
2142
|
+
"privacy": "private",
|
|
2143
|
+
"return": {
|
|
2144
|
+
"type": {
|
|
2145
|
+
"text": "void"
|
|
2165
2146
|
}
|
|
2166
|
-
|
|
2147
|
+
},
|
|
2148
|
+
"inheritedFrom": {
|
|
2149
|
+
"name": "Accordion",
|
|
2150
|
+
"module": "src/accordion/accordion.ts"
|
|
2151
|
+
}
|
|
2167
2152
|
},
|
|
2168
2153
|
{
|
|
2169
2154
|
"kind": "field",
|
|
@@ -2277,107 +2262,78 @@
|
|
|
2277
2262
|
}
|
|
2278
2263
|
}
|
|
2279
2264
|
],
|
|
2280
|
-
"
|
|
2281
|
-
{
|
|
2282
|
-
"name": "is-vertical",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "boolean"
|
|
2285
|
-
},
|
|
2286
|
-
"default": "false",
|
|
2287
|
-
"fieldName": "isVertical"
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "add-default-actions",
|
|
2291
|
-
"type": {
|
|
2292
|
-
"text": "boolean"
|
|
2293
|
-
},
|
|
2294
|
-
"default": "true",
|
|
2295
|
-
"fieldName": "addDefaultActions"
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"name": "auto-close-on-action",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"text": "boolean"
|
|
2301
|
-
},
|
|
2302
|
-
"default": "true",
|
|
2303
|
-
"fieldName": "autoCloseOnAction"
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"name": "name",
|
|
2307
|
-
"type": {
|
|
2308
|
-
"text": "string"
|
|
2309
|
-
},
|
|
2310
|
-
"default": "'Actions'",
|
|
2311
|
-
"fieldName": "name"
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"name": "open",
|
|
2315
|
-
"type": {
|
|
2316
|
-
"text": "boolean"
|
|
2317
|
-
},
|
|
2318
|
-
"default": "false",
|
|
2319
|
-
"fieldName": "open"
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"name": "buttonAppearance",
|
|
2323
|
-
"type": {
|
|
2324
|
-
"text": "string"
|
|
2325
|
-
},
|
|
2326
|
-
"fieldName": "buttonAppearance"
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "hide-disabled",
|
|
2330
|
-
"type": {
|
|
2331
|
-
"text": "boolean"
|
|
2332
|
-
},
|
|
2333
|
-
"default": "false",
|
|
2334
|
-
"fieldName": "hideDisabled"
|
|
2335
|
-
},
|
|
2265
|
+
"events": [
|
|
2336
2266
|
{
|
|
2337
|
-
"
|
|
2338
|
-
"
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2267
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
2268
|
+
"name": "change",
|
|
2269
|
+
"inheritedFrom": {
|
|
2270
|
+
"name": "Accordion",
|
|
2271
|
+
"module": "src/accordion/accordion.ts"
|
|
2272
|
+
}
|
|
2343
2273
|
}
|
|
2344
|
-
]
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"kind": "variable",
|
|
2278
|
+
"name": "foundationAccordionShadowOptions",
|
|
2279
|
+
"type": {
|
|
2280
|
+
"text": "ShadowRootInit"
|
|
2348
2281
|
},
|
|
2349
|
-
"
|
|
2350
|
-
"customElement": true
|
|
2282
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2351
2283
|
},
|
|
2352
2284
|
{
|
|
2353
2285
|
"kind": "variable",
|
|
2354
|
-
"name": "
|
|
2355
|
-
"
|
|
2286
|
+
"name": "defaultAccordionConfig",
|
|
2287
|
+
"type": {
|
|
2288
|
+
"text": "object"
|
|
2289
|
+
},
|
|
2290
|
+
"default": "{}"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"kind": "variable",
|
|
2294
|
+
"name": "foundationAccordion",
|
|
2295
|
+
"description": "The Foundation Accordion",
|
|
2356
2296
|
"privacy": "public"
|
|
2357
2297
|
}
|
|
2358
2298
|
],
|
|
2359
2299
|
"exports": [
|
|
2360
2300
|
{
|
|
2361
2301
|
"kind": "js",
|
|
2362
|
-
"name": "
|
|
2302
|
+
"name": "Accordion",
|
|
2363
2303
|
"declaration": {
|
|
2364
|
-
"name": "
|
|
2365
|
-
"module": "src/
|
|
2304
|
+
"name": "Accordion",
|
|
2305
|
+
"module": "src/accordion/accordion.ts"
|
|
2366
2306
|
}
|
|
2367
2307
|
},
|
|
2368
2308
|
{
|
|
2369
2309
|
"kind": "js",
|
|
2370
|
-
"name": "
|
|
2310
|
+
"name": "foundationAccordionShadowOptions",
|
|
2371
2311
|
"declaration": {
|
|
2372
|
-
"name": "
|
|
2373
|
-
"module": "src/
|
|
2312
|
+
"name": "foundationAccordionShadowOptions",
|
|
2313
|
+
"module": "src/accordion/accordion.ts"
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"kind": "js",
|
|
2318
|
+
"name": "defaultAccordionConfig",
|
|
2319
|
+
"declaration": {
|
|
2320
|
+
"name": "defaultAccordionConfig",
|
|
2321
|
+
"module": "src/accordion/accordion.ts"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"kind": "js",
|
|
2326
|
+
"name": "foundationAccordion",
|
|
2327
|
+
"declaration": {
|
|
2328
|
+
"name": "foundationAccordion",
|
|
2329
|
+
"module": "src/accordion/accordion.ts"
|
|
2374
2330
|
}
|
|
2375
2331
|
}
|
|
2376
2332
|
]
|
|
2377
2333
|
},
|
|
2378
2334
|
{
|
|
2379
2335
|
"kind": "javascript-module",
|
|
2380
|
-
"path": "src/
|
|
2336
|
+
"path": "src/accordion/index.ts",
|
|
2381
2337
|
"declarations": [],
|
|
2382
2338
|
"exports": [
|
|
2383
2339
|
{
|
|
@@ -2385,7 +2341,7 @@
|
|
|
2385
2341
|
"name": "*",
|
|
2386
2342
|
"declaration": {
|
|
2387
2343
|
"name": "*",
|
|
2388
|
-
"package": "./
|
|
2344
|
+
"package": "./accordion.template"
|
|
2389
2345
|
}
|
|
2390
2346
|
},
|
|
2391
2347
|
{
|
|
@@ -2393,7 +2349,7 @@
|
|
|
2393
2349
|
"name": "*",
|
|
2394
2350
|
"declaration": {
|
|
2395
2351
|
"name": "*",
|
|
2396
|
-
"package": "./
|
|
2352
|
+
"package": "./accordion.styles"
|
|
2397
2353
|
}
|
|
2398
2354
|
},
|
|
2399
2355
|
{
|
|
@@ -2401,122 +2357,210 @@
|
|
|
2401
2357
|
"name": "*",
|
|
2402
2358
|
"declaration": {
|
|
2403
2359
|
"name": "*",
|
|
2404
|
-
"package": "./
|
|
2360
|
+
"package": "./accordion"
|
|
2405
2361
|
}
|
|
2406
2362
|
}
|
|
2407
2363
|
]
|
|
2408
2364
|
},
|
|
2409
2365
|
{
|
|
2410
2366
|
"kind": "javascript-module",
|
|
2411
|
-
"path": "src/
|
|
2367
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2412
2368
|
"declarations": [
|
|
2413
2369
|
{
|
|
2414
|
-
"kind": "
|
|
2415
|
-
"name": "
|
|
2416
|
-
"
|
|
2370
|
+
"kind": "function",
|
|
2371
|
+
"name": "actionsMenuBaseStyles",
|
|
2372
|
+
"return": {
|
|
2373
|
+
"type": {
|
|
2374
|
+
"text": "ElementStyles"
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
2377
|
+
"parameters": [
|
|
2378
|
+
{
|
|
2379
|
+
"name": "context",
|
|
2380
|
+
"type": {
|
|
2381
|
+
"text": "ElementDefinitionContext"
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"name": "definition",
|
|
2386
|
+
"type": {
|
|
2387
|
+
"text": "FoundationElementDefinition"
|
|
2388
|
+
}
|
|
2389
|
+
}
|
|
2390
|
+
]
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "function",
|
|
2394
|
+
"name": "foundationActionsMenuStyles",
|
|
2395
|
+
"return": {
|
|
2396
|
+
"type": {
|
|
2397
|
+
"text": "ElementStyles"
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
"parameters": [
|
|
2401
|
+
{
|
|
2402
|
+
"name": "context",
|
|
2403
|
+
"type": {
|
|
2404
|
+
"text": "ElementDefinitionContext"
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "definition",
|
|
2409
|
+
"type": {
|
|
2410
|
+
"text": "FoundationElementDefinition"
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
]
|
|
2417
2414
|
}
|
|
2418
2415
|
],
|
|
2419
2416
|
"exports": [
|
|
2420
2417
|
{
|
|
2421
2418
|
"kind": "js",
|
|
2422
|
-
"name": "
|
|
2419
|
+
"name": "actionsMenuBaseStyles",
|
|
2423
2420
|
"declaration": {
|
|
2424
|
-
"name": "
|
|
2425
|
-
"module": "src/
|
|
2421
|
+
"name": "actionsMenuBaseStyles",
|
|
2422
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "js",
|
|
2427
|
+
"name": "foundationActionsMenuStyles",
|
|
2428
|
+
"declaration": {
|
|
2429
|
+
"name": "foundationActionsMenuStyles",
|
|
2430
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2426
2431
|
}
|
|
2427
2432
|
}
|
|
2428
2433
|
]
|
|
2429
2434
|
},
|
|
2430
2435
|
{
|
|
2431
2436
|
"kind": "javascript-module",
|
|
2432
|
-
"path": "src/
|
|
2437
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2433
2438
|
"declarations": [
|
|
2439
|
+
{
|
|
2440
|
+
"kind": "function",
|
|
2441
|
+
"name": "menuTemplate",
|
|
2442
|
+
"parameters": [
|
|
2443
|
+
{
|
|
2444
|
+
"name": "prefix",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "string"
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
]
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"kind": "function",
|
|
2453
|
+
"name": "singleOptionTemplate",
|
|
2454
|
+
"parameters": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "prefix",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "string"
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
]
|
|
2462
|
+
},
|
|
2434
2463
|
{
|
|
2435
2464
|
"kind": "variable",
|
|
2436
|
-
"name": "
|
|
2465
|
+
"name": "foundationActionsMenuTemplate",
|
|
2437
2466
|
"type": {
|
|
2438
|
-
"text": "ViewTemplate<
|
|
2467
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2439
2468
|
},
|
|
2440
|
-
"default": "html`\n ${(x) =>
|
|
2469
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2441
2470
|
}
|
|
2442
2471
|
],
|
|
2443
2472
|
"exports": [
|
|
2444
2473
|
{
|
|
2445
2474
|
"kind": "js",
|
|
2446
|
-
"name": "
|
|
2475
|
+
"name": "menuTemplate",
|
|
2447
2476
|
"declaration": {
|
|
2448
|
-
"name": "
|
|
2449
|
-
"module": "src/
|
|
2477
|
+
"name": "menuTemplate",
|
|
2478
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"kind": "js",
|
|
2483
|
+
"name": "singleOptionTemplate",
|
|
2484
|
+
"declaration": {
|
|
2485
|
+
"name": "singleOptionTemplate",
|
|
2486
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"kind": "js",
|
|
2491
|
+
"name": "foundationActionsMenuTemplate",
|
|
2492
|
+
"declaration": {
|
|
2493
|
+
"name": "foundationActionsMenuTemplate",
|
|
2494
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2450
2495
|
}
|
|
2451
2496
|
}
|
|
2452
2497
|
]
|
|
2453
2498
|
},
|
|
2454
2499
|
{
|
|
2455
2500
|
"kind": "javascript-module",
|
|
2456
|
-
"path": "src/
|
|
2501
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2457
2502
|
"declarations": [
|
|
2458
2503
|
{
|
|
2459
2504
|
"kind": "class",
|
|
2460
|
-
"description": "
|
|
2461
|
-
"name": "
|
|
2505
|
+
"description": "",
|
|
2506
|
+
"name": "ActionsMenu",
|
|
2462
2507
|
"members": [
|
|
2463
2508
|
{
|
|
2464
2509
|
"kind": "field",
|
|
2465
|
-
"name": "
|
|
2510
|
+
"name": "actions",
|
|
2466
2511
|
"type": {
|
|
2467
|
-
"text": "
|
|
2512
|
+
"text": "ActionMenuItem[]"
|
|
2468
2513
|
}
|
|
2469
2514
|
},
|
|
2470
2515
|
{
|
|
2471
2516
|
"kind": "field",
|
|
2472
|
-
"name": "
|
|
2517
|
+
"name": "isVertical",
|
|
2473
2518
|
"type": {
|
|
2474
|
-
"text": "
|
|
2519
|
+
"text": "boolean"
|
|
2475
2520
|
},
|
|
2476
|
-
"default": "
|
|
2521
|
+
"default": "false"
|
|
2477
2522
|
},
|
|
2478
2523
|
{
|
|
2479
2524
|
"kind": "field",
|
|
2480
|
-
"name": "
|
|
2525
|
+
"name": "addDefaultActions",
|
|
2481
2526
|
"type": {
|
|
2482
2527
|
"text": "boolean"
|
|
2483
|
-
}
|
|
2528
|
+
},
|
|
2529
|
+
"default": "true"
|
|
2484
2530
|
},
|
|
2485
2531
|
{
|
|
2486
2532
|
"kind": "field",
|
|
2487
|
-
"name": "
|
|
2533
|
+
"name": "autoCloseOnAction",
|
|
2488
2534
|
"type": {
|
|
2489
|
-
"text": "
|
|
2535
|
+
"text": "boolean"
|
|
2490
2536
|
},
|
|
2491
|
-
"default": "
|
|
2537
|
+
"default": "true"
|
|
2492
2538
|
},
|
|
2493
2539
|
{
|
|
2494
2540
|
"kind": "field",
|
|
2495
|
-
"name": "
|
|
2541
|
+
"name": "classNames",
|
|
2496
2542
|
"type": {
|
|
2497
|
-
"text": "
|
|
2498
|
-
}
|
|
2499
|
-
"default": "false"
|
|
2543
|
+
"text": "string"
|
|
2544
|
+
}
|
|
2500
2545
|
},
|
|
2501
2546
|
{
|
|
2502
2547
|
"kind": "field",
|
|
2503
|
-
"name": "
|
|
2548
|
+
"name": "definition",
|
|
2504
2549
|
"type": {
|
|
2505
|
-
"text": "
|
|
2506
|
-
}
|
|
2507
|
-
"default": "null"
|
|
2550
|
+
"text": "any"
|
|
2551
|
+
}
|
|
2508
2552
|
},
|
|
2509
2553
|
{
|
|
2510
2554
|
"kind": "field",
|
|
2511
|
-
"name": "
|
|
2555
|
+
"name": "name",
|
|
2512
2556
|
"type": {
|
|
2513
|
-
"text": "
|
|
2557
|
+
"text": "string"
|
|
2514
2558
|
},
|
|
2515
|
-
"default": "
|
|
2559
|
+
"default": "'Actions'"
|
|
2516
2560
|
},
|
|
2517
2561
|
{
|
|
2518
2562
|
"kind": "field",
|
|
2519
|
-
"name": "
|
|
2563
|
+
"name": "open",
|
|
2520
2564
|
"type": {
|
|
2521
2565
|
"text": "boolean"
|
|
2522
2566
|
},
|
|
@@ -2524,15 +2568,14 @@
|
|
|
2524
2568
|
},
|
|
2525
2569
|
{
|
|
2526
2570
|
"kind": "field",
|
|
2527
|
-
"name": "
|
|
2571
|
+
"name": "buttonAppearance",
|
|
2528
2572
|
"type": {
|
|
2529
|
-
"text": "
|
|
2530
|
-
}
|
|
2531
|
-
"default": "[]"
|
|
2573
|
+
"text": "string"
|
|
2574
|
+
}
|
|
2532
2575
|
},
|
|
2533
2576
|
{
|
|
2534
2577
|
"kind": "field",
|
|
2535
|
-
"name": "
|
|
2578
|
+
"name": "hideDisabled",
|
|
2536
2579
|
"type": {
|
|
2537
2580
|
"text": "boolean"
|
|
2538
2581
|
},
|
|
@@ -2540,125 +2583,114 @@
|
|
|
2540
2583
|
},
|
|
2541
2584
|
{
|
|
2542
2585
|
"kind": "field",
|
|
2543
|
-
"name": "
|
|
2586
|
+
"name": "hideMenuSingleOption",
|
|
2544
2587
|
"type": {
|
|
2545
|
-
"text": "
|
|
2588
|
+
"text": "boolean"
|
|
2546
2589
|
},
|
|
2547
|
-
"
|
|
2590
|
+
"default": "false"
|
|
2548
2591
|
},
|
|
2549
2592
|
{
|
|
2550
2593
|
"kind": "field",
|
|
2551
|
-
"name": "
|
|
2594
|
+
"name": "singleOption",
|
|
2552
2595
|
"type": {
|
|
2553
|
-
"text": "
|
|
2554
|
-
}
|
|
2555
|
-
"privacy": "private",
|
|
2556
|
-
"default": "null"
|
|
2596
|
+
"text": "ActionMenuItem"
|
|
2597
|
+
}
|
|
2557
2598
|
},
|
|
2558
2599
|
{
|
|
2559
2600
|
"kind": "field",
|
|
2560
|
-
"name": "
|
|
2601
|
+
"name": "actionsMenu",
|
|
2561
2602
|
"type": {
|
|
2562
|
-
"text": "
|
|
2563
|
-
}
|
|
2564
|
-
"privacy": "private",
|
|
2565
|
-
"default": "null"
|
|
2603
|
+
"text": "HTMLElement"
|
|
2604
|
+
}
|
|
2566
2605
|
},
|
|
2567
2606
|
{
|
|
2568
2607
|
"kind": "field",
|
|
2569
|
-
"name": "
|
|
2608
|
+
"name": "actionsOpener",
|
|
2570
2609
|
"type": {
|
|
2571
|
-
"text": "
|
|
2572
|
-
}
|
|
2573
|
-
"readonly": true
|
|
2610
|
+
"text": "HTMLElement"
|
|
2611
|
+
}
|
|
2574
2612
|
},
|
|
2575
2613
|
{
|
|
2576
|
-
"kind": "
|
|
2577
|
-
"name": "
|
|
2578
|
-
"
|
|
2579
|
-
"text": "CriteriaChip[]"
|
|
2580
|
-
},
|
|
2581
|
-
"readonly": true
|
|
2614
|
+
"kind": "method",
|
|
2615
|
+
"name": "updateMenuPosition",
|
|
2616
|
+
"privacy": "private"
|
|
2582
2617
|
},
|
|
2583
2618
|
{
|
|
2584
2619
|
"kind": "method",
|
|
2585
|
-
"name": "
|
|
2586
|
-
"privacy": "
|
|
2587
|
-
"return": {
|
|
2588
|
-
"type": {
|
|
2589
|
-
"text": "string"
|
|
2590
|
-
}
|
|
2591
|
-
},
|
|
2620
|
+
"name": "definitionChanged",
|
|
2621
|
+
"privacy": "protected",
|
|
2592
2622
|
"parameters": [
|
|
2593
2623
|
{
|
|
2594
|
-
"name": "
|
|
2624
|
+
"name": "oldValue",
|
|
2595
2625
|
"type": {
|
|
2596
|
-
"text": "
|
|
2626
|
+
"text": "any"
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"name": "newValue",
|
|
2631
|
+
"type": {
|
|
2632
|
+
"text": "any"
|
|
2597
2633
|
}
|
|
2598
2634
|
}
|
|
2599
2635
|
]
|
|
2600
2636
|
},
|
|
2601
2637
|
{
|
|
2602
2638
|
"kind": "method",
|
|
2603
|
-
"name": "
|
|
2604
|
-
"
|
|
2605
|
-
"type": {
|
|
2606
|
-
"text": "void"
|
|
2607
|
-
}
|
|
2608
|
-
}
|
|
2639
|
+
"name": "openChanged",
|
|
2640
|
+
"privacy": "protected"
|
|
2609
2641
|
},
|
|
2610
2642
|
{
|
|
2611
2643
|
"kind": "method",
|
|
2612
|
-
"name": "
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
},
|
|
2644
|
+
"name": "toggleActionsMenuVisibility"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"kind": "method",
|
|
2648
|
+
"name": "onActionMenuItemClick",
|
|
2618
2649
|
"parameters": [
|
|
2619
2650
|
{
|
|
2620
|
-
"name": "
|
|
2621
|
-
"type": {
|
|
2622
|
-
"text": "number"
|
|
2623
|
-
}
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"name": "clauseIndex",
|
|
2651
|
+
"name": "callback",
|
|
2627
2652
|
"type": {
|
|
2628
|
-
"text": "
|
|
2653
|
+
"text": "(rowData) => void | any"
|
|
2629
2654
|
}
|
|
2630
2655
|
}
|
|
2631
2656
|
]
|
|
2632
2657
|
},
|
|
2633
2658
|
{
|
|
2634
|
-
"kind": "
|
|
2635
|
-
"name": "
|
|
2636
|
-
"
|
|
2637
|
-
"
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
}
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"kind": "method",
|
|
2644
|
-
"name": "handleSubmit"
|
|
2645
|
-
},
|
|
2646
|
-
{
|
|
2647
|
-
"kind": "method",
|
|
2648
|
-
"name": "handleBlur"
|
|
2659
|
+
"kind": "field",
|
|
2660
|
+
"name": "allActions",
|
|
2661
|
+
"type": {
|
|
2662
|
+
"text": "ActionMenuItem[]"
|
|
2663
|
+
},
|
|
2664
|
+
"readonly": true
|
|
2649
2665
|
},
|
|
2650
2666
|
{
|
|
2651
|
-
"kind": "
|
|
2652
|
-
"name": "
|
|
2667
|
+
"kind": "field",
|
|
2668
|
+
"name": "rowData",
|
|
2669
|
+
"readonly": true
|
|
2653
2670
|
},
|
|
2654
2671
|
{
|
|
2655
2672
|
"kind": "method",
|
|
2656
|
-
"name": "
|
|
2673
|
+
"name": "getLabel",
|
|
2674
|
+
"parameters": [
|
|
2675
|
+
{
|
|
2676
|
+
"name": "name",
|
|
2677
|
+
"type": {
|
|
2678
|
+
"text": "string | ((rowData: any) => string)"
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2657
2682
|
},
|
|
2658
2683
|
{
|
|
2659
2684
|
"kind": "method",
|
|
2660
|
-
"name": "
|
|
2661
|
-
"
|
|
2685
|
+
"name": "getTemplate",
|
|
2686
|
+
"parameters": [
|
|
2687
|
+
{
|
|
2688
|
+
"name": "prefix",
|
|
2689
|
+
"type": {
|
|
2690
|
+
"text": "string"
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
]
|
|
2662
2694
|
},
|
|
2663
2695
|
{
|
|
2664
2696
|
"kind": "field",
|
|
@@ -2772,154 +2804,115 @@
|
|
|
2772
2804
|
}
|
|
2773
2805
|
}
|
|
2774
2806
|
],
|
|
2775
|
-
"
|
|
2807
|
+
"attributes": [
|
|
2776
2808
|
{
|
|
2777
|
-
"
|
|
2778
|
-
"
|
|
2809
|
+
"name": "is-vertical",
|
|
2810
|
+
"type": {
|
|
2811
|
+
"text": "boolean"
|
|
2812
|
+
},
|
|
2813
|
+
"default": "false",
|
|
2814
|
+
"fieldName": "isVertical"
|
|
2779
2815
|
},
|
|
2780
2816
|
{
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2817
|
+
"name": "add-default-actions",
|
|
2818
|
+
"type": {
|
|
2819
|
+
"text": "boolean"
|
|
2820
|
+
},
|
|
2821
|
+
"default": "true",
|
|
2822
|
+
"fieldName": "addDefaultActions"
|
|
2823
|
+
},
|
|
2786
2824
|
{
|
|
2787
|
-
"name": "
|
|
2825
|
+
"name": "auto-close-on-action",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "boolean"
|
|
2828
|
+
},
|
|
2829
|
+
"default": "true",
|
|
2830
|
+
"fieldName": "autoCloseOnAction"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "name",
|
|
2788
2834
|
"type": {
|
|
2789
2835
|
"text": "string"
|
|
2790
2836
|
},
|
|
2791
|
-
"default": "'
|
|
2792
|
-
"fieldName": "
|
|
2837
|
+
"default": "'Actions'",
|
|
2838
|
+
"fieldName": "name"
|
|
2793
2839
|
},
|
|
2794
2840
|
{
|
|
2841
|
+
"name": "open",
|
|
2795
2842
|
"type": {
|
|
2796
2843
|
"text": "boolean"
|
|
2797
2844
|
},
|
|
2798
|
-
"
|
|
2845
|
+
"default": "false",
|
|
2846
|
+
"fieldName": "open"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "buttonAppearance",
|
|
2850
|
+
"type": {
|
|
2851
|
+
"text": "string"
|
|
2852
|
+
},
|
|
2853
|
+
"fieldName": "buttonAppearance"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "hide-disabled",
|
|
2857
|
+
"type": {
|
|
2858
|
+
"text": "boolean"
|
|
2859
|
+
},
|
|
2860
|
+
"default": "false",
|
|
2861
|
+
"fieldName": "hideDisabled"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "hide-menu-single-option",
|
|
2865
|
+
"type": {
|
|
2866
|
+
"text": "boolean"
|
|
2867
|
+
},
|
|
2868
|
+
"default": "false",
|
|
2869
|
+
"fieldName": "hideMenuSingleOption"
|
|
2799
2870
|
}
|
|
2800
2871
|
],
|
|
2801
2872
|
"superclass": {
|
|
2802
2873
|
"name": "FoundationElement",
|
|
2803
2874
|
"package": "@microsoft/fast-foundation"
|
|
2804
2875
|
},
|
|
2805
|
-
"tagName": "%%prefix%%-
|
|
2876
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2806
2877
|
"customElement": true
|
|
2807
2878
|
},
|
|
2808
2879
|
{
|
|
2809
2880
|
"kind": "variable",
|
|
2810
|
-
"name": "
|
|
2811
|
-
"
|
|
2812
|
-
|
|
2813
|
-
},
|
|
2814
|
-
"default": "undefined"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"kind": "variable",
|
|
2818
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2819
|
-
"type": {
|
|
2820
|
-
"text": "object"
|
|
2821
|
-
},
|
|
2822
|
-
"default": "{}"
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"kind": "variable",
|
|
2826
|
-
"name": "foundationAiCriteriaSearch"
|
|
2881
|
+
"name": "foundationActionsMenu",
|
|
2882
|
+
"description": "The Foundation Actions Menu",
|
|
2883
|
+
"privacy": "public"
|
|
2827
2884
|
}
|
|
2828
2885
|
],
|
|
2829
2886
|
"exports": [
|
|
2830
2887
|
{
|
|
2831
2888
|
"kind": "js",
|
|
2832
|
-
"name": "
|
|
2833
|
-
"declaration": {
|
|
2834
|
-
"name": "AiCriteriaSearch",
|
|
2835
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2836
|
-
}
|
|
2837
|
-
},
|
|
2838
|
-
{
|
|
2839
|
-
"kind": "js",
|
|
2840
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2841
|
-
"declaration": {
|
|
2842
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2843
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2844
|
-
}
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
"kind": "js",
|
|
2848
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2889
|
+
"name": "ActionsMenu",
|
|
2849
2890
|
"declaration": {
|
|
2850
|
-
"name": "
|
|
2851
|
-
"module": "src/
|
|
2891
|
+
"name": "ActionsMenu",
|
|
2892
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2852
2893
|
}
|
|
2853
2894
|
},
|
|
2854
2895
|
{
|
|
2855
2896
|
"kind": "js",
|
|
2856
|
-
"name": "
|
|
2897
|
+
"name": "foundationActionsMenu",
|
|
2857
2898
|
"declaration": {
|
|
2858
|
-
"name": "
|
|
2859
|
-
"module": "src/
|
|
2899
|
+
"name": "foundationActionsMenu",
|
|
2900
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2860
2901
|
}
|
|
2861
2902
|
}
|
|
2862
2903
|
]
|
|
2863
2904
|
},
|
|
2864
2905
|
{
|
|
2865
2906
|
"kind": "javascript-module",
|
|
2866
|
-
"path": "src/
|
|
2907
|
+
"path": "src/actions-menu/index.ts",
|
|
2867
2908
|
"declarations": [],
|
|
2868
2909
|
"exports": [
|
|
2869
|
-
{
|
|
2870
|
-
"kind": "js",
|
|
2871
|
-
"name": "AiCriteriaSearch",
|
|
2872
|
-
"declaration": {
|
|
2873
|
-
"name": "AiCriteriaSearch",
|
|
2874
|
-
"module": "./ai-criteria-search"
|
|
2875
|
-
}
|
|
2876
|
-
},
|
|
2877
|
-
{
|
|
2878
|
-
"kind": "js",
|
|
2879
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2880
|
-
"declaration": {
|
|
2881
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2882
|
-
"module": "./ai-criteria-search"
|
|
2883
|
-
}
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"kind": "js",
|
|
2887
|
-
"name": "foundationAiCriteriaSearch",
|
|
2888
|
-
"declaration": {
|
|
2889
|
-
"name": "foundationAiCriteriaSearch",
|
|
2890
|
-
"module": "./ai-criteria-search"
|
|
2891
|
-
}
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"kind": "js",
|
|
2895
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2896
|
-
"declaration": {
|
|
2897
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2898
|
-
"module": "./ai-criteria-search"
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"kind": "js",
|
|
2903
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2904
|
-
"declaration": {
|
|
2905
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2906
|
-
"module": "./ai-criteria-search.styles"
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
2909
|
-
{
|
|
2910
|
-
"kind": "js",
|
|
2911
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2912
|
-
"declaration": {
|
|
2913
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2914
|
-
"module": "./ai-criteria-search.template"
|
|
2915
|
-
}
|
|
2916
|
-
},
|
|
2917
2910
|
{
|
|
2918
2911
|
"kind": "js",
|
|
2919
2912
|
"name": "*",
|
|
2920
2913
|
"declaration": {
|
|
2921
2914
|
"name": "*",
|
|
2922
|
-
"package": "./
|
|
2915
|
+
"package": "./actions-menu.styles"
|
|
2923
2916
|
}
|
|
2924
2917
|
},
|
|
2925
2918
|
{
|
|
@@ -2927,7 +2920,7 @@
|
|
|
2927
2920
|
"name": "*",
|
|
2928
2921
|
"declaration": {
|
|
2929
2922
|
"name": "*",
|
|
2930
|
-
"package": "./
|
|
2923
|
+
"package": "./actions-menu.template"
|
|
2931
2924
|
}
|
|
2932
2925
|
},
|
|
2933
2926
|
{
|
|
@@ -2935,357 +2928,215 @@
|
|
|
2935
2928
|
"name": "*",
|
|
2936
2929
|
"declaration": {
|
|
2937
2930
|
"name": "*",
|
|
2938
|
-
"package": "./
|
|
2931
|
+
"package": "./actions-menu"
|
|
2939
2932
|
}
|
|
2940
2933
|
}
|
|
2941
2934
|
]
|
|
2942
2935
|
},
|
|
2943
2936
|
{
|
|
2944
2937
|
"kind": "javascript-module",
|
|
2945
|
-
"path": "src/ai-criteria-search/
|
|
2938
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2946
2939
|
"declarations": [
|
|
2947
2940
|
{
|
|
2948
|
-
"kind": "
|
|
2949
|
-
"name": "
|
|
2950
|
-
"
|
|
2951
|
-
"type": {
|
|
2952
|
-
"text": "string"
|
|
2953
|
-
}
|
|
2954
|
-
},
|
|
2955
|
-
"parameters": [
|
|
2956
|
-
{
|
|
2957
|
-
"name": "errors",
|
|
2958
|
-
"type": {
|
|
2959
|
-
"text": "ValidationError[]"
|
|
2960
|
-
}
|
|
2961
|
-
}
|
|
2962
|
-
],
|
|
2963
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"kind": "function",
|
|
2967
|
-
"name": "showCriteriaError",
|
|
2968
|
-
"return": {
|
|
2969
|
-
"type": {
|
|
2970
|
-
"text": "void"
|
|
2971
|
-
}
|
|
2972
|
-
},
|
|
2973
|
-
"parameters": [
|
|
2974
|
-
{
|
|
2975
|
-
"name": "title",
|
|
2976
|
-
"type": {
|
|
2977
|
-
"text": "string"
|
|
2978
|
-
},
|
|
2979
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2980
|
-
},
|
|
2981
|
-
{
|
|
2982
|
-
"name": "body",
|
|
2983
|
-
"type": {
|
|
2984
|
-
"text": "string"
|
|
2985
|
-
},
|
|
2986
|
-
"description": "Error message to display"
|
|
2987
|
-
},
|
|
2988
|
-
{
|
|
2989
|
-
"name": "tagName",
|
|
2990
|
-
"type": {
|
|
2991
|
-
"text": "string"
|
|
2992
|
-
},
|
|
2993
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2994
|
-
}
|
|
2995
|
-
],
|
|
2996
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2941
|
+
"kind": "variable",
|
|
2942
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2943
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
2997
2944
|
}
|
|
2998
2945
|
],
|
|
2999
2946
|
"exports": [
|
|
3000
2947
|
{
|
|
3001
2948
|
"kind": "js",
|
|
3002
|
-
"name": "
|
|
3003
|
-
"declaration": {
|
|
3004
|
-
"name": "formatValidationErrors",
|
|
3005
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3006
|
-
}
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"kind": "js",
|
|
3010
|
-
"name": "showCriteriaError",
|
|
2949
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3011
2950
|
"declaration": {
|
|
3012
|
-
"name": "
|
|
3013
|
-
"module": "src/ai-criteria-search/
|
|
2951
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2952
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3014
2953
|
}
|
|
3015
2954
|
}
|
|
3016
2955
|
]
|
|
3017
2956
|
},
|
|
3018
2957
|
{
|
|
3019
2958
|
"kind": "javascript-module",
|
|
3020
|
-
"path": "src/
|
|
2959
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
3021
2960
|
"declarations": [
|
|
3022
2961
|
{
|
|
3023
|
-
"kind": "
|
|
3024
|
-
"name": "
|
|
3025
|
-
"
|
|
3026
|
-
"
|
|
3027
|
-
"text": "ElementStyles"
|
|
3028
|
-
}
|
|
2962
|
+
"kind": "variable",
|
|
2963
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
3029
2966
|
},
|
|
3030
|
-
"
|
|
3031
|
-
{
|
|
3032
|
-
"name": "context",
|
|
3033
|
-
"type": {
|
|
3034
|
-
"text": "ElementDefinitionContext"
|
|
3035
|
-
}
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
"name": "definition",
|
|
3039
|
-
"type": {
|
|
3040
|
-
"text": "FoundationElementDefinition"
|
|
3041
|
-
}
|
|
3042
|
-
}
|
|
3043
|
-
]
|
|
2967
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
3044
2968
|
}
|
|
3045
2969
|
],
|
|
3046
2970
|
"exports": [
|
|
3047
2971
|
{
|
|
3048
2972
|
"kind": "js",
|
|
3049
|
-
"name": "
|
|
2973
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3050
2974
|
"declaration": {
|
|
3051
|
-
"name": "
|
|
3052
|
-
"module": "src/
|
|
2975
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2976
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3053
2977
|
}
|
|
3054
2978
|
}
|
|
3055
2979
|
]
|
|
3056
2980
|
},
|
|
3057
2981
|
{
|
|
3058
2982
|
"kind": "javascript-module",
|
|
3059
|
-
"path": "src/
|
|
2983
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3060
2984
|
"declarations": [
|
|
3061
2985
|
{
|
|
3062
|
-
"kind": "
|
|
3063
|
-
"
|
|
3064
|
-
"
|
|
3065
|
-
|
|
3066
|
-
"text": "ViewTemplate<Accordion>"
|
|
3067
|
-
}
|
|
3068
|
-
},
|
|
3069
|
-
"parameters": [
|
|
2986
|
+
"kind": "class",
|
|
2987
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2988
|
+
"name": "AiCriteriaSearch",
|
|
2989
|
+
"members": [
|
|
3070
2990
|
{
|
|
3071
|
-
"
|
|
2991
|
+
"kind": "field",
|
|
2992
|
+
"name": "providerRegistry",
|
|
3072
2993
|
"type": {
|
|
3073
|
-
"text": "
|
|
2994
|
+
"text": "AIProviderRegistry"
|
|
3074
2995
|
}
|
|
3075
2996
|
},
|
|
3076
2997
|
{
|
|
3077
|
-
"
|
|
2998
|
+
"kind": "field",
|
|
2999
|
+
"name": "placeholder",
|
|
3078
3000
|
"type": {
|
|
3079
|
-
"text": "
|
|
3001
|
+
"text": "string"
|
|
3002
|
+
},
|
|
3003
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"kind": "field",
|
|
3007
|
+
"name": "disabled",
|
|
3008
|
+
"type": {
|
|
3009
|
+
"text": "boolean"
|
|
3080
3010
|
}
|
|
3081
|
-
}
|
|
3082
|
-
]
|
|
3083
|
-
}
|
|
3084
|
-
],
|
|
3085
|
-
"exports": [
|
|
3086
|
-
{
|
|
3087
|
-
"kind": "js",
|
|
3088
|
-
"name": "foundationAccordionTemplate",
|
|
3089
|
-
"declaration": {
|
|
3090
|
-
"name": "foundationAccordionTemplate",
|
|
3091
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3092
|
-
}
|
|
3093
|
-
}
|
|
3094
|
-
]
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
"kind": "javascript-module",
|
|
3098
|
-
"path": "src/accordion/accordion.ts",
|
|
3099
|
-
"declarations": [
|
|
3100
|
-
{
|
|
3101
|
-
"kind": "class",
|
|
3102
|
-
"description": "",
|
|
3103
|
-
"name": "Accordion",
|
|
3104
|
-
"superclass": {
|
|
3105
|
-
"name": "FASTAccordion",
|
|
3106
|
-
"package": "@microsoft/fast-foundation"
|
|
3107
|
-
},
|
|
3108
|
-
"tagName": "%%prefix%%-accordion",
|
|
3109
|
-
"customElement": true,
|
|
3110
|
-
"attributes": [
|
|
3011
|
+
},
|
|
3111
3012
|
{
|
|
3112
|
-
"
|
|
3013
|
+
"kind": "field",
|
|
3014
|
+
"name": "inputValue",
|
|
3113
3015
|
"type": {
|
|
3114
|
-
"text": "
|
|
3016
|
+
"text": "string"
|
|
3115
3017
|
},
|
|
3116
|
-
"
|
|
3117
|
-
|
|
3118
|
-
"inheritedFrom": {
|
|
3119
|
-
"name": "Accordion",
|
|
3120
|
-
"module": "src/accordion/accordion.ts"
|
|
3121
|
-
}
|
|
3122
|
-
}
|
|
3123
|
-
],
|
|
3124
|
-
"members": [
|
|
3018
|
+
"default": "''"
|
|
3019
|
+
},
|
|
3125
3020
|
{
|
|
3126
3021
|
"kind": "field",
|
|
3127
|
-
"name": "
|
|
3022
|
+
"name": "isInterpreting",
|
|
3128
3023
|
"type": {
|
|
3129
|
-
"text": "
|
|
3024
|
+
"text": "boolean"
|
|
3130
3025
|
},
|
|
3131
|
-
"
|
|
3132
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3133
|
-
"inheritedFrom": {
|
|
3134
|
-
"name": "Accordion",
|
|
3135
|
-
"module": "src/accordion/accordion.ts"
|
|
3136
|
-
}
|
|
3026
|
+
"default": "false"
|
|
3137
3027
|
},
|
|
3138
3028
|
{
|
|
3139
3029
|
"kind": "field",
|
|
3140
|
-
"name": "
|
|
3030
|
+
"name": "lastValidCriteria",
|
|
3141
3031
|
"type": {
|
|
3142
3032
|
"text": "string | null"
|
|
3143
3033
|
},
|
|
3144
|
-
"
|
|
3145
|
-
"inheritedFrom": {
|
|
3146
|
-
"name": "Accordion",
|
|
3147
|
-
"module": "src/accordion/accordion.ts"
|
|
3148
|
-
}
|
|
3034
|
+
"default": "null"
|
|
3149
3035
|
},
|
|
3150
3036
|
{
|
|
3151
3037
|
"kind": "field",
|
|
3152
|
-
"name": "
|
|
3038
|
+
"name": "activeGroups",
|
|
3153
3039
|
"type": {
|
|
3154
|
-
"text": "
|
|
3040
|
+
"text": "CriteriaGroup[]"
|
|
3155
3041
|
},
|
|
3156
|
-
"
|
|
3157
|
-
"default": "0",
|
|
3158
|
-
"inheritedFrom": {
|
|
3159
|
-
"name": "Accordion",
|
|
3160
|
-
"module": "src/accordion/accordion.ts"
|
|
3161
|
-
}
|
|
3042
|
+
"default": "[]"
|
|
3162
3043
|
},
|
|
3163
3044
|
{
|
|
3164
3045
|
"kind": "field",
|
|
3165
|
-
"name": "
|
|
3046
|
+
"name": "showingChips",
|
|
3166
3047
|
"type": {
|
|
3167
|
-
"text": "
|
|
3048
|
+
"text": "boolean"
|
|
3168
3049
|
},
|
|
3169
|
-
"
|
|
3170
|
-
"inheritedFrom": {
|
|
3171
|
-
"name": "Accordion",
|
|
3172
|
-
"module": "src/accordion/accordion.ts"
|
|
3173
|
-
}
|
|
3050
|
+
"default": "false"
|
|
3174
3051
|
},
|
|
3175
3052
|
{
|
|
3176
3053
|
"kind": "field",
|
|
3177
|
-
"name": "
|
|
3178
|
-
"
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
}
|
|
3054
|
+
"name": "fieldMetadata",
|
|
3055
|
+
"type": {
|
|
3056
|
+
"text": "MetadataDetail[] | string[]"
|
|
3057
|
+
},
|
|
3058
|
+
"default": "[]"
|
|
3183
3059
|
},
|
|
3184
3060
|
{
|
|
3185
|
-
"kind": "
|
|
3186
|
-
"name": "
|
|
3187
|
-
"
|
|
3188
|
-
|
|
3189
|
-
"type": {
|
|
3190
|
-
"text": "AccordionItem | null"
|
|
3191
|
-
}
|
|
3061
|
+
"kind": "field",
|
|
3062
|
+
"name": "isRecording",
|
|
3063
|
+
"type": {
|
|
3064
|
+
"text": "boolean"
|
|
3192
3065
|
},
|
|
3193
|
-
"
|
|
3194
|
-
"name": "Accordion",
|
|
3195
|
-
"module": "src/accordion/accordion.ts"
|
|
3196
|
-
}
|
|
3066
|
+
"default": "false"
|
|
3197
3067
|
},
|
|
3198
3068
|
{
|
|
3199
3069
|
"kind": "field",
|
|
3200
|
-
"name": "
|
|
3201
|
-
"
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
}
|
|
3070
|
+
"name": "textAreaRef",
|
|
3071
|
+
"type": {
|
|
3072
|
+
"text": "HTMLTextAreaElement"
|
|
3073
|
+
},
|
|
3074
|
+
"privacy": "public"
|
|
3206
3075
|
},
|
|
3207
3076
|
{
|
|
3208
|
-
"kind": "
|
|
3209
|
-
"name": "
|
|
3210
|
-
"
|
|
3211
|
-
|
|
3212
|
-
"type": {
|
|
3213
|
-
"text": "void"
|
|
3214
|
-
}
|
|
3077
|
+
"kind": "field",
|
|
3078
|
+
"name": "stopRecording",
|
|
3079
|
+
"type": {
|
|
3080
|
+
"text": "(() => void) | null"
|
|
3215
3081
|
},
|
|
3216
|
-
"
|
|
3217
|
-
|
|
3218
|
-
"module": "src/accordion/accordion.ts"
|
|
3219
|
-
}
|
|
3082
|
+
"privacy": "private",
|
|
3083
|
+
"default": "null"
|
|
3220
3084
|
},
|
|
3221
3085
|
{
|
|
3222
3086
|
"kind": "field",
|
|
3223
|
-
"name": "
|
|
3087
|
+
"name": "speechApplyDebounceTimer",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3090
|
+
},
|
|
3224
3091
|
"privacy": "private",
|
|
3225
|
-
"
|
|
3226
|
-
"name": "Accordion",
|
|
3227
|
-
"module": "src/accordion/accordion.ts"
|
|
3228
|
-
}
|
|
3092
|
+
"default": "null"
|
|
3229
3093
|
},
|
|
3230
3094
|
{
|
|
3231
3095
|
"kind": "field",
|
|
3232
|
-
"name": "
|
|
3233
|
-
"
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
}
|
|
3096
|
+
"name": "speechAvailable",
|
|
3097
|
+
"type": {
|
|
3098
|
+
"text": "boolean"
|
|
3099
|
+
},
|
|
3100
|
+
"readonly": true
|
|
3238
3101
|
},
|
|
3239
3102
|
{
|
|
3240
|
-
"kind": "
|
|
3241
|
-
"name": "
|
|
3242
|
-
"
|
|
3243
|
-
|
|
3244
|
-
"type": {
|
|
3245
|
-
"text": "Array<string | null>"
|
|
3246
|
-
}
|
|
3103
|
+
"kind": "field",
|
|
3104
|
+
"name": "criteriaChips",
|
|
3105
|
+
"type": {
|
|
3106
|
+
"text": "CriteriaChip[]"
|
|
3247
3107
|
},
|
|
3248
|
-
"
|
|
3249
|
-
"name": "Accordion",
|
|
3250
|
-
"module": "src/accordion/accordion.ts"
|
|
3251
|
-
}
|
|
3108
|
+
"readonly": true
|
|
3252
3109
|
},
|
|
3253
3110
|
{
|
|
3254
3111
|
"kind": "method",
|
|
3255
|
-
"name": "
|
|
3112
|
+
"name": "getFieldLabel",
|
|
3256
3113
|
"privacy": "private",
|
|
3257
3114
|
"return": {
|
|
3258
3115
|
"type": {
|
|
3259
|
-
"text": "
|
|
3116
|
+
"text": "string"
|
|
3260
3117
|
}
|
|
3261
3118
|
},
|
|
3262
|
-
"
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
"name": "handleItemFocus",
|
|
3279
|
-
"privacy": "private",
|
|
3280
|
-
"inheritedFrom": {
|
|
3281
|
-
"name": "Accordion",
|
|
3282
|
-
"module": "src/accordion/accordion.ts"
|
|
3119
|
+
"parameters": [
|
|
3120
|
+
{
|
|
3121
|
+
"name": "fieldName",
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "string"
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
]
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"kind": "method",
|
|
3130
|
+
"name": "toggleCriteriaView",
|
|
3131
|
+
"return": {
|
|
3132
|
+
"type": {
|
|
3133
|
+
"text": "void"
|
|
3134
|
+
}
|
|
3283
3135
|
}
|
|
3284
3136
|
},
|
|
3285
3137
|
{
|
|
3286
3138
|
"kind": "method",
|
|
3287
|
-
"name": "
|
|
3288
|
-
"privacy": "private",
|
|
3139
|
+
"name": "removeChip",
|
|
3289
3140
|
"return": {
|
|
3290
3141
|
"type": {
|
|
3291
3142
|
"text": "void"
|
|
@@ -3293,31 +3144,49 @@
|
|
|
3293
3144
|
},
|
|
3294
3145
|
"parameters": [
|
|
3295
3146
|
{
|
|
3296
|
-
"name": "
|
|
3147
|
+
"name": "groupIndex",
|
|
3148
|
+
"type": {
|
|
3149
|
+
"text": "number"
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"name": "clauseIndex",
|
|
3297
3154
|
"type": {
|
|
3298
3155
|
"text": "number"
|
|
3299
3156
|
}
|
|
3300
3157
|
}
|
|
3301
|
-
]
|
|
3302
|
-
"inheritedFrom": {
|
|
3303
|
-
"name": "Accordion",
|
|
3304
|
-
"module": "src/accordion/accordion.ts"
|
|
3305
|
-
}
|
|
3158
|
+
]
|
|
3306
3159
|
},
|
|
3307
3160
|
{
|
|
3308
3161
|
"kind": "method",
|
|
3309
|
-
"name": "
|
|
3310
|
-
"privacy": "private",
|
|
3162
|
+
"name": "clearChips",
|
|
3311
3163
|
"return": {
|
|
3312
3164
|
"type": {
|
|
3313
3165
|
"text": "void"
|
|
3314
3166
|
}
|
|
3315
|
-
},
|
|
3316
|
-
"inheritedFrom": {
|
|
3317
|
-
"name": "Accordion",
|
|
3318
|
-
"module": "src/accordion/accordion.ts"
|
|
3319
3167
|
}
|
|
3320
3168
|
},
|
|
3169
|
+
{
|
|
3170
|
+
"kind": "method",
|
|
3171
|
+
"name": "handleSubmit"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"kind": "method",
|
|
3175
|
+
"name": "handleBlur"
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"kind": "method",
|
|
3179
|
+
"name": "clear"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "method",
|
|
3183
|
+
"name": "toggleSpeechInput"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"kind": "method",
|
|
3187
|
+
"name": "clearSpeechApplyDebounce",
|
|
3188
|
+
"privacy": "private"
|
|
3189
|
+
},
|
|
3321
3190
|
{
|
|
3322
3191
|
"kind": "field",
|
|
3323
3192
|
"name": "_presentation",
|
|
@@ -3432,26 +3301,48 @@
|
|
|
3432
3301
|
],
|
|
3433
3302
|
"events": [
|
|
3434
3303
|
{
|
|
3435
|
-
"description": "
|
|
3436
|
-
"name": "
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3304
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3305
|
+
"name": "criteria-changed"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3309
|
+
"name": "validation-errors"
|
|
3441
3310
|
}
|
|
3442
|
-
]
|
|
3311
|
+
],
|
|
3312
|
+
"attributes": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "placeholder",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "string"
|
|
3317
|
+
},
|
|
3318
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3319
|
+
"fieldName": "placeholder"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"type": {
|
|
3323
|
+
"text": "boolean"
|
|
3324
|
+
},
|
|
3325
|
+
"fieldName": "disabled"
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3328
|
+
"superclass": {
|
|
3329
|
+
"name": "FoundationElement",
|
|
3330
|
+
"package": "@microsoft/fast-foundation"
|
|
3331
|
+
},
|
|
3332
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3333
|
+
"customElement": true
|
|
3443
3334
|
},
|
|
3444
3335
|
{
|
|
3445
3336
|
"kind": "variable",
|
|
3446
|
-
"name": "
|
|
3337
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3447
3338
|
"type": {
|
|
3448
3339
|
"text": "ShadowRootInit"
|
|
3449
3340
|
},
|
|
3450
|
-
"default": "
|
|
3341
|
+
"default": "undefined"
|
|
3451
3342
|
},
|
|
3452
3343
|
{
|
|
3453
3344
|
"kind": "variable",
|
|
3454
|
-
"name": "
|
|
3345
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3455
3346
|
"type": {
|
|
3456
3347
|
"text": "object"
|
|
3457
3348
|
},
|
|
@@ -3459,57 +3350,103 @@
|
|
|
3459
3350
|
},
|
|
3460
3351
|
{
|
|
3461
3352
|
"kind": "variable",
|
|
3462
|
-
"name": "
|
|
3463
|
-
"description": "The Foundation Accordion",
|
|
3464
|
-
"privacy": "public"
|
|
3353
|
+
"name": "foundationAiCriteriaSearch"
|
|
3465
3354
|
}
|
|
3466
3355
|
],
|
|
3467
3356
|
"exports": [
|
|
3468
3357
|
{
|
|
3469
3358
|
"kind": "js",
|
|
3470
|
-
"name": "
|
|
3359
|
+
"name": "AiCriteriaSearch",
|
|
3471
3360
|
"declaration": {
|
|
3472
|
-
"name": "
|
|
3473
|
-
"module": "src/
|
|
3361
|
+
"name": "AiCriteriaSearch",
|
|
3362
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3474
3363
|
}
|
|
3475
3364
|
},
|
|
3476
3365
|
{
|
|
3477
3366
|
"kind": "js",
|
|
3478
|
-
"name": "
|
|
3367
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3479
3368
|
"declaration": {
|
|
3480
|
-
"name": "
|
|
3481
|
-
"module": "src/
|
|
3369
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3370
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3482
3371
|
}
|
|
3483
3372
|
},
|
|
3484
3373
|
{
|
|
3485
3374
|
"kind": "js",
|
|
3486
|
-
"name": "
|
|
3375
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3487
3376
|
"declaration": {
|
|
3488
|
-
"name": "
|
|
3489
|
-
"module": "src/
|
|
3377
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3378
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3490
3379
|
}
|
|
3491
3380
|
},
|
|
3492
3381
|
{
|
|
3493
3382
|
"kind": "js",
|
|
3494
|
-
"name": "
|
|
3383
|
+
"name": "foundationAiCriteriaSearch",
|
|
3495
3384
|
"declaration": {
|
|
3496
|
-
"name": "
|
|
3497
|
-
"module": "src/
|
|
3385
|
+
"name": "foundationAiCriteriaSearch",
|
|
3386
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3498
3387
|
}
|
|
3499
3388
|
}
|
|
3500
3389
|
]
|
|
3501
3390
|
},
|
|
3502
3391
|
{
|
|
3503
3392
|
"kind": "javascript-module",
|
|
3504
|
-
"path": "src/
|
|
3393
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3505
3394
|
"declarations": [],
|
|
3506
3395
|
"exports": [
|
|
3396
|
+
{
|
|
3397
|
+
"kind": "js",
|
|
3398
|
+
"name": "AiCriteriaSearch",
|
|
3399
|
+
"declaration": {
|
|
3400
|
+
"name": "AiCriteriaSearch",
|
|
3401
|
+
"module": "./ai-criteria-search"
|
|
3402
|
+
}
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"kind": "js",
|
|
3406
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3407
|
+
"declaration": {
|
|
3408
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3409
|
+
"module": "./ai-criteria-search"
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "js",
|
|
3414
|
+
"name": "foundationAiCriteriaSearch",
|
|
3415
|
+
"declaration": {
|
|
3416
|
+
"name": "foundationAiCriteriaSearch",
|
|
3417
|
+
"module": "./ai-criteria-search"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"kind": "js",
|
|
3422
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3423
|
+
"declaration": {
|
|
3424
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3425
|
+
"module": "./ai-criteria-search"
|
|
3426
|
+
}
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"kind": "js",
|
|
3430
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3431
|
+
"declaration": {
|
|
3432
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3433
|
+
"module": "./ai-criteria-search.styles"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "js",
|
|
3438
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3439
|
+
"declaration": {
|
|
3440
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3441
|
+
"module": "./ai-criteria-search.template"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3507
3444
|
{
|
|
3508
3445
|
"kind": "js",
|
|
3509
3446
|
"name": "*",
|
|
3510
3447
|
"declaration": {
|
|
3511
3448
|
"name": "*",
|
|
3512
|
-
"package": "./
|
|
3449
|
+
"package": "./validation/criteria-ir"
|
|
3513
3450
|
}
|
|
3514
3451
|
},
|
|
3515
3452
|
{
|
|
@@ -3517,7 +3454,7 @@
|
|
|
3517
3454
|
"name": "*",
|
|
3518
3455
|
"declaration": {
|
|
3519
3456
|
"name": "*",
|
|
3520
|
-
"package": "./
|
|
3457
|
+
"package": "./validation/operator-map"
|
|
3521
3458
|
}
|
|
3522
3459
|
},
|
|
3523
3460
|
{
|
|
@@ -3525,7 +3462,82 @@
|
|
|
3525
3462
|
"name": "*",
|
|
3526
3463
|
"declaration": {
|
|
3527
3464
|
"name": "*",
|
|
3528
|
-
"package": "./
|
|
3465
|
+
"package": "./validation/schema-validator"
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3468
|
+
]
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"kind": "javascript-module",
|
|
3472
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3473
|
+
"declarations": [
|
|
3474
|
+
{
|
|
3475
|
+
"kind": "function",
|
|
3476
|
+
"name": "formatValidationErrors",
|
|
3477
|
+
"return": {
|
|
3478
|
+
"type": {
|
|
3479
|
+
"text": "string"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
"parameters": [
|
|
3483
|
+
{
|
|
3484
|
+
"name": "errors",
|
|
3485
|
+
"type": {
|
|
3486
|
+
"text": "ValidationError[]"
|
|
3487
|
+
}
|
|
3488
|
+
}
|
|
3489
|
+
],
|
|
3490
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"kind": "function",
|
|
3494
|
+
"name": "showCriteriaError",
|
|
3495
|
+
"return": {
|
|
3496
|
+
"type": {
|
|
3497
|
+
"text": "void"
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
"parameters": [
|
|
3501
|
+
{
|
|
3502
|
+
"name": "title",
|
|
3503
|
+
"type": {
|
|
3504
|
+
"text": "string"
|
|
3505
|
+
},
|
|
3506
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"name": "body",
|
|
3510
|
+
"type": {
|
|
3511
|
+
"text": "string"
|
|
3512
|
+
},
|
|
3513
|
+
"description": "Error message to display"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "tagName",
|
|
3517
|
+
"type": {
|
|
3518
|
+
"text": "string"
|
|
3519
|
+
},
|
|
3520
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3524
|
+
}
|
|
3525
|
+
],
|
|
3526
|
+
"exports": [
|
|
3527
|
+
{
|
|
3528
|
+
"kind": "js",
|
|
3529
|
+
"name": "formatValidationErrors",
|
|
3530
|
+
"declaration": {
|
|
3531
|
+
"name": "formatValidationErrors",
|
|
3532
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"kind": "js",
|
|
3537
|
+
"name": "showCriteriaError",
|
|
3538
|
+
"declaration": {
|
|
3539
|
+
"name": "showCriteriaError",
|
|
3540
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3529
3541
|
}
|
|
3530
3542
|
}
|
|
3531
3543
|
]
|