@genesislcap/foundation-ui 14.180.6 → 14.180.7

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 +2168 -2168
  2. package/package.json +16 -16
@@ -817,233 +817,6 @@
817
817
  }
818
818
  ]
819
819
  },
820
- {
821
- "kind": "javascript-module",
822
- "path": "src/_common/icons.ts",
823
- "declarations": [
824
- {
825
- "kind": "function",
826
- "name": "closeIcon",
827
- "parameters": [
828
- {
829
- "name": "slot",
830
- "default": "'start'"
831
- },
832
- {
833
- "name": "fill",
834
- "default": "'#879ba6'"
835
- }
836
- ]
837
- }
838
- ],
839
- "exports": [
840
- {
841
- "kind": "js",
842
- "name": "closeIcon",
843
- "declaration": {
844
- "name": "closeIcon",
845
- "module": "src/_common/icons.ts"
846
- }
847
- }
848
- ]
849
- },
850
- {
851
- "kind": "javascript-module",
852
- "path": "src/_common/index.ts",
853
- "declarations": [],
854
- "exports": [
855
- {
856
- "kind": "js",
857
- "name": "*",
858
- "declaration": {
859
- "name": "*",
860
- "package": "./icons"
861
- }
862
- }
863
- ]
864
- },
865
- {
866
- "kind": "javascript-module",
867
- "path": "src/accordion/accordion.styles.ts",
868
- "declarations": [
869
- {
870
- "kind": "function",
871
- "name": "foundationAccordionStyles",
872
- "return": {
873
- "type": {
874
- "text": "ElementStyles"
875
- }
876
- },
877
- "parameters": [
878
- {
879
- "name": "context",
880
- "type": {
881
- "text": "ElementDefinitionContext"
882
- }
883
- },
884
- {
885
- "name": "definition",
886
- "type": {
887
- "text": "FoundationElementDefinition"
888
- }
889
- }
890
- ]
891
- }
892
- ],
893
- "exports": [
894
- {
895
- "kind": "js",
896
- "name": "foundationAccordionStyles",
897
- "declaration": {
898
- "name": "foundationAccordionStyles",
899
- "module": "src/accordion/accordion.styles.ts"
900
- }
901
- }
902
- ]
903
- },
904
- {
905
- "kind": "javascript-module",
906
- "path": "src/accordion/accordion.template.ts",
907
- "declarations": [
908
- {
909
- "kind": "function",
910
- "name": "foundationAccordionTemplate",
911
- "return": {
912
- "type": {
913
- "text": "ViewTemplate<Accordion>"
914
- }
915
- },
916
- "parameters": [
917
- {
918
- "name": "context",
919
- "type": {
920
- "text": "ElementDefinitionContext"
921
- }
922
- },
923
- {
924
- "name": "definition",
925
- "type": {
926
- "text": "FoundationElementDefinition"
927
- }
928
- }
929
- ]
930
- }
931
- ],
932
- "exports": [
933
- {
934
- "kind": "js",
935
- "name": "foundationAccordionTemplate",
936
- "declaration": {
937
- "name": "foundationAccordionTemplate",
938
- "module": "src/accordion/accordion.template.ts"
939
- }
940
- }
941
- ]
942
- },
943
- {
944
- "kind": "javascript-module",
945
- "path": "src/accordion/accordion.ts",
946
- "declarations": [
947
- {
948
- "kind": "class",
949
- "description": "",
950
- "name": "Accordion",
951
- "superclass": {
952
- "name": "FASTAccordion",
953
- "package": "@microsoft/fast-foundation"
954
- },
955
- "tagName": "%%prefix%%-accordion",
956
- "customElement": true
957
- },
958
- {
959
- "kind": "variable",
960
- "name": "foundationAccordionShadowOptions",
961
- "type": {
962
- "text": "ShadowRootInit"
963
- },
964
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
965
- },
966
- {
967
- "kind": "variable",
968
- "name": "defaultAccordionConfig",
969
- "type": {
970
- "text": "object"
971
- },
972
- "default": "{}"
973
- },
974
- {
975
- "kind": "variable",
976
- "name": "foundationAccordion",
977
- "description": "The Foundation Accordion",
978
- "privacy": "public"
979
- }
980
- ],
981
- "exports": [
982
- {
983
- "kind": "js",
984
- "name": "Accordion",
985
- "declaration": {
986
- "name": "Accordion",
987
- "module": "src/accordion/accordion.ts"
988
- }
989
- },
990
- {
991
- "kind": "js",
992
- "name": "foundationAccordionShadowOptions",
993
- "declaration": {
994
- "name": "foundationAccordionShadowOptions",
995
- "module": "src/accordion/accordion.ts"
996
- }
997
- },
998
- {
999
- "kind": "js",
1000
- "name": "defaultAccordionConfig",
1001
- "declaration": {
1002
- "name": "defaultAccordionConfig",
1003
- "module": "src/accordion/accordion.ts"
1004
- }
1005
- },
1006
- {
1007
- "kind": "js",
1008
- "name": "foundationAccordion",
1009
- "declaration": {
1010
- "name": "foundationAccordion",
1011
- "module": "src/accordion/accordion.ts"
1012
- }
1013
- }
1014
- ]
1015
- },
1016
- {
1017
- "kind": "javascript-module",
1018
- "path": "src/accordion/index.ts",
1019
- "declarations": [],
1020
- "exports": [
1021
- {
1022
- "kind": "js",
1023
- "name": "*",
1024
- "declaration": {
1025
- "name": "*",
1026
- "package": "./accordion.template"
1027
- }
1028
- },
1029
- {
1030
- "kind": "js",
1031
- "name": "*",
1032
- "declaration": {
1033
- "name": "*",
1034
- "package": "./accordion.styles"
1035
- }
1036
- },
1037
- {
1038
- "kind": "js",
1039
- "name": "*",
1040
- "declaration": {
1041
- "name": "*",
1042
- "package": "./accordion"
1043
- }
1044
- }
1045
- ]
1046
- },
1047
820
  {
1048
821
  "kind": "javascript-module",
1049
822
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1438,37 +1211,6 @@
1438
1211
  }
1439
1212
  ]
1440
1213
  },
1441
- {
1442
- "kind": "javascript-module",
1443
- "path": "src/_config/index.ts",
1444
- "declarations": [],
1445
- "exports": [
1446
- {
1447
- "kind": "js",
1448
- "name": "*",
1449
- "declaration": {
1450
- "name": "*",
1451
- "package": "./styles"
1452
- }
1453
- },
1454
- {
1455
- "kind": "js",
1456
- "name": "*",
1457
- "declaration": {
1458
- "name": "*",
1459
- "package": "./tokens"
1460
- }
1461
- },
1462
- {
1463
- "kind": "js",
1464
- "name": "*",
1465
- "declaration": {
1466
- "name": "*",
1467
- "package": "./values"
1468
- }
1469
- }
1470
- ]
1471
- },
1472
1214
  {
1473
1215
  "kind": "javascript-module",
1474
1216
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2028,6 +1770,602 @@
2028
1770
  }
2029
1771
  ]
2030
1772
  },
1773
+ {
1774
+ "kind": "javascript-module",
1775
+ "path": "src/_common/icons.ts",
1776
+ "declarations": [
1777
+ {
1778
+ "kind": "function",
1779
+ "name": "closeIcon",
1780
+ "parameters": [
1781
+ {
1782
+ "name": "slot",
1783
+ "default": "'start'"
1784
+ },
1785
+ {
1786
+ "name": "fill",
1787
+ "default": "'#879ba6'"
1788
+ }
1789
+ ]
1790
+ }
1791
+ ],
1792
+ "exports": [
1793
+ {
1794
+ "kind": "js",
1795
+ "name": "closeIcon",
1796
+ "declaration": {
1797
+ "name": "closeIcon",
1798
+ "module": "src/_common/icons.ts"
1799
+ }
1800
+ }
1801
+ ]
1802
+ },
1803
+ {
1804
+ "kind": "javascript-module",
1805
+ "path": "src/_common/index.ts",
1806
+ "declarations": [],
1807
+ "exports": [
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "*",
1811
+ "declaration": {
1812
+ "name": "*",
1813
+ "package": "./icons"
1814
+ }
1815
+ }
1816
+ ]
1817
+ },
1818
+ {
1819
+ "kind": "javascript-module",
1820
+ "path": "src/anchor/anchor.styles.ts",
1821
+ "declarations": [
1822
+ {
1823
+ "kind": "function",
1824
+ "name": "foundationAnchorStyles",
1825
+ "return": {
1826
+ "type": {
1827
+ "text": "ElementStyles"
1828
+ }
1829
+ },
1830
+ "parameters": [
1831
+ {
1832
+ "name": "context",
1833
+ "type": {
1834
+ "text": "ElementDefinitionContext"
1835
+ }
1836
+ },
1837
+ {
1838
+ "name": "definition",
1839
+ "type": {
1840
+ "text": "FoundationElementDefinition"
1841
+ }
1842
+ }
1843
+ ]
1844
+ }
1845
+ ],
1846
+ "exports": [
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "foundationAnchorStyles",
1850
+ "declaration": {
1851
+ "name": "foundationAnchorStyles",
1852
+ "module": "src/anchor/anchor.styles.ts"
1853
+ }
1854
+ }
1855
+ ]
1856
+ },
1857
+ {
1858
+ "kind": "javascript-module",
1859
+ "path": "src/anchor/anchor.template.ts",
1860
+ "declarations": [
1861
+ {
1862
+ "kind": "function",
1863
+ "name": "foundationAnchorTemplate",
1864
+ "return": {
1865
+ "type": {
1866
+ "text": "ViewTemplate<Anchor>"
1867
+ }
1868
+ },
1869
+ "parameters": [
1870
+ {
1871
+ "name": "context",
1872
+ "type": {
1873
+ "text": "ElementDefinitionContext"
1874
+ }
1875
+ },
1876
+ {
1877
+ "name": "definition",
1878
+ "type": {
1879
+ "text": "FoundationElementDefinition"
1880
+ }
1881
+ }
1882
+ ]
1883
+ }
1884
+ ],
1885
+ "exports": [
1886
+ {
1887
+ "kind": "js",
1888
+ "name": "foundationAnchorTemplate",
1889
+ "declaration": {
1890
+ "name": "foundationAnchorTemplate",
1891
+ "module": "src/anchor/anchor.template.ts"
1892
+ }
1893
+ }
1894
+ ]
1895
+ },
1896
+ {
1897
+ "kind": "javascript-module",
1898
+ "path": "src/anchor/anchor.ts",
1899
+ "declarations": [
1900
+ {
1901
+ "kind": "class",
1902
+ "description": "",
1903
+ "name": "Anchor",
1904
+ "superclass": {
1905
+ "name": "FASTAnchor",
1906
+ "package": "@microsoft/fast-components"
1907
+ },
1908
+ "tagName": "%%prefix%%-anchor",
1909
+ "customElement": true,
1910
+ "attributes": [
1911
+ {
1912
+ "name": "download",
1913
+ "type": {
1914
+ "text": "string"
1915
+ },
1916
+ "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.",
1917
+ "fieldName": "download",
1918
+ "inheritedFrom": {
1919
+ "name": "Anchor",
1920
+ "module": "src/anchor/anchor.ts"
1921
+ }
1922
+ },
1923
+ {
1924
+ "name": "href",
1925
+ "type": {
1926
+ "text": "string"
1927
+ },
1928
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1929
+ "fieldName": "href",
1930
+ "inheritedFrom": {
1931
+ "name": "Anchor",
1932
+ "module": "src/anchor/anchor.ts"
1933
+ }
1934
+ },
1935
+ {
1936
+ "name": "hreflang",
1937
+ "type": {
1938
+ "text": "string"
1939
+ },
1940
+ "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.",
1941
+ "fieldName": "hreflang",
1942
+ "inheritedFrom": {
1943
+ "name": "Anchor",
1944
+ "module": "src/anchor/anchor.ts"
1945
+ }
1946
+ },
1947
+ {
1948
+ "name": "ping",
1949
+ "type": {
1950
+ "text": "string"
1951
+ },
1952
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1953
+ "fieldName": "ping",
1954
+ "inheritedFrom": {
1955
+ "name": "Anchor",
1956
+ "module": "src/anchor/anchor.ts"
1957
+ }
1958
+ },
1959
+ {
1960
+ "name": "referrerpolicy",
1961
+ "type": {
1962
+ "text": "string"
1963
+ },
1964
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1965
+ "fieldName": "referrerpolicy",
1966
+ "inheritedFrom": {
1967
+ "name": "Anchor",
1968
+ "module": "src/anchor/anchor.ts"
1969
+ }
1970
+ },
1971
+ {
1972
+ "name": "rel",
1973
+ "type": {
1974
+ "text": "string"
1975
+ },
1976
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1977
+ "fieldName": "rel",
1978
+ "inheritedFrom": {
1979
+ "name": "Anchor",
1980
+ "module": "src/anchor/anchor.ts"
1981
+ }
1982
+ },
1983
+ {
1984
+ "name": "target",
1985
+ "type": {
1986
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1987
+ },
1988
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1989
+ "fieldName": "target",
1990
+ "inheritedFrom": {
1991
+ "name": "Anchor",
1992
+ "module": "src/anchor/anchor.ts"
1993
+ }
1994
+ },
1995
+ {
1996
+ "name": "type",
1997
+ "type": {
1998
+ "text": "string"
1999
+ },
2000
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2001
+ "fieldName": "type",
2002
+ "inheritedFrom": {
2003
+ "name": "Anchor",
2004
+ "module": "src/anchor/anchor.ts"
2005
+ }
2006
+ }
2007
+ ],
2008
+ "members": [
2009
+ {
2010
+ "kind": "field",
2011
+ "name": "download",
2012
+ "type": {
2013
+ "text": "string"
2014
+ },
2015
+ "privacy": "public",
2016
+ "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.",
2017
+ "inheritedFrom": {
2018
+ "name": "Anchor",
2019
+ "module": "src/anchor/anchor.ts"
2020
+ }
2021
+ },
2022
+ {
2023
+ "kind": "field",
2024
+ "name": "href",
2025
+ "type": {
2026
+ "text": "string"
2027
+ },
2028
+ "privacy": "public",
2029
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2030
+ "inheritedFrom": {
2031
+ "name": "Anchor",
2032
+ "module": "src/anchor/anchor.ts"
2033
+ }
2034
+ },
2035
+ {
2036
+ "kind": "field",
2037
+ "name": "hreflang",
2038
+ "type": {
2039
+ "text": "string"
2040
+ },
2041
+ "privacy": "public",
2042
+ "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.",
2043
+ "inheritedFrom": {
2044
+ "name": "Anchor",
2045
+ "module": "src/anchor/anchor.ts"
2046
+ }
2047
+ },
2048
+ {
2049
+ "kind": "field",
2050
+ "name": "ping",
2051
+ "type": {
2052
+ "text": "string"
2053
+ },
2054
+ "privacy": "public",
2055
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2056
+ "inheritedFrom": {
2057
+ "name": "Anchor",
2058
+ "module": "src/anchor/anchor.ts"
2059
+ }
2060
+ },
2061
+ {
2062
+ "kind": "field",
2063
+ "name": "referrerpolicy",
2064
+ "type": {
2065
+ "text": "string"
2066
+ },
2067
+ "privacy": "public",
2068
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2069
+ "inheritedFrom": {
2070
+ "name": "Anchor",
2071
+ "module": "src/anchor/anchor.ts"
2072
+ }
2073
+ },
2074
+ {
2075
+ "kind": "field",
2076
+ "name": "rel",
2077
+ "type": {
2078
+ "text": "string"
2079
+ },
2080
+ "privacy": "public",
2081
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2082
+ "inheritedFrom": {
2083
+ "name": "Anchor",
2084
+ "module": "src/anchor/anchor.ts"
2085
+ }
2086
+ },
2087
+ {
2088
+ "kind": "field",
2089
+ "name": "target",
2090
+ "type": {
2091
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2092
+ },
2093
+ "privacy": "public",
2094
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2095
+ "inheritedFrom": {
2096
+ "name": "Anchor",
2097
+ "module": "src/anchor/anchor.ts"
2098
+ }
2099
+ },
2100
+ {
2101
+ "kind": "field",
2102
+ "name": "type",
2103
+ "type": {
2104
+ "text": "string"
2105
+ },
2106
+ "privacy": "public",
2107
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2108
+ "inheritedFrom": {
2109
+ "name": "Anchor",
2110
+ "module": "src/anchor/anchor.ts"
2111
+ }
2112
+ },
2113
+ {
2114
+ "kind": "field",
2115
+ "name": "control",
2116
+ "type": {
2117
+ "text": "HTMLAnchorElement | undefined"
2118
+ },
2119
+ "privacy": "public",
2120
+ "description": "References the root element",
2121
+ "inheritedFrom": {
2122
+ "name": "Anchor",
2123
+ "module": "src/anchor/anchor.ts"
2124
+ }
2125
+ },
2126
+ {
2127
+ "kind": "field",
2128
+ "name": "handleUnsupportedDelegatesFocus",
2129
+ "privacy": "private",
2130
+ "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",
2131
+ "inheritedFrom": {
2132
+ "name": "Anchor",
2133
+ "module": "src/anchor/anchor.ts"
2134
+ }
2135
+ },
2136
+ {
2137
+ "kind": "field",
2138
+ "name": "_presentation",
2139
+ "type": {
2140
+ "text": "ComponentPresentation | null | undefined"
2141
+ },
2142
+ "privacy": "private",
2143
+ "default": "void 0",
2144
+ "inheritedFrom": {
2145
+ "name": "FoundationElement",
2146
+ "module": "src/foundation-element/foundation-element.ts"
2147
+ }
2148
+ },
2149
+ {
2150
+ "kind": "field",
2151
+ "name": "$presentation",
2152
+ "type": {
2153
+ "text": "ComponentPresentation | null"
2154
+ },
2155
+ "privacy": "public",
2156
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2157
+ "inheritedFrom": {
2158
+ "name": "FoundationElement",
2159
+ "module": "src/foundation-element/foundation-element.ts"
2160
+ }
2161
+ },
2162
+ {
2163
+ "kind": "field",
2164
+ "name": "template",
2165
+ "type": {
2166
+ "text": "ElementViewTemplate | void | null"
2167
+ },
2168
+ "privacy": "public",
2169
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2170
+ "inheritedFrom": {
2171
+ "name": "FoundationElement",
2172
+ "module": "src/foundation-element/foundation-element.ts"
2173
+ }
2174
+ },
2175
+ {
2176
+ "kind": "method",
2177
+ "name": "templateChanged",
2178
+ "privacy": "protected",
2179
+ "return": {
2180
+ "type": {
2181
+ "text": "void"
2182
+ }
2183
+ },
2184
+ "inheritedFrom": {
2185
+ "name": "FoundationElement",
2186
+ "module": "src/foundation-element/foundation-element.ts"
2187
+ }
2188
+ },
2189
+ {
2190
+ "kind": "field",
2191
+ "name": "styles",
2192
+ "type": {
2193
+ "text": "ElementStyles | void | null"
2194
+ },
2195
+ "privacy": "public",
2196
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2197
+ "inheritedFrom": {
2198
+ "name": "FoundationElement",
2199
+ "module": "src/foundation-element/foundation-element.ts"
2200
+ }
2201
+ },
2202
+ {
2203
+ "kind": "method",
2204
+ "name": "stylesChanged",
2205
+ "privacy": "protected",
2206
+ "return": {
2207
+ "type": {
2208
+ "text": "void"
2209
+ }
2210
+ },
2211
+ "inheritedFrom": {
2212
+ "name": "FoundationElement",
2213
+ "module": "src/foundation-element/foundation-element.ts"
2214
+ }
2215
+ },
2216
+ {
2217
+ "kind": "method",
2218
+ "name": "compose",
2219
+ "privacy": "public",
2220
+ "static": true,
2221
+ "return": {
2222
+ "type": {
2223
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2224
+ }
2225
+ },
2226
+ "parameters": [
2227
+ {
2228
+ "name": "this",
2229
+ "type": {
2230
+ "text": "K"
2231
+ }
2232
+ },
2233
+ {
2234
+ "name": "elementDefinition",
2235
+ "type": {
2236
+ "text": "T"
2237
+ },
2238
+ "description": "The definition of the element to create the registry\nfunction for."
2239
+ }
2240
+ ],
2241
+ "description": "Defines an element registry function with a set of element definition defaults.",
2242
+ "inheritedFrom": {
2243
+ "name": "FoundationElement",
2244
+ "module": "src/foundation-element/foundation-element.ts"
2245
+ }
2246
+ }
2247
+ ]
2248
+ },
2249
+ {
2250
+ "kind": "variable",
2251
+ "name": "foundationAnchorShadowOptions",
2252
+ "type": {
2253
+ "text": "ShadowRootInit"
2254
+ },
2255
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2256
+ },
2257
+ {
2258
+ "kind": "variable",
2259
+ "name": "defaultAnchorConfig",
2260
+ "type": {
2261
+ "text": "object"
2262
+ },
2263
+ "default": "{}"
2264
+ },
2265
+ {
2266
+ "kind": "variable",
2267
+ "name": "foundationAnchor",
2268
+ "description": "The Foundation Anchor",
2269
+ "privacy": "public"
2270
+ }
2271
+ ],
2272
+ "exports": [
2273
+ {
2274
+ "kind": "js",
2275
+ "name": "Anchor",
2276
+ "declaration": {
2277
+ "name": "Anchor",
2278
+ "module": "src/anchor/anchor.ts"
2279
+ }
2280
+ },
2281
+ {
2282
+ "kind": "js",
2283
+ "name": "foundationAnchorShadowOptions",
2284
+ "declaration": {
2285
+ "name": "foundationAnchorShadowOptions",
2286
+ "module": "src/anchor/anchor.ts"
2287
+ }
2288
+ },
2289
+ {
2290
+ "kind": "js",
2291
+ "name": "defaultAnchorConfig",
2292
+ "declaration": {
2293
+ "name": "defaultAnchorConfig",
2294
+ "module": "src/anchor/anchor.ts"
2295
+ }
2296
+ },
2297
+ {
2298
+ "kind": "js",
2299
+ "name": "foundationAnchor",
2300
+ "declaration": {
2301
+ "name": "foundationAnchor",
2302
+ "module": "src/anchor/anchor.ts"
2303
+ }
2304
+ }
2305
+ ]
2306
+ },
2307
+ {
2308
+ "kind": "javascript-module",
2309
+ "path": "src/anchor/index.ts",
2310
+ "declarations": [],
2311
+ "exports": [
2312
+ {
2313
+ "kind": "js",
2314
+ "name": "*",
2315
+ "declaration": {
2316
+ "name": "*",
2317
+ "package": "./anchor.template"
2318
+ }
2319
+ },
2320
+ {
2321
+ "kind": "js",
2322
+ "name": "*",
2323
+ "declaration": {
2324
+ "name": "*",
2325
+ "package": "./anchor.styles"
2326
+ }
2327
+ },
2328
+ {
2329
+ "kind": "js",
2330
+ "name": "*",
2331
+ "declaration": {
2332
+ "name": "*",
2333
+ "package": "./anchor"
2334
+ }
2335
+ }
2336
+ ]
2337
+ },
2338
+ {
2339
+ "kind": "javascript-module",
2340
+ "path": "src/_config/index.ts",
2341
+ "declarations": [],
2342
+ "exports": [
2343
+ {
2344
+ "kind": "js",
2345
+ "name": "*",
2346
+ "declaration": {
2347
+ "name": "*",
2348
+ "package": "./styles"
2349
+ }
2350
+ },
2351
+ {
2352
+ "kind": "js",
2353
+ "name": "*",
2354
+ "declaration": {
2355
+ "name": "*",
2356
+ "package": "./tokens"
2357
+ }
2358
+ },
2359
+ {
2360
+ "kind": "js",
2361
+ "name": "*",
2362
+ "declaration": {
2363
+ "name": "*",
2364
+ "package": "./values"
2365
+ }
2366
+ }
2367
+ ]
2368
+ },
2031
2369
  {
2032
2370
  "kind": "javascript-module",
2033
2371
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -3620,11 +3958,11 @@
3620
3958
  },
