@genesislcap/foundation-ui 14.453.0 → 14.454.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +659 -659
- package/dist/dts/react.d.ts +12 -12
- package/dist/react.cjs +8 -8
- package/dist/react.mjs +6 -6
- package/package.json +19 -19
|
@@ -932,6 +932,37 @@
|
|
|
932
932
|
}
|
|
933
933
|
]
|
|
934
934
|
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "javascript-module",
|
|
937
|
+
"path": "src/_config/index.ts",
|
|
938
|
+
"declarations": [],
|
|
939
|
+
"exports": [
|
|
940
|
+
{
|
|
941
|
+
"kind": "js",
|
|
942
|
+
"name": "*",
|
|
943
|
+
"declaration": {
|
|
944
|
+
"name": "*",
|
|
945
|
+
"package": "./styles"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"kind": "js",
|
|
950
|
+
"name": "*",
|
|
951
|
+
"declaration": {
|
|
952
|
+
"name": "*",
|
|
953
|
+
"package": "./tokens"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"kind": "js",
|
|
958
|
+
"name": "*",
|
|
959
|
+
"declaration": {
|
|
960
|
+
"name": "*",
|
|
961
|
+
"package": "./values"
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
]
|
|
965
|
+
},
|
|
935
966
|
{
|
|
936
967
|
"kind": "javascript-module",
|
|
937
968
|
"path": "src/_common/affix-mixin.ts",
|
|
@@ -1398,37 +1429,6 @@
|
|
|
1398
1429
|
}
|
|
1399
1430
|
]
|
|
1400
1431
|
},
|
|
1401
|
-
{
|
|
1402
|
-
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/_config/index.ts",
|
|
1404
|
-
"declarations": [],
|
|
1405
|
-
"exports": [
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "js",
|
|
1408
|
-
"name": "*",
|
|
1409
|
-
"declaration": {
|
|
1410
|
-
"name": "*",
|
|
1411
|
-
"package": "./styles"
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "js",
|
|
1416
|
-
"name": "*",
|
|
1417
|
-
"declaration": {
|
|
1418
|
-
"name": "*",
|
|
1419
|
-
"package": "./tokens"
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "*",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "*",
|
|
1427
|
-
"package": "./values"
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
]
|
|
1431
|
-
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"kind": "javascript-module",
|
|
1434
1434
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1825,11 +1825,34 @@
|
|
|
1825
1825
|
},
|
|
1826
1826
|
{
|
|
1827
1827
|
"kind": "javascript-module",
|
|
1828
|
-
"path": "src/
|
|
1828
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1829
1829
|
"declarations": [
|
|
1830
1830
|
{
|
|
1831
1831
|
"kind": "function",
|
|
1832
|
-
"name": "
|
|
1832
|
+
"name": "actionsMenuBaseStyles",
|
|
1833
|
+
"return": {
|
|
1834
|
+
"type": {
|
|
1835
|
+
"text": "ElementStyles"
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
"parameters": [
|
|
1839
|
+
{
|
|
1840
|
+
"name": "context",
|
|
1841
|
+
"type": {
|
|
1842
|
+
"text": "ElementDefinitionContext"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "definition",
|
|
1847
|
+
"type": {
|
|
1848
|
+
"text": "FoundationElementDefinition"
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"kind": "function",
|
|
1855
|
+
"name": "foundationActionsMenuStyles",
|
|
1833
1856
|
"return": {
|
|
1834
1857
|
"type": {
|
|
1835
1858
|
"text": "ElementStyles"
|
|
@@ -1854,277 +1877,269 @@
|
|
|
1854
1877
|
"exports": [
|
|
1855
1878
|
{
|
|
1856
1879
|
"kind": "js",
|
|
1857
|
-
"name": "
|
|
1880
|
+
"name": "actionsMenuBaseStyles",
|
|
1858
1881
|
"declaration": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
1882
|
+
"name": "actionsMenuBaseStyles",
|
|
1883
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"kind": "js",
|
|
1888
|
+
"name": "foundationActionsMenuStyles",
|
|
1889
|
+
"declaration": {
|
|
1890
|
+
"name": "foundationActionsMenuStyles",
|
|
1891
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1861
1892
|
}
|
|
1862
1893
|
}
|
|
1863
1894
|
]
|
|
1864
1895
|
},
|
|
1865
1896
|
{
|
|
1866
1897
|
"kind": "javascript-module",
|
|
1867
|
-
"path": "src/
|
|
1898
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1868
1899
|
"declarations": [
|
|
1869
1900
|
{
|
|
1870
1901
|
"kind": "function",
|
|
1871
|
-
"name": "
|
|
1872
|
-
"return": {
|
|
1873
|
-
"type": {
|
|
1874
|
-
"text": "ViewTemplate<Accordion>"
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1902
|
+
"name": "menuTemplate",
|
|
1877
1903
|
"parameters": [
|
|
1878
1904
|
{
|
|
1879
|
-
"name": "
|
|
1905
|
+
"name": "prefix",
|
|
1880
1906
|
"type": {
|
|
1881
|
-
"text": "
|
|
1907
|
+
"text": "string"
|
|
1882
1908
|
}
|
|
1883
|
-
}
|
|
1909
|
+
}
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"kind": "function",
|
|
1914
|
+
"name": "singleOptionTemplate",
|
|
1915
|
+
"parameters": [
|
|
1884
1916
|
{
|
|
1885
|
-
"name": "
|
|
1917
|
+
"name": "prefix",
|
|
1886
1918
|
"type": {
|
|
1887
|
-
"text": "
|
|
1919
|
+
"text": "string"
|
|
1888
1920
|
}
|
|
1889
1921
|
}
|
|
1890
1922
|
]
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "variable",
|
|
1926
|
+
"name": "foundationActionsMenuTemplate",
|
|
1927
|
+
"type": {
|
|
1928
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1929
|
+
},
|
|
1930
|
+
"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`"
|
|
1891
1931
|
}
|
|
1892
1932
|
],
|
|
1893
1933
|
"exports": [
|
|
1894
1934
|
{
|
|
1895
1935
|
"kind": "js",
|
|
1896
|
-
"name": "
|
|
1936
|
+
"name": "menuTemplate",
|
|
1897
1937
|
"declaration": {
|
|
1898
|
-
"name": "
|
|
1899
|
-
"module": "src/
|
|
1938
|
+
"name": "menuTemplate",
|
|
1939
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"kind": "js",
|
|
1944
|
+
"name": "singleOptionTemplate",
|
|
1945
|
+
"declaration": {
|
|
1946
|
+
"name": "singleOptionTemplate",
|
|
1947
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"kind": "js",
|
|
1952
|
+
"name": "foundationActionsMenuTemplate",
|
|
1953
|
+
"declaration": {
|
|
1954
|
+
"name": "foundationActionsMenuTemplate",
|
|
1955
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1900
1956
|
}
|
|
1901
1957
|
}
|
|
1902
1958
|
]
|
|
1903
1959
|
},
|
|
1904
1960
|
{
|
|
1905
1961
|
"kind": "javascript-module",
|
|
1906
|
-
"path": "src/
|
|
1962
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1907
1963
|
"declarations": [
|
|
1908
1964
|
{
|
|
1909
1965
|
"kind": "class",
|
|
1910
1966
|
"description": "",
|
|
1911
|
-
"name": "
|
|
1912
|
-
"
|
|
1913
|
-
"name": "FASTAccordion",
|
|
1914
|
-
"package": "@microsoft/fast-foundation"
|
|
1915
|
-
},
|
|
1916
|
-
"tagName": "%%prefix%%-accordion",
|
|
1917
|
-
"customElement": true,
|
|
1918
|
-
"attributes": [
|
|
1967
|
+
"name": "ActionsMenu",
|
|
1968
|
+
"members": [
|
|
1919
1969
|
{
|
|
1920
|
-
"
|
|
1970
|
+
"kind": "field",
|
|
1971
|
+
"name": "actions",
|
|
1921
1972
|
"type": {
|
|
1922
|
-
"text": "
|
|
1923
|
-
},
|
|
1924
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1925
|
-
"fieldName": "expandmode",
|
|
1926
|
-
"inheritedFrom": {
|
|
1927
|
-
"name": "Accordion",
|
|
1928
|
-
"module": "src/accordion/accordion.ts"
|
|
1973
|
+
"text": "ActionMenuItem[]"
|
|
1929
1974
|
}
|
|
1930
|
-
}
|
|
1931
|
-
],
|
|
1932
|
-
"members": [
|
|
1975
|
+
},
|
|
1933
1976
|
{
|
|
1934
1977
|
"kind": "field",
|
|
1935
|
-
"name": "
|
|
1978
|
+
"name": "isVertical",
|
|
1936
1979
|
"type": {
|
|
1937
|
-
"text": "
|
|
1980
|
+
"text": "boolean"
|
|
1938
1981
|
},
|
|
1939
|
-
"
|
|
1940
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1941
|
-
"inheritedFrom": {
|
|
1942
|
-
"name": "Accordion",
|
|
1943
|
-
"module": "src/accordion/accordion.ts"
|
|
1944
|
-
}
|
|
1982
|
+
"default": "false"
|
|
1945
1983
|
},
|
|
1946
1984
|
{
|
|
1947
1985
|
"kind": "field",
|
|
1948
|
-
"name": "
|
|
1986
|
+
"name": "addDefaultActions",
|
|
1949
1987
|
"type": {
|
|
1950
|
-
"text": "
|
|
1988
|
+
"text": "boolean"
|
|
1951
1989
|
},
|
|
1952
|
-
"
|
|
1953
|
-
"inheritedFrom": {
|
|
1954
|
-
"name": "Accordion",
|
|
1955
|
-
"module": "src/accordion/accordion.ts"
|
|
1956
|
-
}
|
|
1990
|
+
"default": "true"
|
|
1957
1991
|
},
|
|
1958
1992
|
{
|
|
1959
1993
|
"kind": "field",
|
|
1960
|
-
"name": "
|
|
1994
|
+
"name": "autoCloseOnAction",
|
|
1961
1995
|
"type": {
|
|
1962
|
-
"text": "
|
|
1996
|
+
"text": "boolean"
|
|
1963
1997
|
},
|
|
1964
|
-
"
|
|
1965
|
-
"default": "0",
|
|
1966
|
-
"inheritedFrom": {
|
|
1967
|
-
"name": "Accordion",
|
|
1968
|
-
"module": "src/accordion/accordion.ts"
|
|
1969
|
-
}
|
|
1998
|
+
"default": "true"
|
|
1970
1999
|
},
|
|
1971
2000
|
{
|
|
1972
2001
|
"kind": "field",
|
|
1973
|
-
"name": "
|
|
2002
|
+
"name": "classNames",
|
|
1974
2003
|
"type": {
|
|
1975
|
-
"text": "
|
|
1976
|
-
},
|
|
1977
|
-
"privacy": "private",
|
|
1978
|
-
"inheritedFrom": {
|
|
1979
|
-
"name": "Accordion",
|
|
1980
|
-
"module": "src/accordion/accordion.ts"
|
|
2004
|
+
"text": "string"
|
|
1981
2005
|
}
|
|
1982
2006
|
},
|
|
1983
2007
|
{
|
|
1984
2008
|
"kind": "field",
|
|
1985
|
-
"name": "
|
|
1986
|
-
"
|
|
1987
|
-
|
|
1988
|
-
"name": "Accordion",
|
|
1989
|
-
"module": "src/accordion/accordion.ts"
|
|
2009
|
+
"name": "definition",
|
|
2010
|
+
"type": {
|
|
2011
|
+
"text": "any"
|
|
1990
2012
|
}
|
|
1991
2013
|
},
|
|
1992
2014
|
{
|
|
1993
|
-
"kind": "
|
|
1994
|
-
"name": "
|
|
1995
|
-
"
|
|
1996
|
-
|
|
1997
|
-
"type": {
|
|
1998
|
-
"text": "AccordionItem | null"
|
|
1999
|
-
}
|
|
2015
|
+
"kind": "field",
|
|
2016
|
+
"name": "name",
|
|
2017
|
+
"type": {
|
|
2018
|
+
"text": "string"
|
|
2000
2019
|
},
|
|
2001
|
-
"
|
|
2002
|
-
"name": "Accordion",
|
|
2003
|
-
"module": "src/accordion/accordion.ts"
|
|
2004
|
-
}
|
|
2020
|
+
"default": "'Actions'"
|
|
2005
2021
|
},
|
|
2006
2022
|
{
|
|
2007
2023
|
"kind": "field",
|
|
2008
|
-
"name": "
|
|
2009
|
-
"
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
}
|
|
2024
|
+
"name": "open",
|
|
2025
|
+
"type": {
|
|
2026
|
+
"text": "boolean"
|
|
2027
|
+
},
|
|
2028
|
+
"default": "false"
|
|
2014
2029
|
},
|
|
2015
2030
|
{
|
|
2016
|
-
"kind": "
|
|
2017
|
-
"name": "
|
|
2018
|
-
"
|
|
2019
|
-
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "void"
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
"inheritedFrom": {
|
|
2025
|
-
"name": "Accordion",
|
|
2026
|
-
"module": "src/accordion/accordion.ts"
|
|
2031
|
+
"kind": "field",
|
|
2032
|
+
"name": "buttonAppearance",
|
|
2033
|
+
"type": {
|
|
2034
|
+
"text": "string"
|
|
2027
2035
|
}
|
|
2028
2036
|
},
|
|
2029
2037
|
{
|
|
2030
2038
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
2032
|
-
"
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2039
|
+
"name": "hideDisabled",
|
|
2040
|
+
"type": {
|
|
2041
|
+
"text": "boolean"
|
|
2042
|
+
},
|
|
2043
|
+
"default": "false"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"kind": "field",
|
|
2047
|
+
"name": "hideMenuSingleOption",
|
|
2048
|
+
"type": {
|
|
2049
|
+
"text": "boolean"
|
|
2050
|
+
},
|
|
2051
|
+
"default": "false"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "singleOption",
|
|
2056
|
+
"type": {
|
|
2057
|
+
"text": "ActionMenuItem"
|
|
2036
2058
|
}
|
|
2037
2059
|
},
|
|
2038
2060
|
{
|
|
2039
2061
|
"kind": "field",
|
|
2040
|
-
"name": "
|
|
2041
|
-
"
|
|
2042
|
-
|
|
2043
|
-
"name": "Accordion",
|
|
2044
|
-
"module": "src/accordion/accordion.ts"
|
|
2062
|
+
"name": "actionsMenu",
|
|
2063
|
+
"type": {
|
|
2064
|
+
"text": "HTMLElement"
|
|
2045
2065
|
}
|
|
2046
2066
|
},
|
|
2047
2067
|
{
|
|
2048
2068
|
"kind": "method",
|
|
2049
|
-
"name": "
|
|
2050
|
-
"privacy": "
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2053
|
-
"
|
|
2069
|
+
"name": "definitionChanged",
|
|
2070
|
+
"privacy": "protected",
|
|
2071
|
+
"parameters": [
|
|
2072
|
+
{
|
|
2073
|
+
"name": "oldValue",
|
|
2074
|
+
"type": {
|
|
2075
|
+
"text": "any"
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "newValue",
|
|
2080
|
+
"type": {
|
|
2081
|
+
"text": "any"
|
|
2082
|
+
}
|
|
2054
2083
|
}
|
|
2055
|
-
|
|
2056
|
-
"inheritedFrom": {
|
|
2057
|
-
"name": "Accordion",
|
|
2058
|
-
"module": "src/accordion/accordion.ts"
|
|
2059
|
-
}
|
|
2084
|
+
]
|
|
2060
2085
|
},
|
|
2061
2086
|
{
|
|
2062
2087
|
"kind": "method",
|
|
2063
|
-
"name": "
|
|
2064
|
-
"privacy": "
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2088
|
+
"name": "openChanged",
|
|
2089
|
+
"privacy": "protected"
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"kind": "method",
|
|
2093
|
+
"name": "toggleActionsMenuVisibility"
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"kind": "method",
|
|
2097
|
+
"name": "onActionMenuItemClick",
|
|
2098
|
+
"parameters": [
|
|
2099
|
+
{
|
|
2100
|
+
"name": "callback",
|
|
2101
|
+
"type": {
|
|
2102
|
+
"text": "(rowData) => void | any"
|
|
2103
|
+
}
|
|
2068
2104
|
}
|
|
2069
|
-
|
|
2070
|
-
"inheritedFrom": {
|
|
2071
|
-
"name": "Accordion",
|
|
2072
|
-
"module": "src/accordion/accordion.ts"
|
|
2073
|
-
}
|
|
2105
|
+
]
|
|
2074
2106
|
},
|
|
2075
2107
|
{
|
|
2076
2108
|
"kind": "field",
|
|
2077
|
-
"name": "
|
|
2078
|
-
"
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
}
|
|
2109
|
+
"name": "allActions",
|
|
2110
|
+
"type": {
|
|
2111
|
+
"text": "ActionMenuItem[]"
|
|
2112
|
+
},
|
|
2113
|
+
"readonly": true
|
|
2083
2114
|
},
|
|
2084
2115
|
{
|
|
2085
2116
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2087
|
-
"
|
|
2088
|
-
"inheritedFrom": {
|
|
2089
|
-
"name": "Accordion",
|
|
2090
|
-
"module": "src/accordion/accordion.ts"
|
|
2091
|
-
}
|
|
2117
|
+
"name": "rowData",
|
|
2118
|
+
"readonly": true
|
|
2092
2119
|
},
|
|
2093
2120
|
{
|
|
2094
2121
|
"kind": "method",
|
|
2095
|
-
"name": "
|
|
2096
|
-
"privacy": "private",
|
|
2097
|
-
"return": {
|
|
2098
|
-
"type": {
|
|
2099
|
-
"text": "void"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2122
|
+
"name": "getLabel",
|
|
2102
2123
|
"parameters": [
|
|
2103
2124
|
{
|
|
2104
|
-
"name": "
|
|
2125
|
+
"name": "name",
|
|
2105
2126
|
"type": {
|
|
2106
|
-
"text": "
|
|
2127
|
+
"text": "string | ((rowData: any) => string)"
|
|
2107
2128
|
}
|
|
2108
2129
|
}
|
|
2109
|
-
]
|
|
2110
|
-
"inheritedFrom": {
|
|
2111
|
-
"name": "Accordion",
|
|
2112
|
-
"module": "src/accordion/accordion.ts"
|
|
2113
|
-
}
|
|
2130
|
+
]
|
|
2114
2131
|
},
|
|
2115
2132
|
{
|
|
2116
2133
|
"kind": "method",
|
|
2117
|
-
"name": "
|
|
2118
|
-
"
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
"
|
|
2134
|
+
"name": "getTemplate",
|
|
2135
|
+
"parameters": [
|
|
2136
|
+
{
|
|
2137
|
+
"name": "prefix",
|
|
2138
|
+
"type": {
|
|
2139
|
+
"text": "string"
|
|
2140
|
+
}
|
|
2122
2141
|
}
|
|
2123
|
-
|
|
2124
|
-
"inheritedFrom": {
|
|
2125
|
-
"name": "Accordion",
|
|
2126
|
-
"module": "src/accordion/accordion.ts"
|
|
2127
|
-
}
|
|
2142
|
+
]
|
|
2128
2143
|
},
|
|
2129
2144
|
{
|
|
2130
2145
|
"kind": "field",
|
|
@@ -2238,78 +2253,107 @@
|
|
|
2238
2253
|
}
|
|
2239
2254
|
}
|
|
2240
2255
|
],
|
|
2241
|
-
"
|
|
2256
|
+
"attributes": [
|
|
2242
2257
|
{
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2258
|
+
"name": "is-vertical",
|
|
2259
|
+
"type": {
|
|
2260
|
+
"text": "boolean"
|
|
2261
|
+
},
|
|
2262
|
+
"default": "false",
|
|
2263
|
+
"fieldName": "isVertical"
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"name": "add-default-actions",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "boolean"
|
|
2269
|
+
},
|
|
2270
|
+
"default": "true",
|
|
2271
|
+
"fieldName": "addDefaultActions"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "auto-close-on-action",
|
|
2275
|
+
"type": {
|
|
2276
|
+
"text": "boolean"
|
|
2277
|
+
},
|
|
2278
|
+
"default": "true",
|
|
2279
|
+
"fieldName": "autoCloseOnAction"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "name",
|
|
2283
|
+
"type": {
|
|
2284
|
+
"text": "string"
|
|
2285
|
+
},
|
|
2286
|
+
"default": "'Actions'",
|
|
2287
|
+
"fieldName": "name"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "open",
|
|
2291
|
+
"type": {
|
|
2292
|
+
"text": "boolean"
|
|
2293
|
+
},
|
|
2294
|
+
"default": "false",
|
|
2295
|
+
"fieldName": "open"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "buttonAppearance",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "string"
|
|
2301
|
+
},
|
|
2302
|
+
"fieldName": "buttonAppearance"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "hide-disabled",
|
|
2306
|
+
"type": {
|
|
2307
|
+
"text": "boolean"
|
|
2308
|
+
},
|
|
2309
|
+
"default": "false",
|
|
2310
|
+
"fieldName": "hideDisabled"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "hide-menu-single-option",
|
|
2314
|
+
"type": {
|
|
2315
|
+
"text": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"default": "false",
|
|
2318
|
+
"fieldName": "hideMenuSingleOption"
|
|
2249
2319
|
}
|
|
2250
|
-
]
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
"name": "foundationAccordionShadowOptions",
|
|
2255
|
-
"type": {
|
|
2256
|
-
"text": "ShadowRootInit"
|
|
2257
|
-
},
|
|
2258
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "variable",
|
|
2262
|
-
"name": "defaultAccordionConfig",
|
|
2263
|
-
"type": {
|
|
2264
|
-
"text": "object"
|
|
2320
|
+
],
|
|
2321
|
+
"superclass": {
|
|
2322
|
+
"name": "FoundationElement",
|
|
2323
|
+
"package": "@microsoft/fast-foundation"
|
|
2265
2324
|
},
|
|
2266
|
-
"
|
|
2325
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2326
|
+
"customElement": true
|
|
2267
2327
|
},
|
|
2268
2328
|
{
|
|
2269
2329
|
"kind": "variable",
|
|
2270
|
-
"name": "
|
|
2271
|
-
"description": "The Foundation
|
|
2330
|
+
"name": "foundationActionsMenu",
|
|
2331
|
+
"description": "The Foundation Actions Menu",
|
|
2272
2332
|
"privacy": "public"
|
|
2273
2333
|
}
|
|
2274
2334
|
],
|
|
2275
2335
|
"exports": [
|
|
2276
2336
|
{
|
|
2277
2337
|
"kind": "js",
|
|
2278
|
-
"name": "
|
|
2338
|
+
"name": "ActionsMenu",
|
|
2279
2339
|
"declaration": {
|
|
2280
|
-
"name": "
|
|
2281
|
-
"module": "src/
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "js",
|
|
2286
|
-
"name": "foundationAccordionShadowOptions",
|
|
2287
|
-
"declaration": {
|
|
2288
|
-
"name": "foundationAccordionShadowOptions",
|
|
2289
|
-
"module": "src/accordion/accordion.ts"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "js",
|
|
2294
|
-
"name": "defaultAccordionConfig",
|
|
2295
|
-
"declaration": {
|
|
2296
|
-
"name": "defaultAccordionConfig",
|
|
2297
|
-
"module": "src/accordion/accordion.ts"
|
|
2340
|
+
"name": "ActionsMenu",
|
|
2341
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2298
2342
|
}
|
|
2299
2343
|
},
|
|
2300
2344
|
{
|
|
2301
2345
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2346
|
+
"name": "foundationActionsMenu",
|
|
2303
2347
|
"declaration": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/
|
|
2348
|
+
"name": "foundationActionsMenu",
|
|
2349
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2306
2350
|
}
|
|
2307
2351
|
}
|
|
2308
2352
|
]
|
|
2309
2353
|
},
|
|
2310
2354
|
{
|
|
2311
2355
|
"kind": "javascript-module",
|
|
2312
|
-
"path": "src/
|
|
2356
|
+
"path": "src/actions-menu/index.ts",
|
|
2313
2357
|
"declarations": [],
|
|
2314
2358
|
"exports": [
|
|
2315
2359
|
{
|
|
@@ -2317,7 +2361,7 @@
|
|
|
2317
2361
|
"name": "*",
|
|
2318
2362
|
"declaration": {
|
|
2319
2363
|
"name": "*",
|
|
2320
|
-
"package": "./
|
|
2364
|
+
"package": "./actions-menu.styles"
|
|
2321
2365
|
}
|
|
2322
2366
|
},
|
|
2323
2367
|
{
|
|
@@ -2325,7 +2369,7 @@
|
|
|
2325
2369
|
"name": "*",
|
|
2326
2370
|
"declaration": {
|
|
2327
2371
|
"name": "*",
|
|
2328
|
-
"package": "./
|
|
2372
|
+
"package": "./actions-menu.template"
|
|
2329
2373
|
}
|
|
2330
2374
|
},
|
|
2331
2375
|
{
|
|
@@ -2333,7 +2377,7 @@
|
|
|
2333
2377
|
"name": "*",
|
|
2334
2378
|
"declaration": {
|
|
2335
2379
|
"name": "*",
|
|
2336
|
-
"package": "./
|
|
2380
|
+
"package": "./actions-menu"
|
|
2337
2381
|
}
|
|
2338
2382
|
}
|
|
2339
2383
|
]
|
|
@@ -2949,11 +2993,11 @@
|
|
|
2949
2993
|
},
|
|
2950
2994
|
{
|
|
2951
2995
|
"kind": "javascript-module",
|
|
2952
|
-
"path": "src/
|
|
2996
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2953
2997
|
"declarations": [
|
|
2954
2998
|
{
|
|
2955
2999
|
"kind": "function",
|
|
2956
|
-
"name": "
|
|
3000
|
+
"name": "foundationAccordionStyles",
|
|
2957
3001
|
"return": {
|
|
2958
3002
|
"type": {
|
|
2959
3003
|
"text": "ElementStyles"
|
|
@@ -2978,224 +3022,276 @@
|
|
|
2978
3022
|
"exports": [
|
|
2979
3023
|
{
|
|
2980
3024
|
"kind": "js",
|
|
2981
|
-
"name": "
|
|
3025
|
+
"name": "foundationAccordionStyles",
|
|
2982
3026
|
"declaration": {
|
|
2983
|
-
"name": "
|
|
2984
|
-
"module": "src/
|
|
3027
|
+
"name": "foundationAccordionStyles",
|
|
3028
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2985
3029
|
}
|
|
2986
3030
|
}
|
|
2987
3031
|
]
|
|
2988
3032
|
},
|
|
2989
3033
|
{
|
|
2990
3034
|
"kind": "javascript-module",
|
|
2991
|
-
"path": "src/
|
|
3035
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2992
3036
|
"declarations": [
|
|
2993
3037
|
{
|
|
2994
|
-
"kind": "
|
|
2995
|
-
"name": "
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
3038
|
+
"kind": "function",
|
|
3039
|
+
"name": "foundationAccordionTemplate",
|
|
3040
|
+
"return": {
|
|
3041
|
+
"type": {
|
|
3042
|
+
"text": "ViewTemplate<Accordion>"
|
|
3043
|
+
}
|
|
2998
3044
|
},
|
|
2999
|
-
"
|
|
3045
|
+
"parameters": [
|
|
3046
|
+
{
|
|
3047
|
+
"name": "context",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "ElementDefinitionContext"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"name": "definition",
|
|
3054
|
+
"type": {
|
|
3055
|
+
"text": "FoundationElementDefinition"
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
]
|
|
3000
3059
|
}
|
|
3001
3060
|
],
|
|
3002
3061
|
"exports": [
|
|
3003
3062
|
{
|
|
3004
3063
|
"kind": "js",
|
|
3005
|
-
"name": "
|
|
3064
|
+
"name": "foundationAccordionTemplate",
|
|
3006
3065
|
"declaration": {
|
|
3007
|
-
"name": "
|
|
3008
|
-
"module": "src/
|
|
3066
|
+
"name": "foundationAccordionTemplate",
|
|
3067
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3009
3068
|
}
|
|
3010
3069
|
}
|
|
3011
3070
|
]
|
|
3012
3071
|
},
|
|
3013
3072
|
{
|
|
3014
3073
|
"kind": "javascript-module",
|
|
3015
|
-
"path": "src/
|
|
3074
|
+
"path": "src/accordion/accordion.ts",
|
|
3016
3075
|
"declarations": [
|
|
3017
3076
|
{
|
|
3018
3077
|
"kind": "class",
|
|
3019
3078
|
"description": "",
|
|
3020
|
-
"name": "
|
|
3021
|
-
"
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"kind": "field",
|
|
3031
|
-
"name": "aiProvider",
|
|
3032
|
-
"type": {
|
|
3033
|
-
"text": "AIProvider | undefined"
|
|
3034
|
-
},
|
|
3035
|
-
"privacy": "private",
|
|
3036
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3037
|
-
"readonly": true
|
|
3038
|
-
},
|
|
3079
|
+
"name": "Accordion",
|
|
3080
|
+
"superclass": {
|
|
3081
|
+
"name": "FASTAccordion",
|
|
3082
|
+
"package": "@microsoft/fast-foundation"
|
|
3083
|
+
},
|
|
3084
|
+
"tagName": "%%prefix%%-accordion",
|
|
3085
|
+
"customElement": true,
|
|
3086
|
+
"attributes": [
|
|
3039
3087
|
{
|
|
3040
|
-
"
|
|
3041
|
-
"name": "status",
|
|
3088
|
+
"name": "expand-mode",
|
|
3042
3089
|
"type": {
|
|
3043
|
-
"text": "
|
|
3090
|
+
"text": "AccordionExpandMode"
|
|
3044
3091
|
},
|
|
3045
|
-
"
|
|
3046
|
-
|
|
3092
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3093
|
+
"fieldName": "expandmode",
|
|
3094
|
+
"inheritedFrom": {
|
|
3095
|
+
"name": "Accordion",
|
|
3096
|
+
"module": "src/accordion/accordion.ts"
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
3099
|
+
],
|
|
3100
|
+
"members": [
|
|
3047
3101
|
{
|
|
3048
3102
|
"kind": "field",
|
|
3049
|
-
"name": "
|
|
3103
|
+
"name": "expandmode",
|
|
3050
3104
|
"type": {
|
|
3051
|
-
"text": "
|
|
3105
|
+
"text": "AccordionExpandMode"
|
|
3052
3106
|
},
|
|
3053
|
-
"
|
|
3107
|
+
"privacy": "public",
|
|
3108
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3109
|
+
"inheritedFrom": {
|
|
3110
|
+
"name": "Accordion",
|
|
3111
|
+
"module": "src/accordion/accordion.ts"
|
|
3112
|
+
}
|
|
3054
3113
|
},
|
|
3055
3114
|
{
|
|
3056
3115
|
"kind": "field",
|
|
3057
|
-
"name": "
|
|
3116
|
+
"name": "activeid",
|
|
3058
3117
|
"type": {
|
|
3059
|
-
"text": "
|
|
3118
|
+
"text": "string | null"
|
|
3060
3119
|
},
|
|
3061
|
-
"
|
|
3120
|
+
"privacy": "private",
|
|
3121
|
+
"inheritedFrom": {
|
|
3122
|
+
"name": "Accordion",
|
|
3123
|
+
"module": "src/accordion/accordion.ts"
|
|
3124
|
+
}
|
|
3062
3125
|
},
|
|
3063
3126
|
{
|
|
3064
3127
|
"kind": "field",
|
|
3065
|
-
"name": "
|
|
3128
|
+
"name": "activeItemIndex",
|
|
3066
3129
|
"type": {
|
|
3067
|
-
"text": "
|
|
3130
|
+
"text": "number"
|
|
3068
3131
|
},
|
|
3069
|
-
"
|
|
3132
|
+
"privacy": "private",
|
|
3133
|
+
"default": "0",
|
|
3134
|
+
"inheritedFrom": {
|
|
3135
|
+
"name": "Accordion",
|
|
3136
|
+
"module": "src/accordion/accordion.ts"
|
|
3137
|
+
}
|
|
3070
3138
|
},
|
|
3071
3139
|
{
|
|
3072
3140
|
"kind": "field",
|
|
3073
|
-
"name": "
|
|
3141
|
+
"name": "accordionIds",
|
|
3074
3142
|
"type": {
|
|
3075
|
-
"text": "
|
|
3143
|
+
"text": "Array<string | null>"
|
|
3076
3144
|
},
|
|
3077
3145
|
"privacy": "private",
|
|
3078
|
-
"
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
"name": "clickOutside",
|
|
3083
|
-
"privacy": "private"
|
|
3146
|
+
"inheritedFrom": {
|
|
3147
|
+
"name": "Accordion",
|
|
3148
|
+
"module": "src/accordion/accordion.ts"
|
|
3149
|
+
}
|
|
3084
3150
|
},
|
|
3085
3151
|
{
|
|
3086
3152
|
"kind": "field",
|
|
3087
|
-
"name": "
|
|
3088
|
-
"
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3153
|
+
"name": "change",
|
|
3154
|
+
"privacy": "private",
|
|
3155
|
+
"inheritedFrom": {
|
|
3156
|
+
"name": "Accordion",
|
|
3157
|
+
"module": "src/accordion/accordion.ts"
|
|
3158
|
+
}
|
|
3092
3159
|
},
|
|
3093
3160
|
{
|
|
3094
|
-
"kind": "
|
|
3095
|
-
"name": "
|
|
3096
|
-
"
|
|
3097
|
-
|
|
3161
|
+
"kind": "method",
|
|
3162
|
+
"name": "findExpandedItem",
|
|
3163
|
+
"privacy": "private",
|
|
3164
|
+
"return": {
|
|
3165
|
+
"type": {
|
|
3166
|
+
"text": "AccordionItem | null"
|
|
3167
|
+
}
|
|
3098
3168
|
},
|
|
3099
|
-
"
|
|
3169
|
+
"inheritedFrom": {
|
|
3170
|
+
"name": "Accordion",
|
|
3171
|
+
"module": "src/accordion/accordion.ts"
|
|
3172
|
+
}
|
|
3100
3173
|
},
|
|
3101
3174
|
{
|
|
3102
3175
|
"kind": "field",
|
|
3103
|
-
"name": "
|
|
3104
|
-
"
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3176
|
+
"name": "setItems",
|
|
3177
|
+
"privacy": "private",
|
|
3178
|
+
"inheritedFrom": {
|
|
3179
|
+
"name": "Accordion",
|
|
3180
|
+
"module": "src/accordion/accordion.ts"
|
|
3181
|
+
}
|
|
3108
3182
|
},
|
|
3109
3183
|
{
|
|
3110
3184
|
"kind": "method",
|
|
3111
|
-
"name": "
|
|
3185
|
+
"name": "resetItems",
|
|
3186
|
+
"privacy": "private",
|
|
3112
3187
|
"return": {
|
|
3113
3188
|
"type": {
|
|
3114
3189
|
"text": "void"
|
|
3115
3190
|
}
|
|
3191
|
+
},
|
|
3192
|
+
"inheritedFrom": {
|
|
3193
|
+
"name": "Accordion",
|
|
3194
|
+
"module": "src/accordion/accordion.ts"
|
|
3116
3195
|
}
|
|
3117
3196
|
},
|
|
3118
3197
|
{
|
|
3119
|
-
"kind": "
|
|
3120
|
-
"name": "
|
|
3198
|
+
"kind": "field",
|
|
3199
|
+
"name": "removeItemListeners",
|
|
3121
3200
|
"privacy": "private",
|
|
3122
|
-
"
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
"text": "MouseEvent"
|
|
3127
|
-
}
|
|
3128
|
-
}
|
|
3129
|
-
]
|
|
3201
|
+
"inheritedFrom": {
|
|
3202
|
+
"name": "Accordion",
|
|
3203
|
+
"module": "src/accordion/accordion.ts"
|
|
3204
|
+
}
|
|
3130
3205
|
},
|
|
3131
3206
|
{
|
|
3132
|
-
"kind": "
|
|
3133
|
-
"name": "
|
|
3207
|
+
"kind": "field",
|
|
3208
|
+
"name": "activeItemChange",
|
|
3209
|
+
"privacy": "private",
|
|
3210
|
+
"inheritedFrom": {
|
|
3211
|
+
"name": "Accordion",
|
|
3212
|
+
"module": "src/accordion/accordion.ts"
|
|
3213
|
+
}
|
|
3134
3214
|
},
|
|
3135
3215
|
{
|
|
3136
3216
|
"kind": "method",
|
|
3137
|
-
"name": "
|
|
3217
|
+
"name": "getItemIds",
|
|
3218
|
+
"privacy": "private",
|
|
3138
3219
|
"return": {
|
|
3139
3220
|
"type": {
|
|
3140
|
-
"text": "
|
|
3221
|
+
"text": "Array<string | null>"
|
|
3141
3222
|
}
|
|
3223
|
+
},
|
|
3224
|
+
"inheritedFrom": {
|
|
3225
|
+
"name": "Accordion",
|
|
3226
|
+
"module": "src/accordion/accordion.ts"
|
|
3142
3227
|
}
|
|
3143
3228
|
},
|
|
3144
3229
|
{
|
|
3145
3230
|
"kind": "method",
|
|
3146
|
-
"name": "
|
|
3231
|
+
"name": "isSingleExpandMode",
|
|
3147
3232
|
"privacy": "private",
|
|
3148
3233
|
"return": {
|
|
3149
3234
|
"type": {
|
|
3150
|
-
"text": "
|
|
3235
|
+
"text": "boolean"
|
|
3151
3236
|
}
|
|
3152
3237
|
},
|
|
3153
|
-
"
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
"text": "AIStatus | null"
|
|
3158
|
-
}
|
|
3159
|
-
}
|
|
3160
|
-
]
|
|
3238
|
+
"inheritedFrom": {
|
|
3239
|
+
"name": "Accordion",
|
|
3240
|
+
"module": "src/accordion/accordion.ts"
|
|
3241
|
+
}
|
|
3161
3242
|
},
|
|
3162
3243
|
{
|
|
3163
|
-
"kind": "
|
|
3164
|
-
"name": "
|
|
3244
|
+
"kind": "field",
|
|
3245
|
+
"name": "handleItemKeyDown",
|
|
3165
3246
|
"privacy": "private",
|
|
3166
|
-
"
|
|
3167
|
-
"
|
|
3168
|
-
|
|
3169
|
-
}
|
|
3247
|
+
"inheritedFrom": {
|
|
3248
|
+
"name": "Accordion",
|
|
3249
|
+
"module": "src/accordion/accordion.ts"
|
|
3170
3250
|
}
|
|
3171
3251
|
},
|
|
3172
3252
|
{
|
|
3173
|
-
"kind": "
|
|
3174
|
-
"name": "
|
|
3253
|
+
"kind": "field",
|
|
3254
|
+
"name": "handleItemFocus",
|
|
3175
3255
|
"privacy": "private",
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3178
|
-
|
|
3179
|
-
}
|
|
3256
|
+
"inheritedFrom": {
|
|
3257
|
+
"name": "Accordion",
|
|
3258
|
+
"module": "src/accordion/accordion.ts"
|
|
3180
3259
|
}
|
|
3181
3260
|
},
|
|
3182
3261
|
{
|
|
3183
3262
|
"kind": "method",
|
|
3184
|
-
"name": "
|
|
3263
|
+
"name": "adjust",
|
|
3185
3264
|
"privacy": "private",
|
|
3186
3265
|
"return": {
|
|
3187
3266
|
"type": {
|
|
3188
3267
|
"text": "void"
|
|
3189
3268
|
}
|
|
3269
|
+
},
|
|
3270
|
+
"parameters": [
|
|
3271
|
+
{
|
|
3272
|
+
"name": "adjustment",
|
|
3273
|
+
"type": {
|
|
3274
|
+
"text": "number"
|
|
3275
|
+
}
|
|
3276
|
+
}
|
|
3277
|
+
],
|
|
3278
|
+
"inheritedFrom": {
|
|
3279
|
+
"name": "Accordion",
|
|
3280
|
+
"module": "src/accordion/accordion.ts"
|
|
3190
3281
|
}
|
|
3191
3282
|
},
|
|
3192
3283
|
{
|
|
3193
3284
|
"kind": "method",
|
|
3194
|
-
"name": "
|
|
3285
|
+
"name": "focusItem",
|
|
3286
|
+
"privacy": "private",
|
|
3195
3287
|
"return": {
|
|
3196
3288
|
"type": {
|
|
3197
|
-
"text": "
|
|
3289
|
+
"text": "void"
|
|
3198
3290
|
}
|
|
3291
|
+
},
|
|
3292
|
+
"inheritedFrom": {
|
|
3293
|
+
"name": "Accordion",
|
|
3294
|
+
"module": "src/accordion/accordion.ts"
|
|
3199
3295
|
}
|
|
3200
3296
|
},
|
|
3201
3297
|
{
|
|
@@ -3310,122 +3406,113 @@
|
|
|
3310
3406
|
}
|
|
3311
3407
|
}
|
|
3312
3408
|
],
|
|
3313
|
-
"
|
|
3314
|
-
|
|
3315
|
-
|
|
3409
|
+
"events": [
|
|
3410
|
+
{
|
|
3411
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3412
|
+
"name": "change",
|
|
3413
|
+
"inheritedFrom": {
|
|
3414
|
+
"name": "Accordion",
|
|
3415
|
+
"module": "src/accordion/accordion.ts"
|
|
3416
|
+
}
|
|
3417
|
+
}
|
|
3418
|
+
]
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"kind": "variable",
|
|
3422
|
+
"name": "foundationAccordionShadowOptions",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "ShadowRootInit"
|
|
3316
3425
|
},
|
|
3317
|
-
"
|
|
3318
|
-
"customElement": true
|
|
3426
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3319
3427
|
},
|
|
3320
3428
|
{
|
|
3321
3429
|
"kind": "variable",
|
|
3322
|
-
"name": "
|
|
3430
|
+
"name": "defaultAccordionConfig",
|
|
3431
|
+
"type": {
|
|
3432
|
+
"text": "object"
|
|
3433
|
+
},
|
|
3434
|
+
"default": "{}"
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "variable",
|
|
3438
|
+
"name": "foundationAccordion",
|
|
3439
|
+
"description": "The Foundation Accordion",
|
|
3440
|
+
"privacy": "public"
|
|
3323
3441
|
}
|
|
3324
3442
|
],
|
|
3325
3443
|
"exports": [
|
|
3326
3444
|
{
|
|
3327
3445
|
"kind": "js",
|
|
3328
|
-
"name": "
|
|
3446
|
+
"name": "Accordion",
|
|
3329
3447
|
"declaration": {
|
|
3330
|
-
"name": "
|
|
3331
|
-
"module": "src/
|
|
3448
|
+
"name": "Accordion",
|
|
3449
|
+
"module": "src/accordion/accordion.ts"
|
|
3332
3450
|
}
|
|
3333
3451
|
},
|
|
3334
3452
|
{
|
|
3335
3453
|
"kind": "js",
|
|
3336
|
-
"name": "
|
|
3337
|
-
"declaration": {
|
|
3338
|
-
"name": "foundationAiIndicator",
|
|
3339
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3340
|
-
}
|
|
3341
|
-
}
|
|
3342
|
-
]
|
|
3343
|
-
},
|
|
3344
|
-
{
|
|
3345
|
-
"kind": "javascript-module",
|
|
3346
|
-
"path": "src/ai-indicator/index.ts",
|
|
3347
|
-
"declarations": [],
|
|
3348
|
-
"exports": [
|
|
3349
|
-
{
|
|
3350
|
-
"kind": "js",
|
|
3351
|
-
"name": "AiIndicator",
|
|
3454
|
+
"name": "foundationAccordionShadowOptions",
|
|
3352
3455
|
"declaration": {
|
|
3353
|
-
"name": "
|
|
3354
|
-
"module": "
|
|
3456
|
+
"name": "foundationAccordionShadowOptions",
|
|
3457
|
+
"module": "src/accordion/accordion.ts"
|
|
3355
3458
|
}
|
|
3356
3459
|
},
|
|
3357
3460
|
{
|
|
3358
3461
|
"kind": "js",
|
|
3359
|
-
"name": "
|
|
3462
|
+
"name": "defaultAccordionConfig",
|
|
3360
3463
|
"declaration": {
|
|
3361
|
-
"name": "
|
|
3362
|
-
"module": "
|
|
3464
|
+
"name": "defaultAccordionConfig",
|
|
3465
|
+
"module": "src/accordion/accordion.ts"
|
|
3363
3466
|
}
|
|
3364
3467
|
},
|
|
3365
3468
|
{
|
|
3366
3469
|
"kind": "js",
|
|
3367
|
-
"name": "
|
|
3470
|
+
"name": "foundationAccordion",
|
|
3368
3471
|
"declaration": {
|
|
3369
|
-
"name": "
|
|
3370
|
-
"module": "
|
|
3472
|
+
"name": "foundationAccordion",
|
|
3473
|
+
"module": "src/accordion/accordion.ts"
|
|
3371
3474
|
}
|
|
3372
|
-
}
|
|
3475
|
+
}
|
|
3476
|
+
]
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"kind": "javascript-module",
|
|
3480
|
+
"path": "src/accordion/index.ts",
|
|
3481
|
+
"declarations": [],
|
|
3482
|
+
"exports": [
|
|
3373
3483
|
{
|
|
3374
3484
|
"kind": "js",
|
|
3375
|
-
"name": "
|
|
3485
|
+
"name": "*",
|
|
3376
3486
|
"declaration": {
|
|
3377
|
-
"name": "
|
|
3378
|
-
"
|
|
3487
|
+
"name": "*",
|
|
3488
|
+
"package": "./accordion.template"
|
|
3379
3489
|
}
|
|
3380
3490
|
},
|
|
3381
3491
|
{
|
|
3382
3492
|
"kind": "js",
|
|
3383
|
-
"name": "
|
|
3493
|
+
"name": "*",
|
|
3384
3494
|
"declaration": {
|
|
3385
|
-
"name": "
|
|
3386
|
-
"
|
|
3495
|
+
"name": "*",
|
|
3496
|
+
"package": "./accordion.styles"
|
|
3387
3497
|
}
|
|
3388
3498
|
},
|
|
3389
3499
|
{
|
|
3390
3500
|
"kind": "js",
|
|
3391
|
-
"name": "
|
|
3501
|
+
"name": "*",
|
|
3392
3502
|
"declaration": {
|
|
3393
|
-
"name": "
|
|
3394
|
-
"
|
|
3503
|
+
"name": "*",
|
|
3504
|
+
"package": "./accordion"
|
|
3395
3505
|
}
|
|
3396
3506
|
}
|
|
3397
3507
|
]
|
|
3398
3508
|
},
|
|
3399
3509
|
{
|
|
3400
3510
|
"kind": "javascript-module",
|
|
3401
|
-
"path": "src/
|
|
3511
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3402
3512
|
"declarations": [
|
|
3403
3513
|
{
|
|
3404
3514
|
"kind": "function",
|
|
3405
|
-
"name": "
|
|
3406
|
-
"return": {
|
|
3407
|
-
"type": {
|
|
3408
|
-
"text": "ElementStyles"
|
|
3409
|
-
}
|
|
3410
|
-
},
|
|
3411
|
-
"parameters": [
|
|
3412
|
-
{
|
|
3413
|
-
"name": "context",
|
|
3414
|
-
"type": {
|
|
3415
|
-
"text": "ElementDefinitionContext"
|
|
3416
|
-
}
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"name": "definition",
|
|
3420
|
-
"type": {
|
|
3421
|
-
"text": "FoundationElementDefinition"
|
|
3422
|
-
}
|
|
3423
|
-
}
|
|
3424
|
-
]
|
|
3425
|
-
},
|
|
3426
|
-
{
|
|
3427
|
-
"kind": "function",
|
|
3428
|
-
"name": "foundationActionsMenuStyles",
|
|
3515
|
+
"name": "foundationAiIndicatorStyles",
|
|
3429
3516
|
"return": {
|
|
3430
3517
|
"type": {
|
|
3431
3518
|
"text": "ElementStyles"
|
|
@@ -3450,151 +3537,91 @@
|
|
|
3450
3537
|
"exports": [
|
|
3451
3538
|
{
|
|
3452
3539
|
"kind": "js",
|
|
3453
|
-
"name": "
|
|
3454
|
-
"declaration": {
|
|
3455
|
-
"name": "actionsMenuBaseStyles",
|
|
3456
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3457
|
-
}
|
|
3458
|
-
},
|
|
3459
|
-
{
|
|
3460
|
-
"kind": "js",
|
|
3461
|
-
"name": "foundationActionsMenuStyles",
|
|
3540
|
+
"name": "foundationAiIndicatorStyles",
|
|
3462
3541
|
"declaration": {
|
|
3463
|
-
"name": "
|
|
3464
|
-
"module": "src/
|
|
3542
|
+
"name": "foundationAiIndicatorStyles",
|
|
3543
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3465
3544
|
}
|
|
3466
3545
|
}
|
|
3467
3546
|
]
|
|
3468
3547
|
},
|
|
3469
3548
|
{
|
|
3470
3549
|
"kind": "javascript-module",
|
|
3471
|
-
"path": "src/
|
|
3550
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3472
3551
|
"declarations": [
|
|
3473
|
-
{
|
|
3474
|
-
"kind": "function",
|
|
3475
|
-
"name": "menuTemplate",
|
|
3476
|
-
"parameters": [
|
|
3477
|
-
{
|
|
3478
|
-
"name": "prefix",
|
|
3479
|
-
"type": {
|
|
3480
|
-
"text": "string"
|
|
3481
|
-
}
|
|
3482
|
-
}
|
|
3483
|
-
]
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"kind": "function",
|
|
3487
|
-
"name": "singleOptionTemplate",
|
|
3488
|
-
"parameters": [
|
|
3489
|
-
{
|
|
3490
|
-
"name": "prefix",
|
|
3491
|
-
"type": {
|
|
3492
|
-
"text": "string"
|
|
3493
|
-
}
|
|
3494
|
-
}
|
|
3495
|
-
]
|
|
3496
|
-
},
|
|
3497
3552
|
{
|
|
3498
3553
|
"kind": "variable",
|
|
3499
|
-
"name": "
|
|
3554
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3500
3555
|
"type": {
|
|
3501
|
-
"text": "ViewTemplate<
|
|
3556
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3502
3557
|
},
|
|
3503
|
-
"default": "html`\n
|
|
3558
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3504
3559
|
}
|
|
3505
3560
|
],
|
|
3506
3561
|
"exports": [
|
|
3507
3562
|
{
|
|
3508
3563
|
"kind": "js",
|
|
3509
|
-
"name": "
|
|
3510
|
-
"declaration": {
|
|
3511
|
-
"name": "menuTemplate",
|
|
3512
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3513
|
-
}
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
"kind": "js",
|
|
3517
|
-
"name": "singleOptionTemplate",
|
|
3518
|
-
"declaration": {
|
|
3519
|
-
"name": "singleOptionTemplate",
|
|
3520
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3521
|
-
}
|
|
3522
|
-
},
|
|
3523
|
-
{
|
|
3524
|
-
"kind": "js",
|
|
3525
|
-
"name": "foundationActionsMenuTemplate",
|
|
3564
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3526
3565
|
"declaration": {
|
|
3527
|
-
"name": "
|
|
3528
|
-
"module": "src/
|
|
3566
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3567
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3529
3568
|
}
|
|
3530
3569
|
}
|
|
3531
3570
|
]
|
|
3532
3571
|
},
|
|
3533
3572
|
{
|
|
3534
3573
|
"kind": "javascript-module",
|
|
3535
|
-
"path": "src/
|
|
3574
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3536
3575
|
"declarations": [
|
|
3537
3576
|
{
|
|
3538
3577
|
"kind": "class",
|
|
3539
3578
|
"description": "",
|
|
3540
|
-
"name": "
|
|
3579
|
+
"name": "AiIndicator",
|
|
3541
3580
|
"members": [
|
|
3542
3581
|
{
|
|
3543
3582
|
"kind": "field",
|
|
3544
|
-
"name": "
|
|
3583
|
+
"name": "providerRegistry",
|
|
3545
3584
|
"type": {
|
|
3546
|
-
"text": "
|
|
3585
|
+
"text": "AIProviderRegistry"
|
|
3547
3586
|
}
|
|
3548
3587
|
},
|
|
3549
3588
|
{
|
|
3550
3589
|
"kind": "field",
|
|
3551
|
-
"name": "
|
|
3590
|
+
"name": "aiProvider",
|
|
3552
3591
|
"type": {
|
|
3553
|
-
"text": "
|
|
3592
|
+
"text": "AIProvider | undefined"
|
|
3554
3593
|
},
|
|
3555
|
-
"
|
|
3594
|
+
"privacy": "private",
|
|
3595
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3596
|
+
"readonly": true
|
|
3556
3597
|
},
|
|
3557
3598
|
{
|
|
3558
3599
|
"kind": "field",
|
|
3559
|
-
"name": "
|
|
3600
|
+
"name": "status",
|
|
3560
3601
|
"type": {
|
|
3561
|
-
"text": "
|
|
3602
|
+
"text": "AIStatus | null"
|
|
3562
3603
|
},
|
|
3563
|
-
"default": "
|
|
3604
|
+
"default": "null"
|
|
3564
3605
|
},
|
|
3565
3606
|
{
|
|
3566
3607
|
"kind": "field",
|
|
3567
|
-
"name": "
|
|
3608
|
+
"name": "open",
|
|
3568
3609
|
"type": {
|
|
3569
3610
|
"text": "boolean"
|
|
3570
3611
|
},
|
|
3571
|
-
"default": "
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"kind": "field",
|
|
3575
|
-
"name": "classNames",
|
|
3576
|
-
"type": {
|
|
3577
|
-
"text": "string"
|
|
3578
|
-
}
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
"kind": "field",
|
|
3582
|
-
"name": "definition",
|
|
3583
|
-
"type": {
|
|
3584
|
-
"text": "any"
|
|
3585
|
-
}
|
|
3612
|
+
"default": "false"
|
|
3586
3613
|
},
|
|
3587
3614
|
{
|
|
3588
3615
|
"kind": "field",
|
|
3589
|
-
"name": "
|
|
3616
|
+
"name": "state",
|
|
3590
3617
|
"type": {
|
|
3591
|
-
"text": "
|
|
3618
|
+
"text": "AIIndicatorState"
|
|
3592
3619
|
},
|
|
3593
|
-
"default": "'
|
|
3620
|
+
"default": "'none'"
|
|
3594
3621
|
},
|
|
3595
3622
|
{
|
|
3596
3623
|
"kind": "field",
|
|
3597
|
-
"name": "
|
|
3624
|
+
"name": "isInstalling",
|
|
3598
3625
|
"type": {
|
|
3599
3626
|
"text": "boolean"
|
|
3600
3627
|
},
|
|
@@ -3602,117 +3629,133 @@
|
|
|
3602
3629
|
},
|
|
3603
3630
|
{
|
|
3604
3631
|
"kind": "field",
|
|
3605
|
-
"name": "
|
|
3632
|
+
"name": "pollTimer",
|
|
3606
3633
|
"type": {
|
|
3607
|
-
"text": "
|
|
3608
|
-
}
|
|
3634
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3635
|
+
},
|
|
3636
|
+
"privacy": "private",
|
|
3637
|
+
"default": "null"
|
|
3609
3638
|
},
|
|
3610
3639
|
{
|
|
3611
3640
|
"kind": "field",
|
|
3612
|
-
"name": "
|
|
3641
|
+
"name": "clickOutside",
|
|
3642
|
+
"privacy": "private"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "field",
|
|
3646
|
+
"name": "chromeStatusLabel",
|
|
3613
3647
|
"type": {
|
|
3614
|
-
"text": "
|
|
3648
|
+
"text": "string | null"
|
|
3615
3649
|
},
|
|
3616
|
-
"
|
|
3650
|
+
"readonly": true
|
|
3617
3651
|
},
|
|
3618
3652
|
{
|
|
3619
3653
|
"kind": "field",
|
|
3620
|
-
"name": "
|
|
3654
|
+
"name": "canInstall",
|
|
3621
3655
|
"type": {
|
|
3622
3656
|
"text": "boolean"
|
|
3623
3657
|
},
|
|
3624
|
-
"
|
|
3658
|
+
"readonly": true
|
|
3625
3659
|
},
|
|
3626
3660
|
{
|
|
3627
3661
|
"kind": "field",
|
|
3628
|
-
"name": "
|
|
3662
|
+
"name": "isDownloading",
|
|
3629
3663
|
"type": {
|
|
3630
|
-
"text": "
|
|
3631
|
-
}
|
|
3664
|
+
"text": "boolean"
|
|
3665
|
+
},
|
|
3666
|
+
"readonly": true
|
|
3632
3667
|
},
|
|
3633
3668
|
{
|
|
3634
|
-
"kind": "
|
|
3635
|
-
"name": "
|
|
3636
|
-
"
|
|
3637
|
-
"
|
|
3669
|
+
"kind": "method",
|
|
3670
|
+
"name": "openChanged",
|
|
3671
|
+
"return": {
|
|
3672
|
+
"type": {
|
|
3673
|
+
"text": "void"
|
|
3674
|
+
}
|
|
3638
3675
|
}
|
|
3639
3676
|
},
|
|
3640
3677
|
{
|
|
3641
3678
|
"kind": "method",
|
|
3642
|
-
"name": "
|
|
3643
|
-
"privacy": "
|
|
3679
|
+
"name": "handleClickOutside",
|
|
3680
|
+
"privacy": "private",
|
|
3644
3681
|
"parameters": [
|
|
3645
3682
|
{
|
|
3646
|
-
"name": "
|
|
3647
|
-
"type": {
|
|
3648
|
-
"text": "any"
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"name": "newValue",
|
|
3683
|
+
"name": "event",
|
|
3653
3684
|
"type": {
|
|
3654
|
-
"text": "
|
|
3685
|
+
"text": "MouseEvent"
|
|
3655
3686
|
}
|
|
3656
3687
|
}
|
|
3657
3688
|
]
|
|
3658
3689
|
},
|
|
3659
3690
|
{
|
|
3660
3691
|
"kind": "method",
|
|
3661
|
-
"name": "
|
|
3662
|
-
"privacy": "protected"
|
|
3692
|
+
"name": "toggleDropdown"
|
|
3663
3693
|
},
|
|
3664
3694
|
{
|
|
3665
3695
|
"kind": "method",
|
|
3666
|
-
"name": "
|
|
3696
|
+
"name": "refreshStatus",
|
|
3697
|
+
"return": {
|
|
3698
|
+
"type": {
|
|
3699
|
+
"text": "Promise<void>"
|
|
3700
|
+
}
|
|
3701
|
+
}
|
|
3667
3702
|
},
|
|
3668
3703
|
{
|
|
3669
3704
|
"kind": "method",
|
|
3670
|
-
"name": "
|
|
3705
|
+
"name": "deriveState",
|
|
3706
|
+
"privacy": "private",
|
|
3707
|
+
"return": {
|
|
3708
|
+
"type": {
|
|
3709
|
+
"text": "AIIndicatorState"
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3671
3712
|
"parameters": [
|
|
3672
3713
|
{
|
|
3673
|
-
"name": "
|
|
3714
|
+
"name": "s",
|
|
3674
3715
|
"type": {
|
|
3675
|
-
"text": "
|
|
3716
|
+
"text": "AIStatus | null"
|
|
3676
3717
|
}
|
|
3677
3718
|
}
|
|
3678
3719
|
]
|
|
3679
3720
|
},
|
|
3680
3721
|
{
|
|
3681
|
-
"kind": "
|
|
3682
|
-
"name": "
|
|
3683
|
-
"
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3722
|
+
"kind": "method",
|
|
3723
|
+
"name": "maybeStartPolling",
|
|
3724
|
+
"privacy": "private",
|
|
3725
|
+
"return": {
|
|
3726
|
+
"type": {
|
|
3727
|
+
"text": "void"
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3687
3730
|
},
|
|
3688
3731
|
{
|
|
3689
|
-
"kind": "
|
|
3690
|
-
"name": "
|
|
3691
|
-
"
|
|
3732
|
+
"kind": "method",
|
|
3733
|
+
"name": "startPolling",
|
|
3734
|
+
"privacy": "private",
|
|
3735
|
+
"return": {
|
|
3736
|
+
"type": {
|
|
3737
|
+
"text": "void"
|
|
3738
|
+
}
|
|
3739
|
+
}
|
|
3692
3740
|
},
|
|
3693
3741
|
{
|
|
3694
3742
|
"kind": "method",
|
|
3695
|
-
"name": "
|
|
3696
|
-
"
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
"
|
|
3700
|
-
"text": "string | ((rowData: any) => string)"
|
|
3701
|
-
}
|
|
3743
|
+
"name": "stopPolling",
|
|
3744
|
+
"privacy": "private",
|
|
3745
|
+
"return": {
|
|
3746
|
+
"type": {
|
|
3747
|
+
"text": "void"
|
|
3702
3748
|
}
|
|
3703
|
-
|
|
3749
|
+
}
|
|
3704
3750
|
},
|
|
3705
3751
|
{
|
|
3706
3752
|
"kind": "method",
|
|
3707
|
-
"name": "
|
|
3708
|
-
"
|
|
3709
|
-
{
|
|
3710
|
-
"
|
|
3711
|
-
"type": {
|
|
3712
|
-
"text": "string"
|
|
3713
|
-
}
|
|
3753
|
+
"name": "onInstall",
|
|
3754
|
+
"return": {
|
|
3755
|
+
"type": {
|
|
3756
|
+
"text": "Promise<void>"
|
|
3714
3757
|
}
|
|
3715
|
-
|
|
3758
|
+
}
|
|
3716
3759
|
},
|
|
3717
3760
|
{
|
|
3718
3761
|
"kind": "field",
|
|
@@ -3826,131 +3869,88 @@
|
|
|
3826
3869
|
}
|
|
3827
3870
|
}
|
|
3828
3871
|
],
|
|
3829
|
-
"attributes": [
|
|
3830
|
-
{
|
|
3831
|
-
"name": "is-vertical",
|
|
3832
|
-
"type": {
|
|
3833
|
-
"text": "boolean"
|
|
3834
|
-
},
|
|
3835
|
-
"default": "false",
|
|
3836
|
-
"fieldName": "isVertical"
|
|
3837
|
-
},
|
|
3838
|
-
{
|
|
3839
|
-
"name": "add-default-actions",
|
|
3840
|
-
"type": {
|
|
3841
|
-
"text": "boolean"
|
|
3842
|
-
},
|
|
3843
|
-
"default": "true",
|
|
3844
|
-
"fieldName": "addDefaultActions"
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"name": "auto-close-on-action",
|
|
3848
|
-
"type": {
|
|
3849
|
-
"text": "boolean"
|
|
3850
|
-
},
|
|
3851
|
-
"default": "true",
|
|
3852
|
-
"fieldName": "autoCloseOnAction"
|
|
3853
|
-
},
|
|
3854
|
-
{
|
|
3855
|
-
"name": "name",
|
|
3856
|
-
"type": {
|
|
3857
|
-
"text": "string"
|
|
3858
|
-
},
|
|
3859
|
-
"default": "'Actions'",
|
|
3860
|
-
"fieldName": "name"
|
|
3861
|
-
},
|
|
3862
|
-
{
|
|
3863
|
-
"name": "open",
|
|
3864
|
-
"type": {
|
|
3865
|
-
"text": "boolean"
|
|
3866
|
-
},
|
|
3867
|
-
"default": "false",
|
|
3868
|
-
"fieldName": "open"
|
|
3869
|
-
},
|
|
3870
|
-
{
|
|
3871
|
-
"name": "buttonAppearance",
|
|
3872
|
-
"type": {
|
|
3873
|
-
"text": "string"
|
|
3874
|
-
},
|
|
3875
|
-
"fieldName": "buttonAppearance"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"name": "hide-disabled",
|
|
3879
|
-
"type": {
|
|
3880
|
-
"text": "boolean"
|
|
3881
|
-
},
|
|
3882
|
-
"default": "false",
|
|
3883
|
-
"fieldName": "hideDisabled"
|
|
3884
|
-
},
|
|
3885
|
-
{
|
|
3886
|
-
"name": "hide-menu-single-option",
|
|
3887
|
-
"type": {
|
|
3888
|
-
"text": "boolean"
|
|
3889
|
-
},
|
|
3890
|
-
"default": "false",
|
|
3891
|
-
"fieldName": "hideMenuSingleOption"
|
|
3892
|
-
}
|
|
3893
|
-
],
|
|
3894
3872
|
"superclass": {
|
|
3895
3873
|
"name": "FoundationElement",
|
|
3896
3874
|
"package": "@microsoft/fast-foundation"
|
|
3897
3875
|
},
|
|
3898
|
-
"tagName": "%%prefix%%-
|
|
3876
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3899
3877
|
"customElement": true
|
|
3900
3878
|
},
|
|
3901
3879
|
{
|
|
3902
3880
|
"kind": "variable",
|
|
3903
|
-
"name": "
|
|
3904
|
-
"description": "The Foundation Actions Menu",
|
|
3905
|
-
"privacy": "public"
|
|
3881
|
+
"name": "foundationAiIndicator"
|
|
3906
3882
|
}
|
|
3907
3883
|
],
|
|
3908
3884
|
"exports": [
|
|
3909
3885
|
{
|
|
3910
3886
|
"kind": "js",
|
|
3911
|
-
"name": "
|
|
3887
|
+
"name": "AiIndicator",
|
|
3912
3888
|
"declaration": {
|
|
3913
|
-
"name": "
|
|
3914
|
-
"module": "src/
|
|
3889
|
+
"name": "AiIndicator",
|
|
3890
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3915
3891
|
}
|
|
3916
3892
|
},
|
|
3917
3893
|
{
|
|
3918
3894
|
"kind": "js",
|
|
3919
|
-
"name": "
|
|
3895
|
+
"name": "foundationAiIndicator",
|
|
3920
3896
|
"declaration": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "src/
|
|
3897
|
+
"name": "foundationAiIndicator",
|
|
3898
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3923
3899
|
}
|
|
3924
3900
|
}
|
|
3925
3901
|
]
|
|
3926
3902
|
},
|
|
3927
3903
|
{
|
|
3928
3904
|
"kind": "javascript-module",
|
|
3929
|
-
"path": "src/
|
|
3905
|
+
"path": "src/ai-indicator/index.ts",
|
|
3930
3906
|
"declarations": [],
|
|
3931
3907
|
"exports": [
|
|
3932
3908
|
{
|
|
3933
3909
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
3910
|
+
"name": "AiIndicator",
|
|
3935
3911
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"
|
|
3912
|
+
"name": "AiIndicator",
|
|
3913
|
+
"module": "./ai-indicator"
|
|
3938
3914
|
}
|
|
3939
3915
|
},
|
|
3940
3916
|
{
|
|
3941
3917
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3918
|
+
"name": "foundationAiIndicator",
|
|
3943
3919
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3920
|
+
"name": "foundationAiIndicator",
|
|
3921
|
+
"module": "./ai-indicator"
|
|
3946
3922
|
}
|
|
3947
3923
|
},
|
|
3948
3924
|
{
|
|
3949
3925
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3926
|
+
"name": "type",
|
|
3951
3927
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3928
|
+
"name": "type",
|
|
3929
|
+
"module": "./ai-indicator"
|
|
3930
|
+
}
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "js",
|
|
3934
|
+
"name": "AIIndicatorState",
|
|
3935
|
+
"declaration": {
|
|
3936
|
+
"name": "AIIndicatorState",
|
|
3937
|
+
"module": "./ai-indicator"
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"kind": "js",
|
|
3942
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3943
|
+
"declaration": {
|
|
3944
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3945
|
+
"module": "./ai-indicator.template"
|
|
3946
|
+
}
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "js",
|
|
3950
|
+
"name": "foundationAiIndicatorStyles",
|
|
3951
|
+
"declaration": {
|
|
3952
|
+
"name": "foundationAiIndicatorStyles",
|
|
3953
|
+
"module": "./ai-indicator.styles"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|