@genesislcap/foundation-ui 14.345.1 → 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 +691 -691
  2. package/package.json +18 -18
@@ -1263,37 +1263,6 @@
1263
1263
  }
1264
1264
  ]
1265
1265
  },
1266
- {
1267
- "kind": "javascript-module",
1268
- "path": "src/_config/index.ts",
1269
- "declarations": [],
1270
- "exports": [
1271
- {
1272
- "kind": "js",
1273
- "name": "*",
1274
- "declaration": {
1275
- "name": "*",
1276
- "package": "./styles"
1277
- }
1278
- },
1279
- {
1280
- "kind": "js",
1281
- "name": "*",
1282
- "declaration": {
1283
- "name": "*",
1284
- "package": "./tokens"
1285
- }
1286
- },
1287
- {
1288
- "kind": "js",
1289
- "name": "*",
1290
- "declaration": {
1291
- "name": "*",
1292
- "package": "./values"
1293
- }
1294
- }
1295
- ]
1296
- },
1297
1266
  {
1298
1267
  "kind": "javascript-module",
1299
1268
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1690,34 +1659,11 @@
1690
1659
  },
1691
1660
  {
1692
1661
  "kind": "javascript-module",
1693
- "path": "src/actions-menu/actions-menu.styles.ts",
1662
+ "path": "src/anchor/anchor.styles.ts",
1694
1663
  "declarations": [
1695
1664
  {
1696
1665
  "kind": "function",
1697
- "name": "actionsMenuBaseStyles",
1698
- "return": {
1699
- "type": {
1700
- "text": "ElementStyles"
1701
- }
1702
- },
1703
- "parameters": [
1704
- {
1705
- "name": "context",
1706
- "type": {
1707
- "text": "ElementDefinitionContext"
1708
- }
1709
- },
1710
- {
1711
- "name": "definition",
1712
- "type": {
1713
- "text": "FoundationElementDefinition"
1714
- }
1715
- }
1716
- ]
1717
- },
1718
- {
1719
- "kind": "function",
1720
- "name": "foundationActionsMenuStyles",
1666
+ "name": "foundationAnchorStyles",
1721
1667
  "return": {
1722
1668
  "type": {
1723
1669
  "text": "ElementStyles"
@@ -1742,269 +1688,292 @@
1742
1688
  "exports": [
1743
1689
  {
1744
1690
  "kind": "js",
1745
- "name": "actionsMenuBaseStyles",
1746
- "declaration": {
1747
- "name": "actionsMenuBaseStyles",
1748
- "module": "src/actions-menu/actions-menu.styles.ts"
1749
- }
1750
- },
1751
- {
1752
- "kind": "js",
1753
- "name": "foundationActionsMenuStyles",
1691
+ "name": "foundationAnchorStyles",
1754
1692
  "declaration": {
1755
- "name": "foundationActionsMenuStyles",
1756
- "module": "src/actions-menu/actions-menu.styles.ts"
1693
+ "name": "foundationAnchorStyles",
1694
+ "module": "src/anchor/anchor.styles.ts"
1757
1695
  }
1758
1696
  }
1759
1697
  ]
1760
1698
  },
1761
1699
  {
1762
1700
  "kind": "javascript-module",
1763
- "path": "src/actions-menu/actions-menu.template.ts",
1701
+ "path": "src/anchor/anchor.template.ts",
1764
1702
  "declarations": [
1765
1703
  {
1766
1704
  "kind": "function",
1767
- "name": "menuTemplate",
1705
+ "name": "foundationAnchorTemplate",
1706
+ "return": {
1707
+ "type": {
1708
+ "text": "ViewTemplate<Anchor>"
1709
+ }
1710
+ },
1768
1711
  "parameters": [
1769
1712
  {
1770
- "name": "prefix",
1713
+ "name": "context",
1771
1714
  "type": {
1772
- "text": "string"
1715
+ "text": "ElementDefinitionContext"
1773
1716
  }
1774
- }
1775
- ]
1776
- },
1777
- {
1778
- "kind": "function",
1779
- "name": "singleOptionTemplate",
1780
- "parameters": [
1717
+ },
1781
1718
  {
1782
- "name": "prefix",
1719
+ "name": "definition",
1783
1720
  "type": {
1784
- "text": "string"
1721
+ "text": "FoundationElementDefinition"
1785
1722
  }
1786
1723
  }
1787
1724
  ]
1788
- },
1789
- {
1790
- "kind": "variable",
1791
- "name": "foundationActionsMenuTemplate",
1792
- "type": {
1793
- "text": "ViewTemplate<ActionsMenu>"
1794
- },
1795
- "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`"
1796
1725
  }
1797
1726
  ],
1798
1727
  "exports": [
1799
1728
  {
1800
1729
  "kind": "js",
1801
- "name": "menuTemplate",
1802
- "declaration": {
1803
- "name": "menuTemplate",
1804
- "module": "src/actions-menu/actions-menu.template.ts"
1805
- }
1806
- },
1807
- {
1808
- "kind": "js",
1809
- "name": "singleOptionTemplate",
1810
- "declaration": {
1811
- "name": "singleOptionTemplate",
1812
- "module": "src/actions-menu/actions-menu.template.ts"
1813
- }
1814
- },
1815
- {
1816
- "kind": "js",
1817
- "name": "foundationActionsMenuTemplate",
1730
+ "name": "foundationAnchorTemplate",
1818
1731
  "declaration": {
1819
- "name": "foundationActionsMenuTemplate",
1820
- "module": "src/actions-menu/actions-menu.template.ts"
1732
+ "name": "foundationAnchorTemplate",
1733
+ "module": "src/anchor/anchor.template.ts"
1821
1734
  }
1822
1735
  }
1823
1736
  ]
1824
1737
  },
1825
1738
  {
1826
1739
  "kind": "javascript-module",
1827
- "path": "src/actions-menu/actions-menu.ts",
1740
+ "path": "src/anchor/anchor.ts",
1828
1741
  "declarations": [
1829
1742
  {
1830
1743
  "kind": "class",
1831
1744
  "description": "",
1832
- "name": "ActionsMenu",
1833
- "members": [
1745
+ "name": "Anchor",
1746
+ "superclass": {
1747
+ "name": "FASTAnchor",
1748
+ "package": "@microsoft/fast-components"
1749
+ },
1750
+ "tagName": "%%prefix%%-anchor",
1751
+ "customElement": true,
1752
+ "attributes": [
1834
1753
  {
1835
- "kind": "field",
1836
- "name": "actions",
1754
+ "name": "download",
1837
1755
  "type": {
1838
- "text": "ActionMenuItem[]"
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"
1839
1763
  }
1840
1764
  },
1841
1765
  {
1842
- "kind": "field",
1843
- "name": "isVertical",
1766
+ "name": "href",
1844
1767
  "type": {
1845
- "text": "boolean"
1768
+ "text": "string"
1846
1769
  },
1847
- "default": "false"
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"
1775
+ }
1848
1776
  },
1849
1777
  {
1850
- "kind": "field",
1851
- "name": "addDefaultActions",
1778
+ "name": "hreflang",
1852
1779
  "type": {
1853
- "text": "boolean"
1780
+ "text": "string"
1854
1781
  },
1855
- "default": "true"
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"
1787
+ }
1856
1788
  },
1857
1789
  {
1858
- "kind": "field",
1859
- "name": "autoCloseOnAction",
1790
+ "name": "ping",
1860
1791
  "type": {
1861
- "text": "boolean"
1792
+ "text": "string"
1862
1793
  },
1863
- "default": "true"
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"
1799
+ }
1864
1800
  },
1865
1801
  {
1866
- "kind": "field",
1867
- "name": "classNames",
1802
+ "name": "referrerpolicy",
1868
1803
  "type": {
1869
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"
1870
1811
  }
1871
1812
  },
1872
1813
  {
1873
- "kind": "field",
1874
- "name": "definition",
1814
+ "name": "rel",
1875
1815
  "type": {
1876
- "text": "any"
1816
+ "text": "string"
1817
+ },
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"
1877
1823
  }
1878
1824
  },
1879
1825
  {
1880
- "kind": "field",
1881
- "name": "name",
1826
+ "name": "target",
1882
1827
  "type": {
1883
- "text": "string"
1828
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1884
1829
  },
1885
- "default": "'Actions'"
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
+ }
1886
1836
  },
1887
1837
  {
1888
- "kind": "field",
1889
- "name": "open",
1838
+ "name": "type",
1890
1839
  "type": {
1891
- "text": "boolean"
1840
+ "text": "string"
1892
1841
  },
1893
- "default": "false"
1894
- },
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": [
1895
1851
  {
1896
1852
  "kind": "field",
1897
- "name": "buttonAppearance",
1853
+ "name": "download",
1898
1854
  "type": {
1899
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"
1900
1862
  }
1901
1863
  },
1902
1864
  {
1903
1865
  "kind": "field",
1904
- "name": "hideDisabled",
1866
+ "name": "href",
1905
1867
  "type": {
1906
- "text": "boolean"
1868
+ "text": "string"
1907
1869
  },
1908
- "default": "false"
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"
1875
+ }
1909
1876
  },
1910
1877
  {
1911
1878
  "kind": "field",
1912
- "name": "hideMenuSingleOption",
1879
+ "name": "hreflang",
1913
1880
  "type": {
1914
- "text": "boolean"
1881
+ "text": "string"
1915
1882
  },
1916
- "default": "false"
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
+ }
1917
1889
  },
1918
1890
  {
1919
1891
  "kind": "field",
1920
- "name": "singleOption",
1892
+ "name": "ping",
1921
1893
  "type": {
1922
- "text": "ActionMenuItem"
1894
+ "text": "string"
1895
+ },
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"
1923
1901
  }
1924
1902
  },
