@genesislcap/foundation-ui 14.335.0 → 14.336.1
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 +1596 -1596
- package/package.json +18 -18
|
@@ -1257,42 +1257,34 @@
|
|
|
1257
1257
|
},
|
|
1258
1258
|
{
|
|
1259
1259
|
"kind": "javascript-module",
|
|
1260
|
-
"path": "src/
|
|
1261
|
-
"declarations": [
|
|
1262
|
-
"exports": [
|
|
1263
|
-
{
|
|
1264
|
-
"kind": "js",
|
|
1265
|
-
"name": "*",
|
|
1266
|
-
"declaration": {
|
|
1267
|
-
"name": "*",
|
|
1268
|
-
"package": "./styles"
|
|
1269
|
-
}
|
|
1270
|
-
},
|
|
1260
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1261
|
+
"declarations": [
|
|
1271
1262
|
{
|
|
1272
|
-
"kind": "
|
|
1273
|
-
"name": "
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
|
|
1263
|
+
"kind": "function",
|
|
1264
|
+
"name": "actionsMenuBaseStyles",
|
|
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
|
+
]
|
|
1278
1284
|
},
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "js",
|
|
1281
|
-
"name": "*",
|
|
1282
|
-
"declaration": {
|
|
1283
|
-
"name": "*",
|
|
1284
|
-
"package": "./values"
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
]
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"kind": "javascript-module",
|
|
1291
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1292
|
-
"declarations": [
|
|
1293
1285
|
{
|
|
1294
1286
|
"kind": "function",
|
|
1295
|
-
"name": "
|
|
1287
|
+
"name": "foundationActionsMenuStyles",
|
|
1296
1288
|
"return": {
|
|
1297
1289
|
"type": {
|
|
1298
1290
|
"text": "ElementStyles"
|
|
@@ -1317,198 +1309,311 @@
|
|
|
1317
1309
|
"exports": [
|
|
1318
1310
|
{
|
|
1319
1311
|
"kind": "js",
|
|
1320
|
-
"name": "
|
|
1312
|
+
"name": "actionsMenuBaseStyles",
|
|
1321
1313
|
"declaration": {
|
|
1322
|
-
"name": "
|
|
1323
|
-
"module": "src/
|
|
1314
|
+
"name": "actionsMenuBaseStyles",
|
|
1315
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "js",
|
|
1320
|
+
"name": "foundationActionsMenuStyles",
|
|
1321
|
+
"declaration": {
|
|
1322
|
+
"name": "foundationActionsMenuStyles",
|
|
1323
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1324
1324
|
}
|
|
1325
1325
|
}
|
|
1326
1326
|
]
|
|
1327
1327
|
},
|
|
1328
1328
|
{
|
|
1329
1329
|
"kind": "javascript-module",
|
|
1330
|
-
"path": "src/
|
|
1330
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1331
1331
|
"declarations": [
|
|
1332
1332
|
{
|
|
1333
1333
|
"kind": "function",
|
|
1334
|
-
"name": "
|
|
1335
|
-
"return": {
|
|
1336
|
-
"type": {
|
|
1337
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1334
|
+
"name": "menuTemplate",
|
|
1340
1335
|
"parameters": [
|
|
1341
1336
|
{
|
|
1342
|
-
"name": "
|
|
1337
|
+
"name": "prefix",
|
|
1343
1338
|
"type": {
|
|
1344
|
-
"text": "
|
|
1339
|
+
"text": "string"
|
|
1345
1340
|
}
|
|
1346
|
-
}
|
|
1341
|
+
}
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "function",
|
|
1346
|
+
"name": "singleOptionTemplate",
|
|
1347
|
+
"parameters": [
|
|
1347
1348
|
{
|
|
1348
|
-
"name": "
|
|
1349
|
+
"name": "prefix",
|
|
1349
1350
|
"type": {
|
|
1350
|
-
"text": "
|
|
1351
|
+
"text": "string"
|
|
1351
1352
|
}
|
|
1352
1353
|
}
|
|
1353
1354
|
]
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "variable",
|
|
1358
|
+
"name": "foundationActionsMenuTemplate",
|
|
1359
|
+
"type": {
|
|
1360
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1361
|
+
},
|
|
1362
|
+
"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`"
|
|
1354
1363
|
}
|
|
1355
1364
|
],
|
|
1356
1365
|
"exports": [
|
|
1357
1366
|
{
|
|
1358
1367
|
"kind": "js",
|
|
1359
|
-
"name": "
|
|
1368
|
+
"name": "menuTemplate",
|
|
1360
1369
|
"declaration": {
|
|
1361
|
-
"name": "
|
|
1362
|
-
"module": "src/
|
|
1370
|
+
"name": "menuTemplate",
|
|
1371
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"kind": "js",
|
|
1376
|
+
"name": "singleOptionTemplate",
|
|
1377
|
+
"declaration": {
|
|
1378
|
+
"name": "singleOptionTemplate",
|
|
1379
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"kind": "js",
|
|
1384
|
+
"name": "foundationActionsMenuTemplate",
|
|
1385
|
+
"declaration": {
|
|
1386
|
+
"name": "foundationActionsMenuTemplate",
|
|
1387
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1363
1388
|
}
|
|
1364
1389
|
}
|
|
1365
1390
|
]
|
|
1366
1391
|
},
|
|
1367
1392
|
{
|
|
1368
1393
|
"kind": "javascript-module",
|
|
1369
|
-
"path": "src/
|
|
1394
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1370
1395
|
"declarations": [
|
|
1371
1396
|
{
|
|
1372
1397
|
"kind": "class",
|
|
1373
1398
|
"description": "",
|
|
1374
|
-
"name": "
|
|
1375
|
-
"
|
|
1376
|
-
"name": "FASTAccordionItem",
|
|
1377
|
-
"package": "@microsoft/fast-components"
|
|
1378
|
-
},
|
|
1379
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1380
|
-
"customElement": true,
|
|
1381
|
-
"attributes": [
|
|
1399
|
+
"name": "ActionsMenu",
|
|
1400
|
+
"members": [
|
|
1382
1401
|
{
|
|
1383
|
-
"
|
|
1402
|
+
"kind": "field",
|
|
1403
|
+
"name": "actions",
|
|
1384
1404
|
"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"
|
|
1405
|
+
"text": "ActionMenuItem[]"
|
|
1393
1406
|
}
|
|
1394
1407
|
},
|
|
1395
1408
|
{
|
|
1409
|
+
"kind": "field",
|
|
1410
|
+
"name": "isVertical",
|
|
1396
1411
|
"type": {
|
|
1397
1412
|
"text": "boolean"
|
|
1398
1413
|
},
|
|
1399
|
-
"default": "false"
|
|
1400
|
-
"description": "Expands or collapses the item.",
|
|
1401
|
-
"fieldName": "expanded",
|
|
1402
|
-
"inheritedFrom": {
|
|
1403
|
-
"name": "AccordionItem",
|
|
1404
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1405
|
-
}
|
|
1414
|
+
"default": "false"
|
|
1406
1415
|
},
|
|
1407
1416
|
{
|
|
1408
|
-
"
|
|
1417
|
+
"kind": "field",
|
|
1418
|
+
"name": "addDefaultActions",
|
|
1409
1419
|
"type": {
|
|
1410
|
-
"text": "
|
|
1420
|
+
"text": "boolean"
|
|
1411
1421
|
},
|
|
1412
|
-
"
|
|
1413
|
-
|
|
1414
|
-
"inheritedFrom": {
|
|
1415
|
-
"name": "AccordionItem",
|
|
1416
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
],
|
|
1420
|
-
"members": [
|
|
1422
|
+
"default": "true"
|
|
1423
|
+
},
|
|
1421
1424
|
{
|
|
1422
1425
|
"kind": "field",
|
|
1423
|
-
"name": "
|
|
1426
|
+
"name": "autoCloseOnAction",
|
|
1424
1427
|
"type": {
|
|
1425
|
-
"text": "
|
|
1428
|
+
"text": "boolean"
|
|
1426
1429
|
},
|
|
1427
|
-
"
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
"
|
|
1431
|
-
|
|
1432
|
-
|
|
1430
|
+
"default": "true"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "field",
|
|
1434
|
+
"name": "classNames",
|
|
1435
|
+
"type": {
|
|
1436
|
+
"text": "string"
|
|
1433
1437
|
}
|
|
1434
1438
|
},
|
|
1435
1439
|
{
|
|
1436
1440
|
"kind": "field",
|
|
1437
|
-
"name": "
|
|
1441
|
+
"name": "definition",
|
|
1438
1442
|
"type": {
|
|
1439
|
-
"text": "
|
|
1440
|
-
},
|
|
1441
|
-
"privacy": "public",
|
|
1442
|
-
"default": "false",
|
|
1443
|
-
"description": "Expands or collapses the item.",
|
|
1444
|
-
"inheritedFrom": {
|
|
1445
|
-
"name": "AccordionItem",
|
|
1446
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1443
|
+
"text": "any"
|
|
1447
1444
|
}
|
|
1448
1445
|
},
|
|
1449
1446
|
{
|
|
1450
1447
|
"kind": "field",
|
|
1451
|
-
"name": "
|
|
1448
|
+
"name": "name",
|
|
1452
1449
|
"type": {
|
|
1453
1450
|
"text": "string"
|
|
1454
1451
|
},
|
|
1455
|
-
"
|
|
1456
|
-
"description": "The item ID",
|
|
1457
|
-
"inheritedFrom": {
|
|
1458
|
-
"name": "AccordionItem",
|
|
1459
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1460
|
-
}
|
|
1452
|
+
"default": "'Actions'"
|
|
1461
1453
|
},
|
|
1462
1454
|
{
|
|
1463
1455
|
"kind": "field",
|
|
1464
|
-
"name": "
|
|
1465
|
-
"
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
}
|
|
1456
|
+
"name": "open",
|
|
1457
|
+
"type": {
|
|
1458
|
+
"text": "boolean"
|
|
1459
|
+
},
|
|
1460
|
+
"default": "false"
|
|
1470
1461
|
},
|
|
1471
1462
|
{
|
|
1472
1463
|
"kind": "field",
|
|
1473
|
-
"name": "
|
|
1464
|
+
"name": "buttonAppearance",
|
|
1474
1465
|
"type": {
|
|
1475
|
-
"text": "
|
|
1476
|
-
},
|
|
1477
|
-
"privacy": "private",
|
|
1478
|
-
"default": "void 0",
|
|
1479
|
-
"inheritedFrom": {
|
|
1480
|
-
"name": "FoundationElement",
|
|
1481
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1466
|
+
"text": "string"
|
|
1482
1467
|
}
|
|
1483
1468
|
},
|
|
1484
1469
|
{
|
|
1485
1470
|
"kind": "field",
|
|
1486
|
-
"name": "
|
|
1471
|
+
"name": "hideDisabled",
|
|
1487
1472
|
"type": {
|
|
1488
|
-
"text": "
|
|
1473
|
+
"text": "boolean"
|
|
1489
1474
|
},
|
|
1490
|
-
"
|
|
1491
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1492
|
-
"inheritedFrom": {
|
|
1493
|
-
"name": "FoundationElement",
|
|
1494
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1495
|
-
}
|
|
1475
|
+
"default": "false"
|
|
1496
1476
|
},
|
|
1497
1477
|
{
|
|
1498
1478
|
"kind": "field",
|
|
1499
|
-
"name": "
|
|
1479
|
+
"name": "hideMenuSingleOption",
|
|
1500
1480
|
"type": {
|
|
1501
|
-
"text": "
|
|
1481
|
+
"text": "boolean"
|
|
1502
1482
|
},
|
|
1503
|
-
"
|
|
1504
|
-
"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.",
|
|
1505
|
-
"inheritedFrom": {
|
|
1506
|
-
"name": "FoundationElement",
|
|
1507
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1508
|
-
}
|
|
1483
|
+
"default": "false"
|
|
1509
1484
|
},
|
|
1510
1485
|
{
|
|
1511
|
-
"kind": "
|
|
1486
|
+
"kind": "field",
|
|
1487
|
+
"name": "singleOption",
|
|
1488
|
+
"type": {
|
|
1489
|
+
"text": "ActionMenuItem"
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "field",
|
|
1494
|
+
"name": "actionsMenu",
|
|
1495
|
+
"type": {
|
|
1496
|
+
"text": "HTMLElement"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "method",
|
|
1501
|
+
"name": "definitionChanged",
|
|
1502
|
+
"privacy": "protected",
|
|
1503
|
+
"parameters": [
|
|
1504
|
+
{
|
|
1505
|
+
"name": "oldValue",
|
|
1506
|
+
"type": {
|
|
1507
|
+
"text": "any"
|
|
1508
|
+
}
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "newValue",
|
|
1512
|
+
"type": {
|
|
1513
|
+
"text": "any"
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"kind": "method",
|
|
1520
|
+
"name": "openChanged",
|
|
1521
|
+
"privacy": "protected"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "method",
|
|
1525
|
+
"name": "toggleActionsMenuVisibility"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "method",
|
|
1529
|
+
"name": "onActionMenuItemClick",
|
|
1530
|
+
"parameters": [
|
|
1531
|
+
{
|
|
1532
|
+
"name": "callback",
|
|
1533
|
+
"type": {
|
|
1534
|
+
"text": "(rowData) => void | any"
|
|
1535
|
+
}
|
|
1536
|
+
}
|
|
1537
|
+
]
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "field",
|
|
1541
|
+
"name": "allActions",
|
|
1542
|
+
"type": {
|
|
1543
|
+
"text": "ActionMenuItem[]"
|
|
1544
|
+
},
|
|
1545
|
+
"readonly": true
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "field",
|
|
1549
|
+
"name": "rowData",
|
|
1550
|
+
"readonly": true
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"kind": "method",
|
|
1554
|
+
"name": "getLabel",
|
|
1555
|
+
"parameters": [
|
|
1556
|
+
{
|
|
1557
|
+
"name": "name",
|
|
1558
|
+
"type": {
|
|
1559
|
+
"text": "string | ((rowData: any) => string)"
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
]
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"kind": "method",
|
|
1566
|
+
"name": "getTemplate",
|
|
1567
|
+
"parameters": [
|
|
1568
|
+
{
|
|
1569
|
+
"name": "prefix",
|
|
1570
|
+
"type": {
|
|
1571
|
+
"text": "string"
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "field",
|
|
1578
|
+
"name": "_presentation",
|
|
1579
|
+
"type": {
|
|
1580
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1581
|
+
},
|
|
1582
|
+
"privacy": "private",
|
|
1583
|
+
"default": "void 0",
|
|
1584
|
+
"inheritedFrom": {
|
|
1585
|
+
"name": "FoundationElement",
|
|
1586
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"kind": "field",
|
|
1591
|
+
"name": "$presentation",
|
|
1592
|
+
"type": {
|
|
1593
|
+
"text": "ComponentPresentation | null"
|
|
1594
|
+
},
|
|
1595
|
+
"privacy": "public",
|
|
1596
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1597
|
+
"inheritedFrom": {
|
|
1598
|
+
"name": "FoundationElement",
|
|
1599
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"kind": "field",
|
|
1604
|
+
"name": "template",
|
|
1605
|
+
"type": {
|
|
1606
|
+
"text": "ElementViewTemplate | void | null"
|
|
1607
|
+
},
|
|
1608
|
+
"privacy": "public",
|
|
1609
|
+
"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.",
|
|
1610
|
+
"inheritedFrom": {
|
|
1611
|
+
"name": "FoundationElement",
|
|
1612
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"kind": "method",
|
|
1512
1617
|
"name": "templateChanged",
|
|
1513
1618
|
"privacy": "protected",
|
|
1514
1619
|
"return": {
|
|
@@ -1580,78 +1685,107 @@
|
|
|
1580
1685
|
}
|
|
1581
1686
|
}
|
|
1582
1687
|
],
|
|
1583
|
-
"
|
|
1688
|
+
"attributes": [
|
|
1584
1689
|
{
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1690
|
+
"name": "is-vertical",
|
|
1691
|
+
"type": {
|
|
1692
|
+
"text": "boolean"
|
|
1693
|
+
},
|
|
1694
|
+
"default": "false",
|
|
1695
|
+
"fieldName": "isVertical"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"name": "add-default-actions",
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "boolean"
|
|
1701
|
+
},
|
|
1702
|
+
"default": "true",
|
|
1703
|
+
"fieldName": "addDefaultActions"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "auto-close-on-action",
|
|
1707
|
+
"type": {
|
|
1708
|
+
"text": "boolean"
|
|
1709
|
+
},
|
|
1710
|
+
"default": "true",
|
|
1711
|
+
"fieldName": "autoCloseOnAction"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "name",
|
|
1715
|
+
"type": {
|
|
1716
|
+
"text": "string"
|
|
1717
|
+
},
|
|
1718
|
+
"default": "'Actions'",
|
|
1719
|
+
"fieldName": "name"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"name": "open",
|
|
1723
|
+
"type": {
|
|
1724
|
+
"text": "boolean"
|
|
1725
|
+
},
|
|
1726
|
+
"default": "false",
|
|
1727
|
+
"fieldName": "open"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"name": "buttonAppearance",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "string"
|
|
1733
|
+
},
|
|
1734
|
+
"fieldName": "buttonAppearance"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"name": "hide-disabled",
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "boolean"
|
|
1740
|
+
},
|
|
1741
|
+
"default": "false",
|
|
1742
|
+
"fieldName": "hideDisabled"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "hide-menu-single-option",
|
|
1746
|
+
"type": {
|
|
1747
|
+
"text": "boolean"
|
|
1748
|
+
},
|
|
1749
|
+
"default": "false",
|
|
1750
|
+
"fieldName": "hideMenuSingleOption"
|
|
1591
1751
|
}
|
|
1592
|
-
]
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1597
|
-
"type": {
|
|
1598
|
-
"text": "ShadowRootInit"
|
|
1599
|
-
},
|
|
1600
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "variable",
|
|
1604
|
-
"name": "defaultAccordionItemConfig",
|
|
1605
|
-
"type": {
|
|
1606
|
-
"text": "object"
|
|
1752
|
+
],
|
|
1753
|
+
"superclass": {
|
|
1754
|
+
"name": "FoundationElement",
|
|
1755
|
+
"package": "@microsoft/fast-foundation"
|
|
1607
1756
|
},
|
|
1608
|
-
"
|
|
1757
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1758
|
+
"customElement": true
|
|
1609
1759
|
},
|
|
1610
1760
|
{
|
|
1611
1761
|
"kind": "variable",
|
|
1612
|
-
"name": "
|
|
1613
|
-
"description": "The Foundation
|
|
1762
|
+
"name": "foundationActionsMenu",
|
|
1763
|
+
"description": "The Foundation Actions Menu",
|
|
1614
1764
|
"privacy": "public"
|
|
1615
1765
|
}
|
|
1616
1766
|
],
|
|
1617
1767
|
"exports": [
|
|
1618
1768
|
{
|
|
1619
1769
|
"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",
|
|
1770
|
+
"name": "ActionsMenu",
|
|
1637
1771
|
"declaration": {
|
|
1638
|
-
"name": "
|
|
1639
|
-
"module": "src/
|
|
1772
|
+
"name": "ActionsMenu",
|
|
1773
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1640
1774
|
}
|
|
1641
1775
|
},
|
|
1642
1776
|
{
|
|
1643
1777
|
"kind": "js",
|
|
1644
|
-
"name": "
|
|
1778
|
+
"name": "foundationActionsMenu",
|
|
1645
1779
|
"declaration": {
|
|
1646
|
-
"name": "
|
|
1647
|
-
"module": "src/
|
|
1780
|
+
"name": "foundationActionsMenu",
|
|
1781
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1648
1782
|
}
|
|
1649
1783
|
}
|
|
1650
1784
|
]
|
|
1651
1785
|
},
|
|
1652
1786
|
{
|
|
1653
1787
|
"kind": "javascript-module",
|
|
1654
|
-
"path": "src/
|
|
1788
|
+
"path": "src/actions-menu/index.ts",
|
|
1655
1789
|
"declarations": [],
|
|
1656
1790
|
"exports": [
|
|
1657
1791
|
{
|
|
@@ -1659,7 +1793,7 @@
|
|
|
1659
1793
|
"name": "*",
|
|
1660
1794
|
"declaration": {
|
|
1661
1795
|
"name": "*",
|
|
1662
|
-
"package": "./
|
|
1796
|
+
"package": "./actions-menu.styles"
|
|
1663
1797
|
}
|
|
1664
1798
|
},
|
|
1665
1799
|
{
|
|
@@ -1667,7 +1801,7 @@
|
|
|
1667
1801
|
"name": "*",
|
|
1668
1802
|
"declaration": {
|
|
1669
1803
|
"name": "*",
|
|
1670
|
-
"package": "./
|
|
1804
|
+
"package": "./actions-menu.template"
|
|
1671
1805
|
}
|
|
1672
1806
|
},
|
|
1673
1807
|
{
|
|
@@ -1675,41 +1809,18 @@
|
|
|
1675
1809
|
"name": "*",
|
|
1676
1810
|
"declaration": {
|
|
1677
1811
|
"name": "*",
|
|
1678
|
-
"package": "./
|
|
1812
|
+
"package": "./actions-menu"
|
|
1679
1813
|
}
|
|
1680
1814
|
}
|
|
1681
1815
|
]
|
|
1682
1816
|
},
|
|
1683
1817
|
{
|
|
1684
1818
|
"kind": "javascript-module",
|
|
1685
|
-
"path": "src/
|
|
1819
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1686
1820
|
"declarations": [
|
|
1687
1821
|
{
|
|
1688
1822
|
"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",
|
|
1823
|
+
"name": "foundationAccordionItemStyles",
|
|
1713
1824
|
"return": {
|
|
1714
1825
|
"type": {
|
|
1715
1826
|
"text": "ElementStyles"
|
|
@@ -1734,334 +1845,221 @@
|
|
|
1734
1845
|
"exports": [
|
|
1735
1846
|
{
|
|
1736
1847
|
"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",
|
|
1848
|
+
"name": "foundationAccordionItemStyles",
|
|
1746
1849
|
"declaration": {
|
|
1747
|
-
"name": "
|
|
1748
|
-
"module": "src/
|
|
1850
|
+
"name": "foundationAccordionItemStyles",
|
|
1851
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1749
1852
|
}
|
|
1750
1853
|
}
|
|
1751
1854
|
]
|
|
1752
1855
|
},
|
|
1753
1856
|
{
|
|
1754
1857
|
"kind": "javascript-module",
|
|
1755
|
-
"path": "src/
|
|
1858
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1756
1859
|
"declarations": [
|
|
1757
1860
|
{
|
|
1758
1861
|
"kind": "function",
|
|
1759
|
-
"name": "
|
|
1862
|
+
"name": "foundationAccordionItemTemplate",
|
|
1863
|
+
"return": {
|
|
1864
|
+
"type": {
|
|
1865
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1760
1868
|
"parameters": [
|
|
1761
1869
|
{
|
|
1762
|
-
"name": "
|
|
1870
|
+
"name": "context",
|
|
1763
1871
|
"type": {
|
|
1764
|
-
"text": "
|
|
1872
|
+
"text": "ElementDefinitionContext"
|
|
1765
1873
|
}
|
|
1766
|
-
}
|
|
1767
|
-
]
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "function",
|
|
1771
|
-
"name": "singleOptionTemplate",
|
|
1772
|
-
"parameters": [
|
|
1874
|
+
},
|
|
1773
1875
|
{
|
|
1774
|
-
"name": "
|
|
1876
|
+
"name": "definition",
|
|
1775
1877
|
"type": {
|
|
1776
|
-
"text": "
|
|
1878
|
+
"text": "FoundationElementDefinition"
|
|
1777
1879
|
}
|
|
1778
1880
|
}
|
|
1779
1881
|
]
|
|
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
1882
|
}
|
|
1789
1883
|
],
|
|
1790
1884
|
"exports": [
|
|
1791
1885
|
{
|
|
1792
1886
|
"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",
|
|
1887
|
+
"name": "foundationAccordionItemTemplate",
|
|
1810
1888
|
"declaration": {
|
|
1811
|
-
"name": "
|
|
1812
|
-
"module": "src/
|
|
1889
|
+
"name": "foundationAccordionItemTemplate",
|
|
1890
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1813
1891
|
}
|
|
1814
1892
|
}
|
|
1815
1893
|
]
|
|
1816
1894
|
},
|
|
1817
1895
|
{
|
|
1818
1896
|
"kind": "javascript-module",
|
|
1819
|
-
"path": "src/
|
|
1897
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1820
1898
|
"declarations": [
|
|
1821
1899
|
{
|
|
1822
1900
|
"kind": "class",
|
|
1823
1901
|
"description": "",
|
|
1824
|
-
"name": "
|
|
1825
|
-
"
|
|
1902
|
+
"name": "AccordionItem",
|
|
1903
|
+
"superclass": {
|
|
1904
|
+
"name": "FASTAccordionItem",
|
|
1905
|
+
"package": "@microsoft/fast-components"
|
|
1906
|
+
},
|
|
1907
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1908
|
+
"customElement": true,
|
|
1909
|
+
"attributes": [
|
|
1826
1910
|
{
|
|
1827
|
-
"
|
|
1828
|
-
"name": "actions",
|
|
1911
|
+
"name": "heading-level",
|
|
1829
1912
|
"type": {
|
|
1830
|
-
"text": "
|
|
1913
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1914
|
+
},
|
|
1915
|
+
"default": "2",
|
|
1916
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1917
|
+
"fieldName": "headinglevel",
|
|
1918
|
+
"inheritedFrom": {
|
|
1919
|
+
"name": "AccordionItem",
|
|
1920
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1831
1921
|
}
|
|
1832
1922
|
},
|
|
1833
1923
|
{
|
|
1834
|
-
"kind": "field",
|
|
1835
|
-
"name": "isVertical",
|
|
1836
1924
|
"type": {
|
|
1837
1925
|
"text": "boolean"
|
|
1838
1926
|
},
|
|
1839
|
-
"default": "false"
|
|
1927
|
+
"default": "false",
|
|
1928
|
+
"description": "Expands or collapses the item.",
|
|
1929
|
+
"fieldName": "expanded",
|
|
1930
|
+
"inheritedFrom": {
|
|
1931
|
+
"name": "AccordionItem",
|
|
1932
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1933
|
+
}
|
|
1840
1934
|
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "id",
|
|
1937
|
+
"type": {
|
|
1938
|
+
"text": "string"
|
|
1939
|
+
},
|
|
1940
|
+
"description": "The item ID",
|
|
1941
|
+
"fieldName": "id",
|
|
1942
|
+
"inheritedFrom": {
|
|
1943
|
+
"name": "AccordionItem",
|
|
1944
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1948
|
+
"members": [
|
|
1841
1949
|
{
|
|
1842
1950
|
"kind": "field",
|
|
1843
|
-
"name": "
|
|
1951
|
+
"name": "headinglevel",
|
|
1844
1952
|
"type": {
|
|
1845
|
-
"text": "
|
|
1953
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1846
1954
|
},
|
|
1847
|
-
"
|
|
1955
|
+
"privacy": "public",
|
|
1956
|
+
"default": "2",
|
|
1957
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1958
|
+
"inheritedFrom": {
|
|
1959
|
+
"name": "AccordionItem",
|
|
1960
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1961
|
+
}
|
|
1848
1962
|
},
|
|
1849
1963
|
{
|
|
1850
1964
|
"kind": "field",
|
|
1851
|
-
"name": "
|
|
1965
|
+
"name": "expanded",
|
|
1852
1966
|
"type": {
|
|
1853
1967
|
"text": "boolean"
|
|
1854
1968
|
},
|
|
1855
|
-
"
|
|
1969
|
+
"privacy": "public",
|
|
1970
|
+
"default": "false",
|
|
1971
|
+
"description": "Expands or collapses the item.",
|
|
1972
|
+
"inheritedFrom": {
|
|
1973
|
+
"name": "AccordionItem",
|
|
1974
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1975
|
+
}
|
|
1856
1976
|
},
|
|
1857
1977
|
{
|
|
1858
1978
|
"kind": "field",
|
|
1859
|
-
"name": "
|
|
1979
|
+
"name": "id",
|
|
1860
1980
|
"type": {
|
|
1861
1981
|
"text": "string"
|
|
1982
|
+
},
|
|
1983
|
+
"privacy": "public",
|
|
1984
|
+
"description": "The item ID",
|
|
1985
|
+
"inheritedFrom": {
|
|
1986
|
+
"name": "AccordionItem",
|
|
1987
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1862
1988
|
}
|
|
1863
1989
|
},
|
|
1864
1990
|
{
|
|
1865
1991
|
"kind": "field",
|
|
1866
|
-
"name": "
|
|
1867
|
-
"
|
|
1868
|
-
|
|
1992
|
+
"name": "change",
|
|
1993
|
+
"privacy": "private",
|
|
1994
|
+
"inheritedFrom": {
|
|
1995
|
+
"name": "AccordionItem",
|
|
1996
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1869
1997
|
}
|
|
1870
1998
|
},
|
|
1871
1999
|
{
|
|
1872
2000
|
"kind": "field",
|
|
1873
|
-
"name": "
|
|
2001
|
+
"name": "_presentation",
|
|
1874
2002
|
"type": {
|
|
1875
|
-
"text": "
|
|
2003
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1876
2004
|
},
|
|
1877
|
-
"
|
|
2005
|
+
"privacy": "private",
|
|
2006
|
+
"default": "void 0",
|
|
2007
|
+
"inheritedFrom": {
|
|
2008
|
+
"name": "FoundationElement",
|
|
2009
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2010
|
+
}
|
|
1878
2011
|
},
|
|
1879
2012
|
{
|
|
1880
2013
|
"kind": "field",
|
|
1881
|
-
"name": "
|
|
2014
|
+
"name": "$presentation",
|
|
1882
2015
|
"type": {
|
|
1883
|
-
"text": "
|
|
2016
|
+
"text": "ComponentPresentation | null"
|
|
1884
2017
|
},
|
|
1885
|
-
"
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
"type": {
|
|
1891
|
-
"text": "string"
|
|
2018
|
+
"privacy": "public",
|
|
2019
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2020
|
+
"inheritedFrom": {
|
|
2021
|
+
"name": "FoundationElement",
|
|
2022
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1892
2023
|
}
|
|
1893
2024
|
},
|
|
1894
2025
|
{
|
|
1895
2026
|
"kind": "field",
|
|
1896
|
-
"name": "
|
|
2027
|
+
"name": "template",
|
|
1897
2028
|
"type": {
|
|
1898
|
-
"text": "
|
|
2029
|
+
"text": "ElementViewTemplate | void | null"
|
|
1899
2030
|
},
|
|
1900
|
-
"
|
|
2031
|
+
"privacy": "public",
|
|
2032
|
+
"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.",
|
|
2033
|
+
"inheritedFrom": {
|
|
2034
|
+
"name": "FoundationElement",
|
|
2035
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2036
|
+
}
|
|
1901
2037
|
},
|
|
1902
2038
|
{
|
|
1903
|
-
"kind": "
|
|
1904
|
-
"name": "
|
|
1905
|
-
"
|
|
1906
|
-
|
|
2039
|
+
"kind": "method",
|
|
2040
|
+
"name": "templateChanged",
|
|
2041
|
+
"privacy": "protected",
|
|
2042
|
+
"return": {
|
|
2043
|
+
"type": {
|
|
2044
|
+
"text": "void"
|
|
2045
|
+
}
|
|
1907
2046
|
},
|
|
1908
|
-
"
|
|
2047
|
+
"inheritedFrom": {
|
|
2048
|
+
"name": "FoundationElement",
|
|
2049
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2050
|
+
}
|
|
1909
2051
|
},
|
|
1910
2052
|
{
|
|
1911
2053
|
"kind": "field",
|
|
1912
|
-
"name": "
|
|
2054
|
+
"name": "styles",
|
|
1913
2055
|
"type": {
|
|
1914
|
-
"text": "
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
"
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
"text": "HTMLElement"
|
|
1922
|
-
}
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "method",
|
|
1926
|
-
"name": "definitionChanged",
|
|
1927
|
-
"privacy": "protected",
|
|
1928
|
-
"parameters": [
|
|
1929
|
-
{
|
|
1930
|
-
"name": "oldValue",
|
|
1931
|
-
"type": {
|
|
1932
|
-
"text": "any"
|
|
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"
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
"kind": "method",
|
|
1954
|
-
"name": "onActionMenuItemClick",
|
|
1955
|
-
"parameters": [
|
|
1956
|
-
{
|
|
1957
|
-
"name": "callback",
|
|
1958
|
-
"type": {
|
|
1959
|
-
"text": "(rowData) => void | any"
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
]
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
"kind": "field",
|
|
1966
|
-
"name": "allActions",
|
|
1967
|
-
"type": {
|
|
1968
|
-
"text": "ActionMenuItem[]"
|
|
1969
|
-
},
|
|
1970
|
-
"readonly": true
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
"kind": "field",
|
|
1974
|
-
"name": "rowData",
|
|
1975
|
-
"readonly": true
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"kind": "method",
|
|
1979
|
-
"name": "getLabel",
|
|
1980
|
-
"parameters": [
|
|
1981
|
-
{
|
|
1982
|
-
"name": "name",
|
|
1983
|
-
"type": {
|
|
1984
|
-
"text": "string | ((rowData: any) => string)"
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
|
-
]
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "method",
|
|
1991
|
-
"name": "getTemplate",
|
|
1992
|
-
"parameters": [
|
|
1993
|
-
{
|
|
1994
|
-
"name": "prefix",
|
|
1995
|
-
"type": {
|
|
1996
|
-
"text": "string"
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1999
|
-
]
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"kind": "field",
|
|
2003
|
-
"name": "_presentation",
|
|
2004
|
-
"type": {
|
|
2005
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2006
|
-
},
|
|
2007
|
-
"privacy": "private",
|
|
2008
|
-
"default": "void 0",
|
|
2009
|
-
"inheritedFrom": {
|
|
2010
|
-
"name": "FoundationElement",
|
|
2011
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
"kind": "field",
|
|
2016
|
-
"name": "$presentation",
|
|
2017
|
-
"type": {
|
|
2018
|
-
"text": "ComponentPresentation | null"
|
|
2019
|
-
},
|
|
2020
|
-
"privacy": "public",
|
|
2021
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2022
|
-
"inheritedFrom": {
|
|
2023
|
-
"name": "FoundationElement",
|
|
2024
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2025
|
-
}
|
|
2026
|
-
},
|
|
2027
|
-
{
|
|
2028
|
-
"kind": "field",
|
|
2029
|
-
"name": "template",
|
|
2030
|
-
"type": {
|
|
2031
|
-
"text": "ElementViewTemplate | void | null"
|
|
2032
|
-
},
|
|
2033
|
-
"privacy": "public",
|
|
2034
|
-
"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.",
|
|
2035
|
-
"inheritedFrom": {
|
|
2036
|
-
"name": "FoundationElement",
|
|
2037
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"kind": "method",
|
|
2042
|
-
"name": "templateChanged",
|
|
2043
|
-
"privacy": "protected",
|
|
2044
|
-
"return": {
|
|
2045
|
-
"type": {
|
|
2046
|
-
"text": "void"
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
"inheritedFrom": {
|
|
2050
|
-
"name": "FoundationElement",
|
|
2051
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"kind": "field",
|
|
2056
|
-
"name": "styles",
|
|
2057
|
-
"type": {
|
|
2058
|
-
"text": "ElementStyles | void | null"
|
|
2059
|
-
},
|
|
2060
|
-
"privacy": "public",
|
|
2061
|
-
"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.",
|
|
2062
|
-
"inheritedFrom": {
|
|
2063
|
-
"name": "FoundationElement",
|
|
2064
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2056
|
+
"text": "ElementStyles | void | null"
|
|
2057
|
+
},
|
|
2058
|
+
"privacy": "public",
|
|
2059
|
+
"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.",
|
|
2060
|
+
"inheritedFrom": {
|
|
2061
|
+
"name": "FoundationElement",
|
|
2062
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2065
2063
|
}
|
|
2066
2064
|
},
|
|
2067
2065
|
{
|
|
@@ -2110,107 +2108,78 @@
|
|
|
2110
2108
|
}
|
|
2111
2109
|
}
|
|
2112
2110
|
],
|
|
2113
|
-
"
|
|
2114
|
-
{
|
|
2115
|
-
"name": "is-vertical",
|
|
2116
|
-
"type": {
|
|
2117
|
-
"text": "boolean"
|
|
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
|
-
},
|
|
2111
|
+
"events": [
|
|
2169
2112
|
{
|
|
2170
|
-
"
|
|
2171
|
-
"
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2113
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2114
|
+
"name": "change",
|
|
2115
|
+
"inheritedFrom": {
|
|
2116
|
+
"name": "AccordionItem",
|
|
2117
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2118
|
+
}
|
|
2176
2119
|
}
|
|
2177
|
-
]
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2120
|
+
]
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"kind": "variable",
|
|
2124
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": "ShadowRootInit"
|
|
2181
2127
|
},
|
|
2182
|
-
"
|
|
2183
|
-
"customElement": true
|
|
2128
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2184
2129
|
},
|
|
2185
2130
|
{
|
|
2186
2131
|
"kind": "variable",
|
|
2187
|
-
"name": "
|
|
2188
|
-
"
|
|
2132
|
+
"name": "defaultAccordionItemConfig",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "object"
|
|
2135
|
+
},
|
|
2136
|
+
"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}"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"kind": "variable",
|
|
2140
|
+
"name": "foundationAccordionItem",
|
|
2141
|
+
"description": "The Foundation Accordion Item",
|
|
2189
2142
|
"privacy": "public"
|
|
2190
2143
|
}
|
|
2191
2144
|
],
|
|
2192
2145
|
"exports": [
|
|
2193
2146
|
{
|
|
2194
2147
|
"kind": "js",
|
|
2195
|
-
"name": "
|
|
2148
|
+
"name": "AccordionItem",
|
|
2196
2149
|
"declaration": {
|
|
2197
|
-
"name": "
|
|
2198
|
-
"module": "src/
|
|
2150
|
+
"name": "AccordionItem",
|
|
2151
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2199
2152
|
}
|
|
2200
2153
|
},
|
|
2201
2154
|
{
|
|
2202
2155
|
"kind": "js",
|
|
2203
|
-
"name": "
|
|
2156
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2204
2157
|
"declaration": {
|
|
2205
|
-
"name": "
|
|
2206
|
-
"module": "src/
|
|
2158
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2159
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2207
2160
|
}
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "js",
|
|
2164
|
+
"name": "defaultAccordionItemConfig",
|
|
2165
|
+
"declaration": {
|
|
2166
|
+
"name": "defaultAccordionItemConfig",
|
|
2167
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "js",
|
|
2172
|
+
"name": "foundationAccordionItem",
|
|
2173
|
+
"declaration": {
|
|
2174
|
+
"name": "foundationAccordionItem",
|
|
2175
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
]
|
|
2179
|
+
},
|
|
2211
2180
|
{
|
|
2212
2181
|
"kind": "javascript-module",
|
|
2213
|
-
"path": "src/
|
|
2182
|
+
"path": "src/accordion-item/index.ts",
|
|
2214
2183
|
"declarations": [],
|
|
2215
2184
|
"exports": [
|
|
2216
2185
|
{
|
|
@@ -2218,7 +2187,7 @@
|
|
|
2218
2187
|
"name": "*",
|
|
2219
2188
|
"declaration": {
|
|
2220
2189
|
"name": "*",
|
|
2221
|
-
"package": "./
|
|
2190
|
+
"package": "./accordion-item.template"
|
|
2222
2191
|
}
|
|
2223
2192
|
},
|
|
2224
2193
|
{
|
|
@@ -2226,7 +2195,7 @@
|
|
|
2226
2195
|
"name": "*",
|
|
2227
2196
|
"declaration": {
|
|
2228
2197
|
"name": "*",
|
|
2229
|
-
"package": "./
|
|
2198
|
+
"package": "./accordion-item.styles"
|
|
2230
2199
|
}
|
|
2231
2200
|
},
|
|
2232
2201
|
{
|
|
@@ -2234,21 +2203,21 @@
|
|
|
2234
2203
|
"name": "*",
|
|
2235
2204
|
"declaration": {
|
|
2236
2205
|
"name": "*",
|
|
2237
|
-
"package": "./
|
|
2206
|
+
"package": "./accordion-item"
|
|
2238
2207
|
}
|
|
2239
2208
|
}
|
|
2240
2209
|
]
|
|
2241
2210
|
},
|
|
2242
2211
|
{
|
|
2243
2212
|
"kind": "javascript-module",
|
|
2244
|
-
"path": "src/
|
|
2213
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2245
2214
|
"declarations": [
|
|
2246
2215
|
{
|
|
2247
2216
|
"kind": "function",
|
|
2248
|
-
"name": "
|
|
2217
|
+
"name": "foundationAnchorStyles",
|
|
2249
2218
|
"return": {
|
|
2250
2219
|
"type": {
|
|
2251
|
-
"text": "
|
|
2220
|
+
"text": "ElementStyles"
|
|
2252
2221
|
}
|
|
2253
2222
|
},
|
|
2254
2223
|
"parameters": [
|
|
@@ -2270,24 +2239,24 @@
|
|
|
2270
2239
|
"exports": [
|
|
2271
2240
|
{
|
|
2272
2241
|
"kind": "js",
|
|
2273
|
-
"name": "
|
|
2242
|
+
"name": "foundationAnchorStyles",
|
|
2274
2243
|
"declaration": {
|
|
2275
|
-
"name": "
|
|
2276
|
-
"module": "src/
|
|
2244
|
+
"name": "foundationAnchorStyles",
|
|
2245
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2277
2246
|
}
|
|
2278
2247
|
}
|
|
2279
2248
|
]
|
|
2280
2249
|
},
|
|
2281
2250
|
{
|
|
2282
2251
|
"kind": "javascript-module",
|
|
2283
|
-
"path": "src/
|
|
2252
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2284
2253
|
"declarations": [
|
|
2285
2254
|
{
|
|
2286
2255
|
"kind": "function",
|
|
2287
|
-
"name": "
|
|
2256
|
+
"name": "foundationAnchorTemplate",
|
|
2288
2257
|
"return": {
|
|
2289
2258
|
"type": {
|
|
2290
|
-
"text": "
|
|
2259
|
+
"text": "ViewTemplate<Anchor>"
|
|
2291
2260
|
}
|
|
2292
2261
|
},
|
|
2293
2262
|
"parameters": [
|
|
@@ -2309,861 +2278,811 @@
|
|
|
2309
2278
|
"exports": [
|
|
2310
2279
|
{
|
|
2311
2280
|
"kind": "js",
|
|
2312
|
-
"name": "
|
|
2281
|
+
"name": "foundationAnchorTemplate",
|
|
2313
2282
|
"declaration": {
|
|
2314
|
-
"name": "
|
|
2315
|
-
"module": "src/
|
|
2283
|
+
"name": "foundationAnchorTemplate",
|
|
2284
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2316
2285
|
}
|
|
2317
2286
|
}
|
|
2318
2287
|
]
|
|
2319
2288
|
},
|
|
2320
2289
|
{
|
|
2321
2290
|
"kind": "javascript-module",
|
|
2322
|
-
"path": "src/
|
|
2291
|
+
"path": "src/anchor/anchor.ts",
|
|
2323
2292
|
"declarations": [
|
|
2324
2293
|
{
|
|
2325
2294
|
"kind": "class",
|
|
2326
2295
|
"description": "",
|
|
2327
|
-
"name": "
|
|
2296
|
+
"name": "Anchor",
|
|
2328
2297
|
"superclass": {
|
|
2329
|
-
"name": "
|
|
2298
|
+
"name": "FASTAnchor",
|
|
2330
2299
|
"package": "@microsoft/fast-components"
|
|
2331
2300
|
},
|
|
2332
|
-
"tagName": "%%prefix%%-
|
|
2301
|
+
"tagName": "%%prefix%%-anchor",
|
|
2333
2302
|
"customElement": true,
|
|
2334
2303
|
"attributes": [
|
|
2335
2304
|
{
|
|
2336
|
-
"name": "
|
|
2305
|
+
"name": "download",
|
|
2337
2306
|
"type": {
|
|
2338
2307
|
"text": "string"
|
|
2339
2308
|
},
|
|
2340
|
-
"
|
|
2341
|
-
"
|
|
2342
|
-
"fieldName": "anchor",
|
|
2309
|
+
"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.",
|
|
2310
|
+
"fieldName": "download",
|
|
2343
2311
|
"inheritedFrom": {
|
|
2344
|
-
"name": "
|
|
2345
|
-
"module": "src/
|
|
2312
|
+
"name": "Anchor",
|
|
2313
|
+
"module": "src/anchor/anchor.ts"
|
|
2346
2314
|
}
|
|
2347
2315
|
},
|
|
2348
2316
|
{
|
|
2349
|
-
"name": "
|
|
2317
|
+
"name": "href",
|
|
2350
2318
|
"type": {
|
|
2351
2319
|
"text": "string"
|
|
2352
2320
|
},
|
|
2353
|
-
"
|
|
2354
|
-
"
|
|
2355
|
-
"fieldName": "viewport",
|
|
2321
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2322
|
+
"fieldName": "href",
|
|
2356
2323
|
"inheritedFrom": {
|
|
2357
|
-
"name": "
|
|
2358
|
-
"module": "src/
|
|
2324
|
+
"name": "Anchor",
|
|
2325
|
+
"module": "src/anchor/anchor.ts"
|
|
2359
2326
|
}
|
|
2360
2327
|
},
|
|
2361
2328
|
{
|
|
2362
|
-
"name": "
|
|
2329
|
+
"name": "hreflang",
|
|
2363
2330
|
"type": {
|
|
2364
|
-
"text": "
|
|
2331
|
+
"text": "string"
|
|
2365
2332
|
},
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2368
|
-
"fieldName": "horizontalPositioningMode",
|
|
2333
|
+
"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.",
|
|
2334
|
+
"fieldName": "hreflang",
|
|
2369
2335
|
"inheritedFrom": {
|
|
2370
|
-
"name": "
|
|
2371
|
-
"module": "src/
|
|
2336
|
+
"name": "Anchor",
|
|
2337
|
+
"module": "src/anchor/anchor.ts"
|
|
2372
2338
|
}
|
|
2373
2339
|
},
|
|
2374
2340
|
{
|
|
2375
|
-
"name": "
|
|
2341
|
+
"name": "ping",
|
|
2376
2342
|
"type": {
|
|
2377
|
-
"text": "
|
|
2343
|
+
"text": "string"
|
|
2378
2344
|
},
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2381
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2345
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2346
|
+
"fieldName": "ping",
|
|
2382
2347
|
"inheritedFrom": {
|
|
2383
|
-
"name": "
|
|
2384
|
-
"module": "src/
|
|
2348
|
+
"name": "Anchor",
|
|
2349
|
+
"module": "src/anchor/anchor.ts"
|
|
2385
2350
|
}
|
|
2386
2351
|
},
|
|
2387
2352
|
{
|
|
2388
|
-
"name": "
|
|
2353
|
+
"name": "referrerpolicy",
|
|
2389
2354
|
"type": {
|
|
2390
|
-
"text": "
|
|
2355
|
+
"text": "string"
|
|
2391
2356
|
},
|
|
2392
|
-
"
|
|
2393
|
-
"
|
|
2394
|
-
"fieldName": "horizontalViewportLock",
|
|
2357
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2358
|
+
"fieldName": "referrerpolicy",
|
|
2395
2359
|
"inheritedFrom": {
|
|
2396
|
-
"name": "
|
|
2397
|
-
"module": "src/
|
|
2360
|
+
"name": "Anchor",
|
|
2361
|
+
"module": "src/anchor/anchor.ts"
|
|
2398
2362
|
}
|
|
2399
2363
|
},
|
|
2400
2364
|
{
|
|
2401
|
-
"name": "
|
|
2365
|
+
"name": "rel",
|
|
2402
2366
|
"type": {
|
|
2403
|
-
"text": "
|
|
2367
|
+
"text": "string"
|
|
2404
2368
|
},
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2407
|
-
"fieldName": "horizontalInset",
|
|
2369
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2370
|
+
"fieldName": "rel",
|
|
2408
2371
|
"inheritedFrom": {
|
|
2409
|
-
"name": "
|
|
2410
|
-
"module": "src/
|
|
2372
|
+
"name": "Anchor",
|
|
2373
|
+
"module": "src/anchor/anchor.ts"
|
|
2411
2374
|
}
|
|
2412
2375
|
},
|
|
2413
2376
|
{
|
|
2414
|
-
"name": "
|
|
2377
|
+
"name": "target",
|
|
2415
2378
|
"type": {
|
|
2416
|
-
"text": "
|
|
2379
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2417
2380
|
},
|
|
2418
|
-
"description": "
|
|
2419
|
-
"fieldName": "
|
|
2381
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2382
|
+
"fieldName": "target",
|
|
2420
2383
|
"inheritedFrom": {
|
|
2421
|
-
"name": "
|
|
2422
|
-
"module": "src/
|
|
2384
|
+
"name": "Anchor",
|
|
2385
|
+
"module": "src/anchor/anchor.ts"
|
|
2423
2386
|
}
|
|
2424
2387
|
},
|
|
2425
2388
|
{
|
|
2426
|
-
"name": "
|
|
2389
|
+
"name": "type",
|
|
2427
2390
|
"type": {
|
|
2428
|
-
"text": "
|
|
2391
|
+
"text": "string"
|
|
2429
2392
|
},
|
|
2430
|
-
"
|
|
2431
|
-
"
|
|
2432
|
-
"fieldName": "horizontalScaling",
|
|
2393
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2394
|
+
"fieldName": "type",
|
|
2433
2395
|
"inheritedFrom": {
|
|
2434
|
-
"name": "
|
|
2435
|
-
"module": "src/
|
|
2396
|
+
"name": "Anchor",
|
|
2397
|
+
"module": "src/anchor/anchor.ts"
|
|
2436
2398
|
}
|
|
2437
|
-
}
|
|
2399
|
+
}
|
|
2400
|
+
],
|
|
2401
|
+
"members": [
|
|
2438
2402
|
{
|
|
2439
|
-
"
|
|
2403
|
+
"kind": "field",
|
|
2404
|
+
"name": "download",
|
|
2440
2405
|
"type": {
|
|
2441
|
-
"text": "
|
|
2406
|
+
"text": "string"
|
|
2442
2407
|
},
|
|
2443
|
-
"
|
|
2444
|
-
"description": "
|
|
2445
|
-
"fieldName": "verticalPositioningMode",
|
|
2408
|
+
"privacy": "public",
|
|
2409
|
+
"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.",
|
|
2446
2410
|
"inheritedFrom": {
|
|
2447
|
-
"name": "
|
|
2448
|
-
"module": "src/
|
|
2411
|
+
"name": "Anchor",
|
|
2412
|
+
"module": "src/anchor/anchor.ts"
|
|
2449
2413
|
}
|
|
2450
2414
|
},
|
|
2451
2415
|
{
|
|
2452
|
-
"
|
|
2416
|
+
"kind": "field",
|
|
2417
|
+
"name": "href",
|
|
2453
2418
|
"type": {
|
|
2454
|
-
"text": "
|
|
2419
|
+
"text": "string"
|
|
2455
2420
|
},
|
|
2456
|
-
"
|
|
2457
|
-
"description": "The
|
|
2458
|
-
"fieldName": "verticalDefaultPosition",
|
|
2421
|
+
"privacy": "public",
|
|
2422
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2459
2423
|
"inheritedFrom": {
|
|
2460
|
-
"name": "
|
|
2461
|
-
"module": "src/
|
|
2424
|
+
"name": "Anchor",
|
|
2425
|
+
"module": "src/anchor/anchor.ts"
|
|
2462
2426
|
}
|
|
2463
2427
|
},
|
|
2464
2428
|
{
|
|
2465
|
-
"
|
|
2429
|
+
"kind": "field",
|
|
2430
|
+
"name": "hreflang",
|
|
2466
2431
|
"type": {
|
|
2467
|
-
"text": "
|
|
2432
|
+
"text": "string"
|
|
2468
2433
|
},
|
|
2469
|
-
"
|
|
2470
|
-
"description": "
|
|
2471
|
-
"fieldName": "verticalViewportLock",
|
|
2434
|
+
"privacy": "public",
|
|
2435
|
+
"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.",
|
|
2472
2436
|
"inheritedFrom": {
|
|
2473
|
-
"name": "
|
|
2474
|
-
"module": "src/
|
|
2437
|
+
"name": "Anchor",
|
|
2438
|
+
"module": "src/anchor/anchor.ts"
|
|
2475
2439
|
}
|
|
2476
2440
|
},
|
|
2477
2441
|
{
|
|
2478
|
-
"
|
|
2442
|
+
"kind": "field",
|
|
2443
|
+
"name": "ping",
|
|
2479
2444
|
"type": {
|
|
2480
|
-
"text": "
|
|
2445
|
+
"text": "string"
|
|
2481
2446
|
},
|
|
2482
|
-
"
|
|
2483
|
-
"description": "
|
|
2484
|
-
"fieldName": "verticalInset",
|
|
2447
|
+
"privacy": "public",
|
|
2448
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2485
2449
|
"inheritedFrom": {
|
|
2486
|
-
"name": "
|
|
2487
|
-
"module": "src/
|
|
2450
|
+
"name": "Anchor",
|
|
2451
|
+
"module": "src/anchor/anchor.ts"
|
|
2488
2452
|
}
|
|
2489
2453
|
},
|
|
2490
2454
|
{
|
|
2491
|
-
"
|
|
2455
|
+
"kind": "field",
|
|
2456
|
+
"name": "referrerpolicy",
|
|
2492
2457
|
"type": {
|
|
2493
|
-
"text": "
|
|
2458
|
+
"text": "string"
|
|
2494
2459
|
},
|
|
2495
|
-
"
|
|
2496
|
-
"
|
|
2460
|
+
"privacy": "public",
|
|
2461
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2497
2462
|
"inheritedFrom": {
|
|
2498
|
-
"name": "
|
|
2499
|
-
"module": "src/
|
|
2463
|
+
"name": "Anchor",
|
|
2464
|
+
"module": "src/anchor/anchor.ts"
|
|
2500
2465
|
}
|
|
2501
2466
|
},
|
|
2502
2467
|
{
|
|
2503
|
-
"
|
|
2468
|
+
"kind": "field",
|
|
2469
|
+
"name": "rel",
|
|
2504
2470
|
"type": {
|
|
2505
|
-
"text": "
|
|
2471
|
+
"text": "string"
|
|
2506
2472
|
},
|
|
2507
|
-
"
|
|
2508
|
-
"description": "
|
|
2509
|
-
"fieldName": "verticalScaling",
|
|
2473
|
+
"privacy": "public",
|
|
2474
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2510
2475
|
"inheritedFrom": {
|
|
2511
|
-
"name": "
|
|
2512
|
-
"module": "src/
|
|
2476
|
+
"name": "Anchor",
|
|
2477
|
+
"module": "src/anchor/anchor.ts"
|
|
2513
2478
|
}
|
|
2514
2479
|
},
|
|
2515
2480
|
{
|
|
2516
|
-
"
|
|
2481
|
+
"kind": "field",
|
|
2482
|
+
"name": "target",
|
|
2517
2483
|
"type": {
|
|
2518
|
-
"text": "
|
|
2484
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2519
2485
|
},
|
|
2520
|
-
"
|
|
2521
|
-
"description": "
|
|
2522
|
-
"fieldName": "fixedPlacement",
|
|
2486
|
+
"privacy": "public",
|
|
2487
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2523
2488
|
"inheritedFrom": {
|
|
2524
|
-
"name": "
|
|
2525
|
-
"module": "src/
|
|
2489
|
+
"name": "Anchor",
|
|
2490
|
+
"module": "src/anchor/anchor.ts"
|
|
2526
2491
|
}
|
|
2527
2492
|
},
|
|
2528
|
-
{
|
|
2529
|
-
"name": "auto-update-mode",
|
|
2530
|
-
"type": {
|
|
2531
|
-
"text": "AutoUpdateMode"
|
|
2532
|
-
},
|
|
2533
|
-
"default": "\"anchor\"",
|
|
2534
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2535
|
-
"fieldName": "autoUpdateMode",
|
|
2536
|
-
"inheritedFrom": {
|
|
2537
|
-
"name": "AnchoredRegion",
|
|
2538
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2539
|
-
}
|
|
2540
|
-
}
|
|
2541
|
-
],
|
|
2542
|
-
"members": [
|
|
2543
2493
|
{
|
|
2544
2494
|
"kind": "field",
|
|
2545
|
-
"name": "
|
|
2495
|
+
"name": "type",
|
|
2546
2496
|
"type": {
|
|
2547
2497
|
"text": "string"
|
|
2548
2498
|
},
|
|
2549
2499
|
"privacy": "public",
|
|
2550
|
-
"
|
|
2551
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2552
|
-
"inheritedFrom": {
|
|
2553
|
-
"name": "AnchoredRegion",
|
|
2554
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2555
|
-
}
|
|
2556
|
-
},
|
|
2557
|
-
{
|
|
2558
|
-
"kind": "method",
|
|
2559
|
-
"name": "anchorChanged",
|
|
2560
|
-
"privacy": "private",
|
|
2561
|
-
"return": {
|
|
2562
|
-
"type": {
|
|
2563
|
-
"text": "void"
|
|
2564
|
-
}
|
|
2565
|
-
},
|
|
2500
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2566
2501
|
"inheritedFrom": {
|
|
2567
|
-
"name": "
|
|
2568
|
-
"module": "src/
|
|
2502
|
+
"name": "Anchor",
|
|
2503
|
+
"module": "src/anchor/anchor.ts"
|
|
2569
2504
|
}
|
|
2570
2505
|
},
|
|
2571
2506
|
{
|
|
2572
2507
|
"kind": "field",
|
|
2573
|
-
"name": "
|
|
2508
|
+
"name": "control",
|
|
2574
2509
|
"type": {
|
|
2575
|
-
"text": "
|
|
2510
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2576
2511
|
},
|
|
2577
2512
|
"privacy": "public",
|
|
2578
|
-
"
|
|
2579
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2580
|
-
"inheritedFrom": {
|
|
2581
|
-
"name": "AnchoredRegion",
|
|
2582
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2583
|
-
}
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"kind": "method",
|
|
2587
|
-
"name": "viewportChanged",
|
|
2588
|
-
"privacy": "private",
|
|
2589
|
-
"return": {
|
|
2590
|
-
"type": {
|
|
2591
|
-
"text": "void"
|
|
2592
|
-
}
|
|
2593
|
-
},
|
|
2513
|
+
"description": "References the root element",
|
|
2594
2514
|
"inheritedFrom": {
|
|
2595
|
-
"name": "
|
|
2596
|
-
"module": "src/
|
|
2515
|
+
"name": "Anchor",
|
|
2516
|
+
"module": "src/anchor/anchor.ts"
|
|
2597
2517
|
}
|
|
2598
2518
|
},
|
|
2599
2519
|
{
|
|
2600
2520
|
"kind": "field",
|
|
2601
|
-
"name": "
|
|
2602
|
-
"type": {
|
|
2603
|
-
"text": "AxisPositioningMode"
|
|
2604
|
-
},
|
|
2605
|
-
"privacy": "public",
|
|
2606
|
-
"default": "\"uncontrolled\"",
|
|
2607
|
-
"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",
|
|
2608
|
-
"inheritedFrom": {
|
|
2609
|
-
"name": "AnchoredRegion",
|
|
2610
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2611
|
-
}
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"kind": "method",
|
|
2615
|
-
"name": "horizontalPositioningModeChanged",
|
|
2521
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2616
2522
|
"privacy": "private",
|
|
2617
|
-
"
|
|
2618
|
-
"type": {
|
|
2619
|
-
"text": "void"
|
|
2620
|
-
}
|
|
2621
|
-
},
|
|
2523
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2622
2524
|
"inheritedFrom": {
|
|
2623
|
-
"name": "
|
|
2624
|
-
"module": "src/
|
|
2525
|
+
"name": "Anchor",
|
|
2526
|
+
"module": "src/anchor/anchor.ts"
|
|
2625
2527
|
}
|
|
2626
2528
|
},
|
|
2627
2529
|
{
|
|
2628
2530
|
"kind": "field",
|
|
2629
|
-
"name": "
|
|
2531
|
+
"name": "_presentation",
|
|
2630
2532
|
"type": {
|
|
2631
|
-
"text": "
|
|
2533
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2632
2534
|
},
|
|
2633
|
-
"privacy": "public",
|
|
2634
|
-
"default": "\"unset\"",
|
|
2635
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2636
|
-
"inheritedFrom": {
|
|
2637
|
-
"name": "AnchoredRegion",
|
|
2638
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2639
|
-
}
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"kind": "method",
|
|
2643
|
-
"name": "horizontalDefaultPositionChanged",
|
|
2644
2535
|
"privacy": "private",
|
|
2645
|
-
"
|
|
2646
|
-
"type": {
|
|
2647
|
-
"text": "void"
|
|
2648
|
-
}
|
|
2649
|
-
},
|
|
2536
|
+
"default": "void 0",
|
|
2650
2537
|
"inheritedFrom": {
|
|
2651
|
-
"name": "
|
|
2652
|
-
"module": "src/
|
|
2538
|
+
"name": "FoundationElement",
|
|
2539
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2653
2540
|
}
|
|
2654
2541
|
},
|
|
2655
2542
|
{
|
|
2656
2543
|
"kind": "field",
|
|
2657
|
-
"name": "
|
|
2544
|
+
"name": "$presentation",
|
|
2658
2545
|
"type": {
|
|
2659
|
-
"text": "
|
|
2546
|
+
"text": "ComponentPresentation | null"
|
|
2660
2547
|
},
|
|
2661
2548
|
"privacy": "public",
|
|
2662
|
-
"
|
|
2663
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2664
|
-
"inheritedFrom": {
|
|
2665
|
-
"name": "AnchoredRegion",
|
|
2666
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2667
|
-
}
|
|
2668
|
-
},
|
|
2669
|
-
{
|
|
2670
|
-
"kind": "method",
|
|
2671
|
-
"name": "horizontalViewportLockChanged",
|
|
2672
|
-
"privacy": "private",
|
|
2673
|
-
"return": {
|
|
2674
|
-
"type": {
|
|
2675
|
-
"text": "void"
|
|
2676
|
-
}
|
|
2677
|
-
},
|
|
2549
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2678
2550
|
"inheritedFrom": {
|
|
2679
|
-
"name": "
|
|
2680
|
-
"module": "src/
|
|
2551
|
+
"name": "FoundationElement",
|
|
2552
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2681
2553
|
}
|
|
2682
2554
|
},
|
|
2683
2555
|
{
|
|
2684
2556
|
"kind": "field",
|
|
2685
|
-
"name": "
|
|
2557
|
+
"name": "template",
|
|
2686
2558
|
"type": {
|
|
2687
|
-
"text": "
|
|
2559
|
+
"text": "ElementViewTemplate | void | null"
|
|
2688
2560
|
},
|
|
2689
2561
|
"privacy": "public",
|
|
2690
|
-
"
|
|
2691
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2562
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2692
2563
|
"inheritedFrom": {
|
|
2693
|
-
"name": "
|
|
2694
|
-
"module": "src/
|
|
2564
|
+
"name": "FoundationElement",
|
|
2565
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2695
2566
|
}
|
|
2696
2567
|
},
|
|
2697
2568
|
{
|
|
2698
2569
|
"kind": "method",
|
|
2699
|
-
"name": "
|
|
2700
|
-
"privacy": "
|
|
2570
|
+
"name": "templateChanged",
|
|
2571
|
+
"privacy": "protected",
|
|
2701
2572
|
"return": {
|
|
2702
2573
|
"type": {
|
|
2703
2574
|
"text": "void"
|
|
2704
2575
|
}
|
|
2705
2576
|
},
|
|
2706
2577
|
"inheritedFrom": {
|
|
2707
|
-
"name": "
|
|
2708
|
-
"module": "src/
|
|
2578
|
+
"name": "FoundationElement",
|
|
2579
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2709
2580
|
}
|
|
2710
2581
|
},
|
|
2711
2582
|
{
|
|
2712
2583
|
"kind": "field",
|
|
2713
|
-
"name": "
|
|
2584
|
+
"name": "styles",
|
|
2714
2585
|
"type": {
|
|
2715
|
-
"text": "
|
|
2586
|
+
"text": "ElementStyles | void | null"
|
|
2716
2587
|
},
|
|
2717
2588
|
"privacy": "public",
|
|
2718
|
-
"description": "
|
|
2589
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2719
2590
|
"inheritedFrom": {
|
|
2720
|
-
"name": "
|
|
2721
|
-
"module": "src/
|
|
2591
|
+
"name": "FoundationElement",
|
|
2592
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2722
2593
|
}
|
|
2723
2594
|
},
|
|
2724
2595
|
{
|
|
2725
2596
|
"kind": "method",
|
|
2726
|
-
"name": "
|
|
2727
|
-
"privacy": "
|
|
2597
|
+
"name": "stylesChanged",
|
|
2598
|
+
"privacy": "protected",
|
|
2728
2599
|
"return": {
|
|
2729
2600
|
"type": {
|
|
2730
2601
|
"text": "void"
|
|
2731
2602
|
}
|
|
2732
2603
|
},
|
|
2733
2604
|
"inheritedFrom": {
|
|
2734
|
-
"name": "
|
|
2735
|
-
"module": "src/
|
|
2736
|
-
}
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"kind": "field",
|
|
2740
|
-
"name": "horizontalScaling",
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "AxisScalingMode"
|
|
2743
|
-
},
|
|
2744
|
-
"privacy": "public",
|
|
2745
|
-
"default": "\"content\"",
|
|
2746
|
-
"description": "Defines how the width of the region is calculated",
|
|
2747
|
-
"inheritedFrom": {
|
|
2748
|
-
"name": "AnchoredRegion",
|
|
2749
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2605
|
+
"name": "FoundationElement",
|
|
2606
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2750
2607
|
}
|
|
2751
2608
|
},
|
|
2752
2609
|
{
|
|
2753
2610
|
"kind": "method",
|
|
2754
|
-
"name": "
|
|
2755
|
-
"privacy": "private",
|
|
2756
|
-
"return": {
|
|
2757
|
-
"type": {
|
|
2758
|
-
"text": "void"
|
|
2759
|
-
}
|
|
2760
|
-
},
|
|
2761
|
-
"inheritedFrom": {
|
|
2762
|
-
"name": "AnchoredRegion",
|
|
2763
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2764
|
-
}
|
|
2765
|
-
},
|
|
2766
|
-
{
|
|
2767
|
-
"kind": "field",
|
|
2768
|
-
"name": "verticalPositioningMode",
|
|
2769
|
-
"type": {
|
|
2770
|
-
"text": "AxisPositioningMode"
|
|
2771
|
-
},
|
|
2611
|
+
"name": "compose",
|
|
2772
2612
|
"privacy": "public",
|
|
2773
|
-
"
|
|
2774
|
-
"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",
|
|
2775
|
-
"inheritedFrom": {
|
|
2776
|
-
"name": "AnchoredRegion",
|
|
2777
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2778
|
-
}
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"kind": "method",
|
|
2782
|
-
"name": "verticalPositioningModeChanged",
|
|
2783
|
-
"privacy": "private",
|
|
2613
|
+
"static": true,
|
|
2784
2614
|
"return": {
|
|
2785
2615
|
"type": {
|
|
2786
|
-
"text": "
|
|
2616
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2787
2617
|
}
|
|
2788
2618
|
},
|
|
2619
|
+
"parameters": [
|
|
2620
|
+
{
|
|
2621
|
+
"name": "this",
|
|
2622
|
+
"type": {
|
|
2623
|
+
"text": "K"
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "elementDefinition",
|
|
2628
|
+
"type": {
|
|
2629
|
+
"text": "T"
|
|
2630
|
+
},
|
|
2631
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2632
|
+
}
|
|
2633
|
+
],
|
|
2634
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2789
2635
|
"inheritedFrom": {
|
|
2790
|
-
"name": "
|
|
2791
|
-
"module": "src/
|
|
2636
|
+
"name": "FoundationElement",
|
|
2637
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2792
2638
|
}
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2639
|
+
}
|
|
2640
|
+
]
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"kind": "variable",
|
|
2644
|
+
"name": "foundationAnchorShadowOptions",
|
|
2645
|
+
"type": {
|
|
2646
|
+
"text": "ShadowRootInit"
|
|
2647
|
+
},
|
|
2648
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "variable",
|
|
2652
|
+
"name": "defaultAnchorConfig",
|
|
2653
|
+
"type": {
|
|
2654
|
+
"text": "object"
|
|
2655
|
+
},
|
|
2656
|
+
"default": "{}"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"kind": "variable",
|
|
2660
|
+
"name": "foundationAnchor",
|
|
2661
|
+
"description": "The Foundation Anchor",
|
|
2662
|
+
"privacy": "public"
|
|
2663
|
+
}
|
|
2664
|
+
],
|
|
2665
|
+
"exports": [
|
|
2666
|
+
{
|
|
2667
|
+
"kind": "js",
|
|
2668
|
+
"name": "Anchor",
|
|
2669
|
+
"declaration": {
|
|
2670
|
+
"name": "Anchor",
|
|
2671
|
+
"module": "src/anchor/anchor.ts"
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"kind": "js",
|
|
2676
|
+
"name": "foundationAnchorShadowOptions",
|
|
2677
|
+
"declaration": {
|
|
2678
|
+
"name": "foundationAnchorShadowOptions",
|
|
2679
|
+
"module": "src/anchor/anchor.ts"
|
|
2680
|
+
}
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"kind": "js",
|
|
2684
|
+
"name": "defaultAnchorConfig",
|
|
2685
|
+
"declaration": {
|
|
2686
|
+
"name": "defaultAnchorConfig",
|
|
2687
|
+
"module": "src/anchor/anchor.ts"
|
|
2688
|
+
}
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"kind": "js",
|
|
2692
|
+
"name": "foundationAnchor",
|
|
2693
|
+
"declaration": {
|
|
2694
|
+
"name": "foundationAnchor",
|
|
2695
|
+
"module": "src/anchor/anchor.ts"
|
|
2696
|
+
}
|
|
2697
|
+
}
|
|
2698
|
+
]
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"kind": "javascript-module",
|
|
2702
|
+
"path": "src/anchor/index.ts",
|
|
2703
|
+
"declarations": [],
|
|
2704
|
+
"exports": [
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "js",
|
|
2707
|
+
"name": "*",
|
|
2708
|
+
"declaration": {
|
|
2709
|
+
"name": "*",
|
|
2710
|
+
"package": "./anchor.template"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"kind": "js",
|
|
2715
|
+
"name": "*",
|
|
2716
|
+
"declaration": {
|
|
2717
|
+
"name": "*",
|
|
2718
|
+
"package": "./anchor.styles"
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"kind": "js",
|
|
2723
|
+
"name": "*",
|
|
2724
|
+
"declaration": {
|
|
2725
|
+
"name": "*",
|
|
2726
|
+
"package": "./anchor"
|
|
2727
|
+
}
|
|
2728
|
+
}
|
|
2729
|
+
]
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"kind": "javascript-module",
|
|
2733
|
+
"path": "src/_config/index.ts",
|
|
2734
|
+
"declarations": [],
|
|
2735
|
+
"exports": [
|
|
2736
|
+
{
|
|
2737
|
+
"kind": "js",
|
|
2738
|
+
"name": "*",
|
|
2739
|
+
"declaration": {
|
|
2740
|
+
"name": "*",
|
|
2741
|
+
"package": "./styles"
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "js",
|
|
2746
|
+
"name": "*",
|
|
2747
|
+
"declaration": {
|
|
2748
|
+
"name": "*",
|
|
2749
|
+
"package": "./tokens"
|
|
2750
|
+
}
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"kind": "js",
|
|
2754
|
+
"name": "*",
|
|
2755
|
+
"declaration": {
|
|
2756
|
+
"name": "*",
|
|
2757
|
+
"package": "./values"
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2760
|
+
]
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"kind": "javascript-module",
|
|
2764
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2765
|
+
"declarations": [
|
|
2766
|
+
{
|
|
2767
|
+
"kind": "function",
|
|
2768
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2769
|
+
"return": {
|
|
2770
|
+
"type": {
|
|
2771
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
"parameters": [
|
|
2822
2775
|
{
|
|
2823
|
-
"
|
|
2824
|
-
"name": "verticalViewportLock",
|
|
2776
|
+
"name": "context",
|
|
2825
2777
|
"type": {
|
|
2826
|
-
"text": "
|
|
2827
|
-
},
|
|
2828
|
-
"privacy": "public",
|
|
2829
|
-
"default": "false",
|
|
2830
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2831
|
-
"inheritedFrom": {
|
|
2832
|
-
"name": "AnchoredRegion",
|
|
2833
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2778
|
+
"text": "ElementDefinitionContext"
|
|
2834
2779
|
}
|
|
2835
2780
|
},
|
|
2836
2781
|
{
|
|
2837
|
-
"
|
|
2838
|
-
"
|
|
2839
|
-
|
|
2840
|
-
"return": {
|
|
2841
|
-
"type": {
|
|
2842
|
-
"text": "void"
|
|
2843
|
-
}
|
|
2844
|
-
},
|
|
2845
|
-
"inheritedFrom": {
|
|
2846
|
-
"name": "AnchoredRegion",
|
|
2847
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2782
|
+
"name": "definition",
|
|
2783
|
+
"type": {
|
|
2784
|
+
"text": "FoundationElementDefinition"
|
|
2848
2785
|
}
|
|
2849
|
-
}
|
|
2786
|
+
}
|
|
2787
|
+
]
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"exports": [
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "js",
|
|
2793
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2794
|
+
"declaration": {
|
|
2795
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2796
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
]
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"kind": "javascript-module",
|
|
2803
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2804
|
+
"declarations": [
|
|
2805
|
+
{
|
|
2806
|
+
"kind": "function",
|
|
2807
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2808
|
+
"return": {
|
|
2809
|
+
"type": {
|
|
2810
|
+
"text": "ElementStyles"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
"parameters": [
|
|
2850
2814
|
{
|
|
2851
|
-
"
|
|
2852
|
-
"name": "verticalInset",
|
|
2815
|
+
"name": "context",
|
|
2853
2816
|
"type": {
|
|
2854
|
-
"text": "
|
|
2855
|
-
},
|
|
2856
|
-
"privacy": "public",
|
|
2857
|
-
"default": "false",
|
|
2858
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2859
|
-
"inheritedFrom": {
|
|
2860
|
-
"name": "AnchoredRegion",
|
|
2861
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2817
|
+
"text": "ElementDefinitionContext"
|
|
2862
2818
|
}
|
|
2863
2819
|
},
|
|
2864
2820
|
{
|
|
2865
|
-
"
|
|
2866
|
-
"
|
|
2867
|
-
|
|
2868
|
-
"return": {
|
|
2869
|
-
"type": {
|
|
2870
|
-
"text": "void"
|
|
2871
|
-
}
|
|
2872
|
-
},
|
|
2873
|
-
"inheritedFrom": {
|
|
2874
|
-
"name": "AnchoredRegion",
|
|
2875
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2821
|
+
"name": "definition",
|
|
2822
|
+
"type": {
|
|
2823
|
+
"text": "FoundationElementDefinition"
|
|
2876
2824
|
}
|
|
2877
|
-
}
|
|
2825
|
+
}
|
|
2826
|
+
]
|
|
2827
|
+
}
|
|
2828
|
+
],
|
|
2829
|
+
"exports": [
|
|
2830
|
+
{
|
|
2831
|
+
"kind": "js",
|
|
2832
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2833
|
+
"declaration": {
|
|
2834
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2835
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2838
|
+
]
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"kind": "javascript-module",
|
|
2842
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2843
|
+
"declarations": [
|
|
2844
|
+
{
|
|
2845
|
+
"kind": "class",
|
|
2846
|
+
"description": "",
|
|
2847
|
+
"name": "AnchoredRegion",
|
|
2848
|
+
"superclass": {
|
|
2849
|
+
"name": "FASTAnchoredRegion",
|
|
2850
|
+
"package": "@microsoft/fast-components"
|
|
2851
|
+
},
|
|
2852
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2853
|
+
"customElement": true,
|
|
2854
|
+
"attributes": [
|
|
2878
2855
|
{
|
|
2879
|
-
"
|
|
2880
|
-
"name": "verticalThreshold",
|
|
2856
|
+
"name": "anchor",
|
|
2881
2857
|
"type": {
|
|
2882
|
-
"text": "
|
|
2858
|
+
"text": "string"
|
|
2883
2859
|
},
|
|
2884
|
-
"
|
|
2885
|
-
"description": "
|
|
2860
|
+
"default": "\"\"",
|
|
2861
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2862
|
+
"fieldName": "anchor",
|
|
2886
2863
|
"inheritedFrom": {
|
|
2887
2864
|
"name": "AnchoredRegion",
|
|
2888
2865
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2889
2866
|
}
|
|
2890
2867
|
},
|
|
2891
2868
|
{
|
|
2892
|
-
"
|
|
2893
|
-
"
|
|
2894
|
-
|
|
2895
|
-
"return": {
|
|
2896
|
-
"type": {
|
|
2897
|
-
"text": "void"
|
|
2898
|
-
}
|
|
2869
|
+
"name": "viewport",
|
|
2870
|
+
"type": {
|
|
2871
|
+
"text": "string"
|
|
2899
2872
|
},
|
|
2873
|
+
"default": "\"\"",
|
|
2874
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2875
|
+
"fieldName": "viewport",
|
|
2900
2876
|
"inheritedFrom": {
|
|
2901
2877
|
"name": "AnchoredRegion",
|
|
2902
2878
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2903
2879
|
}
|
|
2904
2880
|
},
|
|
2905
2881
|
{
|
|
2906
|
-
"
|
|
2907
|
-
"name": "verticalScaling",
|
|
2882
|
+
"name": "horizontal-positioning-mode",
|
|
2908
2883
|
"type": {
|
|
2909
|
-
"text": "
|
|
2884
|
+
"text": "AxisPositioningMode"
|
|
2910
2885
|
},
|
|
2911
|
-
"
|
|
2912
|
-
"
|
|
2913
|
-
"
|
|
2886
|
+
"default": "\"uncontrolled\"",
|
|
2887
|
+
"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",
|
|
2888
|
+
"fieldName": "horizontalPositioningMode",
|
|
2914
2889
|
"inheritedFrom": {
|
|
2915
2890
|
"name": "AnchoredRegion",
|
|
2916
2891
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2917
2892
|
}
|
|
2918
2893
|
},
|
|
2919
2894
|
{
|
|
2920
|
-
"
|
|
2921
|
-
"
|
|
2922
|
-
|
|
2923
|
-
"return": {
|
|
2924
|
-
"type": {
|
|
2925
|
-
"text": "void"
|
|
2926
|
-
}
|
|
2895
|
+
"name": "horizontal-default-position",
|
|
2896
|
+
"type": {
|
|
2897
|
+
"text": "HorizontalPosition"
|
|
2927
2898
|
},
|
|
2899
|
+
"default": "\"unset\"",
|
|
2900
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2901
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2928
2902
|
"inheritedFrom": {
|
|
2929
2903
|
"name": "AnchoredRegion",
|
|
2930
2904
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2931
2905
|
}
|
|
2932
2906
|
},
|
|
2933
2907
|
{
|
|
2934
|
-
"
|
|
2935
|
-
"name": "fixedPlacement",
|
|
2908
|
+
"name": "horizontal-viewport-lock",
|
|
2936
2909
|
"type": {
|
|
2937
2910
|
"text": "boolean"
|
|
2938
2911
|
},
|
|
2939
|
-
"privacy": "public",
|
|
2940
2912
|
"default": "false",
|
|
2941
|
-
"description": "Whether the region
|
|
2942
|
-
"
|
|
2943
|
-
"name": "AnchoredRegion",
|
|
2944
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"kind": "method",
|
|
2949
|
-
"name": "fixedPlacementChanged",
|
|
2950
|
-
"privacy": "private",
|
|
2951
|
-
"return": {
|
|
2952
|
-
"type": {
|
|
2953
|
-
"text": "void"
|
|
2954
|
-
}
|
|
2955
|
-
},
|
|
2956
|
-
"inheritedFrom": {
|
|
2957
|
-
"name": "AnchoredRegion",
|
|
2958
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2959
|
-
}
|
|
2960
|
-
},
|
|
2961
|
-
{
|
|
2962
|
-
"kind": "field",
|
|
2963
|
-
"name": "autoUpdateMode",
|
|
2964
|
-
"type": {
|
|
2965
|
-
"text": "AutoUpdateMode"
|
|
2966
|
-
},
|
|
2967
|
-
"privacy": "public",
|
|
2968
|
-
"default": "\"anchor\"",
|
|
2969
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2970
|
-
"inheritedFrom": {
|
|
2971
|
-
"name": "AnchoredRegion",
|
|
2972
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2973
|
-
}
|
|
2974
|
-
},
|
|
2975
|
-
{
|
|
2976
|
-
"kind": "method",
|
|
2977
|
-
"name": "autoUpdateModeChanged",
|
|
2978
|
-
"privacy": "private",
|
|
2979
|
-
"return": {
|
|
2980
|
-
"type": {
|
|
2981
|
-
"text": "void"
|
|
2982
|
-
}
|
|
2983
|
-
},
|
|
2984
|
-
"parameters": [
|
|
2985
|
-
{
|
|
2986
|
-
"name": "prevMode",
|
|
2987
|
-
"type": {
|
|
2988
|
-
"text": "AutoUpdateMode"
|
|
2989
|
-
}
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"name": "newMode",
|
|
2993
|
-
"type": {
|
|
2994
|
-
"text": "AutoUpdateMode"
|
|
2995
|
-
}
|
|
2996
|
-
}
|
|
2997
|
-
],
|
|
2913
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2914
|
+
"fieldName": "horizontalViewportLock",
|
|
2998
2915
|
"inheritedFrom": {
|
|
2999
2916
|
"name": "AnchoredRegion",
|
|
3000
2917
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3001
2918
|
}
|
|
3002
2919
|
},
|
|
3003
2920
|
{
|
|
3004
|
-
"
|
|
3005
|
-
"name": "anchorElement",
|
|
2921
|
+
"name": "horizontal-inset",
|
|
3006
2922
|
"type": {
|
|
3007
|
-
"text": "
|
|
2923
|
+
"text": "boolean"
|
|
3008
2924
|
},
|
|
3009
|
-
"
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
2925
|
+
"default": "false",
|
|
2926
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2927
|
+
"fieldName": "horizontalInset",
|
|
3012
2928
|
"inheritedFrom": {
|
|
3013
2929
|
"name": "AnchoredRegion",
|
|
3014
2930
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3015
2931
|
}
|
|
3016
2932
|
},
|
|
3017
2933
|
{
|
|
3018
|
-
"
|
|
3019
|
-
"
|
|
3020
|
-
|
|
3021
|
-
"return": {
|
|
3022
|
-
"type": {
|
|
3023
|
-
"text": "void"
|
|
3024
|
-
}
|
|
2934
|
+
"name": "horizontal-threshold",
|
|
2935
|
+
"type": {
|
|
2936
|
+
"text": "number"
|
|
3025
2937
|
},
|
|
2938
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2939
|
+
"fieldName": "horizontalThreshold",
|
|
3026
2940
|
"inheritedFrom": {
|
|
3027
2941
|
"name": "AnchoredRegion",
|
|
3028
2942
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3029
2943
|
}
|
|
3030
2944
|
},
|
|
3031
2945
|
{
|
|
3032
|
-
"
|
|
3033
|
-
"name": "viewportElement",
|
|
2946
|
+
"name": "horizontal-scaling",
|
|
3034
2947
|
"type": {
|
|
3035
|
-
"text": "
|
|
2948
|
+
"text": "AxisScalingMode"
|
|
3036
2949
|
},
|
|
3037
|
-
"
|
|
3038
|
-
"
|
|
3039
|
-
"
|
|
2950
|
+
"default": "\"content\"",
|
|
2951
|
+
"description": "Defines how the width of the region is calculated",
|
|
2952
|
+
"fieldName": "horizontalScaling",
|
|
3040
2953
|
"inheritedFrom": {
|
|
3041
2954
|
"name": "AnchoredRegion",
|
|
3042
2955
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3043
2956
|
}
|
|
3044
2957
|
},
|
|
3045
2958
|
{
|
|
3046
|
-
"
|
|
3047
|
-
"
|
|
3048
|
-
|
|
3049
|
-
"return": {
|
|
3050
|
-
"type": {
|
|
3051
|
-
"text": "void"
|
|
3052
|
-
}
|
|
2959
|
+
"name": "vertical-positioning-mode",
|
|
2960
|
+
"type": {
|
|
2961
|
+
"text": "AxisPositioningMode"
|
|
3053
2962
|
},
|
|
2963
|
+
"default": "\"uncontrolled\"",
|
|
2964
|
+
"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",
|
|
2965
|
+
"fieldName": "verticalPositioningMode",
|
|
3054
2966
|
"inheritedFrom": {
|
|
3055
2967
|
"name": "AnchoredRegion",
|
|
3056
2968
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3057
2969
|
}
|
|
3058
2970
|
},
|
|
3059
2971
|
{
|
|
3060
|
-
"
|
|
3061
|
-
"name": "verticalPosition",
|
|
2972
|
+
"name": "vertical-default-position",
|
|
3062
2973
|
"type": {
|
|
3063
|
-
"text": "
|
|
2974
|
+
"text": "VerticalPosition"
|
|
3064
2975
|
},
|
|
3065
|
-
"
|
|
3066
|
-
"description": "
|
|
2976
|
+
"default": "\"unset\"",
|
|
2977
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2978
|
+
"fieldName": "verticalDefaultPosition",
|
|
3067
2979
|
"inheritedFrom": {
|
|
3068
2980
|
"name": "AnchoredRegion",
|
|
3069
2981
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3070
2982
|
}
|
|
3071
2983
|
},
|
|
3072
2984
|
{
|
|
3073
|
-
"
|
|
3074
|
-
"name": "horizontalPosition",
|
|
2985
|
+
"name": "vertical-viewport-lock",
|
|
3075
2986
|
"type": {
|
|
3076
|
-
"text": "
|
|
2987
|
+
"text": "boolean"
|
|
3077
2988
|
},
|
|
3078
|
-
"
|
|
3079
|
-
"description": "
|
|
2989
|
+
"default": "false",
|
|
2990
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2991
|
+
"fieldName": "verticalViewportLock",
|
|
3080
2992
|
"inheritedFrom": {
|
|
3081
2993
|
"name": "AnchoredRegion",
|
|
3082
2994
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3083
2995
|
}
|
|
3084
2996
|
},
|
|
3085
2997
|
{
|
|
3086
|
-
"
|
|
3087
|
-
"name": "translateX",
|
|
2998
|
+
"name": "vertical-inset",
|
|
3088
2999
|
"type": {
|
|
3089
|
-
"text": "
|
|
3000
|
+
"text": "boolean"
|
|
3090
3001
|
},
|
|
3091
|
-
"
|
|
3092
|
-
"description": "
|
|
3002
|
+
"default": "false",
|
|
3003
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3004
|
+
"fieldName": "verticalInset",
|
|
3093
3005
|
"inheritedFrom": {
|
|
3094
3006
|
"name": "AnchoredRegion",
|
|
3095
3007
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3096
3008
|
}
|
|
3097
3009
|
},
|
|
3098
3010
|
{
|
|
3099
|
-
"
|
|
3100
|
-
"name": "translateY",
|
|
3011
|
+
"name": "vertical-threshold",
|
|
3101
3012
|
"type": {
|
|
3102
3013
|
"text": "number"
|
|
3103
3014
|
},
|
|
3104
|
-
"
|
|
3015
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3016
|
+
"fieldName": "verticalThreshold",
|
|
3105
3017
|
"inheritedFrom": {
|
|
3106
3018
|
"name": "AnchoredRegion",
|
|
3107
3019
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3108
3020
|
}
|
|
3109
3021
|
},
|
|
3110
3022
|
{
|
|
3111
|
-
"
|
|
3112
|
-
"name": "regionWidth",
|
|
3023
|
+
"name": "vertical-scaling",
|
|
3113
3024
|
"type": {
|
|
3114
|
-
"text": "
|
|
3025
|
+
"text": "AxisScalingMode"
|
|
3115
3026
|
},
|
|
3116
|
-
"
|
|
3117
|
-
"description": "
|
|
3027
|
+
"default": "\"content\"",
|
|
3028
|
+
"description": "Defines how the height of the region is calculated",
|
|
3029
|
+
"fieldName": "verticalScaling",
|
|
3118
3030
|
"inheritedFrom": {
|
|
3119
3031
|
"name": "AnchoredRegion",
|
|
3120
3032
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3121
3033
|
}
|
|
3122
3034
|
},
|
|
3123
3035
|
{
|
|
3124
|
-
"
|
|
3125
|
-
"name": "regionHeight",
|
|
3036
|
+
"name": "fixed-placement",
|
|
3126
3037
|
"type": {
|
|
3127
|
-
"text": "
|
|
3038
|
+
"text": "boolean"
|
|
3128
3039
|
},
|
|
3129
|
-
"
|
|
3040
|
+
"default": "false",
|
|
3041
|
+
"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,",
|
|
3042
|
+
"fieldName": "fixedPlacement",
|
|
3130
3043
|
"inheritedFrom": {
|
|
3131
3044
|
"name": "AnchoredRegion",
|
|
3132
3045
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3133
3046
|
}
|
|
3134
3047
|
},
|
|
3135
3048
|
{
|
|
3136
|
-
"
|
|
3137
|
-
"name": "resizeDetector",
|
|
3049
|
+
"name": "auto-update-mode",
|
|
3138
3050
|
"type": {
|
|
3139
|
-
"text": "
|
|
3051
|
+
"text": "AutoUpdateMode"
|
|
3140
3052
|
},
|
|
3141
|
-
"
|
|
3142
|
-
"
|
|
3053
|
+
"default": "\"anchor\"",
|
|
3054
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3055
|
+
"fieldName": "autoUpdateMode",
|
|
3143
3056
|
"inheritedFrom": {
|
|
3144
3057
|
"name": "AnchoredRegion",
|
|
3145
3058
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3146
3059
|
}
|
|
3147
|
-
}
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
"members": [
|
|
3148
3063
|
{
|
|
3149
3064
|
"kind": "field",
|
|
3150
|
-
"name": "
|
|
3065
|
+
"name": "anchor",
|
|
3151
3066
|
"type": {
|
|
3152
|
-
"text": "
|
|
3067
|
+
"text": "string"
|
|
3153
3068
|
},
|
|
3154
|
-
"privacy": "
|
|
3069
|
+
"privacy": "public",
|
|
3070
|
+
"default": "\"\"",
|
|
3071
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3155
3072
|
"inheritedFrom": {
|
|
3156
3073
|
"name": "AnchoredRegion",
|
|
3157
3074
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3158
3075
|
}
|
|
3159
3076
|
},
|
|
3160
3077
|
{
|
|
3161
|
-
"kind": "
|
|
3162
|
-
"name": "
|
|
3163
|
-
"type": {
|
|
3164
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3165
|
-
},
|
|
3078
|
+
"kind": "method",
|
|
3079
|
+
"name": "anchorChanged",
|
|
3166
3080
|
"privacy": "private",
|
|
3081
|
+
"return": {
|
|
3082
|
+
"type": {
|
|
3083
|
+
"text": "void"
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3167
3086
|
"inheritedFrom": {
|
|
3168
3087
|
"name": "AnchoredRegion",
|
|
3169
3088
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3171,25 +3090,27 @@
|
|
|
3171
3090
|
},
|
|
3172
3091
|
{
|
|
3173
3092
|
"kind": "field",
|
|
3174
|
-
"name": "
|
|
3093
|
+
"name": "viewport",
|
|
3175
3094
|
"type": {
|
|
3176
|
-
"text": "
|
|
3095
|
+
"text": "string"
|
|
3177
3096
|
},
|
|
3178
|
-
"privacy": "
|
|
3097
|
+
"privacy": "public",
|
|
3098
|
+
"default": "\"\"",
|
|
3099
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3179
3100
|
"inheritedFrom": {
|
|
3180
3101
|
"name": "AnchoredRegion",
|
|
3181
3102
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3182
3103
|
}
|
|
3183
3104
|
},
|
|
3184
3105
|
{
|
|
3185
|
-
"kind": "
|
|
3186
|
-
"name": "
|
|
3187
|
-
"type": {
|
|
3188
|
-
"text": "number"
|
|
3189
|
-
},
|
|
3106
|
+
"kind": "method",
|
|
3107
|
+
"name": "viewportChanged",
|
|
3190
3108
|
"privacy": "private",
|
|
3191
|
-
"
|
|
3192
|
-
|
|
3109
|
+
"return": {
|
|
3110
|
+
"type": {
|
|
3111
|
+
"text": "void"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3193
3114
|
"inheritedFrom": {
|
|
3194
3115
|
"name": "AnchoredRegion",
|
|
3195
3116
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3197,12 +3118,27 @@
|
|
|
3197
3118
|
},
|
|
3198
3119
|
{
|
|
3199
3120
|
"kind": "field",
|
|
3200
|
-
"name": "
|
|
3121
|
+
"name": "horizontalPositioningMode",
|
|
3201
3122
|
"type": {
|
|
3202
|
-
"text": "
|
|
3123
|
+
"text": "AxisPositioningMode"
|
|
3203
3124
|
},
|
|
3125
|
+
"privacy": "public",
|
|
3126
|
+
"default": "\"uncontrolled\"",
|
|
3127
|
+
"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",
|
|
3128
|
+
"inheritedFrom": {
|
|
3129
|
+
"name": "AnchoredRegion",
|
|
3130
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"kind": "method",
|
|
3135
|
+
"name": "horizontalPositioningModeChanged",
|
|
3204
3136
|
"privacy": "private",
|
|
3205
|
-
"
|
|
3137
|
+
"return": {
|
|
3138
|
+
"type": {
|
|
3139
|
+
"text": "void"
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
3206
3142
|
"inheritedFrom": {
|
|
3207
3143
|
"name": "AnchoredRegion",
|
|
3208
3144
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3210,12 +3146,27 @@
|
|
|
3210
3146
|
},
|
|
3211
3147
|
{
|
|
3212
3148
|
"kind": "field",
|
|
3213
|
-
"name": "
|
|
3149
|
+
"name": "horizontalDefaultPosition",
|
|
3214
3150
|
"type": {
|
|
3215
|
-
"text": "
|
|
3151
|
+
"text": "HorizontalPosition"
|
|
3216
3152
|
},
|
|
3153
|
+
"privacy": "public",
|
|
3154
|
+
"default": "\"unset\"",
|
|
3155
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3156
|
+
"inheritedFrom": {
|
|
3157
|
+
"name": "AnchoredRegion",
|
|
3158
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"kind": "method",
|
|
3163
|
+
"name": "horizontalDefaultPositionChanged",
|
|
3217
3164
|
"privacy": "private",
|
|
3218
|
-
"
|
|
3165
|
+
"return": {
|
|
3166
|
+
"type": {
|
|
3167
|
+
"text": "void"
|
|
3168
|
+
}
|
|
3169
|
+
},
|
|
3219
3170
|
"inheritedFrom": {
|
|
3220
3171
|
"name": "AnchoredRegion",
|
|
3221
3172
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3223,24 +3174,27 @@
|
|
|
3223
3174
|
},
|
|
3224
3175
|
{
|
|
3225
3176
|
"kind": "field",
|
|
3226
|
-
"name": "
|
|
3177
|
+
"name": "horizontalViewportLock",
|
|
3227
3178
|
"type": {
|
|
3228
3179
|
"text": "boolean"
|
|
3229
3180
|
},
|
|
3230
|
-
"privacy": "
|
|
3181
|
+
"privacy": "public",
|
|
3231
3182
|
"default": "false",
|
|
3183
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3232
3184
|
"inheritedFrom": {
|
|
3233
3185
|
"name": "AnchoredRegion",
|
|
3234
3186
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3235
3187
|
}
|
|
3236
3188
|
},
|
|
3237
3189
|
{
|
|
3238
|
-
"kind": "
|
|
3239
|
-
"name": "
|
|
3240
|
-
"type": {
|
|
3241
|
-
"text": "Direction"
|
|
3242
|
-
},
|
|
3190
|
+
"kind": "method",
|
|
3191
|
+
"name": "horizontalViewportLockChanged",
|
|
3243
3192
|
"privacy": "private",
|
|
3193
|
+
"return": {
|
|
3194
|
+
"type": {
|
|
3195
|
+
"text": "void"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3244
3198
|
"inheritedFrom": {
|
|
3245
3199
|
"name": "AnchoredRegion",
|
|
3246
3200
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3248,25 +3202,27 @@
|
|
|
3248
3202
|
},
|
|
3249
3203
|
{
|
|
3250
3204
|
"kind": "field",
|
|
3251
|
-
"name": "
|
|
3205
|
+
"name": "horizontalInset",
|
|
3252
3206
|
"type": {
|
|
3253
3207
|
"text": "boolean"
|
|
3254
3208
|
},
|
|
3255
|
-
"privacy": "
|
|
3209
|
+
"privacy": "public",
|
|
3256
3210
|
"default": "false",
|
|
3211
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3257
3212
|
"inheritedFrom": {
|
|
3258
3213
|
"name": "AnchoredRegion",
|
|
3259
3214
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3260
3215
|
}
|
|
3261
3216
|
},
|
|
3262
3217
|
{
|
|
3263
|
-
"kind": "
|
|
3264
|
-
"name": "
|
|
3265
|
-
"type": {
|
|
3266
|
-
"text": "boolean"
|
|
3267
|
-
},
|
|
3218
|
+
"kind": "method",
|
|
3219
|
+
"name": "horizontalInsetChanged",
|
|
3268
3220
|
"privacy": "private",
|
|
3269
|
-
"
|
|
3221
|
+
"return": {
|
|
3222
|
+
"type": {
|
|
3223
|
+
"text": "void"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3270
3226
|
"inheritedFrom": {
|
|
3271
3227
|
"name": "AnchoredRegion",
|
|
3272
3228
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3274,26 +3230,26 @@
|
|
|
3274
3230
|
},
|
|
3275
3231
|
{
|
|
3276
3232
|
"kind": "field",
|
|
3277
|
-
"name": "
|
|
3233
|
+
"name": "horizontalThreshold",
|
|
3278
3234
|
"type": {
|
|
3279
3235
|
"text": "number"
|
|
3280
3236
|
},
|
|
3281
|
-
"privacy": "
|
|
3282
|
-
"
|
|
3237
|
+
"privacy": "public",
|
|
3238
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3283
3239
|
"inheritedFrom": {
|
|
3284
3240
|
"name": "AnchoredRegion",
|
|
3285
3241
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3286
3242
|
}
|
|
3287
3243
|
},
|
|
3288
3244
|
{
|
|
3289
|
-
"kind": "
|
|
3290
|
-
"name": "
|
|
3291
|
-
"type": {
|
|
3292
|
-
"text": "IntersectionService"
|
|
3293
|
-
},
|
|
3245
|
+
"kind": "method",
|
|
3246
|
+
"name": "horizontalThresholdChanged",
|
|
3294
3247
|
"privacy": "private",
|
|
3295
|
-
"
|
|
3296
|
-
|
|
3248
|
+
"return": {
|
|
3249
|
+
"type": {
|
|
3250
|
+
"text": "void"
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3297
3253
|
"inheritedFrom": {
|
|
3298
3254
|
"name": "AnchoredRegion",
|
|
3299
3255
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3301,9 +3257,13 @@
|
|
|
3301
3257
|
},
|
|
3302
3258
|
{
|
|
3303
3259
|
"kind": "field",
|
|
3304
|
-
"name": "
|
|
3260
|
+
"name": "horizontalScaling",
|
|
3261
|
+
"type": {
|
|
3262
|
+
"text": "AxisScalingMode"
|
|
3263
|
+
},
|
|
3305
3264
|
"privacy": "public",
|
|
3306
|
-
"
|
|
3265
|
+
"default": "\"content\"",
|
|
3266
|
+
"description": "Defines how the width of the region is calculated",
|
|
3307
3267
|
"inheritedFrom": {
|
|
3308
3268
|
"name": "AnchoredRegion",
|
|
3309
3269
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3311,29 +3271,27 @@
|
|
|
3311
3271
|
},
|
|
3312
3272
|
{
|
|
3313
3273
|
"kind": "method",
|
|
3314
|
-
"name": "
|
|
3274
|
+
"name": "horizontalScalingChanged",
|
|
3315
3275
|
"privacy": "private",
|
|
3316
3276
|
"return": {
|
|
3317
3277
|
"type": {
|
|
3318
3278
|
"text": "void"
|
|
3319
3279
|
}
|
|
3320
3280
|
},
|
|
3321
|
-
"description": "destroys the instance's resize observer",
|
|
3322
3281
|
"inheritedFrom": {
|
|
3323
3282
|
"name": "AnchoredRegion",
|
|
3324
3283
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3325
3284
|
}
|
|
3326
3285
|
},
|
|
3327
3286
|
{
|
|
3328
|
-
"kind": "
|
|
3329
|
-
"name": "
|
|
3330
|
-
"
|
|
3331
|
-
|
|
3332
|
-
"type": {
|
|
3333
|
-
"text": "void"
|
|
3334
|
-
}
|
|
3287
|
+
"kind": "field",
|
|
3288
|
+
"name": "verticalPositioningMode",
|
|
3289
|
+
"type": {
|
|
3290
|
+
"text": "AxisPositioningMode"
|
|
3335
3291
|
},
|
|
3336
|
-
"
|
|
3292
|
+
"privacy": "public",
|
|
3293
|
+
"default": "\"uncontrolled\"",
|
|
3294
|
+
"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",
|
|
3337
3295
|
"inheritedFrom": {
|
|
3338
3296
|
"name": "AnchoredRegion",
|
|
3339
3297
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3341,29 +3299,27 @@
|
|
|
3341
3299
|
},
|
|
3342
3300
|
{
|
|
3343
3301
|
"kind": "method",
|
|
3344
|
-
"name": "
|
|
3302
|
+
"name": "verticalPositioningModeChanged",
|
|
3345
3303
|
"privacy": "private",
|
|
3346
3304
|
"return": {
|
|
3347
3305
|
"type": {
|
|
3348
3306
|
"text": "void"
|
|
3349
3307
|
}
|
|
3350
3308
|
},
|
|
3351
|
-
"description": "react to attribute changes that don't require a reset",
|
|
3352
3309
|
"inheritedFrom": {
|
|
3353
3310
|
"name": "AnchoredRegion",
|
|
3354
3311
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3355
3312
|
}
|
|
3356
3313
|
},
|
|
3357
3314
|
{
|
|
3358
|
-
"kind": "
|
|
3359
|
-
"name": "
|
|
3360
|
-
"
|
|
3361
|
-
|
|
3362
|
-
"type": {
|
|
3363
|
-
"text": "void"
|
|
3364
|
-
}
|
|
3315
|
+
"kind": "field",
|
|
3316
|
+
"name": "verticalDefaultPosition",
|
|
3317
|
+
"type": {
|
|
3318
|
+
"text": "VerticalPosition"
|
|
3365
3319
|
},
|
|
3366
|
-
"
|
|
3320
|
+
"privacy": "public",
|
|
3321
|
+
"default": "\"unset\"",
|
|
3322
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3367
3323
|
"inheritedFrom": {
|
|
3368
3324
|
"name": "AnchoredRegion",
|
|
3369
3325
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3371,14 +3327,27 @@
|
|
|
3371
3327
|
},
|
|
3372
3328
|
{
|
|
3373
3329
|
"kind": "method",
|
|
3374
|
-
"name": "
|
|
3330
|
+
"name": "verticalDefaultPositionChanged",
|
|
3375
3331
|
"privacy": "private",
|
|
3376
3332
|
"return": {
|
|
3377
3333
|
"type": {
|
|
3378
3334
|
"text": "void"
|
|
3379
3335
|
}
|
|
3380
3336
|
},
|
|
3381
|
-
"
|
|
3337
|
+
"inheritedFrom": {
|
|
3338
|
+
"name": "AnchoredRegion",
|
|
3339
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"kind": "field",
|
|
3344
|
+
"name": "verticalViewportLock",
|
|
3345
|
+
"type": {
|
|
3346
|
+
"text": "boolean"
|
|
3347
|
+
},
|
|
3348
|
+
"privacy": "public",
|
|
3349
|
+
"default": "false",
|
|
3350
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3382
3351
|
"inheritedFrom": {
|
|
3383
3352
|
"name": "AnchoredRegion",
|
|
3384
3353
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3386,14 +3355,13 @@
|
|
|
3386
3355
|
},
|
|
3387
3356
|
{
|
|
3388
3357
|
"kind": "method",
|
|
3389
|
-
"name": "
|
|
3358
|
+
"name": "verticalViewportLockChanged",
|
|
3390
3359
|
"privacy": "private",
|
|
3391
3360
|
"return": {
|
|
3392
3361
|
"type": {
|
|
3393
3362
|
"text": "void"
|
|
3394
3363
|
}
|
|
3395
3364
|
},
|
|
3396
|
-
"description": "sets the starting configuration for component internal values",
|
|
3397
3365
|
"inheritedFrom": {
|
|
3398
3366
|
"name": "AnchoredRegion",
|
|
3399
3367
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3401,19 +3369,27 @@
|
|
|
3401
3369
|
},
|
|
3402
3370
|
{
|
|
3403
3371
|
"kind": "field",
|
|
3404
|
-
"name": "
|
|
3405
|
-
"
|
|
3406
|
-
|
|
3372
|
+
"name": "verticalInset",
|
|
3373
|
+
"type": {
|
|
3374
|
+
"text": "boolean"
|
|
3375
|
+
},
|
|
3376
|
+
"privacy": "public",
|
|
3377
|
+
"default": "false",
|
|
3378
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3407
3379
|
"inheritedFrom": {
|
|
3408
3380
|
"name": "AnchoredRegion",
|
|
3409
3381
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3410
3382
|
}
|
|
3411
3383
|
},
|
|
3412
3384
|
{
|
|
3413
|
-
"kind": "
|
|
3414
|
-
"name": "
|
|
3385
|
+
"kind": "method",
|
|
3386
|
+
"name": "verticalInsetChanged",
|
|
3415
3387
|
"privacy": "private",
|
|
3416
|
-
"
|
|
3388
|
+
"return": {
|
|
3389
|
+
"type": {
|
|
3390
|
+
"text": "void"
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3417
3393
|
"inheritedFrom": {
|
|
3418
3394
|
"name": "AnchoredRegion",
|
|
3419
3395
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3421,19 +3397,26 @@
|
|
|
3421
3397
|
},
|
|
3422
3398
|
{
|
|
3423
3399
|
"kind": "field",
|
|
3424
|
-
"name": "
|
|
3425
|
-
"
|
|
3426
|
-
|
|
3400
|
+
"name": "verticalThreshold",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"text": "number"
|
|
3403
|
+
},
|
|
3404
|
+
"privacy": "public",
|
|
3405
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3427
3406
|
"inheritedFrom": {
|
|
3428
3407
|
"name": "AnchoredRegion",
|
|
3429
3408
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3430
3409
|
}
|
|
3431
3410
|
},
|
|
3432
3411
|
{
|
|
3433
|
-
"kind": "
|
|
3434
|
-
"name": "
|
|
3412
|
+
"kind": "method",
|
|
3413
|
+
"name": "verticalThresholdChanged",
|
|
3435
3414
|
"privacy": "private",
|
|
3436
|
-
"
|
|
3415
|
+
"return": {
|
|
3416
|
+
"type": {
|
|
3417
|
+
"text": "void"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3437
3420
|
"inheritedFrom": {
|
|
3438
3421
|
"name": "AnchoredRegion",
|
|
3439
3422
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3441,19 +3424,27 @@
|
|
|
3441
3424
|
},
|
|
3442
3425
|
{
|
|
3443
3426
|
"kind": "field",
|
|
3444
|
-
"name": "
|
|
3445
|
-
"
|
|
3446
|
-
|
|
3427
|
+
"name": "verticalScaling",
|
|
3428
|
+
"type": {
|
|
3429
|
+
"text": "AxisScalingMode"
|
|
3430
|
+
},
|
|
3431
|
+
"privacy": "public",
|
|
3432
|
+
"default": "\"content\"",
|
|
3433
|
+
"description": "Defines how the height of the region is calculated",
|
|
3447
3434
|
"inheritedFrom": {
|
|
3448
3435
|
"name": "AnchoredRegion",
|
|
3449
3436
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3450
3437
|
}
|
|
3451
3438
|
},
|
|
3452
3439
|
{
|
|
3453
|
-
"kind": "
|
|
3454
|
-
"name": "
|
|
3440
|
+
"kind": "method",
|
|
3441
|
+
"name": "verticalScalingChanged",
|
|
3455
3442
|
"privacy": "private",
|
|
3456
|
-
"
|
|
3443
|
+
"return": {
|
|
3444
|
+
"type": {
|
|
3445
|
+
"text": "void"
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
3457
3448
|
"inheritedFrom": {
|
|
3458
3449
|
"name": "AnchoredRegion",
|
|
3459
3450
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3461,19 +3452,27 @@
|
|
|
3461
3452
|
},
|
|
3462
3453
|
{
|
|
3463
3454
|
"kind": "field",
|
|
3464
|
-
"name": "
|
|
3465
|
-
"
|
|
3466
|
-
|
|
3455
|
+
"name": "fixedPlacement",
|
|
3456
|
+
"type": {
|
|
3457
|
+
"text": "boolean"
|
|
3458
|
+
},
|
|
3459
|
+
"privacy": "public",
|
|
3460
|
+
"default": "false",
|
|
3461
|
+
"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,",
|
|
3467
3462
|
"inheritedFrom": {
|
|
3468
3463
|
"name": "AnchoredRegion",
|
|
3469
3464
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3470
3465
|
}
|
|
3471
3466
|
},
|
|
3472
3467
|
{
|
|
3473
|
-
"kind": "
|
|
3474
|
-
"name": "
|
|
3468
|
+
"kind": "method",
|
|
3469
|
+
"name": "fixedPlacementChanged",
|
|
3475
3470
|
"privacy": "private",
|
|
3476
|
-
"
|
|
3471
|
+
"return": {
|
|
3472
|
+
"type": {
|
|
3473
|
+
"text": "void"
|
|
3474
|
+
}
|
|
3475
|
+
},
|
|
3477
3476
|
"inheritedFrom": {
|
|
3478
3477
|
"name": "AnchoredRegion",
|
|
3479
3478
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3481,19 +3480,41 @@
|
|
|
3481
3480
|
},
|
|
3482
3481
|
{
|
|
3483
3482
|
"kind": "field",
|
|
3484
|
-
"name": "
|
|
3485
|
-
"
|
|
3486
|
-
|
|
3483
|
+
"name": "autoUpdateMode",
|
|
3484
|
+
"type": {
|
|
3485
|
+
"text": "AutoUpdateMode"
|
|
3486
|
+
},
|
|
3487
|
+
"privacy": "public",
|
|
3488
|
+
"default": "\"anchor\"",
|
|
3489
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3487
3490
|
"inheritedFrom": {
|
|
3488
3491
|
"name": "AnchoredRegion",
|
|
3489
3492
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3490
3493
|
}
|
|
3491
3494
|
},
|
|
3492
3495
|
{
|
|
3493
|
-
"kind": "
|
|
3494
|
-
"name": "
|
|
3496
|
+
"kind": "method",
|
|
3497
|
+
"name": "autoUpdateModeChanged",
|
|
3495
3498
|
"privacy": "private",
|
|
3496
|
-
"
|
|
3499
|
+
"return": {
|
|
3500
|
+
"type": {
|
|
3501
|
+
"text": "void"
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
"parameters": [
|
|
3505
|
+
{
|
|
3506
|
+
"name": "prevMode",
|
|
3507
|
+
"type": {
|
|
3508
|
+
"text": "AutoUpdateMode"
|
|
3509
|
+
}
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "newMode",
|
|
3513
|
+
"type": {
|
|
3514
|
+
"text": "AutoUpdateMode"
|
|
3515
|
+
}
|
|
3516
|
+
}
|
|
3517
|
+
],
|
|
3497
3518
|
"inheritedFrom": {
|
|
3498
3519
|
"name": "AnchoredRegion",
|
|
3499
3520
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3501,19 +3522,27 @@
|
|
|
3501
3522
|
},
|
|
3502
3523
|
{
|
|
3503
3524
|
"kind": "field",
|
|
3504
|
-
"name": "
|
|
3505
|
-
"
|
|
3506
|
-
|
|
3525
|
+
"name": "anchorElement",
|
|
3526
|
+
"type": {
|
|
3527
|
+
"text": "HTMLElement | null"
|
|
3528
|
+
},
|
|
3529
|
+
"privacy": "public",
|
|
3530
|
+
"default": "null",
|
|
3531
|
+
"description": "The HTML element being used as the anchor",
|
|
3507
3532
|
"inheritedFrom": {
|
|
3508
3533
|
"name": "AnchoredRegion",
|
|
3509
3534
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3510
3535
|
}
|
|
3511
3536
|
},
|
|
3512
3537
|
{
|
|
3513
|
-
"kind": "
|
|
3514
|
-
"name": "
|
|
3538
|
+
"kind": "method",
|
|
3539
|
+
"name": "anchorElementChanged",
|
|
3515
3540
|
"privacy": "private",
|
|
3516
|
-
"
|
|
3541
|
+
"return": {
|
|
3542
|
+
"type": {
|
|
3543
|
+
"text": "void"
|
|
3544
|
+
}
|
|
3545
|
+
},
|
|
3517
3546
|
"inheritedFrom": {
|
|
3518
3547
|
"name": "AnchoredRegion",
|
|
3519
3548
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3521,9 +3550,27 @@
|
|
|
3521
3550
|
},
|
|
3522
3551
|
{
|
|
3523
3552
|
"kind": "field",
|
|
3524
|
-
"name": "
|
|
3553
|
+
"name": "viewportElement",
|
|
3554
|
+
"type": {
|
|
3555
|
+
"text": "HTMLElement | null"
|
|
3556
|
+
},
|
|
3557
|
+
"privacy": "public",
|
|
3558
|
+
"default": "null",
|
|
3559
|
+
"description": "The HTML element being used as the viewport",
|
|
3560
|
+
"inheritedFrom": {
|
|
3561
|
+
"name": "AnchoredRegion",
|
|
3562
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3563
|
+
}
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"kind": "method",
|
|
3567
|
+
"name": "viewportElementChanged",
|
|
3525
3568
|
"privacy": "private",
|
|
3526
|
-
"
|
|
3569
|
+
"return": {
|
|
3570
|
+
"type": {
|
|
3571
|
+
"text": "void"
|
|
3572
|
+
}
|
|
3573
|
+
},
|
|
3527
3574
|
"inheritedFrom": {
|
|
3528
3575
|
"name": "AnchoredRegion",
|
|
3529
3576
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3531,9 +3578,12 @@
|
|
|
3531
3578
|
},
|
|
3532
3579
|
{
|
|
3533
3580
|
"kind": "field",
|
|
3534
|
-
"name": "
|
|
3535
|
-
"
|
|
3536
|
-
|
|
3581
|
+
"name": "verticalPosition",
|
|
3582
|
+
"type": {
|
|
3583
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3584
|
+
},
|
|
3585
|
+
"privacy": "public",
|
|
3586
|
+
"description": "indicates the current horizontal position of the region",
|
|
3537
3587
|
"inheritedFrom": {
|
|
3538
3588
|
"name": "AnchoredRegion",
|
|
3539
3589
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3541,9 +3591,12 @@
|
|
|
3541
3591
|
},
|
|
3542
3592
|
{
|
|
3543
3593
|
"kind": "field",
|
|
3544
|
-
"name": "
|
|
3545
|
-
"
|
|
3546
|
-
|
|
3594
|
+
"name": "horizontalPosition",
|
|
3595
|
+
"type": {
|
|
3596
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3597
|
+
},
|
|
3598
|
+
"privacy": "public",
|
|
3599
|
+
"description": "indicates the current vertical position of the region",
|
|
3547
3600
|
"inheritedFrom": {
|
|
3548
3601
|
"name": "AnchoredRegion",
|
|
3549
3602
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3551,9 +3604,12 @@
|
|
|
3551
3604
|
},
|
|
3552
3605
|
{
|
|
3553
3606
|
"kind": "field",
|
|
3554
|
-
"name": "
|
|
3607
|
+
"name": "translateX",
|
|
3608
|
+
"type": {
|
|
3609
|
+
"text": "number"
|
|
3610
|
+
},
|
|
3555
3611
|
"privacy": "private",
|
|
3556
|
-
"description": "
|
|
3612
|
+
"description": "values to be applied to the component's transform on render",
|
|
3557
3613
|
"inheritedFrom": {
|
|
3558
3614
|
"name": "AnchoredRegion",
|
|
3559
3615
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3561,9 +3617,11 @@
|
|
|
3561
3617
|
},
|
|
3562
3618
|
{
|
|
3563
3619
|
"kind": "field",
|
|
3564
|
-
"name": "
|
|
3620
|
+
"name": "translateY",
|
|
3621
|
+
"type": {
|
|
3622
|
+
"text": "number"
|
|
3623
|
+
},
|
|
3565
3624
|
"privacy": "private",
|
|
3566
|
-
"description": "Get available positions based on positioning mode",
|
|
3567
3625
|
"inheritedFrom": {
|
|
3568
3626
|
"name": "AnchoredRegion",
|
|
3569
3627
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3571,9 +3629,12 @@
|
|
|
3571
3629
|
},
|
|
3572
3630
|
{
|
|
3573
3631
|
"kind": "field",
|
|
3574
|
-
"name": "
|
|
3632
|
+
"name": "regionWidth",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "string"
|
|
3635
|
+
},
|
|
3575
3636
|
"privacy": "private",
|
|
3576
|
-
"description": "
|
|
3637
|
+
"description": "the span to be applied to the region on each axis",
|
|
3577
3638
|
"inheritedFrom": {
|
|
3578
3639
|
"name": "AnchoredRegion",
|
|
3579
3640
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3581,9 +3642,11 @@
|
|
|
3581
3642
|
},
|
|
3582
3643
|
{
|
|
3583
3644
|
"kind": "field",
|
|
3584
|
-
"name": "
|
|
3645
|
+
"name": "regionHeight",
|
|
3646
|
+
"type": {
|
|
3647
|
+
"text": "string"
|
|
3648
|
+
},
|
|
3585
3649
|
"privacy": "private",
|
|
3586
|
-
"description": "Get region dimensions",
|
|
3587
3650
|
"inheritedFrom": {
|
|
3588
3651
|
"name": "AnchoredRegion",
|
|
3589
3652
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3591,9 +3654,12 @@
|
|
|
3591
3654
|
},
|
|
3592
3655
|
{
|
|
3593
3656
|
"kind": "field",
|
|
3594
|
-
"name": "
|
|
3657
|
+
"name": "resizeDetector",
|
|
3658
|
+
"type": {
|
|
3659
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3660
|
+
},
|
|
3595
3661
|
"privacy": "private",
|
|
3596
|
-
"
|
|
3662
|
+
"default": "null",
|
|
3597
3663
|
"inheritedFrom": {
|
|
3598
3664
|
"name": "AnchoredRegion",
|
|
3599
3665
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3601,9 +3667,11 @@
|
|
|
3601
3667
|
},
|
|
3602
3668
|
{
|
|
3603
3669
|
"kind": "field",
|
|
3604
|
-
"name": "
|
|
3670
|
+
"name": "viewportRect",
|
|
3671
|
+
"type": {
|
|
3672
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3673
|
+
},
|
|
3605
3674
|
"privacy": "private",
|
|
3606
|
-
"description": "stops event listeners that can trigger auto updating",
|
|
3607
3675
|
"inheritedFrom": {
|
|
3608
3676
|
"name": "AnchoredRegion",
|
|
3609
3677
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3611,540 +3679,454 @@
|
|
|
3611
3679
|
},
|
|
3612
3680
|
{
|
|
3613
3681
|
"kind": "field",
|
|
3614
|
-
"name": "
|
|
3682
|
+
"name": "anchorRect",
|
|
3615
3683
|
"type": {
|
|
3616
|
-
"text": "
|
|
3684
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3617
3685
|
},
|
|
3618
3686
|
"privacy": "private",
|
|
3619
|
-
"default": "void 0",
|
|
3620
3687
|
"inheritedFrom": {
|
|
3621
|
-
"name": "
|
|
3622
|
-
"module": "src/
|
|
3688
|
+
"name": "AnchoredRegion",
|
|
3689
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3623
3690
|
}
|
|
3624
3691
|
},
|
|
3625
3692
|
{
|
|
3626
3693
|
"kind": "field",
|
|
3627
|
-
"name": "
|
|
3694
|
+
"name": "regionRect",
|
|
3628
3695
|
"type": {
|
|
3629
|
-
"text": "
|
|
3696
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3630
3697
|
},
|
|
3631
|
-
"privacy": "
|
|
3632
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3698
|
+
"privacy": "private",
|
|
3633
3699
|
"inheritedFrom": {
|
|
3634
|
-
"name": "
|
|
3635
|
-
"module": "src/
|
|
3700
|
+
"name": "AnchoredRegion",
|
|
3701
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3636
3702
|
}
|
|
3637
3703
|
},
|
|
3638
3704
|
{
|
|
3639
3705
|
"kind": "field",
|
|
3640
|
-
"name": "
|
|
3706
|
+
"name": "baseHorizontalOffset",
|
|
3641
3707
|
"type": {
|
|
3642
|
-
"text": "
|
|
3708
|
+
"text": "number"
|
|
3643
3709
|
},
|
|
3644
|
-
"privacy": "
|
|
3645
|
-
"
|
|
3710
|
+
"privacy": "private",
|
|
3711
|
+
"default": "0",
|
|
3712
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3646
3713
|
"inheritedFrom": {
|
|
3647
|
-
"name": "
|
|
3648
|
-
"module": "src/
|
|
3714
|
+
"name": "AnchoredRegion",
|
|
3715
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3649
3716
|
}
|
|
3650
3717
|
},
|
|
3651
3718
|
{
|
|
3652
|
-
"kind": "
|
|
3653
|
-
"name": "
|
|
3654
|
-
"
|
|
3655
|
-
|
|
3656
|
-
"type": {
|
|
3657
|
-
"text": "void"
|
|
3658
|
-
}
|
|
3719
|
+
"kind": "field",
|
|
3720
|
+
"name": "baseVerticalOffset",
|
|
3721
|
+
"type": {
|
|
3722
|
+
"text": "number"
|
|
3659
3723
|
},
|
|
3724
|
+
"privacy": "private",
|
|
3725
|
+
"default": "0",
|
|
3660
3726
|
"inheritedFrom": {
|
|
3661
|
-
"name": "
|
|
3662
|
-
"module": "src/
|
|
3727
|
+
"name": "AnchoredRegion",
|
|
3728
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3663
3729
|
}
|
|
3664
3730
|
},
|
|
3665
3731
|
{
|
|
3666
3732
|
"kind": "field",
|
|
3667
|
-
"name": "
|
|
3733
|
+
"name": "pendingPositioningUpdate",
|
|
3668
3734
|
"type": {
|
|
3669
|
-
"text": "
|
|
3735
|
+
"text": "boolean"
|
|
3670
3736
|
},
|
|
3671
|
-
"privacy": "
|
|
3672
|
-
"
|
|
3737
|
+
"privacy": "private",
|
|
3738
|
+
"default": "false",
|
|
3673
3739
|
"inheritedFrom": {
|
|
3674
|
-
"name": "
|
|
3675
|
-
"module": "src/
|
|
3740
|
+
"name": "AnchoredRegion",
|
|
3741
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3676
3742
|
}
|
|
3677
3743
|
},
|
|
3678
3744
|
{
|
|
3679
|
-
"kind": "
|
|
3680
|
-
"name": "
|
|
3681
|
-
"
|
|
3682
|
-
|
|
3683
|
-
"type": {
|
|
3684
|
-
"text": "void"
|
|
3685
|
-
}
|
|
3745
|
+
"kind": "field",
|
|
3746
|
+
"name": "pendingReset",
|
|
3747
|
+
"type": {
|
|
3748
|
+
"text": "boolean"
|
|
3686
3749
|
},
|
|
3750
|
+
"privacy": "private",
|
|
3751
|
+
"default": "false",
|
|
3687
3752
|
"inheritedFrom": {
|
|
3688
|
-
"name": "
|
|
3689
|
-
"module": "src/
|
|
3753
|
+
"name": "AnchoredRegion",
|
|
3754
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3690
3755
|
}
|
|
3691
3756
|
},
|
|
3692
3757
|
{
|
|
3693
|
-
"kind": "
|
|
3694
|
-
"name": "
|
|
3695
|
-
"
|
|
3696
|
-
|
|
3697
|
-
"return": {
|
|
3698
|
-
"type": {
|
|
3699
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3700
|
-
}
|
|
3758
|
+
"kind": "field",
|
|
3759
|
+
"name": "currentDirection",
|
|
3760
|
+
"type": {
|
|
3761
|
+
"text": "Direction"
|
|
3701
3762
|
},
|
|
3702
|
-
"
|
|
3703
|
-
{
|
|
3704
|
-
"name": "this",
|
|
3705
|
-
"type": {
|
|
3706
|
-
"text": "K"
|
|
3707
|
-
}
|
|
3708
|
-
},
|
|
3709
|
-
{
|
|
3710
|
-
"name": "elementDefinition",
|
|
3711
|
-
"type": {
|
|
3712
|
-
"text": "T"
|
|
3713
|
-
},
|
|
3714
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3715
|
-
}
|
|
3716
|
-
],
|
|
3717
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3718
|
-
"inheritedFrom": {
|
|
3719
|
-
"name": "FoundationElement",
|
|
3720
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3721
|
-
}
|
|
3722
|
-
}
|
|
3723
|
-
],
|
|
3724
|
-
"events": [
|
|
3725
|
-
{
|
|
3726
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3727
|
-
"name": "loaded",
|
|
3763
|
+
"privacy": "private",
|
|
3728
3764
|
"inheritedFrom": {
|
|
3729
3765
|
"name": "AnchoredRegion",
|
|
3730
3766
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3731
3767
|
}
|
|
3732
3768
|
},
|
|
3733
3769
|
{
|
|
3734
|
-
"
|
|
3735
|
-
"name": "
|
|
3770
|
+
"kind": "field",
|
|
3771
|
+
"name": "regionVisible",
|
|
3772
|
+
"type": {
|
|
3773
|
+
"text": "boolean"
|
|
3774
|
+
},
|
|
3775
|
+
"privacy": "private",
|
|
3776
|
+
"default": "false",
|
|
3736
3777
|
"inheritedFrom": {
|
|
3737
3778
|
"name": "AnchoredRegion",
|
|
3738
3779
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3739
3780
|
}
|
|
3740
|
-
}
|
|
3741
|
-
]
|
|
3742
|
-
},
|
|
3743
|
-
{
|
|
3744
|
-
"kind": "variable",
|
|
3745
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3746
|
-
"type": {
|
|
3747
|
-
"text": "ShadowRootInit"
|
|
3748
|
-
},
|
|
3749
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3750
|
-
},
|
|
3751
|
-
{
|
|
3752
|
-
"kind": "variable",
|
|
3753
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3754
|
-
"type": {
|
|
3755
|
-
"text": "object"
|
|
3756
|
-
},
|
|
3757
|
-
"default": "{}"
|
|
3758
|
-
},
|
|
3759
|
-
{
|
|
3760
|
-
"kind": "variable",
|
|
3761
|
-
"name": "foundationAnchoredRegion",
|
|
3762
|
-
"description": "The Foundation Anchored Region",
|
|
3763
|
-
"privacy": "public"
|
|
3764
|
-
}
|
|
3765
|
-
],
|
|
3766
|
-
"exports": [
|
|
3767
|
-
{
|
|
3768
|
-
"kind": "js",
|
|
3769
|
-
"name": "AnchoredRegion",
|
|
3770
|
-
"declaration": {
|
|
3771
|
-
"name": "AnchoredRegion",
|
|
3772
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3773
|
-
}
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"kind": "js",
|
|
3777
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3778
|
-
"declaration": {
|
|
3779
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3780
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3781
|
-
}
|
|
3782
|
-
},
|
|
3783
|
-
{
|
|
3784
|
-
"kind": "js",
|
|
3785
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3786
|
-
"declaration": {
|
|
3787
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3788
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3789
|
-
}
|
|
3790
|
-
},
|
|
3791
|
-
{
|
|
3792
|
-
"kind": "js",
|
|
3793
|
-
"name": "foundationAnchoredRegion",
|
|
3794
|
-
"declaration": {
|
|
3795
|
-
"name": "foundationAnchoredRegion",
|
|
3796
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3797
|
-
}
|
|
3798
|
-
}
|
|
3799
|
-
]
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
"kind": "javascript-module",
|
|
3803
|
-
"path": "src/anchored-region/index.ts",
|
|
3804
|
-
"declarations": [],
|
|
3805
|
-
"exports": [
|
|
3806
|
-
{
|
|
3807
|
-
"kind": "js",
|
|
3808
|
-
"name": "*",
|
|
3809
|
-
"declaration": {
|
|
3810
|
-
"name": "*",
|
|
3811
|
-
"package": "./anchor-region.template"
|
|
3812
|
-
}
|
|
3813
|
-
},
|
|
3814
|
-
{
|
|
3815
|
-
"kind": "js",
|
|
3816
|
-
"name": "*",
|
|
3817
|
-
"declaration": {
|
|
3818
|
-
"name": "*",
|
|
3819
|
-
"package": "./anchored-region.styles"
|
|
3820
|
-
}
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "js",
|
|
3824
|
-
"name": "*",
|
|
3825
|
-
"declaration": {
|
|
3826
|
-
"name": "*",
|
|
3827
|
-
"package": "./anchored-region"
|
|
3828
|
-
}
|
|
3829
|
-
}
|
|
3830
|
-
]
|
|
3831
|
-
},
|
|
3832
|
-
{
|
|
3833
|
-
"kind": "javascript-module",
|
|
3834
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
3835
|
-
"declarations": [
|
|
3836
|
-
{
|
|
3837
|
-
"kind": "function",
|
|
3838
|
-
"name": "foundationAnchorStyles",
|
|
3839
|
-
"return": {
|
|
3840
|
-
"type": {
|
|
3841
|
-
"text": "ElementStyles"
|
|
3842
|
-
}
|
|
3843
|
-
},
|
|
3844
|
-
"parameters": [
|
|
3781
|
+
},
|
|
3845
3782
|
{
|
|
3846
|
-
"
|
|
3783
|
+
"kind": "field",
|
|
3784
|
+
"name": "forceUpdate",
|
|
3847
3785
|
"type": {
|
|
3848
|
-
"text": "
|
|
3786
|
+
"text": "boolean"
|
|
3787
|
+
},
|
|
3788
|
+
"privacy": "private",
|
|
3789
|
+
"default": "false",
|
|
3790
|
+
"inheritedFrom": {
|
|
3791
|
+
"name": "AnchoredRegion",
|
|
3792
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3849
3793
|
}
|
|
3850
3794
|
},
|
|
3851
3795
|
{
|
|
3852
|
-
"
|
|
3796
|
+
"kind": "field",
|
|
3797
|
+
"name": "updateThreshold",
|
|
3853
3798
|
"type": {
|
|
3854
|
-
"text": "
|
|
3799
|
+
"text": "number"
|
|
3800
|
+
},
|
|
3801
|
+
"privacy": "private",
|
|
3802
|
+
"default": "0.5",
|
|
3803
|
+
"inheritedFrom": {
|
|
3804
|
+
"name": "AnchoredRegion",
|
|
3805
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3855
3806
|
}
|
|
3856
|
-
}
|
|
3857
|
-
]
|
|
3858
|
-
}
|
|
3859
|
-
],
|
|
3860
|
-
"exports": [
|
|
3861
|
-
{
|
|
3862
|
-
"kind": "js",
|
|
3863
|
-
"name": "foundationAnchorStyles",
|
|
3864
|
-
"declaration": {
|
|
3865
|
-
"name": "foundationAnchorStyles",
|
|
3866
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
3867
|
-
}
|
|
3868
|
-
}
|
|
3869
|
-
]
|
|
3870
|
-
},
|
|
3871
|
-
{
|
|
3872
|
-
"kind": "javascript-module",
|
|
3873
|
-
"path": "src/anchor/anchor.template.ts",
|
|
3874
|
-
"declarations": [
|
|
3875
|
-
{
|
|
3876
|
-
"kind": "function",
|
|
3877
|
-
"name": "foundationAnchorTemplate",
|
|
3878
|
-
"return": {
|
|
3879
|
-
"type": {
|
|
3880
|
-
"text": "ViewTemplate<Anchor>"
|
|
3881
|
-
}
|
|
3882
|
-
},
|
|
3883
|
-
"parameters": [
|
|
3807
|
+
},
|
|
3884
3808
|
{
|
|
3885
|
-
"
|
|
3809
|
+
"kind": "field",
|
|
3810
|
+
"name": "intersectionService",
|
|
3886
3811
|
"type": {
|
|
3887
|
-
"text": "
|
|
3812
|
+
"text": "IntersectionService"
|
|
3813
|
+
},
|
|
3814
|
+
"privacy": "private",
|
|
3815
|
+
"static": true,
|
|
3816
|
+
"default": "new IntersectionService()",
|
|
3817
|
+
"inheritedFrom": {
|
|
3818
|
+
"name": "AnchoredRegion",
|
|
3819
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3888
3820
|
}
|
|
3889
3821
|
},
|
|
3890
3822
|
{
|
|
3891
|
-
"
|
|
3892
|
-
"
|
|
3893
|
-
|
|
3823
|
+
"kind": "field",
|
|
3824
|
+
"name": "update",
|
|
3825
|
+
"privacy": "public",
|
|
3826
|
+
"description": "update position",
|
|
3827
|
+
"inheritedFrom": {
|
|
3828
|
+
"name": "AnchoredRegion",
|
|
3829
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3894
3830
|
}
|
|
3895
|
-
}
|
|
3896
|
-
]
|
|
3897
|
-
}
|
|
3898
|
-
],
|
|
3899
|
-
"exports": [
|
|
3900
|
-
{
|
|
3901
|
-
"kind": "js",
|
|
3902
|
-
"name": "foundationAnchorTemplate",
|
|
3903
|
-
"declaration": {
|
|
3904
|
-
"name": "foundationAnchorTemplate",
|
|
3905
|
-
"module": "src/anchor/anchor.template.ts"
|
|
3906
|
-
}
|
|
3907
|
-
}
|
|
3908
|
-
]
|
|
3909
|
-
},
|
|
3910
|
-
{
|
|
3911
|
-
"kind": "javascript-module",
|
|
3912
|
-
"path": "src/anchor/anchor.ts",
|
|
3913
|
-
"declarations": [
|
|
3914
|
-
{
|
|
3915
|
-
"kind": "class",
|
|
3916
|
-
"description": "",
|
|
3917
|
-
"name": "Anchor",
|
|
3918
|
-
"superclass": {
|
|
3919
|
-
"name": "FASTAnchor",
|
|
3920
|
-
"package": "@microsoft/fast-components"
|
|
3921
|
-
},
|
|
3922
|
-
"tagName": "%%prefix%%-anchor",
|
|
3923
|
-
"customElement": true,
|
|
3924
|
-
"attributes": [
|
|
3831
|
+
},
|
|
3925
3832
|
{
|
|
3926
|
-
"
|
|
3927
|
-
"
|
|
3928
|
-
|
|
3833
|
+
"kind": "method",
|
|
3834
|
+
"name": "disconnectResizeDetector",
|
|
3835
|
+
"privacy": "private",
|
|
3836
|
+
"return": {
|
|
3837
|
+
"type": {
|
|
3838
|
+
"text": "void"
|
|
3839
|
+
}
|
|
3929
3840
|
},
|
|
3930
|
-
"description": "
|
|
3931
|
-
"fieldName": "download",
|
|
3841
|
+
"description": "destroys the instance's resize observer",
|
|
3932
3842
|
"inheritedFrom": {
|
|
3933
|
-
"name": "
|
|
3934
|
-
"module": "src/
|
|
3843
|
+
"name": "AnchoredRegion",
|
|
3844
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3935
3845
|
}
|
|
3936
3846
|
},
|
|
3937
3847
|
{
|
|
3938
|
-
"
|
|
3939
|
-
"
|
|
3940
|
-
|
|
3848
|
+
"kind": "method",
|
|
3849
|
+
"name": "initializeResizeDetector",
|
|
3850
|
+
"privacy": "private",
|
|
3851
|
+
"return": {
|
|
3852
|
+
"type": {
|
|
3853
|
+
"text": "void"
|
|
3854
|
+
}
|
|
3941
3855
|
},
|
|
3942
|
-
"description": "
|
|
3943
|
-
"fieldName": "href",
|
|
3856
|
+
"description": "initializes the instance's resize observer",
|
|
3944
3857
|
"inheritedFrom": {
|
|
3945
|
-
"name": "
|
|
3946
|
-
"module": "src/
|
|
3858
|
+
"name": "AnchoredRegion",
|
|
3859
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3947
3860
|
}
|
|
3948
3861
|
},
|
|
3949
3862
|
{
|
|
3950
|
-
"
|
|
3951
|
-
"
|
|
3952
|
-
|
|
3863
|
+
"kind": "method",
|
|
3864
|
+
"name": "updateForAttributeChange",
|
|
3865
|
+
"privacy": "private",
|
|
3866
|
+
"return": {
|
|
3867
|
+
"type": {
|
|
3868
|
+
"text": "void"
|
|
3869
|
+
}
|
|
3953
3870
|
},
|
|
3954
|
-
"description": "
|
|
3955
|
-
"fieldName": "hreflang",
|
|
3871
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3956
3872
|
"inheritedFrom": {
|
|
3957
|
-
"name": "
|
|
3958
|
-
"module": "src/
|
|
3873
|
+
"name": "AnchoredRegion",
|
|
3874
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3959
3875
|
}
|
|
3960
3876
|
},
|
|
3961
3877
|
{
|
|
3962
|
-
"
|
|
3963
|
-
"
|
|
3964
|
-
|
|
3878
|
+
"kind": "method",
|
|
3879
|
+
"name": "initialize",
|
|
3880
|
+
"privacy": "private",
|
|
3881
|
+
"return": {
|
|
3882
|
+
"type": {
|
|
3883
|
+
"text": "void"
|
|
3884
|
+
}
|
|
3965
3885
|
},
|
|
3966
|
-
"description": "
|
|
3967
|
-
"
|
|
3886
|
+
"description": "fully initializes the component",
|
|
3887
|
+
"inheritedFrom": {
|
|
3888
|
+
"name": "AnchoredRegion",
|
|
3889
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3890
|
+
}
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"kind": "method",
|
|
3894
|
+
"name": "requestReset",
|
|
3895
|
+
"privacy": "private",
|
|
3896
|
+
"return": {
|
|
3897
|
+
"type": {
|
|
3898
|
+
"text": "void"
|
|
3899
|
+
}
|
|
3900
|
+
},
|
|
3901
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3902
|
+
"inheritedFrom": {
|
|
3903
|
+
"name": "AnchoredRegion",
|
|
3904
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"kind": "method",
|
|
3909
|
+
"name": "setInitialState",
|
|
3910
|
+
"privacy": "private",
|
|
3911
|
+
"return": {
|
|
3912
|
+
"type": {
|
|
3913
|
+
"text": "void"
|
|
3914
|
+
}
|
|
3915
|
+
},
|
|
3916
|
+
"description": "sets the starting configuration for component internal values",
|
|
3917
|
+
"inheritedFrom": {
|
|
3918
|
+
"name": "AnchoredRegion",
|
|
3919
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"kind": "field",
|
|
3924
|
+
"name": "startObservers",
|
|
3925
|
+
"privacy": "private",
|
|
3926
|
+
"description": "starts observers",
|
|
3927
|
+
"inheritedFrom": {
|
|
3928
|
+
"name": "AnchoredRegion",
|
|
3929
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3930
|
+
}
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "field",
|
|
3934
|
+
"name": "requestPositionUpdates",
|
|
3935
|
+
"privacy": "private",
|
|
3936
|
+
"description": "get position updates",
|
|
3937
|
+
"inheritedFrom": {
|
|
3938
|
+
"name": "AnchoredRegion",
|
|
3939
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"kind": "field",
|
|
3944
|
+
"name": "stopObservers",
|
|
3945
|
+
"privacy": "private",
|
|
3946
|
+
"description": "stops observers",
|
|
3947
|
+
"inheritedFrom": {
|
|
3948
|
+
"name": "AnchoredRegion",
|
|
3949
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3950
|
+
}
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"kind": "field",
|
|
3954
|
+
"name": "getViewport",
|
|
3955
|
+
"privacy": "private",
|
|
3956
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3957
|
+
"inheritedFrom": {
|
|
3958
|
+
"name": "AnchoredRegion",
|
|
3959
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"kind": "field",
|
|
3964
|
+
"name": "getAnchor",
|
|
3965
|
+
"privacy": "private",
|
|
3966
|
+
"description": "Gets the anchor element by id",
|
|
3967
|
+
"inheritedFrom": {
|
|
3968
|
+
"name": "AnchoredRegion",
|
|
3969
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"kind": "field",
|
|
3974
|
+
"name": "handleIntersection",
|
|
3975
|
+
"privacy": "private",
|
|
3976
|
+
"description": "Handle intersections",
|
|
3977
|
+
"inheritedFrom": {
|
|
3978
|
+
"name": "AnchoredRegion",
|
|
3979
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3980
|
+
}
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
"kind": "field",
|
|
3984
|
+
"name": "applyIntersectionEntries",
|
|
3985
|
+
"privacy": "private",
|
|
3986
|
+
"description": "iterate through intersection entries and apply data",
|
|
3968
3987
|
"inheritedFrom": {
|
|
3969
|
-
"name": "
|
|
3970
|
-
"module": "src/
|
|
3988
|
+
"name": "AnchoredRegion",
|
|
3989
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3971
3990
|
}
|
|
3972
3991
|
},
|
|
3973
3992
|
{
|
|
3974
|
-
"
|
|
3975
|
-
"
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3979
|
-
"fieldName": "referrerpolicy",
|
|
3993
|
+
"kind": "field",
|
|
3994
|
+
"name": "updateRegionOffset",
|
|
3995
|
+
"privacy": "private",
|
|
3996
|
+
"description": "Update the offset values",
|
|
3980
3997
|
"inheritedFrom": {
|
|
3981
|
-
"name": "
|
|
3982
|
-
"module": "src/
|
|
3998
|
+
"name": "AnchoredRegion",
|
|
3999
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3983
4000
|
}
|
|
3984
4001
|
},
|
|
3985
4002
|
{
|
|
3986
|
-
"
|
|
3987
|
-
"
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3991
|
-
"fieldName": "rel",
|
|
4003
|
+
"kind": "field",
|
|
4004
|
+
"name": "isRectDifferent",
|
|
4005
|
+
"privacy": "private",
|
|
4006
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3992
4007
|
"inheritedFrom": {
|
|
3993
|
-
"name": "
|
|
3994
|
-
"module": "src/
|
|
4008
|
+
"name": "AnchoredRegion",
|
|
4009
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3995
4010
|
}
|
|
3996
4011
|
},
|
|
3997
4012
|
{
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4003
|
-
"fieldName": "target",
|
|
4013
|
+
"kind": "field",
|
|
4014
|
+
"name": "handleResize",
|
|
4015
|
+
"privacy": "private",
|
|
4016
|
+
"description": "Handle resize events",
|
|
4004
4017
|
"inheritedFrom": {
|
|
4005
|
-
"name": "
|
|
4006
|
-
"module": "src/
|
|
4018
|
+
"name": "AnchoredRegion",
|
|
4019
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4007
4020
|
}
|
|
4008
4021
|
},
|
|
4009
4022
|
{
|
|
4010
|
-
"
|
|
4011
|
-
"
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4015
|
-
"fieldName": "type",
|
|
4023
|
+
"kind": "field",
|
|
4024
|
+
"name": "reset",
|
|
4025
|
+
"privacy": "private",
|
|
4026
|
+
"description": "resets the component",
|
|
4016
4027
|
"inheritedFrom": {
|
|
4017
|
-
"name": "
|
|
4018
|
-
"module": "src/
|
|
4028
|
+
"name": "AnchoredRegion",
|
|
4029
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4019
4030
|
}
|
|
4020
|
-
}
|
|
4021
|
-
],
|
|
4022
|
-
"members": [
|
|
4031
|
+
},
|
|
4023
4032
|
{
|
|
4024
4033
|
"kind": "field",
|
|
4025
|
-
"name": "
|
|
4026
|
-
"
|
|
4027
|
-
|
|
4028
|
-
},
|
|
4029
|
-
"privacy": "public",
|
|
4030
|
-
"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.",
|
|
4034
|
+
"name": "updateLayout",
|
|
4035
|
+
"privacy": "private",
|
|
4036
|
+
"description": "Recalculate layout related state values",
|
|
4031
4037
|
"inheritedFrom": {
|
|
4032
|
-
"name": "
|
|
4033
|
-
"module": "src/
|
|
4038
|
+
"name": "AnchoredRegion",
|
|
4039
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4034
4040
|
}
|
|
4035
4041
|
},
|
|
4036
4042
|
{
|
|
4037
4043
|
"kind": "field",
|
|
4038
|
-
"name": "
|
|
4039
|
-
"
|
|
4040
|
-
|
|
4041
|
-
},
|
|
4042
|
-
"privacy": "public",
|
|
4043
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4044
|
+
"name": "updateRegionStyle",
|
|
4045
|
+
"privacy": "private",
|
|
4046
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
4044
4047
|
"inheritedFrom": {
|
|
4045
|
-
"name": "
|
|
4046
|
-
"module": "src/
|
|
4048
|
+
"name": "AnchoredRegion",
|
|
4049
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4047
4050
|
}
|
|
4048
4051
|
},
|
|
4049
4052
|
{
|
|
4050
4053
|
"kind": "field",
|
|
4051
|
-
"name": "
|
|
4052
|
-
"
|
|
4053
|
-
|
|
4054
|
-
},
|
|
4055
|
-
"privacy": "public",
|
|
4056
|
-
"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.",
|
|
4054
|
+
"name": "updatePositionClasses",
|
|
4055
|
+
"privacy": "private",
|
|
4056
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
4057
4057
|
"inheritedFrom": {
|
|
4058
|
-
"name": "
|
|
4059
|
-
"module": "src/
|
|
4058
|
+
"name": "AnchoredRegion",
|
|
4059
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4060
4060
|
}
|
|
4061
4061
|
},
|
|
4062
4062
|
{
|
|
4063
4063
|
"kind": "field",
|
|
4064
|
-
"name": "
|
|
4065
|
-
"
|
|
4066
|
-
|
|
4067
|
-
},
|
|
4068
|
-
"privacy": "public",
|
|
4069
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4064
|
+
"name": "setHorizontalPosition",
|
|
4065
|
+
"privacy": "private",
|
|
4066
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
4070
4067
|
"inheritedFrom": {
|
|
4071
|
-
"name": "
|
|
4072
|
-
"module": "src/
|
|
4068
|
+
"name": "AnchoredRegion",
|
|
4069
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4073
4070
|
}
|
|
4074
4071
|
},
|
|
4075
4072
|
{
|
|
4076
4073
|
"kind": "field",
|
|
4077
|
-
"name": "
|
|
4078
|
-
"
|
|
4079
|
-
|
|
4080
|
-
},
|
|
4081
|
-
"privacy": "public",
|
|
4082
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4074
|
+
"name": "setVerticalPosition",
|
|
4075
|
+
"privacy": "private",
|
|
4076
|
+
"description": "Set vertical positioning state based on desired position",
|
|
4083
4077
|
"inheritedFrom": {
|
|
4084
|
-
"name": "
|
|
4085
|
-
"module": "src/
|
|
4078
|
+
"name": "AnchoredRegion",
|
|
4079
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4086
4080
|
}
|
|
4087
4081
|
},
|
|
4088
4082
|
{
|
|
4089
4083
|
"kind": "field",
|
|
4090
|
-
"name": "
|
|
4091
|
-
"
|
|
4092
|
-
|
|
4093
|
-
},
|
|
4094
|
-
"privacy": "public",
|
|
4095
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4084
|
+
"name": "getPositioningOptions",
|
|
4085
|
+
"privacy": "private",
|
|
4086
|
+
"description": "Get available positions based on positioning mode",
|
|
4096
4087
|
"inheritedFrom": {
|
|
4097
|
-
"name": "
|
|
4098
|
-
"module": "src/
|
|
4088
|
+
"name": "AnchoredRegion",
|
|
4089
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4099
4090
|
}
|
|
4100
4091
|
},
|
|
4101
4092
|
{
|
|
4102
4093
|
"kind": "field",
|
|
4103
|
-
"name": "
|
|
4104
|
-
"
|
|
4105
|
-
|
|
4106
|
-
},
|
|
4107
|
-
"privacy": "public",
|
|
4108
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4094
|
+
"name": "getAvailableSpace",
|
|
4095
|
+
"privacy": "private",
|
|
4096
|
+
"description": "Get the space available for a particular relative position",
|
|
4109
4097
|
"inheritedFrom": {
|
|
4110
|
-
"name": "
|
|
4111
|
-
"module": "src/
|
|
4098
|
+
"name": "AnchoredRegion",
|
|
4099
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4112
4100
|
}
|
|
4113
4101
|
},
|
|
4114
4102
|
{
|
|
4115
4103
|
"kind": "field",
|
|
4116
|
-
"name": "
|
|
4117
|
-
"
|
|
4118
|
-
|
|
4119
|
-
},
|
|
4120
|
-
"privacy": "public",
|
|
4121
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4104
|
+
"name": "getNextRegionDimension",
|
|
4105
|
+
"privacy": "private",
|
|
4106
|
+
"description": "Get region dimensions",
|
|
4122
4107
|
"inheritedFrom": {
|
|
4123
|
-
"name": "
|
|
4124
|
-
"module": "src/
|
|
4108
|
+
"name": "AnchoredRegion",
|
|
4109
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4125
4110
|
}
|
|
4126
4111
|
},
|
|
4127
4112
|
{
|
|
4128
4113
|
"kind": "field",
|
|
4129
|
-
"name": "
|
|
4130
|
-
"
|
|
4131
|
-
|
|
4132
|
-
},
|
|
4133
|
-
"privacy": "public",
|
|
4134
|
-
"description": "References the root element",
|
|
4114
|
+
"name": "startAutoUpdateEventListeners",
|
|
4115
|
+
"privacy": "private",
|
|
4116
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4135
4117
|
"inheritedFrom": {
|
|
4136
|
-
"name": "
|
|
4137
|
-
"module": "src/
|
|
4118
|
+
"name": "AnchoredRegion",
|
|
4119
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4138
4120
|
}
|
|
4139
4121
|
},
|
|
4140
4122
|
{
|
|
4141
4123
|
"kind": "field",
|
|
4142
|
-
"name": "
|
|
4124
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4143
4125
|
"privacy": "private",
|
|
4144
|
-
"description": "
|
|
4126
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4145
4127
|
"inheritedFrom": {
|
|
4146
|
-
"name": "
|
|
4147
|
-
"module": "src/
|
|
4128
|
+
"name": "AnchoredRegion",
|
|
4129
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4148
4130
|
}
|
|
4149
4131
|
},
|
|
4150
4132
|
{
|
|
@@ -4258,11 +4240,29 @@
|
|
|
4258
4240
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4259
4241
|
}
|
|
4260
4242
|
}
|
|
4243
|
+
],
|
|
4244
|
+
"events": [
|
|
4245
|
+
{
|
|
4246
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4247
|
+
"name": "loaded",
|
|
4248
|
+
"inheritedFrom": {
|
|
4249
|
+
"name": "AnchoredRegion",
|
|
4250
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4251
|
+
}
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4255
|
+
"name": "positionchange",
|
|
4256
|
+
"inheritedFrom": {
|
|
4257
|
+
"name": "AnchoredRegion",
|
|
4258
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4259
|
+
}
|
|
4260
|
+
}
|
|
4261
4261
|
]
|
|
4262
4262
|
},
|
|
4263
4263
|
{
|
|
4264
4264
|
"kind": "variable",
|
|
4265
|
-
"name": "
|
|
4265
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4266
4266
|
"type": {
|
|
4267
4267
|
"text": "ShadowRootInit"
|
|
4268
4268
|
},
|
|
@@ -4270,7 +4270,7 @@
|
|
|
4270
4270
|
},
|
|
4271
4271
|
{
|
|
4272
4272
|
"kind": "variable",
|
|
4273
|
-
"name": "
|
|
4273
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4274
4274
|
"type": {
|
|
4275
4275
|
"text": "object"
|
|
4276
4276
|
},
|
|
@@ -4278,49 +4278,49 @@
|
|
|
4278
4278
|
},
|
|
4279
4279
|
{
|
|
4280
4280
|
"kind": "variable",
|
|
4281
|
-
"name": "
|
|
4282
|
-
"description": "The Foundation
|
|
4281
|
+
"name": "foundationAnchoredRegion",
|
|
4282
|
+
"description": "The Foundation Anchored Region",
|
|
4283
4283
|
"privacy": "public"
|
|
4284
4284
|
}
|
|
4285
4285
|
],
|
|
4286
4286
|
"exports": [
|
|
4287
4287
|
{
|
|
4288
4288
|
"kind": "js",
|
|
4289
|
-
"name": "
|
|
4289
|
+
"name": "AnchoredRegion",
|
|
4290
4290
|
"declaration": {
|
|
4291
|
-
"name": "
|
|
4292
|
-
"module": "src/
|
|
4291
|
+
"name": "AnchoredRegion",
|
|
4292
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4293
4293
|
}
|
|
4294
4294
|
},
|
|
4295
4295
|
{
|
|
4296
4296
|
"kind": "js",
|
|
4297
|
-
"name": "
|
|
4297
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4298
4298
|
"declaration": {
|
|
4299
|
-
"name": "
|
|
4300
|
-
"module": "src/
|
|
4299
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4300
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4301
4301
|
}
|
|
4302
4302
|
},
|
|
4303
4303
|
{
|
|
4304
4304
|
"kind": "js",
|
|
4305
|
-
"name": "
|
|
4305
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4306
4306
|
"declaration": {
|
|
4307
|
-
"name": "
|
|
4308
|
-
"module": "src/
|
|
4307
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4308
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4309
4309
|
}
|
|
4310
4310
|
},
|
|
4311
4311
|
{
|
|
4312
4312
|
"kind": "js",
|
|
4313
|
-
"name": "
|
|
4313
|
+
"name": "foundationAnchoredRegion",
|
|
4314
4314
|
"declaration": {
|
|
4315
|
-
"name": "
|
|
4316
|
-
"module": "src/
|
|
4315
|
+
"name": "foundationAnchoredRegion",
|
|
4316
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4317
4317
|
}
|
|
4318
4318
|
}
|
|
4319
4319
|
]
|
|
4320
4320
|
},
|
|
4321
4321
|
{
|
|
4322
4322
|
"kind": "javascript-module",
|
|
4323
|
-
"path": "src/
|
|
4323
|
+
"path": "src/anchored-region/index.ts",
|
|
4324
4324
|
"declarations": [],
|
|
4325
4325
|
"exports": [
|
|
4326
4326
|
{
|
|
@@ -4328,7 +4328,7 @@
|
|
|
4328
4328
|
"name": "*",
|
|
4329
4329
|
"declaration": {
|
|
4330
4330
|
"name": "*",
|
|
4331
|
-
"package": "./anchor.template"
|
|
4331
|
+
"package": "./anchor-region.template"
|
|
4332
4332
|
}
|
|
4333
4333
|
},
|
|
4334
4334
|
{
|
|
@@ -4336,7 +4336,7 @@
|
|
|
4336
4336
|
"name": "*",
|
|
4337
4337
|
"declaration": {
|
|
4338
4338
|
"name": "*",
|
|
4339
|
-
"package": "./
|
|
4339
|
+
"package": "./anchored-region.styles"
|
|
4340
4340
|
}
|
|
4341
4341
|
},
|
|
4342
4342
|
{
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
"name": "*",
|
|
4345
4345
|
"declaration": {
|
|
4346
4346
|
"name": "*",
|
|
4347
|
-
"package": "./
|
|
4347
|
+
"package": "./anchored-region"
|
|
4348
4348
|
}
|
|
4349
4349
|
}
|
|
4350
4350
|
]
|