@genesislcap/foundation-ui 14.258.0 → 14.258.1

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