@genesislcap/foundation-ui 14.345.0 → 14.346.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 +693 -693
  2. package/package.json +18 -18
@@ -1659,42 +1659,11 @@
1659
1659
  },
1660
1660
  {
1661
1661
  "kind": "javascript-module",
1662
- "path": "src/_config/index.ts",
1663
- "declarations": [],
1664
- "exports": [
1665
- {
1666
- "kind": "js",
1667
- "name": "*",
1668
- "declaration": {
1669
- "name": "*",
1670
- "package": "./styles"
1671
- }
1672
- },
1673
- {
1674
- "kind": "js",
1675
- "name": "*",
1676
- "declaration": {
1677
- "name": "*",
1678
- "package": "./tokens"
1679
- }
1680
- },
1681
- {
1682
- "kind": "js",
1683
- "name": "*",
1684
- "declaration": {
1685
- "name": "*",
1686
- "package": "./values"
1687
- }
1688
- }
1689
- ]
1690
- },
1691
- {
1692
- "kind": "javascript-module",
1693
- "path": "src/accordion/accordion.styles.ts",
1662
+ "path": "src/anchor/anchor.styles.ts",
1694
1663
  "declarations": [
1695
1664
  {
1696
1665
  "kind": "function",
1697
- "name": "foundationAccordionStyles",
1666
+ "name": "foundationAnchorStyles",
1698
1667
  "return": {
1699
1668
  "type": {
1700
1669
  "text": "ElementStyles"
@@ -1719,24 +1688,24 @@
1719
1688
  "exports": [
1720
1689
  {
1721
1690
  "kind": "js",
1722
- "name": "foundationAccordionStyles",
1691
+ "name": "foundationAnchorStyles",
1723
1692
  "declaration": {
1724
- "name": "foundationAccordionStyles",
1725
- "module": "src/accordion/accordion.styles.ts"
1693
+ "name": "foundationAnchorStyles",
1694
+ "module": "src/anchor/anchor.styles.ts"
1726
1695
  }
1727
1696
  }
1728
1697
  ]
1729
1698
  },
1730
1699
  {
1731
1700
  "kind": "javascript-module",
1732
- "path": "src/accordion/accordion.template.ts",
1701
+ "path": "src/anchor/anchor.template.ts",
1733
1702
  "declarations": [
1734
1703
  {
1735
1704
  "kind": "function",
1736
- "name": "foundationAccordionTemplate",
1705
+ "name": "foundationAnchorTemplate",
1737
1706
  "return": {
1738
1707
  "type": {
1739
- "text": "ViewTemplate<Accordion>"
1708
+ "text": "ViewTemplate<Anchor>"
1740
1709
  }
1741
1710
  },
1742
1711
  "parameters": [
@@ -1758,435 +1727,253 @@
1758
1727
  "exports": [
1759
1728
  {
1760
1729
  "kind": "js",
1761
- "name": "foundationAccordionTemplate",
1730
+ "name": "foundationAnchorTemplate",
1762
1731
  "declaration": {
1763
- "name": "foundationAccordionTemplate",
1764
- "module": "src/accordion/accordion.template.ts"
1732
+ "name": "foundationAnchorTemplate",
1733
+ "module": "src/anchor/anchor.template.ts"
1765
1734
  }
1766
1735
  }
1767
1736
  ]
1768
1737
  },
1769
1738
  {
1770
1739
  "kind": "javascript-module",
1771
- "path": "src/accordion/accordion.ts",
1740
+ "path": "src/anchor/anchor.ts",
1772
1741
  "declarations": [
1773
1742
  {
1774
1743
  "kind": "class",
1775
1744
  "description": "",
1776
- "name": "Accordion",
1745
+ "name": "Anchor",
1777
1746
  "superclass": {
1778
- "name": "FASTAccordion",
1779
- "package": "@microsoft/fast-foundation"
1780
- },
1781
- "tagName": "%%prefix%%-accordion",
1782
- "customElement": true
1783
- },
1784
- {
1785
- "kind": "variable",
1786
- "name": "foundationAccordionShadowOptions",
1787
- "type": {
1788
- "text": "ShadowRootInit"
1789
- },
1790
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1791
- },
1792
- {
1793
- "kind": "variable",
1794
- "name": "defaultAccordionConfig",
1795
- "type": {
1796
- "text": "object"
1797
- },
1798
- "default": "{}"
1799
- },
1800
- {
1801
- "kind": "variable",
1802
- "name": "foundationAccordion",
1803
- "description": "The Foundation Accordion",
1804
- "privacy": "public"
1805
- }
1806
- ],
1807
- "exports": [
1808
- {
1809
- "kind": "js",
1810
- "name": "Accordion",
1811
- "declaration": {
1812
- "name": "Accordion",
1813
- "module": "src/accordion/accordion.ts"
1814
- }
1815
- },
1816
- {
1817
- "kind": "js",
1818
- "name": "foundationAccordionShadowOptions",
1819
- "declaration": {
1820
- "name": "foundationAccordionShadowOptions",
1821
- "module": "src/accordion/accordion.ts"
1822
- }
1823
- },
1824
- {
1825
- "kind": "js",
1826
- "name": "defaultAccordionConfig",
1827
- "declaration": {
1828
- "name": "defaultAccordionConfig",
1829
- "module": "src/accordion/accordion.ts"
1830
- }
1831
- },
1832
- {
1833
- "kind": "js",
1834
- "name": "foundationAccordion",
1835
- "declaration": {
1836
- "name": "foundationAccordion",
1837
- "module": "src/accordion/accordion.ts"
1838
- }
1839
- }
1840
- ]
1841
- },
1842
- {
1843
- "kind": "javascript-module",
1844
- "path": "src/accordion/index.ts",
1845
- "declarations": [],
1846
- "exports": [
1847
- {
1848
- "kind": "js",
1849
- "name": "*",
1850
- "declaration": {
1851
- "name": "*",
1852
- "package": "./accordion.template"
1853
- }
1854
- },
1855
- {
1856
- "kind": "js",
1857
- "name": "*",
1858
- "declaration": {
1859
- "name": "*",
1860
- "package": "./accordion.styles"
1861
- }
1862
- },
1863
- {
1864
- "kind": "js",
1865
- "name": "*",
1866
- "declaration": {
1867
- "name": "*",
1868
- "package": "./accordion"
1869
- }
1870
- }
1871
- ]
1872
- },
1873
- {
1874
- "kind": "javascript-module",
1875
- "path": "src/actions-menu/actions-menu.styles.ts",
1876
- "declarations": [
1877
- {
1878
- "kind": "function",
1879
- "name": "actionsMenuBaseStyles",
1880
- "return": {
1881
- "type": {
1882
- "text": "ElementStyles"
1883
- }
1747
+ "name": "FASTAnchor",
1748
+ "package": "@microsoft/fast-components"
1884
1749
  },
1885
- "parameters": [
1750
+ "tagName": "%%prefix%%-anchor",
1751
+ "customElement": true,
1752
+ "attributes": [
1886
1753
  {
1887
- "name": "context",
1754
+ "name": "download",
1888
1755
  "type": {
1889
- "text": "ElementDefinitionContext"
1756
+ "text": "string"
1757
+ },
1758
+ "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.",
1759
+ "fieldName": "download",
1760
+ "inheritedFrom": {
1761
+ "name": "Anchor",
1762
+ "module": "src/anchor/anchor.ts"
1890
1763
  }
1891
1764
  },
1892
1765
  {
1893
- "name": "definition",
1894
- "type": {
1895
- "text": "FoundationElementDefinition"
1896
- }
1897
- }
1898
- ]
1899
- },
1900
- {
1901
- "kind": "function",
1902
- "name": "foundationActionsMenuStyles",
1903
- "return": {
1904
- "type": {
1905
- "text": "ElementStyles"
1906
- }
1907
- },
1908
- "parameters": [
1909
- {
1910
- "name": "context",
1766
+ "name": "href",
1911
1767
  "type": {
1912
- "text": "ElementDefinitionContext"
1768
+ "text": "string"
1769
+ },
1770
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1771
+ "fieldName": "href",
1772
+ "inheritedFrom": {
1773
+ "name": "Anchor",
1774
+ "module": "src/anchor/anchor.ts"
1913
1775
  }
1914
1776
  },
1915
1777
  {
1916
- "name": "definition",
1917
- "type": {
1918
- "text": "FoundationElementDefinition"
1919
- }
1920
- }
1921
- ]
1922
- }
1923
- ],
1924
- "exports": [
1925
- {
1926
- "kind": "js",
1927
- "name": "actionsMenuBaseStyles",
1928
- "declaration": {
1929
- "name": "actionsMenuBaseStyles",
1930
- "module": "src/actions-menu/actions-menu.styles.ts"
1931
- }
1932
- },
1933
- {
1934
- "kind": "js",
1935
- "name": "foundationActionsMenuStyles",
1936
- "declaration": {
1937
- "name": "foundationActionsMenuStyles",
1938
- "module": "src/actions-menu/actions-menu.styles.ts"
1939
- }
1940
- }
1941
- ]
1942
- },
1943
- {
1944
- "kind": "javascript-module",
1945
- "path": "src/actions-menu/actions-menu.template.ts",
1946
- "declarations": [
1947
- {
1948
- "kind": "function",
1949
- "name": "menuTemplate",
1950
- "parameters": [
1951
- {
1952
- "name": "prefix",
1778
+ "name": "hreflang",
1953
1779
  "type": {
1954
1780
  "text": "string"
1781
+ },
1782
+ "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.",
1783
+ "fieldName": "hreflang",
1784
+ "inheritedFrom": {
1785
+ "name": "Anchor",
1786
+ "module": "src/anchor/anchor.ts"
1955
1787
  }
1956
- }
1957
- ]
1958
- },
1959
- {
1960
- "kind": "function",
1961
- "name": "singleOptionTemplate",
1962
- "parameters": [
1788
+ },
1963
1789
  {
1964
- "name": "prefix",
1790
+ "name": "ping",
1965
1791
  "type": {
1966
1792
  "text": "string"
1793
+ },
1794
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1795
+ "fieldName": "ping",
1796
+ "inheritedFrom": {
1797
+ "name": "Anchor",
1798
+ "module": "src/anchor/anchor.ts"
1967
1799
  }
1968
- }
1969
- ]
1970
- },
1971
- {
1972
- "kind": "variable",
1973
- "name": "foundationActionsMenuTemplate",
1974
- "type": {
1975
- "text": "ViewTemplate<ActionsMenu>"
1976
- },
1977
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1978
- }
1979
- ],
1980
- "exports": [
1981
- {
1982
- "kind": "js",
1983
- "name": "menuTemplate",
1984
- "declaration": {
1985
- "name": "menuTemplate",
1986
- "module": "src/actions-menu/actions-menu.template.ts"
1987
- }
1988
- },
1989
- {
1990
- "kind": "js",
1991
- "name": "singleOptionTemplate",
1992
- "declaration": {
1993
- "name": "singleOptionTemplate",
1994
- "module": "src/actions-menu/actions-menu.template.ts"
1995
- }
1996
- },
1997
- {
1998
- "kind": "js",
1999
- "name": "foundationActionsMenuTemplate",
2000
- "declaration": {
2001
- "name": "foundationActionsMenuTemplate",
2002
- "module": "src/actions-menu/actions-menu.template.ts"
2003
- }
2004
- }
2005
- ]
2006
- },
2007
- {
2008
- "kind": "javascript-module",
2009
- "path": "src/actions-menu/actions-menu.ts",
2010
- "declarations": [
2011
- {
2012
- "kind": "class",
2013
- "description": "",
2014
- "name": "ActionsMenu",
2015
- "members": [
1800
+ },
2016
1801
  {
2017
- "kind": "field",
2018
- "name": "actions",
1802
+ "name": "referrerpolicy",
2019
1803
  "type": {
2020
- "text": "ActionMenuItem[]"
1804
+ "text": "string"
1805
+ },
1806
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1807
+ "fieldName": "referrerpolicy",
1808
+ "inheritedFrom": {
1809
+ "name": "Anchor",
1810
+ "module": "src/anchor/anchor.ts"
2021
1811
  }
2022
1812
  },
2023
1813
  {
2024
- "kind": "field",
2025
- "name": "isVertical",
1814
+ "name": "rel",
2026
1815
  "type": {
2027
- "text": "boolean"
1816
+ "text": "string"
2028
1817
  },
2029
- "default": "false"
1818
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1819
+ "fieldName": "rel",
1820
+ "inheritedFrom": {
1821
+ "name": "Anchor",
1822
+ "module": "src/anchor/anchor.ts"
1823
+ }
2030
1824
  },
2031
1825
  {
2032
- "kind": "field",
2033
- "name": "addDefaultActions",
1826
+ "name": "target",
2034
1827
  "type": {
2035
- "text": "boolean"
1828
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2036
1829
  },
2037
- "default": "true"
1830
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1831
+ "fieldName": "target",
1832
+ "inheritedFrom": {
1833
+ "name": "Anchor",
1834
+ "module": "src/anchor/anchor.ts"
1835
+ }
2038
1836
  },
2039
1837
  {
2040
- "kind": "field",
2041
- "name": "autoCloseOnAction",
1838
+ "name": "type",
2042
1839
  "type": {
2043
- "text": "boolean"
1840
+ "text": "string"
2044
1841
  },
2045
- "default": "true"
2046
- },
1842
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1843
+ "fieldName": "type",
1844
+ "inheritedFrom": {
1845
+ "name": "Anchor",
1846
+ "module": "src/anchor/anchor.ts"
1847
+ }
1848
+ }
1849
+ ],
1850
+ "members": [
2047
1851
  {
2048
1852
  "kind": "field",
2049
- "name": "classNames",
1853
+ "name": "download",
2050
1854
  "type": {
2051
1855
  "text": "string"
1856
+ },
1857
+ "privacy": "public",
1858
+ "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.",
1859
+ "inheritedFrom": {
1860
+ "name": "Anchor",
1861
+ "module": "src/anchor/anchor.ts"
2052
1862
  }
2053
1863
  },
2054
1864
  {
2055
1865
  "kind": "field",
2056
- "name": "definition",
1866
+ "name": "href",
2057
1867
  "type": {
2058
- "text": "any"
1868
+ "text": "string"
1869
+ },
1870
+ "privacy": "public",
1871
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1872
+ "inheritedFrom": {
1873
+ "name": "Anchor",
1874
+ "module": "src/anchor/anchor.ts"
2059
1875
  }
2060
1876
  },
2061
1877
  {
2062
1878
  "kind": "field",
2063
- "name": "name",
1879
+ "name": "hreflang",
2064
1880
  "type": {
2065
1881
  "text": "string"
2066
1882
  },
2067
- "default": "'Actions'"
1883
+ "privacy": "public",
1884
+ "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.",
1885
+ "inheritedFrom": {
1886
+ "name": "Anchor",
1887
+ "module": "src/anchor/anchor.ts"
1888
+ }
2068
1889
  },
2069
1890
  {
2070
1891
  "kind": "field",
2071
- "name": "open",
1892
+ "name": "ping",
2072
1893
  "type": {
2073
- "text": "boolean"
1894
+ "text": "string"
2074
1895
  },
2075
- "default": "false"
1896
+ "privacy": "public",
1897
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1898
+ "inheritedFrom": {
1899
+ "name": "Anchor",
1900
+ "module": "src/anchor/anchor.ts"
1901
+ }
2076
1902
  },
2077
1903
  {
2078
1904
  "kind": "field",
2079
- "name": "buttonAppearance",
1905
+ "name": "referrerpolicy",
2080
1906
  "type": {
2081
1907
  "text": "string"
1908
+ },
1909
+ "privacy": "public",
1910
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1911
+ "inheritedFrom": {
1912
+ "name": "Anchor",
1913
+ "module": "src/anchor/anchor.ts"
2082
1914
  }
2083
1915
  },
2084
1916
  {
2085
1917
  "kind": "field",
2086
- "name": "hideDisabled",
1918
+ "name": "rel",
2087
1919
  "type": {
2088
- "text": "boolean"
1920
+ "text": "string"
2089
1921
  },
2090
- "default": "false"
1922
+ "privacy": "public",
1923
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1924
+ "inheritedFrom": {
1925
+ "name": "Anchor",
1926
+ "module": "src/anchor/anchor.ts"
1927
+ }
2091
1928
  },
2092
1929
  {
2093
1930
  "kind": "field",
2094
- "name": "hideMenuSingleOption",
1931
+ "name": "target",
2095
1932
  "type": {
2096
- "text": "boolean"
1933
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2097
1934
  },
2098
- "default": "false"
2099
- },
2100
- {
2101
- "kind": "field",
2102
- "name": "singleOption",
2103
- "type": {
2104
- "text": "ActionMenuItem"
1935
+ "privacy": "public",
1936
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1937
+ "inheritedFrom": {
1938
+ "name": "Anchor",
1939
+ "module": "src/anchor/anchor.ts"
2105
1940
  }
2106
1941
  },
2107
1942
  {
2108
1943
  "kind": "field",
2109
- "name": "actionsMenu",
1944
+ "name": "type",
2110
1945
  "type": {
2111
- "text": "HTMLElement"
1946
+ "text": "string"
1947
+ },
1948
+ "privacy": "public",
1949
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1950
+ "inheritedFrom": {
1951
+ "name": "Anchor",
1952
+ "module": "src/anchor/anchor.ts"
2112
1953
  }
2113
1954
  },
2114
- {
2115
- "kind": "method",
2116
- "name": "definitionChanged",
2117
- "privacy": "protected",
2118
- "parameters": [
2119
- {
2120
- "name": "oldValue",
2121
- "type": {
2122
- "text": "any"
2123
- }
2124
- },
2125
- {
2126
- "name": "newValue",
2127
- "type": {
2128
- "text": "any"
2129
- }
2130
- }
2131
- ]
2132
- },
2133
- {
2134
- "kind": "method",
2135
- "name": "openChanged",
2136
- "privacy": "protected"
2137
- },
2138
- {
2139
- "kind": "method",
2140
- "name": "toggleActionsMenuVisibility"
2141
- },
2142
- {
2143
- "kind": "method",
2144
- "name": "onActionMenuItemClick",
2145
- "parameters": [
2146
- {
2147
- "name": "callback",
2148
- "type": {
2149
- "text": "(rowData) => void | any"
2150
- }
2151
- }
2152
- ]
2153
- },
2154
1955
  {
2155
1956
  "kind": "field",
2156
- "name": "allActions",
1957
+ "name": "control",
2157
1958
  "type": {
2158
- "text": "ActionMenuItem[]"
1959
+ "text": "HTMLAnchorElement | undefined"
2159
1960
  },
2160
- "readonly": true
1961
+ "privacy": "public",
1962
+ "description": "References the root element",
1963
+ "inheritedFrom": {
1964
+ "name": "Anchor",
1965
+ "module": "src/anchor/anchor.ts"
1966
+ }
2161
1967
  },
2162
1968
  {
2163
1969
  "kind": "field",
2164
- "name": "rowData",
2165
- "readonly": true
2166
- },
2167
- {
2168
- "kind": "method",
2169
- "name": "getLabel",
2170
- "parameters": [
2171
- {
2172
- "name": "name",
2173
- "type": {
2174
- "text": "string | ((rowData: any) => string)"
2175
- }
2176
- }
2177
- ]
2178
- },
2179
- {
2180
- "kind": "method",
2181
- "name": "getTemplate",
2182
- "parameters": [
2183
- {
2184
- "name": "prefix",
2185
- "type": {
2186
- "text": "string"
2187
- }
2188
- }
2189
- ]
1970
+ "name": "handleUnsupportedDelegatesFocus",
1971
+ "privacy": "private",
1972
+ "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",
1973
+ "inheritedFrom": {
1974
+ "name": "Anchor",
1975
+ "module": "src/anchor/anchor.ts"
1976
+ }
2190
1977
  },
2191
1978
  {
2192
1979
  "kind": "field",
@@ -2278,129 +2065,90 @@
2278
2065
  "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2279
2066
  }
2280
2067
  },
2281
- "parameters": [
2282
- {
2283
- "name": "this",
2284
- "type": {
2285
- "text": "K"
2286
- }
2287
- },
2288
- {
2289
- "name": "elementDefinition",
2290
- "type": {
2291
- "text": "T"
2292
- },
2293
- "description": "The definition of the element to create the registry\nfunction for."
2294
- }
2295
- ],
2296
- "description": "Defines an element registry function with a set of element definition defaults.",
2297
- "inheritedFrom": {
2298
- "name": "FoundationElement",
2299
- "module": "src/foundation-element/foundation-element.ts"
2300
- }
2301
- }
2302
- ],
2303
- "attributes": [
2304
- {
2305
- "name": "is-vertical",
2306
- "type": {
2307
- "text": "boolean"
2308
- },
2309
- "default": "false",
2310
- "fieldName": "isVertical"
2311
- },
2312
- {
2313
- "name": "add-default-actions",
2314
- "type": {
2315
- "text": "boolean"
2316
- },
2317
- "default": "true",
2318
- "fieldName": "addDefaultActions"
2319
- },
2320
- {
2321
- "name": "auto-close-on-action",
2322
- "type": {
2323
- "text": "boolean"
2324
- },
2325
- "default": "true",
2326
- "fieldName": "autoCloseOnAction"
2327
- },
2328
- {
2329
- "name": "name",
2330
- "type": {
2331
- "text": "string"
2332
- },
2333
- "default": "'Actions'",
2334
- "fieldName": "name"
2335
- },
2336
- {
2337
- "name": "open",
2338
- "type": {
2339
- "text": "boolean"
2340
- },
2341
- "default": "false",
2342
- "fieldName": "open"
2343
- },
2344
- {
2345
- "name": "buttonAppearance",
2346
- "type": {
2347
- "text": "string"
2348
- },
2349
- "fieldName": "buttonAppearance"
2350
- },
2351
- {
2352
- "name": "hide-disabled",
2353
- "type": {
2354
- "text": "boolean"
2355
- },
2356
- "default": "false",
2357
- "fieldName": "hideDisabled"
2358
- },
2359
- {
2360
- "name": "hide-menu-single-option",
2361
- "type": {
2362
- "text": "boolean"
2363
- },
2364
- "default": "false",
2365
- "fieldName": "hideMenuSingleOption"
2068
+ "parameters": [
2069
+ {
2070
+ "name": "this",
2071
+ "type": {
2072
+ "text": "K"
2073
+ }
2074
+ },
2075
+ {
2076
+ "name": "elementDefinition",
2077
+ "type": {
2078
+ "text": "T"
2079
+ },
2080
+ "description": "The definition of the element to create the registry\nfunction for."
2081
+ }
2082
+ ],
2083
+ "description": "Defines an element registry function with a set of element definition defaults.",
2084
+ "inheritedFrom": {
2085
+ "name": "FoundationElement",
2086
+ "module": "src/foundation-element/foundation-element.ts"
2087
+ }
2366
2088
  }
2367
- ],
2368
- "superclass": {
2369
- "name": "FoundationElement",
2370
- "package": "@microsoft/fast-foundation"
2089
+ ]
2090
+ },
2091
+ {
2092
+ "kind": "variable",
2093
+ "name": "foundationAnchorShadowOptions",
2094
+ "type": {
2095
+ "text": "ShadowRootInit"
2371
2096
  },
2372
- "tagName": "%%prefix%%-actions-menu",
2373
- "customElement": true
2097
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2374
2098
  },
2375
2099
  {
2376
2100
  "kind": "variable",
2377
- "name": "foundationActionsMenu",
2378
- "description": "The Foundation Actions Menu",
2101
+ "name": "defaultAnchorConfig",
2102
+ "type": {
2103
+ "text": "object"
2104
+ },
2105
+ "default": "{}"
2106
+ },
2107
+ {
2108
+ "kind": "variable",
2109
+ "name": "foundationAnchor",
2110
+ "description": "The Foundation Anchor",
2379
2111
  "privacy": "public"
2380
2112
  }
2381
2113
  ],
2382
2114
  "exports": [
2383
2115
  {
2384
2116
  "kind": "js",
2385
- "name": "ActionsMenu",
2117
+ "name": "Anchor",
2386
2118
  "declaration": {
2387
- "name": "ActionsMenu",
2388
- "module": "src/actions-menu/actions-menu.ts"
2119
+ "name": "Anchor",
2120
+ "module": "src/anchor/anchor.ts"
2389
2121
  }
2390
2122
  },
2391
2123
  {
2392
2124
  "kind": "js",
2393
- "name": "foundationActionsMenu",
2125
+ "name": "foundationAnchorShadowOptions",
2394
2126
  "declaration": {
2395
- "name": "foundationActionsMenu",
2396
- "module": "src/actions-menu/actions-menu.ts"
2127
+ "name": "foundationAnchorShadowOptions",
2128
+ "module": "src/anchor/anchor.ts"
2129
+ }
2130
+ },
2131
+ {
2132
+ "kind": "js",
2133
+ "name": "defaultAnchorConfig",
2134
+ "declaration": {
2135
+ "name": "defaultAnchorConfig",
2136
+ "module": "src/anchor/anchor.ts"
2137
+ }
2138
+ },
2139
+ {
2140
+ "kind": "js",
2141
+ "name": "foundationAnchor",
2142
+ "declaration": {
2143
+ "name": "foundationAnchor",
2144
+ "module": "src/anchor/anchor.ts"
2397
2145
  }
2398
2146
  }
2399
2147
  ]
2400
2148
  },
2401
2149
  {
2402
2150
  "kind": "javascript-module",
2403
- "path": "src/actions-menu/index.ts",
2151
+ "path": "src/anchor/index.ts",
2404
2152
  "declarations": [],
2405
2153
  "exports": [
2406
2154
  {
@@ -2408,7 +2156,7 @@
2408
2156
  "name": "*",
2409
2157
  "declaration": {
2410
2158
  "name": "*",
2411
- "package": "./actions-menu.styles"
2159
+ "package": "./anchor.template"
2412
2160
  }
2413
2161
  },
2414
2162
  {
@@ -2416,7 +2164,7 @@
2416
2164
  "name": "*",
2417
2165
  "declaration": {
2418
2166
  "name": "*",
2419
- "package": "./actions-menu.template"
2167
+ "package": "./anchor.styles"
2420
2168
  }
2421
2169
  },
2422
2170
  {
@@ -2424,18 +2172,18 @@
2424
2172
  "name": "*",
2425
2173
  "declaration": {
2426
2174
  "name": "*",
2427
- "package": "./actions-menu"
2175
+ "package": "./anchor"
2428
2176
  }
2429
2177
  }
2430
2178
  ]
2431
2179
  },
2432
2180
  {
2433
2181
  "kind": "javascript-module",
2434
- "path": "src/anchor/anchor.styles.ts",
2182
+ "path": "src/actions-menu/actions-menu.styles.ts",
2435
2183
  "declarations": [
2436
2184
  {
2437
2185
  "kind": "function",
2438
- "name": "foundationAnchorStyles",
2186
+ "name": "actionsMenuBaseStyles",
2439
2187
  "return": {
2440
2188
  "type": {
2441
2189
  "text": "ElementStyles"
@@ -2455,29 +2203,13 @@
2455
2203
  }
2456
2204
  }
2457
2205
  ]
2458
- }
2459
- ],
2460
- "exports": [
2461
- {
2462
- "kind": "js",
2463
- "name": "foundationAnchorStyles",
2464
- "declaration": {
2465
- "name": "foundationAnchorStyles",
2466
- "module": "src/anchor/anchor.styles.ts"
2467
- }
2468
- }
2469
- ]
2470
- },
2471
- {
2472
- "kind": "javascript-module",
2473
- "path": "src/anchor/anchor.template.ts",
2474
- "declarations": [
2206
+ },
2475
2207
  {
2476
2208
  "kind": "function",
2477
- "name": "foundationAnchorTemplate",
2209
+ "name": "foundationActionsMenuStyles",
2478
2210
  "return": {
2479
2211
  "type": {
2480
- "text": "ViewTemplate<Anchor>"
2212
+ "text": "ElementStyles"
2481
2213
  }
2482
2214
  },
2483
2215
  "parameters": [
@@ -2499,253 +2231,269 @@
2499
2231
  "exports": [
2500
2232
  {
2501
2233
  "kind": "js",
2502
- "name": "foundationAnchorTemplate",
2234
+ "name": "actionsMenuBaseStyles",
2503
2235
  "declaration": {
2504
- "name": "foundationAnchorTemplate",
2505
- "module": "src/anchor/anchor.template.ts"
2236
+ "name": "actionsMenuBaseStyles",
2237
+ "module": "src/actions-menu/actions-menu.styles.ts"
2238
+ }
2239
+ },
2240
+ {
2241
+ "kind": "js",
2242
+ "name": "foundationActionsMenuStyles",
2243
+ "declaration": {
2244
+ "name": "foundationActionsMenuStyles",
2245
+ "module": "src/actions-menu/actions-menu.styles.ts"
2506
2246
  }
2507
2247
  }
2508
2248
  ]
2509
2249
  },
2510
2250
  {
2511
2251
  "kind": "javascript-module",
2512
- "path": "src/anchor/anchor.ts",
2252
+ "path": "src/actions-menu/actions-menu.template.ts",
2513
2253
  "declarations": [
2514
2254
  {
2515
- "kind": "class",
2516
- "description": "",
2517
- "name": "Anchor",
2518
- "superclass": {
2519
- "name": "FASTAnchor",
2520
- "package": "@microsoft/fast-components"
2521
- },
2522
- "tagName": "%%prefix%%-anchor",
2523
- "customElement": true,
2524
- "attributes": [
2525
- {
2526
- "name": "download",
2527
- "type": {
2528
- "text": "string"
2529
- },
2530
- "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.",
2531
- "fieldName": "download",
2532
- "inheritedFrom": {
2533
- "name": "Anchor",
2534
- "module": "src/anchor/anchor.ts"
2535
- }
2536
- },
2255
+ "kind": "function",
2256
+ "name": "menuTemplate",
2257
+ "parameters": [
2537
2258
  {
2538
- "name": "href",
2259
+ "name": "prefix",
2539
2260
  "type": {
2540
2261
  "text": "string"
2541
- },
2542
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2543
- "fieldName": "href",
2544
- "inheritedFrom": {
2545
- "name": "Anchor",
2546
- "module": "src/anchor/anchor.ts"
2547
2262
  }
2548
- },
2263
+ }
2264
+ ]
2265
+ },
2266
+ {
2267
+ "kind": "function",
2268
+ "name": "singleOptionTemplate",
2269
+ "parameters": [
2549
2270
  {
2550
- "name": "hreflang",
2271
+ "name": "prefix",
2551
2272
  "type": {
2552
2273
  "text": "string"
2553
- },
2554
- "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.",
2555
- "fieldName": "hreflang",
2556
- "inheritedFrom": {
2557
- "name": "Anchor",
2558
- "module": "src/anchor/anchor.ts"
2559
2274
  }
2560
- },
2275
+ }
2276
+ ]
2277
+ },
2278
+ {
2279
+ "kind": "variable",
2280
+ "name": "foundationActionsMenuTemplate",
2281
+ "type": {
2282
+ "text": "ViewTemplate<ActionsMenu>"
2283
+ },
2284
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
2285
+ }
2286
+ ],
2287
+ "exports": [
2288
+ {
2289
+ "kind": "js",
2290
+ "name": "menuTemplate",
2291
+ "declaration": {
2292
+ "name": "menuTemplate",
2293
+ "module": "src/actions-menu/actions-menu.template.ts"
2294
+ }
2295
+ },
2296
+ {
2297
+ "kind": "js",
2298
+ "name": "singleOptionTemplate",
2299
+ "declaration": {
2300
+ "name": "singleOptionTemplate",
2301
+ "module": "src/actions-menu/actions-menu.template.ts"
2302
+ }
2303
+ },
2304
+ {
2305
+ "kind": "js",
2306
+ "name": "foundationActionsMenuTemplate",
2307
+ "declaration": {
2308
+ "name": "foundationActionsMenuTemplate",
2309
+ "module": "src/actions-menu/actions-menu.template.ts"
2310
+ }
2311
+ }
2312
+ ]
2313
+ },
2314
+ {
2315
+ "kind": "javascript-module",
2316
+ "path": "src/actions-menu/actions-menu.ts",
2317
+ "declarations": [
2318
+ {
2319
+ "kind": "class",
2320
+ "description": "",
2321
+ "name": "ActionsMenu",
2322
+ "members": [
2561
2323
  {
2562
- "name": "ping",
2324
+ "kind": "field",
2325
+ "name": "actions",
2563
2326
  "type": {
2564
- "text": "string"
2565
- },
2566
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2567
- "fieldName": "ping",
2568
- "inheritedFrom": {
2569
- "name": "Anchor",
2570
- "module": "src/anchor/anchor.ts"
2327
+ "text": "ActionMenuItem[]"
2571
2328
  }
2572
2329
  },
2573
2330
  {
2574
- "name": "referrerpolicy",
2331
+ "kind": "field",
2332
+ "name": "isVertical",
2575
2333
  "type": {
2576
- "text": "string"
2334
+ "text": "boolean"
2577
2335
  },
2578
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2579
- "fieldName": "referrerpolicy",
2580
- "inheritedFrom": {
2581
- "name": "Anchor",
2582
- "module": "src/anchor/anchor.ts"
2583
- }
2336
+ "default": "false"
2584
2337
  },
2585
2338
  {
2586
- "name": "rel",
2339
+ "kind": "field",
2340
+ "name": "addDefaultActions",
2587
2341
  "type": {
2588
- "text": "string"
2589
- },
2590
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2591
- "fieldName": "rel",
2592
- "inheritedFrom": {
2593
- "name": "Anchor",
2594
- "module": "src/anchor/anchor.ts"
2595
- }
2342
+ "text": "boolean"
2343
+ },
2344
+ "default": "true"
2596
2345
  },
2597
2346
  {
2598
- "name": "target",
2347
+ "kind": "field",
2348
+ "name": "autoCloseOnAction",
2599
2349
  "type": {
2600
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2350
+ "text": "boolean"
2601
2351
  },
2602
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2603
- "fieldName": "target",
2604
- "inheritedFrom": {
2605
- "name": "Anchor",
2606
- "module": "src/anchor/anchor.ts"
2607
- }
2352
+ "default": "true"
2608
2353
  },
2609
2354
  {
2610
- "name": "type",
2355
+ "kind": "field",
2356
+ "name": "classNames",
2611
2357
  "type": {
2612
2358
  "text": "string"
2613
- },
2614
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2615
- "fieldName": "type",
2616
- "inheritedFrom": {
2617
- "name": "Anchor",
2618
- "module": "src/anchor/anchor.ts"
2619
2359
  }
2620
- }
2621
- ],
2622
- "members": [
2360
+ },
2623
2361
  {
2624
2362
  "kind": "field",
2625
- "name": "download",
2363
+ "name": "definition",
2626
2364
  "type": {
2627
- "text": "string"
2628
- },
2629
- "privacy": "public",
2630
- "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.",
2631
- "inheritedFrom": {
2632
- "name": "Anchor",
2633
- "module": "src/anchor/anchor.ts"
2365
+ "text": "any"
2634
2366
  }
2635
2367
  },
2636
2368
  {
2637
2369
  "kind": "field",
2638
- "name": "href",
2370
+ "name": "name",
2639
2371
  "type": {
2640
2372
  "text": "string"
2641
2373
  },
2642
- "privacy": "public",
2643
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2644
- "inheritedFrom": {
2645
- "name": "Anchor",
2646
- "module": "src/anchor/anchor.ts"
2647
- }
2374
+ "default": "'Actions'"
2648
2375
  },
2649
2376
  {
2650
2377
  "kind": "field",
2651
- "name": "hreflang",
2378
+ "name": "open",
2652
2379
  "type": {
2653
- "text": "string"
2380
+ "text": "boolean"
2654
2381
  },
2655
- "privacy": "public",
2656
- "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.",
2657
- "inheritedFrom": {
2658
- "name": "Anchor",
2659
- "module": "src/anchor/anchor.ts"
2660
- }
2382
+ "default": "false"
2661
2383
  },
2662
2384
  {
2663
2385
  "kind": "field",
2664
- "name": "ping",
2386
+ "name": "buttonAppearance",
2665
2387
  "type": {
2666
2388
  "text": "string"
2667
- },
2668
- "privacy": "public",
2669
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2670
- "inheritedFrom": {
2671
- "name": "Anchor",
2672
- "module": "src/anchor/anchor.ts"
2673
2389
  }
2674
2390
  },
2675
2391
  {
2676
2392
  "kind": "field",
2677
- "name": "referrerpolicy",
2393
+ "name": "hideDisabled",
2678
2394
  "type": {
2679
- "text": "string"
2395
+ "text": "boolean"
2680
2396
  },
2681
- "privacy": "public",
2682
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2683
- "inheritedFrom": {
2684
- "name": "Anchor",
2685
- "module": "src/anchor/anchor.ts"
2686
- }
2397
+ "default": "false"
2687
2398
  },
2688
2399
  {
2689
2400
  "kind": "field",
2690
- "name": "rel",
2401
+ "name": "hideMenuSingleOption",
2691
2402
  "type": {
2692
- "text": "string"
2403
+ "text": "boolean"
2693
2404
  },
2694
- "privacy": "public",
2695
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2696
- "inheritedFrom": {
2697
- "name": "Anchor",
2698
- "module": "src/anchor/anchor.ts"
2699
- }
2405
+ "default": "false"
2700
2406
  },
2701
2407
  {
2702
2408
  "kind": "field",
2703
- "name": "target",
2409
+ "name": "singleOption",
2704
2410
  "type": {
2705
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2706
- },
2707
- "privacy": "public",
2708
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2709
- "inheritedFrom": {
2710
- "name": "Anchor",
2711
- "module": "src/anchor/anchor.ts"
2411
+ "text": "ActionMenuItem"
2712
2412
  }
2713
2413
  },
2714
2414
  {
2715
2415
  "kind": "field",
2716
- "name": "type",
2416
+ "name": "actionsMenu",
2717
2417
  "type": {
2718
- "text": "string"
2719
- },
2720
- "privacy": "public",
2721
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2722
- "inheritedFrom": {
2723
- "name": "Anchor",
2724
- "module": "src/anchor/anchor.ts"
2418
+ "text": "HTMLElement"
2725
2419
  }
2726
2420
  },
2421
+ {
2422
+ "kind": "method",
2423
+ "name": "definitionChanged",
2424
+ "privacy": "protected",
2425
+ "parameters": [
2426
+ {
2427
+ "name": "oldValue",
2428
+ "type": {
2429
+ "text": "any"
2430
+ }
2431
+ },
2432
+ {
2433
+ "name": "newValue",
2434
+ "type": {
2435
+ "text": "any"
2436
+ }
2437
+ }
2438
+ ]
2439
+ },
2440
+ {
2441
+ "kind": "method",
2442
+ "name": "openChanged",
2443
+ "privacy": "protected"
2444
+ },
2445
+ {
2446
+ "kind": "method",
2447
+ "name": "toggleActionsMenuVisibility"
2448
+ },
2449
+ {
2450
+ "kind": "method",
2451
+ "name": "onActionMenuItemClick",
2452
+ "parameters": [
2453
+ {
2454
+ "name": "callback",
2455
+ "type": {
2456
+ "text": "(rowData) => void | any"
2457
+ }
2458
+ }
2459
+ ]
2460
+ },
2727
2461
  {
2728
2462
  "kind": "field",
2729
- "name": "control",
2463
+ "name": "allActions",
2730
2464
  "type": {
2731
- "text": "HTMLAnchorElement | undefined"
2465
+ "text": "ActionMenuItem[]"
2732
2466
  },
2733
- "privacy": "public",
2734
- "description": "References the root element",
2735
- "inheritedFrom": {
2736
- "name": "Anchor",
2737
- "module": "src/anchor/anchor.ts"
2738
- }
2467
+ "readonly": true
2739
2468
  },
2740
2469
  {
2741
2470
  "kind": "field",
2742
- "name": "handleUnsupportedDelegatesFocus",
2743
- "privacy": "private",
2744
- "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",
2745
- "inheritedFrom": {
2746
- "name": "Anchor",
2747
- "module": "src/anchor/anchor.ts"
2748
- }
2471
+ "name": "rowData",
2472
+ "readonly": true
2473
+ },
2474
+ {
2475
+ "kind": "method",
2476
+ "name": "getLabel",
2477
+ "parameters": [
2478
+ {
2479
+ "name": "name",
2480
+ "type": {
2481
+ "text": "string | ((rowData: any) => string)"
2482
+ }
2483
+ }
2484
+ ]
2485
+ },
2486
+ {
2487
+ "kind": "method",
2488
+ "name": "getTemplate",
2489
+ "parameters": [
2490
+ {
2491
+ "name": "prefix",
2492
+ "type": {
2493
+ "text": "string"
2494
+ }
2495
+ }
2496
+ ]
2749
2497
  },
2750
2498
  {
2751
2499
  "kind": "field",
@@ -2858,69 +2606,139 @@
2858
2606
  "module": "src/foundation-element/foundation-element.ts"
2859
2607
  }
2860
2608
  }
2861
- ]
2862
- },
2863
- {
2864
- "kind": "variable",
2865
- "name": "foundationAnchorShadowOptions",
2866
- "type": {
2867
- "text": "ShadowRootInit"
2868
- },
2869
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2870
- },
2871
- {
2872
- "kind": "variable",
2873
- "name": "defaultAnchorConfig",
2874
- "type": {
2875
- "text": "object"
2609
+ ],
2610
+ "attributes": [
2611
+ {
2612
+ "name": "is-vertical",
2613
+ "type": {
2614
+ "text": "boolean"
2615
+ },
2616
+ "default": "false",
2617
+ "fieldName": "isVertical"
2618
+ },
2619
+ {
2620
+ "name": "add-default-actions",
2621
+ "type": {
2622
+ "text": "boolean"
2623
+ },
2624
+ "default": "true",
2625
+ "fieldName": "addDefaultActions"
2626
+ },
2627
+ {
2628
+ "name": "auto-close-on-action",
2629
+ "type": {
2630
+ "text": "boolean"
2631
+ },
2632
+ "default": "true",
2633
+ "fieldName": "autoCloseOnAction"
2634
+ },
2635
+ {
2636
+ "name": "name",
2637
+ "type": {
2638
+ "text": "string"
2639
+ },
2640
+ "default": "'Actions'",
2641
+ "fieldName": "name"
2642
+ },
2643
+ {
2644
+ "name": "open",
2645
+ "type": {
2646
+ "text": "boolean"
2647
+ },
2648
+ "default": "false",
2649
+ "fieldName": "open"
2650
+ },
2651
+ {
2652
+ "name": "buttonAppearance",
2653
+ "type": {
2654
+ "text": "string"
2655
+ },
2656
+ "fieldName": "buttonAppearance"
2657
+ },
2658
+ {
2659
+ "name": "hide-disabled",
2660
+ "type": {
2661
+ "text": "boolean"
2662
+ },
2663
+ "default": "false",
2664
+ "fieldName": "hideDisabled"
2665
+ },
2666
+ {
2667
+ "name": "hide-menu-single-option",
2668
+ "type": {
2669
+ "text": "boolean"
2670
+ },
2671
+ "default": "false",
2672
+ "fieldName": "hideMenuSingleOption"
2673
+ }
2674
+ ],
2675
+ "superclass": {
2676
+ "name": "FoundationElement",
2677
+ "package": "@microsoft/fast-foundation"
2876
2678
  },
2877
- "default": "{}"
2679
+ "tagName": "%%prefix%%-actions-menu",
2680
+ "customElement": true
2878
2681
  },
2879
2682
  {
2880
2683
  "kind": "variable",
2881
- "name": "foundationAnchor",
2882
- "description": "The Foundation Anchor",
2684
+ "name": "foundationActionsMenu",
2685
+ "description": "The Foundation Actions Menu",
2883
2686
  "privacy": "public"
2884
2687
  }
2885
2688
  ],
2886
2689
  "exports": [
2887
2690
  {
2888
2691
  "kind": "js",
2889
- "name": "Anchor",
2692
+ "name": "ActionsMenu",
2890
2693
  "declaration": {
2891
- "name": "Anchor",
2892
- "module": "src/anchor/anchor.ts"
2694
+ "name": "ActionsMenu",
2695
+ "module": "src/actions-menu/actions-menu.ts"
2893
2696
  }
2894
2697
  },
2895
2698
  {
2896
2699
  "kind": "js",
2897
- "name": "foundationAnchorShadowOptions",
2700
+ "name": "foundationActionsMenu",
2898
2701
  "declaration": {
2899
- "name": "foundationAnchorShadowOptions",
2900
- "module": "src/anchor/anchor.ts"
2702
+ "name": "foundationActionsMenu",
2703
+ "module": "src/actions-menu/actions-menu.ts"
2704
+ }
2705
+ }
2706
+ ]
2707
+ },
2708
+ {
2709
+ "kind": "javascript-module",
2710
+ "path": "src/actions-menu/index.ts",
2711
+ "declarations": [],
2712
+ "exports": [
2713
+ {
2714
+ "kind": "js",
2715
+ "name": "*",
2716
+ "declaration": {
2717
+ "name": "*",
2718
+ "package": "./actions-menu.styles"
2901
2719
  }
2902
2720
  },
2903
2721
  {
2904
2722
  "kind": "js",
2905
- "name": "defaultAnchorConfig",
2723
+ "name": "*",
2906
2724
  "declaration": {
2907
- "name": "defaultAnchorConfig",
2908
- "module": "src/anchor/anchor.ts"
2725
+ "name": "*",
2726
+ "package": "./actions-menu.template"
2909
2727
  }
2910
2728
  },
2911
2729
  {
2912
2730
  "kind": "js",
2913
- "name": "foundationAnchor",
2731
+ "name": "*",
2914
2732
  "declaration": {
2915
- "name": "foundationAnchor",
2916
- "module": "src/anchor/anchor.ts"
2733
+ "name": "*",
2734
+ "package": "./actions-menu"
2917
2735
  }
2918
2736
  }
2919
2737
  ]
2920
2738
  },
2921
2739
  {
2922
2740
  "kind": "javascript-module",
2923
- "path": "src/anchor/index.ts",
2741
+ "path": "src/_config/index.ts",
2924
2742
  "declarations": [],
2925
2743
  "exports": [
2926
2744
  {
@@ -2928,7 +2746,7 @@
2928
2746
  "name": "*",
2929
2747
  "declaration": {
2930
2748
  "name": "*",
2931
- "package": "./anchor.template"
2749
+ "package": "./styles"
2932
2750
  }
2933
2751
  },
2934
2752
  {
@@ -2936,7 +2754,7 @@
2936
2754
  "name": "*",
2937
2755
  "declaration": {
2938
2756
  "name": "*",
2939
- "package": "./anchor.styles"
2757
+ "package": "./tokens"
2940
2758
  }
2941
2759
  },
2942
2760
  {
@@ -2944,7 +2762,7 @@
2944
2762
  "name": "*",
2945
2763
  "declaration": {
2946
2764
  "name": "*",
2947
- "package": "./anchor"
2765
+ "package": "./values"
2948
2766
  }
2949
2767
  }
2950
2768
  ]
@@ -4539,6 +4357,188 @@
4539
4357
  }
4540
4358
  ]
