@genesislcap/foundation-ui 14.217.3 → 14.217.4
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 +1904 -1904
- package/package.json +17 -17
|
@@ -862,219 +862,6 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/_config/index.ts",
|
|
868
|
-
"declarations": [],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "*",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "*",
|
|
875
|
-
"package": "./styles"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "js",
|
|
880
|
-
"name": "*",
|
|
881
|
-
"declaration": {
|
|
882
|
-
"name": "*",
|
|
883
|
-
"package": "./tokens"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "*",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "*",
|
|
891
|
-
"package": "./values"
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "javascript-module",
|
|
898
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
899
|
-
"declarations": [
|
|
900
|
-
{
|
|
901
|
-
"kind": "function",
|
|
902
|
-
"name": "foundationAccordionStyles",
|
|
903
|
-
"return": {
|
|
904
|
-
"type": {
|
|
905
|
-
"text": "ElementStyles"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
"parameters": [
|
|
909
|
-
{
|
|
910
|
-
"name": "context",
|
|
911
|
-
"type": {
|
|
912
|
-
"text": "ElementDefinitionContext"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"name": "definition",
|
|
917
|
-
"type": {
|
|
918
|
-
"text": "FoundationElementDefinition"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
}
|
|
923
|
-
],
|
|
924
|
-
"exports": [
|
|
925
|
-
{
|
|
926
|
-
"kind": "js",
|
|
927
|
-
"name": "foundationAccordionStyles",
|
|
928
|
-
"declaration": {
|
|
929
|
-
"name": "foundationAccordionStyles",
|
|
930
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
]
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"kind": "javascript-module",
|
|
937
|
-
"path": "src/accordion/accordion.template.ts",
|
|
938
|
-
"declarations": [
|
|
939
|
-
{
|
|
940
|
-
"kind": "function",
|
|
941
|
-
"name": "foundationAccordionTemplate",
|
|
942
|
-
"return": {
|
|
943
|
-
"type": {
|
|
944
|
-
"text": "ViewTemplate<Accordion>"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
"parameters": [
|
|
948
|
-
{
|
|
949
|
-
"name": "context",
|
|
950
|
-
"type": {
|
|
951
|
-
"text": "ElementDefinitionContext"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "definition",
|
|
956
|
-
"type": {
|
|
957
|
-
"text": "FoundationElementDefinition"
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
]
|
|
961
|
-
}
|
|
962
|
-
],
|
|
963
|
-
"exports": [
|
|
964
|
-
{
|
|
965
|
-
"kind": "js",
|
|
966
|
-
"name": "foundationAccordionTemplate",
|
|
967
|
-
"declaration": {
|
|
968
|
-
"name": "foundationAccordionTemplate",
|
|
969
|
-
"module": "src/accordion/accordion.template.ts"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
]
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"kind": "javascript-module",
|
|
976
|
-
"path": "src/accordion/accordion.ts",
|
|
977
|
-
"declarations": [
|
|
978
|
-
{
|
|
979
|
-
"kind": "class",
|
|
980
|
-
"description": "",
|
|
981
|
-
"name": "Accordion",
|
|
982
|
-
"superclass": {
|
|
983
|
-
"name": "FASTAccordion",
|
|
984
|
-
"package": "@microsoft/fast-foundation"
|
|
985
|
-
},
|
|
986
|
-
"tagName": "%%prefix%%-accordion",
|
|
987
|
-
"customElement": true
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"kind": "variable",
|
|
991
|
-
"name": "foundationAccordionShadowOptions",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "ShadowRootInit"
|
|
994
|
-
},
|
|
995
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"kind": "variable",
|
|
999
|
-
"name": "defaultAccordionConfig",
|
|
1000
|
-
"type": {
|
|
1001
|
-
"text": "object"
|
|
1002
|
-
},
|
|
1003
|
-
"default": "{}"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "variable",
|
|
1007
|
-
"name": "foundationAccordion",
|
|
1008
|
-
"description": "The Foundation Accordion",
|
|
1009
|
-
"privacy": "public"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"exports": [
|
|
1013
|
-
{
|
|
1014
|
-
"kind": "js",
|
|
1015
|
-
"name": "Accordion",
|
|
1016
|
-
"declaration": {
|
|
1017
|
-
"name": "Accordion",
|
|
1018
|
-
"module": "src/accordion/accordion.ts"
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"kind": "js",
|
|
1023
|
-
"name": "foundationAccordionShadowOptions",
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "foundationAccordionShadowOptions",
|
|
1026
|
-
"module": "src/accordion/accordion.ts"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "js",
|
|
1031
|
-
"name": "defaultAccordionConfig",
|
|
1032
|
-
"declaration": {
|
|
1033
|
-
"name": "defaultAccordionConfig",
|
|
1034
|
-
"module": "src/accordion/accordion.ts"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "js",
|
|
1039
|
-
"name": "foundationAccordion",
|
|
1040
|
-
"declaration": {
|
|
1041
|
-
"name": "foundationAccordion",
|
|
1042
|
-
"module": "src/accordion/accordion.ts"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
]
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "javascript-module",
|
|
1049
|
-
"path": "src/accordion/index.ts",
|
|
1050
|
-
"declarations": [],
|
|
1051
|
-
"exports": [
|
|
1052
|
-
{
|
|
1053
|
-
"kind": "js",
|
|
1054
|
-
"name": "*",
|
|
1055
|
-
"declaration": {
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"package": "./accordion.template"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "js",
|
|
1062
|
-
"name": "*",
|
|
1063
|
-
"declaration": {
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"package": "./accordion.styles"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "js",
|
|
1070
|
-
"name": "*",
|
|
1071
|
-
"declaration": {
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"package": "./accordion"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
865
|
{
|
|
1079
866
|
"kind": "javascript-module",
|
|
1080
867
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1471,14 +1258,14 @@
|
|
|
1471
1258
|
},
|
|
1472
1259
|
{
|
|
1473
1260
|
"kind": "javascript-module",
|
|
1474
|
-
"path": "src/
|
|
1261
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1475
1262
|
"declarations": [
|
|
1476
1263
|
{
|
|
1477
1264
|
"kind": "function",
|
|
1478
|
-
"name": "
|
|
1265
|
+
"name": "foundationAccordionStyles",
|
|
1479
1266
|
"return": {
|
|
1480
1267
|
"type": {
|
|
1481
|
-
"text": "
|
|
1268
|
+
"text": "ElementStyles"
|
|
1482
1269
|
}
|
|
1483
1270
|
},
|
|
1484
1271
|
"parameters": [
|
|
@@ -1500,24 +1287,24 @@
|
|
|
1500
1287
|
"exports": [
|
|
1501
1288
|
{
|
|
1502
1289
|
"kind": "js",
|
|
1503
|
-
"name": "
|
|
1290
|
+
"name": "foundationAccordionStyles",
|
|
1504
1291
|
"declaration": {
|
|
1505
|
-
"name": "
|
|
1506
|
-
"module": "src/
|
|
1292
|
+
"name": "foundationAccordionStyles",
|
|
1293
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1507
1294
|
}
|
|
1508
1295
|
}
|
|
1509
1296
|
]
|
|
1510
1297
|
},
|
|
1511
1298
|
{
|
|
1512
1299
|
"kind": "javascript-module",
|
|
1513
|
-
"path": "src/
|
|
1300
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1514
1301
|
"declarations": [
|
|
1515
1302
|
{
|
|
1516
1303
|
"kind": "function",
|
|
1517
|
-
"name": "
|
|
1304
|
+
"name": "foundationAccordionTemplate",
|
|
1518
1305
|
"return": {
|
|
1519
1306
|
"type": {
|
|
1520
|
-
"text": "
|
|
1307
|
+
"text": "ViewTemplate<Accordion>"
|
|
1521
1308
|
}
|
|
1522
1309
|
},
|
|
1523
1310
|
"parameters": [
|
|
@@ -1539,1016 +1326,1538 @@
|
|
|
1539
1326
|
"exports": [
|
|
1540
1327
|
{
|
|
1541
1328
|
"kind": "js",
|
|
1542
|
-
"name": "
|
|
1329
|
+
"name": "foundationAccordionTemplate",
|
|
1543
1330
|
"declaration": {
|
|
1544
|
-
"name": "
|
|
1545
|
-
"module": "src/
|
|
1331
|
+
"name": "foundationAccordionTemplate",
|
|
1332
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1546
1333
|
}
|
|
1547
1334
|
}
|
|
1548
1335
|
]
|
|
1549
1336
|
},
|
|
1550
1337
|
{
|
|
1551
1338
|
"kind": "javascript-module",
|
|
1552
|
-
"path": "src/
|
|
1339
|
+
"path": "src/accordion/accordion.ts",
|
|
1553
1340
|
"declarations": [
|
|
1554
1341
|
{
|
|
1555
1342
|
"kind": "class",
|
|
1556
1343
|
"description": "",
|
|
1557
|
-
"name": "
|
|
1344
|
+
"name": "Accordion",
|
|
1558
1345
|
"superclass": {
|
|
1559
|
-
"name": "
|
|
1560
|
-
"package": "@microsoft/fast-
|
|
1346
|
+
"name": "FASTAccordion",
|
|
1347
|
+
"package": "@microsoft/fast-foundation"
|
|
1561
1348
|
},
|
|
1562
|
-
"tagName": "%%prefix%%-
|
|
1563
|
-
"customElement": true
|
|
1564
|
-
|
|
1349
|
+
"tagName": "%%prefix%%-accordion",
|
|
1350
|
+
"customElement": true
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"kind": "variable",
|
|
1354
|
+
"name": "foundationAccordionShadowOptions",
|
|
1355
|
+
"type": {
|
|
1356
|
+
"text": "ShadowRootInit"
|
|
1357
|
+
},
|
|
1358
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"kind": "variable",
|
|
1362
|
+
"name": "defaultAccordionConfig",
|
|
1363
|
+
"type": {
|
|
1364
|
+
"text": "object"
|
|
1365
|
+
},
|
|
1366
|
+
"default": "{}"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "variable",
|
|
1370
|
+
"name": "foundationAccordion",
|
|
1371
|
+
"description": "The Foundation Accordion",
|
|
1372
|
+
"privacy": "public"
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"exports": [
|
|
1376
|
+
{
|
|
1377
|
+
"kind": "js",
|
|
1378
|
+
"name": "Accordion",
|
|
1379
|
+
"declaration": {
|
|
1380
|
+
"name": "Accordion",
|
|
1381
|
+
"module": "src/accordion/accordion.ts"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"kind": "js",
|
|
1386
|
+
"name": "foundationAccordionShadowOptions",
|
|
1387
|
+
"declaration": {
|
|
1388
|
+
"name": "foundationAccordionShadowOptions",
|
|
1389
|
+
"module": "src/accordion/accordion.ts"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "js",
|
|
1394
|
+
"name": "defaultAccordionConfig",
|
|
1395
|
+
"declaration": {
|
|
1396
|
+
"name": "defaultAccordionConfig",
|
|
1397
|
+
"module": "src/accordion/accordion.ts"
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"kind": "js",
|
|
1402
|
+
"name": "foundationAccordion",
|
|
1403
|
+
"declaration": {
|
|
1404
|
+
"name": "foundationAccordion",
|
|
1405
|
+
"module": "src/accordion/accordion.ts"
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"kind": "javascript-module",
|
|
1412
|
+
"path": "src/accordion/index.ts",
|
|
1413
|
+
"declarations": [],
|
|
1414
|
+
"exports": [
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "*",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "*",
|
|
1420
|
+
"package": "./accordion.template"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "*",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "*",
|
|
1428
|
+
"package": "./accordion.styles"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "*",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "*",
|
|
1436
|
+
"package": "./accordion"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "javascript-module",
|
|
1443
|
+
"path": "src/_config/index.ts",
|
|
1444
|
+
"declarations": [],
|
|
1445
|
+
"exports": [
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "*",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"package": "./styles"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "*",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"package": "./tokens"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "*",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"package": "./values"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"kind": "javascript-module",
|
|
1474
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1475
|
+
"declarations": [
|
|
1476
|
+
{
|
|
1477
|
+
"kind": "function",
|
|
1478
|
+
"name": "actionsMenuBaseStyles",
|
|
1479
|
+
"return": {
|
|
1480
|
+
"type": {
|
|
1481
|
+
"text": "ElementStyles"
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
"parameters": [
|
|
1565
1485
|
{
|
|
1566
|
-
"name": "
|
|
1486
|
+
"name": "context",
|
|
1567
1487
|
"type": {
|
|
1568
|
-
"text": "
|
|
1569
|
-
},
|
|
1570
|
-
"default": "\"\"",
|
|
1571
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
1572
|
-
"fieldName": "anchor",
|
|
1573
|
-
"inheritedFrom": {
|
|
1574
|
-
"name": "AnchoredRegion",
|
|
1575
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1488
|
+
"text": "ElementDefinitionContext"
|
|
1576
1489
|
}
|
|
1577
1490
|
},
|
|
1578
1491
|
{
|
|
1579
|
-
"name": "
|
|
1492
|
+
"name": "definition",
|
|
1580
1493
|
"type": {
|
|
1581
|
-
"text": "
|
|
1582
|
-
},
|
|
1583
|
-
"default": "\"\"",
|
|
1584
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
1585
|
-
"fieldName": "viewport",
|
|
1586
|
-
"inheritedFrom": {
|
|
1587
|
-
"name": "AnchoredRegion",
|
|
1588
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1494
|
+
"text": "FoundationElementDefinition"
|
|
1589
1495
|
}
|
|
1590
|
-
}
|
|
1496
|
+
}
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "function",
|
|
1501
|
+
"name": "foundationActionsMenuStyles",
|
|
1502
|
+
"return": {
|
|
1503
|
+
"type": {
|
|
1504
|
+
"text": "ElementStyles"
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
"parameters": [
|
|
1591
1508
|
{
|
|
1592
|
-
"name": "
|
|
1509
|
+
"name": "context",
|
|
1593
1510
|
"type": {
|
|
1594
|
-
"text": "
|
|
1595
|
-
},
|
|
1596
|
-
"default": "\"uncontrolled\"",
|
|
1597
|
-
"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",
|
|
1598
|
-
"fieldName": "horizontalPositioningMode",
|
|
1599
|
-
"inheritedFrom": {
|
|
1600
|
-
"name": "AnchoredRegion",
|
|
1601
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1511
|
+
"text": "ElementDefinitionContext"
|
|
1602
1512
|
}
|
|
1603
1513
|
},
|
|
1604
1514
|
{
|
|
1605
|
-
"name": "
|
|
1515
|
+
"name": "definition",
|
|
1606
1516
|
"type": {
|
|
1607
|
-
"text": "
|
|
1608
|
-
},
|
|
1609
|
-
"default": "\"unset\"",
|
|
1610
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
1611
|
-
"fieldName": "horizontalDefaultPosition",
|
|
1612
|
-
"inheritedFrom": {
|
|
1613
|
-
"name": "AnchoredRegion",
|
|
1614
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1517
|
+
"text": "FoundationElementDefinition"
|
|
1615
1518
|
}
|
|
1616
|
-
}
|
|
1519
|
+
}
|
|
1520
|
+
]
|
|
1521
|
+
}
|
|
1522
|
+
],
|
|
1523
|
+
"exports": [
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "js",
|
|
1526
|
+
"name": "actionsMenuBaseStyles",
|
|
1527
|
+
"declaration": {
|
|
1528
|
+
"name": "actionsMenuBaseStyles",
|
|
1529
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "js",
|
|
1534
|
+
"name": "foundationActionsMenuStyles",
|
|
1535
|
+
"declaration": {
|
|
1536
|
+
"name": "foundationActionsMenuStyles",
|
|
1537
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "javascript-module",
|
|
1544
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1545
|
+
"declarations": [
|
|
1546
|
+
{
|
|
1547
|
+
"kind": "function",
|
|
1548
|
+
"name": "menuTemplate",
|
|
1549
|
+
"parameters": [
|
|
1617
1550
|
{
|
|
1618
|
-
"name": "
|
|
1551
|
+
"name": "prefix",
|
|
1619
1552
|
"type": {
|
|
1620
|
-
"text": "
|
|
1621
|
-
},
|
|
1622
|
-
"default": "false",
|
|
1623
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
1624
|
-
"fieldName": "horizontalViewportLock",
|
|
1625
|
-
"inheritedFrom": {
|
|
1626
|
-
"name": "AnchoredRegion",
|
|
1627
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1553
|
+
"text": "string"
|
|
1628
1554
|
}
|
|
1629
|
-
}
|
|
1555
|
+
}
|
|
1556
|
+
]
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "function",
|
|
1560
|
+
"name": "singleOptionTemplate",
|
|
1561
|
+
"parameters": [
|
|
1630
1562
|
{
|
|
1631
|
-
"name": "
|
|
1563
|
+
"name": "prefix",
|
|
1632
1564
|
"type": {
|
|
1633
|
-
"text": "
|
|
1634
|
-
},
|
|
1635
|
-
"default": "false",
|
|
1636
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
1637
|
-
"fieldName": "horizontalInset",
|
|
1638
|
-
"inheritedFrom": {
|
|
1639
|
-
"name": "AnchoredRegion",
|
|
1640
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1565
|
+
"text": "string"
|
|
1641
1566
|
}
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"kind": "variable",
|
|
1572
|
+
"name": "foundationActionsMenuTemplate",
|
|
1573
|
+
"type": {
|
|
1574
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1575
|
+
},
|
|
1576
|
+
"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`"
|
|
1577
|
+
}
|
|
1578
|
+
],
|
|
1579
|
+
"exports": [
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "js",
|
|
1582
|
+
"name": "menuTemplate",
|
|
1583
|
+
"declaration": {
|
|
1584
|
+
"name": "menuTemplate",
|
|
1585
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"kind": "js",
|
|
1590
|
+
"name": "singleOptionTemplate",
|
|
1591
|
+
"declaration": {
|
|
1592
|
+
"name": "singleOptionTemplate",
|
|
1593
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "js",
|
|
1598
|
+
"name": "foundationActionsMenuTemplate",
|
|
1599
|
+
"declaration": {
|
|
1600
|
+
"name": "foundationActionsMenuTemplate",
|
|
1601
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
]
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"kind": "javascript-module",
|
|
1608
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1609
|
+
"declarations": [
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "class",
|
|
1612
|
+
"description": "",
|
|
1613
|
+
"name": "ActionsMenu",
|
|
1614
|
+
"members": [
|
|
1615
|
+
{
|
|
1616
|
+
"kind": "field",
|
|
1617
|
+
"name": "actions",
|
|
1618
|
+
"type": {
|
|
1619
|
+
"text": "ActionMenuItem[]"
|
|
1653
1620
|
}
|
|
1654
1621
|
},
|
|
1655
1622
|
{
|
|
1656
|
-
"
|
|
1623
|
+
"kind": "field",
|
|
1624
|
+
"name": "isVertical",
|
|
1657
1625
|
"type": {
|
|
1658
|
-
"text": "
|
|
1626
|
+
"text": "boolean"
|
|
1659
1627
|
},
|
|
1660
|
-
"default": "
|
|
1661
|
-
"description": "Defines how the width of the region is calculated",
|
|
1662
|
-
"fieldName": "horizontalScaling",
|
|
1663
|
-
"inheritedFrom": {
|
|
1664
|
-
"name": "AnchoredRegion",
|
|
1665
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1666
|
-
}
|
|
1628
|
+
"default": "false"
|
|
1667
1629
|
},
|
|
1668
1630
|
{
|
|
1669
|
-
"
|
|
1631
|
+
"kind": "field",
|
|
1632
|
+
"name": "addDefaultActions",
|
|
1670
1633
|
"type": {
|
|
1671
|
-
"text": "
|
|
1634
|
+
"text": "boolean"
|
|
1672
1635
|
},
|
|
1673
|
-
"default": "
|
|
1674
|
-
"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",
|
|
1675
|
-
"fieldName": "verticalPositioningMode",
|
|
1676
|
-
"inheritedFrom": {
|
|
1677
|
-
"name": "AnchoredRegion",
|
|
1678
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1679
|
-
}
|
|
1636
|
+
"default": "true"
|
|
1680
1637
|
},
|
|
1681
1638
|
{
|
|
1682
|
-
"
|
|
1639
|
+
"kind": "field",
|
|
1640
|
+
"name": "autoCloseOnAction",
|
|
1683
1641
|
"type": {
|
|
1684
|
-
"text": "
|
|
1642
|
+
"text": "boolean"
|
|
1685
1643
|
},
|
|
1686
|
-
"default": "
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
"
|
|
1690
|
-
|
|
1691
|
-
|
|
1644
|
+
"default": "true"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "field",
|
|
1648
|
+
"name": "classNames",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "string"
|
|
1692
1651
|
}
|
|
1693
1652
|
},
|
|
1694
1653
|
{
|
|
1695
|
-
"
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "definition",
|
|
1656
|
+
"type": {
|
|
1657
|
+
"text": "any"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "field",
|
|
1662
|
+
"name": "name",
|
|
1663
|
+
"type": {
|
|
1664
|
+
"text": "string"
|
|
1665
|
+
},
|
|
1666
|
+
"default": "'Actions'"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "field",
|
|
1670
|
+
"name": "open",
|
|
1696
1671
|
"type": {
|
|
1697
1672
|
"text": "boolean"
|
|
1698
1673
|
},
|
|
1699
|
-
"default": "false"
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
"
|
|
1703
|
-
|
|
1704
|
-
|
|
1674
|
+
"default": "false"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "field",
|
|
1678
|
+
"name": "buttonAppearance",
|
|
1679
|
+
"type": {
|
|
1680
|
+
"text": "string"
|
|
1705
1681
|
}
|
|
1706
1682
|
},
|
|
1707
1683
|
{
|
|
1708
|
-
"
|
|
1684
|
+
"kind": "field",
|
|
1685
|
+
"name": "hideDisabled",
|
|
1709
1686
|
"type": {
|
|
1710
1687
|
"text": "boolean"
|
|
1711
1688
|
},
|
|
1712
|
-
"default": "false"
|
|
1713
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
1714
|
-
"fieldName": "verticalInset",
|
|
1715
|
-
"inheritedFrom": {
|
|
1716
|
-
"name": "AnchoredRegion",
|
|
1717
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1718
|
-
}
|
|
1689
|
+
"default": "false"
|
|
1719
1690
|
},
|
|
1720
1691
|
{
|
|
1721
|
-
"
|
|
1692
|
+
"kind": "field",
|
|
1693
|
+
"name": "hideMenuSingleOption",
|
|
1722
1694
|
"type": {
|
|
1723
|
-
"text": "
|
|
1695
|
+
"text": "boolean"
|
|
1724
1696
|
},
|
|
1725
|
-
"
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1697
|
+
"default": "false"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "field",
|
|
1701
|
+
"name": "singleOption",
|
|
1702
|
+
"type": {
|
|
1703
|
+
"text": "ActionMenuItem"
|
|
1730
1704
|
}
|
|
1731
1705
|
},
|
|
1732
1706
|
{
|
|
1733
|
-
"
|
|
1707
|
+
"kind": "field",
|
|
1708
|
+
"name": "actionsMenu",
|
|
1734
1709
|
"type": {
|
|
1735
|
-
"text": "
|
|
1736
|
-
},
|
|
1737
|
-
"default": "\"content\"",
|
|
1738
|
-
"description": "Defines how the height of the region is calculated",
|
|
1739
|
-
"fieldName": "verticalScaling",
|
|
1740
|
-
"inheritedFrom": {
|
|
1741
|
-
"name": "AnchoredRegion",
|
|
1742
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1710
|
+
"text": "HTMLElement"
|
|
1743
1711
|
}
|
|
1744
1712
|
},
|
|
1745
1713
|
{
|
|
1746
|
-
"
|
|
1714
|
+
"kind": "method",
|
|
1715
|
+
"name": "definitionChanged",
|
|
1716
|
+
"privacy": "protected",
|
|
1717
|
+
"parameters": [
|
|
1718
|
+
{
|
|
1719
|
+
"name": "oldValue",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "any"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "newValue",
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "any"
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "method",
|
|
1734
|
+
"name": "openChanged",
|
|
1735
|
+
"privacy": "protected"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"kind": "method",
|
|
1739
|
+
"name": "toggleActionsMenuVisibility"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "method",
|
|
1743
|
+
"name": "onActionMenuItemClick",
|
|
1744
|
+
"parameters": [
|
|
1745
|
+
{
|
|
1746
|
+
"name": "callback",
|
|
1747
|
+
"type": {
|
|
1748
|
+
"text": "(rowData) => void | any"
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1751
|
+
]
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"kind": "field",
|
|
1755
|
+
"name": "allActions",
|
|
1747
1756
|
"type": {
|
|
1748
|
-
"text": "
|
|
1757
|
+
"text": "ActionMenuItem[]"
|
|
1749
1758
|
},
|
|
1750
|
-
"
|
|
1751
|
-
|
|
1752
|
-
|
|
1759
|
+
"readonly": true
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "field",
|
|
1763
|
+
"name": "rowData",
|
|
1764
|
+
"readonly": true
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"kind": "method",
|
|
1768
|
+
"name": "getLabel",
|
|
1769
|
+
"parameters": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "name",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "string | ((rowData: any) => string)"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "method",
|
|
1780
|
+
"name": "getTemplate",
|
|
1781
|
+
"parameters": [
|
|
1782
|
+
{
|
|
1783
|
+
"name": "prefix",
|
|
1784
|
+
"type": {
|
|
1785
|
+
"text": "string"
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "field",
|
|
1792
|
+
"name": "_presentation",
|
|
1793
|
+
"type": {
|
|
1794
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1795
|
+
},
|
|
1796
|
+
"privacy": "private",
|
|
1797
|
+
"default": "void 0",
|
|
1753
1798
|
"inheritedFrom": {
|
|
1754
|
-
"name": "
|
|
1755
|
-
"module": "src/
|
|
1799
|
+
"name": "FoundationElement",
|
|
1800
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1756
1801
|
}
|
|
1757
1802
|
},
|
|
1758
1803
|
{
|
|
1759
|
-
"
|
|
1804
|
+
"kind": "field",
|
|
1805
|
+
"name": "$presentation",
|
|
1760
1806
|
"type": {
|
|
1761
|
-
"text": "
|
|
1807
|
+
"text": "ComponentPresentation | null"
|
|
1762
1808
|
},
|
|
1763
|
-
"
|
|
1764
|
-
"description": "
|
|
1765
|
-
"fieldName": "autoUpdateMode",
|
|
1809
|
+
"privacy": "public",
|
|
1810
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1766
1811
|
"inheritedFrom": {
|
|
1767
|
-
"name": "
|
|
1768
|
-
"module": "src/
|
|
1812
|
+
"name": "FoundationElement",
|
|
1813
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1769
1814
|
}
|
|
1770
|
-
}
|
|
1771
|
-
],
|
|
1772
|
-
"members": [
|
|
1815
|
+
},
|
|
1773
1816
|
{
|
|
1774
1817
|
"kind": "field",
|
|
1775
|
-
"name": "
|
|
1818
|
+
"name": "template",
|
|
1776
1819
|
"type": {
|
|
1777
|
-
"text": "
|
|
1820
|
+
"text": "ElementViewTemplate | void | null"
|
|
1778
1821
|
},
|
|
1779
1822
|
"privacy": "public",
|
|
1780
|
-
"
|
|
1781
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
1823
|
+
"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.",
|
|
1782
1824
|
"inheritedFrom": {
|
|
1783
|
-
"name": "
|
|
1784
|
-
"module": "src/
|
|
1825
|
+
"name": "FoundationElement",
|
|
1826
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1785
1827
|
}
|
|
1786
1828
|
},
|
|
1787
1829
|
{
|
|
1788
1830
|
"kind": "method",
|
|
1789
|
-
"name": "
|
|
1790
|
-
"privacy": "
|
|
1831
|
+
"name": "templateChanged",
|
|
1832
|
+
"privacy": "protected",
|
|
1791
1833
|
"return": {
|
|
1792
1834
|
"type": {
|
|
1793
1835
|
"text": "void"
|
|
1794
1836
|
}
|
|
1795
1837
|
},
|
|
1796
1838
|
"inheritedFrom": {
|
|
1797
|
-
"name": "
|
|
1798
|
-
"module": "src/
|
|
1839
|
+
"name": "FoundationElement",
|
|
1840
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1799
1841
|
}
|
|
1800
1842
|
},
|
|
1801
1843
|
{
|
|
1802
1844
|
"kind": "field",
|
|
1803
|
-
"name": "
|
|
1845
|
+
"name": "styles",
|
|
1804
1846
|
"type": {
|
|
1805
|
-
"text": "
|
|
1847
|
+
"text": "ElementStyles | void | null"
|
|
1806
1848
|
},
|
|
1807
1849
|
"privacy": "public",
|
|
1808
|
-
"
|
|
1809
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
1850
|
+
"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.",
|
|
1810
1851
|
"inheritedFrom": {
|
|
1811
|
-
"name": "
|
|
1812
|
-
"module": "src/
|
|
1852
|
+
"name": "FoundationElement",
|
|
1853
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1813
1854
|
}
|
|
1814
1855
|
},
|
|
1815
1856
|
{
|
|
1816
1857
|
"kind": "method",
|
|
1817
|
-
"name": "
|
|
1818
|
-
"privacy": "
|
|
1858
|
+
"name": "stylesChanged",
|
|
1859
|
+
"privacy": "protected",
|
|
1819
1860
|
"return": {
|
|
1820
1861
|
"type": {
|
|
1821
1862
|
"text": "void"
|
|
1822
1863
|
}
|
|
1823
1864
|
},
|
|
1824
1865
|
"inheritedFrom": {
|
|
1825
|
-
"name": "
|
|
1826
|
-
"module": "src/
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"kind": "field",
|
|
1831
|
-
"name": "horizontalPositioningMode",
|
|
1832
|
-
"type": {
|
|
1833
|
-
"text": "AxisPositioningMode"
|
|
1834
|
-
},
|
|
1835
|
-
"privacy": "public",
|
|
1836
|
-
"default": "\"uncontrolled\"",
|
|
1837
|
-
"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",
|
|
1838
|
-
"inheritedFrom": {
|
|
1839
|
-
"name": "AnchoredRegion",
|
|
1840
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
1866
|
+
"name": "FoundationElement",
|
|
1867
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1841
1868
|
}
|
|
1842
1869
|
},
|
|
1843
1870
|
{
|
|
1844
1871
|
"kind": "method",
|
|
1845
|
-
"name": "
|
|
1846
|
-
"privacy": "
|
|
1872
|
+
"name": "compose",
|
|
1873
|
+
"privacy": "public",
|
|
1874
|
+
"static": true,
|
|
1847
1875
|
"return": {
|
|
1848
1876
|
"type": {
|
|
1849
|
-
"text": "
|
|
1877
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1850
1878
|
}
|
|
1851
1879
|
},
|
|
1880
|
+
"parameters": [
|
|
1881
|
+
{
|
|
1882
|
+
"name": "this",
|
|
1883
|
+
"type": {
|
|
1884
|
+
"text": "K"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "elementDefinition",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "T"
|
|
1891
|
+
},
|
|
1892
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1852
1896
|
"inheritedFrom": {
|
|
1853
|
-
"name": "
|
|
1854
|
-
"module": "src/
|
|
1897
|
+
"name": "FoundationElement",
|
|
1898
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1855
1899
|
}
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"attributes": [
|
|
1903
|
+
{
|
|
1904
|
+
"name": "is-vertical",
|
|
1905
|
+
"type": {
|
|
1906
|
+
"text": "boolean"
|
|
1907
|
+
},
|
|
1908
|
+
"default": "false",
|
|
1909
|
+
"fieldName": "isVertical"
|
|
1856
1910
|
},
|
|
1857
1911
|
{
|
|
1858
|
-
"
|
|
1859
|
-
"name": "horizontalDefaultPosition",
|
|
1912
|
+
"name": "add-default-actions",
|
|
1860
1913
|
"type": {
|
|
1861
|
-
"text": "
|
|
1914
|
+
"text": "boolean"
|
|
1862
1915
|
},
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1916
|
+
"default": "true",
|
|
1917
|
+
"fieldName": "addDefaultActions"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "auto-close-on-action",
|
|
1921
|
+
"type": {
|
|
1922
|
+
"text": "boolean"
|
|
1923
|
+
},
|
|
1924
|
+
"default": "true",
|
|
1925
|
+
"fieldName": "autoCloseOnAction"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "name",
|
|
1929
|
+
"type": {
|
|
1930
|
+
"text": "string"
|
|
1931
|
+
},
|
|
1932
|
+
"default": "'Actions'",
|
|
1933
|
+
"fieldName": "name"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "open",
|
|
1937
|
+
"type": {
|
|
1938
|
+
"text": "boolean"
|
|
1939
|
+
},
|
|
1940
|
+
"default": "false",
|
|
1941
|
+
"fieldName": "open"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"name": "buttonAppearance",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"text": "string"
|
|
1947
|
+
},
|
|
1948
|
+
"fieldName": "buttonAppearance"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "hide-disabled",
|
|
1952
|
+
"type": {
|
|
1953
|
+
"text": "boolean"
|
|
1954
|
+
},
|
|
1955
|
+
"default": "false",
|
|
1956
|
+
"fieldName": "hideDisabled"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "hide-menu-single-option",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "boolean"
|
|
1962
|
+
},
|
|
1963
|
+
"default": "false",
|
|
1964
|
+
"fieldName": "hideMenuSingleOption"
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"superclass": {
|
|
1968
|
+
"name": "FoundationElement",
|
|
1969
|
+
"package": "@microsoft/fast-foundation"
|
|
1970
|
+
},
|
|
1971
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1972
|
+
"customElement": true
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "variable",
|
|
1976
|
+
"name": "foundationActionsMenu",
|
|
1977
|
+
"description": "The Foundation Actions Menu",
|
|
1978
|
+
"privacy": "public"
|
|
1979
|
+
}
|
|
1980
|
+
],
|
|
1981
|
+
"exports": [
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "js",
|
|
1984
|
+
"name": "ActionsMenu",
|
|
1985
|
+
"declaration": {
|
|
1986
|
+
"name": "ActionsMenu",
|
|
1987
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "js",
|
|
1992
|
+
"name": "foundationActionsMenu",
|
|
1993
|
+
"declaration": {
|
|
1994
|
+
"name": "foundationActionsMenu",
|
|
1995
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"kind": "javascript-module",
|
|
2002
|
+
"path": "src/actions-menu/index.ts",
|
|
2003
|
+
"declarations": [],
|
|
2004
|
+
"exports": [
|
|
2005
|
+
{
|
|
2006
|
+
"kind": "js",
|
|
2007
|
+
"name": "*",
|
|
2008
|
+
"declaration": {
|
|
2009
|
+
"name": "*",
|
|
2010
|
+
"package": "./actions-menu.styles"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"kind": "js",
|
|
2015
|
+
"name": "*",
|
|
2016
|
+
"declaration": {
|
|
2017
|
+
"name": "*",
|
|
2018
|
+
"package": "./actions-menu.template"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"kind": "js",
|
|
2023
|
+
"name": "*",
|
|
2024
|
+
"declaration": {
|
|
2025
|
+
"name": "*",
|
|
2026
|
+
"package": "./actions-menu"
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
]
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"kind": "javascript-module",
|
|
2033
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2034
|
+
"declarations": [
|
|
2035
|
+
{
|
|
2036
|
+
"kind": "function",
|
|
2037
|
+
"name": "foundationAnchorStyles",
|
|
2038
|
+
"return": {
|
|
2039
|
+
"type": {
|
|
2040
|
+
"text": "ElementStyles"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
"parameters": [
|
|
2044
|
+
{
|
|
2045
|
+
"name": "context",
|
|
2046
|
+
"type": {
|
|
2047
|
+
"text": "ElementDefinitionContext"
|
|
1869
2048
|
}
|
|
1870
2049
|
},
|
|
1871
2050
|
{
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
2051
|
+
"name": "definition",
|
|
2052
|
+
"type": {
|
|
2053
|
+
"text": "FoundationElementDefinition"
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
]
|
|
2057
|
+
}
|
|
2058
|
+
],
|
|
2059
|
+
"exports": [
|
|
2060
|
+
{
|
|
2061
|
+
"kind": "js",
|
|
2062
|
+
"name": "foundationAnchorStyles",
|
|
2063
|
+
"declaration": {
|
|
2064
|
+
"name": "foundationAnchorStyles",
|
|
2065
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
]
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"kind": "javascript-module",
|
|
2072
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2073
|
+
"declarations": [
|
|
2074
|
+
{
|
|
2075
|
+
"kind": "function",
|
|
2076
|
+
"name": "foundationAnchorTemplate",
|
|
2077
|
+
"return": {
|
|
2078
|
+
"type": {
|
|
2079
|
+
"text": "ViewTemplate<Anchor>"
|
|
2080
|
+
}
|
|
2081
|
+
},
|
|
2082
|
+
"parameters": [
|
|
2083
|
+
{
|
|
2084
|
+
"name": "context",
|
|
2085
|
+
"type": {
|
|
2086
|
+
"text": "ElementDefinitionContext"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "definition",
|
|
2091
|
+
"type": {
|
|
2092
|
+
"text": "FoundationElementDefinition"
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
}
|
|
2097
|
+
],
|
|
2098
|
+
"exports": [
|
|
2099
|
+
{
|
|
2100
|
+
"kind": "js",
|
|
2101
|
+
"name": "foundationAnchorTemplate",
|
|
2102
|
+
"declaration": {
|
|
2103
|
+
"name": "foundationAnchorTemplate",
|
|
2104
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
]
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"kind": "javascript-module",
|
|
2111
|
+
"path": "src/anchor/anchor.ts",
|
|
2112
|
+
"declarations": [
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "class",
|
|
2115
|
+
"description": "",
|
|
2116
|
+
"name": "Anchor",
|
|
2117
|
+
"superclass": {
|
|
2118
|
+
"name": "FASTAnchor",
|
|
2119
|
+
"package": "@microsoft/fast-components"
|
|
2120
|
+
},
|
|
2121
|
+
"tagName": "%%prefix%%-anchor",
|
|
2122
|
+
"customElement": true,
|
|
2123
|
+
"attributes": [
|
|
2124
|
+
{
|
|
2125
|
+
"name": "download",
|
|
2126
|
+
"type": {
|
|
2127
|
+
"text": "string"
|
|
1879
2128
|
},
|
|
2129
|
+
"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.",
|
|
2130
|
+
"fieldName": "download",
|
|
1880
2131
|
"inheritedFrom": {
|
|
1881
|
-
"name": "
|
|
1882
|
-
"module": "src/
|
|
2132
|
+
"name": "Anchor",
|
|
2133
|
+
"module": "src/anchor/anchor.ts"
|
|
1883
2134
|
}
|
|
1884
2135
|
},
|
|
1885
2136
|
{
|
|
1886
|
-
"
|
|
1887
|
-
"name": "horizontalViewportLock",
|
|
2137
|
+
"name": "href",
|
|
1888
2138
|
"type": {
|
|
1889
|
-
"text": "
|
|
2139
|
+
"text": "string"
|
|
1890
2140
|
},
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2141
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2142
|
+
"fieldName": "href",
|
|
1894
2143
|
"inheritedFrom": {
|
|
1895
|
-
"name": "
|
|
1896
|
-
"module": "src/
|
|
2144
|
+
"name": "Anchor",
|
|
2145
|
+
"module": "src/anchor/anchor.ts"
|
|
1897
2146
|
}
|
|
1898
2147
|
},
|
|
1899
2148
|
{
|
|
1900
|
-
"
|
|
1901
|
-
"
|
|
1902
|
-
|
|
1903
|
-
"return": {
|
|
1904
|
-
"type": {
|
|
1905
|
-
"text": "void"
|
|
1906
|
-
}
|
|
2149
|
+
"name": "hreflang",
|
|
2150
|
+
"type": {
|
|
2151
|
+
"text": "string"
|
|
1907
2152
|
},
|
|
2153
|
+
"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.",
|
|
2154
|
+
"fieldName": "hreflang",
|
|
1908
2155
|
"inheritedFrom": {
|
|
1909
|
-
"name": "
|
|
1910
|
-
"module": "src/
|
|
2156
|
+
"name": "Anchor",
|
|
2157
|
+
"module": "src/anchor/anchor.ts"
|
|
1911
2158
|
}
|
|
1912
2159
|
},
|
|
1913
2160
|
{
|
|
1914
|
-
"
|
|
1915
|
-
"name": "horizontalInset",
|
|
2161
|
+
"name": "ping",
|
|
1916
2162
|
"type": {
|
|
1917
|
-
"text": "
|
|
2163
|
+
"text": "string"
|
|
1918
2164
|
},
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2165
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2166
|
+
"fieldName": "ping",
|
|
1922
2167
|
"inheritedFrom": {
|
|
1923
|
-
"name": "
|
|
1924
|
-
"module": "src/
|
|
2168
|
+
"name": "Anchor",
|
|
2169
|
+
"module": "src/anchor/anchor.ts"
|
|
1925
2170
|
}
|
|
1926
2171
|
},
|
|
1927
2172
|
{
|
|
1928
|
-
"
|
|
1929
|
-
"
|
|
1930
|
-
|
|
1931
|
-
"return": {
|
|
1932
|
-
"type": {
|
|
1933
|
-
"text": "void"
|
|
1934
|
-
}
|
|
2173
|
+
"name": "referrerpolicy",
|
|
2174
|
+
"type": {
|
|
2175
|
+
"text": "string"
|
|
1935
2176
|
},
|
|
2177
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2178
|
+
"fieldName": "referrerpolicy",
|
|
1936
2179
|
"inheritedFrom": {
|
|
1937
|
-
"name": "
|
|
1938
|
-
"module": "src/
|
|
2180
|
+
"name": "Anchor",
|
|
2181
|
+
"module": "src/anchor/anchor.ts"
|
|
1939
2182
|
}
|
|
1940
2183
|
},
|
|
1941
2184
|
{
|
|
1942
|
-
"
|
|
1943
|
-
"name": "horizontalThreshold",
|
|
2185
|
+
"name": "rel",
|
|
1944
2186
|
"type": {
|
|
1945
|
-
"text": "
|
|
2187
|
+
"text": "string"
|
|
1946
2188
|
},
|
|
1947
|
-
"
|
|
1948
|
-
"
|
|
2189
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2190
|
+
"fieldName": "rel",
|
|
1949
2191
|
"inheritedFrom": {
|
|
1950
|
-
"name": "
|
|
1951
|
-
"module": "src/
|
|
2192
|
+
"name": "Anchor",
|
|
2193
|
+
"module": "src/anchor/anchor.ts"
|
|
1952
2194
|
}
|
|
1953
2195
|
},
|
|
1954
2196
|
{
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1957
|
-
|
|
1958
|
-
"return": {
|
|
1959
|
-
"type": {
|
|
1960
|
-
"text": "void"
|
|
1961
|
-
}
|
|
2197
|
+
"name": "target",
|
|
2198
|
+
"type": {
|
|
2199
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1962
2200
|
},
|
|
2201
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2202
|
+
"fieldName": "target",
|
|
1963
2203
|
"inheritedFrom": {
|
|
1964
|
-
"name": "
|
|
1965
|
-
"module": "src/
|
|
2204
|
+
"name": "Anchor",
|
|
2205
|
+
"module": "src/anchor/anchor.ts"
|
|
1966
2206
|
}
|
|
1967
2207
|
},
|
|
2208
|
+
{
|
|
2209
|
+
"name": "type",
|
|
2210
|
+
"type": {
|
|
2211
|
+
"text": "string"
|
|
2212
|
+
},
|
|
2213
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2214
|
+
"fieldName": "type",
|
|
2215
|
+
"inheritedFrom": {
|
|
2216
|
+
"name": "Anchor",
|
|
2217
|
+
"module": "src/anchor/anchor.ts"
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"members": [
|
|
1968
2222
|
{
|
|
1969
2223
|
"kind": "field",
|
|
1970
|
-
"name": "
|
|
2224
|
+
"name": "download",
|
|
1971
2225
|
"type": {
|
|
1972
|
-
"text": "
|
|
2226
|
+
"text": "string"
|
|
1973
2227
|
},
|
|
1974
2228
|
"privacy": "public",
|
|
1975
|
-
"
|
|
1976
|
-
"description": "Defines how the width of the region is calculated",
|
|
2229
|
+
"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.",
|
|
1977
2230
|
"inheritedFrom": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "src/
|
|
2231
|
+
"name": "Anchor",
|
|
2232
|
+
"module": "src/anchor/anchor.ts"
|
|
1980
2233
|
}
|
|
1981
2234
|
},
|
|
1982
2235
|
{
|
|
1983
|
-
"kind": "
|
|
1984
|
-
"name": "
|
|
1985
|
-
"
|
|
1986
|
-
|
|
1987
|
-
"type": {
|
|
1988
|
-
"text": "void"
|
|
1989
|
-
}
|
|
2236
|
+
"kind": "field",
|
|
2237
|
+
"name": "href",
|
|
2238
|
+
"type": {
|
|
2239
|
+
"text": "string"
|
|
1990
2240
|
},
|
|
2241
|
+
"privacy": "public",
|
|
2242
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1991
2243
|
"inheritedFrom": {
|
|
1992
|
-
"name": "
|
|
1993
|
-
"module": "src/
|
|
2244
|
+
"name": "Anchor",
|
|
2245
|
+
"module": "src/anchor/anchor.ts"
|
|
1994
2246
|
}
|
|
1995
2247
|
},
|
|
1996
2248
|
{
|
|
1997
2249
|
"kind": "field",
|
|
1998
|
-
"name": "
|
|
2250
|
+
"name": "hreflang",
|
|
1999
2251
|
"type": {
|
|
2000
|
-
"text": "
|
|
2252
|
+
"text": "string"
|
|
2001
2253
|
},
|
|
2002
2254
|
"privacy": "public",
|
|
2003
|
-
"
|
|
2004
|
-
"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",
|
|
2255
|
+
"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.",
|
|
2005
2256
|
"inheritedFrom": {
|
|
2006
|
-
"name": "
|
|
2007
|
-
"module": "src/
|
|
2257
|
+
"name": "Anchor",
|
|
2258
|
+
"module": "src/anchor/anchor.ts"
|
|
2008
2259
|
}
|
|
2009
2260
|
},
|
|
2010
2261
|
{
|
|
2011
|
-
"kind": "
|
|
2012
|
-
"name": "
|
|
2013
|
-
"
|
|
2014
|
-
|
|
2015
|
-
"type": {
|
|
2016
|
-
"text": "void"
|
|
2017
|
-
}
|
|
2262
|
+
"kind": "field",
|
|
2263
|
+
"name": "ping",
|
|
2264
|
+
"type": {
|
|
2265
|
+
"text": "string"
|
|
2018
2266
|
},
|
|
2267
|
+
"privacy": "public",
|
|
2268
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2019
2269
|
"inheritedFrom": {
|
|
2020
|
-
"name": "
|
|
2021
|
-
"module": "src/
|
|
2270
|
+
"name": "Anchor",
|
|
2271
|
+
"module": "src/anchor/anchor.ts"
|
|
2022
2272
|
}
|
|
2023
2273
|
},
|
|
2024
2274
|
{
|
|
2025
2275
|
"kind": "field",
|
|
2026
|
-
"name": "
|
|
2276
|
+
"name": "referrerpolicy",
|
|
2027
2277
|
"type": {
|
|
2028
|
-
"text": "
|
|
2278
|
+
"text": "string"
|
|
2029
2279
|
},
|
|
2030
2280
|
"privacy": "public",
|
|
2031
|
-
"
|
|
2032
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2281
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2033
2282
|
"inheritedFrom": {
|
|
2034
|
-
"name": "
|
|
2035
|
-
"module": "src/
|
|
2283
|
+
"name": "Anchor",
|
|
2284
|
+
"module": "src/anchor/anchor.ts"
|
|
2036
2285
|
}
|
|
2037
2286
|
},
|
|
2038
2287
|
{
|
|
2039
|
-
"kind": "
|
|
2040
|
-
"name": "
|
|
2041
|
-
"
|
|
2042
|
-
|
|
2043
|
-
"type": {
|
|
2044
|
-
"text": "void"
|
|
2045
|
-
}
|
|
2288
|
+
"kind": "field",
|
|
2289
|
+
"name": "rel",
|
|
2290
|
+
"type": {
|
|
2291
|
+
"text": "string"
|
|
2046
2292
|
},
|
|
2293
|
+
"privacy": "public",
|
|
2294
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2047
2295
|
"inheritedFrom": {
|
|
2048
|
-
"name": "
|
|
2049
|
-
"module": "src/
|
|
2296
|
+
"name": "Anchor",
|
|
2297
|
+
"module": "src/anchor/anchor.ts"
|
|
2050
2298
|
}
|
|
2051
2299
|
},
|
|
2052
2300
|
{
|
|
2053
2301
|
"kind": "field",
|
|
2054
|
-
"name": "
|
|
2302
|
+
"name": "target",
|
|
2055
2303
|
"type": {
|
|
2056
|
-
"text": "
|
|
2304
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2057
2305
|
},
|
|
2058
2306
|
"privacy": "public",
|
|
2059
|
-
"
|
|
2060
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2307
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2061
2308
|
"inheritedFrom": {
|
|
2062
|
-
"name": "
|
|
2063
|
-
"module": "src/
|
|
2309
|
+
"name": "Anchor",
|
|
2310
|
+
"module": "src/anchor/anchor.ts"
|
|
2064
2311
|
}
|
|
2065
2312
|
},
|
|
2066
2313
|
{
|
|
2067
|
-
"kind": "
|
|
2068
|
-
"name": "
|
|
2069
|
-
"
|
|
2070
|
-
|
|
2071
|
-
"type": {
|
|
2072
|
-
"text": "void"
|
|
2073
|
-
}
|
|
2314
|
+
"kind": "field",
|
|
2315
|
+
"name": "type",
|
|
2316
|
+
"type": {
|
|
2317
|
+
"text": "string"
|
|
2074
2318
|
},
|
|
2319
|
+
"privacy": "public",
|
|
2320
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2075
2321
|
"inheritedFrom": {
|
|
2076
|
-
"name": "
|
|
2077
|
-
"module": "src/
|
|
2322
|
+
"name": "Anchor",
|
|
2323
|
+
"module": "src/anchor/anchor.ts"
|
|
2078
2324
|
}
|
|
2079
2325
|
},
|
|
2080
2326
|
{
|
|
2081
2327
|
"kind": "field",
|
|
2082
|
-
"name": "
|
|
2328
|
+
"name": "control",
|
|
2083
2329
|
"type": {
|
|
2084
|
-
"text": "
|
|
2330
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2085
2331
|
},
|
|
2086
2332
|
"privacy": "public",
|
|
2087
|
-
"
|
|
2088
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2333
|
+
"description": "References the root element",
|
|
2089
2334
|
"inheritedFrom": {
|
|
2090
|
-
"name": "
|
|
2091
|
-
"module": "src/
|
|
2335
|
+
"name": "Anchor",
|
|
2336
|
+
"module": "src/anchor/anchor.ts"
|
|
2092
2337
|
}
|
|
2093
2338
|
},
|
|
2094
2339
|
{
|
|
2095
|
-
"kind": "
|
|
2096
|
-
"name": "
|
|
2340
|
+
"kind": "field",
|
|
2341
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2097
2342
|
"privacy": "private",
|
|
2098
|
-
"
|
|
2099
|
-
"type": {
|
|
2100
|
-
"text": "void"
|
|
2101
|
-
}
|
|
2102
|
-
},
|
|
2343
|
+
"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",
|
|
2103
2344
|
"inheritedFrom": {
|
|
2104
|
-
"name": "
|
|
2105
|
-
"module": "src/
|
|
2345
|
+
"name": "Anchor",
|
|
2346
|
+
"module": "src/anchor/anchor.ts"
|
|
2106
2347
|
}
|
|
2107
2348
|
},
|
|
2108
2349
|
{
|
|
2109
2350
|
"kind": "field",
|
|
2110
|
-
"name": "
|
|
2351
|
+
"name": "_presentation",
|
|
2111
2352
|
"type": {
|
|
2112
|
-
"text": "
|
|
2353
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2113
2354
|
},
|
|
2114
|
-
"privacy": "
|
|
2115
|
-
"
|
|
2355
|
+
"privacy": "private",
|
|
2356
|
+
"default": "void 0",
|
|
2116
2357
|
"inheritedFrom": {
|
|
2117
|
-
"name": "
|
|
2118
|
-
"module": "src/
|
|
2358
|
+
"name": "FoundationElement",
|
|
2359
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2119
2360
|
}
|
|
2120
2361
|
},
|
|
2121
2362
|
{
|
|
2122
|
-
"kind": "
|
|
2123
|
-
"name": "
|
|
2124
|
-
"
|
|
2125
|
-
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "void"
|
|
2128
|
-
}
|
|
2363
|
+
"kind": "field",
|
|
2364
|
+
"name": "$presentation",
|
|
2365
|
+
"type": {
|
|
2366
|
+
"text": "ComponentPresentation | null"
|
|
2129
2367
|
},
|
|
2368
|
+
"privacy": "public",
|
|
2369
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2130
2370
|
"inheritedFrom": {
|
|
2131
|
-
"name": "
|
|
2132
|
-
"module": "src/
|
|
2371
|
+
"name": "FoundationElement",
|
|
2372
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2133
2373
|
}
|
|
2134
2374
|
},
|
|
2135
2375
|
{
|
|
2136
2376
|
"kind": "field",
|
|
2137
|
-
"name": "
|
|
2377
|
+
"name": "template",
|
|
2138
2378
|
"type": {
|
|
2139
|
-
"text": "
|
|
2379
|
+
"text": "ElementViewTemplate | void | null"
|
|
2140
2380
|
},
|
|
2141
2381
|
"privacy": "public",
|
|
2142
|
-
"
|
|
2143
|
-
"description": "Defines how the height of the region is calculated",
|
|
2382
|
+
"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.",
|
|
2144
2383
|
"inheritedFrom": {
|
|
2145
|
-
"name": "
|
|
2146
|
-
"module": "src/
|
|
2384
|
+
"name": "FoundationElement",
|
|
2385
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2147
2386
|
}
|
|
2148
2387
|
},
|
|
2149
2388
|
{
|
|
2150
2389
|
"kind": "method",
|
|
2151
|
-
"name": "
|
|
2152
|
-
"privacy": "
|
|
2390
|
+
"name": "templateChanged",
|
|
2391
|
+
"privacy": "protected",
|
|
2153
2392
|
"return": {
|
|
2154
2393
|
"type": {
|
|
2155
2394
|
"text": "void"
|
|
2156
2395
|
}
|
|
2157
2396
|
},
|
|
2158
2397
|
"inheritedFrom": {
|
|
2159
|
-
"name": "
|
|
2160
|
-
"module": "src/
|
|
2398
|
+
"name": "FoundationElement",
|
|
2399
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2161
2400
|
}
|
|
2162
2401
|
},
|
|
2163
2402
|
{
|
|
2164
2403
|
"kind": "field",
|
|
2165
|
-
"name": "
|
|
2404
|
+
"name": "styles",
|
|
2166
2405
|
"type": {
|
|
2167
|
-
"text": "
|
|
2406
|
+
"text": "ElementStyles | void | null"
|
|
2168
2407
|
},
|
|
2169
2408
|
"privacy": "public",
|
|
2170
|
-
"
|
|
2171
|
-
"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,",
|
|
2409
|
+
"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.",
|
|
2172
2410
|
"inheritedFrom": {
|
|
2173
|
-
"name": "
|
|
2174
|
-
"module": "src/
|
|
2411
|
+
"name": "FoundationElement",
|
|
2412
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2175
2413
|
}
|
|
2176
2414
|
},
|
|
2177
2415
|
{
|
|
2178
2416
|
"kind": "method",
|
|
2179
|
-
"name": "
|
|
2180
|
-
"privacy": "
|
|
2417
|
+
"name": "stylesChanged",
|
|
2418
|
+
"privacy": "protected",
|
|
2181
2419
|
"return": {
|
|
2182
2420
|
"type": {
|
|
2183
2421
|
"text": "void"
|
|
2184
2422
|
}
|
|
2185
2423
|
},
|
|
2186
2424
|
"inheritedFrom": {
|
|
2187
|
-
"name": "
|
|
2188
|
-
"module": "src/
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"kind": "field",
|
|
2193
|
-
"name": "autoUpdateMode",
|
|
2194
|
-
"type": {
|
|
2195
|
-
"text": "AutoUpdateMode"
|
|
2196
|
-
},
|
|
2197
|
-
"privacy": "public",
|
|
2198
|
-
"default": "\"anchor\"",
|
|
2199
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2200
|
-
"inheritedFrom": {
|
|
2201
|
-
"name": "AnchoredRegion",
|
|
2202
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2425
|
+
"name": "FoundationElement",
|
|
2426
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2203
2427
|
}
|
|
2204
2428
|
},
|
|
2205
2429
|
{
|
|
2206
2430
|
"kind": "method",
|
|
2207
|
-
"name": "
|
|
2208
|
-
"privacy": "
|
|
2431
|
+
"name": "compose",
|
|
2432
|
+
"privacy": "public",
|
|
2433
|
+
"static": true,
|
|
2209
2434
|
"return": {
|
|
2210
2435
|
"type": {
|
|
2211
|
-
"text": "
|
|
2436
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2212
2437
|
}
|
|
2213
2438
|
},
|
|
2214
2439
|
"parameters": [
|
|
2215
2440
|
{
|
|
2216
|
-
"name": "
|
|
2441
|
+
"name": "this",
|
|
2217
2442
|
"type": {
|
|
2218
|
-
"text": "
|
|
2443
|
+
"text": "K"
|
|
2219
2444
|
}
|
|
2220
2445
|
},
|
|
2221
2446
|
{
|
|
2222
|
-
"name": "
|
|
2447
|
+
"name": "elementDefinition",
|
|
2223
2448
|
"type": {
|
|
2224
|
-
"text": "
|
|
2225
|
-
}
|
|
2449
|
+
"text": "T"
|
|
2450
|
+
},
|
|
2451
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2226
2452
|
}
|
|
2227
2453
|
],
|
|
2454
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2228
2455
|
"inheritedFrom": {
|
|
2229
|
-
"name": "
|
|
2230
|
-
"module": "src/
|
|
2456
|
+
"name": "FoundationElement",
|
|
2457
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2231
2458
|
}
|
|
2232
|
-
}
|
|
2459
|
+
}
|
|
2460
|
+
]
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "variable",
|
|
2464
|
+
"name": "foundationAnchorShadowOptions",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "ShadowRootInit"
|
|
2467
|
+
},
|
|
2468
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "variable",
|
|
2472
|
+
"name": "defaultAnchorConfig",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "object"
|
|
2475
|
+
},
|
|
2476
|
+
"default": "{}"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "variable",
|
|
2480
|
+
"name": "foundationAnchor",
|
|
2481
|
+
"description": "The Foundation Anchor",
|
|
2482
|
+
"privacy": "public"
|
|
2483
|
+
}
|
|
2484
|
+
],
|
|
2485
|
+
"exports": [
|
|
2486
|
+
{
|
|
2487
|
+
"kind": "js",
|
|
2488
|
+
"name": "Anchor",
|
|
2489
|
+
"declaration": {
|
|
2490
|
+
"name": "Anchor",
|
|
2491
|
+
"module": "src/anchor/anchor.ts"
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"kind": "js",
|
|
2496
|
+
"name": "foundationAnchorShadowOptions",
|
|
2497
|
+
"declaration": {
|
|
2498
|
+
"name": "foundationAnchorShadowOptions",
|
|
2499
|
+
"module": "src/anchor/anchor.ts"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "js",
|
|
2504
|
+
"name": "defaultAnchorConfig",
|
|
2505
|
+
"declaration": {
|
|
2506
|
+
"name": "defaultAnchorConfig",
|
|
2507
|
+
"module": "src/anchor/anchor.ts"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "js",
|
|
2512
|
+
"name": "foundationAnchor",
|
|
2513
|
+
"declaration": {
|
|
2514
|
+
"name": "foundationAnchor",
|
|
2515
|
+
"module": "src/anchor/anchor.ts"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"kind": "javascript-module",
|
|
2522
|
+
"path": "src/anchor/index.ts",
|
|
2523
|
+
"declarations": [],
|
|
2524
|
+
"exports": [
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "js",
|
|
2527
|
+
"name": "*",
|
|
2528
|
+
"declaration": {
|
|
2529
|
+
"name": "*",
|
|
2530
|
+
"package": "./anchor.template"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "js",
|
|
2535
|
+
"name": "*",
|
|
2536
|
+
"declaration": {
|
|
2537
|
+
"name": "*",
|
|
2538
|
+
"package": "./anchor.styles"
|
|
2539
|
+
}
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"kind": "js",
|
|
2543
|
+
"name": "*",
|
|
2544
|
+
"declaration": {
|
|
2545
|
+
"name": "*",
|
|
2546
|
+
"package": "./anchor"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "javascript-module",
|
|
2553
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2554
|
+
"declarations": [
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "function",
|
|
2557
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2558
|
+
"return": {
|
|
2559
|
+
"type": {
|
|
2560
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"parameters": [
|
|
2233
2564
|
{
|
|
2234
|
-
"
|
|
2235
|
-
"name": "anchorElement",
|
|
2565
|
+
"name": "context",
|
|
2236
2566
|
"type": {
|
|
2237
|
-
"text": "
|
|
2238
|
-
},
|
|
2239
|
-
"privacy": "public",
|
|
2240
|
-
"default": "null",
|
|
2241
|
-
"description": "The HTML element being used as the anchor",
|
|
2242
|
-
"inheritedFrom": {
|
|
2243
|
-
"name": "AnchoredRegion",
|
|
2244
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"kind": "method",
|
|
2249
|
-
"name": "anchorElementChanged",
|
|
2250
|
-
"privacy": "private",
|
|
2251
|
-
"return": {
|
|
2252
|
-
"type": {
|
|
2253
|
-
"text": "void"
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
|
-
"inheritedFrom": {
|
|
2257
|
-
"name": "AnchoredRegion",
|
|
2258
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2567
|
+
"text": "ElementDefinitionContext"
|
|
2259
2568
|
}
|
|
2260
2569
|
},
|
|
2261
2570
|
{
|
|
2262
|
-
"
|
|
2263
|
-
"name": "viewportElement",
|
|
2571
|
+
"name": "definition",
|
|
2264
2572
|
"type": {
|
|
2265
|
-
"text": "
|
|
2266
|
-
},
|
|
2267
|
-
"privacy": "public",
|
|
2268
|
-
"default": "null",
|
|
2269
|
-
"description": "The HTML element being used as the viewport",
|
|
2270
|
-
"inheritedFrom": {
|
|
2271
|
-
"name": "AnchoredRegion",
|
|
2272
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2273
|
-
}
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"kind": "method",
|
|
2277
|
-
"name": "viewportElementChanged",
|
|
2278
|
-
"privacy": "private",
|
|
2279
|
-
"return": {
|
|
2280
|
-
"type": {
|
|
2281
|
-
"text": "void"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
"inheritedFrom": {
|
|
2285
|
-
"name": "AnchoredRegion",
|
|
2286
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2573
|
+
"text": "FoundationElementDefinition"
|
|
2287
2574
|
}
|
|
2288
|
-
}
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
}
|
|
2578
|
+
],
|
|
2579
|
+
"exports": [
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "js",
|
|
2582
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2583
|
+
"declaration": {
|
|
2584
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
]
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "javascript-module",
|
|
2592
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2593
|
+
"declarations": [
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "function",
|
|
2596
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2597
|
+
"return": {
|
|
2598
|
+
"type": {
|
|
2599
|
+
"text": "ElementStyles"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"parameters": [
|
|
2289
2603
|
{
|
|
2290
|
-
"
|
|
2291
|
-
"name": "verticalPosition",
|
|
2604
|
+
"name": "context",
|
|
2292
2605
|
"type": {
|
|
2293
|
-
"text": "
|
|
2294
|
-
},
|
|
2295
|
-
"privacy": "public",
|
|
2296
|
-
"description": "indicates the current horizontal position of the region",
|
|
2297
|
-
"inheritedFrom": {
|
|
2298
|
-
"name": "AnchoredRegion",
|
|
2299
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2606
|
+
"text": "ElementDefinitionContext"
|
|
2300
2607
|
}
|
|
2301
2608
|
},
|
|
2302
2609
|
{
|
|
2303
|
-
"
|
|
2304
|
-
"name": "horizontalPosition",
|
|
2610
|
+
"name": "definition",
|
|
2305
2611
|
"type": {
|
|
2306
|
-
"text": "
|
|
2307
|
-
},
|
|
2308
|
-
"privacy": "public",
|
|
2309
|
-
"description": "indicates the current vertical position of the region",
|
|
2310
|
-
"inheritedFrom": {
|
|
2311
|
-
"name": "AnchoredRegion",
|
|
2312
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2612
|
+
"text": "FoundationElementDefinition"
|
|
2313
2613
|
}
|
|
2314
|
-
}
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2618
|
+
"exports": [
|
|
2619
|
+
{
|
|
2620
|
+
"kind": "js",
|
|
2621
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2622
|
+
"declaration": {
|
|
2623
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2624
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
]
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "javascript-module",
|
|
2631
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2632
|
+
"declarations": [
|
|
2633
|
+
{
|
|
2634
|
+
"kind": "class",
|
|
2635
|
+
"description": "",
|
|
2636
|
+
"name": "AnchoredRegion",
|
|
2637
|
+
"superclass": {
|
|
2638
|
+
"name": "FASTAnchoredRegion",
|
|
2639
|
+
"package": "@microsoft/fast-components"
|
|
2640
|
+
},
|
|
2641
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2642
|
+
"customElement": true,
|
|
2643
|
+
"attributes": [
|
|
2315
2644
|
{
|
|
2316
|
-
"
|
|
2317
|
-
"name": "translateX",
|
|
2645
|
+
"name": "anchor",
|
|
2318
2646
|
"type": {
|
|
2319
|
-
"text": "
|
|
2647
|
+
"text": "string"
|
|
2320
2648
|
},
|
|
2321
|
-
"
|
|
2322
|
-
"description": "
|
|
2649
|
+
"default": "\"\"",
|
|
2650
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2651
|
+
"fieldName": "anchor",
|
|
2323
2652
|
"inheritedFrom": {
|
|
2324
2653
|
"name": "AnchoredRegion",
|
|
2325
2654
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2326
2655
|
}
|
|
2327
2656
|
},
|
|
2328
2657
|
{
|
|
2329
|
-
"
|
|
2330
|
-
"name": "translateY",
|
|
2658
|
+
"name": "viewport",
|
|
2331
2659
|
"type": {
|
|
2332
|
-
"text": "
|
|
2660
|
+
"text": "string"
|
|
2333
2661
|
},
|
|
2334
|
-
"
|
|
2662
|
+
"default": "\"\"",
|
|
2663
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2664
|
+
"fieldName": "viewport",
|
|
2335
2665
|
"inheritedFrom": {
|
|
2336
2666
|
"name": "AnchoredRegion",
|
|
2337
2667
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2338
2668
|
}
|
|
2339
2669
|
},
|
|
2340
2670
|
{
|
|
2341
|
-
"
|
|
2342
|
-
"name": "regionWidth",
|
|
2671
|
+
"name": "horizontal-positioning-mode",
|
|
2343
2672
|
"type": {
|
|
2344
|
-
"text": "
|
|
2673
|
+
"text": "AxisPositioningMode"
|
|
2345
2674
|
},
|
|
2346
|
-
"
|
|
2347
|
-
"description": "the
|
|
2675
|
+
"default": "\"uncontrolled\"",
|
|
2676
|
+
"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",
|
|
2677
|
+
"fieldName": "horizontalPositioningMode",
|
|
2348
2678
|
"inheritedFrom": {
|
|
2349
2679
|
"name": "AnchoredRegion",
|
|
2350
2680
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2351
2681
|
}
|
|
2352
2682
|
},
|
|
2353
2683
|
{
|
|
2354
|
-
"
|
|
2355
|
-
"name": "regionHeight",
|
|
2684
|
+
"name": "horizontal-default-position",
|
|
2356
2685
|
"type": {
|
|
2357
|
-
"text": "
|
|
2686
|
+
"text": "HorizontalPosition"
|
|
2358
2687
|
},
|
|
2359
|
-
"
|
|
2688
|
+
"default": "\"unset\"",
|
|
2689
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2690
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2360
2691
|
"inheritedFrom": {
|
|
2361
2692
|
"name": "AnchoredRegion",
|
|
2362
2693
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2363
2694
|
}
|
|
2364
2695
|
},
|
|
2365
2696
|
{
|
|
2366
|
-
"
|
|
2367
|
-
"name": "resizeDetector",
|
|
2697
|
+
"name": "horizontal-viewport-lock",
|
|
2368
2698
|
"type": {
|
|
2369
|
-
"text": "
|
|
2699
|
+
"text": "boolean"
|
|
2370
2700
|
},
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2701
|
+
"default": "false",
|
|
2702
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2703
|
+
"fieldName": "horizontalViewportLock",
|
|
2373
2704
|
"inheritedFrom": {
|
|
2374
2705
|
"name": "AnchoredRegion",
|
|
2375
2706
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2376
2707
|
}
|
|
2377
2708
|
},
|
|
2378
2709
|
{
|
|
2379
|
-
"
|
|
2380
|
-
"name": "viewportRect",
|
|
2710
|
+
"name": "horizontal-inset",
|
|
2381
2711
|
"type": {
|
|
2382
|
-
"text": "
|
|
2712
|
+
"text": "boolean"
|
|
2383
2713
|
},
|
|
2384
|
-
"
|
|
2714
|
+
"default": "false",
|
|
2715
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2716
|
+
"fieldName": "horizontalInset",
|
|
2385
2717
|
"inheritedFrom": {
|
|
2386
2718
|
"name": "AnchoredRegion",
|
|
2387
2719
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2388
2720
|
}
|
|
2389
2721
|
},
|
|
2390
2722
|
{
|
|
2391
|
-
"
|
|
2392
|
-
"name": "anchorRect",
|
|
2723
|
+
"name": "horizontal-threshold",
|
|
2393
2724
|
"type": {
|
|
2394
|
-
"text": "
|
|
2725
|
+
"text": "number"
|
|
2395
2726
|
},
|
|
2396
|
-
"
|
|
2727
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2728
|
+
"fieldName": "horizontalThreshold",
|
|
2397
2729
|
"inheritedFrom": {
|
|
2398
2730
|
"name": "AnchoredRegion",
|
|
2399
2731
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2400
2732
|
}
|
|
2401
2733
|
},
|
|
2402
2734
|
{
|
|
2403
|
-
"
|
|
2404
|
-
"name": "regionRect",
|
|
2735
|
+
"name": "horizontal-scaling",
|
|
2405
2736
|
"type": {
|
|
2406
|
-
"text": "
|
|
2737
|
+
"text": "AxisScalingMode"
|
|
2407
2738
|
},
|
|
2408
|
-
"
|
|
2739
|
+
"default": "\"content\"",
|
|
2740
|
+
"description": "Defines how the width of the region is calculated",
|
|
2741
|
+
"fieldName": "horizontalScaling",
|
|
2409
2742
|
"inheritedFrom": {
|
|
2410
2743
|
"name": "AnchoredRegion",
|
|
2411
2744
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2412
2745
|
}
|
|
2413
2746
|
},
|
|
2414
2747
|
{
|
|
2415
|
-
"
|
|
2416
|
-
"name": "baseHorizontalOffset",
|
|
2748
|
+
"name": "vertical-positioning-mode",
|
|
2417
2749
|
"type": {
|
|
2418
|
-
"text": "
|
|
2750
|
+
"text": "AxisPositioningMode"
|
|
2419
2751
|
},
|
|
2420
|
-
"
|
|
2421
|
-
"
|
|
2422
|
-
"
|
|
2752
|
+
"default": "\"uncontrolled\"",
|
|
2753
|
+
"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",
|
|
2754
|
+
"fieldName": "verticalPositioningMode",
|
|
2423
2755
|
"inheritedFrom": {
|
|
2424
2756
|
"name": "AnchoredRegion",
|
|
2425
2757
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2426
2758
|
}
|
|
2427
2759
|
},
|
|
2428
2760
|
{
|
|
2429
|
-
"
|
|
2430
|
-
"name": "baseVerticalOffset",
|
|
2761
|
+
"name": "vertical-default-position",
|
|
2431
2762
|
"type": {
|
|
2432
|
-
"text": "
|
|
2763
|
+
"text": "VerticalPosition"
|
|
2433
2764
|
},
|
|
2434
|
-
"
|
|
2435
|
-
"
|
|
2765
|
+
"default": "\"unset\"",
|
|
2766
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2767
|
+
"fieldName": "verticalDefaultPosition",
|
|
2436
2768
|
"inheritedFrom": {
|
|
2437
2769
|
"name": "AnchoredRegion",
|
|
2438
2770
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2439
2771
|
}
|
|
2440
2772
|
},
|
|
2441
2773
|
{
|
|
2442
|
-
"
|
|
2443
|
-
"name": "pendingPositioningUpdate",
|
|
2774
|
+
"name": "vertical-viewport-lock",
|
|
2444
2775
|
"type": {
|
|
2445
2776
|
"text": "boolean"
|
|
2446
2777
|
},
|
|
2447
|
-
"privacy": "private",
|
|
2448
2778
|
"default": "false",
|
|
2779
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2780
|
+
"fieldName": "verticalViewportLock",
|
|
2449
2781
|
"inheritedFrom": {
|
|
2450
2782
|
"name": "AnchoredRegion",
|
|
2451
2783
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2452
2784
|
}
|
|
2453
2785
|
},
|
|
2454
2786
|
{
|
|
2455
|
-
"
|
|
2456
|
-
"name": "pendingReset",
|
|
2787
|
+
"name": "vertical-inset",
|
|
2457
2788
|
"type": {
|
|
2458
2789
|
"text": "boolean"
|
|
2459
2790
|
},
|
|
2460
|
-
"privacy": "private",
|
|
2461
2791
|
"default": "false",
|
|
2792
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2793
|
+
"fieldName": "verticalInset",
|
|
2462
2794
|
"inheritedFrom": {
|
|
2463
2795
|
"name": "AnchoredRegion",
|
|
2464
2796
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2465
2797
|
}
|
|
2466
2798
|
},
|
|
2467
2799
|
{
|
|
2468
|
-
"
|
|
2469
|
-
"name": "currentDirection",
|
|
2800
|
+
"name": "vertical-threshold",
|
|
2470
2801
|
"type": {
|
|
2471
|
-
"text": "
|
|
2802
|
+
"text": "number"
|
|
2472
2803
|
},
|
|
2473
|
-
"
|
|
2804
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2805
|
+
"fieldName": "verticalThreshold",
|
|
2474
2806
|
"inheritedFrom": {
|
|
2475
2807
|
"name": "AnchoredRegion",
|
|
2476
2808
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2477
2809
|
}
|
|
2478
2810
|
},
|
|
2479
2811
|
{
|
|
2480
|
-
"
|
|
2481
|
-
"name": "regionVisible",
|
|
2812
|
+
"name": "vertical-scaling",
|
|
2482
2813
|
"type": {
|
|
2483
|
-
"text": "
|
|
2814
|
+
"text": "AxisScalingMode"
|
|
2484
2815
|
},
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2816
|
+
"default": "\"content\"",
|
|
2817
|
+
"description": "Defines how the height of the region is calculated",
|
|
2818
|
+
"fieldName": "verticalScaling",
|
|
2487
2819
|
"inheritedFrom": {
|
|
2488
2820
|
"name": "AnchoredRegion",
|
|
2489
2821
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2490
2822
|
}
|
|
2491
2823
|
},
|
|
2492
2824
|
{
|
|
2493
|
-
"
|
|
2494
|
-
"name": "forceUpdate",
|
|
2825
|
+
"name": "fixed-placement",
|
|
2495
2826
|
"type": {
|
|
2496
2827
|
"text": "boolean"
|
|
2497
2828
|
},
|
|
2498
|
-
"privacy": "private",
|
|
2499
2829
|
"default": "false",
|
|
2830
|
+
"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,",
|
|
2831
|
+
"fieldName": "fixedPlacement",
|
|
2500
2832
|
"inheritedFrom": {
|
|
2501
2833
|
"name": "AnchoredRegion",
|
|
2502
2834
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2503
2835
|
}
|
|
2504
2836
|
},
|
|
2505
2837
|
{
|
|
2506
|
-
"
|
|
2507
|
-
"name": "updateThreshold",
|
|
2838
|
+
"name": "auto-update-mode",
|
|
2508
2839
|
"type": {
|
|
2509
|
-
"text": "
|
|
2840
|
+
"text": "AutoUpdateMode"
|
|
2510
2841
|
},
|
|
2511
|
-
"
|
|
2512
|
-
"
|
|
2842
|
+
"default": "\"anchor\"",
|
|
2843
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2844
|
+
"fieldName": "autoUpdateMode",
|
|
2513
2845
|
"inheritedFrom": {
|
|
2514
2846
|
"name": "AnchoredRegion",
|
|
2515
2847
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2516
2848
|
}
|
|
2517
|
-
}
|
|
2849
|
+
}
|
|
2850
|
+
],
|
|
2851
|
+
"members": [
|
|
2518
2852
|
{
|
|
2519
2853
|
"kind": "field",
|
|
2520
|
-
"name": "
|
|
2854
|
+
"name": "anchor",
|
|
2521
2855
|
"type": {
|
|
2522
|
-
"text": "
|
|
2856
|
+
"text": "string"
|
|
2523
2857
|
},
|
|
2524
|
-
"privacy": "private",
|
|
2525
|
-
"static": true,
|
|
2526
|
-
"default": "new IntersectionService()",
|
|
2527
|
-
"inheritedFrom": {
|
|
2528
|
-
"name": "AnchoredRegion",
|
|
2529
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2530
|
-
}
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"kind": "field",
|
|
2534
|
-
"name": "update",
|
|
2535
2858
|
"privacy": "public",
|
|
2536
|
-
"
|
|
2537
|
-
"
|
|
2538
|
-
"name": "AnchoredRegion",
|
|
2539
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2540
|
-
}
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"kind": "method",
|
|
2544
|
-
"name": "disconnectResizeDetector",
|
|
2545
|
-
"privacy": "private",
|
|
2546
|
-
"return": {
|
|
2547
|
-
"type": {
|
|
2548
|
-
"text": "void"
|
|
2549
|
-
}
|
|
2550
|
-
},
|
|
2551
|
-
"description": "destroys the instance's resize observer",
|
|
2859
|
+
"default": "\"\"",
|
|
2860
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2552
2861
|
"inheritedFrom": {
|
|
2553
2862
|
"name": "AnchoredRegion",
|
|
2554
2863
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2556,29 +2865,27 @@
|
|
|
2556
2865
|
},
|
|
2557
2866
|
{
|
|
2558
2867
|
"kind": "method",
|
|
2559
|
-
"name": "
|
|
2868
|
+
"name": "anchorChanged",
|
|
2560
2869
|
"privacy": "private",
|
|
2561
2870
|
"return": {
|
|
2562
2871
|
"type": {
|
|
2563
2872
|
"text": "void"
|
|
2564
2873
|
}
|
|
2565
2874
|
},
|
|
2566
|
-
"description": "initializes the instance's resize observer",
|
|
2567
2875
|
"inheritedFrom": {
|
|
2568
2876
|
"name": "AnchoredRegion",
|
|
2569
2877
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2570
2878
|
}
|
|
2571
2879
|
},
|
|
2572
2880
|
{
|
|
2573
|
-
"kind": "
|
|
2574
|
-
"name": "
|
|
2575
|
-
"
|
|
2576
|
-
|
|
2577
|
-
"type": {
|
|
2578
|
-
"text": "void"
|
|
2579
|
-
}
|
|
2881
|
+
"kind": "field",
|
|
2882
|
+
"name": "viewport",
|
|
2883
|
+
"type": {
|
|
2884
|
+
"text": "string"
|
|
2580
2885
|
},
|
|
2581
|
-
"
|
|
2886
|
+
"privacy": "public",
|
|
2887
|
+
"default": "\"\"",
|
|
2888
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2582
2889
|
"inheritedFrom": {
|
|
2583
2890
|
"name": "AnchoredRegion",
|
|
2584
2891
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2586,29 +2893,27 @@
|
|
|
2586
2893
|
},
|
|
2587
2894
|
{
|
|
2588
2895
|
"kind": "method",
|
|
2589
|
-
"name": "
|
|
2896
|
+
"name": "viewportChanged",
|
|
2590
2897
|
"privacy": "private",
|
|
2591
2898
|
"return": {
|
|
2592
2899
|
"type": {
|
|
2593
2900
|
"text": "void"
|
|
2594
2901
|
}
|
|
2595
2902
|
},
|
|
2596
|
-
"description": "fully initializes the component",
|
|
2597
2903
|
"inheritedFrom": {
|
|
2598
2904
|
"name": "AnchoredRegion",
|
|
2599
2905
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2600
2906
|
}
|
|
2601
2907
|
},
|
|
2602
2908
|
{
|
|
2603
|
-
"kind": "
|
|
2604
|
-
"name": "
|
|
2605
|
-
"
|
|
2606
|
-
|
|
2607
|
-
"type": {
|
|
2608
|
-
"text": "void"
|
|
2609
|
-
}
|
|
2909
|
+
"kind": "field",
|
|
2910
|
+
"name": "horizontalPositioningMode",
|
|
2911
|
+
"type": {
|
|
2912
|
+
"text": "AxisPositioningMode"
|
|
2610
2913
|
},
|
|
2611
|
-
"
|
|
2914
|
+
"privacy": "public",
|
|
2915
|
+
"default": "\"uncontrolled\"",
|
|
2916
|
+
"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",
|
|
2612
2917
|
"inheritedFrom": {
|
|
2613
2918
|
"name": "AnchoredRegion",
|
|
2614
2919
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2616,14 +2921,13 @@
|
|
|
2616
2921
|
},
|
|
2617
2922
|
{
|
|
2618
2923
|
"kind": "method",
|
|
2619
|
-
"name": "
|
|
2924
|
+
"name": "horizontalPositioningModeChanged",
|
|
2620
2925
|
"privacy": "private",
|
|
2621
2926
|
"return": {
|
|
2622
2927
|
"type": {
|
|
2623
2928
|
"text": "void"
|
|
2624
2929
|
}
|
|
2625
2930
|
},
|
|
2626
|
-
"description": "sets the starting configuration for component internal values",
|
|
2627
2931
|
"inheritedFrom": {
|
|
2628
2932
|
"name": "AnchoredRegion",
|
|
2629
2933
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2631,19 +2935,27 @@
|
|
|
2631
2935
|
},
|
|
2632
2936
|
{
|
|
2633
2937
|
"kind": "field",
|
|
2634
|
-
"name": "
|
|
2635
|
-
"
|
|
2636
|
-
|
|
2938
|
+
"name": "horizontalDefaultPosition",
|
|
2939
|
+
"type": {
|
|
2940
|
+
"text": "HorizontalPosition"
|
|
2941
|
+
},
|
|
2942
|
+
"privacy": "public",
|
|
2943
|
+
"default": "\"unset\"",
|
|
2944
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2637
2945
|
"inheritedFrom": {
|
|
2638
2946
|
"name": "AnchoredRegion",
|
|
2639
2947
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2640
2948
|
}
|
|
2641
2949
|
},
|
|
2642
2950
|
{
|
|
2643
|
-
"kind": "
|
|
2644
|
-
"name": "
|
|
2951
|
+
"kind": "method",
|
|
2952
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2645
2953
|
"privacy": "private",
|
|
2646
|
-
"
|
|
2954
|
+
"return": {
|
|
2955
|
+
"type": {
|
|
2956
|
+
"text": "void"
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2647
2959
|
"inheritedFrom": {
|
|
2648
2960
|
"name": "AnchoredRegion",
|
|
2649
2961
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2651,19 +2963,27 @@
|
|
|
2651
2963
|
},
|
|
2652
2964
|
{
|
|
2653
2965
|
"kind": "field",
|
|
2654
|
-
"name": "
|
|
2655
|
-
"
|
|
2656
|
-
|
|
2966
|
+
"name": "horizontalViewportLock",
|
|
2967
|
+
"type": {
|
|
2968
|
+
"text": "boolean"
|
|
2969
|
+
},
|
|
2970
|
+
"privacy": "public",
|
|
2971
|
+
"default": "false",
|
|
2972
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2657
2973
|
"inheritedFrom": {
|
|
2658
2974
|
"name": "AnchoredRegion",
|
|
2659
2975
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2660
2976
|
}
|
|
2661
2977
|
},
|
|
2662
2978
|
{
|
|
2663
|
-
"kind": "
|
|
2664
|
-
"name": "
|
|
2979
|
+
"kind": "method",
|
|
2980
|
+
"name": "horizontalViewportLockChanged",
|
|
2665
2981
|
"privacy": "private",
|
|
2666
|
-
"
|
|
2982
|
+
"return": {
|
|
2983
|
+
"type": {
|
|
2984
|
+
"text": "void"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2667
2987
|
"inheritedFrom": {
|
|
2668
2988
|
"name": "AnchoredRegion",
|
|
2669
2989
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2671,19 +2991,27 @@
|
|
|
2671
2991
|
},
|
|
2672
2992
|
{
|
|
2673
2993
|
"kind": "field",
|
|
2674
|
-
"name": "
|
|
2675
|
-
"
|
|
2676
|
-
|
|
2994
|
+
"name": "horizontalInset",
|
|
2995
|
+
"type": {
|
|
2996
|
+
"text": "boolean"
|
|
2997
|
+
},
|
|
2998
|
+
"privacy": "public",
|
|
2999
|
+
"default": "false",
|
|
3000
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2677
3001
|
"inheritedFrom": {
|
|
2678
3002
|
"name": "AnchoredRegion",
|
|
2679
3003
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2680
3004
|
}
|
|
2681
3005
|
},
|
|
2682
3006
|
{
|
|
2683
|
-
"kind": "
|
|
2684
|
-
"name": "
|
|
3007
|
+
"kind": "method",
|
|
3008
|
+
"name": "horizontalInsetChanged",
|
|
2685
3009
|
"privacy": "private",
|
|
2686
|
-
"
|
|
3010
|
+
"return": {
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "void"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
2687
3015
|
"inheritedFrom": {
|
|
2688
3016
|
"name": "AnchoredRegion",
|
|
2689
3017
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2691,19 +3019,26 @@
|
|
|
2691
3019
|
},
|
|
2692
3020
|
{
|
|
2693
3021
|
"kind": "field",
|
|
2694
|
-
"name": "
|
|
2695
|
-
"
|
|
2696
|
-
|
|
3022
|
+
"name": "horizontalThreshold",
|
|
3023
|
+
"type": {
|
|
3024
|
+
"text": "number"
|
|
3025
|
+
},
|
|
3026
|
+
"privacy": "public",
|
|
3027
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2697
3028
|
"inheritedFrom": {
|
|
2698
3029
|
"name": "AnchoredRegion",
|
|
2699
3030
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2700
3031
|
}
|
|
2701
3032
|
},
|
|
2702
3033
|
{
|
|
2703
|
-
"kind": "
|
|
2704
|
-
"name": "
|
|
3034
|
+
"kind": "method",
|
|
3035
|
+
"name": "horizontalThresholdChanged",
|
|
2705
3036
|
"privacy": "private",
|
|
2706
|
-
"
|
|
3037
|
+
"return": {
|
|
3038
|
+
"type": {
|
|
3039
|
+
"text": "void"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
2707
3042
|
"inheritedFrom": {
|
|
2708
3043
|
"name": "AnchoredRegion",
|
|
2709
3044
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2711,19 +3046,27 @@
|
|
|
2711
3046
|
},
|
|
2712
3047
|
{
|
|
2713
3048
|
"kind": "field",
|
|
2714
|
-
"name": "
|
|
2715
|
-
"
|
|
2716
|
-
|
|
3049
|
+
"name": "horizontalScaling",
|
|
3050
|
+
"type": {
|
|
3051
|
+
"text": "AxisScalingMode"
|
|
3052
|
+
},
|
|
3053
|
+
"privacy": "public",
|
|
3054
|
+
"default": "\"content\"",
|
|
3055
|
+
"description": "Defines how the width of the region is calculated",
|
|
2717
3056
|
"inheritedFrom": {
|
|
2718
3057
|
"name": "AnchoredRegion",
|
|
2719
3058
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2720
3059
|
}
|
|
2721
3060
|
},
|
|
2722
3061
|
{
|
|
2723
|
-
"kind": "
|
|
2724
|
-
"name": "
|
|
3062
|
+
"kind": "method",
|
|
3063
|
+
"name": "horizontalScalingChanged",
|
|
2725
3064
|
"privacy": "private",
|
|
2726
|
-
"
|
|
3065
|
+
"return": {
|
|
3066
|
+
"type": {
|
|
3067
|
+
"text": "void"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
2727
3070
|
"inheritedFrom": {
|
|
2728
3071
|
"name": "AnchoredRegion",
|
|
2729
3072
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2731,19 +3074,27 @@
|
|
|
2731
3074
|
},
|
|
2732
3075
|
{
|
|
2733
3076
|
"kind": "field",
|
|
2734
|
-
"name": "
|
|
2735
|
-
"
|
|
2736
|
-
|
|
3077
|
+
"name": "verticalPositioningMode",
|
|
3078
|
+
"type": {
|
|
3079
|
+
"text": "AxisPositioningMode"
|
|
3080
|
+
},
|
|
3081
|
+
"privacy": "public",
|
|
3082
|
+
"default": "\"uncontrolled\"",
|
|
3083
|
+
"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",
|
|
2737
3084
|
"inheritedFrom": {
|
|
2738
3085
|
"name": "AnchoredRegion",
|
|
2739
3086
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2740
3087
|
}
|
|
2741
3088
|
},
|
|
2742
3089
|
{
|
|
2743
|
-
"kind": "
|
|
2744
|
-
"name": "
|
|
3090
|
+
"kind": "method",
|
|
3091
|
+
"name": "verticalPositioningModeChanged",
|
|
2745
3092
|
"privacy": "private",
|
|
2746
|
-
"
|
|
3093
|
+
"return": {
|
|
3094
|
+
"type": {
|
|
3095
|
+
"text": "void"
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
2747
3098
|
"inheritedFrom": {
|
|
2748
3099
|
"name": "AnchoredRegion",
|
|
2749
3100
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2751,19 +3102,27 @@
|
|
|
2751
3102
|
},
|
|
2752
3103
|
{
|
|
2753
3104
|
"kind": "field",
|
|
2754
|
-
"name": "
|
|
2755
|
-
"
|
|
2756
|
-
|
|
3105
|
+
"name": "verticalDefaultPosition",
|
|
3106
|
+
"type": {
|
|
3107
|
+
"text": "VerticalPosition"
|
|
3108
|
+
},
|
|
3109
|
+
"privacy": "public",
|
|
3110
|
+
"default": "\"unset\"",
|
|
3111
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2757
3112
|
"inheritedFrom": {
|
|
2758
3113
|
"name": "AnchoredRegion",
|
|
2759
3114
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2760
3115
|
}
|
|
2761
3116
|
},
|
|
2762
3117
|
{
|
|
2763
|
-
"kind": "
|
|
2764
|
-
"name": "
|
|
3118
|
+
"kind": "method",
|
|
3119
|
+
"name": "verticalDefaultPositionChanged",
|
|
2765
3120
|
"privacy": "private",
|
|
2766
|
-
"
|
|
3121
|
+
"return": {
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "void"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
2767
3126
|
"inheritedFrom": {
|
|
2768
3127
|
"name": "AnchoredRegion",
|
|
2769
3128
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2771,19 +3130,27 @@
|
|
|
2771
3130
|
},
|
|
2772
3131
|
{
|
|
2773
3132
|
"kind": "field",
|
|
2774
|
-
"name": "
|
|
2775
|
-
"
|
|
2776
|
-
|
|
3133
|
+
"name": "verticalViewportLock",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"text": "boolean"
|
|
3136
|
+
},
|
|
3137
|
+
"privacy": "public",
|
|
3138
|
+
"default": "false",
|
|
3139
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2777
3140
|
"inheritedFrom": {
|
|
2778
3141
|
"name": "AnchoredRegion",
|
|
2779
3142
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2780
3143
|
}
|
|
2781
3144
|
},
|
|
2782
3145
|
{
|
|
2783
|
-
"kind": "
|
|
2784
|
-
"name": "
|
|
3146
|
+
"kind": "method",
|
|
3147
|
+
"name": "verticalViewportLockChanged",
|
|
2785
3148
|
"privacy": "private",
|
|
2786
|
-
"
|
|
3149
|
+
"return": {
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "void"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
2787
3154
|
"inheritedFrom": {
|
|
2788
3155
|
"name": "AnchoredRegion",
|
|
2789
3156
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2791,19 +3158,27 @@
|
|
|
2791
3158
|
},
|
|
2792
3159
|
{
|
|
2793
3160
|
"kind": "field",
|
|
2794
|
-
"name": "
|
|
2795
|
-
"
|
|
2796
|
-
|
|
3161
|
+
"name": "verticalInset",
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "boolean"
|
|
3164
|
+
},
|
|
3165
|
+
"privacy": "public",
|
|
3166
|
+
"default": "false",
|
|
3167
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2797
3168
|
"inheritedFrom": {
|
|
2798
3169
|
"name": "AnchoredRegion",
|
|
2799
3170
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2800
3171
|
}
|
|
2801
3172
|
},
|
|
2802
3173
|
{
|
|
2803
|
-
"kind": "
|
|
2804
|
-
"name": "
|
|
3174
|
+
"kind": "method",
|
|
3175
|
+
"name": "verticalInsetChanged",
|
|
2805
3176
|
"privacy": "private",
|
|
2806
|
-
"
|
|
3177
|
+
"return": {
|
|
3178
|
+
"type": {
|
|
3179
|
+
"text": "void"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
2807
3182
|
"inheritedFrom": {
|
|
2808
3183
|
"name": "AnchoredRegion",
|
|
2809
3184
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2811,19 +3186,26 @@
|
|
|
2811
3186
|
},
|
|
2812
3187
|
{
|
|
2813
3188
|
"kind": "field",
|
|
2814
|
-
"name": "
|
|
2815
|
-
"
|
|
2816
|
-
|
|
3189
|
+
"name": "verticalThreshold",
|
|
3190
|
+
"type": {
|
|
3191
|
+
"text": "number"
|
|
3192
|
+
},
|
|
3193
|
+
"privacy": "public",
|
|
3194
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2817
3195
|
"inheritedFrom": {
|
|
2818
3196
|
"name": "AnchoredRegion",
|
|
2819
3197
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2820
3198
|
}
|
|
2821
3199
|
},
|
|
2822
3200
|
{
|
|
2823
|
-
"kind": "
|
|
2824
|
-
"name": "
|
|
3201
|
+
"kind": "method",
|
|
3202
|
+
"name": "verticalThresholdChanged",
|
|
2825
3203
|
"privacy": "private",
|
|
2826
|
-
"
|
|
3204
|
+
"return": {
|
|
3205
|
+
"type": {
|
|
3206
|
+
"text": "void"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
2827
3209
|
"inheritedFrom": {
|
|
2828
3210
|
"name": "AnchoredRegion",
|
|
2829
3211
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2831,1071 +3213,710 @@
|
|
|
2831
3213
|
},
|
|
2832
3214
|
{
|
|
2833
3215
|
"kind": "field",
|
|
2834
|
-
"name": "
|
|
2835
|
-
"
|
|
2836
|
-
|
|
3216
|
+
"name": "verticalScaling",
|
|
3217
|
+
"type": {
|
|
3218
|
+
"text": "AxisScalingMode"
|
|
3219
|
+
},
|
|
3220
|
+
"privacy": "public",
|
|
3221
|
+
"default": "\"content\"",
|
|
3222
|
+
"description": "Defines how the height of the region is calculated",
|
|
2837
3223
|
"inheritedFrom": {
|
|
2838
3224
|
"name": "AnchoredRegion",
|
|
2839
3225
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2840
3226
|
}
|
|
2841
3227
|
},
|
|
2842
3228
|
{
|
|
2843
|
-
"kind": "
|
|
2844
|
-
"name": "
|
|
2845
|
-
"type": {
|
|
2846
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2847
|
-
},
|
|
3229
|
+
"kind": "method",
|
|
3230
|
+
"name": "verticalScalingChanged",
|
|
2848
3231
|
"privacy": "private",
|
|
2849
|
-
"
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
}
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"kind": "field",
|
|
2857
|
-
"name": "$presentation",
|
|
2858
|
-
"type": {
|
|
2859
|
-
"text": "ComponentPresentation | null"
|
|
3232
|
+
"return": {
|
|
3233
|
+
"type": {
|
|
3234
|
+
"text": "void"
|
|
3235
|
+
}
|
|
2860
3236
|
},
|
|
2861
|
-
"privacy": "public",
|
|
2862
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2863
3237
|
"inheritedFrom": {
|
|
2864
|
-
"name": "
|
|
2865
|
-
"module": "src/
|
|
3238
|
+
"name": "AnchoredRegion",
|
|
3239
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2866
3240
|
}
|
|
2867
3241
|
},
|
|
2868
3242
|
{
|
|
2869
3243
|
"kind": "field",
|
|
2870
|
-
"name": "
|
|
3244
|
+
"name": "fixedPlacement",
|
|
2871
3245
|
"type": {
|
|
2872
|
-
"text": "
|
|
3246
|
+
"text": "boolean"
|
|
2873
3247
|
},
|
|
2874
3248
|
"privacy": "public",
|
|
2875
|
-
"
|
|
3249
|
+
"default": "false",
|
|
3250
|
+
"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,",
|
|
2876
3251
|
"inheritedFrom": {
|
|
2877
|
-
"name": "
|
|
2878
|
-
"module": "src/
|
|
3252
|
+
"name": "AnchoredRegion",
|
|
3253
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2879
3254
|
}
|
|
2880
3255
|
},
|
|
2881
3256
|
{
|
|
2882
3257
|
"kind": "method",
|
|
2883
|
-
"name": "
|
|
2884
|
-
"privacy": "
|
|
3258
|
+
"name": "fixedPlacementChanged",
|
|
3259
|
+
"privacy": "private",
|
|
2885
3260
|
"return": {
|
|
2886
3261
|
"type": {
|
|
2887
3262
|
"text": "void"
|
|
2888
3263
|
}
|
|
2889
3264
|
},
|
|
2890
3265
|
"inheritedFrom": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/
|
|
3266
|
+
"name": "AnchoredRegion",
|
|
3267
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2893
3268
|
}
|
|
2894
3269
|
},
|
|
2895
3270
|
{
|
|
2896
3271
|
"kind": "field",
|
|
2897
|
-
"name": "
|
|
3272
|
+
"name": "autoUpdateMode",
|
|
2898
3273
|
"type": {
|
|
2899
|
-
"text": "
|
|
3274
|
+
"text": "AutoUpdateMode"
|
|
2900
3275
|
},
|
|
2901
3276
|
"privacy": "public",
|
|
2902
|
-
"
|
|
3277
|
+
"default": "\"anchor\"",
|
|
3278
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2903
3279
|
"inheritedFrom": {
|
|
2904
|
-
"name": "
|
|
2905
|
-
"module": "src/
|
|
3280
|
+
"name": "AnchoredRegion",
|
|
3281
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2906
3282
|
}
|
|
2907
3283
|
},
|
|
2908
3284
|
{
|
|
2909
3285
|
"kind": "method",
|
|
2910
|
-
"name": "
|
|
2911
|
-
"privacy": "
|
|
3286
|
+
"name": "autoUpdateModeChanged",
|
|
3287
|
+
"privacy": "private",
|
|
2912
3288
|
"return": {
|
|
2913
3289
|
"type": {
|
|
2914
3290
|
"text": "void"
|
|
2915
3291
|
}
|
|
2916
3292
|
},
|
|
2917
|
-
"inheritedFrom": {
|
|
2918
|
-
"name": "FoundationElement",
|
|
2919
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2920
|
-
}
|
|
2921
|
-
},
|
|
2922
|
-
{
|
|
2923
|
-
"kind": "method",
|
|
2924
|
-
"name": "compose",
|
|
2925
|
-
"privacy": "public",
|
|
2926
|
-
"static": true,
|
|
2927
|
-
"return": {
|
|
2928
|
-
"type": {
|
|
2929
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2930
|
-
}
|
|
2931
|
-
},
|
|
2932
3293
|
"parameters": [
|
|
2933
3294
|
{
|
|
2934
|
-
"name": "
|
|
3295
|
+
"name": "prevMode",
|
|
2935
3296
|
"type": {
|
|
2936
|
-
"text": "
|
|
3297
|
+
"text": "AutoUpdateMode"
|
|
2937
3298
|
}
|
|
2938
3299
|
},
|
|
2939
3300
|
{
|
|
2940
|
-
"name": "
|
|
3301
|
+
"name": "newMode",
|
|
2941
3302
|
"type": {
|
|
2942
|
-
"text": "
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
],
|
|
2954
|
-
"events": [
|
|
2955
|
-
{
|
|
2956
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
2957
|
-
"name": "loaded",
|
|
2958
|
-
"inheritedFrom": {
|
|
2959
|
-
"name": "AnchoredRegion",
|
|
2960
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2961
|
-
}
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
2965
|
-
"name": "positionchange",
|
|
2966
|
-
"inheritedFrom": {
|
|
2967
|
-
"name": "AnchoredRegion",
|
|
2968
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2969
|
-
}
|
|
2970
|
-
}
|
|
2971
|
-
]
|
|
2972
|
-
},
|
|
2973
|
-
{
|
|
2974
|
-
"kind": "variable",
|
|
2975
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
2976
|
-
"type": {
|
|
2977
|
-
"text": "ShadowRootInit"
|
|
2978
|
-
},
|
|
2979
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2980
|
-
},
|
|
2981
|
-
{
|
|
2982
|
-
"kind": "variable",
|
|
2983
|
-
"name": "defaultAnchoredRegionConfig",
|
|
2984
|
-
"type": {
|
|
2985
|
-
"text": "object"
|
|
2986
|
-
},
|
|
2987
|
-
"default": "{}"
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"kind": "variable",
|
|
2991
|
-
"name": "foundationAnchoredRegion",
|
|
2992
|
-
"description": "The Foundation Anchored Region",
|
|
2993
|
-
"privacy": "public"
|
|
2994
|
-
}
|
|
2995
|
-
],
|
|
2996
|
-
"exports": [
|
|
2997
|
-
{
|
|
2998
|
-
"kind": "js",
|
|
2999
|
-
"name": "AnchoredRegion",
|
|
3000
|
-
"declaration": {
|
|
3001
|
-
"name": "AnchoredRegion",
|
|
3002
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3003
|
-
}
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
"kind": "js",
|
|
3007
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3008
|
-
"declaration": {
|
|
3009
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3010
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3011
|
-
}
|
|
3012
|
-
},
|
|
3013
|
-
{
|
|
3014
|
-
"kind": "js",
|
|
3015
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3016
|
-
"declaration": {
|
|
3017
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3018
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3019
|
-
}
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
"kind": "js",
|
|
3023
|
-
"name": "foundationAnchoredRegion",
|
|
3024
|
-
"declaration": {
|
|
3025
|
-
"name": "foundationAnchoredRegion",
|
|
3026
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3027
|
-
}
|
|
3028
|
-
}
|
|
3029
|
-
]
|
|
3030
|
-
},
|
|
3031
|
-
{
|
|
3032
|
-
"kind": "javascript-module",
|
|
3033
|
-
"path": "src/anchored-region/index.ts",
|
|
3034
|
-
"declarations": [],
|
|
3035
|
-
"exports": [
|
|
3036
|
-
{
|
|
3037
|
-
"kind": "js",
|
|
3038
|
-
"name": "*",
|
|
3039
|
-
"declaration": {
|
|
3040
|
-
"name": "*",
|
|
3041
|
-
"package": "./anchor-region.template"
|
|
3042
|
-
}
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"kind": "js",
|
|
3046
|
-
"name": "*",
|
|
3047
|
-
"declaration": {
|
|
3048
|
-
"name": "*",
|
|
3049
|
-
"package": "./anchored-region.styles"
|
|
3050
|
-
}
|
|
3051
|
-
},
|
|
3052
|
-
{
|
|
3053
|
-
"kind": "js",
|
|
3054
|
-
"name": "*",
|
|
3055
|
-
"declaration": {
|
|
3056
|
-
"name": "*",
|
|
3057
|
-
"package": "./anchored-region"
|
|
3058
|
-
}
|
|
3059
|
-
}
|
|
3060
|
-
]
|
|
3061
|
-
},
|
|
3062
|
-
{
|
|
3063
|
-
"kind": "javascript-module",
|
|
3064
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
3065
|
-
"declarations": [
|
|
3066
|
-
{
|
|
3067
|
-
"kind": "function",
|
|
3068
|
-
"name": "foundationAnchorStyles",
|
|
3069
|
-
"return": {
|
|
3070
|
-
"type": {
|
|
3071
|
-
"text": "ElementStyles"
|
|
3072
|
-
}
|
|
3073
|
-
},
|
|
3074
|
-
"parameters": [
|
|
3075
|
-
{
|
|
3076
|
-
"name": "context",
|
|
3077
|
-
"type": {
|
|
3078
|
-
"text": "ElementDefinitionContext"
|
|
3079
|
-
}
|
|
3080
|
-
},
|
|
3081
|
-
{
|
|
3082
|
-
"name": "definition",
|
|
3083
|
-
"type": {
|
|
3084
|
-
"text": "FoundationElementDefinition"
|
|
3085
|
-
}
|
|
3086
|
-
}
|
|
3087
|
-
]
|
|
3088
|
-
}
|
|
3089
|
-
],
|
|
3090
|
-
"exports": [
|
|
3091
|
-
{
|
|
3092
|
-
"kind": "js",
|
|
3093
|
-
"name": "foundationAnchorStyles",
|
|
3094
|
-
"declaration": {
|
|
3095
|
-
"name": "foundationAnchorStyles",
|
|
3096
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
3097
|
-
}
|
|
3098
|
-
}
|
|
3099
|
-
]
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"kind": "javascript-module",
|
|
3103
|
-
"path": "src/anchor/anchor.template.ts",
|
|
3104
|
-
"declarations": [
|
|
3105
|
-
{
|
|
3106
|
-
"kind": "function",
|
|
3107
|
-
"name": "foundationAnchorTemplate",
|
|
3108
|
-
"return": {
|
|
3109
|
-
"type": {
|
|
3110
|
-
"text": "ViewTemplate<Anchor>"
|
|
3111
|
-
}
|
|
3112
|
-
},
|
|
3113
|
-
"parameters": [
|
|
3114
|
-
{
|
|
3115
|
-
"name": "context",
|
|
3116
|
-
"type": {
|
|
3117
|
-
"text": "ElementDefinitionContext"
|
|
3118
|
-
}
|
|
3119
|
-
},
|
|
3120
|
-
{
|
|
3121
|
-
"name": "definition",
|
|
3122
|
-
"type": {
|
|
3123
|
-
"text": "FoundationElementDefinition"
|
|
3124
|
-
}
|
|
3125
|
-
}
|
|
3126
|
-
]
|
|
3127
|
-
}
|
|
3128
|
-
],
|
|
3129
|
-
"exports": [
|
|
3130
|
-
{
|
|
3131
|
-
"kind": "js",
|
|
3132
|
-
"name": "foundationAnchorTemplate",
|
|
3133
|
-
"declaration": {
|
|
3134
|
-
"name": "foundationAnchorTemplate",
|
|
3135
|
-
"module": "src/anchor/anchor.template.ts"
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3138
|
-
]
|
|
3139
|
-
},
|
|
3140
|
-
{
|
|
3141
|
-
"kind": "javascript-module",
|
|
3142
|
-
"path": "src/anchor/anchor.ts",
|
|
3143
|
-
"declarations": [
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "class",
|
|
3146
|
-
"description": "",
|
|
3147
|
-
"name": "Anchor",
|
|
3148
|
-
"superclass": {
|
|
3149
|
-
"name": "FASTAnchor",
|
|
3150
|
-
"package": "@microsoft/fast-components"
|
|
3151
|
-
},
|
|
3152
|
-
"tagName": "%%prefix%%-anchor",
|
|
3153
|
-
"customElement": true,
|
|
3154
|
-
"attributes": [
|
|
3303
|
+
"text": "AutoUpdateMode"
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
],
|
|
3307
|
+
"inheritedFrom": {
|
|
3308
|
+
"name": "AnchoredRegion",
|
|
3309
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3310
|
+
}
|
|
3311
|
+
},
|
|
3155
3312
|
{
|
|
3156
|
-
"
|
|
3313
|
+
"kind": "field",
|
|
3314
|
+
"name": "anchorElement",
|
|
3157
3315
|
"type": {
|
|
3158
|
-
"text": "
|
|
3316
|
+
"text": "HTMLElement | null"
|
|
3159
3317
|
},
|
|
3160
|
-
"
|
|
3161
|
-
"
|
|
3318
|
+
"privacy": "public",
|
|
3319
|
+
"default": "null",
|
|
3320
|
+
"description": "The HTML element being used as the anchor",
|
|
3162
3321
|
"inheritedFrom": {
|
|
3163
|
-
"name": "
|
|
3164
|
-
"module": "src/
|
|
3322
|
+
"name": "AnchoredRegion",
|
|
3323
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3165
3324
|
}
|
|
3166
3325
|
},
|
|
3167
3326
|
{
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3170
|
-
|
|
3327
|
+
"kind": "method",
|
|
3328
|
+
"name": "anchorElementChanged",
|
|
3329
|
+
"privacy": "private",
|
|
3330
|
+
"return": {
|
|
3331
|
+
"type": {
|
|
3332
|
+
"text": "void"
|
|
3333
|
+
}
|
|
3171
3334
|
},
|
|
3172
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3173
|
-
"fieldName": "href",
|
|
3174
3335
|
"inheritedFrom": {
|
|
3175
|
-
"name": "
|
|
3176
|
-
"module": "src/
|
|
3336
|
+
"name": "AnchoredRegion",
|
|
3337
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3177
3338
|
}
|
|
3178
3339
|
},
|
|
3179
3340
|
{
|
|
3180
|
-
"
|
|
3341
|
+
"kind": "field",
|
|
3342
|
+
"name": "viewportElement",
|
|
3181
3343
|
"type": {
|
|
3182
|
-
"text": "
|
|
3344
|
+
"text": "HTMLElement | null"
|
|
3183
3345
|
},
|
|
3184
|
-
"
|
|
3185
|
-
"
|
|
3346
|
+
"privacy": "public",
|
|
3347
|
+
"default": "null",
|
|
3348
|
+
"description": "The HTML element being used as the viewport",
|
|
3186
3349
|
"inheritedFrom": {
|
|
3187
|
-
"name": "
|
|
3188
|
-
"module": "src/
|
|
3350
|
+
"name": "AnchoredRegion",
|
|
3351
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3189
3352
|
}
|
|
3190
3353
|
},
|
|
3191
3354
|
{
|
|
3192
|
-
"
|
|
3193
|
-
"
|
|
3194
|
-
|
|
3355
|
+
"kind": "method",
|
|
3356
|
+
"name": "viewportElementChanged",
|
|
3357
|
+
"privacy": "private",
|
|
3358
|
+
"return": {
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": "void"
|
|
3361
|
+
}
|
|
3195
3362
|
},
|
|
3196
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3197
|
-
"fieldName": "ping",
|
|
3198
3363
|
"inheritedFrom": {
|
|
3199
|
-
"name": "
|
|
3200
|
-
"module": "src/
|
|
3364
|
+
"name": "AnchoredRegion",
|
|
3365
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3201
3366
|
}
|
|
3202
3367
|
},
|
|
3203
3368
|
{
|
|
3204
|
-
"
|
|
3369
|
+
"kind": "field",
|
|
3370
|
+
"name": "verticalPosition",
|
|
3205
3371
|
"type": {
|
|
3206
|
-
"text": "
|
|
3372
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3207
3373
|
},
|
|
3208
|
-
"
|
|
3209
|
-
"
|
|
3374
|
+
"privacy": "public",
|
|
3375
|
+
"description": "indicates the current horizontal position of the region",
|
|
3210
3376
|
"inheritedFrom": {
|
|
3211
|
-
"name": "
|
|
3212
|
-
"module": "src/
|
|
3377
|
+
"name": "AnchoredRegion",
|
|
3378
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3213
3379
|
}
|
|
3214
3380
|
},
|
|
3215
3381
|
{
|
|
3216
|
-
"
|
|
3382
|
+
"kind": "field",
|
|
3383
|
+
"name": "horizontalPosition",
|
|
3217
3384
|
"type": {
|
|
3218
|
-
"text": "
|
|
3385
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3219
3386
|
},
|
|
3220
|
-
"
|
|
3221
|
-
"
|
|
3387
|
+
"privacy": "public",
|
|
3388
|
+
"description": "indicates the current vertical position of the region",
|
|
3222
3389
|
"inheritedFrom": {
|
|
3223
|
-
"name": "
|
|
3224
|
-
"module": "src/
|
|
3390
|
+
"name": "AnchoredRegion",
|
|
3391
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3225
3392
|
}
|
|
3226
3393
|
},
|
|
3227
3394
|
{
|
|
3228
|
-
"
|
|
3395
|
+
"kind": "field",
|
|
3396
|
+
"name": "translateX",
|
|
3229
3397
|
"type": {
|
|
3230
|
-
"text": "
|
|
3398
|
+
"text": "number"
|
|
3231
3399
|
},
|
|
3232
|
-
"
|
|
3233
|
-
"
|
|
3400
|
+
"privacy": "private",
|
|
3401
|
+
"description": "values to be applied to the component's transform on render",
|
|
3234
3402
|
"inheritedFrom": {
|
|
3235
|
-
"name": "
|
|
3236
|
-
"module": "src/
|
|
3403
|
+
"name": "AnchoredRegion",
|
|
3404
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3237
3405
|
}
|
|
3238
3406
|
},
|
|
3239
3407
|
{
|
|
3240
|
-
"
|
|
3408
|
+
"kind": "field",
|
|
3409
|
+
"name": "translateY",
|
|
3241
3410
|
"type": {
|
|
3242
|
-
"text": "
|
|
3411
|
+
"text": "number"
|
|
3243
3412
|
},
|
|
3244
|
-
"
|
|
3245
|
-
"fieldName": "type",
|
|
3413
|
+
"privacy": "private",
|
|
3246
3414
|
"inheritedFrom": {
|
|
3247
|
-
"name": "
|
|
3248
|
-
"module": "src/
|
|
3415
|
+
"name": "AnchoredRegion",
|
|
3416
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3249
3417
|
}
|
|
3250
|
-
}
|
|
3251
|
-
],
|
|
3252
|
-
"members": [
|
|
3418
|
+
},
|
|
3253
3419
|
{
|
|
3254
3420
|
"kind": "field",
|
|
3255
|
-
"name": "
|
|
3421
|
+
"name": "regionWidth",
|
|
3256
3422
|
"type": {
|
|
3257
3423
|
"text": "string"
|
|
3258
3424
|
},
|
|
3259
|
-
"privacy": "
|
|
3260
|
-
"description": "
|
|
3425
|
+
"privacy": "private",
|
|
3426
|
+
"description": "the span to be applied to the region on each axis",
|
|
3261
3427
|
"inheritedFrom": {
|
|
3262
|
-
"name": "
|
|
3263
|
-
"module": "src/
|
|
3428
|
+
"name": "AnchoredRegion",
|
|
3429
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3264
3430
|
}
|
|
3265
3431
|
},
|
|
3266
3432
|
{
|
|
3267
3433
|
"kind": "field",
|
|
3268
|
-
"name": "
|
|
3434
|
+
"name": "regionHeight",
|
|
3269
3435
|
"type": {
|
|
3270
3436
|
"text": "string"
|
|
3271
3437
|
},
|
|
3272
|
-
"privacy": "
|
|
3273
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3438
|
+
"privacy": "private",
|
|
3274
3439
|
"inheritedFrom": {
|
|
3275
|
-
"name": "
|
|
3276
|
-
"module": "src/
|
|
3440
|
+
"name": "AnchoredRegion",
|
|
3441
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3277
3442
|
}
|
|
3278
3443
|
},
|
|
3279
3444
|
{
|
|
3280
3445
|
"kind": "field",
|
|
3281
|
-
"name": "
|
|
3446
|
+
"name": "resizeDetector",
|
|
3282
3447
|
"type": {
|
|
3283
|
-
"text": "
|
|
3448
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3284
3449
|
},
|
|
3285
|
-
"privacy": "
|
|
3286
|
-
"
|
|
3450
|
+
"privacy": "private",
|
|
3451
|
+
"default": "null",
|
|
3287
3452
|
"inheritedFrom": {
|
|
3288
|
-
"name": "
|
|
3289
|
-
"module": "src/
|
|
3453
|
+
"name": "AnchoredRegion",
|
|
3454
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3290
3455
|
}
|
|
3291
3456
|
},
|
|
3292
3457
|
{
|
|
3293
3458
|
"kind": "field",
|
|
3294
|
-
"name": "
|
|
3459
|
+
"name": "viewportRect",
|
|
3295
3460
|
"type": {
|
|
3296
|
-
"text": "
|
|
3461
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3297
3462
|
},
|
|
3298
|
-
"privacy": "
|
|
3299
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3463
|
+
"privacy": "private",
|
|
3300
3464
|
"inheritedFrom": {
|
|
3301
|
-
"name": "
|
|
3302
|
-
"module": "src/
|
|
3465
|
+
"name": "AnchoredRegion",
|
|
3466
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3303
3467
|
}
|
|
3304
3468
|
},
|
|
3305
3469
|
{
|
|
3306
3470
|
"kind": "field",
|
|
3307
|
-
"name": "
|
|
3471
|
+
"name": "anchorRect",
|
|
3308
3472
|
"type": {
|
|
3309
|
-
"text": "
|
|
3473
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3310
3474
|
},
|
|
3311
|
-
"privacy": "
|
|
3312
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3475
|
+
"privacy": "private",
|
|
3313
3476
|
"inheritedFrom": {
|
|
3314
|
-
"name": "
|
|
3315
|
-
"module": "src/
|
|
3477
|
+
"name": "AnchoredRegion",
|
|
3478
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3316
3479
|
}
|
|
3317
3480
|
},
|
|
3318
3481
|
{
|
|
3319
3482
|
"kind": "field",
|
|
3320
|
-
"name": "
|
|
3483
|
+
"name": "regionRect",
|
|
3321
3484
|
"type": {
|
|
3322
|
-
"text": "
|
|
3485
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3323
3486
|
},
|
|
3324
|
-
"privacy": "
|
|
3325
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3487
|
+
"privacy": "private",
|
|
3326
3488
|
"inheritedFrom": {
|
|
3327
|
-
"name": "
|
|
3328
|
-
"module": "src/
|
|
3489
|
+
"name": "AnchoredRegion",
|
|
3490
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3329
3491
|
}
|
|
3330
3492
|
},
|
|
3331
3493
|
{
|
|
3332
3494
|
"kind": "field",
|
|
3333
|
-
"name": "
|
|
3495
|
+
"name": "baseHorizontalOffset",
|
|
3334
3496
|
"type": {
|
|
3335
|
-
"text": "
|
|
3497
|
+
"text": "number"
|
|
3336
3498
|
},
|
|
3337
|
-
"privacy": "
|
|
3338
|
-
"
|
|
3499
|
+
"privacy": "private",
|
|
3500
|
+
"default": "0",
|
|
3501
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3339
3502
|
"inheritedFrom": {
|
|
3340
|
-
"name": "
|
|
3341
|
-
"module": "src/
|
|
3503
|
+
"name": "AnchoredRegion",
|
|
3504
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3342
3505
|
}
|
|
3343
3506
|
},
|
|
3344
3507
|
{
|
|
3345
3508
|
"kind": "field",
|
|
3346
|
-
"name": "
|
|
3509
|
+
"name": "baseVerticalOffset",
|
|
3347
3510
|
"type": {
|
|
3348
|
-
"text": "
|
|
3511
|
+
"text": "number"
|
|
3349
3512
|
},
|
|
3350
|
-
"privacy": "
|
|
3351
|
-
"
|
|
3513
|
+
"privacy": "private",
|
|
3514
|
+
"default": "0",
|
|
3352
3515
|
"inheritedFrom": {
|
|
3353
|
-
"name": "
|
|
3354
|
-
"module": "src/
|
|
3516
|
+
"name": "AnchoredRegion",
|
|
3517
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3355
3518
|
}
|
|
3356
3519
|
},
|
|
3357
3520
|
{
|
|
3358
3521
|
"kind": "field",
|
|
3359
|
-
"name": "
|
|
3522
|
+
"name": "pendingPositioningUpdate",
|
|
3360
3523
|
"type": {
|
|
3361
|
-
"text": "
|
|
3524
|
+
"text": "boolean"
|
|
3362
3525
|
},
|
|
3363
|
-
"privacy": "
|
|
3364
|
-
"
|
|
3526
|
+
"privacy": "private",
|
|
3527
|
+
"default": "false",
|
|
3365
3528
|
"inheritedFrom": {
|
|
3366
|
-
"name": "
|
|
3367
|
-
"module": "src/
|
|
3529
|
+
"name": "AnchoredRegion",
|
|
3530
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3368
3531
|
}
|
|
3369
3532
|
},
|
|
3370
3533
|
{
|
|
3371
3534
|
"kind": "field",
|
|
3372
|
-
"name": "
|
|
3535
|
+
"name": "pendingReset",
|
|
3536
|
+
"type": {
|
|
3537
|
+
"text": "boolean"
|
|
3538
|
+
},
|
|
3373
3539
|
"privacy": "private",
|
|
3374
|
-
"
|
|
3540
|
+
"default": "false",
|
|
3375
3541
|
"inheritedFrom": {
|
|
3376
|
-
"name": "
|
|
3377
|
-
"module": "src/
|
|
3542
|
+
"name": "AnchoredRegion",
|
|
3543
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3378
3544
|
}
|
|
3379
3545
|
},
|
|
3380
3546
|
{
|
|
3381
3547
|
"kind": "field",
|
|
3382
|
-
"name": "
|
|
3548
|
+
"name": "currentDirection",
|
|
3383
3549
|
"type": {
|
|
3384
|
-
"text": "
|
|
3550
|
+
"text": "Direction"
|
|
3385
3551
|
},
|
|
3386
3552
|
"privacy": "private",
|
|
3387
|
-
"default": "void 0",
|
|
3388
3553
|
"inheritedFrom": {
|
|
3389
|
-
"name": "
|
|
3390
|
-
"module": "src/
|
|
3554
|
+
"name": "AnchoredRegion",
|
|
3555
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3391
3556
|
}
|
|
3392
3557
|
},
|
|
3393
3558
|
{
|
|
3394
3559
|
"kind": "field",
|
|
3395
|
-
"name": "
|
|
3560
|
+
"name": "regionVisible",
|
|
3396
3561
|
"type": {
|
|
3397
|
-
"text": "
|
|
3562
|
+
"text": "boolean"
|
|
3398
3563
|
},
|
|
3399
|
-
"privacy": "
|
|
3400
|
-
"
|
|
3564
|
+
"privacy": "private",
|
|
3565
|
+
"default": "false",
|
|
3401
3566
|
"inheritedFrom": {
|
|
3402
|
-
"name": "
|
|
3403
|
-
"module": "src/
|
|
3567
|
+
"name": "AnchoredRegion",
|
|
3568
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3404
3569
|
}
|
|
3405
3570
|
},
|
|
3406
3571
|
{
|
|
3407
3572
|
"kind": "field",
|
|
3408
|
-
"name": "
|
|
3573
|
+
"name": "forceUpdate",
|
|
3409
3574
|
"type": {
|
|
3410
|
-
"text": "
|
|
3575
|
+
"text": "boolean"
|
|
3411
3576
|
},
|
|
3412
|
-
"privacy": "
|
|
3413
|
-
"
|
|
3577
|
+
"privacy": "private",
|
|
3578
|
+
"default": "false",
|
|
3414
3579
|
"inheritedFrom": {
|
|
3415
|
-
"name": "
|
|
3416
|
-
"module": "src/
|
|
3580
|
+
"name": "AnchoredRegion",
|
|
3581
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3417
3582
|
}
|
|
3418
3583
|
},
|
|
3419
3584
|
{
|
|
3420
|
-
"kind": "
|
|
3421
|
-
"name": "
|
|
3422
|
-
"
|
|
3423
|
-
|
|
3424
|
-
"type": {
|
|
3425
|
-
"text": "void"
|
|
3426
|
-
}
|
|
3585
|
+
"kind": "field",
|
|
3586
|
+
"name": "updateThreshold",
|
|
3587
|
+
"type": {
|
|
3588
|
+
"text": "number"
|
|
3427
3589
|
},
|
|
3590
|
+
"privacy": "private",
|
|
3591
|
+
"default": "0.5",
|
|
3428
3592
|
"inheritedFrom": {
|
|
3429
|
-
"name": "
|
|
3430
|
-
"module": "src/
|
|
3593
|
+
"name": "AnchoredRegion",
|
|
3594
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3431
3595
|
}
|
|
3432
3596
|
},
|
|
3433
3597
|
{
|
|
3434
3598
|
"kind": "field",
|
|
3435
|
-
"name": "
|
|
3599
|
+
"name": "intersectionService",
|
|
3436
3600
|
"type": {
|
|
3437
|
-
"text": "
|
|
3601
|
+
"text": "IntersectionService"
|
|
3438
3602
|
},
|
|
3603
|
+
"privacy": "private",
|
|
3604
|
+
"static": true,
|
|
3605
|
+
"default": "new IntersectionService()",
|
|
3606
|
+
"inheritedFrom": {
|
|
3607
|
+
"name": "AnchoredRegion",
|
|
3608
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "field",
|
|
3613
|
+
"name": "update",
|
|
3439
3614
|
"privacy": "public",
|
|
3440
|
-
"description": "
|
|
3615
|
+
"description": "update position",
|
|
3441
3616
|
"inheritedFrom": {
|
|
3442
|
-
"name": "
|
|
3443
|
-
"module": "src/
|
|
3617
|
+
"name": "AnchoredRegion",
|
|
3618
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3444
3619
|
}
|
|
3445
3620
|
},
|
|
3446
3621
|
{
|
|
3447
3622
|
"kind": "method",
|
|
3448
|
-
"name": "
|
|
3449
|
-
"privacy": "
|
|
3623
|
+
"name": "disconnectResizeDetector",
|
|
3624
|
+
"privacy": "private",
|
|
3450
3625
|
"return": {
|
|
3451
3626
|
"type": {
|
|
3452
3627
|
"text": "void"
|
|
3453
3628
|
}
|
|
3454
3629
|
},
|
|
3630
|
+
"description": "destroys the instance's resize observer",
|
|
3455
3631
|
"inheritedFrom": {
|
|
3456
|
-
"name": "
|
|
3457
|
-
"module": "src/
|
|
3632
|
+
"name": "AnchoredRegion",
|
|
3633
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3458
3634
|
}
|
|
3459
3635
|
},
|
|
3460
3636
|
{
|
|
3461
3637
|
"kind": "method",
|
|
3462
|
-
"name": "
|
|
3463
|
-
"privacy": "
|
|
3464
|
-
"static": true,
|
|
3638
|
+
"name": "initializeResizeDetector",
|
|
3639
|
+
"privacy": "private",
|
|
3465
3640
|
"return": {
|
|
3466
3641
|
"type": {
|
|
3467
|
-
"text": "
|
|
3642
|
+
"text": "void"
|
|
3468
3643
|
}
|
|
3469
3644
|
},
|
|
3470
|
-
"
|
|
3471
|
-
{
|
|
3472
|
-
"name": "this",
|
|
3473
|
-
"type": {
|
|
3474
|
-
"text": "K"
|
|
3475
|
-
}
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"name": "elementDefinition",
|
|
3479
|
-
"type": {
|
|
3480
|
-
"text": "T"
|
|
3481
|
-
},
|
|
3482
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3483
|
-
}
|
|
3484
|
-
],
|
|
3485
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3645
|
+
"description": "initializes the instance's resize observer",
|
|
3486
3646
|
"inheritedFrom": {
|
|
3487
|
-
"name": "
|
|
3488
|
-
"module": "src/
|
|
3489
|
-
}
|
|
3490
|
-
}
|
|
3491
|
-
]
|
|
3492
|
-
},
|
|
3493
|
-
{
|
|
3494
|
-
"kind": "variable",
|
|
3495
|
-
"name": "foundationAnchorShadowOptions",
|
|
3496
|
-
"type": {
|
|
3497
|
-
"text": "ShadowRootInit"
|
|
3498
|
-
},
|
|
3499
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"kind": "variable",
|
|
3503
|
-
"name": "defaultAnchorConfig",
|
|
3504
|
-
"type": {
|
|
3505
|
-
"text": "object"
|
|
3506
|
-
},
|
|
3507
|
-
"default": "{}"
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"kind": "variable",
|
|
3511
|
-
"name": "foundationAnchor",
|
|
3512
|
-
"description": "The Foundation Anchor",
|
|
3513
|
-
"privacy": "public"
|
|
3514
|
-
}
|
|
3515
|
-
],
|
|
3516
|
-
"exports": [
|
|
3517
|
-
{
|
|
3518
|
-
"kind": "js",
|
|
3519
|
-
"name": "Anchor",
|
|
3520
|
-
"declaration": {
|
|
3521
|
-
"name": "Anchor",
|
|
3522
|
-
"module": "src/anchor/anchor.ts"
|
|
3523
|
-
}
|
|
3524
|
-
},
|
|
3525
|
-
{
|
|
3526
|
-
"kind": "js",
|
|
3527
|
-
"name": "foundationAnchorShadowOptions",
|
|
3528
|
-
"declaration": {
|
|
3529
|
-
"name": "foundationAnchorShadowOptions",
|
|
3530
|
-
"module": "src/anchor/anchor.ts"
|
|
3531
|
-
}
|
|
3532
|
-
},
|
|
3533
|
-
{
|
|
3534
|
-
"kind": "js",
|
|
3535
|
-
"name": "defaultAnchorConfig",
|
|
3536
|
-
"declaration": {
|
|
3537
|
-
"name": "defaultAnchorConfig",
|
|
3538
|
-
"module": "src/anchor/anchor.ts"
|
|
3539
|
-
}
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "js",
|
|
3543
|
-
"name": "foundationAnchor",
|
|
3544
|
-
"declaration": {
|
|
3545
|
-
"name": "foundationAnchor",
|
|
3546
|
-
"module": "src/anchor/anchor.ts"
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
]
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"kind": "javascript-module",
|
|
3553
|
-
"path": "src/anchor/index.ts",
|
|
3554
|
-
"declarations": [],
|
|
3555
|
-
"exports": [
|
|
3556
|
-
{
|
|
3557
|
-
"kind": "js",
|
|
3558
|
-
"name": "*",
|
|
3559
|
-
"declaration": {
|
|
3560
|
-
"name": "*",
|
|
3561
|
-
"package": "./anchor.template"
|
|
3562
|
-
}
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"kind": "js",
|
|
3566
|
-
"name": "*",
|
|
3567
|
-
"declaration": {
|
|
3568
|
-
"name": "*",
|
|
3569
|
-
"package": "./anchor.styles"
|
|
3570
|
-
}
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "js",
|
|
3574
|
-
"name": "*",
|
|
3575
|
-
"declaration": {
|
|
3576
|
-
"name": "*",
|
|
3577
|
-
"package": "./anchor"
|
|
3578
|
-
}
|
|
3579
|
-
}
|
|
3580
|
-
]
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"kind": "javascript-module",
|
|
3584
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3585
|
-
"declarations": [
|
|
3586
|
-
{
|
|
3587
|
-
"kind": "function",
|
|
3588
|
-
"name": "actionsMenuBaseStyles",
|
|
3589
|
-
"return": {
|
|
3590
|
-
"type": {
|
|
3591
|
-
"text": "ElementStyles"
|
|
3592
|
-
}
|
|
3593
|
-
},
|
|
3594
|
-
"parameters": [
|
|
3595
|
-
{
|
|
3596
|
-
"name": "context",
|
|
3597
|
-
"type": {
|
|
3598
|
-
"text": "ElementDefinitionContext"
|
|
3599
|
-
}
|
|
3600
|
-
},
|
|
3601
|
-
{
|
|
3602
|
-
"name": "definition",
|
|
3603
|
-
"type": {
|
|
3604
|
-
"text": "FoundationElementDefinition"
|
|
3605
|
-
}
|
|
3606
|
-
}
|
|
3607
|
-
]
|
|
3608
|
-
},
|
|
3609
|
-
{
|
|
3610
|
-
"kind": "function",
|
|
3611
|
-
"name": "foundationActionsMenuStyles",
|
|
3612
|
-
"return": {
|
|
3613
|
-
"type": {
|
|
3614
|
-
"text": "ElementStyles"
|
|
3615
|
-
}
|
|
3616
|
-
},
|
|
3617
|
-
"parameters": [
|
|
3618
|
-
{
|
|
3619
|
-
"name": "context",
|
|
3620
|
-
"type": {
|
|
3621
|
-
"text": "ElementDefinitionContext"
|
|
3622
|
-
}
|
|
3623
|
-
},
|
|
3624
|
-
{
|
|
3625
|
-
"name": "definition",
|
|
3626
|
-
"type": {
|
|
3627
|
-
"text": "FoundationElementDefinition"
|
|
3647
|
+
"name": "AnchoredRegion",
|
|
3648
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3628
3649
|
}
|
|
3629
|
-
}
|
|
3630
|
-
]
|
|
3631
|
-
}
|
|
3632
|
-
],
|
|
3633
|
-
"exports": [
|
|
3634
|
-
{
|
|
3635
|
-
"kind": "js",
|
|
3636
|
-
"name": "actionsMenuBaseStyles",
|
|
3637
|
-
"declaration": {
|
|
3638
|
-
"name": "actionsMenuBaseStyles",
|
|
3639
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3640
|
-
}
|
|
3641
|
-
},
|
|
3642
|
-
{
|
|
3643
|
-
"kind": "js",
|
|
3644
|
-
"name": "foundationActionsMenuStyles",
|
|
3645
|
-
"declaration": {
|
|
3646
|
-
"name": "foundationActionsMenuStyles",
|
|
3647
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3648
|
-
}
|
|
3649
|
-
}
|
|
3650
|
-
]
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"kind": "javascript-module",
|
|
3654
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
3655
|
-
"declarations": [
|
|
3656
|
-
{
|
|
3657
|
-
"kind": "function",
|
|
3658
|
-
"name": "menuTemplate",
|
|
3659
|
-
"parameters": [
|
|
3650
|
+
},
|
|
3660
3651
|
{
|
|
3661
|
-
"
|
|
3662
|
-
"
|
|
3663
|
-
|
|
3652
|
+
"kind": "method",
|
|
3653
|
+
"name": "updateForAttributeChange",
|
|
3654
|
+
"privacy": "private",
|
|
3655
|
+
"return": {
|
|
3656
|
+
"type": {
|
|
3657
|
+
"text": "void"
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3661
|
+
"inheritedFrom": {
|
|
3662
|
+
"name": "AnchoredRegion",
|
|
3663
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3664
3664
|
}
|
|
3665
|
-
}
|
|
3666
|
-
]
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"kind": "function",
|
|
3670
|
-
"name": "singleOptionTemplate",
|
|
3671
|
-
"parameters": [
|
|
3665
|
+
},
|
|
3672
3666
|
{
|
|
3673
|
-
"
|
|
3674
|
-
"
|
|
3675
|
-
|
|
3667
|
+
"kind": "method",
|
|
3668
|
+
"name": "initialize",
|
|
3669
|
+
"privacy": "private",
|
|
3670
|
+
"return": {
|
|
3671
|
+
"type": {
|
|
3672
|
+
"text": "void"
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3675
|
+
"description": "fully initializes the component",
|
|
3676
|
+
"inheritedFrom": {
|
|
3677
|
+
"name": "AnchoredRegion",
|
|
3678
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3676
3679
|
}
|
|
3677
|
-
}
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
"name": "foundationActionsMenuTemplate",
|
|
3709
|
-
"declaration": {
|
|
3710
|
-
"name": "foundationActionsMenuTemplate",
|
|
3711
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3712
|
-
}
|
|
3713
|
-
}
|
|
3714
|
-
]
|
|
3715
|
-
},
|
|
3716
|
-
{
|
|
3717
|
-
"kind": "javascript-module",
|
|
3718
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
3719
|
-
"declarations": [
|
|
3720
|
-
{
|
|
3721
|
-
"kind": "class",
|
|
3722
|
-
"description": "",
|
|
3723
|
-
"name": "ActionsMenu",
|
|
3724
|
-
"members": [
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"kind": "method",
|
|
3683
|
+
"name": "requestReset",
|
|
3684
|
+
"privacy": "private",
|
|
3685
|
+
"return": {
|
|
3686
|
+
"type": {
|
|
3687
|
+
"text": "void"
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3691
|
+
"inheritedFrom": {
|
|
3692
|
+
"name": "AnchoredRegion",
|
|
3693
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3694
|
+
}
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"kind": "method",
|
|
3698
|
+
"name": "setInitialState",
|
|
3699
|
+
"privacy": "private",
|
|
3700
|
+
"return": {
|
|
3701
|
+
"type": {
|
|
3702
|
+
"text": "void"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
"description": "sets the starting configuration for component internal values",
|
|
3706
|
+
"inheritedFrom": {
|
|
3707
|
+
"name": "AnchoredRegion",
|
|
3708
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3709
|
+
}
|
|
3710
|
+
},
|
|
3725
3711
|
{
|
|
3726
3712
|
"kind": "field",
|
|
3727
|
-
"name": "
|
|
3728
|
-
"
|
|
3729
|
-
|
|
3713
|
+
"name": "startObservers",
|
|
3714
|
+
"privacy": "private",
|
|
3715
|
+
"description": "starts observers",
|
|
3716
|
+
"inheritedFrom": {
|
|
3717
|
+
"name": "AnchoredRegion",
|
|
3718
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3730
3719
|
}
|
|
3731
3720
|
},
|
|
3732
3721
|
{
|
|
3733
3722
|
"kind": "field",
|
|
3734
|
-
"name": "
|
|
3735
|
-
"
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3723
|
+
"name": "requestPositionUpdates",
|
|
3724
|
+
"privacy": "private",
|
|
3725
|
+
"description": "get position updates",
|
|
3726
|
+
"inheritedFrom": {
|
|
3727
|
+
"name": "AnchoredRegion",
|
|
3728
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3729
|
+
}
|
|
3739
3730
|
},
|
|
3740
3731
|
{
|
|
3741
3732
|
"kind": "field",
|
|
3742
|
-
"name": "
|
|
3743
|
-
"
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3733
|
+
"name": "stopObservers",
|
|
3734
|
+
"privacy": "private",
|
|
3735
|
+
"description": "stops observers",
|
|
3736
|
+
"inheritedFrom": {
|
|
3737
|
+
"name": "AnchoredRegion",
|
|
3738
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3739
|
+
}
|
|
3747
3740
|
},
|
|
3748
3741
|
{
|
|
3749
3742
|
"kind": "field",
|
|
3750
|
-
"name": "
|
|
3751
|
-
"
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3743
|
+
"name": "getViewport",
|
|
3744
|
+
"privacy": "private",
|
|
3745
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3746
|
+
"inheritedFrom": {
|
|
3747
|
+
"name": "AnchoredRegion",
|
|
3748
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3749
|
+
}
|
|
3755
3750
|
},
|
|
3756
3751
|
{
|
|
3757
3752
|
"kind": "field",
|
|
3758
|
-
"name": "
|
|
3759
|
-
"
|
|
3760
|
-
|
|
3753
|
+
"name": "getAnchor",
|
|
3754
|
+
"privacy": "private",
|
|
3755
|
+
"description": "Gets the anchor element by id",
|
|
3756
|
+
"inheritedFrom": {
|
|
3757
|
+
"name": "AnchoredRegion",
|
|
3758
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3761
3759
|
}
|
|
3762
3760
|
},
|
|
3763
3761
|
{
|
|
3764
3762
|
"kind": "field",
|
|
3765
|
-
"name": "
|
|
3766
|
-
"
|
|
3767
|
-
|
|
3763
|
+
"name": "handleIntersection",
|
|
3764
|
+
"privacy": "private",
|
|
3765
|
+
"description": "Handle intersections",
|
|
3766
|
+
"inheritedFrom": {
|
|
3767
|
+
"name": "AnchoredRegion",
|
|
3768
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3768
3769
|
}
|
|
3769
3770
|
},
|
|
3770
3771
|
{
|
|
3771
3772
|
"kind": "field",
|
|
3772
|
-
"name": "
|
|
3773
|
-
"
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3773
|
+
"name": "applyIntersectionEntries",
|
|
3774
|
+
"privacy": "private",
|
|
3775
|
+
"description": "iterate through intersection entries and apply data",
|
|
3776
|
+
"inheritedFrom": {
|
|
3777
|
+
"name": "AnchoredRegion",
|
|
3778
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3779
|
+
}
|
|
3777
3780
|
},
|
|
3778
3781
|
{
|
|
3779
3782
|
"kind": "field",
|
|
3780
|
-
"name": "
|
|
3781
|
-
"
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3783
|
+
"name": "updateRegionOffset",
|
|
3784
|
+
"privacy": "private",
|
|
3785
|
+
"description": "Update the offset values",
|
|
3786
|
+
"inheritedFrom": {
|
|
3787
|
+
"name": "AnchoredRegion",
|
|
3788
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3789
|
+
}
|
|
3785
3790
|
},
|
|
3786
3791
|
{
|
|
3787
3792
|
"kind": "field",
|
|
3788
|
-
"name": "
|
|
3789
|
-
"
|
|
3790
|
-
|
|
3793
|
+
"name": "isRectDifferent",
|
|
3794
|
+
"privacy": "private",
|
|
3795
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3796
|
+
"inheritedFrom": {
|
|
3797
|
+
"name": "AnchoredRegion",
|
|
3798
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3791
3799
|
}
|
|
3792
3800
|
},
|
|
3793
3801
|
{
|
|
3794
3802
|
"kind": "field",
|
|
3795
|
-
"name": "
|
|
3796
|
-
"
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3803
|
+
"name": "handleResize",
|
|
3804
|
+
"privacy": "private",
|
|
3805
|
+
"description": "Handle resize events",
|
|
3806
|
+
"inheritedFrom": {
|
|
3807
|
+
"name": "AnchoredRegion",
|
|
3808
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3809
|
+
}
|
|
3800
3810
|
},
|
|
3801
3811
|
{
|
|
3802
3812
|
"kind": "field",
|
|
3803
|
-
"name": "
|
|
3804
|
-
"
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3813
|
+
"name": "reset",
|
|
3814
|
+
"privacy": "private",
|
|
3815
|
+
"description": "resets the component",
|
|
3816
|
+
"inheritedFrom": {
|
|
3817
|
+
"name": "AnchoredRegion",
|
|
3818
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3819
|
+
}
|
|
3808
3820
|
},
|
|
3809
3821
|
{
|
|
3810
3822
|
"kind": "field",
|
|
3811
|
-
"name": "
|
|
3812
|
-
"
|
|
3813
|
-
|
|
3823
|
+
"name": "updateLayout",
|
|
3824
|
+
"privacy": "private",
|
|
3825
|
+
"description": "Recalculate layout related state values",
|
|
3826
|
+
"inheritedFrom": {
|
|
3827
|
+
"name": "AnchoredRegion",
|
|
3828
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3814
3829
|
}
|
|
3815
3830
|
},
|
|
3816
3831
|
{
|
|
3817
3832
|
"kind": "field",
|
|
3818
|
-
"name": "
|
|
3819
|
-
"
|
|
3820
|
-
|
|
3833
|
+
"name": "updateRegionStyle",
|
|
3834
|
+
"privacy": "private",
|
|
3835
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3836
|
+
"inheritedFrom": {
|
|
3837
|
+
"name": "AnchoredRegion",
|
|
3838
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3821
3839
|
}
|
|
3822
3840
|
},
|
|
3823
3841
|
{
|
|
3824
|
-
"kind": "
|
|
3825
|
-
"name": "
|
|
3826
|
-
"privacy": "
|
|
3827
|
-
"
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
}
|
|
3833
|
-
},
|
|
3834
|
-
{
|
|
3835
|
-
"name": "newValue",
|
|
3836
|
-
"type": {
|
|
3837
|
-
"text": "any"
|
|
3838
|
-
}
|
|
3839
|
-
}
|
|
3840
|
-
]
|
|
3842
|
+
"kind": "field",
|
|
3843
|
+
"name": "updatePositionClasses",
|
|
3844
|
+
"privacy": "private",
|
|
3845
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3846
|
+
"inheritedFrom": {
|
|
3847
|
+
"name": "AnchoredRegion",
|
|
3848
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3849
|
+
}
|
|
3841
3850
|
},
|
|
3842
3851
|
{
|
|
3843
|
-
"kind": "
|
|
3844
|
-
"name": "
|
|
3845
|
-
"privacy": "
|
|
3852
|
+
"kind": "field",
|
|
3853
|
+
"name": "setHorizontalPosition",
|
|
3854
|
+
"privacy": "private",
|
|
3855
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3856
|
+
"inheritedFrom": {
|
|
3857
|
+
"name": "AnchoredRegion",
|
|
3858
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3859
|
+
}
|
|
3846
3860
|
},
|
|
3847
3861
|
{
|
|
3848
|
-
"kind": "
|
|
3849
|
-
"name": "
|
|
3862
|
+
"kind": "field",
|
|
3863
|
+
"name": "setVerticalPosition",
|
|
3864
|
+
"privacy": "private",
|
|
3865
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3866
|
+
"inheritedFrom": {
|
|
3867
|
+
"name": "AnchoredRegion",
|
|
3868
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3869
|
+
}
|
|
3850
3870
|
},
|
|
3851
3871
|
{
|
|
3852
|
-
"kind": "
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
}
|
|
3861
|
-
]
|
|
3872
|
+
"kind": "field",
|
|
3873
|
+
"name": "getPositioningOptions",
|
|
3874
|
+
"privacy": "private",
|
|
3875
|
+
"description": "Get available positions based on positioning mode",
|
|
3876
|
+
"inheritedFrom": {
|
|
3877
|
+
"name": "AnchoredRegion",
|
|
3878
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3879
|
+
}
|
|
3862
3880
|
},
|
|
3863
3881
|
{
|
|
3864
3882
|
"kind": "field",
|
|
3865
|
-
"name": "
|
|
3866
|
-
"
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3883
|
+
"name": "getAvailableSpace",
|
|
3884
|
+
"privacy": "private",
|
|
3885
|
+
"description": "Get the space available for a particular relative position",
|
|
3886
|
+
"inheritedFrom": {
|
|
3887
|
+
"name": "AnchoredRegion",
|
|
3888
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3889
|
+
}
|
|
3870
3890
|
},
|
|
3871
3891
|
{
|
|
3872
3892
|
"kind": "field",
|
|
3873
|
-
"name": "
|
|
3874
|
-
"
|
|
3893
|
+
"name": "getNextRegionDimension",
|
|
3894
|
+
"privacy": "private",
|
|
3895
|
+
"description": "Get region dimensions",
|
|
3896
|
+
"inheritedFrom": {
|
|
3897
|
+
"name": "AnchoredRegion",
|
|
3898
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3899
|
+
}
|
|
3875
3900
|
},
|
|
3876
3901
|
{
|
|
3877
|
-
"kind": "
|
|
3878
|
-
"name": "
|
|
3879
|
-
"
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
}
|
|
3886
|
-
]
|
|
3902
|
+
"kind": "field",
|
|
3903
|
+
"name": "startAutoUpdateEventListeners",
|
|
3904
|
+
"privacy": "private",
|
|
3905
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3906
|
+
"inheritedFrom": {
|
|
3907
|
+
"name": "AnchoredRegion",
|
|
3908
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3909
|
+
}
|
|
3887
3910
|
},
|
|
3888
3911
|
{
|
|
3889
|
-
"kind": "
|
|
3890
|
-
"name": "
|
|
3891
|
-
"
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
}
|
|
3898
|
-
]
|
|
3912
|
+
"kind": "field",
|
|
3913
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3914
|
+
"privacy": "private",
|
|
3915
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3916
|
+
"inheritedFrom": {
|
|
3917
|
+
"name": "AnchoredRegion",
|
|
3918
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3919
|
+
}
|
|
3899
3920
|
},
|
|
3900
3921
|
{
|
|
3901
3922
|
"kind": "field",
|
|
@@ -4009,107 +4030,86 @@
|
|
|
4009
4030
|
}
|
|
4010
4031
|
}
|
|
4011
4032
|
],
|
|
4012
|
-
"
|
|
4013
|
-
{
|
|
4014
|
-
"name": "is-vertical",
|
|
4015
|
-
"type": {
|
|
4016
|
-
"text": "boolean"
|
|
4017
|
-
},
|
|
4018
|
-
"default": "false",
|
|
4019
|
-
"fieldName": "isVertical"
|
|
4020
|
-
},
|
|
4021
|
-
{
|
|
4022
|
-
"name": "add-default-actions",
|
|
4023
|
-
"type": {
|
|
4024
|
-
"text": "boolean"
|
|
4025
|
-
},
|
|
4026
|
-
"default": "true",
|
|
4027
|
-
"fieldName": "addDefaultActions"
|
|
4028
|
-
},
|
|
4029
|
-
{
|
|
4030
|
-
"name": "auto-close-on-action",
|
|
4031
|
-
"type": {
|
|
4032
|
-
"text": "boolean"
|
|
4033
|
-
},
|
|
4034
|
-
"default": "true",
|
|
4035
|
-
"fieldName": "autoCloseOnAction"
|
|
4036
|
-
},
|
|
4037
|
-
{
|
|
4038
|
-
"name": "name",
|
|
4039
|
-
"type": {
|
|
4040
|
-
"text": "string"
|
|
4041
|
-
},
|
|
4042
|
-
"default": "'Actions'",
|
|
4043
|
-
"fieldName": "name"
|
|
4044
|
-
},
|
|
4045
|
-
{
|
|
4046
|
-
"name": "open",
|
|
4047
|
-
"type": {
|
|
4048
|
-
"text": "boolean"
|
|
4049
|
-
},
|
|
4050
|
-
"default": "false",
|
|
4051
|
-
"fieldName": "open"
|
|
4052
|
-
},
|
|
4053
|
-
{
|
|
4054
|
-
"name": "buttonAppearance",
|
|
4055
|
-
"type": {
|
|
4056
|
-
"text": "string"
|
|
4057
|
-
},
|
|
4058
|
-
"fieldName": "buttonAppearance"
|
|
4059
|
-
},
|
|
4033
|
+
"events": [
|
|
4060
4034
|
{
|
|
4061
|
-
"
|
|
4062
|
-
"
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4035
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4036
|
+
"name": "loaded",
|
|
4037
|
+
"inheritedFrom": {
|
|
4038
|
+
"name": "AnchoredRegion",
|
|
4039
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4040
|
+
}
|
|
4067
4041
|
},
|
|
4068
4042
|
{
|
|
4069
|
-
"
|
|
4070
|
-
"
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4043
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4044
|
+
"name": "positionchange",
|
|
4045
|
+
"inheritedFrom": {
|
|
4046
|
+
"name": "AnchoredRegion",
|
|
4047
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4048
|
+
}
|
|
4075
4049
|
}
|
|
4076
|
-
]
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4050
|
+
]
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"kind": "variable",
|
|
4054
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4055
|
+
"type": {
|
|
4056
|
+
"text": "ShadowRootInit"
|
|
4080
4057
|
},
|
|
4081
|
-
"
|
|
4082
|
-
"customElement": true
|
|
4058
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4083
4059
|
},
|
|
4084
4060
|
{
|
|
4085
4061
|
"kind": "variable",
|
|
4086
|
-
"name": "
|
|
4087
|
-
"
|
|
4062
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4063
|
+
"type": {
|
|
4064
|
+
"text": "object"
|
|
4065
|
+
},
|
|
4066
|
+
"default": "{}"
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"kind": "variable",
|
|
4070
|
+
"name": "foundationAnchoredRegion",
|
|
4071
|
+
"description": "The Foundation Anchored Region",
|
|
4088
4072
|
"privacy": "public"
|
|
4089
4073
|
}
|
|
4090
4074
|
],
|
|
4091
4075
|
"exports": [
|
|
4092
4076
|
{
|
|
4093
4077
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4078
|
+
"name": "AnchoredRegion",
|
|
4095
4079
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/
|
|
4080
|
+
"name": "AnchoredRegion",
|
|
4081
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4098
4082
|
}
|
|
4099
4083
|
},
|
|
4100
4084
|
{
|
|
4101
4085
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4086
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4103
4087
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/
|
|
4088
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4089
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"kind": "js",
|
|
4094
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4095
|
+
"declaration": {
|
|
4096
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4097
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4098
|
+
}
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"kind": "js",
|
|
4102
|
+
"name": "foundationAnchoredRegion",
|
|
4103
|
+
"declaration": {
|
|
4104
|
+
"name": "foundationAnchoredRegion",
|
|
4105
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4106
4106
|
}
|
|
4107
4107
|
}
|
|
4108
4108
|
]
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/
|
|
4112
|
+
"path": "src/anchored-region/index.ts",
|
|
4113
4113
|
"declarations": [],
|
|
4114
4114
|
"exports": [
|
|
4115
4115
|
{
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
"name": "*",
|
|
4118
4118
|
"declaration": {
|
|
4119
4119
|
"name": "*",
|
|
4120
|
-
"package": "./
|
|
4120
|
+
"package": "./anchor-region.template"
|
|
4121
4121
|
}
|
|
4122
4122
|
},
|
|
4123
4123
|
{
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
"name": "*",
|
|
4126
4126
|
"declaration": {
|
|
4127
4127
|
"name": "*",
|
|
4128
|
-
"package": "./
|
|
4128
|
+
"package": "./anchored-region.styles"
|
|
4129
4129
|
}
|
|
4130
4130
|
},
|
|
4131
4131
|
{
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
"name": "*",
|
|
4134
4134
|
"declaration": {
|
|
4135
4135
|
"name": "*",
|
|
4136
|
-
"package": "./
|
|
4136
|
+
"package": "./anchored-region"
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
4139
4139
|
]
|
|
@@ -39797,6 +39797,188 @@
|
|
|
39797
39797
|
}
|
|
39798
39798
|
]
|
|
39799
39799
|
},
|
|
39800
|
+
{
|
|
39801
|
+
"kind": "javascript-module",
|
|
39802
|
+
"path": "src/tree-view/index.ts",
|
|
39803
|
+
"declarations": [],
|
|
39804
|
+
"exports": [
|
|
39805
|
+
{
|
|
39806
|
+
"kind": "js",
|
|
39807
|
+
"name": "*",
|
|
39808
|
+
"declaration": {
|
|
39809
|
+
"name": "*",
|
|
39810
|
+
"package": "./tree-view.template"
|
|
39811
|
+
}
|
|
39812
|
+
},
|
|
39813
|
+
{
|
|
39814
|
+
"kind": "js",
|
|
39815
|
+
"name": "*",
|
|
39816
|
+
"declaration": {
|
|
39817
|
+
"name": "*",
|
|
39818
|
+
"package": "./tree-view.styles"
|
|
39819
|
+
}
|
|
39820
|
+
},
|
|
39821
|
+
{
|
|
39822
|
+
"kind": "js",
|
|
39823
|
+
"name": "*",
|
|
39824
|
+
"declaration": {
|
|
39825
|
+
"name": "*",
|
|
39826
|
+
"package": "./tree-view"
|
|
39827
|
+
}
|
|
39828
|
+
}
|
|
39829
|
+
]
|
|
39830
|
+
},
|
|
39831
|
+
{
|
|
39832
|
+
"kind": "javascript-module",
|
|
39833
|
+
"path": "src/tree-view/tree-view.styles.ts",
|
|
39834
|
+
"declarations": [
|
|
39835
|
+
{
|
|
39836
|
+
"kind": "function",
|
|
39837
|
+
"name": "foundationTreeViewStyles",
|
|
39838
|
+
"return": {
|
|
39839
|
+
"type": {
|
|
39840
|
+
"text": "ElementStyles"
|
|
39841
|
+
}
|
|
39842
|
+
},
|
|
39843
|
+
"parameters": [
|
|
39844
|
+
{
|
|
39845
|
+
"name": "context",
|
|
39846
|
+
"type": {
|
|
39847
|
+
"text": "ElementDefinitionContext"
|
|
39848
|
+
}
|
|
39849
|
+
},
|
|
39850
|
+
{
|
|
39851
|
+
"name": "definition",
|
|
39852
|
+
"type": {
|
|
39853
|
+
"text": "FoundationElementDefinition"
|
|
39854
|
+
}
|
|
39855
|
+
}
|
|
39856
|
+
]
|
|
39857
|
+
}
|
|
39858
|
+
],
|
|
39859
|
+
"exports": [
|
|
39860
|
+
{
|
|
39861
|
+
"kind": "js",
|
|
39862
|
+
"name": "foundationTreeViewStyles",
|
|
39863
|
+
"declaration": {
|
|
39864
|
+
"name": "foundationTreeViewStyles",
|
|
39865
|
+
"module": "src/tree-view/tree-view.styles.ts"
|
|
39866
|
+
}
|
|
39867
|
+
}
|
|
39868
|
+
]
|
|
39869
|
+
},
|
|
39870
|
+
{
|
|
39871
|
+
"kind": "javascript-module",
|
|
39872
|
+
"path": "src/tree-view/tree-view.template.ts",
|
|
39873
|
+
"declarations": [
|
|
39874
|
+
{
|
|
39875
|
+
"kind": "function",
|
|
39876
|
+
"name": "foundationTreeViewTemplate",
|
|
39877
|
+
"return": {
|
|
39878
|
+
"type": {
|
|
39879
|
+
"text": "ViewTemplate<TreeView>"
|
|
39880
|
+
}
|
|
39881
|
+
},
|
|
39882
|
+
"parameters": [
|
|
39883
|
+
{
|
|
39884
|
+
"name": "context",
|
|
39885
|
+
"type": {
|
|
39886
|
+
"text": "ElementDefinitionContext"
|
|
39887
|
+
}
|
|
39888
|
+
},
|
|
39889
|
+
{
|
|
39890
|
+
"name": "definition",
|
|
39891
|
+
"type": {
|
|
39892
|
+
"text": "FoundationElementDefinition"
|
|
39893
|
+
}
|
|
39894
|
+
}
|
|
39895
|
+
]
|
|
39896
|
+
}
|
|
39897
|
+
],
|
|
39898
|
+
"exports": [
|
|
39899
|
+
{
|
|
39900
|
+
"kind": "js",
|
|
39901
|
+
"name": "foundationTreeViewTemplate",
|
|
39902
|
+
"declaration": {
|
|
39903
|
+
"name": "foundationTreeViewTemplate",
|
|
39904
|
+
"module": "src/tree-view/tree-view.template.ts"
|
|
39905
|
+
}
|
|
39906
|
+
}
|
|
39907
|
+
]
|
|
39908
|
+
},
|
|
39909
|
+
{
|
|
39910
|
+
"kind": "javascript-module",
|
|
39911
|
+
"path": "src/tree-view/tree-view.ts",
|
|
39912
|
+
"declarations": [
|
|
39913
|
+
{
|
|
39914
|
+
"kind": "class",
|
|
39915
|
+
"description": "",
|
|
39916
|
+
"name": "TreeView",
|
|
39917
|
+
"superclass": {
|
|
39918
|
+
"name": "FASTTreeView",
|
|
39919
|
+
"package": "@microsoft/fast-foundation"
|
|
39920
|
+
},
|
|
39921
|
+
"tagName": "%%prefix%%-tree-view",
|
|
39922
|
+
"customElement": true
|
|
39923
|
+
},
|
|
39924
|
+
{
|
|
39925
|
+
"kind": "variable",
|
|
39926
|
+
"name": "foundationTreeViewShadowOptions",
|
|
39927
|
+
"type": {
|
|
39928
|
+
"text": "ShadowRootInit"
|
|
39929
|
+
},
|
|
39930
|
+
"default": "undefined"
|
|
39931
|
+
},
|
|
39932
|
+
{
|
|
39933
|
+
"kind": "variable",
|
|
39934
|
+
"name": "defaultTreeViewConfig",
|
|
39935
|
+
"type": {
|
|
39936
|
+
"text": "object"
|
|
39937
|
+
},
|
|
39938
|
+
"default": "{}"
|
|
39939
|
+
},
|
|
39940
|
+
{
|
|
39941
|
+
"kind": "variable",
|
|
39942
|
+
"name": "foundationTreeView",
|
|
39943
|
+
"description": "The Foundation Tree View",
|
|
39944
|
+
"privacy": "public"
|
|
39945
|
+
}
|
|
39946
|
+
],
|
|
39947
|
+
"exports": [
|
|
39948
|
+
{
|
|
39949
|
+
"kind": "js",
|
|
39950
|
+
"name": "TreeView",
|
|
39951
|
+
"declaration": {
|
|
39952
|
+
"name": "TreeView",
|
|
39953
|
+
"module": "src/tree-view/tree-view.ts"
|
|
39954
|
+
}
|
|
39955
|
+
},
|
|
39956
|
+
{
|
|
39957
|
+
"kind": "js",
|
|
39958
|
+
"name": "foundationTreeViewShadowOptions",
|
|
39959
|
+
"declaration": {
|
|
39960
|
+
"name": "foundationTreeViewShadowOptions",
|
|
39961
|
+
"module": "src/tree-view/tree-view.ts"
|
|
39962
|
+
}
|
|
39963
|
+
},
|
|
39964
|
+
{
|
|
39965
|
+
"kind": "js",
|
|
39966
|
+
"name": "defaultTreeViewConfig",
|
|
39967
|
+
"declaration": {
|
|
39968
|
+
"name": "defaultTreeViewConfig",
|
|
39969
|
+
"module": "src/tree-view/tree-view.ts"
|
|
39970
|
+
}
|
|
39971
|
+
},
|
|
39972
|
+
{
|
|
39973
|
+
"kind": "js",
|
|
39974
|
+
"name": "foundationTreeView",
|
|
39975
|
+
"declaration": {
|
|
39976
|
+
"name": "foundationTreeView",
|
|
39977
|
+
"module": "src/tree-view/tree-view.ts"
|
|
39978
|
+
}
|
|
39979
|
+
}
|
|
39980
|
+
]
|
|
39981
|
+
},
|
|
39800
39982
|
{
|
|
39801
39983
|
"kind": "javascript-module",
|
|
39802
39984
|
"path": "src/tooltip/index.ts",
|
|
@@ -41068,188 +41250,6 @@
|
|
|
41068
41250
|
}
|
|
41069
41251
|
]
|
|
41070
41252
|
},
|
|
41071
|
-
{
|
|
41072
|
-
"kind": "javascript-module",
|
|
41073
|
-
"path": "src/tree-view/index.ts",
|
|
41074
|
-
"declarations": [],
|
|
41075
|
-
"exports": [
|
|
41076
|
-
{
|
|
41077
|
-
"kind": "js",
|
|
41078
|
-
"name": "*",
|
|
41079
|
-
"declaration": {
|
|
41080
|
-
"name": "*",
|
|
41081
|
-
"package": "./tree-view.template"
|
|
41082
|
-
}
|
|
41083
|
-
},
|
|
41084
|
-
{
|
|
41085
|
-
"kind": "js",
|
|
41086
|
-
"name": "*",
|
|
41087
|
-
"declaration": {
|
|
41088
|
-
"name": "*",
|
|
41089
|
-
"package": "./tree-view.styles"
|
|
41090
|
-
}
|
|
41091
|
-
},
|
|
41092
|
-
{
|
|
41093
|
-
"kind": "js",
|
|
41094
|
-
"name": "*",
|
|
41095
|
-
"declaration": {
|
|
41096
|
-
"name": "*",
|
|
41097
|
-
"package": "./tree-view"
|
|
41098
|
-
}
|
|
41099
|
-
}
|
|
41100
|
-
]
|
|
41101
|
-
},
|
|
41102
|
-
{
|
|
41103
|
-
"kind": "javascript-module",
|
|
41104
|
-
"path": "src/tree-view/tree-view.styles.ts",
|
|
41105
|
-
"declarations": [
|
|
41106
|
-
{
|
|
41107
|
-
"kind": "function",
|
|
41108
|
-
"name": "foundationTreeViewStyles",
|
|
41109
|
-
"return": {
|
|
41110
|
-
"type": {
|
|
41111
|
-
"text": "ElementStyles"
|
|
41112
|
-
}
|
|
41113
|
-
},
|
|
41114
|
-
"parameters": [
|
|
41115
|
-
{
|
|
41116
|
-
"name": "context",
|
|
41117
|
-
"type": {
|
|
41118
|
-
"text": "ElementDefinitionContext"
|
|
41119
|
-
}
|
|
41120
|
-
},
|
|
41121
|
-
{
|
|
41122
|
-
"name": "definition",
|
|
41123
|
-
"type": {
|
|
41124
|
-
"text": "FoundationElementDefinition"
|
|
41125
|
-
}
|
|
41126
|
-
}
|
|
41127
|
-
]
|
|
41128
|
-
}
|
|
41129
|
-
],
|
|
41130
|
-
"exports": [
|
|
41131
|
-
{
|
|
41132
|
-
"kind": "js",
|
|
41133
|
-
"name": "foundationTreeViewStyles",
|
|
41134
|
-
"declaration": {
|
|
41135
|
-
"name": "foundationTreeViewStyles",
|
|
41136
|
-
"module": "src/tree-view/tree-view.styles.ts"
|
|
41137
|
-
}
|
|
41138
|
-
}
|
|
41139
|
-
]
|
|
41140
|
-
},
|
|
41141
|
-
{
|
|
41142
|
-
"kind": "javascript-module",
|
|
41143
|
-
"path": "src/tree-view/tree-view.template.ts",
|
|
41144
|
-
"declarations": [
|
|
41145
|
-
{
|
|
41146
|
-
"kind": "function",
|
|
41147
|
-
"name": "foundationTreeViewTemplate",
|
|
41148
|
-
"return": {
|
|
41149
|
-
"type": {
|
|
41150
|
-
"text": "ViewTemplate<TreeView>"
|
|
41151
|
-
}
|
|
41152
|
-
},
|
|
41153
|
-
"parameters": [
|
|
41154
|
-
{
|
|
41155
|
-
"name": "context",
|
|
41156
|
-
"type": {
|
|
41157
|
-
"text": "ElementDefinitionContext"
|
|
41158
|
-
}
|
|
41159
|
-
},
|
|
41160
|
-
{
|
|
41161
|
-
"name": "definition",
|
|
41162
|
-
"type": {
|
|
41163
|
-
"text": "FoundationElementDefinition"
|
|
41164
|
-
}
|
|
41165
|
-
}
|
|
41166
|
-
]
|
|
41167
|
-
}
|
|
41168
|
-
],
|
|
41169
|
-
"exports": [
|
|
41170
|
-
{
|
|
41171
|
-
"kind": "js",
|
|
41172
|
-
"name": "foundationTreeViewTemplate",
|
|
41173
|
-
"declaration": {
|
|
41174
|
-
"name": "foundationTreeViewTemplate",
|
|
41175
|
-
"module": "src/tree-view/tree-view.template.ts"
|
|
41176
|
-
}
|
|
41177
|
-
}
|
|
41178
|
-
]
|
|
41179
|
-
},
|
|
41180
|
-
{
|
|
41181
|
-
"kind": "javascript-module",
|
|
41182
|
-
"path": "src/tree-view/tree-view.ts",
|
|
41183
|
-
"declarations": [
|
|
41184
|
-
{
|
|
41185
|
-
"kind": "class",
|
|
41186
|
-
"description": "",
|
|
41187
|
-
"name": "TreeView",
|
|
41188
|
-
"superclass": {
|
|
41189
|
-
"name": "FASTTreeView",
|
|
41190
|
-
"package": "@microsoft/fast-foundation"
|
|
41191
|
-
},
|
|
41192
|
-
"tagName": "%%prefix%%-tree-view",
|
|
41193
|
-
"customElement": true
|
|
41194
|
-
},
|
|
41195
|
-
{
|
|
41196
|
-
"kind": "variable",
|
|
41197
|
-
"name": "foundationTreeViewShadowOptions",
|
|
41198
|
-
"type": {
|
|
41199
|
-
"text": "ShadowRootInit"
|
|
41200
|
-
},
|
|
41201
|
-
"default": "undefined"
|
|
41202
|
-
},
|
|
41203
|
-
{
|
|
41204
|
-
"kind": "variable",
|
|
41205
|
-
"name": "defaultTreeViewConfig",
|
|
41206
|
-
"type": {
|
|
41207
|
-
"text": "object"
|
|
41208
|
-
},
|
|
41209
|
-
"default": "{}"
|
|
41210
|
-
},
|
|
41211
|
-
{
|
|
41212
|
-
"kind": "variable",
|
|
41213
|
-
"name": "foundationTreeView",
|
|
41214
|
-
"description": "The Foundation Tree View",
|
|
41215
|
-
"privacy": "public"
|
|
41216
|
-
}
|
|
41217
|
-
],
|
|
41218
|
-
"exports": [
|
|
41219
|
-
{
|
|
41220
|
-
"kind": "js",
|
|
41221
|
-
"name": "TreeView",
|
|
41222
|
-
"declaration": {
|
|
41223
|
-
"name": "TreeView",
|
|
41224
|
-
"module": "src/tree-view/tree-view.ts"
|
|
41225
|
-
}
|
|
41226
|
-
},
|
|
41227
|
-
{
|
|
41228
|
-
"kind": "js",
|
|
41229
|
-
"name": "foundationTreeViewShadowOptions",
|
|
41230
|
-
"declaration": {
|
|
41231
|
-
"name": "foundationTreeViewShadowOptions",
|
|
41232
|
-
"module": "src/tree-view/tree-view.ts"
|
|
41233
|
-
}
|
|
41234
|
-
},
|
|
41235
|
-
{
|
|
41236
|
-
"kind": "js",
|
|
41237
|
-
"name": "defaultTreeViewConfig",
|
|
41238
|
-
"declaration": {
|
|
41239
|
-
"name": "defaultTreeViewConfig",
|
|
41240
|
-
"module": "src/tree-view/tree-view.ts"
|
|
41241
|
-
}
|
|
41242
|
-
},
|
|
41243
|
-
{
|
|
41244
|
-
"kind": "js",
|
|
41245
|
-
"name": "foundationTreeView",
|
|
41246
|
-
"declaration": {
|
|
41247
|
-
"name": "foundationTreeView",
|
|
41248
|
-
"module": "src/tree-view/tree-view.ts"
|
|
41249
|
-
}
|
|
41250
|
-
}
|
|
41251
|
-
]
|
|
41252
|
-
},
|
|
41253
41253
|
{
|
|
41254
41254
|
"kind": "javascript-module",
|
|
41255
41255
|
"path": "src/url-input/index.ts",
|