@genesislcap/foundation-ui 14.273.0 → 14.274.0
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 +1321 -1240
- package/dist/dts/multiselect/multiselect-consts.d.ts +2 -2
- package/dist/dts/multiselect/multiselect-consts.d.ts.map +1 -1
- package/dist/dts/multiselect/multiselect.d.ts +11 -4
- package/dist/dts/multiselect/multiselect.d.ts.map +1 -1
- package/dist/dts/multiselect/multiselect.styles.d.ts.map +1 -1
- package/dist/dts/multiselect/multiselect.template.d.ts.map +1 -1
- package/dist/esm/multiselect/multiselect.js +80 -29
- package/dist/esm/multiselect/multiselect.styles.js +25 -20
- package/dist/esm/multiselect/multiselect.template.js +45 -35
- package/package.json +18 -18
|
@@ -896,6 +896,188 @@
|
|
|
896
896
|
}
|
|
897
897
|
]
|
|
898
898
|
},
|
|
899
|
+
{
|
|
900
|
+
"kind": "javascript-module",
|
|
901
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
902
|
+
"declarations": [
|
|
903
|
+
{
|
|
904
|
+
"kind": "function",
|
|
905
|
+
"name": "foundationAccordionStyles",
|
|
906
|
+
"return": {
|
|
907
|
+
"type": {
|
|
908
|
+
"text": "ElementStyles"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"parameters": [
|
|
912
|
+
{
|
|
913
|
+
"name": "context",
|
|
914
|
+
"type": {
|
|
915
|
+
"text": "ElementDefinitionContext"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "definition",
|
|
920
|
+
"type": {
|
|
921
|
+
"text": "FoundationElementDefinition"
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
]
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"exports": [
|
|
928
|
+
{
|
|
929
|
+
"kind": "js",
|
|
930
|
+
"name": "foundationAccordionStyles",
|
|
931
|
+
"declaration": {
|
|
932
|
+
"name": "foundationAccordionStyles",
|
|
933
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"kind": "javascript-module",
|
|
940
|
+
"path": "src/accordion/accordion.template.ts",
|
|
941
|
+
"declarations": [
|
|
942
|
+
{
|
|
943
|
+
"kind": "function",
|
|
944
|
+
"name": "foundationAccordionTemplate",
|
|
945
|
+
"return": {
|
|
946
|
+
"type": {
|
|
947
|
+
"text": "ViewTemplate<Accordion>"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"parameters": [
|
|
951
|
+
{
|
|
952
|
+
"name": "context",
|
|
953
|
+
"type": {
|
|
954
|
+
"text": "ElementDefinitionContext"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "definition",
|
|
959
|
+
"type": {
|
|
960
|
+
"text": "FoundationElementDefinition"
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
]
|
|
964
|
+
}
|
|
965
|
+
],
|
|
966
|
+
"exports": [
|
|
967
|
+
{
|
|
968
|
+
"kind": "js",
|
|
969
|
+
"name": "foundationAccordionTemplate",
|
|
970
|
+
"declaration": {
|
|
971
|
+
"name": "foundationAccordionTemplate",
|
|
972
|
+
"module": "src/accordion/accordion.template.ts"
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
]
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"kind": "javascript-module",
|
|
979
|
+
"path": "src/accordion/accordion.ts",
|
|
980
|
+
"declarations": [
|
|
981
|
+
{
|
|
982
|
+
"kind": "class",
|
|
983
|
+
"description": "",
|
|
984
|
+
"name": "Accordion",
|
|
985
|
+
"superclass": {
|
|
986
|
+
"name": "FASTAccordion",
|
|
987
|
+
"package": "@microsoft/fast-foundation"
|
|
988
|
+
},
|
|
989
|
+
"tagName": "%%prefix%%-accordion",
|
|
990
|
+
"customElement": true
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"kind": "variable",
|
|
994
|
+
"name": "foundationAccordionShadowOptions",
|
|
995
|
+
"type": {
|
|
996
|
+
"text": "ShadowRootInit"
|
|
997
|
+
},
|
|
998
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"kind": "variable",
|
|
1002
|
+
"name": "defaultAccordionConfig",
|
|
1003
|
+
"type": {
|
|
1004
|
+
"text": "object"
|
|
1005
|
+
},
|
|
1006
|
+
"default": "{}"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"kind": "variable",
|
|
1010
|
+
"name": "foundationAccordion",
|
|
1011
|
+
"description": "The Foundation Accordion",
|
|
1012
|
+
"privacy": "public"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"exports": [
|
|
1016
|
+
{
|
|
1017
|
+
"kind": "js",
|
|
1018
|
+
"name": "Accordion",
|
|
1019
|
+
"declaration": {
|
|
1020
|
+
"name": "Accordion",
|
|
1021
|
+
"module": "src/accordion/accordion.ts"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"kind": "js",
|
|
1026
|
+
"name": "foundationAccordionShadowOptions",
|
|
1027
|
+
"declaration": {
|
|
1028
|
+
"name": "foundationAccordionShadowOptions",
|
|
1029
|
+
"module": "src/accordion/accordion.ts"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"kind": "js",
|
|
1034
|
+
"name": "defaultAccordionConfig",
|
|
1035
|
+
"declaration": {
|
|
1036
|
+
"name": "defaultAccordionConfig",
|
|
1037
|
+
"module": "src/accordion/accordion.ts"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"kind": "js",
|
|
1042
|
+
"name": "foundationAccordion",
|
|
1043
|
+
"declaration": {
|
|
1044
|
+
"name": "foundationAccordion",
|
|
1045
|
+
"module": "src/accordion/accordion.ts"
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
]
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "javascript-module",
|
|
1052
|
+
"path": "src/accordion/index.ts",
|
|
1053
|
+
"declarations": [],
|
|
1054
|
+
"exports": [
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "js",
|
|
1057
|
+
"name": "*",
|
|
1058
|
+
"declaration": {
|
|
1059
|
+
"name": "*",
|
|
1060
|
+
"package": "./accordion.template"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"kind": "js",
|
|
1065
|
+
"name": "*",
|
|
1066
|
+
"declaration": {
|
|
1067
|
+
"name": "*",
|
|
1068
|
+
"package": "./accordion.styles"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "js",
|
|
1073
|
+
"name": "*",
|
|
1074
|
+
"declaration": {
|
|
1075
|
+
"name": "*",
|
|
1076
|
+
"package": "./accordion"
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
1080
|
+
},
|
|
899
1081
|
{
|
|
900
1082
|
"kind": "javascript-module",
|
|
901
1083
|
"path": "src/_config/index.ts",
|
|
@@ -1323,11 +1505,11 @@
|
|
|
1323
1505
|
},
|
|
1324
1506
|
{
|
|
1325
1507
|
"kind": "javascript-module",
|
|
1326
|
-
"path": "src/
|
|
1508
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1327
1509
|
"declarations": [
|
|
1328
1510
|
{
|
|
1329
1511
|
"kind": "function",
|
|
1330
|
-
"name": "
|
|
1512
|
+
"name": "actionsMenuBaseStyles",
|
|
1331
1513
|
"return": {
|
|
1332
1514
|
"type": {
|
|
1333
1515
|
"text": "ElementStyles"
|
|
@@ -1347,29 +1529,13 @@
|
|
|
1347
1529
|
}
|
|
1348
1530
|
}
|
|
1349
1531
|
]
|
|
1350
|
-
}
|
|
1351
|
-
],
|
|
1352
|
-
"exports": [
|
|
1353
|
-
{
|
|
1354
|
-
"kind": "js",
|
|
1355
|
-
"name": "foundationAccordionStyles",
|
|
1356
|
-
"declaration": {
|
|
1357
|
-
"name": "foundationAccordionStyles",
|
|
1358
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1361
|
-
]
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"kind": "javascript-module",
|
|
1365
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1366
|
-
"declarations": [
|
|
1532
|
+
},
|
|
1367
1533
|
{
|
|
1368
1534
|
"kind": "function",
|
|
1369
|
-
"name": "
|
|
1535
|
+
"name": "foundationActionsMenuStyles",
|
|
1370
1536
|
"return": {
|
|
1371
1537
|
"type": {
|
|
1372
|
-
"text": "
|
|
1538
|
+
"text": "ElementStyles"
|
|
1373
1539
|
}
|
|
1374
1540
|
},
|
|
1375
1541
|
"parameters": [
|
|
@@ -1391,215 +1557,49 @@
|
|
|
1391
1557
|
"exports": [
|
|
1392
1558
|
{
|
|
1393
1559
|
"kind": "js",
|
|
1394
|
-
"name": "
|
|
1560
|
+
"name": "actionsMenuBaseStyles",
|
|
1395
1561
|
"declaration": {
|
|
1396
|
-
"name": "
|
|
1397
|
-
"module": "src/
|
|
1562
|
+
"name": "actionsMenuBaseStyles",
|
|
1563
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"kind": "js",
|
|
1568
|
+
"name": "foundationActionsMenuStyles",
|
|
1569
|
+
"declaration": {
|
|
1570
|
+
"name": "foundationActionsMenuStyles",
|
|
1571
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1398
1572
|
}
|
|
1399
1573
|
}
|
|
1400
1574
|
]
|
|
1401
1575
|
},
|
|
1402
1576
|
{
|
|
1403
1577
|
"kind": "javascript-module",
|
|
1404
|
-
"path": "src/
|
|
1578
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1405
1579
|
"declarations": [
|
|
1406
1580
|
{
|
|
1407
|
-
"kind": "
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
"text": "object"
|
|
1430
|
-
},
|
|
1431
|
-
"default": "{}"
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "variable",
|
|
1435
|
-
"name": "foundationAccordion",
|
|
1436
|
-
"description": "The Foundation Accordion",
|
|
1437
|
-
"privacy": "public"
|
|
1438
|
-
}
|
|
1439
|
-
],
|
|
1440
|
-
"exports": [
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "js",
|
|
1443
|
-
"name": "Accordion",
|
|
1444
|
-
"declaration": {
|
|
1445
|
-
"name": "Accordion",
|
|
1446
|
-
"module": "src/accordion/accordion.ts"
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"kind": "js",
|
|
1451
|
-
"name": "foundationAccordionShadowOptions",
|
|
1452
|
-
"declaration": {
|
|
1453
|
-
"name": "foundationAccordionShadowOptions",
|
|
1454
|
-
"module": "src/accordion/accordion.ts"
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"kind": "js",
|
|
1459
|
-
"name": "defaultAccordionConfig",
|
|
1460
|
-
"declaration": {
|
|
1461
|
-
"name": "defaultAccordionConfig",
|
|
1462
|
-
"module": "src/accordion/accordion.ts"
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"kind": "js",
|
|
1467
|
-
"name": "foundationAccordion",
|
|
1468
|
-
"declaration": {
|
|
1469
|
-
"name": "foundationAccordion",
|
|
1470
|
-
"module": "src/accordion/accordion.ts"
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
]
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"kind": "javascript-module",
|
|
1477
|
-
"path": "src/accordion/index.ts",
|
|
1478
|
-
"declarations": [],
|
|
1479
|
-
"exports": [
|
|
1480
|
-
{
|
|
1481
|
-
"kind": "js",
|
|
1482
|
-
"name": "*",
|
|
1483
|
-
"declaration": {
|
|
1484
|
-
"name": "*",
|
|
1485
|
-
"package": "./accordion.template"
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"kind": "js",
|
|
1490
|
-
"name": "*",
|
|
1491
|
-
"declaration": {
|
|
1492
|
-
"name": "*",
|
|
1493
|
-
"package": "./accordion.styles"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"kind": "js",
|
|
1498
|
-
"name": "*",
|
|
1499
|
-
"declaration": {
|
|
1500
|
-
"name": "*",
|
|
1501
|
-
"package": "./accordion"
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
]
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"kind": "javascript-module",
|
|
1508
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1509
|
-
"declarations": [
|
|
1510
|
-
{
|
|
1511
|
-
"kind": "function",
|
|
1512
|
-
"name": "actionsMenuBaseStyles",
|
|
1513
|
-
"return": {
|
|
1514
|
-
"type": {
|
|
1515
|
-
"text": "ElementStyles"
|
|
1516
|
-
}
|
|
1517
|
-
},
|
|
1518
|
-
"parameters": [
|
|
1519
|
-
{
|
|
1520
|
-
"name": "context",
|
|
1521
|
-
"type": {
|
|
1522
|
-
"text": "ElementDefinitionContext"
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"name": "definition",
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "FoundationElementDefinition"
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
]
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "function",
|
|
1535
|
-
"name": "foundationActionsMenuStyles",
|
|
1536
|
-
"return": {
|
|
1537
|
-
"type": {
|
|
1538
|
-
"text": "ElementStyles"
|
|
1539
|
-
}
|
|
1540
|
-
},
|
|
1541
|
-
"parameters": [
|
|
1542
|
-
{
|
|
1543
|
-
"name": "context",
|
|
1544
|
-
"type": {
|
|
1545
|
-
"text": "ElementDefinitionContext"
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "definition",
|
|
1550
|
-
"type": {
|
|
1551
|
-
"text": "FoundationElementDefinition"
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
]
|
|
1555
|
-
}
|
|
1556
|
-
],
|
|
1557
|
-
"exports": [
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "js",
|
|
1560
|
-
"name": "actionsMenuBaseStyles",
|
|
1561
|
-
"declaration": {
|
|
1562
|
-
"name": "actionsMenuBaseStyles",
|
|
1563
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1564
|
-
}
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"kind": "js",
|
|
1568
|
-
"name": "foundationActionsMenuStyles",
|
|
1569
|
-
"declaration": {
|
|
1570
|
-
"name": "foundationActionsMenuStyles",
|
|
1571
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1572
|
-
}
|
|
1573
|
-
}
|
|
1574
|
-
]
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"kind": "javascript-module",
|
|
1578
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1579
|
-
"declarations": [
|
|
1580
|
-
{
|
|
1581
|
-
"kind": "function",
|
|
1582
|
-
"name": "menuTemplate",
|
|
1583
|
-
"parameters": [
|
|
1584
|
-
{
|
|
1585
|
-
"name": "prefix",
|
|
1586
|
-
"type": {
|
|
1587
|
-
"text": "string"
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
]
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"kind": "function",
|
|
1594
|
-
"name": "singleOptionTemplate",
|
|
1595
|
-
"parameters": [
|
|
1596
|
-
{
|
|
1597
|
-
"name": "prefix",
|
|
1598
|
-
"type": {
|
|
1599
|
-
"text": "string"
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
]
|
|
1581
|
+
"kind": "function",
|
|
1582
|
+
"name": "menuTemplate",
|
|
1583
|
+
"parameters": [
|
|
1584
|
+
{
|
|
1585
|
+
"name": "prefix",
|
|
1586
|
+
"type": {
|
|
1587
|
+
"text": "string"
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "function",
|
|
1594
|
+
"name": "singleOptionTemplate",
|
|
1595
|
+
"parameters": [
|
|
1596
|
+
{
|
|
1597
|
+
"name": "prefix",
|
|
1598
|
+
"type": {
|
|
1599
|
+
"text": "string"
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
]
|
|
1603
1603
|
},
|
|
1604
1604
|
{
|
|
1605
1605
|
"kind": "variable",
|
|
@@ -2064,14 +2064,14 @@
|
|
|
2064
2064
|
},
|
|
2065
2065
|
{
|
|
2066
2066
|
"kind": "javascript-module",
|
|
2067
|
-
"path": "src/
|
|
2067
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2068
2068
|
"declarations": [
|
|
2069
2069
|
{
|
|
2070
2070
|
"kind": "function",
|
|
2071
|
-
"name": "
|
|
2071
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2072
2072
|
"return": {
|
|
2073
2073
|
"type": {
|
|
2074
|
-
"text": "
|
|
2074
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2075
2075
|
}
|
|
2076
2076
|
},
|
|
2077
2077
|
"parameters": [
|
|
@@ -2093,24 +2093,24 @@
|
|
|
2093
2093
|
"exports": [
|
|
2094
2094
|
{
|
|
2095
2095
|
"kind": "js",
|
|
2096
|
-
"name": "
|
|
2096
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2097
2097
|
"declaration": {
|
|
2098
|
-
"name": "
|
|
2099
|
-
"module": "src/
|
|
2098
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2099
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2100
2100
|
}
|
|
2101
2101
|
}
|
|
2102
2102
|
]
|
|
2103
2103
|
},
|
|
2104
2104
|
{
|
|
2105
2105
|
"kind": "javascript-module",
|
|
2106
|
-
"path": "src/
|
|
2106
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2107
2107
|
"declarations": [
|
|
2108
2108
|
{
|
|
2109
2109
|
"kind": "function",
|
|
2110
|
-
"name": "
|
|
2110
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2111
2111
|
"return": {
|
|
2112
2112
|
"type": {
|
|
2113
|
-
"text": "
|
|
2113
|
+
"text": "ElementStyles"
|
|
2114
2114
|
}
|
|
2115
2115
|
},
|
|
2116
2116
|
"parameters": [
|
|
@@ -2132,766 +2132,664 @@
|
|
|
2132
2132
|
"exports": [
|
|
2133
2133
|
{
|
|
2134
2134
|
"kind": "js",
|
|
2135
|
-
"name": "
|
|
2135
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2136
2136
|
"declaration": {
|
|
2137
|
-
"name": "
|
|
2138
|
-
"module": "src/
|
|
2137
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2138
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2139
2139
|
}
|
|
2140
2140
|
}
|
|
2141
2141
|
]
|
|
2142
2142
|
},
|
|
2143
2143
|
{
|
|
2144
2144
|
"kind": "javascript-module",
|
|
2145
|
-
"path": "src/
|
|
2145
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2146
2146
|
"declarations": [
|
|
2147
2147
|
{
|
|
2148
2148
|
"kind": "class",
|
|
2149
2149
|
"description": "",
|
|
2150
|
-
"name": "
|
|
2150
|
+
"name": "AnchoredRegion",
|
|
2151
2151
|
"superclass": {
|
|
2152
|
-
"name": "
|
|
2152
|
+
"name": "FASTAnchoredRegion",
|
|
2153
2153
|
"package": "@microsoft/fast-components"
|
|
2154
2154
|
},
|
|
2155
|
-
"tagName": "%%prefix%%-
|
|
2155
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2156
2156
|
"customElement": true,
|
|
2157
2157
|
"attributes": [
|
|
2158
2158
|
{
|
|
2159
|
-
"name": "
|
|
2159
|
+
"name": "anchor",
|
|
2160
2160
|
"type": {
|
|
2161
2161
|
"text": "string"
|
|
2162
2162
|
},
|
|
2163
|
-
"
|
|
2164
|
-
"
|
|
2163
|
+
"default": "\"\"",
|
|
2164
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2165
|
+
"fieldName": "anchor",
|
|
2165
2166
|
"inheritedFrom": {
|
|
2166
|
-
"name": "
|
|
2167
|
-
"module": "src/
|
|
2167
|
+
"name": "AnchoredRegion",
|
|
2168
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2168
2169
|
}
|
|
2169
2170
|
},
|
|
2170
2171
|
{
|
|
2171
|
-
"name": "
|
|
2172
|
+
"name": "viewport",
|
|
2172
2173
|
"type": {
|
|
2173
2174
|
"text": "string"
|
|
2174
2175
|
},
|
|
2175
|
-
"
|
|
2176
|
-
"
|
|
2176
|
+
"default": "\"\"",
|
|
2177
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2178
|
+
"fieldName": "viewport",
|
|
2177
2179
|
"inheritedFrom": {
|
|
2178
|
-
"name": "
|
|
2179
|
-
"module": "src/
|
|
2180
|
+
"name": "AnchoredRegion",
|
|
2181
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2180
2182
|
}
|
|
2181
2183
|
},
|
|
2182
2184
|
{
|
|
2183
|
-
"name": "
|
|
2185
|
+
"name": "horizontal-positioning-mode",
|
|
2184
2186
|
"type": {
|
|
2185
|
-
"text": "
|
|
2187
|
+
"text": "AxisPositioningMode"
|
|
2186
2188
|
},
|
|
2187
|
-
"
|
|
2188
|
-
"
|
|
2189
|
+
"default": "\"uncontrolled\"",
|
|
2190
|
+
"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",
|
|
2191
|
+
"fieldName": "horizontalPositioningMode",
|
|
2189
2192
|
"inheritedFrom": {
|
|
2190
|
-
"name": "
|
|
2191
|
-
"module": "src/
|
|
2193
|
+
"name": "AnchoredRegion",
|
|
2194
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2192
2195
|
}
|
|
2193
2196
|
},
|
|
2194
2197
|
{
|
|
2195
|
-
"name": "
|
|
2198
|
+
"name": "horizontal-default-position",
|
|
2196
2199
|
"type": {
|
|
2197
|
-
"text": "
|
|
2200
|
+
"text": "HorizontalPosition"
|
|
2198
2201
|
},
|
|
2199
|
-
"
|
|
2200
|
-
"
|
|
2202
|
+
"default": "\"unset\"",
|
|
2203
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2204
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2201
2205
|
"inheritedFrom": {
|
|
2202
|
-
"name": "
|
|
2203
|
-
"module": "src/
|
|
2206
|
+
"name": "AnchoredRegion",
|
|
2207
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2204
2208
|
}
|
|
2205
2209
|
},
|
|
2206
2210
|
{
|
|
2207
|
-
"name": "
|
|
2211
|
+
"name": "horizontal-viewport-lock",
|
|
2208
2212
|
"type": {
|
|
2209
|
-
"text": "
|
|
2213
|
+
"text": "boolean"
|
|
2210
2214
|
},
|
|
2211
|
-
"
|
|
2212
|
-
"
|
|
2215
|
+
"default": "false",
|
|
2216
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2217
|
+
"fieldName": "horizontalViewportLock",
|
|
2213
2218
|
"inheritedFrom": {
|
|
2214
|
-
"name": "
|
|
2215
|
-
"module": "src/
|
|
2219
|
+
"name": "AnchoredRegion",
|
|
2220
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2216
2221
|
}
|
|
2217
2222
|
},
|
|
2218
2223
|
{
|
|
2219
|
-
"name": "
|
|
2224
|
+
"name": "horizontal-inset",
|
|
2220
2225
|
"type": {
|
|
2221
|
-
"text": "
|
|
2226
|
+
"text": "boolean"
|
|
2222
2227
|
},
|
|
2223
|
-
"
|
|
2224
|
-
"
|
|
2228
|
+
"default": "false",
|
|
2229
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2230
|
+
"fieldName": "horizontalInset",
|
|
2225
2231
|
"inheritedFrom": {
|
|
2226
|
-
"name": "
|
|
2227
|
-
"module": "src/
|
|
2232
|
+
"name": "AnchoredRegion",
|
|
2233
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2228
2234
|
}
|
|
2229
2235
|
},
|
|
2230
2236
|
{
|
|
2231
|
-
"name": "
|
|
2237
|
+
"name": "horizontal-threshold",
|
|
2232
2238
|
"type": {
|
|
2233
|
-
"text": "
|
|
2239
|
+
"text": "number"
|
|
2234
2240
|
},
|
|
2235
|
-
"description": "
|
|
2236
|
-
"fieldName": "
|
|
2241
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2242
|
+
"fieldName": "horizontalThreshold",
|
|
2237
2243
|
"inheritedFrom": {
|
|
2238
|
-
"name": "
|
|
2239
|
-
"module": "src/
|
|
2244
|
+
"name": "AnchoredRegion",
|
|
2245
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2240
2246
|
}
|
|
2241
2247
|
},
|
|
2242
2248
|
{
|
|
2243
|
-
"name": "
|
|
2249
|
+
"name": "horizontal-scaling",
|
|
2244
2250
|
"type": {
|
|
2245
|
-
"text": "
|
|
2251
|
+
"text": "AxisScalingMode"
|
|
2246
2252
|
},
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2253
|
+
"default": "\"content\"",
|
|
2254
|
+
"description": "Defines how the width of the region is calculated",
|
|
2255
|
+
"fieldName": "horizontalScaling",
|
|
2249
2256
|
"inheritedFrom": {
|
|
2250
|
-
"name": "
|
|
2251
|
-
"module": "src/
|
|
2257
|
+
"name": "AnchoredRegion",
|
|
2258
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2252
2259
|
}
|
|
2253
|
-
}
|
|
2254
|
-
],
|
|
2255
|
-
"members": [
|
|
2260
|
+
},
|
|
2256
2261
|
{
|
|
2257
|
-
"
|
|
2258
|
-
"name": "download",
|
|
2262
|
+
"name": "vertical-positioning-mode",
|
|
2259
2263
|
"type": {
|
|
2260
|
-
"text": "
|
|
2264
|
+
"text": "AxisPositioningMode"
|
|
2261
2265
|
},
|
|
2262
|
-
"
|
|
2263
|
-
"description": "
|
|
2266
|
+
"default": "\"uncontrolled\"",
|
|
2267
|
+
"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",
|
|
2268
|
+
"fieldName": "verticalPositioningMode",
|
|
2264
2269
|
"inheritedFrom": {
|
|
2265
|
-
"name": "
|
|
2266
|
-
"module": "src/
|
|
2270
|
+
"name": "AnchoredRegion",
|
|
2271
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2267
2272
|
}
|
|
2268
2273
|
},
|
|
2269
2274
|
{
|
|
2270
|
-
"
|
|
2271
|
-
"name": "href",
|
|
2275
|
+
"name": "vertical-default-position",
|
|
2272
2276
|
"type": {
|
|
2273
|
-
"text": "
|
|
2277
|
+
"text": "VerticalPosition"
|
|
2274
2278
|
},
|
|
2275
|
-
"
|
|
2276
|
-
"description": "The
|
|
2279
|
+
"default": "\"unset\"",
|
|
2280
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2281
|
+
"fieldName": "verticalDefaultPosition",
|
|
2277
2282
|
"inheritedFrom": {
|
|
2278
|
-
"name": "
|
|
2279
|
-
"module": "src/
|
|
2283
|
+
"name": "AnchoredRegion",
|
|
2284
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2280
2285
|
}
|
|
2281
2286
|
},
|
|
2282
2287
|
{
|
|
2283
|
-
"
|
|
2284
|
-
"name": "hreflang",
|
|
2288
|
+
"name": "vertical-viewport-lock",
|
|
2285
2289
|
"type": {
|
|
2286
|
-
"text": "
|
|
2290
|
+
"text": "boolean"
|
|
2287
2291
|
},
|
|
2288
|
-
"
|
|
2289
|
-
"description": "
|
|
2292
|
+
"default": "false",
|
|
2293
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2294
|
+
"fieldName": "verticalViewportLock",
|
|
2290
2295
|
"inheritedFrom": {
|
|
2291
|
-
"name": "
|
|
2292
|
-
"module": "src/
|
|
2296
|
+
"name": "AnchoredRegion",
|
|
2297
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2293
2298
|
}
|
|
2294
2299
|
},
|
|
2295
2300
|
{
|
|
2296
|
-
"
|
|
2297
|
-
"name": "ping",
|
|
2301
|
+
"name": "vertical-inset",
|
|
2298
2302
|
"type": {
|
|
2299
|
-
"text": "
|
|
2303
|
+
"text": "boolean"
|
|
2300
2304
|
},
|
|
2301
|
-
"
|
|
2302
|
-
"description": "
|
|
2305
|
+
"default": "false",
|
|
2306
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2307
|
+
"fieldName": "verticalInset",
|
|
2303
2308
|
"inheritedFrom": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/
|
|
2309
|
+
"name": "AnchoredRegion",
|
|
2310
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2306
2311
|
}
|
|
2307
2312
|
},
|
|
2308
2313
|
{
|
|
2309
|
-
"
|
|
2310
|
-
"name": "referrerpolicy",
|
|
2314
|
+
"name": "vertical-threshold",
|
|
2311
2315
|
"type": {
|
|
2312
|
-
"text": "
|
|
2316
|
+
"text": "number"
|
|
2313
2317
|
},
|
|
2314
|
-
"
|
|
2315
|
-
"
|
|
2318
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2319
|
+
"fieldName": "verticalThreshold",
|
|
2316
2320
|
"inheritedFrom": {
|
|
2317
|
-
"name": "
|
|
2318
|
-
"module": "src/
|
|
2321
|
+
"name": "AnchoredRegion",
|
|
2322
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2319
2323
|
}
|
|
2320
2324
|
},
|
|
2321
2325
|
{
|
|
2322
|
-
"
|
|
2323
|
-
"name": "rel",
|
|
2326
|
+
"name": "vertical-scaling",
|
|
2324
2327
|
"type": {
|
|
2325
|
-
"text": "
|
|
2328
|
+
"text": "AxisScalingMode"
|
|
2326
2329
|
},
|
|
2327
|
-
"
|
|
2328
|
-
"description": "
|
|
2330
|
+
"default": "\"content\"",
|
|
2331
|
+
"description": "Defines how the height of the region is calculated",
|
|
2332
|
+
"fieldName": "verticalScaling",
|
|
2329
2333
|
"inheritedFrom": {
|
|
2330
|
-
"name": "
|
|
2331
|
-
"module": "src/
|
|
2334
|
+
"name": "AnchoredRegion",
|
|
2335
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2332
2336
|
}
|
|
2333
2337
|
},
|
|
2334
2338
|
{
|
|
2335
|
-
"
|
|
2336
|
-
"name": "target",
|
|
2339
|
+
"name": "fixed-placement",
|
|
2337
2340
|
"type": {
|
|
2338
|
-
"text": "
|
|
2341
|
+
"text": "boolean"
|
|
2339
2342
|
},
|
|
2340
|
-
"
|
|
2341
|
-
"description": "
|
|
2343
|
+
"default": "false",
|
|
2344
|
+
"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,",
|
|
2345
|
+
"fieldName": "fixedPlacement",
|
|
2342
2346
|
"inheritedFrom": {
|
|
2343
|
-
"name": "
|
|
2344
|
-
"module": "src/
|
|
2347
|
+
"name": "AnchoredRegion",
|
|
2348
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2345
2349
|
}
|
|
2346
2350
|
},
|
|
2347
2351
|
{
|
|
2348
|
-
"
|
|
2349
|
-
"name": "type",
|
|
2352
|
+
"name": "auto-update-mode",
|
|
2350
2353
|
"type": {
|
|
2351
|
-
"text": "
|
|
2354
|
+
"text": "AutoUpdateMode"
|
|
2352
2355
|
},
|
|
2353
|
-
"
|
|
2354
|
-
"description": "
|
|
2356
|
+
"default": "\"anchor\"",
|
|
2357
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2358
|
+
"fieldName": "autoUpdateMode",
|
|
2355
2359
|
"inheritedFrom": {
|
|
2356
|
-
"name": "
|
|
2357
|
-
"module": "src/
|
|
2360
|
+
"name": "AnchoredRegion",
|
|
2361
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2358
2362
|
}
|
|
2359
|
-
}
|
|
2363
|
+
}
|
|
2364
|
+
],
|
|
2365
|
+
"members": [
|
|
2360
2366
|
{
|
|
2361
2367
|
"kind": "field",
|
|
2362
|
-
"name": "
|
|
2368
|
+
"name": "anchor",
|
|
2363
2369
|
"type": {
|
|
2364
|
-
"text": "
|
|
2370
|
+
"text": "string"
|
|
2365
2371
|
},
|
|
2366
2372
|
"privacy": "public",
|
|
2367
|
-
"
|
|
2373
|
+
"default": "\"\"",
|
|
2374
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2368
2375
|
"inheritedFrom": {
|
|
2369
|
-
"name": "
|
|
2370
|
-
"module": "src/
|
|
2376
|
+
"name": "AnchoredRegion",
|
|
2377
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2371
2378
|
}
|
|
2372
2379
|
},
|
|
2373
2380
|
{
|
|
2374
|
-
"kind": "
|
|
2375
|
-
"name": "
|
|
2381
|
+
"kind": "method",
|
|
2382
|
+
"name": "anchorChanged",
|
|
2376
2383
|
"privacy": "private",
|
|
2377
|
-
"
|
|
2384
|
+
"return": {
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "void"
|
|
2387
|
+
}
|
|
2388
|
+
},
|
|
2378
2389
|
"inheritedFrom": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"module": "src/
|
|
2390
|
+
"name": "AnchoredRegion",
|
|
2391
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2381
2392
|
}
|
|
2382
2393
|
},
|
|
2383
2394
|
{
|
|
2384
2395
|
"kind": "field",
|
|
2385
|
-
"name": "
|
|
2396
|
+
"name": "viewport",
|
|
2386
2397
|
"type": {
|
|
2387
|
-
"text": "
|
|
2398
|
+
"text": "string"
|
|
2388
2399
|
},
|
|
2389
|
-
"privacy": "
|
|
2390
|
-
"default": "
|
|
2400
|
+
"privacy": "public",
|
|
2401
|
+
"default": "\"\"",
|
|
2402
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2391
2403
|
"inheritedFrom": {
|
|
2392
|
-
"name": "
|
|
2393
|
-
"module": "src/
|
|
2404
|
+
"name": "AnchoredRegion",
|
|
2405
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2394
2406
|
}
|
|
2395
2407
|
},
|
|
2396
2408
|
{
|
|
2397
|
-
"kind": "
|
|
2398
|
-
"name": "
|
|
2399
|
-
"
|
|
2400
|
-
|
|
2409
|
+
"kind": "method",
|
|
2410
|
+
"name": "viewportChanged",
|
|
2411
|
+
"privacy": "private",
|
|
2412
|
+
"return": {
|
|
2413
|
+
"type": {
|
|
2414
|
+
"text": "void"
|
|
2415
|
+
}
|
|
2401
2416
|
},
|
|
2402
|
-
"privacy": "public",
|
|
2403
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2404
2417
|
"inheritedFrom": {
|
|
2405
|
-
"name": "
|
|
2406
|
-
"module": "src/
|
|
2418
|
+
"name": "AnchoredRegion",
|
|
2419
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2407
2420
|
}
|
|
2408
2421
|
},
|
|
2409
2422
|
{
|
|
2410
2423
|
"kind": "field",
|
|
2411
|
-
"name": "
|
|
2424
|
+
"name": "horizontalPositioningMode",
|
|
2412
2425
|
"type": {
|
|
2413
|
-
"text": "
|
|
2426
|
+
"text": "AxisPositioningMode"
|
|
2414
2427
|
},
|
|
2415
2428
|
"privacy": "public",
|
|
2416
|
-
"
|
|
2429
|
+
"default": "\"uncontrolled\"",
|
|
2430
|
+
"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",
|
|
2417
2431
|
"inheritedFrom": {
|
|
2418
|
-
"name": "
|
|
2419
|
-
"module": "src/
|
|
2432
|
+
"name": "AnchoredRegion",
|
|
2433
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2420
2434
|
}
|
|
2421
2435
|
},
|
|
2422
2436
|
{
|
|
2423
2437
|
"kind": "method",
|
|
2424
|
-
"name": "
|
|
2425
|
-
"privacy": "
|
|
2438
|
+
"name": "horizontalPositioningModeChanged",
|
|
2439
|
+
"privacy": "private",
|
|
2426
2440
|
"return": {
|
|
2427
2441
|
"type": {
|
|
2428
2442
|
"text": "void"
|
|
2429
2443
|
}
|
|
2430
2444
|
},
|
|
2431
2445
|
"inheritedFrom": {
|
|
2432
|
-
"name": "
|
|
2433
|
-
"module": "src/
|
|
2446
|
+
"name": "AnchoredRegion",
|
|
2447
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2434
2448
|
}
|
|
2435
2449
|
},
|
|
2436
2450
|
{
|
|
2437
2451
|
"kind": "field",
|
|
2438
|
-
"name": "
|
|
2452
|
+
"name": "horizontalDefaultPosition",
|
|
2439
2453
|
"type": {
|
|
2440
|
-
"text": "
|
|
2454
|
+
"text": "HorizontalPosition"
|
|
2441
2455
|
},
|
|
2442
2456
|
"privacy": "public",
|
|
2443
|
-
"
|
|
2457
|
+
"default": "\"unset\"",
|
|
2458
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2444
2459
|
"inheritedFrom": {
|
|
2445
|
-
"name": "
|
|
2446
|
-
"module": "src/
|
|
2460
|
+
"name": "AnchoredRegion",
|
|
2461
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2447
2462
|
}
|
|
2448
2463
|
},
|
|
2449
2464
|
{
|
|
2450
2465
|
"kind": "method",
|
|
2451
|
-
"name": "
|
|
2452
|
-
"privacy": "
|
|
2466
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2467
|
+
"privacy": "private",
|
|
2453
2468
|
"return": {
|
|
2454
2469
|
"type": {
|
|
2455
2470
|
"text": "void"
|
|
2456
2471
|
}
|
|
2457
2472
|
},
|
|
2458
2473
|
"inheritedFrom": {
|
|
2459
|
-
"name": "
|
|
2460
|
-
"module": "src/
|
|
2474
|
+
"name": "AnchoredRegion",
|
|
2475
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2461
2476
|
}
|
|
2462
2477
|
},
|
|
2463
2478
|
{
|
|
2464
|
-
"kind": "
|
|
2465
|
-
"name": "
|
|
2479
|
+
"kind": "field",
|
|
2480
|
+
"name": "horizontalViewportLock",
|
|
2481
|
+
"type": {
|
|
2482
|
+
"text": "boolean"
|
|
2483
|
+
},
|
|
2466
2484
|
"privacy": "public",
|
|
2467
|
-
"
|
|
2485
|
+
"default": "false",
|
|
2486
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2487
|
+
"inheritedFrom": {
|
|
2488
|
+
"name": "AnchoredRegion",
|
|
2489
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"kind": "method",
|
|
2494
|
+
"name": "horizontalViewportLockChanged",
|
|
2495
|
+
"privacy": "private",
|
|
2468
2496
|
"return": {
|
|
2469
2497
|
"type": {
|
|
2470
|
-
"text": "
|
|
2498
|
+
"text": "void"
|
|
2471
2499
|
}
|
|
2472
2500
|
},
|
|
2473
|
-
"parameters": [
|
|
2474
|
-
{
|
|
2475
|
-
"name": "this",
|
|
2476
|
-
"type": {
|
|
2477
|
-
"text": "K"
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"name": "elementDefinition",
|
|
2482
|
-
"type": {
|
|
2483
|
-
"text": "T"
|
|
2484
|
-
},
|
|
2485
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2486
|
-
}
|
|
2487
|
-
],
|
|
2488
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2489
2501
|
"inheritedFrom": {
|
|
2490
|
-
"name": "
|
|
2491
|
-
"module": "src/
|
|
2502
|
+
"name": "AnchoredRegion",
|
|
2503
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2492
2504
|
}
|
|
2493
|
-
}
|
|
2494
|
-
]
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"kind": "variable",
|
|
2498
|
-
"name": "foundationAnchorShadowOptions",
|
|
2499
|
-
"type": {
|
|
2500
|
-
"text": "ShadowRootInit"
|
|
2501
|
-
},
|
|
2502
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"kind": "variable",
|
|
2506
|
-
"name": "defaultAnchorConfig",
|
|
2507
|
-
"type": {
|
|
2508
|
-
"text": "object"
|
|
2509
|
-
},
|
|
2510
|
-
"default": "{}"
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"kind": "variable",
|
|
2514
|
-
"name": "foundationAnchor",
|
|
2515
|
-
"description": "The Foundation Anchor",
|
|
2516
|
-
"privacy": "public"
|
|
2517
|
-
}
|
|
2518
|
-
],
|
|
2519
|
-
"exports": [
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "js",
|
|
2522
|
-
"name": "Anchor",
|
|
2523
|
-
"declaration": {
|
|
2524
|
-
"name": "Anchor",
|
|
2525
|
-
"module": "src/anchor/anchor.ts"
|
|
2526
|
-
}
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"kind": "js",
|
|
2530
|
-
"name": "foundationAnchorShadowOptions",
|
|
2531
|
-
"declaration": {
|
|
2532
|
-
"name": "foundationAnchorShadowOptions",
|
|
2533
|
-
"module": "src/anchor/anchor.ts"
|
|
2534
|
-
}
|
|
2535
|
-
},
|
|
2536
|
-
{
|
|
2537
|
-
"kind": "js",
|
|
2538
|
-
"name": "defaultAnchorConfig",
|
|
2539
|
-
"declaration": {
|
|
2540
|
-
"name": "defaultAnchorConfig",
|
|
2541
|
-
"module": "src/anchor/anchor.ts"
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "js",
|
|
2546
|
-
"name": "foundationAnchor",
|
|
2547
|
-
"declaration": {
|
|
2548
|
-
"name": "foundationAnchor",
|
|
2549
|
-
"module": "src/anchor/anchor.ts"
|
|
2550
|
-
}
|
|
2551
|
-
}
|
|
2552
|
-
]
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"kind": "javascript-module",
|
|
2556
|
-
"path": "src/anchor/index.ts",
|
|
2557
|
-
"declarations": [],
|
|
2558
|
-
"exports": [
|
|
2559
|
-
{
|
|
2560
|
-
"kind": "js",
|
|
2561
|
-
"name": "*",
|
|
2562
|
-
"declaration": {
|
|
2563
|
-
"name": "*",
|
|
2564
|
-
"package": "./anchor.template"
|
|
2565
|
-
}
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"kind": "js",
|
|
2569
|
-
"name": "*",
|
|
2570
|
-
"declaration": {
|
|
2571
|
-
"name": "*",
|
|
2572
|
-
"package": "./anchor.styles"
|
|
2573
|
-
}
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"kind": "js",
|
|
2577
|
-
"name": "*",
|
|
2578
|
-
"declaration": {
|
|
2579
|
-
"name": "*",
|
|
2580
|
-
"package": "./anchor"
|
|
2581
|
-
}
|
|
2582
|
-
}
|
|
2583
|
-
]
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"kind": "javascript-module",
|
|
2587
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2588
|
-
"declarations": [
|
|
2589
|
-
{
|
|
2590
|
-
"kind": "function",
|
|
2591
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2592
|
-
"return": {
|
|
2593
|
-
"type": {
|
|
2594
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2595
|
-
}
|
|
2596
|
-
},
|
|
2597
|
-
"parameters": [
|
|
2505
|
+
},
|
|
2598
2506
|
{
|
|
2599
|
-
"
|
|
2507
|
+
"kind": "field",
|
|
2508
|
+
"name": "horizontalInset",
|
|
2600
2509
|
"type": {
|
|
2601
|
-
"text": "
|
|
2510
|
+
"text": "boolean"
|
|
2511
|
+
},
|
|
2512
|
+
"privacy": "public",
|
|
2513
|
+
"default": "false",
|
|
2514
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2515
|
+
"inheritedFrom": {
|
|
2516
|
+
"name": "AnchoredRegion",
|
|
2517
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2602
2518
|
}
|
|
2603
2519
|
},
|
|
2604
2520
|
{
|
|
2605
|
-
"
|
|
2606
|
-
"
|
|
2607
|
-
|
|
2521
|
+
"kind": "method",
|
|
2522
|
+
"name": "horizontalInsetChanged",
|
|
2523
|
+
"privacy": "private",
|
|
2524
|
+
"return": {
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "void"
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
"inheritedFrom": {
|
|
2530
|
+
"name": "AnchoredRegion",
|
|
2531
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2608
2532
|
}
|
|
2609
|
-
}
|
|
2610
|
-
]
|
|
2611
|
-
}
|
|
2612
|
-
],
|
|
2613
|
-
"exports": [
|
|
2614
|
-
{
|
|
2615
|
-
"kind": "js",
|
|
2616
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2617
|
-
"declaration": {
|
|
2618
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2619
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2620
|
-
}
|
|
2621
|
-
}
|
|
2622
|
-
]
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"kind": "javascript-module",
|
|
2626
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2627
|
-
"declarations": [
|
|
2628
|
-
{
|
|
2629
|
-
"kind": "function",
|
|
2630
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2631
|
-
"return": {
|
|
2632
|
-
"type": {
|
|
2633
|
-
"text": "ElementStyles"
|
|
2634
|
-
}
|
|
2635
|
-
},
|
|
2636
|
-
"parameters": [
|
|
2533
|
+
},
|
|
2637
2534
|
{
|
|
2638
|
-
"
|
|
2535
|
+
"kind": "field",
|
|
2536
|
+
"name": "horizontalThreshold",
|
|
2639
2537
|
"type": {
|
|
2640
|
-
"text": "
|
|
2538
|
+
"text": "number"
|
|
2539
|
+
},
|
|
2540
|
+
"privacy": "public",
|
|
2541
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2542
|
+
"inheritedFrom": {
|
|
2543
|
+
"name": "AnchoredRegion",
|
|
2544
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2641
2545
|
}
|
|
2642
2546
|
},
|
|
2643
2547
|
{
|
|
2644
|
-
"
|
|
2548
|
+
"kind": "method",
|
|
2549
|
+
"name": "horizontalThresholdChanged",
|
|
2550
|
+
"privacy": "private",
|
|
2551
|
+
"return": {
|
|
2552
|
+
"type": {
|
|
2553
|
+
"text": "void"
|
|
2554
|
+
}
|
|
2555
|
+
},
|
|
2556
|
+
"inheritedFrom": {
|
|
2557
|
+
"name": "AnchoredRegion",
|
|
2558
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"kind": "field",
|
|
2563
|
+
"name": "horizontalScaling",
|
|
2645
2564
|
"type": {
|
|
2646
|
-
"text": "
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
"kind": "js",
|
|
2655
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2656
|
-
"declaration": {
|
|
2657
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2658
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2659
|
-
}
|
|
2660
|
-
}
|
|
2661
|
-
]
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
"kind": "javascript-module",
|
|
2665
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
2666
|
-
"declarations": [
|
|
2667
|
-
{
|
|
2668
|
-
"kind": "class",
|
|
2669
|
-
"description": "",
|
|
2670
|
-
"name": "AnchoredRegion",
|
|
2671
|
-
"superclass": {
|
|
2672
|
-
"name": "FASTAnchoredRegion",
|
|
2673
|
-
"package": "@microsoft/fast-components"
|
|
2674
|
-
},
|
|
2675
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2676
|
-
"customElement": true,
|
|
2677
|
-
"attributes": [
|
|
2678
|
-
{
|
|
2679
|
-
"name": "anchor",
|
|
2680
|
-
"type": {
|
|
2681
|
-
"text": "string"
|
|
2682
|
-
},
|
|
2683
|
-
"default": "\"\"",
|
|
2684
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2685
|
-
"fieldName": "anchor",
|
|
2686
|
-
"inheritedFrom": {
|
|
2687
|
-
"name": "AnchoredRegion",
|
|
2688
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2565
|
+
"text": "AxisScalingMode"
|
|
2566
|
+
},
|
|
2567
|
+
"privacy": "public",
|
|
2568
|
+
"default": "\"content\"",
|
|
2569
|
+
"description": "Defines how the width of the region is calculated",
|
|
2570
|
+
"inheritedFrom": {
|
|
2571
|
+
"name": "AnchoredRegion",
|
|
2572
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2689
2573
|
}
|
|
2690
2574
|
},
|
|
2691
2575
|
{
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2694
|
-
|
|
2576
|
+
"kind": "method",
|
|
2577
|
+
"name": "horizontalScalingChanged",
|
|
2578
|
+
"privacy": "private",
|
|
2579
|
+
"return": {
|
|
2580
|
+
"type": {
|
|
2581
|
+
"text": "void"
|
|
2582
|
+
}
|
|
2695
2583
|
},
|
|
2696
|
-
"default": "\"\"",
|
|
2697
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2698
|
-
"fieldName": "viewport",
|
|
2699
2584
|
"inheritedFrom": {
|
|
2700
2585
|
"name": "AnchoredRegion",
|
|
2701
2586
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2702
2587
|
}
|
|
2703
2588
|
},
|
|
2704
2589
|
{
|
|
2705
|
-
"
|
|
2590
|
+
"kind": "field",
|
|
2591
|
+
"name": "verticalPositioningMode",
|
|
2706
2592
|
"type": {
|
|
2707
2593
|
"text": "AxisPositioningMode"
|
|
2708
2594
|
},
|
|
2595
|
+
"privacy": "public",
|
|
2709
2596
|
"default": "\"uncontrolled\"",
|
|
2710
|
-
"description": "Sets what logic the component uses to determine
|
|
2711
|
-
"fieldName": "horizontalPositioningMode",
|
|
2597
|
+
"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",
|
|
2712
2598
|
"inheritedFrom": {
|
|
2713
2599
|
"name": "AnchoredRegion",
|
|
2714
2600
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2715
2601
|
}
|
|
2716
2602
|
},
|
|
2717
2603
|
{
|
|
2718
|
-
"
|
|
2719
|
-
"
|
|
2720
|
-
|
|
2604
|
+
"kind": "method",
|
|
2605
|
+
"name": "verticalPositioningModeChanged",
|
|
2606
|
+
"privacy": "private",
|
|
2607
|
+
"return": {
|
|
2608
|
+
"type": {
|
|
2609
|
+
"text": "void"
|
|
2610
|
+
}
|
|
2721
2611
|
},
|
|
2722
|
-
"default": "\"unset\"",
|
|
2723
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2724
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2725
2612
|
"inheritedFrom": {
|
|
2726
2613
|
"name": "AnchoredRegion",
|
|
2727
2614
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2728
2615
|
}
|
|
2729
2616
|
},
|
|
2730
2617
|
{
|
|
2731
|
-
"
|
|
2618
|
+
"kind": "field",
|
|
2619
|
+
"name": "verticalDefaultPosition",
|
|
2732
2620
|
"type": {
|
|
2733
|
-
"text": "
|
|
2621
|
+
"text": "VerticalPosition"
|
|
2734
2622
|
},
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
2737
|
-
"
|
|
2623
|
+
"privacy": "public",
|
|
2624
|
+
"default": "\"unset\"",
|
|
2625
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2738
2626
|
"inheritedFrom": {
|
|
2739
2627
|
"name": "AnchoredRegion",
|
|
2740
2628
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2741
2629
|
}
|
|
2742
2630
|
},
|
|
2743
2631
|
{
|
|
2744
|
-
"
|
|
2745
|
-
"
|
|
2746
|
-
|
|
2632
|
+
"kind": "method",
|
|
2633
|
+
"name": "verticalDefaultPositionChanged",
|
|
2634
|
+
"privacy": "private",
|
|
2635
|
+
"return": {
|
|
2636
|
+
"type": {
|
|
2637
|
+
"text": "void"
|
|
2638
|
+
}
|
|
2747
2639
|
},
|
|
2748
|
-
"default": "false",
|
|
2749
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2750
|
-
"fieldName": "horizontalInset",
|
|
2751
2640
|
"inheritedFrom": {
|
|
2752
2641
|
"name": "AnchoredRegion",
|
|
2753
2642
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2754
2643
|
}
|
|
2755
2644
|
},
|
|
2756
2645
|
{
|
|
2757
|
-
"
|
|
2646
|
+
"kind": "field",
|
|
2647
|
+
"name": "verticalViewportLock",
|
|
2758
2648
|
"type": {
|
|
2759
|
-
"text": "
|
|
2649
|
+
"text": "boolean"
|
|
2760
2650
|
},
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2651
|
+
"privacy": "public",
|
|
2652
|
+
"default": "false",
|
|
2653
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2763
2654
|
"inheritedFrom": {
|
|
2764
2655
|
"name": "AnchoredRegion",
|
|
2765
2656
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2766
2657
|
}
|
|
2767
2658
|
},
|
|
2768
2659
|
{
|
|
2769
|
-
"
|
|
2770
|
-
"
|
|
2771
|
-
|
|
2660
|
+
"kind": "method",
|
|
2661
|
+
"name": "verticalViewportLockChanged",
|
|
2662
|
+
"privacy": "private",
|
|
2663
|
+
"return": {
|
|
2664
|
+
"type": {
|
|
2665
|
+
"text": "void"
|
|
2666
|
+
}
|
|
2772
2667
|
},
|
|
2773
|
-
"default": "\"content\"",
|
|
2774
|
-
"description": "Defines how the width of the region is calculated",
|
|
2775
|
-
"fieldName": "horizontalScaling",
|
|
2776
2668
|
"inheritedFrom": {
|
|
2777
2669
|
"name": "AnchoredRegion",
|
|
2778
2670
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2779
2671
|
}
|
|
2780
2672
|
},
|
|
2781
2673
|
{
|
|
2782
|
-
"
|
|
2674
|
+
"kind": "field",
|
|
2675
|
+
"name": "verticalInset",
|
|
2783
2676
|
"type": {
|
|
2784
|
-
"text": "
|
|
2677
|
+
"text": "boolean"
|
|
2785
2678
|
},
|
|
2786
|
-
"
|
|
2787
|
-
"
|
|
2788
|
-
"
|
|
2679
|
+
"privacy": "public",
|
|
2680
|
+
"default": "false",
|
|
2681
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2789
2682
|
"inheritedFrom": {
|
|
2790
2683
|
"name": "AnchoredRegion",
|
|
2791
2684
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2792
2685
|
}
|
|
2793
2686
|
},
|
|
2794
2687
|
{
|
|
2795
|
-
"
|
|
2796
|
-
"
|
|
2797
|
-
|
|
2688
|
+
"kind": "method",
|
|
2689
|
+
"name": "verticalInsetChanged",
|
|
2690
|
+
"privacy": "private",
|
|
2691
|
+
"return": {
|
|
2692
|
+
"type": {
|
|
2693
|
+
"text": "void"
|
|
2694
|
+
}
|
|
2798
2695
|
},
|
|
2799
|
-
"default": "\"unset\"",
|
|
2800
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2801
|
-
"fieldName": "verticalDefaultPosition",
|
|
2802
2696
|
"inheritedFrom": {
|
|
2803
2697
|
"name": "AnchoredRegion",
|
|
2804
2698
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2805
2699
|
}
|
|
2806
2700
|
},
|
|
2807
2701
|
{
|
|
2808
|
-
"
|
|
2702
|
+
"kind": "field",
|
|
2703
|
+
"name": "verticalThreshold",
|
|
2809
2704
|
"type": {
|
|
2810
|
-
"text": "
|
|
2705
|
+
"text": "number"
|
|
2811
2706
|
},
|
|
2812
|
-
"
|
|
2813
|
-
"description": "
|
|
2814
|
-
"fieldName": "verticalViewportLock",
|
|
2707
|
+
"privacy": "public",
|
|
2708
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2815
2709
|
"inheritedFrom": {
|
|
2816
2710
|
"name": "AnchoredRegion",
|
|
2817
2711
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2818
2712
|
}
|
|
2819
2713
|
},
|
|
2820
2714
|
{
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2823
|
-
|
|
2715
|
+
"kind": "method",
|
|
2716
|
+
"name": "verticalThresholdChanged",
|
|
2717
|
+
"privacy": "private",
|
|
2718
|
+
"return": {
|
|
2719
|
+
"type": {
|
|
2720
|
+
"text": "void"
|
|
2721
|
+
}
|
|
2824
2722
|
},
|
|
2825
|
-
"default": "false",
|
|
2826
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2827
|
-
"fieldName": "verticalInset",
|
|
2828
2723
|
"inheritedFrom": {
|
|
2829
2724
|
"name": "AnchoredRegion",
|
|
2830
2725
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2831
2726
|
}
|
|
2832
2727
|
},
|
|
2833
2728
|
{
|
|
2834
|
-
"
|
|
2729
|
+
"kind": "field",
|
|
2730
|
+
"name": "verticalScaling",
|
|
2835
2731
|
"type": {
|
|
2836
|
-
"text": "
|
|
2732
|
+
"text": "AxisScalingMode"
|
|
2837
2733
|
},
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2734
|
+
"privacy": "public",
|
|
2735
|
+
"default": "\"content\"",
|
|
2736
|
+
"description": "Defines how the height of the region is calculated",
|
|
2840
2737
|
"inheritedFrom": {
|
|
2841
2738
|
"name": "AnchoredRegion",
|
|
2842
2739
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2843
2740
|
}
|
|
2844
2741
|
},
|
|
2845
2742
|
{
|
|
2846
|
-
"
|
|
2847
|
-
"
|
|
2848
|
-
|
|
2743
|
+
"kind": "method",
|
|
2744
|
+
"name": "verticalScalingChanged",
|
|
2745
|
+
"privacy": "private",
|
|
2746
|
+
"return": {
|
|
2747
|
+
"type": {
|
|
2748
|
+
"text": "void"
|
|
2749
|
+
}
|
|
2849
2750
|
},
|
|
2850
|
-
"default": "\"content\"",
|
|
2851
|
-
"description": "Defines how the height of the region is calculated",
|
|
2852
|
-
"fieldName": "verticalScaling",
|
|
2853
2751
|
"inheritedFrom": {
|
|
2854
2752
|
"name": "AnchoredRegion",
|
|
2855
2753
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2856
2754
|
}
|
|
2857
2755
|
},
|
|
2858
2756
|
{
|
|
2859
|
-
"
|
|
2757
|
+
"kind": "field",
|
|
2758
|
+
"name": "fixedPlacement",
|
|
2860
2759
|
"type": {
|
|
2861
2760
|
"text": "boolean"
|
|
2862
2761
|
},
|
|
2762
|
+
"privacy": "public",
|
|
2863
2763
|
"default": "false",
|
|
2864
2764
|
"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,",
|
|
2865
|
-
"fieldName": "fixedPlacement",
|
|
2866
2765
|
"inheritedFrom": {
|
|
2867
2766
|
"name": "AnchoredRegion",
|
|
2868
2767
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2869
2768
|
}
|
|
2870
2769
|
},
|
|
2871
2770
|
{
|
|
2872
|
-
"
|
|
2873
|
-
"
|
|
2874
|
-
|
|
2771
|
+
"kind": "method",
|
|
2772
|
+
"name": "fixedPlacementChanged",
|
|
2773
|
+
"privacy": "private",
|
|
2774
|
+
"return": {
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "void"
|
|
2777
|
+
}
|
|
2875
2778
|
},
|
|
2876
|
-
"default": "\"anchor\"",
|
|
2877
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2878
|
-
"fieldName": "autoUpdateMode",
|
|
2879
2779
|
"inheritedFrom": {
|
|
2880
2780
|
"name": "AnchoredRegion",
|
|
2881
2781
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2882
2782
|
}
|
|
2883
|
-
}
|
|
2884
|
-
],
|
|
2885
|
-
"members": [
|
|
2783
|
+
},
|
|
2886
2784
|
{
|
|
2887
2785
|
"kind": "field",
|
|
2888
|
-
"name": "
|
|
2786
|
+
"name": "autoUpdateMode",
|
|
2889
2787
|
"type": {
|
|
2890
|
-
"text": "
|
|
2788
|
+
"text": "AutoUpdateMode"
|
|
2891
2789
|
},
|
|
2892
2790
|
"privacy": "public",
|
|
2893
|
-
"default": "\"\"",
|
|
2894
|
-
"description": "
|
|
2791
|
+
"default": "\"anchor\"",
|
|
2792
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2895
2793
|
"inheritedFrom": {
|
|
2896
2794
|
"name": "AnchoredRegion",
|
|
2897
2795
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2899,13 +2797,27 @@
|
|
|
2899
2797
|
},
|
|
2900
2798
|
{
|
|
2901
2799
|
"kind": "method",
|
|
2902
|
-
"name": "
|
|
2800
|
+
"name": "autoUpdateModeChanged",
|
|
2903
2801
|
"privacy": "private",
|
|
2904
2802
|
"return": {
|
|
2905
2803
|
"type": {
|
|
2906
2804
|
"text": "void"
|
|
2907
2805
|
}
|
|
2908
2806
|
},
|
|
2807
|
+
"parameters": [
|
|
2808
|
+
{
|
|
2809
|
+
"name": "prevMode",
|
|
2810
|
+
"type": {
|
|
2811
|
+
"text": "AutoUpdateMode"
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "newMode",
|
|
2816
|
+
"type": {
|
|
2817
|
+
"text": "AutoUpdateMode"
|
|
2818
|
+
}
|
|
2819
|
+
}
|
|
2820
|
+
],
|
|
2909
2821
|
"inheritedFrom": {
|
|
2910
2822
|
"name": "AnchoredRegion",
|
|
2911
2823
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2913,13 +2825,13 @@
|
|
|
2913
2825
|
},
|
|
2914
2826
|
{
|
|
2915
2827
|
"kind": "field",
|
|
2916
|
-
"name": "
|
|
2828
|
+
"name": "anchorElement",
|
|
2917
2829
|
"type": {
|
|
2918
|
-
"text": "
|
|
2830
|
+
"text": "HTMLElement | null"
|
|
2919
2831
|
},
|
|
2920
2832
|
"privacy": "public",
|
|
2921
|
-
"default": "
|
|
2922
|
-
"description": "The HTML
|
|
2833
|
+
"default": "null",
|
|
2834
|
+
"description": "The HTML element being used as the anchor",
|
|
2923
2835
|
"inheritedFrom": {
|
|
2924
2836
|
"name": "AnchoredRegion",
|
|
2925
2837
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2927,7 +2839,7 @@
|
|
|
2927
2839
|
},
|
|
2928
2840
|
{
|
|
2929
2841
|
"kind": "method",
|
|
2930
|
-
"name": "
|
|
2842
|
+
"name": "anchorElementChanged",
|
|
2931
2843
|
"privacy": "private",
|
|
2932
2844
|
"return": {
|
|
2933
2845
|
"type": {
|
|
@@ -2941,13 +2853,13 @@
|
|
|
2941
2853
|
},
|
|
2942
2854
|
{
|
|
2943
2855
|
"kind": "field",
|
|
2944
|
-
"name": "
|
|
2856
|
+
"name": "viewportElement",
|
|
2945
2857
|
"type": {
|
|
2946
|
-
"text": "
|
|
2858
|
+
"text": "HTMLElement | null"
|
|
2947
2859
|
},
|
|
2948
2860
|
"privacy": "public",
|
|
2949
|
-
"default": "
|
|
2950
|
-
"description": "
|
|
2861
|
+
"default": "null",
|
|
2862
|
+
"description": "The HTML element being used as the viewport",
|
|
2951
2863
|
"inheritedFrom": {
|
|
2952
2864
|
"name": "AnchoredRegion",
|
|
2953
2865
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2955,7 +2867,7 @@
|
|
|
2955
2867
|
},
|
|
2956
2868
|
{
|
|
2957
2869
|
"kind": "method",
|
|
2958
|
-
"name": "
|
|
2870
|
+
"name": "viewportElementChanged",
|
|
2959
2871
|
"privacy": "private",
|
|
2960
2872
|
"return": {
|
|
2961
2873
|
"type": {
|
|
@@ -2969,27 +2881,12 @@
|
|
|
2969
2881
|
},
|
|
2970
2882
|
{
|
|
2971
2883
|
"kind": "field",
|
|
2972
|
-
"name": "
|
|
2884
|
+
"name": "verticalPosition",
|
|
2973
2885
|
"type": {
|
|
2974
|
-
"text": "
|
|
2886
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2975
2887
|
},
|
|
2976
2888
|
"privacy": "public",
|
|
2977
|
-
"
|
|
2978
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2979
|
-
"inheritedFrom": {
|
|
2980
|
-
"name": "AnchoredRegion",
|
|
2981
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2982
|
-
}
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"kind": "method",
|
|
2986
|
-
"name": "horizontalDefaultPositionChanged",
|
|
2987
|
-
"privacy": "private",
|
|
2988
|
-
"return": {
|
|
2989
|
-
"type": {
|
|
2990
|
-
"text": "void"
|
|
2991
|
-
}
|
|
2992
|
-
},
|
|
2889
|
+
"description": "indicates the current horizontal position of the region",
|
|
2993
2890
|
"inheritedFrom": {
|
|
2994
2891
|
"name": "AnchoredRegion",
|
|
2995
2892
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2997,27 +2894,25 @@
|
|
|
2997
2894
|
},
|
|
2998
2895
|
{
|
|
2999
2896
|
"kind": "field",
|
|
3000
|
-
"name": "
|
|
2897
|
+
"name": "horizontalPosition",
|
|
3001
2898
|
"type": {
|
|
3002
|
-
"text": "
|
|
2899
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3003
2900
|
},
|
|
3004
2901
|
"privacy": "public",
|
|
3005
|
-
"
|
|
3006
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2902
|
+
"description": "indicates the current vertical position of the region",
|
|
3007
2903
|
"inheritedFrom": {
|
|
3008
2904
|
"name": "AnchoredRegion",
|
|
3009
2905
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3010
2906
|
}
|
|
3011
2907
|
},
|
|
3012
2908
|
{
|
|
3013
|
-
"kind": "
|
|
3014
|
-
"name": "
|
|
3015
|
-
"
|
|
3016
|
-
|
|
3017
|
-
"type": {
|
|
3018
|
-
"text": "void"
|
|
3019
|
-
}
|
|
2909
|
+
"kind": "field",
|
|
2910
|
+
"name": "translateX",
|
|
2911
|
+
"type": {
|
|
2912
|
+
"text": "number"
|
|
3020
2913
|
},
|
|
2914
|
+
"privacy": "private",
|
|
2915
|
+
"description": "values to be applied to the component's transform on render",
|
|
3021
2916
|
"inheritedFrom": {
|
|
3022
2917
|
"name": "AnchoredRegion",
|
|
3023
2918
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3025,27 +2920,24 @@
|
|
|
3025
2920
|
},
|
|
3026
2921
|
{
|
|
3027
2922
|
"kind": "field",
|
|
3028
|
-
"name": "
|
|
2923
|
+
"name": "translateY",
|
|
3029
2924
|
"type": {
|
|
3030
|
-
"text": "
|
|
2925
|
+
"text": "number"
|
|
3031
2926
|
},
|
|
3032
|
-
"privacy": "
|
|
3033
|
-
"default": "false",
|
|
3034
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2927
|
+
"privacy": "private",
|
|
3035
2928
|
"inheritedFrom": {
|
|
3036
2929
|
"name": "AnchoredRegion",
|
|
3037
2930
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3038
2931
|
}
|
|
3039
2932
|
},
|
|
3040
2933
|
{
|
|
3041
|
-
"kind": "
|
|
3042
|
-
"name": "
|
|
3043
|
-
"
|
|
3044
|
-
|
|
3045
|
-
"type": {
|
|
3046
|
-
"text": "void"
|
|
3047
|
-
}
|
|
2934
|
+
"kind": "field",
|
|
2935
|
+
"name": "regionWidth",
|
|
2936
|
+
"type": {
|
|
2937
|
+
"text": "string"
|
|
3048
2938
|
},
|
|
2939
|
+
"privacy": "private",
|
|
2940
|
+
"description": "the span to be applied to the region on each axis",
|
|
3049
2941
|
"inheritedFrom": {
|
|
3050
2942
|
"name": "AnchoredRegion",
|
|
3051
2943
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3053,26 +2945,24 @@
|
|
|
3053
2945
|
},
|
|
3054
2946
|
{
|
|
3055
2947
|
"kind": "field",
|
|
3056
|
-
"name": "
|
|
2948
|
+
"name": "regionHeight",
|
|
3057
2949
|
"type": {
|
|
3058
|
-
"text": "
|
|
2950
|
+
"text": "string"
|
|
3059
2951
|
},
|
|
3060
|
-
"privacy": "
|
|
3061
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2952
|
+
"privacy": "private",
|
|
3062
2953
|
"inheritedFrom": {
|
|
3063
2954
|
"name": "AnchoredRegion",
|
|
3064
2955
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3065
2956
|
}
|
|
3066
2957
|
},
|
|
3067
2958
|
{
|
|
3068
|
-
"kind": "
|
|
3069
|
-
"name": "
|
|
3070
|
-
"
|
|
3071
|
-
|
|
3072
|
-
"type": {
|
|
3073
|
-
"text": "void"
|
|
3074
|
-
}
|
|
2959
|
+
"kind": "field",
|
|
2960
|
+
"name": "resizeDetector",
|
|
2961
|
+
"type": {
|
|
2962
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3075
2963
|
},
|
|
2964
|
+
"privacy": "private",
|
|
2965
|
+
"default": "null",
|
|
3076
2966
|
"inheritedFrom": {
|
|
3077
2967
|
"name": "AnchoredRegion",
|
|
3078
2968
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3080,27 +2970,23 @@
|
|
|
3080
2970
|
},
|
|
3081
2971
|
{
|
|
3082
2972
|
"kind": "field",
|
|
3083
|
-
"name": "
|
|
2973
|
+
"name": "viewportRect",
|
|
3084
2974
|
"type": {
|
|
3085
|
-
"text": "
|
|
2975
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3086
2976
|
},
|
|
3087
|
-
"privacy": "
|
|
3088
|
-
"default": "\"content\"",
|
|
3089
|
-
"description": "Defines how the width of the region is calculated",
|
|
2977
|
+
"privacy": "private",
|
|
3090
2978
|
"inheritedFrom": {
|
|
3091
2979
|
"name": "AnchoredRegion",
|
|
3092
2980
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3093
2981
|
}
|
|
3094
2982
|
},
|
|
3095
2983
|
{
|
|
3096
|
-
"kind": "
|
|
3097
|
-
"name": "
|
|
3098
|
-
"
|
|
3099
|
-
|
|
3100
|
-
"type": {
|
|
3101
|
-
"text": "void"
|
|
3102
|
-
}
|
|
2984
|
+
"kind": "field",
|
|
2985
|
+
"name": "anchorRect",
|
|
2986
|
+
"type": {
|
|
2987
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3103
2988
|
},
|
|
2989
|
+
"privacy": "private",
|
|
3104
2990
|
"inheritedFrom": {
|
|
3105
2991
|
"name": "AnchoredRegion",
|
|
3106
2992
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3108,27 +2994,25 @@
|
|
|
3108
2994
|
},
|
|
3109
2995
|
{
|
|
3110
2996
|
"kind": "field",
|
|
3111
|
-
"name": "
|
|
2997
|
+
"name": "regionRect",
|
|
3112
2998
|
"type": {
|
|
3113
|
-
"text": "
|
|
2999
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3114
3000
|
},
|
|
3115
|
-
"privacy": "
|
|
3116
|
-
"default": "\"uncontrolled\"",
|
|
3117
|
-
"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",
|
|
3001
|
+
"privacy": "private",
|
|
3118
3002
|
"inheritedFrom": {
|
|
3119
3003
|
"name": "AnchoredRegion",
|
|
3120
3004
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3121
3005
|
}
|
|
3122
3006
|
},
|
|
3123
3007
|
{
|
|
3124
|
-
"kind": "
|
|
3125
|
-
"name": "
|
|
3126
|
-
"
|
|
3127
|
-
|
|
3128
|
-
"type": {
|
|
3129
|
-
"text": "void"
|
|
3130
|
-
}
|
|
3008
|
+
"kind": "field",
|
|
3009
|
+
"name": "baseHorizontalOffset",
|
|
3010
|
+
"type": {
|
|
3011
|
+
"text": "number"
|
|
3131
3012
|
},
|
|
3013
|
+
"privacy": "private",
|
|
3014
|
+
"default": "0",
|
|
3015
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3132
3016
|
"inheritedFrom": {
|
|
3133
3017
|
"name": "AnchoredRegion",
|
|
3134
3018
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3136,27 +3020,25 @@
|
|
|
3136
3020
|
},
|
|
3137
3021
|
{
|
|
3138
3022
|
"kind": "field",
|
|
3139
|
-
"name": "
|
|
3023
|
+
"name": "baseVerticalOffset",
|
|
3140
3024
|
"type": {
|
|
3141
|
-
"text": "
|
|
3025
|
+
"text": "number"
|
|
3142
3026
|
},
|
|
3143
|
-
"privacy": "
|
|
3144
|
-
"default": "
|
|
3145
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
3027
|
+
"privacy": "private",
|
|
3028
|
+
"default": "0",
|
|
3146
3029
|
"inheritedFrom": {
|
|
3147
3030
|
"name": "AnchoredRegion",
|
|
3148
3031
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3149
3032
|
}
|
|
3150
3033
|
},
|
|
3151
3034
|
{
|
|
3152
|
-
"kind": "
|
|
3153
|
-
"name": "
|
|
3154
|
-
"
|
|
3155
|
-
|
|
3156
|
-
"type": {
|
|
3157
|
-
"text": "void"
|
|
3158
|
-
}
|
|
3035
|
+
"kind": "field",
|
|
3036
|
+
"name": "pendingPositioningUpdate",
|
|
3037
|
+
"type": {
|
|
3038
|
+
"text": "boolean"
|
|
3159
3039
|
},
|
|
3040
|
+
"privacy": "private",
|
|
3041
|
+
"default": "false",
|
|
3160
3042
|
"inheritedFrom": {
|
|
3161
3043
|
"name": "AnchoredRegion",
|
|
3162
3044
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3164,27 +3046,24 @@
|
|
|
3164
3046
|
},
|
|
3165
3047
|
{
|
|
3166
3048
|
"kind": "field",
|
|
3167
|
-
"name": "
|
|
3049
|
+
"name": "pendingReset",
|
|
3168
3050
|
"type": {
|
|
3169
3051
|
"text": "boolean"
|
|
3170
3052
|
},
|
|
3171
|
-
"privacy": "
|
|
3053
|
+
"privacy": "private",
|
|
3172
3054
|
"default": "false",
|
|
3173
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3174
3055
|
"inheritedFrom": {
|
|
3175
3056
|
"name": "AnchoredRegion",
|
|
3176
3057
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3177
3058
|
}
|
|
3178
3059
|
},
|
|
3179
3060
|
{
|
|
3180
|
-
"kind": "
|
|
3181
|
-
"name": "
|
|
3182
|
-
"
|
|
3183
|
-
|
|
3184
|
-
"type": {
|
|
3185
|
-
"text": "void"
|
|
3186
|
-
}
|
|
3061
|
+
"kind": "field",
|
|
3062
|
+
"name": "currentDirection",
|
|
3063
|
+
"type": {
|
|
3064
|
+
"text": "Direction"
|
|
3187
3065
|
},
|
|
3066
|
+
"privacy": "private",
|
|
3188
3067
|
"inheritedFrom": {
|
|
3189
3068
|
"name": "AnchoredRegion",
|
|
3190
3069
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3192,27 +3071,25 @@
|
|
|
3192
3071
|
},
|
|
3193
3072
|
{
|
|
3194
3073
|
"kind": "field",
|
|
3195
|
-
"name": "
|
|
3074
|
+
"name": "regionVisible",
|
|
3196
3075
|
"type": {
|
|
3197
3076
|
"text": "boolean"
|
|
3198
3077
|
},
|
|
3199
|
-
"privacy": "
|
|
3078
|
+
"privacy": "private",
|
|
3200
3079
|
"default": "false",
|
|
3201
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3202
3080
|
"inheritedFrom": {
|
|
3203
3081
|
"name": "AnchoredRegion",
|
|
3204
3082
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3205
3083
|
}
|
|
3206
3084
|
},
|
|
3207
3085
|
{
|
|
3208
|
-
"kind": "
|
|
3209
|
-
"name": "
|
|
3210
|
-
"
|
|
3211
|
-
|
|
3212
|
-
"type": {
|
|
3213
|
-
"text": "void"
|
|
3214
|
-
}
|
|
3086
|
+
"kind": "field",
|
|
3087
|
+
"name": "forceUpdate",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "boolean"
|
|
3215
3090
|
},
|
|
3091
|
+
"privacy": "private",
|
|
3092
|
+
"default": "false",
|
|
3216
3093
|
"inheritedFrom": {
|
|
3217
3094
|
"name": "AnchoredRegion",
|
|
3218
3095
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3220,26 +3097,26 @@
|
|
|
3220
3097
|
},
|
|
3221
3098
|
{
|
|
3222
3099
|
"kind": "field",
|
|
3223
|
-
"name": "
|
|
3100
|
+
"name": "updateThreshold",
|
|
3224
3101
|
"type": {
|
|
3225
3102
|
"text": "number"
|
|
3226
3103
|
},
|
|
3227
|
-
"privacy": "
|
|
3228
|
-
"
|
|
3104
|
+
"privacy": "private",
|
|
3105
|
+
"default": "0.5",
|
|
3229
3106
|
"inheritedFrom": {
|
|
3230
3107
|
"name": "AnchoredRegion",
|
|
3231
3108
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3232
3109
|
}
|
|
3233
3110
|
},
|
|
3234
3111
|
{
|
|
3235
|
-
"kind": "
|
|
3236
|
-
"name": "
|
|
3237
|
-
"
|
|
3238
|
-
|
|
3239
|
-
"type": {
|
|
3240
|
-
"text": "void"
|
|
3241
|
-
}
|
|
3112
|
+
"kind": "field",
|
|
3113
|
+
"name": "intersectionService",
|
|
3114
|
+
"type": {
|
|
3115
|
+
"text": "IntersectionService"
|
|
3242
3116
|
},
|
|
3117
|
+
"privacy": "private",
|
|
3118
|
+
"static": true,
|
|
3119
|
+
"default": "new IntersectionService()",
|
|
3243
3120
|
"inheritedFrom": {
|
|
3244
3121
|
"name": "AnchoredRegion",
|
|
3245
3122
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3247,13 +3124,9 @@
|
|
|
3247
3124
|
},
|
|
3248
3125
|
{
|
|
3249
3126
|
"kind": "field",
|
|
3250
|
-
"name": "
|
|
3251
|
-
"type": {
|
|
3252
|
-
"text": "AxisScalingMode"
|
|
3253
|
-
},
|
|
3127
|
+
"name": "update",
|
|
3254
3128
|
"privacy": "public",
|
|
3255
|
-
"
|
|
3256
|
-
"description": "Defines how the height of the region is calculated",
|
|
3129
|
+
"description": "update position",
|
|
3257
3130
|
"inheritedFrom": {
|
|
3258
3131
|
"name": "AnchoredRegion",
|
|
3259
3132
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3261,27 +3134,29 @@
|
|
|
3261
3134
|
},
|
|
3262
3135
|
{
|
|
3263
3136
|
"kind": "method",
|
|
3264
|
-
"name": "
|
|
3137
|
+
"name": "disconnectResizeDetector",
|
|
3265
3138
|
"privacy": "private",
|
|
3266
3139
|
"return": {
|
|
3267
3140
|
"type": {
|
|
3268
3141
|
"text": "void"
|
|
3269
3142
|
}
|
|
3270
3143
|
},
|
|
3144
|
+
"description": "destroys the instance's resize observer",
|
|
3271
3145
|
"inheritedFrom": {
|
|
3272
3146
|
"name": "AnchoredRegion",
|
|
3273
3147
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3274
3148
|
}
|
|
3275
3149
|
},
|
|
3276
3150
|
{
|
|
3277
|
-
"kind": "
|
|
3278
|
-
"name": "
|
|
3279
|
-
"
|
|
3280
|
-
|
|
3151
|
+
"kind": "method",
|
|
3152
|
+
"name": "initializeResizeDetector",
|
|
3153
|
+
"privacy": "private",
|
|
3154
|
+
"return": {
|
|
3155
|
+
"type": {
|
|
3156
|
+
"text": "void"
|
|
3157
|
+
}
|
|
3281
3158
|
},
|
|
3282
|
-
"
|
|
3283
|
-
"default": "false",
|
|
3284
|
-
"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,",
|
|
3159
|
+
"description": "initializes the instance's resize observer",
|
|
3285
3160
|
"inheritedFrom": {
|
|
3286
3161
|
"name": "AnchoredRegion",
|
|
3287
3162
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3289,27 +3164,29 @@
|
|
|
3289
3164
|
},
|
|
3290
3165
|
{
|
|
3291
3166
|
"kind": "method",
|
|
3292
|
-
"name": "
|
|
3167
|
+
"name": "updateForAttributeChange",
|
|
3293
3168
|
"privacy": "private",
|
|
3294
3169
|
"return": {
|
|
3295
3170
|
"type": {
|
|
3296
3171
|
"text": "void"
|
|
3297
3172
|
}
|
|
3298
3173
|
},
|
|
3174
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3299
3175
|
"inheritedFrom": {
|
|
3300
3176
|
"name": "AnchoredRegion",
|
|
3301
3177
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3302
3178
|
}
|
|
3303
3179
|
},
|
|
3304
3180
|
{
|
|
3305
|
-
"kind": "
|
|
3306
|
-
"name": "
|
|
3307
|
-
"
|
|
3308
|
-
|
|
3181
|
+
"kind": "method",
|
|
3182
|
+
"name": "initialize",
|
|
3183
|
+
"privacy": "private",
|
|
3184
|
+
"return": {
|
|
3185
|
+
"type": {
|
|
3186
|
+
"text": "void"
|
|
3187
|
+
}
|
|
3309
3188
|
},
|
|
3310
|
-
"
|
|
3311
|
-
"default": "\"anchor\"",
|
|
3312
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3189
|
+
"description": "fully initializes the component",
|
|
3313
3190
|
"inheritedFrom": {
|
|
3314
3191
|
"name": "AnchoredRegion",
|
|
3315
3192
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3317,27 +3194,29 @@
|
|
|
3317
3194
|
},
|
|
3318
3195
|
{
|
|
3319
3196
|
"kind": "method",
|
|
3320
|
-
"name": "
|
|
3197
|
+
"name": "requestReset",
|
|
3321
3198
|
"privacy": "private",
|
|
3322
3199
|
"return": {
|
|
3323
3200
|
"type": {
|
|
3324
3201
|
"text": "void"
|
|
3325
3202
|
}
|
|
3326
3203
|
},
|
|
3327
|
-
"
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3204
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3205
|
+
"inheritedFrom": {
|
|
3206
|
+
"name": "AnchoredRegion",
|
|
3207
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3208
|
+
}
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"kind": "method",
|
|
3212
|
+
"name": "setInitialState",
|
|
3213
|
+
"privacy": "private",
|
|
3214
|
+
"return": {
|
|
3215
|
+
"type": {
|
|
3216
|
+
"text": "void"
|
|
3339
3217
|
}
|
|
3340
|
-
|
|
3218
|
+
},
|
|
3219
|
+
"description": "sets the starting configuration for component internal values",
|
|
3341
3220
|
"inheritedFrom": {
|
|
3342
3221
|
"name": "AnchoredRegion",
|
|
3343
3222
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3345,27 +3224,19 @@
|
|
|
3345
3224
|
},
|
|
3346
3225
|
{
|
|
3347
3226
|
"kind": "field",
|
|
3348
|
-
"name": "
|
|
3349
|
-
"
|
|
3350
|
-
|
|
3351
|
-
},
|
|
3352
|
-
"privacy": "public",
|
|
3353
|
-
"default": "null",
|
|
3354
|
-
"description": "The HTML element being used as the anchor",
|
|
3227
|
+
"name": "startObservers",
|
|
3228
|
+
"privacy": "private",
|
|
3229
|
+
"description": "starts observers",
|
|
3355
3230
|
"inheritedFrom": {
|
|
3356
3231
|
"name": "AnchoredRegion",
|
|
3357
3232
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3358
3233
|
}
|
|
3359
3234
|
},
|
|
3360
3235
|
{
|
|
3361
|
-
"kind": "
|
|
3362
|
-
"name": "
|
|
3236
|
+
"kind": "field",
|
|
3237
|
+
"name": "requestPositionUpdates",
|
|
3363
3238
|
"privacy": "private",
|
|
3364
|
-
"
|
|
3365
|
-
"type": {
|
|
3366
|
-
"text": "void"
|
|
3367
|
-
}
|
|
3368
|
-
},
|
|
3239
|
+
"description": "get position updates",
|
|
3369
3240
|
"inheritedFrom": {
|
|
3370
3241
|
"name": "AnchoredRegion",
|
|
3371
3242
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3373,27 +3244,19 @@
|
|
|
3373
3244
|
},
|
|
3374
3245
|
{
|
|
3375
3246
|
"kind": "field",
|
|
3376
|
-
"name": "
|
|
3377
|
-
"
|
|
3378
|
-
|
|
3379
|
-
},
|
|
3380
|
-
"privacy": "public",
|
|
3381
|
-
"default": "null",
|
|
3382
|
-
"description": "The HTML element being used as the viewport",
|
|
3247
|
+
"name": "stopObservers",
|
|
3248
|
+
"privacy": "private",
|
|
3249
|
+
"description": "stops observers",
|
|
3383
3250
|
"inheritedFrom": {
|
|
3384
3251
|
"name": "AnchoredRegion",
|
|
3385
3252
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3386
3253
|
}
|
|
3387
3254
|
},
|
|
3388
3255
|
{
|
|
3389
|
-
"kind": "
|
|
3390
|
-
"name": "
|
|
3256
|
+
"kind": "field",
|
|
3257
|
+
"name": "getViewport",
|
|
3391
3258
|
"privacy": "private",
|
|
3392
|
-
"
|
|
3393
|
-
"type": {
|
|
3394
|
-
"text": "void"
|
|
3395
|
-
}
|
|
3396
|
-
},
|
|
3259
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3397
3260
|
"inheritedFrom": {
|
|
3398
3261
|
"name": "AnchoredRegion",
|
|
3399
3262
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3401,12 +3264,9 @@
|
|
|
3401
3264
|
},
|
|
3402
3265
|
{
|
|
3403
3266
|
"kind": "field",
|
|
3404
|
-
"name": "
|
|
3405
|
-
"
|
|
3406
|
-
|
|
3407
|
-
},
|
|
3408
|
-
"privacy": "public",
|
|
3409
|
-
"description": "indicates the current horizontal position of the region",
|
|
3267
|
+
"name": "getAnchor",
|
|
3268
|
+
"privacy": "private",
|
|
3269
|
+
"description": "Gets the anchor element by id",
|
|
3410
3270
|
"inheritedFrom": {
|
|
3411
3271
|
"name": "AnchoredRegion",
|
|
3412
3272
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3414,12 +3274,9 @@
|
|
|
3414
3274
|
},
|
|
3415
3275
|
{
|
|
3416
3276
|
"kind": "field",
|
|
3417
|
-
"name": "
|
|
3418
|
-
"
|
|
3419
|
-
|
|
3420
|
-
},
|
|
3421
|
-
"privacy": "public",
|
|
3422
|
-
"description": "indicates the current vertical position of the region",
|
|
3277
|
+
"name": "handleIntersection",
|
|
3278
|
+
"privacy": "private",
|
|
3279
|
+
"description": "Handle intersections",
|
|
3423
3280
|
"inheritedFrom": {
|
|
3424
3281
|
"name": "AnchoredRegion",
|
|
3425
3282
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3427,12 +3284,9 @@
|
|
|
3427
3284
|
},
|
|
3428
3285
|
{
|
|
3429
3286
|
"kind": "field",
|
|
3430
|
-
"name": "
|
|
3431
|
-
"type": {
|
|
3432
|
-
"text": "number"
|
|
3433
|
-
},
|
|
3287
|
+
"name": "applyIntersectionEntries",
|
|
3434
3288
|
"privacy": "private",
|
|
3435
|
-
"description": "
|
|
3289
|
+
"description": "iterate through intersection entries and apply data",
|
|
3436
3290
|
"inheritedFrom": {
|
|
3437
3291
|
"name": "AnchoredRegion",
|
|
3438
3292
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3440,11 +3294,9 @@
|
|
|
3440
3294
|
},
|
|
3441
3295
|
{
|
|
3442
3296
|
"kind": "field",
|
|
3443
|
-
"name": "
|
|
3444
|
-
"type": {
|
|
3445
|
-
"text": "number"
|
|
3446
|
-
},
|
|
3297
|
+
"name": "updateRegionOffset",
|
|
3447
3298
|
"privacy": "private",
|
|
3299
|
+
"description": "Update the offset values",
|
|
3448
3300
|
"inheritedFrom": {
|
|
3449
3301
|
"name": "AnchoredRegion",
|
|
3450
3302
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3452,12 +3304,9 @@
|
|
|
3452
3304
|
},
|
|
3453
3305
|
{
|
|
3454
3306
|
"kind": "field",
|
|
3455
|
-
"name": "
|
|
3456
|
-
"type": {
|
|
3457
|
-
"text": "string"
|
|
3458
|
-
},
|
|
3307
|
+
"name": "isRectDifferent",
|
|
3459
3308
|
"privacy": "private",
|
|
3460
|
-
"description": "
|
|
3309
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3461
3310
|
"inheritedFrom": {
|
|
3462
3311
|
"name": "AnchoredRegion",
|
|
3463
3312
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3465,11 +3314,9 @@
|
|
|
3465
3314
|
},
|
|
3466
3315
|
{
|
|
3467
3316
|
"kind": "field",
|
|
3468
|
-
"name": "
|
|
3469
|
-
"type": {
|
|
3470
|
-
"text": "string"
|
|
3471
|
-
},
|
|
3317
|
+
"name": "handleResize",
|
|
3472
3318
|
"privacy": "private",
|
|
3319
|
+
"description": "Handle resize events",
|
|
3473
3320
|
"inheritedFrom": {
|
|
3474
3321
|
"name": "AnchoredRegion",
|
|
3475
3322
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3477,12 +3324,9 @@
|
|
|
3477
3324
|
},
|
|
3478
3325
|
{
|
|
3479
3326
|
"kind": "field",
|
|
3480
|
-
"name": "
|
|
3481
|
-
"type": {
|
|
3482
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3483
|
-
},
|
|
3327
|
+
"name": "reset",
|
|
3484
3328
|
"privacy": "private",
|
|
3485
|
-
"
|
|
3329
|
+
"description": "resets the component",
|
|
3486
3330
|
"inheritedFrom": {
|
|
3487
3331
|
"name": "AnchoredRegion",
|
|
3488
3332
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3490,11 +3334,9 @@
|
|
|
3490
3334
|
},
|
|
3491
3335
|
{
|
|
3492
3336
|
"kind": "field",
|
|
3493
|
-
"name": "
|
|
3494
|
-
"type": {
|
|
3495
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3496
|
-
},
|
|
3337
|
+
"name": "updateLayout",
|
|
3497
3338
|
"privacy": "private",
|
|
3339
|
+
"description": "Recalculate layout related state values",
|
|
3498
3340
|
"inheritedFrom": {
|
|
3499
3341
|
"name": "AnchoredRegion",
|
|
3500
3342
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3502,11 +3344,9 @@
|
|
|
3502
3344
|
},
|
|
3503
3345
|
{
|
|
3504
3346
|
"kind": "field",
|
|
3505
|
-
"name": "
|
|
3506
|
-
"type": {
|
|
3507
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3508
|
-
},
|
|
3347
|
+
"name": "updateRegionStyle",
|
|
3509
3348
|
"privacy": "private",
|
|
3349
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3510
3350
|
"inheritedFrom": {
|
|
3511
3351
|
"name": "AnchoredRegion",
|
|
3512
3352
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3514,11 +3354,9 @@
|
|
|
3514
3354
|
},
|
|
3515
3355
|
{
|
|
3516
3356
|
"kind": "field",
|
|
3517
|
-
"name": "
|
|
3518
|
-
"type": {
|
|
3519
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3520
|
-
},
|
|
3357
|
+
"name": "updatePositionClasses",
|
|
3521
3358
|
"privacy": "private",
|
|
3359
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3522
3360
|
"inheritedFrom": {
|
|
3523
3361
|
"name": "AnchoredRegion",
|
|
3524
3362
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3526,13 +3364,9 @@
|
|
|
3526
3364
|
},
|
|
3527
3365
|
{
|
|
3528
3366
|
"kind": "field",
|
|
3529
|
-
"name": "
|
|
3530
|
-
"type": {
|
|
3531
|
-
"text": "number"
|
|
3532
|
-
},
|
|
3367
|
+
"name": "setHorizontalPosition",
|
|
3533
3368
|
"privacy": "private",
|
|
3534
|
-
"
|
|
3535
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3369
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3536
3370
|
"inheritedFrom": {
|
|
3537
3371
|
"name": "AnchoredRegion",
|
|
3538
3372
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3540,12 +3374,9 @@
|
|
|
3540
3374
|
},
|
|
3541
3375
|
{
|
|
3542
3376
|
"kind": "field",
|
|
3543
|
-
"name": "
|
|
3544
|
-
"type": {
|
|
3545
|
-
"text": "number"
|
|
3546
|
-
},
|
|
3377
|
+
"name": "setVerticalPosition",
|
|
3547
3378
|
"privacy": "private",
|
|
3548
|
-
"
|
|
3379
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3549
3380
|
"inheritedFrom": {
|
|
3550
3381
|
"name": "AnchoredRegion",
|
|
3551
3382
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3553,12 +3384,9 @@
|
|
|
3553
3384
|
},
|
|
3554
3385
|
{
|
|
3555
3386
|
"kind": "field",
|
|
3556
|
-
"name": "
|
|
3557
|
-
"type": {
|
|
3558
|
-
"text": "boolean"
|
|
3559
|
-
},
|
|
3387
|
+
"name": "getPositioningOptions",
|
|
3560
3388
|
"privacy": "private",
|
|
3561
|
-
"
|
|
3389
|
+
"description": "Get available positions based on positioning mode",
|
|
3562
3390
|
"inheritedFrom": {
|
|
3563
3391
|
"name": "AnchoredRegion",
|
|
3564
3392
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3566,12 +3394,9 @@
|
|
|
3566
3394
|
},
|
|
3567
3395
|
{
|
|
3568
3396
|
"kind": "field",
|
|
3569
|
-
"name": "
|
|
3570
|
-
"type": {
|
|
3571
|
-
"text": "boolean"
|
|
3572
|
-
},
|
|
3397
|
+
"name": "getAvailableSpace",
|
|
3573
3398
|
"privacy": "private",
|
|
3574
|
-
"
|
|
3399
|
+
"description": "Get the space available for a particular relative position",
|
|
3575
3400
|
"inheritedFrom": {
|
|
3576
3401
|
"name": "AnchoredRegion",
|
|
3577
3402
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3579,11 +3404,9 @@
|
|
|
3579
3404
|
},
|
|
3580
3405
|
{
|
|
3581
3406
|
"kind": "field",
|
|
3582
|
-
"name": "
|
|
3583
|
-
"type": {
|
|
3584
|
-
"text": "Direction"
|
|
3585
|
-
},
|
|
3407
|
+
"name": "getNextRegionDimension",
|
|
3586
3408
|
"privacy": "private",
|
|
3409
|
+
"description": "Get region dimensions",
|
|
3587
3410
|
"inheritedFrom": {
|
|
3588
3411
|
"name": "AnchoredRegion",
|
|
3589
3412
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3591,365 +3414,560 @@
|
|
|
3591
3414
|
},
|
|
3592
3415
|
{
|
|
3593
3416
|
"kind": "field",
|
|
3594
|
-
"name": "
|
|
3417
|
+
"name": "startAutoUpdateEventListeners",
|
|
3418
|
+
"privacy": "private",
|
|
3419
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3420
|
+
"inheritedFrom": {
|
|
3421
|
+
"name": "AnchoredRegion",
|
|
3422
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3423
|
+
}
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "field",
|
|
3427
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3428
|
+
"privacy": "private",
|
|
3429
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3430
|
+
"inheritedFrom": {
|
|
3431
|
+
"name": "AnchoredRegion",
|
|
3432
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3433
|
+
}
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"kind": "field",
|
|
3437
|
+
"name": "_presentation",
|
|
3595
3438
|
"type": {
|
|
3596
|
-
"text": "
|
|
3439
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3597
3440
|
},
|
|
3598
3441
|
"privacy": "private",
|
|
3599
|
-
"default": "
|
|
3442
|
+
"default": "void 0",
|
|
3443
|
+
"inheritedFrom": {
|
|
3444
|
+
"name": "FoundationElement",
|
|
3445
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"kind": "field",
|
|
3450
|
+
"name": "$presentation",
|
|
3451
|
+
"type": {
|
|
3452
|
+
"text": "ComponentPresentation | null"
|
|
3453
|
+
},
|
|
3454
|
+
"privacy": "public",
|
|
3455
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3456
|
+
"inheritedFrom": {
|
|
3457
|
+
"name": "FoundationElement",
|
|
3458
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"kind": "field",
|
|
3463
|
+
"name": "template",
|
|
3464
|
+
"type": {
|
|
3465
|
+
"text": "ElementViewTemplate | void | null"
|
|
3466
|
+
},
|
|
3467
|
+
"privacy": "public",
|
|
3468
|
+
"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.",
|
|
3469
|
+
"inheritedFrom": {
|
|
3470
|
+
"name": "FoundationElement",
|
|
3471
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"kind": "method",
|
|
3476
|
+
"name": "templateChanged",
|
|
3477
|
+
"privacy": "protected",
|
|
3478
|
+
"return": {
|
|
3479
|
+
"type": {
|
|
3480
|
+
"text": "void"
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
"inheritedFrom": {
|
|
3484
|
+
"name": "FoundationElement",
|
|
3485
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3486
|
+
}
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"kind": "field",
|
|
3490
|
+
"name": "styles",
|
|
3491
|
+
"type": {
|
|
3492
|
+
"text": "ElementStyles | void | null"
|
|
3493
|
+
},
|
|
3494
|
+
"privacy": "public",
|
|
3495
|
+
"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.",
|
|
3496
|
+
"inheritedFrom": {
|
|
3497
|
+
"name": "FoundationElement",
|
|
3498
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"kind": "method",
|
|
3503
|
+
"name": "stylesChanged",
|
|
3504
|
+
"privacy": "protected",
|
|
3505
|
+
"return": {
|
|
3506
|
+
"type": {
|
|
3507
|
+
"text": "void"
|
|
3508
|
+
}
|
|
3509
|
+
},
|
|
3510
|
+
"inheritedFrom": {
|
|
3511
|
+
"name": "FoundationElement",
|
|
3512
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"kind": "method",
|
|
3517
|
+
"name": "compose",
|
|
3518
|
+
"privacy": "public",
|
|
3519
|
+
"static": true,
|
|
3520
|
+
"return": {
|
|
3521
|
+
"type": {
|
|
3522
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
"parameters": [
|
|
3526
|
+
{
|
|
3527
|
+
"name": "this",
|
|
3528
|
+
"type": {
|
|
3529
|
+
"text": "K"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"name": "elementDefinition",
|
|
3534
|
+
"type": {
|
|
3535
|
+
"text": "T"
|
|
3536
|
+
},
|
|
3537
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3538
|
+
}
|
|
3539
|
+
],
|
|
3540
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3541
|
+
"inheritedFrom": {
|
|
3542
|
+
"name": "FoundationElement",
|
|
3543
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
],
|
|
3547
|
+
"events": [
|
|
3548
|
+
{
|
|
3549
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3550
|
+
"name": "loaded",
|
|
3600
3551
|
"inheritedFrom": {
|
|
3601
3552
|
"name": "AnchoredRegion",
|
|
3602
3553
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3603
3554
|
}
|
|
3604
3555
|
},
|
|
3605
3556
|
{
|
|
3606
|
-
"
|
|
3607
|
-
"name": "
|
|
3557
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3558
|
+
"name": "positionchange",
|
|
3559
|
+
"inheritedFrom": {
|
|
3560
|
+
"name": "AnchoredRegion",
|
|
3561
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3562
|
+
}
|
|
3563
|
+
}
|
|
3564
|
+
]
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"kind": "variable",
|
|
3568
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3569
|
+
"type": {
|
|
3570
|
+
"text": "ShadowRootInit"
|
|
3571
|
+
},
|
|
3572
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"kind": "variable",
|
|
3576
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3577
|
+
"type": {
|
|
3578
|
+
"text": "object"
|
|
3579
|
+
},
|
|
3580
|
+
"default": "{}"
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"kind": "variable",
|
|
3584
|
+
"name": "foundationAnchoredRegion",
|
|
3585
|
+
"description": "The Foundation Anchored Region",
|
|
3586
|
+
"privacy": "public"
|
|
3587
|
+
}
|
|
3588
|
+
],
|
|
3589
|
+
"exports": [
|
|
3590
|
+
{
|
|
3591
|
+
"kind": "js",
|
|
3592
|
+
"name": "AnchoredRegion",
|
|
3593
|
+
"declaration": {
|
|
3594
|
+
"name": "AnchoredRegion",
|
|
3595
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3596
|
+
}
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"kind": "js",
|
|
3600
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3601
|
+
"declaration": {
|
|
3602
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3603
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"kind": "js",
|
|
3608
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3609
|
+
"declaration": {
|
|
3610
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3611
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3612
|
+
}
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "js",
|
|
3616
|
+
"name": "foundationAnchoredRegion",
|
|
3617
|
+
"declaration": {
|
|
3618
|
+
"name": "foundationAnchoredRegion",
|
|
3619
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3620
|
+
}
|
|
3621
|
+
}
|
|
3622
|
+
]
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"kind": "javascript-module",
|
|
3626
|
+
"path": "src/anchored-region/index.ts",
|
|
3627
|
+
"declarations": [],
|
|
3628
|
+
"exports": [
|
|
3629
|
+
{
|
|
3630
|
+
"kind": "js",
|
|
3631
|
+
"name": "*",
|
|
3632
|
+
"declaration": {
|
|
3633
|
+
"name": "*",
|
|
3634
|
+
"package": "./anchor-region.template"
|
|
3635
|
+
}
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"kind": "js",
|
|
3639
|
+
"name": "*",
|
|
3640
|
+
"declaration": {
|
|
3641
|
+
"name": "*",
|
|
3642
|
+
"package": "./anchored-region.styles"
|
|
3643
|
+
}
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"kind": "js",
|
|
3647
|
+
"name": "*",
|
|
3648
|
+
"declaration": {
|
|
3649
|
+
"name": "*",
|
|
3650
|
+
"package": "./anchored-region"
|
|
3651
|
+
}
|
|
3652
|
+
}
|
|
3653
|
+
]
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"kind": "javascript-module",
|
|
3657
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
3658
|
+
"declarations": [
|
|
3659
|
+
{
|
|
3660
|
+
"kind": "function",
|
|
3661
|
+
"name": "foundationAnchorStyles",
|
|
3662
|
+
"return": {
|
|
3663
|
+
"type": {
|
|
3664
|
+
"text": "ElementStyles"
|
|
3665
|
+
}
|
|
3666
|
+
},
|
|
3667
|
+
"parameters": [
|
|
3668
|
+
{
|
|
3669
|
+
"name": "context",
|
|
3670
|
+
"type": {
|
|
3671
|
+
"text": "ElementDefinitionContext"
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"name": "definition",
|
|
3676
|
+
"type": {
|
|
3677
|
+
"text": "FoundationElementDefinition"
|
|
3678
|
+
}
|
|
3679
|
+
}
|
|
3680
|
+
]
|
|
3681
|
+
}
|
|
3682
|
+
],
|
|
3683
|
+
"exports": [
|
|
3684
|
+
{
|
|
3685
|
+
"kind": "js",
|
|
3686
|
+
"name": "foundationAnchorStyles",
|
|
3687
|
+
"declaration": {
|
|
3688
|
+
"name": "foundationAnchorStyles",
|
|
3689
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
3690
|
+
}
|
|
3691
|
+
}
|
|
3692
|
+
]
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"kind": "javascript-module",
|
|
3696
|
+
"path": "src/anchor/anchor.template.ts",
|
|
3697
|
+
"declarations": [
|
|
3698
|
+
{
|
|
3699
|
+
"kind": "function",
|
|
3700
|
+
"name": "foundationAnchorTemplate",
|
|
3701
|
+
"return": {
|
|
3702
|
+
"type": {
|
|
3703
|
+
"text": "ViewTemplate<Anchor>"
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3706
|
+
"parameters": [
|
|
3707
|
+
{
|
|
3708
|
+
"name": "context",
|
|
3709
|
+
"type": {
|
|
3710
|
+
"text": "ElementDefinitionContext"
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"name": "definition",
|
|
3715
|
+
"type": {
|
|
3716
|
+
"text": "FoundationElementDefinition"
|
|
3717
|
+
}
|
|
3718
|
+
}
|
|
3719
|
+
]
|
|
3720
|
+
}
|
|
3721
|
+
],
|
|
3722
|
+
"exports": [
|
|
3723
|
+
{
|
|
3724
|
+
"kind": "js",
|
|
3725
|
+
"name": "foundationAnchorTemplate",
|
|
3726
|
+
"declaration": {
|
|
3727
|
+
"name": "foundationAnchorTemplate",
|
|
3728
|
+
"module": "src/anchor/anchor.template.ts"
|
|
3729
|
+
}
|
|
3730
|
+
}
|
|
3731
|
+
]
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"kind": "javascript-module",
|
|
3735
|
+
"path": "src/anchor/anchor.ts",
|
|
3736
|
+
"declarations": [
|
|
3737
|
+
{
|
|
3738
|
+
"kind": "class",
|
|
3739
|
+
"description": "",
|
|
3740
|
+
"name": "Anchor",
|
|
3741
|
+
"superclass": {
|
|
3742
|
+
"name": "FASTAnchor",
|
|
3743
|
+
"package": "@microsoft/fast-components"
|
|
3744
|
+
},
|
|
3745
|
+
"tagName": "%%prefix%%-anchor",
|
|
3746
|
+
"customElement": true,
|
|
3747
|
+
"attributes": [
|
|
3748
|
+
{
|
|
3749
|
+
"name": "download",
|
|
3608
3750
|
"type": {
|
|
3609
|
-
"text": "
|
|
3751
|
+
"text": "string"
|
|
3610
3752
|
},
|
|
3611
|
-
"
|
|
3612
|
-
"
|
|
3753
|
+
"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.",
|
|
3754
|
+
"fieldName": "download",
|
|
3613
3755
|
"inheritedFrom": {
|
|
3614
|
-
"name": "
|
|
3615
|
-
"module": "src/
|
|
3756
|
+
"name": "Anchor",
|
|
3757
|
+
"module": "src/anchor/anchor.ts"
|
|
3616
3758
|
}
|
|
3617
3759
|
},
|
|
3618
3760
|
{
|
|
3619
|
-
"
|
|
3620
|
-
"name": "updateThreshold",
|
|
3761
|
+
"name": "href",
|
|
3621
3762
|
"type": {
|
|
3622
|
-
"text": "
|
|
3763
|
+
"text": "string"
|
|
3623
3764
|
},
|
|
3624
|
-
"
|
|
3625
|
-
"
|
|
3765
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3766
|
+
"fieldName": "href",
|
|
3626
3767
|
"inheritedFrom": {
|
|
3627
|
-
"name": "
|
|
3628
|
-
"module": "src/
|
|
3768
|
+
"name": "Anchor",
|
|
3769
|
+
"module": "src/anchor/anchor.ts"
|
|
3629
3770
|
}
|
|
3630
3771
|
},
|
|
3631
3772
|
{
|
|
3632
|
-
"
|
|
3633
|
-
"name": "intersectionService",
|
|
3773
|
+
"name": "hreflang",
|
|
3634
3774
|
"type": {
|
|
3635
|
-
"text": "
|
|
3636
|
-
},
|
|
3637
|
-
"privacy": "private",
|
|
3638
|
-
"static": true,
|
|
3639
|
-
"default": "new IntersectionService()",
|
|
3640
|
-
"inheritedFrom": {
|
|
3641
|
-
"name": "AnchoredRegion",
|
|
3642
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3643
|
-
}
|
|
3644
|
-
},
|
|
3645
|
-
{
|
|
3646
|
-
"kind": "field",
|
|
3647
|
-
"name": "update",
|
|
3648
|
-
"privacy": "public",
|
|
3649
|
-
"description": "update position",
|
|
3650
|
-
"inheritedFrom": {
|
|
3651
|
-
"name": "AnchoredRegion",
|
|
3652
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3653
|
-
}
|
|
3654
|
-
},
|
|
3655
|
-
{
|
|
3656
|
-
"kind": "method",
|
|
3657
|
-
"name": "disconnectResizeDetector",
|
|
3658
|
-
"privacy": "private",
|
|
3659
|
-
"return": {
|
|
3660
|
-
"type": {
|
|
3661
|
-
"text": "void"
|
|
3662
|
-
}
|
|
3775
|
+
"text": "string"
|
|
3663
3776
|
},
|
|
3664
|
-
"description": "
|
|
3777
|
+
"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.",
|
|
3778
|
+
"fieldName": "hreflang",
|
|
3665
3779
|
"inheritedFrom": {
|
|
3666
|
-
"name": "
|
|
3667
|
-
"module": "src/
|
|
3780
|
+
"name": "Anchor",
|
|
3781
|
+
"module": "src/anchor/anchor.ts"
|
|
3668
3782
|
}
|
|
3669
3783
|
},
|
|
3670
3784
|
{
|
|
3671
|
-
"
|
|
3672
|
-
"
|
|
3673
|
-
|
|
3674
|
-
"return": {
|
|
3675
|
-
"type": {
|
|
3676
|
-
"text": "void"
|
|
3677
|
-
}
|
|
3785
|
+
"name": "ping",
|
|
3786
|
+
"type": {
|
|
3787
|
+
"text": "string"
|
|
3678
3788
|
},
|
|
3679
|
-
"description": "
|
|
3789
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3790
|
+
"fieldName": "ping",
|
|
3680
3791
|
"inheritedFrom": {
|
|
3681
|
-
"name": "
|
|
3682
|
-
"module": "src/
|
|
3792
|
+
"name": "Anchor",
|
|
3793
|
+
"module": "src/anchor/anchor.ts"
|
|
3683
3794
|
}
|
|
3684
3795
|
},
|
|
3685
3796
|
{
|
|
3686
|
-
"
|
|
3687
|
-
"
|
|
3688
|
-
|
|
3689
|
-
"return": {
|
|
3690
|
-
"type": {
|
|
3691
|
-
"text": "void"
|
|
3692
|
-
}
|
|
3797
|
+
"name": "referrerpolicy",
|
|
3798
|
+
"type": {
|
|
3799
|
+
"text": "string"
|
|
3693
3800
|
},
|
|
3694
|
-
"description": "
|
|
3801
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3802
|
+
"fieldName": "referrerpolicy",
|
|
3695
3803
|
"inheritedFrom": {
|
|
3696
|
-
"name": "
|
|
3697
|
-
"module": "src/
|
|
3804
|
+
"name": "Anchor",
|
|
3805
|
+
"module": "src/anchor/anchor.ts"
|
|
3698
3806
|
}
|
|
3699
3807
|
},
|
|
3700
3808
|
{
|
|
3701
|
-
"
|
|
3702
|
-
"
|
|
3703
|
-
|
|
3704
|
-
"return": {
|
|
3705
|
-
"type": {
|
|
3706
|
-
"text": "void"
|
|
3707
|
-
}
|
|
3809
|
+
"name": "rel",
|
|
3810
|
+
"type": {
|
|
3811
|
+
"text": "string"
|
|
3708
3812
|
},
|
|
3709
|
-
"description": "
|
|
3813
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3814
|
+
"fieldName": "rel",
|
|
3710
3815
|
"inheritedFrom": {
|
|
3711
|
-
"name": "
|
|
3712
|
-
"module": "src/
|
|
3816
|
+
"name": "Anchor",
|
|
3817
|
+
"module": "src/anchor/anchor.ts"
|
|
3713
3818
|
}
|
|
3714
3819
|
},
|
|
3715
3820
|
{
|
|
3716
|
-
"
|
|
3717
|
-
"
|
|
3718
|
-
|
|
3719
|
-
"return": {
|
|
3720
|
-
"type": {
|
|
3721
|
-
"text": "void"
|
|
3722
|
-
}
|
|
3821
|
+
"name": "target",
|
|
3822
|
+
"type": {
|
|
3823
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3723
3824
|
},
|
|
3724
|
-
"description": "
|
|
3825
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3826
|
+
"fieldName": "target",
|
|
3725
3827
|
"inheritedFrom": {
|
|
3726
|
-
"name": "
|
|
3727
|
-
"module": "src/
|
|
3828
|
+
"name": "Anchor",
|
|
3829
|
+
"module": "src/anchor/anchor.ts"
|
|
3728
3830
|
}
|
|
3729
3831
|
},
|
|
3730
3832
|
{
|
|
3731
|
-
"
|
|
3732
|
-
"
|
|
3733
|
-
|
|
3734
|
-
"return": {
|
|
3735
|
-
"type": {
|
|
3736
|
-
"text": "void"
|
|
3737
|
-
}
|
|
3833
|
+
"name": "type",
|
|
3834
|
+
"type": {
|
|
3835
|
+
"text": "string"
|
|
3738
3836
|
},
|
|
3739
|
-
"description": "
|
|
3740
|
-
"
|
|
3741
|
-
"name": "AnchoredRegion",
|
|
3742
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3743
|
-
}
|
|
3744
|
-
},
|
|
3745
|
-
{
|
|
3746
|
-
"kind": "field",
|
|
3747
|
-
"name": "startObservers",
|
|
3748
|
-
"privacy": "private",
|
|
3749
|
-
"description": "starts observers",
|
|
3750
|
-
"inheritedFrom": {
|
|
3751
|
-
"name": "AnchoredRegion",
|
|
3752
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3753
|
-
}
|
|
3754
|
-
},
|
|
3755
|
-
{
|
|
3756
|
-
"kind": "field",
|
|
3757
|
-
"name": "requestPositionUpdates",
|
|
3758
|
-
"privacy": "private",
|
|
3759
|
-
"description": "get position updates",
|
|
3760
|
-
"inheritedFrom": {
|
|
3761
|
-
"name": "AnchoredRegion",
|
|
3762
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3763
|
-
}
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
"kind": "field",
|
|
3767
|
-
"name": "stopObservers",
|
|
3768
|
-
"privacy": "private",
|
|
3769
|
-
"description": "stops observers",
|
|
3770
|
-
"inheritedFrom": {
|
|
3771
|
-
"name": "AnchoredRegion",
|
|
3772
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3773
|
-
}
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"kind": "field",
|
|
3777
|
-
"name": "getViewport",
|
|
3778
|
-
"privacy": "private",
|
|
3779
|
-
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3780
|
-
"inheritedFrom": {
|
|
3781
|
-
"name": "AnchoredRegion",
|
|
3782
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3783
|
-
}
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
"kind": "field",
|
|
3787
|
-
"name": "getAnchor",
|
|
3788
|
-
"privacy": "private",
|
|
3789
|
-
"description": "Gets the anchor element by id",
|
|
3790
|
-
"inheritedFrom": {
|
|
3791
|
-
"name": "AnchoredRegion",
|
|
3792
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3793
|
-
}
|
|
3794
|
-
},
|
|
3795
|
-
{
|
|
3796
|
-
"kind": "field",
|
|
3797
|
-
"name": "handleIntersection",
|
|
3798
|
-
"privacy": "private",
|
|
3799
|
-
"description": "Handle intersections",
|
|
3800
|
-
"inheritedFrom": {
|
|
3801
|
-
"name": "AnchoredRegion",
|
|
3802
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3803
|
-
}
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"kind": "field",
|
|
3807
|
-
"name": "applyIntersectionEntries",
|
|
3808
|
-
"privacy": "private",
|
|
3809
|
-
"description": "iterate through intersection entries and apply data",
|
|
3810
|
-
"inheritedFrom": {
|
|
3811
|
-
"name": "AnchoredRegion",
|
|
3812
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3813
|
-
}
|
|
3814
|
-
},
|
|
3815
|
-
{
|
|
3816
|
-
"kind": "field",
|
|
3817
|
-
"name": "updateRegionOffset",
|
|
3818
|
-
"privacy": "private",
|
|
3819
|
-
"description": "Update the offset values",
|
|
3820
|
-
"inheritedFrom": {
|
|
3821
|
-
"name": "AnchoredRegion",
|
|
3822
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "field",
|
|
3827
|
-
"name": "isRectDifferent",
|
|
3828
|
-
"privacy": "private",
|
|
3829
|
-
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3830
|
-
"inheritedFrom": {
|
|
3831
|
-
"name": "AnchoredRegion",
|
|
3832
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3833
|
-
}
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"kind": "field",
|
|
3837
|
-
"name": "handleResize",
|
|
3838
|
-
"privacy": "private",
|
|
3839
|
-
"description": "Handle resize events",
|
|
3840
|
-
"inheritedFrom": {
|
|
3841
|
-
"name": "AnchoredRegion",
|
|
3842
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3843
|
-
}
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"kind": "field",
|
|
3847
|
-
"name": "reset",
|
|
3848
|
-
"privacy": "private",
|
|
3849
|
-
"description": "resets the component",
|
|
3837
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3838
|
+
"fieldName": "type",
|
|
3850
3839
|
"inheritedFrom": {
|
|
3851
|
-
"name": "
|
|
3852
|
-
"module": "src/
|
|
3840
|
+
"name": "Anchor",
|
|
3841
|
+
"module": "src/anchor/anchor.ts"
|
|
3853
3842
|
}
|
|
3854
|
-
}
|
|
3843
|
+
}
|
|
3844
|
+
],
|
|
3845
|
+
"members": [
|
|
3855
3846
|
{
|
|
3856
3847
|
"kind": "field",
|
|
3857
|
-
"name": "
|
|
3858
|
-
"
|
|
3859
|
-
|
|
3848
|
+
"name": "download",
|
|
3849
|
+
"type": {
|
|
3850
|
+
"text": "string"
|
|
3851
|
+
},
|
|
3852
|
+
"privacy": "public",
|
|
3853
|
+
"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.",
|
|
3860
3854
|
"inheritedFrom": {
|
|
3861
|
-
"name": "
|
|
3862
|
-
"module": "src/
|
|
3855
|
+
"name": "Anchor",
|
|
3856
|
+
"module": "src/anchor/anchor.ts"
|
|
3863
3857
|
}
|
|
3864
3858
|
},
|
|
3865
3859
|
{
|
|
3866
3860
|
"kind": "field",
|
|
3867
|
-
"name": "
|
|
3868
|
-
"
|
|
3869
|
-
|
|
3861
|
+
"name": "href",
|
|
3862
|
+
"type": {
|
|
3863
|
+
"text": "string"
|
|
3864
|
+
},
|
|
3865
|
+
"privacy": "public",
|
|
3866
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3870
3867
|
"inheritedFrom": {
|
|
3871
|
-
"name": "
|
|
3872
|
-
"module": "src/
|
|
3868
|
+
"name": "Anchor",
|
|
3869
|
+
"module": "src/anchor/anchor.ts"
|
|
3873
3870
|
}
|
|
3874
3871
|
},
|
|
3875
3872
|
{
|
|
3876
3873
|
"kind": "field",
|
|
3877
|
-
"name": "
|
|
3878
|
-
"
|
|
3879
|
-
|
|
3874
|
+
"name": "hreflang",
|
|
3875
|
+
"type": {
|
|
3876
|
+
"text": "string"
|
|
3877
|
+
},
|
|
3878
|
+
"privacy": "public",
|
|
3879
|
+
"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.",
|
|
3880
3880
|
"inheritedFrom": {
|
|
3881
|
-
"name": "
|
|
3882
|
-
"module": "src/
|
|
3881
|
+
"name": "Anchor",
|
|
3882
|
+
"module": "src/anchor/anchor.ts"
|
|
3883
3883
|
}
|
|
3884
3884
|
},
|
|
3885
3885
|
{
|
|
3886
3886
|
"kind": "field",
|
|
3887
|
-
"name": "
|
|
3888
|
-
"
|
|
3889
|
-
|
|
3887
|
+
"name": "ping",
|
|
3888
|
+
"type": {
|
|
3889
|
+
"text": "string"
|
|
3890
|
+
},
|
|
3891
|
+
"privacy": "public",
|
|
3892
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3890
3893
|
"inheritedFrom": {
|
|
3891
|
-
"name": "
|
|
3892
|
-
"module": "src/
|
|
3894
|
+
"name": "Anchor",
|
|
3895
|
+
"module": "src/anchor/anchor.ts"
|
|
3893
3896
|
}
|
|
3894
3897
|
},
|
|
3895
3898
|
{
|
|
3896
3899
|
"kind": "field",
|
|
3897
|
-
"name": "
|
|
3898
|
-
"
|
|
3899
|
-
|
|
3900
|
+
"name": "referrerpolicy",
|
|
3901
|
+
"type": {
|
|
3902
|
+
"text": "string"
|
|
3903
|
+
},
|
|
3904
|
+
"privacy": "public",
|
|
3905
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3900
3906
|
"inheritedFrom": {
|
|
3901
|
-
"name": "
|
|
3902
|
-
"module": "src/
|
|
3907
|
+
"name": "Anchor",
|
|
3908
|
+
"module": "src/anchor/anchor.ts"
|
|
3903
3909
|
}
|
|
3904
3910
|
},
|
|
3905
3911
|
{
|
|
3906
3912
|
"kind": "field",
|
|
3907
|
-
"name": "
|
|
3908
|
-
"
|
|
3909
|
-
|
|
3913
|
+
"name": "rel",
|
|
3914
|
+
"type": {
|
|
3915
|
+
"text": "string"
|
|
3916
|
+
},
|
|
3917
|
+
"privacy": "public",
|
|
3918
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3910
3919
|
"inheritedFrom": {
|
|
3911
|
-
"name": "
|
|
3912
|
-
"module": "src/
|
|
3920
|
+
"name": "Anchor",
|
|
3921
|
+
"module": "src/anchor/anchor.ts"
|
|
3913
3922
|
}
|
|
3914
3923
|
},
|
|
3915
3924
|
{
|
|
3916
3925
|
"kind": "field",
|
|
3917
|
-
"name": "
|
|
3918
|
-
"
|
|
3919
|
-
|
|
3926
|
+
"name": "target",
|
|
3927
|
+
"type": {
|
|
3928
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3929
|
+
},
|
|
3930
|
+
"privacy": "public",
|
|
3931
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3920
3932
|
"inheritedFrom": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "src/
|
|
3933
|
+
"name": "Anchor",
|
|
3934
|
+
"module": "src/anchor/anchor.ts"
|
|
3923
3935
|
}
|
|
3924
3936
|
},
|
|
3925
3937
|
{
|
|
3926
3938
|
"kind": "field",
|
|
3927
|
-
"name": "
|
|
3928
|
-
"
|
|
3929
|
-
|
|
3939
|
+
"name": "type",
|
|
3940
|
+
"type": {
|
|
3941
|
+
"text": "string"
|
|
3942
|
+
},
|
|
3943
|
+
"privacy": "public",
|
|
3944
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3930
3945
|
"inheritedFrom": {
|
|
3931
|
-
"name": "
|
|
3932
|
-
"module": "src/
|
|
3946
|
+
"name": "Anchor",
|
|
3947
|
+
"module": "src/anchor/anchor.ts"
|
|
3933
3948
|
}
|
|
3934
3949
|
},
|
|
3935
3950
|
{
|
|
3936
3951
|
"kind": "field",
|
|
3937
|
-
"name": "
|
|
3938
|
-
"
|
|
3939
|
-
|
|
3952
|
+
"name": "control",
|
|
3953
|
+
"type": {
|
|
3954
|
+
"text": "HTMLAnchorElement | undefined"
|
|
3955
|
+
},
|
|
3956
|
+
"privacy": "public",
|
|
3957
|
+
"description": "References the root element",
|
|
3940
3958
|
"inheritedFrom": {
|
|
3941
|
-
"name": "
|
|
3942
|
-
"module": "src/
|
|
3959
|
+
"name": "Anchor",
|
|
3960
|
+
"module": "src/anchor/anchor.ts"
|
|
3943
3961
|
}
|
|
3944
3962
|
},
|
|
3945
3963
|
{
|
|
3946
3964
|
"kind": "field",
|
|
3947
|
-
"name": "
|
|
3965
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
3948
3966
|
"privacy": "private",
|
|
3949
|
-
"description": "
|
|
3967
|
+
"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",
|
|
3950
3968
|
"inheritedFrom": {
|
|
3951
|
-
"name": "
|
|
3952
|
-
"module": "src/
|
|
3969
|
+
"name": "Anchor",
|
|
3970
|
+
"module": "src/anchor/anchor.ts"
|
|
3953
3971
|
}
|
|
3954
3972
|
},
|
|
3955
3973
|
{
|
|
@@ -4063,29 +4081,11 @@
|
|
|
4063
4081
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4064
4082
|
}
|
|
4065
4083
|
}
|
|
4066
|
-
],
|
|
4067
|
-
"events": [
|
|
4068
|
-
{
|
|
4069
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4070
|
-
"name": "loaded",
|
|
4071
|
-
"inheritedFrom": {
|
|
4072
|
-
"name": "AnchoredRegion",
|
|
4073
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4074
|
-
}
|
|
4075
|
-
},
|
|
4076
|
-
{
|
|
4077
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4078
|
-
"name": "positionchange",
|
|
4079
|
-
"inheritedFrom": {
|
|
4080
|
-
"name": "AnchoredRegion",
|
|
4081
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4082
|
-
}
|
|
4083
|
-
}
|
|
4084
4084
|
]
|
|
4085
4085
|
},
|
|
4086
4086
|
{
|
|
4087
4087
|
"kind": "variable",
|
|
4088
|
-
"name": "
|
|
4088
|
+
"name": "foundationAnchorShadowOptions",
|
|
4089
4089
|
"type": {
|
|
4090
4090
|
"text": "ShadowRootInit"
|
|
4091
4091
|
},
|
|
@@ -4093,7 +4093,7 @@
|
|
|
4093
4093
|
},
|
|
4094
4094
|
{
|
|
4095
4095
|
"kind": "variable",
|
|
4096
|
-
"name": "
|
|
4096
|
+
"name": "defaultAnchorConfig",
|
|
4097
4097
|
"type": {
|
|
4098
4098
|
"text": "object"
|
|
4099
4099
|
},
|
|
@@ -4101,49 +4101,49 @@
|
|
|
4101
4101
|
},
|
|
4102
4102
|
{
|
|
4103
4103
|
"kind": "variable",
|
|
4104
|
-
"name": "
|
|
4105
|
-
"description": "The Foundation
|
|
4104
|
+
"name": "foundationAnchor",
|
|
4105
|
+
"description": "The Foundation Anchor",
|
|
4106
4106
|
"privacy": "public"
|
|
4107
4107
|
}
|
|
4108
4108
|
],
|
|
4109
4109
|
"exports": [
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "js",
|
|
4112
|
-
"name": "
|
|
4112
|
+
"name": "Anchor",
|
|
4113
4113
|
"declaration": {
|
|
4114
|
-
"name": "
|
|
4115
|
-
"module": "src/
|
|
4114
|
+
"name": "Anchor",
|
|
4115
|
+
"module": "src/anchor/anchor.ts"
|
|
4116
4116
|
}
|
|
4117
4117
|
},
|
|
4118
4118
|
{
|
|
4119
4119
|
"kind": "js",
|
|
4120
|
-
"name": "
|
|
4120
|
+
"name": "foundationAnchorShadowOptions",
|
|
4121
4121
|
"declaration": {
|
|
4122
|
-
"name": "
|
|
4123
|
-
"module": "src/
|
|
4122
|
+
"name": "foundationAnchorShadowOptions",
|
|
4123
|
+
"module": "src/anchor/anchor.ts"
|
|
4124
4124
|
}
|
|
4125
4125
|
},
|
|
4126
4126
|
{
|
|
4127
4127
|
"kind": "js",
|
|
4128
|
-
"name": "
|
|
4128
|
+
"name": "defaultAnchorConfig",
|
|
4129
4129
|
"declaration": {
|
|
4130
|
-
"name": "
|
|
4131
|
-
"module": "src/
|
|
4130
|
+
"name": "defaultAnchorConfig",
|
|
4131
|
+
"module": "src/anchor/anchor.ts"
|
|
4132
4132
|
}
|
|
4133
4133
|
},
|
|
4134
4134
|
{
|
|
4135
4135
|
"kind": "js",
|
|
4136
|
-
"name": "
|
|
4136
|
+
"name": "foundationAnchor",
|
|
4137
4137
|
"declaration": {
|
|
4138
|
-
"name": "
|
|
4139
|
-
"module": "src/
|
|
4138
|
+
"name": "foundationAnchor",
|
|
4139
|
+
"module": "src/anchor/anchor.ts"
|
|
4140
4140
|
}
|
|
4141
4141
|
}
|
|
4142
4142
|
]
|
|
4143
4143
|
},
|
|
4144
4144
|
{
|
|
4145
4145
|
"kind": "javascript-module",
|
|
4146
|
-
"path": "src/
|
|
4146
|
+
"path": "src/anchor/index.ts",
|
|
4147
4147
|
"declarations": [],
|
|
4148
4148
|
"exports": [
|
|
4149
4149
|
{
|
|
@@ -4151,7 +4151,7 @@
|
|
|
4151
4151
|
"name": "*",
|
|
4152
4152
|
"declaration": {
|
|
4153
4153
|
"name": "*",
|
|
4154
|
-
"package": "./anchor
|
|
4154
|
+
"package": "./anchor.template"
|
|
4155
4155
|
}
|
|
4156
4156
|
},
|
|
4157
4157
|
{
|
|
@@ -4159,7 +4159,7 @@
|
|
|
4159
4159
|
"name": "*",
|
|
4160
4160
|
"declaration": {
|
|
4161
4161
|
"name": "*",
|
|
4162
|
-
"package": "./
|
|
4162
|
+
"package": "./anchor.styles"
|
|
4163
4163
|
}
|
|
4164
4164
|
},
|
|
4165
4165
|
{
|
|
@@ -4167,7 +4167,7 @@
|
|
|
4167
4167
|
"name": "*",
|
|
4168
4168
|
"declaration": {
|
|
4169
4169
|
"name": "*",
|
|
4170
|
-
"package": "./
|
|
4170
|
+
"package": "./anchor"
|
|
4171
4171
|
}
|
|
4172
4172
|
}
|
|
4173
4173
|
]
|
|
@@ -25795,7 +25795,7 @@
|
|
|
25795
25795
|
{
|
|
25796
25796
|
"kind": "variable",
|
|
25797
25797
|
"name": "multiselectStyles",
|
|
25798
|
-
"default": "css`\n :host {\n --scrollbar-width: 12px;\n --scrollbar-thumb-width: 8px;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background-color: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .
|
|
25798
|
+
"default": "css`\n :host {\n --scrollbar-width: 12px;\n --scrollbar-thumb-width: 8px;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background-color: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n ::-webkit-scrollbar {\n width: var(--scrollbar-width);\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: var(--scrollbar-thumb-width);\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-corner {\n background: var(--neutral-layer-4);\n }\n\n .multiselect-dropdown {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: scroll;\n margin-top: calc(var(--design-unit) * 1px);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n list-style: none;\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n ol,\n li {\n margin: 0;\n padding: 0;\n }\n\n .checkbox {\n width: 100%;\n }\n\n .select-all {\n width: 100%;\n margin-left: 0;\n margin-right: 0;\n }\n\n .display-value {\n position: absolute;\n right: 40px;\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-family: var(--body-font);\n }\n\n .options-header-item-hidden {\n display: none;\n }\n`"
|
|
25799
25799
|
}
|
|
25800
25800
|
],
|
|
25801
25801
|
"exports": [
|
|
@@ -25953,6 +25953,22 @@
|
|
|
25953
25953
|
},
|
|
25954
25954
|
"default": "500"
|
|
25955
25955
|
},
|
|
25956
|
+
{
|
|
25957
|
+
"kind": "field",
|
|
25958
|
+
"name": "delimiterValues",
|
|
25959
|
+
"type": {
|
|
25960
|
+
"text": "string"
|
|
25961
|
+
},
|
|
25962
|
+
"default": "';'"
|
|
25963
|
+
},
|
|
25964
|
+
{
|
|
25965
|
+
"kind": "field",
|
|
25966
|
+
"name": "delimiterLabels",
|
|
25967
|
+
"type": {
|
|
25968
|
+
"text": "string"
|
|
25969
|
+
},
|
|
25970
|
+
"default": "','"
|
|
25971
|
+
},
|
|
25956
25972
|
{
|
|
25957
25973
|
"kind": "field",
|
|
25958
25974
|
"name": "filterByContains",
|
|
@@ -26091,6 +26107,13 @@
|
|
|
26091
26107
|
"text": "(allSelected: boolean) => void"
|
|
26092
26108
|
}
|
|
26093
26109
|
},
|
|
26110
|
+
{
|
|
26111
|
+
"kind": "field",
|
|
26112
|
+
"name": "itemRenderer",
|
|
26113
|
+
"type": {
|
|
26114
|
+
"text": "(\n option: MultiselectOption,\n parent: Multiselect,\n prefix: string,\n ) => ViewTemplate"
|
|
26115
|
+
}
|
|
26116
|
+
},
|
|
26094
26117
|
{
|
|
26095
26118
|
"kind": "field",
|
|
26096
26119
|
"name": "initialisedOptions",
|
|
@@ -26109,11 +26132,34 @@
|
|
|
26109
26132
|
},
|
|
26110
26133
|
{
|
|
26111
26134
|
"kind": "field",
|
|
26112
|
-
"name": "
|
|
26135
|
+
"name": "multiselectDropdown",
|
|
26113
26136
|
"type": {
|
|
26114
26137
|
"text": "HTMLElement"
|
|
26115
26138
|
}
|
|
26116
26139
|
},
|
|
26140
|
+
{
|
|
26141
|
+
"kind": "method",
|
|
26142
|
+
"name": "defaultItemRenderer",
|
|
26143
|
+
"return": {
|
|
26144
|
+
"type": {
|
|
26145
|
+
"text": "ViewTemplate"
|
|
26146
|
+
}
|
|
26147
|
+
},
|
|
26148
|
+
"parameters": [
|
|
26149
|
+
{
|
|
26150
|
+
"name": "option",
|
|
26151
|
+
"type": {
|
|
26152
|
+
"text": "MultiselectOption"
|
|
26153
|
+
}
|
|
26154
|
+
},
|
|
26155
|
+
{
|
|
26156
|
+
"name": "parent",
|
|
26157
|
+
"type": {
|
|
26158
|
+
"text": "Multiselect"
|
|
26159
|
+
}
|
|
26160
|
+
}
|
|
26161
|
+
]
|
|
26162
|
+
},
|
|
26117
26163
|
{
|
|
26118
26164
|
"kind": "method",
|
|
26119
26165
|
"name": "toggle"
|
|
@@ -26134,7 +26180,19 @@
|
|
|
26134
26180
|
},
|
|
26135
26181
|
{
|
|
26136
26182
|
"kind": "method",
|
|
26137
|
-
"name": "
|
|
26183
|
+
"name": "optionValueGetter",
|
|
26184
|
+
"parameters": [
|
|
26185
|
+
{
|
|
26186
|
+
"name": "option",
|
|
26187
|
+
"type": {
|
|
26188
|
+
"text": "MultiselectOption"
|
|
26189
|
+
}
|
|
26190
|
+
}
|
|
26191
|
+
]
|
|
26192
|
+
},
|
|
26193
|
+
{
|
|
26194
|
+
"kind": "method",
|
|
26195
|
+
"name": "optionLabelGetter",
|
|
26138
26196
|
"parameters": [
|
|
26139
26197
|
{
|
|
26140
26198
|
"name": "option",
|
|
@@ -26305,6 +26363,13 @@
|
|
|
26305
26363
|
}
|
|
26306
26364
|
]
|
|
26307
26365
|
},
|
|
26366
|
+
{
|
|
26367
|
+
"kind": "field",
|
|
26368
|
+
"name": "optionsHeaderSlottedNodes",
|
|
26369
|
+
"type": {
|
|
26370
|
+
"text": "Node[]"
|
|
26371
|
+
}
|
|
26372
|
+
},
|
|
26308
26373
|
{
|
|
26309
26374
|
"kind": "field",
|
|
26310
26375
|
"name": "_presentation",
|
|
@@ -26487,6 +26552,22 @@
|
|
|
26487
26552
|
},
|
|
26488
26553
|
"fieldName": "debounce"
|
|
26489
26554
|
},
|
|
26555
|
+
{
|
|
26556
|
+
"name": "delimiterValues",
|
|
26557
|
+
"type": {
|
|
26558
|
+
"text": "string"
|
|
26559
|
+
},
|
|
26560
|
+
"default": "';'",
|
|
26561
|
+
"fieldName": "delimiterValues"
|
|
26562
|
+
},
|
|
26563
|
+
{
|
|
26564
|
+
"name": "delimiterLabels",
|
|
26565
|
+
"type": {
|
|
26566
|
+
"text": "string"
|
|
26567
|
+
},
|
|
26568
|
+
"default": "','",
|
|
26569
|
+
"fieldName": "delimiterLabels"
|
|
26570
|
+
},
|
|
26490
26571
|
{
|
|
26491
26572
|
"name": "filter-by-contains",
|
|
26492
26573
|
"type": {
|