@genesislcap/foundation-ui 14.340.1-alpha-3b59e77.0 → 14.340.2
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.
- package/dist/custom-elements.json +845 -845
- package/package.json +18 -18
|
@@ -1255,6 +1255,219 @@
|
|
|
1255
1255
|
}
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "javascript-module",
|
|
1260
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1261
|
+
"declarations": [
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "function",
|
|
1264
|
+
"name": "foundationAccordionStyles",
|
|
1265
|
+
"return": {
|
|
1266
|
+
"type": {
|
|
1267
|
+
"text": "ElementStyles"
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
"parameters": [
|
|
1271
|
+
{
|
|
1272
|
+
"name": "context",
|
|
1273
|
+
"type": {
|
|
1274
|
+
"text": "ElementDefinitionContext"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "definition",
|
|
1279
|
+
"type": {
|
|
1280
|
+
"text": "FoundationElementDefinition"
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
]
|
|
1284
|
+
}
|
|
1285
|
+
],
|
|
1286
|
+
"exports": [
|
|
1287
|
+
{
|
|
1288
|
+
"kind": "js",
|
|
1289
|
+
"name": "foundationAccordionStyles",
|
|
1290
|
+
"declaration": {
|
|
1291
|
+
"name": "foundationAccordionStyles",
|
|
1292
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
]
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"kind": "javascript-module",
|
|
1299
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1300
|
+
"declarations": [
|
|
1301
|
+
{
|
|
1302
|
+
"kind": "function",
|
|
1303
|
+
"name": "foundationAccordionTemplate",
|
|
1304
|
+
"return": {
|
|
1305
|
+
"type": {
|
|
1306
|
+
"text": "ViewTemplate<Accordion>"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
"parameters": [
|
|
1310
|
+
{
|
|
1311
|
+
"name": "context",
|
|
1312
|
+
"type": {
|
|
1313
|
+
"text": "ElementDefinitionContext"
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "definition",
|
|
1318
|
+
"type": {
|
|
1319
|
+
"text": "FoundationElementDefinition"
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
]
|
|
1323
|
+
}
|
|
1324
|
+
],
|
|
1325
|
+
"exports": [
|
|
1326
|
+
{
|
|
1327
|
+
"kind": "js",
|
|
1328
|
+
"name": "foundationAccordionTemplate",
|
|
1329
|
+
"declaration": {
|
|
1330
|
+
"name": "foundationAccordionTemplate",
|
|
1331
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
]
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"kind": "javascript-module",
|
|
1338
|
+
"path": "src/accordion/accordion.ts",
|
|
1339
|
+
"declarations": [
|
|
1340
|
+
{
|
|
1341
|
+
"kind": "class",
|
|
1342
|
+
"description": "",
|
|
1343
|
+
"name": "Accordion",
|
|
1344
|
+
"superclass": {
|
|
1345
|
+
"name": "FASTAccordion",
|
|
1346
|
+
"package": "@microsoft/fast-foundation"
|
|
1347
|
+
},
|
|
1348
|
+
"tagName": "%%prefix%%-accordion",
|
|
1349
|
+
"customElement": true
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"kind": "variable",
|
|
1353
|
+
"name": "foundationAccordionShadowOptions",
|
|
1354
|
+
"type": {
|
|
1355
|
+
"text": "ShadowRootInit"
|
|
1356
|
+
},
|
|
1357
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "variable",
|
|
1361
|
+
"name": "defaultAccordionConfig",
|
|
1362
|
+
"type": {
|
|
1363
|
+
"text": "object"
|
|
1364
|
+
},
|
|
1365
|
+
"default": "{}"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "variable",
|
|
1369
|
+
"name": "foundationAccordion",
|
|
1370
|
+
"description": "The Foundation Accordion",
|
|
1371
|
+
"privacy": "public"
|
|
1372
|
+
}
|
|
1373
|
+
],
|
|
1374
|
+
"exports": [
|
|
1375
|
+
{
|
|
1376
|
+
"kind": "js",
|
|
1377
|
+
"name": "Accordion",
|
|
1378
|
+
"declaration": {
|
|
1379
|
+
"name": "Accordion",
|
|
1380
|
+
"module": "src/accordion/accordion.ts"
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "js",
|
|
1385
|
+
"name": "foundationAccordionShadowOptions",
|
|
1386
|
+
"declaration": {
|
|
1387
|
+
"name": "foundationAccordionShadowOptions",
|
|
1388
|
+
"module": "src/accordion/accordion.ts"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "defaultAccordionConfig",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "defaultAccordionConfig",
|
|
1396
|
+
"module": "src/accordion/accordion.ts"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "js",
|
|
1401
|
+
"name": "foundationAccordion",
|
|
1402
|
+
"declaration": {
|
|
1403
|
+
"name": "foundationAccordion",
|
|
1404
|
+
"module": "src/accordion/accordion.ts"
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
]
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "javascript-module",
|
|
1411
|
+
"path": "src/accordion/index.ts",
|
|
1412
|
+
"declarations": [],
|
|
1413
|
+
"exports": [
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./accordion.template"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./accordion.styles"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "*",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "*",
|
|
1435
|
+
"package": "./accordion"
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
]
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "javascript-module",
|
|
1442
|
+
"path": "src/_config/index.ts",
|
|
1443
|
+
"declarations": [],
|
|
1444
|
+
"exports": [
|
|
1445
|
+
{
|
|
1446
|
+
"kind": "js",
|
|
1447
|
+
"name": "*",
|
|
1448
|
+
"declaration": {
|
|
1449
|
+
"name": "*",
|
|
1450
|
+
"package": "./styles"
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"kind": "js",
|
|
1455
|
+
"name": "*",
|
|
1456
|
+
"declaration": {
|
|
1457
|
+
"name": "*",
|
|
1458
|
+
"package": "./tokens"
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "js",
|
|
1463
|
+
"name": "*",
|
|
1464
|
+
"declaration": {
|
|
1465
|
+
"name": "*",
|
|
1466
|
+
"package": "./values"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
]
|
|
1470
|
+
},
|
|
1258
1471
|
{
|
|
1259
1472
|
"kind": "javascript-module",
|
|
1260
1473
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -1816,11 +2029,11 @@
|
|
|
1816
2029
|
},
|
|
1817
2030
|
{
|
|
1818
2031
|
"kind": "javascript-module",
|
|
1819
|
-
"path": "src/
|
|
2032
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1820
2033
|
"declarations": [
|
|
1821
2034
|
{
|
|
1822
2035
|
"kind": "function",
|
|
1823
|
-
"name": "
|
|
2036
|
+
"name": "foundationAnchorStyles",
|
|
1824
2037
|
"return": {
|
|
1825
2038
|
"type": {
|
|
1826
2039
|
"text": "ElementStyles"
|
|
@@ -1845,24 +2058,24 @@
|
|
|
1845
2058
|
"exports": [
|
|
1846
2059
|
{
|
|
1847
2060
|
"kind": "js",
|
|
1848
|
-
"name": "
|
|
2061
|
+
"name": "foundationAnchorStyles",
|
|
1849
2062
|
"declaration": {
|
|
1850
|
-
"name": "
|
|
1851
|
-
"module": "src/
|
|
2063
|
+
"name": "foundationAnchorStyles",
|
|
2064
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1852
2065
|
}
|
|
1853
2066
|
}
|
|
1854
2067
|
]
|
|
1855
2068
|
},
|
|
1856
2069
|
{
|
|
1857
2070
|
"kind": "javascript-module",
|
|
1858
|
-
"path": "src/
|
|
2071
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1859
2072
|
"declarations": [
|
|
1860
2073
|
{
|
|
1861
2074
|
"kind": "function",
|
|
1862
|
-
"name": "
|
|
2075
|
+
"name": "foundationAnchorTemplate",
|
|
1863
2076
|
"return": {
|
|
1864
2077
|
"type": {
|
|
1865
|
-
"text": "ViewTemplate<
|
|
2078
|
+
"text": "ViewTemplate<Anchor>"
|
|
1866
2079
|
}
|
|
1867
2080
|
},
|
|
1868
2081
|
"parameters": [
|
|
@@ -1884,116 +2097,252 @@
|
|
|
1884
2097
|
"exports": [
|
|
1885
2098
|
{
|
|
1886
2099
|
"kind": "js",
|
|
1887
|
-
"name": "
|
|
2100
|
+
"name": "foundationAnchorTemplate",
|
|
1888
2101
|
"declaration": {
|
|
1889
|
-
"name": "
|
|
1890
|
-
"module": "src/
|
|
2102
|
+
"name": "foundationAnchorTemplate",
|
|
2103
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1891
2104
|
}
|
|
1892
2105
|
}
|
|
1893
2106
|
]
|
|
1894
2107
|
},
|
|
1895
2108
|
{
|
|
1896
2109
|
"kind": "javascript-module",
|
|
1897
|
-
"path": "src/
|
|
2110
|
+
"path": "src/anchor/anchor.ts",
|
|
1898
2111
|
"declarations": [
|
|
1899
2112
|
{
|
|
1900
2113
|
"kind": "class",
|
|
1901
2114
|
"description": "",
|
|
1902
|
-
"name": "
|
|
2115
|
+
"name": "Anchor",
|
|
1903
2116
|
"superclass": {
|
|
1904
|
-
"name": "
|
|
2117
|
+
"name": "FASTAnchor",
|
|
1905
2118
|
"package": "@microsoft/fast-components"
|
|
1906
2119
|
},
|
|
1907
|
-
"tagName": "%%prefix%%-
|
|
2120
|
+
"tagName": "%%prefix%%-anchor",
|
|
1908
2121
|
"customElement": true,
|
|
1909
2122
|
"attributes": [
|
|
1910
2123
|
{
|
|
1911
|
-
"name": "
|
|
2124
|
+
"name": "download",
|
|
1912
2125
|
"type": {
|
|
1913
|
-
"text": "
|
|
2126
|
+
"text": "string"
|
|
1914
2127
|
},
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1917
|
-
"fieldName": "headinglevel",
|
|
2128
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2129
|
+
"fieldName": "download",
|
|
1918
2130
|
"inheritedFrom": {
|
|
1919
|
-
"name": "
|
|
1920
|
-
"module": "src/
|
|
2131
|
+
"name": "Anchor",
|
|
2132
|
+
"module": "src/anchor/anchor.ts"
|
|
1921
2133
|
}
|
|
1922
2134
|
},
|
|
1923
2135
|
{
|
|
2136
|
+
"name": "href",
|
|
1924
2137
|
"type": {
|
|
1925
|
-
"text": "
|
|
2138
|
+
"text": "string"
|
|
1926
2139
|
},
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1929
|
-
"fieldName": "expanded",
|
|
2140
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2141
|
+
"fieldName": "href",
|
|
1930
2142
|
"inheritedFrom": {
|
|
1931
|
-
"name": "
|
|
1932
|
-
"module": "src/
|
|
2143
|
+
"name": "Anchor",
|
|
2144
|
+
"module": "src/anchor/anchor.ts"
|
|
1933
2145
|
}
|
|
1934
2146
|
},
|
|
1935
2147
|
{
|
|
1936
|
-
"name": "
|
|
2148
|
+
"name": "hreflang",
|
|
1937
2149
|
"type": {
|
|
1938
2150
|
"text": "string"
|
|
1939
2151
|
},
|
|
1940
|
-
"description": "
|
|
1941
|
-
"fieldName": "
|
|
2152
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2153
|
+
"fieldName": "hreflang",
|
|
1942
2154
|
"inheritedFrom": {
|
|
1943
|
-
"name": "
|
|
1944
|
-
"module": "src/
|
|
2155
|
+
"name": "Anchor",
|
|
2156
|
+
"module": "src/anchor/anchor.ts"
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"name": "ping",
|
|
2161
|
+
"type": {
|
|
2162
|
+
"text": "string"
|
|
2163
|
+
},
|
|
2164
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2165
|
+
"fieldName": "ping",
|
|
2166
|
+
"inheritedFrom": {
|
|
2167
|
+
"name": "Anchor",
|
|
2168
|
+
"module": "src/anchor/anchor.ts"
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"name": "referrerpolicy",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "string"
|
|
2175
|
+
},
|
|
2176
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2177
|
+
"fieldName": "referrerpolicy",
|
|
2178
|
+
"inheritedFrom": {
|
|
2179
|
+
"name": "Anchor",
|
|
2180
|
+
"module": "src/anchor/anchor.ts"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"name": "rel",
|
|
2185
|
+
"type": {
|
|
2186
|
+
"text": "string"
|
|
2187
|
+
},
|
|
2188
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2189
|
+
"fieldName": "rel",
|
|
2190
|
+
"inheritedFrom": {
|
|
2191
|
+
"name": "Anchor",
|
|
2192
|
+
"module": "src/anchor/anchor.ts"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"name": "target",
|
|
2197
|
+
"type": {
|
|
2198
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2199
|
+
},
|
|
2200
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2201
|
+
"fieldName": "target",
|
|
2202
|
+
"inheritedFrom": {
|
|
2203
|
+
"name": "Anchor",
|
|
2204
|
+
"module": "src/anchor/anchor.ts"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"name": "type",
|
|
2209
|
+
"type": {
|
|
2210
|
+
"text": "string"
|
|
2211
|
+
},
|
|
2212
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2213
|
+
"fieldName": "type",
|
|
2214
|
+
"inheritedFrom": {
|
|
2215
|
+
"name": "Anchor",
|
|
2216
|
+
"module": "src/anchor/anchor.ts"
|
|
1945
2217
|
}
|
|
1946
2218
|
}
|
|
1947
2219
|
],
|
|
1948
2220
|
"members": [
|
|
1949
2221
|
{
|
|
1950
2222
|
"kind": "field",
|
|
1951
|
-
"name": "
|
|
2223
|
+
"name": "download",
|
|
1952
2224
|
"type": {
|
|
1953
|
-
"text": "
|
|
2225
|
+
"text": "string"
|
|
1954
2226
|
},
|
|
1955
2227
|
"privacy": "public",
|
|
1956
|
-
"
|
|
1957
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2228
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1958
2229
|
"inheritedFrom": {
|
|
1959
|
-
"name": "
|
|
1960
|
-
"module": "src/
|
|
2230
|
+
"name": "Anchor",
|
|
2231
|
+
"module": "src/anchor/anchor.ts"
|
|
1961
2232
|
}
|
|
1962
2233
|
},
|
|
1963
2234
|
{
|
|
1964
2235
|
"kind": "field",
|
|
1965
|
-
"name": "
|
|
2236
|
+
"name": "href",
|
|
1966
2237
|
"type": {
|
|
1967
|
-
"text": "
|
|
2238
|
+
"text": "string"
|
|
1968
2239
|
},
|
|
1969
2240
|
"privacy": "public",
|
|
1970
|
-
"
|
|
1971
|
-
"description": "Expands or collapses the item.",
|
|
2241
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1972
2242
|
"inheritedFrom": {
|
|
1973
|
-
"name": "
|
|
1974
|
-
"module": "src/
|
|
2243
|
+
"name": "Anchor",
|
|
2244
|
+
"module": "src/anchor/anchor.ts"
|
|
1975
2245
|
}
|
|
1976
2246
|
},
|
|
1977
2247
|
{
|
|
1978
2248
|
"kind": "field",
|
|
1979
|
-
"name": "
|
|
2249
|
+
"name": "hreflang",
|
|
1980
2250
|
"type": {
|
|
1981
2251
|
"text": "string"
|
|
1982
2252
|
},
|
|
1983
2253
|
"privacy": "public",
|
|
1984
|
-
"description": "
|
|
2254
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1985
2255
|
"inheritedFrom": {
|
|
1986
|
-
"name": "
|
|
1987
|
-
"module": "src/
|
|
2256
|
+
"name": "Anchor",
|
|
2257
|
+
"module": "src/anchor/anchor.ts"
|
|
1988
2258
|
}
|
|
1989
2259
|
},
|
|
1990
2260
|
{
|
|
1991
2261
|
"kind": "field",
|
|
1992
|
-
"name": "
|
|
2262
|
+
"name": "ping",
|
|
2263
|
+
"type": {
|
|
2264
|
+
"text": "string"
|
|
2265
|
+
},
|
|
2266
|
+
"privacy": "public",
|
|
2267
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2268
|
+
"inheritedFrom": {
|
|
2269
|
+
"name": "Anchor",
|
|
2270
|
+
"module": "src/anchor/anchor.ts"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"kind": "field",
|
|
2275
|
+
"name": "referrerpolicy",
|
|
2276
|
+
"type": {
|
|
2277
|
+
"text": "string"
|
|
2278
|
+
},
|
|
2279
|
+
"privacy": "public",
|
|
2280
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2281
|
+
"inheritedFrom": {
|
|
2282
|
+
"name": "Anchor",
|
|
2283
|
+
"module": "src/anchor/anchor.ts"
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "field",
|
|
2288
|
+
"name": "rel",
|
|
2289
|
+
"type": {
|
|
2290
|
+
"text": "string"
|
|
2291
|
+
},
|
|
2292
|
+
"privacy": "public",
|
|
2293
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2294
|
+
"inheritedFrom": {
|
|
2295
|
+
"name": "Anchor",
|
|
2296
|
+
"module": "src/anchor/anchor.ts"
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"kind": "field",
|
|
2301
|
+
"name": "target",
|
|
2302
|
+
"type": {
|
|
2303
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2304
|
+
},
|
|
2305
|
+
"privacy": "public",
|
|
2306
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2307
|
+
"inheritedFrom": {
|
|
2308
|
+
"name": "Anchor",
|
|
2309
|
+
"module": "src/anchor/anchor.ts"
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "field",
|
|
2314
|
+
"name": "type",
|
|
2315
|
+
"type": {
|
|
2316
|
+
"text": "string"
|
|
2317
|
+
},
|
|
2318
|
+
"privacy": "public",
|
|
2319
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2320
|
+
"inheritedFrom": {
|
|
2321
|
+
"name": "Anchor",
|
|
2322
|
+
"module": "src/anchor/anchor.ts"
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"kind": "field",
|
|
2327
|
+
"name": "control",
|
|
2328
|
+
"type": {
|
|
2329
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2330
|
+
},
|
|
2331
|
+
"privacy": "public",
|
|
2332
|
+
"description": "References the root element",
|
|
2333
|
+
"inheritedFrom": {
|
|
2334
|
+
"name": "Anchor",
|
|
2335
|
+
"module": "src/anchor/anchor.ts"
|
|
2336
|
+
}
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"kind": "field",
|
|
2340
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1993
2341
|
"privacy": "private",
|
|
2342
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
1994
2343
|
"inheritedFrom": {
|
|
1995
|
-
"name": "
|
|
1996
|
-
"module": "src/
|
|
2344
|
+
"name": "Anchor",
|
|
2345
|
+
"module": "src/anchor/anchor.ts"
|
|
1997
2346
|
}
|
|
1998
2347
|
},
|
|
1999
2348
|
{
|
|
@@ -2107,21 +2456,11 @@
|
|
|
2107
2456
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2108
2457
|
}
|
|
2109
2458
|
}
|
|
2110
|
-
],
|
|
2111
|
-
"events": [
|
|
2112
|
-
{
|
|
2113
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2114
|
-
"name": "change",
|
|
2115
|
-
"inheritedFrom": {
|
|
2116
|
-
"name": "AccordionItem",
|
|
2117
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
2459
|
]
|
|
2121
2460
|
},
|
|
2122
2461
|
{
|
|
2123
2462
|
"kind": "variable",
|
|
2124
|
-
"name": "
|
|
2463
|
+
"name": "foundationAnchorShadowOptions",
|
|
2125
2464
|
"type": {
|
|
2126
2465
|
"text": "ShadowRootInit"
|
|
2127
2466
|
},
|
|
@@ -2129,57 +2468,57 @@
|
|
|
2129
2468
|
},
|
|
2130
2469
|
{
|
|
2131
2470
|
"kind": "variable",
|
|
2132
|
-
"name": "
|
|
2471
|
+
"name": "defaultAnchorConfig",
|
|
2133
2472
|
"type": {
|
|
2134
2473
|
"text": "object"
|
|
2135
2474
|
},
|
|
2136
|
-
"default": "{
|
|
2475
|
+
"default": "{}"
|
|
2137
2476
|
},
|
|
2138
2477
|
{
|
|
2139
2478
|
"kind": "variable",
|
|
2140
|
-
"name": "
|
|
2141
|
-
"description": "The Foundation
|
|
2479
|
+
"name": "foundationAnchor",
|
|
2480
|
+
"description": "The Foundation Anchor",
|
|
2142
2481
|
"privacy": "public"
|
|
2143
2482
|
}
|
|
2144
2483
|
],
|
|
2145
2484
|
"exports": [
|
|
2146
2485
|
{
|
|
2147
2486
|
"kind": "js",
|
|
2148
|
-
"name": "
|
|
2487
|
+
"name": "Anchor",
|
|
2149
2488
|
"declaration": {
|
|
2150
|
-
"name": "
|
|
2151
|
-
"module": "src/
|
|
2489
|
+
"name": "Anchor",
|
|
2490
|
+
"module": "src/anchor/anchor.ts"
|
|
2152
2491
|
}
|
|
2153
2492
|
},
|
|
2154
2493
|
{
|
|
2155
2494
|
"kind": "js",
|
|
2156
|
-
"name": "
|
|
2495
|
+
"name": "foundationAnchorShadowOptions",
|
|
2157
2496
|
"declaration": {
|
|
2158
|
-
"name": "
|
|
2159
|
-
"module": "src/
|
|
2497
|
+
"name": "foundationAnchorShadowOptions",
|
|
2498
|
+
"module": "src/anchor/anchor.ts"
|
|
2160
2499
|
}
|
|
2161
2500
|
},
|
|
2162
2501
|
{
|
|
2163
2502
|
"kind": "js",
|
|
2164
|
-
"name": "
|
|
2503
|
+
"name": "defaultAnchorConfig",
|
|
2165
2504
|
"declaration": {
|
|
2166
|
-
"name": "
|
|
2167
|
-
"module": "src/
|
|
2505
|
+
"name": "defaultAnchorConfig",
|
|
2506
|
+
"module": "src/anchor/anchor.ts"
|
|
2168
2507
|
}
|
|
2169
2508
|
},
|
|
2170
2509
|
{
|
|
2171
2510
|
"kind": "js",
|
|
2172
|
-
"name": "
|
|
2511
|
+
"name": "foundationAnchor",
|
|
2173
2512
|
"declaration": {
|
|
2174
|
-
"name": "
|
|
2175
|
-
"module": "src/
|
|
2513
|
+
"name": "foundationAnchor",
|
|
2514
|
+
"module": "src/anchor/anchor.ts"
|
|
2176
2515
|
}
|
|
2177
2516
|
}
|
|
2178
2517
|
]
|
|
2179
2518
|
},
|
|
2180
2519
|
{
|
|
2181
2520
|
"kind": "javascript-module",
|
|
2182
|
-
"path": "src/
|
|
2521
|
+
"path": "src/anchor/index.ts",
|
|
2183
2522
|
"declarations": [],
|
|
2184
2523
|
"exports": [
|
|
2185
2524
|
{
|
|
@@ -2187,7 +2526,7 @@
|
|
|
2187
2526
|
"name": "*",
|
|
2188
2527
|
"declaration": {
|
|
2189
2528
|
"name": "*",
|
|
2190
|
-
"package": "./
|
|
2529
|
+
"package": "./anchor.template"
|
|
2191
2530
|
}
|
|
2192
2531
|
},
|
|
2193
2532
|
{
|
|
@@ -2195,7 +2534,7 @@
|
|
|
2195
2534
|
"name": "*",
|
|
2196
2535
|
"declaration": {
|
|
2197
2536
|
"name": "*",
|
|
2198
|
-
"package": "./
|
|
2537
|
+
"package": "./anchor.styles"
|
|
2199
2538
|
}
|
|
2200
2539
|
},
|
|
2201
2540
|
{
|
|
@@ -2203,21 +2542,21 @@
|
|
|
2203
2542
|
"name": "*",
|
|
2204
2543
|
"declaration": {
|
|
2205
2544
|
"name": "*",
|
|
2206
|
-
"package": "./
|
|
2545
|
+
"package": "./anchor"
|
|
2207
2546
|
}
|
|
2208
2547
|
}
|
|
2209
2548
|
]
|
|
2210
2549
|
},
|
|
2211
2550
|
{
|
|
2212
2551
|
"kind": "javascript-module",
|
|
2213
|
-
"path": "src/
|
|
2552
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2214
2553
|
"declarations": [
|
|
2215
2554
|
{
|
|
2216
2555
|
"kind": "function",
|
|
2217
|
-
"name": "
|
|
2556
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2218
2557
|
"return": {
|
|
2219
2558
|
"type": {
|
|
2220
|
-
"text": "
|
|
2559
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2221
2560
|
}
|
|
2222
2561
|
},
|
|
2223
2562
|
"parameters": [
|
|
@@ -2239,24 +2578,24 @@
|
|
|
2239
2578
|
"exports": [
|
|
2240
2579
|
{
|
|
2241
2580
|
"kind": "js",
|
|
2242
|
-
"name": "
|
|
2581
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2243
2582
|
"declaration": {
|
|
2244
|
-
"name": "
|
|
2245
|
-
"module": "src/
|
|
2583
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2584
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2246
2585
|
}
|
|
2247
2586
|
}
|
|
2248
2587
|
]
|
|
2249
2588
|
},
|
|
2250
2589
|
{
|
|
2251
2590
|
"kind": "javascript-module",
|
|
2252
|
-
"path": "src/
|
|
2591
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2253
2592
|
"declarations": [
|
|
2254
2593
|
{
|
|
2255
2594
|
"kind": "function",
|
|
2256
|
-
"name": "
|
|
2595
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2257
2596
|
"return": {
|
|
2258
2597
|
"type": {
|
|
2259
|
-
"text": "
|
|
2598
|
+
"text": "ElementStyles"
|
|
2260
2599
|
}
|
|
2261
2600
|
},
|
|
2262
2601
|
"parameters": [
|
|
@@ -2278,769 +2617,249 @@
|
|
|
2278
2617
|
"exports": [
|
|
2279
2618
|
{
|
|
2280
2619
|
"kind": "js",
|
|
2281
|
-
"name": "
|
|
2620
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2282
2621
|
"declaration": {
|
|
2283
|
-
"name": "
|
|
2284
|
-
"module": "src/
|
|
2622
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2623
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2285
2624
|
}
|
|
2286
2625
|
}
|
|
2287
2626
|
]
|
|
2288
2627
|
},
|
|
2289
2628
|
{
|
|
2290
2629
|
"kind": "javascript-module",
|
|
2291
|
-
"path": "src/
|
|
2630
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2292
2631
|
"declarations": [
|
|
2293
2632
|
{
|
|
2294
2633
|
"kind": "class",
|
|
2295
2634
|
"description": "",
|
|
2296
|
-
"name": "
|
|
2635
|
+
"name": "AnchoredRegion",
|
|
2297
2636
|
"superclass": {
|
|
2298
|
-
"name": "
|
|
2637
|
+
"name": "FASTAnchoredRegion",
|
|
2299
2638
|
"package": "@microsoft/fast-components"
|
|
2300
2639
|
},
|
|
2301
|
-
"tagName": "%%prefix%%-
|
|
2640
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2302
2641
|
"customElement": true,
|
|
2303
2642
|
"attributes": [
|
|
2304
2643
|
{
|
|
2305
|
-
"name": "
|
|
2644
|
+
"name": "anchor",
|
|
2306
2645
|
"type": {
|
|
2307
2646
|
"text": "string"
|
|
2308
2647
|
},
|
|
2309
|
-
"
|
|
2310
|
-
"
|
|
2648
|
+
"default": "\"\"",
|
|
2649
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2650
|
+
"fieldName": "anchor",
|
|
2311
2651
|
"inheritedFrom": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/
|
|
2652
|
+
"name": "AnchoredRegion",
|
|
2653
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2314
2654
|
}
|
|
2315
2655
|
},
|
|
2316
2656
|
{
|
|
2317
|
-
"name": "
|
|
2657
|
+
"name": "viewport",
|
|
2318
2658
|
"type": {
|
|
2319
2659
|
"text": "string"
|
|
2320
2660
|
},
|
|
2321
|
-
"
|
|
2322
|
-
"
|
|
2661
|
+
"default": "\"\"",
|
|
2662
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2663
|
+
"fieldName": "viewport",
|
|
2323
2664
|
"inheritedFrom": {
|
|
2324
|
-
"name": "
|
|
2325
|
-
"module": "src/
|
|
2665
|
+
"name": "AnchoredRegion",
|
|
2666
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2326
2667
|
}
|
|
2327
2668
|
},
|
|
2328
2669
|
{
|
|
2329
|
-
"name": "
|
|
2670
|
+
"name": "horizontal-positioning-mode",
|
|
2330
2671
|
"type": {
|
|
2331
|
-
"text": "
|
|
2672
|
+
"text": "AxisPositioningMode"
|
|
2332
2673
|
},
|
|
2333
|
-
"
|
|
2334
|
-
"
|
|
2674
|
+
"default": "\"uncontrolled\"",
|
|
2675
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2676
|
+
"fieldName": "horizontalPositioningMode",
|
|
2335
2677
|
"inheritedFrom": {
|
|
2336
|
-
"name": "
|
|
2337
|
-
"module": "src/
|
|
2678
|
+
"name": "AnchoredRegion",
|
|
2679
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2338
2680
|
}
|
|
2339
2681
|
},
|
|
2340
2682
|
{
|
|
2341
|
-
"name": "
|
|
2683
|
+
"name": "horizontal-default-position",
|
|
2342
2684
|
"type": {
|
|
2343
|
-
"text": "
|
|
2685
|
+
"text": "HorizontalPosition"
|
|
2344
2686
|
},
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2687
|
+
"default": "\"unset\"",
|
|
2688
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2689
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2347
2690
|
"inheritedFrom": {
|
|
2348
|
-
"name": "
|
|
2349
|
-
"module": "src/
|
|
2691
|
+
"name": "AnchoredRegion",
|
|
2692
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2350
2693
|
}
|
|
2351
2694
|
},
|
|
2352
2695
|
{
|
|
2353
|
-
"name": "
|
|
2696
|
+
"name": "horizontal-viewport-lock",
|
|
2354
2697
|
"type": {
|
|
2355
|
-
"text": "
|
|
2698
|
+
"text": "boolean"
|
|
2356
2699
|
},
|
|
2357
|
-
"
|
|
2358
|
-
"
|
|
2700
|
+
"default": "false",
|
|
2701
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2702
|
+
"fieldName": "horizontalViewportLock",
|
|
2359
2703
|
"inheritedFrom": {
|
|
2360
|
-
"name": "
|
|
2361
|
-
"module": "src/
|
|
2704
|
+
"name": "AnchoredRegion",
|
|
2705
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2362
2706
|
}
|
|
2363
2707
|
},
|
|
2364
2708
|
{
|
|
2365
|
-
"name": "
|
|
2709
|
+
"name": "horizontal-inset",
|
|
2366
2710
|
"type": {
|
|
2367
|
-
"text": "
|
|
2711
|
+
"text": "boolean"
|
|
2368
2712
|
},
|
|
2369
|
-
"
|
|
2370
|
-
"
|
|
2713
|
+
"default": "false",
|
|
2714
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2715
|
+
"fieldName": "horizontalInset",
|
|
2371
2716
|
"inheritedFrom": {
|
|
2372
|
-
"name": "
|
|
2373
|
-
"module": "src/
|
|
2717
|
+
"name": "AnchoredRegion",
|
|
2718
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2374
2719
|
}
|
|
2375
2720
|
},
|
|
2376
2721
|
{
|
|
2377
|
-
"name": "
|
|
2722
|
+
"name": "horizontal-threshold",
|
|
2378
2723
|
"type": {
|
|
2379
|
-
"text": "
|
|
2724
|
+
"text": "number"
|
|
2380
2725
|
},
|
|
2381
|
-
"description": "
|
|
2382
|
-
"fieldName": "
|
|
2726
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2727
|
+
"fieldName": "horizontalThreshold",
|
|
2383
2728
|
"inheritedFrom": {
|
|
2384
|
-
"name": "
|
|
2385
|
-
"module": "src/
|
|
2729
|
+
"name": "AnchoredRegion",
|
|
2730
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2386
2731
|
}
|
|
2387
2732
|
},
|
|
2388
2733
|
{
|
|
2389
|
-
"name": "
|
|
2734
|
+
"name": "horizontal-scaling",
|
|
2390
2735
|
"type": {
|
|
2391
|
-
"text": "
|
|
2736
|
+
"text": "AxisScalingMode"
|
|
2392
2737
|
},
|
|
2393
|
-
"
|
|
2394
|
-
"
|
|
2738
|
+
"default": "\"content\"",
|
|
2739
|
+
"description": "Defines how the width of the region is calculated",
|
|
2740
|
+
"fieldName": "horizontalScaling",
|
|
2395
2741
|
"inheritedFrom": {
|
|
2396
|
-
"name": "
|
|
2397
|
-
"module": "src/
|
|
2742
|
+
"name": "AnchoredRegion",
|
|
2743
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2398
2744
|
}
|
|
2399
|
-
}
|
|
2400
|
-
],
|
|
2401
|
-
"members": [
|
|
2745
|
+
},
|
|
2402
2746
|
{
|
|
2403
|
-
"
|
|
2404
|
-
"name": "download",
|
|
2747
|
+
"name": "vertical-positioning-mode",
|
|
2405
2748
|
"type": {
|
|
2406
|
-
"text": "
|
|
2749
|
+
"text": "AxisPositioningMode"
|
|
2407
2750
|
},
|
|
2408
|
-
"
|
|
2409
|
-
"description": "
|
|
2751
|
+
"default": "\"uncontrolled\"",
|
|
2752
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2753
|
+
"fieldName": "verticalPositioningMode",
|
|
2410
2754
|
"inheritedFrom": {
|
|
2411
|
-
"name": "
|
|
2412
|
-
"module": "src/
|
|
2755
|
+
"name": "AnchoredRegion",
|
|
2756
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2413
2757
|
}
|
|
2414
2758
|
},
|
|
2415
2759
|
{
|
|
2416
|
-
"
|
|
2417
|
-
"name": "href",
|
|
2760
|
+
"name": "vertical-default-position",
|
|
2418
2761
|
"type": {
|
|
2419
|
-
"text": "
|
|
2762
|
+
"text": "VerticalPosition"
|
|
2420
2763
|
},
|
|
2421
|
-
"
|
|
2422
|
-
"description": "The
|
|
2764
|
+
"default": "\"unset\"",
|
|
2765
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2766
|
+
"fieldName": "verticalDefaultPosition",
|
|
2423
2767
|
"inheritedFrom": {
|
|
2424
|
-
"name": "
|
|
2425
|
-
"module": "src/
|
|
2768
|
+
"name": "AnchoredRegion",
|
|
2769
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2426
2770
|
}
|
|
2427
2771
|
},
|
|
2428
2772
|
{
|
|
2429
|
-
"
|
|
2430
|
-
"name": "hreflang",
|
|
2773
|
+
"name": "vertical-viewport-lock",
|
|
2431
2774
|
"type": {
|
|
2432
|
-
"text": "
|
|
2775
|
+
"text": "boolean"
|
|
2433
2776
|
},
|
|
2434
|
-
"
|
|
2435
|
-
"description": "
|
|
2777
|
+
"default": "false",
|
|
2778
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2779
|
+
"fieldName": "verticalViewportLock",
|
|
2436
2780
|
"inheritedFrom": {
|
|
2437
|
-
"name": "
|
|
2438
|
-
"module": "src/
|
|
2781
|
+
"name": "AnchoredRegion",
|
|
2782
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2439
2783
|
}
|
|
2440
2784
|
},
|
|
2441
2785
|
{
|
|
2442
|
-
"
|
|
2443
|
-
"name": "ping",
|
|
2786
|
+
"name": "vertical-inset",
|
|
2444
2787
|
"type": {
|
|
2445
|
-
"text": "
|
|
2788
|
+
"text": "boolean"
|
|
2446
2789
|
},
|
|
2447
|
-
"
|
|
2448
|
-
"description": "
|
|
2790
|
+
"default": "false",
|
|
2791
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2792
|
+
"fieldName": "verticalInset",
|
|
2449
2793
|
"inheritedFrom": {
|
|
2450
|
-
"name": "
|
|
2451
|
-
"module": "src/
|
|
2794
|
+
"name": "AnchoredRegion",
|
|
2795
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2452
2796
|
}
|
|
2453
2797
|
},
|
|
2454
2798
|
{
|
|
2455
|
-
"
|
|
2456
|
-
"name": "referrerpolicy",
|
|
2799
|
+
"name": "vertical-threshold",
|
|
2457
2800
|
"type": {
|
|
2458
|
-
"text": "
|
|
2801
|
+
"text": "number"
|
|
2459
2802
|
},
|
|
2460
|
-
"
|
|
2461
|
-
"
|
|
2803
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2804
|
+
"fieldName": "verticalThreshold",
|
|
2462
2805
|
"inheritedFrom": {
|
|
2463
|
-
"name": "
|
|
2464
|
-
"module": "src/
|
|
2806
|
+
"name": "AnchoredRegion",
|
|
2807
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2465
2808
|
}
|
|
2466
2809
|
},
|
|
2467
2810
|
{
|
|
2468
|
-
"
|
|
2469
|
-
"name": "rel",
|
|
2811
|
+
"name": "vertical-scaling",
|
|
2470
2812
|
"type": {
|
|
2471
|
-
"text": "
|
|
2813
|
+
"text": "AxisScalingMode"
|
|
2472
2814
|
},
|
|
2473
|
-
"
|
|
2474
|
-
"description": "
|
|
2815
|
+
"default": "\"content\"",
|
|
2816
|
+
"description": "Defines how the height of the region is calculated",
|
|
2817
|
+
"fieldName": "verticalScaling",
|
|
2475
2818
|
"inheritedFrom": {
|
|
2476
|
-
"name": "
|
|
2477
|
-
"module": "src/
|
|
2819
|
+
"name": "AnchoredRegion",
|
|
2820
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2478
2821
|
}
|
|
2479
2822
|
},
|
|
2480
2823
|
{
|
|
2481
|
-
"
|
|
2482
|
-
"name": "target",
|
|
2824
|
+
"name": "fixed-placement",
|
|
2483
2825
|
"type": {
|
|
2484
|
-
"text": "
|
|
2826
|
+
"text": "boolean"
|
|
2485
2827
|
},
|
|
2486
|
-
"
|
|
2487
|
-
"description": "
|
|
2828
|
+
"default": "false",
|
|
2829
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2830
|
+
"fieldName": "fixedPlacement",
|
|
2488
2831
|
"inheritedFrom": {
|
|
2489
|
-
"name": "
|
|
2490
|
-
"module": "src/
|
|
2832
|
+
"name": "AnchoredRegion",
|
|
2833
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2491
2834
|
}
|
|
2492
2835
|
},
|
|
2493
2836
|
{
|
|
2494
|
-
"
|
|
2495
|
-
"name": "type",
|
|
2837
|
+
"name": "auto-update-mode",
|
|
2496
2838
|
"type": {
|
|
2497
|
-
"text": "
|
|
2839
|
+
"text": "AutoUpdateMode"
|
|
2498
2840
|
},
|
|
2499
|
-
"
|
|
2500
|
-
"description": "
|
|
2841
|
+
"default": "\"anchor\"",
|
|
2842
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2843
|
+
"fieldName": "autoUpdateMode",
|
|
2501
2844
|
"inheritedFrom": {
|
|
2502
|
-
"name": "
|
|
2503
|
-
"module": "src/
|
|
2845
|
+
"name": "AnchoredRegion",
|
|
2846
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2504
2847
|
}
|
|
2505
|
-
}
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2850
|
+
"members": [
|
|
2506
2851
|
{
|
|
2507
2852
|
"kind": "field",
|
|
2508
|
-
"name": "
|
|
2853
|
+
"name": "anchor",
|
|
2509
2854
|
"type": {
|
|
2510
|
-
"text": "
|
|
2855
|
+
"text": "string"
|
|
2511
2856
|
},
|
|
2512
2857
|
"privacy": "public",
|
|
2513
|
-
"
|
|
2858
|
+
"default": "\"\"",
|
|
2859
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2514
2860
|
"inheritedFrom": {
|
|
2515
|
-
"name": "
|
|
2516
|
-
"module": "src/
|
|
2517
|
-
}
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"kind": "field",
|
|
2521
|
-
"name": "handleUnsupportedDelegatesFocus",
|
|
2522
|
-
"privacy": "private",
|
|
2523
|
-
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2524
|
-
"inheritedFrom": {
|
|
2525
|
-
"name": "Anchor",
|
|
2526
|
-
"module": "src/anchor/anchor.ts"
|
|
2527
|
-
}
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"kind": "field",
|
|
2531
|
-
"name": "_presentation",
|
|
2532
|
-
"type": {
|
|
2533
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2534
|
-
},
|
|
2535
|
-
"privacy": "private",
|
|
2536
|
-
"default": "void 0",
|
|
2537
|
-
"inheritedFrom": {
|
|
2538
|
-
"name": "FoundationElement",
|
|
2539
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2540
|
-
}
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"kind": "field",
|
|
2544
|
-
"name": "$presentation",
|
|
2545
|
-
"type": {
|
|
2546
|
-
"text": "ComponentPresentation | null"
|
|
2547
|
-
},
|
|
2548
|
-
"privacy": "public",
|
|
2549
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2550
|
-
"inheritedFrom": {
|
|
2551
|
-
"name": "FoundationElement",
|
|
2552
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2553
|
-
}
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"kind": "field",
|
|
2557
|
-
"name": "template",
|
|
2558
|
-
"type": {
|
|
2559
|
-
"text": "ElementViewTemplate | void | null"
|
|
2560
|
-
},
|
|
2561
|
-
"privacy": "public",
|
|
2562
|
-
"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.",
|
|
2563
|
-
"inheritedFrom": {
|
|
2564
|
-
"name": "FoundationElement",
|
|
2565
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2566
|
-
}
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"kind": "method",
|
|
2570
|
-
"name": "templateChanged",
|
|
2571
|
-
"privacy": "protected",
|
|
2572
|
-
"return": {
|
|
2573
|
-
"type": {
|
|
2574
|
-
"text": "void"
|
|
2575
|
-
}
|
|
2576
|
-
},
|
|
2577
|
-
"inheritedFrom": {
|
|
2578
|
-
"name": "FoundationElement",
|
|
2579
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2580
|
-
}
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"kind": "field",
|
|
2584
|
-
"name": "styles",
|
|
2585
|
-
"type": {
|
|
2586
|
-
"text": "ElementStyles | void | null"
|
|
2587
|
-
},
|
|
2588
|
-
"privacy": "public",
|
|
2589
|
-
"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.",
|
|
2590
|
-
"inheritedFrom": {
|
|
2591
|
-
"name": "FoundationElement",
|
|
2592
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2593
|
-
}
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"kind": "method",
|
|
2597
|
-
"name": "stylesChanged",
|
|
2598
|
-
"privacy": "protected",
|
|
2599
|
-
"return": {
|
|
2600
|
-
"type": {
|
|
2601
|
-
"text": "void"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
"inheritedFrom": {
|
|
2605
|
-
"name": "FoundationElement",
|
|
2606
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2607
|
-
}
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"kind": "method",
|
|
2611
|
-
"name": "compose",
|
|
2612
|
-
"privacy": "public",
|
|
2613
|
-
"static": true,
|
|
2614
|
-
"return": {
|
|
2615
|
-
"type": {
|
|
2616
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2617
|
-
}
|
|
2618
|
-
},
|
|
2619
|
-
"parameters": [
|
|
2620
|
-
{
|
|
2621
|
-
"name": "this",
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "K"
|
|
2624
|
-
}
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
"name": "elementDefinition",
|
|
2628
|
-
"type": {
|
|
2629
|
-
"text": "T"
|
|
2630
|
-
},
|
|
2631
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2632
|
-
}
|
|
2633
|
-
],
|
|
2634
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2635
|
-
"inheritedFrom": {
|
|
2636
|
-
"name": "FoundationElement",
|
|
2637
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2638
|
-
}
|
|
2639
|
-
}
|
|
2640
|
-
]
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"kind": "variable",
|
|
2644
|
-
"name": "foundationAnchorShadowOptions",
|
|
2645
|
-
"type": {
|
|
2646
|
-
"text": "ShadowRootInit"
|
|
2647
|
-
},
|
|
2648
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"kind": "variable",
|
|
2652
|
-
"name": "defaultAnchorConfig",
|
|
2653
|
-
"type": {
|
|
2654
|
-
"text": "object"
|
|
2655
|
-
},
|
|
2656
|
-
"default": "{}"
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"kind": "variable",
|
|
2660
|
-
"name": "foundationAnchor",
|
|
2661
|
-
"description": "The Foundation Anchor",
|
|
2662
|
-
"privacy": "public"
|
|
2663
|
-
}
|
|
2664
|
-
],
|
|
2665
|
-
"exports": [
|
|
2666
|
-
{
|
|
2667
|
-
"kind": "js",
|
|
2668
|
-
"name": "Anchor",
|
|
2669
|
-
"declaration": {
|
|
2670
|
-
"name": "Anchor",
|
|
2671
|
-
"module": "src/anchor/anchor.ts"
|
|
2672
|
-
}
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"kind": "js",
|
|
2676
|
-
"name": "foundationAnchorShadowOptions",
|
|
2677
|
-
"declaration": {
|
|
2678
|
-
"name": "foundationAnchorShadowOptions",
|
|
2679
|
-
"module": "src/anchor/anchor.ts"
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"kind": "js",
|
|
2684
|
-
"name": "defaultAnchorConfig",
|
|
2685
|
-
"declaration": {
|
|
2686
|
-
"name": "defaultAnchorConfig",
|
|
2687
|
-
"module": "src/anchor/anchor.ts"
|
|
2688
|
-
}
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"kind": "js",
|
|
2692
|
-
"name": "foundationAnchor",
|
|
2693
|
-
"declaration": {
|
|
2694
|
-
"name": "foundationAnchor",
|
|
2695
|
-
"module": "src/anchor/anchor.ts"
|
|
2696
|
-
}
|
|
2697
|
-
}
|
|
2698
|
-
]
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
"kind": "javascript-module",
|
|
2702
|
-
"path": "src/anchor/index.ts",
|
|
2703
|
-
"declarations": [],
|
|
2704
|
-
"exports": [
|
|
2705
|
-
{
|
|
2706
|
-
"kind": "js",
|
|
2707
|
-
"name": "*",
|
|
2708
|
-
"declaration": {
|
|
2709
|
-
"name": "*",
|
|
2710
|
-
"package": "./anchor.template"
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"kind": "js",
|
|
2715
|
-
"name": "*",
|
|
2716
|
-
"declaration": {
|
|
2717
|
-
"name": "*",
|
|
2718
|
-
"package": "./anchor.styles"
|
|
2719
|
-
}
|
|
2720
|
-
},
|
|
2721
|
-
{
|
|
2722
|
-
"kind": "js",
|
|
2723
|
-
"name": "*",
|
|
2724
|
-
"declaration": {
|
|
2725
|
-
"name": "*",
|
|
2726
|
-
"package": "./anchor"
|
|
2727
|
-
}
|
|
2728
|
-
}
|
|
2729
|
-
]
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"kind": "javascript-module",
|
|
2733
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2734
|
-
"declarations": [
|
|
2735
|
-
{
|
|
2736
|
-
"kind": "function",
|
|
2737
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2738
|
-
"return": {
|
|
2739
|
-
"type": {
|
|
2740
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2741
|
-
}
|
|
2742
|
-
},
|
|
2743
|
-
"parameters": [
|
|
2744
|
-
{
|
|
2745
|
-
"name": "context",
|
|
2746
|
-
"type": {
|
|
2747
|
-
"text": "ElementDefinitionContext"
|
|
2748
|
-
}
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"name": "definition",
|
|
2752
|
-
"type": {
|
|
2753
|
-
"text": "FoundationElementDefinition"
|
|
2754
|
-
}
|
|
2755
|
-
}
|
|
2756
|
-
]
|
|
2757
|
-
}
|
|
2758
|
-
],
|
|
2759
|
-
"exports": [
|
|
2760
|
-
{
|
|
2761
|
-
"kind": "js",
|
|
2762
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2763
|
-
"declaration": {
|
|
2764
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2765
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2766
|
-
}
|
|
2767
|
-
}
|
|
2768
|
-
]
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "javascript-module",
|
|
2772
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2773
|
-
"declarations": [
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "function",
|
|
2776
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2777
|
-
"return": {
|
|
2778
|
-
"type": {
|
|
2779
|
-
"text": "ElementStyles"
|
|
2780
|
-
}
|
|
2781
|
-
},
|
|
2782
|
-
"parameters": [
|
|
2783
|
-
{
|
|
2784
|
-
"name": "context",
|
|
2785
|
-
"type": {
|
|
2786
|
-
"text": "ElementDefinitionContext"
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"name": "definition",
|
|
2791
|
-
"type": {
|
|
2792
|
-
"text": "FoundationElementDefinition"
|
|
2793
|
-
}
|
|
2794
|
-
}
|
|
2795
|
-
]
|
|
2796
|
-
}
|
|
2797
|
-
],
|
|
2798
|
-
"exports": [
|
|
2799
|
-
{
|
|
2800
|
-
"kind": "js",
|
|
2801
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2802
|
-
"declaration": {
|
|
2803
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2804
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2805
|
-
}
|
|
2806
|
-
}
|
|
2807
|
-
]
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"kind": "javascript-module",
|
|
2811
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
2812
|
-
"declarations": [
|
|
2813
|
-
{
|
|
2814
|
-
"kind": "class",
|
|
2815
|
-
"description": "",
|
|
2816
|
-
"name": "AnchoredRegion",
|
|
2817
|
-
"superclass": {
|
|
2818
|
-
"name": "FASTAnchoredRegion",
|
|
2819
|
-
"package": "@microsoft/fast-components"
|
|
2820
|
-
},
|
|
2821
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2822
|
-
"customElement": true,
|
|
2823
|
-
"attributes": [
|
|
2824
|
-
{
|
|
2825
|
-
"name": "anchor",
|
|
2826
|
-
"type": {
|
|
2827
|
-
"text": "string"
|
|
2828
|
-
},
|
|
2829
|
-
"default": "\"\"",
|
|
2830
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2831
|
-
"fieldName": "anchor",
|
|
2832
|
-
"inheritedFrom": {
|
|
2833
|
-
"name": "AnchoredRegion",
|
|
2834
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2835
|
-
}
|
|
2836
|
-
},
|
|
2837
|
-
{
|
|
2838
|
-
"name": "viewport",
|
|
2839
|
-
"type": {
|
|
2840
|
-
"text": "string"
|
|
2841
|
-
},
|
|
2842
|
-
"default": "\"\"",
|
|
2843
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2844
|
-
"fieldName": "viewport",
|
|
2845
|
-
"inheritedFrom": {
|
|
2846
|
-
"name": "AnchoredRegion",
|
|
2847
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2848
|
-
}
|
|
2849
|
-
},
|
|
2850
|
-
{
|
|
2851
|
-
"name": "horizontal-positioning-mode",
|
|
2852
|
-
"type": {
|
|
2853
|
-
"text": "AxisPositioningMode"
|
|
2854
|
-
},
|
|
2855
|
-
"default": "\"uncontrolled\"",
|
|
2856
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2857
|
-
"fieldName": "horizontalPositioningMode",
|
|
2858
|
-
"inheritedFrom": {
|
|
2859
|
-
"name": "AnchoredRegion",
|
|
2860
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2861
|
-
}
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"name": "horizontal-default-position",
|
|
2865
|
-
"type": {
|
|
2866
|
-
"text": "HorizontalPosition"
|
|
2867
|
-
},
|
|
2868
|
-
"default": "\"unset\"",
|
|
2869
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2870
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2871
|
-
"inheritedFrom": {
|
|
2872
|
-
"name": "AnchoredRegion",
|
|
2873
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2874
|
-
}
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
"name": "horizontal-viewport-lock",
|
|
2878
|
-
"type": {
|
|
2879
|
-
"text": "boolean"
|
|
2880
|
-
},
|
|
2881
|
-
"default": "false",
|
|
2882
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2883
|
-
"fieldName": "horizontalViewportLock",
|
|
2884
|
-
"inheritedFrom": {
|
|
2885
|
-
"name": "AnchoredRegion",
|
|
2886
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2887
|
-
}
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"name": "horizontal-inset",
|
|
2891
|
-
"type": {
|
|
2892
|
-
"text": "boolean"
|
|
2893
|
-
},
|
|
2894
|
-
"default": "false",
|
|
2895
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2896
|
-
"fieldName": "horizontalInset",
|
|
2897
|
-
"inheritedFrom": {
|
|
2898
|
-
"name": "AnchoredRegion",
|
|
2899
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2900
|
-
}
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"name": "horizontal-threshold",
|
|
2904
|
-
"type": {
|
|
2905
|
-
"text": "number"
|
|
2906
|
-
},
|
|
2907
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2908
|
-
"fieldName": "horizontalThreshold",
|
|
2909
|
-
"inheritedFrom": {
|
|
2910
|
-
"name": "AnchoredRegion",
|
|
2911
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2912
|
-
}
|
|
2913
|
-
},
|
|
2914
|
-
{
|
|
2915
|
-
"name": "horizontal-scaling",
|
|
2916
|
-
"type": {
|
|
2917
|
-
"text": "AxisScalingMode"
|
|
2918
|
-
},
|
|
2919
|
-
"default": "\"content\"",
|
|
2920
|
-
"description": "Defines how the width of the region is calculated",
|
|
2921
|
-
"fieldName": "horizontalScaling",
|
|
2922
|
-
"inheritedFrom": {
|
|
2923
|
-
"name": "AnchoredRegion",
|
|
2924
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2925
|
-
}
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"name": "vertical-positioning-mode",
|
|
2929
|
-
"type": {
|
|
2930
|
-
"text": "AxisPositioningMode"
|
|
2931
|
-
},
|
|
2932
|
-
"default": "\"uncontrolled\"",
|
|
2933
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2934
|
-
"fieldName": "verticalPositioningMode",
|
|
2935
|
-
"inheritedFrom": {
|
|
2936
|
-
"name": "AnchoredRegion",
|
|
2937
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"name": "vertical-default-position",
|
|
2942
|
-
"type": {
|
|
2943
|
-
"text": "VerticalPosition"
|
|
2944
|
-
},
|
|
2945
|
-
"default": "\"unset\"",
|
|
2946
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2947
|
-
"fieldName": "verticalDefaultPosition",
|
|
2948
|
-
"inheritedFrom": {
|
|
2949
|
-
"name": "AnchoredRegion",
|
|
2950
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2951
|
-
}
|
|
2952
|
-
},
|
|
2953
|
-
{
|
|
2954
|
-
"name": "vertical-viewport-lock",
|
|
2955
|
-
"type": {
|
|
2956
|
-
"text": "boolean"
|
|
2957
|
-
},
|
|
2958
|
-
"default": "false",
|
|
2959
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2960
|
-
"fieldName": "verticalViewportLock",
|
|
2961
|
-
"inheritedFrom": {
|
|
2962
|
-
"name": "AnchoredRegion",
|
|
2963
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2964
|
-
}
|
|
2965
|
-
},
|
|
2966
|
-
{
|
|
2967
|
-
"name": "vertical-inset",
|
|
2968
|
-
"type": {
|
|
2969
|
-
"text": "boolean"
|
|
2970
|
-
},
|
|
2971
|
-
"default": "false",
|
|
2972
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2973
|
-
"fieldName": "verticalInset",
|
|
2974
|
-
"inheritedFrom": {
|
|
2975
|
-
"name": "AnchoredRegion",
|
|
2976
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2977
|
-
}
|
|
2978
|
-
},
|
|
2979
|
-
{
|
|
2980
|
-
"name": "vertical-threshold",
|
|
2981
|
-
"type": {
|
|
2982
|
-
"text": "number"
|
|
2983
|
-
},
|
|
2984
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2985
|
-
"fieldName": "verticalThreshold",
|
|
2986
|
-
"inheritedFrom": {
|
|
2987
|
-
"name": "AnchoredRegion",
|
|
2988
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2989
|
-
}
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"name": "vertical-scaling",
|
|
2993
|
-
"type": {
|
|
2994
|
-
"text": "AxisScalingMode"
|
|
2995
|
-
},
|
|
2996
|
-
"default": "\"content\"",
|
|
2997
|
-
"description": "Defines how the height of the region is calculated",
|
|
2998
|
-
"fieldName": "verticalScaling",
|
|
2999
|
-
"inheritedFrom": {
|
|
3000
|
-
"name": "AnchoredRegion",
|
|
3001
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3002
|
-
}
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"name": "fixed-placement",
|
|
3006
|
-
"type": {
|
|
3007
|
-
"text": "boolean"
|
|
3008
|
-
},
|
|
3009
|
-
"default": "false",
|
|
3010
|
-
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3011
|
-
"fieldName": "fixedPlacement",
|
|
3012
|
-
"inheritedFrom": {
|
|
3013
|
-
"name": "AnchoredRegion",
|
|
3014
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3015
|
-
}
|
|
3016
|
-
},
|
|
3017
|
-
{
|
|
3018
|
-
"name": "auto-update-mode",
|
|
3019
|
-
"type": {
|
|
3020
|
-
"text": "AutoUpdateMode"
|
|
3021
|
-
},
|
|
3022
|
-
"default": "\"anchor\"",
|
|
3023
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3024
|
-
"fieldName": "autoUpdateMode",
|
|
3025
|
-
"inheritedFrom": {
|
|
3026
|
-
"name": "AnchoredRegion",
|
|
3027
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3028
|
-
}
|
|
3029
|
-
}
|
|
3030
|
-
],
|
|
3031
|
-
"members": [
|
|
3032
|
-
{
|
|
3033
|
-
"kind": "field",
|
|
3034
|
-
"name": "anchor",
|
|
3035
|
-
"type": {
|
|
3036
|
-
"text": "string"
|
|
3037
|
-
},
|
|
3038
|
-
"privacy": "public",
|
|
3039
|
-
"default": "\"\"",
|
|
3040
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3041
|
-
"inheritedFrom": {
|
|
3042
|
-
"name": "AnchoredRegion",
|
|
3043
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2861
|
+
"name": "AnchoredRegion",
|
|
2862
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3044
2863
|
}
|
|
3045
2864
|
},
|
|
3046
2865
|
{
|
|
@@ -4320,131 +4139,312 @@
|
|
|
4320
4139
|
},
|
|
4321
4140
|
{
|
|
4322
4141
|
"kind": "javascript-module",
|
|
4323
|
-
"path": "src/
|
|
4324
|
-
"declarations": [
|
|
4325
|
-
"exports": [
|
|
4326
|
-
{
|
|
4327
|
-
"kind": "js",
|
|
4328
|
-
"name": "*",
|
|
4329
|
-
"declaration": {
|
|
4330
|
-
"name": "*",
|
|
4331
|
-
"package": "./styles"
|
|
4332
|
-
}
|
|
4333
|
-
},
|
|
4142
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
4143
|
+
"declarations": [
|
|
4334
4144
|
{
|
|
4335
|
-
"kind": "
|
|
4336
|
-
"name": "
|
|
4337
|
-
"
|
|
4338
|
-
"
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4145
|
+
"kind": "function",
|
|
4146
|
+
"name": "foundationAccordionItemStyles",
|
|
4147
|
+
"return": {
|
|
4148
|
+
"type": {
|
|
4149
|
+
"text": "ElementStyles"
|
|
4150
|
+
}
|
|
4151
|
+
},
|
|
4152
|
+
"parameters": [
|
|
4153
|
+
{
|
|
4154
|
+
"name": "context",
|
|
4155
|
+
"type": {
|
|
4156
|
+
"text": "ElementDefinitionContext"
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "definition",
|
|
4161
|
+
"type": {
|
|
4162
|
+
"text": "FoundationElementDefinition"
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
]
|
|
4166
|
+
}
|
|
4167
|
+
],
|
|
4168
|
+
"exports": [
|
|
4342
4169
|
{
|
|
4343
4170
|
"kind": "js",
|
|
4344
|
-
"name": "
|
|
4171
|
+
"name": "foundationAccordionItemStyles",
|
|
4345
4172
|
"declaration": {
|
|
4346
|
-
"name": "
|
|
4347
|
-
"
|
|
4173
|
+
"name": "foundationAccordionItemStyles",
|
|
4174
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
4348
4175
|
}
|
|
4349
4176
|
}
|
|
4350
4177
|
]
|
|
4351
4178
|
},
|
|
4352
4179
|
{
|
|
4353
4180
|
"kind": "javascript-module",
|
|
4354
|
-
"path": "src/accordion/accordion.
|
|
4181
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
4355
4182
|
"declarations": [
|
|
4356
4183
|
{
|
|
4357
4184
|
"kind": "function",
|
|
4358
|
-
"name": "
|
|
4185
|
+
"name": "foundationAccordionItemTemplate",
|
|
4359
4186
|
"return": {
|
|
4360
4187
|
"type": {
|
|
4361
|
-
"text": "
|
|
4188
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
4362
4189
|
}
|
|
4363
4190
|
},
|
|
4364
4191
|
"parameters": [
|
|
4365
4192
|
{
|
|
4366
|
-
"name": "context",
|
|
4193
|
+
"name": "context",
|
|
4194
|
+
"type": {
|
|
4195
|
+
"text": "ElementDefinitionContext"
|
|
4196
|
+
}
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"name": "definition",
|
|
4200
|
+
"type": {
|
|
4201
|
+
"text": "FoundationElementDefinition"
|
|
4202
|
+
}
|
|
4203
|
+
}
|
|
4204
|
+
]
|
|
4205
|
+
}
|
|
4206
|
+
],
|
|
4207
|
+
"exports": [
|
|
4208
|
+
{
|
|
4209
|
+
"kind": "js",
|
|
4210
|
+
"name": "foundationAccordionItemTemplate",
|
|
4211
|
+
"declaration": {
|
|
4212
|
+
"name": "foundationAccordionItemTemplate",
|
|
4213
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
]
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"kind": "javascript-module",
|
|
4220
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
4221
|
+
"declarations": [
|
|
4222
|
+
{
|
|
4223
|
+
"kind": "class",
|
|
4224
|
+
"description": "",
|
|
4225
|
+
"name": "AccordionItem",
|
|
4226
|
+
"superclass": {
|
|
4227
|
+
"name": "FASTAccordionItem",
|
|
4228
|
+
"package": "@microsoft/fast-components"
|
|
4229
|
+
},
|
|
4230
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
4231
|
+
"customElement": true,
|
|
4232
|
+
"attributes": [
|
|
4233
|
+
{
|
|
4234
|
+
"name": "heading-level",
|
|
4235
|
+
"type": {
|
|
4236
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
4237
|
+
},
|
|
4238
|
+
"default": "2",
|
|
4239
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
4240
|
+
"fieldName": "headinglevel",
|
|
4241
|
+
"inheritedFrom": {
|
|
4242
|
+
"name": "AccordionItem",
|
|
4243
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4244
|
+
}
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"type": {
|
|
4248
|
+
"text": "boolean"
|
|
4249
|
+
},
|
|
4250
|
+
"default": "false",
|
|
4251
|
+
"description": "Expands or collapses the item.",
|
|
4252
|
+
"fieldName": "expanded",
|
|
4253
|
+
"inheritedFrom": {
|
|
4254
|
+
"name": "AccordionItem",
|
|
4255
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"name": "id",
|
|
4260
|
+
"type": {
|
|
4261
|
+
"text": "string"
|
|
4262
|
+
},
|
|
4263
|
+
"description": "The item ID",
|
|
4264
|
+
"fieldName": "id",
|
|
4265
|
+
"inheritedFrom": {
|
|
4266
|
+
"name": "AccordionItem",
|
|
4267
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4268
|
+
}
|
|
4269
|
+
}
|
|
4270
|
+
],
|
|
4271
|
+
"members": [
|
|
4272
|
+
{
|
|
4273
|
+
"kind": "field",
|
|
4274
|
+
"name": "headinglevel",
|
|
4275
|
+
"type": {
|
|
4276
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
4277
|
+
},
|
|
4278
|
+
"privacy": "public",
|
|
4279
|
+
"default": "2",
|
|
4280
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
4281
|
+
"inheritedFrom": {
|
|
4282
|
+
"name": "AccordionItem",
|
|
4283
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4284
|
+
}
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"kind": "field",
|
|
4288
|
+
"name": "expanded",
|
|
4367
4289
|
"type": {
|
|
4368
|
-
"text": "
|
|
4290
|
+
"text": "boolean"
|
|
4291
|
+
},
|
|
4292
|
+
"privacy": "public",
|
|
4293
|
+
"default": "false",
|
|
4294
|
+
"description": "Expands or collapses the item.",
|
|
4295
|
+
"inheritedFrom": {
|
|
4296
|
+
"name": "AccordionItem",
|
|
4297
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4369
4298
|
}
|
|
4370
4299
|
},
|
|
4371
4300
|
{
|
|
4372
|
-
"
|
|
4301
|
+
"kind": "field",
|
|
4302
|
+
"name": "id",
|
|
4373
4303
|
"type": {
|
|
4374
|
-
"text": "
|
|
4304
|
+
"text": "string"
|
|
4305
|
+
},
|
|
4306
|
+
"privacy": "public",
|
|
4307
|
+
"description": "The item ID",
|
|
4308
|
+
"inheritedFrom": {
|
|
4309
|
+
"name": "AccordionItem",
|
|
4310
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4375
4311
|
}
|
|
4376
|
-
}
|
|
4377
|
-
]
|
|
4378
|
-
}
|
|
4379
|
-
],
|
|
4380
|
-
"exports": [
|
|
4381
|
-
{
|
|
4382
|
-
"kind": "js",
|
|
4383
|
-
"name": "foundationAccordionStyles",
|
|
4384
|
-
"declaration": {
|
|
4385
|
-
"name": "foundationAccordionStyles",
|
|
4386
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
4387
|
-
}
|
|
4388
|
-
}
|
|
4389
|
-
]
|
|
4390
|
-
},
|
|
4391
|
-
{
|
|
4392
|
-
"kind": "javascript-module",
|
|
4393
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4394
|
-
"declarations": [
|
|
4395
|
-
{
|
|
4396
|
-
"kind": "function",
|
|
4397
|
-
"name": "foundationAccordionTemplate",
|
|
4398
|
-
"return": {
|
|
4399
|
-
"type": {
|
|
4400
|
-
"text": "ViewTemplate<Accordion>"
|
|
4401
|
-
}
|
|
4402
|
-
},
|
|
4403
|
-
"parameters": [
|
|
4312
|
+
},
|
|
4404
4313
|
{
|
|
4405
|
-
"
|
|
4314
|
+
"kind": "field",
|
|
4315
|
+
"name": "change",
|
|
4316
|
+
"privacy": "private",
|
|
4317
|
+
"inheritedFrom": {
|
|
4318
|
+
"name": "AccordionItem",
|
|
4319
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4320
|
+
}
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"kind": "field",
|
|
4324
|
+
"name": "_presentation",
|
|
4406
4325
|
"type": {
|
|
4407
|
-
"text": "
|
|
4326
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4327
|
+
},
|
|
4328
|
+
"privacy": "private",
|
|
4329
|
+
"default": "void 0",
|
|
4330
|
+
"inheritedFrom": {
|
|
4331
|
+
"name": "FoundationElement",
|
|
4332
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4408
4333
|
}
|
|
4409
4334
|
},
|
|
4410
4335
|
{
|
|
4411
|
-
"
|
|
4336
|
+
"kind": "field",
|
|
4337
|
+
"name": "$presentation",
|
|
4412
4338
|
"type": {
|
|
4413
|
-
"text": "
|
|
4339
|
+
"text": "ComponentPresentation | null"
|
|
4340
|
+
},
|
|
4341
|
+
"privacy": "public",
|
|
4342
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4343
|
+
"inheritedFrom": {
|
|
4344
|
+
"name": "FoundationElement",
|
|
4345
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4346
|
+
}
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
"kind": "field",
|
|
4350
|
+
"name": "template",
|
|
4351
|
+
"type": {
|
|
4352
|
+
"text": "ElementViewTemplate | void | null"
|
|
4353
|
+
},
|
|
4354
|
+
"privacy": "public",
|
|
4355
|
+
"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.",
|
|
4356
|
+
"inheritedFrom": {
|
|
4357
|
+
"name": "FoundationElement",
|
|
4358
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4359
|
+
}
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"kind": "method",
|
|
4363
|
+
"name": "templateChanged",
|
|
4364
|
+
"privacy": "protected",
|
|
4365
|
+
"return": {
|
|
4366
|
+
"type": {
|
|
4367
|
+
"text": "void"
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
"inheritedFrom": {
|
|
4371
|
+
"name": "FoundationElement",
|
|
4372
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4373
|
+
}
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"kind": "field",
|
|
4377
|
+
"name": "styles",
|
|
4378
|
+
"type": {
|
|
4379
|
+
"text": "ElementStyles | void | null"
|
|
4380
|
+
},
|
|
4381
|
+
"privacy": "public",
|
|
4382
|
+
"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.",
|
|
4383
|
+
"inheritedFrom": {
|
|
4384
|
+
"name": "FoundationElement",
|
|
4385
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4386
|
+
}
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"kind": "method",
|
|
4390
|
+
"name": "stylesChanged",
|
|
4391
|
+
"privacy": "protected",
|
|
4392
|
+
"return": {
|
|
4393
|
+
"type": {
|
|
4394
|
+
"text": "void"
|
|
4395
|
+
}
|
|
4396
|
+
},
|
|
4397
|
+
"inheritedFrom": {
|
|
4398
|
+
"name": "FoundationElement",
|
|
4399
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"kind": "method",
|
|
4404
|
+
"name": "compose",
|
|
4405
|
+
"privacy": "public",
|
|
4406
|
+
"static": true,
|
|
4407
|
+
"return": {
|
|
4408
|
+
"type": {
|
|
4409
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4412
|
+
"parameters": [
|
|
4413
|
+
{
|
|
4414
|
+
"name": "this",
|
|
4415
|
+
"type": {
|
|
4416
|
+
"text": "K"
|
|
4417
|
+
}
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"name": "elementDefinition",
|
|
4421
|
+
"type": {
|
|
4422
|
+
"text": "T"
|
|
4423
|
+
},
|
|
4424
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4425
|
+
}
|
|
4426
|
+
],
|
|
4427
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4428
|
+
"inheritedFrom": {
|
|
4429
|
+
"name": "FoundationElement",
|
|
4430
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4431
|
+
}
|
|
4432
|
+
}
|
|
4433
|
+
],
|
|
4434
|
+
"events": [
|
|
4435
|
+
{
|
|
4436
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
4437
|
+
"name": "change",
|
|
4438
|
+
"inheritedFrom": {
|
|
4439
|
+
"name": "AccordionItem",
|
|
4440
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4414
4441
|
}
|
|
4415
4442
|
}
|
|
4416
4443
|
]
|
|
4417
|
-
}
|
|
4418
|
-
],
|
|
4419
|
-
"exports": [
|
|
4420
|
-
{
|
|
4421
|
-
"kind": "js",
|
|
4422
|
-
"name": "foundationAccordionTemplate",
|
|
4423
|
-
"declaration": {
|
|
4424
|
-
"name": "foundationAccordionTemplate",
|
|
4425
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4426
|
-
}
|
|
4427
|
-
}
|
|
4428
|
-
]
|
|
4429
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"kind": "javascript-module",
|
|
4432
|
-
"path": "src/accordion/accordion.ts",
|
|
4433
|
-
"declarations": [
|
|
4434
|
-
{
|
|
4435
|
-
"kind": "class",
|
|
4436
|
-
"description": "",
|
|
4437
|
-
"name": "Accordion",
|
|
4438
|
-
"superclass": {
|
|
4439
|
-
"name": "FASTAccordion",
|
|
4440
|
-
"package": "@microsoft/fast-foundation"
|
|
4441
|
-
},
|
|
4442
|
-
"tagName": "%%prefix%%-accordion",
|
|
4443
|
-
"customElement": true
|
|
4444
4444
|
},
|
|
4445
4445
|
{
|
|
4446
4446
|
"kind": "variable",
|
|
4447
|
-
"name": "
|
|
4447
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
4448
4448
|
"type": {
|
|
4449
4449
|
"text": "ShadowRootInit"
|
|
4450
4450
|
},
|
|
@@ -4452,57 +4452,57 @@
|
|
|
4452
4452
|
},
|
|
4453
4453
|
{
|
|
4454
4454
|
"kind": "variable",
|
|
4455
|
-
"name": "
|
|
4455
|
+
"name": "defaultAccordionItemConfig",
|
|
4456
4456
|
"type": {
|
|
4457
4457
|
"text": "object"
|
|
4458
4458
|
},
|
|
4459
|
-
"default": "{}"
|
|
4459
|
+
"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}"
|
|
4460
4460
|
},
|
|
4461
4461
|
{
|
|
4462
4462
|
"kind": "variable",
|
|
4463
|
-
"name": "
|
|
4464
|
-
"description": "The Foundation Accordion",
|
|
4463
|
+
"name": "foundationAccordionItem",
|
|
4464
|
+
"description": "The Foundation Accordion Item",
|
|
4465
4465
|
"privacy": "public"
|
|
4466
4466
|
}
|
|
4467
4467
|
],
|
|
4468
4468
|
"exports": [
|
|
4469
4469
|
{
|
|
4470
4470
|
"kind": "js",
|
|
4471
|
-
"name": "
|
|
4471
|
+
"name": "AccordionItem",
|
|
4472
4472
|
"declaration": {
|
|
4473
|
-
"name": "
|
|
4474
|
-
"module": "src/accordion/accordion.ts"
|
|
4473
|
+
"name": "AccordionItem",
|
|
4474
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4475
4475
|
}
|
|
4476
4476
|
},
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4479
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
4480
4480
|
"declaration": {
|
|
4481
|
-
"name": "
|
|
4482
|
-
"module": "src/accordion/accordion.ts"
|
|
4481
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
4482
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4483
4483
|
}
|
|
4484
4484
|
},
|
|
4485
4485
|
{
|
|
4486
4486
|
"kind": "js",
|
|
4487
|
-
"name": "
|
|
4487
|
+
"name": "defaultAccordionItemConfig",
|
|
4488
4488
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/accordion/accordion.ts"
|
|
4489
|
+
"name": "defaultAccordionItemConfig",
|
|
4490
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
{
|
|
4494
4494
|
"kind": "js",
|
|
4495
|
-
"name": "
|
|
4495
|
+
"name": "foundationAccordionItem",
|
|
4496
4496
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/accordion/accordion.ts"
|
|
4497
|
+
"name": "foundationAccordionItem",
|
|
4498
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4499
4499
|
}
|
|
4500
4500
|
}
|
|
4501
4501
|
]
|
|
4502
4502
|
},
|
|
4503
4503
|
{
|
|
4504
4504
|
"kind": "javascript-module",
|
|
4505
|
-
"path": "src/accordion/index.ts",
|
|
4505
|
+
"path": "src/accordion-item/index.ts",
|
|
4506
4506
|
"declarations": [],
|
|
4507
4507
|
"exports": [
|
|
4508
4508
|
{
|
|
@@ -4510,7 +4510,7 @@
|
|
|
4510
4510
|
"name": "*",
|
|
4511
4511
|
"declaration": {
|
|
4512
4512
|
"name": "*",
|
|
4513
|
-
"package": "./accordion.template"
|
|
4513
|
+
"package": "./accordion-item.template"
|
|
4514
4514
|
}
|
|
4515
4515
|
},
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./accordion.styles"
|
|
4521
|
+
"package": "./accordion-item.styles"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
{
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"name": "*",
|
|
4527
4527
|
"declaration": {
|
|
4528
4528
|
"name": "*",
|
|
4529
|
-
"package": "./accordion"
|
|
4529
|
+
"package": "./accordion-item"
|
|
4530
4530
|
}
|
|
4531
4531
|
}
|
|
4532
4532
|
]
|