@genesislcap/foundation-ui 14.263.0 → 14.264.0

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