1925
1903
  {
1926
1904
  "kind": "field",
1927
- "name": "actionsMenu",
1905
+ "name": "referrerpolicy",
1928
1906
  "type": {
1929
- "text": "HTMLElement"
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"
1930
1914
  }
1931
1915
  },
1932
1916
  {
1933
- "kind": "method",
1934
- "name": "definitionChanged",
1935
- "privacy": "protected",
1936
- "parameters": [
1937
- {
1938
- "name": "oldValue",
1939
- "type": {
1940
- "text": "any"
1941
- }
1942
- },
1943
- {
1944
- "name": "newValue",
1945
- "type": {
1946
- "text": "any"
1947
- }
1948
- }
1949
- ]
1950
- },
1951
- {
1952
- "kind": "method",
1953
- "name": "openChanged",
1954
- "privacy": "protected"
1955
- },
1956
- {
1957
- "kind": "method",
1958
- "name": "toggleActionsMenuVisibility"
1959
- },
1960
- {
1961
- "kind": "method",
1962
- "name": "onActionMenuItemClick",
1963
- "parameters": [
1964
- {
1965
- "name": "callback",
1966
- "type": {
1967
- "text": "(rowData) => void | any"
1968
- }
1969
- }
1970
- ]
1917
+ "kind": "field",
1918
+ "name": "rel",
1919
+ "type": {
1920
+ "text": "string"
1921
+ },
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
+ }
1971
1928
  },
