@genesislcap/foundation-ui 14.271.1 → 14.271.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1168 -1168
- package/package.json +18 -18
|
@@ -911,6 +911,188 @@
|
|
|
911
911
|
}
|
|
912
912
|
]
|
|
913
913
|
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "javascript-module",
|
|
916
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
917
|
+
"declarations": [
|
|
918
|
+
{
|
|
919
|
+
"kind": "function",
|
|
920
|
+
"name": "foundationAccordionStyles",
|
|
921
|
+
"return": {
|
|
922
|
+
"type": {
|
|
923
|
+
"text": "ElementStyles"
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"parameters": [
|
|
927
|
+
{
|
|
928
|
+
"name": "context",
|
|
929
|
+
"type": {
|
|
930
|
+
"text": "ElementDefinitionContext"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"name": "definition",
|
|
935
|
+
"type": {
|
|
936
|
+
"text": "FoundationElementDefinition"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
]
|
|
940
|
+
}
|
|
941
|
+
],
|
|
942
|
+
"exports": [
|
|
943
|
+
{
|
|
944
|
+
"kind": "js",
|
|
945
|
+
"name": "foundationAccordionStyles",
|
|
946
|
+
"declaration": {
|
|
947
|
+
"name": "foundationAccordionStyles",
|
|
948
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"kind": "javascript-module",
|
|
955
|
+
"path": "src/accordion/accordion.template.ts",
|
|
956
|
+
"declarations": [
|
|
957
|
+
{
|
|
958
|
+
"kind": "function",
|
|
959
|
+
"name": "foundationAccordionTemplate",
|
|
960
|
+
"return": {
|
|
961
|
+
"type": {
|
|
962
|
+
"text": "ViewTemplate<Accordion>"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"parameters": [
|
|
966
|
+
{
|
|
967
|
+
"name": "context",
|
|
968
|
+
"type": {
|
|
969
|
+
"text": "ElementDefinitionContext"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "definition",
|
|
974
|
+
"type": {
|
|
975
|
+
"text": "FoundationElementDefinition"
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
]
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"exports": [
|
|
982
|
+
{
|
|
983
|
+
"kind": "js",
|
|
984
|
+
"name": "foundationAccordionTemplate",
|
|
985
|
+
"declaration": {
|
|
986
|
+
"name": "foundationAccordionTemplate",
|
|
987
|
+
"module": "src/accordion/accordion.template.ts"
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"kind": "javascript-module",
|
|
994
|
+
"path": "src/accordion/accordion.ts",
|
|
995
|
+
"declarations": [
|
|
996
|
+
{
|
|
997
|
+
"kind": "class",
|
|
998
|
+
"description": "",
|
|
999
|
+
"name": "Accordion",
|
|
1000
|
+
"superclass": {
|
|
1001
|
+
"name": "FASTAccordion",
|
|
1002
|
+
"package": "@microsoft/fast-foundation"
|
|
1003
|
+
},
|
|
1004
|
+
"tagName": "%%prefix%%-accordion",
|
|
1005
|
+
"customElement": true
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"kind": "variable",
|
|
1009
|
+
"name": "foundationAccordionShadowOptions",
|
|
1010
|
+
"type": {
|
|
1011
|
+
"text": "ShadowRootInit"
|
|
1012
|
+
},
|
|
1013
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"kind": "variable",
|
|
1017
|
+
"name": "defaultAccordionConfig",
|
|
1018
|
+
"type": {
|
|
1019
|
+
"text": "object"
|
|
1020
|
+
},
|
|
1021
|
+
"default": "{}"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"kind": "variable",
|
|
1025
|
+
"name": "foundationAccordion",
|
|
1026
|
+
"description": "The Foundation Accordion",
|
|
1027
|
+
"privacy": "public"
|
|
1028
|
+
}
|
|
1029
|
+
],
|
|
1030
|
+
"exports": [
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "js",
|
|
1033
|
+
"name": "Accordion",
|
|
1034
|
+
"declaration": {
|
|
1035
|
+
"name": "Accordion",
|
|
1036
|
+
"module": "src/accordion/accordion.ts"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"kind": "js",
|
|
1041
|
+
"name": "foundationAccordionShadowOptions",
|
|
1042
|
+
"declaration": {
|
|
1043
|
+
"name": "foundationAccordionShadowOptions",
|
|
1044
|
+
"module": "src/accordion/accordion.ts"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "js",
|
|
1049
|
+
"name": "defaultAccordionConfig",
|
|
1050
|
+
"declaration": {
|
|
1051
|
+
"name": "defaultAccordionConfig",
|
|
1052
|
+
"module": "src/accordion/accordion.ts"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "js",
|
|
1057
|
+
"name": "foundationAccordion",
|
|
1058
|
+
"declaration": {
|
|
1059
|
+
"name": "foundationAccordion",
|
|
1060
|
+
"module": "src/accordion/accordion.ts"
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"kind": "javascript-module",
|
|
1067
|
+
"path": "src/accordion/index.ts",
|
|
1068
|
+
"declarations": [],
|
|
1069
|
+
"exports": [
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "js",
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"declaration": {
|
|
1074
|
+
"name": "*",
|
|
1075
|
+
"package": "./accordion.template"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "js",
|
|
1080
|
+
"name": "*",
|
|
1081
|
+
"declaration": {
|
|
1082
|
+
"name": "*",
|
|
1083
|
+
"package": "./accordion.styles"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "js",
|
|
1088
|
+
"name": "*",
|
|
1089
|
+
"declaration": {
|
|
1090
|
+
"name": "*",
|
|
1091
|
+
"package": "./accordion"
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
]
|
|
1095
|
+
},
|
|
914
1096
|
{
|
|
915
1097
|
"kind": "javascript-module",
|
|
916
1098
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1307,11 +1489,11 @@
|
|
|
1307
1489
|
},
|
|
1308
1490
|
{
|
|
1309
1491
|
"kind": "javascript-module",
|
|
1310
|
-
"path": "src/
|
|
1492
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1311
1493
|
"declarations": [
|
|
1312
1494
|
{
|
|
1313
1495
|
"kind": "function",
|
|
1314
|
-
"name": "
|
|
1496
|
+
"name": "actionsMenuBaseStyles",
|
|
1315
1497
|
"return": {
|
|
1316
1498
|
"type": {
|
|
1317
1499
|
"text": "ElementStyles"
|
|
@@ -1331,29 +1513,13 @@
|
|
|
1331
1513
|
}
|
|
1332
1514
|
}
|
|
1333
1515
|
]
|
|
1334
|
-
}
|
|
1335
|
-
],
|
|
1336
|
-
"exports": [
|
|
1337
|
-
{
|
|
1338
|
-
"kind": "js",
|
|
1339
|
-
"name": "foundationAccordionStyles",
|
|
1340
|
-
"declaration": {
|
|
1341
|
-
"name": "foundationAccordionStyles",
|
|
1342
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
]
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"kind": "javascript-module",
|
|
1349
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1350
|
-
"declarations": [
|
|
1516
|
+
},
|
|
1351
1517
|
{
|
|
1352
1518
|
"kind": "function",
|
|
1353
|
-
"name": "
|
|
1519
|
+
"name": "foundationActionsMenuStyles",
|
|
1354
1520
|
"return": {
|
|
1355
1521
|
"type": {
|
|
1356
|
-
"text": "
|
|
1522
|
+
"text": "ElementStyles"
|
|
1357
1523
|
}
|
|
1358
1524
|
},
|
|
1359
1525
|
"parameters": [
|
|
@@ -1375,215 +1541,49 @@
|
|
|
1375
1541
|
"exports": [
|
|
1376
1542
|
{
|
|
1377
1543
|
"kind": "js",
|
|
1378
|
-
"name": "
|
|
1544
|
+
"name": "actionsMenuBaseStyles",
|
|
1379
1545
|
"declaration": {
|
|
1380
|
-
"name": "
|
|
1381
|
-
"module": "src/
|
|
1546
|
+
"name": "actionsMenuBaseStyles",
|
|
1547
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "js",
|
|
1552
|
+
"name": "foundationActionsMenuStyles",
|
|
1553
|
+
"declaration": {
|
|
1554
|
+
"name": "foundationActionsMenuStyles",
|
|
1555
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1382
1556
|
}
|
|
1383
1557
|
}
|
|
1384
1558
|
]
|
|
1385
1559
|
},
|
|
1386
1560
|
{
|
|
1387
1561
|
"kind": "javascript-module",
|
|
1388
|
-
"path": "src/
|
|
1562
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1389
1563
|
"declarations": [
|
|
1390
1564
|
{
|
|
1391
|
-
"kind": "
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
"text": "object"
|
|
1414
|
-
},
|
|
1415
|
-
"default": "{}"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"kind": "variable",
|
|
1419
|
-
"name": "foundationAccordion",
|
|
1420
|
-
"description": "The Foundation Accordion",
|
|
1421
|
-
"privacy": "public"
|
|
1422
|
-
}
|
|
1423
|
-
],
|
|
1424
|
-
"exports": [
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "js",
|
|
1427
|
-
"name": "Accordion",
|
|
1428
|
-
"declaration": {
|
|
1429
|
-
"name": "Accordion",
|
|
1430
|
-
"module": "src/accordion/accordion.ts"
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "js",
|
|
1435
|
-
"name": "foundationAccordionShadowOptions",
|
|
1436
|
-
"declaration": {
|
|
1437
|
-
"name": "foundationAccordionShadowOptions",
|
|
1438
|
-
"module": "src/accordion/accordion.ts"
|
|
1439
|
-
}
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "js",
|
|
1443
|
-
"name": "defaultAccordionConfig",
|
|
1444
|
-
"declaration": {
|
|
1445
|
-
"name": "defaultAccordionConfig",
|
|
1446
|
-
"module": "src/accordion/accordion.ts"
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"kind": "js",
|
|
1451
|
-
"name": "foundationAccordion",
|
|
1452
|
-
"declaration": {
|
|
1453
|
-
"name": "foundationAccordion",
|
|
1454
|
-
"module": "src/accordion/accordion.ts"
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
|
-
]
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"kind": "javascript-module",
|
|
1461
|
-
"path": "src/accordion/index.ts",
|
|
1462
|
-
"declarations": [],
|
|
1463
|
-
"exports": [
|
|
1464
|
-
{
|
|
1465
|
-
"kind": "js",
|
|
1466
|
-
"name": "*",
|
|
1467
|
-
"declaration": {
|
|
1468
|
-
"name": "*",
|
|
1469
|
-
"package": "./accordion.template"
|
|
1470
|
-
}
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"kind": "js",
|
|
1474
|
-
"name": "*",
|
|
1475
|
-
"declaration": {
|
|
1476
|
-
"name": "*",
|
|
1477
|
-
"package": "./accordion.styles"
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"kind": "js",
|
|
1482
|
-
"name": "*",
|
|
1483
|
-
"declaration": {
|
|
1484
|
-
"name": "*",
|
|
1485
|
-
"package": "./accordion"
|
|
1486
|
-
}
|
|
1487
|
-
}
|
|
1488
|
-
]
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"kind": "javascript-module",
|
|
1492
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1493
|
-
"declarations": [
|
|
1494
|
-
{
|
|
1495
|
-
"kind": "function",
|
|
1496
|
-
"name": "actionsMenuBaseStyles",
|
|
1497
|
-
"return": {
|
|
1498
|
-
"type": {
|
|
1499
|
-
"text": "ElementStyles"
|
|
1500
|
-
}
|
|
1501
|
-
},
|
|
1502
|
-
"parameters": [
|
|
1503
|
-
{
|
|
1504
|
-
"name": "context",
|
|
1505
|
-
"type": {
|
|
1506
|
-
"text": "ElementDefinitionContext"
|
|
1507
|
-
}
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "definition",
|
|
1511
|
-
"type": {
|
|
1512
|
-
"text": "FoundationElementDefinition"
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1515
|
-
]
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "function",
|
|
1519
|
-
"name": "foundationActionsMenuStyles",
|
|
1520
|
-
"return": {
|
|
1521
|
-
"type": {
|
|
1522
|
-
"text": "ElementStyles"
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
"parameters": [
|
|
1526
|
-
{
|
|
1527
|
-
"name": "context",
|
|
1528
|
-
"type": {
|
|
1529
|
-
"text": "ElementDefinitionContext"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "definition",
|
|
1534
|
-
"type": {
|
|
1535
|
-
"text": "FoundationElementDefinition"
|
|
1536
|
-
}
|
|
1537
|
-
}
|
|
1538
|
-
]
|
|
1539
|
-
}
|
|
1540
|
-
],
|
|
1541
|
-
"exports": [
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "js",
|
|
1544
|
-
"name": "actionsMenuBaseStyles",
|
|
1545
|
-
"declaration": {
|
|
1546
|
-
"name": "actionsMenuBaseStyles",
|
|
1547
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"kind": "js",
|
|
1552
|
-
"name": "foundationActionsMenuStyles",
|
|
1553
|
-
"declaration": {
|
|
1554
|
-
"name": "foundationActionsMenuStyles",
|
|
1555
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1556
|
-
}
|
|
1557
|
-
}
|
|
1558
|
-
]
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"kind": "javascript-module",
|
|
1562
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1563
|
-
"declarations": [
|
|
1564
|
-
{
|
|
1565
|
-
"kind": "function",
|
|
1566
|
-
"name": "menuTemplate",
|
|
1567
|
-
"parameters": [
|
|
1568
|
-
{
|
|
1569
|
-
"name": "prefix",
|
|
1570
|
-
"type": {
|
|
1571
|
-
"text": "string"
|
|
1572
|
-
}
|
|
1573
|
-
}
|
|
1574
|
-
]
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"kind": "function",
|
|
1578
|
-
"name": "singleOptionTemplate",
|
|
1579
|
-
"parameters": [
|
|
1580
|
-
{
|
|
1581
|
-
"name": "prefix",
|
|
1582
|
-
"type": {
|
|
1583
|
-
"text": "string"
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
]
|
|
1565
|
+
"kind": "function",
|
|
1566
|
+
"name": "menuTemplate",
|
|
1567
|
+
"parameters": [
|
|
1568
|
+
{
|
|
1569
|
+
"name": "prefix",
|
|
1570
|
+
"type": {
|
|
1571
|
+
"text": "string"
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "function",
|
|
1578
|
+
"name": "singleOptionTemplate",
|
|
1579
|
+
"parameters": [
|
|
1580
|
+
{
|
|
1581
|
+
"name": "prefix",
|
|
1582
|
+
"type": {
|
|
1583
|
+
"text": "string"
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
]
|
|
1587
1587
|
},
|
|
1588
1588
|
{
|
|
1589
1589
|
"kind": "variable",
|
|
@@ -2048,14 +2048,14 @@
|
|
|
2048
2048
|
},
|
|
2049
2049
|
{
|
|
2050
2050
|
"kind": "javascript-module",
|
|
2051
|
-
"path": "src/
|
|
2051
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2052
2052
|
"declarations": [
|
|
2053
2053
|
{
|
|
2054
2054
|
"kind": "function",
|
|
2055
|
-
"name": "
|
|
2055
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2056
2056
|
"return": {
|
|
2057
2057
|
"type": {
|
|
2058
|
-
"text": "
|
|
2058
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2059
2059
|
}
|
|
2060
2060
|
},
|
|
2061
2061
|
"parameters": [
|
|
@@ -2077,24 +2077,24 @@
|
|
|
2077
2077
|
"exports": [
|
|
2078
2078
|
{
|
|
2079
2079
|
"kind": "js",
|
|
2080
|
-
"name": "
|
|
2080
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2081
2081
|
"declaration": {
|
|
2082
|
-
"name": "
|
|
2083
|
-
"module": "src/
|
|
2082
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2083
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2084
2084
|
}
|
|
2085
2085
|
}
|
|
2086
2086
|
]
|
|
2087
2087
|
},
|
|
2088
2088
|
{
|
|
2089
2089
|
"kind": "javascript-module",
|
|
2090
|
-
"path": "src/
|
|
2090
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2091
2091
|
"declarations": [
|
|
2092
2092
|
{
|
|
2093
2093
|
"kind": "function",
|
|
2094
|
-
"name": "
|
|
2094
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2095
2095
|
"return": {
|
|
2096
2096
|
"type": {
|
|
2097
|
-
"text": "
|
|
2097
|
+
"text": "ElementStyles"
|
|
2098
2098
|
}
|
|
2099
2099
|
},
|
|
2100
2100
|
"parameters": [
|
|
@@ -2116,766 +2116,664 @@
|
|
|
2116
2116
|
"exports": [
|
|
2117
2117
|
{
|
|
2118
2118
|
"kind": "js",
|
|
2119
|
-
"name": "
|
|
2119
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2120
2120
|
"declaration": {
|
|
2121
|
-
"name": "
|
|
2122
|
-
"module": "src/
|
|
2121
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2122
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2123
2123
|
}
|
|
2124
2124
|
}
|
|
2125
2125
|
]
|
|
2126
2126
|
},
|
|
2127
2127
|
{
|
|
2128
2128
|
"kind": "javascript-module",
|
|
2129
|
-
"path": "src/
|
|
2129
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2130
2130
|
"declarations": [
|
|
2131
2131
|
{
|
|
2132
2132
|
"kind": "class",
|
|
2133
2133
|
"description": "",
|
|
2134
|
-
"name": "
|
|
2134
|
+
"name": "AnchoredRegion",
|
|
2135
2135
|
"superclass": {
|
|
2136
|
-
"name": "
|
|
2136
|
+
"name": "FASTAnchoredRegion",
|
|
2137
2137
|
"package": "@microsoft/fast-components"
|
|
2138
2138
|
},
|
|
2139
|
-
"tagName": "%%prefix%%-
|
|
2139
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2140
2140
|
"customElement": true,
|
|
2141
2141
|
"attributes": [
|
|
2142
2142
|
{
|
|
2143
|
-
"name": "
|
|
2143
|
+
"name": "anchor",
|
|
2144
2144
|
"type": {
|
|
2145
2145
|
"text": "string"
|
|
2146
2146
|
},
|
|
2147
|
-
"
|
|
2148
|
-
"
|
|
2147
|
+
"default": "\"\"",
|
|
2148
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2149
|
+
"fieldName": "anchor",
|
|
2149
2150
|
"inheritedFrom": {
|
|
2150
|
-
"name": "
|
|
2151
|
-
"module": "src/
|
|
2151
|
+
"name": "AnchoredRegion",
|
|
2152
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2152
2153
|
}
|
|
2153
2154
|
},
|
|
2154
2155
|
{
|
|
2155
|
-
"name": "
|
|
2156
|
+
"name": "viewport",
|
|
2156
2157
|
"type": {
|
|
2157
2158
|
"text": "string"
|
|
2158
2159
|
},
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2160
|
+
"default": "\"\"",
|
|
2161
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2162
|
+
"fieldName": "viewport",
|
|
2161
2163
|
"inheritedFrom": {
|
|
2162
|
-
"name": "
|
|
2163
|
-
"module": "src/
|
|
2164
|
+
"name": "AnchoredRegion",
|
|
2165
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2164
2166
|
}
|
|
2165
2167
|
},
|
|
2166
2168
|
{
|
|
2167
|
-
"name": "
|
|
2169
|
+
"name": "horizontal-positioning-mode",
|
|
2168
2170
|
"type": {
|
|
2169
|
-
"text": "
|
|
2171
|
+
"text": "AxisPositioningMode"
|
|
2170
2172
|
},
|
|
2171
|
-
"
|
|
2172
|
-
"
|
|
2173
|
+
"default": "\"uncontrolled\"",
|
|
2174
|
+
"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",
|
|
2175
|
+
"fieldName": "horizontalPositioningMode",
|
|
2173
2176
|
"inheritedFrom": {
|
|
2174
|
-
"name": "
|
|
2175
|
-
"module": "src/
|
|
2177
|
+
"name": "AnchoredRegion",
|
|
2178
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2176
2179
|
}
|
|
2177
2180
|
},
|
|
2178
2181
|
{
|
|
2179
|
-
"name": "
|
|
2182
|
+
"name": "horizontal-default-position",
|
|
2180
2183
|
"type": {
|
|
2181
|
-
"text": "
|
|
2184
|
+
"text": "HorizontalPosition"
|
|
2182
2185
|
},
|
|
2183
|
-
"
|
|
2184
|
-
"
|
|
2186
|
+
"default": "\"unset\"",
|
|
2187
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2188
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2185
2189
|
"inheritedFrom": {
|
|
2186
|
-
"name": "
|
|
2187
|
-
"module": "src/
|
|
2190
|
+
"name": "AnchoredRegion",
|
|
2191
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2188
2192
|
}
|
|
2189
2193
|
},
|
|
2190
2194
|
{
|
|
2191
|
-
"name": "
|
|
2195
|
+
"name": "horizontal-viewport-lock",
|
|
2192
2196
|
"type": {
|
|
2193
|
-
"text": "
|
|
2197
|
+
"text": "boolean"
|
|
2194
2198
|
},
|
|
2195
|
-
"
|
|
2196
|
-
"
|
|
2199
|
+
"default": "false",
|
|
2200
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2201
|
+
"fieldName": "horizontalViewportLock",
|
|
2197
2202
|
"inheritedFrom": {
|
|
2198
|
-
"name": "
|
|
2199
|
-
"module": "src/
|
|
2203
|
+
"name": "AnchoredRegion",
|
|
2204
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2200
2205
|
}
|
|
2201
2206
|
},
|
|
2202
2207
|
{
|
|
2203
|
-
"name": "
|
|
2208
|
+
"name": "horizontal-inset",
|
|
2204
2209
|
"type": {
|
|
2205
|
-
"text": "
|
|
2210
|
+
"text": "boolean"
|
|
2206
2211
|
},
|
|
2207
|
-
"
|
|
2208
|
-
"
|
|
2212
|
+
"default": "false",
|
|
2213
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2214
|
+
"fieldName": "horizontalInset",
|
|
2209
2215
|
"inheritedFrom": {
|
|
2210
|
-
"name": "
|
|
2211
|
-
"module": "src/
|
|
2216
|
+
"name": "AnchoredRegion",
|
|
2217
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2212
2218
|
}
|
|
2213
2219
|
},
|
|
2214
2220
|
{
|
|
2215
|
-
"name": "
|
|
2221
|
+
"name": "horizontal-threshold",
|
|
2216
2222
|
"type": {
|
|
2217
|
-
"text": "
|
|
2223
|
+
"text": "number"
|
|
2218
2224
|
},
|
|
2219
|
-
"description": "
|
|
2220
|
-
"fieldName": "
|
|
2225
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2226
|
+
"fieldName": "horizontalThreshold",
|
|
2221
2227
|
"inheritedFrom": {
|
|
2222
|
-
"name": "
|
|
2223
|
-
"module": "src/
|
|
2228
|
+
"name": "AnchoredRegion",
|
|
2229
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2224
2230
|
}
|
|
2225
2231
|
},
|
|
2226
2232
|
{
|
|
2227
|
-
"name": "
|
|
2233
|
+
"name": "horizontal-scaling",
|
|
2228
2234
|
"type": {
|
|
2229
|
-
"text": "
|
|
2235
|
+
"text": "AxisScalingMode"
|
|
2230
2236
|
},
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2237
|
+
"default": "\"content\"",
|
|
2238
|
+
"description": "Defines how the width of the region is calculated",
|
|
2239
|
+
"fieldName": "horizontalScaling",
|
|
2233
2240
|
"inheritedFrom": {
|
|
2234
|
-
"name": "
|
|
2235
|
-
"module": "src/
|
|
2241
|
+
"name": "AnchoredRegion",
|
|
2242
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2236
2243
|
}
|
|
2237
|
-
}
|
|
2238
|
-
],
|
|
2239
|
-
"members": [
|
|
2244
|
+
},
|
|
2240
2245
|
{
|
|
2241
|
-
"
|
|
2242
|
-
"name": "download",
|
|
2246
|
+
"name": "vertical-positioning-mode",
|
|
2243
2247
|
"type": {
|
|
2244
|
-
"text": "
|
|
2248
|
+
"text": "AxisPositioningMode"
|
|
2245
2249
|
},
|
|
2246
|
-
"
|
|
2247
|
-
"description": "
|
|
2250
|
+
"default": "\"uncontrolled\"",
|
|
2251
|
+
"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",
|
|
2252
|
+
"fieldName": "verticalPositioningMode",
|
|
2248
2253
|
"inheritedFrom": {
|
|
2249
|
-
"name": "
|
|
2250
|
-
"module": "src/
|
|
2254
|
+
"name": "AnchoredRegion",
|
|
2255
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2251
2256
|
}
|
|
2252
2257
|
},
|
|
2253
2258
|
{
|
|
2254
|
-
"
|
|
2255
|
-
"name": "href",
|
|
2259
|
+
"name": "vertical-default-position",
|
|
2256
2260
|
"type": {
|
|
2257
|
-
"text": "
|
|
2261
|
+
"text": "VerticalPosition"
|
|
2258
2262
|
},
|
|
2259
|
-
"
|
|
2260
|
-
"description": "The
|
|
2263
|
+
"default": "\"unset\"",
|
|
2264
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2265
|
+
"fieldName": "verticalDefaultPosition",
|
|
2261
2266
|
"inheritedFrom": {
|
|
2262
|
-
"name": "
|
|
2263
|
-
"module": "src/
|
|
2267
|
+
"name": "AnchoredRegion",
|
|
2268
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2264
2269
|
}
|
|
2265
2270
|
},
|
|
2266
2271
|
{
|
|
2267
|
-
"
|
|
2268
|
-
"name": "hreflang",
|
|
2272
|
+
"name": "vertical-viewport-lock",
|
|
2269
2273
|
"type": {
|
|
2270
|
-
"text": "
|
|
2274
|
+
"text": "boolean"
|
|
2271
2275
|
},
|
|
2272
|
-
"
|
|
2273
|
-
"description": "
|
|
2276
|
+
"default": "false",
|
|
2277
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2278
|
+
"fieldName": "verticalViewportLock",
|
|
2274
2279
|
"inheritedFrom": {
|
|
2275
|
-
"name": "
|
|
2276
|
-
"module": "src/
|
|
2280
|
+
"name": "AnchoredRegion",
|
|
2281
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2277
2282
|
}
|
|
2278
2283
|
},
|
|
2279
2284
|
{
|
|
2280
|
-
"
|
|
2281
|
-
"name": "ping",
|
|
2285
|
+
"name": "vertical-inset",
|
|
2282
2286
|
"type": {
|
|
2283
|
-
"text": "
|
|
2287
|
+
"text": "boolean"
|
|
2284
2288
|
},
|
|
2285
|
-
"
|
|
2286
|
-
"description": "
|
|
2289
|
+
"default": "false",
|
|
2290
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2291
|
+
"fieldName": "verticalInset",
|
|
2287
2292
|
"inheritedFrom": {
|
|
2288
|
-
"name": "
|
|
2289
|
-
"module": "src/
|
|
2293
|
+
"name": "AnchoredRegion",
|
|
2294
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2290
2295
|
}
|
|
2291
2296
|
},
|
|
2292
2297
|
{
|
|
2293
|
-
"
|
|
2294
|
-
"name": "referrerpolicy",
|
|
2298
|
+
"name": "vertical-threshold",
|
|
2295
2299
|
"type": {
|
|
2296
|
-
"text": "
|
|
2300
|
+
"text": "number"
|
|
2297
2301
|
},
|
|
2298
|
-
"
|
|
2299
|
-
"
|
|
2302
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2303
|
+
"fieldName": "verticalThreshold",
|
|
2300
2304
|
"inheritedFrom": {
|
|
2301
|
-
"name": "
|
|
2302
|
-
"module": "src/
|
|
2305
|
+
"name": "AnchoredRegion",
|
|
2306
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2303
2307
|
}
|
|
2304
2308
|
},
|
|
2305
2309
|
{
|
|
2306
|
-
"
|
|
2307
|
-
"name": "rel",
|
|
2310
|
+
"name": "vertical-scaling",
|
|
2308
2311
|
"type": {
|
|
2309
|
-
"text": "
|
|
2312
|
+
"text": "AxisScalingMode"
|
|
2310
2313
|
},
|
|
2311
|
-
"
|
|
2312
|
-
"description": "
|
|
2314
|
+
"default": "\"content\"",
|
|
2315
|
+
"description": "Defines how the height of the region is calculated",
|
|
2316
|
+
"fieldName": "verticalScaling",
|
|
2313
2317
|
"inheritedFrom": {
|
|
2314
|
-
"name": "
|
|
2315
|
-
"module": "src/
|
|
2318
|
+
"name": "AnchoredRegion",
|
|
2319
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2316
2320
|
}
|
|
2317
2321
|
},
|
|
2318
2322
|
{
|
|
2319
|
-
"
|
|
2320
|
-
"name": "target",
|
|
2323
|
+
"name": "fixed-placement",
|
|
2321
2324
|
"type": {
|
|
2322
|
-
"text": "
|
|
2325
|
+
"text": "boolean"
|
|
2323
2326
|
},
|
|
2324
|
-
"
|
|
2325
|
-
"description": "
|
|
2327
|
+
"default": "false",
|
|
2328
|
+
"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,",
|
|
2329
|
+
"fieldName": "fixedPlacement",
|
|
2326
2330
|
"inheritedFrom": {
|
|
2327
|
-
"name": "
|
|
2328
|
-
"module": "src/
|
|
2331
|
+
"name": "AnchoredRegion",
|
|
2332
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2329
2333
|
}
|
|
2330
2334
|
},
|
|
2331
2335
|
{
|
|
2332
|
-
"
|
|
2333
|
-
"name": "type",
|
|
2336
|
+
"name": "auto-update-mode",
|
|
2334
2337
|
"type": {
|
|
2335
|
-
"text": "
|
|
2338
|
+
"text": "AutoUpdateMode"
|
|
2336
2339
|
},
|
|
2337
|
-
"
|
|
2338
|
-
"description": "
|
|
2340
|
+
"default": "\"anchor\"",
|
|
2341
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2342
|
+
"fieldName": "autoUpdateMode",
|
|
2339
2343
|
"inheritedFrom": {
|
|
2340
|
-
"name": "
|
|
2341
|
-
"module": "src/
|
|
2344
|
+
"name": "AnchoredRegion",
|
|
2345
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2342
2346
|
}
|
|
2343
|
-
}
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
2349
|
+
"members": [
|
|
2344
2350
|
{
|
|
2345
2351
|
"kind": "field",
|
|
2346
|
-
"name": "
|
|
2352
|
+
"name": "anchor",
|
|
2347
2353
|
"type": {
|
|
2348
|
-
"text": "
|
|
2354
|
+
"text": "string"
|
|
2349
2355
|
},
|
|
2350
2356
|
"privacy": "public",
|
|
2351
|
-
"
|
|
2357
|
+
"default": "\"\"",
|
|
2358
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2352
2359
|
"inheritedFrom": {
|
|
2353
|
-
"name": "
|
|
2354
|
-
"module": "src/
|
|
2360
|
+
"name": "AnchoredRegion",
|
|
2361
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2355
2362
|
}
|
|
2356
2363
|
},
|
|
2357
2364
|
{
|
|
2358
|
-
"kind": "
|
|
2359
|
-
"name": "
|
|
2365
|
+
"kind": "method",
|
|
2366
|
+
"name": "anchorChanged",
|
|
2360
2367
|
"privacy": "private",
|
|
2361
|
-
"
|
|
2368
|
+
"return": {
|
|
2369
|
+
"type": {
|
|
2370
|
+
"text": "void"
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2362
2373
|
"inheritedFrom": {
|
|
2363
|
-
"name": "
|
|
2364
|
-
"module": "src/
|
|
2374
|
+
"name": "AnchoredRegion",
|
|
2375
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2365
2376
|
}
|
|
2366
2377
|
},
|
|
2367
2378
|
{
|
|
2368
2379
|
"kind": "field",
|
|
2369
|
-
"name": "
|
|
2380
|
+
"name": "viewport",
|
|
2370
2381
|
"type": {
|
|
2371
|
-
"text": "
|
|
2382
|
+
"text": "string"
|
|
2372
2383
|
},
|
|
2373
|
-
"privacy": "
|
|
2374
|
-
"default": "
|
|
2384
|
+
"privacy": "public",
|
|
2385
|
+
"default": "\"\"",
|
|
2386
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2375
2387
|
"inheritedFrom": {
|
|
2376
|
-
"name": "
|
|
2377
|
-
"module": "src/
|
|
2388
|
+
"name": "AnchoredRegion",
|
|
2389
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2378
2390
|
}
|
|
2379
2391
|
},
|
|
2380
2392
|
{
|
|
2381
|
-
"kind": "
|
|
2382
|
-
"name": "
|
|
2383
|
-
"
|
|
2384
|
-
|
|
2393
|
+
"kind": "method",
|
|
2394
|
+
"name": "viewportChanged",
|
|
2395
|
+
"privacy": "private",
|
|
2396
|
+
"return": {
|
|
2397
|
+
"type": {
|
|
2398
|
+
"text": "void"
|
|
2399
|
+
}
|
|
2385
2400
|
},
|
|
2386
|
-
"privacy": "public",
|
|
2387
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2388
2401
|
"inheritedFrom": {
|
|
2389
|
-
"name": "
|
|
2390
|
-
"module": "src/
|
|
2402
|
+
"name": "AnchoredRegion",
|
|
2403
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2391
2404
|
}
|
|
2392
2405
|
},
|
|
2393
2406
|
{
|
|
2394
2407
|
"kind": "field",
|
|
2395
|
-
"name": "
|
|
2408
|
+
"name": "horizontalPositioningMode",
|
|
2396
2409
|
"type": {
|
|
2397
|
-
"text": "
|
|
2410
|
+
"text": "AxisPositioningMode"
|
|
2398
2411
|
},
|
|
2399
2412
|
"privacy": "public",
|
|
2400
|
-
"
|
|
2413
|
+
"default": "\"uncontrolled\"",
|
|
2414
|
+
"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",
|
|
2401
2415
|
"inheritedFrom": {
|
|
2402
|
-
"name": "
|
|
2403
|
-
"module": "src/
|
|
2416
|
+
"name": "AnchoredRegion",
|
|
2417
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2404
2418
|
}
|
|
2405
2419
|
},
|
|
2406
2420
|
{
|
|
2407
2421
|
"kind": "method",
|
|
2408
|
-
"name": "
|
|
2409
|
-
"privacy": "
|
|
2422
|
+
"name": "horizontalPositioningModeChanged",
|
|
2423
|
+
"privacy": "private",
|
|
2410
2424
|
"return": {
|
|
2411
2425
|
"type": {
|
|
2412
2426
|
"text": "void"
|
|
2413
2427
|
}
|
|
2414
2428
|
},
|
|
2415
2429
|
"inheritedFrom": {
|
|
2416
|
-
"name": "
|
|
2417
|
-
"module": "src/
|
|
2430
|
+
"name": "AnchoredRegion",
|
|
2431
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2418
2432
|
}
|
|
2419
2433
|
},
|
|
2420
2434
|
{
|
|
2421
2435
|
"kind": "field",
|
|
2422
|
-
"name": "
|
|
2436
|
+
"name": "horizontalDefaultPosition",
|
|
2423
2437
|
"type": {
|
|
2424
|
-
"text": "
|
|
2438
|
+
"text": "HorizontalPosition"
|
|
2425
2439
|
},
|
|
2426
2440
|
"privacy": "public",
|
|
2427
|
-
"
|
|
2441
|
+
"default": "\"unset\"",
|
|
2442
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2428
2443
|
"inheritedFrom": {
|
|
2429
|
-
"name": "
|
|
2430
|
-
"module": "src/
|
|
2444
|
+
"name": "AnchoredRegion",
|
|
2445
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2431
2446
|
}
|
|
2432
2447
|
},
|
|
2433
2448
|
{
|
|
2434
2449
|
"kind": "method",
|
|
2435
|
-
"name": "
|
|
2436
|
-
"privacy": "
|
|
2450
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2451
|
+
"privacy": "private",
|
|
2437
2452
|
"return": {
|
|
2438
2453
|
"type": {
|
|
2439
2454
|
"text": "void"
|
|
2440
2455
|
}
|
|
2441
2456
|
},
|
|
2442
2457
|
"inheritedFrom": {
|
|
2443
|
-
"name": "
|
|
2444
|
-
"module": "src/
|
|
2458
|
+
"name": "AnchoredRegion",
|
|
2459
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2445
2460
|
}
|
|
2446
2461
|
},
|
|
2447
2462
|
{
|
|
2448
|
-
"kind": "
|
|
2449
|
-
"name": "
|
|
2463
|
+
"kind": "field",
|
|
2464
|
+
"name": "horizontalViewportLock",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "boolean"
|
|
2467
|
+
},
|
|
2450
2468
|
"privacy": "public",
|
|
2451
|
-
"
|
|
2469
|
+
"default": "false",
|
|
2470
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2471
|
+
"inheritedFrom": {
|
|
2472
|
+
"name": "AnchoredRegion",
|
|
2473
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2474
|
+
}
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"kind": "method",
|
|
2478
|
+
"name": "horizontalViewportLockChanged",
|
|
2479
|
+
"privacy": "private",
|
|
2452
2480
|
"return": {
|
|
2453
2481
|
"type": {
|
|
2454
|
-
"text": "
|
|
2482
|
+
"text": "void"
|
|
2455
2483
|
}
|
|
2456
2484
|
},
|
|
2457
|
-
"parameters": [
|
|
2458
|
-
{
|
|
2459
|
-
"name": "this",
|
|
2460
|
-
"type": {
|
|
2461
|
-
"text": "K"
|
|
2462
|
-
}
|
|
2463
|
-
},
|
|
2464
|
-
{
|
|
2465
|
-
"name": "elementDefinition",
|
|
2466
|
-
"type": {
|
|
2467
|
-
"text": "T"
|
|
2468
|
-
},
|
|
2469
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2470
|
-
}
|
|
2471
|
-
],
|
|
2472
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2473
2485
|
"inheritedFrom": {
|
|
2474
|
-
"name": "
|
|
2475
|
-
"module": "src/
|
|
2486
|
+
"name": "AnchoredRegion",
|
|
2487
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2476
2488
|
}
|
|
2477
|
-
}
|
|
2478
|
-
]
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"kind": "variable",
|
|
2482
|
-
"name": "foundationAnchorShadowOptions",
|
|
2483
|
-
"type": {
|
|
2484
|
-
"text": "ShadowRootInit"
|
|
2485
|
-
},
|
|
2486
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2487
|
-
},
|
|
2488
|
-
{
|
|
2489
|
-
"kind": "variable",
|
|
2490
|
-
"name": "defaultAnchorConfig",
|
|
2491
|
-
"type": {
|
|
2492
|
-
"text": "object"
|
|
2493
|
-
},
|
|
2494
|
-
"default": "{}"
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"kind": "variable",
|
|
2498
|
-
"name": "foundationAnchor",
|
|
2499
|
-
"description": "The Foundation Anchor",
|
|
2500
|
-
"privacy": "public"
|
|
2501
|
-
}
|
|
2502
|
-
],
|
|
2503
|
-
"exports": [
|
|
2504
|
-
{
|
|
2505
|
-
"kind": "js",
|
|
2506
|
-
"name": "Anchor",
|
|
2507
|
-
"declaration": {
|
|
2508
|
-
"name": "Anchor",
|
|
2509
|
-
"module": "src/anchor/anchor.ts"
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"kind": "js",
|
|
2514
|
-
"name": "foundationAnchorShadowOptions",
|
|
2515
|
-
"declaration": {
|
|
2516
|
-
"name": "foundationAnchorShadowOptions",
|
|
2517
|
-
"module": "src/anchor/anchor.ts"
|
|
2518
|
-
}
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "js",
|
|
2522
|
-
"name": "defaultAnchorConfig",
|
|
2523
|
-
"declaration": {
|
|
2524
|
-
"name": "defaultAnchorConfig",
|
|
2525
|
-
"module": "src/anchor/anchor.ts"
|
|
2526
|
-
}
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"kind": "js",
|
|
2530
|
-
"name": "foundationAnchor",
|
|
2531
|
-
"declaration": {
|
|
2532
|
-
"name": "foundationAnchor",
|
|
2533
|
-
"module": "src/anchor/anchor.ts"
|
|
2534
|
-
}
|
|
2535
|
-
}
|
|
2536
|
-
]
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"kind": "javascript-module",
|
|
2540
|
-
"path": "src/anchor/index.ts",
|
|
2541
|
-
"declarations": [],
|
|
2542
|
-
"exports": [
|
|
2543
|
-
{
|
|
2544
|
-
"kind": "js",
|
|
2545
|
-
"name": "*",
|
|
2546
|
-
"declaration": {
|
|
2547
|
-
"name": "*",
|
|
2548
|
-
"package": "./anchor.template"
|
|
2549
|
-
}
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"kind": "js",
|
|
2553
|
-
"name": "*",
|
|
2554
|
-
"declaration": {
|
|
2555
|
-
"name": "*",
|
|
2556
|
-
"package": "./anchor.styles"
|
|
2557
|
-
}
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"kind": "js",
|
|
2561
|
-
"name": "*",
|
|
2562
|
-
"declaration": {
|
|
2563
|
-
"name": "*",
|
|
2564
|
-
"package": "./anchor"
|
|
2565
|
-
}
|
|
2566
|
-
}
|
|
2567
|
-
]
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"kind": "javascript-module",
|
|
2571
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2572
|
-
"declarations": [
|
|
2573
|
-
{
|
|
2574
|
-
"kind": "function",
|
|
2575
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2576
|
-
"return": {
|
|
2577
|
-
"type": {
|
|
2578
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
"parameters": [
|
|
2489
|
+
},
|
|
2582
2490
|
{
|
|
2583
|
-
"
|
|
2491
|
+
"kind": "field",
|
|
2492
|
+
"name": "horizontalInset",
|
|
2584
2493
|
"type": {
|
|
2585
|
-
"text": "
|
|
2494
|
+
"text": "boolean"
|
|
2495
|
+
},
|
|
2496
|
+
"privacy": "public",
|
|
2497
|
+
"default": "false",
|
|
2498
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2499
|
+
"inheritedFrom": {
|
|
2500
|
+
"name": "AnchoredRegion",
|
|
2501
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2586
2502
|
}
|
|
2587
2503
|
},
|
|
2588
2504
|
{
|
|
2589
|
-
"
|
|
2590
|
-
"
|
|
2591
|
-
|
|
2505
|
+
"kind": "method",
|
|
2506
|
+
"name": "horizontalInsetChanged",
|
|
2507
|
+
"privacy": "private",
|
|
2508
|
+
"return": {
|
|
2509
|
+
"type": {
|
|
2510
|
+
"text": "void"
|
|
2511
|
+
}
|
|
2512
|
+
},
|
|
2513
|
+
"inheritedFrom": {
|
|
2514
|
+
"name": "AnchoredRegion",
|
|
2515
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2592
2516
|
}
|
|
2593
|
-
}
|
|
2594
|
-
]
|
|
2595
|
-
}
|
|
2596
|
-
],
|
|
2597
|
-
"exports": [
|
|
2598
|
-
{
|
|
2599
|
-
"kind": "js",
|
|
2600
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2601
|
-
"declaration": {
|
|
2602
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2603
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2604
|
-
}
|
|
2605
|
-
}
|
|
2606
|
-
]
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"kind": "javascript-module",
|
|
2610
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2611
|
-
"declarations": [
|
|
2612
|
-
{
|
|
2613
|
-
"kind": "function",
|
|
2614
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2615
|
-
"return": {
|
|
2616
|
-
"type": {
|
|
2617
|
-
"text": "ElementStyles"
|
|
2618
|
-
}
|
|
2619
|
-
},
|
|
2620
|
-
"parameters": [
|
|
2517
|
+
},
|
|
2621
2518
|
{
|
|
2622
|
-
"
|
|
2519
|
+
"kind": "field",
|
|
2520
|
+
"name": "horizontalThreshold",
|
|
2623
2521
|
"type": {
|
|
2624
|
-
"text": "
|
|
2522
|
+
"text": "number"
|
|
2523
|
+
},
|
|
2524
|
+
"privacy": "public",
|
|
2525
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2526
|
+
"inheritedFrom": {
|
|
2527
|
+
"name": "AnchoredRegion",
|
|
2528
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2625
2529
|
}
|
|
2626
2530
|
},
|
|
2627
2531
|
{
|
|
2628
|
-
"
|
|
2532
|
+
"kind": "method",
|
|
2533
|
+
"name": "horizontalThresholdChanged",
|
|
2534
|
+
"privacy": "private",
|
|
2535
|
+
"return": {
|
|
2536
|
+
"type": {
|
|
2537
|
+
"text": "void"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
"inheritedFrom": {
|
|
2541
|
+
"name": "AnchoredRegion",
|
|
2542
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2543
|
+
}
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"kind": "field",
|
|
2547
|
+
"name": "horizontalScaling",
|
|
2629
2548
|
"type": {
|
|
2630
|
-
"text": "
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
"kind": "js",
|
|
2639
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2640
|
-
"declaration": {
|
|
2641
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2642
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2643
|
-
}
|
|
2644
|
-
}
|
|
2645
|
-
]
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"kind": "javascript-module",
|
|
2649
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
2650
|
-
"declarations": [
|
|
2651
|
-
{
|
|
2652
|
-
"kind": "class",
|
|
2653
|
-
"description": "",
|
|
2654
|
-
"name": "AnchoredRegion",
|
|
2655
|
-
"superclass": {
|
|
2656
|
-
"name": "FASTAnchoredRegion",
|
|
2657
|
-
"package": "@microsoft/fast-components"
|
|
2658
|
-
},
|
|
2659
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2660
|
-
"customElement": true,
|
|
2661
|
-
"attributes": [
|
|
2662
|
-
{
|
|
2663
|
-
"name": "anchor",
|
|
2664
|
-
"type": {
|
|
2665
|
-
"text": "string"
|
|
2666
|
-
},
|
|
2667
|
-
"default": "\"\"",
|
|
2668
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2669
|
-
"fieldName": "anchor",
|
|
2670
|
-
"inheritedFrom": {
|
|
2671
|
-
"name": "AnchoredRegion",
|
|
2672
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2549
|
+
"text": "AxisScalingMode"
|
|
2550
|
+
},
|
|
2551
|
+
"privacy": "public",
|
|
2552
|
+
"default": "\"content\"",
|
|
2553
|
+
"description": "Defines how the width of the region is calculated",
|
|
2554
|
+
"inheritedFrom": {
|
|
2555
|
+
"name": "AnchoredRegion",
|
|
2556
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2673
2557
|
}
|
|
2674
2558
|
},
|
|
2675
2559
|
{
|
|
2676
|
-
"
|
|
2677
|
-
"
|
|
2678
|
-
|
|
2560
|
+
"kind": "method",
|
|
2561
|
+
"name": "horizontalScalingChanged",
|
|
2562
|
+
"privacy": "private",
|
|
2563
|
+
"return": {
|
|
2564
|
+
"type": {
|
|
2565
|
+
"text": "void"
|
|
2566
|
+
}
|
|
2679
2567
|
},
|
|
2680
|
-
"default": "\"\"",
|
|
2681
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2682
|
-
"fieldName": "viewport",
|
|
2683
2568
|
"inheritedFrom": {
|
|
2684
2569
|
"name": "AnchoredRegion",
|
|
2685
2570
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2686
2571
|
}
|
|
2687
2572
|
},
|
|
2688
2573
|
{
|
|
2689
|
-
"
|
|
2574
|
+
"kind": "field",
|
|
2575
|
+
"name": "verticalPositioningMode",
|
|
2690
2576
|
"type": {
|
|
2691
2577
|
"text": "AxisPositioningMode"
|
|
2692
2578
|
},
|
|
2579
|
+
"privacy": "public",
|
|
2693
2580
|
"default": "\"uncontrolled\"",
|
|
2694
|
-
"description": "Sets what logic the component uses to determine
|
|
2695
|
-
"fieldName": "horizontalPositioningMode",
|
|
2581
|
+
"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",
|
|
2696
2582
|
"inheritedFrom": {
|
|
2697
2583
|
"name": "AnchoredRegion",
|
|
2698
2584
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2699
2585
|
}
|
|
2700
2586
|
},
|
|
2701
2587
|
{
|
|
2702
|
-
"
|
|
2703
|
-
"
|
|
2704
|
-
|
|
2588
|
+
"kind": "method",
|
|
2589
|
+
"name": "verticalPositioningModeChanged",
|
|
2590
|
+
"privacy": "private",
|
|
2591
|
+
"return": {
|
|
2592
|
+
"type": {
|
|
2593
|
+
"text": "void"
|
|
2594
|
+
}
|
|
2705
2595
|
},
|
|
2706
|
-
"default": "\"unset\"",
|
|
2707
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2708
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2709
2596
|
"inheritedFrom": {
|
|
2710
2597
|
"name": "AnchoredRegion",
|
|
2711
2598
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2712
2599
|
}
|
|
2713
2600
|
},
|
|
2714
2601
|
{
|
|
2715
|
-
"
|
|
2602
|
+
"kind": "field",
|
|
2603
|
+
"name": "verticalDefaultPosition",
|
|
2716
2604
|
"type": {
|
|
2717
|
-
"text": "
|
|
2605
|
+
"text": "VerticalPosition"
|
|
2718
2606
|
},
|
|
2719
|
-
"
|
|
2720
|
-
"
|
|
2721
|
-
"
|
|
2607
|
+
"privacy": "public",
|
|
2608
|
+
"default": "\"unset\"",
|
|
2609
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2722
2610
|
"inheritedFrom": {
|
|
2723
2611
|
"name": "AnchoredRegion",
|
|
2724
2612
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2725
2613
|
}
|
|
2726
2614
|
},
|
|
2727
2615
|
{
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2730
|
-
|
|
2616
|
+
"kind": "method",
|
|
2617
|
+
"name": "verticalDefaultPositionChanged",
|
|
2618
|
+
"privacy": "private",
|
|
2619
|
+
"return": {
|
|
2620
|
+
"type": {
|
|
2621
|
+
"text": "void"
|
|
2622
|
+
}
|
|
2731
2623
|
},
|
|
2732
|
-
"default": "false",
|
|
2733
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2734
|
-
"fieldName": "horizontalInset",
|
|
2735
2624
|
"inheritedFrom": {
|
|
2736
2625
|
"name": "AnchoredRegion",
|
|
2737
2626
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2738
2627
|
}
|
|
2739
2628
|
},
|
|
2740
2629
|
{
|
|
2741
|
-
"
|
|
2630
|
+
"kind": "field",
|
|
2631
|
+
"name": "verticalViewportLock",
|
|
2742
2632
|
"type": {
|
|
2743
|
-
"text": "
|
|
2633
|
+
"text": "boolean"
|
|
2744
2634
|
},
|
|
2745
|
-
"
|
|
2746
|
-
"
|
|
2635
|
+
"privacy": "public",
|
|
2636
|
+
"default": "false",
|
|
2637
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2747
2638
|
"inheritedFrom": {
|
|
2748
2639
|
"name": "AnchoredRegion",
|
|
2749
2640
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2750
2641
|
}
|
|
2751
2642
|
},
|
|
2752
2643
|
{
|
|
2753
|
-
"
|
|
2754
|
-
"
|
|
2755
|
-
|
|
2644
|
+
"kind": "method",
|
|
2645
|
+
"name": "verticalViewportLockChanged",
|
|
2646
|
+
"privacy": "private",
|
|
2647
|
+
"return": {
|
|
2648
|
+
"type": {
|
|
2649
|
+
"text": "void"
|
|
2650
|
+
}
|
|
2756
2651
|
},
|
|
2757
|
-
"default": "\"content\"",
|
|
2758
|
-
"description": "Defines how the width of the region is calculated",
|
|
2759
|
-
"fieldName": "horizontalScaling",
|
|
2760
2652
|
"inheritedFrom": {
|
|
2761
2653
|
"name": "AnchoredRegion",
|
|
2762
2654
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2763
2655
|
}
|
|
2764
2656
|
},
|
|
2765
2657
|
{
|
|
2766
|
-
"
|
|
2658
|
+
"kind": "field",
|
|
2659
|
+
"name": "verticalInset",
|
|
2767
2660
|
"type": {
|
|
2768
|
-
"text": "
|
|
2661
|
+
"text": "boolean"
|
|
2769
2662
|
},
|
|
2770
|
-
"
|
|
2771
|
-
"
|
|
2772
|
-
"
|
|
2663
|
+
"privacy": "public",
|
|
2664
|
+
"default": "false",
|
|
2665
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2773
2666
|
"inheritedFrom": {
|
|
2774
2667
|
"name": "AnchoredRegion",
|
|
2775
2668
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2776
2669
|
}
|
|
2777
2670
|
},
|
|
2778
2671
|
{
|
|
2779
|
-
"
|
|
2780
|
-
"
|
|
2781
|
-
|
|
2672
|
+
"kind": "method",
|
|
2673
|
+
"name": "verticalInsetChanged",
|
|
2674
|
+
"privacy": "private",
|
|
2675
|
+
"return": {
|
|
2676
|
+
"type": {
|
|
2677
|
+
"text": "void"
|
|
2678
|
+
}
|
|
2782
2679
|
},
|
|
2783
|
-
"default": "\"unset\"",
|
|
2784
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2785
|
-
"fieldName": "verticalDefaultPosition",
|
|
2786
2680
|
"inheritedFrom": {
|
|
2787
2681
|
"name": "AnchoredRegion",
|
|
2788
2682
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2789
2683
|
}
|
|
2790
2684
|
},
|
|
2791
2685
|
{
|
|
2792
|
-
"
|
|
2686
|
+
"kind": "field",
|
|
2687
|
+
"name": "verticalThreshold",
|
|
2793
2688
|
"type": {
|
|
2794
|
-
"text": "
|
|
2689
|
+
"text": "number"
|
|
2795
2690
|
},
|
|
2796
|
-
"
|
|
2797
|
-
"description": "
|
|
2798
|
-
"fieldName": "verticalViewportLock",
|
|
2691
|
+
"privacy": "public",
|
|
2692
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2799
2693
|
"inheritedFrom": {
|
|
2800
2694
|
"name": "AnchoredRegion",
|
|
2801
2695
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2802
2696
|
}
|
|
2803
2697
|
},
|
|
2804
2698
|
{
|
|
2805
|
-
"
|
|
2806
|
-
"
|
|
2807
|
-
|
|
2699
|
+
"kind": "method",
|
|
2700
|
+
"name": "verticalThresholdChanged",
|
|
2701
|
+
"privacy": "private",
|
|
2702
|
+
"return": {
|
|
2703
|
+
"type": {
|
|
2704
|
+
"text": "void"
|
|
2705
|
+
}
|
|
2808
2706
|
},
|
|
2809
|
-
"default": "false",
|
|
2810
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2811
|
-
"fieldName": "verticalInset",
|
|
2812
2707
|
"inheritedFrom": {
|
|
2813
2708
|
"name": "AnchoredRegion",
|
|
2814
2709
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2815
2710
|
}
|
|
2816
2711
|
},
|
|
2817
2712
|
{
|
|
2818
|
-
"
|
|
2713
|
+
"kind": "field",
|
|
2714
|
+
"name": "verticalScaling",
|
|
2819
2715
|
"type": {
|
|
2820
|
-
"text": "
|
|
2716
|
+
"text": "AxisScalingMode"
|
|
2821
2717
|
},
|
|
2822
|
-
"
|
|
2823
|
-
"
|
|
2718
|
+
"privacy": "public",
|
|
2719
|
+
"default": "\"content\"",
|
|
2720
|
+
"description": "Defines how the height of the region is calculated",
|
|
2824
2721
|
"inheritedFrom": {
|
|
2825
2722
|
"name": "AnchoredRegion",
|
|
2826
2723
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2827
2724
|
}
|
|
2828
2725
|
},
|
|
2829
2726
|
{
|
|
2830
|
-
"
|
|
2831
|
-
"
|
|
2832
|
-
|
|
2727
|
+
"kind": "method",
|
|
2728
|
+
"name": "verticalScalingChanged",
|
|
2729
|
+
"privacy": "private",
|
|
2730
|
+
"return": {
|
|
2731
|
+
"type": {
|
|
2732
|
+
"text": "void"
|
|
2733
|
+
}
|
|
2833
2734
|
},
|
|
2834
|
-
"default": "\"content\"",
|
|
2835
|
-
"description": "Defines how the height of the region is calculated",
|
|
2836
|
-
"fieldName": "verticalScaling",
|
|
2837
2735
|
"inheritedFrom": {
|
|
2838
2736
|
"name": "AnchoredRegion",
|
|
2839
2737
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2840
2738
|
}
|
|
2841
2739
|
},
|
|
2842
2740
|
{
|
|
2843
|
-
"
|
|
2741
|
+
"kind": "field",
|
|
2742
|
+
"name": "fixedPlacement",
|
|
2844
2743
|
"type": {
|
|
2845
2744
|
"text": "boolean"
|
|
2846
2745
|
},
|
|
2746
|
+
"privacy": "public",
|
|
2847
2747
|
"default": "false",
|
|
2848
2748
|
"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,",
|
|
2849
|
-
"fieldName": "fixedPlacement",
|
|
2850
2749
|
"inheritedFrom": {
|
|
2851
2750
|
"name": "AnchoredRegion",
|
|
2852
2751
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2853
2752
|
}
|
|
2854
2753
|
},
|
|
2855
2754
|
{
|
|
2856
|
-
"
|
|
2857
|
-
"
|
|
2858
|
-
|
|
2755
|
+
"kind": "method",
|
|
2756
|
+
"name": "fixedPlacementChanged",
|
|
2757
|
+
"privacy": "private",
|
|
2758
|
+
"return": {
|
|
2759
|
+
"type": {
|
|
2760
|
+
"text": "void"
|
|
2761
|
+
}
|
|
2859
2762
|
},
|
|
2860
|
-
"default": "\"anchor\"",
|
|
2861
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2862
|
-
"fieldName": "autoUpdateMode",
|
|
2863
2763
|
"inheritedFrom": {
|
|
2864
2764
|
"name": "AnchoredRegion",
|
|
2865
2765
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2866
2766
|
}
|
|
2867
|
-
}
|
|
2868
|
-
],
|
|
2869
|
-
"members": [
|
|
2767
|
+
},
|
|
2870
2768
|
{
|
|
2871
2769
|
"kind": "field",
|
|
2872
|
-
"name": "
|
|
2770
|
+
"name": "autoUpdateMode",
|
|
2873
2771
|
"type": {
|
|
2874
|
-
"text": "
|
|
2772
|
+
"text": "AutoUpdateMode"
|
|
2875
2773
|
},
|
|
2876
2774
|
"privacy": "public",
|
|
2877
|
-
"default": "\"\"",
|
|
2878
|
-
"description": "
|
|
2775
|
+
"default": "\"anchor\"",
|
|
2776
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2879
2777
|
"inheritedFrom": {
|
|
2880
2778
|
"name": "AnchoredRegion",
|
|
2881
2779
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2883,13 +2781,27 @@
|
|
|
2883
2781
|
},
|
|
2884
2782
|
{
|
|
2885
2783
|
"kind": "method",
|
|
2886
|
-
"name": "
|
|
2784
|
+
"name": "autoUpdateModeChanged",
|
|
2887
2785
|
"privacy": "private",
|
|
2888
2786
|
"return": {
|
|
2889
2787
|
"type": {
|
|
2890
2788
|
"text": "void"
|
|
2891
2789
|
}
|
|
2892
2790
|
},
|
|
2791
|
+
"parameters": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "prevMode",
|
|
2794
|
+
"type": {
|
|
2795
|
+
"text": "AutoUpdateMode"
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "newMode",
|
|
2800
|
+
"type": {
|
|
2801
|
+
"text": "AutoUpdateMode"
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2804
|
+
],
|
|
2893
2805
|
"inheritedFrom": {
|
|
2894
2806
|
"name": "AnchoredRegion",
|
|
2895
2807
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2897,13 +2809,13 @@
|
|
|
2897
2809
|
},
|
|
2898
2810
|
{
|
|
2899
2811
|
"kind": "field",
|
|
2900
|
-
"name": "
|
|
2812
|
+
"name": "anchorElement",
|
|
2901
2813
|
"type": {
|
|
2902
|
-
"text": "
|
|
2814
|
+
"text": "HTMLElement | null"
|
|
2903
2815
|
},
|
|
2904
2816
|
"privacy": "public",
|
|
2905
|
-
"default": "
|
|
2906
|
-
"description": "The HTML
|
|
2817
|
+
"default": "null",
|
|
2818
|
+
"description": "The HTML element being used as the anchor",
|
|
2907
2819
|
"inheritedFrom": {
|
|
2908
2820
|
"name": "AnchoredRegion",
|
|
2909
2821
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2911,7 +2823,7 @@
|
|
|
2911
2823
|
},
|
|
2912
2824
|
{
|
|
2913
2825
|
"kind": "method",
|
|
2914
|
-
"name": "
|
|
2826
|
+
"name": "anchorElementChanged",
|
|
2915
2827
|
"privacy": "private",
|
|
2916
2828
|
"return": {
|
|
2917
2829
|
"type": {
|
|
@@ -2925,13 +2837,13 @@
|
|
|
2925
2837
|
},
|
|
2926
2838
|
{
|
|
2927
2839
|
"kind": "field",
|
|
2928
|
-
"name": "
|
|
2840
|
+
"name": "viewportElement",
|
|
2929
2841
|
"type": {
|
|
2930
|
-
"text": "
|
|
2842
|
+
"text": "HTMLElement | null"
|
|
2931
2843
|
},
|
|
2932
2844
|
"privacy": "public",
|
|
2933
|
-
"default": "
|
|
2934
|
-
"description": "
|
|
2845
|
+
"default": "null",
|
|
2846
|
+
"description": "The HTML element being used as the viewport",
|
|
2935
2847
|
"inheritedFrom": {
|
|
2936
2848
|
"name": "AnchoredRegion",
|
|
2937
2849
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2939,7 +2851,7 @@
|
|
|
2939
2851
|
},
|
|
2940
2852
|
{
|
|
2941
2853
|
"kind": "method",
|
|
2942
|
-
"name": "
|
|
2854
|
+
"name": "viewportElementChanged",
|
|
2943
2855
|
"privacy": "private",
|
|
2944
2856
|
"return": {
|
|
2945
2857
|
"type": {
|
|
@@ -2953,27 +2865,12 @@
|
|
|
2953
2865
|
},
|
|
2954
2866
|
{
|
|
2955
2867
|
"kind": "field",
|
|
2956
|
-
"name": "
|
|
2868
|
+
"name": "verticalPosition",
|
|
2957
2869
|
"type": {
|
|
2958
|
-
"text": "
|
|
2870
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2959
2871
|
},
|
|
2960
2872
|
"privacy": "public",
|
|
2961
|
-
"
|
|
2962
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2963
|
-
"inheritedFrom": {
|
|
2964
|
-
"name": "AnchoredRegion",
|
|
2965
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2966
|
-
}
|
|
2967
|
-
},
|
|
2968
|
-
{
|
|
2969
|
-
"kind": "method",
|
|
2970
|
-
"name": "horizontalDefaultPositionChanged",
|
|
2971
|
-
"privacy": "private",
|
|
2972
|
-
"return": {
|
|
2973
|
-
"type": {
|
|
2974
|
-
"text": "void"
|
|
2975
|
-
}
|
|
2976
|
-
},
|
|
2873
|
+
"description": "indicates the current horizontal position of the region",
|
|
2977
2874
|
"inheritedFrom": {
|
|
2978
2875
|
"name": "AnchoredRegion",
|
|
2979
2876
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2981,27 +2878,25 @@
|
|
|
2981
2878
|
},
|
|
2982
2879
|
{
|
|
2983
2880
|
"kind": "field",
|
|
2984
|
-
"name": "
|
|
2881
|
+
"name": "horizontalPosition",
|
|
2985
2882
|
"type": {
|
|
2986
|
-
"text": "
|
|
2883
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2987
2884
|
},
|
|
2988
2885
|
"privacy": "public",
|
|
2989
|
-
"
|
|
2990
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2886
|
+
"description": "indicates the current vertical position of the region",
|
|
2991
2887
|
"inheritedFrom": {
|
|
2992
2888
|
"name": "AnchoredRegion",
|
|
2993
2889
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2994
2890
|
}
|
|
2995
2891
|
},
|
|
2996
2892
|
{
|
|
2997
|
-
"kind": "
|
|
2998
|
-
"name": "
|
|
2999
|
-
"
|
|
3000
|
-
|
|
3001
|
-
"type": {
|
|
3002
|
-
"text": "void"
|
|
3003
|
-
}
|
|
2893
|
+
"kind": "field",
|
|
2894
|
+
"name": "translateX",
|
|
2895
|
+
"type": {
|
|
2896
|
+
"text": "number"
|
|
3004
2897
|
},
|
|
2898
|
+
"privacy": "private",
|
|
2899
|
+
"description": "values to be applied to the component's transform on render",
|
|
3005
2900
|
"inheritedFrom": {
|
|
3006
2901
|
"name": "AnchoredRegion",
|
|
3007
2902
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3009,27 +2904,24 @@
|
|
|
3009
2904
|
},
|
|
3010
2905
|
{
|
|
3011
2906
|
"kind": "field",
|
|
3012
|
-
"name": "
|
|
2907
|
+
"name": "translateY",
|
|
3013
2908
|
"type": {
|
|
3014
|
-
"text": "
|
|
2909
|
+
"text": "number"
|
|
3015
2910
|
},
|
|
3016
|
-
"privacy": "
|
|
3017
|
-
"default": "false",
|
|
3018
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2911
|
+
"privacy": "private",
|
|
3019
2912
|
"inheritedFrom": {
|
|
3020
2913
|
"name": "AnchoredRegion",
|
|
3021
2914
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3022
2915
|
}
|
|
3023
2916
|
},
|
|
3024
2917
|
{
|
|
3025
|
-
"kind": "
|
|
3026
|
-
"name": "
|
|
3027
|
-
"
|
|
3028
|
-
|
|
3029
|
-
"type": {
|
|
3030
|
-
"text": "void"
|
|
3031
|
-
}
|
|
2918
|
+
"kind": "field",
|
|
2919
|
+
"name": "regionWidth",
|
|
2920
|
+
"type": {
|
|
2921
|
+
"text": "string"
|
|
3032
2922
|
},
|
|
2923
|
+
"privacy": "private",
|
|
2924
|
+
"description": "the span to be applied to the region on each axis",
|
|
3033
2925
|
"inheritedFrom": {
|
|
3034
2926
|
"name": "AnchoredRegion",
|
|
3035
2927
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3037,26 +2929,24 @@
|
|
|
3037
2929
|
},
|
|
3038
2930
|
{
|
|
3039
2931
|
"kind": "field",
|
|
3040
|
-
"name": "
|
|
2932
|
+
"name": "regionHeight",
|
|
3041
2933
|
"type": {
|
|
3042
|
-
"text": "
|
|
2934
|
+
"text": "string"
|
|
3043
2935
|
},
|
|
3044
|
-
"privacy": "
|
|
3045
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2936
|
+
"privacy": "private",
|
|
3046
2937
|
"inheritedFrom": {
|
|
3047
2938
|
"name": "AnchoredRegion",
|
|
3048
2939
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3049
2940
|
}
|
|
3050
2941
|
},
|
|
3051
2942
|
{
|
|
3052
|
-
"kind": "
|
|
3053
|
-
"name": "
|
|
3054
|
-
"
|
|
3055
|
-
|
|
3056
|
-
"type": {
|
|
3057
|
-
"text": "void"
|
|
3058
|
-
}
|
|
2943
|
+
"kind": "field",
|
|
2944
|
+
"name": "resizeDetector",
|
|
2945
|
+
"type": {
|
|
2946
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3059
2947
|
},
|
|
2948
|
+
"privacy": "private",
|
|
2949
|
+
"default": "null",
|
|
3060
2950
|
"inheritedFrom": {
|
|
3061
2951
|
"name": "AnchoredRegion",
|
|
3062
2952
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3064,27 +2954,23 @@
|
|
|
3064
2954
|
},
|
|
3065
2955
|
{
|
|
3066
2956
|
"kind": "field",
|
|
3067
|
-
"name": "
|
|
2957
|
+
"name": "viewportRect",
|
|
3068
2958
|
"type": {
|
|
3069
|
-
"text": "
|
|
2959
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3070
2960
|
},
|
|
3071
|
-
"privacy": "
|
|
3072
|
-
"default": "\"content\"",
|
|
3073
|
-
"description": "Defines how the width of the region is calculated",
|
|
2961
|
+
"privacy": "private",
|
|
3074
2962
|
"inheritedFrom": {
|
|
3075
2963
|
"name": "AnchoredRegion",
|
|
3076
2964
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3077
2965
|
}
|
|
3078
2966
|
},
|
|
3079
2967
|
{
|
|
3080
|
-
"kind": "
|
|
3081
|
-
"name": "
|
|
3082
|
-
"
|
|
3083
|
-
|
|
3084
|
-
"type": {
|
|
3085
|
-
"text": "void"
|
|
3086
|
-
}
|
|
2968
|
+
"kind": "field",
|
|
2969
|
+
"name": "anchorRect",
|
|
2970
|
+
"type": {
|
|
2971
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3087
2972
|
},
|
|
2973
|
+
"privacy": "private",
|
|
3088
2974
|
"inheritedFrom": {
|
|
3089
2975
|
"name": "AnchoredRegion",
|
|
3090
2976
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3092,27 +2978,25 @@
|
|
|
3092
2978
|
},
|
|
3093
2979
|
{
|
|
3094
2980
|
"kind": "field",
|
|
3095
|
-
"name": "
|
|
2981
|
+
"name": "regionRect",
|
|
3096
2982
|
"type": {
|
|
3097
|
-
"text": "
|
|
2983
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3098
2984
|
},
|
|
3099
|
-
"privacy": "
|
|
3100
|
-
"default": "\"uncontrolled\"",
|
|
3101
|
-
"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",
|
|
2985
|
+
"privacy": "private",
|
|
3102
2986
|
"inheritedFrom": {
|
|
3103
2987
|
"name": "AnchoredRegion",
|
|
3104
2988
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3105
2989
|
}
|
|
3106
2990
|
},
|
|
3107
2991
|
{
|
|
3108
|
-
"kind": "
|
|
3109
|
-
"name": "
|
|
3110
|
-
"
|
|
3111
|
-
|
|
3112
|
-
"type": {
|
|
3113
|
-
"text": "void"
|
|
3114
|
-
}
|
|
2992
|
+
"kind": "field",
|
|
2993
|
+
"name": "baseHorizontalOffset",
|
|
2994
|
+
"type": {
|
|
2995
|
+
"text": "number"
|
|
3115
2996
|
},
|
|
2997
|
+
"privacy": "private",
|
|
2998
|
+
"default": "0",
|
|
2999
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3116
3000
|
"inheritedFrom": {
|
|
3117
3001
|
"name": "AnchoredRegion",
|
|
3118
3002
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3120,27 +3004,25 @@
|
|
|
3120
3004
|
},
|
|
3121
3005
|
{
|
|
3122
3006
|
"kind": "field",
|
|
3123
|
-
"name": "
|
|
3007
|
+
"name": "baseVerticalOffset",
|
|
3124
3008
|
"type": {
|
|
3125
|
-
"text": "
|
|
3009
|
+
"text": "number"
|
|
3126
3010
|
},
|
|
3127
|
-
"privacy": "
|
|
3128
|
-
"default": "
|
|
3129
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
3011
|
+
"privacy": "private",
|
|
3012
|
+
"default": "0",
|
|
3130
3013
|
"inheritedFrom": {
|
|
3131
3014
|
"name": "AnchoredRegion",
|
|
3132
3015
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3133
3016
|
}
|
|
3134
3017
|
},
|
|
3135
3018
|
{
|
|
3136
|
-
"kind": "
|
|
3137
|
-
"name": "
|
|
3138
|
-
"
|
|
3139
|
-
|
|
3140
|
-
"type": {
|
|
3141
|
-
"text": "void"
|
|
3142
|
-
}
|
|
3019
|
+
"kind": "field",
|
|
3020
|
+
"name": "pendingPositioningUpdate",
|
|
3021
|
+
"type": {
|
|
3022
|
+
"text": "boolean"
|
|
3143
3023
|
},
|
|
3024
|
+
"privacy": "private",
|
|
3025
|
+
"default": "false",
|
|
3144
3026
|
"inheritedFrom": {
|
|
3145
3027
|
"name": "AnchoredRegion",
|
|
3146
3028
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3148,27 +3030,24 @@
|
|
|
3148
3030
|
},
|
|
3149
3031
|
{
|
|
3150
3032
|
"kind": "field",
|
|
3151
|
-
"name": "
|
|
3033
|
+
"name": "pendingReset",
|
|
3152
3034
|
"type": {
|
|
3153
3035
|
"text": "boolean"
|
|
3154
3036
|
},
|
|
3155
|
-
"privacy": "
|
|
3037
|
+
"privacy": "private",
|
|
3156
3038
|
"default": "false",
|
|
3157
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3158
3039
|
"inheritedFrom": {
|
|
3159
3040
|
"name": "AnchoredRegion",
|
|
3160
3041
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3161
3042
|
}
|
|
3162
3043
|
},
|
|
3163
3044
|
{
|
|
3164
|
-
"kind": "
|
|
3165
|
-
"name": "
|
|
3166
|
-
"
|
|
3167
|
-
|
|
3168
|
-
"type": {
|
|
3169
|
-
"text": "void"
|
|
3170
|
-
}
|
|
3045
|
+
"kind": "field",
|
|
3046
|
+
"name": "currentDirection",
|
|
3047
|
+
"type": {
|
|
3048
|
+
"text": "Direction"
|
|
3171
3049
|
},
|
|
3050
|
+
"privacy": "private",
|
|
3172
3051
|
"inheritedFrom": {
|
|
3173
3052
|
"name": "AnchoredRegion",
|
|
3174
3053
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3176,27 +3055,25 @@
|
|
|
3176
3055
|
},
|
|
3177
3056
|
{
|
|
3178
3057
|
"kind": "field",
|
|
3179
|
-
"name": "
|
|
3058
|
+
"name": "regionVisible",
|
|
3180
3059
|
"type": {
|
|
3181
3060
|
"text": "boolean"
|
|
3182
3061
|
},
|
|
3183
|
-
"privacy": "
|
|
3062
|
+
"privacy": "private",
|
|
3184
3063
|
"default": "false",
|
|
3185
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3186
3064
|
"inheritedFrom": {
|
|
3187
3065
|
"name": "AnchoredRegion",
|
|
3188
3066
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3189
3067
|
}
|
|
3190
3068
|
},
|
|
3191
3069
|
{
|
|
3192
|
-
"kind": "
|
|
3193
|
-
"name": "
|
|
3194
|
-
"
|
|
3195
|
-
|
|
3196
|
-
"type": {
|
|
3197
|
-
"text": "void"
|
|
3198
|
-
}
|
|
3070
|
+
"kind": "field",
|
|
3071
|
+
"name": "forceUpdate",
|
|
3072
|
+
"type": {
|
|
3073
|
+
"text": "boolean"
|
|
3199
3074
|
},
|
|
3075
|
+
"privacy": "private",
|
|
3076
|
+
"default": "false",
|
|
3200
3077
|
"inheritedFrom": {
|
|
3201
3078
|
"name": "AnchoredRegion",
|
|
3202
3079
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3204,26 +3081,26 @@
|
|
|
3204
3081
|
},
|
|
3205
3082
|
{
|
|
3206
3083
|
"kind": "field",
|
|
3207
|
-
"name": "
|
|
3084
|
+
"name": "updateThreshold",
|
|
3208
3085
|
"type": {
|
|
3209
3086
|
"text": "number"
|
|
3210
3087
|
},
|
|
3211
|
-
"privacy": "
|
|
3212
|
-
"
|
|
3088
|
+
"privacy": "private",
|
|
3089
|
+
"default": "0.5",
|
|
3213
3090
|
"inheritedFrom": {
|
|
3214
3091
|
"name": "AnchoredRegion",
|
|
3215
3092
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3216
3093
|
}
|
|
3217
3094
|
},
|
|
3218
3095
|
{
|
|
3219
|
-
"kind": "
|
|
3220
|
-
"name": "
|
|
3221
|
-
"
|
|
3222
|
-
|
|
3223
|
-
"type": {
|
|
3224
|
-
"text": "void"
|
|
3225
|
-
}
|
|
3096
|
+
"kind": "field",
|
|
3097
|
+
"name": "intersectionService",
|
|
3098
|
+
"type": {
|
|
3099
|
+
"text": "IntersectionService"
|
|
3226
3100
|
},
|
|
3101
|
+
"privacy": "private",
|
|
3102
|
+
"static": true,
|
|
3103
|
+
"default": "new IntersectionService()",
|
|
3227
3104
|
"inheritedFrom": {
|
|
3228
3105
|
"name": "AnchoredRegion",
|
|
3229
3106
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3231,13 +3108,9 @@
|
|
|
3231
3108
|
},
|
|
3232
3109
|
{
|
|
3233
3110
|
"kind": "field",
|
|
3234
|
-
"name": "
|
|
3235
|
-
"type": {
|
|
3236
|
-
"text": "AxisScalingMode"
|
|
3237
|
-
},
|
|
3111
|
+
"name": "update",
|
|
3238
3112
|
"privacy": "public",
|
|
3239
|
-
"
|
|
3240
|
-
"description": "Defines how the height of the region is calculated",
|
|
3113
|
+
"description": "update position",
|
|
3241
3114
|
"inheritedFrom": {
|
|
3242
3115
|
"name": "AnchoredRegion",
|
|
3243
3116
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3245,27 +3118,29 @@
|
|
|
3245
3118
|
},
|
|
3246
3119
|
{
|
|
3247
3120
|
"kind": "method",
|
|
3248
|
-
"name": "
|
|
3121
|
+
"name": "disconnectResizeDetector",
|
|
3249
3122
|
"privacy": "private",
|
|
3250
3123
|
"return": {
|
|
3251
3124
|
"type": {
|
|
3252
3125
|
"text": "void"
|
|
3253
3126
|
}
|
|
3254
3127
|
},
|
|
3128
|
+
"description": "destroys the instance's resize observer",
|
|
3255
3129
|
"inheritedFrom": {
|
|
3256
3130
|
"name": "AnchoredRegion",
|
|
3257
3131
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3258
3132
|
}
|
|
3259
3133
|
},
|
|
3260
3134
|
{
|
|
3261
|
-
"kind": "
|
|
3262
|
-
"name": "
|
|
3263
|
-
"
|
|
3264
|
-
|
|
3135
|
+
"kind": "method",
|
|
3136
|
+
"name": "initializeResizeDetector",
|
|
3137
|
+
"privacy": "private",
|
|
3138
|
+
"return": {
|
|
3139
|
+
"type": {
|
|
3140
|
+
"text": "void"
|
|
3141
|
+
}
|
|
3265
3142
|
},
|
|
3266
|
-
"
|
|
3267
|
-
"default": "false",
|
|
3268
|
-
"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,",
|
|
3143
|
+
"description": "initializes the instance's resize observer",
|
|
3269
3144
|
"inheritedFrom": {
|
|
3270
3145
|
"name": "AnchoredRegion",
|
|
3271
3146
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3273,27 +3148,29 @@
|
|
|
3273
3148
|
},
|
|
3274
3149
|
{
|
|
3275
3150
|
"kind": "method",
|
|
3276
|
-
"name": "
|
|
3151
|
+
"name": "updateForAttributeChange",
|
|
3277
3152
|
"privacy": "private",
|
|
3278
3153
|
"return": {
|
|
3279
3154
|
"type": {
|
|
3280
3155
|
"text": "void"
|
|
3281
3156
|
}
|
|
3282
3157
|
},
|
|
3158
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3283
3159
|
"inheritedFrom": {
|
|
3284
3160
|
"name": "AnchoredRegion",
|
|
3285
3161
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3286
3162
|
}
|
|
3287
3163
|
},
|
|
3288
3164
|
{
|
|
3289
|
-
"kind": "
|
|
3290
|
-
"name": "
|
|
3291
|
-
"
|
|
3292
|
-
|
|
3165
|
+
"kind": "method",
|
|
3166
|
+
"name": "initialize",
|
|
3167
|
+
"privacy": "private",
|
|
3168
|
+
"return": {
|
|
3169
|
+
"type": {
|
|
3170
|
+
"text": "void"
|
|
3171
|
+
}
|
|
3293
3172
|
},
|
|
3294
|
-
"
|
|
3295
|
-
"default": "\"anchor\"",
|
|
3296
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3173
|
+
"description": "fully initializes the component",
|
|
3297
3174
|
"inheritedFrom": {
|
|
3298
3175
|
"name": "AnchoredRegion",
|
|
3299
3176
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3301,55 +3178,39 @@
|
|
|
3301
3178
|
},
|
|
3302
3179
|
{
|
|
3303
3180
|
"kind": "method",
|
|
3304
|
-
"name": "
|
|
3181
|
+
"name": "requestReset",
|
|
3305
3182
|
"privacy": "private",
|
|
3306
3183
|
"return": {
|
|
3307
3184
|
"type": {
|
|
3308
3185
|
"text": "void"
|
|
3309
3186
|
}
|
|
3310
3187
|
},
|
|
3311
|
-
"
|
|
3312
|
-
{
|
|
3313
|
-
"name": "prevMode",
|
|
3314
|
-
"type": {
|
|
3315
|
-
"text": "AutoUpdateMode"
|
|
3316
|
-
}
|
|
3317
|
-
},
|
|
3318
|
-
{
|
|
3319
|
-
"name": "newMode",
|
|
3320
|
-
"type": {
|
|
3321
|
-
"text": "AutoUpdateMode"
|
|
3322
|
-
}
|
|
3323
|
-
}
|
|
3324
|
-
],
|
|
3188
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3325
3189
|
"inheritedFrom": {
|
|
3326
3190
|
"name": "AnchoredRegion",
|
|
3327
3191
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3328
3192
|
}
|
|
3329
3193
|
},
|
|
3330
3194
|
{
|
|
3331
|
-
"kind": "
|
|
3332
|
-
"name": "
|
|
3333
|
-
"
|
|
3334
|
-
|
|
3195
|
+
"kind": "method",
|
|
3196
|
+
"name": "setInitialState",
|
|
3197
|
+
"privacy": "private",
|
|
3198
|
+
"return": {
|
|
3199
|
+
"type": {
|
|
3200
|
+
"text": "void"
|
|
3201
|
+
}
|
|
3335
3202
|
},
|
|
3336
|
-
"
|
|
3337
|
-
"default": "null",
|
|
3338
|
-
"description": "The HTML element being used as the anchor",
|
|
3203
|
+
"description": "sets the starting configuration for component internal values",
|
|
3339
3204
|
"inheritedFrom": {
|
|
3340
3205
|
"name": "AnchoredRegion",
|
|
3341
3206
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3342
3207
|
}
|
|
3343
3208
|
},
|
|
3344
3209
|
{
|
|
3345
|
-
"kind": "
|
|
3346
|
-
"name": "
|
|
3210
|
+
"kind": "field",
|
|
3211
|
+
"name": "startObservers",
|
|
3347
3212
|
"privacy": "private",
|
|
3348
|
-
"
|
|
3349
|
-
"type": {
|
|
3350
|
-
"text": "void"
|
|
3351
|
-
}
|
|
3352
|
-
},
|
|
3213
|
+
"description": "starts observers",
|
|
3353
3214
|
"inheritedFrom": {
|
|
3354
3215
|
"name": "AnchoredRegion",
|
|
3355
3216
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3357,27 +3218,19 @@
|
|
|
3357
3218
|
},
|
|
3358
3219
|
{
|
|
3359
3220
|
"kind": "field",
|
|
3360
|
-
"name": "
|
|
3361
|
-
"
|
|
3362
|
-
|
|
3363
|
-
},
|
|
3364
|
-
"privacy": "public",
|
|
3365
|
-
"default": "null",
|
|
3366
|
-
"description": "The HTML element being used as the viewport",
|
|
3221
|
+
"name": "requestPositionUpdates",
|
|
3222
|
+
"privacy": "private",
|
|
3223
|
+
"description": "get position updates",
|
|
3367
3224
|
"inheritedFrom": {
|
|
3368
3225
|
"name": "AnchoredRegion",
|
|
3369
3226
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3370
3227
|
}
|
|
3371
3228
|
},
|
|
3372
3229
|
{
|
|
3373
|
-
"kind": "
|
|
3374
|
-
"name": "
|
|
3230
|
+
"kind": "field",
|
|
3231
|
+
"name": "stopObservers",
|
|
3375
3232
|
"privacy": "private",
|
|
3376
|
-
"
|
|
3377
|
-
"type": {
|
|
3378
|
-
"text": "void"
|
|
3379
|
-
}
|
|
3380
|
-
},
|
|
3233
|
+
"description": "stops observers",
|
|
3381
3234
|
"inheritedFrom": {
|
|
3382
3235
|
"name": "AnchoredRegion",
|
|
3383
3236
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3385,12 +3238,9 @@
|
|
|
3385
3238
|
},
|
|
3386
3239
|
{
|
|
3387
3240
|
"kind": "field",
|
|
3388
|
-
"name": "
|
|
3389
|
-
"
|
|
3390
|
-
|
|
3391
|
-
},
|
|
3392
|
-
"privacy": "public",
|
|
3393
|
-
"description": "indicates the current horizontal position of the region",
|
|
3241
|
+
"name": "getViewport",
|
|
3242
|
+
"privacy": "private",
|
|
3243
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3394
3244
|
"inheritedFrom": {
|
|
3395
3245
|
"name": "AnchoredRegion",
|
|
3396
3246
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3398,12 +3248,9 @@
|
|
|
3398
3248
|
},
|
|
3399
3249
|
{
|
|
3400
3250
|
"kind": "field",
|
|
3401
|
-
"name": "
|
|
3402
|
-
"
|
|
3403
|
-
|
|
3404
|
-
},
|
|
3405
|
-
"privacy": "public",
|
|
3406
|
-
"description": "indicates the current vertical position of the region",
|
|
3251
|
+
"name": "getAnchor",
|
|
3252
|
+
"privacy": "private",
|
|
3253
|
+
"description": "Gets the anchor element by id",
|
|
3407
3254
|
"inheritedFrom": {
|
|
3408
3255
|
"name": "AnchoredRegion",
|
|
3409
3256
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3411,12 +3258,9 @@
|
|
|
3411
3258
|
},
|
|
3412
3259
|
{
|
|
3413
3260
|
"kind": "field",
|
|
3414
|
-
"name": "
|
|
3415
|
-
"type": {
|
|
3416
|
-
"text": "number"
|
|
3417
|
-
},
|
|
3261
|
+
"name": "handleIntersection",
|
|
3418
3262
|
"privacy": "private",
|
|
3419
|
-
"description": "
|
|
3263
|
+
"description": "Handle intersections",
|
|
3420
3264
|
"inheritedFrom": {
|
|
3421
3265
|
"name": "AnchoredRegion",
|
|
3422
3266
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3424,11 +3268,9 @@
|
|
|
3424
3268
|
},
|
|
3425
3269
|
{
|
|
3426
3270
|
"kind": "field",
|
|
3427
|
-
"name": "
|
|
3428
|
-
"type": {
|
|
3429
|
-
"text": "number"
|
|
3430
|
-
},
|
|
3271
|
+
"name": "applyIntersectionEntries",
|
|
3431
3272
|
"privacy": "private",
|
|
3273
|
+
"description": "iterate through intersection entries and apply data",
|
|
3432
3274
|
"inheritedFrom": {
|
|
3433
3275
|
"name": "AnchoredRegion",
|
|
3434
3276
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3436,12 +3278,9 @@
|
|
|
3436
3278
|
},
|
|
3437
3279
|
{
|
|
3438
3280
|
"kind": "field",
|
|
3439
|
-
"name": "
|
|
3440
|
-
"type": {
|
|
3441
|
-
"text": "string"
|
|
3442
|
-
},
|
|
3281
|
+
"name": "updateRegionOffset",
|
|
3443
3282
|
"privacy": "private",
|
|
3444
|
-
"description": "
|
|
3283
|
+
"description": "Update the offset values",
|
|
3445
3284
|
"inheritedFrom": {
|
|
3446
3285
|
"name": "AnchoredRegion",
|
|
3447
3286
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3449,11 +3288,9 @@
|
|
|
3449
3288
|
},
|
|
3450
3289
|
{
|
|
3451
3290
|
"kind": "field",
|
|
3452
|
-
"name": "
|
|
3453
|
-
"type": {
|
|
3454
|
-
"text": "string"
|
|
3455
|
-
},
|
|
3291
|
+
"name": "isRectDifferent",
|
|
3456
3292
|
"privacy": "private",
|
|
3293
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3457
3294
|
"inheritedFrom": {
|
|
3458
3295
|
"name": "AnchoredRegion",
|
|
3459
3296
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3461,12 +3298,9 @@
|
|
|
3461
3298
|
},
|
|
3462
3299
|
{
|
|
3463
3300
|
"kind": "field",
|
|
3464
|
-
"name": "
|
|
3465
|
-
"type": {
|
|
3466
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3467
|
-
},
|
|
3301
|
+
"name": "handleResize",
|
|
3468
3302
|
"privacy": "private",
|
|
3469
|
-
"
|
|
3303
|
+
"description": "Handle resize events",
|
|
3470
3304
|
"inheritedFrom": {
|
|
3471
3305
|
"name": "AnchoredRegion",
|
|
3472
3306
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3474,11 +3308,9 @@
|
|
|
3474
3308
|
},
|
|
3475
3309
|
{
|
|
3476
3310
|
"kind": "field",
|
|
3477
|
-
"name": "
|
|
3478
|
-
"type": {
|
|
3479
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3480
|
-
},
|
|
3311
|
+
"name": "reset",
|
|
3481
3312
|
"privacy": "private",
|
|
3313
|
+
"description": "resets the component",
|
|
3482
3314
|
"inheritedFrom": {
|
|
3483
3315
|
"name": "AnchoredRegion",
|
|
3484
3316
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3486,11 +3318,9 @@
|
|
|
3486
3318
|
},
|
|
3487
3319
|
{
|
|
3488
3320
|
"kind": "field",
|
|
3489
|
-
"name": "
|
|
3490
|
-
"type": {
|
|
3491
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3492
|
-
},
|
|
3321
|
+
"name": "updateLayout",
|
|
3493
3322
|
"privacy": "private",
|
|
3323
|
+
"description": "Recalculate layout related state values",
|
|
3494
3324
|
"inheritedFrom": {
|
|
3495
3325
|
"name": "AnchoredRegion",
|
|
3496
3326
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3498,11 +3328,9 @@
|
|
|
3498
3328
|
},
|
|
3499
3329
|
{
|
|
3500
3330
|
"kind": "field",
|
|
3501
|
-
"name": "
|
|
3502
|
-
"type": {
|
|
3503
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3504
|
-
},
|
|
3331
|
+
"name": "updateRegionStyle",
|
|
3505
3332
|
"privacy": "private",
|
|
3333
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3506
3334
|
"inheritedFrom": {
|
|
3507
3335
|
"name": "AnchoredRegion",
|
|
3508
3336
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3510,13 +3338,9 @@
|
|
|
3510
3338
|
},
|
|
3511
3339
|
{
|
|
3512
3340
|
"kind": "field",
|
|
3513
|
-
"name": "
|
|
3514
|
-
"type": {
|
|
3515
|
-
"text": "number"
|
|
3516
|
-
},
|
|
3341
|
+
"name": "updatePositionClasses",
|
|
3517
3342
|
"privacy": "private",
|
|
3518
|
-
"
|
|
3519
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3343
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3520
3344
|
"inheritedFrom": {
|
|
3521
3345
|
"name": "AnchoredRegion",
|
|
3522
3346
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3524,12 +3348,9 @@
|
|
|
3524
3348
|
},
|
|
3525
3349
|
{
|
|
3526
3350
|
"kind": "field",
|
|
3527
|
-
"name": "
|
|
3528
|
-
"type": {
|
|
3529
|
-
"text": "number"
|
|
3530
|
-
},
|
|
3351
|
+
"name": "setHorizontalPosition",
|
|
3531
3352
|
"privacy": "private",
|
|
3532
|
-
"
|
|
3353
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3533
3354
|
"inheritedFrom": {
|
|
3534
3355
|
"name": "AnchoredRegion",
|
|
3535
3356
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3537,12 +3358,9 @@
|
|
|
3537
3358
|
},
|
|
3538
3359
|
{
|
|
3539
3360
|
"kind": "field",
|
|
3540
|
-
"name": "
|
|
3541
|
-
"type": {
|
|
3542
|
-
"text": "boolean"
|
|
3543
|
-
},
|
|
3361
|
+
"name": "setVerticalPosition",
|
|
3544
3362
|
"privacy": "private",
|
|
3545
|
-
"
|
|
3363
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3546
3364
|
"inheritedFrom": {
|
|
3547
3365
|
"name": "AnchoredRegion",
|
|
3548
3366
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3550,12 +3368,9 @@
|
|
|
3550
3368
|
},
|
|
3551
3369
|
{
|
|
3552
3370
|
"kind": "field",
|
|
3553
|
-
"name": "
|
|
3554
|
-
"type": {
|
|
3555
|
-
"text": "boolean"
|
|
3556
|
-
},
|
|
3371
|
+
"name": "getPositioningOptions",
|
|
3557
3372
|
"privacy": "private",
|
|
3558
|
-
"
|
|
3373
|
+
"description": "Get available positions based on positioning mode",
|
|
3559
3374
|
"inheritedFrom": {
|
|
3560
3375
|
"name": "AnchoredRegion",
|
|
3561
3376
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3563,11 +3378,9 @@
|
|
|
3563
3378
|
},
|
|
3564
3379
|
{
|
|
3565
3380
|
"kind": "field",
|
|
3566
|
-
"name": "
|
|
3567
|
-
"type": {
|
|
3568
|
-
"text": "Direction"
|
|
3569
|
-
},
|
|
3381
|
+
"name": "getAvailableSpace",
|
|
3570
3382
|
"privacy": "private",
|
|
3383
|
+
"description": "Get the space available for a particular relative position",
|
|
3571
3384
|
"inheritedFrom": {
|
|
3572
3385
|
"name": "AnchoredRegion",
|
|
3573
3386
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3575,12 +3388,9 @@
|
|
|
3575
3388
|
},
|
|
3576
3389
|
{
|
|
3577
3390
|
"kind": "field",
|
|
3578
|
-
"name": "
|
|
3579
|
-
"type": {
|
|
3580
|
-
"text": "boolean"
|
|
3581
|
-
},
|
|
3391
|
+
"name": "getNextRegionDimension",
|
|
3582
3392
|
"privacy": "private",
|
|
3583
|
-
"
|
|
3393
|
+
"description": "Get region dimensions",
|
|
3584
3394
|
"inheritedFrom": {
|
|
3585
3395
|
"name": "AnchoredRegion",
|
|
3586
3396
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3588,12 +3398,9 @@
|
|
|
3588
3398
|
},
|
|
3589
3399
|
{
|
|
3590
3400
|
"kind": "field",
|
|
3591
|
-
"name": "
|
|
3592
|
-
"type": {
|
|
3593
|
-
"text": "boolean"
|
|
3594
|
-
},
|
|
3401
|
+
"name": "startAutoUpdateEventListeners",
|
|
3595
3402
|
"privacy": "private",
|
|
3596
|
-
"
|
|
3403
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3597
3404
|
"inheritedFrom": {
|
|
3598
3405
|
"name": "AnchoredRegion",
|
|
3599
3406
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3601,12 +3408,9 @@
|
|
|
3601
3408
|
},
|
|
3602
3409
|
{
|
|
3603
3410
|
"kind": "field",
|
|
3604
|
-
"name": "
|
|
3605
|
-
"type": {
|
|
3606
|
-
"text": "number"
|
|
3607
|
-
},
|
|
3411
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3608
3412
|
"privacy": "private",
|
|
3609
|
-
"
|
|
3413
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3610
3414
|
"inheritedFrom": {
|
|
3611
3415
|
"name": "AnchoredRegion",
|
|
3612
3416
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3614,326 +3418,540 @@
|
|
|
3614
3418
|
},
|
|
3615
3419
|
{
|
|
3616
3420
|
"kind": "field",
|
|
3617
|
-
"name": "
|
|
3421
|
+
"name": "_presentation",
|
|
3618
3422
|
"type": {
|
|
3619
|
-
"text": "
|
|
3423
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3620
3424
|
},
|
|
3621
3425
|
"privacy": "private",
|
|
3622
|
-
"
|
|
3623
|
-
"default": "new IntersectionService()",
|
|
3426
|
+
"default": "void 0",
|
|
3624
3427
|
"inheritedFrom": {
|
|
3625
|
-
"name": "
|
|
3626
|
-
"module": "src/
|
|
3428
|
+
"name": "FoundationElement",
|
|
3429
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3627
3430
|
}
|
|
3628
3431
|
},
|
|
3629
3432
|
{
|
|
3630
3433
|
"kind": "field",
|
|
3631
|
-
"name": "
|
|
3434
|
+
"name": "$presentation",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "ComponentPresentation | null"
|
|
3437
|
+
},
|
|
3632
3438
|
"privacy": "public",
|
|
3633
|
-
"description": "
|
|
3439
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3634
3440
|
"inheritedFrom": {
|
|
3635
|
-
"name": "
|
|
3636
|
-
"module": "src/
|
|
3441
|
+
"name": "FoundationElement",
|
|
3442
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3637
3443
|
}
|
|
3638
3444
|
},
|
|
3639
3445
|
{
|
|
3640
|
-
"kind": "
|
|
3641
|
-
"name": "
|
|
3642
|
-
"
|
|
3643
|
-
|
|
3644
|
-
"type": {
|
|
3645
|
-
"text": "void"
|
|
3646
|
-
}
|
|
3446
|
+
"kind": "field",
|
|
3447
|
+
"name": "template",
|
|
3448
|
+
"type": {
|
|
3449
|
+
"text": "ElementViewTemplate | void | null"
|
|
3647
3450
|
},
|
|
3648
|
-
"
|
|
3451
|
+
"privacy": "public",
|
|
3452
|
+
"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.",
|
|
3649
3453
|
"inheritedFrom": {
|
|
3650
|
-
"name": "
|
|
3651
|
-
"module": "src/
|
|
3454
|
+
"name": "FoundationElement",
|
|
3455
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3652
3456
|
}
|
|
3653
3457
|
},
|
|
3654
3458
|
{
|
|
3655
3459
|
"kind": "method",
|
|
3656
|
-
"name": "
|
|
3657
|
-
"privacy": "
|
|
3460
|
+
"name": "templateChanged",
|
|
3461
|
+
"privacy": "protected",
|
|
3658
3462
|
"return": {
|
|
3659
3463
|
"type": {
|
|
3660
3464
|
"text": "void"
|
|
3661
3465
|
}
|
|
3662
3466
|
},
|
|
3663
|
-
"description": "initializes the instance's resize observer",
|
|
3664
3467
|
"inheritedFrom": {
|
|
3665
|
-
"name": "
|
|
3666
|
-
"module": "src/
|
|
3468
|
+
"name": "FoundationElement",
|
|
3469
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3667
3470
|
}
|
|
3668
3471
|
},
|
|
3669
3472
|
{
|
|
3670
|
-
"kind": "
|
|
3671
|
-
"name": "
|
|
3672
|
-
"
|
|
3673
|
-
|
|
3674
|
-
"type": {
|
|
3675
|
-
"text": "void"
|
|
3676
|
-
}
|
|
3473
|
+
"kind": "field",
|
|
3474
|
+
"name": "styles",
|
|
3475
|
+
"type": {
|
|
3476
|
+
"text": "ElementStyles | void | null"
|
|
3677
3477
|
},
|
|
3678
|
-
"
|
|
3478
|
+
"privacy": "public",
|
|
3479
|
+
"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.",
|
|
3679
3480
|
"inheritedFrom": {
|
|
3680
|
-
"name": "
|
|
3681
|
-
"module": "src/
|
|
3481
|
+
"name": "FoundationElement",
|
|
3482
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3682
3483
|
}
|
|
3683
3484
|
},
|
|
3684
3485
|
{
|
|
3685
3486
|
"kind": "method",
|
|
3686
|
-
"name": "
|
|
3687
|
-
"privacy": "
|
|
3487
|
+
"name": "stylesChanged",
|
|
3488
|
+
"privacy": "protected",
|
|
3688
3489
|
"return": {
|
|
3689
3490
|
"type": {
|
|
3690
3491
|
"text": "void"
|
|
3691
3492
|
}
|
|
3692
3493
|
},
|
|
3693
|
-
"description": "fully initializes the component",
|
|
3694
3494
|
"inheritedFrom": {
|
|
3695
|
-
"name": "
|
|
3696
|
-
"module": "src/
|
|
3495
|
+
"name": "FoundationElement",
|
|
3496
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3697
3497
|
}
|
|
3698
3498
|
},
|
|
3699
3499
|
{
|
|
3700
3500
|
"kind": "method",
|
|
3701
|
-
"name": "
|
|
3702
|
-
"privacy": "
|
|
3501
|
+
"name": "compose",
|
|
3502
|
+
"privacy": "public",
|
|
3503
|
+
"static": true,
|
|
3703
3504
|
"return": {
|
|
3704
3505
|
"type": {
|
|
3705
|
-
"text": "
|
|
3506
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3706
3507
|
}
|
|
3707
3508
|
},
|
|
3708
|
-
"
|
|
3509
|
+
"parameters": [
|
|
3510
|
+
{
|
|
3511
|
+
"name": "this",
|
|
3512
|
+
"type": {
|
|
3513
|
+
"text": "K"
|
|
3514
|
+
}
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"name": "elementDefinition",
|
|
3518
|
+
"type": {
|
|
3519
|
+
"text": "T"
|
|
3520
|
+
},
|
|
3521
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3522
|
+
}
|
|
3523
|
+
],
|
|
3524
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3709
3525
|
"inheritedFrom": {
|
|
3710
|
-
"name": "
|
|
3711
|
-
"module": "src/
|
|
3526
|
+
"name": "FoundationElement",
|
|
3527
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3712
3528
|
}
|
|
3713
|
-
}
|
|
3529
|
+
}
|
|
3530
|
+
],
|
|
3531
|
+
"events": [
|
|
3714
3532
|
{
|
|
3715
|
-
"
|
|
3716
|
-
"name": "
|
|
3717
|
-
"privacy": "private",
|
|
3718
|
-
"return": {
|
|
3719
|
-
"type": {
|
|
3720
|
-
"text": "void"
|
|
3721
|
-
}
|
|
3722
|
-
},
|
|
3723
|
-
"description": "sets the starting configuration for component internal values",
|
|
3533
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3534
|
+
"name": "loaded",
|
|
3724
3535
|
"inheritedFrom": {
|
|
3725
3536
|
"name": "AnchoredRegion",
|
|
3726
3537
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3727
3538
|
}
|
|
3728
3539
|
},
|
|
3729
3540
|
{
|
|
3730
|
-
"
|
|
3731
|
-
"name": "
|
|
3732
|
-
"privacy": "private",
|
|
3733
|
-
"description": "starts observers",
|
|
3541
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3542
|
+
"name": "positionchange",
|
|
3734
3543
|
"inheritedFrom": {
|
|
3735
3544
|
"name": "AnchoredRegion",
|
|
3736
3545
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3737
3546
|
}
|
|
3738
|
-
}
|
|
3547
|
+
}
|
|
3548
|
+
]
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"kind": "variable",
|
|
3552
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3553
|
+
"type": {
|
|
3554
|
+
"text": "ShadowRootInit"
|
|
3555
|
+
},
|
|
3556
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"kind": "variable",
|
|
3560
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3561
|
+
"type": {
|
|
3562
|
+
"text": "object"
|
|
3563
|
+
},
|
|
3564
|
+
"default": "{}"
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"kind": "variable",
|
|
3568
|
+
"name": "foundationAnchoredRegion",
|
|
3569
|
+
"description": "The Foundation Anchored Region",
|
|
3570
|
+
"privacy": "public"
|
|
3571
|
+
}
|
|
3572
|
+
],
|
|
3573
|
+
"exports": [
|
|
3574
|
+
{
|
|
3575
|
+
"kind": "js",
|
|
3576
|
+
"name": "AnchoredRegion",
|
|
3577
|
+
"declaration": {
|
|
3578
|
+
"name": "AnchoredRegion",
|
|
3579
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"kind": "js",
|
|
3584
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3585
|
+
"declaration": {
|
|
3586
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3587
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"kind": "js",
|
|
3592
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3593
|
+
"declaration": {
|
|
3594
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3595
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3596
|
+
}
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"kind": "js",
|
|
3600
|
+
"name": "foundationAnchoredRegion",
|
|
3601
|
+
"declaration": {
|
|
3602
|
+
"name": "foundationAnchoredRegion",
|
|
3603
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
]
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"kind": "javascript-module",
|
|
3610
|
+
"path": "src/anchored-region/index.ts",
|
|
3611
|
+
"declarations": [],
|
|
3612
|
+
"exports": [
|
|
3613
|
+
{
|
|
3614
|
+
"kind": "js",
|
|
3615
|
+
"name": "*",
|
|
3616
|
+
"declaration": {
|
|
3617
|
+
"name": "*",
|
|
3618
|
+
"package": "./anchor-region.template"
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "js",
|
|
3623
|
+
"name": "*",
|
|
3624
|
+
"declaration": {
|
|
3625
|
+
"name": "*",
|
|
3626
|
+
"package": "./anchored-region.styles"
|
|
3627
|
+
}
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"kind": "js",
|
|
3631
|
+
"name": "*",
|
|
3632
|
+
"declaration": {
|
|
3633
|
+
"name": "*",
|
|
3634
|
+
"package": "./anchored-region"
|
|
3635
|
+
}
|
|
3636
|
+
}
|
|
3637
|
+
]
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"kind": "javascript-module",
|
|
3641
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
3642
|
+
"declarations": [
|
|
3643
|
+
{
|
|
3644
|
+
"kind": "function",
|
|
3645
|
+
"name": "foundationAnchorStyles",
|
|
3646
|
+
"return": {
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "ElementStyles"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
"parameters": [
|
|
3739
3652
|
{
|
|
3740
|
-
"
|
|
3741
|
-
"
|
|
3742
|
-
|
|
3743
|
-
"description": "get position updates",
|
|
3744
|
-
"inheritedFrom": {
|
|
3745
|
-
"name": "AnchoredRegion",
|
|
3746
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3653
|
+
"name": "context",
|
|
3654
|
+
"type": {
|
|
3655
|
+
"text": "ElementDefinitionContext"
|
|
3747
3656
|
}
|
|
3748
3657
|
},
|
|
3749
3658
|
{
|
|
3750
|
-
"
|
|
3751
|
-
"
|
|
3752
|
-
|
|
3753
|
-
"description": "stops observers",
|
|
3754
|
-
"inheritedFrom": {
|
|
3755
|
-
"name": "AnchoredRegion",
|
|
3756
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3659
|
+
"name": "definition",
|
|
3660
|
+
"type": {
|
|
3661
|
+
"text": "FoundationElementDefinition"
|
|
3757
3662
|
}
|
|
3758
|
-
}
|
|
3663
|
+
}
|
|
3664
|
+
]
|
|
3665
|
+
}
|
|
3666
|
+
],
|
|
3667
|
+
"exports": [
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "js",
|
|
3670
|
+
"name": "foundationAnchorStyles",
|
|
3671
|
+
"declaration": {
|
|
3672
|
+
"name": "foundationAnchorStyles",
|
|
3673
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
3674
|
+
}
|
|
3675
|
+
}
|
|
3676
|
+
]
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"kind": "javascript-module",
|
|
3680
|
+
"path": "src/anchor/anchor.template.ts",
|
|
3681
|
+
"declarations": [
|
|
3682
|
+
{
|
|
3683
|
+
"kind": "function",
|
|
3684
|
+
"name": "foundationAnchorTemplate",
|
|
3685
|
+
"return": {
|
|
3686
|
+
"type": {
|
|
3687
|
+
"text": "ViewTemplate<Anchor>"
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
"parameters": [
|
|
3759
3691
|
{
|
|
3760
|
-
"
|
|
3761
|
-
"
|
|
3762
|
-
|
|
3763
|
-
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3764
|
-
"inheritedFrom": {
|
|
3765
|
-
"name": "AnchoredRegion",
|
|
3766
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3692
|
+
"name": "context",
|
|
3693
|
+
"type": {
|
|
3694
|
+
"text": "ElementDefinitionContext"
|
|
3767
3695
|
}
|
|
3768
3696
|
},
|
|
3769
3697
|
{
|
|
3770
|
-
"
|
|
3771
|
-
"
|
|
3772
|
-
|
|
3773
|
-
|
|
3698
|
+
"name": "definition",
|
|
3699
|
+
"type": {
|
|
3700
|
+
"text": "FoundationElementDefinition"
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3703
|
+
]
|
|
3704
|
+
}
|
|
3705
|
+
],
|
|
3706
|
+
"exports": [
|
|
3707
|
+
{
|
|
3708
|
+
"kind": "js",
|
|
3709
|
+
"name": "foundationAnchorTemplate",
|
|
3710
|
+
"declaration": {
|
|
3711
|
+
"name": "foundationAnchorTemplate",
|
|
3712
|
+
"module": "src/anchor/anchor.template.ts"
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3715
|
+
]
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"kind": "javascript-module",
|
|
3719
|
+
"path": "src/anchor/anchor.ts",
|
|
3720
|
+
"declarations": [
|
|
3721
|
+
{
|
|
3722
|
+
"kind": "class",
|
|
3723
|
+
"description": "",
|
|
3724
|
+
"name": "Anchor",
|
|
3725
|
+
"superclass": {
|
|
3726
|
+
"name": "FASTAnchor",
|
|
3727
|
+
"package": "@microsoft/fast-components"
|
|
3728
|
+
},
|
|
3729
|
+
"tagName": "%%prefix%%-anchor",
|
|
3730
|
+
"customElement": true,
|
|
3731
|
+
"attributes": [
|
|
3732
|
+
{
|
|
3733
|
+
"name": "download",
|
|
3734
|
+
"type": {
|
|
3735
|
+
"text": "string"
|
|
3736
|
+
},
|
|
3737
|
+
"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.",
|
|
3738
|
+
"fieldName": "download",
|
|
3774
3739
|
"inheritedFrom": {
|
|
3775
|
-
"name": "
|
|
3776
|
-
"module": "src/
|
|
3740
|
+
"name": "Anchor",
|
|
3741
|
+
"module": "src/anchor/anchor.ts"
|
|
3777
3742
|
}
|
|
3778
3743
|
},
|
|
3779
3744
|
{
|
|
3780
|
-
"
|
|
3781
|
-
"
|
|
3782
|
-
|
|
3783
|
-
|
|
3745
|
+
"name": "href",
|
|
3746
|
+
"type": {
|
|
3747
|
+
"text": "string"
|
|
3748
|
+
},
|
|
3749
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3750
|
+
"fieldName": "href",
|
|
3784
3751
|
"inheritedFrom": {
|
|
3785
|
-
"name": "
|
|
3786
|
-
"module": "src/
|
|
3752
|
+
"name": "Anchor",
|
|
3753
|
+
"module": "src/anchor/anchor.ts"
|
|
3787
3754
|
}
|
|
3788
3755
|
},
|
|
3789
3756
|
{
|
|
3790
|
-
"
|
|
3791
|
-
"
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
"
|
|
3795
|
-
|
|
3796
|
-
|
|
3757
|
+
"name": "hreflang",
|
|
3758
|
+
"type": {
|
|
3759
|
+
"text": "string"
|
|
3760
|
+
},
|
|
3761
|
+
"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.",
|
|
3762
|
+
"fieldName": "hreflang",
|
|
3763
|
+
"inheritedFrom": {
|
|
3764
|
+
"name": "Anchor",
|
|
3765
|
+
"module": "src/anchor/anchor.ts"
|
|
3797
3766
|
}
|
|
3798
3767
|
},
|
|
3799
3768
|
{
|
|
3800
|
-
"
|
|
3801
|
-
"
|
|
3802
|
-
|
|
3803
|
-
|
|
3769
|
+
"name": "ping",
|
|
3770
|
+
"type": {
|
|
3771
|
+
"text": "string"
|
|
3772
|
+
},
|
|
3773
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3774
|
+
"fieldName": "ping",
|
|
3804
3775
|
"inheritedFrom": {
|
|
3805
|
-
"name": "
|
|
3806
|
-
"module": "src/
|
|
3776
|
+
"name": "Anchor",
|
|
3777
|
+
"module": "src/anchor/anchor.ts"
|
|
3807
3778
|
}
|
|
3808
3779
|
},
|
|
3809
3780
|
{
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3812
|
-
|
|
3813
|
-
|
|
3781
|
+
"name": "referrerpolicy",
|
|
3782
|
+
"type": {
|
|
3783
|
+
"text": "string"
|
|
3784
|
+
},
|
|
3785
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3786
|
+
"fieldName": "referrerpolicy",
|
|
3814
3787
|
"inheritedFrom": {
|
|
3815
|
-
"name": "
|
|
3816
|
-
"module": "src/
|
|
3788
|
+
"name": "Anchor",
|
|
3789
|
+
"module": "src/anchor/anchor.ts"
|
|
3817
3790
|
}
|
|
3818
3791
|
},
|
|
3819
3792
|
{
|
|
3820
|
-
"
|
|
3821
|
-
"
|
|
3822
|
-
|
|
3823
|
-
|
|
3793
|
+
"name": "rel",
|
|
3794
|
+
"type": {
|
|
3795
|
+
"text": "string"
|
|
3796
|
+
},
|
|
3797
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3798
|
+
"fieldName": "rel",
|
|
3824
3799
|
"inheritedFrom": {
|
|
3825
|
-
"name": "
|
|
3826
|
-
"module": "src/
|
|
3800
|
+
"name": "Anchor",
|
|
3801
|
+
"module": "src/anchor/anchor.ts"
|
|
3827
3802
|
}
|
|
3828
3803
|
},
|
|
3829
3804
|
{
|
|
3830
|
-
"
|
|
3831
|
-
"
|
|
3832
|
-
|
|
3833
|
-
|
|
3805
|
+
"name": "target",
|
|
3806
|
+
"type": {
|
|
3807
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3808
|
+
},
|
|
3809
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3810
|
+
"fieldName": "target",
|
|
3834
3811
|
"inheritedFrom": {
|
|
3835
|
-
"name": "
|
|
3836
|
-
"module": "src/
|
|
3812
|
+
"name": "Anchor",
|
|
3813
|
+
"module": "src/anchor/anchor.ts"
|
|
3837
3814
|
}
|
|
3838
3815
|
},
|
|
3816
|
+
{
|
|
3817
|
+
"name": "type",
|
|
3818
|
+
"type": {
|
|
3819
|
+
"text": "string"
|
|
3820
|
+
},
|
|
3821
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3822
|
+
"fieldName": "type",
|
|
3823
|
+
"inheritedFrom": {
|
|
3824
|
+
"name": "Anchor",
|
|
3825
|
+
"module": "src/anchor/anchor.ts"
|
|
3826
|
+
}
|
|
3827
|
+
}
|
|
3828
|
+
],
|
|
3829
|
+
"members": [
|
|
3839
3830
|
{
|
|
3840
3831
|
"kind": "field",
|
|
3841
|
-
"name": "
|
|
3842
|
-
"
|
|
3843
|
-
|
|
3832
|
+
"name": "download",
|
|
3833
|
+
"type": {
|
|
3834
|
+
"text": "string"
|
|
3835
|
+
},
|
|
3836
|
+
"privacy": "public",
|
|
3837
|
+
"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.",
|
|
3844
3838
|
"inheritedFrom": {
|
|
3845
|
-
"name": "
|
|
3846
|
-
"module": "src/
|
|
3839
|
+
"name": "Anchor",
|
|
3840
|
+
"module": "src/anchor/anchor.ts"
|
|
3847
3841
|
}
|
|
3848
3842
|
},
|
|
3849
3843
|
{
|
|
3850
3844
|
"kind": "field",
|
|
3851
|
-
"name": "
|
|
3852
|
-
"
|
|
3853
|
-
|
|
3845
|
+
"name": "href",
|
|
3846
|
+
"type": {
|
|
3847
|
+
"text": "string"
|
|
3848
|
+
},
|
|
3849
|
+
"privacy": "public",
|
|
3850
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3854
3851
|
"inheritedFrom": {
|
|
3855
|
-
"name": "
|
|
3856
|
-
"module": "src/
|
|
3852
|
+
"name": "Anchor",
|
|
3853
|
+
"module": "src/anchor/anchor.ts"
|
|
3857
3854
|
}
|
|
3858
3855
|
},
|
|
3859
3856
|
{
|
|
3860
3857
|
"kind": "field",
|
|
3861
|
-
"name": "
|
|
3862
|
-
"
|
|
3863
|
-
|
|
3858
|
+
"name": "hreflang",
|
|
3859
|
+
"type": {
|
|
3860
|
+
"text": "string"
|
|
3861
|
+
},
|
|
3862
|
+
"privacy": "public",
|
|
3863
|
+
"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.",
|
|
3864
3864
|
"inheritedFrom": {
|
|
3865
|
-
"name": "
|
|
3866
|
-
"module": "src/
|
|
3865
|
+
"name": "Anchor",
|
|
3866
|
+
"module": "src/anchor/anchor.ts"
|
|
3867
3867
|
}
|
|
3868
3868
|
},
|
|
3869
3869
|
{
|
|
3870
3870
|
"kind": "field",
|
|
3871
|
-
"name": "
|
|
3872
|
-
"
|
|
3873
|
-
|
|
3871
|
+
"name": "ping",
|
|
3872
|
+
"type": {
|
|
3873
|
+
"text": "string"
|
|
3874
|
+
},
|
|
3875
|
+
"privacy": "public",
|
|
3876
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3874
3877
|
"inheritedFrom": {
|
|
3875
|
-
"name": "
|
|
3876
|
-
"module": "src/
|
|
3878
|
+
"name": "Anchor",
|
|
3879
|
+
"module": "src/anchor/anchor.ts"
|
|
3877
3880
|
}
|
|
3878
3881
|
},
|
|
3879
3882
|
{
|
|
3880
3883
|
"kind": "field",
|
|
3881
|
-
"name": "
|
|
3882
|
-
"
|
|
3883
|
-
|
|
3884
|
+
"name": "referrerpolicy",
|
|
3885
|
+
"type": {
|
|
3886
|
+
"text": "string"
|
|
3887
|
+
},
|
|
3888
|
+
"privacy": "public",
|
|
3889
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3884
3890
|
"inheritedFrom": {
|
|
3885
|
-
"name": "
|
|
3886
|
-
"module": "src/
|
|
3891
|
+
"name": "Anchor",
|
|
3892
|
+
"module": "src/anchor/anchor.ts"
|
|
3887
3893
|
}
|
|
3888
3894
|
},
|
|
3889
3895
|
{
|
|
3890
3896
|
"kind": "field",
|
|
3891
|
-
"name": "
|
|
3892
|
-
"
|
|
3893
|
-
|
|
3897
|
+
"name": "rel",
|
|
3898
|
+
"type": {
|
|
3899
|
+
"text": "string"
|
|
3900
|
+
},
|
|
3901
|
+
"privacy": "public",
|
|
3902
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3894
3903
|
"inheritedFrom": {
|
|
3895
|
-
"name": "
|
|
3896
|
-
"module": "src/
|
|
3904
|
+
"name": "Anchor",
|
|
3905
|
+
"module": "src/anchor/anchor.ts"
|
|
3897
3906
|
}
|
|
3898
3907
|
},
|
|
3899
3908
|
{
|
|
3900
3909
|
"kind": "field",
|
|
3901
|
-
"name": "
|
|
3902
|
-
"
|
|
3903
|
-
|
|
3910
|
+
"name": "target",
|
|
3911
|
+
"type": {
|
|
3912
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3913
|
+
},
|
|
3914
|
+
"privacy": "public",
|
|
3915
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3904
3916
|
"inheritedFrom": {
|
|
3905
|
-
"name": "
|
|
3906
|
-
"module": "src/
|
|
3917
|
+
"name": "Anchor",
|
|
3918
|
+
"module": "src/anchor/anchor.ts"
|
|
3907
3919
|
}
|
|
3908
3920
|
},
|
|
3909
3921
|
{
|
|
3910
3922
|
"kind": "field",
|
|
3911
|
-
"name": "
|
|
3912
|
-
"
|
|
3913
|
-
|
|
3923
|
+
"name": "type",
|
|
3924
|
+
"type": {
|
|
3925
|
+
"text": "string"
|
|
3926
|
+
},
|
|
3927
|
+
"privacy": "public",
|
|
3928
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3914
3929
|
"inheritedFrom": {
|
|
3915
|
-
"name": "
|
|
3916
|
-
"module": "src/
|
|
3930
|
+
"name": "Anchor",
|
|
3931
|
+
"module": "src/anchor/anchor.ts"
|
|
3917
3932
|
}
|
|
3918
3933
|
},
|
|
3919
3934
|
{
|
|
3920
3935
|
"kind": "field",
|
|
3921
|
-
"name": "
|
|
3922
|
-
"
|
|
3923
|
-
|
|
3936
|
+
"name": "control",
|
|
3937
|
+
"type": {
|
|
3938
|
+
"text": "HTMLAnchorElement | undefined"
|
|
3939
|
+
},
|
|
3940
|
+
"privacy": "public",
|
|
3941
|
+
"description": "References the root element",
|
|
3924
3942
|
"inheritedFrom": {
|
|
3925
|
-
"name": "
|
|
3926
|
-
"module": "src/
|
|
3943
|
+
"name": "Anchor",
|
|
3944
|
+
"module": "src/anchor/anchor.ts"
|
|
3927
3945
|
}
|
|
3928
3946
|
},
|
|
3929
3947
|
{
|
|
3930
3948
|
"kind": "field",
|
|
3931
|
-
"name": "
|
|
3949
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
3932
3950
|
"privacy": "private",
|
|
3933
|
-
"description": "
|
|
3951
|
+
"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",
|
|
3934
3952
|
"inheritedFrom": {
|
|
3935
|
-
"name": "
|
|
3936
|
-
"module": "src/
|
|
3953
|
+
"name": "Anchor",
|
|
3954
|
+
"module": "src/anchor/anchor.ts"
|
|
3937
3955
|
}
|
|
3938
3956
|
},
|
|
3939
3957
|
{
|
|
@@ -4047,29 +4065,11 @@
|
|
|
4047
4065
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4048
4066
|
}
|
|
4049
4067
|
}
|
|
4050
|
-
],
|
|
4051
|
-
"events": [
|
|
4052
|
-
{
|
|
4053
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4054
|
-
"name": "loaded",
|
|
4055
|
-
"inheritedFrom": {
|
|
4056
|
-
"name": "AnchoredRegion",
|
|
4057
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4058
|
-
}
|
|
4059
|
-
},
|
|
4060
|
-
{
|
|
4061
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4062
|
-
"name": "positionchange",
|
|
4063
|
-
"inheritedFrom": {
|
|
4064
|
-
"name": "AnchoredRegion",
|
|
4065
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4066
|
-
}
|
|
4067
|
-
}
|
|
4068
4068
|
]
|
|
4069
4069
|
},
|
|
4070
4070
|
{
|
|
4071
4071
|
"kind": "variable",
|
|
4072
|
-
"name": "
|
|
4072
|
+
"name": "foundationAnchorShadowOptions",
|
|
4073
4073
|
"type": {
|
|
4074
4074
|
"text": "ShadowRootInit"
|
|
4075
4075
|
},
|
|
@@ -4077,7 +4077,7 @@
|
|
|
4077
4077
|
},
|
|
4078
4078
|
{
|
|
4079
4079
|
"kind": "variable",
|
|
4080
|
-
"name": "
|
|
4080
|
+
"name": "defaultAnchorConfig",
|
|
4081
4081
|
"type": {
|
|
4082
4082
|
"text": "object"
|
|
4083
4083
|
},
|
|
@@ -4085,49 +4085,49 @@
|
|
|
4085
4085
|
},
|
|
4086
4086
|
{
|
|
4087
4087
|
"kind": "variable",
|
|
4088
|
-
"name": "
|
|
4089
|
-
"description": "The Foundation
|
|
4088
|
+
"name": "foundationAnchor",
|
|
4089
|
+
"description": "The Foundation Anchor",
|
|
4090
4090
|
"privacy": "public"
|
|
4091
4091
|
}
|
|
4092
4092
|
],
|
|
4093
4093
|
"exports": [
|
|
4094
4094
|
{
|
|
4095
4095
|
"kind": "js",
|
|
4096
|
-
"name": "
|
|
4096
|
+
"name": "Anchor",
|
|
4097
4097
|
"declaration": {
|
|
4098
|
-
"name": "
|
|
4099
|
-
"module": "src/
|
|
4098
|
+
"name": "Anchor",
|
|
4099
|
+
"module": "src/anchor/anchor.ts"
|
|
4100
4100
|
}
|
|
4101
4101
|
},
|
|
4102
4102
|
{
|
|
4103
4103
|
"kind": "js",
|
|
4104
|
-
"name": "
|
|
4104
|
+
"name": "foundationAnchorShadowOptions",
|
|
4105
4105
|
"declaration": {
|
|
4106
|
-
"name": "
|
|
4107
|
-
"module": "src/
|
|
4106
|
+
"name": "foundationAnchorShadowOptions",
|
|
4107
|
+
"module": "src/anchor/anchor.ts"
|
|
4108
4108
|
}
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "js",
|
|
4112
|
-
"name": "
|
|
4112
|
+
"name": "defaultAnchorConfig",
|
|
4113
4113
|
"declaration": {
|
|
4114
|
-
"name": "
|
|
4115
|
-
"module": "src/
|
|
4114
|
+
"name": "defaultAnchorConfig",
|
|
4115
|
+
"module": "src/anchor/anchor.ts"
|
|
4116
4116
|
}
|
|
4117
4117
|
},
|
|
4118
4118
|
{
|
|
4119
4119
|
"kind": "js",
|
|
4120
|
-
"name": "
|
|
4120
|
+
"name": "foundationAnchor",
|
|
4121
4121
|
"declaration": {
|
|
4122
|
-
"name": "
|
|
4123
|
-
"module": "src/
|
|
4122
|
+
"name": "foundationAnchor",
|
|
4123
|
+
"module": "src/anchor/anchor.ts"
|
|
4124
4124
|
}
|
|
4125
4125
|
}
|
|
4126
4126
|
]
|
|
4127
4127
|
},
|
|
4128
4128
|
{
|
|
4129
4129
|
"kind": "javascript-module",
|
|
4130
|
-
"path": "src/
|
|
4130
|
+
"path": "src/anchor/index.ts",
|
|
4131
4131
|
"declarations": [],
|
|
4132
4132
|
"exports": [
|
|
4133
4133
|
{
|
|
@@ -4135,7 +4135,7 @@
|
|
|
4135
4135
|
"name": "*",
|
|
4136
4136
|
"declaration": {
|
|
4137
4137
|
"name": "*",
|
|
4138
|
-
"package": "./anchor
|
|
4138
|
+
"package": "./anchor.template"
|
|
4139
4139
|
}
|
|
4140
4140
|
},
|
|
4141
4141
|
{
|
|
@@ -4143,7 +4143,7 @@
|
|
|
4143
4143
|
"name": "*",
|
|
4144
4144
|
"declaration": {
|
|
4145
4145
|
"name": "*",
|
|
4146
|
-
"package": "./
|
|
4146
|
+
"package": "./anchor.styles"
|
|
4147
4147
|
}
|
|
4148
4148
|
},
|
|
4149
4149
|
{
|
|
@@ -4151,7 +4151,7 @@
|
|
|
4151
4151
|
"name": "*",
|
|
4152
4152
|
"declaration": {
|
|
4153
4153
|
"name": "*",
|
|
4154
|
-
"package": "./
|
|
4154
|
+
"package": "./anchor"
|
|
4155
4155
|
}
|
|
4156
4156
|
}
|
|
4157
4157
|
]
|