@genesislcap/rapid-design-system 14.365.0 → 14.365.1-alpha-8521b8e.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +905 -905
  2. package/package.json +11 -11
@@ -1665,11 +1665,11 @@
1665
1665
  },
1666
1666
  {
1667
1667
  "kind": "javascript-module",
1668
- "path": "src/anchor/anchor.styles.ts",
1668
+ "path": "src/anchored-region/anchored-region.styles.ts",
1669
1669
  "declarations": [
1670
1670
  {
1671
1671
  "kind": "function",
1672
- "name": "rapidAnchorStyles",
1672
+ "name": "rapidAnchoredRegionStyles",
1673
1673
  "return": {
1674
1674
  "type": {
1675
1675
  "text": "ElementStyles"
@@ -1694,24 +1694,24 @@
1694
1694
  "exports": [
1695
1695
  {
1696
1696
  "kind": "js",
1697
- "name": "rapidAnchorStyles",
1697
+ "name": "rapidAnchoredRegionStyles",
1698
1698
  "declaration": {
1699
- "name": "rapidAnchorStyles",
1700
- "module": "src/anchor/anchor.styles.ts"
1699
+ "name": "rapidAnchoredRegionStyles",
1700
+ "module": "src/anchored-region/anchored-region.styles.ts"
1701
1701
  }
1702
1702
  }
1703
1703
  ]
1704
1704
  },
1705
1705
  {
1706
1706
  "kind": "javascript-module",
1707
- "path": "src/anchor/anchor.template.ts",
1707
+ "path": "src/anchored-region/anchored-region.template.ts",
1708
1708
  "declarations": [
1709
1709
  {
1710
1710
  "kind": "function",
1711
- "name": "rapidAnchorTemplate",
1711
+ "name": "rapidAnchoredRegionTemplate",
1712
1712
  "return": {
1713
1713
  "type": {
1714
- "text": "ViewTemplate<Anchor>"
1714
+ "text": "ViewTemplate<AnchoredRegion>"
1715
1715
  }
1716
1716
  },
1717
1717
  "parameters": [
@@ -1733,746 +1733,692 @@
1733
1733
  "exports": [
1734
1734
  {
1735
1735
  "kind": "js",
1736
- "name": "rapidAnchorTemplate",
1736
+ "name": "rapidAnchoredRegionTemplate",
1737
1737
  "declaration": {
1738
- "name": "rapidAnchorTemplate",
1739
- "module": "src/anchor/anchor.template.ts"
1738
+ "name": "rapidAnchoredRegionTemplate",
1739
+ "module": "src/anchored-region/anchored-region.template.ts"
1740
1740
  }
1741
1741
  }
1742
1742
  ]
1743
1743
  },
1744
1744
  {
1745
1745
  "kind": "javascript-module",
1746
- "path": "src/anchor/anchor.ts",
1746
+ "path": "src/anchored-region/anchored-region.ts",
1747
1747
  "declarations": [
1748
1748
  {
1749
1749
  "kind": "class",
1750
1750
  "description": "",
1751
- "name": "Anchor",
1751
+ "name": "AnchoredRegion",
1752
1752
  "superclass": {
1753
- "name": "FoundationAnchor",
1753
+ "name": "FoundationAnchoredRegion",
1754
1754
  "package": "@genesislcap/foundation-ui"
1755
1755
  },
1756
- "tagName": "%%prefix%%-anchor",
1756
+ "tagName": "%%prefix%%-anchored-region",
1757
1757
  "customElement": true,
1758
1758
  "attributes": [
1759
1759
  {
1760
- "name": "download",
1760
+ "name": "anchor",
1761
1761
  "type": {
1762
1762
  "text": "string"
1763
1763
  },
1764
- "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.",
1765
- "fieldName": "download",
1764
+ "default": "\"\"",
1765
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
1766
+ "fieldName": "anchor",
1766
1767
  "inheritedFrom": {
1767
- "name": "Anchor",
1768
- "module": "src/anchor/anchor.ts"
1768
+ "name": "AnchoredRegion",
1769
+ "module": "src/anchored-region/anchored-region.ts"
1769
1770
  }
1770
1771
  },
1771
1772
  {
1772
- "name": "href",
1773
+ "name": "viewport",
1773
1774
  "type": {
1774
1775
  "text": "string"
1775
1776
  },
1776
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1777
- "fieldName": "href",
1777
+ "default": "\"\"",
1778
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
1779
+ "fieldName": "viewport",
1778
1780
  "inheritedFrom": {
1779
- "name": "Anchor",
1780
- "module": "src/anchor/anchor.ts"
1781
+ "name": "AnchoredRegion",
1782
+ "module": "src/anchored-region/anchored-region.ts"
1781
1783
  }
1782
1784
  },
1783
1785
  {
1784
- "name": "hreflang",
1786
+ "name": "horizontal-positioning-mode",
1785
1787
  "type": {
1786
- "text": "string"
1788
+ "text": "AxisPositioningMode"
1787
1789
  },
1788
- "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.",
1789
- "fieldName": "hreflang",
1790
+ "default": "\"uncontrolled\"",
1791
+ "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",
1792
+ "fieldName": "horizontalPositioningMode",
1790
1793
  "inheritedFrom": {
1791
- "name": "Anchor",
1792
- "module": "src/anchor/anchor.ts"
1794
+ "name": "AnchoredRegion",
1795
+ "module": "src/anchored-region/anchored-region.ts"
1793
1796
  }
1794
1797
  },
1795
1798
  {
1796
- "name": "ping",
1799
+ "name": "horizontal-default-position",
1797
1800
  "type": {
1798
- "text": "string"
1801
+ "text": "HorizontalPosition"
1799
1802
  },
1800
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1801
- "fieldName": "ping",
1803
+ "default": "\"unset\"",
1804
+ "description": "The default horizontal position of the region relative to the anchor element",
1805
+ "fieldName": "horizontalDefaultPosition",
1802
1806
  "inheritedFrom": {
1803
- "name": "Anchor",
1804
- "module": "src/anchor/anchor.ts"
1807
+ "name": "AnchoredRegion",
1808
+ "module": "src/anchored-region/anchored-region.ts"
1805
1809
  }
1806
1810
  },
1807
1811
  {
1808
- "name": "referrerpolicy",
1812
+ "name": "horizontal-viewport-lock",
1809
1813
  "type": {
1810
- "text": "string"
1814
+ "text": "boolean"
1811
1815
  },
1812
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1813
- "fieldName": "referrerpolicy",
1816
+ "default": "false",
1817
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
1818
+ "fieldName": "horizontalViewportLock",
1814
1819
  "inheritedFrom": {
1815
- "name": "Anchor",
1816
- "module": "src/anchor/anchor.ts"
1820
+ "name": "AnchoredRegion",
1821
+ "module": "src/anchored-region/anchored-region.ts"
1817
1822
  }
1818
1823
  },
1819
1824
  {
1820
- "name": "rel",
1825
+ "name": "horizontal-inset",
1821
1826
  "type": {
1822
- "text": "string"
1827
+ "text": "boolean"
1823
1828
  },
1824
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1825
- "fieldName": "rel",
1829
+ "default": "false",
1830
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
1831
+ "fieldName": "horizontalInset",
1826
1832
  "inheritedFrom": {
1827
- "name": "Anchor",
1828
- "module": "src/anchor/anchor.ts"
1833
+ "name": "AnchoredRegion",
1834
+ "module": "src/anchored-region/anchored-region.ts"
1829
1835
  }
1830
1836
  },
1831
1837
  {
1832
- "name": "target",
1838
+ "name": "horizontal-threshold",
1833
1839
  "type": {
1834
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1840
+ "text": "number"
1835
1841
  },
1836
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1837
- "fieldName": "target",
1842
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
1843
+ "fieldName": "horizontalThreshold",
1838
1844
  "inheritedFrom": {
1839
- "name": "Anchor",
1840
- "module": "src/anchor/anchor.ts"
1845
+ "name": "AnchoredRegion",
1846
+ "module": "src/anchored-region/anchored-region.ts"
1841
1847
  }
1842
1848
  },
1843
1849
  {
1844
- "name": "type",
1850
+ "name": "horizontal-scaling",
1845
1851
  "type": {
1846
- "text": "string"
1852
+ "text": "AxisScalingMode"
1847
1853
  },
1848
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1849
- "fieldName": "type",
1854
+ "default": "\"content\"",
1855
+ "description": "Defines how the width of the region is calculated",
1856
+ "fieldName": "horizontalScaling",
1850
1857
  "inheritedFrom": {
1851
- "name": "Anchor",
1852
- "module": "src/anchor/anchor.ts"
1858
+ "name": "AnchoredRegion",
1859
+ "module": "src/anchored-region/anchored-region.ts"
1853
1860
  }
1854
- }
1855
- ],
1856
- "members": [
1861
+ },
1857
1862
  {
1858
- "kind": "field",
1859
- "name": "download",
1863
+ "name": "vertical-positioning-mode",
1860
1864
  "type": {
1861
- "text": "string"
1865
+ "text": "AxisPositioningMode"
1862
1866
  },
1863
- "privacy": "public",
1864
- "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.",
1867
+ "default": "\"uncontrolled\"",
1868
+ "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",
1869
+ "fieldName": "verticalPositioningMode",
1865
1870
  "inheritedFrom": {
1866
- "name": "Anchor",
1867
- "module": "src/anchor/anchor.ts"
1871
+ "name": "AnchoredRegion",
1872
+ "module": "src/anchored-region/anchored-region.ts"
1868
1873
  }
1869
1874
  },
1870
1875
  {
1871
- "kind": "field",
1872
- "name": "href",
1876
+ "name": "vertical-default-position",
1873
1877
  "type": {
1874
- "text": "string"
1878
+ "text": "VerticalPosition"
1875
1879
  },
1876
- "privacy": "public",
1877
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1880
+ "default": "\"unset\"",
1881
+ "description": "The default vertical position of the region relative to the anchor element",
1882
+ "fieldName": "verticalDefaultPosition",
1878
1883
  "inheritedFrom": {
1879
- "name": "Anchor",
1880
- "module": "src/anchor/anchor.ts"
1884
+ "name": "AnchoredRegion",
1885
+ "module": "src/anchored-region/anchored-region.ts"
1881
1886
  }
1882
1887
  },
1883
1888
  {
1884
- "kind": "field",
1885
- "name": "hreflang",
1889
+ "name": "vertical-viewport-lock",
1886
1890
  "type": {
1887
- "text": "string"
1891
+ "text": "boolean"
1888
1892
  },
1889
- "privacy": "public",
1890
- "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.",
1893
+ "default": "false",
1894
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
1895
+ "fieldName": "verticalViewportLock",
1891
1896
  "inheritedFrom": {
1892
- "name": "Anchor",
1893
- "module": "src/anchor/anchor.ts"
1897
+ "name": "AnchoredRegion",
1898
+ "module": "src/anchored-region/anchored-region.ts"
1894
1899
  }
1895
1900
  },
1896
1901
  {
1897
- "kind": "field",
1898
- "name": "ping",
1902
+ "name": "vertical-inset",
1899
1903
  "type": {
1900
- "text": "string"
1904
+ "text": "boolean"
1901
1905
  },
1902
- "privacy": "public",
1903
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1906
+ "default": "false",
1907
+ "description": "Whether the region overlaps the anchor on the vertical axis",
1908
+ "fieldName": "verticalInset",
1904
1909
  "inheritedFrom": {
1905
- "name": "Anchor",
1906
- "module": "src/anchor/anchor.ts"
1910
+ "name": "AnchoredRegion",
1911
+ "module": "src/anchored-region/anchored-region.ts"
1907
1912
  }
1908
1913
  },
1909
1914
  {
1910
- "kind": "field",
1911
- "name": "referrerpolicy",
1915
+ "name": "vertical-threshold",
1912
1916
  "type": {
1913
- "text": "string"
1917
+ "text": "number"
1914
1918
  },
1915
- "privacy": "public",
1916
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1919
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
1920
+ "fieldName": "verticalThreshold",
1917
1921
  "inheritedFrom": {
1918
- "name": "Anchor",
1919
- "module": "src/anchor/anchor.ts"
1922
+ "name": "AnchoredRegion",
1923
+ "module": "src/anchored-region/anchored-region.ts"
1920
1924
  }
1921
1925
  },
1922
1926
  {
1923
- "kind": "field",
1924
- "name": "rel",
1927
+ "name": "vertical-scaling",
1925
1928
  "type": {
1926
- "text": "string"
1929
+ "text": "AxisScalingMode"
1927
1930
  },
1928
- "privacy": "public",
1929
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1931
+ "default": "\"content\"",
1932
+ "description": "Defines how the height of the region is calculated",
1933
+ "fieldName": "verticalScaling",
1930
1934
  "inheritedFrom": {
1931
- "name": "Anchor",
1932
- "module": "src/anchor/anchor.ts"
1935
+ "name": "AnchoredRegion",
1936
+ "module": "src/anchored-region/anchored-region.ts"
1933
1937
  }
1934
1938
  },
1935
1939
  {
1936
- "kind": "field",
1937
- "name": "target",
1940
+ "name": "fixed-placement",
1938
1941
  "type": {
1939
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1942
+ "text": "boolean"
1940
1943
  },
1941
- "privacy": "public",
1942
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1944
+ "default": "false",
1945
+ "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,",
1946
+ "fieldName": "fixedPlacement",
1943
1947
  "inheritedFrom": {
1944
- "name": "Anchor",
1945
- "module": "src/anchor/anchor.ts"
1948
+ "name": "AnchoredRegion",
1949
+ "module": "src/anchored-region/anchored-region.ts"
1946
1950
  }
1947
1951
  },
1948
1952
  {
1949
- "kind": "field",
1950
- "name": "type",
1953
+ "name": "auto-update-mode",
1951
1954
  "type": {
1952
- "text": "string"
1955
+ "text": "AutoUpdateMode"
1953
1956
  },
1954
- "privacy": "public",
1955
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1957
+ "default": "\"anchor\"",
1958
+ "description": "Defines what triggers the anchored region to revaluate positioning",
1959
+ "fieldName": "autoUpdateMode",
1956
1960
  "inheritedFrom": {
1957
- "name": "Anchor",
1958
- "module": "src/anchor/anchor.ts"
1961
+ "name": "AnchoredRegion",
1962
+ "module": "src/anchored-region/anchored-region.ts"
1959
1963
  }
1960
- },
1964
+ }
1965
+ ],
1966
+ "members": [
1961
1967
  {
1962
1968
  "kind": "field",
1963
- "name": "control",
1969
+ "name": "anchor",
1964
1970
  "type": {
1965
- "text": "HTMLAnchorElement | undefined"
1971
+ "text": "string"
1966
1972
  },
1967
1973
  "privacy": "public",
1968
- "description": "References the root element",
1974
+ "default": "\"\"",
1975
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
1969
1976
  "inheritedFrom": {
1970
- "name": "Anchor",
1971
- "module": "src/anchor/anchor.ts"
1977
+ "name": "AnchoredRegion",
1978
+ "module": "src/anchored-region/anchored-region.ts"
1972
1979
  }
1973
1980
  },
1974
1981
  {
1975
- "kind": "field",
1976
- "name": "handleUnsupportedDelegatesFocus",
1982
+ "kind": "method",
1983
+ "name": "anchorChanged",
1977
1984
  "privacy": "private",
1978
- "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",
1985
+ "return": {
1986
+ "type": {
1987
+ "text": "void"
1988
+ }
1989
+ },
1979
1990
  "inheritedFrom": {
1980
- "name": "Anchor",
1981
- "module": "src/anchor/anchor.ts"
1991
+ "name": "AnchoredRegion",
1992
+ "module": "src/anchored-region/anchored-region.ts"
1982
1993
  }
1983
1994
  },
1984
1995
  {
1985
1996
  "kind": "field",
1986
- "name": "_presentation",
1997
+ "name": "viewport",
1987
1998
  "type": {
1988
- "text": "ComponentPresentation | null | undefined"
1999
+ "text": "string"
1989
2000
  },
2001
+ "privacy": "public",
2002
+ "default": "\"\"",
2003
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2004
+ "inheritedFrom": {
2005
+ "name": "AnchoredRegion",
2006
+ "module": "src/anchored-region/anchored-region.ts"
2007
+ }
2008
+ },
2009
+ {
2010
+ "kind": "method",
2011
+ "name": "viewportChanged",
1990
2012
  "privacy": "private",
1991
- "default": "void 0",
2013
+ "return": {
2014
+ "type": {
2015
+ "text": "void"
2016
+ }
2017
+ },
1992
2018
  "inheritedFrom": {
1993
- "name": "Anchor",
1994
- "module": "src/anchor/anchor.ts"
2019
+ "name": "AnchoredRegion",
2020
+ "module": "src/anchored-region/anchored-region.ts"
1995
2021
  }
1996
2022
  },
1997
2023
  {
1998
2024
  "kind": "field",
1999
- "name": "$presentation",
2025
+ "name": "horizontalPositioningMode",
2000
2026
  "type": {
2001
- "text": "ComponentPresentation | null"
2027
+ "text": "AxisPositioningMode"
2002
2028
  },
2003
2029
  "privacy": "public",
2004
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2030
+ "default": "\"uncontrolled\"",
2031
+ "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",
2005
2032
  "inheritedFrom": {
2006
- "name": "Anchor",
2007
- "module": "src/anchor/anchor.ts"
2033
+ "name": "AnchoredRegion",
2034
+ "module": "src/anchored-region/anchored-region.ts"
2035
+ }
2036
+ },
2037
+ {
2038
+ "kind": "method",
2039
+ "name": "horizontalPositioningModeChanged",
2040
+ "privacy": "private",
2041
+ "return": {
2042
+ "type": {
2043
+ "text": "void"
2044
+ }
2045
+ },
2046
+ "inheritedFrom": {
2047
+ "name": "AnchoredRegion",
2048
+ "module": "src/anchored-region/anchored-region.ts"
2008
2049
  }
2009
2050
  },
2010
2051
  {
2011
2052
  "kind": "field",
2012
- "name": "template",
2053
+ "name": "horizontalDefaultPosition",
2013
2054
  "type": {
2014
- "text": "ElementViewTemplate | void | null"
2055
+ "text": "HorizontalPosition"
2015
2056
  },
2016
2057
  "privacy": "public",
2017
- "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.",
2058
+ "default": "\"unset\"",
2059
+ "description": "The default horizontal position of the region relative to the anchor element",
2018
2060
  "inheritedFrom": {
2019
- "name": "Anchor",
2020
- "module": "src/anchor/anchor.ts"
2061
+ "name": "AnchoredRegion",
2062
+ "module": "src/anchored-region/anchored-region.ts"
2021
2063
  }
2022
2064
  },
2023
2065
  {
2024
2066
  "kind": "method",
2025
- "name": "templateChanged",
2026
- "privacy": "protected",
2067
+ "name": "horizontalDefaultPositionChanged",
2068
+ "privacy": "private",
2027
2069
  "return": {
2028
2070
  "type": {
2029
2071
  "text": "void"
2030
2072
  }
2031
2073
  },
2032
2074
  "inheritedFrom": {
2033
- "name": "Anchor",
2034
- "module": "src/anchor/anchor.ts"
2075
+ "name": "AnchoredRegion",
2076
+ "module": "src/anchored-region/anchored-region.ts"
2035
2077
  }
2036
2078
  },
2037
2079
  {
2038
2080
  "kind": "field",
2039
- "name": "styles",
2081
+ "name": "horizontalViewportLock",
2040
2082
  "type": {
2041
- "text": "ElementStyles | void | null"
2083
+ "text": "boolean"
2042
2084
  },
2043
2085
  "privacy": "public",
2044
- "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.",
2086
+ "default": "false",
2087
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2045
2088
  "inheritedFrom": {
2046
- "name": "Anchor",
2047
- "module": "src/anchor/anchor.ts"
2089
+ "name": "AnchoredRegion",
2090
+ "module": "src/anchored-region/anchored-region.ts"
2048
2091
  }
2049
2092
  },
2050
2093
  {
2051
2094
  "kind": "method",
2052
- "name": "stylesChanged",
2053
- "privacy": "protected",
2095
+ "name": "horizontalViewportLockChanged",
2096
+ "privacy": "private",
2054
2097
  "return": {
2055
2098
  "type": {
2056
2099
  "text": "void"
2057
2100
  }
2058
2101
  },
2059
2102
  "inheritedFrom": {
2060
- "name": "Anchor",
2061
- "module": "src/anchor/anchor.ts"
2103
+ "name": "AnchoredRegion",
2104
+ "module": "src/anchored-region/anchored-region.ts"
2062
2105
  }
2063
2106
  },
2064
2107
  {
2065
- "kind": "method",
2066
- "name": "compose",
2108
+ "kind": "field",
2109
+ "name": "horizontalInset",
2110
+ "type": {
2111
+ "text": "boolean"
2112
+ },
2067
2113
  "privacy": "public",
2068
- "static": true,
2114
+ "default": "false",
2115
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2116
+ "inheritedFrom": {
2117
+ "name": "AnchoredRegion",
2118
+ "module": "src/anchored-region/anchored-region.ts"
2119
+ }
2120
+ },
2121
+ {
2122
+ "kind": "method",
2123
+ "name": "horizontalInsetChanged",
2124
+ "privacy": "private",
2069
2125
  "return": {
2070
2126
  "type": {
2071
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2127
+ "text": "void"
2072
2128
  }
2073
2129
  },
2074
- "parameters": [
2075
- {
2076
- "name": "this",
2077
- "type": {
2078
- "text": "K"
2079
- }
2080
- },
2081
- {
2082
- "name": "elementDefinition",
2083
- "type": {
2084
- "text": "T"
2085
- },
2086
- "description": "The definition of the element to create the registry\nfunction for."
2087
- }
2088
- ],
2089
- "description": "Defines an element registry function with a set of element definition defaults.",
2090
2130
  "inheritedFrom": {
2091
- "name": "Anchor",
2092
- "module": "src/anchor/anchor.ts"
2131
+ "name": "AnchoredRegion",
2132
+ "module": "src/anchored-region/anchored-region.ts"
2093
2133
  }
2094
- }
2095
- ]
2096
- },
2097
- {
2098
- "kind": "variable",
2099
- "name": "rapidAnchor"
2100
- }
2101
- ],
2102
- "exports": [
2103
- {
2104
- "kind": "js",
2105
- "name": "Anchor",
2106
- "declaration": {
2107
- "name": "Anchor",
2108
- "module": "src/anchor/anchor.ts"
2109
- }
2110
- },
2111
- {
2112
- "kind": "js",
2113
- "name": "rapidAnchor",
2114
- "declaration": {
2115
- "name": "rapidAnchor",
2116
- "module": "src/anchor/anchor.ts"
2117
- }
2118
- }
2119
- ]
2120
- },
2121
- {
2122
- "kind": "javascript-module",
2123
- "path": "src/anchor/index.ts",
2124
- "declarations": [],
2125
- "exports": [
2126
- {
2127
- "kind": "js",
2128
- "name": "*",
2129
- "declaration": {
2130
- "name": "*",
2131
- "package": "./anchor"
2132
- }
2133
- },
2134
- {
2135
- "kind": "js",
2136
- "name": "*",
2137
- "declaration": {
2138
- "name": "*",
2139
- "package": "./anchor.styles"
2140
- }
2141
- },
2142
- {
2143
- "kind": "js",
2144
- "name": "*",
2145
- "declaration": {
2146
- "name": "*",
2147
- "package": "./anchor.template"
2148
- }
2149
- }
2150
- ]
2151
- },
2152
- {
2153
- "kind": "javascript-module",
2154
- "path": "src/anchored-region/anchored-region.styles.ts",
2155
- "declarations": [
2156
- {
2157
- "kind": "function",
2158
- "name": "rapidAnchoredRegionStyles",
2159
- "return": {
2160
- "type": {
2161
- "text": "ElementStyles"
2162
- }
2163
- },
2164
- "parameters": [
2134
+ },
2165
2135
  {
2166
- "name": "context",
2136
+ "kind": "field",
2137
+ "name": "horizontalThreshold",
2167
2138
  "type": {
2168
- "text": "ElementDefinitionContext"
2139
+ "text": "number"
2140
+ },
2141
+ "privacy": "public",
2142
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2143
+ "inheritedFrom": {
2144
+ "name": "AnchoredRegion",
2145
+ "module": "src/anchored-region/anchored-region.ts"
2169
2146
  }
2170
2147
  },
2171
2148
  {
2172
- "name": "definition",
2149
+ "kind": "method",
2150
+ "name": "horizontalThresholdChanged",
2151
+ "privacy": "private",
2152
+ "return": {
2153
+ "type": {
2154
+ "text": "void"
2155
+ }
2156
+ },
2157
+ "inheritedFrom": {
2158
+ "name": "AnchoredRegion",
2159
+ "module": "src/anchored-region/anchored-region.ts"
2160
+ }
2161
+ },
2162
+ {
2163
+ "kind": "field",
2164
+ "name": "horizontalScaling",
2173
2165
  "type": {
2174
- "text": "FoundationElementDefinition"
2175
- }
2176
- }
2177
- ]
2178
- }
2179
- ],
2180
- "exports": [
2181
- {
2182
- "kind": "js",
2183
- "name": "rapidAnchoredRegionStyles",
2184
- "declaration": {
2185
- "name": "rapidAnchoredRegionStyles",
2186
- "module": "src/anchored-region/anchored-region.styles.ts"
2187
- }
2188
- }
2189
- ]
2190
- },
2191
- {
2192
- "kind": "javascript-module",
2193
- "path": "src/anchored-region/anchored-region.template.ts",
2194
- "declarations": [
2195
- {
2196
- "kind": "function",
2197
- "name": "rapidAnchoredRegionTemplate",
2198
- "return": {
2199
- "type": {
2200
- "text": "ViewTemplate<AnchoredRegion>"
2201
- }
2202
- },
2203
- "parameters": [
2204
- {
2205
- "name": "context",
2206
- "type": {
2207
- "text": "ElementDefinitionContext"
2166
+ "text": "AxisScalingMode"
2167
+ },
2168
+ "privacy": "public",
2169
+ "default": "\"content\"",
2170
+ "description": "Defines how the width of the region is calculated",
2171
+ "inheritedFrom": {
2172
+ "name": "AnchoredRegion",
2173
+ "module": "src/anchored-region/anchored-region.ts"
2208
2174
  }
2209
2175
  },
2210
2176
  {
2211
- "name": "definition",
2212
- "type": {
2213
- "text": "FoundationElementDefinition"
2214
- }
2215
- }
2216
- ]
2217
- }
2218
- ],
2219
- "exports": [
2220
- {
2221
- "kind": "js",
2222
- "name": "rapidAnchoredRegionTemplate",
2223
- "declaration": {
2224
- "name": "rapidAnchoredRegionTemplate",
2225
- "module": "src/anchored-region/anchored-region.template.ts"
2226
- }
2227
- }
2228
- ]
2229
- },
2230
- {
2231
- "kind": "javascript-module",
2232
- "path": "src/anchored-region/anchored-region.ts",
2233
- "declarations": [
2234
- {
2235
- "kind": "class",
2236
- "description": "",
2237
- "name": "AnchoredRegion",
2238
- "superclass": {
2239
- "name": "FoundationAnchoredRegion",
2240
- "package": "@genesislcap/foundation-ui"
2241
- },
2242
- "tagName": "%%prefix%%-anchored-region",
2243
- "customElement": true,
2244
- "attributes": [
2245
- {
2246
- "name": "anchor",
2247
- "type": {
2248
- "text": "string"
2177
+ "kind": "method",
2178
+ "name": "horizontalScalingChanged",
2179
+ "privacy": "private",
2180
+ "return": {
2181
+ "type": {
2182
+ "text": "void"
2183
+ }
2249
2184
  },
2250
- "default": "\"\"",
2251
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2252
- "fieldName": "anchor",
2253
2185
  "inheritedFrom": {
2254
2186
  "name": "AnchoredRegion",
2255
2187
  "module": "src/anchored-region/anchored-region.ts"
2256
2188
  }
2257
2189
  },
2258
2190
  {
2259
- "name": "viewport",
2191
+ "kind": "field",
2192
+ "name": "verticalPositioningMode",
2260
2193
  "type": {
2261
- "text": "string"
2194
+ "text": "AxisPositioningMode"
2262
2195
  },
2263
- "default": "\"\"",
2264
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2265
- "fieldName": "viewport",
2196
+ "privacy": "public",
2197
+ "default": "\"uncontrolled\"",
2198
+ "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",
2266
2199
  "inheritedFrom": {
2267
2200
  "name": "AnchoredRegion",
2268
2201
  "module": "src/anchored-region/anchored-region.ts"
2269
2202
  }
2270
2203
  },
2271
2204
  {
2272
- "name": "horizontal-positioning-mode",
2273
- "type": {
2274
- "text": "AxisPositioningMode"
2205
+ "kind": "method",
2206
+ "name": "verticalPositioningModeChanged",
2207
+ "privacy": "private",
2208
+ "return": {
2209
+ "type": {
2210
+ "text": "void"
2211
+ }
2275
2212
  },
2276
- "default": "\"uncontrolled\"",
2277
- "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",
2278
- "fieldName": "horizontalPositioningMode",
2279
2213
  "inheritedFrom": {
2280
2214
  "name": "AnchoredRegion",
2281
2215
  "module": "src/anchored-region/anchored-region.ts"
2282
2216
  }
2283
2217
  },
2284
2218
  {
2285
- "name": "horizontal-default-position",
2219
+ "kind": "field",
2220
+ "name": "verticalDefaultPosition",
2286
2221
  "type": {
2287
- "text": "HorizontalPosition"
2222
+ "text": "VerticalPosition"
2288
2223
  },
2224
+ "privacy": "public",
2289
2225
  "default": "\"unset\"",
2290
- "description": "The default horizontal position of the region relative to the anchor element",
2291
- "fieldName": "horizontalDefaultPosition",
2226
+ "description": "The default vertical position of the region relative to the anchor element",
2292
2227
  "inheritedFrom": {
2293
2228
  "name": "AnchoredRegion",
2294
2229
  "module": "src/anchored-region/anchored-region.ts"
2295
2230
  }
2296
2231
  },
2297
2232
  {
2298
- "name": "horizontal-viewport-lock",
2299
- "type": {
2300
- "text": "boolean"
2233
+ "kind": "method",
2234
+ "name": "verticalDefaultPositionChanged",
2235
+ "privacy": "private",
2236
+ "return": {
2237
+ "type": {
2238
+ "text": "void"
2239
+ }
2301
2240
  },
2302
- "default": "false",
2303
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2304
- "fieldName": "horizontalViewportLock",
2305
2241
  "inheritedFrom": {
2306
2242
  "name": "AnchoredRegion",
2307
2243
  "module": "src/anchored-region/anchored-region.ts"
2308
2244
  }
2309
2245
  },
2310
2246
  {
2311
- "name": "horizontal-inset",
2247
+ "kind": "field",
2248
+ "name": "verticalViewportLock",
2312
2249
  "type": {
2313
2250
  "text": "boolean"
2314
2251
  },
2252
+ "privacy": "public",
2315
2253
  "default": "false",
2316
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2317
- "fieldName": "horizontalInset",
2254
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2318
2255
  "inheritedFrom": {
2319
2256
  "name": "AnchoredRegion",
2320
2257
  "module": "src/anchored-region/anchored-region.ts"
2321
2258
  }
2322
2259
  },
2323
2260
  {
2324
- "name": "horizontal-threshold",
2325
- "type": {
2326
- "text": "number"
2261
+ "kind": "method",
2262
+ "name": "verticalViewportLockChanged",
2263
+ "privacy": "private",
2264
+ "return": {
2265
+ "type": {
2266
+ "text": "void"
2267
+ }
2327
2268
  },
2328
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2329
- "fieldName": "horizontalThreshold",
2330
2269
  "inheritedFrom": {
2331
2270
  "name": "AnchoredRegion",
2332
2271
  "module": "src/anchored-region/anchored-region.ts"
2333
2272
  }
2334
2273
  },
2335
2274
  {
2336
- "name": "horizontal-scaling",
2275
+ "kind": "field",
2276
+ "name": "verticalInset",
2337
2277
  "type": {
2338
- "text": "AxisScalingMode"
2278
+ "text": "boolean"
2339
2279
  },
2340
- "default": "\"content\"",
2341
- "description": "Defines how the width of the region is calculated",
2342
- "fieldName": "horizontalScaling",
2280
+ "privacy": "public",
2281
+ "default": "false",
2282
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2343
2283
  "inheritedFrom": {
2344
2284
  "name": "AnchoredRegion",
2345
2285
  "module": "src/anchored-region/anchored-region.ts"
2346
2286
  }
2347
2287
  },
2348
2288
  {
2349
- "name": "vertical-positioning-mode",
2350
- "type": {
2351
- "text": "AxisPositioningMode"
2289
+ "kind": "method",
2290
+ "name": "verticalInsetChanged",
2291
+ "privacy": "private",
2292
+ "return": {
2293
+ "type": {
2294
+ "text": "void"
2295
+ }
2352
2296
  },
2353
- "default": "\"uncontrolled\"",
2354
- "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",
2355
- "fieldName": "verticalPositioningMode",
2356
2297
  "inheritedFrom": {
2357
2298
  "name": "AnchoredRegion",
2358
2299
  "module": "src/anchored-region/anchored-region.ts"
2359
2300
  }
2360
2301
  },
2361
2302
  {
2362
- "name": "vertical-default-position",
2303
+ "kind": "field",
2304
+ "name": "verticalThreshold",
2363
2305
  "type": {
2364
- "text": "VerticalPosition"
2306
+ "text": "number"
2365
2307
  },
2366
- "default": "\"unset\"",
2367
- "description": "The default vertical position of the region relative to the anchor element",
2368
- "fieldName": "verticalDefaultPosition",
2308
+ "privacy": "public",
2309
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2369
2310
  "inheritedFrom": {
2370
2311
  "name": "AnchoredRegion",
2371
2312
  "module": "src/anchored-region/anchored-region.ts"
2372
2313
  }
2373
2314
  },
2374
2315
  {
2375
- "name": "vertical-viewport-lock",
2376
- "type": {
2377
- "text": "boolean"
2316
+ "kind": "method",
2317
+ "name": "verticalThresholdChanged",
2318
+ "privacy": "private",
2319
+ "return": {
2320
+ "type": {
2321
+ "text": "void"
2322
+ }
2378
2323
  },
2379
- "default": "false",
2380
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2381
- "fieldName": "verticalViewportLock",
2382
2324
  "inheritedFrom": {
2383
2325
  "name": "AnchoredRegion",
2384
2326
  "module": "src/anchored-region/anchored-region.ts"
2385
2327
  }
2386
2328
  },
2387
2329
  {
2388
- "name": "vertical-inset",
2330
+ "kind": "field",
2331
+ "name": "verticalScaling",
2389
2332
  "type": {
2390
- "text": "boolean"
2333
+ "text": "AxisScalingMode"
2391
2334
  },
2392
- "default": "false",
2393
- "description": "Whether the region overlaps the anchor on the vertical axis",
2394
- "fieldName": "verticalInset",
2335
+ "privacy": "public",
2336
+ "default": "\"content\"",
2337
+ "description": "Defines how the height of the region is calculated",
2395
2338
  "inheritedFrom": {
2396
2339
  "name": "AnchoredRegion",
2397
2340
  "module": "src/anchored-region/anchored-region.ts"
2398
2341
  }
2399
2342
  },
2400
2343
  {
2401
- "name": "vertical-threshold",
2402
- "type": {
2403
- "text": "number"
2344
+ "kind": "method",
2345
+ "name": "verticalScalingChanged",
2346
+ "privacy": "private",
2347
+ "return": {
2348
+ "type": {
2349
+ "text": "void"
2350
+ }
2404
2351
  },
2405
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2406
- "fieldName": "verticalThreshold",
2407
2352
  "inheritedFrom": {
2408
2353
  "name": "AnchoredRegion",
2409
2354
  "module": "src/anchored-region/anchored-region.ts"
2410
2355
  }
2411
2356
  },
2412
2357
  {
2413
- "name": "vertical-scaling",
2358
+ "kind": "field",
2359
+ "name": "fixedPlacement",
2414
2360
  "type": {
2415
- "text": "AxisScalingMode"
2361
+ "text": "boolean"
2416
2362
  },
2417
- "default": "\"content\"",
2418
- "description": "Defines how the height of the region is calculated",
2419
- "fieldName": "verticalScaling",
2363
+ "privacy": "public",
2364
+ "default": "false",
2365
+ "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,",
2420
2366
  "inheritedFrom": {
2421
2367
  "name": "AnchoredRegion",
2422
2368
  "module": "src/anchored-region/anchored-region.ts"
2423
2369
  }
2424
2370
  },
2425
2371
  {
2426
- "name": "fixed-placement",
2427
- "type": {
2428
- "text": "boolean"
2372
+ "kind": "method",
2373
+ "name": "fixedPlacementChanged",
2374
+ "privacy": "private",
2375
+ "return": {
2376
+ "type": {
2377
+ "text": "void"
2378
+ }
2429
2379
  },
2430
- "default": "false",
2431
- "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,",
2432
- "fieldName": "fixedPlacement",
2433
2380
  "inheritedFrom": {
2434
2381
  "name": "AnchoredRegion",
2435
2382
  "module": "src/anchored-region/anchored-region.ts"
2436
2383
  }
2437
2384
  },
2438
2385
  {
2439
- "name": "auto-update-mode",
2386
+ "kind": "field",
2387
+ "name": "autoUpdateMode",
2440
2388
  "type": {
2441
2389
  "text": "AutoUpdateMode"
2442
2390
  },
2391
+ "privacy": "public",
2443
2392
  "default": "\"anchor\"",
2444
2393
  "description": "Defines what triggers the anchored region to revaluate positioning",
2445
- "fieldName": "autoUpdateMode",
2446
2394
  "inheritedFrom": {
2447
2395
  "name": "AnchoredRegion",
2448
2396
  "module": "src/anchored-region/anchored-region.ts"
2449
2397
  }
2450
- }
2451
- ],
2452
- "members": [
2453
- {
2454
- "kind": "field",
2455
- "name": "anchor",
2456
- "type": {
2457
- "text": "string"
2458
- },
2459
- "privacy": "public",
2460
- "default": "\"\"",
2461
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2462
- "inheritedFrom": {
2463
- "name": "AnchoredRegion",
2464
- "module": "src/anchored-region/anchored-region.ts"
2465
- }
2466
- },
2398
+ },
2467
2399
  {
2468
2400
  "kind": "method",
2469
- "name": "anchorChanged",
2401
+ "name": "autoUpdateModeChanged",
2470
2402
  "privacy": "private",
2471
2403
  "return": {
2472
2404
  "type": {
2473
2405
  "text": "void"
2474
2406
  }
2475
2407
  },
2408
+ "parameters": [
2409
+ {
2410
+ "name": "prevMode",
2411
+ "type": {
2412
+ "text": "AutoUpdateMode"
2413
+ }
2414
+ },
2415
+ {
2416
+ "name": "newMode",
2417
+ "type": {
2418
+ "text": "AutoUpdateMode"
2419
+ }
2420
+ }
2421
+ ],
2476
2422
  "inheritedFrom": {
2477
2423
  "name": "AnchoredRegion",
2478
2424
  "module": "src/anchored-region/anchored-region.ts"
@@ -2480,13 +2426,13 @@
2480
2426
  },
2481
2427
  {
2482
2428
  "kind": "field",
2483
- "name": "viewport",
2429
+ "name": "anchorElement",
2484
2430
  "type": {
2485
- "text": "string"
2431
+ "text": "HTMLElement | null"
2486
2432
  },
2487
2433
  "privacy": "public",
2488
- "default": "\"\"",
2489
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2434
+ "default": "null",
2435
+ "description": "The HTML element being used as the anchor",
2490
2436
  "inheritedFrom": {
2491
2437
  "name": "AnchoredRegion",
2492
2438
  "module": "src/anchored-region/anchored-region.ts"
@@ -2494,7 +2440,7 @@
2494
2440
  },
2495
2441
  {
2496
2442
  "kind": "method",
2497
- "name": "viewportChanged",
2443
+ "name": "anchorElementChanged",
2498
2444
  "privacy": "private",
2499
2445
  "return": {
2500
2446
  "type": {
@@ -2508,13 +2454,13 @@
2508
2454
  },
2509
2455
  {
2510
2456
  "kind": "field",
2511
- "name": "horizontalPositioningMode",
2457
+ "name": "viewportElement",
2512
2458
  "type": {
2513
- "text": "AxisPositioningMode"
2459
+ "text": "HTMLElement | null"
2514
2460
  },
2515
2461
  "privacy": "public",
2516
- "default": "\"uncontrolled\"",
2517
- "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",
2462
+ "default": "null",
2463
+ "description": "The HTML element being used as the viewport",
2518
2464
  "inheritedFrom": {
2519
2465
  "name": "AnchoredRegion",
2520
2466
  "module": "src/anchored-region/anchored-region.ts"
@@ -2522,7 +2468,7 @@
2522
2468
  },
2523
2469
  {
2524
2470
  "kind": "method",
2525
- "name": "horizontalPositioningModeChanged",
2471
+ "name": "viewportElementChanged",
2526
2472
  "privacy": "private",
2527
2473
  "return": {
2528
2474
  "type": {
@@ -2536,27 +2482,12 @@
2536
2482
  },
2537
2483
  {
2538
2484
  "kind": "field",
2539
- "name": "horizontalDefaultPosition",
2485
+ "name": "verticalPosition",
2540
2486
  "type": {
2541
- "text": "HorizontalPosition"
2487
+ "text": "AnchoredRegionPositionLabel | undefined"
2542
2488
  },
2543
2489
  "privacy": "public",
2544
- "default": "\"unset\"",
2545
- "description": "The default horizontal position of the region relative to the anchor element",
2546
- "inheritedFrom": {
2547
- "name": "AnchoredRegion",
2548
- "module": "src/anchored-region/anchored-region.ts"
2549
- }
2550
- },
2551
- {
2552
- "kind": "method",
2553
- "name": "horizontalDefaultPositionChanged",
2554
- "privacy": "private",
2555
- "return": {
2556
- "type": {
2557
- "text": "void"
2558
- }
2559
- },
2490
+ "description": "indicates the current horizontal position of the region",
2560
2491
  "inheritedFrom": {
2561
2492
  "name": "AnchoredRegion",
2562
2493
  "module": "src/anchored-region/anchored-region.ts"
@@ -2564,27 +2495,25 @@
2564
2495
  },
2565
2496
  {
2566
2497
  "kind": "field",
2567
- "name": "horizontalViewportLock",
2498
+ "name": "horizontalPosition",
2568
2499
  "type": {
2569
- "text": "boolean"
2500
+ "text": "AnchoredRegionPositionLabel | undefined"
2570
2501
  },
2571
2502
  "privacy": "public",
2572
- "default": "false",
2573
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2503
+ "description": "indicates the current vertical position of the region",
2574
2504
  "inheritedFrom": {
2575
2505
  "name": "AnchoredRegion",
2576
2506
  "module": "src/anchored-region/anchored-region.ts"
2577
2507
  }
2578
2508
  },
2579
2509
  {
2580
- "kind": "method",
2581
- "name": "horizontalViewportLockChanged",
2582
- "privacy": "private",
2583
- "return": {
2584
- "type": {
2585
- "text": "void"
2586
- }
2510
+ "kind": "field",
2511
+ "name": "translateX",
2512
+ "type": {
2513
+ "text": "number"
2587
2514
  },
2515
+ "privacy": "private",
2516
+ "description": "values to be applied to the component's transform on render",
2588
2517
  "inheritedFrom": {
2589
2518
  "name": "AnchoredRegion",
2590
2519
  "module": "src/anchored-region/anchored-region.ts"
@@ -2592,27 +2521,24 @@
2592
2521
  },
2593
2522
  {
2594
2523
  "kind": "field",
2595
- "name": "horizontalInset",
2524
+ "name": "translateY",
2596
2525
  "type": {
2597
- "text": "boolean"
2526
+ "text": "number"
2598
2527
  },
2599
- "privacy": "public",
2600
- "default": "false",
2601
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2528
+ "privacy": "private",
2602
2529
  "inheritedFrom": {
2603
2530
  "name": "AnchoredRegion",
2604
2531
  "module": "src/anchored-region/anchored-region.ts"
2605
2532
  }
2606
2533
  },
2607
2534
  {
2608
- "kind": "method",
2609
- "name": "horizontalInsetChanged",
2610
- "privacy": "private",
2611
- "return": {
2612
- "type": {
2613
- "text": "void"
2614
- }
2535
+ "kind": "field",
2536
+ "name": "regionWidth",
2537
+ "type": {
2538
+ "text": "string"
2615
2539
  },
2540
+ "privacy": "private",
2541
+ "description": "the span to be applied to the region on each axis",
2616
2542
  "inheritedFrom": {
2617
2543
  "name": "AnchoredRegion",
2618
2544
  "module": "src/anchored-region/anchored-region.ts"
@@ -2620,26 +2546,24 @@
2620
2546
  },
2621
2547
  {
2622
2548
  "kind": "field",
2623
- "name": "horizontalThreshold",
2549
+ "name": "regionHeight",
2624
2550
  "type": {
2625
- "text": "number"
2551
+ "text": "string"
2626
2552
  },
2627
- "privacy": "public",
2628
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2553
+ "privacy": "private",
2629
2554
  "inheritedFrom": {
2630
2555
  "name": "AnchoredRegion",
2631
2556
  "module": "src/anchored-region/anchored-region.ts"
2632
2557
  }
2633
2558
  },
2634
2559
  {
2635
- "kind": "method",
2636
- "name": "horizontalThresholdChanged",
2637
- "privacy": "private",
2638
- "return": {
2639
- "type": {
2640
- "text": "void"
2641
- }
2560
+ "kind": "field",
2561
+ "name": "resizeDetector",
2562
+ "type": {
2563
+ "text": "ResizeObserverClassDefinition | null"
2642
2564
  },
2565
+ "privacy": "private",
2566
+ "default": "null",
2643
2567
  "inheritedFrom": {
2644
2568
  "name": "AnchoredRegion",
2645
2569
  "module": "src/anchored-region/anchored-region.ts"
@@ -2647,27 +2571,23 @@
2647
2571
  },
2648
2572
  {
2649
2573
  "kind": "field",
2650
- "name": "horizontalScaling",
2574
+ "name": "viewportRect",
2651
2575
  "type": {
2652
- "text": "AxisScalingMode"
2576
+ "text": "ClientRect | DOMRect | undefined"
2653
2577
  },
2654
- "privacy": "public",
2655
- "default": "\"content\"",
2656
- "description": "Defines how the width of the region is calculated",
2578
+ "privacy": "private",
2657
2579
  "inheritedFrom": {
2658
2580
  "name": "AnchoredRegion",
2659
2581
  "module": "src/anchored-region/anchored-region.ts"
2660
2582
  }
2661
2583
  },
2662
2584
  {
2663
- "kind": "method",
2664
- "name": "horizontalScalingChanged",
2665
- "privacy": "private",
2666
- "return": {
2667
- "type": {
2668
- "text": "void"
2669
- }
2585
+ "kind": "field",
2586
+ "name": "anchorRect",
2587
+ "type": {
2588
+ "text": "ClientRect | DOMRect | undefined"
2670
2589
  },
2590
+ "privacy": "private",
2671
2591
  "inheritedFrom": {
2672
2592
  "name": "AnchoredRegion",
2673
2593
  "module": "src/anchored-region/anchored-region.ts"
@@ -2675,27 +2595,25 @@
2675
2595
  },
2676
2596
  {
2677
2597
  "kind": "field",
2678
- "name": "verticalPositioningMode",
2598
+ "name": "regionRect",
2679
2599
  "type": {
2680
- "text": "AxisPositioningMode"
2600
+ "text": "ClientRect | DOMRect | undefined"
2681
2601
  },
2682
- "privacy": "public",
2683
- "default": "\"uncontrolled\"",
2684
- "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",
2602
+ "privacy": "private",
2685
2603
  "inheritedFrom": {
2686
2604
  "name": "AnchoredRegion",
2687
2605
  "module": "src/anchored-region/anchored-region.ts"
2688
2606
  }
2689
2607
  },
2690
2608
  {
2691
- "kind": "method",
2692
- "name": "verticalPositioningModeChanged",
2693
- "privacy": "private",
2694
- "return": {
2695
- "type": {
2696
- "text": "void"
2697
- }
2609
+ "kind": "field",
2610
+ "name": "baseHorizontalOffset",
2611
+ "type": {
2612
+ "text": "number"
2698
2613
  },
2614
+ "privacy": "private",
2615
+ "default": "0",
2616
+ "description": "base offsets between the positioner's base position and the anchor's",
2699
2617
  "inheritedFrom": {
2700
2618
  "name": "AnchoredRegion",
2701
2619
  "module": "src/anchored-region/anchored-region.ts"
@@ -2703,27 +2621,25 @@
2703
2621
  },
2704
2622
  {
2705
2623
  "kind": "field",
2706
- "name": "verticalDefaultPosition",
2624
+ "name": "baseVerticalOffset",
2707
2625
  "type": {
2708
- "text": "VerticalPosition"
2626
+ "text": "number"
2709
2627
  },
2710
- "privacy": "public",
2711
- "default": "\"unset\"",
2712
- "description": "The default vertical position of the region relative to the anchor element",
2628
+ "privacy": "private",
2629
+ "default": "0",
2713
2630
  "inheritedFrom": {
2714
2631
  "name": "AnchoredRegion",
2715
2632
  "module": "src/anchored-region/anchored-region.ts"
2716
2633
  }
2717
2634
  },
2718
2635
  {
2719
- "kind": "method",
2720
- "name": "verticalDefaultPositionChanged",
2721
- "privacy": "private",
2722
- "return": {
2723
- "type": {
2724
- "text": "void"
2725
- }
2636
+ "kind": "field",
2637
+ "name": "pendingPositioningUpdate",
2638
+ "type": {
2639
+ "text": "boolean"
2726
2640
  },
2641
+ "privacy": "private",
2642
+ "default": "false",
2727
2643
  "inheritedFrom": {
2728
2644
  "name": "AnchoredRegion",
2729
2645
  "module": "src/anchored-region/anchored-region.ts"
@@ -2731,27 +2647,24 @@
2731
2647
  },
2732
2648
  {
2733
2649
  "kind": "field",
2734
- "name": "verticalViewportLock",
2650
+ "name": "pendingReset",
2735
2651
  "type": {
2736
2652
  "text": "boolean"
2737
2653
  },
2738
- "privacy": "public",
2654
+ "privacy": "private",
2739
2655
  "default": "false",
2740
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2741
2656
  "inheritedFrom": {
2742
2657
  "name": "AnchoredRegion",
2743
2658
  "module": "src/anchored-region/anchored-region.ts"
2744
2659
  }
2745
2660
  },
2746
2661
  {
2747
- "kind": "method",
2748
- "name": "verticalViewportLockChanged",
2749
- "privacy": "private",
2750
- "return": {
2751
- "type": {
2752
- "text": "void"
2753
- }
2662
+ "kind": "field",
2663
+ "name": "currentDirection",
2664
+ "type": {
2665
+ "text": "Direction"
2754
2666
  },
2667
+ "privacy": "private",
2755
2668
  "inheritedFrom": {
2756
2669
  "name": "AnchoredRegion",
2757
2670
  "module": "src/anchored-region/anchored-region.ts"
@@ -2759,27 +2672,25 @@
2759
2672
  },
2760
2673
  {
2761
2674
  "kind": "field",
2762
- "name": "verticalInset",
2675
+ "name": "regionVisible",
2763
2676
  "type": {
2764
2677
  "text": "boolean"
2765
2678
  },
2766
- "privacy": "public",
2679
+ "privacy": "private",
2767
2680
  "default": "false",
2768
- "description": "Whether the region overlaps the anchor on the vertical axis",
2769
2681
  "inheritedFrom": {
2770
2682
  "name": "AnchoredRegion",
2771
2683
  "module": "src/anchored-region/anchored-region.ts"
2772
2684
  }
2773
2685
  },
2774
2686
  {
2775
- "kind": "method",
2776
- "name": "verticalInsetChanged",
2777
- "privacy": "private",
2778
- "return": {
2779
- "type": {
2780
- "text": "void"
2781
- }
2687
+ "kind": "field",
2688
+ "name": "forceUpdate",
2689
+ "type": {
2690
+ "text": "boolean"
2782
2691
  },
2692
+ "privacy": "private",
2693
+ "default": "false",
2783
2694
  "inheritedFrom": {
2784
2695
  "name": "AnchoredRegion",
2785
2696
  "module": "src/anchored-region/anchored-region.ts"
@@ -2787,26 +2698,26 @@
2787
2698
  },
2788
2699
  {
2789
2700
  "kind": "field",
2790
- "name": "verticalThreshold",
2701
+ "name": "updateThreshold",
2791
2702
  "type": {
2792
2703
  "text": "number"
2793
2704
  },
2794
- "privacy": "public",
2795
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2705
+ "privacy": "private",
2706
+ "default": "0.5",
2796
2707
  "inheritedFrom": {
2797
2708
  "name": "AnchoredRegion",
2798
2709
  "module": "src/anchored-region/anchored-region.ts"
2799
2710
  }
2800
2711
  },
2801
2712
  {
2802
- "kind": "method",
2803
- "name": "verticalThresholdChanged",
2804
- "privacy": "private",
2805
- "return": {
2806
- "type": {
2807
- "text": "void"
2808
- }
2713
+ "kind": "field",
2714
+ "name": "intersectionService",
2715
+ "type": {
2716
+ "text": "IntersectionService"
2809
2717
  },
2718
+ "privacy": "private",
2719
+ "static": true,
2720
+ "default": "new IntersectionService()",
2810
2721
  "inheritedFrom": {
2811
2722
  "name": "AnchoredRegion",
2812
2723
  "module": "src/anchored-region/anchored-region.ts"
@@ -2814,13 +2725,9 @@
2814
2725
  },
2815
2726
  {
2816
2727
  "kind": "field",
2817
- "name": "verticalScaling",
2818
- "type": {
2819
- "text": "AxisScalingMode"
2820
- },
2728
+ "name": "update",
2821
2729
  "privacy": "public",
2822
- "default": "\"content\"",
2823
- "description": "Defines how the height of the region is calculated",
2730
+ "description": "update position",
2824
2731
  "inheritedFrom": {
2825
2732
  "name": "AnchoredRegion",
2826
2733
  "module": "src/anchored-region/anchored-region.ts"
@@ -2828,27 +2735,29 @@
2828
2735
  },
2829
2736
  {
2830
2737
  "kind": "method",
2831
- "name": "verticalScalingChanged",
2738
+ "name": "disconnectResizeDetector",
2832
2739
  "privacy": "private",
2833
2740
  "return": {
2834
2741
  "type": {
2835
2742
  "text": "void"
2836
2743
  }
2837
2744
  },
2745
+ "description": "destroys the instance's resize observer",
2838
2746
  "inheritedFrom": {
2839
2747
  "name": "AnchoredRegion",
2840
2748
  "module": "src/anchored-region/anchored-region.ts"
2841
2749
  }
2842
2750
  },
2843
2751
  {
2844
- "kind": "field",
2845
- "name": "fixedPlacement",
2846
- "type": {
2847
- "text": "boolean"
2752
+ "kind": "method",
2753
+ "name": "initializeResizeDetector",
2754
+ "privacy": "private",
2755
+ "return": {
2756
+ "type": {
2757
+ "text": "void"
2758
+ }
2848
2759
  },
2849
- "privacy": "public",
2850
- "default": "false",
2851
- "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,",
2760
+ "description": "initializes the instance's resize observer",
2852
2761
  "inheritedFrom": {
2853
2762
  "name": "AnchoredRegion",
2854
2763
  "module": "src/anchored-region/anchored-region.ts"
@@ -2856,27 +2765,29 @@
2856
2765
  },
2857
2766
  {
2858
2767
  "kind": "method",
2859
- "name": "fixedPlacementChanged",
2768
+ "name": "updateForAttributeChange",
2860
2769
  "privacy": "private",
2861
2770
  "return": {
2862
2771
  "type": {
2863
2772
  "text": "void"
2864
2773
  }
2865
2774
  },
2775
+ "description": "react to attribute changes that don't require a reset",
2866
2776
  "inheritedFrom": {
2867
2777
  "name": "AnchoredRegion",
2868
2778
  "module": "src/anchored-region/anchored-region.ts"
2869
2779
  }
2870
2780
  },
2871
2781
  {
2872
- "kind": "field",
2873
- "name": "autoUpdateMode",
2874
- "type": {
2875
- "text": "AutoUpdateMode"
2782
+ "kind": "method",
2783
+ "name": "initialize",
2784
+ "privacy": "private",
2785
+ "return": {
2786
+ "type": {
2787
+ "text": "void"
2788
+ }
2876
2789
  },
2877
- "privacy": "public",
2878
- "default": "\"anchor\"",
2879
- "description": "Defines what triggers the anchored region to revaluate positioning",
2790
+ "description": "fully initializes the component",
2880
2791
  "inheritedFrom": {
2881
2792
  "name": "AnchoredRegion",
2882
2793
  "module": "src/anchored-region/anchored-region.ts"
@@ -2884,55 +2795,39 @@
2884
2795
  },
2885
2796
  {
2886
2797
  "kind": "method",
2887
- "name": "autoUpdateModeChanged",
2798
+ "name": "requestReset",
2888
2799
  "privacy": "private",
2889
2800
  "return": {
2890
2801
  "type": {
2891
2802
  "text": "void"
2892
2803
  }
2893
2804
  },
2894
- "parameters": [
2895
- {
2896
- "name": "prevMode",
2897
- "type": {
2898
- "text": "AutoUpdateMode"
2899
- }
2900
- },
2901
- {
2902
- "name": "newMode",
2903
- "type": {
2904
- "text": "AutoUpdateMode"
2905
- }
2906
- }
2907
- ],
2805
+ "description": "Request a reset if there are currently no open requests",
2908
2806
  "inheritedFrom": {
2909
2807
  "name": "AnchoredRegion",
2910
2808
  "module": "src/anchored-region/anchored-region.ts"
2911
2809
  }
2912
2810
  },
2913
2811
  {
2914
- "kind": "field",
2915
- "name": "anchorElement",
2916
- "type": {
2917
- "text": "HTMLElement | null"
2812
+ "kind": "method",
2813
+ "name": "setInitialState",
2814
+ "privacy": "private",
2815
+ "return": {
2816
+ "type": {
2817
+ "text": "void"
2818
+ }
2918
2819
  },
2919
- "privacy": "public",
2920
- "default": "null",
2921
- "description": "The HTML element being used as the anchor",
2820
+ "description": "sets the starting configuration for component internal values",
2922
2821
  "inheritedFrom": {
2923
2822
  "name": "AnchoredRegion",
2924
2823
  "module": "src/anchored-region/anchored-region.ts"
2925
2824
  }
2926
2825
  },
2927
2826
  {
2928
- "kind": "method",
2929
- "name": "anchorElementChanged",
2827
+ "kind": "field",
2828
+ "name": "startObservers",
2930
2829
  "privacy": "private",
2931
- "return": {
2932
- "type": {
2933
- "text": "void"
2934
- }
2935
- },
2830
+ "description": "starts observers",
2936
2831
  "inheritedFrom": {
2937
2832
  "name": "AnchoredRegion",
2938
2833
  "module": "src/anchored-region/anchored-region.ts"
@@ -2940,27 +2835,19 @@
2940
2835
  },
2941
2836
  {
2942
2837
  "kind": "field",
2943
- "name": "viewportElement",
2944
- "type": {
2945
- "text": "HTMLElement | null"
2946
- },
2947
- "privacy": "public",
2948
- "default": "null",
2949
- "description": "The HTML element being used as the viewport",
2838
+ "name": "requestPositionUpdates",
2839
+ "privacy": "private",
2840
+ "description": "get position updates",
2950
2841
  "inheritedFrom": {
2951
2842
  "name": "AnchoredRegion",
2952
2843
  "module": "src/anchored-region/anchored-region.ts"
2953
2844
  }
2954
2845
  },
2955
2846
  {
2956
- "kind": "method",
2957
- "name": "viewportElementChanged",
2847
+ "kind": "field",
2848
+ "name": "stopObservers",
2958
2849
  "privacy": "private",
2959
- "return": {
2960
- "type": {
2961
- "text": "void"
2962
- }
2963
- },
2850
+ "description": "stops observers",
2964
2851
  "inheritedFrom": {
2965
2852
  "name": "AnchoredRegion",
2966
2853
  "module": "src/anchored-region/anchored-region.ts"
@@ -2968,12 +2855,9 @@
2968
2855
  },
2969
2856
  {
2970
2857
  "kind": "field",
2971
- "name": "verticalPosition",
2972
- "type": {
2973
- "text": "AnchoredRegionPositionLabel | undefined"
2974
- },
2975
- "privacy": "public",
2976
- "description": "indicates the current horizontal position of the region",
2858
+ "name": "getViewport",
2859
+ "privacy": "private",
2860
+ "description": "Gets the viewport element by id, or defaults to document root",
2977
2861
  "inheritedFrom": {
2978
2862
  "name": "AnchoredRegion",
2979
2863
  "module": "src/anchored-region/anchored-region.ts"
@@ -2981,12 +2865,9 @@
2981
2865
  },
2982
2866
  {
2983
2867
  "kind": "field",
2984
- "name": "horizontalPosition",
2985
- "type": {
2986
- "text": "AnchoredRegionPositionLabel | undefined"
2987
- },
2988
- "privacy": "public",
2989
- "description": "indicates the current vertical position of the region",
2868
+ "name": "getAnchor",
2869
+ "privacy": "private",
2870
+ "description": "Gets the anchor element by id",
2990
2871
  "inheritedFrom": {
2991
2872
  "name": "AnchoredRegion",
2992
2873
  "module": "src/anchored-region/anchored-region.ts"
@@ -2994,12 +2875,9 @@
2994
2875
  },
2995
2876
  {
2996
2877
  "kind": "field",
2997
- "name": "translateX",
2998
- "type": {
2999
- "text": "number"
3000
- },
2878
+ "name": "handleIntersection",
3001
2879
  "privacy": "private",
3002
- "description": "values to be applied to the component's transform on render",
2880
+ "description": "Handle intersections",
3003
2881
  "inheritedFrom": {
3004
2882
  "name": "AnchoredRegion",
3005
2883
  "module": "src/anchored-region/anchored-region.ts"
@@ -3007,11 +2885,9 @@
3007
2885
  },
3008
2886
  {
3009
2887
  "kind": "field",
3010
- "name": "translateY",
3011
- "type": {
3012
- "text": "number"
3013
- },
2888
+ "name": "applyIntersectionEntries",
3014
2889
  "privacy": "private",
2890
+ "description": "iterate through intersection entries and apply data",
3015
2891
  "inheritedFrom": {
3016
2892
  "name": "AnchoredRegion",
3017
2893
  "module": "src/anchored-region/anchored-region.ts"
@@ -3019,12 +2895,9 @@
3019
2895
  },
3020
2896
  {
3021
2897
  "kind": "field",
3022
- "name": "regionWidth",
3023
- "type": {
3024
- "text": "string"
3025
- },
2898
+ "name": "updateRegionOffset",
3026
2899
  "privacy": "private",
3027
- "description": "the span to be applied to the region on each axis",
2900
+ "description": "Update the offset values",
3028
2901
  "inheritedFrom": {
3029
2902
  "name": "AnchoredRegion",
3030
2903
  "module": "src/anchored-region/anchored-region.ts"
@@ -3032,11 +2905,9 @@
3032
2905
  },
3033
2906
  {
3034
2907
  "kind": "field",
3035
- "name": "regionHeight",
3036
- "type": {
3037
- "text": "string"
3038
- },
2908
+ "name": "isRectDifferent",
3039
2909
  "privacy": "private",
2910
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3040
2911
  "inheritedFrom": {
3041
2912
  "name": "AnchoredRegion",
3042
2913
  "module": "src/anchored-region/anchored-region.ts"
@@ -3044,12 +2915,9 @@
3044
2915
  },
3045
2916
  {
3046
2917
  "kind": "field",
3047
- "name": "resizeDetector",
3048
- "type": {
3049
- "text": "ResizeObserverClassDefinition | null"
3050
- },
2918
+ "name": "handleResize",
3051
2919
  "privacy": "private",
3052
- "default": "null",
2920
+ "description": "Handle resize events",
3053
2921
  "inheritedFrom": {
3054
2922
  "name": "AnchoredRegion",
3055
2923
  "module": "src/anchored-region/anchored-region.ts"
@@ -3057,11 +2925,9 @@
3057
2925
  },
3058
2926
  {
3059
2927
  "kind": "field",
3060
- "name": "viewportRect",
3061
- "type": {
3062
- "text": "ClientRect | DOMRect | undefined"
3063
- },
2928
+ "name": "reset",
3064
2929
  "privacy": "private",
2930
+ "description": "resets the component",
3065
2931
  "inheritedFrom": {
3066
2932
  "name": "AnchoredRegion",
3067
2933
  "module": "src/anchored-region/anchored-region.ts"
@@ -3069,11 +2935,9 @@
3069
2935
  },
3070
2936
  {
3071
2937
  "kind": "field",
3072
- "name": "anchorRect",
3073
- "type": {
3074
- "text": "ClientRect | DOMRect | undefined"
3075
- },
2938
+ "name": "updateLayout",
3076
2939
  "privacy": "private",
2940
+ "description": "Recalculate layout related state values",
3077
2941
  "inheritedFrom": {
3078
2942
  "name": "AnchoredRegion",
3079
2943
  "module": "src/anchored-region/anchored-region.ts"
@@ -3081,11 +2945,9 @@
3081
2945
  },
3082
2946
  {
3083
2947
  "kind": "field",
3084
- "name": "regionRect",
3085
- "type": {
3086
- "text": "ClientRect | DOMRect | undefined"
3087
- },
2948
+ "name": "updateRegionStyle",
3088
2949
  "privacy": "private",
2950
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3089
2951
  "inheritedFrom": {
3090
2952
  "name": "AnchoredRegion",
3091
2953
  "module": "src/anchored-region/anchored-region.ts"
@@ -3093,13 +2955,9 @@
3093
2955
  },
3094
2956
  {
3095
2957
  "kind": "field",
3096
- "name": "baseHorizontalOffset",
3097
- "type": {
3098
- "text": "number"
3099
- },
2958
+ "name": "updatePositionClasses",
3100
2959
  "privacy": "private",
3101
- "default": "0",
3102
- "description": "base offsets between the positioner's base position and the anchor's",
2960
+ "description": "Updates the css classes that reflect the current position of the element",
3103
2961
  "inheritedFrom": {
3104
2962
  "name": "AnchoredRegion",
3105
2963
  "module": "src/anchored-region/anchored-region.ts"
@@ -3107,12 +2965,9 @@
3107
2965
  },
3108
2966
  {
3109
2967
  "kind": "field",
3110
- "name": "baseVerticalOffset",
3111
- "type": {
3112
- "text": "number"
3113
- },
2968
+ "name": "setHorizontalPosition",
3114
2969
  "privacy": "private",
3115
- "default": "0",
2970
+ "description": "Get horizontal positioning state based on desired position",
3116
2971
  "inheritedFrom": {
3117
2972
  "name": "AnchoredRegion",
3118
2973
  "module": "src/anchored-region/anchored-region.ts"
@@ -3120,12 +2975,9 @@
3120
2975
  },
3121
2976
  {
3122
2977
  "kind": "field",
3123
- "name": "pendingPositioningUpdate",
3124
- "type": {
3125
- "text": "boolean"
3126
- },
2978
+ "name": "setVerticalPosition",
3127
2979
  "privacy": "private",
3128
- "default": "false",
2980
+ "description": "Set vertical positioning state based on desired position",
3129
2981
  "inheritedFrom": {
3130
2982
  "name": "AnchoredRegion",
3131
2983
  "module": "src/anchored-region/anchored-region.ts"
@@ -3133,12 +2985,9 @@
3133
2985
  },
3134
2986
  {
3135
2987
  "kind": "field",
3136
- "name": "pendingReset",
3137
- "type": {
3138
- "text": "boolean"
3139
- },
2988
+ "name": "getPositioningOptions",
3140
2989
  "privacy": "private",
3141
- "default": "false",
2990
+ "description": "Get available positions based on positioning mode",
3142
2991
  "inheritedFrom": {
3143
2992
  "name": "AnchoredRegion",
3144
2993
  "module": "src/anchored-region/anchored-region.ts"
@@ -3146,11 +2995,9 @@
3146
2995
  },
3147
2996
  {
3148
2997
  "kind": "field",
3149
- "name": "currentDirection",
3150
- "type": {
3151
- "text": "Direction"
3152
- },
2998
+ "name": "getAvailableSpace",
3153
2999
  "privacy": "private",
3000
+ "description": "Get the space available for a particular relative position",
3154
3001
  "inheritedFrom": {
3155
3002
  "name": "AnchoredRegion",
3156
3003
  "module": "src/anchored-region/anchored-region.ts"
@@ -3158,12 +3005,9 @@
3158
3005
  },
3159
3006
  {
3160
3007
  "kind": "field",
3161
- "name": "regionVisible",
3162
- "type": {
3163
- "text": "boolean"
3164
- },
3008
+ "name": "getNextRegionDimension",
3165
3009
  "privacy": "private",
3166
- "default": "false",
3010
+ "description": "Get region dimensions",
3167
3011
  "inheritedFrom": {
3168
3012
  "name": "AnchoredRegion",
3169
3013
  "module": "src/anchored-region/anchored-region.ts"
@@ -3171,12 +3015,9 @@
3171
3015
  },
3172
3016
  {
3173
3017
  "kind": "field",
3174
- "name": "forceUpdate",
3175
- "type": {
3176
- "text": "boolean"
3177
- },
3018
+ "name": "startAutoUpdateEventListeners",
3178
3019
  "privacy": "private",
3179
- "default": "false",
3020
+ "description": "starts event listeners that can trigger auto updating",
3180
3021
  "inheritedFrom": {
3181
3022
  "name": "AnchoredRegion",
3182
3023
  "module": "src/anchored-region/anchored-region.ts"
@@ -3184,12 +3025,9 @@
3184
3025
  },
3185
3026
  {
3186
3027
  "kind": "field",
3187
- "name": "updateThreshold",
3188
- "type": {
3189
- "text": "number"
3190
- },
3028
+ "name": "stopAutoUpdateEventListeners",
3191
3029
  "privacy": "private",
3192
- "default": "0.5",
3030
+ "description": "stops event listeners that can trigger auto updating",
3193
3031
  "inheritedFrom": {
3194
3032
  "name": "AnchoredRegion",
3195
3033
  "module": "src/anchored-region/anchored-region.ts"
@@ -3197,13 +3035,12 @@
3197
3035
  },
3198
3036
  {
3199
3037
  "kind": "field",
3200
- "name": "intersectionService",
3038
+ "name": "_presentation",
3201
3039
  "type": {
3202
- "text": "IntersectionService"
3040
+ "text": "ComponentPresentation | null | undefined"
3203
3041
  },
3204
3042
  "privacy": "private",
3205
- "static": true,
3206
- "default": "new IntersectionService()",
3043
+ "default": "void 0",
3207
3044
  "inheritedFrom": {
3208
3045
  "name": "AnchoredRegion",
3209
3046
  "module": "src/anchored-region/anchored-region.ts"
@@ -3211,24 +3048,25 @@
3211
3048
  },
3212
3049
  {
3213
3050
  "kind": "field",
3214
- "name": "update",
3051
+ "name": "$presentation",
3052
+ "type": {
3053
+ "text": "ComponentPresentation | null"
3054
+ },
3215
3055
  "privacy": "public",
3216
- "description": "update position",
3056
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3217
3057
  "inheritedFrom": {
3218
3058
  "name": "AnchoredRegion",
3219
3059
  "module": "src/anchored-region/anchored-region.ts"
3220
3060
  }
3221
3061
  },
3222
3062
  {
3223
- "kind": "method",
3224
- "name": "disconnectResizeDetector",
3225
- "privacy": "private",
3226
- "return": {
3227
- "type": {
3228
- "text": "void"
3229
- }
3063
+ "kind": "field",
3064
+ "name": "template",
3065
+ "type": {
3066
+ "text": "ElementViewTemplate | void | null"
3230
3067
  },
3231
- "description": "destroys the instance's resize observer",
3068
+ "privacy": "public",
3069
+ "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.",
3232
3070
  "inheritedFrom": {
3233
3071
  "name": "AnchoredRegion",
3234
3072
  "module": "src/anchored-region/anchored-region.ts"
@@ -3236,29 +3074,26 @@
3236
3074
  },
3237
3075
  {
3238
3076
  "kind": "method",
3239
- "name": "initializeResizeDetector",
3240
- "privacy": "private",
3077
+ "name": "templateChanged",
3078
+ "privacy": "protected",
3241
3079
  "return": {
3242
3080
  "type": {
3243
3081
  "text": "void"
3244
3082
  }
3245
3083
  },
3246
- "description": "initializes the instance's resize observer",
3247
3084
  "inheritedFrom": {
3248
3085
  "name": "AnchoredRegion",
3249
3086
  "module": "src/anchored-region/anchored-region.ts"
3250
3087
  }
3251
3088
  },
3252
3089
  {
3253
- "kind": "method",
3254
- "name": "updateForAttributeChange",
3255
- "privacy": "private",
3256
- "return": {
3257
- "type": {
3258
- "text": "void"
3259
- }
3090
+ "kind": "field",
3091
+ "name": "styles",
3092
+ "type": {
3093
+ "text": "ElementStyles | void | null"
3260
3094
  },
3261
- "description": "react to attribute changes that don't require a reset",
3095
+ "privacy": "public",
3096
+ "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.",
3262
3097
  "inheritedFrom": {
3263
3098
  "name": "AnchoredRegion",
3264
3099
  "module": "src/anchored-region/anchored-region.ts"
@@ -3266,14 +3101,13 @@
3266
3101
  },
3267
3102
  {
3268
3103
  "kind": "method",
3269
- "name": "initialize",
3270
- "privacy": "private",
3104
+ "name": "stylesChanged",
3105
+ "privacy": "protected",
3271
3106
  "return": {
3272
3107
  "type": {
3273
3108
  "text": "void"
3274
3109
  }
3275
3110
  },
3276
- "description": "fully initializes the component",
3277
3111
  "inheritedFrom": {
3278
3112
  "name": "AnchoredRegion",
3279
3113
  "module": "src/anchored-region/anchored-region.ts"
@@ -3281,242 +3115,426 @@
3281
3115
  },
3282
3116
  {
3283
3117
  "kind": "method",
3284
- "name": "requestReset",
3285
- "privacy": "private",
3118
+ "name": "compose",
3119
+ "privacy": "public",
3120
+ "static": true,
3286
3121
  "return": {
3287
3122
  "type": {
3288
- "text": "void"
3123
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3289
3124
  }
3290
3125
  },
3291
- "description": "Request a reset if there are currently no open requests",
3126
+ "parameters": [
3127
+ {
3128
+ "name": "this",
3129
+ "type": {
3130
+ "text": "K"
3131
+ }
3132
+ },
3133
+ {
3134
+ "name": "elementDefinition",
3135
+ "type": {
3136
+ "text": "T"
3137
+ },
3138
+ "description": "The definition of the element to create the registry\nfunction for."
3139
+ }
3140
+ ],
3141
+ "description": "Defines an element registry function with a set of element definition defaults.",
3292
3142
  "inheritedFrom": {
3293
3143
  "name": "AnchoredRegion",
3294
3144
  "module": "src/anchored-region/anchored-region.ts"
3295
3145
  }
3296
- },
3146
+ }
3147
+ ],
3148
+ "events": [
3297
3149
  {
3298
- "kind": "method",
3299
- "name": "setInitialState",
3300
- "privacy": "private",
3301
- "return": {
3302
- "type": {
3303
- "text": "void"
3304
- }
3305
- },
3306
- "description": "sets the starting configuration for component internal values",
3150
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3151
+ "name": "loaded",
3307
3152
  "inheritedFrom": {
3308
3153
  "name": "AnchoredRegion",
3309
3154
  "module": "src/anchored-region/anchored-region.ts"
3310
3155
  }
3311
3156
  },
3312
3157
  {
3313
- "kind": "field",
3314
- "name": "startObservers",
3315
- "privacy": "private",
3316
- "description": "starts observers",
3158
+ "description": "Fires a custom 'positionchange' event when the position has changed",
3159
+ "name": "positionchange",
3317
3160
  "inheritedFrom": {
3318
3161
  "name": "AnchoredRegion",
3319
3162
  "module": "src/anchored-region/anchored-region.ts"
3320
3163
  }
3321
- },
3164
+ }
3165
+ ]
3166
+ },
3167
+ {
3168
+ "kind": "variable",
3169
+ "name": "rapidAnchoredRegion"
3170
+ }
3171
+ ],
3172
+ "exports": [
3173
+ {
3174
+ "kind": "js",
3175
+ "name": "AnchoredRegion",
3176
+ "declaration": {
3177
+ "name": "AnchoredRegion",
3178
+ "module": "src/anchored-region/anchored-region.ts"
3179
+ }
3180
+ },
3181
+ {
3182
+ "kind": "js",
3183
+ "name": "rapidAnchoredRegion",
3184
+ "declaration": {
3185
+ "name": "rapidAnchoredRegion",
3186
+ "module": "src/anchored-region/anchored-region.ts"
3187
+ }
3188
+ }
3189
+ ]
3190
+ },
3191
+ {
3192
+ "kind": "javascript-module",
3193
+ "path": "src/anchored-region/index.ts",
3194
+ "declarations": [],
3195
+ "exports": [
3196
+ {
3197
+ "kind": "js",
3198
+ "name": "*",
3199
+ "declaration": {
3200
+ "name": "*",
3201
+ "package": "./anchored-region"
3202
+ }
3203
+ },
3204
+ {
3205
+ "kind": "js",
3206
+ "name": "*",
3207
+ "declaration": {
3208
+ "name": "*",
3209
+ "package": "./anchored-region.template"
3210
+ }
3211
+ },
3212
+ {
3213
+ "kind": "js",
3214
+ "name": "*",
3215
+ "declaration": {
3216
+ "name": "*",
3217
+ "package": "./anchored-region.styles"
3218
+ }
3219
+ }
3220
+ ]
3221
+ },
3222
+ {
3223
+ "kind": "javascript-module",
3224
+ "path": "src/anchor/anchor.styles.ts",
3225
+ "declarations": [
3226
+ {
3227
+ "kind": "function",
3228
+ "name": "rapidAnchorStyles",
3229
+ "return": {
3230
+ "type": {
3231
+ "text": "ElementStyles"
3232
+ }
3233
+ },
3234
+ "parameters": [
3322
3235
  {
3323
- "kind": "field",
3324
- "name": "requestPositionUpdates",
3325
- "privacy": "private",
3326
- "description": "get position updates",
3327
- "inheritedFrom": {
3328
- "name": "AnchoredRegion",
3329
- "module": "src/anchored-region/anchored-region.ts"
3236
+ "name": "context",
3237
+ "type": {
3238
+ "text": "ElementDefinitionContext"
3330
3239
  }
3331
3240
  },
3332
3241
  {
3333
- "kind": "field",
3334
- "name": "stopObservers",
3335
- "privacy": "private",
3336
- "description": "stops observers",
3337
- "inheritedFrom": {
3338
- "name": "AnchoredRegion",
3339
- "module": "src/anchored-region/anchored-region.ts"
3242
+ "name": "definition",
3243
+ "type": {
3244
+ "text": "FoundationElementDefinition"
3245
+ }
3246
+ }
3247
+ ]
3248
+ }
3249
+ ],
3250
+ "exports": [
3251
+ {
3252
+ "kind": "js",
3253
+ "name": "rapidAnchorStyles",
3254
+ "declaration": {
3255
+ "name": "rapidAnchorStyles",
3256
+ "module": "src/anchor/anchor.styles.ts"
3257
+ }
3258
+ }
3259
+ ]
3260
+ },
3261
+ {
3262
+ "kind": "javascript-module",
3263
+ "path": "src/anchor/anchor.template.ts",
3264
+ "declarations": [
3265
+ {
3266
+ "kind": "function",
3267
+ "name": "rapidAnchorTemplate",
3268
+ "return": {
3269
+ "type": {
3270
+ "text": "ViewTemplate<Anchor>"
3271
+ }
3272
+ },
3273
+ "parameters": [
3274
+ {
3275
+ "name": "context",
3276
+ "type": {
3277
+ "text": "ElementDefinitionContext"
3340
3278
  }
3341
3279
  },
3342
3280
  {
3343
- "kind": "field",
3344
- "name": "getViewport",
3345
- "privacy": "private",
3346
- "description": "Gets the viewport element by id, or defaults to document root",
3281
+ "name": "definition",
3282
+ "type": {
3283
+ "text": "FoundationElementDefinition"
3284
+ }
3285
+ }
3286
+ ]
3287
+ }
3288
+ ],
3289
+ "exports": [
3290
+ {
3291
+ "kind": "js",
3292
+ "name": "rapidAnchorTemplate",
3293
+ "declaration": {
3294
+ "name": "rapidAnchorTemplate",
3295
+ "module": "src/anchor/anchor.template.ts"
3296
+ }
3297
+ }
3298
+ ]
3299
+ },
3300
+ {
3301
+ "kind": "javascript-module",
3302
+ "path": "src/anchor/anchor.ts",
3303
+ "declarations": [
3304
+ {
3305
+ "kind": "class",
3306
+ "description": "",
3307
+ "name": "Anchor",
3308
+ "superclass": {
3309
+ "name": "FoundationAnchor",
3310
+ "package": "@genesislcap/foundation-ui"
3311
+ },
3312
+ "tagName": "%%prefix%%-anchor",
3313
+ "customElement": true,
3314
+ "attributes": [
3315
+ {
3316
+ "name": "download",
3317
+ "type": {
3318
+ "text": "string"
3319
+ },
3320
+ "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.",
3321
+ "fieldName": "download",
3347
3322
  "inheritedFrom": {
3348
- "name": "AnchoredRegion",
3349
- "module": "src/anchored-region/anchored-region.ts"
3323
+ "name": "Anchor",
3324
+ "module": "src/anchor/anchor.ts"
3350
3325
  }
3351
3326
  },
3352
3327
  {
3353
- "kind": "field",
3354
- "name": "getAnchor",
3355
- "privacy": "private",
3356
- "description": "Gets the anchor element by id",
3328
+ "name": "href",
3329
+ "type": {
3330
+ "text": "string"
3331
+ },
3332
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3333
+ "fieldName": "href",
3357
3334
  "inheritedFrom": {
3358
- "name": "AnchoredRegion",
3359
- "module": "src/anchored-region/anchored-region.ts"
3335
+ "name": "Anchor",
3336
+ "module": "src/anchor/anchor.ts"
3360
3337
  }
3361
3338
  },
3362
3339
  {
3363
- "kind": "field",
3364
- "name": "handleIntersection",
3365
- "privacy": "private",
3366
- "description": "Handle intersections",
3340
+ "name": "hreflang",
3341
+ "type": {
3342
+ "text": "string"
3343
+ },
3344
+ "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.",
3345
+ "fieldName": "hreflang",
3367
3346
  "inheritedFrom": {
3368
- "name": "AnchoredRegion",
3369
- "module": "src/anchored-region/anchored-region.ts"
3347
+ "name": "Anchor",
3348
+ "module": "src/anchor/anchor.ts"
3370
3349
  }
3371
3350
  },
3372
3351
  {
3373
- "kind": "field",
3374
- "name": "applyIntersectionEntries",
3375
- "privacy": "private",
3376
- "description": "iterate through intersection entries and apply data",
3377
- "inheritedFrom": {
3378
- "name": "AnchoredRegion",
3379
- "module": "src/anchored-region/anchored-region.ts"
3352
+ "name": "ping",
3353
+ "type": {
3354
+ "text": "string"
3355
+ },
3356
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3357
+ "fieldName": "ping",
3358
+ "inheritedFrom": {
3359
+ "name": "Anchor",
3360
+ "module": "src/anchor/anchor.ts"
3380
3361
  }
3381
3362
  },
3382
3363
  {
3383
- "kind": "field",
3384
- "name": "updateRegionOffset",
3385
- "privacy": "private",
3386
- "description": "Update the offset values",
3364
+ "name": "referrerpolicy",
3365
+ "type": {
3366
+ "text": "string"
3367
+ },
3368
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3369
+ "fieldName": "referrerpolicy",
3387
3370
  "inheritedFrom": {
3388
- "name": "AnchoredRegion",
3389
- "module": "src/anchored-region/anchored-region.ts"
3371
+ "name": "Anchor",
3372
+ "module": "src/anchor/anchor.ts"
3390
3373
  }
3391
3374
  },
3392
3375
  {
3393
- "kind": "field",
3394
- "name": "isRectDifferent",
3395
- "privacy": "private",
3396
- "description": "compare rects to see if there is enough change to justify a DOM update",
3376
+ "name": "rel",
3377
+ "type": {
3378
+ "text": "string"
3379
+ },
3380
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3381
+ "fieldName": "rel",
3397
3382
  "inheritedFrom": {
3398
- "name": "AnchoredRegion",
3399
- "module": "src/anchored-region/anchored-region.ts"
3383
+ "name": "Anchor",
3384
+ "module": "src/anchor/anchor.ts"
3400
3385
  }
3401
3386
  },
3402
3387
  {
3403
- "kind": "field",
3404
- "name": "handleResize",
3405
- "privacy": "private",
3406
- "description": "Handle resize events",
3388
+ "name": "target",
3389
+ "type": {
3390
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3391
+ },
3392
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3393
+ "fieldName": "target",
3407
3394
  "inheritedFrom": {
3408
- "name": "AnchoredRegion",
3409
- "module": "src/anchored-region/anchored-region.ts"
3395
+ "name": "Anchor",
3396
+ "module": "src/anchor/anchor.ts"
3410
3397
  }
3411
3398
  },
3412
3399
  {
3413
- "kind": "field",
3414
- "name": "reset",
3415
- "privacy": "private",
3416
- "description": "resets the component",
3400
+ "name": "type",
3401
+ "type": {
3402
+ "text": "string"
3403
+ },
3404
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3405
+ "fieldName": "type",
3417
3406
  "inheritedFrom": {
3418
- "name": "AnchoredRegion",
3419
- "module": "src/anchored-region/anchored-region.ts"
3407
+ "name": "Anchor",
3408
+ "module": "src/anchor/anchor.ts"
3420
3409
  }
3421
- },
3410
+ }
3411
+ ],
3412
+ "members": [
3422
3413
  {
3423
3414
  "kind": "field",
3424
- "name": "updateLayout",
3425
- "privacy": "private",
3426
- "description": "Recalculate layout related state values",
3415
+ "name": "download",
3416
+ "type": {
3417
+ "text": "string"
3418
+ },
3419
+ "privacy": "public",
3420
+ "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.",
3427
3421
  "inheritedFrom": {
3428
- "name": "AnchoredRegion",
3429
- "module": "src/anchored-region/anchored-region.ts"
3422
+ "name": "Anchor",
3423
+ "module": "src/anchor/anchor.ts"
3430
3424
  }
3431
3425
  },
3432
3426
  {
3433
3427
  "kind": "field",
3434
- "name": "updateRegionStyle",
3435
- "privacy": "private",
3436
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3428
+ "name": "href",
3429
+ "type": {
3430
+ "text": "string"
3431
+ },
3432
+ "privacy": "public",
3433
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3437
3434
  "inheritedFrom": {
3438
- "name": "AnchoredRegion",
3439
- "module": "src/anchored-region/anchored-region.ts"
3435
+ "name": "Anchor",
3436
+ "module": "src/anchor/anchor.ts"
3440
3437
  }
3441
3438
  },
3442
3439
  {
3443
3440
  "kind": "field",
3444
- "name": "updatePositionClasses",
3445
- "privacy": "private",
3446
- "description": "Updates the css classes that reflect the current position of the element",
3441
+ "name": "hreflang",
3442
+ "type": {
3443
+ "text": "string"
3444
+ },
3445
+ "privacy": "public",
3446
+ "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.",
3447
3447
  "inheritedFrom": {
3448
- "name": "AnchoredRegion",
3449
- "module": "src/anchored-region/anchored-region.ts"
3448
+ "name": "Anchor",
3449
+ "module": "src/anchor/anchor.ts"
3450
3450
  }
3451
3451
  },
3452
3452
  {
3453
3453
  "kind": "field",
3454
- "name": "setHorizontalPosition",
3455
- "privacy": "private",
3456
- "description": "Get horizontal positioning state based on desired position",
3454
+ "name": "ping",
3455
+ "type": {
3456
+ "text": "string"
3457
+ },
3458
+ "privacy": "public",
3459
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3457
3460
  "inheritedFrom": {
3458
- "name": "AnchoredRegion",
3459
- "module": "src/anchored-region/anchored-region.ts"
3461
+ "name": "Anchor",
3462
+ "module": "src/anchor/anchor.ts"
3460
3463
  }
3461
3464
  },
3462
3465
  {
3463
3466
  "kind": "field",
3464
- "name": "setVerticalPosition",
3465
- "privacy": "private",
3466
- "description": "Set vertical positioning state based on desired position",
3467
+ "name": "referrerpolicy",
3468
+ "type": {
3469
+ "text": "string"
3470
+ },
3471
+ "privacy": "public",
3472
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3467
3473
  "inheritedFrom": {
3468
- "name": "AnchoredRegion",
3469
- "module": "src/anchored-region/anchored-region.ts"
3474
+ "name": "Anchor",
3475
+ "module": "src/anchor/anchor.ts"
3470
3476
  }
3471
3477
  },
3472
3478
  {
3473
3479
  "kind": "field",
3474
- "name": "getPositioningOptions",
3475
- "privacy": "private",
3476
- "description": "Get available positions based on positioning mode",
3480
+ "name": "rel",
3481
+ "type": {
3482
+ "text": "string"
3483
+ },
3484
+ "privacy": "public",
3485
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3477
3486
  "inheritedFrom": {
3478
- "name": "AnchoredRegion",
3479
- "module": "src/anchored-region/anchored-region.ts"
3487
+ "name": "Anchor",
3488
+ "module": "src/anchor/anchor.ts"
3480
3489
  }
3481
3490
  },
3482
3491
  {
3483
3492
  "kind": "field",
3484
- "name": "getAvailableSpace",
3485
- "privacy": "private",
3486
- "description": "Get the space available for a particular relative position",
3493
+ "name": "target",
3494
+ "type": {
3495
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3496
+ },
3497
+ "privacy": "public",
3498
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3487
3499
  "inheritedFrom": {
3488
- "name": "AnchoredRegion",
3489
- "module": "src/anchored-region/anchored-region.ts"
3500
+ "name": "Anchor",
3501
+ "module": "src/anchor/anchor.ts"
3490
3502
  }
3491
3503
  },
3492
3504
  {
3493
3505
  "kind": "field",
3494
- "name": "getNextRegionDimension",
3495
- "privacy": "private",
3496
- "description": "Get region dimensions",
3506
+ "name": "type",
3507
+ "type": {
3508
+ "text": "string"
3509
+ },
3510
+ "privacy": "public",
3511
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3497
3512
  "inheritedFrom": {
3498
- "name": "AnchoredRegion",
3499
- "module": "src/anchored-region/anchored-region.ts"
3513
+ "name": "Anchor",
3514
+ "module": "src/anchor/anchor.ts"
3500
3515
  }
3501
3516
  },
3502
3517
  {
3503
3518
  "kind": "field",
3504
- "name": "startAutoUpdateEventListeners",
3505
- "privacy": "private",
3506
- "description": "starts event listeners that can trigger auto updating",
3519
+ "name": "control",
3520
+ "type": {
3521
+ "text": "HTMLAnchorElement | undefined"
3522
+ },
3523
+ "privacy": "public",
3524
+ "description": "References the root element",
3507
3525
  "inheritedFrom": {
3508
- "name": "AnchoredRegion",
3509
- "module": "src/anchored-region/anchored-region.ts"
3526
+ "name": "Anchor",
3527
+ "module": "src/anchor/anchor.ts"
3510
3528
  }
3511
3529
  },
3512
3530
  {
3513
3531
  "kind": "field",
3514
- "name": "stopAutoUpdateEventListeners",
3532
+ "name": "handleUnsupportedDelegatesFocus",
3515
3533
  "privacy": "private",
3516
- "description": "stops event listeners that can trigger auto updating",
3534
+ "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",
3517
3535
  "inheritedFrom": {
3518
- "name": "AnchoredRegion",
3519
- "module": "src/anchored-region/anchored-region.ts"
3536
+ "name": "Anchor",
3537
+ "module": "src/anchor/anchor.ts"
3520
3538
  }
3521
3539
  },
3522
3540
  {
@@ -3528,8 +3546,8 @@
3528
3546
  "privacy": "private",
3529
3547
  "default": "void 0",
3530
3548
  "inheritedFrom": {
3531
- "name": "AnchoredRegion",
3532
- "module": "src/anchored-region/anchored-region.ts"
3549
+ "name": "Anchor",
3550
+ "module": "src/anchor/anchor.ts"
3533
3551
  }
3534
3552
  },
3535
3553
  {
@@ -3541,8 +3559,8 @@
3541
3559
  "privacy": "public",
3542
3560
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3543
3561
  "inheritedFrom": {
3544
- "name": "AnchoredRegion",
3545
- "module": "src/anchored-region/anchored-region.ts"
3562
+ "name": "Anchor",
3563
+ "module": "src/anchor/anchor.ts"
3546
3564
  }
3547
3565
  },
3548
3566
  {
@@ -3554,8 +3572,8 @@
3554
3572
  "privacy": "public",
3555
3573
  "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.",
3556
3574
  "inheritedFrom": {
3557
- "name": "AnchoredRegion",
3558
- "module": "src/anchored-region/anchored-region.ts"
3575
+ "name": "Anchor",
3576
+ "module": "src/anchor/anchor.ts"
3559
3577
  }
3560
3578
  },
3561
3579
  {
@@ -3568,8 +3586,8 @@
3568
3586
  }
3569
3587
  },
3570
3588
  "inheritedFrom": {
3571
- "name": "AnchoredRegion",
3572
- "module": "src/anchored-region/anchored-region.ts"
3589
+ "name": "Anchor",
3590
+ "module": "src/anchor/anchor.ts"
3573
3591
  }
3574
3592
  },
3575
3593
  {
@@ -3581,8 +3599,8 @@
3581
3599
  "privacy": "public",
3582
3600
  "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.",
3583
3601
  "inheritedFrom": {
3584
- "name": "AnchoredRegion",
3585
- "module": "src/anchored-region/anchored-region.ts"
3602
+ "name": "Anchor",
3603
+ "module": "src/anchor/anchor.ts"
3586
3604
  }
3587
3605
  },
3588
3606
  {
@@ -3595,8 +3613,8 @@
3595
3613
  }
3596
3614
  },
3597
3615
  "inheritedFrom": {
3598
- "name": "AnchoredRegion",
3599
- "module": "src/anchored-region/anchored-region.ts"
3616
+ "name": "Anchor",
3617
+ "module": "src/anchor/anchor.ts"
3600
3618
  }
3601
3619
  },
3602
3620
  {
@@ -3626,57 +3644,39 @@
3626
3644
  ],
3627
3645
  "description": "Defines an element registry function with a set of element definition defaults.",
3628
3646
  "inheritedFrom": {
3629
- "name": "AnchoredRegion",
3630
- "module": "src/anchored-region/anchored-region.ts"
3631
- }
3632
- }
3633
- ],
3634
- "events": [
3635
- {
3636
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3637
- "name": "loaded",
3638
- "inheritedFrom": {
3639
- "name": "AnchoredRegion",
3640
- "module": "src/anchored-region/anchored-region.ts"
3641
- }
3642
- },
3643
- {
3644
- "description": "Fires a custom 'positionchange' event when the position has changed",
3645
- "name": "positionchange",
3646
- "inheritedFrom": {
3647
- "name": "AnchoredRegion",
3648
- "module": "src/anchored-region/anchored-region.ts"
3647
+ "name": "Anchor",
3648
+ "module": "src/anchor/anchor.ts"
3649
3649
  }
3650
3650
  }
3651
3651
  ]
3652
3652
  },
3653
3653
  {
3654
3654
  "kind": "variable",
3655
- "name": "rapidAnchoredRegion"
3655
+ "name": "rapidAnchor"
3656
3656
  }
3657
3657
  ],
3658
3658
  "exports": [
3659
3659
  {
3660
3660
  "kind": "js",
3661
- "name": "AnchoredRegion",
3661
+ "name": "Anchor",
3662
3662
  "declaration": {
3663
- "name": "AnchoredRegion",
3664
- "module": "src/anchored-region/anchored-region.ts"
3663
+ "name": "Anchor",
3664
+ "module": "src/anchor/anchor.ts"
3665
3665
  }
3666
3666
  },
3667
3667
  {
3668
3668
  "kind": "js",
3669
- "name": "rapidAnchoredRegion",
3669
+ "name": "rapidAnchor",
3670
3670
  "declaration": {
3671
- "name": "rapidAnchoredRegion",
3672
- "module": "src/anchored-region/anchored-region.ts"
3671
+ "name": "rapidAnchor",
3672
+ "module": "src/anchor/anchor.ts"
3673
3673
  }
3674
3674
  }
3675
3675
  ]
3676
3676
  },
3677
3677
  {
3678
3678
  "kind": "javascript-module",
3679
- "path": "src/anchored-region/index.ts",
3679
+ "path": "src/anchor/index.ts",
3680
3680
  "declarations": [],
3681
3681
  "exports": [
3682
3682
  {
@@ -3684,7 +3684,7 @@
3684
3684
  "name": "*",
3685
3685
  "declaration": {
3686
3686
  "name": "*",
3687
- "package": "./anchored-region"
3687
+ "package": "./anchor"
3688
3688
  }
3689
3689
  },
3690
3690
  {
@@ -3692,7 +3692,7 @@
3692
3692
  "name": "*",
3693
3693
  "declaration": {
3694
3694
  "name": "*",
3695
- "package": "./anchored-region.template"
3695
+ "package": "./anchor.styles"
3696
3696
  }
3697
3697
  },
3698
3698
  {
@@ -3700,7 +3700,7 @@
3700
3700
  "name": "*",
3701
3701
  "declaration": {
3702
3702
  "name": "*",
3703
- "package": "./anchored-region.styles"
3703
+ "package": "./anchor.template"
3704
3704
  }
3705
3705
  }
3706
3706
  ]