1972
1929
  {
1973
1930
  "kind": "field",
1974
- "name": "allActions",
1931
+ "name": "target",
1975
1932
  "type": {
1976
- "text": "ActionMenuItem[]"
1933
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1977
1934
  },
1978
- "readonly": true
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"
1940
+ }
1979
1941
  },
1980
1942
  {
1981
1943
  "kind": "field",
1982
- "name": "rowData",
1983
- "readonly": true
1944
+ "name": "type",
1945
+ "type": {
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"
1953
+ }
1984
1954
  },
1985
1955
  {
1986
- "kind": "method",
1987
- "name": "getLabel",
1988
- "parameters": [
1989
- {
1990
- "name": "name",
1991
- "type": {
1992
- "text": "string | ((rowData: any) => string)"
1993
- }
1994
- }
1995
- ]
1956
+ "kind": "field",
1957
+ "name": "control",
1958
+ "type": {
1959
+ "text": "HTMLAnchorElement | undefined"
1960
+ },
1961
+ "privacy": "public",
1962
+ "description": "References the root element",
1963
+ "inheritedFrom": {
1964
+ "name": "Anchor",
1965
+ "module": "src/anchor/anchor.ts"
1966
+ }
1996
1967
  },
1997
1968
  {
1998
- "kind": "method",
1999
- "name": "getTemplate",
2000
- "parameters": [
2001
- {
2002
- "name": "prefix",
2003
- "type": {
2004
- "text": "string"
2005
- }
2006
- }
2007
- ]
1969
+ "kind": "field",
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
+ }
2008
1977
  },
2009
1978
  {
2010
1979
  "kind": "field",
@@ -2117,124 +2086,85 @@
2117
2086
  "module": "src/foundation-element/foundation-element.ts"
2118
2087
  }
2119
2088
  }
2120
- ],
2121
- "attributes": [
2122
- {
2123
- "name": "is-vertical",
2124
- "type": {
2125
- "text": "boolean"
2126
- },
2127
- "default": "false",
2128
- "fieldName": "isVertical"
2129
- },
2130
- {
2131
- "name": "add-default-actions",
2132
- "type": {
2133
- "text": "boolean"
2134
- },
2135
- "default": "true",
2136
- "fieldName": "addDefaultActions"
2137
- },
2138
- {
2139
- "name": "auto-close-on-action",
2140
- "type": {
2141
- "text": "boolean"
2142
- },
2143
- "default": "true",
2144
- "fieldName": "autoCloseOnAction"
2145
- },
2146
- {
2147
- "name": "name",
2148
- "type": {
2149
- "text": "string"
2150
- },
2151
- "default": "'Actions'",
2152
- "fieldName": "name"
2153
- },
2154
- {
2155
- "name": "open",
2156
- "type": {
2157
- "text": "boolean"
2158
- },
2159
- "default": "false",
2160
- "fieldName": "open"
2161
- },
2162
- {
2163
- "name": "buttonAppearance",
2164
- "type": {
2165
- "text": "string"
2166
- },
2167
- "fieldName": "buttonAppearance"
2168
- },
2169
- {
2170
- "name": "hide-disabled",
2171
- "type": {
2172
- "text": "boolean"
2173
- },
2174
- "default": "false",
2175
- "fieldName": "hideDisabled"
2176
- },
2177
- {
2178
- "name": "hide-menu-single-option",
2179
- "type": {
2180
- "text": "boolean"
2181
- },
2182
- "default": "false",
2183
- "fieldName": "hideMenuSingleOption"
2184
- }
2185
- ],
2186
- "superclass": {
2187
- "name": "FoundationElement",
2188
- "package": "@microsoft/fast-foundation"
2089
+ ]
2090
+ },
2091
+ {
2092
+ "kind": "variable",
2093
+ "name": "foundationAnchorShadowOptions",
2094
+ "type": {
2095
+ "text": "ShadowRootInit"
2189
2096
  },
2190
- "tagName": "%%prefix%%-actions-menu",
2191
- "customElement": true
2097
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2192
2098
  },
