@genesislcap/foundation-ui 14.230.2 → 14.231.1-alpha-e01af29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +2096 -2096
  2. package/package.json +16 -16
@@ -864,6 +864,400 @@
864
864
  }
865
865
  ]
866
866
  },
867
+ {
868
+ "kind": "javascript-module",
869
+ "path": "src/accordion-item/accordion-item.styles.ts",
870
+ "declarations": [
871
+ {
872
+ "kind": "function",
873
+ "name": "foundationAccordionItemStyles",
874
+ "return": {
875
+ "type": {
876
+ "text": "ElementStyles"
877
+ }
878
+ },
879
+ "parameters": [
880
+ {
881
+ "name": "context",
882
+ "type": {
883
+ "text": "ElementDefinitionContext"
884
+ }
885
+ },
886
+ {
887
+ "name": "definition",
888
+ "type": {
889
+ "text": "FoundationElementDefinition"
890
+ }
891
+ }
892
+ ]
893
+ }
894
+ ],
895
+ "exports": [
896
+ {
897
+ "kind": "js",
898
+ "name": "foundationAccordionItemStyles",
899
+ "declaration": {
900
+ "name": "foundationAccordionItemStyles",
901
+ "module": "src/accordion-item/accordion-item.styles.ts"
902
+ }
903
+ }
904
+ ]
905
+ },
906
+ {
907
+ "kind": "javascript-module",
908
+ "path": "src/accordion-item/accordion-item.template.ts",
909
+ "declarations": [
910
+ {
911
+ "kind": "function",
912
+ "name": "foundationAccordionItemTemplate",
913
+ "return": {
914
+ "type": {
915
+ "text": "ViewTemplate<AccordionItem>"
916
+ }
917
+ },
918
+ "parameters": [
919
+ {
920
+ "name": "context",
921
+ "type": {
922
+ "text": "ElementDefinitionContext"
923
+ }
924
+ },
925
+ {
926
+ "name": "definition",
927
+ "type": {
928
+ "text": "FoundationElementDefinition"
929
+ }
930
+ }
931
+ ]
932
+ }
933
+ ],
934
+ "exports": [
935
+ {
936
+ "kind": "js",
937
+ "name": "foundationAccordionItemTemplate",
938
+ "declaration": {
939
+ "name": "foundationAccordionItemTemplate",
940
+ "module": "src/accordion-item/accordion-item.template.ts"
941
+ }
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "kind": "javascript-module",
947
+ "path": "src/accordion-item/accordion-item.ts",
948
+ "declarations": [
949
+ {
950
+ "kind": "class",
951
+ "description": "",
952
+ "name": "AccordionItem",
953
+ "superclass": {
954
+ "name": "FASTAccordionItem",
955
+ "package": "@microsoft/fast-components"
956
+ },
957
+ "tagName": "%%prefix%%-accordion-item",
958
+ "customElement": true,
959
+ "attributes": [
960
+ {
961
+ "name": "heading-level",
962
+ "type": {
963
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
964
+ },
965
+ "default": "2",
966
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
967
+ "fieldName": "headinglevel",
968
+ "inheritedFrom": {
969
+ "name": "AccordionItem",
970
+ "module": "src/accordion-item/accordion-item.ts"
971
+ }
972
+ },
973
+ {
974
+ "type": {
975
+ "text": "boolean"
976
+ },
977
+ "default": "false",
978
+ "description": "Expands or collapses the item.",
979
+ "fieldName": "expanded",
980
+ "inheritedFrom": {
981
+ "name": "AccordionItem",
982
+ "module": "src/accordion-item/accordion-item.ts"
983
+ }
984
+ },
985
+ {
986
+ "name": "id",
987
+ "type": {
988
+ "text": "string"
989
+ },
990
+ "description": "The item ID",
991
+ "fieldName": "id",
992
+ "inheritedFrom": {
993
+ "name": "AccordionItem",
994
+ "module": "src/accordion-item/accordion-item.ts"
995
+ }
996
+ }
997
+ ],
998
+ "members": [
999
+ {
1000
+ "kind": "field",
1001
+ "name": "headinglevel",
1002
+ "type": {
1003
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1004
+ },
1005
+ "privacy": "public",
1006
+ "default": "2",
1007
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1008
+ "inheritedFrom": {
1009
+ "name": "AccordionItem",
1010
+ "module": "src/accordion-item/accordion-item.ts"
1011
+ }
1012
+ },
1013
+ {
1014
+ "kind": "field",
1015
+ "name": "expanded",
1016
+ "type": {
1017
+ "text": "boolean"
1018
+ },
1019
+ "privacy": "public",
1020
+ "default": "false",
1021
+ "description": "Expands or collapses the item.",
1022
+ "inheritedFrom": {
1023
+ "name": "AccordionItem",
1024
+ "module": "src/accordion-item/accordion-item.ts"
1025
+ }
1026
+ },
1027
+ {
1028
+ "kind": "field",
1029
+ "name": "id",
1030
+ "type": {
1031
+ "text": "string"
1032
+ },
1033
+ "privacy": "public",
1034
+ "description": "The item ID",
1035
+ "inheritedFrom": {
1036
+ "name": "AccordionItem",
1037
+ "module": "src/accordion-item/accordion-item.ts"
1038
+ }
1039
+ },
1040
+ {
1041
+ "kind": "field",
1042
+ "name": "change",
1043
+ "privacy": "private",
1044
+ "inheritedFrom": {
1045
+ "name": "AccordionItem",
1046
+ "module": "src/accordion-item/accordion-item.ts"
1047
+ }
1048
+ },
1049
+ {
1050
+ "kind": "field",
1051
+ "name": "_presentation",
1052
+ "type": {
1053
+ "text": "ComponentPresentation | null | undefined"
1054
+ },
1055
+ "privacy": "private",
1056
+ "default": "void 0",
1057
+ "inheritedFrom": {
1058
+ "name": "FoundationElement",
1059
+ "module": "src/foundation-element/foundation-element.ts"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "field",
1064
+ "name": "$presentation",
1065
+ "type": {
1066
+ "text": "ComponentPresentation | null"
1067
+ },
1068
+ "privacy": "public",
1069
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1070
+ "inheritedFrom": {
1071
+ "name": "FoundationElement",
1072
+ "module": "src/foundation-element/foundation-element.ts"
1073
+ }
1074
+ },
1075
+ {
1076
+ "kind": "field",
1077
+ "name": "template",
1078
+ "type": {
1079
+ "text": "ElementViewTemplate | void | null"
1080
+ },
1081
+ "privacy": "public",
1082
+ "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.",
1083
+ "inheritedFrom": {
1084
+ "name": "FoundationElement",
1085
+ "module": "src/foundation-element/foundation-element.ts"
1086
+ }
1087
+ },
1088
+ {
1089
+ "kind": "method",
1090
+ "name": "templateChanged",
1091
+ "privacy": "protected",
1092
+ "return": {
1093
+ "type": {
1094
+ "text": "void"
1095
+ }
1096
+ },
1097
+ "inheritedFrom": {
1098
+ "name": "FoundationElement",
1099
+ "module": "src/foundation-element/foundation-element.ts"
1100
+ }
1101
+ },
1102
+ {
1103
+ "kind": "field",
1104
+ "name": "styles",
1105
+ "type": {
1106
+ "text": "ElementStyles | void | null"
1107
+ },
1108
+ "privacy": "public",
1109
+ "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.",
1110
+ "inheritedFrom": {
1111
+ "name": "FoundationElement",
1112
+ "module": "src/foundation-element/foundation-element.ts"
1113
+ }
1114
+ },
1115
+ {
1116
+ "kind": "method",
1117
+ "name": "stylesChanged",
1118
+ "privacy": "protected",
1119
+ "return": {
1120
+ "type": {
1121
+ "text": "void"
1122
+ }
1123
+ },
1124
+ "inheritedFrom": {
1125
+ "name": "FoundationElement",
1126
+ "module": "src/foundation-element/foundation-element.ts"
1127
+ }
1128
+ },
1129
+ {
1130
+ "kind": "method",
1131
+ "name": "compose",
1132
+ "privacy": "public",
1133
+ "static": true,
1134
+ "return": {
1135
+ "type": {
1136
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1137
+ }
1138
+ },
1139
+ "parameters": [
1140
+ {
1141
+ "name": "this",
1142
+ "type": {
1143
+ "text": "K"
1144
+ }
1145
+ },
1146
+ {
1147
+ "name": "elementDefinition",
1148
+ "type": {
1149
+ "text": "T"
1150
+ },
1151
+ "description": "The definition of the element to create the registry\nfunction for."
1152
+ }
1153
+ ],
1154
+ "description": "Defines an element registry function with a set of element definition defaults.",
1155
+ "inheritedFrom": {
1156
+ "name": "FoundationElement",
1157
+ "module": "src/foundation-element/foundation-element.ts"
1158
+ }
1159
+ }
1160
+ ],
1161
+ "events": [
1162
+ {
1163
+ "description": "Fires a custom 'change' event when the button is invoked",
1164
+ "name": "change",
1165
+ "inheritedFrom": {
1166
+ "name": "AccordionItem",
1167
+ "module": "src/accordion-item/accordion-item.ts"
1168
+ }
1169
+ }
1170
+ ]
1171
+ },
1172
+ {
1173
+ "kind": "variable",
1174
+ "name": "foundationAccordionItemShadowOptions",
1175
+ "type": {
1176
+ "text": "ShadowRootInit"
1177
+ },
1178
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1179
+ },
1180
+ {
1181
+ "kind": "variable",
1182
+ "name": "defaultAccordionItemConfig",
1183
+ "type": {
1184
+ "text": "object"
1185
+ },
1186
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1187
+ },
1188
+ {
1189
+ "kind": "variable",
1190
+ "name": "foundationAccordionItem",
1191
+ "description": "The Foundation Accordion Item",
1192
+ "privacy": "public"
1193
+ }
1194
+ ],
1195
+ "exports": [
1196
+ {
1197
+ "kind": "js",
1198
+ "name": "AccordionItem",
1199
+ "declaration": {
1200
+ "name": "AccordionItem",
1201
+ "module": "src/accordion-item/accordion-item.ts"
1202
+ }
1203
+ },
1204
+ {
1205
+ "kind": "js",
1206
+ "name": "foundationAccordionItemShadowOptions",
1207
+ "declaration": {
1208
+ "name": "foundationAccordionItemShadowOptions",
1209
+ "module": "src/accordion-item/accordion-item.ts"
1210
+ }
1211
+ },
1212
+ {
1213
+ "kind": "js",
1214
+ "name": "defaultAccordionItemConfig",
1215
+ "declaration": {
1216
+ "name": "defaultAccordionItemConfig",
1217
+ "module": "src/accordion-item/accordion-item.ts"
1218
+ }
1219
+ },
1220
+ {
1221
+ "kind": "js",
1222
+ "name": "foundationAccordionItem",
1223
+ "declaration": {
1224
+ "name": "foundationAccordionItem",
1225
+ "module": "src/accordion-item/accordion-item.ts"
1226
+ }
1227
+ }
1228
+ ]
1229
+ },
1230
+ {
1231
+ "kind": "javascript-module",
1232
+ "path": "src/accordion-item/index.ts",
1233
+ "declarations": [],
1234
+ "exports": [
1235
+ {
1236
+ "kind": "js",
1237
+ "name": "*",
1238
+ "declaration": {
1239
+ "name": "*",
1240
+ "package": "./accordion-item.template"
1241
+ }
1242
+ },
1243
+ {
1244
+ "kind": "js",
1245
+ "name": "*",
1246
+ "declaration": {
1247
+ "name": "*",
1248
+ "package": "./accordion-item.styles"
1249
+ }
1250
+ },
1251
+ {
1252
+ "kind": "js",
1253
+ "name": "*",
1254
+ "declaration": {
1255
+ "name": "*",
1256
+ "package": "./accordion-item"
1257
+ }
1258
+ }
1259
+ ]
1260
+ },
867
1261
  {
868
1262
  "kind": "javascript-module",
869
1263
  "path": "src/_config/index.ts",
@@ -1638,405 +2032,11 @@
1638
2032
  },
1639
2033
  {
1640
2034
  "kind": "javascript-module",
1641
- "path": "src/accordion-item/accordion-item.styles.ts",
2035
+ "path": "src/anchor/anchor.styles.ts",
1642
2036
  "declarations": [
1643
2037
  {
1644
2038
  "kind": "function",
1645
- "name": "foundationAccordionItemStyles",
1646
- "return": {
1647
- "type": {
1648
- "text": "ElementStyles"
1649
- }
1650
- },
1651
- "parameters": [
1652
- {
1653
- "name": "context",
1654
- "type": {
1655
- "text": "ElementDefinitionContext"
1656
- }
1657
- },
1658
- {
1659
- "name": "definition",
1660
- "type": {
1661
- "text": "FoundationElementDefinition"
1662
- }
1663
- }
1664
- ]
1665
- }
1666
- ],
1667
- "exports": [
1668
- {
1669
- "kind": "js",
1670
- "name": "foundationAccordionItemStyles",
1671
- "declaration": {
1672
- "name": "foundationAccordionItemStyles",
1673
- "module": "src/accordion-item/accordion-item.styles.ts"
1674
- }
1675
- }
1676
- ]
1677
- },
1678
- {
1679
- "kind": "javascript-module",
1680
- "path": "src/accordion-item/accordion-item.template.ts",
1681
- "declarations": [
1682
- {
1683
- "kind": "function",
1684
- "name": "foundationAccordionItemTemplate",
1685
- "return": {
1686
- "type": {
1687
- "text": "ViewTemplate<AccordionItem>"
1688
- }
1689
- },
1690
- "parameters": [
1691
- {
1692
- "name": "context",
1693
- "type": {
1694
- "text": "ElementDefinitionContext"
1695
- }
1696
- },
1697
- {
1698
- "name": "definition",
1699
- "type": {
1700
- "text": "FoundationElementDefinition"
1701
- }
1702
- }
1703
- ]
1704
- }
1705
- ],
1706
- "exports": [
1707
- {
1708
- "kind": "js",
1709
- "name": "foundationAccordionItemTemplate",
1710
- "declaration": {
1711
- "name": "foundationAccordionItemTemplate",
1712
- "module": "src/accordion-item/accordion-item.template.ts"
1713
- }
1714
- }
1715
- ]
1716
- },
1717
- {
1718
- "kind": "javascript-module",
1719
- "path": "src/accordion-item/accordion-item.ts",
1720
- "declarations": [
1721
- {
1722
- "kind": "class",
1723
- "description": "",
1724
- "name": "AccordionItem",
1725
- "superclass": {
1726
- "name": "FASTAccordionItem",
1727
- "package": "@microsoft/fast-components"
1728
- },
1729
- "tagName": "%%prefix%%-accordion-item",
1730
- "customElement": true,
1731
- "attributes": [
1732
- {
1733
- "name": "heading-level",
1734
- "type": {
1735
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1736
- },
1737
- "default": "2",
1738
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1739
- "fieldName": "headinglevel",
1740
- "inheritedFrom": {
1741
- "name": "AccordionItem",
1742
- "module": "src/accordion-item/accordion-item.ts"
1743
- }
1744
- },
1745
- {
1746
- "type": {
1747
- "text": "boolean"
1748
- },
1749
- "default": "false",
1750
- "description": "Expands or collapses the item.",
1751
- "fieldName": "expanded",
1752
- "inheritedFrom": {
1753
- "name": "AccordionItem",
1754
- "module": "src/accordion-item/accordion-item.ts"
1755
- }
1756
- },
1757
- {
1758
- "name": "id",
1759
- "type": {
1760
- "text": "string"
1761
- },
1762
- "description": "The item ID",
1763
- "fieldName": "id",
1764
- "inheritedFrom": {
1765
- "name": "AccordionItem",
1766
- "module": "src/accordion-item/accordion-item.ts"
1767
- }
1768
- }
1769
- ],
1770
- "members": [
1771
- {
1772
- "kind": "field",
1773
- "name": "headinglevel",
1774
- "type": {
1775
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1776
- },
1777
- "privacy": "public",
1778
- "default": "2",
1779
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1780
- "inheritedFrom": {
1781
- "name": "AccordionItem",
1782
- "module": "src/accordion-item/accordion-item.ts"
1783
- }
1784
- },
1785
- {
1786
- "kind": "field",
1787
- "name": "expanded",
1788
- "type": {
1789
- "text": "boolean"
1790
- },
1791
- "privacy": "public",
1792
- "default": "false",
1793
- "description": "Expands or collapses the item.",
1794
- "inheritedFrom": {
1795
- "name": "AccordionItem",
1796
- "module": "src/accordion-item/accordion-item.ts"
1797
- }
1798
- },
1799
- {
1800
- "kind": "field",
1801
- "name": "id",
1802
- "type": {
1803
- "text": "string"
1804
- },
1805
- "privacy": "public",
1806
- "description": "The item ID",
1807
- "inheritedFrom": {
1808
- "name": "AccordionItem",
1809
- "module": "src/accordion-item/accordion-item.ts"
1810
- }
1811
- },
1812
- {
1813
- "kind": "field",
1814
- "name": "change",
1815
- "privacy": "private",
1816
- "inheritedFrom": {
1817
- "name": "AccordionItem",
1818
- "module": "src/accordion-item/accordion-item.ts"
1819
- }
1820
- },
1821
- {
1822
- "kind": "field",
1823
- "name": "_presentation",
1824
- "type": {
1825
- "text": "ComponentPresentation | null | undefined"
1826
- },
1827
- "privacy": "private",
1828
- "default": "void 0",
1829
- "inheritedFrom": {
1830
- "name": "FoundationElement",
1831
- "module": "src/foundation-element/foundation-element.ts"
1832
- }
1833
- },
1834
- {
1835
- "kind": "field",
1836
- "name": "$presentation",
1837
- "type": {
1838
- "text": "ComponentPresentation | null"
1839
- },
1840
- "privacy": "public",
1841
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1842
- "inheritedFrom": {
1843
- "name": "FoundationElement",
1844
- "module": "src/foundation-element/foundation-element.ts"
1845
- }
1846
- },
1847
- {
1848
- "kind": "field",
1849
- "name": "template",
1850
- "type": {
1851
- "text": "ElementViewTemplate | void | null"
1852
- },
1853
- "privacy": "public",
1854
- "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.",
1855
- "inheritedFrom": {
1856
- "name": "FoundationElement",
1857
- "module": "src/foundation-element/foundation-element.ts"
1858
- }
1859
- },
1860
- {
1861
- "kind": "method",
1862
- "name": "templateChanged",
1863
- "privacy": "protected",
1864
- "return": {
1865
- "type": {
1866
- "text": "void"
1867
- }
1868
- },
1869
- "inheritedFrom": {
1870
- "name": "FoundationElement",
1871
- "module": "src/foundation-element/foundation-element.ts"
1872
- }
1873
- },
1874
- {
1875
- "kind": "field",
1876
- "name": "styles",
1877
- "type": {
1878
- "text": "ElementStyles | void | null"
1879
- },
1880
- "privacy": "public",
1881
- "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.",
1882
- "inheritedFrom": {
1883
- "name": "FoundationElement",
1884
- "module": "src/foundation-element/foundation-element.ts"
1885
- }
1886
- },
1887
- {
1888
- "kind": "method",
1889
- "name": "stylesChanged",
1890
- "privacy": "protected",
1891
- "return": {
1892
- "type": {
1893
- "text": "void"
1894
- }
1895
- },
1896
- "inheritedFrom": {
1897
- "name": "FoundationElement",
1898
- "module": "src/foundation-element/foundation-element.ts"
1899
- }
1900
- },
1901
- {
1902
- "kind": "method",
1903
- "name": "compose",
1904
- "privacy": "public",
1905
- "static": true,
1906
- "return": {
1907
- "type": {
1908
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1909
- }
1910
- },
1911
- "parameters": [
1912
- {
1913
- "name": "this",
1914
- "type": {
1915
- "text": "K"
1916
- }
1917
- },
1918
- {
1919
- "name": "elementDefinition",
1920
- "type": {
1921
- "text": "T"
1922
- },
1923
- "description": "The definition of the element to create the registry\nfunction for."
1924
- }
1925
- ],
1926
- "description": "Defines an element registry function with a set of element definition defaults.",
1927
- "inheritedFrom": {
1928
- "name": "FoundationElement",
1929
- "module": "src/foundation-element/foundation-element.ts"
1930
- }
1931
- }
1932
- ],
1933
- "events": [
1934
- {
1935
- "description": "Fires a custom 'change' event when the button is invoked",
1936
- "name": "change",
1937
- "inheritedFrom": {
1938
- "name": "AccordionItem",
1939
- "module": "src/accordion-item/accordion-item.ts"
1940
- }
1941
- }
1942
- ]
1943
- },
1944
- {
1945
- "kind": "variable",
1946
- "name": "foundationAccordionItemShadowOptions",
1947
- "type": {
1948
- "text": "ShadowRootInit"
1949
- },
1950
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1951
- },
1952
- {
1953
- "kind": "variable",
1954
- "name": "defaultAccordionItemConfig",
1955
- "type": {
1956
- "text": "object"
1957
- },
1958
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1959
- },
1960
- {
1961
- "kind": "variable",
1962
- "name": "foundationAccordionItem",
1963
- "description": "The Foundation Accordion Item",
1964
- "privacy": "public"
1965
- }
1966
- ],
1967
- "exports": [
1968
- {
1969
- "kind": "js",
1970
- "name": "AccordionItem",
1971
- "declaration": {
1972
- "name": "AccordionItem",
1973
- "module": "src/accordion-item/accordion-item.ts"
1974
- }
1975
- },
1976
- {
1977
- "kind": "js",
1978
- "name": "foundationAccordionItemShadowOptions",
1979
- "declaration": {
1980
- "name": "foundationAccordionItemShadowOptions",
1981
- "module": "src/accordion-item/accordion-item.ts"
1982
- }
1983
- },
1984
- {
1985
- "kind": "js",
1986
- "name": "defaultAccordionItemConfig",
1987
- "declaration": {
1988
- "name": "defaultAccordionItemConfig",
1989
- "module": "src/accordion-item/accordion-item.ts"
1990
- }
1991
- },
1992
- {
1993
- "kind": "js",
1994
- "name": "foundationAccordionItem",
1995
- "declaration": {
1996
- "name": "foundationAccordionItem",
1997
- "module": "src/accordion-item/accordion-item.ts"
1998
- }
1999
- }
2000
- ]
2001
- },
2002
- {
2003
- "kind": "javascript-module",
2004
- "path": "src/accordion-item/index.ts",
2005
- "declarations": [],
2006
- "exports": [
2007
- {
2008
- "kind": "js",
2009
- "name": "*",
2010
- "declaration": {
2011
- "name": "*",
2012
- "package": "./accordion-item.template"
2013
- }
2014
- },
2015
- {
2016
- "kind": "js",
2017
- "name": "*",
2018
- "declaration": {
2019
- "name": "*",
2020
- "package": "./accordion-item.styles"
2021
- }
2022
- },
2023
- {
2024
- "kind": "js",
2025
- "name": "*",
2026
- "declaration": {
2027
- "name": "*",
2028
- "package": "./accordion-item"
2029
- }
2030
- }
2031
- ]
2032
- },
2033
- {
2034
- "kind": "javascript-module",
2035
- "path": "src/anchor/anchor.styles.ts",
2036
- "declarations": [
2037
- {
2038
- "kind": "function",
2039
- "name": "foundationAnchorStyles",
2039
+ "name": "foundationAnchorStyles",
2040
2040
  "return": {
2041
2041
  "type": {
2042
2042
  "text": "ElementStyles"
@@ -5236,6 +5236,390 @@
5236
5236
  }
5237
5237
  ]
5238
5238
  },
5239
+ {
5240
+ "kind": "javascript-module",
5241
+ "path": "src/breadcrumb/breadcrumb.styles.ts",
5242
+ "declarations": [
5243
+ {
5244
+ "kind": "function",
5245
+ "name": "foundationBreadcrumbStyles",
5246
+ "return": {
5247
+ "type": {
5248
+ "text": "ElementStyles"
5249
+ }
5250
+ },
5251
+ "parameters": [
5252
+ {
5253
+ "name": "context",
5254
+ "type": {
5255
+ "text": "ElementDefinitionContext"
5256
+ }
5257
+ },
5258
+ {
5259
+ "name": "definition",
5260
+ "type": {
5261
+ "text": "FoundationElementDefinition"
5262
+ }
5263
+ }
5264
+ ]
5265
+ }
5266
+ ],
5267
+ "exports": [
5268
+ {
5269
+ "kind": "js",
5270
+ "name": "foundationBreadcrumbStyles",
5271
+ "declaration": {
5272
+ "name": "foundationBreadcrumbStyles",
5273
+ "module": "src/breadcrumb/breadcrumb.styles.ts"
5274
+ }
5275
+ }
5276
+ ]
5277
+ },
5278
+ {
5279
+ "kind": "javascript-module",
5280
+ "path": "src/breadcrumb/breadcrumb.template.ts",
5281
+ "declarations": [
5282
+ {
5283
+ "kind": "function",
5284
+ "name": "foundationBreadcrumbTemplate",
5285
+ "return": {
5286
+ "type": {
5287
+ "text": "ViewTemplate<Breadcrumb>"
5288
+ }
5289
+ },
5290
+ "parameters": [
5291
+ {
5292
+ "name": "context",
5293
+ "type": {
5294
+ "text": "ElementDefinitionContext"
5295
+ }
5296
+ },
5297
+ {
5298
+ "name": "definition",
5299
+ "type": {
5300
+ "text": "FoundationElementDefinition"
5301
+ }
5302
+ }
5303
+ ]
5304
+ }
5305
+ ],
5306
+ "exports": [
5307
+ {
5308
+ "kind": "js",
5309
+ "name": "foundationBreadcrumbTemplate",
5310
+ "declaration": {
5311
+ "name": "foundationBreadcrumbTemplate",
5312
+ "module": "src/breadcrumb/breadcrumb.template.ts"
5313
+ }
5314
+ }
5315
+ ]
5316
+ },
5317
+ {
5318
+ "kind": "javascript-module",
5319
+ "path": "src/breadcrumb/breadcrumb.ts",
5320
+ "declarations": [
5321
+ {
5322
+ "kind": "class",
5323
+ "description": "",
5324
+ "name": "Breadcrumb",
5325
+ "superclass": {
5326
+ "name": "FASTBreadcrumb",
5327
+ "package": "@microsoft/fast-components"
5328
+ },
5329
+ "tagName": "%%prefix%%-breadcrumb",
5330
+ "customElement": true,
5331
+ "members": [
5332
+ {
5333
+ "kind": "method",
5334
+ "name": "slottedBreadcrumbItemsChanged",
5335
+ "privacy": "public",
5336
+ "inheritedFrom": {
5337
+ "name": "Breadcrumb",
5338
+ "module": "src/breadcrumb/breadcrumb.ts"
5339
+ }
5340
+ },
5341
+ {
5342
+ "kind": "method",
5343
+ "name": "setItemSeparator",
5344
+ "privacy": "private",
5345
+ "return": {
5346
+ "type": {
5347
+ "text": "void"
5348
+ }
5349
+ },
5350
+ "parameters": [
5351
+ {
5352
+ "name": "item",
5353
+ "type": {
5354
+ "text": "HTMLElement"
5355
+ }
5356
+ },
5357
+ {
5358
+ "name": "isLastNode",
5359
+ "type": {
5360
+ "text": "boolean"
5361
+ }
5362
+ }
5363
+ ],
5364
+ "inheritedFrom": {
5365
+ "name": "Breadcrumb",
5366
+ "module": "src/breadcrumb/breadcrumb.ts"
5367
+ }
5368
+ },
5369
+ {
5370
+ "kind": "method",
5371
+ "name": "findChildWithHref",
5372
+ "privacy": "private",
5373
+ "return": {
5374
+ "type": {
5375
+ "text": "HTMLElement | null"
5376
+ }
5377
+ },
5378
+ "parameters": [
5379
+ {
5380
+ "name": "node",
5381
+ "type": {
5382
+ "text": "HTMLElement"
5383
+ }
5384
+ }
5385
+ ],
5386
+ "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
5387
+ "inheritedFrom": {
5388
+ "name": "Breadcrumb",
5389
+ "module": "src/breadcrumb/breadcrumb.ts"
5390
+ }
5391
+ },
5392
+ {
5393
+ "kind": "method",
5394
+ "name": "setAriaCurrent",
5395
+ "privacy": "private",
5396
+ "return": {
5397
+ "type": {
5398
+ "text": "void"
5399
+ }
5400
+ },
5401
+ "parameters": [
5402
+ {
5403
+ "name": "item",
5404
+ "type": {
5405
+ "text": "HTMLElement"
5406
+ }
5407
+ },
5408
+ {
5409
+ "name": "isLastNode",
5410
+ "type": {
5411
+ "text": "boolean"
5412
+ }
5413
+ }
5414
+ ],
5415
+ "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5416
+ "inheritedFrom": {
5417
+ "name": "Breadcrumb",
5418
+ "module": "src/breadcrumb/breadcrumb.ts"
5419
+ }
5420
+ },
5421
+ {
5422
+ "kind": "field",
5423
+ "name": "_presentation",
5424
+ "type": {
5425
+ "text": "ComponentPresentation | null | undefined"
5426
+ },
5427
+ "privacy": "private",
5428
+ "default": "void 0",
5429
+ "inheritedFrom": {
5430
+ "name": "FoundationElement",
5431
+ "module": "src/foundation-element/foundation-element.ts"
5432
+ }
5433
+ },
5434
+ {
5435
+ "kind": "field",
5436
+ "name": "$presentation",
5437
+ "type": {
5438
+ "text": "ComponentPresentation | null"
5439
+ },
5440
+ "privacy": "public",
5441
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5442
+ "inheritedFrom": {
5443
+ "name": "FoundationElement",
5444
+ "module": "src/foundation-element/foundation-element.ts"
5445
+ }
5446
+ },
5447
+ {
5448
+ "kind": "field",
5449
+ "name": "template",
5450
+ "type": {
5451
+ "text": "ElementViewTemplate | void | null"
5452
+ },
5453
+ "privacy": "public",
5454
+ "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.",
5455
+ "inheritedFrom": {
5456
+ "name": "FoundationElement",
5457
+ "module": "src/foundation-element/foundation-element.ts"
5458
+ }
5459
+ },
5460
+ {
5461
+ "kind": "method",
5462
+ "name": "templateChanged",
5463
+ "privacy": "protected",
5464
+ "return": {
5465
+ "type": {
5466
+ "text": "void"
5467
+ }
5468
+ },
5469
+ "inheritedFrom": {
5470
+ "name": "FoundationElement",
5471
+ "module": "src/foundation-element/foundation-element.ts"
5472
+ }
5473
+ },
5474
+ {
5475
+ "kind": "field",
5476
+ "name": "styles",
5477
+ "type": {
5478
+ "text": "ElementStyles | void | null"
5479
+ },
5480
+ "privacy": "public",
5481
+ "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.",
5482
+ "inheritedFrom": {
5483
+ "name": "FoundationElement",
5484
+ "module": "src/foundation-element/foundation-element.ts"
5485
+ }
5486
+ },
5487
+ {
5488
+ "kind": "method",
5489
+ "name": "stylesChanged",
5490
+ "privacy": "protected",
5491
+ "return": {
5492
+ "type": {
5493
+ "text": "void"
5494
+ }
5495
+ },
5496
+ "inheritedFrom": {
5497
+ "name": "FoundationElement",
5498
+ "module": "src/foundation-element/foundation-element.ts"
5499
+ }
5500
+ },
5501
+ {
5502
+ "kind": "method",
5503
+ "name": "compose",
5504
+ "privacy": "public",
5505
+ "static": true,
5506
+ "return": {
5507
+ "type": {
5508
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5509
+ }
5510
+ },
5511
+ "parameters": [
5512
+ {
5513
+ "name": "this",
5514
+ "type": {
5515
+ "text": "K"
5516
+ }
5517
+ },
5518
+ {
5519
+ "name": "elementDefinition",
5520
+ "type": {
5521
+ "text": "T"
5522
+ },
5523
+ "description": "The definition of the element to create the registry\nfunction for."
5524
+ }
5525
+ ],
5526
+ "description": "Defines an element registry function with a set of element definition defaults.",
5527
+ "inheritedFrom": {
5528
+ "name": "FoundationElement",
5529
+ "module": "src/foundation-element/foundation-element.ts"
5530
+ }
5531
+ }
5532
+ ]
5533
+ },
5534
+ {
5535
+ "kind": "variable",
5536
+ "name": "foundationBreadcrumbShadowOptions",
5537
+ "type": {
5538
+ "text": "ShadowRootInit"
5539
+ },
5540
+ "default": "undefined"
5541
+ },
5542
+ {
5543
+ "kind": "variable",
5544
+ "name": "defaultBreadcrumbConfig",
5545
+ "type": {
5546
+ "text": "object"
5547
+ },
5548
+ "default": "{}"
5549
+ },
5550
+ {
5551
+ "kind": "variable",
5552
+ "name": "foundationBreadcrumb",
5553
+ "description": "The Foundation Breadcrumb",
5554
+ "privacy": "public"
5555
+ }
5556
+ ],
5557
+ "exports": [
5558
+ {
5559
+ "kind": "js",
5560
+ "name": "Breadcrumb",
5561
+ "declaration": {
5562
+ "name": "Breadcrumb",
5563
+ "module": "src/breadcrumb/breadcrumb.ts"
5564
+ }
5565
+ },
5566
+ {
5567
+ "kind": "js",
5568
+ "name": "foundationBreadcrumbShadowOptions",
5569
+ "declaration": {
5570
+ "name": "foundationBreadcrumbShadowOptions",
5571
+ "module": "src/breadcrumb/breadcrumb.ts"
5572
+ }
5573
+ },
5574
+ {
5575
+ "kind": "js",
5576
+ "name": "defaultBreadcrumbConfig",
5577
+ "declaration": {
5578
+ "name": "defaultBreadcrumbConfig",
5579
+ "module": "src/breadcrumb/breadcrumb.ts"
5580
+ }
5581
+ },
5582
+ {
5583
+ "kind": "js",
5584
+ "name": "foundationBreadcrumb",
5585
+ "declaration": {
5586
+ "name": "foundationBreadcrumb",
5587
+ "module": "src/breadcrumb/breadcrumb.ts"
5588
+ }
5589
+ }
5590
+ ]
5591
+ },
5592
+ {
5593
+ "kind": "javascript-module",
5594
+ "path": "src/breadcrumb/index.ts",
5595
+ "declarations": [],
5596
+ "exports": [
5597
+ {
5598
+ "kind": "js",
5599
+ "name": "*",
5600
+ "declaration": {
5601
+ "name": "*",
5602
+ "package": "./breadcrumb.template"
5603
+ }
5604
+ },
5605
+ {
5606
+ "kind": "js",
5607
+ "name": "*",
5608
+ "declaration": {
5609
+ "name": "*",
5610
+ "package": "./breadcrumb.styles"
5611
+ }
5612
+ },
5613
+ {
5614
+ "kind": "js",
5615
+ "name": "*",
5616
+ "declaration": {
5617
+ "name": "*",
5618
+ "package": "./breadcrumb"
5619
+ }
5620
+ }
5621
+ ]
5622
+ },
5239
5623
  {
5240
5624
  "kind": "javascript-module",
5241
5625
  "path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
@@ -5758,11 +6142,11 @@
5758
6142
  },
5759
6143
  {
5760
6144
  "kind": "javascript-module",
5761
- "path": "src/breadcrumb/breadcrumb.styles.ts",
6145
+ "path": "src/button/button.styles.ts",
5762
6146
  "declarations": [
5763
6147
  {
5764
6148
  "kind": "function",
5765
- "name": "foundationBreadcrumbStyles",
6149
+ "name": "foundationButtonStyles",
5766
6150
  "return": {
5767
6151
  "type": {
5768
6152
  "text": "ElementStyles"
@@ -5787,24 +6171,24 @@
5787
6171
  "exports": [
5788
6172
  {
5789
6173
  "kind": "js",
5790
- "name": "foundationBreadcrumbStyles",
6174
+ "name": "foundationButtonStyles",
5791
6175
  "declaration": {
5792
- "name": "foundationBreadcrumbStyles",
5793
- "module": "src/breadcrumb/breadcrumb.styles.ts"
6176
+ "name": "foundationButtonStyles",
6177
+ "module": "src/button/button.styles.ts"
5794
6178
  }
5795
6179
  }
5796
6180
  ]
5797
6181
  },
5798
6182
  {
5799
6183
  "kind": "javascript-module",
5800
- "path": "src/breadcrumb/breadcrumb.template.ts",
6184
+ "path": "src/button/button.template.ts",
5801
6185
  "declarations": [
5802
6186
  {
5803
6187
  "kind": "function",
5804
- "name": "foundationBreadcrumbTemplate",
6188
+ "name": "foundationButtonTemplate",
5805
6189
  "return": {
5806
6190
  "type": {
5807
- "text": "ViewTemplate<Breadcrumb>"
6191
+ "text": "ViewTemplate<Button>"
5808
6192
  }
5809
6193
  },
5810
6194
  "parameters": [
@@ -5826,455 +6210,71 @@
5826
6210
  "exports": [
5827
6211
  {
5828
6212
  "kind": "js",
5829
- "name": "foundationBreadcrumbTemplate",
6213
+ "name": "foundationButtonTemplate",
5830
6214
  "declaration": {
5831
- "name": "foundationBreadcrumbTemplate",
5832
- "module": "src/breadcrumb/breadcrumb.template.ts"
6215
+ "name": "foundationButtonTemplate",
6216
+ "module": "src/button/button.template.ts"
5833
6217
  }
5834
6218
  }
5835
6219
  ]
5836
6220
  },
5837
6221
  {
5838
6222
  "kind": "javascript-module",
5839
- "path": "src/breadcrumb/breadcrumb.ts",
6223
+ "path": "src/button/button.ts",
5840
6224
  "declarations": [
5841
6225
  {
5842
6226
  "kind": "class",
5843
6227
  "description": "",
5844
- "name": "Breadcrumb",
6228
+ "name": "Button",
5845
6229
  "superclass": {
5846
- "name": "FASTBreadcrumb",
6230
+ "name": "FASTButton",
5847
6231
  "package": "@microsoft/fast-components"
5848
6232
  },
5849
- "tagName": "%%prefix%%-breadcrumb",
6233
+ "tagName": "%%prefix%%-button",
5850
6234
  "customElement": true,
5851
- "members": [
6235
+ "attributes": [
5852
6236
  {
5853
- "kind": "method",
5854
- "name": "slottedBreadcrumbItemsChanged",
5855
- "privacy": "public",
6237
+ "type": {
6238
+ "text": "boolean"
6239
+ },
6240
+ "description": "Determines if the element should receive document focus on page load.",
6241
+ "fieldName": "autofocus",
5856
6242
  "inheritedFrom": {
5857
- "name": "Breadcrumb",
5858
- "module": "src/breadcrumb/breadcrumb.ts"
6243
+ "name": "Button",
6244
+ "module": "src/button/button.ts"
5859
6245
  }
5860
6246
  },
5861
6247
  {
5862
- "kind": "method",
5863
- "name": "setItemSeparator",
5864
- "privacy": "private",
5865
- "return": {
5866
- "type": {
5867
- "text": "void"
5868
- }
6248
+ "name": "form",
6249
+ "type": {
6250
+ "text": "string"
5869
6251
  },
5870
- "parameters": [
5871
- {
5872
- "name": "item",
5873
- "type": {
5874
- "text": "HTMLElement"
5875
- }
5876
- },
5877
- {
5878
- "name": "isLastNode",
5879
- "type": {
5880
- "text": "boolean"
5881
- }
5882
- }
5883
- ],
6252
+ "description": "The id of a form to associate the element to.",
6253
+ "fieldName": "formId",
5884
6254
  "inheritedFrom": {
5885
- "name": "Breadcrumb",
5886
- "module": "src/breadcrumb/breadcrumb.ts"
6255
+ "name": "Button",
6256
+ "module": "src/button/button.ts"
5887
6257
  }
5888
6258
  },
5889
6259
  {
5890
- "kind": "method",
5891
- "name": "findChildWithHref",
5892
- "privacy": "private",
5893
- "return": {
5894
- "type": {
5895
- "text": "HTMLElement | null"
5896
- }
6260
+ "name": "formaction",
6261
+ "type": {
6262
+ "text": "string"
5897
6263
  },
5898
- "parameters": [
5899
- {
5900
- "name": "node",
5901
- "type": {
5902
- "text": "HTMLElement"
5903
- }
5904
- }
5905
- ],
5906
- "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
6264
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
6265
+ "fieldName": "formaction",
5907
6266
  "inheritedFrom": {
5908
- "name": "Breadcrumb",
5909
- "module": "src/breadcrumb/breadcrumb.ts"
6267
+ "name": "Button",
6268
+ "module": "src/button/button.ts"
5910
6269
  }
5911
6270
  },
5912
6271
  {
5913
- "kind": "method",
5914
- "name": "setAriaCurrent",
5915
- "privacy": "private",
5916
- "return": {
5917
- "type": {
5918
- "text": "void"
5919
- }
6272
+ "name": "formenctype",
6273
+ "type": {
6274
+ "text": "string"
5920
6275
  },
5921
- "parameters": [
5922
- {
5923
- "name": "item",
5924
- "type": {
5925
- "text": "HTMLElement"
5926
- }
5927
- },
5928
- {
5929
- "name": "isLastNode",
5930
- "type": {
5931
- "text": "boolean"
5932
- }
5933
- }
5934
- ],
5935
- "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5936
- "inheritedFrom": {
5937
- "name": "Breadcrumb",
5938
- "module": "src/breadcrumb/breadcrumb.ts"
5939
- }
5940
- },
5941
- {
5942
- "kind": "field",
5943
- "name": "_presentation",
5944
- "type": {
5945
- "text": "ComponentPresentation | null | undefined"
5946
- },
5947
- "privacy": "private",
5948
- "default": "void 0",
5949
- "inheritedFrom": {
5950
- "name": "FoundationElement",
5951
- "module": "src/foundation-element/foundation-element.ts"
5952
- }
5953
- },
5954
- {
5955
- "kind": "field",
5956
- "name": "$presentation",
5957
- "type": {
5958
- "text": "ComponentPresentation | null"
5959
- },
5960
- "privacy": "public",
5961
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5962
- "inheritedFrom": {
5963
- "name": "FoundationElement",
5964
- "module": "src/foundation-element/foundation-element.ts"
5965
- }
5966
- },
5967
- {
5968
- "kind": "field",
5969
- "name": "template",
5970
- "type": {
5971
- "text": "ElementViewTemplate | void | null"
5972
- },
5973
- "privacy": "public",
5974
- "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.",
5975
- "inheritedFrom": {
5976
- "name": "FoundationElement",
5977
- "module": "src/foundation-element/foundation-element.ts"
5978
- }
5979
- },
5980
- {
5981
- "kind": "method",
5982
- "name": "templateChanged",
5983
- "privacy": "protected",
5984
- "return": {
5985
- "type": {
5986
- "text": "void"
5987
- }
5988
- },
5989
- "inheritedFrom": {
5990
- "name": "FoundationElement",
5991
- "module": "src/foundation-element/foundation-element.ts"
5992
- }
5993
- },
5994
- {
5995
- "kind": "field",
5996
- "name": "styles",
5997
- "type": {
5998
- "text": "ElementStyles | void | null"
5999
- },
6000
- "privacy": "public",
6001
- "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.",
6002
- "inheritedFrom": {
6003
- "name": "FoundationElement",
6004
- "module": "src/foundation-element/foundation-element.ts"
6005
- }
6006
- },
6007
- {
6008
- "kind": "method",
6009
- "name": "stylesChanged",
6010
- "privacy": "protected",
6011
- "return": {
6012
- "type": {
6013
- "text": "void"
6014
- }
6015
- },
6016
- "inheritedFrom": {
6017
- "name": "FoundationElement",
6018
- "module": "src/foundation-element/foundation-element.ts"
6019
- }
6020
- },
6021
- {
6022
- "kind": "method",
6023
- "name": "compose",
6024
- "privacy": "public",
6025
- "static": true,
6026
- "return": {
6027
- "type": {
6028
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6029
- }
6030
- },
6031
- "parameters": [
6032
- {
6033
- "name": "this",
6034
- "type": {
6035
- "text": "K"
6036
- }
6037
- },
6038
- {
6039
- "name": "elementDefinition",
6040
- "type": {
6041
- "text": "T"
6042
- },
6043
- "description": "The definition of the element to create the registry\nfunction for."
6044
- }
6045
- ],
6046
- "description": "Defines an element registry function with a set of element definition defaults.",
6047
- "inheritedFrom": {
6048
- "name": "FoundationElement",
6049
- "module": "src/foundation-element/foundation-element.ts"
6050
- }
6051
- }
6052
- ]
6053
- },
6054
- {
6055
- "kind": "variable",
6056
- "name": "foundationBreadcrumbShadowOptions",
6057
- "type": {
6058
- "text": "ShadowRootInit"
6059
- },
6060
- "default": "undefined"
6061
- },
6062
- {
6063
- "kind": "variable",
6064
- "name": "defaultBreadcrumbConfig",
6065
- "type": {
6066
- "text": "object"
6067
- },
6068
- "default": "{}"
6069
- },
6070
- {
6071
- "kind": "variable",
6072
- "name": "foundationBreadcrumb",
6073
- "description": "The Foundation Breadcrumb",
6074
- "privacy": "public"
6075
- }
6076
- ],
6077
- "exports": [
6078
- {
6079
- "kind": "js",
6080
- "name": "Breadcrumb",
6081
- "declaration": {
6082
- "name": "Breadcrumb",
6083
- "module": "src/breadcrumb/breadcrumb.ts"
6084
- }
6085
- },
6086
- {
6087
- "kind": "js",
6088
- "name": "foundationBreadcrumbShadowOptions",
6089
- "declaration": {
6090
- "name": "foundationBreadcrumbShadowOptions",
6091
- "module": "src/breadcrumb/breadcrumb.ts"
6092
- }
6093
- },
6094
- {
6095
- "kind": "js",
6096
- "name": "defaultBreadcrumbConfig",
6097
- "declaration": {
6098
- "name": "defaultBreadcrumbConfig",
6099
- "module": "src/breadcrumb/breadcrumb.ts"
6100
- }
6101
- },
6102
- {
6103
- "kind": "js",
6104
- "name": "foundationBreadcrumb",
6105
- "declaration": {
6106
- "name": "foundationBreadcrumb",
6107
- "module": "src/breadcrumb/breadcrumb.ts"
6108
- }
6109
- }
6110
- ]
6111
- },
6112
- {
6113
- "kind": "javascript-module",
6114
- "path": "src/breadcrumb/index.ts",
6115
- "declarations": [],
6116
- "exports": [
6117
- {
6118
- "kind": "js",
6119
- "name": "*",
6120
- "declaration": {
6121
- "name": "*",
6122
- "package": "./breadcrumb.template"
6123
- }
6124
- },
6125
- {
6126
- "kind": "js",
6127
- "name": "*",
6128
- "declaration": {
6129
- "name": "*",
6130
- "package": "./breadcrumb.styles"
6131
- }
6132
- },
6133
- {
6134
- "kind": "js",
6135
- "name": "*",
6136
- "declaration": {
6137
- "name": "*",
6138
- "package": "./breadcrumb"
6139
- }
6140
- }
6141
- ]
6142
- },
6143
- {
6144
- "kind": "javascript-module",
6145
- "path": "src/button/button.styles.ts",
6146
- "declarations": [
6147
- {
6148
- "kind": "function",
6149
- "name": "foundationButtonStyles",
6150
- "return": {
6151
- "type": {
6152
- "text": "ElementStyles"
6153
- }
6154
- },
6155
- "parameters": [
6156
- {
6157
- "name": "context",
6158
- "type": {
6159
- "text": "ElementDefinitionContext"
6160
- }
6161
- },
6162
- {
6163
- "name": "definition",
6164
- "type": {
6165
- "text": "FoundationElementDefinition"
6166
- }
6167
- }
6168
- ]
6169
- }
6170
- ],
6171
- "exports": [
6172
- {
6173
- "kind": "js",
6174
- "name": "foundationButtonStyles",
6175
- "declaration": {
6176
- "name": "foundationButtonStyles",
6177
- "module": "src/button/button.styles.ts"
6178
- }
6179
- }
6180
- ]
6181
- },
6182
- {
6183
- "kind": "javascript-module",
6184
- "path": "src/button/button.template.ts",
6185
- "declarations": [
6186
- {
6187
- "kind": "function",
6188
- "name": "foundationButtonTemplate",
6189
- "return": {
6190
- "type": {
6191
- "text": "ViewTemplate<Button>"
6192
- }
6193
- },
6194
- "parameters": [
6195
- {
6196
- "name": "context",
6197
- "type": {
6198
- "text": "ElementDefinitionContext"
6199
- }
6200
- },
6201
- {
6202
- "name": "definition",
6203
- "type": {
6204
- "text": "FoundationElementDefinition"
6205
- }
6206
- }
6207
- ]
6208
- }
6209
- ],
6210
- "exports": [
6211
- {
6212
- "kind": "js",
6213
- "name": "foundationButtonTemplate",
6214
- "declaration": {
6215
- "name": "foundationButtonTemplate",
6216
- "module": "src/button/button.template.ts"
6217
- }
6218
- }
6219
- ]
6220
- },
6221
- {
6222
- "kind": "javascript-module",
6223
- "path": "src/button/button.ts",
6224
- "declarations": [
6225
- {
6226
- "kind": "class",
6227
- "description": "",
6228
- "name": "Button",
6229
- "superclass": {
6230
- "name": "FASTButton",
6231
- "package": "@microsoft/fast-components"
6232
- },
6233
- "tagName": "%%prefix%%-button",
6234
- "customElement": true,
6235
- "attributes": [
6236
- {
6237
- "type": {
6238
- "text": "boolean"
6239
- },
6240
- "description": "Determines if the element should receive document focus on page load.",
6241
- "fieldName": "autofocus",
6242
- "inheritedFrom": {
6243
- "name": "Button",
6244
- "module": "src/button/button.ts"
6245
- }
6246
- },
6247
- {
6248
- "name": "form",
6249
- "type": {
6250
- "text": "string"
6251
- },
6252
- "description": "The id of a form to associate the element to.",
6253
- "fieldName": "formId",
6254
- "inheritedFrom": {
6255
- "name": "Button",
6256
- "module": "src/button/button.ts"
6257
- }
6258
- },
6259
- {
6260
- "name": "formaction",
6261
- "type": {
6262
- "text": "string"
6263
- },
6264
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
6265
- "fieldName": "formaction",
6266
- "inheritedFrom": {
6267
- "name": "Button",
6268
- "module": "src/button/button.ts"
6269
- }
6270
- },
6271
- {
6272
- "name": "formenctype",
6273
- "type": {
6274
- "text": "string"
6275
- },
6276
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
6277
- "fieldName": "formenctype",
6276
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
6277
+ "fieldName": "formenctype",
6278
6278
  "inheritedFrom": {
6279
6279
  "name": "Button",
6280
6280
  "module": "src/button/button.ts"
@@ -14639,370 +14639,6 @@
14639
14639
  }
14640
14640
  ]
14641
14641
  },
14642
- {
14643
- "kind": "javascript-module",
14644
- "path": "src/disclosure/disclosure.styles.ts",
14645
- "declarations": [
14646
- {
14647
- "kind": "function",
14648
- "name": "foundationDisclosureStyles",
14649
- "return": {
14650
- "type": {
14651
- "text": "ElementStyles"
14652
- }
14653
- },
14654
- "parameters": [
14655
- {
14656
- "name": "context",
14657
- "type": {
14658
- "text": "ElementDefinitionContext"
14659
- }
14660
- },
14661
- {
14662
- "name": "definition",
14663
- "type": {
14664
- "text": "FoundationElementDefinition"
14665
- }
14666
- }
14667
- ]
14668
- }
14669
- ],
14670
- "exports": [
14671
- {
14672
- "kind": "js",
14673
- "name": "foundationDisclosureStyles",
14674
- "declaration": {
14675
- "name": "foundationDisclosureStyles",
14676
- "module": "src/disclosure/disclosure.styles.ts"
14677
- }
14678
- }
14679
- ]
14680
- },
14681
- {
14682
- "kind": "javascript-module",
14683
- "path": "src/disclosure/disclosure.template.ts",
14684
- "declarations": [
14685
- {
14686
- "kind": "function",
14687
- "name": "foundationDisclosureTemplate",
14688
- "return": {
14689
- "type": {
14690
- "text": "ViewTemplate<Disclosure>"
14691
- }
14692
- },
14693
- "parameters": [
14694
- {
14695
- "name": "context",
14696
- "type": {
14697
- "text": "ElementDefinitionContext"
14698
- }
14699
- },
14700
- {
14701
- "name": "definition",
14702
- "type": {
14703
- "text": "FoundationElementDefinition"
14704
- }
14705
- }
14706
- ]
14707
- }
14708
- ],
14709
- "exports": [
14710
- {
14711
- "kind": "js",
14712
- "name": "foundationDisclosureTemplate",
14713
- "declaration": {
14714
- "name": "foundationDisclosureTemplate",
14715
- "module": "src/disclosure/disclosure.template.ts"
14716
- }
14717
- }
14718
- ]
14719
- },
14720
- {
14721
- "kind": "javascript-module",
14722
- "path": "src/disclosure/disclosure.ts",
14723
- "declarations": [
14724
- {
14725
- "kind": "class",
14726
- "description": "",
14727
- "name": "Disclosure",
14728
- "superclass": {
14729
- "name": "FASTDisclosure",
14730
- "package": "@microsoft/fast-foundation"
14731
- },
14732
- "tagName": "%%prefix%%-disclosure",
14733
- "customElement": true
14734
- },
14735
- {
14736
- "kind": "variable",
14737
- "name": "foundationDisclosureShadowOptions",
14738
- "type": {
14739
- "text": "ShadowRootInit"
14740
- },
14741
- "default": "undefined"
14742
- },
14743
- {
14744
- "kind": "variable",
14745
- "name": "defaultDisclosureConfig",
14746
- "type": {
14747
- "text": "object"
14748
- },
14749
- "default": "{}"
14750
- },
14751
- {
14752
- "kind": "variable",
14753
- "name": "foundationDisclosure",
14754
- "description": "The Foundation Disclosure",
14755
- "privacy": "public"
14756
- }
14757
- ],
14758
- "exports": [
14759
- {
14760
- "kind": "js",
14761
- "name": "Disclosure",
14762
- "declaration": {
14763
- "name": "Disclosure",
14764
- "module": "src/disclosure/disclosure.ts"
14765
- }
14766
- },
14767
- {
14768
- "kind": "js",
14769
- "name": "foundationDisclosureShadowOptions",
14770
- "declaration": {
14771
- "name": "foundationDisclosureShadowOptions",
14772
- "module": "src/disclosure/disclosure.ts"
14773
- }
14774
- },
14775
- {
14776
- "kind": "js",
14777
- "name": "defaultDisclosureConfig",
14778
- "declaration": {
14779
- "name": "defaultDisclosureConfig",
14780
- "module": "src/disclosure/disclosure.ts"
14781
- }
14782
- },
14783
- {
14784
- "kind": "js",
14785
- "name": "foundationDisclosure",
14786
- "declaration": {
14787
- "name": "foundationDisclosure",
14788
- "module": "src/disclosure/disclosure.ts"
14789
- }
14790
- }
14791
- ]
14792
- },
14793
- {
14794
- "kind": "javascript-module",
14795
- "path": "src/disclosure/index.ts",
14796
- "declarations": [],
14797
- "exports": [
14798
- {
14799
- "kind": "js",
14800
- "name": "*",
14801
- "declaration": {
14802
- "name": "*",
14803
- "package": "./disclosure.template"
14804
- }
14805
- },
14806
- {
14807
- "kind": "js",
14808
- "name": "*",
14809
- "declaration": {
14810
- "name": "*",
14811
- "package": "./disclosure.styles"
14812
- }
14813
- },
14814
- {
14815
- "kind": "js",
14816
- "name": "*",
14817
- "declaration": {
14818
- "name": "*",
14819
- "package": "./disclosure"
14820
- }
14821
- }
14822
- ]
14823
- },
14824
- {
14825
- "kind": "javascript-module",
14826
- "path": "src/divider/divider.styles.ts",
14827
- "declarations": [
14828
- {
14829
- "kind": "function",
14830
- "name": "foundationDividerStyles",
14831
- "return": {
14832
- "type": {
14833
- "text": "ElementStyles"
14834
- }
14835
- },
14836
- "parameters": [
14837
- {
14838
- "name": "context",
14839
- "type": {
14840
- "text": "ElementDefinitionContext"
14841
- }
14842
- },
14843
- {
14844
- "name": "definition",
14845
- "type": {
14846
- "text": "FoundationElementDefinition"
14847
- }
14848
- }
14849
- ]
14850
- }
14851
- ],
14852
- "exports": [
14853
- {
14854
- "kind": "js",
14855
- "name": "foundationDividerStyles",
14856
- "declaration": {
14857
- "name": "foundationDividerStyles",
14858
- "module": "src/divider/divider.styles.ts"
14859
- }
14860
- }
14861
- ]
14862
- },
14863
- {
14864
- "kind": "javascript-module",
14865
- "path": "src/divider/divider.template.ts",
14866
- "declarations": [
14867
- {
14868
- "kind": "function",
14869
- "name": "foundationDividerTemplate",
14870
- "return": {
14871
- "type": {
14872
- "text": "ViewTemplate<Divider>"
14873
- }
14874
- },
14875
- "parameters": [
14876
- {
14877
- "name": "context",
14878
- "type": {
14879
- "text": "ElementDefinitionContext"
14880
- }
14881
- },
14882
- {
14883
- "name": "definition",
14884
- "type": {
14885
- "text": "FoundationElementDefinition"
14886
- }
14887
- }
14888
- ]
14889
- }
14890
- ],
14891
- "exports": [
14892
- {
14893
- "kind": "js",
14894
- "name": "foundationDividerTemplate",
14895
- "declaration": {
14896
- "name": "foundationDividerTemplate",
14897
- "module": "src/divider/divider.template.ts"
14898
- }
14899
- }
14900
- ]
14901
- },
14902
- {
14903
- "kind": "javascript-module",
14904
- "path": "src/divider/divider.ts",
14905
- "declarations": [
14906
- {
14907
- "kind": "class",
14908
- "description": "",
14909
- "name": "Divider",
14910
- "superclass": {
14911
- "name": "FASTDivider",
14912
- "package": "@microsoft/fast-foundation"
14913
- },
14914
- "tagName": "%%prefix%%-divider",
14915
- "customElement": true
14916
- },
14917
- {
14918
- "kind": "variable",
14919
- "name": "foundationDividerShadowOptions",
14920
- "type": {
14921
- "text": "ShadowRootInit"
14922
- },
14923
- "default": "undefined"
14924
- },
14925
- {
14926
- "kind": "variable",
14927
- "name": "defaultDividerConfig",
14928
- "type": {
14929
- "text": "object"
14930
- },
14931
- "default": "{}"
14932
- },
14933
- {
14934
- "kind": "variable",
14935
- "name": "foundationDivider",
14936
- "description": "The Foundation Divider",
14937
- "privacy": "public"
14938
- }
14939
- ],
14940
- "exports": [
14941
- {
14942
- "kind": "js",
14943
- "name": "Divider",
14944
- "declaration": {
14945
- "name": "Divider",
14946
- "module": "src/divider/divider.ts"
14947
- }
14948
- },
14949
- {
14950
- "kind": "js",
14951
- "name": "foundationDividerShadowOptions",
14952
- "declaration": {
14953
- "name": "foundationDividerShadowOptions",
14954
- "module": "src/divider/divider.ts"
14955
- }
14956
- },
14957
- {
14958
- "kind": "js",
14959
- "name": "defaultDividerConfig",
14960
- "declaration": {
14961
- "name": "defaultDividerConfig",
14962
- "module": "src/divider/divider.ts"
14963
- }
14964
- },
14965
- {
14966
- "kind": "js",
14967
- "name": "foundationDivider",
14968
- "declaration": {
14969
- "name": "foundationDivider",
14970
- "module": "src/divider/divider.ts"
14971
- }
14972
- }
14973
- ]
14974
- },
14975
- {
14976
- "kind": "javascript-module",
14977
- "path": "src/divider/index.ts",
14978
- "declarations": [],
14979
- "exports": [
14980
- {
14981
- "kind": "js",
14982
- "name": "*",
14983
- "declaration": {
14984
- "name": "*",
14985
- "package": "./divider.template"
14986
- }
14987
- },
14988
- {
14989
- "kind": "js",
14990
- "name": "*",
14991
- "declaration": {
14992
- "name": "*",
14993
- "package": "./divider.styles"
14994
- }
14995
- },
14996
- {
14997
- "kind": "js",
14998
- "name": "*",
14999
- "declaration": {
15000
- "name": "*",
15001
- "package": "./divider"
15002
- }
15003
- }
15004
- ]
15005
- },
15006
14642
  {
15007
14643
  "kind": "javascript-module",
15008
14644
  "path": "src/dropdown-menu/dropdown-menu.styles.ts",
@@ -15468,6 +15104,370 @@
15468
15104
  }
15469
15105
  ]
15470
15106
  },
15107
+ {
15108
+ "kind": "javascript-module",
15109
+ "path": "src/divider/divider.styles.ts",
15110
+ "declarations": [
15111
+ {
15112
+ "kind": "function",
15113
+ "name": "foundationDividerStyles",
15114
+ "return": {
15115
+ "type": {
15116
+ "text": "ElementStyles"
15117
+ }
15118
+ },
15119
+ "parameters": [
15120
+ {
15121
+ "name": "context",
15122
+ "type": {
15123
+ "text": "ElementDefinitionContext"
15124
+ }
15125
+ },
15126
+ {
15127
+ "name": "definition",
15128
+ "type": {
15129
+ "text": "FoundationElementDefinition"
15130
+ }
15131
+ }
15132
+ ]
15133
+ }
15134
+ ],
15135
+ "exports": [
15136
+ {
15137
+ "kind": "js",
15138
+ "name": "foundationDividerStyles",
15139
+ "declaration": {
15140
+ "name": "foundationDividerStyles",
15141
+ "module": "src/divider/divider.styles.ts"
15142
+ }
15143
+ }
15144
+ ]
15145
+ },
15146
+ {
15147
+ "kind": "javascript-module",
15148
+ "path": "src/divider/divider.template.ts",
15149
+ "declarations": [
15150
+ {
15151
+ "kind": "function",
15152
+ "name": "foundationDividerTemplate",
15153
+ "return": {
15154
+ "type": {
15155
+ "text": "ViewTemplate<Divider>"
15156
+ }
15157
+ },
15158
+ "parameters": [
15159
+ {
15160
+ "name": "context",
15161
+ "type": {
15162
+ "text": "ElementDefinitionContext"
15163
+ }
15164
+ },
15165
+ {
15166
+ "name": "definition",
15167
+ "type": {
15168
+ "text": "FoundationElementDefinition"
15169
+ }
15170
+ }
15171
+ ]
15172
+ }
15173
+ ],
15174
+ "exports": [
15175
+ {
15176
+ "kind": "js",
15177
+ "name": "foundationDividerTemplate",
15178
+ "declaration": {
15179
+ "name": "foundationDividerTemplate",
15180
+ "module": "src/divider/divider.template.ts"
15181
+ }
15182
+ }
15183
+ ]
15184
+ },
15185
+ {
15186
+ "kind": "javascript-module",
15187
+ "path": "src/divider/divider.ts",
15188
+ "declarations": [
15189
+ {
15190
+ "kind": "class",
15191
+ "description": "",
15192
+ "name": "Divider",
15193
+ "superclass": {
15194
+ "name": "FASTDivider",
15195
+ "package": "@microsoft/fast-foundation"
15196
+ },
15197
+ "tagName": "%%prefix%%-divider",
15198
+ "customElement": true
15199
+ },
15200
+ {
15201
+ "kind": "variable",
15202
+ "name": "foundationDividerShadowOptions",
15203
+ "type": {
15204
+ "text": "ShadowRootInit"
15205
+ },
15206
+ "default": "undefined"
15207
+ },
15208
+ {
15209
+ "kind": "variable",
15210
+ "name": "defaultDividerConfig",
15211
+ "type": {
15212
+ "text": "object"
15213
+ },
15214
+ "default": "{}"
15215
+ },
15216
+ {
15217
+ "kind": "variable",
15218
+ "name": "foundationDivider",
15219
+ "description": "The Foundation Divider",
15220
+ "privacy": "public"
15221
+ }
15222
+ ],
15223
+ "exports": [
15224
+ {
15225
+ "kind": "js",
15226
+ "name": "Divider",
15227
+ "declaration": {
15228
+ "name": "Divider",
15229
+ "module": "src/divider/divider.ts"
15230
+ }
15231
+ },
15232
+ {
15233
+ "kind": "js",
15234
+ "name": "foundationDividerShadowOptions",
15235
+ "declaration": {
15236
+ "name": "foundationDividerShadowOptions",
15237
+ "module": "src/divider/divider.ts"
15238
+ }
15239
+ },
15240
+ {
15241
+ "kind": "js",
15242
+ "name": "defaultDividerConfig",
15243
+ "declaration": {
15244
+ "name": "defaultDividerConfig",
15245
+ "module": "src/divider/divider.ts"
15246
+ }
15247
+ },
15248
+ {
15249
+ "kind": "js",
15250
+ "name": "foundationDivider",
15251
+ "declaration": {
15252
+ "name": "foundationDivider",
15253
+ "module": "src/divider/divider.ts"
15254
+ }
15255
+ }
15256
+ ]
15257
+ },
15258
+ {
15259
+ "kind": "javascript-module",
15260
+ "path": "src/divider/index.ts",
15261
+ "declarations": [],
15262
+ "exports": [
15263
+ {
15264
+ "kind": "js",
15265
+ "name": "*",
15266
+ "declaration": {
15267
+ "name": "*",
15268
+ "package": "./divider.template"
15269
+ }
15270
+ },
15271
+ {
15272
+ "kind": "js",
15273
+ "name": "*",
15274
+ "declaration": {
15275
+ "name": "*",
15276
+ "package": "./divider.styles"
15277
+ }
15278
+ },
15279
+ {
15280
+ "kind": "js",
15281
+ "name": "*",
15282
+ "declaration": {
15283
+ "name": "*",
15284
+ "package": "./divider"
15285
+ }
15286
+ }
15287
+ ]
15288
+ },
15289
+ {
15290
+ "kind": "javascript-module",
15291
+ "path": "src/disclosure/disclosure.styles.ts",
15292
+ "declarations": [
15293
+ {
15294
+ "kind": "function",
15295
+ "name": "foundationDisclosureStyles",
15296
+ "return": {
15297
+ "type": {
15298
+ "text": "ElementStyles"
15299
+ }
15300
+ },
15301
+ "parameters": [
15302
+ {
15303
+ "name": "context",
15304
+ "type": {
15305
+ "text": "ElementDefinitionContext"
15306
+ }
15307
+ },
15308
+ {
15309
+ "name": "definition",
15310
+ "type": {
15311
+ "text": "FoundationElementDefinition"
15312
+ }
15313
+ }
15314
+ ]
15315
+ }
15316
+ ],
15317
+ "exports": [
15318
+ {
15319
+ "kind": "js",
15320
+ "name": "foundationDisclosureStyles",
15321
+ "declaration": {
15322
+ "name": "foundationDisclosureStyles",
15323
+ "module": "src/disclosure/disclosure.styles.ts"
15324
+ }
15325
+ }
15326
+ ]
15327
+ },
15328
+ {
15329
+ "kind": "javascript-module",
15330
+ "path": "src/disclosure/disclosure.template.ts",
15331
+ "declarations": [
15332
+ {
15333
+ "kind": "function",
15334
+ "name": "foundationDisclosureTemplate",
15335
+ "return": {
15336
+ "type": {
15337
+ "text": "ViewTemplate<Disclosure>"
15338
+ }
15339
+ },
15340
+ "parameters": [
15341
+ {
15342
+ "name": "context",
15343
+ "type": {
15344
+ "text": "ElementDefinitionContext"
15345
+ }
15346
+ },
15347
+ {
15348
+ "name": "definition",
15349
+ "type": {
15350
+ "text": "FoundationElementDefinition"
15351
+ }
15352
+ }
15353
+ ]
15354
+ }
15355
+ ],
15356
+ "exports": [
15357
+ {
15358
+ "kind": "js",
15359
+ "name": "foundationDisclosureTemplate",
15360
+ "declaration": {
15361
+ "name": "foundationDisclosureTemplate",
15362
+ "module": "src/disclosure/disclosure.template.ts"
15363
+ }
15364
+ }
15365
+ ]
15366
+ },
15367
+ {
15368
+ "kind": "javascript-module",
15369
+ "path": "src/disclosure/disclosure.ts",
15370
+ "declarations": [
15371
+ {
15372
+ "kind": "class",
15373
+ "description": "",
15374
+ "name": "Disclosure",
15375
+ "superclass": {
15376
+ "name": "FASTDisclosure",
15377
+ "package": "@microsoft/fast-foundation"
15378
+ },
15379
+ "tagName": "%%prefix%%-disclosure",
15380
+ "customElement": true
15381
+ },
15382
+ {
15383
+ "kind": "variable",
15384
+ "name": "foundationDisclosureShadowOptions",
15385
+ "type": {
15386
+ "text": "ShadowRootInit"
15387
+ },
15388
+ "default": "undefined"
15389
+ },
15390
+ {
15391
+ "kind": "variable",
15392
+ "name": "defaultDisclosureConfig",
15393
+ "type": {
15394
+ "text": "object"
15395
+ },
15396
+ "default": "{}"
15397
+ },
15398
+ {
15399
+ "kind": "variable",
15400
+ "name": "foundationDisclosure",
15401
+ "description": "The Foundation Disclosure",
15402
+ "privacy": "public"
15403
+ }
15404
+ ],
15405
+ "exports": [
15406
+ {
15407
+ "kind": "js",
15408
+ "name": "Disclosure",
15409
+ "declaration": {
15410
+ "name": "Disclosure",
15411
+ "module": "src/disclosure/disclosure.ts"
15412
+ }
15413
+ },
15414
+ {
15415
+ "kind": "js",
15416
+ "name": "foundationDisclosureShadowOptions",
15417
+ "declaration": {
15418
+ "name": "foundationDisclosureShadowOptions",
15419
+ "module": "src/disclosure/disclosure.ts"
15420
+ }
15421
+ },
15422
+ {
15423
+ "kind": "js",
15424
+ "name": "defaultDisclosureConfig",
15425
+ "declaration": {
15426
+ "name": "defaultDisclosureConfig",
15427
+ "module": "src/disclosure/disclosure.ts"
15428
+ }
15429
+ },
15430
+ {
15431
+ "kind": "js",
15432
+ "name": "foundationDisclosure",
15433
+ "declaration": {
15434
+ "name": "foundationDisclosure",
15435
+ "module": "src/disclosure/disclosure.ts"
15436
+ }
15437
+ }
15438
+ ]
15439
+ },
15440
+ {
15441
+ "kind": "javascript-module",
15442
+ "path": "src/disclosure/index.ts",
15443
+ "declarations": [],
15444
+ "exports": [
15445
+ {
15446
+ "kind": "js",
15447
+ "name": "*",
15448
+ "declaration": {
15449
+ "name": "*",
15450
+ "package": "./disclosure.template"
15451
+ }
15452
+ },
15453
+ {
15454
+ "kind": "js",
15455
+ "name": "*",
15456
+ "declaration": {
15457
+ "name": "*",
15458
+ "package": "./disclosure.styles"
15459
+ }
15460
+ },
15461
+ {
15462
+ "kind": "js",
15463
+ "name": "*",
15464
+ "declaration": {
15465
+ "name": "*",
15466
+ "package": "./disclosure"
15467
+ }
15468
+ }
15469
+ ]
15470
+ },
15471
15471
  {
15472
15472
  "kind": "javascript-module",
15473
15473
  "path": "src/error-banner/error-banner.template.ts",
@@ -23006,486 +23006,6 @@
23006
23006
  }
23007
23007
  ]
23008
23008
  },
23009
- {
23010
- "kind": "javascript-module",
23011
- "path": "src/menu-item/index.ts",
23012
- "declarations": [],
23013
- "exports": [
23014
- {
23015
- "kind": "js",
23016
- "name": "*",
23017
- "declaration": {
23018
- "name": "*",
23019
- "package": "./menu-item.template"
23020
- }
23021
- },
23022
- {
23023
- "kind": "js",
23024
- "name": "*",
23025
- "declaration": {
23026
- "name": "*",
23027
- "package": "./menu-item.styles"
23028
- }
23029
- },
23030
- {
23031
- "kind": "js",
23032
- "name": "*",
23033
- "declaration": {
23034
- "name": "*",
23035
- "package": "./menu-item"
23036
- }
23037
- }
23038
- ]
23039
- },
23040
- {
23041
- "kind": "javascript-module",
23042
- "path": "src/menu-item/menu-item.styles.ts",
23043
- "declarations": [
23044
- {
23045
- "kind": "function",
23046
- "name": "foundationMenuItemStyles",
23047
- "return": {
23048
- "type": {
23049
- "text": "ElementStyles"
23050
- }
23051
- },
23052
- "parameters": [
23053
- {
23054
- "name": "context",
23055
- "type": {
23056
- "text": "ElementDefinitionContext"
23057
- }
23058
- },
23059
- {
23060
- "name": "definition",
23061
- "type": {
23062
- "text": "MenuItemOptions"
23063
- }
23064
- }
23065
- ]
23066
- }
23067
- ],
23068
- "exports": [
23069
- {
23070
- "kind": "js",
23071
- "name": "foundationMenuItemStyles",
23072
- "declaration": {
23073
- "name": "foundationMenuItemStyles",
23074
- "module": "src/menu-item/menu-item.styles.ts"
23075
- }
23076
- }
23077
- ]
23078
- },
23079
- {
23080
- "kind": "javascript-module",
23081
- "path": "src/menu-item/menu-item.template.ts",
23082
- "declarations": [
23083
- {
23084
- "kind": "function",
23085
- "name": "foundationMenuItemTemplate",
23086
- "return": {
23087
- "type": {
23088
- "text": "ViewTemplate<MenuItem>"
23089
- }
23090
- },
23091
- "parameters": [
23092
- {
23093
- "name": "context",
23094
- "type": {
23095
- "text": "ElementDefinitionContext"
23096
- }
23097
- },
23098
- {
23099
- "name": "definition",
23100
- "type": {
23101
- "text": "MenuItemOptions"
23102
- }
23103
- }
23104
- ]
23105
- }
23106
- ],
23107
- "exports": [
23108
- {
23109
- "kind": "js",
23110
- "name": "foundationMenuItemTemplate",
23111
- "declaration": {
23112
- "name": "foundationMenuItemTemplate",
23113
- "module": "src/menu-item/menu-item.template.ts"
23114
- }
23115
- }
23116
- ]
23117
- },
23118
- {
23119
- "kind": "javascript-module",
23120
- "path": "src/menu-item/menu-item.ts",
23121
- "declarations": [
23122
- {
23123
- "kind": "class",
23124
- "description": "",
23125
- "name": "MenuItem",
23126
- "superclass": {
23127
- "name": "FASTMenuItem",
23128
- "package": "@microsoft/fast-components"
23129
- },
23130
- "tagName": "%%prefix%%-menu-item",
23131
- "customElement": true,
23132
- "attributes": [
23133
- {
23134
- "type": {
23135
- "text": "boolean"
23136
- },
23137
- "description": "The disabled state of the element.",
23138
- "fieldName": "disabled",
23139
- "inheritedFrom": {
23140
- "name": "MenuItem",
23141
- "module": "src/menu-item/menu-item.ts"
23142
- }
23143
- },
23144
- {
23145
- "name": "role",
23146
- "type": {
23147
- "text": "MenuItemRole"
23148
- },
23149
- "description": "The role of the element.",
23150
- "fieldName": "role",
23151
- "inheritedFrom": {
23152
- "name": "MenuItem",
23153
- "module": "src/menu-item/menu-item.ts"
23154
- }
23155
- }
23156
- ],
23157
- "members": [
23158
- {
23159
- "kind": "field",
23160
- "name": "disabled",
23161
- "type": {
23162
- "text": "boolean"
23163
- },
23164
- "privacy": "public",
23165
- "description": "The disabled state of the element.",
23166
- "inheritedFrom": {
23167
- "name": "MenuItem",
23168
- "module": "src/menu-item/menu-item.ts"
23169
- }
23170
- },
23171
- {
23172
- "kind": "field",
23173
- "name": "expanded",
23174
- "type": {
23175
- "text": "boolean"
23176
- },
23177
- "privacy": "public",
23178
- "description": "The expanded state of the element.",
23179
- "inheritedFrom": {
23180
- "name": "MenuItem",
23181
- "module": "src/menu-item/menu-item.ts"
23182
- }
23183
- },
23184
- {
23185
- "kind": "method",
23186
- "name": "expandedChanged",
23187
- "privacy": "private",
23188
- "return": {
23189
- "type": {
23190
- "text": "void"
23191
- }
23192
- },
23193
- "parameters": [
23194
- {
23195
- "name": "oldValue",
23196
- "type": {
23197
- "text": "boolean"
23198
- }
23199
- }
23200
- ],
23201
- "inheritedFrom": {
23202
- "name": "MenuItem",
23203
- "module": "src/menu-item/menu-item.ts"
23204
- }
23205
- },
23206
- {
23207
- "kind": "field",
23208
- "name": "role",
23209
- "type": {
23210
- "text": "MenuItemRole"
23211
- },
23212
- "privacy": "public",
23213
- "description": "The role of the element.",
23214
- "inheritedFrom": {
23215
- "name": "MenuItem",
23216
- "module": "src/menu-item/menu-item.ts"
23217
- }
23218
- },
23219
- {
23220
- "kind": "field",
23221
- "name": "checked",
23222
- "type": {
23223
- "text": "boolean"
23224
- },
23225
- "privacy": "public",
23226
- "description": "The checked value of the element.",
23227
- "inheritedFrom": {
23228
- "name": "MenuItem",
23229
- "module": "src/menu-item/menu-item.ts"
23230
- }
23231
- },
23232
- {
23233
- "kind": "method",
23234
- "name": "checkedChanged",
23235
- "privacy": "private",
23236
- "return": {
23237
- "type": {
23238
- "text": "void"
23239
- }
23240
- },
23241
- "parameters": [
23242
- {
23243
- "name": "oldValue",
23244
- "type": {
23245
- "text": "boolean"
23246
- }
23247
- },
23248
- {
23249
- "name": "newValue",
23250
- "type": {
23251
- "text": "boolean"
23252
- }
23253
- }
23254
- ],
23255
- "inheritedFrom": {
23256
- "name": "MenuItem",
23257
- "module": "src/menu-item/menu-item.ts"
23258
- }
23259
- },
23260
- {
23261
- "kind": "field",
23262
- "name": "focusSubmenuOnLoad",
23263
- "type": {
23264
- "text": "boolean"
23265
- },
23266
- "privacy": "private",
23267
- "default": "false",
23268
- "inheritedFrom": {
23269
- "name": "MenuItem",
23270
- "module": "src/menu-item/menu-item.ts"
23271
- }
23272
- },
23273
- {
23274
- "kind": "field",
23275
- "name": "observer",
23276
- "type": {
23277
- "text": "MutationObserver | undefined"
23278
- },
23279
- "privacy": "private",
23280
- "inheritedFrom": {
23281
- "name": "MenuItem",
23282
- "module": "src/menu-item/menu-item.ts"
23283
- }
23284
- },
23285
- {
23286
- "kind": "method",
23287
- "name": "domChildren",
23288
- "privacy": "private",
23289
- "return": {
23290
- "type": {
23291
- "text": "Element[]"
23292
- }
23293
- },
23294
- "description": "get an array of valid DOM children",
23295
- "inheritedFrom": {
23296
- "name": "MenuItem",
23297
- "module": "src/menu-item/menu-item.ts"
23298
- }
23299
- },
23300
- {
23301
- "kind": "field",
23302
- "name": "_presentation",
23303
- "type": {
23304
- "text": "ComponentPresentation | null | undefined"
23305
- },
23306
- "privacy": "private",
23307
- "default": "void 0",
23308
- "inheritedFrom": {
23309
- "name": "FoundationElement",
23310
- "module": "src/foundation-element/foundation-element.ts"
23311
- }
23312
- },
23313
- {
23314
- "kind": "field",
23315
- "name": "$presentation",
23316
- "type": {
23317
- "text": "ComponentPresentation | null"
23318
- },
23319
- "privacy": "public",
23320
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
23321
- "inheritedFrom": {
23322
- "name": "FoundationElement",
23323
- "module": "src/foundation-element/foundation-element.ts"
23324
- }
23325
- },
23326
- {
23327
- "kind": "field",
23328
- "name": "template",
23329
- "type": {
23330
- "text": "ElementViewTemplate | void | null"
23331
- },
23332
- "privacy": "public",
23333
- "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.",
23334
- "inheritedFrom": {
23335
- "name": "FoundationElement",
23336
- "module": "src/foundation-element/foundation-element.ts"
23337
- }
23338
- },
23339
- {
23340
- "kind": "method",
23341
- "name": "templateChanged",
23342
- "privacy": "protected",
23343
- "return": {
23344
- "type": {
23345
- "text": "void"
23346
- }
23347
- },
23348
- "inheritedFrom": {
23349
- "name": "FoundationElement",
23350
- "module": "src/foundation-element/foundation-element.ts"
23351
- }
23352
- },
23353
- {
23354
- "kind": "field",
23355
- "name": "styles",
23356
- "type": {
23357
- "text": "ElementStyles | void | null"
23358
- },
23359
- "privacy": "public",
23360
- "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.",
23361
- "inheritedFrom": {
23362
- "name": "FoundationElement",
23363
- "module": "src/foundation-element/foundation-element.ts"
23364
- }
23365
- },
23366
- {
23367
- "kind": "method",
23368
- "name": "stylesChanged",
23369
- "privacy": "protected",
23370
- "return": {
23371
- "type": {
23372
- "text": "void"
23373
- }
23374
- },
23375
- "inheritedFrom": {
23376
- "name": "FoundationElement",
23377
- "module": "src/foundation-element/foundation-element.ts"
23378
- }
23379
- },
23380
- {
23381
- "kind": "method",
23382
- "name": "compose",
23383
- "privacy": "public",
23384
- "static": true,
23385
- "return": {
23386
- "type": {
23387
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
23388
- }
23389
- },
23390
- "parameters": [
23391
- {
23392
- "name": "this",
23393
- "type": {
23394
- "text": "K"
23395
- }
23396
- },
23397
- {
23398
- "name": "elementDefinition",
23399
- "type": {
23400
- "text": "T"
23401
- },
23402
- "description": "The definition of the element to create the registry\nfunction for."
23403
- }
23404
- ],
23405
- "description": "Defines an element registry function with a set of element definition defaults.",
23406
- "inheritedFrom": {
23407
- "name": "FoundationElement",
23408
- "module": "src/foundation-element/foundation-element.ts"
23409
- }
23410
- }
23411
- ],
23412
- "events": [
23413
- {
23414
- "description": "Fires a custom 'expanded-change' event when the expanded state changes",
23415
- "name": "expanded-change",
23416
- "inheritedFrom": {
23417
- "name": "MenuItem",
23418
- "module": "src/menu-item/menu-item.ts"
23419
- }
23420
- },
23421
- {
23422
- "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
23423
- "name": "change",
23424
- "inheritedFrom": {
23425
- "name": "MenuItem",
23426
- "module": "src/menu-item/menu-item.ts"
23427
- }
23428
- }
23429
- ]
23430
- },
23431
- {
23432
- "kind": "variable",
23433
- "name": "foundationMenuItemShadowOptions",
23434
- "type": {
23435
- "text": "ShadowRootInit"
23436
- },
23437
- "default": "undefined"
23438
- },
23439
- {
23440
- "kind": "variable",
23441
- "name": "defaultMenuItemConfig",
23442
- "type": {
23443
- "text": "object"
23444
- },
23445
- "default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
23446
- },
23447
- {
23448
- "kind": "variable",
23449
- "name": "foundationMenuItem",
23450
- "description": "The Foundation Menu Item",
23451
- "privacy": "public"
23452
- }
23453
- ],
23454
- "exports": [
23455
- {
23456
- "kind": "js",
23457
- "name": "MenuItem",
23458
- "declaration": {
23459
- "name": "MenuItem",
23460
- "module": "src/menu-item/menu-item.ts"
23461
- }
23462
- },
23463
- {
23464
- "kind": "js",
23465
- "name": "foundationMenuItemShadowOptions",
23466
- "declaration": {
23467
- "name": "foundationMenuItemShadowOptions",
23468
- "module": "src/menu-item/menu-item.ts"
23469
- }
23470
- },
23471
- {
23472
- "kind": "js",
23473
- "name": "defaultMenuItemConfig",
23474
- "declaration": {
23475
- "name": "defaultMenuItemConfig",
23476
- "module": "src/menu-item/menu-item.ts"
23477
- }
23478
- },
23479
- {
23480
- "kind": "js",
23481
- "name": "foundationMenuItem",
23482
- "declaration": {
23483
- "name": "foundationMenuItem",
23484
- "module": "src/menu-item/menu-item.ts"
23485
- }
23486
- }
23487
- ]
23488
- },
23489
23009
  {
23490
23010
  "kind": "javascript-module",
23491
23011
  "path": "src/modal/index.ts",
@@ -24765,6 +24285,486 @@
24765
24285
  }
24766
24286
  ]
24767
24287
  },
24288
+ {
24289
+ "kind": "javascript-module",
24290
+ "path": "src/menu-item/index.ts",
24291
+ "declarations": [],
24292
+ "exports": [
24293
+ {
24294
+ "kind": "js",
24295
+ "name": "*",
24296
+ "declaration": {
24297
+ "name": "*",
24298
+ "package": "./menu-item.template"
24299
+ }
24300
+ },
24301
+ {
24302
+ "kind": "js",
24303
+ "name": "*",
24304
+ "declaration": {
24305
+ "name": "*",
24306
+ "package": "./menu-item.styles"
24307
+ }
24308
+ },
24309
+ {
24310
+ "kind": "js",
24311
+ "name": "*",
24312
+ "declaration": {
24313
+ "name": "*",
24314
+ "package": "./menu-item"
24315
+ }
24316
+ }
24317
+ ]
24318
+ },
24319
+ {
24320
+ "kind": "javascript-module",
24321
+ "path": "src/menu-item/menu-item.styles.ts",
24322
+ "declarations": [
24323
+ {
24324
+ "kind": "function",
24325
+ "name": "foundationMenuItemStyles",
24326
+ "return": {
24327
+ "type": {
24328
+ "text": "ElementStyles"
24329
+ }
24330
+ },
24331
+ "parameters": [
24332
+ {
24333
+ "name": "context",
24334
+ "type": {
24335
+ "text": "ElementDefinitionContext"
24336
+ }
24337
+ },
24338
+ {
24339
+ "name": "definition",
24340
+ "type": {
24341
+ "text": "MenuItemOptions"
24342
+ }
24343
+ }
24344
+ ]
24345
+ }
24346
+ ],
24347
+ "exports": [
24348
+ {
24349
+ "kind": "js",
24350
+ "name": "foundationMenuItemStyles",
24351
+ "declaration": {
24352
+ "name": "foundationMenuItemStyles",
24353
+ "module": "src/menu-item/menu-item.styles.ts"
24354
+ }
24355
+ }
24356
+ ]
24357
+ },
24358
+ {
24359
+ "kind": "javascript-module",
24360
+ "path": "src/menu-item/menu-item.template.ts",
24361
+ "declarations": [
24362
+ {
24363
+ "kind": "function",
24364
+ "name": "foundationMenuItemTemplate",
24365
+ "return": {
24366
+ "type": {
24367
+ "text": "ViewTemplate<MenuItem>"
24368
+ }
24369
+ },
24370
+ "parameters": [
24371
+ {
24372
+ "name": "context",
24373
+ "type": {
24374
+ "text": "ElementDefinitionContext"
24375
+ }
24376
+ },
24377
+ {
24378
+ "name": "definition",
24379
+ "type": {
24380
+ "text": "MenuItemOptions"
24381
+ }
24382
+ }
24383
+ ]
24384
+ }
24385
+ ],
24386
+ "exports": [
24387
+ {
24388
+ "kind": "js",
24389
+ "name": "foundationMenuItemTemplate",
24390
+ "declaration": {
24391
+ "name": "foundationMenuItemTemplate",
24392
+ "module": "src/menu-item/menu-item.template.ts"
24393
+ }
24394
+ }
24395
+ ]
24396
+ },
24397
+ {
24398
+ "kind": "javascript-module",
24399
+ "path": "src/menu-item/menu-item.ts",
24400
+ "declarations": [
24401
+ {
24402
+ "kind": "class",
24403
+ "description": "",
24404
+ "name": "MenuItem",
24405
+ "superclass": {
24406
+ "name": "FASTMenuItem",
24407
+ "package": "@microsoft/fast-components"
24408
+ },
24409
+ "tagName": "%%prefix%%-menu-item",
24410
+ "customElement": true,
24411
+ "attributes": [
24412
+ {
24413
+ "type": {
24414
+ "text": "boolean"
24415
+ },
24416
+ "description": "The disabled state of the element.",
24417
+ "fieldName": "disabled",
24418
+ "inheritedFrom": {
24419
+ "name": "MenuItem",
24420
+ "module": "src/menu-item/menu-item.ts"
24421
+ }
24422
+ },
24423
+ {
24424
+ "name": "role",
24425
+ "type": {
24426
+ "text": "MenuItemRole"
24427
+ },
24428
+ "description": "The role of the element.",
24429
+ "fieldName": "role",
24430
+ "inheritedFrom": {
24431
+ "name": "MenuItem",
24432
+ "module": "src/menu-item/menu-item.ts"
24433
+ }
24434
+ }
24435
+ ],
24436
+ "members": [
24437
+ {
24438
+ "kind": "field",
24439
+ "name": "disabled",
24440
+ "type": {
24441
+ "text": "boolean"
24442
+ },
24443
+ "privacy": "public",
24444
+ "description": "The disabled state of the element.",
24445
+ "inheritedFrom": {
24446
+ "name": "MenuItem",
24447
+ "module": "src/menu-item/menu-item.ts"
24448
+ }
24449
+ },
24450
+ {
24451
+ "kind": "field",
24452
+ "name": "expanded",
24453
+ "type": {
24454
+ "text": "boolean"
24455
+ },
24456
+ "privacy": "public",
24457
+ "description": "The expanded state of the element.",
24458
+ "inheritedFrom": {
24459
+ "name": "MenuItem",
24460
+ "module": "src/menu-item/menu-item.ts"
24461
+ }
24462
+ },
24463
+ {
24464
+ "kind": "method",
24465
+ "name": "expandedChanged",
24466
+ "privacy": "private",
24467
+ "return": {
24468
+ "type": {
24469
+ "text": "void"
24470
+ }
24471
+ },
24472
+ "parameters": [
24473
+ {
24474
+ "name": "oldValue",
24475
+ "type": {
24476
+ "text": "boolean"
24477
+ }
24478
+ }
24479
+ ],
24480
+ "inheritedFrom": {
24481
+ "name": "MenuItem",
24482
+ "module": "src/menu-item/menu-item.ts"
24483
+ }
24484
+ },
24485
+ {
24486
+ "kind": "field",
24487
+ "name": "role",
24488
+ "type": {
24489
+ "text": "MenuItemRole"
24490
+ },
24491
+ "privacy": "public",
24492
+ "description": "The role of the element.",
24493
+ "inheritedFrom": {
24494
+ "name": "MenuItem",
24495
+ "module": "src/menu-item/menu-item.ts"
24496
+ }
24497
+ },
24498
+ {
24499
+ "kind": "field",
24500
+ "name": "checked",
24501
+ "type": {
24502
+ "text": "boolean"
24503
+ },
24504
+ "privacy": "public",
24505
+ "description": "The checked value of the element.",
24506
+ "inheritedFrom": {
24507
+ "name": "MenuItem",
24508
+ "module": "src/menu-item/menu-item.ts"
24509
+ }
24510
+ },
24511
+ {
24512
+ "kind": "method",
24513
+ "name": "checkedChanged",
24514
+ "privacy": "private",
24515
+ "return": {
24516
+ "type": {
24517
+ "text": "void"
24518
+ }
24519
+ },
24520
+ "parameters": [
24521
+ {
24522
+ "name": "oldValue",
24523
+ "type": {
24524
+ "text": "boolean"
24525
+ }
24526
+ },
24527
+ {
24528
+ "name": "newValue",
24529
+ "type": {
24530
+ "text": "boolean"
24531
+ }
24532
+ }
24533
+ ],
24534
+ "inheritedFrom": {
24535
+ "name": "MenuItem",
24536
+ "module": "src/menu-item/menu-item.ts"
24537
+ }
24538
+ },
24539
+ {
24540
+ "kind": "field",
24541
+ "name": "focusSubmenuOnLoad",
24542
+ "type": {
24543
+ "text": "boolean"
24544
+ },
24545
+ "privacy": "private",
24546
+ "default": "false",
24547
+ "inheritedFrom": {
24548
+ "name": "MenuItem",
24549
+ "module": "src/menu-item/menu-item.ts"
24550
+ }
24551
+ },
24552
+ {
24553
+ "kind": "field",
24554
+ "name": "observer",
24555
+ "type": {
24556
+ "text": "MutationObserver | undefined"
24557
+ },
24558
+ "privacy": "private",
24559
+ "inheritedFrom": {
24560
+ "name": "MenuItem",
24561
+ "module": "src/menu-item/menu-item.ts"
24562
+ }
24563
+ },
24564
+ {
24565
+ "kind": "method",
24566
+ "name": "domChildren",
24567
+ "privacy": "private",
24568
+ "return": {
24569
+ "type": {
24570
+ "text": "Element[]"
24571
+ }
24572
+ },
24573
+ "description": "get an array of valid DOM children",
24574
+ "inheritedFrom": {
24575
+ "name": "MenuItem",
24576
+ "module": "src/menu-item/menu-item.ts"
24577
+ }
24578
+ },
24579
+ {
24580
+ "kind": "field",
24581
+ "name": "_presentation",
24582
+ "type": {
24583
+ "text": "ComponentPresentation | null | undefined"
24584
+ },
24585
+ "privacy": "private",
24586
+ "default": "void 0",
24587
+ "inheritedFrom": {
24588
+ "name": "FoundationElement",
24589
+ "module": "src/foundation-element/foundation-element.ts"
24590
+ }
24591
+ },
24592
+ {
24593
+ "kind": "field",
24594
+ "name": "$presentation",
24595
+ "type": {
24596
+ "text": "ComponentPresentation | null"
24597
+ },
24598
+ "privacy": "public",
24599
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
24600
+ "inheritedFrom": {
24601
+ "name": "FoundationElement",
24602
+ "module": "src/foundation-element/foundation-element.ts"
24603
+ }
24604
+ },
24605
+ {
24606
+ "kind": "field",
24607
+ "name": "template",
24608
+ "type": {
24609
+ "text": "ElementViewTemplate | void | null"
24610
+ },
24611
+ "privacy": "public",
24612
+ "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.",
24613
+ "inheritedFrom": {
24614
+ "name": "FoundationElement",
24615
+ "module": "src/foundation-element/foundation-element.ts"
24616
+ }
24617
+ },
24618
+ {
24619
+ "kind": "method",
24620
+ "name": "templateChanged",
24621
+ "privacy": "protected",
24622
+ "return": {
24623
+ "type": {
24624
+ "text": "void"
24625
+ }
24626
+ },
24627
+ "inheritedFrom": {
24628
+ "name": "FoundationElement",
24629
+ "module": "src/foundation-element/foundation-element.ts"
24630
+ }
24631
+ },
24632
+ {
24633
+ "kind": "field",
24634
+ "name": "styles",
24635
+ "type": {
24636
+ "text": "ElementStyles | void | null"
24637
+ },
24638
+ "privacy": "public",
24639
+ "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.",
24640
+ "inheritedFrom": {
24641
+ "name": "FoundationElement",
24642
+ "module": "src/foundation-element/foundation-element.ts"
24643
+ }
24644
+ },
24645
+ {
24646
+ "kind": "method",
24647
+ "name": "stylesChanged",
24648
+ "privacy": "protected",
24649
+ "return": {
24650
+ "type": {
24651
+ "text": "void"
24652
+ }
24653
+ },
24654
+ "inheritedFrom": {
24655
+ "name": "FoundationElement",
24656
+ "module": "src/foundation-element/foundation-element.ts"
24657
+ }
24658
+ },
24659
+ {
24660
+ "kind": "method",
24661
+ "name": "compose",
24662
+ "privacy": "public",
24663
+ "static": true,
24664
+ "return": {
24665
+ "type": {
24666
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
24667
+ }
24668
+ },
24669
+ "parameters": [
24670
+ {
24671
+ "name": "this",
24672
+ "type": {
24673
+ "text": "K"
24674
+ }
24675
+ },
24676
+ {
24677
+ "name": "elementDefinition",
24678
+ "type": {
24679
+ "text": "T"
24680
+ },
24681
+ "description": "The definition of the element to create the registry\nfunction for."
24682
+ }
24683
+ ],
24684
+ "description": "Defines an element registry function with a set of element definition defaults.",
24685
+ "inheritedFrom": {
24686
+ "name": "FoundationElement",
24687
+ "module": "src/foundation-element/foundation-element.ts"
24688
+ }
24689
+ }
24690
+ ],
24691
+ "events": [
24692
+ {
24693
+ "description": "Fires a custom 'expanded-change' event when the expanded state changes",
24694
+ "name": "expanded-change",
24695
+ "inheritedFrom": {
24696
+ "name": "MenuItem",
24697
+ "module": "src/menu-item/menu-item.ts"
24698
+ }
24699
+ },
24700
+ {
24701
+ "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
24702
+ "name": "change",
24703
+ "inheritedFrom": {
24704
+ "name": "MenuItem",
24705
+ "module": "src/menu-item/menu-item.ts"
24706
+ }
24707
+ }
24708
+ ]
24709
+ },
24710
+ {
24711
+ "kind": "variable",
24712
+ "name": "foundationMenuItemShadowOptions",
24713
+ "type": {
24714
+ "text": "ShadowRootInit"
24715
+ },
24716
+ "default": "undefined"
24717
+ },
24718
+ {
24719
+ "kind": "variable",
24720
+ "name": "defaultMenuItemConfig",
24721
+ "type": {
24722
+ "text": "object"
24723
+ },
24724
+ "default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
24725
+ },
24726
+ {
24727
+ "kind": "variable",
24728
+ "name": "foundationMenuItem",
24729
+ "description": "The Foundation Menu Item",
24730
+ "privacy": "public"
24731
+ }
24732
+ ],
24733
+ "exports": [
24734
+ {
24735
+ "kind": "js",
24736
+ "name": "MenuItem",
24737
+ "declaration": {
24738
+ "name": "MenuItem",
24739
+ "module": "src/menu-item/menu-item.ts"
24740
+ }
24741
+ },
24742
+ {
24743
+ "kind": "js",
24744
+ "name": "foundationMenuItemShadowOptions",
24745
+ "declaration": {
24746
+ "name": "foundationMenuItemShadowOptions",
24747
+ "module": "src/menu-item/menu-item.ts"
24748
+ }
24749
+ },
24750
+ {
24751
+ "kind": "js",
24752
+ "name": "defaultMenuItemConfig",
24753
+ "declaration": {
24754
+ "name": "defaultMenuItemConfig",
24755
+ "module": "src/menu-item/menu-item.ts"
24756
+ }
24757
+ },
24758
+ {
24759
+ "kind": "js",
24760
+ "name": "foundationMenuItem",
24761
+ "declaration": {
24762
+ "name": "foundationMenuItem",
24763
+ "module": "src/menu-item/menu-item.ts"
24764
+ }
24765
+ }
24766
+ ]
24767
+ },
24768
24768
  {
24769
24769
  "kind": "javascript-module",
24770
24770
  "path": "src/notification-listener/index.ts",
@@ -28663,6 +28663,387 @@
28663
28663
  }
28664
28664
  ]
28665
28665
  },
28666
+ {
28667
+ "kind": "javascript-module",
28668
+ "path": "src/radio/index.ts",
28669
+ "declarations": [],
28670
+ "exports": [
28671
+ {
28672
+ "kind": "js",
28673
+ "name": "*",
28674
+ "declaration": {
28675
+ "name": "*",
28676
+ "package": "./radio.template"
28677
+ }
28678
+ },
28679
+ {
28680
+ "kind": "js",
28681
+ "name": "*",
28682
+ "declaration": {
28683
+ "name": "*",
28684
+ "package": "./radio.styles"
28685
+ }
28686
+ },
28687
+ {
28688
+ "kind": "js",
28689
+ "name": "*",
28690
+ "declaration": {
28691
+ "name": "*",
28692
+ "package": "./radio"
28693
+ }
28694
+ }
28695
+ ]
28696
+ },
28697
+ {
28698
+ "kind": "javascript-module",
28699
+ "path": "src/radio/radio.styles.ts",
28700
+ "declarations": [
28701
+ {
28702
+ "kind": "function",
28703
+ "name": "foundationRadioStyles",
28704
+ "return": {
28705
+ "type": {
28706
+ "text": "ElementStyles"
28707
+ }
28708
+ },
28709
+ "parameters": [
28710
+ {
28711
+ "name": "context",
28712
+ "type": {
28713
+ "text": "ElementDefinitionContext"
28714
+ }
28715
+ },
28716
+ {
28717
+ "name": "definition",
28718
+ "type": {
28719
+ "text": "RadioOptions"
28720
+ }
28721
+ }
28722
+ ]
28723
+ }
28724
+ ],
28725
+ "exports": [
28726
+ {
28727
+ "kind": "js",
28728
+ "name": "foundationRadioStyles",
28729
+ "declaration": {
28730
+ "name": "foundationRadioStyles",
28731
+ "module": "src/radio/radio.styles.ts"
28732
+ }
28733
+ }
28734
+ ]
28735
+ },
28736
+ {
28737
+ "kind": "javascript-module",
28738
+ "path": "src/radio/radio.template.ts",
28739
+ "declarations": [
28740
+ {
28741
+ "kind": "function",
28742
+ "name": "foundationRadioTemplate",
28743
+ "return": {
28744
+ "type": {
28745
+ "text": "ViewTemplate<Radio>"
28746
+ }
28747
+ },
28748
+ "parameters": [
28749
+ {
28750
+ "name": "context",
28751
+ "type": {
28752
+ "text": "ElementDefinitionContext"
28753
+ }
28754
+ },
28755
+ {
28756
+ "name": "definition",
28757
+ "type": {
28758
+ "text": "RadioOptions"
28759
+ }
28760
+ }
28761
+ ]
28762
+ }
28763
+ ],
28764
+ "exports": [
28765
+ {
28766
+ "kind": "js",
28767
+ "name": "foundationRadioTemplate",
28768
+ "declaration": {
28769
+ "name": "foundationRadioTemplate",
28770
+ "module": "src/radio/radio.template.ts"
28771
+ }
28772
+ }
28773
+ ]
28774
+ },
28775
+ {
28776
+ "kind": "javascript-module",
28777
+ "path": "src/radio/radio.ts",
28778
+ "declarations": [
28779
+ {
28780
+ "kind": "class",
28781
+ "description": "",
28782
+ "name": "Radio",
28783
+ "superclass": {
28784
+ "name": "FASTRadio",
28785
+ "package": "@microsoft/fast-components"
28786
+ },
28787
+ "tagName": "%%prefix%%-radio",
28788
+ "customElement": true,
28789
+ "attributes": [
28790
+ {
28791
+ "name": "readonly",
28792
+ "type": {
28793
+ "text": "boolean"
28794
+ },
28795
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
28796
+ "fieldName": "readOnly",
28797
+ "inheritedFrom": {
28798
+ "name": "Radio",
28799
+ "module": "src/radio/radio.ts"
28800
+ }
28801
+ }
28802
+ ],
28803
+ "members": [
28804
+ {
28805
+ "kind": "field",
28806
+ "name": "readOnly",
28807
+ "type": {
28808
+ "text": "boolean"
28809
+ },
28810
+ "privacy": "public",
28811
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
28812
+ "inheritedFrom": {
28813
+ "name": "Radio",
28814
+ "module": "src/radio/radio.ts"
28815
+ }
28816
+ },
28817
+ {
28818
+ "kind": "method",
28819
+ "name": "readOnlyChanged",
28820
+ "privacy": "private",
28821
+ "return": {
28822
+ "type": {
28823
+ "text": "void"
28824
+ }
28825
+ },
28826
+ "inheritedFrom": {
28827
+ "name": "Radio",
28828
+ "module": "src/radio/radio.ts"
28829
+ }
28830
+ },
28831
+ {
28832
+ "kind": "field",
28833
+ "name": "name",
28834
+ "type": {
28835
+ "text": "string"
28836
+ },
28837
+ "privacy": "public",
28838
+ "description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
28839
+ "inheritedFrom": {
28840
+ "name": "Radio",
28841
+ "module": "src/radio/radio.ts"
28842
+ }
28843
+ },
28844
+ {
28845
+ "kind": "method",
28846
+ "name": "isInsideRadioGroup",
28847
+ "privacy": "private",
28848
+ "return": {
28849
+ "type": {
28850
+ "text": "boolean"
28851
+ }
28852
+ },
28853
+ "inheritedFrom": {
28854
+ "name": "Radio",
28855
+ "module": "src/radio/radio.ts"
28856
+ }
28857
+ },
28858
+ {
28859
+ "kind": "field",
28860
+ "name": "proxy",
28861
+ "inheritedFrom": {
28862
+ "name": "Radio",
28863
+ "module": "src/radio/radio.ts"
28864
+ }
28865
+ },
28866
+ {
28867
+ "kind": "field",
28868
+ "name": "_presentation",
28869
+ "type": {
28870
+ "text": "ComponentPresentation | null | undefined"
28871
+ },
28872
+ "privacy": "private",
28873
+ "default": "void 0",
28874
+ "inheritedFrom": {
28875
+ "name": "Radio",
28876
+ "module": "src/radio/radio.ts"
28877
+ }
28878
+ },
28879
+ {
28880
+ "kind": "field",
28881
+ "name": "$presentation",
28882
+ "type": {
28883
+ "text": "ComponentPresentation | null"
28884
+ },
28885
+ "privacy": "public",
28886
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
28887
+ "inheritedFrom": {
28888
+ "name": "Radio",
28889
+ "module": "src/radio/radio.ts"
28890
+ }
28891
+ },
28892
+ {
28893
+ "kind": "field",
28894
+ "name": "template",
28895
+ "type": {
28896
+ "text": "ElementViewTemplate | void | null"
28897
+ },
28898
+ "privacy": "public",
28899
+ "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.",
28900
+ "inheritedFrom": {
28901
+ "name": "Radio",
28902
+ "module": "src/radio/radio.ts"
28903
+ }
28904
+ },
28905
+ {
28906
+ "kind": "method",
28907
+ "name": "templateChanged",
28908
+ "privacy": "protected",
28909
+ "return": {
28910
+ "type": {
28911
+ "text": "void"
28912
+ }
28913
+ },
28914
+ "inheritedFrom": {
28915
+ "name": "Radio",
28916
+ "module": "src/radio/radio.ts"
28917
+ }
28918
+ },
28919
+ {
28920
+ "kind": "field",
28921
+ "name": "styles",
28922
+ "type": {
28923
+ "text": "ElementStyles | void | null"
28924
+ },
28925
+ "privacy": "public",
28926
+ "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.",
28927
+ "inheritedFrom": {
28928
+ "name": "Radio",
28929
+ "module": "src/radio/radio.ts"
28930
+ }
28931
+ },
28932
+ {
28933
+ "kind": "method",
28934
+ "name": "stylesChanged",
28935
+ "privacy": "protected",
28936
+ "return": {
28937
+ "type": {
28938
+ "text": "void"
28939
+ }
28940
+ },
28941
+ "inheritedFrom": {
28942
+ "name": "Radio",
28943
+ "module": "src/radio/radio.ts"
28944
+ }
28945
+ },
28946
+ {
28947
+ "kind": "method",
28948
+ "name": "compose",
28949
+ "privacy": "public",
28950
+ "static": true,
28951
+ "return": {
28952
+ "type": {
28953
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
28954
+ }
28955
+ },
28956
+ "parameters": [
28957
+ {
28958
+ "name": "this",
28959
+ "type": {
28960
+ "text": "K"
28961
+ }
28962
+ },
28963
+ {
28964
+ "name": "elementDefinition",
28965
+ "type": {
28966
+ "text": "T"
28967
+ },
28968
+ "description": "The definition of the element to create the registry\nfunction for."
28969
+ }
28970
+ ],
28971
+ "description": "Defines an element registry function with a set of element definition defaults.",
28972
+ "inheritedFrom": {
28973
+ "name": "Radio",
28974
+ "module": "src/radio/radio.ts"
28975
+ }
28976
+ }
28977
+ ],
28978
+ "events": [
28979
+ {
28980
+ "description": "Emits a custom change event when the checked state changes",
28981
+ "name": "change",
28982
+ "inheritedFrom": {
28983
+ "name": "Radio",
28984
+ "module": "src/radio/radio.ts"
28985
+ }
28986
+ }
28987
+ ]
28988
+ },
28989
+ {
28990
+ "kind": "variable",
28991
+ "name": "foundationRadioShadowOptions",
28992
+ "type": {
28993
+ "text": "ShadowRootInit"
28994
+ },
28995
+ "default": "undefined"
28996
+ },
28997
+ {
28998
+ "kind": "variable",
28999
+ "name": "defaultRadioConfig",
29000
+ "type": {
29001
+ "text": "object"
29002
+ },
29003
+ "default": "{\n checkedIndicator: `\n <div part=\"checked-indicator\" class=\"checked-indicator\"></div>\n `,\n}"
29004
+ },
29005
+ {
29006
+ "kind": "variable",
29007
+ "name": "foundationRadio",
29008
+ "description": "The Foundation Radio",
29009
+ "privacy": "public"
29010
+ }
29011
+ ],
29012
+ "exports": [
29013
+ {
29014
+ "kind": "js",
29015
+ "name": "Radio",
29016
+ "declaration": {
29017
+ "name": "Radio",
29018
+ "module": "src/radio/radio.ts"
29019
+ }
29020
+ },
29021
+ {
29022
+ "kind": "js",
29023
+ "name": "foundationRadioShadowOptions",
29024
+ "declaration": {
29025
+ "name": "foundationRadioShadowOptions",
29026
+ "module": "src/radio/radio.ts"
29027
+ }
29028
+ },
29029
+ {
29030
+ "kind": "js",
29031
+ "name": "defaultRadioConfig",
29032
+ "declaration": {
29033
+ "name": "defaultRadioConfig",
29034
+ "module": "src/radio/radio.ts"
29035
+ }
29036
+ },
29037
+ {
29038
+ "kind": "js",
29039
+ "name": "foundationRadio",
29040
+ "declaration": {
29041
+ "name": "foundationRadio",
29042
+ "module": "src/radio/radio.ts"
29043
+ }
29044
+ }
29045
+ ]
29046
+ },
28666
29047
  {
28667
29048
  "kind": "javascript-module",
28668
29049
  "path": "src/radio-group/index.ts",
@@ -29358,387 +29739,6 @@
29358
29739
  }
29359
29740
  ]
29360
29741
  },
29361
- {
29362
- "kind": "javascript-module",
29363
- "path": "src/radio/index.ts",
29364
- "declarations": [],
29365
- "exports": [
29366
- {
29367
- "kind": "js",
29368
- "name": "*",
29369
- "declaration": {
29370
- "name": "*",
29371
- "package": "./radio.template"
29372
- }
29373
- },
29374
- {
29375
- "kind": "js",
29376
- "name": "*",
29377
- "declaration": {
29378
- "name": "*",
29379
- "package": "./radio.styles"
29380
- }
29381
- },
29382
- {
29383
- "kind": "js",
29384
- "name": "*",
29385
- "declaration": {
29386
- "name": "*",
29387
- "package": "./radio"
29388
- }
29389
- }
29390
- ]
29391
- },
29392
- {
29393
- "kind": "javascript-module",
29394
- "path": "src/radio/radio.styles.ts",
29395
- "declarations": [
29396
- {
29397
- "kind": "function",
29398
- "name": "foundationRadioStyles",
29399
- "return": {
29400
- "type": {
29401
- "text": "ElementStyles"
29402
- }
29403
- },
29404
- "parameters": [
29405
- {
29406
- "name": "context",
29407
- "type": {
29408
- "text": "ElementDefinitionContext"
29409
- }
29410
- },
29411
- {
29412
- "name": "definition",
29413
- "type": {
29414
- "text": "RadioOptions"
29415
- }
29416
- }
29417
- ]
29418
- }
29419
- ],
29420
- "exports": [
29421
- {
29422
- "kind": "js",
29423
- "name": "foundationRadioStyles",
29424
- "declaration": {
29425
- "name": "foundationRadioStyles",
29426
- "module": "src/radio/radio.styles.ts"
29427
- }
29428
- }
29429
- ]
29430
- },
29431
- {
29432
- "kind": "javascript-module",
29433
- "path": "src/radio/radio.template.ts",
29434
- "declarations": [
29435
- {
29436
- "kind": "function",
29437
- "name": "foundationRadioTemplate",
29438
- "return": {
29439
- "type": {
29440
- "text": "ViewTemplate<Radio>"
29441
- }
29442
- },
29443
- "parameters": [
29444
- {
29445
- "name": "context",
29446
- "type": {
29447
- "text": "ElementDefinitionContext"
29448
- }
29449
- },
29450
- {
29451
- "name": "definition",
29452
- "type": {
29453
- "text": "RadioOptions"
29454
- }
29455
- }
29456
- ]
29457
- }
29458
- ],
29459
- "exports": [
29460
- {
29461
- "kind": "js",
29462
- "name": "foundationRadioTemplate",
29463
- "declaration": {
29464
- "name": "foundationRadioTemplate",
29465
- "module": "src/radio/radio.template.ts"
29466
- }
29467
- }
29468
- ]
29469
- },
29470
- {
29471
- "kind": "javascript-module",
29472
- "path": "src/radio/radio.ts",
29473
- "declarations": [
29474
- {
29475
- "kind": "class",
29476
- "description": "",
29477
- "name": "Radio",
29478
- "superclass": {
29479
- "name": "FASTRadio",
29480
- "package": "@microsoft/fast-components"
29481
- },
29482
- "tagName": "%%prefix%%-radio",
29483
- "customElement": true,
29484
- "attributes": [
29485
- {
29486
- "name": "readonly",
29487
- "type": {
29488
- "text": "boolean"
29489
- },
29490
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
29491
- "fieldName": "readOnly",
29492
- "inheritedFrom": {
29493
- "name": "Radio",
29494
- "module": "src/radio/radio.ts"
29495
- }
29496
- }
29497
- ],
29498
- "members": [
29499
- {
29500
- "kind": "field",
29501
- "name": "readOnly",
29502
- "type": {
29503
- "text": "boolean"
29504
- },
29505
- "privacy": "public",
29506
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
29507
- "inheritedFrom": {
29508
- "name": "Radio",
29509
- "module": "src/radio/radio.ts"
29510
- }
29511
- },
29512
- {
29513
- "kind": "method",
29514
- "name": "readOnlyChanged",
29515
- "privacy": "private",
29516
- "return": {
29517
- "type": {
29518
- "text": "void"
29519
- }
29520
- },
29521
- "inheritedFrom": {
29522
- "name": "Radio",
29523
- "module": "src/radio/radio.ts"
29524
- }
29525
- },
29526
- {
29527
- "kind": "field",
29528
- "name": "name",
29529
- "type": {
29530
- "text": "string"
29531
- },
29532
- "privacy": "public",
29533
- "description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
29534
- "inheritedFrom": {
29535
- "name": "Radio",
29536
- "module": "src/radio/radio.ts"
29537
- }
29538
- },
29539
- {
29540
- "kind": "method",
29541
- "name": "isInsideRadioGroup",
29542
- "privacy": "private",
29543
- "return": {
29544
- "type": {
29545
- "text": "boolean"
29546
- }
29547
- },
29548
- "inheritedFrom": {
29549
- "name": "Radio",
29550
- "module": "src/radio/radio.ts"
29551
- }
29552
- },
29553
- {
29554
- "kind": "field",
29555
- "name": "proxy",
29556
- "inheritedFrom": {
29557
- "name": "Radio",
29558
- "module": "src/radio/radio.ts"
29559
- }
29560
- },
29561
- {
29562
- "kind": "field",
29563
- "name": "_presentation",
29564
- "type": {
29565
- "text": "ComponentPresentation | null | undefined"
29566
- },
29567
- "privacy": "private",
29568
- "default": "void 0",
29569
- "inheritedFrom": {
29570
- "name": "Radio",
29571
- "module": "src/radio/radio.ts"
29572
- }
29573
- },
29574
- {
29575
- "kind": "field",
29576
- "name": "$presentation",
29577
- "type": {
29578
- "text": "ComponentPresentation | null"
29579
- },
29580
- "privacy": "public",
29581
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29582
- "inheritedFrom": {
29583
- "name": "Radio",
29584
- "module": "src/radio/radio.ts"
29585
- }
29586
- },
29587
- {
29588
- "kind": "field",
29589
- "name": "template",
29590
- "type": {
29591
- "text": "ElementViewTemplate | void | null"
29592
- },
29593
- "privacy": "public",
29594
- "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.",
29595
- "inheritedFrom": {
29596
- "name": "Radio",
29597
- "module": "src/radio/radio.ts"
29598
- }
29599
- },
29600
- {
29601
- "kind": "method",
29602
- "name": "templateChanged",
29603
- "privacy": "protected",
29604
- "return": {
29605
- "type": {
29606
- "text": "void"
29607
- }
29608
- },
29609
- "inheritedFrom": {
29610
- "name": "Radio",
29611
- "module": "src/radio/radio.ts"
29612
- }
29613
- },
29614
- {
29615
- "kind": "field",
29616
- "name": "styles",
29617
- "type": {
29618
- "text": "ElementStyles | void | null"
29619
- },
29620
- "privacy": "public",
29621
- "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.",
29622
- "inheritedFrom": {
29623
- "name": "Radio",
29624
- "module": "src/radio/radio.ts"
29625
- }
29626
- },
29627
- {
29628
- "kind": "method",
29629
- "name": "stylesChanged",
29630
- "privacy": "protected",
29631
- "return": {
29632
- "type": {
29633
- "text": "void"
29634
- }
29635
- },
29636
- "inheritedFrom": {
29637
- "name": "Radio",
29638
- "module": "src/radio/radio.ts"
29639
- }
29640
- },
29641
- {
29642
- "kind": "method",
29643
- "name": "compose",
29644
- "privacy": "public",
29645
- "static": true,
29646
- "return": {
29647
- "type": {
29648
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
29649
- }
29650
- },
29651
- "parameters": [
29652
- {
29653
- "name": "this",
29654
- "type": {
29655
- "text": "K"
29656
- }
29657
- },
29658
- {
29659
- "name": "elementDefinition",
29660
- "type": {
29661
- "text": "T"
29662
- },
29663
- "description": "The definition of the element to create the registry\nfunction for."
29664
- }
29665
- ],
29666
- "description": "Defines an element registry function with a set of element definition defaults.",
29667
- "inheritedFrom": {
29668
- "name": "Radio",
29669
- "module": "src/radio/radio.ts"
29670
- }
29671
- }
29672
- ],
29673
- "events": [
29674
- {
29675
- "description": "Emits a custom change event when the checked state changes",
29676
- "name": "change",
29677
- "inheritedFrom": {
29678
- "name": "Radio",
29679
- "module": "src/radio/radio.ts"
29680
- }
29681
- }
29682
- ]
29683
- },
29684
- {
29685
- "kind": "variable",
29686
- "name": "foundationRadioShadowOptions",
29687
- "type": {
29688
- "text": "ShadowRootInit"
29689
- },
29690
- "default": "undefined"
29691
- },
29692
- {
29693
- "kind": "variable",
29694
- "name": "defaultRadioConfig",
29695
- "type": {
29696
- "text": "object"
29697
- },
29698
- "default": "{\n checkedIndicator: `\n <div part=\"checked-indicator\" class=\"checked-indicator\"></div>\n `,\n}"
29699
- },
29700
- {
29701
- "kind": "variable",
29702
- "name": "foundationRadio",
29703
- "description": "The Foundation Radio",
29704
- "privacy": "public"
29705
- }
29706
- ],
29707
- "exports": [
29708
- {
29709
- "kind": "js",
29710
- "name": "Radio",
29711
- "declaration": {
29712
- "name": "Radio",
29713
- "module": "src/radio/radio.ts"
29714
- }
29715
- },
29716
- {
29717
- "kind": "js",
29718
- "name": "foundationRadioShadowOptions",
29719
- "declaration": {
29720
- "name": "foundationRadioShadowOptions",
29721
- "module": "src/radio/radio.ts"
29722
- }
29723
- },
29724
- {
29725
- "kind": "js",
29726
- "name": "defaultRadioConfig",
29727
- "declaration": {
29728
- "name": "defaultRadioConfig",
29729
- "module": "src/radio/radio.ts"
29730
- }
29731
- },
29732
- {
29733
- "kind": "js",
29734
- "name": "foundationRadio",
29735
- "declaration": {
29736
- "name": "foundationRadio",
29737
- "module": "src/radio/radio.ts"
29738
- }
29739
- }
29740
- ]
29741
- },
29742
29742
  {
29743
29743
  "kind": "javascript-module",
29744
29744
  "path": "src/router/configuration.ts",
@@ -45104,6 +45104,55 @@
45104
45104
  }
45105
45105
  ]
45106
45106
  },
45107
+ {
45108
+ "kind": "javascript-module",
45109
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
45110
+ "declarations": [
45111
+ {
45112
+ "kind": "function",
45113
+ "name": "gridLayoutRWDStyles",
45114
+ "return": {
45115
+ "type": {
45116
+ "text": "ElementStyles"
45117
+ }
45118
+ },
45119
+ "parameters": [
45120
+ {
45121
+ "name": "breakPoint",
45122
+ "optional": true,
45123
+ "type": {
45124
+ "text": "GridBreakPointType"
45125
+ }
45126
+ }
45127
+ ]
45128
+ }
45129
+ ],
45130
+ "exports": [
45131
+ {
45132
+ "kind": "js",
45133
+ "name": "gridLayoutRWDStyles",
45134
+ "declaration": {
45135
+ "name": "gridLayoutRWDStyles",
45136
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
45137
+ }
45138
+ }
45139
+ ]
45140
+ },
45141
+ {
45142
+ "kind": "javascript-module",
45143
+ "path": "src/grid-layout/responsiveness/index.ts",
45144
+ "declarations": [],
45145
+ "exports": [
45146
+ {
45147
+ "kind": "js",
45148
+ "name": "*",
45149
+ "declaration": {
45150
+ "name": "*",
45151
+ "package": "./grid-layout-rwd.styles"
45152
+ }
45153
+ }
45154
+ ]
45155
+ },
45107
45156
  {
45108
45157
  "kind": "javascript-module",
45109
45158
  "path": "src/overlays/system-health/index.ts",
@@ -45637,55 +45686,6 @@
45637
45686
  }
45638
45687
  ]
45639
45688
  },
45640
- {
45641
- "kind": "javascript-module",
45642
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
45643
- "declarations": [
45644
- {
45645
- "kind": "function",
45646
- "name": "gridLayoutRWDStyles",
45647
- "return": {
45648
- "type": {
45649
- "text": "ElementStyles"
45650
- }
45651
- },
45652
- "parameters": [
45653
- {
45654
- "name": "breakPoint",
45655
- "optional": true,
45656
- "type": {
45657
- "text": "GridBreakPointType"
45658
- }
45659
- }
45660
- ]
45661
- }
45662
- ],
45663
- "exports": [
45664
- {
45665
- "kind": "js",
45666
- "name": "gridLayoutRWDStyles",
45667
- "declaration": {
45668
- "name": "gridLayoutRWDStyles",
45669
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
45670
- }
45671
- }
45672
- ]
45673
- },
45674
- {
45675
- "kind": "javascript-module",
45676
- "path": "src/grid-layout/responsiveness/index.ts",
45677
- "declarations": [],
45678
- "exports": [
45679
- {
45680
- "kind": "js",
45681
- "name": "*",
45682
- "declaration": {
45683
- "name": "*",
45684
- "package": "./grid-layout-rwd.styles"
45685
- }
45686
- }
45687
- ]
45688
- },
45689
45689
  {
45690
45690
  "kind": "javascript-module",
45691
45691
  "path": "src/_config/styles/external/index.ts",