3621
3959
  {
3622
3960
  "kind": "javascript-module",
3623
- "path": "src/anchor/anchor.styles.ts",
3961
+ "path": "src/accordion/accordion.styles.ts",
3624
3962
  "declarations": [
3625
3963
  {
3626
3964
  "kind": "function",
3627
- "name": "foundationAnchorStyles",
3965
+ "name": "foundationAccordionStyles",
3628
3966
  "return": {
3629
3967
  "type": {
3630
3968
  "text": "ElementStyles"
@@ -3649,24 +3987,24 @@
3649
3987
  "exports": [
3650
3988
  {
3651
3989
  "kind": "js",
3652
- "name": "foundationAnchorStyles",
3990
+ "name": "foundationAccordionStyles",
3653
3991
  "declaration": {
3654
- "name": "foundationAnchorStyles",
3655
- "module": "src/anchor/anchor.styles.ts"
3992
+ "name": "foundationAccordionStyles",
3993
+ "module": "src/accordion/accordion.styles.ts"
3656
3994
  }
3657
3995
  }
3658
3996
  ]
3659
3997
  },
3660
3998
  {
3661
3999
  "kind": "javascript-module",
3662
- "path": "src/anchor/anchor.template.ts",
4000
+ "path": "src/accordion/accordion.template.ts",
3663
4001
  "declarations": [
3664
4002
  {
3665
4003
  "kind": "function",
3666
- "name": "foundationAnchorTemplate",
4004
+ "name": "foundationAccordionTemplate",
3667
4005
  "return": {
3668
4006
  "type": {
3669
- "text": "ViewTemplate<Anchor>"
4007
+ "text": "ViewTemplate<Accordion>"
3670
4008
  }
3671
4009
  },
3672
4010
  "parameters": [
@@ -3688,370 +4026,32 @@
3688
4026
  "exports": [
3689
4027
  {
3690
4028
  "kind": "js",
3691
- "name": "foundationAnchorTemplate",
4029
+ "name": "foundationAccordionTemplate",
3692
4030
  "declaration": {
3693
- "name": "foundationAnchorTemplate",
3694
- "module": "src/anchor/anchor.template.ts"
4031
+ "name": "foundationAccordionTemplate",
4032
+ "module": "src/accordion/accordion.template.ts"
3695
4033
  }
3696
4034
  }
3697
4035
  ]
3698
4036
  },
3699
4037
  {
3700
4038
  "kind": "javascript-module",
3701
- "path": "src/anchor/anchor.ts",
4039
+ "path": "src/accordion/accordion.ts",
3702
4040
  "declarations": [
3703
4041
  {
3704
4042
  "kind": "class",
3705
4043
  "description": "",
3706
- "name": "Anchor",
4044
+ "name": "Accordion",
3707
4045
  "superclass": {
3708
- "name": "FASTAnchor",
3709
- "package": "@microsoft/fast-components"
4046
+ "name": "FASTAccordion",
4047
+ "package": "@microsoft/fast-foundation"
3710
4048
  },
3711
- "tagName": "%%prefix%%-anchor",
3712
- "customElement": true,
3713
- "attributes": [
3714
- {
3715
- "name": "download",
3716
- "type": {
3717
- "text": "string"
3718
- },
3719
- "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.",
3720
- "fieldName": "download",
3721
- "inheritedFrom": {
3722
- "name": "Anchor",
3723
- "module": "src/anchor/anchor.ts"
3724
- }
3725
- },
3726
- {
3727
- "name": "href",
3728
- "type": {
3729
- "text": "string"
3730
- },
3731
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3732
- "fieldName": "href",
3733
- "inheritedFrom": {
3734
- "name": "Anchor",
3735
- "module": "src/anchor/anchor.ts"
3736
- }
3737
- },
3738
- {
3739
- "name": "hreflang",
3740
- "type": {
3741
- "text": "string"
3742
- },
3743
- "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.",
3744
- "fieldName": "hreflang",
3745
- "inheritedFrom": {
3746
- "name": "Anchor",
3747
- "module": "src/anchor/anchor.ts"
3748
- }
3749
- },
3750
- {
3751
- "name": "ping",
3752
- "type": {
3753
- "text": "string"
3754
- },
3755
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3756
- "fieldName": "ping",
3757
- "inheritedFrom": {
3758
- "name": "Anchor",
3759
- "module": "src/anchor/anchor.ts"
3760
- }
3761
- },
3762
- {
3763
- "name": "referrerpolicy",
3764
- "type": {
3765
- "text": "string"
3766
- },
3767
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3768
- "fieldName": "referrerpolicy",
3769
- "inheritedFrom": {
3770
- "name": "Anchor",
3771
- "module": "src/anchor/anchor.ts"
3772
- }
3773
- },
3774
- {
3775
- "name": "rel",
3776
- "type": {
3777
- "text": "string"
3778
- },
3779
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3780
- "fieldName": "rel",
3781
- "inheritedFrom": {
3782
- "name": "Anchor",
3783
- "module": "src/anchor/anchor.ts"
3784
- }
3785
- },
3786
- {
3787
- "name": "target",
3788
- "type": {
3789
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3790
- },
3791
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3792
- "fieldName": "target",
3793
- "inheritedFrom": {
3794
- "name": "Anchor",
3795
- "module": "src/anchor/anchor.ts"
3796
- }
3797
- },
3798
- {
3799
- "name": "type",
3800
- "type": {
3801
- "text": "string"
3802
- },
3803
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3804
- "fieldName": "type",
3805
- "inheritedFrom": {
3806
- "name": "Anchor",
3807
- "module": "src/anchor/anchor.ts"
3808
- }
3809
- }
3810
- ],
3811
- "members": [
3812
- {
3813
- "kind": "field",
3814
- "name": "download",
3815
- "type": {
3816
- "text": "string"
3817
- },
3818
- "privacy": "public",
3819
- "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.",
3820
- "inheritedFrom": {
3821
- "name": "Anchor",
3822
- "module": "src/anchor/anchor.ts"
3823
- }
3824
- },
3825
- {
3826
- "kind": "field",
3827
- "name": "href",
3828
- "type": {
3829
- "text": "string"
3830
- },
3831
- "privacy": "public",
3832
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3833
- "inheritedFrom": {
3834
- "name": "Anchor",
3835
- "module": "src/anchor/anchor.ts"
3836
- }
3837
- },
3838
- {
3839
- "kind": "field",
3840
- "name": "hreflang",
3841
- "type": {
3842
- "text": "string"
3843
- },
3844
- "privacy": "public",
3845
- "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.",
3846
- "inheritedFrom": {
3847
- "name": "Anchor",
3848
- "module": "src/anchor/anchor.ts"
3849
- }
3850
- },
3851
- {
3852
- "kind": "field",
3853
- "name": "ping",
3854
- "type": {
3855
- "text": "string"
3856
- },
3857
- "privacy": "public",
3858
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3859
- "inheritedFrom": {
3860
- "name": "Anchor",
3861
- "module": "src/anchor/anchor.ts"
3862
- }
3863
- },
3864
- {
3865
- "kind": "field",
3866
- "name": "referrerpolicy",
3867
- "type": {
3868
- "text": "string"
3869
- },
3870
- "privacy": "public",
3871
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3872
- "inheritedFrom": {
3873
- "name": "Anchor",
3874
- "module": "src/anchor/anchor.ts"
3875
- }
3876
- },
3877
- {
3878
- "kind": "field",
3879
- "name": "rel",
3880
- "type": {
3881
- "text": "string"
3882
- },
3883
- "privacy": "public",
3884
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3885
- "inheritedFrom": {
3886
- "name": "Anchor",
3887
- "module": "src/anchor/anchor.ts"
3888
- }
3889
- },
3890
- {
3891
- "kind": "field",
3892
- "name": "target",
3893
- "type": {
3894
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3895
- },
3896
- "privacy": "public",
3897
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3898
- "inheritedFrom": {
3899
- "name": "Anchor",
3900
- "module": "src/anchor/anchor.ts"
3901
- }
3902
- },
3903
- {
3904
- "kind": "field",
3905
- "name": "type",
3906
- "type": {
3907
- "text": "string"
3908
- },
3909
- "privacy": "public",
3910
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3911
- "inheritedFrom": {
3912
- "name": "Anchor",
3913
- "module": "src/anchor/anchor.ts"
3914
- }
3915
- },
3916
- {
3917
- "kind": "field",
3918
- "name": "control",
3919
- "type": {
3920
- "text": "HTMLAnchorElement | undefined"
3921
- },
3922
- "privacy": "public",
3923
- "description": "References the root element",
3924
- "inheritedFrom": {
3925
- "name": "Anchor",
3926
- "module": "src/anchor/anchor.ts"
3927
- }
3928
- },
3929
- {
3930
- "kind": "field",
3931
- "name": "handleUnsupportedDelegatesFocus",
3932
- "privacy": "private",
3933
- "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",
3934
- "inheritedFrom": {
3935
- "name": "Anchor",
3936
- "module": "src/anchor/anchor.ts"
3937
- }
3938
- },
3939
- {
3940
- "kind": "field",
3941
- "name": "_presentation",
3942
- "type": {
3943
- "text": "ComponentPresentation | null | undefined"
3944
- },
3945
- "privacy": "private",
3946
- "default": "void 0",
3947
- "inheritedFrom": {
3948
- "name": "FoundationElement",
3949
- "module": "src/foundation-element/foundation-element.ts"
3950
- }
3951
- },
3952
- {
3953
- "kind": "field",
3954
- "name": "$presentation",
3955
- "type": {
3956
- "text": "ComponentPresentation | null"
3957
- },
3958
- "privacy": "public",
3959
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3960
- "inheritedFrom": {
3961
- "name": "FoundationElement",
3962
- "module": "src/foundation-element/foundation-element.ts"
3963
- }
3964
- },
3965
- {
3966
- "kind": "field",
3967
- "name": "template",
3968
- "type": {
3969
- "text": "ElementViewTemplate | void | null"
3970
- },
3971
- "privacy": "public",
3972
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3973
- "inheritedFrom": {
3974
- "name": "FoundationElement",
3975
- "module": "src/foundation-element/foundation-element.ts"
3976
- }
3977
- },
3978
- {
3979
- "kind": "method",
3980
- "name": "templateChanged",
3981
- "privacy": "protected",
3982
- "return": {
3983
- "type": {
3984
- "text": "void"
3985
- }
3986
- },
3987
- "inheritedFrom": {
3988
- "name": "FoundationElement",
3989
- "module": "src/foundation-element/foundation-element.ts"
3990
- }
3991
- },
3992
- {
3993
- "kind": "field",
3994
- "name": "styles",
3995
- "type": {
3996
- "text": "ElementStyles | void | null"
3997
- },
3998
- "privacy": "public",
3999
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
4000
- "inheritedFrom": {
4001
- "name": "FoundationElement",
4002
- "module": "src/foundation-element/foundation-element.ts"
4003
- }
4004
- },
4005
- {
4006
- "kind": "method",
4007
- "name": "stylesChanged",
4008
- "privacy": "protected",
4009
- "return": {
4010
- "type": {
4011
- "text": "void"
4012
- }
4013
- },
4014
- "inheritedFrom": {
4015
- "name": "FoundationElement",
4016
- "module": "src/foundation-element/foundation-element.ts"
4017
- }
4018
- },
4019
- {
4020
- "kind": "method",
4021
- "name": "compose",
4022
- "privacy": "public",
4023
- "static": true,
4024
- "return": {
4025
- "type": {
4026
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4027
- }
4028
- },
4029
- "parameters": [
4030
- {
4031
- "name": "this",
4032
- "type": {
4033
- "text": "K"
4034
- }
4035
- },
4036
- {
4037
- "name": "elementDefinition",
4038
- "type": {
4039
- "text": "T"
4040
- },
4041
- "description": "The definition of the element to create the registry\nfunction for."
4042
- }
4043
- ],
4044
- "description": "Defines an element registry function with a set of element definition defaults.",
4045
- "inheritedFrom": {
4046
- "name": "FoundationElement",
4047
- "module": "src/foundation-element/foundation-element.ts"
4048
- }
4049
- }
4050
- ]
4049
+ "tagName": "%%prefix%%-accordion",
4050
+ "customElement": true
4051
4051
  },
4052
4052
  {
4053
4053
  "kind": "variable",
4054
- "name": "foundationAnchorShadowOptions",
4054
+ "name": "foundationAccordionShadowOptions",
4055
4055
  "type": {
4056
4056
  "text": "ShadowRootInit"
4057
4057
  },
@@ -4059,7 +4059,7 @@
4059
4059
  },
4060
4060
  {
4061
4061
  "kind": "variable",
4062
- "name": "defaultAnchorConfig",
4062
+ "name": "defaultAccordionConfig",
4063
4063
  "type": {
4064
4064
  "text": "object"
4065
4065
  },
@@ -4067,49 +4067,49 @@
4067
4067
  },
4068
4068
  {
4069
4069
  "kind": "variable",
4070
- "name": "foundationAnchor",
4071
- "description": "The Foundation Anchor",
4070
+ "name": "foundationAccordion",
4071
+ "description": "The Foundation Accordion",
4072
4072
  "privacy": "public"
4073
4073
  }
4074
4074
  ],
4075
4075
  "exports": [
4076
4076
  {
4077
4077
  "kind": "js",
4078
- "name": "Anchor",
4078
+ "name": "Accordion",
4079
4079
  "declaration": {
4080
- "name": "Anchor",
4081
- "module": "src/anchor/anchor.ts"
4080
+ "name": "Accordion",
4081
+ "module": "src/accordion/accordion.ts"
4082
4082
  }
4083
4083
  },
4084
4084
  {
4085
4085
  "kind": "js",
4086
- "name": "foundationAnchorShadowOptions",
4086
+ "name": "foundationAccordionShadowOptions",
4087
4087
  "declaration": {
4088
- "name": "foundationAnchorShadowOptions",
4089
- "module": "src/anchor/anchor.ts"
4088
+ "name": "foundationAccordionShadowOptions",
4089
+ "module": "src/accordion/accordion.ts"
4090
4090
  }
4091
4091
  },
4092
4092
  {
4093
4093
  "kind": "js",
4094
- "name": "defaultAnchorConfig",
4094
+ "name": "defaultAccordionConfig",
4095
4095
  "declaration": {
4096
- "name": "defaultAnchorConfig",
4097
- "module": "src/anchor/anchor.ts"
4096
+ "name": "defaultAccordionConfig",
4097
+ "module": "src/accordion/accordion.ts"
4098
4098
  }
4099
4099
  },
4100
4100
  {
4101
4101
  "kind": "js",
4102
- "name": "foundationAnchor",
4102
+ "name": "foundationAccordion",
4103
4103
  "declaration": {
4104
- "name": "foundationAnchor",
4105
- "module": "src/anchor/anchor.ts"
4104
+ "name": "foundationAccordion",
4105
+ "module": "src/accordion/accordion.ts"
4106
4106
  }
4107
4107
  }
4108
4108
  ]
4109
4109
  },
4110
4110
  {
4111
4111
  "kind": "javascript-module",
4112
- "path": "src/anchor/index.ts",
4112
+ "path": "src/accordion/index.ts",
4113
4113
  "declarations": [],
4114
4114
  "exports": [
4115
4115
  {
@@ -4117,7 +4117,7 @@
4117
4117
  "name": "*",
4118
4118
  "declaration": {
4119
4119
  "name": "*",
4120
- "package": "./anchor.template"
4120
+ "package": "./accordion.template"
4121
4121
  }
4122
4122
  },
4123
4123
  {
@@ -4125,7 +4125,7 @@
4125
4125
  "name": "*",
4126
4126
  "declaration": {
4127
4127
  "name": "*",
4128
- "package": "./anchor.styles"
4128
+ "package": "./accordion.styles"
4129
4129
  }
4130
4130
  },
4131
4131
  {
@@ -4133,7 +4133,7 @@
4133
4133
  "name": "*",
4134
4134
  "declaration": {
4135
4135
  "name": "*",
4136
- "package": "./anchor"
4136
+ "package": "./accordion"
4137
4137
  }
4138
4138
  }
4139
4139
  ]
@@ -22683,66 +22683,528 @@
22683
22683
  ],
22684
22684
  "description": "Defines an element registry function with a set of element definition defaults.",
22685
22685
  "inheritedFrom": {
22686
- "name": "FoundationElement",
22687
- "module": "src/foundation-element/foundation-element.ts"
22686
+ "name": "FoundationElement",
22687
+ "module": "src/foundation-element/foundation-element.ts"
22688
+ }
22689
+ }
22690
+ ]
22691
+ },
22692
+ {
22693
+ "kind": "variable",
22694
+ "name": "foundationMenuShadowOptions",
22695
+ "type": {
22696
+ "text": "ShadowRootInit"
22697
+ },
22698
+ "default": "undefined"
22699
+ },
22700
+ {
22701
+ "kind": "variable",
22702
+ "name": "defaultMenuConfig",
22703
+ "type": {
22704
+ "text": "object"
22705
+ },
22706
+ "default": "{}"
22707
+ },
22708
+ {
22709
+ "kind": "variable",
22710
+ "name": "foundationMenu",
22711
+ "description": "The Foundation Menu",
22712
+ "privacy": "public"
22713
+ }
22714
+ ],
22715
+ "exports": [
22716
+ {
22717
+ "kind": "js",
22718
+ "name": "Menu",
22719
+ "declaration": {
22720
+ "name": "Menu",
22721
+ "module": "src/menu/menu.ts"
22722
+ }
22723
+ },
22724
+ {
22725
+ "kind": "js",
22726
+ "name": "foundationMenuShadowOptions",
22727
+ "declaration": {
22728
+ "name": "foundationMenuShadowOptions",
22729
+ "module": "src/menu/menu.ts"
22730
+ }
22731
+ },
22732
+ {
22733
+ "kind": "js",
22734
+ "name": "defaultMenuConfig",
22735
+ "declaration": {
22736
+ "name": "defaultMenuConfig",
22737
+ "module": "src/menu/menu.ts"
22738
+ }
22739
+ },
22740
+ {
22741
+ "kind": "js",
22742
+ "name": "foundationMenu",
22743
+ "declaration": {
22744
+ "name": "foundationMenu",
22745
+ "module": "src/menu/menu.ts"
22746
+ }
22747
+ }
22748
+ ]
22749
+ },
22750
+ {
22751
+ "kind": "javascript-module",
22752
+ "path": "src/modal/index.ts",
22753
+ "declarations": [],
22754
+ "exports": [
22755
+ {
22756
+ "kind": "js",
22757
+ "name": "*",
22758
+ "declaration": {
22759
+ "name": "*",
22760
+ "package": "./modal.styles"
22761
+ }
22762
+ },
22763
+ {
22764
+ "kind": "js",
22765
+ "name": "*",
22766
+ "declaration": {
22767
+ "name": "*",
22768
+ "package": "./modal.template"
22769
+ }
22770
+ },
22771
+ {
22772
+ "kind": "js",
22773
+ "name": "*",
22774
+ "declaration": {
22775
+ "name": "*",
22776
+ "package": "./modal"
22777
+ }
22778
+ }
22779
+ ]
22780
+ },
22781
+ {
22782
+ "kind": "javascript-module",
22783
+ "path": "src/modal/modal.styles.ts",
22784
+ "declarations": [
22785
+ {
22786
+ "kind": "variable",
22787
+ "name": "foundationModalStyles",
22788
+ "type": {
22789
+ "text": "ElementStyles"
22790
+ },
22791
+ "default": "css`\n ${foundationDialogStyles}\n`"
22792
+ }
22793
+ ],
22794
+ "exports": [
22795
+ {
22796
+ "kind": "js",
22797
+ "name": "foundationModalStyles",
22798
+ "declaration": {
22799
+ "name": "foundationModalStyles",
22800
+ "module": "src/modal/modal.styles.ts"
22801
+ }
22802
+ }
22803
+ ]
22804
+ },
22805
+ {
22806
+ "kind": "javascript-module",
22807
+ "path": "src/modal/modal.template.ts",
22808
+ "declarations": [
22809
+ {
22810
+ "kind": "variable",
22811
+ "name": "foundationModalTemplate",
22812
+ "type": {
22813
+ "text": "ViewTemplate<Modal>"
22814
+ },
22815
+ "default": "html`\n ${foundationDialogTemplate}\n`"
22816
+ }
22817
+ ],
22818
+ "exports": [
22819
+ {
22820
+ "kind": "js",
22821
+ "name": "foundationModalTemplate",
22822
+ "declaration": {
22823
+ "name": "foundationModalTemplate",
22824
+ "module": "src/modal/modal.template.ts"
22825
+ }
22826
+ }
22827
+ ]
22828
+ },
22829
+ {
22830
+ "kind": "javascript-module",
22831
+ "path": "src/modal/modal.ts",
22832
+ "declarations": [
22833
+ {
22834
+ "kind": "variable",
22835
+ "name": "foundationModalShadowOptions",
22836
+ "type": {
22837
+ "text": "ShadowRootInit"
22838
+ },
22839
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
22840
+ },
22841
+ {
22842
+ "kind": "variable",
22843
+ "name": "defaultModalConfig",
22844
+ "type": {
22845
+ "text": "object"
22846
+ },
22847
+ "default": "{}"
22848
+ },
22849
+ {
22850
+ "kind": "class",
22851
+ "description": "",
22852
+ "name": "Modal",
22853
+ "members": [
22854
+ {
22855
+ "kind": "method",
22856
+ "name": "show",
22857
+ "return": {
22858
+ "type": {
22859
+ "text": "void"
22860
+ }
22861
+ },
22862
+ "description": "Show the HTMLDialogElement and its contents",
22863
+ "inheritedFrom": {
22864
+ "name": "<local>_DialogElement",
22865
+ "module": "src/dialog/dialog.ts"
22866
+ }
22867
+ },
22868
+ {
22869
+ "kind": "field",
22870
+ "name": "mainElement",
22871
+ "type": {
22872
+ "text": "HTMLDialogElement"
22873
+ },
22874
+ "description": "A reference to the dialog element\nin the component Shadow DOM.",
22875
+ "inheritedFrom": {
22876
+ "name": "<local>_DialogElement",
22877
+ "module": "src/dialog/dialog.ts"
22878
+ }
22879
+ },
22880
+ {
22881
+ "kind": "field",
22882
+ "name": "notification",
22883
+ "type": {
22884
+ "text": "NotificationStructure"
22885
+ },
22886
+ "inheritedFrom": {
22887
+ "name": "<local>_DialogElement",
22888
+ "module": "src/dialog/dialog.ts"
22889
+ }
22890
+ },
22891
+ {
22892
+ "kind": "method",
22893
+ "name": "notificationChanged",
22894
+ "inheritedFrom": {
22895
+ "name": "<local>_DialogElement",
22896
+ "module": "src/dialog/dialog.ts"
22897
+ }
22898
+ },
22899
+ {
22900
+ "kind": "field",
22901
+ "name": "type",
22902
+ "type": {
22903
+ "text": "DialogType"
22904
+ },
22905
+ "default": "'default'",
22906
+ "inheritedFrom": {
22907
+ "name": "<local>_DialogElement",
22908
+ "module": "src/dialog/dialog.ts"
22909
+ }
22910
+ },
22911
+ {
22912
+ "kind": "field",
22913
+ "name": "position",
22914
+ "type": {
22915
+ "text": "DialogPosition"
22916
+ },
22917
+ "default": "'center'",
22918
+ "inheritedFrom": {
22919
+ "name": "<local>_DialogElement",
22920
+ "module": "src/dialog/dialog.ts"
22921
+ }
22922
+ },
22923
+ {
22924
+ "kind": "field",
22925
+ "name": "showCloseIcon",
22926
+ "type": {
22927
+ "text": "boolean"
22928
+ },
22929
+ "default": "true",
22930
+ "description": "Whether or not to show the close icon",
22931
+ "inheritedFrom": {
22932
+ "name": "<local>_DialogElement",
22933
+ "module": "src/dialog/dialog.ts"
22934
+ }
22935
+ },
22936
+ {
22937
+ "kind": "field",
22938
+ "name": "onShowCallback",
22939
+ "type": {
22940
+ "text": "() => void"
22941
+ },
22942
+ "description": "Callback to run *before* HTMLDialogElement is shown",
22943
+ "inheritedFrom": {
22944
+ "name": "<local>_DialogElement",
22945
+ "module": "src/dialog/dialog.ts"
22946
+ }
22947
+ },
22948
+ {
22949
+ "kind": "field",
22950
+ "name": "onCloseCallback",
22951
+ "type": {
22952
+ "text": "() => void"
22953
+ },
22954
+ "description": "Callback to run *after* HTMLDialogElement is closed",
22955
+ "inheritedFrom": {
22956
+ "name": "<local>_DialogElement",
22957
+ "module": "src/dialog/dialog.ts"
22958
+ }
22959
+ },
22960
+ {
22961
+ "kind": "field",
22962
+ "name": "open",
22963
+ "type": {
22964
+ "text": "boolean"
22965
+ },
22966
+ "description": "Determine if the dialog is showing or closed.",
22967
+ "readonly": true,
22968
+ "inheritedFrom": {
22969
+ "name": "<local>_DialogElement",
22970
+ "module": "src/dialog/dialog.ts"
22971
+ }
22972
+ },
22973
+ {
22974
+ "kind": "method",
22975
+ "name": "close",
22976
+ "return": {
22977
+ "type": {
22978
+ "text": "void"
22979
+ }
22980
+ },
22981
+ "description": "Remove the HTMLDialogElement from display",
22982
+ "inheritedFrom": {
22983
+ "name": "<local>_DialogElement",
22984
+ "module": "src/dialog/dialog.ts"
22985
+ }
22986
+ },
22987
+ {
22988
+ "kind": "method",
22989
+ "name": "dismiss",
22990
+ "privacy": "public",
22991
+ "description": "Dismiss the Dialog from display and calls the dismissing action.",
22992
+ "inheritedFrom": {
22993
+ "name": "<local>_DialogElement",
22994
+ "module": "src/dialog/dialog.ts"
22995
+ }
22996
+ },
22997
+ {
22998
+ "kind": "method",
22999
+ "name": "closeDialog",
23000
+ "privacy": "public",
23001
+ "return": {
23002
+ "type": {
23003
+ "text": "void"
23004
+ }
23005
+ },
23006
+ "description": "Dismiss the Dialog from display.",
23007
+ "inheritedFrom": {
23008
+ "name": "<local>_DialogElement",
23009
+ "module": "src/dialog/dialog.ts"
23010
+ }
23011
+ },
23012
+ {
23013
+ "kind": "field",
23014
+ "name": "_presentation",
23015
+ "type": {
23016
+ "text": "ComponentPresentation | null | undefined"
23017
+ },
23018
+ "privacy": "private",
23019
+ "default": "void 0",
23020
+ "inheritedFrom": {
23021
+ "name": "FoundationElement",
23022
+ "module": "src/foundation-element/foundation-element.ts"
23023
+ }
23024
+ },
23025
+ {
23026
+ "kind": "field",
23027
+ "name": "$presentation",
23028
+ "type": {
23029
+ "text": "ComponentPresentation | null"
23030
+ },
23031
+ "privacy": "public",
23032
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
23033
+ "inheritedFrom": {
23034
+ "name": "FoundationElement",
23035
+ "module": "src/foundation-element/foundation-element.ts"
23036
+ }
23037
+ },
23038
+ {
23039
+ "kind": "field",
23040
+ "name": "template",
23041
+ "type": {
23042
+ "text": "ElementViewTemplate | void | null"
23043
+ },
23044
+ "privacy": "public",
23045
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
23046
+ "inheritedFrom": {
23047
+ "name": "FoundationElement",
23048
+ "module": "src/foundation-element/foundation-element.ts"
23049
+ }
23050
+ },
23051
+ {
23052
+ "kind": "method",
23053
+ "name": "templateChanged",
23054
+ "privacy": "protected",
23055
+ "return": {
23056
+ "type": {
23057
+ "text": "void"
23058
+ }
23059
+ },
23060
+ "inheritedFrom": {
23061
+ "name": "FoundationElement",
23062
+ "module": "src/foundation-element/foundation-element.ts"
23063
+ }
23064
+ },
23065
+ {
23066
+ "kind": "field",
23067
+ "name": "styles",
23068
+ "type": {
23069
+ "text": "ElementStyles | void | null"
23070
+ },
23071
+ "privacy": "public",
23072
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
23073
+ "inheritedFrom": {
23074
+ "name": "FoundationElement",
23075
+ "module": "src/foundation-element/foundation-element.ts"
23076
+ }
23077
+ },
23078
+ {
23079
+ "kind": "method",
23080
+ "name": "stylesChanged",
23081
+ "privacy": "protected",
23082
+ "return": {
23083
+ "type": {
23084
+ "text": "void"
23085
+ }
23086
+ },
23087
+ "inheritedFrom": {
23088
+ "name": "FoundationElement",
23089
+ "module": "src/foundation-element/foundation-element.ts"
23090
+ }
23091
+ },
23092
+ {
23093
+ "kind": "method",
23094
+ "name": "compose",
23095
+ "privacy": "public",
23096
+ "static": true,
23097
+ "return": {
23098
+ "type": {
23099
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
23100
+ }
23101
+ },
23102
+ "parameters": [
23103
+ {
23104
+ "name": "this",
23105
+ "type": {
23106
+ "text": "K"
23107
+ }
23108
+ },
23109
+ {
23110
+ "name": "elementDefinition",
23111
+ "type": {
23112
+ "text": "T"
23113
+ },
23114
+ "description": "The definition of the element to create the registry\nfunction for."
23115
+ }
23116
+ ],
23117
+ "description": "Defines an element registry function with a set of element definition defaults.",
23118
+ "inheritedFrom": {
23119
+ "name": "FoundationElement",
23120
+ "module": "src/foundation-element/foundation-element.ts"
23121
+ }
23122
+ }
23123
+ ],
23124
+ "superclass": {
23125
+ "name": "DialogElement",
23126
+ "module": "/src/dialog"
23127
+ },
23128
+ "tagName": "%%prefix%%-modal",
23129
+ "customElement": true,
23130
+ "attributes": [
23131
+ {
23132
+ "name": "type",
23133
+ "type": {
23134
+ "text": "DialogType"
23135
+ },
23136
+ "default": "'default'",
23137
+ "fieldName": "type",
23138
+ "inheritedFrom": {
23139
+ "name": "<local>_DialogElement",
23140
+ "module": "src/dialog/dialog.ts"
23141
+ }
23142
+ },
23143
+ {
23144
+ "name": "position",
23145
+ "type": {
23146
+ "text": "DialogPosition"
23147
+ },
23148
+ "default": "'center'",
23149
+ "fieldName": "position",
23150
+ "inheritedFrom": {
23151
+ "name": "<local>_DialogElement",
23152
+ "module": "src/dialog/dialog.ts"
23153
+ }
23154
+ },
23155
+ {
23156
+ "name": "show-close-icon",
23157
+ "type": {
23158
+ "text": "boolean"
23159
+ },
23160
+ "default": "true",
23161
+ "description": "Whether or not to show the close icon",
23162
+ "fieldName": "showCloseIcon",
23163
+ "inheritedFrom": {
23164
+ "name": "<local>_DialogElement",
23165
+ "module": "src/dialog/dialog.ts"
22688
23166
  }
22689
23167
  }
22690
23168
  ]
22691
23169
  },
22692
23170
  {
22693
23171
  "kind": "variable",
22694
- "name": "foundationMenuShadowOptions",
22695
- "type": {
22696
- "text": "ShadowRootInit"
22697
- },
22698
- "default": "undefined"
22699
- },
22700
- {
22701
- "kind": "variable",
22702
- "name": "defaultMenuConfig",
22703
- "type": {
22704
- "text": "object"
22705
- },
22706
- "default": "{}"
22707
- },
22708
- {
22709
- "kind": "variable",
22710
- "name": "foundationMenu",
22711
- "description": "The Foundation Menu",
23172
+ "name": "foundationModal",
23173
+ "description": "The Foundation Modal",
22712
23174
  "privacy": "public"
22713
23175
  }
22714
23176
  ],
22715
23177
  "exports": [
22716
23178
  {
22717
23179
  "kind": "js",
22718
- "name": "Menu",
23180
+ "name": "foundationModalShadowOptions",
22719
23181
  "declaration": {
22720
- "name": "Menu",
22721
- "module": "src/menu/menu.ts"
23182
+ "name": "foundationModalShadowOptions",
23183
+ "module": "src/modal/modal.ts"
22722
23184
  }
22723
23185
  },
22724
23186
  {
22725
23187
  "kind": "js",
22726
- "name": "foundationMenuShadowOptions",
23188
+ "name": "defaultModalConfig",
22727
23189
  "declaration": {
22728
- "name": "foundationMenuShadowOptions",
22729
- "module": "src/menu/menu.ts"
23190
+ "name": "defaultModalConfig",
23191
+ "module": "src/modal/modal.ts"
22730
23192
  }
22731
23193
  },
22732
23194
  {
22733
23195
  "kind": "js",
22734
- "name": "defaultMenuConfig",
23196
+ "name": "Modal",
22735
23197
  "declaration": {
22736
- "name": "defaultMenuConfig",
22737
- "module": "src/menu/menu.ts"
23198
+ "name": "Modal",
23199
+ "module": "src/modal/modal.ts"
22738
23200
  }
22739
23201
  },
22740
23202
  {
22741
23203
  "kind": "js",
22742
- "name": "foundationMenu",
23204
+ "name": "foundationModal",
22743
23205
  "declaration": {
22744
- "name": "foundationMenu",
22745
- "module": "src/menu/menu.ts"
23206
+ "name": "foundationModal",
23207
+ "module": "src/modal/modal.ts"
22746
23208
  }
22747
23209
  }
22748
23210
  ]
@@ -23227,468 +23689,6 @@
23227
23689
  }
23228
23690
  ]
23229
23691
  },
