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