@genesislcap/foundation-ui 14.453.0 → 14.454.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 +550 -550
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +4 -4
- package/package.json +19 -19
|
@@ -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
|
-
|
|
2024
|
+
"name": "open",
|
|
2025
|
+
"type": {
|
|
2026
|
+
"text": "boolean"
|
|
2027
|
+
},
|
|
2028
|
+
"default": "false"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "field",
|
|
2032
|
+
"name": "buttonAppearance",
|
|
2033
|
+
"type": {
|
|
2034
|
+
"text": "string"
|
|
2013
2035
|
}
|
|
2014
2036
|
},
|
|
2015
2037
|
{
|
|
2016
|
-
"kind": "
|
|
2017
|
-
"name": "
|
|
2018
|
-
"
|
|
2019
|
-
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "void"
|
|
2022
|
-
}
|
|
2038
|
+
"kind": "field",
|
|
2039
|
+
"name": "hideDisabled",
|
|
2040
|
+
"type": {
|
|
2041
|
+
"text": "boolean"
|
|
2023
2042
|
},
|
|
2024
|
-
"
|
|
2025
|
-
"name": "Accordion",
|
|
2026
|
-
"module": "src/accordion/accordion.ts"
|
|
2027
|
-
}
|
|
2043
|
+
"default": "false"
|
|
2028
2044
|
},
|
|
2029
2045
|
{
|
|
2030
2046
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
2032
|
-
"
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
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": "
|
|
2279
|
-
"declaration": {
|
|
2280
|
-
"name": "Accordion",
|
|
2281
|
-
"module": "src/accordion/accordion.ts"
|
|
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",
|
|
2338
|
+
"name": "ActionsMenu",
|
|
2295
2339
|
"declaration": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/
|
|
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
|
]
|
|
@@ -3398,34 +3442,11 @@
|
|
|
3398
3442
|
},
|
|
3399
3443
|
{
|
|
3400
3444
|
"kind": "javascript-module",
|
|
3401
|
-
"path": "src/
|
|
3445
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3402
3446
|
"declarations": [
|
|
3403
3447
|
{
|
|
3404
3448
|
"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",
|
|
3449
|
+
"name": "foundationAccordionStyles",
|
|
3429
3450
|
"return": {
|
|
3430
3451
|
"type": {
|
|
3431
3452
|
"text": "ElementStyles"
|
|
@@ -3450,269 +3471,277 @@
|
|
|
3450
3471
|
"exports": [
|
|
3451
3472
|
{
|
|
3452
3473
|
"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",
|
|
3474
|
+
"name": "foundationAccordionStyles",
|
|
3462
3475
|
"declaration": {
|
|
3463
|
-
"name": "
|
|
3464
|
-
"module": "src/
|
|
3476
|
+
"name": "foundationAccordionStyles",
|
|
3477
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3465
3478
|
}
|
|
3466
3479
|
}
|
|
3467
3480
|
]
|
|
3468
3481
|
},
|
|
3469
3482
|
{
|
|
3470
3483
|
"kind": "javascript-module",
|
|
3471
|
-
"path": "src/
|
|
3484
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3472
3485
|
"declarations": [
|
|
3473
3486
|
{
|
|
3474
3487
|
"kind": "function",
|
|
3475
|
-
"name": "
|
|
3488
|
+
"name": "foundationAccordionTemplate",
|
|
3489
|
+
"return": {
|
|
3490
|
+
"type": {
|
|
3491
|
+
"text": "ViewTemplate<Accordion>"
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3476
3494
|
"parameters": [
|
|
3477
3495
|
{
|
|
3478
|
-
"name": "
|
|
3496
|
+
"name": "context",
|
|
3479
3497
|
"type": {
|
|
3480
|
-
"text": "
|
|
3498
|
+
"text": "ElementDefinitionContext"
|
|
3481
3499
|
}
|
|
3482
|
-
}
|
|
3483
|
-
]
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"kind": "function",
|
|
3487
|
-
"name": "singleOptionTemplate",
|
|
3488
|
-
"parameters": [
|
|
3500
|
+
},
|
|
3489
3501
|
{
|
|
3490
|
-
"name": "
|
|
3502
|
+
"name": "definition",
|
|
3491
3503
|
"type": {
|
|
3492
|
-
"text": "
|
|
3504
|
+
"text": "FoundationElementDefinition"
|
|
3493
3505
|
}
|
|
3494
3506
|
}
|
|
3495
3507
|
]
|
|
3496
|
-
},
|
|
3497
|
-
{
|
|
3498
|
-
"kind": "variable",
|
|
3499
|
-
"name": "foundationActionsMenuTemplate",
|
|
3500
|
-
"type": {
|
|
3501
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
3502
|
-
},
|
|
3503
|
-
"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`"
|
|
3504
3508
|
}
|
|
3505
3509
|
],
|
|
3506
3510
|
"exports": [
|
|
3507
3511
|
{
|
|
3508
3512
|
"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",
|
|
3513
|
+
"name": "foundationAccordionTemplate",
|
|
3526
3514
|
"declaration": {
|
|
3527
|
-
"name": "
|
|
3528
|
-
"module": "src/
|
|
3515
|
+
"name": "foundationAccordionTemplate",
|
|
3516
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3529
3517
|
}
|
|
3530
3518
|
}
|
|
3531
3519
|
]
|
|
3532
3520
|
},
|
|
3533
3521
|
{
|
|
3534
3522
|
"kind": "javascript-module",
|
|
3535
|
-
"path": "src/
|
|
3523
|
+
"path": "src/accordion/accordion.ts",
|
|
3536
3524
|
"declarations": [
|
|
3537
3525
|
{
|
|
3538
3526
|
"kind": "class",
|
|
3539
3527
|
"description": "",
|
|
3540
|
-
"name": "
|
|
3541
|
-
"
|
|
3528
|
+
"name": "Accordion",
|
|
3529
|
+
"superclass": {
|
|
3530
|
+
"name": "FASTAccordion",
|
|
3531
|
+
"package": "@microsoft/fast-foundation"
|
|
3532
|
+
},
|
|
3533
|
+
"tagName": "%%prefix%%-accordion",
|
|
3534
|
+
"customElement": true,
|
|
3535
|
+
"attributes": [
|
|
3542
3536
|
{
|
|
3543
|
-
"
|
|
3544
|
-
"name": "actions",
|
|
3537
|
+
"name": "expand-mode",
|
|
3545
3538
|
"type": {
|
|
3546
|
-
"text": "
|
|
3539
|
+
"text": "AccordionExpandMode"
|
|
3540
|
+
},
|
|
3541
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3542
|
+
"fieldName": "expandmode",
|
|
3543
|
+
"inheritedFrom": {
|
|
3544
|
+
"name": "Accordion",
|
|
3545
|
+
"module": "src/accordion/accordion.ts"
|
|
3547
3546
|
}
|
|
3548
|
-
}
|
|
3547
|
+
}
|
|
3548
|
+
],
|
|
3549
|
+
"members": [
|
|
3549
3550
|
{
|
|
3550
3551
|
"kind": "field",
|
|
3551
|
-
"name": "
|
|
3552
|
+
"name": "expandmode",
|
|
3552
3553
|
"type": {
|
|
3553
|
-
"text": "
|
|
3554
|
+
"text": "AccordionExpandMode"
|
|
3554
3555
|
},
|
|
3555
|
-
"
|
|
3556
|
+
"privacy": "public",
|
|
3557
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3558
|
+
"inheritedFrom": {
|
|
3559
|
+
"name": "Accordion",
|
|
3560
|
+
"module": "src/accordion/accordion.ts"
|
|
3561
|
+
}
|
|
3556
3562
|
},
|
|
3557
3563
|
{
|
|
3558
3564
|
"kind": "field",
|
|
3559
|
-
"name": "
|
|
3565
|
+
"name": "activeid",
|
|
3560
3566
|
"type": {
|
|
3561
|
-
"text": "
|
|
3567
|
+
"text": "string | null"
|
|
3562
3568
|
},
|
|
3563
|
-
"
|
|
3569
|
+
"privacy": "private",
|
|
3570
|
+
"inheritedFrom": {
|
|
3571
|
+
"name": "Accordion",
|
|
3572
|
+
"module": "src/accordion/accordion.ts"
|
|
3573
|
+
}
|
|
3564
3574
|
},
|
|
3565
3575
|
{
|
|
3566
3576
|
"kind": "field",
|
|
3567
|
-
"name": "
|
|
3577
|
+
"name": "activeItemIndex",
|
|
3568
3578
|
"type": {
|
|
3569
|
-
"text": "
|
|
3579
|
+
"text": "number"
|
|
3570
3580
|
},
|
|
3571
|
-
"
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
"type": {
|
|
3577
|
-
"text": "string"
|
|
3581
|
+
"privacy": "private",
|
|
3582
|
+
"default": "0",
|
|
3583
|
+
"inheritedFrom": {
|
|
3584
|
+
"name": "Accordion",
|
|
3585
|
+
"module": "src/accordion/accordion.ts"
|
|
3578
3586
|
}
|
|
3579
3587
|
},
|
|
3580
3588
|
{
|
|
3581
3589
|
"kind": "field",
|
|
3582
|
-
"name": "
|
|
3590
|
+
"name": "accordionIds",
|
|
3583
3591
|
"type": {
|
|
3584
|
-
"text": "
|
|
3592
|
+
"text": "Array<string | null>"
|
|
3593
|
+
},
|
|
3594
|
+
"privacy": "private",
|
|
3595
|
+
"inheritedFrom": {
|
|
3596
|
+
"name": "Accordion",
|
|
3597
|
+
"module": "src/accordion/accordion.ts"
|
|
3585
3598
|
}
|
|
3586
3599
|
},
|
|
3587
3600
|
{
|
|
3588
3601
|
"kind": "field",
|
|
3589
|
-
"name": "
|
|
3590
|
-
"
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3602
|
+
"name": "change",
|
|
3603
|
+
"privacy": "private",
|
|
3604
|
+
"inheritedFrom": {
|
|
3605
|
+
"name": "Accordion",
|
|
3606
|
+
"module": "src/accordion/accordion.ts"
|
|
3607
|
+
}
|
|
3594
3608
|
},
|
|
3595
3609
|
{
|
|
3596
|
-
"kind": "
|
|
3597
|
-
"name": "
|
|
3598
|
-
"
|
|
3599
|
-
|
|
3610
|
+
"kind": "method",
|
|
3611
|
+
"name": "findExpandedItem",
|
|
3612
|
+
"privacy": "private",
|
|
3613
|
+
"return": {
|
|
3614
|
+
"type": {
|
|
3615
|
+
"text": "AccordionItem | null"
|
|
3616
|
+
}
|
|
3600
3617
|
},
|
|
3601
|
-
"
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
"kind": "field",
|
|
3605
|
-
"name": "buttonAppearance",
|
|
3606
|
-
"type": {
|
|
3607
|
-
"text": "string"
|
|
3618
|
+
"inheritedFrom": {
|
|
3619
|
+
"name": "Accordion",
|
|
3620
|
+
"module": "src/accordion/accordion.ts"
|
|
3608
3621
|
}
|
|
3609
3622
|
},
|
|
3610
3623
|
{
|
|
3611
3624
|
"kind": "field",
|
|
3612
|
-
"name": "
|
|
3613
|
-
"
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3625
|
+
"name": "setItems",
|
|
3626
|
+
"privacy": "private",
|
|
3627
|
+
"inheritedFrom": {
|
|
3628
|
+
"name": "Accordion",
|
|
3629
|
+
"module": "src/accordion/accordion.ts"
|
|
3630
|
+
}
|
|
3617
3631
|
},
|
|
3618
3632
|
{
|
|
3619
|
-
"kind": "
|
|
3620
|
-
"name": "
|
|
3621
|
-
"
|
|
3622
|
-
|
|
3633
|
+
"kind": "method",
|
|
3634
|
+
"name": "resetItems",
|
|
3635
|
+
"privacy": "private",
|
|
3636
|
+
"return": {
|
|
3637
|
+
"type": {
|
|
3638
|
+
"text": "void"
|
|
3639
|
+
}
|
|
3623
3640
|
},
|
|
3624
|
-
"
|
|
3641
|
+
"inheritedFrom": {
|
|
3642
|
+
"name": "Accordion",
|
|
3643
|
+
"module": "src/accordion/accordion.ts"
|
|
3644
|
+
}
|
|
3625
3645
|
},
|
|
3626
3646
|
{
|
|
3627
3647
|
"kind": "field",
|
|
3628
|
-
"name": "
|
|
3629
|
-
"
|
|
3630
|
-
|
|
3648
|
+
"name": "removeItemListeners",
|
|
3649
|
+
"privacy": "private",
|
|
3650
|
+
"inheritedFrom": {
|
|
3651
|
+
"name": "Accordion",
|
|
3652
|
+
"module": "src/accordion/accordion.ts"
|
|
3631
3653
|
}
|
|
3632
3654
|
},
|
|
3633
3655
|
{
|
|
3634
3656
|
"kind": "field",
|
|
3635
|
-
"name": "
|
|
3636
|
-
"
|
|
3637
|
-
|
|
3657
|
+
"name": "activeItemChange",
|
|
3658
|
+
"privacy": "private",
|
|
3659
|
+
"inheritedFrom": {
|
|
3660
|
+
"name": "Accordion",
|
|
3661
|
+
"module": "src/accordion/accordion.ts"
|
|
3638
3662
|
}
|
|
3639
3663
|
},
|
|
3640
3664
|
{
|
|
3641
3665
|
"kind": "method",
|
|
3642
|
-
"name": "
|
|
3643
|
-
"privacy": "
|
|
3644
|
-
"
|
|
3645
|
-
{
|
|
3646
|
-
"
|
|
3647
|
-
"type": {
|
|
3648
|
-
"text": "any"
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"name": "newValue",
|
|
3653
|
-
"type": {
|
|
3654
|
-
"text": "any"
|
|
3655
|
-
}
|
|
3666
|
+
"name": "getItemIds",
|
|
3667
|
+
"privacy": "private",
|
|
3668
|
+
"return": {
|
|
3669
|
+
"type": {
|
|
3670
|
+
"text": "Array<string | null>"
|
|
3656
3671
|
}
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
"privacy": "protected"
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
"kind": "method",
|
|
3666
|
-
"name": "toggleActionsMenuVisibility"
|
|
3672
|
+
},
|
|
3673
|
+
"inheritedFrom": {
|
|
3674
|
+
"name": "Accordion",
|
|
3675
|
+
"module": "src/accordion/accordion.ts"
|
|
3676
|
+
}
|
|
3667
3677
|
},
|
|
3668
3678
|
{
|
|
3669
3679
|
"kind": "method",
|
|
3670
|
-
"name": "
|
|
3671
|
-
"
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
"
|
|
3675
|
-
"text": "(rowData) => void | any"
|
|
3676
|
-
}
|
|
3680
|
+
"name": "isSingleExpandMode",
|
|
3681
|
+
"privacy": "private",
|
|
3682
|
+
"return": {
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "boolean"
|
|
3677
3685
|
}
|
|
3678
|
-
|
|
3686
|
+
},
|
|
3687
|
+
"inheritedFrom": {
|
|
3688
|
+
"name": "Accordion",
|
|
3689
|
+
"module": "src/accordion/accordion.ts"
|
|
3690
|
+
}
|
|
3679
3691
|
},
|
|
3680
3692
|
{
|
|
3681
3693
|
"kind": "field",
|
|
3682
|
-
"name": "
|
|
3683
|
-
"
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3694
|
+
"name": "handleItemKeyDown",
|
|
3695
|
+
"privacy": "private",
|
|
3696
|
+
"inheritedFrom": {
|
|
3697
|
+
"name": "Accordion",
|
|
3698
|
+
"module": "src/accordion/accordion.ts"
|
|
3699
|
+
}
|
|
3687
3700
|
},
|
|
3688
3701
|
{
|
|
3689
3702
|
"kind": "field",
|
|
3690
|
-
"name": "
|
|
3691
|
-
"
|
|
3703
|
+
"name": "handleItemFocus",
|
|
3704
|
+
"privacy": "private",
|
|
3705
|
+
"inheritedFrom": {
|
|
3706
|
+
"name": "Accordion",
|
|
3707
|
+
"module": "src/accordion/accordion.ts"
|
|
3708
|
+
}
|
|
3692
3709
|
},
|
|
3693
3710
|
{
|
|
3694
3711
|
"kind": "method",
|
|
3695
|
-
"name": "
|
|
3712
|
+
"name": "adjust",
|
|
3713
|
+
"privacy": "private",
|
|
3714
|
+
"return": {
|
|
3715
|
+
"type": {
|
|
3716
|
+
"text": "void"
|
|
3717
|
+
}
|
|
3718
|
+
},
|
|
3696
3719
|
"parameters": [
|
|
3697
3720
|
{
|
|
3698
|
-
"name": "
|
|
3721
|
+
"name": "adjustment",
|
|
3699
3722
|
"type": {
|
|
3700
|
-
"text": "
|
|
3723
|
+
"text": "number"
|
|
3701
3724
|
}
|
|
3702
3725
|
}
|
|
3703
|
-
]
|
|
3726
|
+
],
|
|
3727
|
+
"inheritedFrom": {
|
|
3728
|
+
"name": "Accordion",
|
|
3729
|
+
"module": "src/accordion/accordion.ts"
|
|
3730
|
+
}
|
|
3704
3731
|
},
|
|
3705
3732
|
{
|
|
3706
3733
|
"kind": "method",
|
|
3707
|
-
"name": "
|
|
3708
|
-
"
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
"
|
|
3712
|
-
"text": "string"
|
|
3713
|
-
}
|
|
3734
|
+
"name": "focusItem",
|
|
3735
|
+
"privacy": "private",
|
|
3736
|
+
"return": {
|
|
3737
|
+
"type": {
|
|
3738
|
+
"text": "void"
|
|
3714
3739
|
}
|
|
3715
|
-
|
|
3740
|
+
},
|
|
3741
|
+
"inheritedFrom": {
|
|
3742
|
+
"name": "Accordion",
|
|
3743
|
+
"module": "src/accordion/accordion.ts"
|
|
3744
|
+
}
|
|
3716
3745
|
},
|
|
3717
3746
|
{
|
|
3718
3747
|
"kind": "field",
|
|
@@ -3826,107 +3855,78 @@
|
|
|
3826
3855
|
}
|
|
3827
3856
|
}
|
|
3828
3857
|
],
|
|
3829
|
-
"
|
|
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
|
-
},
|
|
3858
|
+
"events": [
|
|
3885
3859
|
{
|
|
3886
|
-
"
|
|
3887
|
-
"
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3860
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3861
|
+
"name": "change",
|
|
3862
|
+
"inheritedFrom": {
|
|
3863
|
+
"name": "Accordion",
|
|
3864
|
+
"module": "src/accordion/accordion.ts"
|
|
3865
|
+
}
|
|
3892
3866
|
}
|
|
3893
|
-
]
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3867
|
+
]
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"kind": "variable",
|
|
3871
|
+
"name": "foundationAccordionShadowOptions",
|
|
3872
|
+
"type": {
|
|
3873
|
+
"text": "ShadowRootInit"
|
|
3897
3874
|
},
|
|
3898
|
-
"
|
|
3899
|
-
"customElement": true
|
|
3875
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3900
3876
|
},
|
|
3901
3877
|
{
|
|
3902
3878
|
"kind": "variable",
|
|
3903
|
-
"name": "
|
|
3904
|
-
"
|
|
3879
|
+
"name": "defaultAccordionConfig",
|
|
3880
|
+
"type": {
|
|
3881
|
+
"text": "object"
|
|
3882
|
+
},
|
|
3883
|
+
"default": "{}"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"kind": "variable",
|
|
3887
|
+
"name": "foundationAccordion",
|
|
3888
|
+
"description": "The Foundation Accordion",
|
|
3905
3889
|
"privacy": "public"
|
|
3906
3890
|
}
|
|
3907
3891
|
],
|
|
3908
3892
|
"exports": [
|
|
3909
3893
|
{
|
|
3910
3894
|
"kind": "js",
|
|
3911
|
-
"name": "
|
|
3895
|
+
"name": "Accordion",
|
|
3912
3896
|
"declaration": {
|
|
3913
|
-
"name": "
|
|
3914
|
-
"module": "src/
|
|
3897
|
+
"name": "Accordion",
|
|
3898
|
+
"module": "src/accordion/accordion.ts"
|
|
3915
3899
|
}
|
|
3916
3900
|
},
|
|
3917
3901
|
{
|
|
3918
3902
|
"kind": "js",
|
|
3919
|
-
"name": "
|
|
3903
|
+
"name": "foundationAccordionShadowOptions",
|
|
3920
3904
|
"declaration": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "src/
|
|
3905
|
+
"name": "foundationAccordionShadowOptions",
|
|
3906
|
+
"module": "src/accordion/accordion.ts"
|
|
3907
|
+
}
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"kind": "js",
|
|
3911
|
+
"name": "defaultAccordionConfig",
|
|
3912
|
+
"declaration": {
|
|
3913
|
+
"name": "defaultAccordionConfig",
|
|
3914
|
+
"module": "src/accordion/accordion.ts"
|
|
3915
|
+
}
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "js",
|
|
3919
|
+
"name": "foundationAccordion",
|
|
3920
|
+
"declaration": {
|
|
3921
|
+
"name": "foundationAccordion",
|
|
3922
|
+
"module": "src/accordion/accordion.ts"
|
|
3923
3923
|
}
|
|
3924
3924
|
}
|
|
3925
3925
|
]
|
|
3926
3926
|
},
|
|
3927
3927
|
{
|
|
3928
3928
|
"kind": "javascript-module",
|
|
3929
|
-
"path": "src/
|
|
3929
|
+
"path": "src/accordion/index.ts",
|
|
3930
3930
|
"declarations": [],
|
|
3931
3931
|
"exports": [
|
|
3932
3932
|
{
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
"name": "*",
|
|
3935
3935
|
"declaration": {
|
|
3936
3936
|
"name": "*",
|
|
3937
|
-
"package": "./
|
|
3937
|
+
"package": "./accordion.template"
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
3940
|
{
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
"name": "*",
|
|
3943
3943
|
"declaration": {
|
|
3944
3944
|
"name": "*",
|
|
3945
|
-
"package": "./
|
|
3945
|
+
"package": "./accordion.styles"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
"name": "*",
|
|
3951
3951
|
"declaration": {
|
|
3952
3952
|
"name": "*",
|
|
3953
|
-
"package": "./
|
|
3953
|
+
"package": "./accordion"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|
|
@@ -60029,35 +60029,35 @@
|
|
|
60029
60029
|
},
|
|
60030
60030
|
{
|
|
60031
60031
|
"kind": "javascript-module",
|
|
60032
|
-
"path": "src/scheduler-cron-builder/
|
|
60032
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts",
|
|
60033
60033
|
"declarations": [
|
|
60034
60034
|
{
|
|
60035
60035
|
"kind": "variable",
|
|
60036
|
-
"name": "
|
|
60036
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
60037
60037
|
"type": {
|
|
60038
60038
|
"text": "ElementStyles"
|
|
60039
60039
|
},
|
|
60040
|
-
"default": "css`\n ${inputControls}\n`"
|
|
60040
|
+
"default": "css`\n ${inputControls}\n :host {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 4px);\n }\n\n .weekdays-row {\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .day-of-month-row {\n display: flex;\n gap: calc(var(--design-unit) * 4px);\n width: 100%;\n }\n\n .day-date-number-field::part(root) {\n width: 40%;\n }\n`"
|
|
60041
60041
|
}
|
|
60042
60042
|
],
|
|
60043
60043
|
"exports": [
|
|
60044
60044
|
{
|
|
60045
60045
|
"kind": "js",
|
|
60046
|
-
"name": "
|
|
60046
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
60047
60047
|
"declaration": {
|
|
60048
|
-
"name": "
|
|
60049
|
-
"module": "src/scheduler-cron-builder/
|
|
60048
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
60049
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts"
|
|
60050
60050
|
}
|
|
60051
60051
|
}
|
|
60052
60052
|
]
|
|
60053
60053
|
},
|
|
60054
60054
|
{
|
|
60055
60055
|
"kind": "javascript-module",
|
|
60056
|
-
"path": "src/scheduler-cron-builder/
|
|
60056
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts",
|
|
60057
60057
|
"declarations": [
|
|
60058
60058
|
{
|
|
60059
60059
|
"kind": "function",
|
|
60060
|
-
"name": "
|
|
60060
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
60061
60061
|
"parameters": [
|
|
60062
60062
|
{
|
|
60063
60063
|
"name": "prefix",
|
|
@@ -60069,46 +60069,38 @@
|
|
|
60069
60069
|
},
|
|
60070
60070
|
{
|
|
60071
60071
|
"kind": "variable",
|
|
60072
|
-
"name": "
|
|
60073
|
-
"default": "html<
|
|
60072
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
60073
|
+
"default": "html<MonthlyYearlyRecurrence>`\n ${(x) => getPrefixedMonthlyYearlyRecurrence(x.prefix)}\n`"
|
|
60074
60074
|
}
|
|
60075
60075
|
],
|
|
60076
60076
|
"exports": [
|
|
60077
60077
|
{
|
|
60078
60078
|
"kind": "js",
|
|
60079
|
-
"name": "
|
|
60079
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
60080
60080
|
"declaration": {
|
|
60081
|
-
"name": "
|
|
60082
|
-
"module": "src/scheduler-cron-builder/
|
|
60081
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
60082
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
|
|
60083
60083
|
}
|
|
60084
60084
|
},
|
|
60085
60085
|
{
|
|
60086
60086
|
"kind": "js",
|
|
60087
|
-
"name": "
|
|
60087
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
60088
60088
|
"declaration": {
|
|
60089
|
-
"name": "
|
|
60090
|
-
"module": "src/scheduler-cron-builder/
|
|
60089
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
60090
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
|
|
60091
60091
|
}
|
|
60092
60092
|
}
|
|
60093
60093
|
]
|
|
60094
60094
|
},
|
|
60095
60095
|
{
|
|
60096
60096
|
"kind": "javascript-module",
|
|
60097
|
-
"path": "src/scheduler-cron-builder/
|
|
60097
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts",
|
|
60098
60098
|
"declarations": [
|
|
60099
60099
|
{
|
|
60100
60100
|
"kind": "class",
|
|
60101
60101
|
"description": "",
|
|
60102
|
-
"name": "
|
|
60102
|
+
"name": "MonthlyYearlyRecurrence",
|
|
60103
60103
|
"members": [
|
|
60104
|
-
{
|
|
60105
|
-
"kind": "field",
|
|
60106
|
-
"name": "disableTooltips",
|
|
60107
|
-
"type": {
|
|
60108
|
-
"text": "boolean"
|
|
60109
|
-
},
|
|
60110
|
-
"default": "false"
|
|
60111
|
-
},
|
|
60112
60104
|
{
|
|
60113
60105
|
"kind": "method",
|
|
60114
60106
|
"name": "configChanged"
|
|
@@ -60227,20 +60219,10 @@
|
|
|
60227
60219
|
],
|
|
60228
60220
|
"events": [
|
|
60229
60221
|
{
|
|
60230
|
-
"description": "Fired when
|
|
60222
|
+
"description": "Fired when monthly or yearly recurrence fields update the cron config",
|
|
60231
60223
|
"name": "update-cron-config"
|
|
60232
60224
|
}
|
|
60233
60225
|
],
|
|
60234
|
-
"attributes": [
|
|
60235
|
-
{
|
|
60236
|
-
"name": "disable-tooltips",
|
|
60237
|
-
"type": {
|
|
60238
|
-
"text": "boolean"
|
|
60239
|
-
},
|
|
60240
|
-
"default": "false",
|
|
60241
|
-
"fieldName": "disableTooltips"
|
|
60242
|
-
}
|
|
60243
|
-
],
|
|
60244
60226
|
"mixins": [
|
|
60245
60227
|
{
|
|
60246
60228
|
"name": "EventEmitter",
|
|
@@ -60256,53 +60238,53 @@
|
|
|
60256
60238
|
"exports": [
|
|
60257
60239
|
{
|
|
60258
60240
|
"kind": "js",
|
|
60259
|
-
"name": "
|
|
60241
|
+
"name": "MonthlyYearlyRecurrence",
|
|
60260
60242
|
"declaration": {
|
|
60261
|
-
"name": "
|
|
60262
|
-
"module": "src/scheduler-cron-builder/
|
|
60243
|
+
"name": "MonthlyYearlyRecurrence",
|
|
60244
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
|
|
60263
60245
|
}
|
|
60264
60246
|
},
|
|
60265
60247
|
{
|
|
60266
60248
|
"kind": "custom-element-definition",
|
|
60267
|
-
"name": "
|
|
60249
|
+
"name": "monthly-yearly-recurrence",
|
|
60268
60250
|
"declaration": {
|
|
60269
|
-
"name": "
|
|
60270
|
-
"module": "src/scheduler-cron-builder/
|
|
60251
|
+
"name": "MonthlyYearlyRecurrence",
|
|
60252
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
|
|
60271
60253
|
}
|
|
60272
60254
|
}
|
|
60273
60255
|
]
|
|
60274
60256
|
},
|
|
60275
60257
|
{
|
|
60276
60258
|
"kind": "javascript-module",
|
|
60277
|
-
"path": "src/scheduler-cron-builder/
|
|
60259
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts",
|
|
60278
60260
|
"declarations": [
|
|
60279
60261
|
{
|
|
60280
60262
|
"kind": "variable",
|
|
60281
|
-
"name": "
|
|
60263
|
+
"name": "dailyRecurrenceStyles",
|
|
60282
60264
|
"type": {
|
|
60283
60265
|
"text": "ElementStyles"
|
|
60284
60266
|
},
|
|
60285
|
-
"default": "css`\n ${inputControls}\n
|
|
60267
|
+
"default": "css`\n ${inputControls}\n`"
|
|
60286
60268
|
}
|
|
60287
60269
|
],
|
|
60288
60270
|
"exports": [
|
|
60289
60271
|
{
|
|
60290
60272
|
"kind": "js",
|
|
60291
|
-
"name": "
|
|
60273
|
+
"name": "dailyRecurrenceStyles",
|
|
60292
60274
|
"declaration": {
|
|
60293
|
-
"name": "
|
|
60294
|
-
"module": "src/scheduler-cron-builder/
|
|
60275
|
+
"name": "dailyRecurrenceStyles",
|
|
60276
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts"
|
|
60295
60277
|
}
|
|
60296
60278
|
}
|
|
60297
60279
|
]
|
|
60298
60280
|
},
|
|
60299
60281
|
{
|
|
60300
60282
|
"kind": "javascript-module",
|
|
60301
|
-
"path": "src/scheduler-cron-builder/
|
|
60283
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts",
|
|
60302
60284
|
"declarations": [
|
|
60303
60285
|
{
|
|
60304
60286
|
"kind": "function",
|
|
60305
|
-
"name": "
|
|
60287
|
+
"name": "getPrefixedDailyRecurrence",
|
|
60306
60288
|
"parameters": [
|
|
60307
60289
|
{
|
|
60308
60290
|
"name": "prefix",
|
|
@@ -60314,38 +60296,46 @@
|
|
|
60314
60296
|
},
|
|
60315
60297
|
{
|
|
60316
60298
|
"kind": "variable",
|
|
60317
|
-
"name": "
|
|
60318
|
-
"default": "html<
|
|
60299
|
+
"name": "dailyRecurrenceTemplate",
|
|
60300
|
+
"default": "html<DailyRecurrence>`\n ${(x) => getPrefixedDailyRecurrence(x.prefix)}\n`"
|
|
60319
60301
|
}
|
|
60320
60302
|
],
|
|
60321
60303
|
"exports": [
|
|
60322
60304
|
{
|
|
60323
60305
|
"kind": "js",
|
|
60324
|
-
"name": "
|
|
60306
|
+
"name": "getPrefixedDailyRecurrence",
|
|
60325
60307
|
"declaration": {
|
|
60326
|
-
"name": "
|
|
60327
|
-
"module": "src/scheduler-cron-builder/
|
|
60308
|
+
"name": "getPrefixedDailyRecurrence",
|
|
60309
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
|
|
60328
60310
|
}
|
|
60329
60311
|
},
|
|
60330
60312
|
{
|
|
60331
60313
|
"kind": "js",
|
|
60332
|
-
"name": "
|
|
60314
|
+
"name": "dailyRecurrenceTemplate",
|
|
60333
60315
|
"declaration": {
|
|
60334
|
-
"name": "
|
|
60335
|
-
"module": "src/scheduler-cron-builder/
|
|
60316
|
+
"name": "dailyRecurrenceTemplate",
|
|
60317
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
|
|
60336
60318
|
}
|
|
60337
60319
|
}
|
|
60338
60320
|
]
|
|
60339
60321
|
},
|
|
60340
60322
|
{
|
|
60341
60323
|
"kind": "javascript-module",
|
|
60342
|
-
"path": "src/scheduler-cron-builder/
|
|
60324
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts",
|
|
60343
60325
|
"declarations": [
|
|
60344
60326
|
{
|
|
60345
60327
|
"kind": "class",
|
|
60346
60328
|
"description": "",
|
|
60347
|
-
"name": "
|
|
60329
|
+
"name": "DailyRecurrence",
|
|
60348
60330
|
"members": [
|
|
60331
|
+
{
|
|
60332
|
+
"kind": "field",
|
|
60333
|
+
"name": "disableTooltips",
|
|
60334
|
+
"type": {
|
|
60335
|
+
"text": "boolean"
|
|
60336
|
+
},
|
|
60337
|
+
"default": "false"
|
|
60338
|
+
},
|
|
60349
60339
|
{
|
|
60350
60340
|
"kind": "method",
|
|
60351
60341
|
"name": "configChanged"
|
|
@@ -60464,10 +60454,20 @@
|
|
|
60464
60454
|
],
|
|
60465
60455
|
"events": [
|
|
60466
60456
|
{
|
|
60467
|
-
"description": "Fired when
|
|
60457
|
+
"description": "Fired when work week vs full week selection updates the cron config",
|
|
60468
60458
|
"name": "update-cron-config"
|
|
60469
60459
|
}
|
|
60470
60460
|
],
|
|
60461
|
+
"attributes": [
|
|
60462
|
+
{
|
|
60463
|
+
"name": "disable-tooltips",
|
|
60464
|
+
"type": {
|
|
60465
|
+
"text": "boolean"
|
|
60466
|
+
},
|
|
60467
|
+
"default": "false",
|
|
60468
|
+
"fieldName": "disableTooltips"
|
|
60469
|
+
}
|
|
60470
|
+
],
|
|
60471
60471
|
"mixins": [
|
|
60472
60472
|
{
|
|
60473
60473
|
"name": "EventEmitter",
|
|
@@ -60483,18 +60483,18 @@
|
|
|
60483
60483
|
"exports": [
|
|
60484
60484
|
{
|
|
60485
60485
|
"kind": "js",
|
|
60486
|
-
"name": "
|
|
60486
|
+
"name": "DailyRecurrence",
|
|
60487
60487
|
"declaration": {
|
|
60488
|
-
"name": "
|
|
60489
|
-
"module": "src/scheduler-cron-builder/
|
|
60488
|
+
"name": "DailyRecurrence",
|
|
60489
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
|
|
60490
60490
|
}
|
|
60491
60491
|
},
|
|
60492
60492
|
{
|
|
60493
60493
|
"kind": "custom-element-definition",
|
|
60494
|
-
"name": "
|
|
60494
|
+
"name": "daily-recurrence",
|
|
60495
60495
|
"declaration": {
|
|
60496
|
-
"name": "
|
|
60497
|
-
"module": "src/scheduler-cron-builder/
|
|
60496
|
+
"name": "DailyRecurrence",
|
|
60497
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
|
|
60498
60498
|
}
|
|
60499
60499
|
}
|
|
60500
60500
|
]
|