23230
- {
23231
- "kind": "javascript-module",
23232
- "path": "src/modal/index.ts",
23233
- "declarations": [],
23234
- "exports": [
23235
- {
23236
- "kind": "js",
23237
- "name": "*",
23238
- "declaration": {
23239
- "name": "*",
23240
- "package": "./modal.styles"
23241
- }
23242
- },
23243
- {
23244
- "kind": "js",
23245
- "name": "*",
23246
- "declaration": {
23247
- "name": "*",
23248
- "package": "./modal.template"
23249
- }
23250
- },
23251
- {
23252
- "kind": "js",
23253
- "name": "*",
23254
- "declaration": {
23255
- "name": "*",
23256
- "package": "./modal"
23257
- }
23258
- }
23259
- ]
23260
- },
23261
- {
23262
- "kind": "javascript-module",
23263
- "path": "src/modal/modal.styles.ts",
23264
- "declarations": [
23265
- {
23266
- "kind": "variable",
23267
- "name": "foundationModalStyles",
23268
- "type": {
23269
- "text": "ElementStyles"
23270
- },
23271
- "default": "css`\n ${foundationDialogStyles}\n`"
23272
- }
23273
- ],
23274
- "exports": [
23275
- {
23276
- "kind": "js",
23277
- "name": "foundationModalStyles",
23278
- "declaration": {
23279
- "name": "foundationModalStyles",
23280
- "module": "src/modal/modal.styles.ts"
23281
- }
23282
- }
23283
- ]
23284
- },
23285
- {
23286
- "kind": "javascript-module",
23287
- "path": "src/modal/modal.template.ts",
23288
- "declarations": [
23289
- {
23290
- "kind": "variable",
23291
- "name": "foundationModalTemplate",
23292
- "type": {
23293
- "text": "ViewTemplate<Modal>"
23294
- },
23295
- "default": "html`\n ${foundationDialogTemplate}\n`"
23296
- }
23297
- ],
23298
- "exports": [
23299
- {
23300
- "kind": "js",
23301
- "name": "foundationModalTemplate",
23302
- "declaration": {
23303
- "name": "foundationModalTemplate",
23304
- "module": "src/modal/modal.template.ts"
23305
- }
23306
- }
23307
- ]
23308
- },
23309
- {
23310
- "kind": "javascript-module",
23311
- "path": "src/modal/modal.ts",
23312
- "declarations": [
23313
- {
23314
- "kind": "variable",
23315
- "name": "foundationModalShadowOptions",
23316
- "type": {
23317
- "text": "ShadowRootInit"
23318
- },
23319
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
23320
- },
23321
- {
23322
- "kind": "variable",
23323
- "name": "defaultModalConfig",
23324
- "type": {
23325
- "text": "object"
23326
- },
23327
- "default": "{}"
23328
- },
23329
- {
23330
- "kind": "class",
23331
- "description": "",
23332
- "name": "Modal",
23333
- "members": [
23334
- {
23335
- "kind": "method",
23336
- "name": "show",
23337
- "return": {
23338
- "type": {
23339
- "text": "void"
23340
- }
23341
- },
23342
- "description": "Show the HTMLDialogElement and its contents",
23343
- "inheritedFrom": {
23344
- "name": "<local>_DialogElement",
23345
- "module": "src/dialog/dialog.ts"
23346
- }
23347
- },
23348
- {
23349
- "kind": "field",
23350
- "name": "mainElement",
23351
- "type": {
23352
- "text": "HTMLDialogElement"
23353
- },
23354
- "description": "A reference to the dialog element\nin the component Shadow DOM.",
23355
- "inheritedFrom": {
23356
- "name": "<local>_DialogElement",
23357
- "module": "src/dialog/dialog.ts"
23358
- }
23359
- },
23360
- {
23361
- "kind": "field",
23362
- "name": "notification",
23363
- "type": {
23364
- "text": "NotificationStructure"
23365
- },
23366
- "inheritedFrom": {
23367
- "name": "<local>_DialogElement",
23368
- "module": "src/dialog/dialog.ts"
23369
- }
23370
- },
23371
- {
23372
- "kind": "method",
23373
- "name": "notificationChanged",
23374
- "inheritedFrom": {
23375
- "name": "<local>_DialogElement",
23376
- "module": "src/dialog/dialog.ts"
23377
- }
23378
- },
23379
- {
23380
- "kind": "field",
23381
- "name": "type",
23382
- "type": {
23383
- "text": "DialogType"
23384
- },
23385
- "default": "'default'",
23386
- "inheritedFrom": {
23387
- "name": "<local>_DialogElement",
23388
- "module": "src/dialog/dialog.ts"
23389
- }
23390
- },
23391
- {
23392
- "kind": "field",
23393
- "name": "position",
23394
- "type": {
23395
- "text": "DialogPosition"
23396
- },
23397
- "default": "'center'",
23398
- "inheritedFrom": {
23399
- "name": "<local>_DialogElement",
23400
- "module": "src/dialog/dialog.ts"
23401
- }
23402
- },
23403
- {
23404
- "kind": "field",
23405
- "name": "showCloseIcon",
23406
- "type": {
23407
- "text": "boolean"
23408
- },
23409
- "default": "true",
23410
- "description": "Whether or not to show the close icon",
23411
- "inheritedFrom": {
23412
- "name": "<local>_DialogElement",
23413
- "module": "src/dialog/dialog.ts"
23414
- }
23415
- },
23416
- {
23417
- "kind": "field",
23418
- "name": "onShowCallback",
23419
- "type": {
23420
- "text": "() => void"
23421
- },
23422
- "description": "Callback to run *before* HTMLDialogElement is shown",
23423
- "inheritedFrom": {
23424
- "name": "<local>_DialogElement",
23425
- "module": "src/dialog/dialog.ts"
23426
- }
23427
- },
23428
- {
23429
- "kind": "field",
23430
- "name": "onCloseCallback",
23431
- "type": {
23432
- "text": "() => void"
23433
- },
23434
- "description": "Callback to run *after* HTMLDialogElement is closed",
23435
- "inheritedFrom": {
23436
- "name": "<local>_DialogElement",
23437
- "module": "src/dialog/dialog.ts"
23438
- }
23439
- },
23440
- {
23441
- "kind": "field",
23442
- "name": "open",
23443
- "type": {
23444
- "text": "boolean"
23445
- },
23446
- "description": "Determine if the dialog is showing or closed.",
23447
- "readonly": true,
23448
- "inheritedFrom": {
23449
- "name": "<local>_DialogElement",
23450
- "module": "src/dialog/dialog.ts"
23451
- }
23452
- },
23453
- {
23454
- "kind": "method",
23455
- "name": "close",
23456
- "return": {
23457
- "type": {
23458
- "text": "void"
23459
- }
23460
- },
23461
- "description": "Remove the HTMLDialogElement from display",
23462
- "inheritedFrom": {
23463
- "name": "<local>_DialogElement",
23464
- "module": "src/dialog/dialog.ts"
23465
- }
23466
- },
23467
- {
23468
- "kind": "method",
23469
- "name": "dismiss",
23470
- "privacy": "public",
23471
- "description": "Dismiss the Dialog from display and calls the dismissing action.",
23472
- "inheritedFrom": {
23473
- "name": "<local>_DialogElement",
23474
- "module": "src/dialog/dialog.ts"
23475
- }
23476
- },
23477
- {
23478
- "kind": "method",
23479
- "name": "closeDialog",
23480
- "privacy": "public",
23481
- "return": {
23482
- "type": {
23483
- "text": "void"
23484
- }
23485
- },
23486
- "description": "Dismiss the Dialog from display.",
23487
- "inheritedFrom": {
23488
- "name": "<local>_DialogElement",
23489
- "module": "src/dialog/dialog.ts"
23490
- }
23491
- },
23492
- {
23493
- "kind": "field",
23494
- "name": "_presentation",
23495
- "type": {
23496
- "text": "ComponentPresentation | null | undefined"
23497
- },
23498
- "privacy": "private",
23499
- "default": "void 0",
23500
- "inheritedFrom": {
23501
- "name": "FoundationElement",
23502
- "module": "src/foundation-element/foundation-element.ts"
23503
- }
23504
- },
23505
- {
23506
- "kind": "field",
23507
- "name": "$presentation",
23508
- "type": {
23509
- "text": "ComponentPresentation | null"
23510
- },
23511
- "privacy": "public",
23512
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
23513
- "inheritedFrom": {
23514
- "name": "FoundationElement",
23515
- "module": "src/foundation-element/foundation-element.ts"
23516
- }
23517
- },
23518
- {
23519
- "kind": "field",
23520
- "name": "template",
23521
- "type": {
23522
- "text": "ElementViewTemplate | void | null"
23523
- },
23524
- "privacy": "public",
23525
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
23526
- "inheritedFrom": {
23527
- "name": "FoundationElement",
23528
- "module": "src/foundation-element/foundation-element.ts"
23529
- }
23530
- },
23531
- {
23532
- "kind": "method",
23533
- "name": "templateChanged",
23534
- "privacy": "protected",
23535
- "return": {
23536
- "type": {
23537
- "text": "void"
23538
- }
23539
- },
23540
- "inheritedFrom": {
23541
- "name": "FoundationElement",
23542
- "module": "src/foundation-element/foundation-element.ts"
23543
- }
23544
- },
23545
- {
23546
- "kind": "field",
23547
- "name": "styles",
23548
- "type": {
23549
- "text": "ElementStyles | void | null"
23550
- },
23551
- "privacy": "public",
23552
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
23553
- "inheritedFrom": {
23554
- "name": "FoundationElement",
23555
- "module": "src/foundation-element/foundation-element.ts"
23556
- }
23557
- },
23558
- {
23559
- "kind": "method",
23560
- "name": "stylesChanged",
23561
- "privacy": "protected",
23562
- "return": {
23563
- "type": {
23564
- "text": "void"
23565
- }
23566
- },
23567
- "inheritedFrom": {
23568
- "name": "FoundationElement",
23569
- "module": "src/foundation-element/foundation-element.ts"
23570
- }
23571
- },
23572
- {
23573
- "kind": "method",
23574
- "name": "compose",
23575
- "privacy": "public",
23576
- "static": true,
23577
- "return": {
23578
- "type": {
23579
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
23580
- }
23581
- },
23582
- "parameters": [
23583
- {
23584
- "name": "this",
23585
- "type": {
23586
- "text": "K"
23587
- }
23588
- },
23589
- {
23590
- "name": "elementDefinition",
23591
- "type": {
23592
- "text": "T"
23593
- },
23594
- "description": "The definition of the element to create the registry\nfunction for."
23595
- }
23596
- ],
23597
- "description": "Defines an element registry function with a set of element definition defaults.",
23598
- "inheritedFrom": {
23599
- "name": "FoundationElement",
23600
- "module": "src/foundation-element/foundation-element.ts"
23601
- }
23602
- }
23603
- ],
23604
- "superclass": {
23605
- "name": "DialogElement",
23606
- "module": "/src/dialog"
23607
- },
23608
- "tagName": "%%prefix%%-modal",
23609
- "customElement": true,
23610
- "attributes": [
23611
- {
23612
- "name": "type",
23613
- "type": {
23614
- "text": "DialogType"
23615
- },
23616
- "default": "'default'",
23617
- "fieldName": "type",
23618
- "inheritedFrom": {
23619
- "name": "<local>_DialogElement",
23620
- "module": "src/dialog/dialog.ts"
23621
- }
23622
- },
23623
- {
23624
- "name": "position",
23625
- "type": {
23626
- "text": "DialogPosition"
23627
- },
23628
- "default": "'center'",
23629
- "fieldName": "position",
23630
- "inheritedFrom": {
23631
- "name": "<local>_DialogElement",
23632
- "module": "src/dialog/dialog.ts"
23633
- }
23634
- },
23635
- {
23636
- "name": "show-close-icon",
23637
- "type": {
23638
- "text": "boolean"
23639
- },
23640
- "default": "true",
23641
- "description": "Whether or not to show the close icon",
23642
- "fieldName": "showCloseIcon",
23643
- "inheritedFrom": {
23644
- "name": "<local>_DialogElement",
23645
- "module": "src/dialog/dialog.ts"
23646
- }
23647
- }
23648
- ]
23649
- },
23650
- {
23651
- "kind": "variable",
23652
- "name": "foundationModal",
23653
- "description": "The Foundation Modal",
23654
- "privacy": "public"
23655
- }
23656
- ],
23657
- "exports": [
23658
- {
23659
- "kind": "js",
23660
- "name": "foundationModalShadowOptions",
23661
- "declaration": {
23662
- "name": "foundationModalShadowOptions",
23663
- "module": "src/modal/modal.ts"
23664
- }
23665
- },
23666
- {
23667
- "kind": "js",
23668
- "name": "defaultModalConfig",
23669
- "declaration": {
23670
- "name": "defaultModalConfig",
23671
- "module": "src/modal/modal.ts"
23672
- }
23673
- },
23674
- {
23675
- "kind": "js",
23676
- "name": "Modal",
23677
- "declaration": {
23678
- "name": "Modal",
23679
- "module": "src/modal/modal.ts"
23680
- }
23681
- },
23682
- {
23683
- "kind": "js",
23684
- "name": "foundationModal",
23685
- "declaration": {
23686
- "name": "foundationModal",
23687
- "module": "src/modal/modal.ts"
23688
- }
23689
- }
23690
- ]
23691
- },
23692
23692
  {
23693
23693
  "kind": "javascript-module",
23694
23694
  "path": "src/multiselect/index.ts",
@@ -29592,6 +29592,195 @@
29592
29592
  }