2193
2099
  {
2194
2100
  "kind": "variable",
2195
- "name": "foundationActionsMenu",
2196
- "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",
2197
2111
  "privacy": "public"
2198
2112
  }
2199
2113
  ],
2200
2114
  "exports": [
2201
2115
  {
2202
2116
  "kind": "js",
2203
- "name": "ActionsMenu",
2117
+ "name": "Anchor",
2204
2118
  "declaration": {
2205
- "name": "ActionsMenu",
2206
- "module": "src/actions-menu/actions-menu.ts"
2119
+ "name": "Anchor",
2120
+ "module": "src/anchor/anchor.ts"
2207
2121
  }
2208
2122
  },
2209
2123
  {
2210
2124
  "kind": "js",
2211
- "name": "foundationActionsMenu",
2125
+ "name": "foundationAnchorShadowOptions",
2212
2126
  "declaration": {
2213
- "name": "foundationActionsMenu",
2214
- "module": "src/actions-menu/actions-menu.ts"
2127
+ "name": "foundationAnchorShadowOptions",
2128
+ "module": "src/anchor/anchor.ts"
2215
2129
  }
2216
- }
2217
- ]
2218
- },
2219
- {
2220
- "kind": "javascript-module",
2221
- "path": "src/actions-menu/index.ts",
2222
- "declarations": [],
2223
- "exports": [
2130
+ },
2224
2131
  {
2225
2132
  "kind": "js",
2226
- "name": "*",
2133
+ "name": "defaultAnchorConfig",
2227
2134
  "declaration": {
2228
- "name": "*",
2229
- "package": "./actions-menu.styles"
2230
- }
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"
2145
+ }
2146
+ }
2147
+ ]
2148
+ },
2149
+ {
2150
+ "kind": "javascript-module",
2151
+ "path": "src/anchor/index.ts",
2152
+ "declarations": [],
2153
+ "exports": [
2154
+ {
2155
+ "kind": "js",
2156
+ "name": "*",
2157
+ "declaration": {
2158
+ "name": "*",
2159
+ "package": "./anchor.template"
2160
+ }
2231
2161
  },
2232
2162
  {
2233
2163
  "kind": "js",
2234
2164
  "name": "*",
2235
2165
  "declaration": {
2236
2166
  "name": "*",
2237
- "package": "./actions-menu.template"
2167
+ "package": "./anchor.styles"
2238
2168
  }
2239
2169
  },
2240
2170
  {
@@ -2242,18 +2172,41 @@
2242
2172
  "name": "*",
2243
2173
  "declaration": {
2244
2174
  "name": "*",
2245
- "package": "./actions-menu"
2175
+ "package": "./anchor"
2246
2176
  }
2247
2177
  }
2248
2178
  ]
2249
2179
  },