4541
4359
  },
4360
+ {
4361
+ "kind": "javascript-module",
4362
+ "path": "src/accordion/accordion.styles.ts",
4363
+ "declarations": [
4364
+ {
4365
+ "kind": "function",
4366
+ "name": "foundationAccordionStyles",
4367
+ "return": {
4368
+ "type": {
4369
+ "text": "ElementStyles"
4370
+ }
4371
+ },
4372
+ "parameters": [
4373
+ {
4374
+ "name": "context",
4375
+ "type": {
4376
+ "text": "ElementDefinitionContext"
4377
+ }
4378
+ },
4379
+ {
4380
+ "name": "definition",
4381
+ "type": {
4382
+ "text": "FoundationElementDefinition"
4383
+ }
4384
+ }
4385
+ ]
4386
+ }
4387
+ ],
4388
+ "exports": [
4389
+ {
4390
+ "kind": "js",
4391
+ "name": "foundationAccordionStyles",
4392
+ "declaration": {
4393
+ "name": "foundationAccordionStyles",
4394
+ "module": "src/accordion/accordion.styles.ts"
4395
+ }
4396
+ }
4397
+ ]
4398
+ },
4399
+ {
4400
+ "kind": "javascript-module",
4401
+ "path": "src/accordion/accordion.template.ts",
4402
+ "declarations": [
4403
+ {
4404
+ "kind": "function",
4405
+ "name": "foundationAccordionTemplate",
4406
+ "return": {
4407
+ "type": {
4408
+ "text": "ViewTemplate<Accordion>"
4409
+ }
4410
+ },
4411
+ "parameters": [
4412
+ {
4413
+ "name": "context",
4414
+ "type": {
4415
+ "text": "ElementDefinitionContext"
4416
+ }
4417
+ },
4418
+ {
4419
+ "name": "definition",
4420
+ "type": {
4421
+ "text": "FoundationElementDefinition"
4422
+ }
4423
+ }
4424
+ ]
4425
+ }
4426
+ ],
4427
+ "exports": [
4428
+ {
4429
+ "kind": "js",
4430
+ "name": "foundationAccordionTemplate",
4431
+ "declaration": {
4432
+ "name": "foundationAccordionTemplate",
4433
+ "module": "src/accordion/accordion.template.ts"
4434
+ }
4435
+ }
4436
+ ]
4437
+ },
4438
+ {
4439
+ "kind": "javascript-module",
4440
+ "path": "src/accordion/accordion.ts",
4441
+ "declarations": [
4442
+ {
4443
+ "kind": "class",
4444
+ "description": "",
4445
+ "name": "Accordion",
4446
+ "superclass": {
4447
+ "name": "FASTAccordion",
4448
+ "package": "@microsoft/fast-foundation"
4449
+ },
4450
+ "tagName": "%%prefix%%-accordion",
4451
+ "customElement": true
4452
+ },
4453
+ {
4454
+ "kind": "variable",
4455
+ "name": "foundationAccordionShadowOptions",
4456
+ "type": {
4457
+ "text": "ShadowRootInit"
4458
+ },
4459
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4460
+ },
4461
+ {
4462
+ "kind": "variable",
4463
+ "name": "defaultAccordionConfig",
4464
+ "type": {
4465
+ "text": "object"
4466
+ },
4467
+ "default": "{}"
4468
+ },
4469
+ {
4470
+ "kind": "variable",
4471
+ "name": "foundationAccordion",
4472
+ "description": "The Foundation Accordion",
4473
+ "privacy": "public"
4474
+ }
4475
+ ],
4476
+ "exports": [
4477
+ {
4478
+ "kind": "js",
4479
+ "name": "Accordion",
4480
+ "declaration": {
4481
+ "name": "Accordion",
4482
+ "module": "src/accordion/accordion.ts"
4483
+ }
4484
+ },
4485
+ {
4486
+ "kind": "js",
4487
+ "name": "foundationAccordionShadowOptions",
4488
+ "declaration": {
4489
+ "name": "foundationAccordionShadowOptions",
4490
+ "module": "src/accordion/accordion.ts"
4491
+ }
4492
+ },
4493
+ {
4494
+ "kind": "js",
4495
+ "name": "defaultAccordionConfig",
4496
+ "declaration": {
4497
+ "name": "defaultAccordionConfig",
4498
+ "module": "src/accordion/accordion.ts"
4499
+ }
4500
+ },
4501
+ {
4502
+ "kind": "js",
4503
+ "name": "foundationAccordion",
4504
+ "declaration": {
4505
+ "name": "foundationAccordion",
4506
+ "module": "src/accordion/accordion.ts"
4507
+ }
4508
+ }
4509
+ ]
4510
+ },
4511
+ {
4512
+ "kind": "javascript-module",
4513
+ "path": "src/accordion/index.ts",
4514
+ "declarations": [],
4515
+ "exports": [
4516
+ {
4517
+ "kind": "js",
4518
+ "name": "*",
4519
+ "declaration": {
4520
+ "name": "*",
4521
+ "package": "./accordion.template"
4522
+ }
4523
+ },
4524
+ {
4525
+ "kind": "js",
4526
+ "name": "*",
4527
+ "declaration": {
4528
+ "name": "*",
4529
+ "package": "./accordion.styles"
4530
+ }
4531
+ },
4532
+ {
4533
+ "kind": "js",
4534
+ "name": "*",
4535
+ "declaration": {
4536
+ "name": "*",
4537
+ "package": "./accordion"
4538
+ }
4539
+ }
4540
+ ]
4541
+ },
4542
4542
  {
4543
4543
  "kind": "javascript-module",
4544
4544
  "path": "src/avatar/avatar.styles.ts",