29593
29593
  ]
29594
29594
  },
29595
+ {
29596
+ "kind": "javascript-module",
29597
+ "path": "src/segmented-control/index.ts",
29598
+ "declarations": [],
29599
+ "exports": [
29600
+ {
29601
+ "kind": "js",
29602
+ "name": "*",
29603
+ "declaration": {
29604
+ "name": "*",
29605
+ "package": "./segmented-control.template"
29606
+ }
29607
+ },
29608
+ {
29609
+ "kind": "js",
29610
+ "name": "*",
29611
+ "declaration": {
29612
+ "name": "*",
29613
+ "package": "./segmented-control.styles"
29614
+ }
29615
+ },
29616
+ {
29617
+ "kind": "js",
29618
+ "name": "*",
29619
+ "declaration": {
29620
+ "name": "*",
29621
+ "package": "./segmented-control"
29622
+ }
29623
+ }
29624
+ ]
29625
+ },
29626
+ {
29627
+ "kind": "javascript-module",
29628
+ "path": "src/segmented-control/segmented-control.styles.ts",
29629
+ "declarations": [
29630
+ {
29631
+ "kind": "function",
29632
+ "name": "foundationSegmentedControlStyles",
29633
+ "return": {
29634
+ "type": {
29635
+ "text": "ElementStyles"
29636
+ }
29637
+ },
29638
+ "parameters": [
29639
+ {
29640
+ "name": "context",
29641
+ "type": {
29642
+ "text": "ElementDefinitionContext"
29643
+ }
29644
+ },
29645
+ {
29646
+ "name": "definition",
29647
+ "type": {
29648
+ "text": "FoundationElementDefinition"
29649
+ }
29650
+ }
29651
+ ]
29652
+ }
29653
+ ],
29654
+ "exports": [
29655
+ {
29656
+ "kind": "js",
29657
+ "name": "foundationSegmentedControlStyles",
29658
+ "declaration": {
29659
+ "name": "foundationSegmentedControlStyles",
29660
+ "module": "src/segmented-control/segmented-control.styles.ts"
29661
+ }
29662
+ }
29663
+ ]
29664
+ },
29665
+ {
29666
+ "kind": "javascript-module",
29667
+ "path": "src/segmented-control/segmented-control.template.ts",
29668
+ "declarations": [
29669
+ {
29670
+ "kind": "function",
29671
+ "name": "foundationSegmentedControlTemplate",
29672
+ "return": {
29673
+ "type": {
29674
+ "text": "ViewTemplate<SegmentedControl>"
29675
+ }
29676
+ },
29677
+ "parameters": [
29678
+ {
29679
+ "name": "context",
29680
+ "type": {
29681
+ "text": "ElementDefinitionContext"
29682
+ }
29683
+ },
29684
+ {
29685
+ "name": "definition",
29686
+ "type": {
29687
+ "text": "FoundationElementDefinition"
29688
+ }
29689
+ }
29690
+ ]
29691
+ }
29692
+ ],
29693
+ "exports": [
29694
+ {
29695
+ "kind": "js",
29696
+ "name": "foundationSegmentedControlTemplate",
29697
+ "declaration": {
29698
+ "name": "foundationSegmentedControlTemplate",
29699
+ "module": "src/segmented-control/segmented-control.template.ts"
29700
+ }
29701
+ }
29702
+ ]
29703
+ },
29704
+ {
29705
+ "kind": "javascript-module",
29706
+ "path": "src/segmented-control/segmented-control.ts",
29707
+ "declarations": [
29708
+ {
29709
+ "kind": "class",
29710
+ "description": "",
29711
+ "name": "SegmentedControl",
29712
+ "members": [
29713
+ {
29714
+ "kind": "method",
29715
+ "name": "valueChanged",
29716
+ "privacy": "protected"
29717
+ }
29718
+ ],
29719
+ "superclass": {
29720
+ "name": "FASTRadioGroup",
29721
+ "package": "@microsoft/fast-foundation"
29722
+ },
29723
+ "tagName": "%%prefix%%-segmented-control",
29724
+ "customElement": true
29725
+ },
29726
+ {
29727
+ "kind": "variable",
29728
+ "name": "foundationSegmentedControlShadowOptions",
29729
+ "type": {
29730
+ "text": "ShadowRootInit"
29731
+ },
29732
+ "default": "undefined"
29733
+ },
29734
+ {
29735
+ "kind": "variable",
29736
+ "name": "defaultSegmentedControlConfig",
29737
+ "type": {
29738
+ "text": "object"
29739
+ },
29740
+ "default": "{}"
29741
+ },
29742
+ {
29743
+ "kind": "variable",
29744
+ "name": "foundationSegmentedControl",
29745
+ "description": "The Foundation Segmented Control",
29746
+ "privacy": "public"
29747
+ }
29748
+ ],
29749
+ "exports": [
29750
+ {
29751
+ "kind": "js",
29752
+ "name": "SegmentedControl",
29753
+ "declaration": {
29754
+ "name": "SegmentedControl",
29755
+ "module": "src/segmented-control/segmented-control.ts"
29756
+ }
29757
+ },
29758
+ {
29759
+ "kind": "js",
29760
+ "name": "foundationSegmentedControlShadowOptions",
29761
+ "declaration": {
29762
+ "name": "foundationSegmentedControlShadowOptions",
29763
+ "module": "src/segmented-control/segmented-control.ts"
29764
+ }
29765
+ },
29766
+ {
29767
+ "kind": "js",
29768
+ "name": "defaultSegmentedControlConfig",
29769
+ "declaration": {
29770
+ "name": "defaultSegmentedControlConfig",
29771
+ "module": "src/segmented-control/segmented-control.ts"
29772
+ }
29773
+ },
29774
+ {
29775
+ "kind": "js",
29776
+ "name": "foundationSegmentedControl",
29777
+ "declaration": {
29778
+ "name": "foundationSegmentedControl",
29779
+ "module": "src/segmented-control/segmented-control.ts"
29780
+ }
29781
+ }
29782
+ ]
29783
+ },
29595
29784
  {
29596
29785
  "kind": "javascript-module",
29597
29786
  "path": "src/search-bar/index.ts",
@@ -31000,195 +31189,6 @@
31000
31189
  }
