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