@genesislcap/foundation-ui 14.291.2-alpha-04c16dc.0 → 14.293.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 +1743 -1147
- package/dist/dts/base-components.d.ts +4 -6
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/environment-indicator/environment-indicator.d.ts +143 -0
- package/dist/dts/environment-indicator/environment-indicator.d.ts.map +1 -0
- package/dist/dts/environment-indicator/environment-indicator.styles.d.ts +2 -0
- package/dist/dts/environment-indicator/environment-indicator.styles.d.ts.map +1 -0
- package/dist/dts/environment-indicator/environment-indicator.template.d.ts +3 -0
- package/dist/dts/environment-indicator/environment-indicator.template.d.ts.map +1 -0
- package/dist/dts/environment-indicator/index.d.ts +5 -0
- package/dist/dts/environment-indicator/index.d.ts.map +1 -0
- package/dist/dts/environment-indicator/utils/configure.d.ts +3 -0
- package/dist/dts/environment-indicator/utils/configure.d.ts.map +1 -0
- package/dist/dts/environment-indicator/utils/logger.d.ts +2 -0
- package/dist/dts/environment-indicator/utils/logger.d.ts.map +1 -0
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/base-components.js +2 -2
- package/dist/esm/environment-indicator/environment-indicator.js +224 -0
- package/dist/esm/environment-indicator/environment-indicator.styles.js +29 -0
- package/dist/esm/environment-indicator/environment-indicator.template.js +29 -0
- package/dist/esm/environment-indicator/index.js +4 -0
- package/dist/esm/environment-indicator/utils/configure.js +14 -0
- package/dist/esm/environment-indicator/utils/logger.js +2 -0
- package/dist/esm/index.js +1 -0
- package/package.json +18 -18
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n
|
|
15
|
+
"default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationEnvironmentIndicator,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -308,6 +308,14 @@
|
|
|
308
308
|
"package": "./dropdown-menu"
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"kind": "js",
|
|
313
|
+
"name": "*",
|
|
314
|
+
"declaration": {
|
|
315
|
+
"name": "*",
|
|
316
|
+
"package": "./environment-indicator"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
311
319
|
{
|
|
312
320
|
"kind": "js",
|
|
313
321
|
"name": "*",
|
|
@@ -1856,34 +1864,11 @@
|
|
|
1856
1864
|
},
|
|
1857
1865
|
{
|
|
1858
1866
|
"kind": "javascript-module",
|
|
1859
|
-
"path": "src/
|
|
1867
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1860
1868
|
"declarations": [
|
|
1861
1869
|
{
|
|
1862
1870
|
"kind": "function",
|
|
1863
|
-
"name": "
|
|
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",
|
|
1871
|
+
"name": "foundationAnchorStyles",
|
|
1887
1872
|
"return": {
|
|
1888
1873
|
"type": {
|
|
1889
1874
|
"text": "ElementStyles"
|
|
@@ -1908,269 +1893,292 @@
|
|
|
1908
1893
|
"exports": [
|
|
1909
1894
|
{
|
|
1910
1895
|
"kind": "js",
|
|
1911
|
-
"name": "
|
|
1912
|
-
"declaration": {
|
|
1913
|
-
"name": "actionsMenuBaseStyles",
|
|
1914
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"kind": "js",
|
|
1919
|
-
"name": "foundationActionsMenuStyles",
|
|
1896
|
+
"name": "foundationAnchorStyles",
|
|
1920
1897
|
"declaration": {
|
|
1921
|
-
"name": "
|
|
1922
|
-
"module": "src/
|
|
1898
|
+
"name": "foundationAnchorStyles",
|
|
1899
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1923
1900
|
}
|
|
1924
1901
|
}
|
|
1925
1902
|
]
|
|
1926
1903
|
},
|
|
1927
1904
|
{
|
|
1928
1905
|
"kind": "javascript-module",
|
|
1929
|
-
"path": "src/
|
|
1906
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1930
1907
|
"declarations": [
|
|
1931
1908
|
{
|
|
1932
1909
|
"kind": "function",
|
|
1933
|
-
"name": "
|
|
1910
|
+
"name": "foundationAnchorTemplate",
|
|
1911
|
+
"return": {
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "ViewTemplate<Anchor>"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1934
1916
|
"parameters": [
|
|
1935
1917
|
{
|
|
1936
|
-
"name": "
|
|
1918
|
+
"name": "context",
|
|
1937
1919
|
"type": {
|
|
1938
|
-
"text": "
|
|
1920
|
+
"text": "ElementDefinitionContext"
|
|
1939
1921
|
}
|
|
1940
|
-
}
|
|
1941
|
-
]
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"kind": "function",
|
|
1945
|
-
"name": "singleOptionTemplate",
|
|
1946
|
-
"parameters": [
|
|
1922
|
+
},
|
|
1947
1923
|
{
|
|
1948
|
-
"name": "
|
|
1924
|
+
"name": "definition",
|
|
1949
1925
|
"type": {
|
|
1950
|
-
"text": "
|
|
1926
|
+
"text": "FoundationElementDefinition"
|
|
1951
1927
|
}
|
|
1952
1928
|
}
|
|
1953
1929
|
]
|
|
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`"
|
|
1962
1930
|
}
|
|
1963
1931
|
],
|
|
1964
1932
|
"exports": [
|
|
1965
1933
|
{
|
|
1966
1934
|
"kind": "js",
|
|
1967
|
-
"name": "
|
|
1968
|
-
"declaration": {
|
|
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",
|
|
1935
|
+
"name": "foundationAnchorTemplate",
|
|
1984
1936
|
"declaration": {
|
|
1985
|
-
"name": "
|
|
1986
|
-
"module": "src/
|
|
1937
|
+
"name": "foundationAnchorTemplate",
|
|
1938
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1987
1939
|
}
|
|
1988
1940
|
}
|
|
1989
1941
|
]
|
|
1990
1942
|
},
|
|
1991
1943
|
{
|
|
1992
1944
|
"kind": "javascript-module",
|
|
1993
|
-
"path": "src/
|
|
1945
|
+
"path": "src/anchor/anchor.ts",
|
|
1994
1946
|
"declarations": [
|
|
1995
1947
|
{
|
|
1996
1948
|
"kind": "class",
|
|
1997
1949
|
"description": "",
|
|
1998
|
-
"name": "
|
|
1999
|
-
"
|
|
1950
|
+
"name": "Anchor",
|
|
1951
|
+
"superclass": {
|
|
1952
|
+
"name": "FASTAnchor",
|
|
1953
|
+
"package": "@microsoft/fast-components"
|
|
1954
|
+
},
|
|
1955
|
+
"tagName": "%%prefix%%-anchor",
|
|
1956
|
+
"customElement": true,
|
|
1957
|
+
"attributes": [
|
|
2000
1958
|
{
|
|
2001
|
-
"
|
|
2002
|
-
"name": "actions",
|
|
1959
|
+
"name": "download",
|
|
2003
1960
|
"type": {
|
|
2004
|
-
"text": "
|
|
1961
|
+
"text": "string"
|
|
1962
|
+
},
|
|
1963
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1964
|
+
"fieldName": "download",
|
|
1965
|
+
"inheritedFrom": {
|
|
1966
|
+
"name": "Anchor",
|
|
1967
|
+
"module": "src/anchor/anchor.ts"
|
|
2005
1968
|
}
|
|
2006
1969
|
},
|
|
2007
1970
|
{
|
|
2008
|
-
"
|
|
2009
|
-
"name": "isVertical",
|
|
1971
|
+
"name": "href",
|
|
2010
1972
|
"type": {
|
|
2011
|
-
"text": "
|
|
1973
|
+
"text": "string"
|
|
2012
1974
|
},
|
|
2013
|
-
"
|
|
1975
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1976
|
+
"fieldName": "href",
|
|
1977
|
+
"inheritedFrom": {
|
|
1978
|
+
"name": "Anchor",
|
|
1979
|
+
"module": "src/anchor/anchor.ts"
|
|
1980
|
+
}
|
|
2014
1981
|
},
|
|
2015
1982
|
{
|
|
2016
|
-
"
|
|
2017
|
-
"name": "addDefaultActions",
|
|
1983
|
+
"name": "hreflang",
|
|
2018
1984
|
"type": {
|
|
2019
|
-
"text": "
|
|
1985
|
+
"text": "string"
|
|
2020
1986
|
},
|
|
2021
|
-
"
|
|
1987
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1988
|
+
"fieldName": "hreflang",
|
|
1989
|
+
"inheritedFrom": {
|
|
1990
|
+
"name": "Anchor",
|
|
1991
|
+
"module": "src/anchor/anchor.ts"
|
|
1992
|
+
}
|
|
2022
1993
|
},
|
|
2023
1994
|
{
|
|
2024
|
-
"
|
|
2025
|
-
"name": "autoCloseOnAction",
|
|
1995
|
+
"name": "ping",
|
|
2026
1996
|
"type": {
|
|
2027
|
-
"text": "
|
|
1997
|
+
"text": "string"
|
|
2028
1998
|
},
|
|
2029
|
-
"
|
|
1999
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2000
|
+
"fieldName": "ping",
|
|
2001
|
+
"inheritedFrom": {
|
|
2002
|
+
"name": "Anchor",
|
|
2003
|
+
"module": "src/anchor/anchor.ts"
|
|
2004
|
+
}
|
|
2030
2005
|
},
|
|
2031
2006
|
{
|
|
2032
|
-
"
|
|
2033
|
-
"name": "classNames",
|
|
2007
|
+
"name": "referrerpolicy",
|
|
2034
2008
|
"type": {
|
|
2035
2009
|
"text": "string"
|
|
2010
|
+
},
|
|
2011
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2012
|
+
"fieldName": "referrerpolicy",
|
|
2013
|
+
"inheritedFrom": {
|
|
2014
|
+
"name": "Anchor",
|
|
2015
|
+
"module": "src/anchor/anchor.ts"
|
|
2036
2016
|
}
|
|
2037
2017
|
},
|
|
2038
2018
|
{
|
|
2039
|
-
"
|
|
2040
|
-
"name": "definition",
|
|
2019
|
+
"name": "rel",
|
|
2041
2020
|
"type": {
|
|
2042
|
-
"text": "
|
|
2021
|
+
"text": "string"
|
|
2022
|
+
},
|
|
2023
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2024
|
+
"fieldName": "rel",
|
|
2025
|
+
"inheritedFrom": {
|
|
2026
|
+
"name": "Anchor",
|
|
2027
|
+
"module": "src/anchor/anchor.ts"
|
|
2043
2028
|
}
|
|
2044
2029
|
},
|
|
2045
2030
|
{
|
|
2046
|
-
"
|
|
2047
|
-
"name": "name",
|
|
2031
|
+
"name": "target",
|
|
2048
2032
|
"type": {
|
|
2049
|
-
"text": "
|
|
2033
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2050
2034
|
},
|
|
2051
|
-
"
|
|
2035
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2036
|
+
"fieldName": "target",
|
|
2037
|
+
"inheritedFrom": {
|
|
2038
|
+
"name": "Anchor",
|
|
2039
|
+
"module": "src/anchor/anchor.ts"
|
|
2040
|
+
}
|
|
2052
2041
|
},
|
|
2053
2042
|
{
|
|
2054
|
-
"
|
|
2055
|
-
"name": "open",
|
|
2043
|
+
"name": "type",
|
|
2056
2044
|
"type": {
|
|
2057
|
-
"text": "
|
|
2045
|
+
"text": "string"
|
|
2058
2046
|
},
|
|
2059
|
-
"
|
|
2060
|
-
|
|
2047
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2048
|
+
"fieldName": "type",
|
|
2049
|
+
"inheritedFrom": {
|
|
2050
|
+
"name": "Anchor",
|
|
2051
|
+
"module": "src/anchor/anchor.ts"
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
2055
|
+
"members": [
|
|
2061
2056
|
{
|
|
2062
2057
|
"kind": "field",
|
|
2063
|
-
"name": "
|
|
2058
|
+
"name": "download",
|
|
2064
2059
|
"type": {
|
|
2065
2060
|
"text": "string"
|
|
2061
|
+
},
|
|
2062
|
+
"privacy": "public",
|
|
2063
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2064
|
+
"inheritedFrom": {
|
|
2065
|
+
"name": "Anchor",
|
|
2066
|
+
"module": "src/anchor/anchor.ts"
|
|
2066
2067
|
}
|
|
2067
2068
|
},
|
|
2068
2069
|
{
|
|
2069
2070
|
"kind": "field",
|
|
2070
|
-
"name": "
|
|
2071
|
+
"name": "href",
|
|
2071
2072
|
"type": {
|
|
2072
|
-
"text": "
|
|
2073
|
+
"text": "string"
|
|
2073
2074
|
},
|
|
2074
|
-
"
|
|
2075
|
+
"privacy": "public",
|
|
2076
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2077
|
+
"inheritedFrom": {
|
|
2078
|
+
"name": "Anchor",
|
|
2079
|
+
"module": "src/anchor/anchor.ts"
|
|
2080
|
+
}
|
|
2075
2081
|
},
|
|
2076
2082
|
{
|
|
2077
2083
|
"kind": "field",
|
|
2078
|
-
"name": "
|
|
2084
|
+
"name": "hreflang",
|
|
2079
2085
|
"type": {
|
|
2080
|
-
"text": "
|
|
2086
|
+
"text": "string"
|
|
2081
2087
|
},
|
|
2082
|
-
"
|
|
2088
|
+
"privacy": "public",
|
|
2089
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2090
|
+
"inheritedFrom": {
|
|
2091
|
+
"name": "Anchor",
|
|
2092
|
+
"module": "src/anchor/anchor.ts"
|
|
2093
|
+
}
|
|
2083
2094
|
},
|
|
2084
2095
|
{
|
|
2085
2096
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2097
|
+
"name": "ping",
|
|
2087
2098
|
"type": {
|
|
2088
|
-
"text": "
|
|
2099
|
+
"text": "string"
|
|
2100
|
+
},
|
|
2101
|
+
"privacy": "public",
|
|
2102
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2103
|
+
"inheritedFrom": {
|
|
2104
|
+
"name": "Anchor",
|
|
2105
|
+
"module": "src/anchor/anchor.ts"
|
|
2089
2106
|
}
|
|
2090
2107
|
},
|
|
2091
2108
|
{
|
|
2092
2109
|
"kind": "field",
|
|
2093
|
-
"name": "
|
|
2110
|
+
"name": "referrerpolicy",
|
|
2094
2111
|
"type": {
|
|
2095
|
-
"text": "
|
|
2112
|
+
"text": "string"
|
|
2113
|
+
},
|
|
2114
|
+
"privacy": "public",
|
|
2115
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "Anchor",
|
|
2118
|
+
"module": "src/anchor/anchor.ts"
|
|
2096
2119
|
}
|
|
2097
2120
|
},
|
|
2098
2121
|
{
|
|
2099
|
-
"kind": "
|
|
2100
|
-
"name": "
|
|
2101
|
-
"
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
"name": "newValue",
|
|
2111
|
-
"type": {
|
|
2112
|
-
"text": "any"
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
]
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"kind": "method",
|
|
2119
|
-
"name": "openChanged",
|
|
2120
|
-
"privacy": "protected"
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
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
|
-
]
|
|
2122
|
+
"kind": "field",
|
|
2123
|
+
"name": "rel",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "string"
|
|
2126
|
+
},
|
|
2127
|
+
"privacy": "public",
|
|
2128
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2129
|
+
"inheritedFrom": {
|
|
2130
|
+
"name": "Anchor",
|
|
2131
|
+
"module": "src/anchor/anchor.ts"
|
|
2132
|
+
}
|
|
2137
2133
|
},
|
|
2138
2134
|
{
|
|
2139
2135
|
"kind": "field",
|
|
2140
|
-
"name": "
|
|
2136
|
+
"name": "target",
|
|
2141
2137
|
"type": {
|
|
2142
|
-
"text": "
|
|
2138
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2143
2139
|
},
|
|
2144
|
-
"
|
|
2140
|
+
"privacy": "public",
|
|
2141
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2142
|
+
"inheritedFrom": {
|
|
2143
|
+
"name": "Anchor",
|
|
2144
|
+
"module": "src/anchor/anchor.ts"
|
|
2145
|
+
}
|
|
2145
2146
|
},
|
|
2146
2147
|
{
|
|
2147
2148
|
"kind": "field",
|
|
2148
|
-
"name": "
|
|
2149
|
-
"
|
|
2149
|
+
"name": "type",
|
|
2150
|
+
"type": {
|
|
2151
|
+
"text": "string"
|
|
2152
|
+
},
|
|
2153
|
+
"privacy": "public",
|
|
2154
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2155
|
+
"inheritedFrom": {
|
|
2156
|
+
"name": "Anchor",
|
|
2157
|
+
"module": "src/anchor/anchor.ts"
|
|
2158
|
+
}
|
|
2150
2159
|
},
|
|
2151
2160
|
{
|
|
2152
|
-
"kind": "
|
|
2153
|
-
"name": "
|
|
2154
|
-
"
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2161
|
+
"kind": "field",
|
|
2162
|
+
"name": "control",
|
|
2163
|
+
"type": {
|
|
2164
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2165
|
+
},
|
|
2166
|
+
"privacy": "public",
|
|
2167
|
+
"description": "References the root element",
|
|
2168
|
+
"inheritedFrom": {
|
|
2169
|
+
"name": "Anchor",
|
|
2170
|
+
"module": "src/anchor/anchor.ts"
|
|
2171
|
+
}
|
|
2162
2172
|
},
|
|
2163
2173
|
{
|
|
2164
|
-
"kind": "
|
|
2165
|
-
"name": "
|
|
2166
|
-
"
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
}
|
|
2173
|
-
]
|
|
2174
|
+
"kind": "field",
|
|
2175
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2176
|
+
"privacy": "private",
|
|
2177
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2178
|
+
"inheritedFrom": {
|
|
2179
|
+
"name": "Anchor",
|
|
2180
|
+
"module": "src/anchor/anchor.ts"
|
|
2181
|
+
}
|
|
2174
2182
|
},
|
|
2175
2183
|
{
|
|
2176
2184
|
"kind": "field",
|
|
@@ -2283,108 +2291,69 @@
|
|
|
2283
2291
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2284
2292
|
}
|
|
2285
2293
|
}
|
|
2286
|
-
]
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
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"
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "variable",
|
|
2298
|
+
"name": "foundationAnchorShadowOptions",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "ShadowRootInit"
|
|
2355
2301
|
},
|
|
2356
|
-
"
|
|
2357
|
-
"customElement": true
|
|
2302
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2358
2303
|
},
|
|
2359
2304
|
{
|
|
2360
2305
|
"kind": "variable",
|
|
2361
|
-
"name": "
|
|
2362
|
-
"
|
|
2306
|
+
"name": "defaultAnchorConfig",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "object"
|
|
2309
|
+
},
|
|
2310
|
+
"default": "{}"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "variable",
|
|
2314
|
+
"name": "foundationAnchor",
|
|
2315
|
+
"description": "The Foundation Anchor",
|
|
2363
2316
|
"privacy": "public"
|
|
2364
2317
|
}
|
|
2365
2318
|
],
|
|
2366
2319
|
"exports": [
|
|
2367
2320
|
{
|
|
2368
2321
|
"kind": "js",
|
|
2369
|
-
"name": "
|
|
2322
|
+
"name": "Anchor",
|
|
2370
2323
|
"declaration": {
|
|
2371
|
-
"name": "
|
|
2372
|
-
"module": "src/
|
|
2324
|
+
"name": "Anchor",
|
|
2325
|
+
"module": "src/anchor/anchor.ts"
|
|
2373
2326
|
}
|
|
2374
2327
|
},
|
|
2375
2328
|
{
|
|
2376
2329
|
"kind": "js",
|
|
2377
|
-
"name": "
|
|
2330
|
+
"name": "foundationAnchorShadowOptions",
|
|
2378
2331
|
"declaration": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"module": "src/
|
|
2332
|
+
"name": "foundationAnchorShadowOptions",
|
|
2333
|
+
"module": "src/anchor/anchor.ts"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "js",
|
|
2338
|
+
"name": "defaultAnchorConfig",
|
|
2339
|
+
"declaration": {
|
|
2340
|
+
"name": "defaultAnchorConfig",
|
|
2341
|
+
"module": "src/anchor/anchor.ts"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "js",
|
|
2346
|
+
"name": "foundationAnchor",
|
|
2347
|
+
"declaration": {
|
|
2348
|
+
"name": "foundationAnchor",
|
|
2349
|
+
"module": "src/anchor/anchor.ts"
|
|
2381
2350
|
}
|
|
2382
2351
|
}
|
|
2383
2352
|
]
|
|
2384
2353
|
},
|
|
2385
2354
|
{
|
|
2386
2355
|
"kind": "javascript-module",
|
|
2387
|
-
"path": "src/
|
|
2356
|
+
"path": "src/anchor/index.ts",
|
|
2388
2357
|
"declarations": [],
|
|
2389
2358
|
"exports": [
|
|
2390
2359
|
{
|
|
@@ -2392,7 +2361,7 @@
|
|
|
2392
2361
|
"name": "*",
|
|
2393
2362
|
"declaration": {
|
|
2394
2363
|
"name": "*",
|
|
2395
|
-
"package": "./
|
|
2364
|
+
"package": "./anchor.template"
|
|
2396
2365
|
}
|
|
2397
2366
|
},
|
|
2398
2367
|
{
|
|
@@ -2400,7 +2369,7 @@
|
|
|
2400
2369
|
"name": "*",
|
|
2401
2370
|
"declaration": {
|
|
2402
2371
|
"name": "*",
|
|
2403
|
-
"package": "./
|
|
2372
|
+
"package": "./anchor.styles"
|
|
2404
2373
|
}
|
|
2405
2374
|
},
|
|
2406
2375
|
{
|
|
@@ -2408,21 +2377,21 @@
|
|
|
2408
2377
|
"name": "*",
|
|
2409
2378
|
"declaration": {
|
|
2410
2379
|
"name": "*",
|
|
2411
|
-
"package": "./
|
|
2380
|
+
"package": "./anchor"
|
|
2412
2381
|
}
|
|
2413
2382
|
}
|
|
2414
2383
|
]
|
|
2415
2384
|
},
|
|
2416
2385
|
{
|
|
2417
2386
|
"kind": "javascript-module",
|
|
2418
|
-
"path": "src/
|
|
2387
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2419
2388
|
"declarations": [
|
|
2420
2389
|
{
|
|
2421
2390
|
"kind": "function",
|
|
2422
|
-
"name": "
|
|
2391
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2423
2392
|
"return": {
|
|
2424
2393
|
"type": {
|
|
2425
|
-
"text": "
|
|
2394
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2426
2395
|
}
|
|
2427
2396
|
},
|
|
2428
2397
|
"parameters": [
|
|
@@ -2444,24 +2413,24 @@
|
|
|
2444
2413
|
"exports": [
|
|
2445
2414
|
{
|
|
2446
2415
|
"kind": "js",
|
|
2447
|
-
"name": "
|
|
2416
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2448
2417
|
"declaration": {
|
|
2449
|
-
"name": "
|
|
2450
|
-
"module": "src/
|
|
2418
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2419
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2451
2420
|
}
|
|
2452
2421
|
}
|
|
2453
2422
|
]
|
|
2454
2423
|
},
|
|
2455
2424
|
{
|
|
2456
2425
|
"kind": "javascript-module",
|
|
2457
|
-
"path": "src/
|
|
2426
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2458
2427
|
"declarations": [
|
|
2459
2428
|
{
|
|
2460
2429
|
"kind": "function",
|
|
2461
|
-
"name": "
|
|
2430
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2462
2431
|
"return": {
|
|
2463
2432
|
"type": {
|
|
2464
|
-
"text": "
|
|
2433
|
+
"text": "ElementStyles"
|
|
2465
2434
|
}
|
|
2466
2435
|
},
|
|
2467
2436
|
"parameters": [
|
|
@@ -2483,766 +2452,580 @@
|
|
|
2483
2452
|
"exports": [
|
|
2484
2453
|
{
|
|
2485
2454
|
"kind": "js",
|
|
2486
|
-
"name": "
|
|
2455
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2487
2456
|
"declaration": {
|
|
2488
|
-
"name": "
|
|
2489
|
-
"module": "src/
|
|
2457
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2458
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2490
2459
|
}
|
|
2491
2460
|
}
|
|
2492
2461
|
]
|
|
2493
2462
|
},
|
|
2494
2463
|
{
|
|
2495
2464
|
"kind": "javascript-module",
|
|
2496
|
-
"path": "src/
|
|
2465
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2497
2466
|
"declarations": [
|
|
2498
2467
|
{
|
|
2499
2468
|
"kind": "class",
|
|
2500
2469
|
"description": "",
|
|
2501
|
-
"name": "
|
|
2470
|
+
"name": "AnchoredRegion",
|
|
2502
2471
|
"superclass": {
|
|
2503
|
-
"name": "
|
|
2472
|
+
"name": "FASTAnchoredRegion",
|
|
2504
2473
|
"package": "@microsoft/fast-components"
|
|
2505
2474
|
},
|
|
2506
|
-
"tagName": "%%prefix%%-
|
|
2475
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2507
2476
|
"customElement": true,
|
|
2508
2477
|
"attributes": [
|
|
2509
2478
|
{
|
|
2510
|
-
"name": "
|
|
2479
|
+
"name": "anchor",
|
|
2511
2480
|
"type": {
|
|
2512
2481
|
"text": "string"
|
|
2513
2482
|
},
|
|
2514
|
-
"
|
|
2515
|
-
"
|
|
2483
|
+
"default": "\"\"",
|
|
2484
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2485
|
+
"fieldName": "anchor",
|
|
2516
2486
|
"inheritedFrom": {
|
|
2517
|
-
"name": "
|
|
2518
|
-
"module": "src/
|
|
2487
|
+
"name": "AnchoredRegion",
|
|
2488
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2519
2489
|
}
|
|
2520
2490
|
},
|
|
2521
2491
|
{
|
|
2522
|
-
"name": "
|
|
2492
|
+
"name": "viewport",
|
|
2523
2493
|
"type": {
|
|
2524
2494
|
"text": "string"
|
|
2525
2495
|
},
|
|
2526
|
-
"
|
|
2527
|
-
"
|
|
2496
|
+
"default": "\"\"",
|
|
2497
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2498
|
+
"fieldName": "viewport",
|
|
2528
2499
|
"inheritedFrom": {
|
|
2529
|
-
"name": "
|
|
2530
|
-
"module": "src/
|
|
2500
|
+
"name": "AnchoredRegion",
|
|
2501
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2531
2502
|
}
|
|
2532
2503
|
},
|
|
2533
2504
|
{
|
|
2534
|
-
"name": "
|
|
2505
|
+
"name": "horizontal-positioning-mode",
|
|
2535
2506
|
"type": {
|
|
2536
|
-
"text": "
|
|
2507
|
+
"text": "AxisPositioningMode"
|
|
2537
2508
|
},
|
|
2538
|
-
"
|
|
2539
|
-
"
|
|
2509
|
+
"default": "\"uncontrolled\"",
|
|
2510
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2511
|
+
"fieldName": "horizontalPositioningMode",
|
|
2540
2512
|
"inheritedFrom": {
|
|
2541
|
-
"name": "
|
|
2542
|
-
"module": "src/
|
|
2513
|
+
"name": "AnchoredRegion",
|
|
2514
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2543
2515
|
}
|
|
2544
2516
|
},
|
|
2545
2517
|
{
|
|
2546
|
-
"name": "
|
|
2518
|
+
"name": "horizontal-default-position",
|
|
2547
2519
|
"type": {
|
|
2548
|
-
"text": "
|
|
2520
|
+
"text": "HorizontalPosition"
|
|
2549
2521
|
},
|
|
2550
|
-
"
|
|
2551
|
-
"
|
|
2522
|
+
"default": "\"unset\"",
|
|
2523
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2524
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2552
2525
|
"inheritedFrom": {
|
|
2553
|
-
"name": "
|
|
2554
|
-
"module": "src/
|
|
2526
|
+
"name": "AnchoredRegion",
|
|
2527
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2555
2528
|
}
|
|
2556
2529
|
},
|
|
2557
2530
|
{
|
|
2558
|
-
"name": "
|
|
2531
|
+
"name": "horizontal-viewport-lock",
|
|
2559
2532
|
"type": {
|
|
2560
|
-
"text": "
|
|
2533
|
+
"text": "boolean"
|
|
2561
2534
|
},
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2535
|
+
"default": "false",
|
|
2536
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2537
|
+
"fieldName": "horizontalViewportLock",
|
|
2564
2538
|
"inheritedFrom": {
|
|
2565
|
-
"name": "
|
|
2566
|
-
"module": "src/
|
|
2539
|
+
"name": "AnchoredRegion",
|
|
2540
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2567
2541
|
}
|
|
2568
2542
|
},
|
|
2569
2543
|
{
|
|
2570
|
-
"name": "
|
|
2544
|
+
"name": "horizontal-inset",
|
|
2571
2545
|
"type": {
|
|
2572
|
-
"text": "
|
|
2546
|
+
"text": "boolean"
|
|
2573
2547
|
},
|
|
2574
|
-
"
|
|
2575
|
-
"
|
|
2548
|
+
"default": "false",
|
|
2549
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2550
|
+
"fieldName": "horizontalInset",
|
|
2576
2551
|
"inheritedFrom": {
|
|
2577
|
-
"name": "
|
|
2578
|
-
"module": "src/
|
|
2552
|
+
"name": "AnchoredRegion",
|
|
2553
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2579
2554
|
}
|
|
2580
2555
|
},
|
|
2581
2556
|
{
|
|
2582
|
-
"name": "
|
|
2557
|
+
"name": "horizontal-threshold",
|
|
2583
2558
|
"type": {
|
|
2584
|
-
"text": "
|
|
2559
|
+
"text": "number"
|
|
2585
2560
|
},
|
|
2586
|
-
"description": "
|
|
2587
|
-
"fieldName": "
|
|
2561
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2562
|
+
"fieldName": "horizontalThreshold",
|
|
2588
2563
|
"inheritedFrom": {
|
|
2589
|
-
"name": "
|
|
2590
|
-
"module": "src/
|
|
2564
|
+
"name": "AnchoredRegion",
|
|
2565
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2591
2566
|
}
|
|
2592
2567
|
},
|
|
2593
2568
|
{
|
|
2594
|
-
"name": "
|
|
2569
|
+
"name": "horizontal-scaling",
|
|
2595
2570
|
"type": {
|
|
2596
|
-
"text": "
|
|
2571
|
+
"text": "AxisScalingMode"
|
|
2597
2572
|
},
|
|
2598
|
-
"
|
|
2599
|
-
"
|
|
2573
|
+
"default": "\"content\"",
|
|
2574
|
+
"description": "Defines how the width of the region is calculated",
|
|
2575
|
+
"fieldName": "horizontalScaling",
|
|
2600
2576
|
"inheritedFrom": {
|
|
2601
|
-
"name": "
|
|
2602
|
-
"module": "src/
|
|
2577
|
+
"name": "AnchoredRegion",
|
|
2578
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2603
2579
|
}
|
|
2604
|
-
}
|
|
2605
|
-
],
|
|
2606
|
-
"members": [
|
|
2580
|
+
},
|
|
2607
2581
|
{
|
|
2608
|
-
"
|
|
2609
|
-
"name": "download",
|
|
2582
|
+
"name": "vertical-positioning-mode",
|
|
2610
2583
|
"type": {
|
|
2611
|
-
"text": "
|
|
2584
|
+
"text": "AxisPositioningMode"
|
|
2612
2585
|
},
|
|
2613
|
-
"
|
|
2614
|
-
"description": "
|
|
2586
|
+
"default": "\"uncontrolled\"",
|
|
2587
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2588
|
+
"fieldName": "verticalPositioningMode",
|
|
2615
2589
|
"inheritedFrom": {
|
|
2616
|
-
"name": "
|
|
2617
|
-
"module": "src/
|
|
2590
|
+
"name": "AnchoredRegion",
|
|
2591
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2618
2592
|
}
|
|
2619
2593
|
},
|
|
2620
2594
|
{
|
|
2621
|
-
"
|
|
2622
|
-
"name": "href",
|
|
2595
|
+
"name": "vertical-default-position",
|
|
2623
2596
|
"type": {
|
|
2624
|
-
"text": "
|
|
2597
|
+
"text": "VerticalPosition"
|
|
2625
2598
|
},
|
|
2626
|
-
"
|
|
2627
|
-
"description": "The
|
|
2599
|
+
"default": "\"unset\"",
|
|
2600
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2601
|
+
"fieldName": "verticalDefaultPosition",
|
|
2628
2602
|
"inheritedFrom": {
|
|
2629
|
-
"name": "
|
|
2630
|
-
"module": "src/
|
|
2603
|
+
"name": "AnchoredRegion",
|
|
2604
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2631
2605
|
}
|
|
2632
2606
|
},
|
|
2633
2607
|
{
|
|
2634
|
-
"
|
|
2635
|
-
"name": "hreflang",
|
|
2608
|
+
"name": "vertical-viewport-lock",
|
|
2636
2609
|
"type": {
|
|
2637
|
-
"text": "
|
|
2610
|
+
"text": "boolean"
|
|
2638
2611
|
},
|
|
2639
|
-
"
|
|
2640
|
-
"description": "
|
|
2612
|
+
"default": "false",
|
|
2613
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2614
|
+
"fieldName": "verticalViewportLock",
|
|
2641
2615
|
"inheritedFrom": {
|
|
2642
|
-
"name": "
|
|
2643
|
-
"module": "src/
|
|
2616
|
+
"name": "AnchoredRegion",
|
|
2617
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2644
2618
|
}
|
|
2645
2619
|
},
|
|
2646
2620
|
{
|
|
2647
|
-
"
|
|
2648
|
-
"name": "ping",
|
|
2621
|
+
"name": "vertical-inset",
|
|
2649
2622
|
"type": {
|
|
2650
|
-
"text": "
|
|
2623
|
+
"text": "boolean"
|
|
2651
2624
|
},
|
|
2652
|
-
"
|
|
2653
|
-
"description": "
|
|
2625
|
+
"default": "false",
|
|
2626
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2627
|
+
"fieldName": "verticalInset",
|
|
2654
2628
|
"inheritedFrom": {
|
|
2655
|
-
"name": "
|
|
2656
|
-
"module": "src/
|
|
2629
|
+
"name": "AnchoredRegion",
|
|
2630
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2657
2631
|
}
|
|
2658
2632
|
},
|
|
2659
2633
|
{
|
|
2660
|
-
"
|
|
2661
|
-
"name": "referrerpolicy",
|
|
2634
|
+
"name": "vertical-threshold",
|
|
2662
2635
|
"type": {
|
|
2663
|
-
"text": "
|
|
2636
|
+
"text": "number"
|
|
2664
2637
|
},
|
|
2665
|
-
"
|
|
2666
|
-
"
|
|
2638
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2639
|
+
"fieldName": "verticalThreshold",
|
|
2667
2640
|
"inheritedFrom": {
|
|
2668
|
-
"name": "
|
|
2669
|
-
"module": "src/
|
|
2641
|
+
"name": "AnchoredRegion",
|
|
2642
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2670
2643
|
}
|
|
2671
2644
|
},
|
|
2672
2645
|
{
|
|
2673
|
-
"
|
|
2674
|
-
"name": "rel",
|
|
2646
|
+
"name": "vertical-scaling",
|
|
2675
2647
|
"type": {
|
|
2676
|
-
"text": "
|
|
2648
|
+
"text": "AxisScalingMode"
|
|
2677
2649
|
},
|
|
2678
|
-
"
|
|
2679
|
-
"description": "
|
|
2650
|
+
"default": "\"content\"",
|
|
2651
|
+
"description": "Defines how the height of the region is calculated",
|
|
2652
|
+
"fieldName": "verticalScaling",
|
|
2680
2653
|
"inheritedFrom": {
|
|
2681
|
-
"name": "
|
|
2682
|
-
"module": "src/
|
|
2654
|
+
"name": "AnchoredRegion",
|
|
2655
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2683
2656
|
}
|
|
2684
2657
|
},
|
|
2685
2658
|
{
|
|
2686
|
-
"
|
|
2687
|
-
"name": "target",
|
|
2659
|
+
"name": "fixed-placement",
|
|
2688
2660
|
"type": {
|
|
2689
|
-
"text": "
|
|
2661
|
+
"text": "boolean"
|
|
2690
2662
|
},
|
|
2691
|
-
"
|
|
2692
|
-
"description": "
|
|
2663
|
+
"default": "false",
|
|
2664
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2665
|
+
"fieldName": "fixedPlacement",
|
|
2693
2666
|
"inheritedFrom": {
|
|
2694
|
-
"name": "
|
|
2695
|
-
"module": "src/
|
|
2667
|
+
"name": "AnchoredRegion",
|
|
2668
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2696
2669
|
}
|
|
2697
2670
|
},
|
|
2698
2671
|
{
|
|
2699
|
-
"
|
|
2700
|
-
"name": "type",
|
|
2672
|
+
"name": "auto-update-mode",
|
|
2701
2673
|
"type": {
|
|
2702
|
-
"text": "
|
|
2674
|
+
"text": "AutoUpdateMode"
|
|
2703
2675
|
},
|
|
2704
|
-
"
|
|
2705
|
-
"description": "
|
|
2676
|
+
"default": "\"anchor\"",
|
|
2677
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2678
|
+
"fieldName": "autoUpdateMode",
|
|
2706
2679
|
"inheritedFrom": {
|
|
2707
|
-
"name": "
|
|
2708
|
-
"module": "src/
|
|
2680
|
+
"name": "AnchoredRegion",
|
|
2681
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2709
2682
|
}
|
|
2710
|
-
}
|
|
2683
|
+
}
|
|
2684
|
+
],
|
|
2685
|
+
"members": [
|
|
2711
2686
|
{
|
|
2712
2687
|
"kind": "field",
|
|
2713
|
-
"name": "
|
|
2688
|
+
"name": "anchor",
|
|
2714
2689
|
"type": {
|
|
2715
|
-
"text": "
|
|
2690
|
+
"text": "string"
|
|
2716
2691
|
},
|
|
2717
2692
|
"privacy": "public",
|
|
2718
|
-
"
|
|
2693
|
+
"default": "\"\"",
|
|
2694
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2719
2695
|
"inheritedFrom": {
|
|
2720
|
-
"name": "
|
|
2721
|
-
"module": "src/
|
|
2696
|
+
"name": "AnchoredRegion",
|
|
2697
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2722
2698
|
}
|
|
2723
2699
|
},
|
|
2724
2700
|
{
|
|
2725
|
-
"kind": "
|
|
2726
|
-
"name": "
|
|
2701
|
+
"kind": "method",
|
|
2702
|
+
"name": "anchorChanged",
|
|
2727
2703
|
"privacy": "private",
|
|
2728
|
-
"
|
|
2704
|
+
"return": {
|
|
2705
|
+
"type": {
|
|
2706
|
+
"text": "void"
|
|
2707
|
+
}
|
|
2708
|
+
},
|
|
2729
2709
|
"inheritedFrom": {
|
|
2730
|
-
"name": "
|
|
2731
|
-
"module": "src/
|
|
2710
|
+
"name": "AnchoredRegion",
|
|
2711
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2732
2712
|
}
|
|
2733
2713
|
},
|
|
2734
2714
|
{
|
|
2735
2715
|
"kind": "field",
|
|
2736
|
-
"name": "
|
|
2716
|
+
"name": "viewport",
|
|
2737
2717
|
"type": {
|
|
2738
|
-
"text": "
|
|
2718
|
+
"text": "string"
|
|
2739
2719
|
},
|
|
2720
|
+
"privacy": "public",
|
|
2721
|
+
"default": "\"\"",
|
|
2722
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2723
|
+
"inheritedFrom": {
|
|
2724
|
+
"name": "AnchoredRegion",
|
|
2725
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"kind": "method",
|
|
2730
|
+
"name": "viewportChanged",
|
|
2740
2731
|
"privacy": "private",
|
|
2741
|
-
"
|
|
2732
|
+
"return": {
|
|
2733
|
+
"type": {
|
|
2734
|
+
"text": "void"
|
|
2735
|
+
}
|
|
2736
|
+
},
|
|
2742
2737
|
"inheritedFrom": {
|
|
2743
|
-
"name": "
|
|
2744
|
-
"module": "src/
|
|
2738
|
+
"name": "AnchoredRegion",
|
|
2739
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2745
2740
|
}
|
|
2746
2741
|
},
|
|
2747
2742
|
{
|
|
2748
2743
|
"kind": "field",
|
|
2749
|
-
"name": "
|
|
2744
|
+
"name": "horizontalPositioningMode",
|
|
2750
2745
|
"type": {
|
|
2751
|
-
"text": "
|
|
2746
|
+
"text": "AxisPositioningMode"
|
|
2752
2747
|
},
|
|
2753
2748
|
"privacy": "public",
|
|
2754
|
-
"
|
|
2749
|
+
"default": "\"uncontrolled\"",
|
|
2750
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2755
2751
|
"inheritedFrom": {
|
|
2756
|
-
"name": "
|
|
2757
|
-
"module": "src/
|
|
2752
|
+
"name": "AnchoredRegion",
|
|
2753
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "method",
|
|
2758
|
+
"name": "horizontalPositioningModeChanged",
|
|
2759
|
+
"privacy": "private",
|
|
2760
|
+
"return": {
|
|
2761
|
+
"type": {
|
|
2762
|
+
"text": "void"
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2765
|
+
"inheritedFrom": {
|
|
2766
|
+
"name": "AnchoredRegion",
|
|
2767
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2758
2768
|
}
|
|
2759
2769
|
},
|
|
2760
2770
|
{
|
|
2761
2771
|
"kind": "field",
|
|
2762
|
-
"name": "
|
|
2772
|
+
"name": "horizontalDefaultPosition",
|
|
2763
2773
|
"type": {
|
|
2764
|
-
"text": "
|
|
2774
|
+
"text": "HorizontalPosition"
|
|
2765
2775
|
},
|
|
2766
2776
|
"privacy": "public",
|
|
2767
|
-
"
|
|
2777
|
+
"default": "\"unset\"",
|
|
2778
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2768
2779
|
"inheritedFrom": {
|
|
2769
|
-
"name": "
|
|
2770
|
-
"module": "src/
|
|
2780
|
+
"name": "AnchoredRegion",
|
|
2781
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2771
2782
|
}
|
|
2772
2783
|
},
|
|
2773
2784
|
{
|
|
2774
2785
|
"kind": "method",
|
|
2775
|
-
"name": "
|
|
2776
|
-
"privacy": "
|
|
2786
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2787
|
+
"privacy": "private",
|
|
2777
2788
|
"return": {
|
|
2778
2789
|
"type": {
|
|
2779
2790
|
"text": "void"
|
|
2780
2791
|
}
|
|
2781
2792
|
},
|
|
2782
2793
|
"inheritedFrom": {
|
|
2783
|
-
"name": "
|
|
2784
|
-
"module": "src/
|
|
2794
|
+
"name": "AnchoredRegion",
|
|
2795
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2785
2796
|
}
|
|
2786
2797
|
},
|
|
2787
2798
|
{
|
|
2788
2799
|
"kind": "field",
|
|
2789
|
-
"name": "
|
|
2800
|
+
"name": "horizontalViewportLock",
|
|
2790
2801
|
"type": {
|
|
2791
|
-
"text": "
|
|
2802
|
+
"text": "boolean"
|
|
2792
2803
|
},
|
|
2793
2804
|
"privacy": "public",
|
|
2794
|
-
"
|
|
2805
|
+
"default": "false",
|
|
2806
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2795
2807
|
"inheritedFrom": {
|
|
2796
|
-
"name": "
|
|
2797
|
-
"module": "src/
|
|
2808
|
+
"name": "AnchoredRegion",
|
|
2809
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2798
2810
|
}
|
|
2799
2811
|
},
|
|
2800
2812
|
{
|
|
2801
2813
|
"kind": "method",
|
|
2802
|
-
"name": "
|
|
2803
|
-
"privacy": "
|
|
2814
|
+
"name": "horizontalViewportLockChanged",
|
|
2815
|
+
"privacy": "private",
|
|
2804
2816
|
"return": {
|
|
2805
2817
|
"type": {
|
|
2806
2818
|
"text": "void"
|
|
2807
2819
|
}
|
|
2808
2820
|
},
|
|
2809
2821
|
"inheritedFrom": {
|
|
2810
|
-
"name": "
|
|
2811
|
-
"module": "src/
|
|
2822
|
+
"name": "AnchoredRegion",
|
|
2823
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2812
2824
|
}
|
|
2813
2825
|
},
|
|
2814
2826
|
{
|
|
2815
|
-
"kind": "
|
|
2816
|
-
"name": "
|
|
2827
|
+
"kind": "field",
|
|
2828
|
+
"name": "horizontalInset",
|
|
2829
|
+
"type": {
|
|
2830
|
+
"text": "boolean"
|
|
2831
|
+
},
|
|
2817
2832
|
"privacy": "public",
|
|
2818
|
-
"
|
|
2833
|
+
"default": "false",
|
|
2834
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2835
|
+
"inheritedFrom": {
|
|
2836
|
+
"name": "AnchoredRegion",
|
|
2837
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"kind": "method",
|
|
2842
|
+
"name": "horizontalInsetChanged",
|
|
2843
|
+
"privacy": "private",
|
|
2819
2844
|
"return": {
|
|
2820
2845
|
"type": {
|
|
2821
|
-
"text": "
|
|
2846
|
+
"text": "void"
|
|
2822
2847
|
}
|
|
2823
2848
|
},
|
|
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.",
|
|
2840
|
-
"inheritedFrom": {
|
|
2841
|
-
"name": "FoundationElement",
|
|
2842
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2843
|
-
}
|
|
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": [
|
|
2949
|
-
{
|
|
2950
|
-
"name": "context",
|
|
2951
|
-
"type": {
|
|
2952
|
-
"text": "ElementDefinitionContext"
|
|
2953
|
-
}
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
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
|
-
}
|
|
2993
|
-
},
|
|
2994
|
-
{
|
|
2995
|
-
"name": "definition",
|
|
2996
|
-
"type": {
|
|
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"
|
|
3033
|
-
},
|
|
3034
|
-
"default": "\"\"",
|
|
3035
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3036
|
-
"fieldName": "anchor",
|
|
3037
|
-
"inheritedFrom": {
|
|
3038
|
-
"name": "AnchoredRegion",
|
|
3039
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3040
|
-
}
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"name": "viewport",
|
|
3044
|
-
"type": {
|
|
3045
|
-
"text": "string"
|
|
3046
|
-
},
|
|
3047
|
-
"default": "\"\"",
|
|
3048
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3049
|
-
"fieldName": "viewport",
|
|
3050
|
-
"inheritedFrom": {
|
|
3051
|
-
"name": "AnchoredRegion",
|
|
3052
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3053
|
-
}
|
|
3054
|
-
},
|
|
3055
|
-
{
|
|
3056
|
-
"name": "horizontal-positioning-mode",
|
|
3057
|
-
"type": {
|
|
3058
|
-
"text": "AxisPositioningMode"
|
|
3059
|
-
},
|
|
3060
|
-
"default": "\"uncontrolled\"",
|
|
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",
|
|
3063
2849
|
"inheritedFrom": {
|
|
3064
2850
|
"name": "AnchoredRegion",
|
|
3065
2851
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3066
2852
|
}
|
|
3067
2853
|
},
|
|
3068
2854
|
{
|
|
3069
|
-
"
|
|
2855
|
+
"kind": "field",
|
|
2856
|
+
"name": "horizontalThreshold",
|
|
3070
2857
|
"type": {
|
|
3071
|
-
"text": "
|
|
2858
|
+
"text": "number"
|
|
3072
2859
|
},
|
|
3073
|
-
"
|
|
3074
|
-
"description": "
|
|
3075
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2860
|
+
"privacy": "public",
|
|
2861
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3076
2862
|
"inheritedFrom": {
|
|
3077
2863
|
"name": "AnchoredRegion",
|
|
3078
2864
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3079
2865
|
}
|
|
3080
2866
|
},
|
|
3081
2867
|
{
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3084
|
-
|
|
2868
|
+
"kind": "method",
|
|
2869
|
+
"name": "horizontalThresholdChanged",
|
|
2870
|
+
"privacy": "private",
|
|
2871
|
+
"return": {
|
|
2872
|
+
"type": {
|
|
2873
|
+
"text": "void"
|
|
2874
|
+
}
|
|
3085
2875
|
},
|
|
3086
|
-
"default": "false",
|
|
3087
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3088
|
-
"fieldName": "horizontalViewportLock",
|
|
3089
2876
|
"inheritedFrom": {
|
|
3090
2877
|
"name": "AnchoredRegion",
|
|
3091
2878
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3092
2879
|
}
|
|
3093
2880
|
},
|
|
3094
2881
|
{
|
|
3095
|
-
"
|
|
2882
|
+
"kind": "field",
|
|
2883
|
+
"name": "horizontalScaling",
|
|
3096
2884
|
"type": {
|
|
3097
|
-
"text": "
|
|
2885
|
+
"text": "AxisScalingMode"
|
|
3098
2886
|
},
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
2887
|
+
"privacy": "public",
|
|
2888
|
+
"default": "\"content\"",
|
|
2889
|
+
"description": "Defines how the width of the region is calculated",
|
|
3102
2890
|
"inheritedFrom": {
|
|
3103
2891
|
"name": "AnchoredRegion",
|
|
3104
2892
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3105
2893
|
}
|
|
3106
2894
|
},
|
|
3107
2895
|
{
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
|
|
2896
|
+
"kind": "method",
|
|
2897
|
+
"name": "horizontalScalingChanged",
|
|
2898
|
+
"privacy": "private",
|
|
2899
|
+
"return": {
|
|
2900
|
+
"type": {
|
|
2901
|
+
"text": "void"
|
|
2902
|
+
}
|
|
3111
2903
|
},
|
|
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",
|
|
3114
2904
|
"inheritedFrom": {
|
|
3115
2905
|
"name": "AnchoredRegion",
|
|
3116
2906
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3117
2907
|
}
|
|
3118
2908
|
},
|
|
3119
2909
|
{
|
|
3120
|
-
"
|
|
2910
|
+
"kind": "field",
|
|
2911
|
+
"name": "verticalPositioningMode",
|
|
3121
2912
|
"type": {
|
|
3122
|
-
"text": "
|
|
2913
|
+
"text": "AxisPositioningMode"
|
|
3123
2914
|
},
|
|
3124
|
-
"
|
|
3125
|
-
"
|
|
3126
|
-
"
|
|
2915
|
+
"privacy": "public",
|
|
2916
|
+
"default": "\"uncontrolled\"",
|
|
2917
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
3127
2918
|
"inheritedFrom": {
|
|
3128
2919
|
"name": "AnchoredRegion",
|
|
3129
2920
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3130
2921
|
}
|
|
3131
2922
|
},
|
|
3132
2923
|
{
|
|
3133
|
-
"
|
|
3134
|
-
"
|
|
3135
|
-
|
|
2924
|
+
"kind": "method",
|
|
2925
|
+
"name": "verticalPositioningModeChanged",
|
|
2926
|
+
"privacy": "private",
|
|
2927
|
+
"return": {
|
|
2928
|
+
"type": {
|
|
2929
|
+
"text": "void"
|
|
2930
|
+
}
|
|
3136
2931
|
},
|
|
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",
|
|
3140
2932
|
"inheritedFrom": {
|
|
3141
2933
|
"name": "AnchoredRegion",
|
|
3142
2934
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3143
2935
|
}
|
|
3144
2936
|
},
|
|
3145
2937
|
{
|
|
3146
|
-
"
|
|
2938
|
+
"kind": "field",
|
|
2939
|
+
"name": "verticalDefaultPosition",
|
|
3147
2940
|
"type": {
|
|
3148
2941
|
"text": "VerticalPosition"
|
|
3149
2942
|
},
|
|
2943
|
+
"privacy": "public",
|
|
3150
2944
|
"default": "\"unset\"",
|
|
3151
2945
|
"description": "The default vertical position of the region relative to the anchor element",
|
|
3152
|
-
"fieldName": "verticalDefaultPosition",
|
|
3153
2946
|
"inheritedFrom": {
|
|
3154
2947
|
"name": "AnchoredRegion",
|
|
3155
2948
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3156
2949
|
}
|
|
3157
2950
|
},
|
|
3158
2951
|
{
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3161
|
-
|
|
2952
|
+
"kind": "method",
|
|
2953
|
+
"name": "verticalDefaultPositionChanged",
|
|
2954
|
+
"privacy": "private",
|
|
2955
|
+
"return": {
|
|
2956
|
+
"type": {
|
|
2957
|
+
"text": "void"
|
|
2958
|
+
}
|
|
3162
2959
|
},
|
|
3163
|
-
"default": "false",
|
|
3164
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3165
|
-
"fieldName": "verticalViewportLock",
|
|
3166
2960
|
"inheritedFrom": {
|
|
3167
2961
|
"name": "AnchoredRegion",
|
|
3168
2962
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3169
2963
|
}
|
|
3170
2964
|
},
|
|
3171
2965
|
{
|
|
3172
|
-
"
|
|
2966
|
+
"kind": "field",
|
|
2967
|
+
"name": "verticalViewportLock",
|
|
3173
2968
|
"type": {
|
|
3174
2969
|
"text": "boolean"
|
|
3175
2970
|
},
|
|
2971
|
+
"privacy": "public",
|
|
3176
2972
|
"default": "false",
|
|
3177
|
-
"description": "Whether the region
|
|
3178
|
-
"fieldName": "verticalInset",
|
|
3179
|
-
"inheritedFrom": {
|
|
3180
|
-
"name": "AnchoredRegion",
|
|
3181
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"name": "vertical-threshold",
|
|
3186
|
-
"type": {
|
|
3187
|
-
"text": "number"
|
|
3188
|
-
},
|
|
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",
|
|
2973
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3191
2974
|
"inheritedFrom": {
|
|
3192
2975
|
"name": "AnchoredRegion",
|
|
3193
2976
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3194
2977
|
}
|
|
3195
2978
|
},
|
|
3196
2979
|
{
|
|
3197
|
-
"
|
|
3198
|
-
"
|
|
3199
|
-
|
|
2980
|
+
"kind": "method",
|
|
2981
|
+
"name": "verticalViewportLockChanged",
|
|
2982
|
+
"privacy": "private",
|
|
2983
|
+
"return": {
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "void"
|
|
2986
|
+
}
|
|
3200
2987
|
},
|
|
3201
|
-
"default": "\"content\"",
|
|
3202
|
-
"description": "Defines how the height of the region is calculated",
|
|
3203
|
-
"fieldName": "verticalScaling",
|
|
3204
2988
|
"inheritedFrom": {
|
|
3205
2989
|
"name": "AnchoredRegion",
|
|
3206
2990
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3207
2991
|
}
|
|
3208
2992
|
},
|
|
3209
2993
|
{
|
|
3210
|
-
"
|
|
2994
|
+
"kind": "field",
|
|
2995
|
+
"name": "verticalInset",
|
|
3211
2996
|
"type": {
|
|
3212
2997
|
"text": "boolean"
|
|
3213
2998
|
},
|
|
2999
|
+
"privacy": "public",
|
|
3214
3000
|
"default": "false",
|
|
3215
|
-
"description": "Whether the region
|
|
3216
|
-
"fieldName": "fixedPlacement",
|
|
3001
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3217
3002
|
"inheritedFrom": {
|
|
3218
3003
|
"name": "AnchoredRegion",
|
|
3219
3004
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3220
3005
|
}
|
|
3221
3006
|
},
|
|
3222
3007
|
{
|
|
3223
|
-
"
|
|
3224
|
-
"
|
|
3225
|
-
|
|
3008
|
+
"kind": "method",
|
|
3009
|
+
"name": "verticalInsetChanged",
|
|
3010
|
+
"privacy": "private",
|
|
3011
|
+
"return": {
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "void"
|
|
3014
|
+
}
|
|
3226
3015
|
},
|
|
3227
|
-
"default": "\"anchor\"",
|
|
3228
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3229
|
-
"fieldName": "autoUpdateMode",
|
|
3230
3016
|
"inheritedFrom": {
|
|
3231
3017
|
"name": "AnchoredRegion",
|
|
3232
3018
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3233
3019
|
}
|
|
3234
|
-
}
|
|
3235
|
-
],
|
|
3236
|
-
"members": [
|
|
3020
|
+
},
|
|
3237
3021
|
{
|
|
3238
3022
|
"kind": "field",
|
|
3239
|
-
"name": "
|
|
3023
|
+
"name": "verticalThreshold",
|
|
3240
3024
|
"type": {
|
|
3241
|
-
"text": "
|
|
3025
|
+
"text": "number"
|
|
3242
3026
|
},
|
|
3243
3027
|
"privacy": "public",
|
|
3244
|
-
"
|
|
3245
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3028
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3246
3029
|
"inheritedFrom": {
|
|
3247
3030
|
"name": "AnchoredRegion",
|
|
3248
3031
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3250,7 +3033,7 @@
|
|
|
3250
3033
|
},
|
|
3251
3034
|
{
|
|
3252
3035
|
"kind": "method",
|
|
3253
|
-
"name": "
|
|
3036
|
+
"name": "verticalThresholdChanged",
|
|
3254
3037
|
"privacy": "private",
|
|
3255
3038
|
"return": {
|
|
3256
3039
|
"type": {
|
|
@@ -3264,13 +3047,13 @@
|
|
|
3264
3047
|
},
|
|
3265
3048
|
{
|
|
3266
3049
|
"kind": "field",
|
|
3267
|
-
"name": "
|
|
3050
|
+
"name": "verticalScaling",
|
|
3268
3051
|
"type": {
|
|
3269
|
-
"text": "
|
|
3052
|
+
"text": "AxisScalingMode"
|
|
3270
3053
|
},
|
|
3271
3054
|
"privacy": "public",
|
|
3272
|
-
"default": "\"\"",
|
|
3273
|
-
"description": "
|
|
3055
|
+
"default": "\"content\"",
|
|
3056
|
+
"description": "Defines how the height of the region is calculated",
|
|
3274
3057
|
"inheritedFrom": {
|
|
3275
3058
|
"name": "AnchoredRegion",
|
|
3276
3059
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3278,7 +3061,7 @@
|
|
|
3278
3061
|
},
|
|
3279
3062
|
{
|
|
3280
3063
|
"kind": "method",
|
|
3281
|
-
"name": "
|
|
3064
|
+
"name": "verticalScalingChanged",
|
|
3282
3065
|
"privacy": "private",
|
|
3283
3066
|
"return": {
|
|
3284
3067
|
"type": {
|
|
@@ -3292,13 +3075,13 @@
|
|
|
3292
3075
|
},
|
|
3293
3076
|
{
|
|
3294
3077
|
"kind": "field",
|
|
3295
|
-
"name": "
|
|
3078
|
+
"name": "fixedPlacement",
|
|
3296
3079
|
"type": {
|
|
3297
|
-
"text": "
|
|
3080
|
+
"text": "boolean"
|
|
3298
3081
|
},
|
|
3299
3082
|
"privacy": "public",
|
|
3300
|
-
"default": "
|
|
3301
|
-
"description": "
|
|
3083
|
+
"default": "false",
|
|
3084
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3302
3085
|
"inheritedFrom": {
|
|
3303
3086
|
"name": "AnchoredRegion",
|
|
3304
3087
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3306,7 +3089,7 @@
|
|
|
3306
3089
|
},
|
|
3307
3090
|
{
|
|
3308
3091
|
"kind": "method",
|
|
3309
|
-
"name": "
|
|
3092
|
+
"name": "fixedPlacementChanged",
|
|
3310
3093
|
"privacy": "private",
|
|
3311
3094
|
"return": {
|
|
3312
3095
|
"type": {
|
|
@@ -3320,13 +3103,13 @@
|
|
|
3320
3103
|
},
|
|
3321
3104
|
{
|
|
3322
3105
|
"kind": "field",
|
|
3323
|
-
"name": "
|
|
3106
|
+
"name": "autoUpdateMode",
|
|
3324
3107
|
"type": {
|
|
3325
|
-
"text": "
|
|
3108
|
+
"text": "AutoUpdateMode"
|
|
3326
3109
|
},
|
|
3327
3110
|
"privacy": "public",
|
|
3328
|
-
"default": "\"
|
|
3329
|
-
"description": "
|
|
3111
|
+
"default": "\"anchor\"",
|
|
3112
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3330
3113
|
"inheritedFrom": {
|
|
3331
3114
|
"name": "AnchoredRegion",
|
|
3332
3115
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3334,13 +3117,27 @@
|
|
|
3334
3117
|
},
|
|
3335
3118
|
{
|
|
3336
3119
|
"kind": "method",
|
|
3337
|
-
"name": "
|
|
3120
|
+
"name": "autoUpdateModeChanged",
|
|
3338
3121
|
"privacy": "private",
|
|
3339
3122
|
"return": {
|
|
3340
3123
|
"type": {
|
|
3341
3124
|
"text": "void"
|
|
3342
3125
|
}
|
|
3343
3126
|
},
|
|
3127
|
+
"parameters": [
|
|
3128
|
+
{
|
|
3129
|
+
"name": "prevMode",
|
|
3130
|
+
"type": {
|
|
3131
|
+
"text": "AutoUpdateMode"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"name": "newMode",
|
|
3136
|
+
"type": {
|
|
3137
|
+
"text": "AutoUpdateMode"
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
],
|
|
3344
3141
|
"inheritedFrom": {
|
|
3345
3142
|
"name": "AnchoredRegion",
|
|
3346
3143
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3348,13 +3145,13 @@
|
|
|
3348
3145
|
},
|
|
3349
3146
|
{
|
|
3350
3147
|
"kind": "field",
|
|
3351
|
-
"name": "
|
|
3148
|
+
"name": "anchorElement",
|
|
3352
3149
|
"type": {
|
|
3353
|
-
"text": "
|
|
3150
|
+
"text": "HTMLElement | null"
|
|
3354
3151
|
},
|
|
3355
3152
|
"privacy": "public",
|
|
3356
|
-
"default": "
|
|
3357
|
-
"description": "
|
|
3153
|
+
"default": "null",
|
|
3154
|
+
"description": "The HTML element being used as the anchor",
|
|
3358
3155
|
"inheritedFrom": {
|
|
3359
3156
|
"name": "AnchoredRegion",
|
|
3360
3157
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3362,7 +3159,7 @@
|
|
|
3362
3159
|
},
|
|
3363
3160
|
{
|
|
3364
3161
|
"kind": "method",
|
|
3365
|
-
"name": "
|
|
3162
|
+
"name": "anchorElementChanged",
|
|
3366
3163
|
"privacy": "private",
|
|
3367
3164
|
"return": {
|
|
3368
3165
|
"type": {
|
|
@@ -3376,13 +3173,13 @@
|
|
|
3376
3173
|
},
|
|
3377
3174
|
{
|
|
3378
3175
|
"kind": "field",
|
|
3379
|
-
"name": "
|
|
3176
|
+
"name": "viewportElement",
|
|
3380
3177
|
"type": {
|
|
3381
|
-
"text": "
|
|
3178
|
+
"text": "HTMLElement | null"
|
|
3382
3179
|
},
|
|
3383
3180
|
"privacy": "public",
|
|
3384
|
-
"default": "
|
|
3385
|
-
"description": "
|
|
3181
|
+
"default": "null",
|
|
3182
|
+
"description": "The HTML element being used as the viewport",
|
|
3386
3183
|
"inheritedFrom": {
|
|
3387
3184
|
"name": "AnchoredRegion",
|
|
3388
3185
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3390,7 +3187,7 @@
|
|
|
3390
3187
|
},
|
|
3391
3188
|
{
|
|
3392
3189
|
"kind": "method",
|
|
3393
|
-
"name": "
|
|
3190
|
+
"name": "viewportElementChanged",
|
|
3394
3191
|
"privacy": "private",
|
|
3395
3192
|
"return": {
|
|
3396
3193
|
"type": {
|
|
@@ -3404,26 +3201,25 @@
|
|
|
3404
3201
|
},
|
|
3405
3202
|
{
|
|
3406
3203
|
"kind": "field",
|
|
3407
|
-
"name": "
|
|
3204
|
+
"name": "verticalPosition",
|
|
3408
3205
|
"type": {
|
|
3409
|
-
"text": "
|
|
3206
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3410
3207
|
},
|
|
3411
3208
|
"privacy": "public",
|
|
3412
|
-
"description": "
|
|
3209
|
+
"description": "indicates the current horizontal position of the region",
|
|
3413
3210
|
"inheritedFrom": {
|
|
3414
3211
|
"name": "AnchoredRegion",
|
|
3415
3212
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3416
3213
|
}
|
|
3417
3214
|
},
|
|
3418
3215
|
{
|
|
3419
|
-
"kind": "
|
|
3420
|
-
"name": "
|
|
3421
|
-
"
|
|
3422
|
-
|
|
3423
|
-
"type": {
|
|
3424
|
-
"text": "void"
|
|
3425
|
-
}
|
|
3216
|
+
"kind": "field",
|
|
3217
|
+
"name": "horizontalPosition",
|
|
3218
|
+
"type": {
|
|
3219
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3426
3220
|
},
|
|
3221
|
+
"privacy": "public",
|
|
3222
|
+
"description": "indicates the current vertical position of the region",
|
|
3427
3223
|
"inheritedFrom": {
|
|
3428
3224
|
"name": "AnchoredRegion",
|
|
3429
3225
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3431,27 +3227,24 @@
|
|
|
3431
3227
|
},
|
|
3432
3228
|
{
|
|
3433
3229
|
"kind": "field",
|
|
3434
|
-
"name": "
|
|
3230
|
+
"name": "translateX",
|
|
3435
3231
|
"type": {
|
|
3436
|
-
"text": "
|
|
3232
|
+
"text": "number"
|
|
3437
3233
|
},
|
|
3438
|
-
"privacy": "
|
|
3439
|
-
"
|
|
3440
|
-
"description": "Defines how the width of the region is calculated",
|
|
3234
|
+
"privacy": "private",
|
|
3235
|
+
"description": "values to be applied to the component's transform on render",
|
|
3441
3236
|
"inheritedFrom": {
|
|
3442
3237
|
"name": "AnchoredRegion",
|
|
3443
3238
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3444
3239
|
}
|
|
3445
3240
|
},
|
|
3446
3241
|
{
|
|
3447
|
-
"kind": "
|
|
3448
|
-
"name": "
|
|
3449
|
-
"
|
|
3450
|
-
|
|
3451
|
-
"type": {
|
|
3452
|
-
"text": "void"
|
|
3453
|
-
}
|
|
3242
|
+
"kind": "field",
|
|
3243
|
+
"name": "translateY",
|
|
3244
|
+
"type": {
|
|
3245
|
+
"text": "number"
|
|
3454
3246
|
},
|
|
3247
|
+
"privacy": "private",
|
|
3455
3248
|
"inheritedFrom": {
|
|
3456
3249
|
"name": "AnchoredRegion",
|
|
3457
3250
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3459,367 +3252,23 @@
|
|
|
3459
3252
|
},
|
|
3460
3253
|
{
|
|
3461
3254
|
"kind": "field",
|
|
3462
|
-
"name": "
|
|
3255
|
+
"name": "regionWidth",
|
|
3463
3256
|
"type": {
|
|
3464
|
-
"text": "
|
|
3257
|
+
"text": "string"
|
|
3465
3258
|
},
|
|
3466
|
-
"privacy": "
|
|
3467
|
-
"
|
|
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",
|
|
3259
|
+
"privacy": "private",
|
|
3260
|
+
"description": "the span to be applied to the region on each axis",
|
|
3469
3261
|
"inheritedFrom": {
|
|
3470
3262
|
"name": "AnchoredRegion",
|
|
3471
3263
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3472
3264
|
}
|
|
3473
3265
|
},
|
|
3474
3266
|
{
|
|
3475
|
-
"kind": "
|
|
3476
|
-
"name": "
|
|
3477
|
-
"
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
"text": "void"
|
|
3481
|
-
}
|
|
3482
|
-
},
|
|
3483
|
-
"inheritedFrom": {
|
|
3484
|
-
"name": "AnchoredRegion",
|
|
3485
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3486
|
-
}
|
|
3487
|
-
},
|
|
3488
|
-
{
|
|
3489
|
-
"kind": "field",
|
|
3490
|
-
"name": "verticalDefaultPosition",
|
|
3491
|
-
"type": {
|
|
3492
|
-
"text": "VerticalPosition"
|
|
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",
|
|
3505
|
-
"privacy": "private",
|
|
3506
|
-
"return": {
|
|
3507
|
-
"type": {
|
|
3508
|
-
"text": "void"
|
|
3509
|
-
}
|
|
3510
|
-
},
|
|
3511
|
-
"inheritedFrom": {
|
|
3512
|
-
"name": "AnchoredRegion",
|
|
3513
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"kind": "field",
|
|
3518
|
-
"name": "verticalViewportLock",
|
|
3519
|
-
"type": {
|
|
3520
|
-
"text": "boolean"
|
|
3521
|
-
},
|
|
3522
|
-
"privacy": "public",
|
|
3523
|
-
"default": "false",
|
|
3524
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3525
|
-
"inheritedFrom": {
|
|
3526
|
-
"name": "AnchoredRegion",
|
|
3527
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3528
|
-
}
|
|
3529
|
-
},
|
|
3530
|
-
{
|
|
3531
|
-
"kind": "method",
|
|
3532
|
-
"name": "verticalViewportLockChanged",
|
|
3533
|
-
"privacy": "private",
|
|
3534
|
-
"return": {
|
|
3535
|
-
"type": {
|
|
3536
|
-
"text": "void"
|
|
3537
|
-
}
|
|
3538
|
-
},
|
|
3539
|
-
"inheritedFrom": {
|
|
3540
|
-
"name": "AnchoredRegion",
|
|
3541
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3542
|
-
}
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"kind": "field",
|
|
3546
|
-
"name": "verticalInset",
|
|
3547
|
-
"type": {
|
|
3548
|
-
"text": "boolean"
|
|
3549
|
-
},
|
|
3550
|
-
"privacy": "public",
|
|
3551
|
-
"default": "false",
|
|
3552
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3553
|
-
"inheritedFrom": {
|
|
3554
|
-
"name": "AnchoredRegion",
|
|
3555
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3556
|
-
}
|
|
3557
|
-
},
|
|
3558
|
-
{
|
|
3559
|
-
"kind": "method",
|
|
3560
|
-
"name": "verticalInsetChanged",
|
|
3561
|
-
"privacy": "private",
|
|
3562
|
-
"return": {
|
|
3563
|
-
"type": {
|
|
3564
|
-
"text": "void"
|
|
3565
|
-
}
|
|
3566
|
-
},
|
|
3567
|
-
"inheritedFrom": {
|
|
3568
|
-
"name": "AnchoredRegion",
|
|
3569
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3570
|
-
}
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "field",
|
|
3574
|
-
"name": "verticalThreshold",
|
|
3575
|
-
"type": {
|
|
3576
|
-
"text": "number"
|
|
3577
|
-
},
|
|
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",
|
|
3580
|
-
"inheritedFrom": {
|
|
3581
|
-
"name": "AnchoredRegion",
|
|
3582
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3583
|
-
}
|
|
3584
|
-
},
|
|
3585
|
-
{
|
|
3586
|
-
"kind": "method",
|
|
3587
|
-
"name": "verticalThresholdChanged",
|
|
3588
|
-
"privacy": "private",
|
|
3589
|
-
"return": {
|
|
3590
|
-
"type": {
|
|
3591
|
-
"text": "void"
|
|
3592
|
-
}
|
|
3593
|
-
},
|
|
3594
|
-
"inheritedFrom": {
|
|
3595
|
-
"name": "AnchoredRegion",
|
|
3596
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3597
|
-
}
|
|
3598
|
-
},
|
|
3599
|
-
{
|
|
3600
|
-
"kind": "field",
|
|
3601
|
-
"name": "verticalScaling",
|
|
3602
|
-
"type": {
|
|
3603
|
-
"text": "AxisScalingMode"
|
|
3604
|
-
},
|
|
3605
|
-
"privacy": "public",
|
|
3606
|
-
"default": "\"content\"",
|
|
3607
|
-
"description": "Defines how the height of the region is calculated",
|
|
3608
|
-
"inheritedFrom": {
|
|
3609
|
-
"name": "AnchoredRegion",
|
|
3610
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3611
|
-
}
|
|
3612
|
-
},
|
|
3613
|
-
{
|
|
3614
|
-
"kind": "method",
|
|
3615
|
-
"name": "verticalScalingChanged",
|
|
3616
|
-
"privacy": "private",
|
|
3617
|
-
"return": {
|
|
3618
|
-
"type": {
|
|
3619
|
-
"text": "void"
|
|
3620
|
-
}
|
|
3621
|
-
},
|
|
3622
|
-
"inheritedFrom": {
|
|
3623
|
-
"name": "AnchoredRegion",
|
|
3624
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3625
|
-
}
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
"kind": "field",
|
|
3629
|
-
"name": "fixedPlacement",
|
|
3630
|
-
"type": {
|
|
3631
|
-
"text": "boolean"
|
|
3632
|
-
},
|
|
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,",
|
|
3636
|
-
"inheritedFrom": {
|
|
3637
|
-
"name": "AnchoredRegion",
|
|
3638
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
|
-
{
|
|
3642
|
-
"kind": "method",
|
|
3643
|
-
"name": "fixedPlacementChanged",
|
|
3644
|
-
"privacy": "private",
|
|
3645
|
-
"return": {
|
|
3646
|
-
"type": {
|
|
3647
|
-
"text": "void"
|
|
3648
|
-
}
|
|
3649
|
-
},
|
|
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",
|
|
3664
|
-
"inheritedFrom": {
|
|
3665
|
-
"name": "AnchoredRegion",
|
|
3666
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3667
|
-
}
|
|
3668
|
-
},
|
|
3669
|
-
{
|
|
3670
|
-
"kind": "method",
|
|
3671
|
-
"name": "autoUpdateModeChanged",
|
|
3672
|
-
"privacy": "private",
|
|
3673
|
-
"return": {
|
|
3674
|
-
"type": {
|
|
3675
|
-
"text": "void"
|
|
3676
|
-
}
|
|
3677
|
-
},
|
|
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",
|
|
3706
|
-
"inheritedFrom": {
|
|
3707
|
-
"name": "AnchoredRegion",
|
|
3708
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3709
|
-
}
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"kind": "method",
|
|
3713
|
-
"name": "anchorElementChanged",
|
|
3714
|
-
"privacy": "private",
|
|
3715
|
-
"return": {
|
|
3716
|
-
"type": {
|
|
3717
|
-
"text": "void"
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
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",
|
|
3734
|
-
"inheritedFrom": {
|
|
3735
|
-
"name": "AnchoredRegion",
|
|
3736
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3737
|
-
}
|
|
3738
|
-
},
|
|
3739
|
-
{
|
|
3740
|
-
"kind": "method",
|
|
3741
|
-
"name": "viewportElementChanged",
|
|
3742
|
-
"privacy": "private",
|
|
3743
|
-
"return": {
|
|
3744
|
-
"type": {
|
|
3745
|
-
"text": "void"
|
|
3746
|
-
}
|
|
3747
|
-
},
|
|
3748
|
-
"inheritedFrom": {
|
|
3749
|
-
"name": "AnchoredRegion",
|
|
3750
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3751
|
-
}
|
|
3752
|
-
},
|
|
3753
|
-
{
|
|
3754
|
-
"kind": "field",
|
|
3755
|
-
"name": "verticalPosition",
|
|
3756
|
-
"type": {
|
|
3757
|
-
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3758
|
-
},
|
|
3759
|
-
"privacy": "public",
|
|
3760
|
-
"description": "indicates the current horizontal position of the region",
|
|
3761
|
-
"inheritedFrom": {
|
|
3762
|
-
"name": "AnchoredRegion",
|
|
3763
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3764
|
-
}
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"kind": "field",
|
|
3768
|
-
"name": "horizontalPosition",
|
|
3769
|
-
"type": {
|
|
3770
|
-
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3771
|
-
},
|
|
3772
|
-
"privacy": "public",
|
|
3773
|
-
"description": "indicates the current vertical position of the region",
|
|
3774
|
-
"inheritedFrom": {
|
|
3775
|
-
"name": "AnchoredRegion",
|
|
3776
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3777
|
-
}
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
"kind": "field",
|
|
3781
|
-
"name": "translateX",
|
|
3782
|
-
"type": {
|
|
3783
|
-
"text": "number"
|
|
3784
|
-
},
|
|
3785
|
-
"privacy": "private",
|
|
3786
|
-
"description": "values to be applied to the component's transform on render",
|
|
3787
|
-
"inheritedFrom": {
|
|
3788
|
-
"name": "AnchoredRegion",
|
|
3789
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3790
|
-
}
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"kind": "field",
|
|
3794
|
-
"name": "translateY",
|
|
3795
|
-
"type": {
|
|
3796
|
-
"text": "number"
|
|
3797
|
-
},
|
|
3798
|
-
"privacy": "private",
|
|
3799
|
-
"inheritedFrom": {
|
|
3800
|
-
"name": "AnchoredRegion",
|
|
3801
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3802
|
-
}
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"kind": "field",
|
|
3806
|
-
"name": "regionWidth",
|
|
3807
|
-
"type": {
|
|
3808
|
-
"text": "string"
|
|
3809
|
-
},
|
|
3810
|
-
"privacy": "private",
|
|
3811
|
-
"description": "the span to be applied to the region on each axis",
|
|
3812
|
-
"inheritedFrom": {
|
|
3813
|
-
"name": "AnchoredRegion",
|
|
3814
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3815
|
-
}
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "field",
|
|
3819
|
-
"name": "regionHeight",
|
|
3820
|
-
"type": {
|
|
3821
|
-
"text": "string"
|
|
3822
|
-
},
|
|
3267
|
+
"kind": "field",
|
|
3268
|
+
"name": "regionHeight",
|
|
3269
|
+
"type": {
|
|
3270
|
+
"text": "string"
|
|
3271
|
+
},
|
|
3823
3272
|
"privacy": "private",
|
|
3824
3273
|
"inheritedFrom": {
|
|
3825
3274
|
"name": "AnchoredRegion",
|
|
@@ -4523,6 +3972,565 @@
|
|
|
4523
3972
|
}
|
|
4524
3973
|
]
|
|
4525
3974
|
},
|
|
3975
|
+
{
|
|
3976
|
+
"kind": "javascript-module",
|
|
3977
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3978
|
+
"declarations": [
|
|
3979
|
+
{
|
|
3980
|
+
"kind": "function",
|
|
3981
|
+
"name": "actionsMenuBaseStyles",
|
|
3982
|
+
"return": {
|
|
3983
|
+
"type": {
|
|
3984
|
+
"text": "ElementStyles"
|
|
3985
|
+
}
|
|
3986
|
+
},
|
|
3987
|
+
"parameters": [
|
|
3988
|
+
{
|
|
3989
|
+
"name": "context",
|
|
3990
|
+
"type": {
|
|
3991
|
+
"text": "ElementDefinitionContext"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "definition",
|
|
3996
|
+
"type": {
|
|
3997
|
+
"text": "FoundationElementDefinition"
|
|
3998
|
+
}
|
|
3999
|
+
}
|
|
4000
|
+
]
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"kind": "function",
|
|
4004
|
+
"name": "foundationActionsMenuStyles",
|
|
4005
|
+
"return": {
|
|
4006
|
+
"type": {
|
|
4007
|
+
"text": "ElementStyles"
|
|
4008
|
+
}
|
|
4009
|
+
},
|
|
4010
|
+
"parameters": [
|
|
4011
|
+
{
|
|
4012
|
+
"name": "context",
|
|
4013
|
+
"type": {
|
|
4014
|
+
"text": "ElementDefinitionContext"
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "definition",
|
|
4019
|
+
"type": {
|
|
4020
|
+
"text": "FoundationElementDefinition"
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
]
|
|
4024
|
+
}
|
|
4025
|
+
],
|
|
4026
|
+
"exports": [
|
|
4027
|
+
{
|
|
4028
|
+
"kind": "js",
|
|
4029
|
+
"name": "actionsMenuBaseStyles",
|
|
4030
|
+
"declaration": {
|
|
4031
|
+
"name": "actionsMenuBaseStyles",
|
|
4032
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
4033
|
+
}
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"kind": "js",
|
|
4037
|
+
"name": "foundationActionsMenuStyles",
|
|
4038
|
+
"declaration": {
|
|
4039
|
+
"name": "foundationActionsMenuStyles",
|
|
4040
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
4041
|
+
}
|
|
4042
|
+
}
|
|
4043
|
+
]
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"kind": "javascript-module",
|
|
4047
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
4048
|
+
"declarations": [
|
|
4049
|
+
{
|
|
4050
|
+
"kind": "function",
|
|
4051
|
+
"name": "menuTemplate",
|
|
4052
|
+
"parameters": [
|
|
4053
|
+
{
|
|
4054
|
+
"name": "prefix",
|
|
4055
|
+
"type": {
|
|
4056
|
+
"text": "string"
|
|
4057
|
+
}
|
|
4058
|
+
}
|
|
4059
|
+
]
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"kind": "function",
|
|
4063
|
+
"name": "singleOptionTemplate",
|
|
4064
|
+
"parameters": [
|
|
4065
|
+
{
|
|
4066
|
+
"name": "prefix",
|
|
4067
|
+
"type": {
|
|
4068
|
+
"text": "string"
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
4071
|
+
]
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"kind": "variable",
|
|
4075
|
+
"name": "foundationActionsMenuTemplate",
|
|
4076
|
+
"type": {
|
|
4077
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
4078
|
+
},
|
|
4079
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
4080
|
+
}
|
|
4081
|
+
],
|
|
4082
|
+
"exports": [
|
|
4083
|
+
{
|
|
4084
|
+
"kind": "js",
|
|
4085
|
+
"name": "menuTemplate",
|
|
4086
|
+
"declaration": {
|
|
4087
|
+
"name": "menuTemplate",
|
|
4088
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"kind": "js",
|
|
4093
|
+
"name": "singleOptionTemplate",
|
|
4094
|
+
"declaration": {
|
|
4095
|
+
"name": "singleOptionTemplate",
|
|
4096
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4097
|
+
}
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"kind": "js",
|
|
4101
|
+
"name": "foundationActionsMenuTemplate",
|
|
4102
|
+
"declaration": {
|
|
4103
|
+
"name": "foundationActionsMenuTemplate",
|
|
4104
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4105
|
+
}
|
|
4106
|
+
}
|
|
4107
|
+
]
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"kind": "javascript-module",
|
|
4111
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
4112
|
+
"declarations": [
|
|
4113
|
+
{
|
|
4114
|
+
"kind": "class",
|
|
4115
|
+
"description": "",
|
|
4116
|
+
"name": "ActionsMenu",
|
|
4117
|
+
"members": [
|
|
4118
|
+
{
|
|
4119
|
+
"kind": "field",
|
|
4120
|
+
"name": "actions",
|
|
4121
|
+
"type": {
|
|
4122
|
+
"text": "ActionMenuItem[]"
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
"kind": "field",
|
|
4127
|
+
"name": "isVertical",
|
|
4128
|
+
"type": {
|
|
4129
|
+
"text": "boolean"
|
|
4130
|
+
},
|
|
4131
|
+
"default": "false"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"kind": "field",
|
|
4135
|
+
"name": "addDefaultActions",
|
|
4136
|
+
"type": {
|
|
4137
|
+
"text": "boolean"
|
|
4138
|
+
},
|
|
4139
|
+
"default": "true"
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"kind": "field",
|
|
4143
|
+
"name": "autoCloseOnAction",
|
|
4144
|
+
"type": {
|
|
4145
|
+
"text": "boolean"
|
|
4146
|
+
},
|
|
4147
|
+
"default": "true"
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"kind": "field",
|
|
4151
|
+
"name": "classNames",
|
|
4152
|
+
"type": {
|
|
4153
|
+
"text": "string"
|
|
4154
|
+
}
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"kind": "field",
|
|
4158
|
+
"name": "definition",
|
|
4159
|
+
"type": {
|
|
4160
|
+
"text": "any"
|
|
4161
|
+
}
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"kind": "field",
|
|
4165
|
+
"name": "name",
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "string"
|
|
4168
|
+
},
|
|
4169
|
+
"default": "'Actions'"
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"kind": "field",
|
|
4173
|
+
"name": "open",
|
|
4174
|
+
"type": {
|
|
4175
|
+
"text": "boolean"
|
|
4176
|
+
},
|
|
4177
|
+
"default": "false"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"kind": "field",
|
|
4181
|
+
"name": "buttonAppearance",
|
|
4182
|
+
"type": {
|
|
4183
|
+
"text": "string"
|
|
4184
|
+
}
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"kind": "field",
|
|
4188
|
+
"name": "hideDisabled",
|
|
4189
|
+
"type": {
|
|
4190
|
+
"text": "boolean"
|
|
4191
|
+
},
|
|
4192
|
+
"default": "false"
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"kind": "field",
|
|
4196
|
+
"name": "hideMenuSingleOption",
|
|
4197
|
+
"type": {
|
|
4198
|
+
"text": "boolean"
|
|
4199
|
+
},
|
|
4200
|
+
"default": "false"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"kind": "field",
|
|
4204
|
+
"name": "singleOption",
|
|
4205
|
+
"type": {
|
|
4206
|
+
"text": "ActionMenuItem"
|
|
4207
|
+
}
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"kind": "field",
|
|
4211
|
+
"name": "actionsMenu",
|
|
4212
|
+
"type": {
|
|
4213
|
+
"text": "HTMLElement"
|
|
4214
|
+
}
|
|
4215
|
+
},
|
|
4216
|
+
{
|
|
4217
|
+
"kind": "method",
|
|
4218
|
+
"name": "definitionChanged",
|
|
4219
|
+
"privacy": "protected",
|
|
4220
|
+
"parameters": [
|
|
4221
|
+
{
|
|
4222
|
+
"name": "oldValue",
|
|
4223
|
+
"type": {
|
|
4224
|
+
"text": "any"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "newValue",
|
|
4229
|
+
"type": {
|
|
4230
|
+
"text": "any"
|
|
4231
|
+
}
|
|
4232
|
+
}
|
|
4233
|
+
]
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"kind": "method",
|
|
4237
|
+
"name": "openChanged",
|
|
4238
|
+
"privacy": "protected"
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"kind": "method",
|
|
4242
|
+
"name": "toggleActionsMenuVisibility"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"kind": "method",
|
|
4246
|
+
"name": "onActionMenuItemClick",
|
|
4247
|
+
"parameters": [
|
|
4248
|
+
{
|
|
4249
|
+
"name": "callback",
|
|
4250
|
+
"type": {
|
|
4251
|
+
"text": "(rowData) => void | any"
|
|
4252
|
+
}
|
|
4253
|
+
}
|
|
4254
|
+
]
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"kind": "field",
|
|
4258
|
+
"name": "allActions",
|
|
4259
|
+
"type": {
|
|
4260
|
+
"text": "ActionMenuItem[]"
|
|
4261
|
+
},
|
|
4262
|
+
"readonly": true
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"kind": "field",
|
|
4266
|
+
"name": "rowData",
|
|
4267
|
+
"readonly": true
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"kind": "method",
|
|
4271
|
+
"name": "getLabel",
|
|
4272
|
+
"parameters": [
|
|
4273
|
+
{
|
|
4274
|
+
"name": "name",
|
|
4275
|
+
"type": {
|
|
4276
|
+
"text": "string | ((rowData: any) => string)"
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
]
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"kind": "method",
|
|
4283
|
+
"name": "getTemplate",
|
|
4284
|
+
"parameters": [
|
|
4285
|
+
{
|
|
4286
|
+
"name": "prefix",
|
|
4287
|
+
"type": {
|
|
4288
|
+
"text": "string"
|
|
4289
|
+
}
|
|
4290
|
+
}
|
|
4291
|
+
]
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"kind": "field",
|
|
4295
|
+
"name": "_presentation",
|
|
4296
|
+
"type": {
|
|
4297
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4298
|
+
},
|
|
4299
|
+
"privacy": "private",
|
|
4300
|
+
"default": "void 0",
|
|
4301
|
+
"inheritedFrom": {
|
|
4302
|
+
"name": "FoundationElement",
|
|
4303
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"kind": "field",
|
|
4308
|
+
"name": "$presentation",
|
|
4309
|
+
"type": {
|
|
4310
|
+
"text": "ComponentPresentation | null"
|
|
4311
|
+
},
|
|
4312
|
+
"privacy": "public",
|
|
4313
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4314
|
+
"inheritedFrom": {
|
|
4315
|
+
"name": "FoundationElement",
|
|
4316
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4317
|
+
}
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"kind": "field",
|
|
4321
|
+
"name": "template",
|
|
4322
|
+
"type": {
|
|
4323
|
+
"text": "ElementViewTemplate | void | null"
|
|
4324
|
+
},
|
|
4325
|
+
"privacy": "public",
|
|
4326
|
+
"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.",
|
|
4327
|
+
"inheritedFrom": {
|
|
4328
|
+
"name": "FoundationElement",
|
|
4329
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4330
|
+
}
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"kind": "method",
|
|
4334
|
+
"name": "templateChanged",
|
|
4335
|
+
"privacy": "protected",
|
|
4336
|
+
"return": {
|
|
4337
|
+
"type": {
|
|
4338
|
+
"text": "void"
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
"inheritedFrom": {
|
|
4342
|
+
"name": "FoundationElement",
|
|
4343
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4344
|
+
}
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"kind": "field",
|
|
4348
|
+
"name": "styles",
|
|
4349
|
+
"type": {
|
|
4350
|
+
"text": "ElementStyles | void | null"
|
|
4351
|
+
},
|
|
4352
|
+
"privacy": "public",
|
|
4353
|
+
"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.",
|
|
4354
|
+
"inheritedFrom": {
|
|
4355
|
+
"name": "FoundationElement",
|
|
4356
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4357
|
+
}
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"kind": "method",
|
|
4361
|
+
"name": "stylesChanged",
|
|
4362
|
+
"privacy": "protected",
|
|
4363
|
+
"return": {
|
|
4364
|
+
"type": {
|
|
4365
|
+
"text": "void"
|
|
4366
|
+
}
|
|
4367
|
+
},
|
|
4368
|
+
"inheritedFrom": {
|
|
4369
|
+
"name": "FoundationElement",
|
|
4370
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4371
|
+
}
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"kind": "method",
|
|
4375
|
+
"name": "compose",
|
|
4376
|
+
"privacy": "public",
|
|
4377
|
+
"static": true,
|
|
4378
|
+
"return": {
|
|
4379
|
+
"type": {
|
|
4380
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
"parameters": [
|
|
4384
|
+
{
|
|
4385
|
+
"name": "this",
|
|
4386
|
+
"type": {
|
|
4387
|
+
"text": "K"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"name": "elementDefinition",
|
|
4392
|
+
"type": {
|
|
4393
|
+
"text": "T"
|
|
4394
|
+
},
|
|
4395
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4396
|
+
}
|
|
4397
|
+
],
|
|
4398
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4399
|
+
"inheritedFrom": {
|
|
4400
|
+
"name": "FoundationElement",
|
|
4401
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4402
|
+
}
|
|
4403
|
+
}
|
|
4404
|
+
],
|
|
4405
|
+
"attributes": [
|
|
4406
|
+
{
|
|
4407
|
+
"name": "is-vertical",
|
|
4408
|
+
"type": {
|
|
4409
|
+
"text": "boolean"
|
|
4410
|
+
},
|
|
4411
|
+
"default": "false",
|
|
4412
|
+
"fieldName": "isVertical"
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"name": "add-default-actions",
|
|
4416
|
+
"type": {
|
|
4417
|
+
"text": "boolean"
|
|
4418
|
+
},
|
|
4419
|
+
"default": "true",
|
|
4420
|
+
"fieldName": "addDefaultActions"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "auto-close-on-action",
|
|
4424
|
+
"type": {
|
|
4425
|
+
"text": "boolean"
|
|
4426
|
+
},
|
|
4427
|
+
"default": "true",
|
|
4428
|
+
"fieldName": "autoCloseOnAction"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"name": "name",
|
|
4432
|
+
"type": {
|
|
4433
|
+
"text": "string"
|
|
4434
|
+
},
|
|
4435
|
+
"default": "'Actions'",
|
|
4436
|
+
"fieldName": "name"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "open",
|
|
4440
|
+
"type": {
|
|
4441
|
+
"text": "boolean"
|
|
4442
|
+
},
|
|
4443
|
+
"default": "false",
|
|
4444
|
+
"fieldName": "open"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "buttonAppearance",
|
|
4448
|
+
"type": {
|
|
4449
|
+
"text": "string"
|
|
4450
|
+
},
|
|
4451
|
+
"fieldName": "buttonAppearance"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"name": "hide-disabled",
|
|
4455
|
+
"type": {
|
|
4456
|
+
"text": "boolean"
|
|
4457
|
+
},
|
|
4458
|
+
"default": "false",
|
|
4459
|
+
"fieldName": "hideDisabled"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "hide-menu-single-option",
|
|
4463
|
+
"type": {
|
|
4464
|
+
"text": "boolean"
|
|
4465
|
+
},
|
|
4466
|
+
"default": "false",
|
|
4467
|
+
"fieldName": "hideMenuSingleOption"
|
|
4468
|
+
}
|
|
4469
|
+
],
|
|
4470
|
+
"superclass": {
|
|
4471
|
+
"name": "FoundationElement",
|
|
4472
|
+
"package": "@microsoft/fast-foundation"
|
|
4473
|
+
},
|
|
4474
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
4475
|
+
"customElement": true
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"kind": "variable",
|
|
4479
|
+
"name": "foundationActionsMenu",
|
|
4480
|
+
"description": "The Foundation Actions Menu",
|
|
4481
|
+
"privacy": "public"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"exports": [
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "js",
|
|
4487
|
+
"name": "ActionsMenu",
|
|
4488
|
+
"declaration": {
|
|
4489
|
+
"name": "ActionsMenu",
|
|
4490
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "js",
|
|
4495
|
+
"name": "foundationActionsMenu",
|
|
4496
|
+
"declaration": {
|
|
4497
|
+
"name": "foundationActionsMenu",
|
|
4498
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4499
|
+
}
|
|
4500
|
+
}
|
|
4501
|
+
]
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"kind": "javascript-module",
|
|
4505
|
+
"path": "src/actions-menu/index.ts",
|
|
4506
|
+
"declarations": [],
|
|
4507
|
+
"exports": [
|
|
4508
|
+
{
|
|
4509
|
+
"kind": "js",
|
|
4510
|
+
"name": "*",
|
|
4511
|
+
"declaration": {
|
|
4512
|
+
"name": "*",
|
|
4513
|
+
"package": "./actions-menu.styles"
|
|
4514
|
+
}
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"kind": "js",
|
|
4518
|
+
"name": "*",
|
|
4519
|
+
"declaration": {
|
|
4520
|
+
"name": "*",
|
|
4521
|
+
"package": "./actions-menu.template"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"kind": "js",
|
|
4526
|
+
"name": "*",
|
|
4527
|
+
"declaration": {
|
|
4528
|
+
"name": "*",
|
|
4529
|
+
"package": "./actions-menu"
|
|
4530
|
+
}
|
|
4531
|
+
}
|
|
4532
|
+
]
|
|
4533
|
+
},
|
|
4526
4534
|
{
|
|
4527
4535
|
"kind": "javascript-module",
|
|
4528
4536
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -16112,6 +16120,545 @@
|
|
|
16112
16120
|
}
|
|
16113
16121
|
]
|
|
16114
16122
|
},
|
|
16123
|
+
{
|
|
16124
|
+
"kind": "javascript-module",
|
|
16125
|
+
"path": "src/environment-indicator/environment-indicator.styles.ts",
|
|
16126
|
+
"declarations": [
|
|
16127
|
+
{
|
|
16128
|
+
"kind": "variable",
|
|
16129
|
+
"name": "environmentIndicatorStyles",
|
|
16130
|
+
"default": "css`\n .environment-indicator {\n font-size: 12px;\n display: inline-flex;\n align-items: center;\n gap: calc(var(--design-unit) * 1.4px);\n border-radius: calc(var(--design-unit) * 1px);\n height: calc(var(--design-unit) * 6px);\n padding: calc(var(--design-unit) * 0.5px) calc(var(--design-unit) * 2px);\n line-height: 1;\n font-weight: 600;\n text-transform: uppercase;\n }\n\n .environment-indicator.lg {\n border-radius: calc(var(--design-unit) * 4px);\n padding: calc(var(--design-unit) * 1px) calc(var(--design-unit) * 3.5px);\n font-size: calc(var(--design-unit) * 4px);\n }\n\n .environment-indicator .icon {\n font-size: calc(var(--design-unit) * 3px);\n }\n\n .environment-indicator.lg .icon {\n font-size: calc(var(--design-unit) * 3.5px);\n }\n`"
|
|
16131
|
+
}
|
|
16132
|
+
],
|
|
16133
|
+
"exports": [
|
|
16134
|
+
{
|
|
16135
|
+
"kind": "js",
|
|
16136
|
+
"name": "environmentIndicatorStyles",
|
|
16137
|
+
"declaration": {
|
|
16138
|
+
"name": "environmentIndicatorStyles",
|
|
16139
|
+
"module": "src/environment-indicator/environment-indicator.styles.ts"
|
|
16140
|
+
}
|
|
16141
|
+
}
|
|
16142
|
+
]
|
|
16143
|
+
},
|
|
16144
|
+
{
|
|
16145
|
+
"kind": "javascript-module",
|
|
16146
|
+
"path": "src/environment-indicator/environment-indicator.template.ts",
|
|
16147
|
+
"declarations": [
|
|
16148
|
+
{
|
|
16149
|
+
"kind": "variable",
|
|
16150
|
+
"name": "foundationEnvironmentIndicatorTemplate",
|
|
16151
|
+
"default": "html<EnvironmentIndicator>`\n ${(x) => getPrefixedEnvironmentIndicatorTemplate(getPrefix(x))}\n`"
|
|
16152
|
+
}
|
|
16153
|
+
],
|
|
16154
|
+
"exports": [
|
|
16155
|
+
{
|
|
16156
|
+
"kind": "js",
|
|
16157
|
+
"name": "foundationEnvironmentIndicatorTemplate",
|
|
16158
|
+
"declaration": {
|
|
16159
|
+
"name": "foundationEnvironmentIndicatorTemplate",
|
|
16160
|
+
"module": "src/environment-indicator/environment-indicator.template.ts"
|
|
16161
|
+
}
|
|
16162
|
+
}
|
|
16163
|
+
]
|
|
16164
|
+
},
|
|
16165
|
+
{
|
|
16166
|
+
"kind": "javascript-module",
|
|
16167
|
+
"path": "src/environment-indicator/environment-indicator.ts",
|
|
16168
|
+
"declarations": [
|
|
16169
|
+
{
|
|
16170
|
+
"kind": "variable",
|
|
16171
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
16172
|
+
"type": {
|
|
16173
|
+
"text": "EnvironmentConfig"
|
|
16174
|
+
},
|
|
16175
|
+
"default": "{\n level: DEFAULT_ENVIRONMENT_LEVEL,\n showIcon: false,\n iconSize: 'sm',\n backgroundColor: '#2222ff',\n textColor: '#ffffff',\n label: 'DEFAULT',\n}",
|
|
16176
|
+
"description": "Default environment level configuration"
|
|
16177
|
+
},
|
|
16178
|
+
{
|
|
16179
|
+
"kind": "variable",
|
|
16180
|
+
"name": "EnvironmentIndicatorConfigToken",
|
|
16181
|
+
"description": "EnvironmentConfigs DI token.",
|
|
16182
|
+
"privacy": "public"
|
|
16183
|
+
},
|
|
16184
|
+
{
|
|
16185
|
+
"kind": "class",
|
|
16186
|
+
"description": "",
|
|
16187
|
+
"name": "EnvironmentIndicator",
|
|
16188
|
+
"members": [
|
|
16189
|
+
{
|
|
16190
|
+
"kind": "field",
|
|
16191
|
+
"name": "level",
|
|
16192
|
+
"type": {
|
|
16193
|
+
"text": "string"
|
|
16194
|
+
},
|
|
16195
|
+
"attribute": "level"
|
|
16196
|
+
},
|
|
16197
|
+
{
|
|
16198
|
+
"kind": "field",
|
|
16199
|
+
"name": "label",
|
|
16200
|
+
"type": {
|
|
16201
|
+
"text": "string"
|
|
16202
|
+
},
|
|
16203
|
+
"attribute": "label"
|
|
16204
|
+
},
|
|
16205
|
+
{
|
|
16206
|
+
"kind": "field",
|
|
16207
|
+
"name": "showIcon",
|
|
16208
|
+
"type": {
|
|
16209
|
+
"text": "boolean"
|
|
16210
|
+
},
|
|
16211
|
+
"attribute": "show-icon"
|
|
16212
|
+
},
|
|
16213
|
+
{
|
|
16214
|
+
"kind": "field",
|
|
16215
|
+
"name": "size",
|
|
16216
|
+
"type": {
|
|
16217
|
+
"text": "'sm' | 'lg'"
|
|
16218
|
+
},
|
|
16219
|
+
"default": "'sm'",
|
|
16220
|
+
"attribute": "size"
|
|
16221
|
+
},
|
|
16222
|
+
{
|
|
16223
|
+
"kind": "field",
|
|
16224
|
+
"name": "backgroundColor",
|
|
16225
|
+
"type": {
|
|
16226
|
+
"text": "string"
|
|
16227
|
+
},
|
|
16228
|
+
"attribute": "background-color"
|
|
16229
|
+
},
|
|
16230
|
+
{
|
|
16231
|
+
"kind": "field",
|
|
16232
|
+
"name": "textColor",
|
|
16233
|
+
"type": {
|
|
16234
|
+
"text": "string"
|
|
16235
|
+
},
|
|
16236
|
+
"default": "'#ffffff'",
|
|
16237
|
+
"attribute": "text-color"
|
|
16238
|
+
},
|
|
16239
|
+
{
|
|
16240
|
+
"kind": "field",
|
|
16241
|
+
"name": "icon",
|
|
16242
|
+
"type": {
|
|
16243
|
+
"text": "string"
|
|
16244
|
+
},
|
|
16245
|
+
"default": "'check-circle'",
|
|
16246
|
+
"attribute": "icon"
|
|
16247
|
+
},
|
|
16248
|
+
{
|
|
16249
|
+
"kind": "field",
|
|
16250
|
+
"name": "iconSize",
|
|
16251
|
+
"type": {
|
|
16252
|
+
"text": "FaSize"
|
|
16253
|
+
},
|
|
16254
|
+
"default": "'sm'",
|
|
16255
|
+
"attribute": "icon-size"
|
|
16256
|
+
},
|
|
16257
|
+
{
|
|
16258
|
+
"kind": "field",
|
|
16259
|
+
"name": "config",
|
|
16260
|
+
"type": {
|
|
16261
|
+
"text": "EnvironmentConfig"
|
|
16262
|
+
},
|
|
16263
|
+
"default": "{\n level: DEFAULT_ENVIRONMENT_LEVEL,\n showIcon: false,\n iconSize: 'sm',\n backgroundColor: '#2222ff',\n textColor: '#ffffff',\n label: 'DEFAULT',\n}",
|
|
16264
|
+
"description": "Current environment configuration"
|
|
16265
|
+
},
|
|
16266
|
+
{
|
|
16267
|
+
"kind": "field",
|
|
16268
|
+
"name": "envConfigs",
|
|
16269
|
+
"type": {
|
|
16270
|
+
"text": "EnvironmentConfig[]"
|
|
16271
|
+
},
|
|
16272
|
+
"default": "[\n DEFAULT_ENVIRONMENT_LEVEL_CONFIG,\n {\n level: 'dev',\n showIcon: false,\n icon: 'code',\n backgroundColor: '#ff6b35',\n label: 'DEV',\n },\n {\n level: 'prod',\n showIcon: false,\n icon: 'check-circle',\n backgroundColor: '#28a745',\n label: 'PROD',\n },\n]",
|
|
16273
|
+
"description": "Environment configurations"
|
|
16274
|
+
},
|
|
16275
|
+
{
|
|
16276
|
+
"kind": "method",
|
|
16277
|
+
"name": "envConfigsChanged"
|
|
16278
|
+
},
|
|
16279
|
+
{
|
|
16280
|
+
"kind": "method",
|
|
16281
|
+
"name": "getAttributesConfig",
|
|
16282
|
+
"privacy": "private",
|
|
16283
|
+
"return": {
|
|
16284
|
+
"type": {
|
|
16285
|
+
"text": ""
|
|
16286
|
+
}
|
|
16287
|
+
},
|
|
16288
|
+
"description": "Helper function to get config from attributes"
|
|
16289
|
+
},
|
|
16290
|
+
{
|
|
16291
|
+
"kind": "method",
|
|
16292
|
+
"name": "getCurrentEnvironmentLevel",
|
|
16293
|
+
"privacy": "private",
|
|
16294
|
+
"return": {
|
|
16295
|
+
"type": {
|
|
16296
|
+
"text": "string"
|
|
16297
|
+
}
|
|
16298
|
+
},
|
|
16299
|
+
"description": "Get the current environment level based on priority order"
|
|
16300
|
+
},
|
|
16301
|
+
{
|
|
16302
|
+
"kind": "method",
|
|
16303
|
+
"name": "getEnvConfigByLevel",
|
|
16304
|
+
"return": {
|
|
16305
|
+
"type": {
|
|
16306
|
+
"text": "EnvironmentConfig"
|
|
16307
|
+
}
|
|
16308
|
+
}
|
|
16309
|
+
},
|
|
16310
|
+
{
|
|
16311
|
+
"kind": "method",
|
|
16312
|
+
"name": "setEnvConfigs",
|
|
16313
|
+
"parameters": [
|
|
16314
|
+
{
|
|
16315
|
+
"name": "envConfigs",
|
|
16316
|
+
"type": {
|
|
16317
|
+
"text": "EnvironmentConfig[]"
|
|
16318
|
+
},
|
|
16319
|
+
"description": "the environment configurations"
|
|
16320
|
+
}
|
|
16321
|
+
],
|
|
16322
|
+
"description": "Set environment configurations"
|
|
16323
|
+
},
|
|
16324
|
+
{
|
|
16325
|
+
"kind": "field",
|
|
16326
|
+
"name": "_presentation",
|
|
16327
|
+
"type": {
|
|
16328
|
+
"text": "ComponentPresentation | null | undefined"
|
|
16329
|
+
},
|
|
16330
|
+
"privacy": "private",
|
|
16331
|
+
"default": "void 0",
|
|
16332
|
+
"inheritedFrom": {
|
|
16333
|
+
"name": "FoundationElement",
|
|
16334
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16335
|
+
}
|
|
16336
|
+
},
|
|
16337
|
+
{
|
|
16338
|
+
"kind": "field",
|
|
16339
|
+
"name": "$presentation",
|
|
16340
|
+
"type": {
|
|
16341
|
+
"text": "ComponentPresentation | null"
|
|
16342
|
+
},
|
|
16343
|
+
"privacy": "public",
|
|
16344
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16345
|
+
"inheritedFrom": {
|
|
16346
|
+
"name": "FoundationElement",
|
|
16347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16348
|
+
}
|
|
16349
|
+
},
|
|
16350
|
+
{
|
|
16351
|
+
"kind": "field",
|
|
16352
|
+
"name": "template",
|
|
16353
|
+
"type": {
|
|
16354
|
+
"text": "ElementViewTemplate | void | null"
|
|
16355
|
+
},
|
|
16356
|
+
"privacy": "public",
|
|
16357
|
+
"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.",
|
|
16358
|
+
"inheritedFrom": {
|
|
16359
|
+
"name": "FoundationElement",
|
|
16360
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16361
|
+
}
|
|
16362
|
+
},
|
|
16363
|
+
{
|
|
16364
|
+
"kind": "method",
|
|
16365
|
+
"name": "templateChanged",
|
|
16366
|
+
"privacy": "protected",
|
|
16367
|
+
"return": {
|
|
16368
|
+
"type": {
|
|
16369
|
+
"text": "void"
|
|
16370
|
+
}
|
|
16371
|
+
},
|
|
16372
|
+
"inheritedFrom": {
|
|
16373
|
+
"name": "FoundationElement",
|
|
16374
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16375
|
+
}
|
|
16376
|
+
},
|
|
16377
|
+
{
|
|
16378
|
+
"kind": "field",
|
|
16379
|
+
"name": "styles",
|
|
16380
|
+
"type": {
|
|
16381
|
+
"text": "ElementStyles | void | null"
|
|
16382
|
+
},
|
|
16383
|
+
"privacy": "public",
|
|
16384
|
+
"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.",
|
|
16385
|
+
"inheritedFrom": {
|
|
16386
|
+
"name": "FoundationElement",
|
|
16387
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16388
|
+
}
|
|
16389
|
+
},
|
|
16390
|
+
{
|
|
16391
|
+
"kind": "method",
|
|
16392
|
+
"name": "stylesChanged",
|
|
16393
|
+
"privacy": "protected",
|
|
16394
|
+
"return": {
|
|
16395
|
+
"type": {
|
|
16396
|
+
"text": "void"
|
|
16397
|
+
}
|
|
16398
|
+
},
|
|
16399
|
+
"inheritedFrom": {
|
|
16400
|
+
"name": "FoundationElement",
|
|
16401
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16402
|
+
}
|
|
16403
|
+
},
|
|
16404
|
+
{
|
|
16405
|
+
"kind": "method",
|
|
16406
|
+
"name": "compose",
|
|
16407
|
+
"privacy": "public",
|
|
16408
|
+
"static": true,
|
|
16409
|
+
"return": {
|
|
16410
|
+
"type": {
|
|
16411
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16412
|
+
}
|
|
16413
|
+
},
|
|
16414
|
+
"parameters": [
|
|
16415
|
+
{
|
|
16416
|
+
"name": "this",
|
|
16417
|
+
"type": {
|
|
16418
|
+
"text": "K"
|
|
16419
|
+
}
|
|
16420
|
+
},
|
|
16421
|
+
{
|
|
16422
|
+
"name": "elementDefinition",
|
|
16423
|
+
"type": {
|
|
16424
|
+
"text": "T"
|
|
16425
|
+
},
|
|
16426
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
16427
|
+
}
|
|
16428
|
+
],
|
|
16429
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16430
|
+
"inheritedFrom": {
|
|
16431
|
+
"name": "FoundationElement",
|
|
16432
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16433
|
+
}
|
|
16434
|
+
}
|
|
16435
|
+
],
|
|
16436
|
+
"attributes": [
|
|
16437
|
+
{
|
|
16438
|
+
"name": "level",
|
|
16439
|
+
"type": {
|
|
16440
|
+
"text": "string"
|
|
16441
|
+
},
|
|
16442
|
+
"fieldName": "level",
|
|
16443
|
+
"description": "the environment level to display"
|
|
16444
|
+
},
|
|
16445
|
+
{
|
|
16446
|
+
"name": "label",
|
|
16447
|
+
"type": {
|
|
16448
|
+
"text": "string"
|
|
16449
|
+
},
|
|
16450
|
+
"fieldName": "label",
|
|
16451
|
+
"description": "the label to display"
|
|
16452
|
+
},
|
|
16453
|
+
{
|
|
16454
|
+
"name": "show-icon",
|
|
16455
|
+
"type": {
|
|
16456
|
+
"text": "boolean"
|
|
16457
|
+
},
|
|
16458
|
+
"fieldName": "showIcon",
|
|
16459
|
+
"description": "whether to show an icon next to the environment text"
|
|
16460
|
+
},
|
|
16461
|
+
{
|
|
16462
|
+
"name": "size",
|
|
16463
|
+
"type": {
|
|
16464
|
+
"text": "'sm' | 'lg'"
|
|
16465
|
+
},
|
|
16466
|
+
"default": "'sm'",
|
|
16467
|
+
"fieldName": "size",
|
|
16468
|
+
"description": "the size of the indicator. Can be 'sm' or 'lg'"
|
|
16469
|
+
},
|
|
16470
|
+
{
|
|
16471
|
+
"name": "background-color",
|
|
16472
|
+
"type": {
|
|
16473
|
+
"text": "string"
|
|
16474
|
+
},
|
|
16475
|
+
"fieldName": "backgroundColor",
|
|
16476
|
+
"description": "the background color of the indicator"
|
|
16477
|
+
},
|
|
16478
|
+
{
|
|
16479
|
+
"name": "text-color",
|
|
16480
|
+
"type": {
|
|
16481
|
+
"text": "string"
|
|
16482
|
+
},
|
|
16483
|
+
"default": "'#ffffff'",
|
|
16484
|
+
"fieldName": "textColor",
|
|
16485
|
+
"description": "the text color of the indicator"
|
|
16486
|
+
},
|
|
16487
|
+
{
|
|
16488
|
+
"name": "icon",
|
|
16489
|
+
"type": {
|
|
16490
|
+
"text": "string"
|
|
16491
|
+
},
|
|
16492
|
+
"default": "'check-circle'",
|
|
16493
|
+
"fieldName": "icon",
|
|
16494
|
+
"description": "the icon to display"
|
|
16495
|
+
},
|
|
16496
|
+
{
|
|
16497
|
+
"name": "icon-size",
|
|
16498
|
+
"type": {
|
|
16499
|
+
"text": "FaSize"
|
|
16500
|
+
},
|
|
16501
|
+
"default": "'sm'",
|
|
16502
|
+
"fieldName": "iconSize",
|
|
16503
|
+
"description": "the size of the icon"
|
|
16504
|
+
},
|
|
16505
|
+
{
|
|
16506
|
+
"name": "level",
|
|
16507
|
+
"type": {
|
|
16508
|
+
"text": "string"
|
|
16509
|
+
},
|
|
16510
|
+
"attribute": "level",
|
|
16511
|
+
"fieldName": "level"
|
|
16512
|
+
},
|
|
16513
|
+
{
|
|
16514
|
+
"name": "label",
|
|
16515
|
+
"type": {
|
|
16516
|
+
"text": "string"
|
|
16517
|
+
},
|
|
16518
|
+
"attribute": "label",
|
|
16519
|
+
"fieldName": "label"
|
|
16520
|
+
},
|
|
16521
|
+
{
|
|
16522
|
+
"name": "show-icon",
|
|
16523
|
+
"type": {
|
|
16524
|
+
"text": "boolean"
|
|
16525
|
+
},
|
|
16526
|
+
"attribute": "show-icon",
|
|
16527
|
+
"fieldName": "showIcon"
|
|
16528
|
+
},
|
|
16529
|
+
{
|
|
16530
|
+
"name": "size",
|
|
16531
|
+
"type": {
|
|
16532
|
+
"text": "'sm' | 'lg'"
|
|
16533
|
+
},
|
|
16534
|
+
"default": "'sm'",
|
|
16535
|
+
"attribute": "size",
|
|
16536
|
+
"fieldName": "size"
|
|
16537
|
+
},
|
|
16538
|
+
{
|
|
16539
|
+
"name": "background-color",
|
|
16540
|
+
"type": {
|
|
16541
|
+
"text": "string"
|
|
16542
|
+
},
|
|
16543
|
+
"attribute": "background-color",
|
|
16544
|
+
"fieldName": "backgroundColor"
|
|
16545
|
+
},
|
|
16546
|
+
{
|
|
16547
|
+
"name": "text-color",
|
|
16548
|
+
"type": {
|
|
16549
|
+
"text": "string"
|
|
16550
|
+
},
|
|
16551
|
+
"default": "'#ffffff'",
|
|
16552
|
+
"attribute": "text-color",
|
|
16553
|
+
"fieldName": "textColor"
|
|
16554
|
+
},
|
|
16555
|
+
{
|
|
16556
|
+
"name": "icon",
|
|
16557
|
+
"type": {
|
|
16558
|
+
"text": "string"
|
|
16559
|
+
},
|
|
16560
|
+
"default": "'check-circle'",
|
|
16561
|
+
"attribute": "icon",
|
|
16562
|
+
"fieldName": "icon"
|
|
16563
|
+
},
|
|
16564
|
+
{
|
|
16565
|
+
"name": "icon-size",
|
|
16566
|
+
"type": {
|
|
16567
|
+
"text": "FaSize"
|
|
16568
|
+
},
|
|
16569
|
+
"default": "'sm'",
|
|
16570
|
+
"attribute": "icon-size",
|
|
16571
|
+
"fieldName": "iconSize"
|
|
16572
|
+
}
|
|
16573
|
+
],
|
|
16574
|
+
"superclass": {
|
|
16575
|
+
"name": "FoundationElement",
|
|
16576
|
+
"package": "@microsoft/fast-foundation"
|
|
16577
|
+
},
|
|
16578
|
+
"tagName": "%%prefix%%-environment-indicator",
|
|
16579
|
+
"customElement": true
|
|
16580
|
+
},
|
|
16581
|
+
{
|
|
16582
|
+
"kind": "variable",
|
|
16583
|
+
"name": "foundationEnvironmentIndicator",
|
|
16584
|
+
"description": "The Foundation Environment indicator",
|
|
16585
|
+
"privacy": "public"
|
|
16586
|
+
}
|
|
16587
|
+
],
|
|
16588
|
+
"exports": [
|
|
16589
|
+
{
|
|
16590
|
+
"kind": "js",
|
|
16591
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
16592
|
+
"declaration": {
|
|
16593
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
16594
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
16595
|
+
}
|
|
16596
|
+
},
|
|
16597
|
+
{
|
|
16598
|
+
"kind": "js",
|
|
16599
|
+
"name": "EnvironmentIndicatorConfigToken",
|
|
16600
|
+
"declaration": {
|
|
16601
|
+
"name": "EnvironmentIndicatorConfigToken",
|
|
16602
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
16603
|
+
}
|
|
16604
|
+
},
|
|
16605
|
+
{
|
|
16606
|
+
"kind": "js",
|
|
16607
|
+
"name": "EnvironmentIndicator",
|
|
16608
|
+
"declaration": {
|
|
16609
|
+
"name": "EnvironmentIndicator",
|
|
16610
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
16611
|
+
}
|
|
16612
|
+
},
|
|
16613
|
+
{
|
|
16614
|
+
"kind": "js",
|
|
16615
|
+
"name": "foundationEnvironmentIndicator",
|
|
16616
|
+
"declaration": {
|
|
16617
|
+
"name": "foundationEnvironmentIndicator",
|
|
16618
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
16619
|
+
}
|
|
16620
|
+
}
|
|
16621
|
+
]
|
|
16622
|
+
},
|
|
16623
|
+
{
|
|
16624
|
+
"kind": "javascript-module",
|
|
16625
|
+
"path": "src/environment-indicator/index.ts",
|
|
16626
|
+
"declarations": [],
|
|
16627
|
+
"exports": [
|
|
16628
|
+
{
|
|
16629
|
+
"kind": "js",
|
|
16630
|
+
"name": "*",
|
|
16631
|
+
"declaration": {
|
|
16632
|
+
"name": "*",
|
|
16633
|
+
"package": "./environment-indicator"
|
|
16634
|
+
}
|
|
16635
|
+
},
|
|
16636
|
+
{
|
|
16637
|
+
"kind": "js",
|
|
16638
|
+
"name": "*",
|
|
16639
|
+
"declaration": {
|
|
16640
|
+
"name": "*",
|
|
16641
|
+
"package": "./environment-indicator.styles"
|
|
16642
|
+
}
|
|
16643
|
+
},
|
|
16644
|
+
{
|
|
16645
|
+
"kind": "js",
|
|
16646
|
+
"name": "*",
|
|
16647
|
+
"declaration": {
|
|
16648
|
+
"name": "*",
|
|
16649
|
+
"package": "./environment-indicator.template"
|
|
16650
|
+
}
|
|
16651
|
+
},
|
|
16652
|
+
{
|
|
16653
|
+
"kind": "js",
|
|
16654
|
+
"name": "configureEnvironmentIndicator",
|
|
16655
|
+
"declaration": {
|
|
16656
|
+
"name": "configureEnvironmentIndicator",
|
|
16657
|
+
"module": "./utils/configure"
|
|
16658
|
+
}
|
|
16659
|
+
}
|
|
16660
|
+
]
|
|
16661
|
+
},
|
|
16115
16662
|
{
|
|
16116
16663
|
"kind": "javascript-module",
|
|
16117
16664
|
"path": "src/error-banner/error-banner.template.ts",
|
|
@@ -49932,6 +50479,55 @@
|
|
|
49932
50479
|
"declarations": [],
|
|
49933
50480
|
"exports": []
|
|
49934
50481
|
},
|
|
50482
|
+
{
|
|
50483
|
+
"kind": "javascript-module",
|
|
50484
|
+
"path": "src/environment-indicator/utils/configure.ts",
|
|
50485
|
+
"declarations": [
|
|
50486
|
+
{
|
|
50487
|
+
"kind": "function",
|
|
50488
|
+
"name": "configureEnvironmentIndicator",
|
|
50489
|
+
"parameters": [
|
|
50490
|
+
{
|
|
50491
|
+
"name": "options",
|
|
50492
|
+
"default": "{ configs: [] }",
|
|
50493
|
+
"type": {
|
|
50494
|
+
"text": "EnvironmentIndicatorConfig"
|
|
50495
|
+
}
|
|
50496
|
+
}
|
|
50497
|
+
]
|
|
50498
|
+
}
|
|
50499
|
+
],
|
|
50500
|
+
"exports": [
|
|
50501
|
+
{
|
|
50502
|
+
"kind": "js",
|
|
50503
|
+
"name": "configureEnvironmentIndicator",
|
|
50504
|
+
"declaration": {
|
|
50505
|
+
"name": "configureEnvironmentIndicator",
|
|
50506
|
+
"module": "src/environment-indicator/utils/configure.ts"
|
|
50507
|
+
}
|
|
50508
|
+
}
|
|
50509
|
+
]
|
|
50510
|
+
},
|
|
50511
|
+
{
|
|
50512
|
+
"kind": "javascript-module",
|
|
50513
|
+
"path": "src/environment-indicator/utils/logger.ts",
|
|
50514
|
+
"declarations": [
|
|
50515
|
+
{
|
|
50516
|
+
"kind": "variable",
|
|
50517
|
+
"name": "environmentIndicatorLogger"
|
|
50518
|
+
}
|
|
50519
|
+
],
|
|
50520
|
+
"exports": [
|
|
50521
|
+
{
|
|
50522
|
+
"kind": "js",
|
|
50523
|
+
"name": "environmentIndicatorLogger",
|
|
50524
|
+
"declaration": {
|
|
50525
|
+
"name": "environmentIndicatorLogger",
|
|
50526
|
+
"module": "src/environment-indicator/utils/logger.ts"
|
|
50527
|
+
}
|
|
50528
|
+
}
|
|
50529
|
+
]
|
|
50530
|
+
},
|
|
49935
50531
|
{
|
|
49936
50532
|
"kind": "javascript-module",
|
|
49937
50533
|
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|