@genesislcap/foundation-ui 14.183.1 → 14.183.3

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 +1219 -1219
  2. package/package.json +16 -16
@@ -893,6 +893,188 @@
893
893
  }
894
894
  ]
895
895
  },
896
+ {
897
+ "kind": "javascript-module",
898
+ "path": "src/accordion/accordion.styles.ts",
899
+ "declarations": [
900
+ {
901
+ "kind": "function",
902
+ "name": "foundationAccordionStyles",
903
+ "return": {
904
+ "type": {
905
+ "text": "ElementStyles"
906
+ }
907
+ },
908
+ "parameters": [
909
+ {
910
+ "name": "context",
911
+ "type": {
912
+ "text": "ElementDefinitionContext"
913
+ }
914
+ },
915
+ {
916
+ "name": "definition",
917
+ "type": {
918
+ "text": "FoundationElementDefinition"
919
+ }
920
+ }
921
+ ]
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "foundationAccordionStyles",
928
+ "declaration": {
929
+ "name": "foundationAccordionStyles",
930
+ "module": "src/accordion/accordion.styles.ts"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "kind": "javascript-module",
937
+ "path": "src/accordion/accordion.template.ts",
938
+ "declarations": [
939
+ {
940
+ "kind": "function",
941
+ "name": "foundationAccordionTemplate",
942
+ "return": {
943
+ "type": {
944
+ "text": "ViewTemplate<Accordion>"
945
+ }
946
+ },
947
+ "parameters": [
948
+ {
949
+ "name": "context",
950
+ "type": {
951
+ "text": "ElementDefinitionContext"
952
+ }
953
+ },
954
+ {
955
+ "name": "definition",
956
+ "type": {
957
+ "text": "FoundationElementDefinition"
958
+ }
959
+ }
960
+ ]
961
+ }
962
+ ],
963
+ "exports": [
964
+ {
965
+ "kind": "js",
966
+ "name": "foundationAccordionTemplate",
967
+ "declaration": {
968
+ "name": "foundationAccordionTemplate",
969
+ "module": "src/accordion/accordion.template.ts"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/accordion/accordion.ts",
977
+ "declarations": [
978
+ {
979
+ "kind": "class",
980
+ "description": "",
981
+ "name": "Accordion",
982
+ "superclass": {
983
+ "name": "FASTAccordion",
984
+ "package": "@microsoft/fast-foundation"
985
+ },
986
+ "tagName": "%%prefix%%-accordion",
987
+ "customElement": true
988
+ },
989
+ {
990
+ "kind": "variable",
991
+ "name": "foundationAccordionShadowOptions",
992
+ "type": {
993
+ "text": "ShadowRootInit"
994
+ },
995
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
+ },
997
+ {
998
+ "kind": "variable",
999
+ "name": "defaultAccordionConfig",
1000
+ "type": {
1001
+ "text": "object"
1002
+ },
1003
+ "default": "{}"
1004
+ },
1005
+ {
1006
+ "kind": "variable",
1007
+ "name": "foundationAccordion",
1008
+ "description": "The Foundation Accordion",
1009
+ "privacy": "public"
1010
+ }
1011
+ ],
1012
+ "exports": [
1013
+ {
1014
+ "kind": "js",
1015
+ "name": "Accordion",
1016
+ "declaration": {
1017
+ "name": "Accordion",
1018
+ "module": "src/accordion/accordion.ts"
1019
+ }
1020
+ },
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "foundationAccordionShadowOptions",
1024
+ "declaration": {
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "module": "src/accordion/accordion.ts"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "defaultAccordionConfig",
1032
+ "declaration": {
1033
+ "name": "defaultAccordionConfig",
1034
+ "module": "src/accordion/accordion.ts"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "foundationAccordion",
1040
+ "declaration": {
1041
+ "name": "foundationAccordion",
1042
+ "module": "src/accordion/accordion.ts"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/accordion/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./accordion.template"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./accordion.styles"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./accordion"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
896
1078
  {
897
1079
  "kind": "javascript-module",
898
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1289,11 +1471,11 @@
1289
1471
  },
1290
1472
  {
1291
1473
  "kind": "javascript-module",
1292
- "path": "src/actions-menu/actions-menu.styles.ts",
1474
+ "path": "src/anchor/anchor.styles.ts",
1293
1475
  "declarations": [
1294
1476
  {
1295
1477
  "kind": "function",
1296
- "name": "actionsMenuBaseStyles",
1478
+ "name": "foundationAnchorStyles",
1297
1479
  "return": {
1298
1480
  "type": {
1299
1481
  "text": "ElementStyles"
@@ -1313,13 +1495,29 @@
1313
1495
  }
1314
1496
  }
1315
1497
  ]
1316
- },
1498
+ }
1499
+ ],
1500
+ "exports": [
1501
+ {
1502
+ "kind": "js",
1503
+ "name": "foundationAnchorStyles",
1504
+ "declaration": {
1505
+ "name": "foundationAnchorStyles",
1506
+ "module": "src/anchor/anchor.styles.ts"
1507
+ }
1508
+ }
1509
+ ]
1510
+ },
1511
+ {
1512
+ "kind": "javascript-module",
1513
+ "path": "src/anchor/anchor.template.ts",
1514
+ "declarations": [
1317
1515
  {
1318
1516
  "kind": "function",
1319
- "name": "foundationActionsMenuStyles",
1517
+ "name": "foundationAnchorTemplate",
1320
1518
  "return": {
1321
1519
  "type": {
1322
- "text": "ElementStyles"
1520
+ "text": "ViewTemplate<Anchor>"
1323
1521
  }
1324
1522
  },
1325
1523
  "parameters": [
@@ -1341,282 +1539,266 @@
1341
1539
  "exports": [
1342
1540
  {
1343
1541
  "kind": "js",
1344
- "name": "actionsMenuBaseStyles",
1345
- "declaration": {
1346
- "name": "actionsMenuBaseStyles",
1347
- "module": "src/actions-menu/actions-menu.styles.ts"
1348
- }
1349
- },
1350
- {
1351
- "kind": "js",
1352
- "name": "foundationActionsMenuStyles",
1542
+ "name": "foundationAnchorTemplate",
1353
1543
  "declaration": {
1354
- "name": "foundationActionsMenuStyles",
1355
- "module": "src/actions-menu/actions-menu.styles.ts"
1544
+ "name": "foundationAnchorTemplate",
1545
+ "module": "src/anchor/anchor.template.ts"
1356
1546
  }
1357
1547
  }
1358
1548
  ]
1359
1549
  },
1360
1550
  {
1361
1551
  "kind": "javascript-module",
1362
- "path": "src/actions-menu/actions-menu.template.ts",
1552
+ "path": "src/anchor/anchor.ts",
1363
1553
  "declarations": [
1364
1554
  {
1365
- "kind": "function",
1366
- "name": "menuTemplate",
1367
- "parameters": [
1555
+ "kind": "class",
1556
+ "description": "",
1557
+ "name": "Anchor",
1558
+ "superclass": {
1559
+ "name": "FASTAnchor",
1560
+ "package": "@microsoft/fast-components"
1561
+ },
1562
+ "tagName": "%%prefix%%-anchor",
1563
+ "customElement": true,
1564
+ "attributes": [
1368
1565
  {
1369
- "name": "prefix",
1566
+ "name": "download",
1370
1567
  "type": {
1371
1568
  "text": "string"
1569
+ },
1570
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1571
+ "fieldName": "download",
1572
+ "inheritedFrom": {
1573
+ "name": "Anchor",
1574
+ "module": "src/anchor/anchor.ts"
1372
1575
  }
1373
- }
1374
- ]
1375
- },
1376
- {
1377
- "kind": "function",
1378
- "name": "singleOptionTemplate",
1379
- "parameters": [
1576
+ },
1380
1577
  {
1381
- "name": "prefix",
1578
+ "name": "href",
1382
1579
  "type": {
1383
1580
  "text": "string"
1384
- }
1385
- }
1386
- ]
1387
- },
1388
- {
1389
- "kind": "variable",
1390
- "name": "foundationActionsMenuTemplate",
1391
- "type": {
1392
- "text": "ViewTemplate<ActionsMenu>"
1393
- },
1394
- "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`"
1395
- }
1396
- ],
1397
- "exports": [
1398
- {
1399
- "kind": "js",
1400
- "name": "menuTemplate",
1401
- "declaration": {
1402
- "name": "menuTemplate",
1403
- "module": "src/actions-menu/actions-menu.template.ts"
1404
- }
1405
- },
1406
- {
1407
- "kind": "js",
1408
- "name": "singleOptionTemplate",
1409
- "declaration": {
1410
- "name": "singleOptionTemplate",
1411
- "module": "src/actions-menu/actions-menu.template.ts"
1412
- }
1413
- },
1414
- {
1415
- "kind": "js",
1416
- "name": "foundationActionsMenuTemplate",
1417
- "declaration": {
1418
- "name": "foundationActionsMenuTemplate",
1419
- "module": "src/actions-menu/actions-menu.template.ts"
1420
- }
1421
- }
1422
- ]
1423
- },
1424
- {
1425
- "kind": "javascript-module",
1426
- "path": "src/actions-menu/actions-menu.ts",
1427
- "declarations": [
1428
- {
1429
- "kind": "class",
1430
- "description": "",
1431
- "name": "ActionsMenu",
1432
- "members": [
1581
+ },
1582
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1583
+ "fieldName": "href",
1584
+ "inheritedFrom": {
1585
+ "name": "Anchor",
1586
+ "module": "src/anchor/anchor.ts"
1587
+ }
1588
+ },
1433
1589
  {
1434
- "kind": "field",
1435
- "name": "actions",
1590
+ "name": "hreflang",
1436
1591
  "type": {
1437
- "text": "ActionMenuItem[]"
1592
+ "text": "string"
1593
+ },
1594
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1595
+ "fieldName": "hreflang",
1596
+ "inheritedFrom": {
1597
+ "name": "Anchor",
1598
+ "module": "src/anchor/anchor.ts"
1438
1599
  }
1439
1600
  },
1440
1601
  {
1441
- "kind": "field",
1442
- "name": "isVertical",
1602
+ "name": "ping",
1443
1603
  "type": {
1444
- "text": "boolean"
1604
+ "text": "string"
1445
1605
  },
1446
- "default": "false"
1606
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1607
+ "fieldName": "ping",
1608
+ "inheritedFrom": {
1609
+ "name": "Anchor",
1610
+ "module": "src/anchor/anchor.ts"
1611
+ }
1447
1612
  },
1448
1613
  {
1449
- "kind": "field",
1450
- "name": "addDefaultActions",
1614
+ "name": "referrerpolicy",
1451
1615
  "type": {
1452
- "text": "boolean"
1616
+ "text": "string"
1453
1617
  },
1454
- "default": "true"
1618
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1619
+ "fieldName": "referrerpolicy",
1620
+ "inheritedFrom": {
1621
+ "name": "Anchor",
1622
+ "module": "src/anchor/anchor.ts"
1623
+ }
1455
1624
  },
1456
1625
  {
1457
- "kind": "field",
1458
- "name": "autoCloseOnAction",
1626
+ "name": "rel",
1459
1627
  "type": {
1460
- "text": "boolean"
1628
+ "text": "string"
1461
1629
  },
1462
- "default": "true"
1630
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1631
+ "fieldName": "rel",
1632
+ "inheritedFrom": {
1633
+ "name": "Anchor",
1634
+ "module": "src/anchor/anchor.ts"
1635
+ }
1636
+ },
1637
+ {
1638
+ "name": "target",
1639
+ "type": {
1640
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1641
+ },
1642
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1643
+ "fieldName": "target",
1644
+ "inheritedFrom": {
1645
+ "name": "Anchor",
1646
+ "module": "src/anchor/anchor.ts"
1647
+ }
1463
1648
  },
1649
+ {
1650
+ "name": "type",
1651
+ "type": {
1652
+ "text": "string"
1653
+ },
1654
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1655
+ "fieldName": "type",
1656
+ "inheritedFrom": {
1657
+ "name": "Anchor",
1658
+ "module": "src/anchor/anchor.ts"
1659
+ }
1660
+ }
1661
+ ],
1662
+ "members": [
1464
1663
  {
1465
1664
  "kind": "field",
1466
- "name": "classNames",
1665
+ "name": "download",
1467
1666
  "type": {
1468
1667
  "text": "string"
1668
+ },
1669
+ "privacy": "public",
1670
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1671
+ "inheritedFrom": {
1672
+ "name": "Anchor",
1673
+ "module": "src/anchor/anchor.ts"
1469
1674
  }
1470
1675
  },
1471
1676
  {
1472
1677
  "kind": "field",
1473
- "name": "definition",
1678
+ "name": "href",
1474
1679
  "type": {
1475
- "text": "any"
1680
+ "text": "string"
1681
+ },
1682
+ "privacy": "public",
1683
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1684
+ "inheritedFrom": {
1685
+ "name": "Anchor",
1686
+ "module": "src/anchor/anchor.ts"
1476
1687
  }
1477
1688
  },
1478
1689
  {
1479
1690
  "kind": "field",
1480
- "name": "name",
1691
+ "name": "hreflang",
1481
1692
  "type": {
1482
1693
  "text": "string"
1483
1694
  },
1484
- "default": "'Actions'"
1695
+ "privacy": "public",
1696
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1697
+ "inheritedFrom": {
1698
+ "name": "Anchor",
1699
+ "module": "src/anchor/anchor.ts"
1700
+ }
1485
1701
  },
1486
1702
  {
1487
1703
  "kind": "field",
1488
- "name": "open",
1704
+ "name": "ping",
1489
1705
  "type": {
1490
- "text": "boolean"
1706
+ "text": "string"
1491
1707
  },
1492
- "default": "false"
1708
+ "privacy": "public",
1709
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1710
+ "inheritedFrom": {
1711
+ "name": "Anchor",
1712
+ "module": "src/anchor/anchor.ts"
1713
+ }
1493
1714
  },
1494
1715
  {
1495
1716
  "kind": "field",
1496
- "name": "buttonAppearance",
1717
+ "name": "referrerpolicy",
1497
1718
  "type": {
1498
1719
  "text": "string"
1720
+ },
1721
+ "privacy": "public",
1722
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1723
+ "inheritedFrom": {
1724
+ "name": "Anchor",
1725
+ "module": "src/anchor/anchor.ts"
1499
1726
  }
1500
1727
  },
1501
1728
  {
1502
1729
  "kind": "field",
1503
- "name": "hideDisabled",
1730
+ "name": "rel",
1504
1731
  "type": {
1505
- "text": "boolean"
1732
+ "text": "string"
1506
1733
  },
1507
- "default": "false"
1734
+ "privacy": "public",
1735
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1736
+ "inheritedFrom": {
1737
+ "name": "Anchor",
1738
+ "module": "src/anchor/anchor.ts"
1739
+ }
1508
1740
  },
1509
1741
  {
1510
1742
  "kind": "field",
1511
- "name": "hideMenuSingleOption",
1743
+ "name": "target",
1512
1744
  "type": {
1513
- "text": "boolean"
1745
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1514
1746
  },
1515
- "default": "false"
1747
+ "privacy": "public",
1748
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1749
+ "inheritedFrom": {
1750
+ "name": "Anchor",
1751
+ "module": "src/anchor/anchor.ts"
1752
+ }
1516
1753
  },
1517
1754
  {
1518
1755
  "kind": "field",
1519
- "name": "singleOption",
1756
+ "name": "type",
1520
1757
  "type": {
1521
- "text": "ActionMenuItem"
1758
+ "text": "string"
1759
+ },
1760
+ "privacy": "public",
1761
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1762
+ "inheritedFrom": {
1763
+ "name": "Anchor",
1764
+ "module": "src/anchor/anchor.ts"
1522
1765
  }
1523
1766
  },
1524
1767
  {
1525
1768
  "kind": "field",
1526
- "name": "actionsMenu",
1769
+ "name": "control",
1527
1770
  "type": {
1528
- "text": "HTMLElement"
1771
+ "text": "HTMLAnchorElement | undefined"
1772
+ },
1773
+ "privacy": "public",
1774
+ "description": "References the root element",
1775
+ "inheritedFrom": {
1776
+ "name": "Anchor",
1777
+ "module": "src/anchor/anchor.ts"
1529
1778
  }
1530
1779
  },
1531
1780
  {
1532
- "kind": "method",
1533
- "name": "definitionChanged",
1534
- "privacy": "protected",
1535
- "parameters": [
1536
- {
1537
- "name": "oldValue",
1538
- "type": {
1539
- "text": "any"
1540
- }
1541
- },
1542
- {
1543
- "name": "newValue",
1544
- "type": {
1545
- "text": "any"
1546
- }
1547
- }
1548
- ]
1781
+ "kind": "field",
1782
+ "name": "handleUnsupportedDelegatesFocus",
1783
+ "privacy": "private",
1784
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
1785
+ "inheritedFrom": {
1786
+ "name": "Anchor",
1787
+ "module": "src/anchor/anchor.ts"
1788
+ }
1549
1789
  },
1550
1790
  {
1551
- "kind": "method",
1552
- "name": "openChanged",
1553
- "privacy": "protected"
1554
- },
1555
- {
1556
- "kind": "method",
1557
- "name": "toggleActionsMenuVisibility"
1558
- },
1559
- {
1560
- "kind": "method",
1561
- "name": "onActionMenuItemClick",
1562
- "parameters": [
1563
- {
1564
- "name": "callback",
1565
- "type": {
1566
- "text": "(rowData) => void | any"
1567
- }
1568
- }
1569
- ]
1570
- },
1571
- {
1572
- "kind": "field",
1573
- "name": "allActions",
1574
- "type": {
1575
- "text": "ActionMenuItem[]"
1576
- },
1577
- "readonly": true
1578
- },
1579
- {
1580
- "kind": "field",
1581
- "name": "rowData",
1582
- "readonly": true
1583
- },
1584
- {
1585
- "kind": "method",
1586
- "name": "getLabel",
1587
- "parameters": [
1588
- {
1589
- "name": "name",
1590
- "type": {
1591
- "text": "string | ((rowData: any) => string)"
1592
- }
1593
- }
1594
- ]
1595
- },
1596
- {
1597
- "kind": "method",
1598
- "name": "getTemplate",
1599
- "parameters": [
1600
- {
1601
- "name": "prefix",
1602
- "type": {
1603
- "text": "string"
1604
- }
1605
- }
1606
- ]
1607
- },
1608
- {
1609
- "kind": "field",
1610
- "name": "_presentation",
1611
- "type": {
1612
- "text": "ComponentPresentation | null | undefined"
1613
- },
1614
- "privacy": "private",
1615
- "default": "void 0",
1616
- "inheritedFrom": {
1617
- "name": "FoundationElement",
1618
- "module": "src/foundation-element/foundation-element.ts"
1619
- }
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
+ }
1620
1802
  },
1621
1803
  {
1622
1804
  "kind": "field",
@@ -1716,108 +1898,69 @@
1716
1898
  "module": "src/foundation-element/foundation-element.ts"
1717
1899
  }
1718
1900
  }
1719
- ],
1720
- "attributes": [
1721
- {
1722
- "name": "is-vertical",
1723
- "type": {
1724
- "text": "boolean"
1725
- },
1726
- "default": "false",
1727
- "fieldName": "isVertical"
1728
- },
1729
- {
1730
- "name": "add-default-actions",
1731
- "type": {
1732
- "text": "boolean"
1733
- },
1734
- "default": "true",
1735
- "fieldName": "addDefaultActions"
1736
- },
1737
- {
1738
- "name": "auto-close-on-action",
1739
- "type": {
1740
- "text": "boolean"
1741
- },
1742
- "default": "true",
1743
- "fieldName": "autoCloseOnAction"
1744
- },
1745
- {
1746
- "name": "name",
1747
- "type": {
1748
- "text": "string"
1749
- },
1750
- "default": "'Actions'",
1751
- "fieldName": "name"
1752
- },
1753
- {
1754
- "name": "open",
1755
- "type": {
1756
- "text": "boolean"
1757
- },
1758
- "default": "false",
1759
- "fieldName": "open"
1760
- },
1761
- {
1762
- "name": "buttonAppearance",
1763
- "type": {
1764
- "text": "string"
1765
- },
1766
- "fieldName": "buttonAppearance"
1767
- },
1768
- {
1769
- "name": "hide-disabled",
1770
- "type": {
1771
- "text": "boolean"
1772
- },
1773
- "default": "false",
1774
- "fieldName": "hideDisabled"
1775
- },
1776
- {
1777
- "name": "hide-menu-single-option",
1778
- "type": {
1779
- "text": "boolean"
1780
- },
1781
- "default": "false",
1782
- "fieldName": "hideMenuSingleOption"
1783
- }
1784
- ],
1785
- "superclass": {
1786
- "name": "FoundationElement",
1787
- "package": "@microsoft/fast-foundation"
1901
+ ]
1902
+ },
1903
+ {
1904
+ "kind": "variable",
1905
+ "name": "foundationAnchorShadowOptions",
1906
+ "type": {
1907
+ "text": "ShadowRootInit"
1788
1908
  },
1789
- "tagName": "%%prefix%%-actions-menu",
1790
- "customElement": true
1909
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1791
1910
  },
1792
1911
  {
1793
1912
  "kind": "variable",
1794
- "name": "foundationActionsMenu",
1795
- "description": "The Foundation Actions Menu",
1913
+ "name": "defaultAnchorConfig",
1914
+ "type": {
1915
+ "text": "object"
1916
+ },
1917
+ "default": "{}"
1918
+ },
1919
+ {
1920
+ "kind": "variable",
1921
+ "name": "foundationAnchor",
1922
+ "description": "The Foundation Anchor",
1796
1923
  "privacy": "public"
1797
1924
  }
1798
1925
  ],
1799
1926
  "exports": [
1800
1927
  {
1801
1928
  "kind": "js",
1802
- "name": "ActionsMenu",
1929
+ "name": "Anchor",
1803
1930
  "declaration": {
1804
- "name": "ActionsMenu",
1805
- "module": "src/actions-menu/actions-menu.ts"
1931
+ "name": "Anchor",
1932
+ "module": "src/anchor/anchor.ts"
1806
1933
  }
1807
1934
  },
1808
1935
  {
1809
1936
  "kind": "js",
1810
- "name": "foundationActionsMenu",
1937
+ "name": "foundationAnchorShadowOptions",
1811
1938
  "declaration": {
1812
- "name": "foundationActionsMenu",
1813
- "module": "src/actions-menu/actions-menu.ts"
1939
+ "name": "foundationAnchorShadowOptions",
1940
+ "module": "src/anchor/anchor.ts"
1941
+ }
1942
+ },
1943
+ {
1944
+ "kind": "js",
1945
+ "name": "defaultAnchorConfig",
1946
+ "declaration": {
1947
+ "name": "defaultAnchorConfig",
1948
+ "module": "src/anchor/anchor.ts"
1949
+ }
1950
+ },
1951
+ {
1952
+ "kind": "js",
1953
+ "name": "foundationAnchor",
1954
+ "declaration": {
1955
+ "name": "foundationAnchor",
1956
+ "module": "src/anchor/anchor.ts"
1814
1957
  }
1815
1958
  }
1816
1959
  ]
1817
1960
  },
1818
1961
  {
1819
1962
  "kind": "javascript-module",
1820
- "path": "src/actions-menu/index.ts",
1963
+ "path": "src/anchor/index.ts",
1821
1964
  "declarations": [],
1822
1965
  "exports": [
1823
1966
  {
@@ -1825,7 +1968,7 @@
1825
1968
  "name": "*",
1826
1969
  "declaration": {
1827
1970
  "name": "*",
1828
- "package": "./actions-menu.styles"
1971
+ "package": "./anchor.template"
1829
1972
  }
1830
1973
  },
1831
1974
  {
@@ -1833,7 +1976,7 @@
1833
1976
  "name": "*",
1834
1977
  "declaration": {
1835
1978
  "name": "*",
1836
- "package": "./actions-menu.template"
1979
+ "package": "./anchor.styles"
1837
1980
  }
1838
1981
  },
1839
1982
  {
@@ -1841,18 +1984,18 @@
1841
1984
  "name": "*",
1842
1985
  "declaration": {
1843
1986
  "name": "*",
1844
- "package": "./actions-menu"
1987
+ "package": "./anchor"
1845
1988
  }
1846
1989
  }
1847
1990
  ]
1848
1991
  },
1849
1992
  {
1850
1993
  "kind": "javascript-module",
1851
- "path": "src/accordion/accordion.styles.ts",
1994
+ "path": "src/actions-menu/actions-menu.styles.ts",
1852
1995
  "declarations": [
1853
1996
  {
1854
1997
  "kind": "function",
1855
- "name": "foundationAccordionStyles",
1998
+ "name": "actionsMenuBaseStyles",
1856
1999
  "return": {
1857
2000
  "type": {
1858
2001
  "text": "ElementStyles"
@@ -1872,29 +2015,13 @@
1872
2015
  }
1873
2016
  }
1874
2017
  ]
1875
- }
1876
- ],
1877
- "exports": [
1878
- {
1879
- "kind": "js",
1880
- "name": "foundationAccordionStyles",
1881
- "declaration": {
1882
- "name": "foundationAccordionStyles",
1883
- "module": "src/accordion/accordion.styles.ts"
1884
- }
1885
- }
1886
- ]
1887
- },
1888
- {
1889
- "kind": "javascript-module",
1890
- "path": "src/accordion/accordion.template.ts",
1891
- "declarations": [
2018
+ },
1892
2019
  {
1893
2020
  "kind": "function",
1894
- "name": "foundationAccordionTemplate",
2021
+ "name": "foundationActionsMenuStyles",
1895
2022
  "return": {
1896
2023
  "type": {
1897
- "text": "ViewTemplate<Accordion>"
2024
+ "text": "ElementStyles"
1898
2025
  }
1899
2026
  },
1900
2027
  "parameters": [
@@ -1916,435 +2043,269 @@
1916
2043
  "exports": [
1917
2044
  {
1918
2045
  "kind": "js",
1919
- "name": "foundationAccordionTemplate",
2046
+ "name": "actionsMenuBaseStyles",
1920
2047
  "declaration": {
1921
- "name": "foundationAccordionTemplate",
1922
- "module": "src/accordion/accordion.template.ts"
2048
+ "name": "actionsMenuBaseStyles",
2049
+ "module": "src/actions-menu/actions-menu.styles.ts"
2050
+ }
2051
+ },
2052
+ {
2053
+ "kind": "js",
2054
+ "name": "foundationActionsMenuStyles",
2055
+ "declaration": {
2056
+ "name": "foundationActionsMenuStyles",
2057
+ "module": "src/actions-menu/actions-menu.styles.ts"
1923
2058
  }
1924
2059
  }
1925
2060
  ]
1926
2061
  },
1927
2062
  {
1928
2063
  "kind": "javascript-module",
1929
- "path": "src/accordion/accordion.ts",
2064
+ "path": "src/actions-menu/actions-menu.template.ts",
1930
2065
  "declarations": [
1931
2066
  {
1932
- "kind": "class",
1933
- "description": "",
1934
- "name": "Accordion",
1935
- "superclass": {
1936
- "name": "FASTAccordion",
1937
- "package": "@microsoft/fast-foundation"
1938
- },
1939
- "tagName": "%%prefix%%-accordion",
1940
- "customElement": true
2067
+ "kind": "function",
2068
+ "name": "menuTemplate",
2069
+ "parameters": [
2070
+ {
2071
+ "name": "prefix",
2072
+ "type": {
2073
+ "text": "string"
2074
+ }
2075
+ }
2076
+ ]
1941
2077
  },
1942
2078
  {
1943
- "kind": "variable",
1944
- "name": "foundationAccordionShadowOptions",
1945
- "type": {
1946
- "text": "ShadowRootInit"
1947
- },
1948
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2079
+ "kind": "function",
2080
+ "name": "singleOptionTemplate",
2081
+ "parameters": [
2082
+ {
2083
+ "name": "prefix",
2084
+ "type": {
2085
+ "text": "string"
2086
+ }
2087
+ }
2088
+ ]
1949
2089
  },
1950
2090
  {
1951
2091
  "kind": "variable",
1952
- "name": "defaultAccordionConfig",
2092
+ "name": "foundationActionsMenuTemplate",
1953
2093
  "type": {
1954
- "text": "object"
2094
+ "text": "ViewTemplate<ActionsMenu>"
1955
2095
  },
1956
- "default": "{}"
1957
- },
1958
- {
1959
- "kind": "variable",
1960
- "name": "foundationAccordion",
1961
- "description": "The Foundation Accordion",
1962
- "privacy": "public"
2096
+ "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`"
1963
2097
  }
1964
2098
  ],
1965
2099
  "exports": [
1966
2100
  {
1967
2101
  "kind": "js",
1968
- "name": "Accordion",
1969
- "declaration": {
1970
- "name": "Accordion",
1971
- "module": "src/accordion/accordion.ts"
1972
- }
1973
- },
1974
- {
1975
- "kind": "js",
1976
- "name": "foundationAccordionShadowOptions",
1977
- "declaration": {
1978
- "name": "foundationAccordionShadowOptions",
1979
- "module": "src/accordion/accordion.ts"
1980
- }
1981
- },
1982
- {
1983
- "kind": "js",
1984
- "name": "defaultAccordionConfig",
1985
- "declaration": {
1986
- "name": "defaultAccordionConfig",
1987
- "module": "src/accordion/accordion.ts"
1988
- }
1989
- },
1990
- {
1991
- "kind": "js",
1992
- "name": "foundationAccordion",
1993
- "declaration": {
1994
- "name": "foundationAccordion",
1995
- "module": "src/accordion/accordion.ts"
1996
- }
1997
- }
1998
- ]
1999
- },
2000
- {
2001
- "kind": "javascript-module",
2002
- "path": "src/accordion/index.ts",
2003
- "declarations": [],
2004
- "exports": [
2005
- {
2006
- "kind": "js",
2007
- "name": "*",
2102
+ "name": "menuTemplate",
2008
2103
  "declaration": {
2009
- "name": "*",
2010
- "package": "./accordion.template"
2104
+ "name": "menuTemplate",
2105
+ "module": "src/actions-menu/actions-menu.template.ts"
2011
2106
  }
2012
2107
  },
2013
2108
  {
2014
2109
  "kind": "js",
2015
- "name": "*",
2110
+ "name": "singleOptionTemplate",
2016
2111
  "declaration": {
2017
- "name": "*",
2018
- "package": "./accordion.styles"
2112
+ "name": "singleOptionTemplate",
2113
+ "module": "src/actions-menu/actions-menu.template.ts"
2019
2114
  }
2020
2115
  },
2021
2116
  {
2022
2117
  "kind": "js",
2023
- "name": "*",
2118
+ "name": "foundationActionsMenuTemplate",
2024
2119
  "declaration": {
2025
- "name": "*",
2026
- "package": "./accordion"
2120
+ "name": "foundationActionsMenuTemplate",
2121
+ "module": "src/actions-menu/actions-menu.template.ts"
2027
2122
  }
2028
2123
  }
2029
2124
  ]
2030
2125
  },
2031
2126
  {
2032
2127
  "kind": "javascript-module",
2033
- "path": "src/anchor/anchor.styles.ts",
2128
+ "path": "src/actions-menu/actions-menu.ts",
2034
2129
  "declarations": [
2035
2130
  {
2036
- "kind": "function",
2037
- "name": "foundationAnchorStyles",
2038
- "return": {
2039
- "type": {
2040
- "text": "ElementStyles"
2041
- }
2042
- },
2043
- "parameters": [
2131
+ "kind": "class",
2132
+ "description": "",
2133
+ "name": "ActionsMenu",
2134
+ "members": [
2044
2135
  {
2045
- "name": "context",
2136
+ "kind": "field",
2137
+ "name": "actions",
2046
2138
  "type": {
2047
- "text": "ElementDefinitionContext"
2139
+ "text": "ActionMenuItem[]"
2048
2140
  }
2049
2141
  },
2050
2142
  {
2051
- "name": "definition",
2143
+ "kind": "field",
2144
+ "name": "isVertical",
2052
2145
  "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": [
2146
+ "text": "boolean"
2147
+ },
2148
+ "default": "false"
2149
+ },
2083
2150
  {
2084
- "name": "context",
2151
+ "kind": "field",
2152
+ "name": "addDefaultActions",
2085
2153
  "type": {
2086
- "text": "ElementDefinitionContext"
2087
- }
2154
+ "text": "boolean"
2155
+ },
2156
+ "default": "true"
2088
2157
  },
2089
2158
  {
2090
- "name": "definition",
2159
+ "kind": "field",
2160
+ "name": "autoCloseOnAction",
2091
2161
  "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"
2120
- },
2121
- "tagName": "%%prefix%%-anchor",
2122
- "customElement": true,
2123
- "attributes": [
2162
+ "text": "boolean"
2163
+ },
2164
+ "default": "true"
2165
+ },
2124
2166
  {
2125
- "name": "download",
2167
+ "kind": "field",
2168
+ "name": "classNames",
2126
2169
  "type": {
2127
2170
  "text": "string"
2128
- },
2129
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2130
- "fieldName": "download",
2131
- "inheritedFrom": {
2132
- "name": "Anchor",
2133
- "module": "src/anchor/anchor.ts"
2134
2171
  }
2135
2172
  },
2136
2173
  {
2137
- "name": "href",
2174
+ "kind": "field",
2175
+ "name": "definition",
2138
2176
  "type": {
2139
- "text": "string"
2140
- },
2141
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2142
- "fieldName": "href",
2143
- "inheritedFrom": {
2144
- "name": "Anchor",
2145
- "module": "src/anchor/anchor.ts"
2177
+ "text": "any"
2146
2178
  }
2147
2179
  },
2148
2180
  {
2149
- "name": "hreflang",
2181
+ "kind": "field",
2182
+ "name": "name",
2150
2183
  "type": {
2151
2184
  "text": "string"
2152
2185
  },
2153
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2154
- "fieldName": "hreflang",
2155
- "inheritedFrom": {
2156
- "name": "Anchor",
2157
- "module": "src/anchor/anchor.ts"
2158
- }
2186
+ "default": "'Actions'"
2159
2187
  },
2160
2188
  {
2161
- "name": "ping",
2189
+ "kind": "field",
2190
+ "name": "open",
2162
2191
  "type": {
2163
- "text": "string"
2192
+ "text": "boolean"
2164
2193
  },
2165
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2166
- "fieldName": "ping",
2167
- "inheritedFrom": {
2168
- "name": "Anchor",
2169
- "module": "src/anchor/anchor.ts"
2170
- }
2194
+ "default": "false"
2171
2195
  },
2172
2196
  {
2173
- "name": "referrerpolicy",
2197
+ "kind": "field",
2198
+ "name": "buttonAppearance",
2174
2199
  "type": {
2175
2200
  "text": "string"
2176
- },
2177
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2178
- "fieldName": "referrerpolicy",
2179
- "inheritedFrom": {
2180
- "name": "Anchor",
2181
- "module": "src/anchor/anchor.ts"
2182
2201
  }
2183
2202
  },
2184
2203
  {
2185
- "name": "rel",
2204
+ "kind": "field",
2205
+ "name": "hideDisabled",
2186
2206
  "type": {
2187
- "text": "string"
2207
+ "text": "boolean"
2188
2208
  },
2189
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2190
- "fieldName": "rel",
2191
- "inheritedFrom": {
2192
- "name": "Anchor",
2193
- "module": "src/anchor/anchor.ts"
2194
- }
2209
+ "default": "false"
2195
2210
  },
2196
2211
  {
2197
- "name": "target",
2212
+ "kind": "field",
2213
+ "name": "hideMenuSingleOption",
2198
2214
  "type": {
2199
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2215
+ "text": "boolean"
2200
2216
  },
2201
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2202
- "fieldName": "target",
2203
- "inheritedFrom": {
2204
- "name": "Anchor",
2205
- "module": "src/anchor/anchor.ts"
2206
- }
2217
+ "default": "false"
2207
2218
  },
2208
- {
2209
- "name": "type",
2210
- "type": {
2211
- "text": "string"
2212
- },
2213
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2214
- "fieldName": "type",
2215
- "inheritedFrom": {
2216
- "name": "Anchor",
2217
- "module": "src/anchor/anchor.ts"
2218
- }
2219
- }
2220
- ],
2221
- "members": [
2222
2219
  {
2223
2220
  "kind": "field",
2224
- "name": "download",
2221
+ "name": "singleOption",
2225
2222
  "type": {
2226
- "text": "string"
2227
- },
2228
- "privacy": "public",
2229
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2230
- "inheritedFrom": {
2231
- "name": "Anchor",
2232
- "module": "src/anchor/anchor.ts"
2223
+ "text": "ActionMenuItem"
2233
2224
  }
2234
2225
  },
2235
2226
  {
2236
2227
  "kind": "field",
2237
- "name": "href",
2228
+ "name": "actionsMenu",
2238
2229
  "type": {
2239
- "text": "string"
2240
- },
2241
- "privacy": "public",
2242
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2243
- "inheritedFrom": {
2244
- "name": "Anchor",
2245
- "module": "src/anchor/anchor.ts"
2230
+ "text": "HTMLElement"
2246
2231
  }
2247
2232
  },
2248
2233
  {
2249
- "kind": "field",
2250
- "name": "hreflang",
2251
- "type": {
2252
- "text": "string"
2253
- },
2254
- "privacy": "public",
2255
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2256
- "inheritedFrom": {
2257
- "name": "Anchor",
2258
- "module": "src/anchor/anchor.ts"
2259
- }
2234
+ "kind": "method",
2235
+ "name": "definitionChanged",
2236
+ "privacy": "protected",
2237
+ "parameters": [
2238
+ {
2239
+ "name": "oldValue",
2240
+ "type": {
2241
+ "text": "any"
2242
+ }
2243
+ },
2244
+ {
2245
+ "name": "newValue",
2246
+ "type": {
2247
+ "text": "any"
2248
+ }
2249
+ }
2250
+ ]
2260
2251
  },
2261
2252
  {
2262
- "kind": "field",
2263
- "name": "ping",
2264
- "type": {
2265
- "text": "string"
2266
- },
2267
- "privacy": "public",
2268
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2269
- "inheritedFrom": {
2270
- "name": "Anchor",
2271
- "module": "src/anchor/anchor.ts"
2272
- }
2253
+ "kind": "method",
2254
+ "name": "openChanged",
2255
+ "privacy": "protected"
2273
2256
  },
2274
2257
  {
2275
- "kind": "field",
2276
- "name": "referrerpolicy",
2277
- "type": {
2278
- "text": "string"
2279
- },
2280
- "privacy": "public",
2281
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2282
- "inheritedFrom": {
2283
- "name": "Anchor",
2284
- "module": "src/anchor/anchor.ts"
2285
- }
2258
+ "kind": "method",
2259
+ "name": "toggleActionsMenuVisibility"
2286
2260
  },
2287
2261
  {
2288
- "kind": "field",
2289
- "name": "rel",
2290
- "type": {
2291
- "text": "string"
2292
- },
2293
- "privacy": "public",
2294
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2295
- "inheritedFrom": {
2296
- "name": "Anchor",
2297
- "module": "src/anchor/anchor.ts"
2298
- }
2262
+ "kind": "method",
2263
+ "name": "onActionMenuItemClick",
2264
+ "parameters": [
2265
+ {
2266
+ "name": "callback",
2267
+ "type": {
2268
+ "text": "(rowData) => void | any"
2269
+ }
2270
+ }
2271
+ ]
2299
2272
  },
2300
2273
  {
2301
2274
  "kind": "field",
2302
- "name": "target",
2275
+ "name": "allActions",
2303
2276
  "type": {
2304
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2277
+ "text": "ActionMenuItem[]"
2305
2278
  },
2306
- "privacy": "public",
2307
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2308
- "inheritedFrom": {
2309
- "name": "Anchor",
2310
- "module": "src/anchor/anchor.ts"
2311
- }
2279
+ "readonly": true
2312
2280
  },
2313
2281
  {
2314
2282
  "kind": "field",
2315
- "name": "type",
2316
- "type": {
2317
- "text": "string"
2318
- },
2319
- "privacy": "public",
2320
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2321
- "inheritedFrom": {
2322
- "name": "Anchor",
2323
- "module": "src/anchor/anchor.ts"
2324
- }
2283
+ "name": "rowData",
2284
+ "readonly": true
2325
2285
  },
2326
2286
  {
2327
- "kind": "field",
2328
- "name": "control",
2329
- "type": {
2330
- "text": "HTMLAnchorElement | undefined"
2331
- },
2332
- "privacy": "public",
2333
- "description": "References the root element",
2334
- "inheritedFrom": {
2335
- "name": "Anchor",
2336
- "module": "src/anchor/anchor.ts"
2337
- }
2287
+ "kind": "method",
2288
+ "name": "getLabel",
2289
+ "parameters": [
2290
+ {
2291
+ "name": "name",
2292
+ "type": {
2293
+ "text": "string | ((rowData: any) => string)"
2294
+ }
2295
+ }
2296
+ ]
2338
2297
  },
2339
2298
  {
2340
- "kind": "field",
2341
- "name": "handleUnsupportedDelegatesFocus",
2342
- "privacy": "private",
2343
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2344
- "inheritedFrom": {
2345
- "name": "Anchor",
2346
- "module": "src/anchor/anchor.ts"
2347
- }
2299
+ "kind": "method",
2300
+ "name": "getTemplate",
2301
+ "parameters": [
2302
+ {
2303
+ "name": "prefix",
2304
+ "type": {
2305
+ "text": "string"
2306
+ }
2307
+ }
2308
+ ]
2348
2309
  },
2349
2310
  {
2350
2311
  "kind": "field",
@@ -2457,69 +2418,108 @@
2457
2418
  "module": "src/foundation-element/foundation-element.ts"
2458
2419
  }
2459
2420
  }
2460
- ]
2461
- },
2462
- {
2463
- "kind": "variable",
2464
- "name": "foundationAnchorShadowOptions",
2465
- "type": {
2466
- "text": "ShadowRootInit"
2421
+ ],
2422
+ "attributes": [
2423
+ {
2424
+ "name": "is-vertical",
2425
+ "type": {
2426
+ "text": "boolean"
2427
+ },
2428
+ "default": "false",
2429
+ "fieldName": "isVertical"
2430
+ },
2431
+ {
2432
+ "name": "add-default-actions",
2433
+ "type": {
2434
+ "text": "boolean"
2435
+ },
2436
+ "default": "true",
2437
+ "fieldName": "addDefaultActions"
2438
+ },
2439
+ {
2440
+ "name": "auto-close-on-action",
2441
+ "type": {
2442
+ "text": "boolean"
2443
+ },
2444
+ "default": "true",
2445
+ "fieldName": "autoCloseOnAction"
2446
+ },
2447
+ {
2448
+ "name": "name",
2449
+ "type": {
2450
+ "text": "string"
2451
+ },
2452
+ "default": "'Actions'",
2453
+ "fieldName": "name"
2454
+ },
2455
+ {
2456
+ "name": "open",
2457
+ "type": {
2458
+ "text": "boolean"
2459
+ },
2460
+ "default": "false",
2461
+ "fieldName": "open"
2462
+ },
2463
+ {
2464
+ "name": "buttonAppearance",
2465
+ "type": {
2466
+ "text": "string"
2467
+ },
2468
+ "fieldName": "buttonAppearance"
2469
+ },
2470
+ {
2471
+ "name": "hide-disabled",
2472
+ "type": {
2473
+ "text": "boolean"
2474
+ },
2475
+ "default": "false",
2476
+ "fieldName": "hideDisabled"
2477
+ },
2478
+ {
2479
+ "name": "hide-menu-single-option",
2480
+ "type": {
2481
+ "text": "boolean"
2482
+ },
2483
+ "default": "false",
2484
+ "fieldName": "hideMenuSingleOption"
2485
+ }
2486
+ ],
2487
+ "superclass": {
2488
+ "name": "FoundationElement",
2489
+ "package": "@microsoft/fast-foundation"
2467
2490
  },
2468
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2491
+ "tagName": "%%prefix%%-actions-menu",
2492
+ "customElement": true
2469
2493
  },
2470
2494
  {
2471
2495
  "kind": "variable",
2472
- "name": "defaultAnchorConfig",
2473
- "type": {
2474
- "text": "object"
2475
- },
2476
- "default": "{}"
2477
- },
2478
- {
2479
- "kind": "variable",
2480
- "name": "foundationAnchor",
2481
- "description": "The Foundation Anchor",
2496
+ "name": "foundationActionsMenu",
2497
+ "description": "The Foundation Actions Menu",
2482
2498
  "privacy": "public"
2483
2499
  }
2484
2500
  ],
2485
2501
  "exports": [
2486
2502
  {
2487
2503
  "kind": "js",
2488
- "name": "Anchor",
2489
- "declaration": {
2490
- "name": "Anchor",
2491
- "module": "src/anchor/anchor.ts"
2492
- }
2493
- },
2494
- {
2495
- "kind": "js",
2496
- "name": "foundationAnchorShadowOptions",
2497
- "declaration": {
2498
- "name": "foundationAnchorShadowOptions",
2499
- "module": "src/anchor/anchor.ts"
2500
- }
2501
- },
2502
- {
2503
- "kind": "js",
2504
- "name": "defaultAnchorConfig",
2504
+ "name": "ActionsMenu",
2505
2505
  "declaration": {
2506
- "name": "defaultAnchorConfig",
2507
- "module": "src/anchor/anchor.ts"
2506
+ "name": "ActionsMenu",
2507
+ "module": "src/actions-menu/actions-menu.ts"
2508
2508
  }
2509
2509
  },
2510
2510
  {
2511
2511
  "kind": "js",
2512
- "name": "foundationAnchor",
2512
+ "name": "foundationActionsMenu",
2513
2513
  "declaration": {
2514
- "name": "foundationAnchor",
2515
- "module": "src/anchor/anchor.ts"
2514
+ "name": "foundationActionsMenu",
2515
+ "module": "src/actions-menu/actions-menu.ts"
2516
2516
  }
2517
2517
  }
2518
2518
  ]
2519
2519
  },
2520
2520
  {
2521
2521
  "kind": "javascript-module",
2522
- "path": "src/anchor/index.ts",
2522
+ "path": "src/actions-menu/index.ts",
2523
2523
  "declarations": [],
2524
2524
  "exports": [
2525
2525
  {
@@ -2527,7 +2527,7 @@
2527
2527
  "name": "*",
2528
2528
  "declaration": {
2529
2529
  "name": "*",
2530
- "package": "./anchor.template"
2530
+ "package": "./actions-menu.styles"
2531
2531
  }
2532
2532
  },
2533
2533
  {
@@ -2535,7 +2535,7 @@
2535
2535
  "name": "*",
2536
2536
  "declaration": {
2537
2537
  "name": "*",
2538
- "package": "./anchor.styles"
2538
+ "package": "./actions-menu.template"
2539
2539
  }
2540
2540
  },
2541
2541
  {
@@ -2543,7 +2543,7 @@
2543
2543
  "name": "*",
2544
2544
  "declaration": {
2545
2545
  "name": "*",
2546
- "package": "./anchor"
2546
+ "package": "./actions-menu"
2547
2547
  }
2548
2548
  }
2549
2549
  ]
@@ -28625,7 +28625,7 @@
28625
28625
  },
28626
28626
  {
28627
28627
  "kind": "javascript-module",
28628
- "path": "src/router/index.ts",
28628
+ "path": "src/radio-group/index.ts",
28629
28629
  "declarations": [],
28630
28630
  "exports": [
28631
28631
  {
@@ -28633,7 +28633,7 @@
28633
28633
  "name": "*",
28634
28634
  "declaration": {
28635
28635
  "name": "*",
28636
- "package": "./navItems"
28636
+ "package": "./radio-group.template"
28637
28637
  }
28638
28638
  },
28639
28639
  {
@@ -28641,438 +28641,164 @@
28641
28641
  "name": "*",
28642
28642
  "declaration": {
28643
28643
  "name": "*",
28644
- "package": "./router"
28644
+ "package": "./radio-group.styles"
28645
+ }
28646
+ },
28647
+ {
28648
+ "kind": "js",
28649
+ "name": "*",
28650
+ "declaration": {
28651
+ "name": "*",
28652
+ "package": "./radio-group"
28645
28653
  }
28646
28654
  }
28647
28655
  ]
28648
28656
  },
28649
28657
  {
28650
28658
  "kind": "javascript-module",
28651
- "path": "src/router/navItems.ts",
28659
+ "path": "src/radio-group/radio-group.styles.ts",
28652
28660
  "declarations": [
28653
28661
  {
28654
28662
  "kind": "function",
28655
- "name": "defaultNavItemPredicate",
28663
+ "name": "foundationRadioGroupStyles",
28664
+ "return": {
28665
+ "type": {
28666
+ "text": "ElementStyles"
28667
+ }
28668
+ },
28656
28669
  "parameters": [
28657
28670
  {
28658
- "name": "item",
28671
+ "name": "context",
28659
28672
  "type": {
28660
- "text": "FoundationRouteNavItem"
28673
+ "text": "ElementDefinitionContext"
28674
+ }
28675
+ },
28676
+ {
28677
+ "name": "definition",
28678
+ "type": {
28679
+ "text": "FoundationElementDefinition"
28661
28680
  }
28662
28681
  }
28663
28682
  ]
28664
- },
28683
+ }
28684
+ ],
28685
+ "exports": [
28665
28686
  {
28666
- "kind": "variable",
28667
- "name": "defaultPlacementIndexPadding",
28668
- "type": {
28669
- "text": "number"
28670
- },
28671
- "default": "10"
28672
- },
28687
+ "kind": "js",
28688
+ "name": "foundationRadioGroupStyles",
28689
+ "declaration": {
28690
+ "name": "foundationRadioGroupStyles",
28691
+ "module": "src/radio-group/radio-group.styles.ts"
28692
+ }
28693
+ }
28694
+ ]
28695
+ },
28696
+ {
28697
+ "kind": "javascript-module",
28698
+ "path": "src/radio-group/radio-group.template.ts",
28699
+ "declarations": [
28673
28700
  {
28674
28701
  "kind": "function",
28675
- "name": "getNavItems",
28702
+ "name": "foundationRadioGroupTemplate",
28676
28703
  "return": {
28677
28704
  "type": {
28678
- "text": "FoundationRouteNavItem[]"
28705
+ "text": "ViewTemplate<RadioGroup>"
28679
28706
  }
28680
28707
  },
28681
28708
  "parameters": [
28682
28709
  {
28683
- "name": "routes",
28710
+ "name": "context",
28684
28711
  "type": {
28685
- "text": "FoundationRoute[]"
28712
+ "text": "ElementDefinitionContext"
28686
28713
  }
28687
28714
  },
28688
28715
  {
28689
- "name": "predicate",
28690
- "default": "defaultNavItemPredicate"
28691
- },
28692
- {
28693
- "name": "placementIndexPadding",
28694
- "default": "defaultPlacementIndexPadding"
28716
+ "name": "definition",
28717
+ "type": {
28718
+ "text": "FoundationElementDefinition"
28719
+ }
28695
28720
  }
28696
- ],
28697
- "description": "Get navigation items from routes."
28721
+ ]
28698
28722
  }
28699
28723
  ],
28700
28724
  "exports": [
28701
28725
  {
28702
28726
  "kind": "js",
28703
- "name": "defaultNavItemPredicate",
28704
- "declaration": {
28705
- "name": "defaultNavItemPredicate",
28706
- "module": "src/router/navItems.ts"
28707
- }
28708
- },
28709
- {
28710
- "kind": "js",
28711
- "name": "defaultPlacementIndexPadding",
28712
- "declaration": {
28713
- "name": "defaultPlacementIndexPadding",
28714
- "module": "src/router/navItems.ts"
28715
- }
28716
- },
28717
- {
28718
- "kind": "js",
28719
- "name": "getNavItems",
28727
+ "name": "foundationRadioGroupTemplate",
28720
28728
  "declaration": {
28721
- "name": "getNavItems",
28722
- "module": "src/router/navItems.ts"
28729
+ "name": "foundationRadioGroupTemplate",
28730
+ "module": "src/radio-group/radio-group.template.ts"
28723
28731
  }
28724
28732
  }
28725
28733
  ]
28726
28734
  },
28727
28735
  {
28728
28736
  "kind": "javascript-module",
28729
- "path": "src/router/router.ts",
28737
+ "path": "src/radio-group/radio-group.ts",
28730
28738
  "declarations": [
28731
28739
  {
28732
28740
  "kind": "class",
28733
28741
  "description": "",
28734
- "name": "FoundationRouter",
28735
- "members": [
28736
- {
28737
- "kind": "field",
28738
- "name": "config",
28739
- "type": {
28740
- "text": "FoundationRouterConfiguration | null"
28741
- }
28742
- }
28743
- ],
28742
+ "name": "RadioGroup",
28744
28743
  "superclass": {
28745
- "name": "<local>_undefined",
28746
- "module": "src/router/router.ts"
28747
- }
28748
- },
28749
- {
28750
- "kind": "class",
28751
- "description": "",
28752
- "name": "FoundationRouteCollection",
28753
- "members": [
28744
+ "name": "FASTRadioGroup",
28745
+ "package": "@microsoft/fast-components"
28746
+ },
28747
+ "tagName": "%%prefix%%-radio-group",
28748
+ "customElement": true,
28749
+ "attributes": [
28754
28750
  {
28755
- "kind": "field",
28756
- "name": "definitions",
28751
+ "name": "readonly",
28757
28752
  "type": {
28758
- "text": "FoundationRoute<TSettings>[]"
28753
+ "text": "boolean"
28759
28754
  },
28760
- "default": "[]"
28755
+ "description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
28756
+ "fieldName": "readOnly",
28757
+ "inheritedFrom": {
28758
+ "name": "RadioGroup",
28759
+ "module": "src/radio-group/radio-group.ts"
28760
+ }
28761
28761
  },
28762
28762
  {
28763
- "kind": "method",
28764
- "name": "map",
28765
- "parameters": [
28766
- {
28767
- "name": "routes",
28768
- "type": {
28769
- "text": "FoundationRoute<TSettings>[]"
28770
- }
28771
- }
28772
- ]
28773
- }
28774
- ],
28775
- "superclass": {
28776
- "name": "RouteCollection",
28777
- "package": "@microsoft/fast-router"
28778
- }
28779
- },
28780
- {
28781
- "kind": "class",
28782
- "description": "",
28783
- "name": "FoundationRouterConfiguration",
28784
- "members": [
28785
- {
28786
- "kind": "field",
28787
- "name": "container",
28763
+ "name": "disabled",
28788
28764
  "type": {
28789
- "text": "Container"
28765
+ "text": "boolean"
28790
28766
  },
28791
- "privacy": "protected"
28767
+ "description": "Disables the radio group and child radios.",
28768
+ "fieldName": "disabled",
28769
+ "inheritedFrom": {
28770
+ "name": "RadioGroup",
28771
+ "module": "src/radio-group/radio-group.ts"
28772
+ }
28792
28773
  },
28793
28774
  {
28794
- "kind": "field",
28795
- "name": "analytics",
28775
+ "name": "name",
28796
28776
  "type": {
28797
- "text": "FoundationAnalytics"
28777
+ "text": "string"
28798
28778
  },
28799
- "privacy": "protected"
28779
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
28780
+ "fieldName": "name",
28781
+ "inheritedFrom": {
28782
+ "name": "RadioGroup",
28783
+ "module": "src/radio-group/radio-group.ts"
28784
+ }
28800
28785
  },
28801
28786
  {
28802
- "kind": "field",
28803
- "name": "user",
28787
+ "name": "value",
28804
28788
  "type": {
28805
- "text": "User"
28789
+ "text": "string"
28806
28790
  },
28807
- "privacy": "public"
28791
+ "description": "The value of the checked radio",
28792
+ "fieldName": "value",
28793
+ "inheritedFrom": {
28794
+ "name": "RadioGroup",
28795
+ "module": "src/radio-group/radio-group.ts"
28796
+ }
28808
28797
  },
28809
28798
  {
28810
- "kind": "field",
28811
- "name": "routes",
28799
+ "name": "orientation",
28812
28800
  "type": {
28813
- "text": "FoundationRouteCollection<TSettings>"
28814
- },
28815
- "privacy": "public",
28816
- "readonly": true,
28817
- "default": "new FoundationRouteCollection<TSettings>(this)"
28818
- },
28819
- {
28820
- "kind": "method",
28821
- "name": "getNavItems",
28822
- "return": {
28823
- "type": {
28824
- "text": "FoundationRouteNavItem[]"
28825
- }
28826
- },
28827
- "parameters": [
28828
- {
28829
- "name": "predicate",
28830
- "default": "defaultNavItemPredicate",
28831
- "type": {
28832
- "text": "NavItemPredicate"
28833
- }
28834
- }
28835
- ]
28836
- },
28837
- {
28838
- "kind": "method",
28839
- "name": "configureAnalytics"
28840
- },
28841
- {
28842
- "kind": "method",
28843
- "name": "construct",
28844
- "return": {
28845
- "type": {
28846
- "text": "T"
28847
- }
28848
- },
28849
- "parameters": [
28850
- {
28851
- "name": "Type",
28852
- "type": {
28853
- "text": "Constructable<T>"
28854
- }
28855
- }
28856
- ]
28857
- }
28858
- ],
28859
- "superclass": {
28860
- "name": "RouterConfiguration",
28861
- "package": "@microsoft/fast-router"
28862
- }
28863
- }
28864
- ],
28865
- "exports": [
28866
- {
28867
- "kind": "js",
28868
- "name": "FoundationRouter",
28869
- "declaration": {
28870
- "name": "FoundationRouter",
28871
- "module": "src/router/router.ts"
28872
- }
28873
- },
28874
- {
28875
- "kind": "custom-element-definition",
28876
- "name": "foundation-router",
28877
- "declaration": {
28878
- "name": "FoundationRouter",
28879
- "module": "src/router/router.ts"
28880
- }
28881
- },
28882
- {
28883
- "kind": "js",
28884
- "name": "FoundationRouteCollection",
28885
- "declaration": {
28886
- "name": "FoundationRouteCollection",
28887
- "module": "src/router/router.ts"
28888
- }
28889
- },
28890
- {
28891
- "kind": "js",
28892
- "name": "FoundationRouterConfiguration",
28893
- "declaration": {
28894
- "name": "FoundationRouterConfiguration",
28895
- "module": "src/router/router.ts"
28896
- }
28897
- }
28898
- ]
28899
- },
28900
- {
28901
- "kind": "javascript-module",
28902
- "path": "src/radio-group/index.ts",
28903
- "declarations": [],
28904
- "exports": [
28905
- {
28906
- "kind": "js",
28907
- "name": "*",
28908
- "declaration": {
28909
- "name": "*",
28910
- "package": "./radio-group.template"
28911
- }
28912
- },
28913
- {
28914
- "kind": "js",
28915
- "name": "*",
28916
- "declaration": {
28917
- "name": "*",
28918
- "package": "./radio-group.styles"
28919
- }
28920
- },
28921
- {
28922
- "kind": "js",
28923
- "name": "*",
28924
- "declaration": {
28925
- "name": "*",
28926
- "package": "./radio-group"
28927
- }
28928
- }
28929
- ]
28930
- },
28931
- {
28932
- "kind": "javascript-module",
28933
- "path": "src/radio-group/radio-group.styles.ts",
28934
- "declarations": [
28935
- {
28936
- "kind": "function",
28937
- "name": "foundationRadioGroupStyles",
28938
- "return": {
28939
- "type": {
28940
- "text": "ElementStyles"
28941
- }
28942
- },
28943
- "parameters": [
28944
- {
28945
- "name": "context",
28946
- "type": {
28947
- "text": "ElementDefinitionContext"
28948
- }
28949
- },
28950
- {
28951
- "name": "definition",
28952
- "type": {
28953
- "text": "FoundationElementDefinition"
28954
- }
28955
- }
28956
- ]
28957
- }
28958
- ],
28959
- "exports": [
28960
- {
28961
- "kind": "js",
28962
- "name": "foundationRadioGroupStyles",
28963
- "declaration": {
28964
- "name": "foundationRadioGroupStyles",
28965
- "module": "src/radio-group/radio-group.styles.ts"
28966
- }
28967
- }
28968
- ]
28969
- },
28970
- {
28971
- "kind": "javascript-module",
28972
- "path": "src/radio-group/radio-group.template.ts",
28973
- "declarations": [
28974
- {
28975
- "kind": "function",
28976
- "name": "foundationRadioGroupTemplate",
28977
- "return": {
28978
- "type": {
28979
- "text": "ViewTemplate<RadioGroup>"
28980
- }
28981
- },
28982
- "parameters": [
28983
- {
28984
- "name": "context",
28985
- "type": {
28986
- "text": "ElementDefinitionContext"
28987
- }
28988
- },
28989
- {
28990
- "name": "definition",
28991
- "type": {
28992
- "text": "FoundationElementDefinition"
28993
- }
28994
- }
28995
- ]
28996
- }
28997
- ],
28998
- "exports": [
28999
- {
29000
- "kind": "js",
29001
- "name": "foundationRadioGroupTemplate",
29002
- "declaration": {
29003
- "name": "foundationRadioGroupTemplate",
29004
- "module": "src/radio-group/radio-group.template.ts"
29005
- }
29006
- }
29007
- ]
29008
- },
29009
- {
29010
- "kind": "javascript-module",
29011
- "path": "src/radio-group/radio-group.ts",
29012
- "declarations": [
29013
- {
29014
- "kind": "class",
29015
- "description": "",
29016
- "name": "RadioGroup",
29017
- "superclass": {
29018
- "name": "FASTRadioGroup",
29019
- "package": "@microsoft/fast-components"
29020
- },
29021
- "tagName": "%%prefix%%-radio-group",
29022
- "customElement": true,
29023
- "attributes": [
29024
- {
29025
- "name": "readonly",
29026
- "type": {
29027
- "text": "boolean"
29028
- },
29029
- "description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
29030
- "fieldName": "readOnly",
29031
- "inheritedFrom": {
29032
- "name": "RadioGroup",
29033
- "module": "src/radio-group/radio-group.ts"
29034
- }
29035
- },
29036
- {
29037
- "name": "disabled",
29038
- "type": {
29039
- "text": "boolean"
29040
- },
29041
- "description": "Disables the radio group and child radios.",
29042
- "fieldName": "disabled",
29043
- "inheritedFrom": {
29044
- "name": "RadioGroup",
29045
- "module": "src/radio-group/radio-group.ts"
29046
- }
29047
- },
29048
- {
29049
- "name": "name",
29050
- "type": {
29051
- "text": "string"
29052
- },
29053
- "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
29054
- "fieldName": "name",
29055
- "inheritedFrom": {
29056
- "name": "RadioGroup",
29057
- "module": "src/radio-group/radio-group.ts"
29058
- }
29059
- },
29060
- {
29061
- "name": "value",
29062
- "type": {
29063
- "text": "string"
29064
- },
29065
- "description": "The value of the checked radio",
29066
- "fieldName": "value",
29067
- "inheritedFrom": {
29068
- "name": "RadioGroup",
29069
- "module": "src/radio-group/radio-group.ts"
29070
- }
29071
- },
29072
- {
29073
- "name": "orientation",
29074
- "type": {
29075
- "text": "Orientation | \"horizontal\" | \"vertical\""
28801
+ "text": "Orientation | \"horizontal\" | \"vertical\""
29076
28802
  },
29077
28803
  "description": "The orientation of the group",
29078
28804
  "fieldName": "orientation",
@@ -29288,306 +29014,580 @@
29288
29014
  },
29289
29015
  "privacy": "private",
29290
29016
  "inheritedFrom": {
29291
- "name": "RadioGroup",
29292
- "module": "src/radio-group/radio-group.ts"
29017
+ "name": "RadioGroup",
29018
+ "module": "src/radio-group/radio-group.ts"
29019
+ }
29020
+ },
29021
+ {
29022
+ "kind": "field",
29023
+ "name": "isInsideToolbar",
29024
+ "type": {
29025
+ "text": "boolean"
29026
+ },
29027
+ "privacy": "private",
29028
+ "inheritedFrom": {
29029
+ "name": "RadioGroup",
29030
+ "module": "src/radio-group/radio-group.ts"
29031
+ }
29032
+ },
29033
+ {
29034
+ "kind": "field",
29035
+ "name": "isInsideFoundationToolbar",
29036
+ "type": {
29037
+ "text": "boolean"
29038
+ },
29039
+ "privacy": "private",
29040
+ "inheritedFrom": {
29041
+ "name": "RadioGroup",
29042
+ "module": "src/radio-group/radio-group.ts"
29043
+ }
29044
+ },
29045
+ {
29046
+ "kind": "method",
29047
+ "name": "setupRadioButtons",
29048
+ "privacy": "private",
29049
+ "return": {
29050
+ "type": {
29051
+ "text": "void"
29052
+ }
29053
+ },
29054
+ "inheritedFrom": {
29055
+ "name": "RadioGroup",
29056
+ "module": "src/radio-group/radio-group.ts"
29057
+ }
29058
+ },
29059
+ {
29060
+ "kind": "field",
29061
+ "name": "radioChangeHandler",
29062
+ "privacy": "private",
29063
+ "inheritedFrom": {
29064
+ "name": "RadioGroup",
29065
+ "module": "src/radio-group/radio-group.ts"
29066
+ }
29067
+ },
29068
+ {
29069
+ "kind": "field",
29070
+ "name": "moveToRadioByIndex",
29071
+ "privacy": "private",
29072
+ "inheritedFrom": {
29073
+ "name": "RadioGroup",
29074
+ "module": "src/radio-group/radio-group.ts"
29075
+ }
29076
+ },
29077
+ {
29078
+ "kind": "field",
29079
+ "name": "moveRightOffGroup",
29080
+ "privacy": "private",
29081
+ "inheritedFrom": {
29082
+ "name": "RadioGroup",
29083
+ "module": "src/radio-group/radio-group.ts"
29084
+ }
29085
+ },
29086
+ {
29087
+ "kind": "field",
29088
+ "name": "moveLeftOffGroup",
29089
+ "privacy": "private",
29090
+ "inheritedFrom": {
29091
+ "name": "RadioGroup",
29092
+ "module": "src/radio-group/radio-group.ts"
29093
+ }
29094
+ },
29095
+ {
29096
+ "kind": "field",
29097
+ "name": "shouldMoveOffGroupToTheRight",
29098
+ "privacy": "private",
29099
+ "inheritedFrom": {
29100
+ "name": "RadioGroup",
29101
+ "module": "src/radio-group/radio-group.ts"
29102
+ }
29103
+ },
29104
+ {
29105
+ "kind": "field",
29106
+ "name": "shouldMoveOffGroupToTheLeft",
29107
+ "privacy": "private",
29108
+ "inheritedFrom": {
29109
+ "name": "RadioGroup",
29110
+ "module": "src/radio-group/radio-group.ts"
29111
+ }
29112
+ },
29113
+ {
29114
+ "kind": "field",
29115
+ "name": "checkFocusedRadio",
29116
+ "privacy": "private",
29117
+ "inheritedFrom": {
29118
+ "name": "RadioGroup",
29119
+ "module": "src/radio-group/radio-group.ts"
29120
+ }
29121
+ },
29122
+ {
29123
+ "kind": "field",
29124
+ "name": "moveRight",
29125
+ "privacy": "private",
29126
+ "inheritedFrom": {
29127
+ "name": "RadioGroup",
29128
+ "module": "src/radio-group/radio-group.ts"
29129
+ }
29130
+ },
29131
+ {
29132
+ "kind": "field",
29133
+ "name": "moveLeft",
29134
+ "privacy": "private",
29135
+ "inheritedFrom": {
29136
+ "name": "RadioGroup",
29137
+ "module": "src/radio-group/radio-group.ts"
29138
+ }
29139
+ },
29140
+ {
29141
+ "kind": "field",
29142
+ "name": "_presentation",
29143
+ "type": {
29144
+ "text": "ComponentPresentation | null | undefined"
29145
+ },
29146
+ "privacy": "private",
29147
+ "default": "void 0",
29148
+ "inheritedFrom": {
29149
+ "name": "FoundationElement",
29150
+ "module": "src/foundation-element/foundation-element.ts"
29293
29151
  }
29294
29152
  },
29295
29153
  {
29296
29154
  "kind": "field",
29297
- "name": "isInsideToolbar",
29155
+ "name": "$presentation",
29298
29156
  "type": {
29299
- "text": "boolean"
29157
+ "text": "ComponentPresentation | null"
29300
29158
  },
29301
- "privacy": "private",
29159
+ "privacy": "public",
29160
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29302
29161
  "inheritedFrom": {
29303
- "name": "RadioGroup",
29304
- "module": "src/radio-group/radio-group.ts"
29162
+ "name": "FoundationElement",
29163
+ "module": "src/foundation-element/foundation-element.ts"
29305
29164
  }
29306
29165
  },
29307
29166
  {
29308
29167
  "kind": "field",
29309
- "name": "isInsideFoundationToolbar",
29168
+ "name": "template",
29310
29169
  "type": {
29311
- "text": "boolean"
29170
+ "text": "ElementViewTemplate | void | null"
29312
29171
  },
29313
- "privacy": "private",
29172
+ "privacy": "public",
29173
+ "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.",
29314
29174
  "inheritedFrom": {
29315
- "name": "RadioGroup",
29316
- "module": "src/radio-group/radio-group.ts"
29175
+ "name": "FoundationElement",
29176
+ "module": "src/foundation-element/foundation-element.ts"
29317
29177
  }
29318
29178
  },
29319
29179
  {
29320
29180
  "kind": "method",
29321
- "name": "setupRadioButtons",
29322
- "privacy": "private",
29181
+ "name": "templateChanged",
29182
+ "privacy": "protected",
29323
29183
  "return": {
29324
29184
  "type": {
29325
29185
  "text": "void"
29326
29186
  }
29327
29187
  },
29328
29188
  "inheritedFrom": {
29329
- "name": "RadioGroup",
29330
- "module": "src/radio-group/radio-group.ts"
29189
+ "name": "FoundationElement",
29190
+ "module": "src/foundation-element/foundation-element.ts"
29331
29191
  }
29332
29192
  },
29333
29193
  {
29334
29194
  "kind": "field",
29335
- "name": "radioChangeHandler",
29336
- "privacy": "private",
29195
+ "name": "styles",
29196
+ "type": {
29197
+ "text": "ElementStyles | void | null"
29198
+ },
29199
+ "privacy": "public",
29200
+ "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.",
29337
29201
  "inheritedFrom": {
29338
- "name": "RadioGroup",
29339
- "module": "src/radio-group/radio-group.ts"
29202
+ "name": "FoundationElement",
29203
+ "module": "src/foundation-element/foundation-element.ts"
29340
29204
  }
29341
29205
  },
29342
29206
  {
29343
- "kind": "field",
29344
- "name": "moveToRadioByIndex",
29345
- "privacy": "private",
29207
+ "kind": "method",
29208
+ "name": "stylesChanged",
29209
+ "privacy": "protected",
29210
+ "return": {
29211
+ "type": {
29212
+ "text": "void"
29213
+ }
29214
+ },
29346
29215
  "inheritedFrom": {
29347
- "name": "RadioGroup",
29348
- "module": "src/radio-group/radio-group.ts"
29216
+ "name": "FoundationElement",
29217
+ "module": "src/foundation-element/foundation-element.ts"
29349
29218
  }
29350
29219
  },
29351
29220
  {
29352
- "kind": "field",
29353
- "name": "moveRightOffGroup",
29354
- "privacy": "private",
29221
+ "kind": "method",
29222
+ "name": "compose",
29223
+ "privacy": "public",
29224
+ "static": true,
29225
+ "return": {
29226
+ "type": {
29227
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
29228
+ }
29229
+ },
29230
+ "parameters": [
29231
+ {
29232
+ "name": "this",
29233
+ "type": {
29234
+ "text": "K"
29235
+ }
29236
+ },
29237
+ {
29238
+ "name": "elementDefinition",
29239
+ "type": {
29240
+ "text": "T"
29241
+ },
29242
+ "description": "The definition of the element to create the registry\nfunction for."
29243
+ }
29244
+ ],
29245
+ "description": "Defines an element registry function with a set of element definition defaults.",
29355
29246
  "inheritedFrom": {
29356
- "name": "RadioGroup",
29357
- "module": "src/radio-group/radio-group.ts"
29247
+ "name": "FoundationElement",
29248
+ "module": "src/foundation-element/foundation-element.ts"
29358
29249
  }
29359
- },
29250
+ }
29251
+ ],
29252
+ "events": [
29360
29253
  {
29361
- "kind": "field",
29362
- "name": "moveLeftOffGroup",
29363
- "privacy": "private",
29254
+ "description": "Fires a custom 'change' event when the value changes",
29255
+ "name": "change",
29364
29256
  "inheritedFrom": {
29365
29257
  "name": "RadioGroup",
29366
29258
  "module": "src/radio-group/radio-group.ts"
29367
29259
  }
29368
- },
29260
+ }
29261
+ ]
29262
+ },
29263
+ {
29264
+ "kind": "variable",
29265
+ "name": "foundationRadioGroupShadowOptions",
29266
+ "type": {
29267
+ "text": "ShadowRootInit"
29268
+ },
29269
+ "default": "undefined"
29270
+ },
29271
+ {
29272
+ "kind": "variable",
29273
+ "name": "defaultRadioGroupConfig",
29274
+ "type": {
29275
+ "text": "object"
29276
+ },
29277
+ "default": "{}"
29278
+ },
29279
+ {
29280
+ "kind": "variable",
29281
+ "name": "foundationRadioGroup",
29282
+ "description": "The Foundation Radio Group",
29283
+ "privacy": "public"
29284
+ }
29285
+ ],
29286
+ "exports": [
29287
+ {
29288
+ "kind": "js",
29289
+ "name": "RadioGroup",
29290
+ "declaration": {
29291
+ "name": "RadioGroup",
29292
+ "module": "src/radio-group/radio-group.ts"
29293
+ }
29294
+ },
29295
+ {
29296
+ "kind": "js",
29297
+ "name": "foundationRadioGroupShadowOptions",
29298
+ "declaration": {
29299
+ "name": "foundationRadioGroupShadowOptions",
29300
+ "module": "src/radio-group/radio-group.ts"
29301
+ }
29302
+ },
29303
+ {
29304
+ "kind": "js",
29305
+ "name": "defaultRadioGroupConfig",
29306
+ "declaration": {
29307
+ "name": "defaultRadioGroupConfig",
29308
+ "module": "src/radio-group/radio-group.ts"
29309
+ }
29310
+ },
29311
+ {
29312
+ "kind": "js",
29313
+ "name": "foundationRadioGroup",
29314
+ "declaration": {
29315
+ "name": "foundationRadioGroup",
29316
+ "module": "src/radio-group/radio-group.ts"
29317
+ }
29318
+ }
29319
+ ]
29320
+ },
29321
+ {
29322
+ "kind": "javascript-module",
29323
+ "path": "src/router/index.ts",
29324
+ "declarations": [],
29325
+ "exports": [
29326
+ {
29327
+ "kind": "js",
29328
+ "name": "*",
29329
+ "declaration": {
29330
+ "name": "*",
29331
+ "package": "./navItems"
29332
+ }
29333
+ },
29334
+ {
29335
+ "kind": "js",
29336
+ "name": "*",
29337
+ "declaration": {
29338
+ "name": "*",
29339
+ "package": "./router"
29340
+ }
29341
+ }
29342
+ ]
29343
+ },
29344
+ {
29345
+ "kind": "javascript-module",
29346
+ "path": "src/router/navItems.ts",
29347
+ "declarations": [
29348
+ {
29349
+ "kind": "function",
29350
+ "name": "defaultNavItemPredicate",
29351
+ "parameters": [
29369
29352
  {
29370
- "kind": "field",
29371
- "name": "shouldMoveOffGroupToTheRight",
29372
- "privacy": "private",
29373
- "inheritedFrom": {
29374
- "name": "RadioGroup",
29375
- "module": "src/radio-group/radio-group.ts"
29353
+ "name": "item",
29354
+ "type": {
29355
+ "text": "FoundationRouteNavItem"
29356
+ }
29357
+ }
29358
+ ]
29359
+ },
29360
+ {
29361
+ "kind": "variable",
29362
+ "name": "defaultPlacementIndexPadding",
29363
+ "type": {
29364
+ "text": "number"
29365
+ },
29366
+ "default": "10"
29367
+ },
29368
+ {
29369
+ "kind": "function",
29370
+ "name": "getNavItems",
29371
+ "return": {
29372
+ "type": {
29373
+ "text": "FoundationRouteNavItem[]"
29374
+ }
29375
+ },
29376
+ "parameters": [
29377
+ {
29378
+ "name": "routes",
29379
+ "type": {
29380
+ "text": "FoundationRoute[]"
29376
29381
  }
29377
29382
  },
29383
+ {
29384
+ "name": "predicate",
29385
+ "default": "defaultNavItemPredicate"
29386
+ },
29387
+ {
29388
+ "name": "placementIndexPadding",
29389
+ "default": "defaultPlacementIndexPadding"
29390
+ }
29391
+ ],
29392
+ "description": "Get navigation items from routes."
29393
+ }
29394
+ ],
29395
+ "exports": [
29396
+ {
29397
+ "kind": "js",
29398
+ "name": "defaultNavItemPredicate",
29399
+ "declaration": {
29400
+ "name": "defaultNavItemPredicate",
29401
+ "module": "src/router/navItems.ts"
29402
+ }
29403
+ },
29404
+ {
29405
+ "kind": "js",
29406
+ "name": "defaultPlacementIndexPadding",
29407
+ "declaration": {
29408
+ "name": "defaultPlacementIndexPadding",
29409
+ "module": "src/router/navItems.ts"
29410
+ }
29411
+ },
29412
+ {
29413
+ "kind": "js",
29414
+ "name": "getNavItems",
29415
+ "declaration": {
29416
+ "name": "getNavItems",
29417
+ "module": "src/router/navItems.ts"
29418
+ }
29419
+ }
29420
+ ]
29421
+ },
29422
+ {
29423
+ "kind": "javascript-module",
29424
+ "path": "src/router/router.ts",
29425
+ "declarations": [
29426
+ {
29427
+ "kind": "class",
29428
+ "description": "",
29429
+ "name": "FoundationRouter",
29430
+ "members": [
29378
29431
  {
29379
29432
  "kind": "field",
29380
- "name": "shouldMoveOffGroupToTheLeft",
29381
- "privacy": "private",
29382
- "inheritedFrom": {
29383
- "name": "RadioGroup",
29384
- "module": "src/radio-group/radio-group.ts"
29433
+ "name": "config",
29434
+ "type": {
29435
+ "text": "FoundationRouterConfiguration | null"
29385
29436
  }
29386
- },
29437
+ }
29438
+ ],
29439
+ "superclass": {
29440
+ "name": "<local>_undefined",
29441
+ "module": "src/router/router.ts"
29442
+ }
29443
+ },
29444
+ {
29445
+ "kind": "class",
29446
+ "description": "",
29447
+ "name": "FoundationRouteCollection",
29448
+ "members": [
29387
29449
  {
29388
29450
  "kind": "field",
29389
- "name": "checkFocusedRadio",
29390
- "privacy": "private",
29391
- "inheritedFrom": {
29392
- "name": "RadioGroup",
29393
- "module": "src/radio-group/radio-group.ts"
29394
- }
29451
+ "name": "definitions",
29452
+ "type": {
29453
+ "text": "FoundationRoute<TSettings>[]"
29454
+ },
29455
+ "default": "[]"
29395
29456
  },
29396
29457
  {
29397
- "kind": "field",
29398
- "name": "moveRight",
29399
- "privacy": "private",
29400
- "inheritedFrom": {
29401
- "name": "RadioGroup",
29402
- "module": "src/radio-group/radio-group.ts"
29403
- }
29404
- },
29458
+ "kind": "method",
29459
+ "name": "map",
29460
+ "parameters": [
29461
+ {
29462
+ "name": "routes",
29463
+ "type": {
29464
+ "text": "FoundationRoute<TSettings>[]"
29465
+ }
29466
+ }
29467
+ ]
29468
+ }
29469
+ ],
29470
+ "superclass": {
29471
+ "name": "RouteCollection",
29472
+ "package": "@microsoft/fast-router"
29473
+ }
29474
+ },
29475
+ {
29476
+ "kind": "class",
29477
+ "description": "",
29478
+ "name": "FoundationRouterConfiguration",
29479
+ "members": [
29405
29480
  {
29406
29481
  "kind": "field",
29407
- "name": "moveLeft",
29408
- "privacy": "private",
29409
- "inheritedFrom": {
29410
- "name": "RadioGroup",
29411
- "module": "src/radio-group/radio-group.ts"
29412
- }
29482
+ "name": "container",
29483
+ "type": {
29484
+ "text": "Container"
29485
+ },
29486
+ "privacy": "protected"
29413
29487
  },
29414
29488
  {
29415
29489
  "kind": "field",
29416
- "name": "_presentation",
29490
+ "name": "analytics",
29417
29491
  "type": {
29418
- "text": "ComponentPresentation | null | undefined"
29492
+ "text": "FoundationAnalytics"
29419
29493
  },
29420
- "privacy": "private",
29421
- "default": "void 0",
29422
- "inheritedFrom": {
29423
- "name": "FoundationElement",
29424
- "module": "src/foundation-element/foundation-element.ts"
29425
- }
29494
+ "privacy": "protected"
29426
29495
  },
29427
29496
  {
29428
29497
  "kind": "field",
29429
- "name": "$presentation",
29498
+ "name": "user",
29430
29499
  "type": {
29431
- "text": "ComponentPresentation | null"
29500
+ "text": "User"
29432
29501
  },
29433
- "privacy": "public",
29434
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29435
- "inheritedFrom": {
29436
- "name": "FoundationElement",
29437
- "module": "src/foundation-element/foundation-element.ts"
29438
- }
29502
+ "privacy": "public"
29439
29503
  },
29440
29504
  {
29441
29505
  "kind": "field",
29442
- "name": "template",
29506
+ "name": "routes",
29443
29507
  "type": {
29444
- "text": "ElementViewTemplate | void | null"
29508
+ "text": "FoundationRouteCollection<TSettings>"
29445
29509
  },
29446
29510
  "privacy": "public",
29447
- "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.",
29448
- "inheritedFrom": {
29449
- "name": "FoundationElement",
29450
- "module": "src/foundation-element/foundation-element.ts"
29451
- }
29511
+ "readonly": true,
29512
+ "default": "new FoundationRouteCollection<TSettings>(this)"
29452
29513
  },
29453
29514
  {
29454
29515
  "kind": "method",
29455
- "name": "templateChanged",
29456
- "privacy": "protected",
29516
+ "name": "getNavItems",
29457
29517
  "return": {
29458
29518
  "type": {
29459
- "text": "void"
29519
+ "text": "FoundationRouteNavItem[]"
29460
29520
  }
29461
29521
  },
29462
- "inheritedFrom": {
29463
- "name": "FoundationElement",
29464
- "module": "src/foundation-element/foundation-element.ts"
29465
- }
29466
- },
29467
- {
29468
- "kind": "field",
29469
- "name": "styles",
29470
- "type": {
29471
- "text": "ElementStyles | void | null"
29472
- },
29473
- "privacy": "public",
29474
- "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.",
29475
- "inheritedFrom": {
29476
- "name": "FoundationElement",
29477
- "module": "src/foundation-element/foundation-element.ts"
29478
- }
29522
+ "parameters": [
29523
+ {
29524
+ "name": "predicate",
29525
+ "default": "defaultNavItemPredicate",
29526
+ "type": {
29527
+ "text": "NavItemPredicate"
29528
+ }
29529
+ }
29530
+ ]
29479
29531
  },
29480
29532
  {
29481
29533
  "kind": "method",
29482
- "name": "stylesChanged",
29483
- "privacy": "protected",
29484
- "return": {
29485
- "type": {
29486
- "text": "void"
29487
- }
29488
- },
29489
- "inheritedFrom": {
29490
- "name": "FoundationElement",
29491
- "module": "src/foundation-element/foundation-element.ts"
29492
- }
29534
+ "name": "configureAnalytics"
29493
29535
  },
29494
29536
  {
29495
29537
  "kind": "method",
29496
- "name": "compose",
29497
- "privacy": "public",
29498
- "static": true,
29538
+ "name": "construct",
29499
29539
  "return": {
29500
29540
  "type": {
29501
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
29541
+ "text": "T"
29502
29542
  }
29503
29543
  },
29504
29544
  "parameters": [
29505
29545
  {
29506
- "name": "this",
29546
+ "name": "Type",
29507
29547
  "type": {
29508
- "text": "K"
29548
+ "text": "Constructable<T>"
29509
29549
  }
29510
- },
29511
- {
29512
- "name": "elementDefinition",
29513
- "type": {
29514
- "text": "T"
29515
- },
29516
- "description": "The definition of the element to create the registry\nfunction for."
29517
29550
  }
29518
- ],
29519
- "description": "Defines an element registry function with a set of element definition defaults.",
29520
- "inheritedFrom": {
29521
- "name": "FoundationElement",
29522
- "module": "src/foundation-element/foundation-element.ts"
29523
- }
29551
+ ]
29524
29552
  }
29525
29553
  ],
29526
- "events": [
29527
- {
29528
- "description": "Fires a custom 'change' event when the value changes",
29529
- "name": "change",
29530
- "inheritedFrom": {
29531
- "name": "RadioGroup",
29532
- "module": "src/radio-group/radio-group.ts"
29533
- }
29534
- }
29535
- ]
29536
- },
29537
- {
29538
- "kind": "variable",
29539
- "name": "foundationRadioGroupShadowOptions",
29540
- "type": {
29541
- "text": "ShadowRootInit"
29542
- },
29543
- "default": "undefined"
29544
- },
29545
- {
29546
- "kind": "variable",
29547
- "name": "defaultRadioGroupConfig",
29548
- "type": {
29549
- "text": "object"
29550
- },
29551
- "default": "{}"
29552
- },
29553
- {
29554
- "kind": "variable",
29555
- "name": "foundationRadioGroup",
29556
- "description": "The Foundation Radio Group",
29557
- "privacy": "public"
29554
+ "superclass": {
29555
+ "name": "RouterConfiguration",
29556
+ "package": "@microsoft/fast-router"
29557
+ }
29558
29558
  }
29559
29559
  ],
29560
29560
  "exports": [
29561
29561
  {
29562
29562
  "kind": "js",
29563
- "name": "RadioGroup",
29563
+ "name": "FoundationRouter",
29564
29564
  "declaration": {
29565
- "name": "RadioGroup",
29566
- "module": "src/radio-group/radio-group.ts"
29565
+ "name": "FoundationRouter",
29566
+ "module": "src/router/router.ts"
29567
29567
  }
29568
29568
  },
29569
29569
  {
29570
- "kind": "js",
29571
- "name": "foundationRadioGroupShadowOptions",
29570
+ "kind": "custom-element-definition",
29571
+ "name": "foundation-router",
29572
29572
  "declaration": {
29573
- "name": "foundationRadioGroupShadowOptions",
29574
- "module": "src/radio-group/radio-group.ts"
29573
+ "name": "FoundationRouter",
29574
+ "module": "src/router/router.ts"
29575
29575
  }
29576
29576
  },
29577
29577
  {
29578
29578
  "kind": "js",
29579
- "name": "defaultRadioGroupConfig",
29579
+ "name": "FoundationRouteCollection",
29580
29580
  "declaration": {
29581
- "name": "defaultRadioGroupConfig",
29582
- "module": "src/radio-group/radio-group.ts"
29581
+ "name": "FoundationRouteCollection",
29582
+ "module": "src/router/router.ts"
29583
29583
  }
29584
29584
  },
29585
29585
  {
29586
29586
  "kind": "js",
29587
- "name": "foundationRadioGroup",
29587
+ "name": "FoundationRouterConfiguration",
29588
29588
  "declaration": {
29589
- "name": "foundationRadioGroup",
29590
- "module": "src/radio-group/radio-group.ts"
29589
+ "name": "FoundationRouterConfiguration",
29590
+ "module": "src/router/router.ts"
29591
29591
  }
29592
29592
  }
29593
29593
  ]