@genesislcap/foundation-ui 14.287.0 → 14.288.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.
- package/dist/custom-elements.json +1488 -1488
- package/package.json +18 -18
|
@@ -1247,188 +1247,6 @@
|
|
|
1247
1247
|
}
|
|
1248
1248
|
]
|
|
1249
1249
|
},
|
|
1250
|
-
{
|
|
1251
|
-
"kind": "javascript-module",
|
|
1252
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1253
|
-
"declarations": [
|
|
1254
|
-
{
|
|
1255
|
-
"kind": "function",
|
|
1256
|
-
"name": "foundationAccordionStyles",
|
|
1257
|
-
"return": {
|
|
1258
|
-
"type": {
|
|
1259
|
-
"text": "ElementStyles"
|
|
1260
|
-
}
|
|
1261
|
-
},
|
|
1262
|
-
"parameters": [
|
|
1263
|
-
{
|
|
1264
|
-
"name": "context",
|
|
1265
|
-
"type": {
|
|
1266
|
-
"text": "ElementDefinitionContext"
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"name": "definition",
|
|
1271
|
-
"type": {
|
|
1272
|
-
"text": "FoundationElementDefinition"
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
]
|
|
1276
|
-
}
|
|
1277
|
-
],
|
|
1278
|
-
"exports": [
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "js",
|
|
1281
|
-
"name": "foundationAccordionStyles",
|
|
1282
|
-
"declaration": {
|
|
1283
|
-
"name": "foundationAccordionStyles",
|
|
1284
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
]
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"kind": "javascript-module",
|
|
1291
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1292
|
-
"declarations": [
|
|
1293
|
-
{
|
|
1294
|
-
"kind": "function",
|
|
1295
|
-
"name": "foundationAccordionTemplate",
|
|
1296
|
-
"return": {
|
|
1297
|
-
"type": {
|
|
1298
|
-
"text": "ViewTemplate<Accordion>"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
"parameters": [
|
|
1302
|
-
{
|
|
1303
|
-
"name": "context",
|
|
1304
|
-
"type": {
|
|
1305
|
-
"text": "ElementDefinitionContext"
|
|
1306
|
-
}
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "definition",
|
|
1310
|
-
"type": {
|
|
1311
|
-
"text": "FoundationElementDefinition"
|
|
1312
|
-
}
|
|
1313
|
-
}
|
|
1314
|
-
]
|
|
1315
|
-
}
|
|
1316
|
-
],
|
|
1317
|
-
"exports": [
|
|
1318
|
-
{
|
|
1319
|
-
"kind": "js",
|
|
1320
|
-
"name": "foundationAccordionTemplate",
|
|
1321
|
-
"declaration": {
|
|
1322
|
-
"name": "foundationAccordionTemplate",
|
|
1323
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1324
|
-
}
|
|
1325
|
-
}
|
|
1326
|
-
]
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"kind": "javascript-module",
|
|
1330
|
-
"path": "src/accordion/accordion.ts",
|
|
1331
|
-
"declarations": [
|
|
1332
|
-
{
|
|
1333
|
-
"kind": "class",
|
|
1334
|
-
"description": "",
|
|
1335
|
-
"name": "Accordion",
|
|
1336
|
-
"superclass": {
|
|
1337
|
-
"name": "FASTAccordion",
|
|
1338
|
-
"package": "@microsoft/fast-foundation"
|
|
1339
|
-
},
|
|
1340
|
-
"tagName": "%%prefix%%-accordion",
|
|
1341
|
-
"customElement": true
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"kind": "variable",
|
|
1345
|
-
"name": "foundationAccordionShadowOptions",
|
|
1346
|
-
"type": {
|
|
1347
|
-
"text": "ShadowRootInit"
|
|
1348
|
-
},
|
|
1349
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"kind": "variable",
|
|
1353
|
-
"name": "defaultAccordionConfig",
|
|
1354
|
-
"type": {
|
|
1355
|
-
"text": "object"
|
|
1356
|
-
},
|
|
1357
|
-
"default": "{}"
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "variable",
|
|
1361
|
-
"name": "foundationAccordion",
|
|
1362
|
-
"description": "The Foundation Accordion",
|
|
1363
|
-
"privacy": "public"
|
|
1364
|
-
}
|
|
1365
|
-
],
|
|
1366
|
-
"exports": [
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "js",
|
|
1369
|
-
"name": "Accordion",
|
|
1370
|
-
"declaration": {
|
|
1371
|
-
"name": "Accordion",
|
|
1372
|
-
"module": "src/accordion/accordion.ts"
|
|
1373
|
-
}
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"kind": "js",
|
|
1377
|
-
"name": "foundationAccordionShadowOptions",
|
|
1378
|
-
"declaration": {
|
|
1379
|
-
"name": "foundationAccordionShadowOptions",
|
|
1380
|
-
"module": "src/accordion/accordion.ts"
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "js",
|
|
1385
|
-
"name": "defaultAccordionConfig",
|
|
1386
|
-
"declaration": {
|
|
1387
|
-
"name": "defaultAccordionConfig",
|
|
1388
|
-
"module": "src/accordion/accordion.ts"
|
|
1389
|
-
}
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "js",
|
|
1393
|
-
"name": "foundationAccordion",
|
|
1394
|
-
"declaration": {
|
|
1395
|
-
"name": "foundationAccordion",
|
|
1396
|
-
"module": "src/accordion/accordion.ts"
|
|
1397
|
-
}
|
|
1398
|
-
}
|
|
1399
|
-
]
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/accordion/index.ts",
|
|
1404
|
-
"declarations": [],
|
|
1405
|
-
"exports": [
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "js",
|
|
1408
|
-
"name": "*",
|
|
1409
|
-
"declaration": {
|
|
1410
|
-
"name": "*",
|
|
1411
|
-
"package": "./accordion.template"
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "js",
|
|
1416
|
-
"name": "*",
|
|
1417
|
-
"declaration": {
|
|
1418
|
-
"name": "*",
|
|
1419
|
-
"package": "./accordion.styles"
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "*",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "*",
|
|
1427
|
-
"package": "./accordion"
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
]
|
|
1431
|
-
},
|
|
1432
1250
|
{
|
|
1433
1251
|
"kind": "javascript-module",
|
|
1434
1252
|
"path": "src/_config/index.ts",
|
|
@@ -1462,11 +1280,11 @@
|
|
|
1462
1280
|
},
|
|
1463
1281
|
{
|
|
1464
1282
|
"kind": "javascript-module",
|
|
1465
|
-
"path": "src/
|
|
1283
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1466
1284
|
"declarations": [
|
|
1467
1285
|
{
|
|
1468
1286
|
"kind": "function",
|
|
1469
|
-
"name": "
|
|
1287
|
+
"name": "foundationAccordionItemStyles",
|
|
1470
1288
|
"return": {
|
|
1471
1289
|
"type": {
|
|
1472
1290
|
"text": "ElementStyles"
|
|
@@ -1486,13 +1304,29 @@
|
|
|
1486
1304
|
}
|
|
1487
1305
|
}
|
|
1488
1306
|
]
|
|
1489
|
-
}
|
|
1307
|
+
}
|
|
1308
|
+
],
|
|
1309
|
+
"exports": [
|
|
1310
|
+
{
|
|
1311
|
+
"kind": "js",
|
|
1312
|
+
"name": "foundationAccordionItemStyles",
|
|
1313
|
+
"declaration": {
|
|
1314
|
+
"name": "foundationAccordionItemStyles",
|
|
1315
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
]
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"kind": "javascript-module",
|
|
1322
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1323
|
+
"declarations": [
|
|
1490
1324
|
{
|
|
1491
1325
|
"kind": "function",
|
|
1492
|
-
"name": "
|
|
1326
|
+
"name": "foundationAccordionItemTemplate",
|
|
1493
1327
|
"return": {
|
|
1494
1328
|
"type": {
|
|
1495
|
-
"text": "
|
|
1329
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1496
1330
|
}
|
|
1497
1331
|
},
|
|
1498
1332
|
"parameters": [
|
|
@@ -1514,270 +1348,118 @@
|
|
|
1514
1348
|
"exports": [
|
|
1515
1349
|
{
|
|
1516
1350
|
"kind": "js",
|
|
1517
|
-
"name": "
|
|
1518
|
-
"declaration": {
|
|
1519
|
-
"name": "actionsMenuBaseStyles",
|
|
1520
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"kind": "js",
|
|
1525
|
-
"name": "foundationActionsMenuStyles",
|
|
1351
|
+
"name": "foundationAccordionItemTemplate",
|
|
1526
1352
|
"declaration": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/
|
|
1353
|
+
"name": "foundationAccordionItemTemplate",
|
|
1354
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1529
1355
|
}
|
|
1530
1356
|
}
|
|
1531
1357
|
]
|
|
1532
1358
|
},
|
|
1533
1359
|
{
|
|
1534
1360
|
"kind": "javascript-module",
|
|
1535
|
-
"path": "src/
|
|
1361
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1536
1362
|
"declarations": [
|
|
1537
1363
|
{
|
|
1538
|
-
"kind": "
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1364
|
+
"kind": "class",
|
|
1365
|
+
"description": "",
|
|
1366
|
+
"name": "AccordionItem",
|
|
1367
|
+
"superclass": {
|
|
1368
|
+
"name": "FASTAccordionItem",
|
|
1369
|
+
"package": "@microsoft/fast-components"
|
|
1370
|
+
},
|
|
1371
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1372
|
+
"customElement": true,
|
|
1373
|
+
"attributes": [
|
|
1541
1374
|
{
|
|
1542
|
-
"name": "
|
|
1375
|
+
"name": "heading-level",
|
|
1543
1376
|
"type": {
|
|
1544
|
-
"text": "
|
|
1377
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1378
|
+
},
|
|
1379
|
+
"default": "2",
|
|
1380
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1381
|
+
"fieldName": "headinglevel",
|
|
1382
|
+
"inheritedFrom": {
|
|
1383
|
+
"name": "AccordionItem",
|
|
1384
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1545
1385
|
}
|
|
1546
|
-
}
|
|
1547
|
-
]
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"kind": "function",
|
|
1551
|
-
"name": "singleOptionTemplate",
|
|
1552
|
-
"parameters": [
|
|
1386
|
+
},
|
|
1553
1387
|
{
|
|
1554
|
-
"name": "prefix",
|
|
1555
|
-
"type": {
|
|
1556
|
-
"text": "string"
|
|
1557
|
-
}
|
|
1558
|
-
}
|
|
1559
|
-
]
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"kind": "variable",
|
|
1563
|
-
"name": "foundationActionsMenuTemplate",
|
|
1564
|
-
"type": {
|
|
1565
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1566
|
-
},
|
|
1567
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1568
|
-
}
|
|
1569
|
-
],
|
|
1570
|
-
"exports": [
|
|
1571
|
-
{
|
|
1572
|
-
"kind": "js",
|
|
1573
|
-
"name": "menuTemplate",
|
|
1574
|
-
"declaration": {
|
|
1575
|
-
"name": "menuTemplate",
|
|
1576
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"kind": "js",
|
|
1581
|
-
"name": "singleOptionTemplate",
|
|
1582
|
-
"declaration": {
|
|
1583
|
-
"name": "singleOptionTemplate",
|
|
1584
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "js",
|
|
1589
|
-
"name": "foundationActionsMenuTemplate",
|
|
1590
|
-
"declaration": {
|
|
1591
|
-
"name": "foundationActionsMenuTemplate",
|
|
1592
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
]
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"kind": "javascript-module",
|
|
1599
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1600
|
-
"declarations": [
|
|
1601
|
-
{
|
|
1602
|
-
"kind": "class",
|
|
1603
|
-
"description": "",
|
|
1604
|
-
"name": "ActionsMenu",
|
|
1605
|
-
"members": [
|
|
1606
|
-
{
|
|
1607
|
-
"kind": "field",
|
|
1608
|
-
"name": "actions",
|
|
1609
|
-
"type": {
|
|
1610
|
-
"text": "ActionMenuItem[]"
|
|
1611
|
-
}
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"kind": "field",
|
|
1615
|
-
"name": "isVertical",
|
|
1616
|
-
"type": {
|
|
1617
|
-
"text": "boolean"
|
|
1618
|
-
},
|
|
1619
|
-
"default": "false"
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "field",
|
|
1623
|
-
"name": "addDefaultActions",
|
|
1624
|
-
"type": {
|
|
1625
|
-
"text": "boolean"
|
|
1626
|
-
},
|
|
1627
|
-
"default": "true"
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"kind": "field",
|
|
1631
|
-
"name": "autoCloseOnAction",
|
|
1632
1388
|
"type": {
|
|
1633
1389
|
"text": "boolean"
|
|
1634
1390
|
},
|
|
1635
|
-
"default": "
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
"
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
"text": "string"
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"kind": "field",
|
|
1646
|
-
"name": "definition",
|
|
1647
|
-
"type": {
|
|
1648
|
-
"text": "any"
|
|
1391
|
+
"default": "false",
|
|
1392
|
+
"description": "Expands or collapses the item.",
|
|
1393
|
+
"fieldName": "expanded",
|
|
1394
|
+
"inheritedFrom": {
|
|
1395
|
+
"name": "AccordionItem",
|
|
1396
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1649
1397
|
}
|
|
1650
1398
|
},
|
|
1651
1399
|
{
|
|
1652
|
-
"
|
|
1653
|
-
"name": "name",
|
|
1400
|
+
"name": "id",
|
|
1654
1401
|
"type": {
|
|
1655
1402
|
"text": "string"
|
|
1656
1403
|
},
|
|
1657
|
-
"
|
|
1658
|
-
|
|
1404
|
+
"description": "The item ID",
|
|
1405
|
+
"fieldName": "id",
|
|
1406
|
+
"inheritedFrom": {
|
|
1407
|
+
"name": "AccordionItem",
|
|
1408
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1411
|
+
],
|
|
1412
|
+
"members": [
|
|
1659
1413
|
{
|
|
1660
1414
|
"kind": "field",
|
|
1661
|
-
"name": "
|
|
1415
|
+
"name": "headinglevel",
|
|
1662
1416
|
"type": {
|
|
1663
|
-
"text": "
|
|
1417
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1664
1418
|
},
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
"
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
"text": "string"
|
|
1419
|
+
"privacy": "public",
|
|
1420
|
+
"default": "2",
|
|
1421
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1422
|
+
"inheritedFrom": {
|
|
1423
|
+
"name": "AccordionItem",
|
|
1424
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1672
1425
|
}
|
|
1673
1426
|
},
|
|
1674
1427
|
{
|
|
1675
1428
|
"kind": "field",
|
|
1676
|
-
"name": "
|
|
1429
|
+
"name": "expanded",
|
|
1677
1430
|
"type": {
|
|
1678
1431
|
"text": "boolean"
|
|
1679
1432
|
},
|
|
1680
|
-
"
|
|
1433
|
+
"privacy": "public",
|
|
1434
|
+
"default": "false",
|
|
1435
|
+
"description": "Expands or collapses the item.",
|
|
1436
|
+
"inheritedFrom": {
|
|
1437
|
+
"name": "AccordionItem",
|
|
1438
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1439
|
+
}
|
|
1681
1440
|
},
|
|
1682
1441
|
{
|
|
1683
1442
|
"kind": "field",
|
|
1684
|
-
"name": "
|
|
1443
|
+
"name": "id",
|
|
1685
1444
|
"type": {
|
|
1686
|
-
"text": "
|
|
1445
|
+
"text": "string"
|
|
1687
1446
|
},
|
|
1688
|
-
"
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
"type": {
|
|
1694
|
-
"text": "ActionMenuItem"
|
|
1447
|
+
"privacy": "public",
|
|
1448
|
+
"description": "The item ID",
|
|
1449
|
+
"inheritedFrom": {
|
|
1450
|
+
"name": "AccordionItem",
|
|
1451
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1695
1452
|
}
|
|
1696
1453
|
},
|
|
1697
1454
|
{
|
|
1698
1455
|
"kind": "field",
|
|
1699
|
-
"name": "
|
|
1700
|
-
"
|
|
1701
|
-
|
|
1456
|
+
"name": "change",
|
|
1457
|
+
"privacy": "private",
|
|
1458
|
+
"inheritedFrom": {
|
|
1459
|
+
"name": "AccordionItem",
|
|
1460
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1702
1461
|
}
|
|
1703
1462
|
},
|
|
1704
|
-
{
|
|
1705
|
-
"kind": "method",
|
|
1706
|
-
"name": "definitionChanged",
|
|
1707
|
-
"privacy": "protected",
|
|
1708
|
-
"parameters": [
|
|
1709
|
-
{
|
|
1710
|
-
"name": "oldValue",
|
|
1711
|
-
"type": {
|
|
1712
|
-
"text": "any"
|
|
1713
|
-
}
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "newValue",
|
|
1717
|
-
"type": {
|
|
1718
|
-
"text": "any"
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
]
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"kind": "method",
|
|
1725
|
-
"name": "openChanged",
|
|
1726
|
-
"privacy": "protected"
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"kind": "method",
|
|
1730
|
-
"name": "toggleActionsMenuVisibility"
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"kind": "method",
|
|
1734
|
-
"name": "onActionMenuItemClick",
|
|
1735
|
-
"parameters": [
|
|
1736
|
-
{
|
|
1737
|
-
"name": "callback",
|
|
1738
|
-
"type": {
|
|
1739
|
-
"text": "(rowData) => void | any"
|
|
1740
|
-
}
|
|
1741
|
-
}
|
|
1742
|
-
]
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"kind": "field",
|
|
1746
|
-
"name": "allActions",
|
|
1747
|
-
"type": {
|
|
1748
|
-
"text": "ActionMenuItem[]"
|
|
1749
|
-
},
|
|
1750
|
-
"readonly": true
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"kind": "field",
|
|
1754
|
-
"name": "rowData",
|
|
1755
|
-
"readonly": true
|
|
1756
|
-
},
|
|
1757
|
-
{
|
|
1758
|
-
"kind": "method",
|
|
1759
|
-
"name": "getLabel",
|
|
1760
|
-
"parameters": [
|
|
1761
|
-
{
|
|
1762
|
-
"name": "name",
|
|
1763
|
-
"type": {
|
|
1764
|
-
"text": "string | ((rowData: any) => string)"
|
|
1765
|
-
}
|
|
1766
|
-
}
|
|
1767
|
-
]
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "method",
|
|
1771
|
-
"name": "getTemplate",
|
|
1772
|
-
"parameters": [
|
|
1773
|
-
{
|
|
1774
|
-
"name": "prefix",
|
|
1775
|
-
"type": {
|
|
1776
|
-
"text": "string"
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1779
|
-
]
|
|
1780
|
-
},
|
|
1781
1463
|
{
|
|
1782
1464
|
"kind": "field",
|
|
1783
1465
|
"name": "_presentation",
|
|
@@ -1890,107 +1572,78 @@
|
|
|
1890
1572
|
}
|
|
1891
1573
|
}
|
|
1892
1574
|
],
|
|
1893
|
-
"
|
|
1894
|
-
{
|
|
1895
|
-
"name": "is-vertical",
|
|
1896
|
-
"type": {
|
|
1897
|
-
"text": "boolean"
|
|
1898
|
-
},
|
|
1899
|
-
"default": "false",
|
|
1900
|
-
"fieldName": "isVertical"
|
|
1901
|
-
},
|
|
1575
|
+
"events": [
|
|
1902
1576
|
{
|
|
1903
|
-
"
|
|
1904
|
-
"
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "auto-close-on-action",
|
|
1912
|
-
"type": {
|
|
1913
|
-
"text": "boolean"
|
|
1914
|
-
},
|
|
1915
|
-
"default": "true",
|
|
1916
|
-
"fieldName": "autoCloseOnAction"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"name": "name",
|
|
1920
|
-
"type": {
|
|
1921
|
-
"text": "string"
|
|
1922
|
-
},
|
|
1923
|
-
"default": "'Actions'",
|
|
1924
|
-
"fieldName": "name"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "open",
|
|
1928
|
-
"type": {
|
|
1929
|
-
"text": "boolean"
|
|
1930
|
-
},
|
|
1931
|
-
"default": "false",
|
|
1932
|
-
"fieldName": "open"
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "buttonAppearance",
|
|
1936
|
-
"type": {
|
|
1937
|
-
"text": "string"
|
|
1938
|
-
},
|
|
1939
|
-
"fieldName": "buttonAppearance"
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"name": "hide-disabled",
|
|
1943
|
-
"type": {
|
|
1944
|
-
"text": "boolean"
|
|
1945
|
-
},
|
|
1946
|
-
"default": "false",
|
|
1947
|
-
"fieldName": "hideDisabled"
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"name": "hide-menu-single-option",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "boolean"
|
|
1953
|
-
},
|
|
1954
|
-
"default": "false",
|
|
1955
|
-
"fieldName": "hideMenuSingleOption"
|
|
1577
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1578
|
+
"name": "change",
|
|
1579
|
+
"inheritedFrom": {
|
|
1580
|
+
"name": "AccordionItem",
|
|
1581
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1582
|
+
}
|
|
1956
1583
|
}
|
|
1957
|
-
]
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1584
|
+
]
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"kind": "variable",
|
|
1588
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1589
|
+
"type": {
|
|
1590
|
+
"text": "ShadowRootInit"
|
|
1961
1591
|
},
|
|
1962
|
-
"
|
|
1963
|
-
"customElement": true
|
|
1592
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1964
1593
|
},
|
|
1965
1594
|
{
|
|
1966
1595
|
"kind": "variable",
|
|
1967
|
-
"name": "
|
|
1968
|
-
"
|
|
1596
|
+
"name": "defaultAccordionItemConfig",
|
|
1597
|
+
"type": {
|
|
1598
|
+
"text": "object"
|
|
1599
|
+
},
|
|
1600
|
+
"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}"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"kind": "variable",
|
|
1604
|
+
"name": "foundationAccordionItem",
|
|
1605
|
+
"description": "The Foundation Accordion Item",
|
|
1969
1606
|
"privacy": "public"
|
|
1970
1607
|
}
|
|
1971
1608
|
],
|
|
1972
1609
|
"exports": [
|
|
1973
1610
|
{
|
|
1974
1611
|
"kind": "js",
|
|
1975
|
-
"name": "
|
|
1612
|
+
"name": "AccordionItem",
|
|
1976
1613
|
"declaration": {
|
|
1977
|
-
"name": "
|
|
1978
|
-
"module": "src/
|
|
1614
|
+
"name": "AccordionItem",
|
|
1615
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1979
1616
|
}
|
|
1980
1617
|
},
|
|
1981
1618
|
{
|
|
1982
1619
|
"kind": "js",
|
|
1983
|
-
"name": "
|
|
1620
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1984
1621
|
"declaration": {
|
|
1985
|
-
"name": "
|
|
1986
|
-
"module": "src/
|
|
1622
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1623
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "js",
|
|
1628
|
+
"name": "defaultAccordionItemConfig",
|
|
1629
|
+
"declaration": {
|
|
1630
|
+
"name": "defaultAccordionItemConfig",
|
|
1631
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "js",
|
|
1636
|
+
"name": "foundationAccordionItem",
|
|
1637
|
+
"declaration": {
|
|
1638
|
+
"name": "foundationAccordionItem",
|
|
1639
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1987
1640
|
}
|
|
1988
1641
|
}
|
|
1989
1642
|
]
|
|
1990
1643
|
},
|
|
1991
1644
|
{
|
|
1992
1645
|
"kind": "javascript-module",
|
|
1993
|
-
"path": "src/
|
|
1646
|
+
"path": "src/accordion-item/index.ts",
|
|
1994
1647
|
"declarations": [],
|
|
1995
1648
|
"exports": [
|
|
1996
1649
|
{
|
|
@@ -1998,7 +1651,7 @@
|
|
|
1998
1651
|
"name": "*",
|
|
1999
1652
|
"declaration": {
|
|
2000
1653
|
"name": "*",
|
|
2001
|
-
"package": "./
|
|
1654
|
+
"package": "./accordion-item.template"
|
|
2002
1655
|
}
|
|
2003
1656
|
},
|
|
2004
1657
|
{
|
|
@@ -2006,7 +1659,7 @@
|
|
|
2006
1659
|
"name": "*",
|
|
2007
1660
|
"declaration": {
|
|
2008
1661
|
"name": "*",
|
|
2009
|
-
"package": "./
|
|
1662
|
+
"package": "./accordion-item.styles"
|
|
2010
1663
|
}
|
|
2011
1664
|
},
|
|
2012
1665
|
{
|
|
@@ -2014,18 +1667,41 @@
|
|
|
2014
1667
|
"name": "*",
|
|
2015
1668
|
"declaration": {
|
|
2016
1669
|
"name": "*",
|
|
2017
|
-
"package": "./
|
|
1670
|
+
"package": "./accordion-item"
|
|
2018
1671
|
}
|
|
2019
1672
|
}
|
|
2020
1673
|
]
|
|
2021
1674
|
},
|
|
2022
1675
|
{
|
|
2023
1676
|
"kind": "javascript-module",
|
|
2024
|
-
"path": "src/
|
|
1677
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2025
1678
|
"declarations": [
|
|
2026
1679
|
{
|
|
2027
1680
|
"kind": "function",
|
|
2028
|
-
"name": "
|
|
1681
|
+
"name": "actionsMenuBaseStyles",
|
|
1682
|
+
"return": {
|
|
1683
|
+
"type": {
|
|
1684
|
+
"text": "ElementStyles"
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"parameters": [
|
|
1688
|
+
{
|
|
1689
|
+
"name": "context",
|
|
1690
|
+
"type": {
|
|
1691
|
+
"text": "ElementDefinitionContext"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "definition",
|
|
1696
|
+
"type": {
|
|
1697
|
+
"text": "FoundationElementDefinition"
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "function",
|
|
1704
|
+
"name": "foundationActionsMenuStyles",
|
|
2029
1705
|
"return": {
|
|
2030
1706
|
"type": {
|
|
2031
1707
|
"text": "ElementStyles"
|
|
@@ -2050,292 +1726,269 @@
|
|
|
2050
1726
|
"exports": [
|
|
2051
1727
|
{
|
|
2052
1728
|
"kind": "js",
|
|
2053
|
-
"name": "
|
|
1729
|
+
"name": "actionsMenuBaseStyles",
|
|
2054
1730
|
"declaration": {
|
|
2055
|
-
"name": "
|
|
2056
|
-
"module": "src/
|
|
1731
|
+
"name": "actionsMenuBaseStyles",
|
|
1732
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"kind": "js",
|
|
1737
|
+
"name": "foundationActionsMenuStyles",
|
|
1738
|
+
"declaration": {
|
|
1739
|
+
"name": "foundationActionsMenuStyles",
|
|
1740
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2057
1741
|
}
|
|
2058
1742
|
}
|
|
2059
1743
|
]
|
|
2060
1744
|
},
|
|
2061
1745
|
{
|
|
2062
1746
|
"kind": "javascript-module",
|
|
2063
|
-
"path": "src/
|
|
1747
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2064
1748
|
"declarations": [
|
|
2065
1749
|
{
|
|
2066
1750
|
"kind": "function",
|
|
2067
|
-
"name": "
|
|
2068
|
-
"return": {
|
|
2069
|
-
"type": {
|
|
2070
|
-
"text": "ViewTemplate<Anchor>"
|
|
2071
|
-
}
|
|
2072
|
-
},
|
|
1751
|
+
"name": "menuTemplate",
|
|
2073
1752
|
"parameters": [
|
|
2074
1753
|
{
|
|
2075
|
-
"name": "
|
|
1754
|
+
"name": "prefix",
|
|
2076
1755
|
"type": {
|
|
2077
|
-
"text": "
|
|
1756
|
+
"text": "string"
|
|
2078
1757
|
}
|
|
2079
|
-
}
|
|
1758
|
+
}
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "function",
|
|
1763
|
+
"name": "singleOptionTemplate",
|
|
1764
|
+
"parameters": [
|
|
2080
1765
|
{
|
|
2081
|
-
"name": "
|
|
1766
|
+
"name": "prefix",
|
|
2082
1767
|
"type": {
|
|
2083
|
-
"text": "
|
|
1768
|
+
"text": "string"
|
|
2084
1769
|
}
|
|
2085
1770
|
}
|
|
2086
1771
|
]
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"kind": "variable",
|
|
1775
|
+
"name": "foundationActionsMenuTemplate",
|
|
1776
|
+
"type": {
|
|
1777
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1778
|
+
},
|
|
1779
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2087
1780
|
}
|
|
2088
1781
|
],
|
|
2089
1782
|
"exports": [
|
|
2090
1783
|
{
|
|
2091
1784
|
"kind": "js",
|
|
2092
|
-
"name": "
|
|
1785
|
+
"name": "menuTemplate",
|
|
2093
1786
|
"declaration": {
|
|
2094
|
-
"name": "
|
|
2095
|
-
"module": "src/
|
|
1787
|
+
"name": "menuTemplate",
|
|
1788
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"kind": "js",
|
|
1793
|
+
"name": "singleOptionTemplate",
|
|
1794
|
+
"declaration": {
|
|
1795
|
+
"name": "singleOptionTemplate",
|
|
1796
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "js",
|
|
1801
|
+
"name": "foundationActionsMenuTemplate",
|
|
1802
|
+
"declaration": {
|
|
1803
|
+
"name": "foundationActionsMenuTemplate",
|
|
1804
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2096
1805
|
}
|
|
2097
1806
|
}
|
|
2098
1807
|
]
|
|
2099
1808
|
},
|
|
2100
1809
|
{
|
|
2101
1810
|
"kind": "javascript-module",
|
|
2102
|
-
"path": "src/
|
|
1811
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2103
1812
|
"declarations": [
|
|
2104
1813
|
{
|
|
2105
1814
|
"kind": "class",
|
|
2106
1815
|
"description": "",
|
|
2107
|
-
"name": "
|
|
2108
|
-
"
|
|
2109
|
-
"name": "FASTAnchor",
|
|
2110
|
-
"package": "@microsoft/fast-components"
|
|
2111
|
-
},
|
|
2112
|
-
"tagName": "%%prefix%%-anchor",
|
|
2113
|
-
"customElement": true,
|
|
2114
|
-
"attributes": [
|
|
1816
|
+
"name": "ActionsMenu",
|
|
1817
|
+
"members": [
|
|
2115
1818
|
{
|
|
2116
|
-
"
|
|
1819
|
+
"kind": "field",
|
|
1820
|
+
"name": "actions",
|
|
2117
1821
|
"type": {
|
|
2118
|
-
"text": "
|
|
2119
|
-
},
|
|
2120
|
-
"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.",
|
|
2121
|
-
"fieldName": "download",
|
|
2122
|
-
"inheritedFrom": {
|
|
2123
|
-
"name": "Anchor",
|
|
2124
|
-
"module": "src/anchor/anchor.ts"
|
|
1822
|
+
"text": "ActionMenuItem[]"
|
|
2125
1823
|
}
|
|
2126
1824
|
},
|
|
2127
1825
|
{
|
|
2128
|
-
"
|
|
1826
|
+
"kind": "field",
|
|
1827
|
+
"name": "isVertical",
|
|
2129
1828
|
"type": {
|
|
2130
|
-
"text": "
|
|
1829
|
+
"text": "boolean"
|
|
2131
1830
|
},
|
|
2132
|
-
"
|
|
2133
|
-
"fieldName": "href",
|
|
2134
|
-
"inheritedFrom": {
|
|
2135
|
-
"name": "Anchor",
|
|
2136
|
-
"module": "src/anchor/anchor.ts"
|
|
2137
|
-
}
|
|
1831
|
+
"default": "false"
|
|
2138
1832
|
},
|
|
2139
1833
|
{
|
|
2140
|
-
"
|
|
1834
|
+
"kind": "field",
|
|
1835
|
+
"name": "addDefaultActions",
|
|
2141
1836
|
"type": {
|
|
2142
|
-
"text": "
|
|
1837
|
+
"text": "boolean"
|
|
2143
1838
|
},
|
|
2144
|
-
"
|
|
2145
|
-
"fieldName": "hreflang",
|
|
2146
|
-
"inheritedFrom": {
|
|
2147
|
-
"name": "Anchor",
|
|
2148
|
-
"module": "src/anchor/anchor.ts"
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"name": "ping",
|
|
2153
|
-
"type": {
|
|
2154
|
-
"text": "string"
|
|
2155
|
-
},
|
|
2156
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2157
|
-
"fieldName": "ping",
|
|
2158
|
-
"inheritedFrom": {
|
|
2159
|
-
"name": "Anchor",
|
|
2160
|
-
"module": "src/anchor/anchor.ts"
|
|
2161
|
-
}
|
|
1839
|
+
"default": "true"
|
|
2162
1840
|
},
|
|
2163
1841
|
{
|
|
2164
|
-
"
|
|
1842
|
+
"kind": "field",
|
|
1843
|
+
"name": "autoCloseOnAction",
|
|
2165
1844
|
"type": {
|
|
2166
|
-
"text": "
|
|
1845
|
+
"text": "boolean"
|
|
2167
1846
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"fieldName": "referrerpolicy",
|
|
2170
|
-
"inheritedFrom": {
|
|
2171
|
-
"name": "Anchor",
|
|
2172
|
-
"module": "src/anchor/anchor.ts"
|
|
2173
|
-
}
|
|
1847
|
+
"default": "true"
|
|
2174
1848
|
},
|
|
2175
1849
|
{
|
|
2176
|
-
"
|
|
1850
|
+
"kind": "field",
|
|
1851
|
+
"name": "classNames",
|
|
2177
1852
|
"type": {
|
|
2178
1853
|
"text": "string"
|
|
2179
|
-
},
|
|
2180
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2181
|
-
"fieldName": "rel",
|
|
2182
|
-
"inheritedFrom": {
|
|
2183
|
-
"name": "Anchor",
|
|
2184
|
-
"module": "src/anchor/anchor.ts"
|
|
2185
1854
|
}
|
|
2186
1855
|
},
|
|
2187
1856
|
{
|
|
2188
|
-
"
|
|
1857
|
+
"kind": "field",
|
|
1858
|
+
"name": "definition",
|
|
2189
1859
|
"type": {
|
|
2190
|
-
"text": "
|
|
2191
|
-
},
|
|
2192
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2193
|
-
"fieldName": "target",
|
|
2194
|
-
"inheritedFrom": {
|
|
2195
|
-
"name": "Anchor",
|
|
2196
|
-
"module": "src/anchor/anchor.ts"
|
|
1860
|
+
"text": "any"
|
|
2197
1861
|
}
|
|
2198
1862
|
},
|
|
2199
|
-
{
|
|
2200
|
-
"name": "type",
|
|
2201
|
-
"type": {
|
|
2202
|
-
"text": "string"
|
|
2203
|
-
},
|
|
2204
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2205
|
-
"fieldName": "type",
|
|
2206
|
-
"inheritedFrom": {
|
|
2207
|
-
"name": "Anchor",
|
|
2208
|
-
"module": "src/anchor/anchor.ts"
|
|
2209
|
-
}
|
|
2210
|
-
}
|
|
2211
|
-
],
|
|
2212
|
-
"members": [
|
|
2213
1863
|
{
|
|
2214
1864
|
"kind": "field",
|
|
2215
|
-
"name": "
|
|
1865
|
+
"name": "name",
|
|
2216
1866
|
"type": {
|
|
2217
1867
|
"text": "string"
|
|
2218
1868
|
},
|
|
2219
|
-
"
|
|
2220
|
-
"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.",
|
|
2221
|
-
"inheritedFrom": {
|
|
2222
|
-
"name": "Anchor",
|
|
2223
|
-
"module": "src/anchor/anchor.ts"
|
|
2224
|
-
}
|
|
1869
|
+
"default": "'Actions'"
|
|
2225
1870
|
},
|
|
2226
1871
|
{
|
|
2227
1872
|
"kind": "field",
|
|
2228
|
-
"name": "
|
|
1873
|
+
"name": "open",
|
|
2229
1874
|
"type": {
|
|
2230
|
-
"text": "
|
|
1875
|
+
"text": "boolean"
|
|
2231
1876
|
},
|
|
2232
|
-
"
|
|
2233
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2234
|
-
"inheritedFrom": {
|
|
2235
|
-
"name": "Anchor",
|
|
2236
|
-
"module": "src/anchor/anchor.ts"
|
|
2237
|
-
}
|
|
1877
|
+
"default": "false"
|
|
2238
1878
|
},
|
|
2239
1879
|
{
|
|
2240
1880
|
"kind": "field",
|
|
2241
|
-
"name": "
|
|
1881
|
+
"name": "buttonAppearance",
|
|
2242
1882
|
"type": {
|
|
2243
1883
|
"text": "string"
|
|
2244
|
-
},
|
|
2245
|
-
"privacy": "public",
|
|
2246
|
-
"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.",
|
|
2247
|
-
"inheritedFrom": {
|
|
2248
|
-
"name": "Anchor",
|
|
2249
|
-
"module": "src/anchor/anchor.ts"
|
|
2250
1884
|
}
|
|
2251
1885
|
},
|
|
2252
1886
|
{
|
|
2253
1887
|
"kind": "field",
|
|
2254
|
-
"name": "
|
|
1888
|
+
"name": "hideDisabled",
|
|
2255
1889
|
"type": {
|
|
2256
|
-
"text": "
|
|
1890
|
+
"text": "boolean"
|
|
2257
1891
|
},
|
|
2258
|
-
"
|
|
2259
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2260
|
-
"inheritedFrom": {
|
|
2261
|
-
"name": "Anchor",
|
|
2262
|
-
"module": "src/anchor/anchor.ts"
|
|
2263
|
-
}
|
|
1892
|
+
"default": "false"
|
|
2264
1893
|
},
|
|
2265
1894
|
{
|
|
2266
1895
|
"kind": "field",
|
|
2267
|
-
"name": "
|
|
1896
|
+
"name": "hideMenuSingleOption",
|
|
2268
1897
|
"type": {
|
|
2269
|
-
"text": "
|
|
1898
|
+
"text": "boolean"
|
|
2270
1899
|
},
|
|
2271
|
-
"
|
|
2272
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2273
|
-
"inheritedFrom": {
|
|
2274
|
-
"name": "Anchor",
|
|
2275
|
-
"module": "src/anchor/anchor.ts"
|
|
2276
|
-
}
|
|
1900
|
+
"default": "false"
|
|
2277
1901
|
},
|
|
2278
1902
|
{
|
|
2279
1903
|
"kind": "field",
|
|
2280
|
-
"name": "
|
|
1904
|
+
"name": "singleOption",
|
|
2281
1905
|
"type": {
|
|
2282
|
-
"text": "
|
|
2283
|
-
},
|
|
2284
|
-
"privacy": "public",
|
|
2285
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2286
|
-
"inheritedFrom": {
|
|
2287
|
-
"name": "Anchor",
|
|
2288
|
-
"module": "src/anchor/anchor.ts"
|
|
1906
|
+
"text": "ActionMenuItem"
|
|
2289
1907
|
}
|
|
2290
1908
|
},
|
|
2291
1909
|
{
|
|
2292
1910
|
"kind": "field",
|
|
2293
|
-
"name": "
|
|
1911
|
+
"name": "actionsMenu",
|
|
2294
1912
|
"type": {
|
|
2295
|
-
"text": "
|
|
2296
|
-
},
|
|
2297
|
-
"privacy": "public",
|
|
2298
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2299
|
-
"inheritedFrom": {
|
|
2300
|
-
"name": "Anchor",
|
|
2301
|
-
"module": "src/anchor/anchor.ts"
|
|
1913
|
+
"text": "HTMLElement"
|
|
2302
1914
|
}
|
|
2303
1915
|
},
|
|
2304
1916
|
{
|
|
2305
|
-
"kind": "
|
|
2306
|
-
"name": "
|
|
2307
|
-
"
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
1917
|
+
"kind": "method",
|
|
1918
|
+
"name": "definitionChanged",
|
|
1919
|
+
"privacy": "protected",
|
|
1920
|
+
"parameters": [
|
|
1921
|
+
{
|
|
1922
|
+
"name": "oldValue",
|
|
1923
|
+
"type": {
|
|
1924
|
+
"text": "any"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "newValue",
|
|
1929
|
+
"type": {
|
|
1930
|
+
"text": "any"
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
]
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "method",
|
|
1937
|
+
"name": "openChanged",
|
|
1938
|
+
"privacy": "protected"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"kind": "method",
|
|
1942
|
+
"name": "toggleActionsMenuVisibility"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"kind": "method",
|
|
1946
|
+
"name": "onActionMenuItemClick",
|
|
1947
|
+
"parameters": [
|
|
1948
|
+
{
|
|
1949
|
+
"name": "callback",
|
|
1950
|
+
"type": {
|
|
1951
|
+
"text": "(rowData) => void | any"
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
]
|
|
2316
1955
|
},
|
|
2317
1956
|
{
|
|
2318
1957
|
"kind": "field",
|
|
2319
|
-
"name": "
|
|
1958
|
+
"name": "allActions",
|
|
2320
1959
|
"type": {
|
|
2321
|
-
"text": "
|
|
1960
|
+
"text": "ActionMenuItem[]"
|
|
2322
1961
|
},
|
|
2323
|
-
"
|
|
2324
|
-
"description": "References the root element",
|
|
2325
|
-
"inheritedFrom": {
|
|
2326
|
-
"name": "Anchor",
|
|
2327
|
-
"module": "src/anchor/anchor.ts"
|
|
2328
|
-
}
|
|
1962
|
+
"readonly": true
|
|
2329
1963
|
},
|
|
2330
1964
|
{
|
|
2331
1965
|
"kind": "field",
|
|
2332
|
-
"name": "
|
|
2333
|
-
"
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
1966
|
+
"name": "rowData",
|
|
1967
|
+
"readonly": true
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"kind": "method",
|
|
1971
|
+
"name": "getLabel",
|
|
1972
|
+
"parameters": [
|
|
1973
|
+
{
|
|
1974
|
+
"name": "name",
|
|
1975
|
+
"type": {
|
|
1976
|
+
"text": "string | ((rowData: any) => string)"
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "method",
|
|
1983
|
+
"name": "getTemplate",
|
|
1984
|
+
"parameters": [
|
|
1985
|
+
{
|
|
1986
|
+
"name": "prefix",
|
|
1987
|
+
"type": {
|
|
1988
|
+
"text": "string"
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
]
|
|
2339
1992
|
},
|
|
2340
1993
|
{
|
|
2341
1994
|
"kind": "field",
|
|
@@ -2448,69 +2101,108 @@
|
|
|
2448
2101
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2449
2102
|
}
|
|
2450
2103
|
}
|
|
2451
|
-
]
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2104
|
+
],
|
|
2105
|
+
"attributes": [
|
|
2106
|
+
{
|
|
2107
|
+
"name": "is-vertical",
|
|
2108
|
+
"type": {
|
|
2109
|
+
"text": "boolean"
|
|
2110
|
+
},
|
|
2111
|
+
"default": "false",
|
|
2112
|
+
"fieldName": "isVertical"
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"name": "add-default-actions",
|
|
2116
|
+
"type": {
|
|
2117
|
+
"text": "boolean"
|
|
2118
|
+
},
|
|
2119
|
+
"default": "true",
|
|
2120
|
+
"fieldName": "addDefaultActions"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"name": "auto-close-on-action",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "boolean"
|
|
2126
|
+
},
|
|
2127
|
+
"default": "true",
|
|
2128
|
+
"fieldName": "autoCloseOnAction"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "name",
|
|
2132
|
+
"type": {
|
|
2133
|
+
"text": "string"
|
|
2134
|
+
},
|
|
2135
|
+
"default": "'Actions'",
|
|
2136
|
+
"fieldName": "name"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "open",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "boolean"
|
|
2142
|
+
},
|
|
2143
|
+
"default": "false",
|
|
2144
|
+
"fieldName": "open"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "buttonAppearance",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "string"
|
|
2150
|
+
},
|
|
2151
|
+
"fieldName": "buttonAppearance"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": "hide-disabled",
|
|
2155
|
+
"type": {
|
|
2156
|
+
"text": "boolean"
|
|
2157
|
+
},
|
|
2158
|
+
"default": "false",
|
|
2159
|
+
"fieldName": "hideDisabled"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"name": "hide-menu-single-option",
|
|
2163
|
+
"type": {
|
|
2164
|
+
"text": "boolean"
|
|
2165
|
+
},
|
|
2166
|
+
"default": "false",
|
|
2167
|
+
"fieldName": "hideMenuSingleOption"
|
|
2168
|
+
}
|
|
2169
|
+
],
|
|
2170
|
+
"superclass": {
|
|
2171
|
+
"name": "FoundationElement",
|
|
2172
|
+
"package": "@microsoft/fast-foundation"
|
|
2173
|
+
},
|
|
2174
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2175
|
+
"customElement": true
|
|
2484
2176
|
},
|
|
2485
2177
|
{
|
|
2486
|
-
"kind": "
|
|
2487
|
-
"name": "
|
|
2488
|
-
"
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2178
|
+
"kind": "variable",
|
|
2179
|
+
"name": "foundationActionsMenu",
|
|
2180
|
+
"description": "The Foundation Actions Menu",
|
|
2181
|
+
"privacy": "public"
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
"exports": [
|
|
2493
2185
|
{
|
|
2494
2186
|
"kind": "js",
|
|
2495
|
-
"name": "
|
|
2187
|
+
"name": "ActionsMenu",
|
|
2496
2188
|
"declaration": {
|
|
2497
|
-
"name": "
|
|
2498
|
-
"module": "src/
|
|
2189
|
+
"name": "ActionsMenu",
|
|
2190
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2499
2191
|
}
|
|
2500
2192
|
},
|
|
2501
2193
|
{
|
|
2502
2194
|
"kind": "js",
|
|
2503
|
-
"name": "
|
|
2195
|
+
"name": "foundationActionsMenu",
|
|
2504
2196
|
"declaration": {
|
|
2505
|
-
"name": "
|
|
2506
|
-
"module": "src/
|
|
2197
|
+
"name": "foundationActionsMenu",
|
|
2198
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2507
2199
|
}
|
|
2508
2200
|
}
|
|
2509
2201
|
]
|
|
2510
2202
|
},
|
|
2511
2203
|
{
|
|
2512
2204
|
"kind": "javascript-module",
|
|
2513
|
-
"path": "src/
|
|
2205
|
+
"path": "src/actions-menu/index.ts",
|
|
2514
2206
|
"declarations": [],
|
|
2515
2207
|
"exports": [
|
|
2516
2208
|
{
|
|
@@ -2518,7 +2210,7 @@
|
|
|
2518
2210
|
"name": "*",
|
|
2519
2211
|
"declaration": {
|
|
2520
2212
|
"name": "*",
|
|
2521
|
-
"package": "./
|
|
2213
|
+
"package": "./actions-menu.styles"
|
|
2522
2214
|
}
|
|
2523
2215
|
},
|
|
2524
2216
|
{
|
|
@@ -2526,7 +2218,7 @@
|
|
|
2526
2218
|
"name": "*",
|
|
2527
2219
|
"declaration": {
|
|
2528
2220
|
"name": "*",
|
|
2529
|
-
"package": "./
|
|
2221
|
+
"package": "./actions-menu.template"
|
|
2530
2222
|
}
|
|
2531
2223
|
},
|
|
2532
2224
|
{
|
|
@@ -2534,21 +2226,21 @@
|
|
|
2534
2226
|
"name": "*",
|
|
2535
2227
|
"declaration": {
|
|
2536
2228
|
"name": "*",
|
|
2537
|
-
"package": "./
|
|
2229
|
+
"package": "./actions-menu"
|
|
2538
2230
|
}
|
|
2539
2231
|
}
|
|
2540
2232
|
]
|
|
2541
2233
|
},
|
|
2542
2234
|
{
|
|
2543
2235
|
"kind": "javascript-module",
|
|
2544
|
-
"path": "src/
|
|
2236
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2545
2237
|
"declarations": [
|
|
2546
2238
|
{
|
|
2547
2239
|
"kind": "function",
|
|
2548
|
-
"name": "
|
|
2240
|
+
"name": "foundationAnchorStyles",
|
|
2549
2241
|
"return": {
|
|
2550
2242
|
"type": {
|
|
2551
|
-
"text": "
|
|
2243
|
+
"text": "ElementStyles"
|
|
2552
2244
|
}
|
|
2553
2245
|
},
|
|
2554
2246
|
"parameters": [
|
|
@@ -2570,24 +2262,24 @@
|
|
|
2570
2262
|
"exports": [
|
|
2571
2263
|
{
|
|
2572
2264
|
"kind": "js",
|
|
2573
|
-
"name": "
|
|
2265
|
+
"name": "foundationAnchorStyles",
|
|
2574
2266
|
"declaration": {
|
|
2575
|
-
"name": "
|
|
2576
|
-
"module": "src/
|
|
2267
|
+
"name": "foundationAnchorStyles",
|
|
2268
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2577
2269
|
}
|
|
2578
2270
|
}
|
|
2579
2271
|
]
|
|
2580
2272
|
},
|
|
2581
2273
|
{
|
|
2582
2274
|
"kind": "javascript-module",
|
|
2583
|
-
"path": "src/
|
|
2275
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2584
2276
|
"declarations": [
|
|
2585
2277
|
{
|
|
2586
2278
|
"kind": "function",
|
|
2587
|
-
"name": "
|
|
2279
|
+
"name": "foundationAnchorTemplate",
|
|
2588
2280
|
"return": {
|
|
2589
2281
|
"type": {
|
|
2590
|
-
"text": "
|
|
2282
|
+
"text": "ViewTemplate<Anchor>"
|
|
2591
2283
|
}
|
|
2592
2284
|
},
|
|
2593
2285
|
"parameters": [
|
|
@@ -2609,430 +2301,1132 @@
|
|
|
2609
2301
|
"exports": [
|
|
2610
2302
|
{
|
|
2611
2303
|
"kind": "js",
|
|
2612
|
-
"name": "
|
|
2304
|
+
"name": "foundationAnchorTemplate",
|
|
2613
2305
|
"declaration": {
|
|
2614
|
-
"name": "
|
|
2615
|
-
"module": "src/
|
|
2306
|
+
"name": "foundationAnchorTemplate",
|
|
2307
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2616
2308
|
}
|
|
2617
2309
|
}
|
|
2618
2310
|
]
|
|
2619
2311
|
},
|
|
2620
2312
|
{
|
|
2621
2313
|
"kind": "javascript-module",
|
|
2622
|
-
"path": "src/
|
|
2314
|
+
"path": "src/anchor/anchor.ts",
|
|
2623
2315
|
"declarations": [
|
|
2624
2316
|
{
|
|
2625
2317
|
"kind": "class",
|
|
2626
2318
|
"description": "",
|
|
2627
|
-
"name": "
|
|
2319
|
+
"name": "Anchor",
|
|
2628
2320
|
"superclass": {
|
|
2629
|
-
"name": "
|
|
2321
|
+
"name": "FASTAnchor",
|
|
2630
2322
|
"package": "@microsoft/fast-components"
|
|
2631
2323
|
},
|
|
2632
|
-
"tagName": "%%prefix%%-
|
|
2324
|
+
"tagName": "%%prefix%%-anchor",
|
|
2633
2325
|
"customElement": true,
|
|
2634
2326
|
"attributes": [
|
|
2635
2327
|
{
|
|
2636
|
-
"name": "
|
|
2328
|
+
"name": "download",
|
|
2637
2329
|
"type": {
|
|
2638
2330
|
"text": "string"
|
|
2639
2331
|
},
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2642
|
-
"fieldName": "anchor",
|
|
2332
|
+
"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.",
|
|
2333
|
+
"fieldName": "download",
|
|
2643
2334
|
"inheritedFrom": {
|
|
2644
|
-
"name": "
|
|
2645
|
-
"module": "src/
|
|
2335
|
+
"name": "Anchor",
|
|
2336
|
+
"module": "src/anchor/anchor.ts"
|
|
2646
2337
|
}
|
|
2647
2338
|
},
|
|
2648
2339
|
{
|
|
2649
|
-
"name": "
|
|
2340
|
+
"name": "href",
|
|
2650
2341
|
"type": {
|
|
2651
2342
|
"text": "string"
|
|
2652
2343
|
},
|
|
2653
|
-
"
|
|
2654
|
-
"
|
|
2655
|
-
"fieldName": "viewport",
|
|
2344
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2345
|
+
"fieldName": "href",
|
|
2656
2346
|
"inheritedFrom": {
|
|
2657
|
-
"name": "
|
|
2658
|
-
"module": "src/
|
|
2347
|
+
"name": "Anchor",
|
|
2348
|
+
"module": "src/anchor/anchor.ts"
|
|
2659
2349
|
}
|
|
2660
2350
|
},
|
|
2661
2351
|
{
|
|
2662
|
-
"name": "
|
|
2352
|
+
"name": "hreflang",
|
|
2663
2353
|
"type": {
|
|
2664
|
-
"text": "
|
|
2354
|
+
"text": "string"
|
|
2665
2355
|
},
|
|
2666
|
-
"
|
|
2667
|
-
"
|
|
2668
|
-
"fieldName": "horizontalPositioningMode",
|
|
2356
|
+
"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.",
|
|
2357
|
+
"fieldName": "hreflang",
|
|
2669
2358
|
"inheritedFrom": {
|
|
2670
|
-
"name": "
|
|
2671
|
-
"module": "src/
|
|
2359
|
+
"name": "Anchor",
|
|
2360
|
+
"module": "src/anchor/anchor.ts"
|
|
2672
2361
|
}
|
|
2673
2362
|
},
|
|
2674
2363
|
{
|
|
2675
|
-
"name": "
|
|
2364
|
+
"name": "ping",
|
|
2676
2365
|
"type": {
|
|
2677
|
-
"text": "
|
|
2366
|
+
"text": "string"
|
|
2678
2367
|
},
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2681
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2368
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2369
|
+
"fieldName": "ping",
|
|
2682
2370
|
"inheritedFrom": {
|
|
2683
|
-
"name": "
|
|
2684
|
-
"module": "src/
|
|
2371
|
+
"name": "Anchor",
|
|
2372
|
+
"module": "src/anchor/anchor.ts"
|
|
2685
2373
|
}
|
|
2686
2374
|
},
|
|
2687
2375
|
{
|
|
2688
|
-
"name": "
|
|
2376
|
+
"name": "referrerpolicy",
|
|
2689
2377
|
"type": {
|
|
2690
|
-
"text": "
|
|
2378
|
+
"text": "string"
|
|
2691
2379
|
},
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2694
|
-
"fieldName": "horizontalViewportLock",
|
|
2380
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2381
|
+
"fieldName": "referrerpolicy",
|
|
2695
2382
|
"inheritedFrom": {
|
|
2696
|
-
"name": "
|
|
2697
|
-
"module": "src/
|
|
2383
|
+
"name": "Anchor",
|
|
2384
|
+
"module": "src/anchor/anchor.ts"
|
|
2698
2385
|
}
|
|
2699
2386
|
},
|
|
2700
2387
|
{
|
|
2701
|
-
"name": "
|
|
2388
|
+
"name": "rel",
|
|
2702
2389
|
"type": {
|
|
2703
|
-
"text": "
|
|
2390
|
+
"text": "string"
|
|
2704
2391
|
},
|
|
2705
|
-
"
|
|
2706
|
-
"
|
|
2707
|
-
"fieldName": "horizontalInset",
|
|
2392
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2393
|
+
"fieldName": "rel",
|
|
2708
2394
|
"inheritedFrom": {
|
|
2709
|
-
"name": "
|
|
2710
|
-
"module": "src/
|
|
2395
|
+
"name": "Anchor",
|
|
2396
|
+
"module": "src/anchor/anchor.ts"
|
|
2711
2397
|
}
|
|
2712
2398
|
},
|
|
2713
2399
|
{
|
|
2714
|
-
"name": "
|
|
2400
|
+
"name": "target",
|
|
2715
2401
|
"type": {
|
|
2716
|
-
"text": "
|
|
2402
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2717
2403
|
},
|
|
2718
|
-
"description": "
|
|
2719
|
-
"fieldName": "
|
|
2404
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2405
|
+
"fieldName": "target",
|
|
2720
2406
|
"inheritedFrom": {
|
|
2721
|
-
"name": "
|
|
2722
|
-
"module": "src/
|
|
2407
|
+
"name": "Anchor",
|
|
2408
|
+
"module": "src/anchor/anchor.ts"
|
|
2723
2409
|
}
|
|
2724
2410
|
},
|
|
2725
2411
|
{
|
|
2726
|
-
"name": "
|
|
2412
|
+
"name": "type",
|
|
2727
2413
|
"type": {
|
|
2728
|
-
"text": "
|
|
2414
|
+
"text": "string"
|
|
2729
2415
|
},
|
|
2730
|
-
"
|
|
2731
|
-
"
|
|
2732
|
-
"fieldName": "horizontalScaling",
|
|
2416
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2417
|
+
"fieldName": "type",
|
|
2733
2418
|
"inheritedFrom": {
|
|
2734
|
-
"name": "
|
|
2735
|
-
"module": "src/
|
|
2419
|
+
"name": "Anchor",
|
|
2420
|
+
"module": "src/anchor/anchor.ts"
|
|
2736
2421
|
}
|
|
2737
|
-
}
|
|
2422
|
+
}
|
|
2423
|
+
],
|
|
2424
|
+
"members": [
|
|
2738
2425
|
{
|
|
2739
|
-
"
|
|
2426
|
+
"kind": "field",
|
|
2427
|
+
"name": "download",
|
|
2740
2428
|
"type": {
|
|
2741
|
-
"text": "
|
|
2429
|
+
"text": "string"
|
|
2742
2430
|
},
|
|
2743
|
-
"
|
|
2744
|
-
"description": "
|
|
2745
|
-
"fieldName": "verticalPositioningMode",
|
|
2431
|
+
"privacy": "public",
|
|
2432
|
+
"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.",
|
|
2746
2433
|
"inheritedFrom": {
|
|
2747
|
-
"name": "
|
|
2748
|
-
"module": "src/
|
|
2434
|
+
"name": "Anchor",
|
|
2435
|
+
"module": "src/anchor/anchor.ts"
|
|
2749
2436
|
}
|
|
2750
2437
|
},
|
|
2751
2438
|
{
|
|
2752
|
-
"
|
|
2439
|
+
"kind": "field",
|
|
2440
|
+
"name": "href",
|
|
2753
2441
|
"type": {
|
|
2754
|
-
"text": "
|
|
2442
|
+
"text": "string"
|
|
2755
2443
|
},
|
|
2756
|
-
"
|
|
2757
|
-
"description": "The
|
|
2758
|
-
"fieldName": "verticalDefaultPosition",
|
|
2444
|
+
"privacy": "public",
|
|
2445
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2759
2446
|
"inheritedFrom": {
|
|
2760
|
-
"name": "
|
|
2761
|
-
"module": "src/
|
|
2447
|
+
"name": "Anchor",
|
|
2448
|
+
"module": "src/anchor/anchor.ts"
|
|
2762
2449
|
}
|
|
2763
2450
|
},
|
|
2764
2451
|
{
|
|
2765
|
-
"
|
|
2452
|
+
"kind": "field",
|
|
2453
|
+
"name": "hreflang",
|
|
2766
2454
|
"type": {
|
|
2767
|
-
"text": "
|
|
2455
|
+
"text": "string"
|
|
2768
2456
|
},
|
|
2769
|
-
"
|
|
2770
|
-
"description": "
|
|
2771
|
-
"fieldName": "verticalViewportLock",
|
|
2457
|
+
"privacy": "public",
|
|
2458
|
+
"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.",
|
|
2772
2459
|
"inheritedFrom": {
|
|
2773
|
-
"name": "
|
|
2774
|
-
"module": "src/
|
|
2460
|
+
"name": "Anchor",
|
|
2461
|
+
"module": "src/anchor/anchor.ts"
|
|
2775
2462
|
}
|
|
2776
2463
|
},
|
|
2777
2464
|
{
|
|
2778
|
-
"
|
|
2465
|
+
"kind": "field",
|
|
2466
|
+
"name": "ping",
|
|
2779
2467
|
"type": {
|
|
2780
|
-
"text": "
|
|
2468
|
+
"text": "string"
|
|
2781
2469
|
},
|
|
2782
|
-
"
|
|
2783
|
-
"description": "
|
|
2784
|
-
"fieldName": "verticalInset",
|
|
2470
|
+
"privacy": "public",
|
|
2471
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2785
2472
|
"inheritedFrom": {
|
|
2786
|
-
"name": "
|
|
2787
|
-
"module": "src/
|
|
2473
|
+
"name": "Anchor",
|
|
2474
|
+
"module": "src/anchor/anchor.ts"
|
|
2788
2475
|
}
|
|
2789
2476
|
},
|
|
2790
2477
|
{
|
|
2791
|
-
"
|
|
2478
|
+
"kind": "field",
|
|
2479
|
+
"name": "referrerpolicy",
|
|
2792
2480
|
"type": {
|
|
2793
|
-
"text": "
|
|
2481
|
+
"text": "string"
|
|
2794
2482
|
},
|
|
2795
|
-
"
|
|
2796
|
-
"
|
|
2483
|
+
"privacy": "public",
|
|
2484
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2797
2485
|
"inheritedFrom": {
|
|
2798
|
-
"name": "
|
|
2799
|
-
"module": "src/
|
|
2486
|
+
"name": "Anchor",
|
|
2487
|
+
"module": "src/anchor/anchor.ts"
|
|
2800
2488
|
}
|
|
2801
2489
|
},
|
|
2802
2490
|
{
|
|
2803
|
-
"
|
|
2491
|
+
"kind": "field",
|
|
2492
|
+
"name": "rel",
|
|
2804
2493
|
"type": {
|
|
2805
|
-
"text": "
|
|
2494
|
+
"text": "string"
|
|
2806
2495
|
},
|
|
2807
|
-
"
|
|
2808
|
-
"description": "
|
|
2809
|
-
"fieldName": "verticalScaling",
|
|
2496
|
+
"privacy": "public",
|
|
2497
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2810
2498
|
"inheritedFrom": {
|
|
2811
|
-
"name": "
|
|
2812
|
-
"module": "src/
|
|
2499
|
+
"name": "Anchor",
|
|
2500
|
+
"module": "src/anchor/anchor.ts"
|
|
2813
2501
|
}
|
|
2814
2502
|
},
|
|
2815
2503
|
{
|
|
2816
|
-
"
|
|
2504
|
+
"kind": "field",
|
|
2505
|
+
"name": "target",
|
|
2817
2506
|
"type": {
|
|
2818
|
-
"text": "
|
|
2507
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2819
2508
|
},
|
|
2820
|
-
"
|
|
2821
|
-
"description": "
|
|
2822
|
-
"fieldName": "fixedPlacement",
|
|
2509
|
+
"privacy": "public",
|
|
2510
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2823
2511
|
"inheritedFrom": {
|
|
2824
|
-
"name": "
|
|
2825
|
-
"module": "src/
|
|
2512
|
+
"name": "Anchor",
|
|
2513
|
+
"module": "src/anchor/anchor.ts"
|
|
2826
2514
|
}
|
|
2827
2515
|
},
|
|
2828
|
-
{
|
|
2829
|
-
"name": "auto-update-mode",
|
|
2830
|
-
"type": {
|
|
2831
|
-
"text": "AutoUpdateMode"
|
|
2832
|
-
},
|
|
2833
|
-
"default": "\"anchor\"",
|
|
2834
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2835
|
-
"fieldName": "autoUpdateMode",
|
|
2836
|
-
"inheritedFrom": {
|
|
2837
|
-
"name": "AnchoredRegion",
|
|
2838
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2839
|
-
}
|
|
2840
|
-
}
|
|
2841
|
-
],
|
|
2842
|
-
"members": [
|
|
2843
2516
|
{
|
|
2844
2517
|
"kind": "field",
|
|
2845
|
-
"name": "
|
|
2518
|
+
"name": "type",
|
|
2846
2519
|
"type": {
|
|
2847
2520
|
"text": "string"
|
|
2848
2521
|
},
|
|
2849
2522
|
"privacy": "public",
|
|
2850
|
-
"
|
|
2851
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2852
|
-
"inheritedFrom": {
|
|
2853
|
-
"name": "AnchoredRegion",
|
|
2854
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2855
|
-
}
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
"kind": "method",
|
|
2859
|
-
"name": "anchorChanged",
|
|
2860
|
-
"privacy": "private",
|
|
2861
|
-
"return": {
|
|
2862
|
-
"type": {
|
|
2863
|
-
"text": "void"
|
|
2864
|
-
}
|
|
2865
|
-
},
|
|
2523
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2866
2524
|
"inheritedFrom": {
|
|
2867
|
-
"name": "
|
|
2868
|
-
"module": "src/
|
|
2525
|
+
"name": "Anchor",
|
|
2526
|
+
"module": "src/anchor/anchor.ts"
|
|
2869
2527
|
}
|
|
2870
2528
|
},
|
|
2871
2529
|
{
|
|
2872
2530
|
"kind": "field",
|
|
2873
|
-
"name": "
|
|
2531
|
+
"name": "control",
|
|
2874
2532
|
"type": {
|
|
2875
|
-
"text": "
|
|
2533
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2876
2534
|
},
|
|
2877
2535
|
"privacy": "public",
|
|
2878
|
-
"
|
|
2879
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2536
|
+
"description": "References the root element",
|
|
2880
2537
|
"inheritedFrom": {
|
|
2881
|
-
"name": "
|
|
2882
|
-
"module": "src/
|
|
2538
|
+
"name": "Anchor",
|
|
2539
|
+
"module": "src/anchor/anchor.ts"
|
|
2883
2540
|
}
|
|
2884
2541
|
},
|
|
2885
2542
|
{
|
|
2886
|
-
"kind": "
|
|
2887
|
-
"name": "
|
|
2543
|
+
"kind": "field",
|
|
2544
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2888
2545
|
"privacy": "private",
|
|
2889
|
-
"
|
|
2890
|
-
"type": {
|
|
2891
|
-
"text": "void"
|
|
2892
|
-
}
|
|
2893
|
-
},
|
|
2546
|
+
"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",
|
|
2894
2547
|
"inheritedFrom": {
|
|
2895
|
-
"name": "
|
|
2896
|
-
"module": "src/
|
|
2548
|
+
"name": "Anchor",
|
|
2549
|
+
"module": "src/anchor/anchor.ts"
|
|
2897
2550
|
}
|
|
2898
2551
|
},
|
|
2899
2552
|
{
|
|
2900
2553
|
"kind": "field",
|
|
2901
|
-
"name": "
|
|
2554
|
+
"name": "_presentation",
|
|
2902
2555
|
"type": {
|
|
2903
|
-
"text": "
|
|
2556
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2904
2557
|
},
|
|
2905
|
-
"privacy": "public",
|
|
2906
|
-
"default": "\"uncontrolled\"",
|
|
2907
|
-
"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",
|
|
2908
|
-
"inheritedFrom": {
|
|
2909
|
-
"name": "AnchoredRegion",
|
|
2910
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"kind": "method",
|
|
2915
|
-
"name": "horizontalPositioningModeChanged",
|
|
2916
2558
|
"privacy": "private",
|
|
2917
|
-
"
|
|
2918
|
-
"type": {
|
|
2919
|
-
"text": "void"
|
|
2920
|
-
}
|
|
2921
|
-
},
|
|
2559
|
+
"default": "void 0",
|
|
2922
2560
|
"inheritedFrom": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/
|
|
2561
|
+
"name": "FoundationElement",
|
|
2562
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2925
2563
|
}
|
|
2926
2564
|
},
|
|
2927
2565
|
{
|
|
2928
2566
|
"kind": "field",
|
|
2929
|
-
"name": "
|
|
2567
|
+
"name": "$presentation",
|
|
2930
2568
|
"type": {
|
|
2931
|
-
"text": "
|
|
2569
|
+
"text": "ComponentPresentation | null"
|
|
2932
2570
|
},
|
|
2933
2571
|
"privacy": "public",
|
|
2934
|
-
"
|
|
2935
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2936
|
-
"inheritedFrom": {
|
|
2937
|
-
"name": "AnchoredRegion",
|
|
2938
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2939
|
-
}
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"kind": "method",
|
|
2943
|
-
"name": "horizontalDefaultPositionChanged",
|
|
2944
|
-
"privacy": "private",
|
|
2945
|
-
"return": {
|
|
2946
|
-
"type": {
|
|
2947
|
-
"text": "void"
|
|
2948
|
-
}
|
|
2949
|
-
},
|
|
2572
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2950
2573
|
"inheritedFrom": {
|
|
2951
|
-
"name": "
|
|
2952
|
-
"module": "src/
|
|
2574
|
+
"name": "FoundationElement",
|
|
2575
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2953
2576
|
}
|
|
2954
2577
|
},
|
|
2955
2578
|
{
|
|
2956
2579
|
"kind": "field",
|
|
2957
|
-
"name": "
|
|
2580
|
+
"name": "template",
|
|
2958
2581
|
"type": {
|
|
2959
|
-
"text": "
|
|
2582
|
+
"text": "ElementViewTemplate | void | null"
|
|
2960
2583
|
},
|
|
2961
2584
|
"privacy": "public",
|
|
2962
|
-
"
|
|
2963
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2585
|
+
"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.",
|
|
2964
2586
|
"inheritedFrom": {
|
|
2965
|
-
"name": "
|
|
2966
|
-
"module": "src/
|
|
2587
|
+
"name": "FoundationElement",
|
|
2588
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2967
2589
|
}
|
|
2968
2590
|
},
|
|
2969
2591
|
{
|
|
2970
2592
|
"kind": "method",
|
|
2971
|
-
"name": "
|
|
2972
|
-
"privacy": "
|
|
2593
|
+
"name": "templateChanged",
|
|
2594
|
+
"privacy": "protected",
|
|
2973
2595
|
"return": {
|
|
2974
2596
|
"type": {
|
|
2975
2597
|
"text": "void"
|
|
2976
2598
|
}
|
|
2977
2599
|
},
|
|
2978
2600
|
"inheritedFrom": {
|
|
2979
|
-
"name": "
|
|
2980
|
-
"module": "src/
|
|
2601
|
+
"name": "FoundationElement",
|
|
2602
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2981
2603
|
}
|
|
2982
2604
|
},
|
|
2983
2605
|
{
|
|
2984
2606
|
"kind": "field",
|
|
2985
|
-
"name": "
|
|
2607
|
+
"name": "styles",
|
|
2986
2608
|
"type": {
|
|
2987
|
-
"text": "
|
|
2609
|
+
"text": "ElementStyles | void | null"
|
|
2988
2610
|
},
|
|
2989
2611
|
"privacy": "public",
|
|
2990
|
-
"
|
|
2991
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2612
|
+
"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.",
|
|
2992
2613
|
"inheritedFrom": {
|
|
2993
|
-
"name": "
|
|
2994
|
-
"module": "src/
|
|
2614
|
+
"name": "FoundationElement",
|
|
2615
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2995
2616
|
}
|
|
2996
2617
|
},
|
|
2997
2618
|
{
|
|
2998
2619
|
"kind": "method",
|
|
2999
|
-
"name": "
|
|
3000
|
-
"privacy": "
|
|
2620
|
+
"name": "stylesChanged",
|
|
2621
|
+
"privacy": "protected",
|
|
3001
2622
|
"return": {
|
|
3002
2623
|
"type": {
|
|
3003
2624
|
"text": "void"
|
|
3004
2625
|
}
|
|
3005
2626
|
},
|
|
3006
2627
|
"inheritedFrom": {
|
|
3007
|
-
"name": "
|
|
3008
|
-
"module": "src/
|
|
3009
|
-
}
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"kind": "field",
|
|
3013
|
-
"name": "horizontalThreshold",
|
|
3014
|
-
"type": {
|
|
3015
|
-
"text": "number"
|
|
3016
|
-
},
|
|
3017
|
-
"privacy": "public",
|
|
3018
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3019
|
-
"inheritedFrom": {
|
|
3020
|
-
"name": "AnchoredRegion",
|
|
3021
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2628
|
+
"name": "FoundationElement",
|
|
2629
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3022
2630
|
}
|
|
3023
2631
|
},
|
|
3024
2632
|
{
|
|
3025
2633
|
"kind": "method",
|
|
3026
|
-
"name": "
|
|
3027
|
-
"privacy": "
|
|
2634
|
+
"name": "compose",
|
|
2635
|
+
"privacy": "public",
|
|
2636
|
+
"static": true,
|
|
3028
2637
|
"return": {
|
|
3029
2638
|
"type": {
|
|
3030
|
-
"text": "
|
|
2639
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3031
2640
|
}
|
|
3032
2641
|
},
|
|
3033
|
-
"
|
|
3034
|
-
|
|
3035
|
-
|
|
2642
|
+
"parameters": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "this",
|
|
2645
|
+
"type": {
|
|
2646
|
+
"text": "K"
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"name": "elementDefinition",
|
|
2651
|
+
"type": {
|
|
2652
|
+
"text": "T"
|
|
2653
|
+
},
|
|
2654
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2655
|
+
}
|
|
2656
|
+
],
|
|
2657
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2658
|
+
"inheritedFrom": {
|
|
2659
|
+
"name": "FoundationElement",
|
|
2660
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2661
|
+
}
|
|
2662
|
+
}
|
|
2663
|
+
]
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"kind": "variable",
|
|
2667
|
+
"name": "foundationAnchorShadowOptions",
|
|
2668
|
+
"type": {
|
|
2669
|
+
"text": "ShadowRootInit"
|
|
2670
|
+
},
|
|
2671
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"kind": "variable",
|
|
2675
|
+
"name": "defaultAnchorConfig",
|
|
2676
|
+
"type": {
|
|
2677
|
+
"text": "object"
|
|
2678
|
+
},
|
|
2679
|
+
"default": "{}"
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"kind": "variable",
|
|
2683
|
+
"name": "foundationAnchor",
|
|
2684
|
+
"description": "The Foundation Anchor",
|
|
2685
|
+
"privacy": "public"
|
|
2686
|
+
}
|
|
2687
|
+
],
|
|
2688
|
+
"exports": [
|
|
2689
|
+
{
|
|
2690
|
+
"kind": "js",
|
|
2691
|
+
"name": "Anchor",
|
|
2692
|
+
"declaration": {
|
|
2693
|
+
"name": "Anchor",
|
|
2694
|
+
"module": "src/anchor/anchor.ts"
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"kind": "js",
|
|
2699
|
+
"name": "foundationAnchorShadowOptions",
|
|
2700
|
+
"declaration": {
|
|
2701
|
+
"name": "foundationAnchorShadowOptions",
|
|
2702
|
+
"module": "src/anchor/anchor.ts"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "js",
|
|
2707
|
+
"name": "defaultAnchorConfig",
|
|
2708
|
+
"declaration": {
|
|
2709
|
+
"name": "defaultAnchorConfig",
|
|
2710
|
+
"module": "src/anchor/anchor.ts"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"kind": "js",
|
|
2715
|
+
"name": "foundationAnchor",
|
|
2716
|
+
"declaration": {
|
|
2717
|
+
"name": "foundationAnchor",
|
|
2718
|
+
"module": "src/anchor/anchor.ts"
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
]
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"kind": "javascript-module",
|
|
2725
|
+
"path": "src/anchor/index.ts",
|
|
2726
|
+
"declarations": [],
|
|
2727
|
+
"exports": [
|
|
2728
|
+
{
|
|
2729
|
+
"kind": "js",
|
|
2730
|
+
"name": "*",
|
|
2731
|
+
"declaration": {
|
|
2732
|
+
"name": "*",
|
|
2733
|
+
"package": "./anchor.template"
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"kind": "js",
|
|
2738
|
+
"name": "*",
|
|
2739
|
+
"declaration": {
|
|
2740
|
+
"name": "*",
|
|
2741
|
+
"package": "./anchor.styles"
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "js",
|
|
2746
|
+
"name": "*",
|
|
2747
|
+
"declaration": {
|
|
2748
|
+
"name": "*",
|
|
2749
|
+
"package": "./anchor"
|
|
2750
|
+
}
|
|
2751
|
+
}
|
|
2752
|
+
]
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"kind": "javascript-module",
|
|
2756
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2757
|
+
"declarations": [
|
|
2758
|
+
{
|
|
2759
|
+
"kind": "function",
|
|
2760
|
+
"name": "foundationAccordionStyles",
|
|
2761
|
+
"return": {
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "ElementStyles"
|
|
2764
|
+
}
|
|
2765
|
+
},
|
|
2766
|
+
"parameters": [
|
|
2767
|
+
{
|
|
2768
|
+
"name": "context",
|
|
2769
|
+
"type": {
|
|
2770
|
+
"text": "ElementDefinitionContext"
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "definition",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "FoundationElementDefinition"
|
|
2777
|
+
}
|
|
2778
|
+
}
|
|
2779
|
+
]
|
|
2780
|
+
}
|
|
2781
|
+
],
|
|
2782
|
+
"exports": [
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "js",
|
|
2785
|
+
"name": "foundationAccordionStyles",
|
|
2786
|
+
"declaration": {
|
|
2787
|
+
"name": "foundationAccordionStyles",
|
|
2788
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "javascript-module",
|
|
2795
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2796
|
+
"declarations": [
|
|
2797
|
+
{
|
|
2798
|
+
"kind": "function",
|
|
2799
|
+
"name": "foundationAccordionTemplate",
|
|
2800
|
+
"return": {
|
|
2801
|
+
"type": {
|
|
2802
|
+
"text": "ViewTemplate<Accordion>"
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
"parameters": [
|
|
2806
|
+
{
|
|
2807
|
+
"name": "context",
|
|
2808
|
+
"type": {
|
|
2809
|
+
"text": "ElementDefinitionContext"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "definition",
|
|
2814
|
+
"type": {
|
|
2815
|
+
"text": "FoundationElementDefinition"
|
|
2816
|
+
}
|
|
2817
|
+
}
|
|
2818
|
+
]
|
|
2819
|
+
}
|
|
2820
|
+
],
|
|
2821
|
+
"exports": [
|
|
2822
|
+
{
|
|
2823
|
+
"kind": "js",
|
|
2824
|
+
"name": "foundationAccordionTemplate",
|
|
2825
|
+
"declaration": {
|
|
2826
|
+
"name": "foundationAccordionTemplate",
|
|
2827
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
]
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"kind": "javascript-module",
|
|
2834
|
+
"path": "src/accordion/accordion.ts",
|
|
2835
|
+
"declarations": [
|
|
2836
|
+
{
|
|
2837
|
+
"kind": "class",
|
|
2838
|
+
"description": "",
|
|
2839
|
+
"name": "Accordion",
|
|
2840
|
+
"superclass": {
|
|
2841
|
+
"name": "FASTAccordion",
|
|
2842
|
+
"package": "@microsoft/fast-foundation"
|
|
2843
|
+
},
|
|
2844
|
+
"tagName": "%%prefix%%-accordion",
|
|
2845
|
+
"customElement": true
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"kind": "variable",
|
|
2849
|
+
"name": "foundationAccordionShadowOptions",
|
|
2850
|
+
"type": {
|
|
2851
|
+
"text": "ShadowRootInit"
|
|
2852
|
+
},
|
|
2853
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "variable",
|
|
2857
|
+
"name": "defaultAccordionConfig",
|
|
2858
|
+
"type": {
|
|
2859
|
+
"text": "object"
|
|
2860
|
+
},
|
|
2861
|
+
"default": "{}"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"kind": "variable",
|
|
2865
|
+
"name": "foundationAccordion",
|
|
2866
|
+
"description": "The Foundation Accordion",
|
|
2867
|
+
"privacy": "public"
|
|
2868
|
+
}
|
|
2869
|
+
],
|
|
2870
|
+
"exports": [
|
|
2871
|
+
{
|
|
2872
|
+
"kind": "js",
|
|
2873
|
+
"name": "Accordion",
|
|
2874
|
+
"declaration": {
|
|
2875
|
+
"name": "Accordion",
|
|
2876
|
+
"module": "src/accordion/accordion.ts"
|
|
2877
|
+
}
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "js",
|
|
2881
|
+
"name": "foundationAccordionShadowOptions",
|
|
2882
|
+
"declaration": {
|
|
2883
|
+
"name": "foundationAccordionShadowOptions",
|
|
2884
|
+
"module": "src/accordion/accordion.ts"
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"kind": "js",
|
|
2889
|
+
"name": "defaultAccordionConfig",
|
|
2890
|
+
"declaration": {
|
|
2891
|
+
"name": "defaultAccordionConfig",
|
|
2892
|
+
"module": "src/accordion/accordion.ts"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"kind": "js",
|
|
2897
|
+
"name": "foundationAccordion",
|
|
2898
|
+
"declaration": {
|
|
2899
|
+
"name": "foundationAccordion",
|
|
2900
|
+
"module": "src/accordion/accordion.ts"
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
]
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"kind": "javascript-module",
|
|
2907
|
+
"path": "src/accordion/index.ts",
|
|
2908
|
+
"declarations": [],
|
|
2909
|
+
"exports": [
|
|
2910
|
+
{
|
|
2911
|
+
"kind": "js",
|
|
2912
|
+
"name": "*",
|
|
2913
|
+
"declaration": {
|
|
2914
|
+
"name": "*",
|
|
2915
|
+
"package": "./accordion.template"
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"kind": "js",
|
|
2920
|
+
"name": "*",
|
|
2921
|
+
"declaration": {
|
|
2922
|
+
"name": "*",
|
|
2923
|
+
"package": "./accordion.styles"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"kind": "js",
|
|
2928
|
+
"name": "*",
|
|
2929
|
+
"declaration": {
|
|
2930
|
+
"name": "*",
|
|
2931
|
+
"package": "./accordion"
|
|
2932
|
+
}
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"kind": "javascript-module",
|
|
2938
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2939
|
+
"declarations": [
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "function",
|
|
2942
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2943
|
+
"return": {
|
|
2944
|
+
"type": {
|
|
2945
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
"parameters": [
|
|
2949
|
+
{
|
|
2950
|
+
"name": "context",
|
|
2951
|
+
"type": {
|
|
2952
|
+
"text": "ElementDefinitionContext"
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"name": "definition",
|
|
2957
|
+
"type": {
|
|
2958
|
+
"text": "FoundationElementDefinition"
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
]
|
|
2962
|
+
}
|
|
2963
|
+
],
|
|
2964
|
+
"exports": [
|
|
2965
|
+
{
|
|
2966
|
+
"kind": "js",
|
|
2967
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2968
|
+
"declaration": {
|
|
2969
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2970
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2971
|
+
}
|
|
2972
|
+
}
|
|
2973
|
+
]
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"kind": "javascript-module",
|
|
2977
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2978
|
+
"declarations": [
|
|
2979
|
+
{
|
|
2980
|
+
"kind": "function",
|
|
2981
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2982
|
+
"return": {
|
|
2983
|
+
"type": {
|
|
2984
|
+
"text": "ElementStyles"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
"parameters": [
|
|
2988
|
+
{
|
|
2989
|
+
"name": "context",
|
|
2990
|
+
"type": {
|
|
2991
|
+
"text": "ElementDefinitionContext"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "definition",
|
|
2996
|
+
"type": {
|
|
2997
|
+
"text": "FoundationElementDefinition"
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
]
|
|
3001
|
+
}
|
|
3002
|
+
],
|
|
3003
|
+
"exports": [
|
|
3004
|
+
{
|
|
3005
|
+
"kind": "js",
|
|
3006
|
+
"name": "foundationAnchoredRegionStyles",
|
|
3007
|
+
"declaration": {
|
|
3008
|
+
"name": "foundationAnchoredRegionStyles",
|
|
3009
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
3010
|
+
}
|
|
3011
|
+
}
|
|
3012
|
+
]
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"kind": "javascript-module",
|
|
3016
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
3017
|
+
"declarations": [
|
|
3018
|
+
{
|
|
3019
|
+
"kind": "class",
|
|
3020
|
+
"description": "",
|
|
3021
|
+
"name": "AnchoredRegion",
|
|
3022
|
+
"superclass": {
|
|
3023
|
+
"name": "FASTAnchoredRegion",
|
|
3024
|
+
"package": "@microsoft/fast-components"
|
|
3025
|
+
},
|
|
3026
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
3027
|
+
"customElement": true,
|
|
3028
|
+
"attributes": [
|
|
3029
|
+
{
|
|
3030
|
+
"name": "anchor",
|
|
3031
|
+
"type": {
|
|
3032
|
+
"text": "string"
|
|
3033
|
+
},
|
|
3034
|
+
"default": "\"\"",
|
|
3035
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3036
|
+
"fieldName": "anchor",
|
|
3037
|
+
"inheritedFrom": {
|
|
3038
|
+
"name": "AnchoredRegion",
|
|
3039
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"name": "viewport",
|
|
3044
|
+
"type": {
|
|
3045
|
+
"text": "string"
|
|
3046
|
+
},
|
|
3047
|
+
"default": "\"\"",
|
|
3048
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3049
|
+
"fieldName": "viewport",
|
|
3050
|
+
"inheritedFrom": {
|
|
3051
|
+
"name": "AnchoredRegion",
|
|
3052
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "horizontal-positioning-mode",
|
|
3057
|
+
"type": {
|
|
3058
|
+
"text": "AxisPositioningMode"
|
|
3059
|
+
},
|
|
3060
|
+
"default": "\"uncontrolled\"",
|
|
3061
|
+
"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",
|
|
3062
|
+
"fieldName": "horizontalPositioningMode",
|
|
3063
|
+
"inheritedFrom": {
|
|
3064
|
+
"name": "AnchoredRegion",
|
|
3065
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"name": "horizontal-default-position",
|
|
3070
|
+
"type": {
|
|
3071
|
+
"text": "HorizontalPosition"
|
|
3072
|
+
},
|
|
3073
|
+
"default": "\"unset\"",
|
|
3074
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3075
|
+
"fieldName": "horizontalDefaultPosition",
|
|
3076
|
+
"inheritedFrom": {
|
|
3077
|
+
"name": "AnchoredRegion",
|
|
3078
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3079
|
+
}
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"name": "horizontal-viewport-lock",
|
|
3083
|
+
"type": {
|
|
3084
|
+
"text": "boolean"
|
|
3085
|
+
},
|
|
3086
|
+
"default": "false",
|
|
3087
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3088
|
+
"fieldName": "horizontalViewportLock",
|
|
3089
|
+
"inheritedFrom": {
|
|
3090
|
+
"name": "AnchoredRegion",
|
|
3091
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"name": "horizontal-inset",
|
|
3096
|
+
"type": {
|
|
3097
|
+
"text": "boolean"
|
|
3098
|
+
},
|
|
3099
|
+
"default": "false",
|
|
3100
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3101
|
+
"fieldName": "horizontalInset",
|
|
3102
|
+
"inheritedFrom": {
|
|
3103
|
+
"name": "AnchoredRegion",
|
|
3104
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"name": "horizontal-threshold",
|
|
3109
|
+
"type": {
|
|
3110
|
+
"text": "number"
|
|
3111
|
+
},
|
|
3112
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3113
|
+
"fieldName": "horizontalThreshold",
|
|
3114
|
+
"inheritedFrom": {
|
|
3115
|
+
"name": "AnchoredRegion",
|
|
3116
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"name": "horizontal-scaling",
|
|
3121
|
+
"type": {
|
|
3122
|
+
"text": "AxisScalingMode"
|
|
3123
|
+
},
|
|
3124
|
+
"default": "\"content\"",
|
|
3125
|
+
"description": "Defines how the width of the region is calculated",
|
|
3126
|
+
"fieldName": "horizontalScaling",
|
|
3127
|
+
"inheritedFrom": {
|
|
3128
|
+
"name": "AnchoredRegion",
|
|
3129
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"name": "vertical-positioning-mode",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"text": "AxisPositioningMode"
|
|
3136
|
+
},
|
|
3137
|
+
"default": "\"uncontrolled\"",
|
|
3138
|
+
"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",
|
|
3139
|
+
"fieldName": "verticalPositioningMode",
|
|
3140
|
+
"inheritedFrom": {
|
|
3141
|
+
"name": "AnchoredRegion",
|
|
3142
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3143
|
+
}
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"name": "vertical-default-position",
|
|
3147
|
+
"type": {
|
|
3148
|
+
"text": "VerticalPosition"
|
|
3149
|
+
},
|
|
3150
|
+
"default": "\"unset\"",
|
|
3151
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3152
|
+
"fieldName": "verticalDefaultPosition",
|
|
3153
|
+
"inheritedFrom": {
|
|
3154
|
+
"name": "AnchoredRegion",
|
|
3155
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "vertical-viewport-lock",
|
|
3160
|
+
"type": {
|
|
3161
|
+
"text": "boolean"
|
|
3162
|
+
},
|
|
3163
|
+
"default": "false",
|
|
3164
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3165
|
+
"fieldName": "verticalViewportLock",
|
|
3166
|
+
"inheritedFrom": {
|
|
3167
|
+
"name": "AnchoredRegion",
|
|
3168
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3169
|
+
}
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"name": "vertical-inset",
|
|
3173
|
+
"type": {
|
|
3174
|
+
"text": "boolean"
|
|
3175
|
+
},
|
|
3176
|
+
"default": "false",
|
|
3177
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3178
|
+
"fieldName": "verticalInset",
|
|
3179
|
+
"inheritedFrom": {
|
|
3180
|
+
"name": "AnchoredRegion",
|
|
3181
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "vertical-threshold",
|
|
3186
|
+
"type": {
|
|
3187
|
+
"text": "number"
|
|
3188
|
+
},
|
|
3189
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3190
|
+
"fieldName": "verticalThreshold",
|
|
3191
|
+
"inheritedFrom": {
|
|
3192
|
+
"name": "AnchoredRegion",
|
|
3193
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"name": "vertical-scaling",
|
|
3198
|
+
"type": {
|
|
3199
|
+
"text": "AxisScalingMode"
|
|
3200
|
+
},
|
|
3201
|
+
"default": "\"content\"",
|
|
3202
|
+
"description": "Defines how the height of the region is calculated",
|
|
3203
|
+
"fieldName": "verticalScaling",
|
|
3204
|
+
"inheritedFrom": {
|
|
3205
|
+
"name": "AnchoredRegion",
|
|
3206
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"name": "fixed-placement",
|
|
3211
|
+
"type": {
|
|
3212
|
+
"text": "boolean"
|
|
3213
|
+
},
|
|
3214
|
+
"default": "false",
|
|
3215
|
+
"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,",
|
|
3216
|
+
"fieldName": "fixedPlacement",
|
|
3217
|
+
"inheritedFrom": {
|
|
3218
|
+
"name": "AnchoredRegion",
|
|
3219
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"name": "auto-update-mode",
|
|
3224
|
+
"type": {
|
|
3225
|
+
"text": "AutoUpdateMode"
|
|
3226
|
+
},
|
|
3227
|
+
"default": "\"anchor\"",
|
|
3228
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3229
|
+
"fieldName": "autoUpdateMode",
|
|
3230
|
+
"inheritedFrom": {
|
|
3231
|
+
"name": "AnchoredRegion",
|
|
3232
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3233
|
+
}
|
|
3234
|
+
}
|
|
3235
|
+
],
|
|
3236
|
+
"members": [
|
|
3237
|
+
{
|
|
3238
|
+
"kind": "field",
|
|
3239
|
+
"name": "anchor",
|
|
3240
|
+
"type": {
|
|
3241
|
+
"text": "string"
|
|
3242
|
+
},
|
|
3243
|
+
"privacy": "public",
|
|
3244
|
+
"default": "\"\"",
|
|
3245
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "AnchoredRegion",
|
|
3248
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "method",
|
|
3253
|
+
"name": "anchorChanged",
|
|
3254
|
+
"privacy": "private",
|
|
3255
|
+
"return": {
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "void"
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
"inheritedFrom": {
|
|
3261
|
+
"name": "AnchoredRegion",
|
|
3262
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
"kind": "field",
|
|
3267
|
+
"name": "viewport",
|
|
3268
|
+
"type": {
|
|
3269
|
+
"text": "string"
|
|
3270
|
+
},
|
|
3271
|
+
"privacy": "public",
|
|
3272
|
+
"default": "\"\"",
|
|
3273
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3274
|
+
"inheritedFrom": {
|
|
3275
|
+
"name": "AnchoredRegion",
|
|
3276
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"kind": "method",
|
|
3281
|
+
"name": "viewportChanged",
|
|
3282
|
+
"privacy": "private",
|
|
3283
|
+
"return": {
|
|
3284
|
+
"type": {
|
|
3285
|
+
"text": "void"
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"inheritedFrom": {
|
|
3289
|
+
"name": "AnchoredRegion",
|
|
3290
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3291
|
+
}
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"kind": "field",
|
|
3295
|
+
"name": "horizontalPositioningMode",
|
|
3296
|
+
"type": {
|
|
3297
|
+
"text": "AxisPositioningMode"
|
|
3298
|
+
},
|
|
3299
|
+
"privacy": "public",
|
|
3300
|
+
"default": "\"uncontrolled\"",
|
|
3301
|
+
"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",
|
|
3302
|
+
"inheritedFrom": {
|
|
3303
|
+
"name": "AnchoredRegion",
|
|
3304
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"kind": "method",
|
|
3309
|
+
"name": "horizontalPositioningModeChanged",
|
|
3310
|
+
"privacy": "private",
|
|
3311
|
+
"return": {
|
|
3312
|
+
"type": {
|
|
3313
|
+
"text": "void"
|
|
3314
|
+
}
|
|
3315
|
+
},
|
|
3316
|
+
"inheritedFrom": {
|
|
3317
|
+
"name": "AnchoredRegion",
|
|
3318
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3319
|
+
}
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"kind": "field",
|
|
3323
|
+
"name": "horizontalDefaultPosition",
|
|
3324
|
+
"type": {
|
|
3325
|
+
"text": "HorizontalPosition"
|
|
3326
|
+
},
|
|
3327
|
+
"privacy": "public",
|
|
3328
|
+
"default": "\"unset\"",
|
|
3329
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3330
|
+
"inheritedFrom": {
|
|
3331
|
+
"name": "AnchoredRegion",
|
|
3332
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3333
|
+
}
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "method",
|
|
3337
|
+
"name": "horizontalDefaultPositionChanged",
|
|
3338
|
+
"privacy": "private",
|
|
3339
|
+
"return": {
|
|
3340
|
+
"type": {
|
|
3341
|
+
"text": "void"
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
"inheritedFrom": {
|
|
3345
|
+
"name": "AnchoredRegion",
|
|
3346
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"kind": "field",
|
|
3351
|
+
"name": "horizontalViewportLock",
|
|
3352
|
+
"type": {
|
|
3353
|
+
"text": "boolean"
|
|
3354
|
+
},
|
|
3355
|
+
"privacy": "public",
|
|
3356
|
+
"default": "false",
|
|
3357
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3358
|
+
"inheritedFrom": {
|
|
3359
|
+
"name": "AnchoredRegion",
|
|
3360
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "method",
|
|
3365
|
+
"name": "horizontalViewportLockChanged",
|
|
3366
|
+
"privacy": "private",
|
|
3367
|
+
"return": {
|
|
3368
|
+
"type": {
|
|
3369
|
+
"text": "void"
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
"inheritedFrom": {
|
|
3373
|
+
"name": "AnchoredRegion",
|
|
3374
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"kind": "field",
|
|
3379
|
+
"name": "horizontalInset",
|
|
3380
|
+
"type": {
|
|
3381
|
+
"text": "boolean"
|
|
3382
|
+
},
|
|
3383
|
+
"privacy": "public",
|
|
3384
|
+
"default": "false",
|
|
3385
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3386
|
+
"inheritedFrom": {
|
|
3387
|
+
"name": "AnchoredRegion",
|
|
3388
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"kind": "method",
|
|
3393
|
+
"name": "horizontalInsetChanged",
|
|
3394
|
+
"privacy": "private",
|
|
3395
|
+
"return": {
|
|
3396
|
+
"type": {
|
|
3397
|
+
"text": "void"
|
|
3398
|
+
}
|
|
3399
|
+
},
|
|
3400
|
+
"inheritedFrom": {
|
|
3401
|
+
"name": "AnchoredRegion",
|
|
3402
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3403
|
+
}
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"kind": "field",
|
|
3407
|
+
"name": "horizontalThreshold",
|
|
3408
|
+
"type": {
|
|
3409
|
+
"text": "number"
|
|
3410
|
+
},
|
|
3411
|
+
"privacy": "public",
|
|
3412
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3413
|
+
"inheritedFrom": {
|
|
3414
|
+
"name": "AnchoredRegion",
|
|
3415
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "method",
|
|
3420
|
+
"name": "horizontalThresholdChanged",
|
|
3421
|
+
"privacy": "private",
|
|
3422
|
+
"return": {
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "void"
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3427
|
+
"inheritedFrom": {
|
|
3428
|
+
"name": "AnchoredRegion",
|
|
3429
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3036
3430
|
}
|
|
3037
3431
|
},
|
|
3038
3432
|
{
|
|
@@ -3701,149 +4095,9 @@
|
|
|
3701
4095
|
},
|
|
3702
4096
|
{
|
|
3703
4097
|
"kind": "field",
|
|
3704
|
-
"name": "startObservers",
|
|
3705
|
-
"privacy": "private",
|
|
3706
|
-
"description": "starts observers",
|
|
3707
|
-
"inheritedFrom": {
|
|
3708
|
-
"name": "AnchoredRegion",
|
|
3709
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3710
|
-
}
|
|
3711
|
-
},
|
|
3712
|
-
{
|
|
3713
|
-
"kind": "field",
|
|
3714
|
-
"name": "requestPositionUpdates",
|
|
3715
|
-
"privacy": "private",
|
|
3716
|
-
"description": "get position updates",
|
|
3717
|
-
"inheritedFrom": {
|
|
3718
|
-
"name": "AnchoredRegion",
|
|
3719
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3720
|
-
}
|
|
3721
|
-
},
|
|
3722
|
-
{
|
|
3723
|
-
"kind": "field",
|
|
3724
|
-
"name": "stopObservers",
|
|
3725
|
-
"privacy": "private",
|
|
3726
|
-
"description": "stops observers",
|
|
3727
|
-
"inheritedFrom": {
|
|
3728
|
-
"name": "AnchoredRegion",
|
|
3729
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3730
|
-
}
|
|
3731
|
-
},
|
|
3732
|
-
{
|
|
3733
|
-
"kind": "field",
|
|
3734
|
-
"name": "getViewport",
|
|
3735
|
-
"privacy": "private",
|
|
3736
|
-
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3737
|
-
"inheritedFrom": {
|
|
3738
|
-
"name": "AnchoredRegion",
|
|
3739
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3740
|
-
}
|
|
3741
|
-
},
|
|
3742
|
-
{
|
|
3743
|
-
"kind": "field",
|
|
3744
|
-
"name": "getAnchor",
|
|
3745
|
-
"privacy": "private",
|
|
3746
|
-
"description": "Gets the anchor element by id",
|
|
3747
|
-
"inheritedFrom": {
|
|
3748
|
-
"name": "AnchoredRegion",
|
|
3749
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3750
|
-
}
|
|
3751
|
-
},
|
|
3752
|
-
{
|
|
3753
|
-
"kind": "field",
|
|
3754
|
-
"name": "handleIntersection",
|
|
3755
|
-
"privacy": "private",
|
|
3756
|
-
"description": "Handle intersections",
|
|
3757
|
-
"inheritedFrom": {
|
|
3758
|
-
"name": "AnchoredRegion",
|
|
3759
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3760
|
-
}
|
|
3761
|
-
},
|
|
3762
|
-
{
|
|
3763
|
-
"kind": "field",
|
|
3764
|
-
"name": "applyIntersectionEntries",
|
|
3765
|
-
"privacy": "private",
|
|
3766
|
-
"description": "iterate through intersection entries and apply data",
|
|
3767
|
-
"inheritedFrom": {
|
|
3768
|
-
"name": "AnchoredRegion",
|
|
3769
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3770
|
-
}
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
"kind": "field",
|
|
3774
|
-
"name": "updateRegionOffset",
|
|
3775
|
-
"privacy": "private",
|
|
3776
|
-
"description": "Update the offset values",
|
|
3777
|
-
"inheritedFrom": {
|
|
3778
|
-
"name": "AnchoredRegion",
|
|
3779
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3780
|
-
}
|
|
3781
|
-
},
|
|
3782
|
-
{
|
|
3783
|
-
"kind": "field",
|
|
3784
|
-
"name": "isRectDifferent",
|
|
3785
|
-
"privacy": "private",
|
|
3786
|
-
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3787
|
-
"inheritedFrom": {
|
|
3788
|
-
"name": "AnchoredRegion",
|
|
3789
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3790
|
-
}
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"kind": "field",
|
|
3794
|
-
"name": "handleResize",
|
|
3795
|
-
"privacy": "private",
|
|
3796
|
-
"description": "Handle resize events",
|
|
3797
|
-
"inheritedFrom": {
|
|
3798
|
-
"name": "AnchoredRegion",
|
|
3799
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3800
|
-
}
|
|
3801
|
-
},
|
|
3802
|
-
{
|
|
3803
|
-
"kind": "field",
|
|
3804
|
-
"name": "reset",
|
|
3805
|
-
"privacy": "private",
|
|
3806
|
-
"description": "resets the component",
|
|
3807
|
-
"inheritedFrom": {
|
|
3808
|
-
"name": "AnchoredRegion",
|
|
3809
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3810
|
-
}
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
"kind": "field",
|
|
3814
|
-
"name": "updateLayout",
|
|
3815
|
-
"privacy": "private",
|
|
3816
|
-
"description": "Recalculate layout related state values",
|
|
3817
|
-
"inheritedFrom": {
|
|
3818
|
-
"name": "AnchoredRegion",
|
|
3819
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3820
|
-
}
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "field",
|
|
3824
|
-
"name": "updateRegionStyle",
|
|
3825
|
-
"privacy": "private",
|
|
3826
|
-
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3827
|
-
"inheritedFrom": {
|
|
3828
|
-
"name": "AnchoredRegion",
|
|
3829
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3830
|
-
}
|
|
3831
|
-
},
|
|
3832
|
-
{
|
|
3833
|
-
"kind": "field",
|
|
3834
|
-
"name": "updatePositionClasses",
|
|
3835
|
-
"privacy": "private",
|
|
3836
|
-
"description": "Updates the css classes that reflect the current position of the element",
|
|
3837
|
-
"inheritedFrom": {
|
|
3838
|
-
"name": "AnchoredRegion",
|
|
3839
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3840
|
-
}
|
|
3841
|
-
},
|
|
3842
|
-
{
|
|
3843
|
-
"kind": "field",
|
|
3844
|
-
"name": "setHorizontalPosition",
|
|
4098
|
+
"name": "startObservers",
|
|
3845
4099
|
"privacy": "private",
|
|
3846
|
-
"description": "
|
|
4100
|
+
"description": "starts observers",
|
|
3847
4101
|
"inheritedFrom": {
|
|
3848
4102
|
"name": "AnchoredRegion",
|
|
3849
4103
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3851,9 +4105,9 @@
|
|
|
3851
4105
|
},
|
|
3852
4106
|
{
|
|
3853
4107
|
"kind": "field",
|
|
3854
|
-
"name": "
|
|
4108
|
+
"name": "requestPositionUpdates",
|
|
3855
4109
|
"privacy": "private",
|
|
3856
|
-
"description": "
|
|
4110
|
+
"description": "get position updates",
|
|
3857
4111
|
"inheritedFrom": {
|
|
3858
4112
|
"name": "AnchoredRegion",
|
|
3859
4113
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3861,9 +4115,9 @@
|
|
|
3861
4115
|
},
|
|
3862
4116
|
{
|
|
3863
4117
|
"kind": "field",
|
|
3864
|
-
"name": "
|
|
4118
|
+
"name": "stopObservers",
|
|
3865
4119
|
"privacy": "private",
|
|
3866
|
-
"description": "
|
|
4120
|
+
"description": "stops observers",
|
|
3867
4121
|
"inheritedFrom": {
|
|
3868
4122
|
"name": "AnchoredRegion",
|
|
3869
4123
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3871,9 +4125,9 @@
|
|
|
3871
4125
|
},
|
|
3872
4126
|
{
|
|
3873
4127
|
"kind": "field",
|
|
3874
|
-
"name": "
|
|
4128
|
+
"name": "getViewport",
|
|
3875
4129
|
"privacy": "private",
|
|
3876
|
-
"description": "
|
|
4130
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3877
4131
|
"inheritedFrom": {
|
|
3878
4132
|
"name": "AnchoredRegion",
|
|
3879
4133
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3881,9 +4135,9 @@
|
|
|
3881
4135
|
},
|
|
3882
4136
|
{
|
|
3883
4137
|
"kind": "field",
|
|
3884
|
-
"name": "
|
|
4138
|
+
"name": "getAnchor",
|
|
3885
4139
|
"privacy": "private",
|
|
3886
|
-
"description": "
|
|
4140
|
+
"description": "Gets the anchor element by id",
|
|
3887
4141
|
"inheritedFrom": {
|
|
3888
4142
|
"name": "AnchoredRegion",
|
|
3889
4143
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3891,9 +4145,9 @@
|
|
|
3891
4145
|
},
|
|
3892
4146
|
{
|
|
3893
4147
|
"kind": "field",
|
|
3894
|
-
"name": "
|
|
4148
|
+
"name": "handleIntersection",
|
|
3895
4149
|
"privacy": "private",
|
|
3896
|
-
"description": "
|
|
4150
|
+
"description": "Handle intersections",
|
|
3897
4151
|
"inheritedFrom": {
|
|
3898
4152
|
"name": "AnchoredRegion",
|
|
3899
4153
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3901,9 +4155,9 @@
|
|
|
3901
4155
|
},
|
|
3902
4156
|
{
|
|
3903
4157
|
"kind": "field",
|
|
3904
|
-
"name": "
|
|
4158
|
+
"name": "applyIntersectionEntries",
|
|
3905
4159
|
"privacy": "private",
|
|
3906
|
-
"description": "
|
|
4160
|
+
"description": "iterate through intersection entries and apply data",
|
|
3907
4161
|
"inheritedFrom": {
|
|
3908
4162
|
"name": "AnchoredRegion",
|
|
3909
4163
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3911,404 +4165,142 @@
|
|
|
3911
4165
|
},
|
|
3912
4166
|
{
|
|
3913
4167
|
"kind": "field",
|
|
3914
|
-
"name": "
|
|
3915
|
-
"type": {
|
|
3916
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3917
|
-
},
|
|
4168
|
+
"name": "updateRegionOffset",
|
|
3918
4169
|
"privacy": "private",
|
|
3919
|
-
"
|
|
3920
|
-
"inheritedFrom": {
|
|
3921
|
-
"name": "FoundationElement",
|
|
3922
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"kind": "field",
|
|
3927
|
-
"name": "$presentation",
|
|
3928
|
-
"type": {
|
|
3929
|
-
"text": "ComponentPresentation | null"
|
|
3930
|
-
},
|
|
3931
|
-
"privacy": "public",
|
|
3932
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3933
|
-
"inheritedFrom": {
|
|
3934
|
-
"name": "FoundationElement",
|
|
3935
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3936
|
-
}
|
|
3937
|
-
},
|
|
3938
|
-
{
|
|
3939
|
-
"kind": "field",
|
|
3940
|
-
"name": "template",
|
|
3941
|
-
"type": {
|
|
3942
|
-
"text": "ElementViewTemplate | void | null"
|
|
3943
|
-
},
|
|
3944
|
-
"privacy": "public",
|
|
3945
|
-
"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.",
|
|
3946
|
-
"inheritedFrom": {
|
|
3947
|
-
"name": "FoundationElement",
|
|
3948
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3949
|
-
}
|
|
3950
|
-
},
|
|
3951
|
-
{
|
|
3952
|
-
"kind": "method",
|
|
3953
|
-
"name": "templateChanged",
|
|
3954
|
-
"privacy": "protected",
|
|
3955
|
-
"return": {
|
|
3956
|
-
"type": {
|
|
3957
|
-
"text": "void"
|
|
3958
|
-
}
|
|
3959
|
-
},
|
|
4170
|
+
"description": "Update the offset values",
|
|
3960
4171
|
"inheritedFrom": {
|
|
3961
|
-
"name": "
|
|
3962
|
-
"module": "src/
|
|
4172
|
+
"name": "AnchoredRegion",
|
|
4173
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3963
4174
|
}
|
|
3964
4175
|
},
|
|
3965
4176
|
{
|
|
3966
4177
|
"kind": "field",
|
|
3967
|
-
"name": "
|
|
3968
|
-
"
|
|
3969
|
-
|
|
3970
|
-
},
|
|
3971
|
-
"privacy": "public",
|
|
3972
|
-
"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.",
|
|
3973
|
-
"inheritedFrom": {
|
|
3974
|
-
"name": "FoundationElement",
|
|
3975
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3976
|
-
}
|
|
3977
|
-
},
|
|
3978
|
-
{
|
|
3979
|
-
"kind": "method",
|
|
3980
|
-
"name": "stylesChanged",
|
|
3981
|
-
"privacy": "protected",
|
|
3982
|
-
"return": {
|
|
3983
|
-
"type": {
|
|
3984
|
-
"text": "void"
|
|
3985
|
-
}
|
|
3986
|
-
},
|
|
3987
|
-
"inheritedFrom": {
|
|
3988
|
-
"name": "FoundationElement",
|
|
3989
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3990
|
-
}
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"kind": "method",
|
|
3994
|
-
"name": "compose",
|
|
3995
|
-
"privacy": "public",
|
|
3996
|
-
"static": true,
|
|
3997
|
-
"return": {
|
|
3998
|
-
"type": {
|
|
3999
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4000
|
-
}
|
|
4001
|
-
},
|
|
4002
|
-
"parameters": [
|
|
4003
|
-
{
|
|
4004
|
-
"name": "this",
|
|
4005
|
-
"type": {
|
|
4006
|
-
"text": "K"
|
|
4007
|
-
}
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"name": "elementDefinition",
|
|
4011
|
-
"type": {
|
|
4012
|
-
"text": "T"
|
|
4013
|
-
},
|
|
4014
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4015
|
-
}
|
|
4016
|
-
],
|
|
4017
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4018
|
-
"inheritedFrom": {
|
|
4019
|
-
"name": "FoundationElement",
|
|
4020
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4021
|
-
}
|
|
4022
|
-
}
|
|
4023
|
-
],
|
|
4024
|
-
"events": [
|
|
4025
|
-
{
|
|
4026
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4027
|
-
"name": "loaded",
|
|
4178
|
+
"name": "isRectDifferent",
|
|
4179
|
+
"privacy": "private",
|
|
4180
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
4028
4181
|
"inheritedFrom": {
|
|
4029
4182
|
"name": "AnchoredRegion",
|
|
4030
4183
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4031
4184
|
}
|
|
4032
4185
|
},
|
|
4033
4186
|
{
|
|
4034
|
-
"
|
|
4035
|
-
"name": "
|
|
4187
|
+
"kind": "field",
|
|
4188
|
+
"name": "handleResize",
|
|
4189
|
+
"privacy": "private",
|
|
4190
|
+
"description": "Handle resize events",
|
|
4036
4191
|
"inheritedFrom": {
|
|
4037
4192
|
"name": "AnchoredRegion",
|
|
4038
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4039
|
-
}
|
|
4040
|
-
}
|
|
4041
|
-
]
|
|
4042
|
-
},
|
|
4043
|
-
{
|
|
4044
|
-
"kind": "variable",
|
|
4045
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4046
|
-
"type": {
|
|
4047
|
-
"text": "ShadowRootInit"
|
|
4048
|
-
},
|
|
4049
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"kind": "variable",
|
|
4053
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4054
|
-
"type": {
|
|
4055
|
-
"text": "object"
|
|
4056
|
-
},
|
|
4057
|
-
"default": "{}"
|
|
4058
|
-
},
|
|
4059
|
-
{
|
|
4060
|
-
"kind": "variable",
|
|
4061
|
-
"name": "foundationAnchoredRegion",
|
|
4062
|
-
"description": "The Foundation Anchored Region",
|
|
4063
|
-
"privacy": "public"
|
|
4064
|
-
}
|
|
4065
|
-
],
|
|
4066
|
-
"exports": [
|
|
4067
|
-
{
|
|
4068
|
-
"kind": "js",
|
|
4069
|
-
"name": "AnchoredRegion",
|
|
4070
|
-
"declaration": {
|
|
4071
|
-
"name": "AnchoredRegion",
|
|
4072
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4073
|
-
}
|
|
4074
|
-
},
|
|
4075
|
-
{
|
|
4076
|
-
"kind": "js",
|
|
4077
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4078
|
-
"declaration": {
|
|
4079
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4080
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"kind": "js",
|
|
4085
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4086
|
-
"declaration": {
|
|
4087
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4088
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4089
|
-
}
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"kind": "js",
|
|
4093
|
-
"name": "foundationAnchoredRegion",
|
|
4094
|
-
"declaration": {
|
|
4095
|
-
"name": "foundationAnchoredRegion",
|
|
4096
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4097
|
-
}
|
|
4098
|
-
}
|
|
4099
|
-
]
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
"kind": "javascript-module",
|
|
4103
|
-
"path": "src/anchored-region/index.ts",
|
|
4104
|
-
"declarations": [],
|
|
4105
|
-
"exports": [
|
|
4106
|
-
{
|
|
4107
|
-
"kind": "js",
|
|
4108
|
-
"name": "*",
|
|
4109
|
-
"declaration": {
|
|
4110
|
-
"name": "*",
|
|
4111
|
-
"package": "./anchor-region.template"
|
|
4112
|
-
}
|
|
4113
|
-
},
|
|
4114
|
-
{
|
|
4115
|
-
"kind": "js",
|
|
4116
|
-
"name": "*",
|
|
4117
|
-
"declaration": {
|
|
4118
|
-
"name": "*",
|
|
4119
|
-
"package": "./anchored-region.styles"
|
|
4120
|
-
}
|
|
4121
|
-
},
|
|
4122
|
-
{
|
|
4123
|
-
"kind": "js",
|
|
4124
|
-
"name": "*",
|
|
4125
|
-
"declaration": {
|
|
4126
|
-
"name": "*",
|
|
4127
|
-
"package": "./anchored-region"
|
|
4128
|
-
}
|
|
4129
|
-
}
|
|
4130
|
-
]
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"kind": "javascript-module",
|
|
4134
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
4135
|
-
"declarations": [
|
|
4136
|
-
{
|
|
4137
|
-
"kind": "function",
|
|
4138
|
-
"name": "foundationAccordionItemStyles",
|
|
4139
|
-
"return": {
|
|
4140
|
-
"type": {
|
|
4141
|
-
"text": "ElementStyles"
|
|
4142
|
-
}
|
|
4143
|
-
},
|
|
4144
|
-
"parameters": [
|
|
4193
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4145
4196
|
{
|
|
4146
|
-
"
|
|
4147
|
-
"
|
|
4148
|
-
|
|
4197
|
+
"kind": "field",
|
|
4198
|
+
"name": "reset",
|
|
4199
|
+
"privacy": "private",
|
|
4200
|
+
"description": "resets the component",
|
|
4201
|
+
"inheritedFrom": {
|
|
4202
|
+
"name": "AnchoredRegion",
|
|
4203
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4149
4204
|
}
|
|
4150
4205
|
},
|
|
4151
4206
|
{
|
|
4152
|
-
"
|
|
4153
|
-
"
|
|
4154
|
-
|
|
4207
|
+
"kind": "field",
|
|
4208
|
+
"name": "updateLayout",
|
|
4209
|
+
"privacy": "private",
|
|
4210
|
+
"description": "Recalculate layout related state values",
|
|
4211
|
+
"inheritedFrom": {
|
|
4212
|
+
"name": "AnchoredRegion",
|
|
4213
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4155
4214
|
}
|
|
4156
|
-
}
|
|
4157
|
-
]
|
|
4158
|
-
}
|
|
4159
|
-
],
|
|
4160
|
-
"exports": [
|
|
4161
|
-
{
|
|
4162
|
-
"kind": "js",
|
|
4163
|
-
"name": "foundationAccordionItemStyles",
|
|
4164
|
-
"declaration": {
|
|
4165
|
-
"name": "foundationAccordionItemStyles",
|
|
4166
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
4167
|
-
}
|
|
4168
|
-
}
|
|
4169
|
-
]
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
"kind": "javascript-module",
|
|
4173
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
4174
|
-
"declarations": [
|
|
4175
|
-
{
|
|
4176
|
-
"kind": "function",
|
|
4177
|
-
"name": "foundationAccordionItemTemplate",
|
|
4178
|
-
"return": {
|
|
4179
|
-
"type": {
|
|
4180
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
4181
|
-
}
|
|
4182
|
-
},
|
|
4183
|
-
"parameters": [
|
|
4215
|
+
},
|
|
4184
4216
|
{
|
|
4185
|
-
"
|
|
4186
|
-
"
|
|
4187
|
-
|
|
4217
|
+
"kind": "field",
|
|
4218
|
+
"name": "updateRegionStyle",
|
|
4219
|
+
"privacy": "private",
|
|
4220
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
4221
|
+
"inheritedFrom": {
|
|
4222
|
+
"name": "AnchoredRegion",
|
|
4223
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4188
4224
|
}
|
|
4189
4225
|
},
|
|
4190
4226
|
{
|
|
4191
|
-
"
|
|
4192
|
-
"
|
|
4193
|
-
|
|
4227
|
+
"kind": "field",
|
|
4228
|
+
"name": "updatePositionClasses",
|
|
4229
|
+
"privacy": "private",
|
|
4230
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
4231
|
+
"inheritedFrom": {
|
|
4232
|
+
"name": "AnchoredRegion",
|
|
4233
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4194
4234
|
}
|
|
4195
|
-
}
|
|
4196
|
-
]
|
|
4197
|
-
}
|
|
4198
|
-
],
|
|
4199
|
-
"exports": [
|
|
4200
|
-
{
|
|
4201
|
-
"kind": "js",
|
|
4202
|
-
"name": "foundationAccordionItemTemplate",
|
|
4203
|
-
"declaration": {
|
|
4204
|
-
"name": "foundationAccordionItemTemplate",
|
|
4205
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
4206
|
-
}
|
|
4207
|
-
}
|
|
4208
|
-
]
|
|
4209
|
-
},
|
|
4210
|
-
{
|
|
4211
|
-
"kind": "javascript-module",
|
|
4212
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
4213
|
-
"declarations": [
|
|
4214
|
-
{
|
|
4215
|
-
"kind": "class",
|
|
4216
|
-
"description": "",
|
|
4217
|
-
"name": "AccordionItem",
|
|
4218
|
-
"superclass": {
|
|
4219
|
-
"name": "FASTAccordionItem",
|
|
4220
|
-
"package": "@microsoft/fast-components"
|
|
4221
|
-
},
|
|
4222
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
4223
|
-
"customElement": true,
|
|
4224
|
-
"attributes": [
|
|
4235
|
+
},
|
|
4225
4236
|
{
|
|
4226
|
-
"
|
|
4227
|
-
"
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
"default": "2",
|
|
4231
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
4232
|
-
"fieldName": "headinglevel",
|
|
4237
|
+
"kind": "field",
|
|
4238
|
+
"name": "setHorizontalPosition",
|
|
4239
|
+
"privacy": "private",
|
|
4240
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
4233
4241
|
"inheritedFrom": {
|
|
4234
|
-
"name": "
|
|
4235
|
-
"module": "src/
|
|
4242
|
+
"name": "AnchoredRegion",
|
|
4243
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4236
4244
|
}
|
|
4237
4245
|
},
|
|
4238
4246
|
{
|
|
4239
|
-
"
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
"
|
|
4243
|
-
"description": "Expands or collapses the item.",
|
|
4244
|
-
"fieldName": "expanded",
|
|
4247
|
+
"kind": "field",
|
|
4248
|
+
"name": "setVerticalPosition",
|
|
4249
|
+
"privacy": "private",
|
|
4250
|
+
"description": "Set vertical positioning state based on desired position",
|
|
4245
4251
|
"inheritedFrom": {
|
|
4246
|
-
"name": "
|
|
4247
|
-
"module": "src/
|
|
4252
|
+
"name": "AnchoredRegion",
|
|
4253
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4248
4254
|
}
|
|
4249
4255
|
},
|
|
4250
4256
|
{
|
|
4251
|
-
"
|
|
4252
|
-
"
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
"description": "The item ID",
|
|
4256
|
-
"fieldName": "id",
|
|
4257
|
+
"kind": "field",
|
|
4258
|
+
"name": "getPositioningOptions",
|
|
4259
|
+
"privacy": "private",
|
|
4260
|
+
"description": "Get available positions based on positioning mode",
|
|
4257
4261
|
"inheritedFrom": {
|
|
4258
|
-
"name": "
|
|
4259
|
-
"module": "src/
|
|
4262
|
+
"name": "AnchoredRegion",
|
|
4263
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4260
4264
|
}
|
|
4261
|
-
}
|
|
4262
|
-
],
|
|
4263
|
-
"members": [
|
|
4265
|
+
},
|
|
4264
4266
|
{
|
|
4265
4267
|
"kind": "field",
|
|
4266
|
-
"name": "
|
|
4267
|
-
"
|
|
4268
|
-
|
|
4269
|
-
},
|
|
4270
|
-
"privacy": "public",
|
|
4271
|
-
"default": "2",
|
|
4272
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
4268
|
+
"name": "getAvailableSpace",
|
|
4269
|
+
"privacy": "private",
|
|
4270
|
+
"description": "Get the space available for a particular relative position",
|
|
4273
4271
|
"inheritedFrom": {
|
|
4274
|
-
"name": "
|
|
4275
|
-
"module": "src/
|
|
4272
|
+
"name": "AnchoredRegion",
|
|
4273
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4276
4274
|
}
|
|
4277
4275
|
},
|
|
4278
4276
|
{
|
|
4279
4277
|
"kind": "field",
|
|
4280
|
-
"name": "
|
|
4281
|
-
"
|
|
4282
|
-
|
|
4283
|
-
},
|
|
4284
|
-
"privacy": "public",
|
|
4285
|
-
"default": "false",
|
|
4286
|
-
"description": "Expands or collapses the item.",
|
|
4278
|
+
"name": "getNextRegionDimension",
|
|
4279
|
+
"privacy": "private",
|
|
4280
|
+
"description": "Get region dimensions",
|
|
4287
4281
|
"inheritedFrom": {
|
|
4288
|
-
"name": "
|
|
4289
|
-
"module": "src/
|
|
4282
|
+
"name": "AnchoredRegion",
|
|
4283
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4290
4284
|
}
|
|
4291
4285
|
},
|
|
4292
4286
|
{
|
|
4293
4287
|
"kind": "field",
|
|
4294
|
-
"name": "
|
|
4295
|
-
"
|
|
4296
|
-
|
|
4297
|
-
},
|
|
4298
|
-
"privacy": "public",
|
|
4299
|
-
"description": "The item ID",
|
|
4288
|
+
"name": "startAutoUpdateEventListeners",
|
|
4289
|
+
"privacy": "private",
|
|
4290
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4300
4291
|
"inheritedFrom": {
|
|
4301
|
-
"name": "
|
|
4302
|
-
"module": "src/
|
|
4292
|
+
"name": "AnchoredRegion",
|
|
4293
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4303
4294
|
}
|
|
4304
4295
|
},
|
|
4305
4296
|
{
|
|
4306
4297
|
"kind": "field",
|
|
4307
|
-
"name": "
|
|
4298
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4308
4299
|
"privacy": "private",
|
|
4300
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4309
4301
|
"inheritedFrom": {
|
|
4310
|
-
"name": "
|
|
4311
|
-
"module": "src/
|
|
4302
|
+
"name": "AnchoredRegion",
|
|
4303
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4312
4304
|
}
|
|
4313
4305
|
},
|
|
4314
4306
|
{
|
|
@@ -4425,18 +4417,26 @@
|
|
|
4425
4417
|
],
|
|
4426
4418
|
"events": [
|
|
4427
4419
|
{
|
|
4428
|
-
"description": "Fires a custom '
|
|
4429
|
-
"name": "
|
|
4420
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4421
|
+
"name": "loaded",
|
|
4430
4422
|
"inheritedFrom": {
|
|
4431
|
-
"name": "
|
|
4432
|
-
"module": "src/
|
|
4423
|
+
"name": "AnchoredRegion",
|
|
4424
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4429
|
+
"name": "positionchange",
|
|
4430
|
+
"inheritedFrom": {
|
|
4431
|
+
"name": "AnchoredRegion",
|
|
4432
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4433
4433
|
}
|
|
4434
4434
|
}
|
|
4435
4435
|
]
|
|
4436
4436
|
},
|
|
4437
4437
|
{
|
|
4438
4438
|
"kind": "variable",
|
|
4439
|
-
"name": "
|
|
4439
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4440
4440
|
"type": {
|
|
4441
4441
|
"text": "ShadowRootInit"
|
|
4442
4442
|
},
|
|
@@ -4444,57 +4444,57 @@
|
|
|
4444
4444
|
},
|
|
4445
4445
|
{
|
|
4446
4446
|
"kind": "variable",
|
|
4447
|
-
"name": "
|
|
4447
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4448
4448
|
"type": {
|
|
4449
4449
|
"text": "object"
|
|
4450
4450
|
},
|
|
4451
|
-
"default": "{
|
|
4451
|
+
"default": "{}"
|
|
4452
4452
|
},
|
|
4453
4453
|
{
|
|
4454
4454
|
"kind": "variable",
|
|
4455
|
-
"name": "
|
|
4456
|
-
"description": "The Foundation
|
|
4455
|
+
"name": "foundationAnchoredRegion",
|
|
4456
|
+
"description": "The Foundation Anchored Region",
|
|
4457
4457
|
"privacy": "public"
|
|
4458
4458
|
}
|
|
4459
4459
|
],
|
|
4460
4460
|
"exports": [
|
|
4461
4461
|
{
|
|
4462
4462
|
"kind": "js",
|
|
4463
|
-
"name": "
|
|
4463
|
+
"name": "AnchoredRegion",
|
|
4464
4464
|
"declaration": {
|
|
4465
|
-
"name": "
|
|
4466
|
-
"module": "src/
|
|
4465
|
+
"name": "AnchoredRegion",
|
|
4466
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4467
4467
|
}
|
|
4468
4468
|
},
|
|
4469
4469
|
{
|
|
4470
4470
|
"kind": "js",
|
|
4471
|
-
"name": "
|
|
4471
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4472
4472
|
"declaration": {
|
|
4473
|
-
"name": "
|
|
4474
|
-
"module": "src/
|
|
4473
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4474
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4475
4475
|
}
|
|
4476
4476
|
},
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4479
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4480
4480
|
"declaration": {
|
|
4481
|
-
"name": "
|
|
4482
|
-
"module": "src/
|
|
4481
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4482
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4483
4483
|
}
|
|
4484
4484
|
},
|
|
4485
4485
|
{
|
|
4486
4486
|
"kind": "js",
|
|
4487
|
-
"name": "
|
|
4487
|
+
"name": "foundationAnchoredRegion",
|
|
4488
4488
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4489
|
+
"name": "foundationAnchoredRegion",
|
|
4490
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4491
4491
|
}
|
|
4492
4492
|
}
|
|
4493
4493
|
]
|
|
4494
4494
|
},
|
|
4495
4495
|
{
|
|
4496
4496
|
"kind": "javascript-module",
|
|
4497
|
-
"path": "src/
|
|
4497
|
+
"path": "src/anchored-region/index.ts",
|
|
4498
4498
|
"declarations": [],
|
|
4499
4499
|
"exports": [
|
|
4500
4500
|
{
|
|
@@ -4502,7 +4502,7 @@
|
|
|
4502
4502
|
"name": "*",
|
|
4503
4503
|
"declaration": {
|
|
4504
4504
|
"name": "*",
|
|
4505
|
-
"package": "./
|
|
4505
|
+
"package": "./anchor-region.template"
|
|
4506
4506
|
}
|
|
4507
4507
|
},
|
|
4508
4508
|
{
|
|
@@ -4510,7 +4510,7 @@
|
|
|
4510
4510
|
"name": "*",
|
|
4511
4511
|
"declaration": {
|
|
4512
4512
|
"name": "*",
|
|
4513
|
-
"package": "./
|
|
4513
|
+
"package": "./anchored-region.styles"
|
|
4514
4514
|
}
|
|
4515
4515
|
},
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./anchored-region"
|
|
4522
4522
|
}
|
|
4523
4523
|
}
|
|
4524
4524
|
]
|