31001
31190
  ]
31002
31191
  },
31003
- {
31004
- "kind": "javascript-module",
31005
- "path": "src/segmented-control/index.ts",
31006
- "declarations": [],
31007
- "exports": [
31008
- {
31009
- "kind": "js",
31010
- "name": "*",
31011
- "declaration": {
31012
- "name": "*",
31013
- "package": "./segmented-control.template"
31014
- }
31015
- },
31016
- {
31017
- "kind": "js",
31018
- "name": "*",
31019
- "declaration": {
31020
- "name": "*",
31021
- "package": "./segmented-control.styles"
31022
- }
31023
- },
31024
- {
31025
- "kind": "js",
31026
- "name": "*",
31027
- "declaration": {
31028
- "name": "*",
31029
- "package": "./segmented-control"
31030
- }
31031
- }
31032
- ]
31033
- },
31034
- {
31035
- "kind": "javascript-module",
31036
- "path": "src/segmented-control/segmented-control.styles.ts",
31037
- "declarations": [
31038
- {
31039
- "kind": "function",
31040
- "name": "foundationSegmentedControlStyles",
31041
- "return": {
31042
- "type": {
31043
- "text": "ElementStyles"
31044
- }
31045
- },
31046
- "parameters": [
31047
- {
31048
- "name": "context",
31049
- "type": {
31050
- "text": "ElementDefinitionContext"
31051
- }
31052
- },
31053
- {
31054
- "name": "definition",
31055
- "type": {
31056
- "text": "FoundationElementDefinition"
31057
- }
31058
- }
31059
- ]
31060
- }
31061
- ],
31062
- "exports": [
31063
- {
31064
- "kind": "js",
31065
- "name": "foundationSegmentedControlStyles",
31066
- "declaration": {
31067
- "name": "foundationSegmentedControlStyles",
31068
- "module": "src/segmented-control/segmented-control.styles.ts"
31069
- }
31070
- }
31071
- ]
31072
- },
31073
- {
31074
- "kind": "javascript-module",
31075
- "path": "src/segmented-control/segmented-control.template.ts",
31076
- "declarations": [
31077
- {
31078
- "kind": "function",
31079
- "name": "foundationSegmentedControlTemplate",
31080
- "return": {
31081
- "type": {
31082
- "text": "ViewTemplate<SegmentedControl>"
31083
- }
31084
- },
31085
- "parameters": [
31086
- {
31087
- "name": "context",
31088
- "type": {
31089
- "text": "ElementDefinitionContext"
31090
- }
31091
- },
31092
- {
31093
- "name": "definition",
31094
- "type": {
31095
- "text": "FoundationElementDefinition"
31096
- }
31097
- }
31098
- ]
31099
- }
31100
- ],
31101
- "exports": [
31102
- {
31103
- "kind": "js",
31104
- "name": "foundationSegmentedControlTemplate",
31105
- "declaration": {
31106
- "name": "foundationSegmentedControlTemplate",
31107
- "module": "src/segmented-control/segmented-control.template.ts"
31108
- }
31109
- }
31110
- ]
31111
- },
31112
- {
31113
- "kind": "javascript-module",
31114
- "path": "src/segmented-control/segmented-control.ts",
31115
- "declarations": [
31116
- {
31117
- "kind": "class",
31118
- "description": "",
31119
- "name": "SegmentedControl",
31120
- "members": [
31121
- {
31122
- "kind": "method",
31123
- "name": "valueChanged",
31124
- "privacy": "protected"
31125
- }
31126
- ],
31127
- "superclass": {
31128
- "name": "FASTRadioGroup",
31129
- "package": "@microsoft/fast-foundation"
31130
- },
31131
- "tagName": "%%prefix%%-segmented-control",
31132
- "customElement": true
31133
- },
31134
- {
31135
- "kind": "variable",
31136
- "name": "foundationSegmentedControlShadowOptions",
31137
- "type": {
31138
- "text": "ShadowRootInit"
31139
- },
31140
- "default": "undefined"
31141
- },
31142
- {
31143
- "kind": "variable",
31144
- "name": "defaultSegmentedControlConfig",
31145
- "type": {
31146
- "text": "object"
31147
- },
31148
- "default": "{}"
31149
- },
31150
- {
31151
- "kind": "variable",
31152
- "name": "foundationSegmentedControl",
31153
- "description": "The Foundation Segmented Control",
31154
- "privacy": "public"
31155
- }
31156
- ],
31157
- "exports": [
31158
- {
31159
- "kind": "js",
31160
- "name": "SegmentedControl",
31161
- "declaration": {
31162
- "name": "SegmentedControl",
31163
- "module": "src/segmented-control/segmented-control.ts"
31164
- }
31165
- },
31166
- {
31167
- "kind": "js",
31168
- "name": "foundationSegmentedControlShadowOptions",
31169
- "declaration": {
31170
- "name": "foundationSegmentedControlShadowOptions",
31171
- "module": "src/segmented-control/segmented-control.ts"
31172
- }
31173
- },
31174
- {
31175
- "kind": "js",
31176
- "name": "defaultSegmentedControlConfig",
31177
- "declaration": {
31178
- "name": "defaultSegmentedControlConfig",
31179
- "module": "src/segmented-control/segmented-control.ts"
31180
- }
31181
- },
31182
- {
31183
- "kind": "js",
31184
- "name": "foundationSegmentedControl",
31185
- "declaration": {
31186
- "name": "foundationSegmentedControl",
31187
- "module": "src/segmented-control/segmented-control.ts"
31188
- }
31189
- }
31190
- ]
31191
- },
31192
31192
  {
31193
31193
  "kind": "javascript-module",
31194
31194
  "path": "src/segmented-item/index.ts",
@@ -33440,163 +33440,453 @@
33440
33440
  },
