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