2250
2180
  {
2251
2181
  "kind": "javascript-module",
2252
- "path": "src/anchor/anchor.styles.ts",
2182
+ "path": "src/actions-menu/actions-menu.styles.ts",
2253
2183
  "declarations": [
2254
2184
  {
2255
2185
  "kind": "function",
2256
- "name": "foundationAnchorStyles",
2186
+ "name": "actionsMenuBaseStyles",
2187
+ "return": {
2188
+ "type": {
2189
+ "text": "ElementStyles"
2190
+ }
2191
+ },
2192
+ "parameters": [
2193
+ {
2194
+ "name": "context",
2195
+ "type": {
2196
+ "text": "ElementDefinitionContext"
2197
+ }
2198
+ },
2199
+ {
2200
+ "name": "definition",
2201
+ "type": {
2202
+ "text": "FoundationElementDefinition"
2203
+ }
2204
+ }
2205
+ ]
2206
+ },
2207
+ {
2208
+ "kind": "function",
2209
+ "name": "foundationActionsMenuStyles",
2257
2210
  "return": {
2258
2211
  "type": {
2259
2212
  "text": "ElementStyles"
@@ -2278,292 +2231,269 @@
2278
2231
  "exports": [
2279
2232
  {
2280
2233
  "kind": "js",
2281
- "name": "foundationAnchorStyles",
2234
+ "name": "actionsMenuBaseStyles",
2282
2235
  "declaration": {
2283
- "name": "foundationAnchorStyles",
2284
- "module": "src/anchor/anchor.styles.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"
2285
2246
  }
2286
2247
  }
2287
2248
  ]
2288
2249
  },
2289
2250
  {
2290
2251
  "kind": "javascript-module",
2291
- "path": "src/anchor/anchor.template.ts",
2252
+ "path": "src/actions-menu/actions-menu.template.ts",
2292
2253
  "declarations": [
2293
2254
  {
2294
2255
  "kind": "function",
2295
- "name": "foundationAnchorTemplate",
2296
- "return": {
2297
- "type": {
2298
- "text": "ViewTemplate<Anchor>"
2299
- }
2300
- },
2256
+ "name": "menuTemplate",
2301
2257
  "parameters": [
2302
2258
  {
2303
- "name": "context",
2259
+ "name": "prefix",
2304
2260
  "type": {
2305
- "text": "ElementDefinitionContext"
2261
+ "text": "string"
2306
2262
  }
2307
- },
2263
+ }
2264
+ ]
2265
+ },
2266
+ {
2267
+ "kind": "function",
2268
+ "name": "singleOptionTemplate",
2269
+ "parameters": [
2308
2270
  {
2309
- "name": "definition",
2271
+ "name": "prefix",
2310
2272
  "type": {
2311
- "text": "FoundationElementDefinition"
2273
+ "text": "string"
2312
2274
  }
2313
2275
  }
2314
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`"
2315
2285
  }
2316
2286
  ],
2317
2287
  "exports": [
2318
2288
  {
2319
2289
  "kind": "js",
2320
- "name": "foundationAnchorTemplate",
2290
+ "name": "menuTemplate",
2321
2291
  "declaration": {
2322
- "name": "foundationAnchorTemplate",
2323
- "module": "src/anchor/anchor.template.ts"
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"
2324
2310
  }
2325
2311
  }
2326
2312
  ]
2327
2313
  },
2328
2314
  {
2329
2315
  "kind": "javascript-module",
2330
- "path": "src/anchor/anchor.ts",
2316
+ "path": "src/actions-menu/actions-menu.ts",
2331
2317
  "declarations": [
2332
2318
  {
2333
2319
  "kind": "class",
2334
2320
  "description": "",
2335
- "name": "Anchor",
2336
- "superclass": {
2337
- "name": "FASTAnchor",
2338
- "package": "@microsoft/fast-components"
2339
- },
2340
- "tagName": "%%prefix%%-anchor",
2341
- "customElement": true,
2342
- "attributes": [
2321
+ "name": "ActionsMenu",
2322
+ "members": [
2343
2323
  {
2344
- "name": "download",
2324
+ "kind": "field",
2325
+ "name": "actions",
2345
2326
  "type": {
2346
- "text": "string"
2347
- },
2348
- "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.",
2349
- "fieldName": "download",
2350
- "inheritedFrom": {
2351
- "name": "Anchor",
2352
- "module": "src/anchor/anchor.ts"
2327
+ "text": "ActionMenuItem[]"
2353
2328
  }
2354
2329
  },
2355
2330
  {
2356
- "name": "href",
2331
+ "kind": "field",
2332
+ "name": "isVertical",
2357
2333
  "type": {
2358
- "text": "string"
2334
+ "text": "boolean"
2359
2335
  },
2360
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2361
- "fieldName": "href",
2362
- "inheritedFrom": {
2363
- "name": "Anchor",
2364
- "module": "src/anchor/anchor.ts"
2365
- }
2336
+ "default": "false"
2366
2337
  },
2367
2338
  {
2368
- "name": "hreflang",
2339
+ "kind": "field",
2340
+ "name": "addDefaultActions",
2369
2341
  "type": {
2370
- "text": "string"
2342
+ "text": "boolean"
2371
2343
  },
2372
- "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.",
2373
- "fieldName": "hreflang",
2374
- "inheritedFrom": {
2375
- "name": "Anchor",
2376
- "module": "src/anchor/anchor.ts"
2377
- }
2344
+ "default": "true"
2378
2345
  },
2379
2346
  {
2380
- "name": "ping",
2347
+ "kind": "field",
2348
+ "name": "autoCloseOnAction",
2381
2349
  "type": {
2382
- "text": "string"
2350
+ "text": "boolean"
2383
2351
  },
2384
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2385
- "fieldName": "ping",
2386
- "inheritedFrom": {
2387
- "name": "Anchor",
2388
- "module": "src/anchor/anchor.ts"
2389
- }
2352
+ "default": "true"
2390
2353
  },
2391
2354
  {
2392
- "name": "referrerpolicy",
2355
+ "kind": "field",
2356
+ "name": "classNames",
2393
2357
  "type": {
2394
2358
  "text": "string"
2395
- },
2396
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2397
- "fieldName": "referrerpolicy",
2398
- "inheritedFrom": {
2399
- "name": "Anchor",
2400
- "module": "src/anchor/anchor.ts"
2401
2359
  }
2402
2360
  },
2403
2361
  {
2404
- "name": "rel",
2362
+ "kind": "field",
2363
+ "name": "definition",
2405
2364
  "type": {
2406
- "text": "string"
2407
- },
2408
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2409
- "fieldName": "rel",
2410
- "inheritedFrom": {
2411
- "name": "Anchor",
2412
- "module": "src/anchor/anchor.ts"
2365
+ "text": "any"
2413
2366
  }
2414
2367
  },
2415
2368
  {
2416
- "name": "target",
2369
+ "kind": "field",
2370
+ "name": "name",
2417
2371
  "type": {
2418
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2372
+ "text": "string"
2419
2373
  },
2420
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2421
- "fieldName": "target",
2422
- "inheritedFrom": {
2423
- "name": "Anchor",
2424
- "module": "src/anchor/anchor.ts"
2425
- }
2374
+ "default": "'Actions'"
2426
2375
  },
2427
2376
  {
2428
- "name": "type",
2377
+ "kind": "field",
2378
+ "name": "open",
2429
2379
  "type": {
2430
- "text": "string"
2380
+ "text": "boolean"
2431
2381
  },
2432
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2433
- "fieldName": "type",
2434
- "inheritedFrom": {
2435
- "name": "Anchor",
2436
- "module": "src/anchor/anchor.ts"
2437
- }
2438
- }
2439
- ],
2440
- "members": [
2382
+ "default": "false"
2383
+ },
2441
2384
  {
2442
2385
  "kind": "field",
2443
- "name": "download",
2386
+ "name": "buttonAppearance",
2444
2387
  "type": {
2445
2388
  "text": "string"
2446
- },
2447
- "privacy": "public",
2448
- "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.",
2449
- "inheritedFrom": {
2450
- "name": "Anchor",
2451
- "module": "src/anchor/anchor.ts"
2452
2389
  }
2453
2390
  },
2454
2391
  {
2455
2392
  "kind": "field",
2456
- "name": "href",
2393
+ "name": "hideDisabled",
2457
2394
  "type": {
2458
- "text": "string"
2395
+ "text": "boolean"
2459
2396
  },
2460
- "privacy": "public",
2461
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2462
- "inheritedFrom": {
2463
- "name": "Anchor",
2464
- "module": "src/anchor/anchor.ts"
2465
- }
2397
+ "default": "false"
2466
2398
  },
2467
2399
  {
2468
2400
  "kind": "field",
2469
- "name": "hreflang",
2401
+ "name": "hideMenuSingleOption",
2470
2402
  "type": {
2471
- "text": "string"
2403
+ "text": "boolean"
2472
2404
  },
2473
- "privacy": "public",
2474
- "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.",
2475
- "inheritedFrom": {
2476
- "name": "Anchor",
2477
- "module": "src/anchor/anchor.ts"
2478
- }
2405
+ "default": "false"
2479
2406
  },
2480
2407
  {
2481
2408
  "kind": "field",
2482
- "name": "ping",
2409
+ "name": "singleOption",
2483
2410
  "type": {
2484
- "text": "string"
2485
- },
2486
- "privacy": "public",
2487
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2488
- "inheritedFrom": {
2489
- "name": "Anchor",
2490
- "module": "src/anchor/anchor.ts"
2411
+ "text": "ActionMenuItem"
2491
2412
  }
2492
2413
  },
2493
2414
  {
2494
2415
  "kind": "field",
2495
- "name": "referrerpolicy",
2416
+ "name": "actionsMenu",
2496
2417
  "type": {
2497
- "text": "string"
2498
- },
2499
- "privacy": "public",
2500
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2501
- "inheritedFrom": {
2502
- "name": "Anchor",
2503
- "module": "src/anchor/anchor.ts"
2418
+ "text": "HTMLElement"
2504
2419
  }
2505
2420
  },
2506
2421
  {
2507
- "kind": "field",
2508
- "name": "rel",
2509
- "type": {
2510
- "text": "string"
2511
- },
2512
- "privacy": "public",
2513
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2514
- "inheritedFrom": {
2515
- "name": "Anchor",
2516
- "module": "src/anchor/anchor.ts"
2517
- }
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
+ ]
2518
2439
  },
2519
2440
  {
2520
- "kind": "field",
2521
- "name": "target",
2522
- "type": {
2523
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2524
- },
2525
- "privacy": "public",
2526
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2527
- "inheritedFrom": {
2528
- "name": "Anchor",
2529
- "module": "src/anchor/anchor.ts"
2530
- }
2441
+ "kind": "method",
2442
+ "name": "openChanged",
2443
+ "privacy": "protected"
2531
2444
  },
2532
2445
  {
2533
- "kind": "field",
2534
- "name": "type",
2535
- "type": {
2536
- "text": "string"
2537
- },
2538
- "privacy": "public",
2539
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2540
- "inheritedFrom": {
2541
- "name": "Anchor",
2542
- "module": "src/anchor/anchor.ts"
2543
- }
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
+ ]
2544
2460
  },
2545
2461
  {
2546
2462
  "kind": "field",
2547
- "name": "control",
2463
+ "name": "allActions",
2548
2464
  "type": {
2549
- "text": "HTMLAnchorElement | undefined"
2465
+ "text": "ActionMenuItem[]"
2550
2466
  },
2551
- "privacy": "public",
2552
- "description": "References the root element",
2553
- "inheritedFrom": {
2554
- "name": "Anchor",
2555
- "module": "src/anchor/anchor.ts"
2556
- }
2467
+ "readonly": true
2557
2468
  },
2558
2469
  {
2559
2470
  "kind": "field",
2560
- "name": "handleUnsupportedDelegatesFocus",
2561
- "privacy": "private",
2562
- "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",
2563
- "inheritedFrom": {
2564
- "name": "Anchor",
2565
- "module": "src/anchor/anchor.ts"
2566
- }
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
+ ]
2567
2497
  },
2568
2498
  {
2569
2499
  "kind": "field",
@@ -2676,251 +2606,139 @@
2676
2606
  "module": "src/foundation-element/foundation-element.ts"
2677
2607
  }
2678
2608
  }
2679
- ]
2680
- },
2681
- {
2682
- "kind": "variable",
2683
- "name": "foundationAnchorShadowOptions",
2684
- "type": {
2685
- "text": "ShadowRootInit"
2686
- },
2687
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2688
- },
2689
- {
2690
- "kind": "variable",
2691
- "name": "defaultAnchorConfig",
2692
- "type": {
2693
- "text": "object"
2694
- },
2695
- "default": "{}"
2696
- },
2697
- {
2698
- "kind": "variable",
2699
- "name": "foundationAnchor",
2700
- "description": "The Foundation Anchor",
2701
- "privacy": "public"
2702
- }
2703
- ],
2704
- "exports": [
2705
- {
2706
- "kind": "js",
2707
- "name": "Anchor",
2708
- "declaration": {
2709
- "name": "Anchor",
2710
- "module": "src/anchor/anchor.ts"
2711
- }
2712
- },
2713
- {
2714
- "kind": "js",
2715
- "name": "foundationAnchorShadowOptions",
2716
- "declaration": {
2717
- "name": "foundationAnchorShadowOptions",
2718
- "module": "src/anchor/anchor.ts"
2719
- }
2720
- },
2721
- {
2722
- "kind": "js",
2723
- "name": "defaultAnchorConfig",
2724
- "declaration": {
2725
- "name": "defaultAnchorConfig",
2726
- "module": "src/anchor/anchor.ts"
2727
- }
2728
- },
2729
- {
2730
- "kind": "js",
2731
- "name": "foundationAnchor",
2732
- "declaration": {
2733
- "name": "foundationAnchor",
2734
- "module": "src/anchor/anchor.ts"
2735
- }
2736
- }
2737
- ]
2738
- },
2739
- {
2740
- "kind": "javascript-module",
2741
- "path": "src/anchor/index.ts",
2742
- "declarations": [],
2743
- "exports": [
2744
- {
2745
- "kind": "js",
2746
- "name": "*",
2747
- "declaration": {
2748
- "name": "*",
2749
- "package": "./anchor.template"
2750
- }
2751
- },
2752
- {
2753
- "kind": "js",
2754
- "name": "*",
2755
- "declaration": {
2756
- "name": "*",
2757
- "package": "./anchor.styles"
2758
- }
2759
- },
2760
- {
2761
- "kind": "js",
2762
- "name": "*",
2763
- "declaration": {
2764
- "name": "*",
2765
- "package": "./anchor"
2766
- }
2767
- }
2768
- ]
2769
- },
2770
- {
2771
- "kind": "javascript-module",
2772
- "path": "src/accordion/accordion.styles.ts",
2773
- "declarations": [
2774
- {
2775
- "kind": "function",
2776
- "name": "foundationAccordionStyles",
2777
- "return": {
2778
- "type": {
2779
- "text": "ElementStyles"
2780
- }
2781
- },
2782
- "parameters": [
2609
+ ],
2610
+ "attributes": [
2783
2611
  {
2784
- "name": "context",
2612
+ "name": "is-vertical",
2785
2613
  "type": {
2786
- "text": "ElementDefinitionContext"
2787
- }
2614
+ "text": "boolean"
2615
+ },
2616
+ "default": "false",
2617
+ "fieldName": "isVertical"
2788
2618
  },
2789
2619
  {
2790
- "name": "definition",
2620
+ "name": "add-default-actions",
2791
2621
  "type": {
2792
- "text": "FoundationElementDefinition"
2793
- }
2794
- }
2795
- ]
2796
- }
2797
- ],
2798
- "exports": [
2799
- {
2800
- "kind": "js",
2801
- "name": "foundationAccordionStyles",
2802
- "declaration": {
2803
- "name": "foundationAccordionStyles",
2804
- "module": "src/accordion/accordion.styles.ts"
2805
- }
2806
- }
2807
- ]
2808
- },
2809
- {
2810
- "kind": "javascript-module",
2811
- "path": "src/accordion/accordion.template.ts",
2812
- "declarations": [
2813
- {
2814
- "kind": "function",
2815
- "name": "foundationAccordionTemplate",
2816
- "return": {
2817
- "type": {
2818
- "text": "ViewTemplate<Accordion>"
2819
- }
2820
- },
2821
- "parameters": [
2622
+ "text": "boolean"
2623
+ },
2624
+ "default": "true",
2625
+ "fieldName": "addDefaultActions"
2626
+ },
2822
2627
  {
2823
- "name": "context",
2628
+ "name": "auto-close-on-action",
2824
2629
  "type": {
2825
- "text": "ElementDefinitionContext"
2826
- }
2630
+ "text": "boolean"
2631
+ },
2632
+ "default": "true",
2633
+ "fieldName": "autoCloseOnAction"
2827
2634
  },
2828
2635
  {
2829
- "name": "definition",
2636
+ "name": "name",
2830
2637
  "type": {
2831
- "text": "FoundationElementDefinition"
2832
- }
2833
- }
2834
- ]
2835
- }
2836
- ],
2837
- "exports": [
2838
- {
2839
- "kind": "js",
2840
- "name": "foundationAccordionTemplate",
2841
- "declaration": {
2842
- "name": "foundationAccordionTemplate",
2843
- "module": "src/accordion/accordion.template.ts"
2844
- }
2845
- }
2846
- ]
2847
- },
2848
- {
2849
- "kind": "javascript-module",
2850
- "path": "src/accordion/accordion.ts",
2851
- "declarations": [
2852
- {
2853
- "kind": "class",
2854
- "description": "",
2855
- "name": "Accordion",
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
+ ],
2856
2675
  "superclass": {
2857
- "name": "FASTAccordion",
2676
+ "name": "FoundationElement",
2858
2677
  "package": "@microsoft/fast-foundation"
2859
2678
  },
2860
- "tagName": "%%prefix%%-accordion",
2679
+ "tagName": "%%prefix%%-actions-menu",
2861
2680
  "customElement": true
2862
2681
  },
2863
2682
  {
2864
2683
  "kind": "variable",
2865
- "name": "foundationAccordionShadowOptions",
2866
- "type": {
2867
- "text": "ShadowRootInit"
2868
- },
2869
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2870
- },
2871
- {
2872
- "kind": "variable",
2873
- "name": "defaultAccordionConfig",
2874
- "type": {
2875
- "text": "object"
2876
- },
2877
- "default": "{}"
2878
- },
2879
- {
2880
- "kind": "variable",
2881
- "name": "foundationAccordion",
2882
- "description": "The Foundation Accordion",
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": "Accordion",
2692
+ "name": "ActionsMenu",
2890
2693
  "declaration": {
2891
- "name": "Accordion",
2892
- "module": "src/accordion/accordion.ts"
2694
+ "name": "ActionsMenu",
2695
+ "module": "src/actions-menu/actions-menu.ts"
2893
2696
  }
2894
2697
  },
2895
2698
  {
2896
2699
  "kind": "js",
2897
- "name": "foundationAccordionShadowOptions",
2700
+ "name": "foundationActionsMenu",
2898
2701
  "declaration": {
2899
- "name": "foundationAccordionShadowOptions",
2900
- "module": "src/accordion/accordion.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": "defaultAccordionConfig",
2723
+ "name": "*",
2906
2724
  "declaration": {
2907
- "name": "defaultAccordionConfig",
2908
- "module": "src/accordion/accordion.ts"
2725
+ "name": "*",
2726
+ "package": "./actions-menu.template"
2909
2727
  }
2910
2728
  },
2911
2729
  {
2912
2730
  "kind": "js",
2913
- "name": "foundationAccordion",
2731
+ "name": "*",
2914
2732
  "declaration": {
2915
- "name": "foundationAccordion",
2916
- "module": "src/accordion/accordion.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/accordion/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": "./accordion.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": "./accordion.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": "./accordion"
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",