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