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