33441
33441
  {
33442
33442
  "kind": "javascript-module",
33443
- "path": "src/slider-label/slider-label.ts",
33443
+ "path": "src/slider-label/slider-label.ts",
33444
+ "declarations": [
33445
+ {
33446
+ "kind": "class",
33447
+ "description": "",
33448
+ "name": "SliderLabel",
33449
+ "superclass": {
33450
+ "name": "FASTSliderLabel",
33451
+ "package": "@microsoft/fast-components"
33452
+ },
33453
+ "tagName": "%%prefix%%-slider-label",
33454
+ "customElement": true,
33455
+ "attributes": [
33456
+ {
33457
+ "name": "position",
33458
+ "type": {
33459
+ "text": "string"
33460
+ },
33461
+ "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
33462
+ "fieldName": "position",
33463
+ "inheritedFrom": {
33464
+ "name": "SliderLabel",
33465
+ "module": "src/slider-label/slider-label.ts"
33466
+ }
33467
+ },
33468
+ {
33469
+ "name": "hide-mark",
33470
+ "type": {
33471
+ "text": "boolean"
33472
+ },
33473
+ "default": "false",
33474
+ "description": "Hides the tick mark.",
33475
+ "fieldName": "hideMark",
33476
+ "inheritedFrom": {
33477
+ "name": "SliderLabel",
33478
+ "module": "src/slider-label/slider-label.ts"
33479
+ }
33480
+ },
33481
+ {
33482
+ "name": "disabled",
33483
+ "type": {
33484
+ "text": "boolean"
33485
+ },
33486
+ "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
33487
+ "fieldName": "disabled",
33488
+ "inheritedFrom": {
33489
+ "name": "SliderLabel",
33490
+ "module": "src/slider-label/slider-label.ts"
33491
+ }
33492
+ }
33493
+ ],
33494
+ "members": [
33495
+ {
33496
+ "kind": "field",
33497
+ "name": "position",
33498
+ "type": {
33499
+ "text": "string"
33500
+ },
33501
+ "privacy": "public",
33502
+ "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33503
+ "inheritedFrom": {
33504
+ "name": "SliderLabel",
33505
+ "module": "src/slider-label/slider-label.ts"
33506
+ }
33507
+ },
33508
+ {
33509
+ "kind": "method",
33510
+ "name": "positionChanged",
33511
+ "privacy": "private",
33512
+ "return": {
33513
+ "type": {
33514
+ "text": "void"
33515
+ }
33516
+ },
33517
+ "inheritedFrom": {
33518
+ "name": "SliderLabel",
33519
+ "module": "src/slider-label/slider-label.ts"
33520
+ }
33521
+ },
33522
+ {
33523
+ "kind": "field",
33524
+ "name": "hideMark",
33525
+ "type": {
33526
+ "text": "boolean"
33527
+ },
33528
+ "privacy": "public",
33529
+ "default": "false",
33530
+ "description": "Hides the tick mark.",
33531
+ "inheritedFrom": {
33532
+ "name": "SliderLabel",
33533
+ "module": "src/slider-label/slider-label.ts"
33534
+ }
33535
+ },
33536
+ {
33537
+ "kind": "field",
33538
+ "name": "disabled",
33539
+ "type": {
33540
+ "text": "boolean"
33541
+ },
33542
+ "privacy": "public",
33543
+ "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33544
+ "inheritedFrom": {
33545
+ "name": "SliderLabel",
33546
+ "module": "src/slider-label/slider-label.ts"
33547
+ }
33548
+ },
33549
+ {
33550
+ "kind": "field",
33551
+ "name": "notifier",
33552
+ "type": {
33553
+ "text": "Notifier"
33554
+ },
33555
+ "privacy": "private",
33556
+ "inheritedFrom": {
33557
+ "name": "SliderLabel",
33558
+ "module": "src/slider-label/slider-label.ts"
33559
+ }
33560
+ },
33561
+ {
33562
+ "kind": "method",
33563
+ "name": "isSliderConfig",
33564
+ "privacy": "private",
33565
+ "return": {
33566
+ "type": {
33567
+ "text": "node is SliderConfiguration"
33568
+ }
33569
+ },
33570
+ "parameters": [
33571
+ {
33572
+ "name": "node",
33573
+ "type": {
33574
+ "text": "any"
33575
+ }
33576
+ }
33577
+ ],
33578
+ "inheritedFrom": {
33579
+ "name": "SliderLabel",
33580
+ "module": "src/slider-label/slider-label.ts"
33581
+ }
33582
+ },
33583
+ {
33584
+ "kind": "field",
33585
+ "name": "getSliderConfiguration",
33586
+ "privacy": "private",
33587
+ "inheritedFrom": {
33588
+ "name": "SliderLabel",
33589
+ "module": "src/slider-label/slider-label.ts"
33590
+ }
33591
+ },
33592
+ {
33593
+ "kind": "field",
33594
+ "name": "positionAsStyle",
33595
+ "privacy": "private",
33596
+ "inheritedFrom": {
33597
+ "name": "SliderLabel",
33598
+ "module": "src/slider-label/slider-label.ts"
33599
+ }
33600
+ },
33601
+ {
33602
+ "kind": "field",
33603
+ "name": "_presentation",
33604
+ "type": {
33605
+ "text": "ComponentPresentation | null | undefined"
33606
+ },
33607
+ "privacy": "private",
33608
+ "default": "void 0",
33609
+ "inheritedFrom": {
33610
+ "name": "FoundationElement",
33611
+ "module": "src/foundation-element/foundation-element.ts"
33612
+ }
33613
+ },
33614
+ {
33615
+ "kind": "field",
33616
+ "name": "$presentation",
33617
+ "type": {
33618
+ "text": "ComponentPresentation | null"
33619
+ },
33620
+ "privacy": "public",
33621
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33622
+ "inheritedFrom": {
33623
+ "name": "FoundationElement",
33624
+ "module": "src/foundation-element/foundation-element.ts"
33625
+ }
33626
+ },
33627
+ {
33628
+ "kind": "field",
33629
+ "name": "template",
33630
+ "type": {
33631
+ "text": "ElementViewTemplate | void | null"
33632
+ },
33633
+ "privacy": "public",
33634
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
33635
+ "inheritedFrom": {
33636
+ "name": "FoundationElement",
33637
+ "module": "src/foundation-element/foundation-element.ts"
33638
+ }
33639
+ },
33640
+ {
33641
+ "kind": "method",
33642
+ "name": "templateChanged",
33643
+ "privacy": "protected",
33644
+ "return": {
33645
+ "type": {
33646
+ "text": "void"
33647
+ }
33648
+ },
33649
+ "inheritedFrom": {
33650
+ "name": "FoundationElement",
33651
+ "module": "src/foundation-element/foundation-element.ts"
33652
+ }
33653
+ },
33654
+ {
33655
+ "kind": "field",
33656
+ "name": "styles",
33657
+ "type": {
33658
+ "text": "ElementStyles | void | null"
33659
+ },
33660
+ "privacy": "public",
33661
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
33662
+ "inheritedFrom": {
33663
+ "name": "FoundationElement",
33664
+ "module": "src/foundation-element/foundation-element.ts"
33665
+ }
33666
+ },
33667
+ {
33668
+ "kind": "method",
33669
+ "name": "stylesChanged",
33670
+ "privacy": "protected",
33671
+ "return": {
33672
+ "type": {
33673
+ "text": "void"
33674
+ }
33675
+ },
33676
+ "inheritedFrom": {
33677
+ "name": "FoundationElement",
33678
+ "module": "src/foundation-element/foundation-element.ts"
33679
+ }
33680
+ },
33681
+ {
33682
+ "kind": "method",
33683
+ "name": "compose",
33684
+ "privacy": "public",
33685
+ "static": true,
33686
+ "return": {
33687
+ "type": {
33688
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33689
+ }
33690
+ },
33691
+ "parameters": [
33692
+ {
33693
+ "name": "this",
33694
+ "type": {
33695
+ "text": "K"
33696
+ }
33697
+ },
33698
+ {
33699
+ "name": "elementDefinition",
33700
+ "type": {
33701
+ "text": "T"
33702
+ },
33703
+ "description": "The definition of the element to create the registry\nfunction for."
33704
+ }
33705
+ ],
33706
+ "description": "Defines an element registry function with a set of element definition defaults.",
33707
+ "inheritedFrom": {
33708
+ "name": "FoundationElement",
33709
+ "module": "src/foundation-element/foundation-element.ts"
33710
+ }
33711
+ }
33712
+ ]
33713
+ },
33714
+ {
33715
+ "kind": "variable",
33716
+ "name": "foundationSliderLabelShadowOptions",
33717
+ "type": {
33718
+ "text": "ShadowRootInit"
33719
+ },
33720
+ "default": "undefined"
33721
+ },
33722
+ {
33723
+ "kind": "variable",
33724
+ "name": "defaultSliderLabelConfig",
33725
+ "type": {
33726
+ "text": "object"
33727
+ },
33728
+ "default": "{}"
33729
+ },
33730
+ {
33731
+ "kind": "variable",
33732
+ "name": "foundationSliderLabel",
33733
+ "description": "The Foundation Slider Label",
33734
+ "privacy": "public"
33735
+ }
33736
+ ],
33737
+ "exports": [
33738
+ {
33739
+ "kind": "js",
33740
+ "name": "SliderLabel",
33741
+ "declaration": {
33742
+ "name": "SliderLabel",
33743
+ "module": "src/slider-label/slider-label.ts"
33744
+ }
33745
+ },
33746
+ {
33747
+ "kind": "js",
33748
+ "name": "foundationSliderLabelShadowOptions",
33749
+ "declaration": {
33750
+ "name": "foundationSliderLabelShadowOptions",
33751
+ "module": "src/slider-label/slider-label.ts"
33752
+ }
33753
+ },
33754
+ {
33755
+ "kind": "js",
33756
+ "name": "defaultSliderLabelConfig",
33757
+ "declaration": {
33758
+ "name": "defaultSliderLabelConfig",
33759
+ "module": "src/slider-label/slider-label.ts"
33760
+ }
33761
+ },
33762
+ {
33763
+ "kind": "js",
33764
+ "name": "foundationSliderLabel",
33765
+ "declaration": {
33766
+ "name": "foundationSliderLabel",
33767
+ "module": "src/slider-label/slider-label.ts"
33768
+ }
33769
+ }
33770
+ ]
33771
+ },
33772
+ {
33773
+ "kind": "javascript-module",
33774
+ "path": "src/stacking-icons/index.ts",
33775
+ "declarations": [],
33776
+ "exports": [
33777
+ {
33778
+ "kind": "js",
33779
+ "name": "*",
33780
+ "declaration": {
33781
+ "name": "*",
33782
+ "package": "./stacking-icons.styles"
33783
+ }
33784
+ },
33785
+ {
33786
+ "kind": "js",
33787
+ "name": "*",
33788
+ "declaration": {
33789
+ "name": "*",
33790
+ "package": "./stacking-icons.template"
33791
+ }
33792
+ },
33793
+ {
33794
+ "kind": "js",
33795
+ "name": "*",
33796
+ "declaration": {
33797
+ "name": "*",
33798
+ "package": "./stacking-icons"
33799
+ }
33800
+ }
33801
+ ]
33802
+ },
33803
+ {
33804
+ "kind": "javascript-module",
33805
+ "path": "src/stacking-icons/stacking-icons.styles.ts",
33806
+ "declarations": [
33807
+ {
33808
+ "kind": "function",
33809
+ "name": "foundationStackingIconsStyles",
33810
+ "return": {
33811
+ "type": {
33812
+ "text": "ElementStyles"
33813
+ }
33814
+ },
33815
+ "parameters": [
33816
+ {
33817
+ "name": "context",
33818
+ "type": {
33819
+ "text": "ElementDefinitionContext"
33820
+ }
33821
+ },
33822
+ {
33823
+ "name": "definition",
33824
+ "type": {
33825
+ "text": "FoundationElementDefinition"
33826
+ }
33827
+ }
33828
+ ]
33829
+ }
33830
+ ],
33831
+ "exports": [
33832
+ {
33833
+ "kind": "js",
33834
+ "name": "foundationStackingIconsStyles",
33835
+ "declaration": {
33836
+ "name": "foundationStackingIconsStyles",
33837
+ "module": "src/stacking-icons/stacking-icons.styles.ts"
33838
+ }
33839
+ }
33840
+ ]
33841
+ },
33842
+ {
33843
+ "kind": "javascript-module",
33844
+ "path": "src/stacking-icons/stacking-icons.template.ts",
33845
+ "declarations": [
33846
+ {
33847
+ "kind": "variable",
33848
+ "name": "foundationStackingIconsTemplate",
33849
+ "type": {
33850
+ "text": "ViewTemplate"
33851
+ },
33852
+ "default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
33853
+ }
33854
+ ],
33855
+ "exports": [
33856
+ {
33857
+ "kind": "js",
33858
+ "name": "foundationStackingIconsTemplate",
33859
+ "declaration": {
33860
+ "name": "foundationStackingIconsTemplate",
33861
+ "module": "src/stacking-icons/stacking-icons.template.ts"
33862
+ }
33863
+ }
33864
+ ]
33865
+ },
33866
+ {
33867
+ "kind": "javascript-module",
33868
+ "path": "src/stacking-icons/stacking-icons.ts",
33444
33869
  "declarations": [
33445
33870
  {
33446
33871
  "kind": "class",
33447
33872
  "description": "",
33448
- "name": "SliderLabel",
33449
- "superclass": {
33450
- "name": "FASTSliderLabel",
33451
- "package": "@microsoft/fast-components"
33452
- },
33453
- "tagName": "%%prefix%%-slider-label",
33454
- "customElement": true,
33455
- "attributes": [
33456
- {
33457
- "name": "position",
33458
- "type": {
33459
- "text": "string"
33460
- },
33461
- "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
33462
- "fieldName": "position",
33463
- "inheritedFrom": {
33464
- "name": "SliderLabel",
33465
- "module": "src/slider-label/slider-label.ts"
33466
- }
33467
- },
33468
- {
33469
- "name": "hide-mark",
33470
- "type": {
33471
- "text": "boolean"
33472
- },
33473
- "default": "false",
33474
- "description": "Hides the tick mark.",
33475
- "fieldName": "hideMark",
33476
- "inheritedFrom": {
33477
- "name": "SliderLabel",
33478
- "module": "src/slider-label/slider-label.ts"
33479
- }
33480
- },
33481
- {
33482
- "name": "disabled",
33483
- "type": {
33484
- "text": "boolean"
33485
- },
33486
- "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
33487
- "fieldName": "disabled",
33488
- "inheritedFrom": {
33489
- "name": "SliderLabel",
33490
- "module": "src/slider-label/slider-label.ts"
33491
- }
33492
- }
33493
- ],
33873
+ "name": "StackingIcons",
33494
33874
  "members": [
33495
33875
  {
33496
33876
  "kind": "field",
33497
- "name": "position",
33498
- "type": {
33499
- "text": "string"
33500
- },
33501
- "privacy": "public",
33502
- "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33503
- "inheritedFrom": {
33504
- "name": "SliderLabel",
33505
- "module": "src/slider-label/slider-label.ts"
33506
- }
33507
- },
33508
- {
33509
- "kind": "method",
33510
- "name": "positionChanged",
33511
- "privacy": "private",
33512
- "return": {
33513
- "type": {
33514
- "text": "void"
33515
- }
33516
- },
33517
- "inheritedFrom": {
33518
- "name": "SliderLabel",
33519
- "module": "src/slider-label/slider-label.ts"
33520
- }
33521
- },
33522
- {
33523
- "kind": "field",
33524
- "name": "hideMark",
33525
- "type": {
33526
- "text": "boolean"
33527
- },
33528
- "privacy": "public",
33529
- "default": "false",
33530
- "description": "Hides the tick mark.",
33531
- "inheritedFrom": {
33532
- "name": "SliderLabel",
33533
- "module": "src/slider-label/slider-label.ts"
33534
- }
33535
- },
33536
- {
33537
- "kind": "field",
33538
- "name": "disabled",
33877
+ "name": "size",
33539
33878
  "type": {
33540
- "text": "boolean"
33879
+ "text": "StackingIconsSize"
33541
33880
  },
33542
- "privacy": "public",
33543
- "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33544
- "inheritedFrom": {
33545
- "name": "SliderLabel",
33546
- "module": "src/slider-label/slider-label.ts"
33547
- }
33881
+ "default": "faSizeValueDefault"
33548
33882
  },
33549
33883
  {
33550
33884
  "kind": "field",
33551
- "name": "notifier",
33885
+ "name": "['vertical-align']",
33552
33886
  "type": {
33553
- "text": "Notifier"
33554
- },
33555
- "privacy": "private",
33556
- "inheritedFrom": {
33557
- "name": "SliderLabel",
33558
- "module": "src/slider-label/slider-label.ts"
33559
- }
33560
- },
33561
- {
33562
- "kind": "method",
33563
- "name": "isSliderConfig",
33564
- "privacy": "private",
33565
- "return": {
33566
- "type": {
33567
- "text": "node is SliderConfiguration"
33568
- }
33887
+ "text": "VerticalAlign"
33569
33888
  },
33570
- "parameters": [
33571
- {
33572
- "name": "node",
33573
- "type": {
33574
- "text": "any"
33575
- }
33576
- }
33577
- ],
33578
- "inheritedFrom": {
33579
- "name": "SliderLabel",
33580
- "module": "src/slider-label/slider-label.ts"
33581
- }
33582
- },
33583
- {
33584
- "kind": "field",
33585
- "name": "getSliderConfiguration",
33586
- "privacy": "private",
33587
- "inheritedFrom": {
33588
- "name": "SliderLabel",
33589
- "module": "src/slider-label/slider-label.ts"
33590
- }
33591
- },
33592
- {
33593
- "kind": "field",
33594
- "name": "positionAsStyle",
33595
- "privacy": "private",
33596
- "inheritedFrom": {
33597
- "name": "SliderLabel",
33598
- "module": "src/slider-label/slider-label.ts"
33599
- }
33889
+ "default": "'baseline'"
33600
33890
  },
33601
33891
  {
33602
33892
  "kind": "field",
@@ -33709,62 +33999,57 @@
33709
33999
  "module": "src/foundation-element/foundation-element.ts"
33710
34000
  }
33711
34001
  }
33712
- ]
33713
- },
33714
- {
33715
- "kind": "variable",
33716
- "name": "foundationSliderLabelShadowOptions",
33717
- "type": {
33718
- "text": "ShadowRootInit"
33719
- },
33720
- "default": "undefined"
33721
- },
33722
- {
33723
- "kind": "variable",
33724
- "name": "defaultSliderLabelConfig",
33725
- "type": {
33726
- "text": "object"
34002
+ ],
34003
+ "attributes": [
34004
+ {
34005
+ "name": "size",
34006
+ "type": {
34007
+ "text": "StackingIconsSize"
34008
+ },
34009
+ "default": "faSizeValueDefault",
34010
+ "resolveInitializer": {
34011
+ "module": "/src/icon"
34012
+ },
34013
+ "fieldName": "size"
34014
+ },
34015
+ {
34016
+ "name": "['vertical-align']",
34017
+ "type": {
34018
+ "text": "VerticalAlign"
34019
+ },
34020
+ "default": "'baseline'",
34021
+ "fieldName": "['vertical-align']"
34022
+ }
34023
+ ],
34024
+ "superclass": {
34025
+ "name": "FoundationElement",
34026
+ "package": "@microsoft/fast-foundation"
33727
34027
  },
33728
- "default": "{}"
34028
+ "tagName": "%%prefix%%-stacking-icons",
34029
+ "customElement": true
33729
34030
  },
33730
34031
  {
33731
34032
  "kind": "variable",
33732
- "name": "foundationSliderLabel",
33733
- "description": "The Foundation Slider Label",
34033
+ "name": "foundationStackingIcons",
34034
+ "description": "The Foundation Stacking Icon",
33734
34035
  "privacy": "public"
33735
34036
  }
33736
34037
  ],
