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