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