33737
34038
  "exports": [
33738
34039
  {
33739
34040
  "kind": "js",
33740
- "name": "SliderLabel",
33741
- "declaration": {
33742
- "name": "SliderLabel",
33743
- "module": "src/slider-label/slider-label.ts"
33744
- }
33745
- },
33746
- {
33747
- "kind": "js",
33748
- "name": "foundationSliderLabelShadowOptions",
33749
- "declaration": {
33750
- "name": "foundationSliderLabelShadowOptions",
33751
- "module": "src/slider-label/slider-label.ts"
33752
- }
33753
- },
33754
- {
33755
- "kind": "js",
33756
- "name": "defaultSliderLabelConfig",
34041
+ "name": "StackingIcons",
33757
34042
  "declaration": {
33758
- "name": "defaultSliderLabelConfig",
33759
- "module": "src/slider-label/slider-label.ts"
34043
+ "name": "StackingIcons",
34044
+ "module": "src/stacking-icons/stacking-icons.ts"
33760
34045
  }
33761
34046
  },
33762
34047
  {
33763
34048
  "kind": "js",
33764
- "name": "foundationSliderLabel",
34049
+ "name": "foundationStackingIcons",
33765
34050
  "declaration": {
33766
- "name": "foundationSliderLabel",
33767
- "module": "src/slider-label/slider-label.ts"
34051
+ "name": "foundationStackingIcons",
34052
+ "module": "src/stacking-icons/stacking-icons.ts"
33768
34053
  }
33769
34054
  }
33770
34055
  ]
@@ -34238,291 +34523,6 @@
34238
34523
  "declarations": [],
34239
34524
  "exports": []
34240
34525
  },
34241
- {
34242
- "kind": "javascript-module",
34243
- "path": "src/stacking-icons/index.ts",
34244
- "declarations": [],
34245
- "exports": [
34246
- {
34247
- "kind": "js",
34248
- "name": "*",
34249
- "declaration": {
34250
- "name": "*",
34251
- "package": "./stacking-icons.styles"
34252
- }
34253
- },
34254
- {
34255
- "kind": "js",
34256
- "name": "*",
34257
- "declaration": {
34258
- "name": "*",
34259
- "package": "./stacking-icons.template"
34260
- }
34261
- },
34262
- {
34263
- "kind": "js",
34264
- "name": "*",
34265
- "declaration": {
34266
- "name": "*",
34267
- "package": "./stacking-icons"
34268
- }
34269
- }
34270
- ]
34271
- },
34272
- {
34273
- "kind": "javascript-module",
34274
- "path": "src/stacking-icons/stacking-icons.styles.ts",
34275
- "declarations": [
34276
- {
34277
- "kind": "function",
34278
- "name": "foundationStackingIconsStyles",
34279
- "return": {
34280
- "type": {
34281
- "text": "ElementStyles"
34282
- }
34283
- },
34284
- "parameters": [
34285
- {
34286
- "name": "context",
34287
- "type": {
34288
- "text": "ElementDefinitionContext"
34289
- }
34290
- },
34291
- {
34292
- "name": "definition",
34293
- "type": {
34294
- "text": "FoundationElementDefinition"
34295
- }
34296
- }
34297
- ]
34298
- }
34299
- ],
34300
- "exports": [
34301
- {
34302
- "kind": "js",
34303
- "name": "foundationStackingIconsStyles",
34304
- "declaration": {
34305
- "name": "foundationStackingIconsStyles",
34306
- "module": "src/stacking-icons/stacking-icons.styles.ts"
34307
- }
34308
- }
34309
- ]
34310
- },
34311
- {
34312
- "kind": "javascript-module",
34313
- "path": "src/stacking-icons/stacking-icons.template.ts",
34314
- "declarations": [
34315
- {
34316
- "kind": "variable",
34317
- "name": "foundationStackingIconsTemplate",
34318
- "type": {
34319
- "text": "ViewTemplate"
34320
- },
34321
- "default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
34322
- }
34323
- ],
34324
- "exports": [
34325
- {
34326
- "kind": "js",
34327
- "name": "foundationStackingIconsTemplate",
34328
- "declaration": {
34329
- "name": "foundationStackingIconsTemplate",
34330
- "module": "src/stacking-icons/stacking-icons.template.ts"
34331
- }
34332
- }
34333
- ]
34334
- },
34335
- {
34336
- "kind": "javascript-module",
34337
- "path": "src/stacking-icons/stacking-icons.ts",
34338
- "declarations": [
34339
- {
34340
- "kind": "class",
34341
- "description": "",
34342
- "name": "StackingIcons",
34343
- "members": [
34344
- {
34345
- "kind": "field",
34346
- "name": "size",
34347
- "type": {
34348
- "text": "StackingIconsSize"
34349
- },
34350
- "default": "faSizeValueDefault"
34351
- },
34352
- {
34353
- "kind": "field",
34354
- "name": "['vertical-align']",
34355
- "type": {
34356
- "text": "VerticalAlign"
34357
- },
34358
- "default": "'baseline'"
34359
- },
34360
- {
34361
- "kind": "field",
34362
- "name": "_presentation",
34363
- "type": {
34364
- "text": "ComponentPresentation | null | undefined"
34365
- },
34366
- "privacy": "private",
34367
- "default": "void 0",
34368
- "inheritedFrom": {
34369
- "name": "FoundationElement",
34370
- "module": "src/foundation-element/foundation-element.ts"
34371
- }
34372
- },
34373
- {
34374
- "kind": "field",
34375
- "name": "$presentation",
34376
- "type": {
34377
- "text": "ComponentPresentation | null"
34378
- },
34379
- "privacy": "public",
34380
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
34381
- "inheritedFrom": {
34382
- "name": "FoundationElement",
34383
- "module": "src/foundation-element/foundation-element.ts"
34384
- }
34385
- },
34386
- {
34387
- "kind": "field",
34388
- "name": "template",
34389
- "type": {
34390
- "text": "ElementViewTemplate | void | null"
34391
- },
34392
- "privacy": "public",
34393
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
34394
- "inheritedFrom": {
34395
- "name": "FoundationElement",
34396
- "module": "src/foundation-element/foundation-element.ts"
34397
- }
34398
- },
34399
- {
34400
- "kind": "method",
34401
- "name": "templateChanged",
34402
- "privacy": "protected",
34403
- "return": {
34404
- "type": {
34405
- "text": "void"
34406
- }
34407
- },
34408
- "inheritedFrom": {
34409
- "name": "FoundationElement",
34410
- "module": "src/foundation-element/foundation-element.ts"
34411
- }
34412
- },
34413
- {
34414
- "kind": "field",
34415
- "name": "styles",
34416
- "type": {
34417
- "text": "ElementStyles | void | null"
34418
- },
34419
- "privacy": "public",
34420
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
34421
- "inheritedFrom": {
34422
- "name": "FoundationElement",
34423
- "module": "src/foundation-element/foundation-element.ts"
34424
- }
34425
- },
34426
- {
34427
- "kind": "method",
34428
- "name": "stylesChanged",
34429
- "privacy": "protected",
34430
- "return": {
34431
- "type": {
34432
- "text": "void"
34433
- }
34434
- },
34435
- "inheritedFrom": {
34436
- "name": "FoundationElement",
34437
- "module": "src/foundation-element/foundation-element.ts"
34438
- }
34439
- },
34440
- {
34441
- "kind": "method",
34442
- "name": "compose",
34443
- "privacy": "public",
34444
- "static": true,
34445
- "return": {
34446
- "type": {
34447
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
34448
- }
34449
- },
34450
- "parameters": [
34451
- {
34452
- "name": "this",
34453
- "type": {
34454
- "text": "K"
34455
- }
34456
- },
34457
- {
34458
- "name": "elementDefinition",
34459
- "type": {
34460
- "text": "T"
34461
- },
34462
- "description": "The definition of the element to create the registry\nfunction for."
34463
- }
34464
- ],
34465
- "description": "Defines an element registry function with a set of element definition defaults.",
34466
- "inheritedFrom": {
34467
- "name": "FoundationElement",
34468
- "module": "src/foundation-element/foundation-element.ts"
34469
- }
34470
- }
34471
- ],
34472
- "attributes": [
34473
- {
34474
- "name": "size",
34475
- "type": {
34476
- "text": "StackingIconsSize"
34477
- },
34478
- "default": "faSizeValueDefault",
34479
- "resolveInitializer": {
34480
- "module": "/src/icon"
34481
- },
34482
- "fieldName": "size"
34483
- },
34484
- {
34485
- "name": "['vertical-align']",
34486
- "type": {
34487
- "text": "VerticalAlign"
34488
- },
34489
- "default": "'baseline'",
34490
- "fieldName": "['vertical-align']"
34491
- }
34492
- ],
34493
- "superclass": {
34494
- "name": "FoundationElement",
34495
- "package": "@microsoft/fast-foundation"
34496
- },
34497
- "tagName": "%%prefix%%-stacking-icons",
34498
- "customElement": true
34499
- },
34500
- {
34501
- "kind": "variable",
34502
- "name": "foundationStackingIcons",
34503
- "description": "The Foundation Stacking Icon",
34504
- "privacy": "public"
34505
- }
34506
- ],
34507
- "exports": [
34508
- {
34509
- "kind": "js",
34510
- "name": "StackingIcons",
34511
- "declaration": {
34512
- "name": "StackingIcons",
34513
- "module": "src/stacking-icons/stacking-icons.ts"
34514
- }
34515
- },
34516
- {
34517
- "kind": "js",
34518
- "name": "foundationStackingIcons",
34519
- "declaration": {
34520
- "name": "foundationStackingIcons",
34521
- "module": "src/stacking-icons/stacking-icons.ts"
34522
- }
34523
- }
34524
- ]
34525
- },
34526
34526
  {
34527
34527
  "kind": "javascript-module",
34528
34528
  "path": "src/stepper/index.ts",
@@ -39052,390 +39052,6 @@
39052
39052
  }
39053
39053
  ]
39054
39054
  },
39055
- {
39056
- "kind": "javascript-module",
39057
- "path": "src/toolbar/index.ts",
39058
- "declarations": [],
39059
- "exports": [
39060
- {
39061
- "kind": "js",
39062
- "name": "*",
39063
- "declaration": {
39064
- "name": "*",
39065
- "package": "./toolbar.template"
39066
- }
39067
- },
39068
- {
39069
- "kind": "js",
39070
- "name": "*",
39071
- "declaration": {
39072
- "name": "*",
39073
- "package": "./toolbar.styles"
39074
- }
39075
- },
39076
- {
39077
- "kind": "js",
39078
- "name": "*",
39079
- "declaration": {
39080
- "name": "*",
39081
- "package": "./toolbar"
39082
- }
39083
- }
39084
- ]
39085
- },
39086
- {
39087
- "kind": "javascript-module",
39088
- "path": "src/toolbar/toolbar.styles.ts",
39089
- "declarations": [
39090
- {
39091
- "kind": "function",
39092
- "name": "foundationToolbarStyles",
39093
- "return": {
39094
- "type": {
39095
- "text": "ElementStyles"
39096
- }
39097
- },
39098
- "parameters": [
39099
- {
39100
- "name": "context",
39101
- "type": {
39102
- "text": "ElementDefinitionContext"
39103
- }
39104
- },
39105
- {
39106
- "name": "definition",
39107
- "type": {
39108
- "text": "FoundationElementDefinition"
39109
- }
39110
- }
39111
- ]
39112
- }
39113
- ],
39114
- "exports": [
39115
- {
39116
- "kind": "js",
39117
- "name": "foundationToolbarStyles",
39118
- "declaration": {
39119
- "name": "foundationToolbarStyles",
39120
- "module": "src/toolbar/toolbar.styles.ts"
39121
- }
39122
- }
39123
- ]
39124
- },
39125
- {
39126
- "kind": "javascript-module",
39127
- "path": "src/toolbar/toolbar.template.ts",
39128
- "declarations": [
39129
- {
39130
- "kind": "function",
39131
- "name": "foundationToolbarTemplate",
39132
- "return": {
39133
- "type": {
39134
- "text": "ViewTemplate<Toolbar>"
39135
- }
39136
- },
39137
- "parameters": [
39138
- {
39139
- "name": "context",
39140
- "type": {
39141
- "text": "ElementDefinitionContext"
39142
- }
39143
- },
39144
- {
39145
- "name": "definition",
39146
- "type": {
39147
- "text": "FoundationElementDefinition"
39148
- }
39149
- }
39150
- ]
39151
- }
39152
- ],
39153
- "exports": [
39154
- {
39155
- "kind": "js",
39156
- "name": "foundationToolbarTemplate",
39157
- "declaration": {
39158
- "name": "foundationToolbarTemplate",
39159
- "module": "src/toolbar/toolbar.template.ts"
39160
- }
39161
- }
39162
- ]
39163
- },
39164
- {
39165
- "kind": "javascript-module",
39166
- "path": "src/toolbar/toolbar.ts",
39167
- "declarations": [
39168
- {
39169
- "kind": "class",
39170
- "description": "",
39171
- "name": "Toolbar",
39172
- "superclass": {
39173
- "name": "FASTToolbar",
39174
- "package": "@microsoft/fast-components"
39175
- },
39176
- "tagName": "%%prefix%%-toolbar",
39177
- "customElement": true,
39178
- "attributes": [
39179
- {
39180
- "name": "orientation",
39181
- "type": {
39182
- "text": "Orientation"
39183
- },
39184
- "description": "The orientation of the toolbar.",
39185
- "fieldName": "orientation",
39186
- "inheritedFrom": {
39187
- "name": "Toolbar",
39188
- "module": "src/toolbar/toolbar.ts"
39189
- }
39190
- }
39191
- ],
39192
- "members": [
39193
- {
39194
- "kind": "field",
39195
- "name": "activeIndex",
39196
- "inheritedFrom": {
39197
- "name": "Toolbar",
39198
- "module": "src/toolbar/toolbar.ts"
39199
- }
39200
- },
39201
- {
39202
- "kind": "field",
39203
- "name": "orientation",
39204
- "type": {
39205
- "text": "Orientation"
39206
- },
39207
- "privacy": "public",
39208
- "description": "The orientation of the toolbar.",
39209
- "inheritedFrom": {
39210
- "name": "Toolbar",
39211
- "module": "src/toolbar/toolbar.ts"
39212
- }
39213
- },
39214
- {
39215
- "kind": "method",
39216
- "name": "slottedItemsChanged",
39217
- "privacy": "protected",
39218
- "return": {
39219
- "type": {
39220
- "text": "void"
39221
- }
39222
- },
39223
- "inheritedFrom": {
39224
- "name": "Toolbar",
39225
- "module": "src/toolbar/toolbar.ts"
39226
- }
39227
- },
39228
- {
39229
- "kind": "field",
39230
- "name": "childItems",
39231
- "type": {
39232
- "text": "Element[]"
39233
- },
39234
- "privacy": "public",
39235
- "inheritedFrom": {
39236
- "name": "Toolbar",
39237
- "module": "src/toolbar/toolbar.ts"
39238
- }
39239
- },
39240
- {
39241
- "kind": "method",
39242
- "name": "childItemsChanged",
39243
- "privacy": "protected",
39244
- "return": {
39245
- "type": {
39246
- "text": "void"
39247
- }
39248
- },
39249
- "parameters": [
39250
- {
39251
- "name": "prev",
39252
- "type": {
39253
- "text": "undefined | Element[]"
39254
- }
39255
- },
39256
- {
39257
- "name": "next",
39258
- "type": {
39259
- "text": "Element[]"
39260
- }
39261
- }
39262
- ],
39263
- "inheritedFrom": {
39264
- "name": "Toolbar",
39265
- "module": "src/toolbar/toolbar.ts"
39266
- }
39267
- },
39268
- {
39269
- "kind": "field",
39270
- "name": "_presentation",
39271
- "type": {
39272
- "text": "ComponentPresentation | null | undefined"
39273
- },
39274
- "privacy": "private",
39275
- "default": "void 0",
39276
- "inheritedFrom": {
39277
- "name": "FoundationElement",
39278
- "module": "src/foundation-element/foundation-element.ts"
39279
- }
39280
- },
39281
- {
39282
- "kind": "field",
39283
- "name": "$presentation",
39284
- "type": {
39285
- "text": "ComponentPresentation | null"
39286
- },
39287
- "privacy": "public",
39288
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39289
- "inheritedFrom": {
39290
- "name": "FoundationElement",
39291
- "module": "src/foundation-element/foundation-element.ts"
39292
- }
39293
- },
39294
- {
39295
- "kind": "field",
39296
- "name": "template",
39297
- "type": {
39298
- "text": "ElementViewTemplate | void | null"
39299
- },
39300
- "privacy": "public",
39301
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
39302
- "inheritedFrom": {
39303
- "name": "FoundationElement",
39304
- "module": "src/foundation-element/foundation-element.ts"
39305
- }
39306
- },
39307
- {
39308
- "kind": "method",
39309
- "name": "templateChanged",
39310
- "privacy": "protected",
39311
- "return": {
39312
- "type": {
39313
- "text": "void"
39314
- }
39315
- },
39316
- "inheritedFrom": {
39317
- "name": "FoundationElement",
39318
- "module": "src/foundation-element/foundation-element.ts"
39319
- }
39320
- },
39321
- {
39322
- "kind": "field",
39323
- "name": "styles",
39324
- "type": {
39325
- "text": "ElementStyles | void | null"
39326
- },
39327
- "privacy": "public",
39328
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
39329
- "inheritedFrom": {
39330
- "name": "FoundationElement",
39331
- "module": "src/foundation-element/foundation-element.ts"
39332
- }
39333
- },
39334
- {
39335
- "kind": "method",
39336
- "name": "stylesChanged",
39337
- "privacy": "protected",
39338
- "return": {
39339
- "type": {
39340
- "text": "void"
39341
- }
39342
- },
39343
- "inheritedFrom": {
39344
- "name": "FoundationElement",
39345
- "module": "src/foundation-element/foundation-element.ts"
39346
- }
39347
- },
39348
- {
39349
- "kind": "method",
39350
- "name": "compose",
39351
- "privacy": "public",
39352
- "static": true,
39353
- "return": {
39354
- "type": {
39355
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
39356
- }
39357
- },
39358
- "parameters": [
39359
- {
39360
- "name": "this",
39361
- "type": {
39362
- "text": "K"
39363
- }
39364
- },
39365
- {
39366
- "name": "elementDefinition",
39367
- "type": {
39368
- "text": "T"
39369
- },
39370
- "description": "The definition of the element to create the registry\nfunction for."
39371
- }
39372
- ],
39373
- "description": "Defines an element registry function with a set of element definition defaults.",
39374
- "inheritedFrom": {
39375
- "name": "FoundationElement",
39376
- "module": "src/foundation-element/foundation-element.ts"
39377
- }
39378
- }
39379
- ]
39380
- },
39381
- {
39382
- "kind": "variable",
39383
- "name": "foundationToolbarShadowOptions",
39384
- "type": {
39385
- "text": "ShadowRootInit"
39386
- },
39387
- "default": "undefined"
39388
- },
39389
- {
39390
- "kind": "variable",
39391
- "name": "defaultToolbarConfig",
39392
- "type": {
39393
- "text": "object"
39394
- },
39395
- "default": "{}"
39396
- },
39397
- {
39398
- "kind": "variable",
39399
- "name": "foundationToolbar",
39400
- "description": "The Foundation Toolbar",
39401
- "privacy": "public"
39402
- }
39403
- ],
39404
- "exports": [
39405
- {
39406
- "kind": "js",
39407
- "name": "Toolbar",
39408
- "declaration": {
39409
- "name": "Toolbar",
39410
- "module": "src/toolbar/toolbar.ts"
39411
- }
39412
- },
39413
- {
39414
- "kind": "js",
39415
- "name": "foundationToolbarShadowOptions",
39416
- "declaration": {
39417
- "name": "foundationToolbarShadowOptions",
39418
- "module": "src/toolbar/toolbar.ts"
39419
- }
39420
- },
39421
- {
39422
- "kind": "js",
39423
- "name": "defaultToolbarConfig",
39424
- "declaration": {
39425
- "name": "defaultToolbarConfig",
39426
- "module": "src/toolbar/toolbar.ts"
39427
- }
39428
- },
39429
- {
39430
- "kind": "js",
39431
- "name": "foundationToolbar",
39432
- "declaration": {
39433
- "name": "foundationToolbar",
39434
- "module": "src/toolbar/toolbar.ts"
39435
- }
39436
- }
39437
- ]
39438
- },
39439
39055
  {
39440
39056
  "kind": "javascript-module",
39441
39057
  "path": "src/tooltip/index.ts",
@@ -40256,6 +39872,390 @@
40256
39872
  }
