@genesislcap/foundation-ui 14.308.0 → 14.309.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 +1256 -1256
- package/package.json +18 -18
|
@@ -1864,34 +1864,11 @@
|
|
|
1864
1864
|
},
|
|
1865
1865
|
{
|
|
1866
1866
|
"kind": "javascript-module",
|
|
1867
|
-
"path": "src/
|
|
1867
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1868
1868
|
"declarations": [
|
|
1869
1869
|
{
|
|
1870
1870
|
"kind": "function",
|
|
1871
|
-
"name": "
|
|
1872
|
-
"return": {
|
|
1873
|
-
"type": {
|
|
1874
|
-
"text": "ElementStyles"
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1877
|
-
"parameters": [
|
|
1878
|
-
{
|
|
1879
|
-
"name": "context",
|
|
1880
|
-
"type": {
|
|
1881
|
-
"text": "ElementDefinitionContext"
|
|
1882
|
-
}
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"name": "definition",
|
|
1886
|
-
"type": {
|
|
1887
|
-
"text": "FoundationElementDefinition"
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
]
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"kind": "function",
|
|
1894
|
-
"name": "foundationActionsMenuStyles",
|
|
1871
|
+
"name": "foundationAnchorStyles",
|
|
1895
1872
|
"return": {
|
|
1896
1873
|
"type": {
|
|
1897
1874
|
"text": "ElementStyles"
|
|
@@ -1916,269 +1893,292 @@
|
|
|
1916
1893
|
"exports": [
|
|
1917
1894
|
{
|
|
1918
1895
|
"kind": "js",
|
|
1919
|
-
"name": "
|
|
1920
|
-
"declaration": {
|
|
1921
|
-
"name": "actionsMenuBaseStyles",
|
|
1922
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1923
|
-
}
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"kind": "js",
|
|
1927
|
-
"name": "foundationActionsMenuStyles",
|
|
1896
|
+
"name": "foundationAnchorStyles",
|
|
1928
1897
|
"declaration": {
|
|
1929
|
-
"name": "
|
|
1930
|
-
"module": "src/
|
|
1898
|
+
"name": "foundationAnchorStyles",
|
|
1899
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1931
1900
|
}
|
|
1932
1901
|
}
|
|
1933
1902
|
]
|
|
1934
1903
|
},
|
|
1935
1904
|
{
|
|
1936
1905
|
"kind": "javascript-module",
|
|
1937
|
-
"path": "src/
|
|
1906
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1938
1907
|
"declarations": [
|
|
1939
1908
|
{
|
|
1940
1909
|
"kind": "function",
|
|
1941
|
-
"name": "
|
|
1910
|
+
"name": "foundationAnchorTemplate",
|
|
1911
|
+
"return": {
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "ViewTemplate<Anchor>"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1942
1916
|
"parameters": [
|
|
1943
1917
|
{
|
|
1944
|
-
"name": "
|
|
1918
|
+
"name": "context",
|
|
1945
1919
|
"type": {
|
|
1946
|
-
"text": "
|
|
1920
|
+
"text": "ElementDefinitionContext"
|
|
1947
1921
|
}
|
|
1948
|
-
}
|
|
1949
|
-
]
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "function",
|
|
1953
|
-
"name": "singleOptionTemplate",
|
|
1954
|
-
"parameters": [
|
|
1922
|
+
},
|
|
1955
1923
|
{
|
|
1956
|
-
"name": "
|
|
1924
|
+
"name": "definition",
|
|
1957
1925
|
"type": {
|
|
1958
|
-
"text": "
|
|
1926
|
+
"text": "FoundationElementDefinition"
|
|
1959
1927
|
}
|
|
1960
1928
|
}
|
|
1961
1929
|
]
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"kind": "variable",
|
|
1965
|
-
"name": "foundationActionsMenuTemplate",
|
|
1966
|
-
"type": {
|
|
1967
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1968
|
-
},
|
|
1969
|
-
"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`"
|
|
1970
1930
|
}
|
|
1971
1931
|
],
|
|
1972
1932
|
"exports": [
|
|
1973
1933
|
{
|
|
1974
1934
|
"kind": "js",
|
|
1975
|
-
"name": "
|
|
1976
|
-
"declaration": {
|
|
1977
|
-
"name": "menuTemplate",
|
|
1978
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
|
-
{
|
|
1982
|
-
"kind": "js",
|
|
1983
|
-
"name": "singleOptionTemplate",
|
|
1984
|
-
"declaration": {
|
|
1985
|
-
"name": "singleOptionTemplate",
|
|
1986
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1987
|
-
}
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "js",
|
|
1991
|
-
"name": "foundationActionsMenuTemplate",
|
|
1935
|
+
"name": "foundationAnchorTemplate",
|
|
1992
1936
|
"declaration": {
|
|
1993
|
-
"name": "
|
|
1994
|
-
"module": "src/
|
|
1937
|
+
"name": "foundationAnchorTemplate",
|
|
1938
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1995
1939
|
}
|
|
1996
1940
|
}
|
|
1997
1941
|
]
|
|
1998
1942
|
},
|
|
1999
1943
|
{
|
|
2000
1944
|
"kind": "javascript-module",
|
|
2001
|
-
"path": "src/
|
|
1945
|
+
"path": "src/anchor/anchor.ts",
|
|
2002
1946
|
"declarations": [
|
|
2003
1947
|
{
|
|
2004
1948
|
"kind": "class",
|
|
2005
1949
|
"description": "",
|
|
2006
|
-
"name": "
|
|
2007
|
-
"
|
|
1950
|
+
"name": "Anchor",
|
|
1951
|
+
"superclass": {
|
|
1952
|
+
"name": "FASTAnchor",
|
|
1953
|
+
"package": "@microsoft/fast-components"
|
|
1954
|
+
},
|
|
1955
|
+
"tagName": "%%prefix%%-anchor",
|
|
1956
|
+
"customElement": true,
|
|
1957
|
+
"attributes": [
|
|
2008
1958
|
{
|
|
2009
|
-
"
|
|
2010
|
-
"name": "actions",
|
|
1959
|
+
"name": "download",
|
|
2011
1960
|
"type": {
|
|
2012
|
-
"text": "
|
|
1961
|
+
"text": "string"
|
|
1962
|
+
},
|
|
1963
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1964
|
+
"fieldName": "download",
|
|
1965
|
+
"inheritedFrom": {
|
|
1966
|
+
"name": "Anchor",
|
|
1967
|
+
"module": "src/anchor/anchor.ts"
|
|
2013
1968
|
}
|
|
2014
1969
|
},
|
|
2015
1970
|
{
|
|
2016
|
-
"
|
|
2017
|
-
"name": "isVertical",
|
|
1971
|
+
"name": "href",
|
|
2018
1972
|
"type": {
|
|
2019
|
-
"text": "
|
|
1973
|
+
"text": "string"
|
|
2020
1974
|
},
|
|
2021
|
-
"
|
|
1975
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1976
|
+
"fieldName": "href",
|
|
1977
|
+
"inheritedFrom": {
|
|
1978
|
+
"name": "Anchor",
|
|
1979
|
+
"module": "src/anchor/anchor.ts"
|
|
1980
|
+
}
|
|
2022
1981
|
},
|
|
2023
1982
|
{
|
|
2024
|
-
"
|
|
2025
|
-
"name": "addDefaultActions",
|
|
1983
|
+
"name": "hreflang",
|
|
2026
1984
|
"type": {
|
|
2027
|
-
"text": "
|
|
1985
|
+
"text": "string"
|
|
2028
1986
|
},
|
|
2029
|
-
"
|
|
1987
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1988
|
+
"fieldName": "hreflang",
|
|
1989
|
+
"inheritedFrom": {
|
|
1990
|
+
"name": "Anchor",
|
|
1991
|
+
"module": "src/anchor/anchor.ts"
|
|
1992
|
+
}
|
|
2030
1993
|
},
|
|
2031
1994
|
{
|
|
2032
|
-
"
|
|
2033
|
-
"name": "autoCloseOnAction",
|
|
1995
|
+
"name": "ping",
|
|
2034
1996
|
"type": {
|
|
2035
|
-
"text": "
|
|
1997
|
+
"text": "string"
|
|
2036
1998
|
},
|
|
2037
|
-
"
|
|
1999
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2000
|
+
"fieldName": "ping",
|
|
2001
|
+
"inheritedFrom": {
|
|
2002
|
+
"name": "Anchor",
|
|
2003
|
+
"module": "src/anchor/anchor.ts"
|
|
2004
|
+
}
|
|
2038
2005
|
},
|
|
2039
2006
|
{
|
|
2040
|
-
"
|
|
2041
|
-
"name": "classNames",
|
|
2007
|
+
"name": "referrerpolicy",
|
|
2042
2008
|
"type": {
|
|
2043
2009
|
"text": "string"
|
|
2010
|
+
},
|
|
2011
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2012
|
+
"fieldName": "referrerpolicy",
|
|
2013
|
+
"inheritedFrom": {
|
|
2014
|
+
"name": "Anchor",
|
|
2015
|
+
"module": "src/anchor/anchor.ts"
|
|
2044
2016
|
}
|
|
2045
2017
|
},
|
|
2046
2018
|
{
|
|
2047
|
-
"
|
|
2048
|
-
"name": "definition",
|
|
2019
|
+
"name": "rel",
|
|
2049
2020
|
"type": {
|
|
2050
|
-
"text": "
|
|
2021
|
+
"text": "string"
|
|
2022
|
+
},
|
|
2023
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2024
|
+
"fieldName": "rel",
|
|
2025
|
+
"inheritedFrom": {
|
|
2026
|
+
"name": "Anchor",
|
|
2027
|
+
"module": "src/anchor/anchor.ts"
|
|
2051
2028
|
}
|
|
2052
2029
|
},
|
|
2053
2030
|
{
|
|
2054
|
-
"
|
|
2055
|
-
"name": "name",
|
|
2031
|
+
"name": "target",
|
|
2056
2032
|
"type": {
|
|
2057
|
-
"text": "
|
|
2033
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2058
2034
|
},
|
|
2059
|
-
"
|
|
2035
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2036
|
+
"fieldName": "target",
|
|
2037
|
+
"inheritedFrom": {
|
|
2038
|
+
"name": "Anchor",
|
|
2039
|
+
"module": "src/anchor/anchor.ts"
|
|
2040
|
+
}
|
|
2060
2041
|
},
|
|
2061
2042
|
{
|
|
2062
|
-
"
|
|
2063
|
-
"name": "open",
|
|
2043
|
+
"name": "type",
|
|
2064
2044
|
"type": {
|
|
2065
|
-
"text": "
|
|
2045
|
+
"text": "string"
|
|
2066
2046
|
},
|
|
2067
|
-
"
|
|
2068
|
-
|
|
2047
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2048
|
+
"fieldName": "type",
|
|
2049
|
+
"inheritedFrom": {
|
|
2050
|
+
"name": "Anchor",
|
|
2051
|
+
"module": "src/anchor/anchor.ts"
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
2055
|
+
"members": [
|
|
2069
2056
|
{
|
|
2070
2057
|
"kind": "field",
|
|
2071
|
-
"name": "
|
|
2058
|
+
"name": "download",
|
|
2072
2059
|
"type": {
|
|
2073
2060
|
"text": "string"
|
|
2061
|
+
},
|
|
2062
|
+
"privacy": "public",
|
|
2063
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2064
|
+
"inheritedFrom": {
|
|
2065
|
+
"name": "Anchor",
|
|
2066
|
+
"module": "src/anchor/anchor.ts"
|
|
2074
2067
|
}
|
|
2075
2068
|
},
|
|
2076
2069
|
{
|
|
2077
2070
|
"kind": "field",
|
|
2078
|
-
"name": "
|
|
2071
|
+
"name": "href",
|
|
2079
2072
|
"type": {
|
|
2080
|
-
"text": "
|
|
2073
|
+
"text": "string"
|
|
2081
2074
|
},
|
|
2082
|
-
"
|
|
2075
|
+
"privacy": "public",
|
|
2076
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2077
|
+
"inheritedFrom": {
|
|
2078
|
+
"name": "Anchor",
|
|
2079
|
+
"module": "src/anchor/anchor.ts"
|
|
2080
|
+
}
|
|
2083
2081
|
},
|
|
2084
2082
|
{
|
|
2085
2083
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2084
|
+
"name": "hreflang",
|
|
2087
2085
|
"type": {
|
|
2088
|
-
"text": "
|
|
2086
|
+
"text": "string"
|
|
2089
2087
|
},
|
|
2090
|
-
"
|
|
2088
|
+
"privacy": "public",
|
|
2089
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2090
|
+
"inheritedFrom": {
|
|
2091
|
+
"name": "Anchor",
|
|
2092
|
+
"module": "src/anchor/anchor.ts"
|
|
2093
|
+
}
|
|
2091
2094
|
},
|
|
2092
2095
|
{
|
|
2093
2096
|
"kind": "field",
|
|
2094
|
-
"name": "
|
|
2097
|
+
"name": "ping",
|
|
2095
2098
|
"type": {
|
|
2096
|
-
"text": "
|
|
2099
|
+
"text": "string"
|
|
2100
|
+
},
|
|
2101
|
+
"privacy": "public",
|
|
2102
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2103
|
+
"inheritedFrom": {
|
|
2104
|
+
"name": "Anchor",
|
|
2105
|
+
"module": "src/anchor/anchor.ts"
|
|
2097
2106
|
}
|
|
2098
2107
|
},
|
|
2099
2108
|
{
|
|
2100
2109
|
"kind": "field",
|
|
2101
|
-
"name": "
|
|
2110
|
+
"name": "referrerpolicy",
|
|
2102
2111
|
"type": {
|
|
2103
|
-
"text": "
|
|
2112
|
+
"text": "string"
|
|
2113
|
+
},
|
|
2114
|
+
"privacy": "public",
|
|
2115
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "Anchor",
|
|
2118
|
+
"module": "src/anchor/anchor.ts"
|
|
2104
2119
|
}
|
|
2105
2120
|
},
|
|
2106
2121
|
{
|
|
2107
|
-
"kind": "
|
|
2108
|
-
"name": "
|
|
2109
|
-
"
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
"name": "newValue",
|
|
2119
|
-
"type": {
|
|
2120
|
-
"text": "any"
|
|
2121
|
-
}
|
|
2122
|
-
}
|
|
2123
|
-
]
|
|
2124
|
-
},
|
|
2125
|
-
{
|
|
2126
|
-
"kind": "method",
|
|
2127
|
-
"name": "openChanged",
|
|
2128
|
-
"privacy": "protected"
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "method",
|
|
2132
|
-
"name": "toggleActionsMenuVisibility"
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"kind": "method",
|
|
2136
|
-
"name": "onActionMenuItemClick",
|
|
2137
|
-
"parameters": [
|
|
2138
|
-
{
|
|
2139
|
-
"name": "callback",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "(rowData) => void | any"
|
|
2142
|
-
}
|
|
2143
|
-
}
|
|
2144
|
-
]
|
|
2122
|
+
"kind": "field",
|
|
2123
|
+
"name": "rel",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "string"
|
|
2126
|
+
},
|
|
2127
|
+
"privacy": "public",
|
|
2128
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2129
|
+
"inheritedFrom": {
|
|
2130
|
+
"name": "Anchor",
|
|
2131
|
+
"module": "src/anchor/anchor.ts"
|
|
2132
|
+
}
|
|
2145
2133
|
},
|
|
2146
2134
|
{
|
|
2147
2135
|
"kind": "field",
|
|
2148
|
-
"name": "
|
|
2136
|
+
"name": "target",
|
|
2149
2137
|
"type": {
|
|
2150
|
-
"text": "
|
|
2138
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2151
2139
|
},
|
|
2152
|
-
"
|
|
2140
|
+
"privacy": "public",
|
|
2141
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2142
|
+
"inheritedFrom": {
|
|
2143
|
+
"name": "Anchor",
|
|
2144
|
+
"module": "src/anchor/anchor.ts"
|
|
2145
|
+
}
|
|
2153
2146
|
},
|
|
2154
2147
|
{
|
|
2155
2148
|
"kind": "field",
|
|
2156
|
-
"name": "
|
|
2157
|
-
"
|
|
2149
|
+
"name": "type",
|
|
2150
|
+
"type": {
|
|
2151
|
+
"text": "string"
|
|
2152
|
+
},
|
|
2153
|
+
"privacy": "public",
|
|
2154
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2155
|
+
"inheritedFrom": {
|
|
2156
|
+
"name": "Anchor",
|
|
2157
|
+
"module": "src/anchor/anchor.ts"
|
|
2158
|
+
}
|
|
2158
2159
|
},
|
|
2159
2160
|
{
|
|
2160
|
-
"kind": "
|
|
2161
|
-
"name": "
|
|
2162
|
-
"
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2161
|
+
"kind": "field",
|
|
2162
|
+
"name": "control",
|
|
2163
|
+
"type": {
|
|
2164
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2165
|
+
},
|
|
2166
|
+
"privacy": "public",
|
|
2167
|
+
"description": "References the root element",
|
|
2168
|
+
"inheritedFrom": {
|
|
2169
|
+
"name": "Anchor",
|
|
2170
|
+
"module": "src/anchor/anchor.ts"
|
|
2171
|
+
}
|
|
2170
2172
|
},
|
|
2171
2173
|
{
|
|
2172
|
-
"kind": "
|
|
2173
|
-
"name": "
|
|
2174
|
-
"
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
}
|
|
2181
|
-
]
|
|
2174
|
+
"kind": "field",
|
|
2175
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2176
|
+
"privacy": "private",
|
|
2177
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2178
|
+
"inheritedFrom": {
|
|
2179
|
+
"name": "Anchor",
|
|
2180
|
+
"module": "src/anchor/anchor.ts"
|
|
2181
|
+
}
|
|
2182
2182
|
},
|
|
2183
2183
|
{
|
|
2184
2184
|
"kind": "field",
|
|
@@ -2291,108 +2291,69 @@
|
|
|
2291
2291
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2292
2292
|
}
|
|
2293
2293
|
}
|
|
2294
|
-
]
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
"default": "false",
|
|
2302
|
-
"fieldName": "isVertical"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"name": "add-default-actions",
|
|
2306
|
-
"type": {
|
|
2307
|
-
"text": "boolean"
|
|
2308
|
-
},
|
|
2309
|
-
"default": "true",
|
|
2310
|
-
"fieldName": "addDefaultActions"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"name": "auto-close-on-action",
|
|
2314
|
-
"type": {
|
|
2315
|
-
"text": "boolean"
|
|
2316
|
-
},
|
|
2317
|
-
"default": "true",
|
|
2318
|
-
"fieldName": "autoCloseOnAction"
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"name": "name",
|
|
2322
|
-
"type": {
|
|
2323
|
-
"text": "string"
|
|
2324
|
-
},
|
|
2325
|
-
"default": "'Actions'",
|
|
2326
|
-
"fieldName": "name"
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "open",
|
|
2330
|
-
"type": {
|
|
2331
|
-
"text": "boolean"
|
|
2332
|
-
},
|
|
2333
|
-
"default": "false",
|
|
2334
|
-
"fieldName": "open"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"name": "buttonAppearance",
|
|
2338
|
-
"type": {
|
|
2339
|
-
"text": "string"
|
|
2340
|
-
},
|
|
2341
|
-
"fieldName": "buttonAppearance"
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"name": "hide-disabled",
|
|
2345
|
-
"type": {
|
|
2346
|
-
"text": "boolean"
|
|
2347
|
-
},
|
|
2348
|
-
"default": "false",
|
|
2349
|
-
"fieldName": "hideDisabled"
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"name": "hide-menu-single-option",
|
|
2353
|
-
"type": {
|
|
2354
|
-
"text": "boolean"
|
|
2355
|
-
},
|
|
2356
|
-
"default": "false",
|
|
2357
|
-
"fieldName": "hideMenuSingleOption"
|
|
2358
|
-
}
|
|
2359
|
-
],
|
|
2360
|
-
"superclass": {
|
|
2361
|
-
"name": "FoundationElement",
|
|
2362
|
-
"package": "@microsoft/fast-foundation"
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "variable",
|
|
2298
|
+
"name": "foundationAnchorShadowOptions",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "ShadowRootInit"
|
|
2363
2301
|
},
|
|
2364
|
-
"
|
|
2365
|
-
"customElement": true
|
|
2302
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2366
2303
|
},
|
|
2367
2304
|
{
|
|
2368
2305
|
"kind": "variable",
|
|
2369
|
-
"name": "
|
|
2370
|
-
"
|
|
2306
|
+
"name": "defaultAnchorConfig",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "object"
|
|
2309
|
+
},
|
|
2310
|
+
"default": "{}"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "variable",
|
|
2314
|
+
"name": "foundationAnchor",
|
|
2315
|
+
"description": "The Foundation Anchor",
|
|
2371
2316
|
"privacy": "public"
|
|
2372
2317
|
}
|
|
2373
2318
|
],
|
|
2374
2319
|
"exports": [
|
|
2375
2320
|
{
|
|
2376
2321
|
"kind": "js",
|
|
2377
|
-
"name": "
|
|
2322
|
+
"name": "Anchor",
|
|
2378
2323
|
"declaration": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"module": "src/
|
|
2324
|
+
"name": "Anchor",
|
|
2325
|
+
"module": "src/anchor/anchor.ts"
|
|
2381
2326
|
}
|
|
2382
2327
|
},
|
|
2383
2328
|
{
|
|
2384
2329
|
"kind": "js",
|
|
2385
|
-
"name": "
|
|
2330
|
+
"name": "foundationAnchorShadowOptions",
|
|
2386
2331
|
"declaration": {
|
|
2387
|
-
"name": "
|
|
2388
|
-
"module": "src/
|
|
2332
|
+
"name": "foundationAnchorShadowOptions",
|
|
2333
|
+
"module": "src/anchor/anchor.ts"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "js",
|
|
2338
|
+
"name": "defaultAnchorConfig",
|
|
2339
|
+
"declaration": {
|
|
2340
|
+
"name": "defaultAnchorConfig",
|
|
2341
|
+
"module": "src/anchor/anchor.ts"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "js",
|
|
2346
|
+
"name": "foundationAnchor",
|
|
2347
|
+
"declaration": {
|
|
2348
|
+
"name": "foundationAnchor",
|
|
2349
|
+
"module": "src/anchor/anchor.ts"
|
|
2389
2350
|
}
|
|
2390
2351
|
}
|
|
2391
2352
|
]
|
|
2392
2353
|
},
|
|
2393
2354
|
{
|
|
2394
2355
|
"kind": "javascript-module",
|
|
2395
|
-
"path": "src/
|
|
2356
|
+
"path": "src/anchor/index.ts",
|
|
2396
2357
|
"declarations": [],
|
|
2397
2358
|
"exports": [
|
|
2398
2359
|
{
|
|
@@ -2400,7 +2361,7 @@
|
|
|
2400
2361
|
"name": "*",
|
|
2401
2362
|
"declaration": {
|
|
2402
2363
|
"name": "*",
|
|
2403
|
-
"package": "./
|
|
2364
|
+
"package": "./anchor.template"
|
|
2404
2365
|
}
|
|
2405
2366
|
},
|
|
2406
2367
|
{
|
|
@@ -2408,7 +2369,7 @@
|
|
|
2408
2369
|
"name": "*",
|
|
2409
2370
|
"declaration": {
|
|
2410
2371
|
"name": "*",
|
|
2411
|
-
"package": "./
|
|
2372
|
+
"package": "./anchor.styles"
|
|
2412
2373
|
}
|
|
2413
2374
|
},
|
|
2414
2375
|
{
|
|
@@ -2416,21 +2377,21 @@
|
|
|
2416
2377
|
"name": "*",
|
|
2417
2378
|
"declaration": {
|
|
2418
2379
|
"name": "*",
|
|
2419
|
-
"package": "./
|
|
2380
|
+
"package": "./anchor"
|
|
2420
2381
|
}
|
|
2421
2382
|
}
|
|
2422
2383
|
]
|
|
2423
2384
|
},
|
|
2424
2385
|
{
|
|
2425
2386
|
"kind": "javascript-module",
|
|
2426
|
-
"path": "src/
|
|
2387
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2427
2388
|
"declarations": [
|
|
2428
2389
|
{
|
|
2429
2390
|
"kind": "function",
|
|
2430
|
-
"name": "
|
|
2391
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2431
2392
|
"return": {
|
|
2432
2393
|
"type": {
|
|
2433
|
-
"text": "
|
|
2394
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2434
2395
|
}
|
|
2435
2396
|
},
|
|
2436
2397
|
"parameters": [
|
|
@@ -2452,24 +2413,24 @@
|
|
|
2452
2413
|
"exports": [
|
|
2453
2414
|
{
|
|
2454
2415
|
"kind": "js",
|
|
2455
|
-
"name": "
|
|
2416
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2456
2417
|
"declaration": {
|
|
2457
|
-
"name": "
|
|
2458
|
-
"module": "src/
|
|
2418
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2419
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2459
2420
|
}
|
|
2460
2421
|
}
|
|
2461
2422
|
]
|
|
2462
2423
|
},
|
|
2463
2424
|
{
|
|
2464
2425
|
"kind": "javascript-module",
|
|
2465
|
-
"path": "src/
|
|
2426
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2466
2427
|
"declarations": [
|
|
2467
2428
|
{
|
|
2468
2429
|
"kind": "function",
|
|
2469
|
-
"name": "
|
|
2430
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2470
2431
|
"return": {
|
|
2471
2432
|
"type": {
|
|
2472
|
-
"text": "
|
|
2433
|
+
"text": "ElementStyles"
|
|
2473
2434
|
}
|
|
2474
2435
|
},
|
|
2475
2436
|
"parameters": [
|
|
@@ -2491,766 +2452,664 @@
|
|
|
2491
2452
|
"exports": [
|
|
2492
2453
|
{
|
|
2493
2454
|
"kind": "js",
|
|
2494
|
-
"name": "
|
|
2455
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2495
2456
|
"declaration": {
|
|
2496
|
-
"name": "
|
|
2497
|
-
"module": "src/
|
|
2457
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2458
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2498
2459
|
}
|
|
2499
2460
|
}
|
|
2500
2461
|
]
|
|
2501
2462
|
},
|
|
2502
2463
|
{
|
|
2503
2464
|
"kind": "javascript-module",
|
|
2504
|
-
"path": "src/
|
|
2465
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2505
2466
|
"declarations": [
|
|
2506
2467
|
{
|
|
2507
2468
|
"kind": "class",
|
|
2508
2469
|
"description": "",
|
|
2509
|
-
"name": "
|
|
2470
|
+
"name": "AnchoredRegion",
|
|
2510
2471
|
"superclass": {
|
|
2511
|
-
"name": "
|
|
2472
|
+
"name": "FASTAnchoredRegion",
|
|
2512
2473
|
"package": "@microsoft/fast-components"
|
|
2513
2474
|
},
|
|
2514
|
-
"tagName": "%%prefix%%-
|
|
2475
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2515
2476
|
"customElement": true,
|
|
2516
2477
|
"attributes": [
|
|
2517
2478
|
{
|
|
2518
|
-
"name": "
|
|
2479
|
+
"name": "anchor",
|
|
2519
2480
|
"type": {
|
|
2520
2481
|
"text": "string"
|
|
2521
2482
|
},
|
|
2522
|
-
"
|
|
2523
|
-
"
|
|
2483
|
+
"default": "\"\"",
|
|
2484
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2485
|
+
"fieldName": "anchor",
|
|
2524
2486
|
"inheritedFrom": {
|
|
2525
|
-
"name": "
|
|
2526
|
-
"module": "src/
|
|
2487
|
+
"name": "AnchoredRegion",
|
|
2488
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2527
2489
|
}
|
|
2528
2490
|
},
|
|
2529
2491
|
{
|
|
2530
|
-
"name": "
|
|
2492
|
+
"name": "viewport",
|
|
2531
2493
|
"type": {
|
|
2532
2494
|
"text": "string"
|
|
2533
2495
|
},
|
|
2534
|
-
"
|
|
2535
|
-
"
|
|
2496
|
+
"default": "\"\"",
|
|
2497
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2498
|
+
"fieldName": "viewport",
|
|
2536
2499
|
"inheritedFrom": {
|
|
2537
|
-
"name": "
|
|
2538
|
-
"module": "src/
|
|
2500
|
+
"name": "AnchoredRegion",
|
|
2501
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2539
2502
|
}
|
|
2540
2503
|
},
|
|
2541
2504
|
{
|
|
2542
|
-
"name": "
|
|
2505
|
+
"name": "horizontal-positioning-mode",
|
|
2543
2506
|
"type": {
|
|
2544
|
-
"text": "
|
|
2507
|
+
"text": "AxisPositioningMode"
|
|
2545
2508
|
},
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2509
|
+
"default": "\"uncontrolled\"",
|
|
2510
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2511
|
+
"fieldName": "horizontalPositioningMode",
|
|
2548
2512
|
"inheritedFrom": {
|
|
2549
|
-
"name": "
|
|
2550
|
-
"module": "src/
|
|
2513
|
+
"name": "AnchoredRegion",
|
|
2514
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2551
2515
|
}
|
|
2552
2516
|
},
|
|
2553
2517
|
{
|
|
2554
|
-
"name": "
|
|
2518
|
+
"name": "horizontal-default-position",
|
|
2555
2519
|
"type": {
|
|
2556
|
-
"text": "
|
|
2520
|
+
"text": "HorizontalPosition"
|
|
2557
2521
|
},
|
|
2558
|
-
"
|
|
2559
|
-
"
|
|
2522
|
+
"default": "\"unset\"",
|
|
2523
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2524
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2560
2525
|
"inheritedFrom": {
|
|
2561
|
-
"name": "
|
|
2562
|
-
"module": "src/
|
|
2526
|
+
"name": "AnchoredRegion",
|
|
2527
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2563
2528
|
}
|
|
2564
2529
|
},
|
|
2565
2530
|
{
|
|
2566
|
-
"name": "
|
|
2531
|
+
"name": "horizontal-viewport-lock",
|
|
2567
2532
|
"type": {
|
|
2568
|
-
"text": "
|
|
2533
|
+
"text": "boolean"
|
|
2569
2534
|
},
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2535
|
+
"default": "false",
|
|
2536
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2537
|
+
"fieldName": "horizontalViewportLock",
|
|
2572
2538
|
"inheritedFrom": {
|
|
2573
|
-
"name": "
|
|
2574
|
-
"module": "src/
|
|
2539
|
+
"name": "AnchoredRegion",
|
|
2540
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2575
2541
|
}
|
|
2576
2542
|
},
|
|
2577
2543
|
{
|
|
2578
|
-
"name": "
|
|
2544
|
+
"name": "horizontal-inset",
|
|
2579
2545
|
"type": {
|
|
2580
|
-
"text": "
|
|
2546
|
+
"text": "boolean"
|
|
2581
2547
|
},
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2548
|
+
"default": "false",
|
|
2549
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2550
|
+
"fieldName": "horizontalInset",
|
|
2584
2551
|
"inheritedFrom": {
|
|
2585
|
-
"name": "
|
|
2586
|
-
"module": "src/
|
|
2552
|
+
"name": "AnchoredRegion",
|
|
2553
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2587
2554
|
}
|
|
2588
2555
|
},
|
|
2589
2556
|
{
|
|
2590
|
-
"name": "
|
|
2557
|
+
"name": "horizontal-threshold",
|
|
2591
2558
|
"type": {
|
|
2592
|
-
"text": "
|
|
2559
|
+
"text": "number"
|
|
2593
2560
|
},
|
|
2594
|
-
"description": "
|
|
2595
|
-
"fieldName": "
|
|
2561
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2562
|
+
"fieldName": "horizontalThreshold",
|
|
2596
2563
|
"inheritedFrom": {
|
|
2597
|
-
"name": "
|
|
2598
|
-
"module": "src/
|
|
2564
|
+
"name": "AnchoredRegion",
|
|
2565
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2599
2566
|
}
|
|
2600
2567
|
},
|
|
2601
2568
|
{
|
|
2602
|
-
"name": "
|
|
2569
|
+
"name": "horizontal-scaling",
|
|
2603
2570
|
"type": {
|
|
2604
|
-
"text": "
|
|
2571
|
+
"text": "AxisScalingMode"
|
|
2605
2572
|
},
|
|
2606
|
-
"
|
|
2607
|
-
"
|
|
2573
|
+
"default": "\"content\"",
|
|
2574
|
+
"description": "Defines how the width of the region is calculated",
|
|
2575
|
+
"fieldName": "horizontalScaling",
|
|
2608
2576
|
"inheritedFrom": {
|
|
2609
|
-
"name": "
|
|
2610
|
-
"module": "src/
|
|
2577
|
+
"name": "AnchoredRegion",
|
|
2578
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2611
2579
|
}
|
|
2612
|
-
}
|
|
2613
|
-
],
|
|
2614
|
-
"members": [
|
|
2580
|
+
},
|
|
2615
2581
|
{
|
|
2616
|
-
"
|
|
2617
|
-
"name": "download",
|
|
2582
|
+
"name": "vertical-positioning-mode",
|
|
2618
2583
|
"type": {
|
|
2619
|
-
"text": "
|
|
2584
|
+
"text": "AxisPositioningMode"
|
|
2620
2585
|
},
|
|
2621
|
-
"
|
|
2622
|
-
"description": "
|
|
2586
|
+
"default": "\"uncontrolled\"",
|
|
2587
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2588
|
+
"fieldName": "verticalPositioningMode",
|
|
2623
2589
|
"inheritedFrom": {
|
|
2624
|
-
"name": "
|
|
2625
|
-
"module": "src/
|
|
2590
|
+
"name": "AnchoredRegion",
|
|
2591
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2626
2592
|
}
|
|
2627
2593
|
},
|
|
2628
2594
|
{
|
|
2629
|
-
"
|
|
2630
|
-
"name": "href",
|
|
2595
|
+
"name": "vertical-default-position",
|
|
2631
2596
|
"type": {
|
|
2632
|
-
"text": "
|
|
2597
|
+
"text": "VerticalPosition"
|
|
2633
2598
|
},
|
|
2634
|
-
"
|
|
2635
|
-
"description": "The
|
|
2599
|
+
"default": "\"unset\"",
|
|
2600
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2601
|
+
"fieldName": "verticalDefaultPosition",
|
|
2636
2602
|
"inheritedFrom": {
|
|
2637
|
-
"name": "
|
|
2638
|
-
"module": "src/
|
|
2603
|
+
"name": "AnchoredRegion",
|
|
2604
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2639
2605
|
}
|
|
2640
2606
|
},
|
|
2641
2607
|
{
|
|
2642
|
-
"
|
|
2643
|
-
"name": "hreflang",
|
|
2608
|
+
"name": "vertical-viewport-lock",
|
|
2644
2609
|
"type": {
|
|
2645
|
-
"text": "
|
|
2610
|
+
"text": "boolean"
|
|
2646
2611
|
},
|
|
2647
|
-
"
|
|
2648
|
-
"description": "
|
|
2612
|
+
"default": "false",
|
|
2613
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2614
|
+
"fieldName": "verticalViewportLock",
|
|
2649
2615
|
"inheritedFrom": {
|
|
2650
|
-
"name": "
|
|
2651
|
-
"module": "src/
|
|
2616
|
+
"name": "AnchoredRegion",
|
|
2617
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2652
2618
|
}
|
|
2653
2619
|
},
|
|
2654
2620
|
{
|
|
2655
|
-
"
|
|
2656
|
-
"name": "ping",
|
|
2621
|
+
"name": "vertical-inset",
|
|
2657
2622
|
"type": {
|
|
2658
|
-
"text": "
|
|
2623
|
+
"text": "boolean"
|
|
2659
2624
|
},
|
|
2660
|
-
"
|
|
2661
|
-
"description": "
|
|
2625
|
+
"default": "false",
|
|
2626
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2627
|
+
"fieldName": "verticalInset",
|
|
2662
2628
|
"inheritedFrom": {
|
|
2663
|
-
"name": "
|
|
2664
|
-
"module": "src/
|
|
2629
|
+
"name": "AnchoredRegion",
|
|
2630
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2665
2631
|
}
|
|
2666
2632
|
},
|
|
2667
2633
|
{
|
|
2668
|
-
"
|
|
2669
|
-
"name": "referrerpolicy",
|
|
2634
|
+
"name": "vertical-threshold",
|
|
2670
2635
|
"type": {
|
|
2671
|
-
"text": "
|
|
2636
|
+
"text": "number"
|
|
2672
2637
|
},
|
|
2673
|
-
"
|
|
2674
|
-
"
|
|
2638
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2639
|
+
"fieldName": "verticalThreshold",
|
|
2675
2640
|
"inheritedFrom": {
|
|
2676
|
-
"name": "
|
|
2677
|
-
"module": "src/
|
|
2641
|
+
"name": "AnchoredRegion",
|
|
2642
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2678
2643
|
}
|
|
2679
2644
|
},
|
|
2680
2645
|
{
|
|
2681
|
-
"
|
|
2682
|
-
"name": "rel",
|
|
2646
|
+
"name": "vertical-scaling",
|
|
2683
2647
|
"type": {
|
|
2684
|
-
"text": "
|
|
2648
|
+
"text": "AxisScalingMode"
|
|
2685
2649
|
},
|
|
2686
|
-
"
|
|
2687
|
-
"description": "
|
|
2650
|
+
"default": "\"content\"",
|
|
2651
|
+
"description": "Defines how the height of the region is calculated",
|
|
2652
|
+
"fieldName": "verticalScaling",
|
|
2688
2653
|
"inheritedFrom": {
|
|
2689
|
-
"name": "
|
|
2690
|
-
"module": "src/
|
|
2654
|
+
"name": "AnchoredRegion",
|
|
2655
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2691
2656
|
}
|
|
2692
2657
|
},
|
|
2693
2658
|
{
|
|
2694
|
-
"
|
|
2695
|
-
"name": "target",
|
|
2659
|
+
"name": "fixed-placement",
|
|
2696
2660
|
"type": {
|
|
2697
|
-
"text": "
|
|
2661
|
+
"text": "boolean"
|
|
2698
2662
|
},
|
|
2699
|
-
"
|
|
2700
|
-
"description": "
|
|
2663
|
+
"default": "false",
|
|
2664
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2665
|
+
"fieldName": "fixedPlacement",
|
|
2701
2666
|
"inheritedFrom": {
|
|
2702
|
-
"name": "
|
|
2703
|
-
"module": "src/
|
|
2667
|
+
"name": "AnchoredRegion",
|
|
2668
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2704
2669
|
}
|
|
2705
2670
|
},
|
|
2706
2671
|
{
|
|
2707
|
-
"
|
|
2708
|
-
"name": "type",
|
|
2672
|
+
"name": "auto-update-mode",
|
|
2709
2673
|
"type": {
|
|
2710
|
-
"text": "
|
|
2674
|
+
"text": "AutoUpdateMode"
|
|
2711
2675
|
},
|
|
2712
|
-
"
|
|
2713
|
-
"description": "
|
|
2676
|
+
"default": "\"anchor\"",
|
|
2677
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2678
|
+
"fieldName": "autoUpdateMode",
|
|
2714
2679
|
"inheritedFrom": {
|
|
2715
|
-
"name": "
|
|
2716
|
-
"module": "src/
|
|
2680
|
+
"name": "AnchoredRegion",
|
|
2681
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2717
2682
|
}
|
|
2718
|
-
}
|
|
2683
|
+
}
|
|
2684
|
+
],
|
|
2685
|
+
"members": [
|
|
2719
2686
|
{
|
|
2720
2687
|
"kind": "field",
|
|
2721
|
-
"name": "
|
|
2688
|
+
"name": "anchor",
|
|
2722
2689
|
"type": {
|
|
2723
|
-
"text": "
|
|
2690
|
+
"text": "string"
|
|
2724
2691
|
},
|
|
2725
2692
|
"privacy": "public",
|
|
2726
|
-
"
|
|
2693
|
+
"default": "\"\"",
|
|
2694
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2727
2695
|
"inheritedFrom": {
|
|
2728
|
-
"name": "
|
|
2729
|
-
"module": "src/
|
|
2696
|
+
"name": "AnchoredRegion",
|
|
2697
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2730
2698
|
}
|
|
2731
2699
|
},
|
|
2732
2700
|
{
|
|
2733
|
-
"kind": "
|
|
2734
|
-
"name": "
|
|
2701
|
+
"kind": "method",
|
|
2702
|
+
"name": "anchorChanged",
|
|
2735
2703
|
"privacy": "private",
|
|
2736
|
-
"
|
|
2704
|
+
"return": {
|
|
2705
|
+
"type": {
|
|
2706
|
+
"text": "void"
|
|
2707
|
+
}
|
|
2708
|
+
},
|
|
2737
2709
|
"inheritedFrom": {
|
|
2738
|
-
"name": "
|
|
2739
|
-
"module": "src/
|
|
2710
|
+
"name": "AnchoredRegion",
|
|
2711
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2740
2712
|
}
|
|
2741
2713
|
},
|
|
2742
2714
|
{
|
|
2743
2715
|
"kind": "field",
|
|
2744
|
-
"name": "
|
|
2716
|
+
"name": "viewport",
|
|
2745
2717
|
"type": {
|
|
2746
|
-
"text": "
|
|
2718
|
+
"text": "string"
|
|
2747
2719
|
},
|
|
2720
|
+
"privacy": "public",
|
|
2721
|
+
"default": "\"\"",
|
|
2722
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2723
|
+
"inheritedFrom": {
|
|
2724
|
+
"name": "AnchoredRegion",
|
|
2725
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"kind": "method",
|
|
2730
|
+
"name": "viewportChanged",
|
|
2748
2731
|
"privacy": "private",
|
|
2749
|
-
"
|
|
2732
|
+
"return": {
|
|
2733
|
+
"type": {
|
|
2734
|
+
"text": "void"
|
|
2735
|
+
}
|
|
2736
|
+
},
|
|
2750
2737
|
"inheritedFrom": {
|
|
2751
|
-
"name": "
|
|
2752
|
-
"module": "src/
|
|
2738
|
+
"name": "AnchoredRegion",
|
|
2739
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2753
2740
|
}
|
|
2754
2741
|
},
|
|
2755
2742
|
{
|
|
2756
2743
|
"kind": "field",
|
|
2757
|
-
"name": "
|
|
2744
|
+
"name": "horizontalPositioningMode",
|
|
2758
2745
|
"type": {
|
|
2759
|
-
"text": "
|
|
2746
|
+
"text": "AxisPositioningMode"
|
|
2760
2747
|
},
|
|
2761
2748
|
"privacy": "public",
|
|
2762
|
-
"
|
|
2749
|
+
"default": "\"uncontrolled\"",
|
|
2750
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2763
2751
|
"inheritedFrom": {
|
|
2764
|
-
"name": "
|
|
2765
|
-
"module": "src/
|
|
2752
|
+
"name": "AnchoredRegion",
|
|
2753
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "method",
|
|
2758
|
+
"name": "horizontalPositioningModeChanged",
|
|
2759
|
+
"privacy": "private",
|
|
2760
|
+
"return": {
|
|
2761
|
+
"type": {
|
|
2762
|
+
"text": "void"
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2765
|
+
"inheritedFrom": {
|
|
2766
|
+
"name": "AnchoredRegion",
|
|
2767
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2766
2768
|
}
|
|
2767
2769
|
},
|
|
2768
2770
|
{
|
|
2769
2771
|
"kind": "field",
|
|
2770
|
-
"name": "
|
|
2772
|
+
"name": "horizontalDefaultPosition",
|
|
2771
2773
|
"type": {
|
|
2772
|
-
"text": "
|
|
2774
|
+
"text": "HorizontalPosition"
|
|
2773
2775
|
},
|
|
2774
2776
|
"privacy": "public",
|
|
2775
|
-
"
|
|
2777
|
+
"default": "\"unset\"",
|
|
2778
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2776
2779
|
"inheritedFrom": {
|
|
2777
|
-
"name": "
|
|
2778
|
-
"module": "src/
|
|
2780
|
+
"name": "AnchoredRegion",
|
|
2781
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2779
2782
|
}
|
|
2780
2783
|
},
|
|
2781
2784
|
{
|
|
2782
2785
|
"kind": "method",
|
|
2783
|
-
"name": "
|
|
2784
|
-
"privacy": "
|
|
2786
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2787
|
+
"privacy": "private",
|
|
2785
2788
|
"return": {
|
|
2786
2789
|
"type": {
|
|
2787
2790
|
"text": "void"
|
|
2788
2791
|
}
|
|
2789
2792
|
},
|
|
2790
2793
|
"inheritedFrom": {
|
|
2791
|
-
"name": "
|
|
2792
|
-
"module": "src/
|
|
2794
|
+
"name": "AnchoredRegion",
|
|
2795
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2793
2796
|
}
|
|
2794
2797
|
},
|
|
2795
2798
|
{
|
|
2796
2799
|
"kind": "field",
|
|
2797
|
-
"name": "
|
|
2800
|
+
"name": "horizontalViewportLock",
|
|
2798
2801
|
"type": {
|
|
2799
|
-
"text": "
|
|
2802
|
+
"text": "boolean"
|
|
2800
2803
|
},
|
|
2801
2804
|
"privacy": "public",
|
|
2802
|
-
"
|
|
2805
|
+
"default": "false",
|
|
2806
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2803
2807
|
"inheritedFrom": {
|
|
2804
|
-
"name": "
|
|
2805
|
-
"module": "src/
|
|
2808
|
+
"name": "AnchoredRegion",
|
|
2809
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2806
2810
|
}
|
|
2807
2811
|
},
|
|
2808
2812
|
{
|
|
2809
2813
|
"kind": "method",
|
|
2810
|
-
"name": "
|
|
2811
|
-
"privacy": "
|
|
2814
|
+
"name": "horizontalViewportLockChanged",
|
|
2815
|
+
"privacy": "private",
|
|
2812
2816
|
"return": {
|
|
2813
2817
|
"type": {
|
|
2814
2818
|
"text": "void"
|
|
2815
2819
|
}
|
|
2816
2820
|
},
|
|
2817
2821
|
"inheritedFrom": {
|
|
2818
|
-
"name": "
|
|
2819
|
-
"module": "src/
|
|
2822
|
+
"name": "AnchoredRegion",
|
|
2823
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2820
2824
|
}
|
|
2821
2825
|
},
|
|
2822
2826
|
{
|
|
2823
|
-
"kind": "
|
|
2824
|
-
"name": "
|
|
2827
|
+
"kind": "field",
|
|
2828
|
+
"name": "horizontalInset",
|
|
2829
|
+
"type": {
|
|
2830
|
+
"text": "boolean"
|
|
2831
|
+
},
|
|
2825
2832
|
"privacy": "public",
|
|
2826
|
-
"
|
|
2833
|
+
"default": "false",
|
|
2834
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2835
|
+
"inheritedFrom": {
|
|
2836
|
+
"name": "AnchoredRegion",
|
|
2837
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"kind": "method",
|
|
2842
|
+
"name": "horizontalInsetChanged",
|
|
2843
|
+
"privacy": "private",
|
|
2827
2844
|
"return": {
|
|
2828
2845
|
"type": {
|
|
2829
|
-
"text": "
|
|
2846
|
+
"text": "void"
|
|
2830
2847
|
}
|
|
2831
2848
|
},
|
|
2832
|
-
"parameters": [
|
|
2833
|
-
{
|
|
2834
|
-
"name": "this",
|
|
2835
|
-
"type": {
|
|
2836
|
-
"text": "K"
|
|
2837
|
-
}
|
|
2838
|
-
},
|
|
2839
|
-
{
|
|
2840
|
-
"name": "elementDefinition",
|
|
2841
|
-
"type": {
|
|
2842
|
-
"text": "T"
|
|
2843
|
-
},
|
|
2844
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2845
|
-
}
|
|
2846
|
-
],
|
|
2847
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2848
2849
|
"inheritedFrom": {
|
|
2849
|
-
"name": "
|
|
2850
|
-
"module": "src/
|
|
2850
|
+
"name": "AnchoredRegion",
|
|
2851
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2851
2852
|
}
|
|
2852
|
-
}
|
|
2853
|
-
]
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"kind": "variable",
|
|
2857
|
-
"name": "foundationAnchorShadowOptions",
|
|
2858
|
-
"type": {
|
|
2859
|
-
"text": "ShadowRootInit"
|
|
2860
|
-
},
|
|
2861
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"kind": "variable",
|
|
2865
|
-
"name": "defaultAnchorConfig",
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "object"
|
|
2868
|
-
},
|
|
2869
|
-
"default": "{}"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"kind": "variable",
|
|
2873
|
-
"name": "foundationAnchor",
|
|
2874
|
-
"description": "The Foundation Anchor",
|
|
2875
|
-
"privacy": "public"
|
|
2876
|
-
}
|
|
2877
|
-
],
|
|
2878
|
-
"exports": [
|
|
2879
|
-
{
|
|
2880
|
-
"kind": "js",
|
|
2881
|
-
"name": "Anchor",
|
|
2882
|
-
"declaration": {
|
|
2883
|
-
"name": "Anchor",
|
|
2884
|
-
"module": "src/anchor/anchor.ts"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "js",
|
|
2889
|
-
"name": "foundationAnchorShadowOptions",
|
|
2890
|
-
"declaration": {
|
|
2891
|
-
"name": "foundationAnchorShadowOptions",
|
|
2892
|
-
"module": "src/anchor/anchor.ts"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
{
|
|
2896
|
-
"kind": "js",
|
|
2897
|
-
"name": "defaultAnchorConfig",
|
|
2898
|
-
"declaration": {
|
|
2899
|
-
"name": "defaultAnchorConfig",
|
|
2900
|
-
"module": "src/anchor/anchor.ts"
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
{
|
|
2904
|
-
"kind": "js",
|
|
2905
|
-
"name": "foundationAnchor",
|
|
2906
|
-
"declaration": {
|
|
2907
|
-
"name": "foundationAnchor",
|
|
2908
|
-
"module": "src/anchor/anchor.ts"
|
|
2909
|
-
}
|
|
2910
|
-
}
|
|
2911
|
-
]
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"kind": "javascript-module",
|
|
2915
|
-
"path": "src/anchor/index.ts",
|
|
2916
|
-
"declarations": [],
|
|
2917
|
-
"exports": [
|
|
2918
|
-
{
|
|
2919
|
-
"kind": "js",
|
|
2920
|
-
"name": "*",
|
|
2921
|
-
"declaration": {
|
|
2922
|
-
"name": "*",
|
|
2923
|
-
"package": "./anchor.template"
|
|
2924
|
-
}
|
|
2925
|
-
},
|
|
2926
|
-
{
|
|
2927
|
-
"kind": "js",
|
|
2928
|
-
"name": "*",
|
|
2929
|
-
"declaration": {
|
|
2930
|
-
"name": "*",
|
|
2931
|
-
"package": "./anchor.styles"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"kind": "js",
|
|
2936
|
-
"name": "*",
|
|
2937
|
-
"declaration": {
|
|
2938
|
-
"name": "*",
|
|
2939
|
-
"package": "./anchor"
|
|
2940
|
-
}
|
|
2941
|
-
}
|
|
2942
|
-
]
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"kind": "javascript-module",
|
|
2946
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2947
|
-
"declarations": [
|
|
2948
|
-
{
|
|
2949
|
-
"kind": "function",
|
|
2950
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2951
|
-
"return": {
|
|
2952
|
-
"type": {
|
|
2953
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2954
|
-
}
|
|
2955
|
-
},
|
|
2956
|
-
"parameters": [
|
|
2853
|
+
},
|
|
2957
2854
|
{
|
|
2958
|
-
"
|
|
2855
|
+
"kind": "field",
|
|
2856
|
+
"name": "horizontalThreshold",
|
|
2959
2857
|
"type": {
|
|
2960
|
-
"text": "
|
|
2858
|
+
"text": "number"
|
|
2859
|
+
},
|
|
2860
|
+
"privacy": "public",
|
|
2861
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2862
|
+
"inheritedFrom": {
|
|
2863
|
+
"name": "AnchoredRegion",
|
|
2864
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2961
2865
|
}
|
|
2962
2866
|
},
|
|
2963
2867
|
{
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2976
|
-
"declaration": {
|
|
2977
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2978
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
2981
|
-
]
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
"kind": "javascript-module",
|
|
2985
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2986
|
-
"declarations": [
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "function",
|
|
2989
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2990
|
-
"return": {
|
|
2991
|
-
"type": {
|
|
2992
|
-
"text": "ElementStyles"
|
|
2993
|
-
}
|
|
2994
|
-
},
|
|
2995
|
-
"parameters": [
|
|
2996
|
-
{
|
|
2997
|
-
"name": "context",
|
|
2998
|
-
"type": {
|
|
2999
|
-
"text": "ElementDefinitionContext"
|
|
2868
|
+
"kind": "method",
|
|
2869
|
+
"name": "horizontalThresholdChanged",
|
|
2870
|
+
"privacy": "private",
|
|
2871
|
+
"return": {
|
|
2872
|
+
"type": {
|
|
2873
|
+
"text": "void"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
"inheritedFrom": {
|
|
2877
|
+
"name": "AnchoredRegion",
|
|
2878
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3000
2879
|
}
|
|
3001
2880
|
},
|
|
3002
2881
|
{
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3005
|
-
"text": "FoundationElementDefinition"
|
|
3006
|
-
}
|
|
3007
|
-
}
|
|
3008
|
-
]
|
|
3009
|
-
}
|
|
3010
|
-
],
|
|
3011
|
-
"exports": [
|
|
3012
|
-
{
|
|
3013
|
-
"kind": "js",
|
|
3014
|
-
"name": "foundationAnchoredRegionStyles",
|
|
3015
|
-
"declaration": {
|
|
3016
|
-
"name": "foundationAnchoredRegionStyles",
|
|
3017
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
3018
|
-
}
|
|
3019
|
-
}
|
|
3020
|
-
]
|
|
3021
|
-
},
|
|
3022
|
-
{
|
|
3023
|
-
"kind": "javascript-module",
|
|
3024
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
3025
|
-
"declarations": [
|
|
3026
|
-
{
|
|
3027
|
-
"kind": "class",
|
|
3028
|
-
"description": "",
|
|
3029
|
-
"name": "AnchoredRegion",
|
|
3030
|
-
"superclass": {
|
|
3031
|
-
"name": "FASTAnchoredRegion",
|
|
3032
|
-
"package": "@microsoft/fast-components"
|
|
3033
|
-
},
|
|
3034
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
3035
|
-
"customElement": true,
|
|
3036
|
-
"attributes": [
|
|
3037
|
-
{
|
|
3038
|
-
"name": "anchor",
|
|
2882
|
+
"kind": "field",
|
|
2883
|
+
"name": "horizontalScaling",
|
|
3039
2884
|
"type": {
|
|
3040
|
-
"text": "
|
|
2885
|
+
"text": "AxisScalingMode"
|
|
3041
2886
|
},
|
|
3042
|
-
"
|
|
3043
|
-
"
|
|
3044
|
-
"
|
|
2887
|
+
"privacy": "public",
|
|
2888
|
+
"default": "\"content\"",
|
|
2889
|
+
"description": "Defines how the width of the region is calculated",
|
|
3045
2890
|
"inheritedFrom": {
|
|
3046
2891
|
"name": "AnchoredRegion",
|
|
3047
2892
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3048
2893
|
}
|
|
3049
2894
|
},
|
|
3050
2895
|
{
|
|
3051
|
-
"
|
|
3052
|
-
"
|
|
3053
|
-
|
|
2896
|
+
"kind": "method",
|
|
2897
|
+
"name": "horizontalScalingChanged",
|
|
2898
|
+
"privacy": "private",
|
|
2899
|
+
"return": {
|
|
2900
|
+
"type": {
|
|
2901
|
+
"text": "void"
|
|
2902
|
+
}
|
|
3054
2903
|
},
|
|
3055
|
-
"default": "\"\"",
|
|
3056
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3057
|
-
"fieldName": "viewport",
|
|
3058
2904
|
"inheritedFrom": {
|
|
3059
2905
|
"name": "AnchoredRegion",
|
|
3060
2906
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3061
2907
|
}
|
|
3062
2908
|
},
|
|
3063
2909
|
{
|
|
3064
|
-
"
|
|
2910
|
+
"kind": "field",
|
|
2911
|
+
"name": "verticalPositioningMode",
|
|
3065
2912
|
"type": {
|
|
3066
2913
|
"text": "AxisPositioningMode"
|
|
3067
2914
|
},
|
|
2915
|
+
"privacy": "public",
|
|
3068
2916
|
"default": "\"uncontrolled\"",
|
|
3069
|
-
"description": "Sets what logic the component uses to determine
|
|
3070
|
-
"fieldName": "horizontalPositioningMode",
|
|
2917
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
3071
2918
|
"inheritedFrom": {
|
|
3072
2919
|
"name": "AnchoredRegion",
|
|
3073
2920
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3074
2921
|
}
|
|
3075
2922
|
},
|
|
3076
2923
|
{
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3079
|
-
|
|
2924
|
+
"kind": "method",
|
|
2925
|
+
"name": "verticalPositioningModeChanged",
|
|
2926
|
+
"privacy": "private",
|
|
2927
|
+
"return": {
|
|
2928
|
+
"type": {
|
|
2929
|
+
"text": "void"
|
|
2930
|
+
}
|
|
3080
2931
|
},
|
|
3081
|
-
"default": "\"unset\"",
|
|
3082
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3083
|
-
"fieldName": "horizontalDefaultPosition",
|
|
3084
2932
|
"inheritedFrom": {
|
|
3085
2933
|
"name": "AnchoredRegion",
|
|
3086
2934
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3087
2935
|
}
|
|
3088
2936
|
},
|
|
3089
2937
|
{
|
|
3090
|
-
"
|
|
2938
|
+
"kind": "field",
|
|
2939
|
+
"name": "verticalDefaultPosition",
|
|
3091
2940
|
"type": {
|
|
3092
|
-
"text": "
|
|
2941
|
+
"text": "VerticalPosition"
|
|
3093
2942
|
},
|
|
3094
|
-
"
|
|
3095
|
-
"
|
|
3096
|
-
"
|
|
2943
|
+
"privacy": "public",
|
|
2944
|
+
"default": "\"unset\"",
|
|
2945
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3097
2946
|
"inheritedFrom": {
|
|
3098
2947
|
"name": "AnchoredRegion",
|
|
3099
2948
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3100
2949
|
}
|
|
3101
2950
|
},
|
|
3102
2951
|
{
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
|
|
2952
|
+
"kind": "method",
|
|
2953
|
+
"name": "verticalDefaultPositionChanged",
|
|
2954
|
+
"privacy": "private",
|
|
2955
|
+
"return": {
|
|
2956
|
+
"type": {
|
|
2957
|
+
"text": "void"
|
|
2958
|
+
}
|
|
3106
2959
|
},
|
|
3107
|
-
"default": "false",
|
|
3108
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3109
|
-
"fieldName": "horizontalInset",
|
|
3110
2960
|
"inheritedFrom": {
|
|
3111
2961
|
"name": "AnchoredRegion",
|
|
3112
2962
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3113
2963
|
}
|
|
3114
2964
|
},
|
|
3115
2965
|
{
|
|
3116
|
-
"
|
|
2966
|
+
"kind": "field",
|
|
2967
|
+
"name": "verticalViewportLock",
|
|
3117
2968
|
"type": {
|
|
3118
|
-
"text": "
|
|
2969
|
+
"text": "boolean"
|
|
3119
2970
|
},
|
|
3120
|
-
"
|
|
3121
|
-
"
|
|
2971
|
+
"privacy": "public",
|
|
2972
|
+
"default": "false",
|
|
2973
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3122
2974
|
"inheritedFrom": {
|
|
3123
2975
|
"name": "AnchoredRegion",
|
|
3124
2976
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3125
2977
|
}
|
|
3126
2978
|
},
|
|
3127
2979
|
{
|
|
3128
|
-
"
|
|
3129
|
-
"
|
|
3130
|
-
|
|
2980
|
+
"kind": "method",
|
|
2981
|
+
"name": "verticalViewportLockChanged",
|
|
2982
|
+
"privacy": "private",
|
|
2983
|
+
"return": {
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "void"
|
|
2986
|
+
}
|
|
3131
2987
|
},
|
|
3132
|
-
"default": "\"content\"",
|
|
3133
|
-
"description": "Defines how the width of the region is calculated",
|
|
3134
|
-
"fieldName": "horizontalScaling",
|
|
3135
2988
|
"inheritedFrom": {
|
|
3136
2989
|
"name": "AnchoredRegion",
|
|
3137
2990
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3138
2991
|
}
|
|
3139
2992
|
},
|
|
3140
2993
|
{
|
|
3141
|
-
"
|
|
2994
|
+
"kind": "field",
|
|
2995
|
+
"name": "verticalInset",
|
|
3142
2996
|
"type": {
|
|
3143
|
-
"text": "
|
|
2997
|
+
"text": "boolean"
|
|
3144
2998
|
},
|
|
3145
|
-
"
|
|
3146
|
-
"
|
|
3147
|
-
"
|
|
2999
|
+
"privacy": "public",
|
|
3000
|
+
"default": "false",
|
|
3001
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3148
3002
|
"inheritedFrom": {
|
|
3149
3003
|
"name": "AnchoredRegion",
|
|
3150
3004
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3151
3005
|
}
|
|
3152
3006
|
},
|
|
3153
3007
|
{
|
|
3154
|
-
"
|
|
3155
|
-
"
|
|
3156
|
-
|
|
3008
|
+
"kind": "method",
|
|
3009
|
+
"name": "verticalInsetChanged",
|
|
3010
|
+
"privacy": "private",
|
|
3011
|
+
"return": {
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "void"
|
|
3014
|
+
}
|
|
3157
3015
|
},
|
|
3158
|
-
"default": "\"unset\"",
|
|
3159
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
3160
|
-
"fieldName": "verticalDefaultPosition",
|
|
3161
3016
|
"inheritedFrom": {
|
|
3162
3017
|
"name": "AnchoredRegion",
|
|
3163
3018
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3164
3019
|
}
|
|
3165
3020
|
},
|
|
3166
3021
|
{
|
|
3167
|
-
"
|
|
3022
|
+
"kind": "field",
|
|
3023
|
+
"name": "verticalThreshold",
|
|
3168
3024
|
"type": {
|
|
3169
|
-
"text": "
|
|
3025
|
+
"text": "number"
|
|
3170
3026
|
},
|
|
3171
|
-
"
|
|
3172
|
-
"description": "
|
|
3173
|
-
"fieldName": "verticalViewportLock",
|
|
3027
|
+
"privacy": "public",
|
|
3028
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3174
3029
|
"inheritedFrom": {
|
|
3175
3030
|
"name": "AnchoredRegion",
|
|
3176
3031
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3177
3032
|
}
|
|
3178
3033
|
},
|
|
3179
3034
|
{
|
|
3180
|
-
"
|
|
3181
|
-
"
|
|
3182
|
-
|
|
3035
|
+
"kind": "method",
|
|
3036
|
+
"name": "verticalThresholdChanged",
|
|
3037
|
+
"privacy": "private",
|
|
3038
|
+
"return": {
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "void"
|
|
3041
|
+
}
|
|
3183
3042
|
},
|
|
3184
|
-
"default": "false",
|
|
3185
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3186
|
-
"fieldName": "verticalInset",
|
|
3187
3043
|
"inheritedFrom": {
|
|
3188
3044
|
"name": "AnchoredRegion",
|
|
3189
3045
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3190
3046
|
}
|
|
3191
3047
|
},
|
|
3192
3048
|
{
|
|
3193
|
-
"
|
|
3049
|
+
"kind": "field",
|
|
3050
|
+
"name": "verticalScaling",
|
|
3194
3051
|
"type": {
|
|
3195
|
-
"text": "
|
|
3052
|
+
"text": "AxisScalingMode"
|
|
3196
3053
|
},
|
|
3197
|
-
"
|
|
3198
|
-
"
|
|
3054
|
+
"privacy": "public",
|
|
3055
|
+
"default": "\"content\"",
|
|
3056
|
+
"description": "Defines how the height of the region is calculated",
|
|
3199
3057
|
"inheritedFrom": {
|
|
3200
3058
|
"name": "AnchoredRegion",
|
|
3201
3059
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3202
3060
|
}
|
|
3203
3061
|
},
|
|
3204
3062
|
{
|
|
3205
|
-
"
|
|
3206
|
-
"
|
|
3207
|
-
|
|
3063
|
+
"kind": "method",
|
|
3064
|
+
"name": "verticalScalingChanged",
|
|
3065
|
+
"privacy": "private",
|
|
3066
|
+
"return": {
|
|
3067
|
+
"type": {
|
|
3068
|
+
"text": "void"
|
|
3069
|
+
}
|
|
3208
3070
|
},
|
|
3209
|
-
"default": "\"content\"",
|
|
3210
|
-
"description": "Defines how the height of the region is calculated",
|
|
3211
|
-
"fieldName": "verticalScaling",
|
|
3212
3071
|
"inheritedFrom": {
|
|
3213
3072
|
"name": "AnchoredRegion",
|
|
3214
3073
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3215
3074
|
}
|
|
3216
3075
|
},
|
|
3217
3076
|
{
|
|
3218
|
-
"
|
|
3077
|
+
"kind": "field",
|
|
3078
|
+
"name": "fixedPlacement",
|
|
3219
3079
|
"type": {
|
|
3220
3080
|
"text": "boolean"
|
|
3221
3081
|
},
|
|
3082
|
+
"privacy": "public",
|
|
3222
3083
|
"default": "false",
|
|
3223
3084
|
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3224
|
-
"fieldName": "fixedPlacement",
|
|
3225
3085
|
"inheritedFrom": {
|
|
3226
3086
|
"name": "AnchoredRegion",
|
|
3227
3087
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3228
3088
|
}
|
|
3229
3089
|
},
|
|
3230
3090
|
{
|
|
3231
|
-
"
|
|
3091
|
+
"kind": "method",
|
|
3092
|
+
"name": "fixedPlacementChanged",
|
|
3093
|
+
"privacy": "private",
|
|
3094
|
+
"return": {
|
|
3095
|
+
"type": {
|
|
3096
|
+
"text": "void"
|
|
3097
|
+
}
|
|
3098
|
+
},
|
|
3099
|
+
"inheritedFrom": {
|
|
3100
|
+
"name": "AnchoredRegion",
|
|
3101
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3102
|
+
}
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"kind": "field",
|
|
3106
|
+
"name": "autoUpdateMode",
|
|
3232
3107
|
"type": {
|
|
3233
3108
|
"text": "AutoUpdateMode"
|
|
3234
3109
|
},
|
|
3110
|
+
"privacy": "public",
|
|
3235
3111
|
"default": "\"anchor\"",
|
|
3236
3112
|
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3237
|
-
"fieldName": "autoUpdateMode",
|
|
3238
|
-
"inheritedFrom": {
|
|
3239
|
-
"name": "AnchoredRegion",
|
|
3240
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3241
|
-
}
|
|
3242
|
-
}
|
|
3243
|
-
],
|
|
3244
|
-
"members": [
|
|
3245
|
-
{
|
|
3246
|
-
"kind": "field",
|
|
3247
|
-
"name": "anchor",
|
|
3248
|
-
"type": {
|
|
3249
|
-
"text": "string"
|
|
3250
|
-
},
|
|
3251
|
-
"privacy": "public",
|
|
3252
|
-
"default": "\"\"",
|
|
3253
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3254
3113
|
"inheritedFrom": {
|
|
3255
3114
|
"name": "AnchoredRegion",
|
|
3256
3115
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3258,13 +3117,27 @@
|
|
|
3258
3117
|
},
|
|
3259
3118
|
{
|
|
3260
3119
|
"kind": "method",
|
|
3261
|
-
"name": "
|
|
3120
|
+
"name": "autoUpdateModeChanged",
|
|
3262
3121
|
"privacy": "private",
|
|
3263
3122
|
"return": {
|
|
3264
3123
|
"type": {
|
|
3265
3124
|
"text": "void"
|
|
3266
3125
|
}
|
|
3267
3126
|
},
|
|
3127
|
+
"parameters": [
|
|
3128
|
+
{
|
|
3129
|
+
"name": "prevMode",
|
|
3130
|
+
"type": {
|
|
3131
|
+
"text": "AutoUpdateMode"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"name": "newMode",
|
|
3136
|
+
"type": {
|
|
3137
|
+
"text": "AutoUpdateMode"
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
],
|
|
3268
3141
|
"inheritedFrom": {
|
|
3269
3142
|
"name": "AnchoredRegion",
|
|
3270
3143
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3272,13 +3145,13 @@
|
|
|
3272
3145
|
},
|
|
3273
3146
|
{
|
|
3274
3147
|
"kind": "field",
|
|
3275
|
-
"name": "
|
|
3148
|
+
"name": "anchorElement",
|
|
3276
3149
|
"type": {
|
|
3277
|
-
"text": "
|
|
3150
|
+
"text": "HTMLElement | null"
|
|
3278
3151
|
},
|
|
3279
3152
|
"privacy": "public",
|
|
3280
|
-
"default": "
|
|
3281
|
-
"description": "The HTML
|
|
3153
|
+
"default": "null",
|
|
3154
|
+
"description": "The HTML element being used as the anchor",
|
|
3282
3155
|
"inheritedFrom": {
|
|
3283
3156
|
"name": "AnchoredRegion",
|
|
3284
3157
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3286,7 +3159,7 @@
|
|
|
3286
3159
|
},
|
|
3287
3160
|
{
|
|
3288
3161
|
"kind": "method",
|
|
3289
|
-
"name": "
|
|
3162
|
+
"name": "anchorElementChanged",
|
|
3290
3163
|
"privacy": "private",
|
|
3291
3164
|
"return": {
|
|
3292
3165
|
"type": {
|
|
@@ -3300,13 +3173,13 @@
|
|
|
3300
3173
|
},
|
|
3301
3174
|
{
|
|
3302
3175
|
"kind": "field",
|
|
3303
|
-
"name": "
|
|
3176
|
+
"name": "viewportElement",
|
|
3304
3177
|
"type": {
|
|
3305
|
-
"text": "
|
|
3178
|
+
"text": "HTMLElement | null"
|
|
3306
3179
|
},
|
|
3307
3180
|
"privacy": "public",
|
|
3308
|
-
"default": "
|
|
3309
|
-
"description": "
|
|
3181
|
+
"default": "null",
|
|
3182
|
+
"description": "The HTML element being used as the viewport",
|
|
3310
3183
|
"inheritedFrom": {
|
|
3311
3184
|
"name": "AnchoredRegion",
|
|
3312
3185
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3314,7 +3187,7 @@
|
|
|
3314
3187
|
},
|
|
3315
3188
|
{
|
|
3316
3189
|
"kind": "method",
|
|
3317
|
-
"name": "
|
|
3190
|
+
"name": "viewportElementChanged",
|
|
3318
3191
|
"privacy": "private",
|
|
3319
3192
|
"return": {
|
|
3320
3193
|
"type": {
|
|
@@ -3328,27 +3201,25 @@
|
|
|
3328
3201
|
},
|
|
3329
3202
|
{
|
|
3330
3203
|
"kind": "field",
|
|
3331
|
-
"name": "
|
|
3204
|
+
"name": "verticalPosition",
|
|
3332
3205
|
"type": {
|
|
3333
|
-
"text": "
|
|
3206
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3334
3207
|
},
|
|
3335
3208
|
"privacy": "public",
|
|
3336
|
-
"
|
|
3337
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3209
|
+
"description": "indicates the current horizontal position of the region",
|
|
3338
3210
|
"inheritedFrom": {
|
|
3339
3211
|
"name": "AnchoredRegion",
|
|
3340
3212
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3341
3213
|
}
|
|
3342
3214
|
},
|
|
3343
3215
|
{
|
|
3344
|
-
"kind": "
|
|
3345
|
-
"name": "
|
|
3346
|
-
"
|
|
3347
|
-
|
|
3348
|
-
"type": {
|
|
3349
|
-
"text": "void"
|
|
3350
|
-
}
|
|
3216
|
+
"kind": "field",
|
|
3217
|
+
"name": "horizontalPosition",
|
|
3218
|
+
"type": {
|
|
3219
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3351
3220
|
},
|
|
3221
|
+
"privacy": "public",
|
|
3222
|
+
"description": "indicates the current vertical position of the region",
|
|
3352
3223
|
"inheritedFrom": {
|
|
3353
3224
|
"name": "AnchoredRegion",
|
|
3354
3225
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3356,27 +3227,24 @@
|
|
|
3356
3227
|
},
|
|
3357
3228
|
{
|
|
3358
3229
|
"kind": "field",
|
|
3359
|
-
"name": "
|
|
3230
|
+
"name": "translateX",
|
|
3360
3231
|
"type": {
|
|
3361
|
-
"text": "
|
|
3232
|
+
"text": "number"
|
|
3362
3233
|
},
|
|
3363
|
-
"privacy": "
|
|
3364
|
-
"
|
|
3365
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3234
|
+
"privacy": "private",
|
|
3235
|
+
"description": "values to be applied to the component's transform on render",
|
|
3366
3236
|
"inheritedFrom": {
|
|
3367
3237
|
"name": "AnchoredRegion",
|
|
3368
3238
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3369
3239
|
}
|
|
3370
3240
|
},
|
|
3371
3241
|
{
|
|
3372
|
-
"kind": "
|
|
3373
|
-
"name": "
|
|
3374
|
-
"
|
|
3375
|
-
|
|
3376
|
-
"type": {
|
|
3377
|
-
"text": "void"
|
|
3378
|
-
}
|
|
3242
|
+
"kind": "field",
|
|
3243
|
+
"name": "translateY",
|
|
3244
|
+
"type": {
|
|
3245
|
+
"text": "number"
|
|
3379
3246
|
},
|
|
3247
|
+
"privacy": "private",
|
|
3380
3248
|
"inheritedFrom": {
|
|
3381
3249
|
"name": "AnchoredRegion",
|
|
3382
3250
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3384,27 +3252,24 @@
|
|
|
3384
3252
|
},
|
|
3385
3253
|
{
|
|
3386
3254
|
"kind": "field",
|
|
3387
|
-
"name": "
|
|
3255
|
+
"name": "regionWidth",
|
|
3388
3256
|
"type": {
|
|
3389
|
-
"text": "
|
|
3257
|
+
"text": "string"
|
|
3390
3258
|
},
|
|
3391
|
-
"privacy": "
|
|
3392
|
-
"
|
|
3393
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3259
|
+
"privacy": "private",
|
|
3260
|
+
"description": "the span to be applied to the region on each axis",
|
|
3394
3261
|
"inheritedFrom": {
|
|
3395
3262
|
"name": "AnchoredRegion",
|
|
3396
3263
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3397
3264
|
}
|
|
3398
3265
|
},
|
|
3399
3266
|
{
|
|
3400
|
-
"kind": "
|
|
3401
|
-
"name": "
|
|
3402
|
-
"
|
|
3403
|
-
|
|
3404
|
-
"type": {
|
|
3405
|
-
"text": "void"
|
|
3406
|
-
}
|
|
3267
|
+
"kind": "field",
|
|
3268
|
+
"name": "regionHeight",
|
|
3269
|
+
"type": {
|
|
3270
|
+
"text": "string"
|
|
3407
3271
|
},
|
|
3272
|
+
"privacy": "private",
|
|
3408
3273
|
"inheritedFrom": {
|
|
3409
3274
|
"name": "AnchoredRegion",
|
|
3410
3275
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3412,26 +3277,24 @@
|
|
|
3412
3277
|
},
|
|
3413
3278
|
{
|
|
3414
3279
|
"kind": "field",
|
|
3415
|
-
"name": "
|
|
3280
|
+
"name": "resizeDetector",
|
|
3416
3281
|
"type": {
|
|
3417
|
-
"text": "
|
|
3282
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3418
3283
|
},
|
|
3419
|
-
"privacy": "
|
|
3420
|
-
"
|
|
3284
|
+
"privacy": "private",
|
|
3285
|
+
"default": "null",
|
|
3421
3286
|
"inheritedFrom": {
|
|
3422
3287
|
"name": "AnchoredRegion",
|
|
3423
3288
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3424
3289
|
}
|
|
3425
3290
|
},
|
|
3426
3291
|
{
|
|
3427
|
-
"kind": "
|
|
3428
|
-
"name": "
|
|
3429
|
-
"
|
|
3430
|
-
|
|
3431
|
-
"type": {
|
|
3432
|
-
"text": "void"
|
|
3433
|
-
}
|
|
3292
|
+
"kind": "field",
|
|
3293
|
+
"name": "viewportRect",
|
|
3294
|
+
"type": {
|
|
3295
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3434
3296
|
},
|
|
3297
|
+
"privacy": "private",
|
|
3435
3298
|
"inheritedFrom": {
|
|
3436
3299
|
"name": "AnchoredRegion",
|
|
3437
3300
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3439,27 +3302,23 @@
|
|
|
3439
3302
|
},
|
|
3440
3303
|
{
|
|
3441
3304
|
"kind": "field",
|
|
3442
|
-
"name": "
|
|
3305
|
+
"name": "anchorRect",
|
|
3443
3306
|
"type": {
|
|
3444
|
-
"text": "
|
|
3307
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3445
3308
|
},
|
|
3446
|
-
"privacy": "
|
|
3447
|
-
"default": "\"content\"",
|
|
3448
|
-
"description": "Defines how the width of the region is calculated",
|
|
3309
|
+
"privacy": "private",
|
|
3449
3310
|
"inheritedFrom": {
|
|
3450
3311
|
"name": "AnchoredRegion",
|
|
3451
3312
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3452
3313
|
}
|
|
3453
3314
|
},
|
|
3454
3315
|
{
|
|
3455
|
-
"kind": "
|
|
3456
|
-
"name": "
|
|
3457
|
-
"
|
|
3458
|
-
|
|
3459
|
-
"type": {
|
|
3460
|
-
"text": "void"
|
|
3461
|
-
}
|
|
3316
|
+
"kind": "field",
|
|
3317
|
+
"name": "regionRect",
|
|
3318
|
+
"type": {
|
|
3319
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3462
3320
|
},
|
|
3321
|
+
"privacy": "private",
|
|
3463
3322
|
"inheritedFrom": {
|
|
3464
3323
|
"name": "AnchoredRegion",
|
|
3465
3324
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3467,27 +3326,26 @@
|
|
|
3467
3326
|
},
|
|
3468
3327
|
{
|
|
3469
3328
|
"kind": "field",
|
|
3470
|
-
"name": "
|
|
3329
|
+
"name": "baseHorizontalOffset",
|
|
3471
3330
|
"type": {
|
|
3472
|
-
"text": "
|
|
3331
|
+
"text": "number"
|
|
3473
3332
|
},
|
|
3474
|
-
"privacy": "
|
|
3475
|
-
"default": "
|
|
3476
|
-
"description": "
|
|
3333
|
+
"privacy": "private",
|
|
3334
|
+
"default": "0",
|
|
3335
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3477
3336
|
"inheritedFrom": {
|
|
3478
3337
|
"name": "AnchoredRegion",
|
|
3479
3338
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3480
3339
|
}
|
|
3481
3340
|
},
|
|
3482
3341
|
{
|
|
3483
|
-
"kind": "
|
|
3484
|
-
"name": "
|
|
3485
|
-
"
|
|
3486
|
-
|
|
3487
|
-
"type": {
|
|
3488
|
-
"text": "void"
|
|
3489
|
-
}
|
|
3342
|
+
"kind": "field",
|
|
3343
|
+
"name": "baseVerticalOffset",
|
|
3344
|
+
"type": {
|
|
3345
|
+
"text": "number"
|
|
3490
3346
|
},
|
|
3347
|
+
"privacy": "private",
|
|
3348
|
+
"default": "0",
|
|
3491
3349
|
"inheritedFrom": {
|
|
3492
3350
|
"name": "AnchoredRegion",
|
|
3493
3351
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3495,27 +3353,25 @@
|
|
|
3495
3353
|
},
|
|
3496
3354
|
{
|
|
3497
3355
|
"kind": "field",
|
|
3498
|
-
"name": "
|
|
3356
|
+
"name": "pendingPositioningUpdate",
|
|
3499
3357
|
"type": {
|
|
3500
|
-
"text": "
|
|
3358
|
+
"text": "boolean"
|
|
3501
3359
|
},
|
|
3502
|
-
"privacy": "
|
|
3503
|
-
"default": "
|
|
3504
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
3360
|
+
"privacy": "private",
|
|
3361
|
+
"default": "false",
|
|
3505
3362
|
"inheritedFrom": {
|
|
3506
3363
|
"name": "AnchoredRegion",
|
|
3507
3364
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3508
3365
|
}
|
|
3509
3366
|
},
|
|
3510
3367
|
{
|
|
3511
|
-
"kind": "
|
|
3512
|
-
"name": "
|
|
3513
|
-
"
|
|
3514
|
-
|
|
3515
|
-
"type": {
|
|
3516
|
-
"text": "void"
|
|
3517
|
-
}
|
|
3368
|
+
"kind": "field",
|
|
3369
|
+
"name": "pendingReset",
|
|
3370
|
+
"type": {
|
|
3371
|
+
"text": "boolean"
|
|
3518
3372
|
},
|
|
3373
|
+
"privacy": "private",
|
|
3374
|
+
"default": "false",
|
|
3519
3375
|
"inheritedFrom": {
|
|
3520
3376
|
"name": "AnchoredRegion",
|
|
3521
3377
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3523,27 +3379,24 @@
|
|
|
3523
3379
|
},
|
|
3524
3380
|
{
|
|
3525
3381
|
"kind": "field",
|
|
3526
|
-
"name": "
|
|
3382
|
+
"name": "currentDirection",
|
|
3527
3383
|
"type": {
|
|
3528
|
-
"text": "
|
|
3384
|
+
"text": "Direction"
|
|
3529
3385
|
},
|
|
3530
|
-
"privacy": "
|
|
3531
|
-
"default": "false",
|
|
3532
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3386
|
+
"privacy": "private",
|
|
3533
3387
|
"inheritedFrom": {
|
|
3534
3388
|
"name": "AnchoredRegion",
|
|
3535
3389
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3536
3390
|
}
|
|
3537
3391
|
},
|
|
3538
3392
|
{
|
|
3539
|
-
"kind": "
|
|
3540
|
-
"name": "
|
|
3541
|
-
"
|
|
3542
|
-
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "void"
|
|
3545
|
-
}
|
|
3393
|
+
"kind": "field",
|
|
3394
|
+
"name": "regionVisible",
|
|
3395
|
+
"type": {
|
|
3396
|
+
"text": "boolean"
|
|
3546
3397
|
},
|
|
3398
|
+
"privacy": "private",
|
|
3399
|
+
"default": "false",
|
|
3547
3400
|
"inheritedFrom": {
|
|
3548
3401
|
"name": "AnchoredRegion",
|
|
3549
3402
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3551,27 +3404,25 @@
|
|
|
3551
3404
|
},
|
|
3552
3405
|
{
|
|
3553
3406
|
"kind": "field",
|
|
3554
|
-
"name": "
|
|
3407
|
+
"name": "forceUpdate",
|
|
3555
3408
|
"type": {
|
|
3556
3409
|
"text": "boolean"
|
|
3557
3410
|
},
|
|
3558
|
-
"privacy": "
|
|
3411
|
+
"privacy": "private",
|
|
3559
3412
|
"default": "false",
|
|
3560
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3561
3413
|
"inheritedFrom": {
|
|
3562
3414
|
"name": "AnchoredRegion",
|
|
3563
3415
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3564
3416
|
}
|
|
3565
3417
|
},
|
|
3566
3418
|
{
|
|
3567
|
-
"kind": "
|
|
3568
|
-
"name": "
|
|
3569
|
-
"
|
|
3570
|
-
|
|
3571
|
-
"type": {
|
|
3572
|
-
"text": "void"
|
|
3573
|
-
}
|
|
3419
|
+
"kind": "field",
|
|
3420
|
+
"name": "updateThreshold",
|
|
3421
|
+
"type": {
|
|
3422
|
+
"text": "number"
|
|
3574
3423
|
},
|
|
3424
|
+
"privacy": "private",
|
|
3425
|
+
"default": "0.5",
|
|
3575
3426
|
"inheritedFrom": {
|
|
3576
3427
|
"name": "AnchoredRegion",
|
|
3577
3428
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3579,12 +3430,23 @@
|
|
|
3579
3430
|
},
|
|
3580
3431
|
{
|
|
3581
3432
|
"kind": "field",
|
|
3582
|
-
"name": "
|
|
3433
|
+
"name": "intersectionService",
|
|
3583
3434
|
"type": {
|
|
3584
|
-
"text": "
|
|
3435
|
+
"text": "IntersectionService"
|
|
3585
3436
|
},
|
|
3437
|
+
"privacy": "private",
|
|
3438
|
+
"static": true,
|
|
3439
|
+
"default": "new IntersectionService()",
|
|
3440
|
+
"inheritedFrom": {
|
|
3441
|
+
"name": "AnchoredRegion",
|
|
3442
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3443
|
+
}
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"kind": "field",
|
|
3447
|
+
"name": "update",
|
|
3586
3448
|
"privacy": "public",
|
|
3587
|
-
"description": "
|
|
3449
|
+
"description": "update position",
|
|
3588
3450
|
"inheritedFrom": {
|
|
3589
3451
|
"name": "AnchoredRegion",
|
|
3590
3452
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3592,27 +3454,14 @@
|
|
|
3592
3454
|
},
|
|
3593
3455
|
{
|
|
3594
3456
|
"kind": "method",
|
|
3595
|
-
"name": "
|
|
3457
|
+
"name": "disconnectResizeDetector",
|
|
3596
3458
|
"privacy": "private",
|
|
3597
3459
|
"return": {
|
|
3598
3460
|
"type": {
|
|
3599
3461
|
"text": "void"
|
|
3600
3462
|
}
|
|
3601
3463
|
},
|
|
3602
|
-
"
|
|
3603
|
-
"name": "AnchoredRegion",
|
|
3604
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3605
|
-
}
|
|
3606
|
-
},
|
|
3607
|
-
{
|
|
3608
|
-
"kind": "field",
|
|
3609
|
-
"name": "verticalScaling",
|
|
3610
|
-
"type": {
|
|
3611
|
-
"text": "AxisScalingMode"
|
|
3612
|
-
},
|
|
3613
|
-
"privacy": "public",
|
|
3614
|
-
"default": "\"content\"",
|
|
3615
|
-
"description": "Defines how the height of the region is calculated",
|
|
3464
|
+
"description": "destroys the instance's resize observer",
|
|
3616
3465
|
"inheritedFrom": {
|
|
3617
3466
|
"name": "AnchoredRegion",
|
|
3618
3467
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3620,27 +3469,29 @@
|
|
|
3620
3469
|
},
|
|
3621
3470
|
{
|
|
3622
3471
|
"kind": "method",
|
|
3623
|
-
"name": "
|
|
3472
|
+
"name": "initializeResizeDetector",
|
|
3624
3473
|
"privacy": "private",
|
|
3625
3474
|
"return": {
|
|
3626
3475
|
"type": {
|
|
3627
3476
|
"text": "void"
|
|
3628
3477
|
}
|
|
3629
3478
|
},
|
|
3479
|
+
"description": "initializes the instance's resize observer",
|
|
3630
3480
|
"inheritedFrom": {
|
|
3631
3481
|
"name": "AnchoredRegion",
|
|
3632
3482
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3633
3483
|
}
|
|
3634
3484
|
},
|
|
3635
3485
|
{
|
|
3636
|
-
"kind": "
|
|
3637
|
-
"name": "
|
|
3638
|
-
"
|
|
3639
|
-
|
|
3486
|
+
"kind": "method",
|
|
3487
|
+
"name": "updateForAttributeChange",
|
|
3488
|
+
"privacy": "private",
|
|
3489
|
+
"return": {
|
|
3490
|
+
"type": {
|
|
3491
|
+
"text": "void"
|
|
3492
|
+
}
|
|
3640
3493
|
},
|
|
3641
|
-
"
|
|
3642
|
-
"default": "false",
|
|
3643
|
-
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3494
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3644
3495
|
"inheritedFrom": {
|
|
3645
3496
|
"name": "AnchoredRegion",
|
|
3646
3497
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3648,27 +3499,29 @@
|
|
|
3648
3499
|
},
|
|
3649
3500
|
{
|
|
3650
3501
|
"kind": "method",
|
|
3651
|
-
"name": "
|
|
3502
|
+
"name": "initialize",
|
|
3652
3503
|
"privacy": "private",
|
|
3653
3504
|
"return": {
|
|
3654
3505
|
"type": {
|
|
3655
3506
|
"text": "void"
|
|
3656
3507
|
}
|
|
3657
3508
|
},
|
|
3509
|
+
"description": "fully initializes the component",
|
|
3658
3510
|
"inheritedFrom": {
|
|
3659
3511
|
"name": "AnchoredRegion",
|
|
3660
3512
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3661
3513
|
}
|
|
3662
3514
|
},
|
|
3663
3515
|
{
|
|
3664
|
-
"kind": "
|
|
3665
|
-
"name": "
|
|
3666
|
-
"
|
|
3667
|
-
|
|
3516
|
+
"kind": "method",
|
|
3517
|
+
"name": "requestReset",
|
|
3518
|
+
"privacy": "private",
|
|
3519
|
+
"return": {
|
|
3520
|
+
"type": {
|
|
3521
|
+
"text": "void"
|
|
3522
|
+
}
|
|
3668
3523
|
},
|
|
3669
|
-
"
|
|
3670
|
-
"default": "\"anchor\"",
|
|
3671
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3524
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3672
3525
|
"inheritedFrom": {
|
|
3673
3526
|
"name": "AnchoredRegion",
|
|
3674
3527
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3676,27 +3529,14 @@
|
|
|
3676
3529
|
},
|
|
3677
3530
|
{
|
|
3678
3531
|
"kind": "method",
|
|
3679
|
-
"name": "
|
|
3532
|
+
"name": "setInitialState",
|
|
3680
3533
|
"privacy": "private",
|
|
3681
3534
|
"return": {
|
|
3682
3535
|
"type": {
|
|
3683
3536
|
"text": "void"
|
|
3684
3537
|
}
|
|
3685
3538
|
},
|
|
3686
|
-
"
|
|
3687
|
-
{
|
|
3688
|
-
"name": "prevMode",
|
|
3689
|
-
"type": {
|
|
3690
|
-
"text": "AutoUpdateMode"
|
|
3691
|
-
}
|
|
3692
|
-
},
|
|
3693
|
-
{
|
|
3694
|
-
"name": "newMode",
|
|
3695
|
-
"type": {
|
|
3696
|
-
"text": "AutoUpdateMode"
|
|
3697
|
-
}
|
|
3698
|
-
}
|
|
3699
|
-
],
|
|
3539
|
+
"description": "sets the starting configuration for component internal values",
|
|
3700
3540
|
"inheritedFrom": {
|
|
3701
3541
|
"name": "AnchoredRegion",
|
|
3702
3542
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3704,27 +3544,19 @@
|
|
|
3704
3544
|
},
|
|
3705
3545
|
{
|
|
3706
3546
|
"kind": "field",
|
|
3707
|
-
"name": "
|
|
3708
|
-
"
|
|
3709
|
-
|
|
3710
|
-
},
|
|
3711
|
-
"privacy": "public",
|
|
3712
|
-
"default": "null",
|
|
3713
|
-
"description": "The HTML element being used as the anchor",
|
|
3547
|
+
"name": "startObservers",
|
|
3548
|
+
"privacy": "private",
|
|
3549
|
+
"description": "starts observers",
|
|
3714
3550
|
"inheritedFrom": {
|
|
3715
3551
|
"name": "AnchoredRegion",
|
|
3716
3552
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3717
3553
|
}
|
|
3718
3554
|
},
|
|
3719
3555
|
{
|
|
3720
|
-
"kind": "
|
|
3721
|
-
"name": "
|
|
3556
|
+
"kind": "field",
|
|
3557
|
+
"name": "requestPositionUpdates",
|
|
3722
3558
|
"privacy": "private",
|
|
3723
|
-
"
|
|
3724
|
-
"type": {
|
|
3725
|
-
"text": "void"
|
|
3726
|
-
}
|
|
3727
|
-
},
|
|
3559
|
+
"description": "get position updates",
|
|
3728
3560
|
"inheritedFrom": {
|
|
3729
3561
|
"name": "AnchoredRegion",
|
|
3730
3562
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3732,27 +3564,19 @@
|
|
|
3732
3564
|
},
|
|
3733
3565
|
{
|
|
3734
3566
|
"kind": "field",
|
|
3735
|
-
"name": "
|
|
3736
|
-
"
|
|
3737
|
-
|
|
3738
|
-
},
|
|
3739
|
-
"privacy": "public",
|
|
3740
|
-
"default": "null",
|
|
3741
|
-
"description": "The HTML element being used as the viewport",
|
|
3567
|
+
"name": "stopObservers",
|
|
3568
|
+
"privacy": "private",
|
|
3569
|
+
"description": "stops observers",
|
|
3742
3570
|
"inheritedFrom": {
|
|
3743
3571
|
"name": "AnchoredRegion",
|
|
3744
3572
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3745
3573
|
}
|
|
3746
3574
|
},
|
|
3747
3575
|
{
|
|
3748
|
-
"kind": "
|
|
3749
|
-
"name": "
|
|
3576
|
+
"kind": "field",
|
|
3577
|
+
"name": "getViewport",
|
|
3750
3578
|
"privacy": "private",
|
|
3751
|
-
"
|
|
3752
|
-
"type": {
|
|
3753
|
-
"text": "void"
|
|
3754
|
-
}
|
|
3755
|
-
},
|
|
3579
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3756
3580
|
"inheritedFrom": {
|
|
3757
3581
|
"name": "AnchoredRegion",
|
|
3758
3582
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3760,12 +3584,9 @@
|
|
|
3760
3584
|
},
|
|
3761
3585
|
{
|
|
3762
3586
|
"kind": "field",
|
|
3763
|
-
"name": "
|
|
3764
|
-
"
|
|
3765
|
-
|
|
3766
|
-
},
|
|
3767
|
-
"privacy": "public",
|
|
3768
|
-
"description": "indicates the current horizontal position of the region",
|
|
3587
|
+
"name": "getAnchor",
|
|
3588
|
+
"privacy": "private",
|
|
3589
|
+
"description": "Gets the anchor element by id",
|
|
3769
3590
|
"inheritedFrom": {
|
|
3770
3591
|
"name": "AnchoredRegion",
|
|
3771
3592
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3773,12 +3594,9 @@
|
|
|
3773
3594
|
},
|
|
3774
3595
|
{
|
|
3775
3596
|
"kind": "field",
|
|
3776
|
-
"name": "
|
|
3777
|
-
"
|
|
3778
|
-
|
|
3779
|
-
},
|
|
3780
|
-
"privacy": "public",
|
|
3781
|
-
"description": "indicates the current vertical position of the region",
|
|
3597
|
+
"name": "handleIntersection",
|
|
3598
|
+
"privacy": "private",
|
|
3599
|
+
"description": "Handle intersections",
|
|
3782
3600
|
"inheritedFrom": {
|
|
3783
3601
|
"name": "AnchoredRegion",
|
|
3784
3602
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3786,12 +3604,9 @@
|
|
|
3786
3604
|
},
|
|
3787
3605
|
{
|
|
3788
3606
|
"kind": "field",
|
|
3789
|
-
"name": "
|
|
3790
|
-
"type": {
|
|
3791
|
-
"text": "number"
|
|
3792
|
-
},
|
|
3607
|
+
"name": "applyIntersectionEntries",
|
|
3793
3608
|
"privacy": "private",
|
|
3794
|
-
"description": "
|
|
3609
|
+
"description": "iterate through intersection entries and apply data",
|
|
3795
3610
|
"inheritedFrom": {
|
|
3796
3611
|
"name": "AnchoredRegion",
|
|
3797
3612
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3799,11 +3614,9 @@
|
|
|
3799
3614
|
},
|
|
3800
3615
|
{
|
|
3801
3616
|
"kind": "field",
|
|
3802
|
-
"name": "
|
|
3803
|
-
"type": {
|
|
3804
|
-
"text": "number"
|
|
3805
|
-
},
|
|
3617
|
+
"name": "updateRegionOffset",
|
|
3806
3618
|
"privacy": "private",
|
|
3619
|
+
"description": "Update the offset values",
|
|
3807
3620
|
"inheritedFrom": {
|
|
3808
3621
|
"name": "AnchoredRegion",
|
|
3809
3622
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3811,12 +3624,9 @@
|
|
|
3811
3624
|
},
|
|
3812
3625
|
{
|
|
3813
3626
|
"kind": "field",
|
|
3814
|
-
"name": "
|
|
3815
|
-
"type": {
|
|
3816
|
-
"text": "string"
|
|
3817
|
-
},
|
|
3627
|
+
"name": "isRectDifferent",
|
|
3818
3628
|
"privacy": "private",
|
|
3819
|
-
"description": "
|
|
3629
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3820
3630
|
"inheritedFrom": {
|
|
3821
3631
|
"name": "AnchoredRegion",
|
|
3822
3632
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3824,11 +3634,9 @@
|
|
|
3824
3634
|
},
|
|
3825
3635
|
{
|
|
3826
3636
|
"kind": "field",
|
|
3827
|
-
"name": "
|
|
3828
|
-
"type": {
|
|
3829
|
-
"text": "string"
|
|
3830
|
-
},
|
|
3637
|
+
"name": "handleResize",
|
|
3831
3638
|
"privacy": "private",
|
|
3639
|
+
"description": "Handle resize events",
|
|
3832
3640
|
"inheritedFrom": {
|
|
3833
3641
|
"name": "AnchoredRegion",
|
|
3834
3642
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3836,12 +3644,9 @@
|
|
|
3836
3644
|
},
|
|
3837
3645
|
{
|
|
3838
3646
|
"kind": "field",
|
|
3839
|
-
"name": "
|
|
3840
|
-
"type": {
|
|
3841
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3842
|
-
},
|
|
3647
|
+
"name": "reset",
|
|
3843
3648
|
"privacy": "private",
|
|
3844
|
-
"
|
|
3649
|
+
"description": "resets the component",
|
|
3845
3650
|
"inheritedFrom": {
|
|
3846
3651
|
"name": "AnchoredRegion",
|
|
3847
3652
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3849,11 +3654,9 @@
|
|
|
3849
3654
|
},
|
|
3850
3655
|
{
|
|
3851
3656
|
"kind": "field",
|
|
3852
|
-
"name": "
|
|
3853
|
-
"type": {
|
|
3854
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3855
|
-
},
|
|
3657
|
+
"name": "updateLayout",
|
|
3856
3658
|
"privacy": "private",
|
|
3659
|
+
"description": "Recalculate layout related state values",
|
|
3857
3660
|
"inheritedFrom": {
|
|
3858
3661
|
"name": "AnchoredRegion",
|
|
3859
3662
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3861,11 +3664,9 @@
|
|
|
3861
3664
|
},
|
|
3862
3665
|
{
|
|
3863
3666
|
"kind": "field",
|
|
3864
|
-
"name": "
|
|
3865
|
-
"type": {
|
|
3866
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3867
|
-
},
|
|
3667
|
+
"name": "updateRegionStyle",
|
|
3868
3668
|
"privacy": "private",
|
|
3669
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3869
3670
|
"inheritedFrom": {
|
|
3870
3671
|
"name": "AnchoredRegion",
|
|
3871
3672
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3873,11 +3674,9 @@
|
|
|
3873
3674
|
},
|
|
3874
3675
|
{
|
|
3875
3676
|
"kind": "field",
|
|
3876
|
-
"name": "
|
|
3877
|
-
"type": {
|
|
3878
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3879
|
-
},
|
|
3677
|
+
"name": "updatePositionClasses",
|
|
3880
3678
|
"privacy": "private",
|
|
3679
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3881
3680
|
"inheritedFrom": {
|
|
3882
3681
|
"name": "AnchoredRegion",
|
|
3883
3682
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3885,13 +3684,9 @@
|
|
|
3885
3684
|
},
|
|
3886
3685
|
{
|
|
3887
3686
|
"kind": "field",
|
|
3888
|
-
"name": "
|
|
3889
|
-
"type": {
|
|
3890
|
-
"text": "number"
|
|
3891
|
-
},
|
|
3687
|
+
"name": "setHorizontalPosition",
|
|
3892
3688
|
"privacy": "private",
|
|
3893
|
-
"
|
|
3894
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3689
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3895
3690
|
"inheritedFrom": {
|
|
3896
3691
|
"name": "AnchoredRegion",
|
|
3897
3692
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3899,12 +3694,9 @@
|
|
|
3899
3694
|
},
|
|
3900
3695
|
{
|
|
3901
3696
|
"kind": "field",
|
|
3902
|
-
"name": "
|
|
3903
|
-
"type": {
|
|
3904
|
-
"text": "number"
|
|
3905
|
-
},
|
|
3697
|
+
"name": "setVerticalPosition",
|
|
3906
3698
|
"privacy": "private",
|
|
3907
|
-
"
|
|
3699
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3908
3700
|
"inheritedFrom": {
|
|
3909
3701
|
"name": "AnchoredRegion",
|
|
3910
3702
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3912,12 +3704,9 @@
|
|
|
3912
3704
|
},
|
|
3913
3705
|
{
|
|
3914
3706
|
"kind": "field",
|
|
3915
|
-
"name": "
|
|
3916
|
-
"type": {
|
|
3917
|
-
"text": "boolean"
|
|
3918
|
-
},
|
|
3707
|
+
"name": "getPositioningOptions",
|
|
3919
3708
|
"privacy": "private",
|
|
3920
|
-
"
|
|
3709
|
+
"description": "Get available positions based on positioning mode",
|
|
3921
3710
|
"inheritedFrom": {
|
|
3922
3711
|
"name": "AnchoredRegion",
|
|
3923
3712
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3925,12 +3714,9 @@
|
|
|
3925
3714
|
},
|
|
3926
3715
|
{
|
|
3927
3716
|
"kind": "field",
|
|
3928
|
-
"name": "
|
|
3929
|
-
"type": {
|
|
3930
|
-
"text": "boolean"
|
|
3931
|
-
},
|
|
3717
|
+
"name": "getAvailableSpace",
|
|
3932
3718
|
"privacy": "private",
|
|
3933
|
-
"
|
|
3719
|
+
"description": "Get the space available for a particular relative position",
|
|
3934
3720
|
"inheritedFrom": {
|
|
3935
3721
|
"name": "AnchoredRegion",
|
|
3936
3722
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3938,11 +3724,9 @@
|
|
|
3938
3724
|
},
|
|
3939
3725
|
{
|
|
3940
3726
|
"kind": "field",
|
|
3941
|
-
"name": "
|
|
3942
|
-
"type": {
|
|
3943
|
-
"text": "Direction"
|
|
3944
|
-
},
|
|
3727
|
+
"name": "getNextRegionDimension",
|
|
3945
3728
|
"privacy": "private",
|
|
3729
|
+
"description": "Get region dimensions",
|
|
3946
3730
|
"inheritedFrom": {
|
|
3947
3731
|
"name": "AnchoredRegion",
|
|
3948
3732
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3950,12 +3734,9 @@
|
|
|
3950
3734
|
},
|
|
3951
3735
|
{
|
|
3952
3736
|
"kind": "field",
|
|
3953
|
-
"name": "
|
|
3954
|
-
"type": {
|
|
3955
|
-
"text": "boolean"
|
|
3956
|
-
},
|
|
3737
|
+
"name": "startAutoUpdateEventListeners",
|
|
3957
3738
|
"privacy": "private",
|
|
3958
|
-
"
|
|
3739
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3959
3740
|
"inheritedFrom": {
|
|
3960
3741
|
"name": "AnchoredRegion",
|
|
3961
3742
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3963,12 +3744,9 @@
|
|
|
3963
3744
|
},
|
|
3964
3745
|
{
|
|
3965
3746
|
"kind": "field",
|
|
3966
|
-
"name": "
|
|
3967
|
-
"type": {
|
|
3968
|
-
"text": "boolean"
|
|
3969
|
-
},
|
|
3747
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3970
3748
|
"privacy": "private",
|
|
3971
|
-
"
|
|
3749
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3972
3750
|
"inheritedFrom": {
|
|
3973
3751
|
"name": "AnchoredRegion",
|
|
3974
3752
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3976,340 +3754,541 @@
|
|
|
3976
3754
|
},
|
|
3977
3755
|
{
|
|
3978
3756
|
"kind": "field",
|
|
3979
|
-
"name": "
|
|
3757
|
+
"name": "_presentation",
|
|
3980
3758
|
"type": {
|
|
3981
|
-
"text": "
|
|
3759
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3982
3760
|
},
|
|
3983
3761
|
"privacy": "private",
|
|
3984
|
-
"default": "0
|
|
3762
|
+
"default": "void 0",
|
|
3985
3763
|
"inheritedFrom": {
|
|
3986
|
-
"name": "
|
|
3987
|
-
"module": "src/
|
|
3764
|
+
"name": "FoundationElement",
|
|
3765
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3988
3766
|
}
|
|
3989
3767
|
},
|
|
3990
3768
|
{
|
|
3991
3769
|
"kind": "field",
|
|
3992
|
-
"name": "
|
|
3770
|
+
"name": "$presentation",
|
|
3993
3771
|
"type": {
|
|
3994
|
-
"text": "
|
|
3772
|
+
"text": "ComponentPresentation | null"
|
|
3995
3773
|
},
|
|
3996
|
-
"privacy": "
|
|
3997
|
-
"
|
|
3998
|
-
"default": "new IntersectionService()",
|
|
3774
|
+
"privacy": "public",
|
|
3775
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3999
3776
|
"inheritedFrom": {
|
|
4000
|
-
"name": "
|
|
4001
|
-
"module": "src/
|
|
3777
|
+
"name": "FoundationElement",
|
|
3778
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4002
3779
|
}
|
|
4003
3780
|
},
|
|
4004
3781
|
{
|
|
4005
3782
|
"kind": "field",
|
|
4006
|
-
"name": "
|
|
3783
|
+
"name": "template",
|
|
3784
|
+
"type": {
|
|
3785
|
+
"text": "ElementViewTemplate | void | null"
|
|
3786
|
+
},
|
|
4007
3787
|
"privacy": "public",
|
|
4008
|
-
"description": "
|
|
3788
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4009
3789
|
"inheritedFrom": {
|
|
4010
|
-
"name": "
|
|
4011
|
-
"module": "src/
|
|
3790
|
+
"name": "FoundationElement",
|
|
3791
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4012
3792
|
}
|
|
4013
3793
|
},
|
|
4014
3794
|
{
|
|
4015
3795
|
"kind": "method",
|
|
4016
|
-
"name": "
|
|
4017
|
-
"privacy": "
|
|
3796
|
+
"name": "templateChanged",
|
|
3797
|
+
"privacy": "protected",
|
|
4018
3798
|
"return": {
|
|
4019
3799
|
"type": {
|
|
4020
3800
|
"text": "void"
|
|
4021
3801
|
}
|
|
4022
3802
|
},
|
|
4023
|
-
"description": "destroys the instance's resize observer",
|
|
4024
3803
|
"inheritedFrom": {
|
|
4025
|
-
"name": "
|
|
4026
|
-
"module": "src/
|
|
3804
|
+
"name": "FoundationElement",
|
|
3805
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4027
3806
|
}
|
|
4028
3807
|
},
|
|
4029
3808
|
{
|
|
4030
|
-
"kind": "
|
|
4031
|
-
"name": "
|
|
4032
|
-
"
|
|
4033
|
-
|
|
4034
|
-
"type": {
|
|
4035
|
-
"text": "void"
|
|
4036
|
-
}
|
|
3809
|
+
"kind": "field",
|
|
3810
|
+
"name": "styles",
|
|
3811
|
+
"type": {
|
|
3812
|
+
"text": "ElementStyles | void | null"
|
|
4037
3813
|
},
|
|
4038
|
-
"
|
|
3814
|
+
"privacy": "public",
|
|
3815
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4039
3816
|
"inheritedFrom": {
|
|
4040
|
-
"name": "
|
|
4041
|
-
"module": "src/
|
|
3817
|
+
"name": "FoundationElement",
|
|
3818
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4042
3819
|
}
|
|
4043
3820
|
},
|
|
4044
3821
|
{
|
|
4045
3822
|
"kind": "method",
|
|
4046
|
-
"name": "
|
|
4047
|
-
"privacy": "
|
|
3823
|
+
"name": "stylesChanged",
|
|
3824
|
+
"privacy": "protected",
|
|
4048
3825
|
"return": {
|
|
4049
3826
|
"type": {
|
|
4050
3827
|
"text": "void"
|
|
4051
3828
|
}
|
|
4052
3829
|
},
|
|
4053
|
-
"description": "react to attribute changes that don't require a reset",
|
|
4054
3830
|
"inheritedFrom": {
|
|
4055
|
-
"name": "
|
|
4056
|
-
"module": "src/
|
|
3831
|
+
"name": "FoundationElement",
|
|
3832
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4057
3833
|
}
|
|
4058
3834
|
},
|
|
4059
3835
|
{
|
|
4060
3836
|
"kind": "method",
|
|
4061
|
-
"name": "
|
|
4062
|
-
"privacy": "
|
|
3837
|
+
"name": "compose",
|
|
3838
|
+
"privacy": "public",
|
|
3839
|
+
"static": true,
|
|
4063
3840
|
"return": {
|
|
4064
3841
|
"type": {
|
|
4065
|
-
"text": "
|
|
3842
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4066
3843
|
}
|
|
4067
3844
|
},
|
|
4068
|
-
"
|
|
3845
|
+
"parameters": [
|
|
3846
|
+
{
|
|
3847
|
+
"name": "this",
|
|
3848
|
+
"type": {
|
|
3849
|
+
"text": "K"
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"name": "elementDefinition",
|
|
3854
|
+
"type": {
|
|
3855
|
+
"text": "T"
|
|
3856
|
+
},
|
|
3857
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3858
|
+
}
|
|
3859
|
+
],
|
|
3860
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4069
3861
|
"inheritedFrom": {
|
|
4070
|
-
"name": "
|
|
4071
|
-
"module": "src/
|
|
3862
|
+
"name": "FoundationElement",
|
|
3863
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4072
3864
|
}
|
|
4073
|
-
}
|
|
3865
|
+
}
|
|
3866
|
+
],
|
|
3867
|
+
"events": [
|
|
4074
3868
|
{
|
|
4075
|
-
"
|
|
4076
|
-
"name": "
|
|
4077
|
-
"privacy": "private",
|
|
4078
|
-
"return": {
|
|
4079
|
-
"type": {
|
|
4080
|
-
"text": "void"
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
"description": "Request a reset if there are currently no open requests",
|
|
3869
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3870
|
+
"name": "loaded",
|
|
4084
3871
|
"inheritedFrom": {
|
|
4085
3872
|
"name": "AnchoredRegion",
|
|
4086
3873
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4087
3874
|
}
|
|
4088
3875
|
},
|
|
4089
3876
|
{
|
|
4090
|
-
"
|
|
4091
|
-
"name": "
|
|
4092
|
-
"privacy": "private",
|
|
4093
|
-
"return": {
|
|
4094
|
-
"type": {
|
|
4095
|
-
"text": "void"
|
|
4096
|
-
}
|
|
4097
|
-
},
|
|
4098
|
-
"description": "sets the starting configuration for component internal values",
|
|
3877
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3878
|
+
"name": "positionchange",
|
|
4099
3879
|
"inheritedFrom": {
|
|
4100
3880
|
"name": "AnchoredRegion",
|
|
4101
3881
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4102
3882
|
}
|
|
4103
|
-
}
|
|
3883
|
+
}
|
|
3884
|
+
]
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"kind": "variable",
|
|
3888
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3889
|
+
"type": {
|
|
3890
|
+
"text": "ShadowRootInit"
|
|
3891
|
+
},
|
|
3892
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"kind": "variable",
|
|
3896
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3897
|
+
"type": {
|
|
3898
|
+
"text": "object"
|
|
3899
|
+
},
|
|
3900
|
+
"default": "{}"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"kind": "variable",
|
|
3904
|
+
"name": "foundationAnchoredRegion",
|
|
3905
|
+
"description": "The Foundation Anchored Region",
|
|
3906
|
+
"privacy": "public"
|
|
3907
|
+
}
|
|
3908
|
+
],
|
|
3909
|
+
"exports": [
|
|
3910
|
+
{
|
|
3911
|
+
"kind": "js",
|
|
3912
|
+
"name": "AnchoredRegion",
|
|
3913
|
+
"declaration": {
|
|
3914
|
+
"name": "AnchoredRegion",
|
|
3915
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3916
|
+
}
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"kind": "js",
|
|
3920
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3921
|
+
"declaration": {
|
|
3922
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3923
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3924
|
+
}
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"kind": "js",
|
|
3928
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3929
|
+
"declaration": {
|
|
3930
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3931
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3932
|
+
}
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"kind": "js",
|
|
3936
|
+
"name": "foundationAnchoredRegion",
|
|
3937
|
+
"declaration": {
|
|
3938
|
+
"name": "foundationAnchoredRegion",
|
|
3939
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
]
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"kind": "javascript-module",
|
|
3946
|
+
"path": "src/anchored-region/index.ts",
|
|
3947
|
+
"declarations": [],
|
|
3948
|
+
"exports": [
|
|
3949
|
+
{
|
|
3950
|
+
"kind": "js",
|
|
3951
|
+
"name": "*",
|
|
3952
|
+
"declaration": {
|
|
3953
|
+
"name": "*",
|
|
3954
|
+
"package": "./anchor-region.template"
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"kind": "js",
|
|
3959
|
+
"name": "*",
|
|
3960
|
+
"declaration": {
|
|
3961
|
+
"name": "*",
|
|
3962
|
+
"package": "./anchored-region.styles"
|
|
3963
|
+
}
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"kind": "js",
|
|
3967
|
+
"name": "*",
|
|
3968
|
+
"declaration": {
|
|
3969
|
+
"name": "*",
|
|
3970
|
+
"package": "./anchored-region"
|
|
3971
|
+
}
|
|
3972
|
+
}
|
|
3973
|
+
]
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"kind": "javascript-module",
|
|
3977
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3978
|
+
"declarations": [
|
|
3979
|
+
{
|
|
3980
|
+
"kind": "function",
|
|
3981
|
+
"name": "actionsMenuBaseStyles",
|
|
3982
|
+
"return": {
|
|
3983
|
+
"type": {
|
|
3984
|
+
"text": "ElementStyles"
|
|
3985
|
+
}
|
|
3986
|
+
},
|
|
3987
|
+
"parameters": [
|
|
4104
3988
|
{
|
|
4105
|
-
"
|
|
4106
|
-
"
|
|
4107
|
-
|
|
4108
|
-
"description": "starts observers",
|
|
4109
|
-
"inheritedFrom": {
|
|
4110
|
-
"name": "AnchoredRegion",
|
|
4111
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3989
|
+
"name": "context",
|
|
3990
|
+
"type": {
|
|
3991
|
+
"text": "ElementDefinitionContext"
|
|
4112
3992
|
}
|
|
4113
3993
|
},
|
|
4114
3994
|
{
|
|
4115
|
-
"
|
|
4116
|
-
"
|
|
4117
|
-
|
|
4118
|
-
"description": "get position updates",
|
|
4119
|
-
"inheritedFrom": {
|
|
4120
|
-
"name": "AnchoredRegion",
|
|
4121
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3995
|
+
"name": "definition",
|
|
3996
|
+
"type": {
|
|
3997
|
+
"text": "FoundationElementDefinition"
|
|
4122
3998
|
}
|
|
4123
|
-
}
|
|
3999
|
+
}
|
|
4000
|
+
]
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"kind": "function",
|
|
4004
|
+
"name": "foundationActionsMenuStyles",
|
|
4005
|
+
"return": {
|
|
4006
|
+
"type": {
|
|
4007
|
+
"text": "ElementStyles"
|
|
4008
|
+
}
|
|
4009
|
+
},
|
|
4010
|
+
"parameters": [
|
|
4124
4011
|
{
|
|
4125
|
-
"
|
|
4126
|
-
"
|
|
4127
|
-
|
|
4128
|
-
"description": "stops observers",
|
|
4129
|
-
"inheritedFrom": {
|
|
4130
|
-
"name": "AnchoredRegion",
|
|
4131
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4012
|
+
"name": "context",
|
|
4013
|
+
"type": {
|
|
4014
|
+
"text": "ElementDefinitionContext"
|
|
4132
4015
|
}
|
|
4133
4016
|
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "definition",
|
|
4019
|
+
"type": {
|
|
4020
|
+
"text": "FoundationElementDefinition"
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
]
|
|
4024
|
+
}
|
|
4025
|
+
],
|
|
4026
|
+
"exports": [
|
|
4027
|
+
{
|
|
4028
|
+
"kind": "js",
|
|
4029
|
+
"name": "actionsMenuBaseStyles",
|
|
4030
|
+
"declaration": {
|
|
4031
|
+
"name": "actionsMenuBaseStyles",
|
|
4032
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
4033
|
+
}
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"kind": "js",
|
|
4037
|
+
"name": "foundationActionsMenuStyles",
|
|
4038
|
+
"declaration": {
|
|
4039
|
+
"name": "foundationActionsMenuStyles",
|
|
4040
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
4041
|
+
}
|
|
4042
|
+
}
|
|
4043
|
+
]
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"kind": "javascript-module",
|
|
4047
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
4048
|
+
"declarations": [
|
|
4049
|
+
{
|
|
4050
|
+
"kind": "function",
|
|
4051
|
+
"name": "menuTemplate",
|
|
4052
|
+
"parameters": [
|
|
4053
|
+
{
|
|
4054
|
+
"name": "prefix",
|
|
4055
|
+
"type": {
|
|
4056
|
+
"text": "string"
|
|
4057
|
+
}
|
|
4058
|
+
}
|
|
4059
|
+
]
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"kind": "function",
|
|
4063
|
+
"name": "singleOptionTemplate",
|
|
4064
|
+
"parameters": [
|
|
4065
|
+
{
|
|
4066
|
+
"name": "prefix",
|
|
4067
|
+
"type": {
|
|
4068
|
+
"text": "string"
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
4071
|
+
]
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"kind": "variable",
|
|
4075
|
+
"name": "foundationActionsMenuTemplate",
|
|
4076
|
+
"type": {
|
|
4077
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
4078
|
+
},
|
|
4079
|
+
"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`"
|
|
4080
|
+
}
|
|
4081
|
+
],
|
|
4082
|
+
"exports": [
|
|
4083
|
+
{
|
|
4084
|
+
"kind": "js",
|
|
4085
|
+
"name": "menuTemplate",
|
|
4086
|
+
"declaration": {
|
|
4087
|
+
"name": "menuTemplate",
|
|
4088
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"kind": "js",
|
|
4093
|
+
"name": "singleOptionTemplate",
|
|
4094
|
+
"declaration": {
|
|
4095
|
+
"name": "singleOptionTemplate",
|
|
4096
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4097
|
+
}
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"kind": "js",
|
|
4101
|
+
"name": "foundationActionsMenuTemplate",
|
|
4102
|
+
"declaration": {
|
|
4103
|
+
"name": "foundationActionsMenuTemplate",
|
|
4104
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4105
|
+
}
|
|
4106
|
+
}
|
|
4107
|
+
]
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"kind": "javascript-module",
|
|
4111
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
4112
|
+
"declarations": [
|
|
4113
|
+
{
|
|
4114
|
+
"kind": "class",
|
|
4115
|
+
"description": "",
|
|
4116
|
+
"name": "ActionsMenu",
|
|
4117
|
+
"members": [
|
|
4134
4118
|
{
|
|
4135
4119
|
"kind": "field",
|
|
4136
|
-
"name": "
|
|
4137
|
-
"
|
|
4138
|
-
|
|
4139
|
-
"inheritedFrom": {
|
|
4140
|
-
"name": "AnchoredRegion",
|
|
4141
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4120
|
+
"name": "actions",
|
|
4121
|
+
"type": {
|
|
4122
|
+
"text": "ActionMenuItem[]"
|
|
4142
4123
|
}
|
|
4143
4124
|
},
|
|
4144
4125
|
{
|
|
4145
4126
|
"kind": "field",
|
|
4146
|
-
"name": "
|
|
4147
|
-
"
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4152
|
-
}
|
|
4127
|
+
"name": "isVertical",
|
|
4128
|
+
"type": {
|
|
4129
|
+
"text": "boolean"
|
|
4130
|
+
},
|
|
4131
|
+
"default": "false"
|
|
4153
4132
|
},
|
|
4154
4133
|
{
|
|
4155
4134
|
"kind": "field",
|
|
4156
|
-
"name": "
|
|
4157
|
-
"
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4162
|
-
}
|
|
4135
|
+
"name": "addDefaultActions",
|
|
4136
|
+
"type": {
|
|
4137
|
+
"text": "boolean"
|
|
4138
|
+
},
|
|
4139
|
+
"default": "true"
|
|
4163
4140
|
},
|
|
4164
4141
|
{
|
|
4165
4142
|
"kind": "field",
|
|
4166
|
-
"name": "
|
|
4167
|
-
"
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4172
|
-
}
|
|
4143
|
+
"name": "autoCloseOnAction",
|
|
4144
|
+
"type": {
|
|
4145
|
+
"text": "boolean"
|
|
4146
|
+
},
|
|
4147
|
+
"default": "true"
|
|
4173
4148
|
},
|
|
4174
4149
|
{
|
|
4175
4150
|
"kind": "field",
|
|
4176
|
-
"name": "
|
|
4177
|
-
"
|
|
4178
|
-
|
|
4179
|
-
"inheritedFrom": {
|
|
4180
|
-
"name": "AnchoredRegion",
|
|
4181
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4151
|
+
"name": "classNames",
|
|
4152
|
+
"type": {
|
|
4153
|
+
"text": "string"
|
|
4182
4154
|
}
|
|
4183
4155
|
},
|
|
4184
4156
|
{
|
|
4185
4157
|
"kind": "field",
|
|
4186
|
-
"name": "
|
|
4187
|
-
"
|
|
4188
|
-
|
|
4189
|
-
"inheritedFrom": {
|
|
4190
|
-
"name": "AnchoredRegion",
|
|
4191
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4158
|
+
"name": "definition",
|
|
4159
|
+
"type": {
|
|
4160
|
+
"text": "any"
|
|
4192
4161
|
}
|
|
4193
4162
|
},
|
|
4194
4163
|
{
|
|
4195
4164
|
"kind": "field",
|
|
4196
|
-
"name": "
|
|
4197
|
-
"
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4202
|
-
}
|
|
4165
|
+
"name": "name",
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "string"
|
|
4168
|
+
},
|
|
4169
|
+
"default": "'Actions'"
|
|
4203
4170
|
},
|
|
4204
4171
|
{
|
|
4205
4172
|
"kind": "field",
|
|
4206
|
-
"name": "
|
|
4207
|
-
"
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4212
|
-
}
|
|
4173
|
+
"name": "open",
|
|
4174
|
+
"type": {
|
|
4175
|
+
"text": "boolean"
|
|
4176
|
+
},
|
|
4177
|
+
"default": "false"
|
|
4213
4178
|
},
|
|
4214
4179
|
{
|
|
4215
4180
|
"kind": "field",
|
|
4216
|
-
"name": "
|
|
4217
|
-
"
|
|
4218
|
-
|
|
4219
|
-
"inheritedFrom": {
|
|
4220
|
-
"name": "AnchoredRegion",
|
|
4221
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4181
|
+
"name": "buttonAppearance",
|
|
4182
|
+
"type": {
|
|
4183
|
+
"text": "string"
|
|
4222
4184
|
}
|
|
4223
4185
|
},
|
|
4224
4186
|
{
|
|
4225
4187
|
"kind": "field",
|
|
4226
|
-
"name": "
|
|
4227
|
-
"
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4232
|
-
}
|
|
4188
|
+
"name": "hideDisabled",
|
|
4189
|
+
"type": {
|
|
4190
|
+
"text": "boolean"
|
|
4191
|
+
},
|
|
4192
|
+
"default": "false"
|
|
4233
4193
|
},
|
|
4234
4194
|
{
|
|
4235
4195
|
"kind": "field",
|
|
4236
|
-
"name": "
|
|
4237
|
-
"
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4242
|
-
}
|
|
4196
|
+
"name": "hideMenuSingleOption",
|
|
4197
|
+
"type": {
|
|
4198
|
+
"text": "boolean"
|
|
4199
|
+
},
|
|
4200
|
+
"default": "false"
|
|
4243
4201
|
},
|
|
4244
4202
|
{
|
|
4245
4203
|
"kind": "field",
|
|
4246
|
-
"name": "
|
|
4247
|
-
"
|
|
4248
|
-
|
|
4249
|
-
"inheritedFrom": {
|
|
4250
|
-
"name": "AnchoredRegion",
|
|
4251
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4204
|
+
"name": "singleOption",
|
|
4205
|
+
"type": {
|
|
4206
|
+
"text": "ActionMenuItem"
|
|
4252
4207
|
}
|
|
4253
4208
|
},
|
|
4254
4209
|
{
|
|
4255
4210
|
"kind": "field",
|
|
4256
|
-
"name": "
|
|
4257
|
-
"
|
|
4258
|
-
|
|
4259
|
-
"inheritedFrom": {
|
|
4260
|
-
"name": "AnchoredRegion",
|
|
4261
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4211
|
+
"name": "actionsMenu",
|
|
4212
|
+
"type": {
|
|
4213
|
+
"text": "HTMLElement"
|
|
4262
4214
|
}
|
|
4263
4215
|
},
|
|
4264
4216
|
{
|
|
4265
|
-
"kind": "
|
|
4266
|
-
"name": "
|
|
4267
|
-
"privacy": "
|
|
4268
|
-
"
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4217
|
+
"kind": "method",
|
|
4218
|
+
"name": "definitionChanged",
|
|
4219
|
+
"privacy": "protected",
|
|
4220
|
+
"parameters": [
|
|
4221
|
+
{
|
|
4222
|
+
"name": "oldValue",
|
|
4223
|
+
"type": {
|
|
4224
|
+
"text": "any"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "newValue",
|
|
4229
|
+
"type": {
|
|
4230
|
+
"text": "any"
|
|
4231
|
+
}
|
|
4232
|
+
}
|
|
4233
|
+
]
|
|
4273
4234
|
},
|
|
4274
4235
|
{
|
|
4275
|
-
"kind": "
|
|
4276
|
-
"name": "
|
|
4277
|
-
"privacy": "
|
|
4278
|
-
"description": "Get the space available for a particular relative position",
|
|
4279
|
-
"inheritedFrom": {
|
|
4280
|
-
"name": "AnchoredRegion",
|
|
4281
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4282
|
-
}
|
|
4236
|
+
"kind": "method",
|
|
4237
|
+
"name": "openChanged",
|
|
4238
|
+
"privacy": "protected"
|
|
4283
4239
|
},
|
|
4284
4240
|
{
|
|
4285
|
-
"kind": "
|
|
4286
|
-
"name": "
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
"
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4241
|
+
"kind": "method",
|
|
4242
|
+
"name": "toggleActionsMenuVisibility"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"kind": "method",
|
|
4246
|
+
"name": "onActionMenuItemClick",
|
|
4247
|
+
"parameters": [
|
|
4248
|
+
{
|
|
4249
|
+
"name": "callback",
|
|
4250
|
+
"type": {
|
|
4251
|
+
"text": "(rowData) => void | any"
|
|
4252
|
+
}
|
|
4253
|
+
}
|
|
4254
|
+
]
|
|
4293
4255
|
},
|
|
4294
4256
|
{
|
|
4295
4257
|
"kind": "field",
|
|
4296
|
-
"name": "
|
|
4297
|
-
"
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4302
|
-
}
|
|
4258
|
+
"name": "allActions",
|
|
4259
|
+
"type": {
|
|
4260
|
+
"text": "ActionMenuItem[]"
|
|
4261
|
+
},
|
|
4262
|
+
"readonly": true
|
|
4303
4263
|
},
|
|
4304
4264
|
{
|
|
4305
4265
|
"kind": "field",
|
|
4306
|
-
"name": "
|
|
4307
|
-
"
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4266
|
+
"name": "rowData",
|
|
4267
|
+
"readonly": true
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"kind": "method",
|
|
4271
|
+
"name": "getLabel",
|
|
4272
|
+
"parameters": [
|
|
4273
|
+
{
|
|
4274
|
+
"name": "name",
|
|
4275
|
+
"type": {
|
|
4276
|
+
"text": "string | ((rowData: any) => string)"
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
]
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"kind": "method",
|
|
4283
|
+
"name": "getTemplate",
|
|
4284
|
+
"parameters": [
|
|
4285
|
+
{
|
|
4286
|
+
"name": "prefix",
|
|
4287
|
+
"type": {
|
|
4288
|
+
"text": "string"
|
|
4289
|
+
}
|
|
4290
|
+
}
|
|
4291
|
+
]
|
|
4313
4292
|
},
|
|
4314
4293
|
{
|
|
4315
4294
|
"kind": "field",
|
|
@@ -4423,86 +4402,107 @@
|
|
|
4423
4402
|
}
|
|
4424
4403
|
}
|
|
4425
4404
|
],
|
|
4426
|
-
"
|
|
4405
|
+
"attributes": [
|
|
4427
4406
|
{
|
|
4428
|
-
"
|
|
4429
|
-
"
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4407
|
+
"name": "is-vertical",
|
|
4408
|
+
"type": {
|
|
4409
|
+
"text": "boolean"
|
|
4410
|
+
},
|
|
4411
|
+
"default": "false",
|
|
4412
|
+
"fieldName": "isVertical"
|
|
4434
4413
|
},
|
|
4435
4414
|
{
|
|
4436
|
-
"
|
|
4437
|
-
"
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4415
|
+
"name": "add-default-actions",
|
|
4416
|
+
"type": {
|
|
4417
|
+
"text": "boolean"
|
|
4418
|
+
},
|
|
4419
|
+
"default": "true",
|
|
4420
|
+
"fieldName": "addDefaultActions"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "auto-close-on-action",
|
|
4424
|
+
"type": {
|
|
4425
|
+
"text": "boolean"
|
|
4426
|
+
},
|
|
4427
|
+
"default": "true",
|
|
4428
|
+
"fieldName": "autoCloseOnAction"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"name": "name",
|
|
4432
|
+
"type": {
|
|
4433
|
+
"text": "string"
|
|
4434
|
+
},
|
|
4435
|
+
"default": "'Actions'",
|
|
4436
|
+
"fieldName": "name"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "open",
|
|
4440
|
+
"type": {
|
|
4441
|
+
"text": "boolean"
|
|
4442
|
+
},
|
|
4443
|
+
"default": "false",
|
|
4444
|
+
"fieldName": "open"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "buttonAppearance",
|
|
4448
|
+
"type": {
|
|
4449
|
+
"text": "string"
|
|
4450
|
+
},
|
|
4451
|
+
"fieldName": "buttonAppearance"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"name": "hide-disabled",
|
|
4455
|
+
"type": {
|
|
4456
|
+
"text": "boolean"
|
|
4457
|
+
},
|
|
4458
|
+
"default": "false",
|
|
4459
|
+
"fieldName": "hideDisabled"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "hide-menu-single-option",
|
|
4463
|
+
"type": {
|
|
4464
|
+
"text": "boolean"
|
|
4465
|
+
},
|
|
4466
|
+
"default": "false",
|
|
4467
|
+
"fieldName": "hideMenuSingleOption"
|
|
4442
4468
|
}
|
|
4443
|
-
]
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4448
|
-
"type": {
|
|
4449
|
-
"text": "ShadowRootInit"
|
|
4450
|
-
},
|
|
4451
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"kind": "variable",
|
|
4455
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4456
|
-
"type": {
|
|
4457
|
-
"text": "object"
|
|
4469
|
+
],
|
|
4470
|
+
"superclass": {
|
|
4471
|
+
"name": "FoundationElement",
|
|
4472
|
+
"package": "@microsoft/fast-foundation"
|
|
4458
4473
|
},
|
|
4459
|
-
"
|
|
4474
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
4475
|
+
"customElement": true
|
|
4460
4476
|
},
|
|
4461
4477
|
{
|
|
4462
4478
|
"kind": "variable",
|
|
4463
|
-
"name": "
|
|
4464
|
-
"description": "The Foundation
|
|
4479
|
+
"name": "foundationActionsMenu",
|
|
4480
|
+
"description": "The Foundation Actions Menu",
|
|
4465
4481
|
"privacy": "public"
|
|
4466
4482
|
}
|
|
4467
4483
|
],
|
|
4468
4484
|
"exports": [
|
|
4469
4485
|
{
|
|
4470
4486
|
"kind": "js",
|
|
4471
|
-
"name": "
|
|
4472
|
-
"declaration": {
|
|
4473
|
-
"name": "AnchoredRegion",
|
|
4474
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4475
|
-
}
|
|
4476
|
-
},
|
|
4477
|
-
{
|
|
4478
|
-
"kind": "js",
|
|
4479
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4480
|
-
"declaration": {
|
|
4481
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4482
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4483
|
-
}
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"kind": "js",
|
|
4487
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4487
|
+
"name": "ActionsMenu",
|
|
4488
4488
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4489
|
+
"name": "ActionsMenu",
|
|
4490
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
{
|
|
4494
4494
|
"kind": "js",
|
|
4495
|
-
"name": "
|
|
4495
|
+
"name": "foundationActionsMenu",
|
|
4496
4496
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/
|
|
4497
|
+
"name": "foundationActionsMenu",
|
|
4498
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4499
4499
|
}
|
|
4500
4500
|
}
|
|
4501
4501
|
]
|
|
4502
4502
|
},
|
|
4503
4503
|
{
|
|
4504
4504
|
"kind": "javascript-module",
|
|
4505
|
-
"path": "src/
|
|
4505
|
+
"path": "src/actions-menu/index.ts",
|
|
4506
4506
|
"declarations": [],
|
|
4507
4507
|
"exports": [
|
|
4508
4508
|
{
|
|
@@ -4510,7 +4510,7 @@
|
|
|
4510
4510
|
"name": "*",
|
|
4511
4511
|
"declaration": {
|
|
4512
4512
|
"name": "*",
|
|
4513
|
-
"package": "./
|
|
4513
|
+
"package": "./actions-menu.styles"
|
|
4514
4514
|
}
|
|
4515
4515
|
},
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./actions-menu.template"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
{
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"name": "*",
|
|
4527
4527
|
"declaration": {
|
|
4528
4528
|
"name": "*",
|
|
4529
|
-
"package": "./
|
|
4529
|
+
"package": "./actions-menu"
|
|
4530
4530
|
}
|
|
4531
4531
|
}
|
|
4532
4532
|
]
|