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