40257
39873
  ]
40258
39874
  },
39875
+ {
39876
+ "kind": "javascript-module",
39877
+ "path": "src/toolbar/index.ts",
39878
+ "declarations": [],
39879
+ "exports": [
39880
+ {
39881
+ "kind": "js",
39882
+ "name": "*",
39883
+ "declaration": {
39884
+ "name": "*",
39885
+ "package": "./toolbar.template"
39886
+ }
39887
+ },
39888
+ {
39889
+ "kind": "js",
39890
+ "name": "*",
39891
+ "declaration": {
39892
+ "name": "*",
39893
+ "package": "./toolbar.styles"
39894
+ }
39895
+ },
39896
+ {
39897
+ "kind": "js",
39898
+ "name": "*",
39899
+ "declaration": {
39900
+ "name": "*",
39901
+ "package": "./toolbar"
39902
+ }
39903
+ }
39904
+ ]
39905
+ },
39906
+ {
39907
+ "kind": "javascript-module",
39908
+ "path": "src/toolbar/toolbar.styles.ts",
39909
+ "declarations": [
39910
+ {
39911
+ "kind": "function",
39912
+ "name": "foundationToolbarStyles",
39913
+ "return": {
39914
+ "type": {
39915
+ "text": "ElementStyles"
39916
+ }
39917
+ },
39918
+ "parameters": [
39919
+ {
39920
+ "name": "context",
39921
+ "type": {
39922
+ "text": "ElementDefinitionContext"
39923
+ }
39924
+ },
39925
+ {
39926
+ "name": "definition",
39927
+ "type": {
39928
+ "text": "FoundationElementDefinition"
39929
+ }
39930
+ }
39931
+ ]
39932
+ }
39933
+ ],
39934
+ "exports": [
39935
+ {
39936
+ "kind": "js",
39937
+ "name": "foundationToolbarStyles",
39938
+ "declaration": {
39939
+ "name": "foundationToolbarStyles",
39940
+ "module": "src/toolbar/toolbar.styles.ts"
39941
+ }
39942
+ }
39943
+ ]
39944
+ },
39945
+ {
39946
+ "kind": "javascript-module",
39947
+ "path": "src/toolbar/toolbar.template.ts",
39948
+ "declarations": [
39949
+ {
39950
+ "kind": "function",
39951
+ "name": "foundationToolbarTemplate",
39952
+ "return": {
39953
+ "type": {
39954
+ "text": "ViewTemplate<Toolbar>"
39955
+ }
39956
+ },
39957
+ "parameters": [
39958
+ {
39959
+ "name": "context",
39960
+ "type": {
39961
+ "text": "ElementDefinitionContext"
39962
+ }
39963
+ },
39964
+ {
39965
+ "name": "definition",
39966
+ "type": {
39967
+ "text": "FoundationElementDefinition"
39968
+ }
39969
+ }
39970
+ ]
39971
+ }
39972
+ ],
39973
+ "exports": [
39974
+ {
39975
+ "kind": "js",
39976
+ "name": "foundationToolbarTemplate",
39977
+ "declaration": {
39978
+ "name": "foundationToolbarTemplate",
39979
+ "module": "src/toolbar/toolbar.template.ts"
39980
+ }
39981
+ }
39982
+ ]
39983
+ },
39984
+ {
39985
+ "kind": "javascript-module",
39986
+ "path": "src/toolbar/toolbar.ts",
39987
+ "declarations": [
39988
+ {
39989
+ "kind": "class",
39990
+ "description": "",
39991
+ "name": "Toolbar",
39992
+ "superclass": {
39993
+ "name": "FASTToolbar",
39994
+ "package": "@microsoft/fast-components"
39995
+ },
39996
+ "tagName": "%%prefix%%-toolbar",
39997
+ "customElement": true,
39998
+ "attributes": [
39999
+ {
40000
+ "name": "orientation",
40001
+ "type": {
40002
+ "text": "Orientation"
40003
+ },
40004
+ "description": "The orientation of the toolbar.",
40005
+ "fieldName": "orientation",
40006
+ "inheritedFrom": {
40007
+ "name": "Toolbar",
40008
+ "module": "src/toolbar/toolbar.ts"
40009
+ }
40010
+ }
40011
+ ],
40012
+ "members": [
40013
+ {
40014
+ "kind": "field",
40015
+ "name": "activeIndex",
40016
+ "inheritedFrom": {
40017
+ "name": "Toolbar",
40018
+ "module": "src/toolbar/toolbar.ts"
40019
+ }
40020
+ },
40021
+ {
40022
+ "kind": "field",
40023
+ "name": "orientation",
40024
+ "type": {
40025
+ "text": "Orientation"
40026
+ },
40027
+ "privacy": "public",
40028
+ "description": "The orientation of the toolbar.",
40029
+ "inheritedFrom": {
40030
+ "name": "Toolbar",
40031
+ "module": "src/toolbar/toolbar.ts"
40032
+ }
40033
+ },
40034
+ {
40035
+ "kind": "method",
40036
+ "name": "slottedItemsChanged",
40037
+ "privacy": "protected",
40038
+ "return": {
40039
+ "type": {
40040
+ "text": "void"
40041
+ }
40042
+ },
40043
+ "inheritedFrom": {
40044
+ "name": "Toolbar",
40045
+ "module": "src/toolbar/toolbar.ts"
40046
+ }
40047
+ },
40048
+ {
40049
+ "kind": "field",
40050
+ "name": "childItems",
40051
+ "type": {
40052
+ "text": "Element[]"
40053
+ },
40054
+ "privacy": "public",
40055
+ "inheritedFrom": {
40056
+ "name": "Toolbar",
40057
+ "module": "src/toolbar/toolbar.ts"
40058
+ }
40059
+ },
40060
+ {
40061
+ "kind": "method",
40062
+ "name": "childItemsChanged",
40063
+ "privacy": "protected",
40064
+ "return": {
40065
+ "type": {
40066
+ "text": "void"
40067
+ }
40068
+ },
40069
+ "parameters": [
40070
+ {
40071
+ "name": "prev",
40072
+ "type": {
40073
+ "text": "undefined | Element[]"
40074
+ }
40075
+ },
40076
+ {
40077
+ "name": "next",
40078
+ "type": {
40079
+ "text": "Element[]"
40080
+ }
40081
+ }
40082
+ ],
40083
+ "inheritedFrom": {
40084
+ "name": "Toolbar",
40085
+ "module": "src/toolbar/toolbar.ts"
40086
+ }
40087
+ },
40088
+ {
40089
+ "kind": "field",
40090
+ "name": "_presentation",
40091
+ "type": {
40092
+ "text": "ComponentPresentation | null | undefined"
40093
+ },
40094
+ "privacy": "private",
40095
+ "default": "void 0",
40096
+ "inheritedFrom": {
40097
+ "name": "FoundationElement",
40098
+ "module": "src/foundation-element/foundation-element.ts"
40099
+ }
40100
+ },
40101
+ {
40102
+ "kind": "field",
40103
+ "name": "$presentation",
40104
+ "type": {
40105
+ "text": "ComponentPresentation | null"
40106
+ },
40107
+ "privacy": "public",
40108
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
40109
+ "inheritedFrom": {
40110
+ "name": "FoundationElement",
40111
+ "module": "src/foundation-element/foundation-element.ts"
40112
+ }
40113
+ },
40114
+ {
40115
+ "kind": "field",
40116
+ "name": "template",
40117
+ "type": {
40118
+ "text": "ElementViewTemplate | void | null"
40119
+ },
40120
+ "privacy": "public",
40121
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
40122
+ "inheritedFrom": {
40123
+ "name": "FoundationElement",
40124
+ "module": "src/foundation-element/foundation-element.ts"
40125
+ }
40126
+ },
40127
+ {
40128
+ "kind": "method",
40129
+ "name": "templateChanged",
40130
+ "privacy": "protected",
40131
+ "return": {
40132
+ "type": {
40133
+ "text": "void"
40134
+ }
40135
+ },
40136
+ "inheritedFrom": {
40137
+ "name": "FoundationElement",
40138
+ "module": "src/foundation-element/foundation-element.ts"
40139
+ }
40140
+ },
40141
+ {
40142
+ "kind": "field",
40143
+ "name": "styles",
40144
+ "type": {
40145
+ "text": "ElementStyles | void | null"
40146
+ },
40147
+ "privacy": "public",
40148
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
40149
+ "inheritedFrom": {
40150
+ "name": "FoundationElement",
40151
+ "module": "src/foundation-element/foundation-element.ts"
40152
+ }
40153
+ },
40154
+ {
40155
+ "kind": "method",
40156
+ "name": "stylesChanged",
40157
+ "privacy": "protected",
40158
+ "return": {
40159
+ "type": {
40160
+ "text": "void"
40161
+ }
40162
+ },
40163
+ "inheritedFrom": {
40164
+ "name": "FoundationElement",
40165
+ "module": "src/foundation-element/foundation-element.ts"
40166
+ }
40167
+ },
40168
+ {
40169
+ "kind": "method",
40170
+ "name": "compose",
40171
+ "privacy": "public",
40172
+ "static": true,
40173
+ "return": {
40174
+ "type": {
40175
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
40176
+ }
40177
+ },
40178
+ "parameters": [
40179
+ {
40180
+ "name": "this",
40181
+ "type": {
40182
+ "text": "K"
40183
+ }
40184
+ },
40185
+ {
40186
+ "name": "elementDefinition",
40187
+ "type": {
40188
+ "text": "T"
40189
+ },
40190
+ "description": "The definition of the element to create the registry\nfunction for."
40191
+ }
40192
+ ],
40193
+ "description": "Defines an element registry function with a set of element definition defaults.",
40194
+ "inheritedFrom": {
40195
+ "name": "FoundationElement",
40196
+ "module": "src/foundation-element/foundation-element.ts"
40197
+ }
40198
+ }
40199
+ ]
40200
+ },
40201
+ {
40202
+ "kind": "variable",
40203
+ "name": "foundationToolbarShadowOptions",
40204
+ "type": {
40205
+ "text": "ShadowRootInit"
40206
+ },
40207
+ "default": "undefined"
40208
+ },
40209
+ {
40210
+ "kind": "variable",
40211
+ "name": "defaultToolbarConfig",
40212
+ "type": {
40213
+ "text": "object"
40214
+ },
40215
+ "default": "{}"
40216
+ },
40217
+ {
40218
+ "kind": "variable",
40219
+ "name": "foundationToolbar",
40220
+ "description": "The Foundation Toolbar",
40221
+ "privacy": "public"
40222
+ }
40223
+ ],
40224
+ "exports": [
40225
+ {
40226
+ "kind": "js",
40227
+ "name": "Toolbar",
40228
+ "declaration": {
40229
+ "name": "Toolbar",
40230
+ "module": "src/toolbar/toolbar.ts"
40231
+ }
40232
+ },
40233
+ {
40234
+ "kind": "js",
40235
+ "name": "foundationToolbarShadowOptions",
40236
+ "declaration": {
40237
+ "name": "foundationToolbarShadowOptions",
40238
+ "module": "src/toolbar/toolbar.ts"
40239
+ }
40240
+ },
40241
+ {
40242
+ "kind": "js",
40243
+ "name": "defaultToolbarConfig",
40244
+ "declaration": {
40245
+ "name": "defaultToolbarConfig",
40246
+ "module": "src/toolbar/toolbar.ts"
40247
+ }
40248
+ },
40249
+ {
40250
+ "kind": "js",
40251
+ "name": "foundationToolbar",
40252
+ "declaration": {
40253
+ "name": "foundationToolbar",
40254
+ "module": "src/toolbar/toolbar.ts"
40255
+ }
40256
+ }
40257
+ ]
40258
+ },
40259
40259
  {
40260
40260
  "kind": "javascript-module",
40261
40261
  "path": "src/tree-item/index.ts",