@genesislcap/foundation-ui 14.238.1 → 14.239.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 +1686 -1686
  2. package/package.json +16 -16
@@ -819,264 +819,6 @@
819
819
  }
820
820
  ]
821
821
  },
822
- {
823
- "kind": "javascript-module",
824
- "path": "src/_common/icons.ts",
825
- "declarations": [
826
- {
827
- "kind": "function",
828
- "name": "closeIcon",
829
- "parameters": [
830
- {
831
- "name": "slot",
832
- "default": "'start'"
833
- },
834
- {
835
- "name": "fill",
836
- "default": "'#879ba6'"
837
- }
838
- ]
839
- }
840
- ],
841
- "exports": [
842
- {
843
- "kind": "js",
844
- "name": "closeIcon",
845
- "declaration": {
846
- "name": "closeIcon",
847
- "module": "src/_common/icons.ts"
848
- }
849
- }
850
- ]
851
- },
852
- {
853
- "kind": "javascript-module",
854
- "path": "src/_common/index.ts",
855
- "declarations": [],
856
- "exports": [
857
- {
858
- "kind": "js",
859
- "name": "*",
860
- "declaration": {
861
- "name": "*",
862
- "package": "./icons"
863
- }
864
- }
865
- ]
866
- },
867
- {
868
- "kind": "javascript-module",
869
- "path": "src/accordion/accordion.styles.ts",
870
- "declarations": [
871
- {
872
- "kind": "function",
873
- "name": "foundationAccordionStyles",
874
- "return": {
875
- "type": {
876
- "text": "ElementStyles"
877
- }
878
- },
879
- "parameters": [
880
- {
881
- "name": "context",
882
- "type": {
883
- "text": "ElementDefinitionContext"
884
- }
885
- },
886
- {
887
- "name": "definition",
888
- "type": {
889
- "text": "FoundationElementDefinition"
890
- }
891
- }
892
- ]
893
- }
894
- ],
895
- "exports": [
896
- {
897
- "kind": "js",
898
- "name": "foundationAccordionStyles",
899
- "declaration": {
900
- "name": "foundationAccordionStyles",
901
- "module": "src/accordion/accordion.styles.ts"
902
- }
903
- }
904
- ]
905
- },
906
- {
907
- "kind": "javascript-module",
908
- "path": "src/accordion/accordion.template.ts",
909
- "declarations": [
910
- {
911
- "kind": "function",
912
- "name": "foundationAccordionTemplate",
913
- "return": {
914
- "type": {
915
- "text": "ViewTemplate<Accordion>"
916
- }
917
- },
918
- "parameters": [
919
- {
920
- "name": "context",
921
- "type": {
922
- "text": "ElementDefinitionContext"
923
- }
924
- },
925
- {
926
- "name": "definition",
927
- "type": {
928
- "text": "FoundationElementDefinition"
929
- }
930
- }
931
- ]
932
- }
933
- ],
934
- "exports": [
935
- {
936
- "kind": "js",
937
- "name": "foundationAccordionTemplate",
938
- "declaration": {
939
- "name": "foundationAccordionTemplate",
940
- "module": "src/accordion/accordion.template.ts"
941
- }
942
- }
943
- ]
944
- },
945
- {
946
- "kind": "javascript-module",
947
- "path": "src/accordion/accordion.ts",
948
- "declarations": [
949
- {
950
- "kind": "class",
951
- "description": "",
952
- "name": "Accordion",
953
- "superclass": {
954
- "name": "FASTAccordion",
955
- "package": "@microsoft/fast-foundation"
956
- },
957
- "tagName": "%%prefix%%-accordion",
958
- "customElement": true
959
- },
960
- {
961
- "kind": "variable",
962
- "name": "foundationAccordionShadowOptions",
963
- "type": {
964
- "text": "ShadowRootInit"
965
- },
966
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
967
- },
968
- {
969
- "kind": "variable",
970
- "name": "defaultAccordionConfig",
971
- "type": {
972
- "text": "object"
973
- },
974
- "default": "{}"
975
- },
976
- {
977
- "kind": "variable",
978
- "name": "foundationAccordion",
979
- "description": "The Foundation Accordion",
980
- "privacy": "public"
981
- }
982
- ],
983
- "exports": [
984
- {
985
- "kind": "js",
986
- "name": "Accordion",
987
- "declaration": {
988
- "name": "Accordion",
989
- "module": "src/accordion/accordion.ts"
990
- }
991
- },
992
- {
993
- "kind": "js",
994
- "name": "foundationAccordionShadowOptions",
995
- "declaration": {
996
- "name": "foundationAccordionShadowOptions",
997
- "module": "src/accordion/accordion.ts"
998
- }
999
- },
1000
- {
1001
- "kind": "js",
1002
- "name": "defaultAccordionConfig",
1003
- "declaration": {
1004
- "name": "defaultAccordionConfig",
1005
- "module": "src/accordion/accordion.ts"
1006
- }
1007
- },
1008
- {
1009
- "kind": "js",
1010
- "name": "foundationAccordion",
1011
- "declaration": {
1012
- "name": "foundationAccordion",
1013
- "module": "src/accordion/accordion.ts"
1014
- }
1015
- }
1016
- ]
1017
- },
1018
- {
1019
- "kind": "javascript-module",
1020
- "path": "src/accordion/index.ts",
1021
- "declarations": [],
1022
- "exports": [
1023
- {
1024
- "kind": "js",
1025
- "name": "*",
1026
- "declaration": {
1027
- "name": "*",
1028
- "package": "./accordion.template"
1029
- }
1030
- },
1031
- {
1032
- "kind": "js",
1033
- "name": "*",
1034
- "declaration": {
1035
- "name": "*",
1036
- "package": "./accordion.styles"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "*",
1042
- "declaration": {
1043
- "name": "*",
1044
- "package": "./accordion"
1045
- }
1046
- }
1047
- ]
1048
- },
1049
- {
1050
- "kind": "javascript-module",
1051
- "path": "src/_config/index.ts",
1052
- "declarations": [],
1053
- "exports": [
1054
- {
1055
- "kind": "js",
1056
- "name": "*",
1057
- "declaration": {
1058
- "name": "*",
1059
- "package": "./styles"
1060
- }
1061
- },
1062
- {
1063
- "kind": "js",
1064
- "name": "*",
1065
- "declaration": {
1066
- "name": "*",
1067
- "package": "./tokens"
1068
- }
1069
- },
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./values"
1076
- }
1077
- }
1078
- ]
1079
- },
1080
822
  {
1081
823
  "kind": "javascript-module",
1082
824
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1473,11 +1215,65 @@
1473
1215
  },
1474
1216
  {
1475
1217
  "kind": "javascript-module",
1476
- "path": "src/anchor/anchor.styles.ts",
1218
+ "path": "src/_config/index.ts",
1219
+ "declarations": [],
1220
+ "exports": [
1221
+ {
1222
+ "kind": "js",
1223
+ "name": "*",
1224
+ "declaration": {
1225
+ "name": "*",
1226
+ "package": "./styles"
1227
+ }
1228
+ },
1229
+ {
1230
+ "kind": "js",
1231
+ "name": "*",
1232
+ "declaration": {
1233
+ "name": "*",
1234
+ "package": "./tokens"
1235
+ }
1236
+ },
1237
+ {
1238
+ "kind": "js",
1239
+ "name": "*",
1240
+ "declaration": {
1241
+ "name": "*",
1242
+ "package": "./values"
1243
+ }
1244
+ }
1245
+ ]
1246
+ },
1247
+ {
1248
+ "kind": "javascript-module",
1249
+ "path": "src/actions-menu/actions-menu.styles.ts",
1477
1250
  "declarations": [
1478
1251
  {
1479
1252
  "kind": "function",
1480
- "name": "foundationAnchorStyles",
1253
+ "name": "actionsMenuBaseStyles",
1254
+ "return": {
1255
+ "type": {
1256
+ "text": "ElementStyles"
1257
+ }
1258
+ },
1259
+ "parameters": [
1260
+ {
1261
+ "name": "context",
1262
+ "type": {
1263
+ "text": "ElementDefinitionContext"
1264
+ }
1265
+ },
1266
+ {
1267
+ "name": "definition",
1268
+ "type": {
1269
+ "text": "FoundationElementDefinition"
1270
+ }
1271
+ }
1272
+ ]
1273
+ },
1274
+ {
1275
+ "kind": "function",
1276
+ "name": "foundationActionsMenuStyles",
1481
1277
  "return": {
1482
1278
  "type": {
1483
1279
  "text": "ElementStyles"
@@ -1502,292 +1298,269 @@
1502
1298
  "exports": [
1503
1299
  {
1504
1300
  "kind": "js",
1505
- "name": "foundationAnchorStyles",
1301
+ "name": "actionsMenuBaseStyles",
1506
1302
  "declaration": {
1507
- "name": "foundationAnchorStyles",
1508
- "module": "src/anchor/anchor.styles.ts"
1303
+ "name": "actionsMenuBaseStyles",
1304
+ "module": "src/actions-menu/actions-menu.styles.ts"
1305
+ }
1306
+ },
1307
+ {
1308
+ "kind": "js",
1309
+ "name": "foundationActionsMenuStyles",
1310
+ "declaration": {
1311
+ "name": "foundationActionsMenuStyles",
1312
+ "module": "src/actions-menu/actions-menu.styles.ts"
1509
1313
  }
1510
1314
  }
1511
1315
  ]
1512
1316
  },
1513
1317
  {
1514
1318
  "kind": "javascript-module",
1515
- "path": "src/anchor/anchor.template.ts",
1319
+ "path": "src/actions-menu/actions-menu.template.ts",
1516
1320
  "declarations": [
1517
1321
  {
1518
1322
  "kind": "function",
1519
- "name": "foundationAnchorTemplate",
1520
- "return": {
1521
- "type": {
1522
- "text": "ViewTemplate<Anchor>"
1523
- }
1524
- },
1323
+ "name": "menuTemplate",
1525
1324
  "parameters": [
1526
1325
  {
1527
- "name": "context",
1326
+ "name": "prefix",
1528
1327
  "type": {
1529
- "text": "ElementDefinitionContext"
1328
+ "text": "string"
1530
1329
  }
1531
- },
1330
+ }
1331
+ ]
1332
+ },
1333
+ {
1334
+ "kind": "function",
1335
+ "name": "singleOptionTemplate",
1336
+ "parameters": [
1532
1337
  {
1533
- "name": "definition",
1338
+ "name": "prefix",
1534
1339
  "type": {
1535
- "text": "FoundationElementDefinition"
1340
+ "text": "string"
1536
1341
  }
1537
1342
  }
1538
1343
  ]
1344
+ },
1345
+ {
1346
+ "kind": "variable",
1347
+ "name": "foundationActionsMenuTemplate",
1348
+ "type": {
1349
+ "text": "ViewTemplate<ActionsMenu>"
1350
+ },
1351
+ "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`"
1539
1352
  }
1540
1353
  ],
1541
1354
  "exports": [
1542
1355
  {
1543
1356
  "kind": "js",
1544
- "name": "foundationAnchorTemplate",
1357
+ "name": "menuTemplate",
1545
1358
  "declaration": {
1546
- "name": "foundationAnchorTemplate",
1547
- "module": "src/anchor/anchor.template.ts"
1359
+ "name": "menuTemplate",
1360
+ "module": "src/actions-menu/actions-menu.template.ts"
1361
+ }
1362
+ },
1363
+ {
1364
+ "kind": "js",
1365
+ "name": "singleOptionTemplate",
1366
+ "declaration": {
1367
+ "name": "singleOptionTemplate",
1368
+ "module": "src/actions-menu/actions-menu.template.ts"
1369
+ }
1370
+ },
1371
+ {
1372
+ "kind": "js",
1373
+ "name": "foundationActionsMenuTemplate",
1374
+ "declaration": {
1375
+ "name": "foundationActionsMenuTemplate",
1376
+ "module": "src/actions-menu/actions-menu.template.ts"
1548
1377
  }
1549
1378
  }
1550
1379
  ]
1551
1380
  },
1552
1381
  {
1553
1382
  "kind": "javascript-module",
1554
- "path": "src/anchor/anchor.ts",
1383
+ "path": "src/actions-menu/actions-menu.ts",
1555
1384
  "declarations": [
1556
1385
  {
1557
1386
  "kind": "class",
1558
1387
  "description": "",
1559
- "name": "Anchor",
1560
- "superclass": {
1561
- "name": "FASTAnchor",
1562
- "package": "@microsoft/fast-components"
1563
- },
1564
- "tagName": "%%prefix%%-anchor",
1565
- "customElement": true,
1566
- "attributes": [
1388
+ "name": "ActionsMenu",
1389
+ "members": [
1567
1390
  {
1568
- "name": "download",
1391
+ "kind": "field",
1392
+ "name": "actions",
1569
1393
  "type": {
1570
- "text": "string"
1571
- },
1572
- "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.",
1573
- "fieldName": "download",
1574
- "inheritedFrom": {
1575
- "name": "Anchor",
1576
- "module": "src/anchor/anchor.ts"
1394
+ "text": "ActionMenuItem[]"
1577
1395
  }
1578
1396
  },
1579
1397
  {
1580
- "name": "href",
1398
+ "kind": "field",
1399
+ "name": "isVertical",
1581
1400
  "type": {
1582
- "text": "string"
1401
+ "text": "boolean"
1583
1402
  },
1584
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1585
- "fieldName": "href",
1586
- "inheritedFrom": {
1587
- "name": "Anchor",
1588
- "module": "src/anchor/anchor.ts"
1589
- }
1403
+ "default": "false"
1590
1404
  },
1591
1405
  {
1592
- "name": "hreflang",
1406
+ "kind": "field",
1407
+ "name": "addDefaultActions",
1593
1408
  "type": {
1594
- "text": "string"
1409
+ "text": "boolean"
1595
1410
  },
1596
- "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.",
1597
- "fieldName": "hreflang",
1598
- "inheritedFrom": {
1599
- "name": "Anchor",
1600
- "module": "src/anchor/anchor.ts"
1601
- }
1411
+ "default": "true"
1602
1412
  },
1603
1413
  {
1604
- "name": "ping",
1414
+ "kind": "field",
1415
+ "name": "autoCloseOnAction",
1605
1416
  "type": {
1606
- "text": "string"
1417
+ "text": "boolean"
1607
1418
  },
1608
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1609
- "fieldName": "ping",
1610
- "inheritedFrom": {
1611
- "name": "Anchor",
1612
- "module": "src/anchor/anchor.ts"
1613
- }
1419
+ "default": "true"
1614
1420
  },
1615
1421
  {
1616
- "name": "referrerpolicy",
1422
+ "kind": "field",
1423
+ "name": "classNames",
1617
1424
  "type": {
1618
1425
  "text": "string"
1619
- },
1620
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1621
- "fieldName": "referrerpolicy",
1622
- "inheritedFrom": {
1623
- "name": "Anchor",
1624
- "module": "src/anchor/anchor.ts"
1625
1426
  }
1626
1427
  },
1627
1428
  {
1628
- "name": "rel",
1429
+ "kind": "field",
1430
+ "name": "definition",
1629
1431
  "type": {
1630
- "text": "string"
1631
- },
1632
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1633
- "fieldName": "rel",
1634
- "inheritedFrom": {
1635
- "name": "Anchor",
1636
- "module": "src/anchor/anchor.ts"
1432
+ "text": "any"
1637
1433
  }
1638
1434
  },
1639
1435
  {
1640
- "name": "target",
1436
+ "kind": "field",
1437
+ "name": "name",
1641
1438
  "type": {
1642
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1439
+ "text": "string"
1643
1440
  },
1644
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1645
- "fieldName": "target",
1646
- "inheritedFrom": {
1647
- "name": "Anchor",
1648
- "module": "src/anchor/anchor.ts"
1649
- }
1441
+ "default": "'Actions'"
1650
1442
  },
1651
1443
  {
1652
- "name": "type",
1444
+ "kind": "field",
1445
+ "name": "open",
1653
1446
  "type": {
1654
- "text": "string"
1447
+ "text": "boolean"
1655
1448
  },
1656
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1657
- "fieldName": "type",
1658
- "inheritedFrom": {
1659
- "name": "Anchor",
1660
- "module": "src/anchor/anchor.ts"
1661
- }
1662
- }
1663
- ],
1664
- "members": [
1449
+ "default": "false"
1450
+ },
1665
1451
  {
1666
1452
  "kind": "field",
1667
- "name": "download",
1453
+ "name": "buttonAppearance",
1668
1454
  "type": {
1669
1455
  "text": "string"
1670
- },
1671
- "privacy": "public",
1672
- "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.",
1673
- "inheritedFrom": {
1674
- "name": "Anchor",
1675
- "module": "src/anchor/anchor.ts"
1676
1456
  }
1677
1457
  },
1678
1458
  {
1679
1459
  "kind": "field",
1680
- "name": "href",
1460
+ "name": "hideDisabled",
1681
1461
  "type": {
1682
- "text": "string"
1462
+ "text": "boolean"
1683
1463
  },
1684
- "privacy": "public",
1685
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1686
- "inheritedFrom": {
1687
- "name": "Anchor",
1688
- "module": "src/anchor/anchor.ts"
1689
- }
1464
+ "default": "false"
1690
1465
  },
1691
1466
  {
1692
1467
  "kind": "field",
1693
- "name": "hreflang",
1468
+ "name": "hideMenuSingleOption",
1694
1469
  "type": {
1695
- "text": "string"
1470
+ "text": "boolean"
1696
1471
  },
1697
- "privacy": "public",
1698
- "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.",
1699
- "inheritedFrom": {
1700
- "name": "Anchor",
1701
- "module": "src/anchor/anchor.ts"
1702
- }
1472
+ "default": "false"
1703
1473
  },
1704
1474
  {
1705
1475
  "kind": "field",
1706
- "name": "ping",
1476
+ "name": "singleOption",
1707
1477
  "type": {
1708
- "text": "string"
1709
- },
1710
- "privacy": "public",
1711
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1712
- "inheritedFrom": {
1713
- "name": "Anchor",
1714
- "module": "src/anchor/anchor.ts"
1478
+ "text": "ActionMenuItem"
1715
1479
  }
1716
1480
  },
1717
1481
  {
1718
1482
  "kind": "field",
1719
- "name": "referrerpolicy",
1483
+ "name": "actionsMenu",
1720
1484
  "type": {
1721
- "text": "string"
1722
- },
1723
- "privacy": "public",
1724
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1725
- "inheritedFrom": {
1726
- "name": "Anchor",
1727
- "module": "src/anchor/anchor.ts"
1485
+ "text": "HTMLElement"
1728
1486
  }
1729
1487
  },
1730
1488
  {
1731
- "kind": "field",
1732
- "name": "rel",
1733
- "type": {
1734
- "text": "string"
1735
- },
1736
- "privacy": "public",
1737
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1738
- "inheritedFrom": {
1739
- "name": "Anchor",
1740
- "module": "src/anchor/anchor.ts"
1741
- }
1489
+ "kind": "method",
1490
+ "name": "definitionChanged",
1491
+ "privacy": "protected",
1492
+ "parameters": [
1493
+ {
1494
+ "name": "oldValue",
1495
+ "type": {
1496
+ "text": "any"
1497
+ }
1498
+ },
1499
+ {
1500
+ "name": "newValue",
1501
+ "type": {
1502
+ "text": "any"
1503
+ }
1504
+ }
1505
+ ]
1742
1506
  },
1743
1507
  {
1744
- "kind": "field",
1745
- "name": "target",
1746
- "type": {
1747
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1748
- },
1749
- "privacy": "public",
1750
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1751
- "inheritedFrom": {
1752
- "name": "Anchor",
1753
- "module": "src/anchor/anchor.ts"
1754
- }
1508
+ "kind": "method",
1509
+ "name": "openChanged",
1510
+ "privacy": "protected"
1755
1511
  },
1756
1512
  {
1757
- "kind": "field",
1758
- "name": "type",
1759
- "type": {
1760
- "text": "string"
1761
- },
1762
- "privacy": "public",
1763
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1764
- "inheritedFrom": {
1765
- "name": "Anchor",
1766
- "module": "src/anchor/anchor.ts"
1767
- }
1513
+ "kind": "method",
1514
+ "name": "toggleActionsMenuVisibility"
1515
+ },
1516
+ {
1517
+ "kind": "method",
1518
+ "name": "onActionMenuItemClick",
1519
+ "parameters": [
1520
+ {
1521
+ "name": "callback",
1522
+ "type": {
1523
+ "text": "(rowData) => void | any"
1524
+ }
1525
+ }
1526
+ ]
1768
1527
  },
1769
1528
  {
1770
1529
  "kind": "field",
1771
- "name": "control",
1530
+ "name": "allActions",
1772
1531
  "type": {
1773
- "text": "HTMLAnchorElement | undefined"
1532
+ "text": "ActionMenuItem[]"
1774
1533
  },
1775
- "privacy": "public",
1776
- "description": "References the root element",
1777
- "inheritedFrom": {
1778
- "name": "Anchor",
1779
- "module": "src/anchor/anchor.ts"
1780
- }
1534
+ "readonly": true
1781
1535
  },
1782
1536
  {
1783
1537
  "kind": "field",
1784
- "name": "handleUnsupportedDelegatesFocus",
1785
- "privacy": "private",
1786
- "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",
1787
- "inheritedFrom": {
1788
- "name": "Anchor",
1789
- "module": "src/anchor/anchor.ts"
1790
- }
1538
+ "name": "rowData",
1539
+ "readonly": true
1540
+ },
1541
+ {
1542
+ "kind": "method",
1543
+ "name": "getLabel",
1544
+ "parameters": [
1545
+ {
1546
+ "name": "name",
1547
+ "type": {
1548
+ "text": "string | ((rowData: any) => string)"
1549
+ }
1550
+ }
1551
+ ]
1552
+ },
1553
+ {
1554
+ "kind": "method",
1555
+ "name": "getTemplate",
1556
+ "parameters": [
1557
+ {
1558
+ "name": "prefix",
1559
+ "type": {
1560
+ "text": "string"
1561
+ }
1562
+ }
1563
+ ]
1791
1564
  },
1792
1565
  {
1793
1566
  "kind": "field",
@@ -1900,69 +1673,108 @@
1900
1673
  "module": "src/foundation-element/foundation-element.ts"
1901
1674
  }
1902
1675
  }
1903
- ]
1904
- },
1905
- {
1906
- "kind": "variable",
1907
- "name": "foundationAnchorShadowOptions",
1908
- "type": {
1909
- "text": "ShadowRootInit"
1910
- },
1911
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1912
- },
1913
- {
1914
- "kind": "variable",
1915
- "name": "defaultAnchorConfig",
1916
- "type": {
1917
- "text": "object"
1676
+ ],
1677
+ "attributes": [
1678
+ {
1679
+ "name": "is-vertical",
1680
+ "type": {
1681
+ "text": "boolean"
1682
+ },
1683
+ "default": "false",
1684
+ "fieldName": "isVertical"
1685
+ },
1686
+ {
1687
+ "name": "add-default-actions",
1688
+ "type": {
1689
+ "text": "boolean"
1690
+ },
1691
+ "default": "true",
1692
+ "fieldName": "addDefaultActions"
1693
+ },
1694
+ {
1695
+ "name": "auto-close-on-action",
1696
+ "type": {
1697
+ "text": "boolean"
1698
+ },
1699
+ "default": "true",
1700
+ "fieldName": "autoCloseOnAction"
1701
+ },
1702
+ {
1703
+ "name": "name",
1704
+ "type": {
1705
+ "text": "string"
1706
+ },
1707
+ "default": "'Actions'",
1708
+ "fieldName": "name"
1709
+ },
1710
+ {
1711
+ "name": "open",
1712
+ "type": {
1713
+ "text": "boolean"
1714
+ },
1715
+ "default": "false",
1716
+ "fieldName": "open"
1717
+ },
1718
+ {
1719
+ "name": "buttonAppearance",
1720
+ "type": {
1721
+ "text": "string"
1722
+ },
1723
+ "fieldName": "buttonAppearance"
1724
+ },
1725
+ {
1726
+ "name": "hide-disabled",
1727
+ "type": {
1728
+ "text": "boolean"
1729
+ },
1730
+ "default": "false",
1731
+ "fieldName": "hideDisabled"
1732
+ },
1733
+ {
1734
+ "name": "hide-menu-single-option",
1735
+ "type": {
1736
+ "text": "boolean"
1737
+ },
1738
+ "default": "false",
1739
+ "fieldName": "hideMenuSingleOption"
1740
+ }
1741
+ ],
1742
+ "superclass": {
1743
+ "name": "FoundationElement",
1744
+ "package": "@microsoft/fast-foundation"
1918
1745
  },
1919
- "default": "{}"
1746
+ "tagName": "%%prefix%%-actions-menu",
1747
+ "customElement": true
1920
1748
  },
1921
1749
  {
1922
1750
  "kind": "variable",
1923
- "name": "foundationAnchor",
1924
- "description": "The Foundation Anchor",
1751
+ "name": "foundationActionsMenu",
1752
+ "description": "The Foundation Actions Menu",
1925
1753
  "privacy": "public"
1926
1754
  }
1927
1755
  ],
1928
1756
  "exports": [
1929
1757
  {
1930
1758
  "kind": "js",
1931
- "name": "Anchor",
1932
- "declaration": {
1933
- "name": "Anchor",
1934
- "module": "src/anchor/anchor.ts"
1935
- }
1936
- },
1937
- {
1938
- "kind": "js",
1939
- "name": "foundationAnchorShadowOptions",
1940
- "declaration": {
1941
- "name": "foundationAnchorShadowOptions",
1942
- "module": "src/anchor/anchor.ts"
1943
- }
1944
- },
1945
- {
1946
- "kind": "js",
1947
- "name": "defaultAnchorConfig",
1759
+ "name": "ActionsMenu",
1948
1760
  "declaration": {
1949
- "name": "defaultAnchorConfig",
1950
- "module": "src/anchor/anchor.ts"
1761
+ "name": "ActionsMenu",
1762
+ "module": "src/actions-menu/actions-menu.ts"
1951
1763
  }
1952
1764
  },
1953
1765
  {
1954
1766
  "kind": "js",
1955
- "name": "foundationAnchor",
1767
+ "name": "foundationActionsMenu",
1956
1768
  "declaration": {
1957
- "name": "foundationAnchor",
1958
- "module": "src/anchor/anchor.ts"
1769
+ "name": "foundationActionsMenu",
1770
+ "module": "src/actions-menu/actions-menu.ts"
1959
1771
  }
1960
1772
  }
1961
1773
  ]
1962
1774
  },
1963
1775
  {
1964
1776
  "kind": "javascript-module",
1965
- "path": "src/anchor/index.ts",
1777
+ "path": "src/actions-menu/index.ts",
1966
1778
  "declarations": [],
1967
1779
  "exports": [
1968
1780
  {
@@ -1970,7 +1782,7 @@
1970
1782
  "name": "*",
1971
1783
  "declaration": {
1972
1784
  "name": "*",
1973
- "package": "./anchor.template"
1785
+ "package": "./actions-menu.styles"
1974
1786
  }
1975
1787
  },
1976
1788
  {
@@ -1978,7 +1790,7 @@
1978
1790
  "name": "*",
1979
1791
  "declaration": {
1980
1792
  "name": "*",
1981
- "package": "./anchor.styles"
1793
+ "package": "./actions-menu.template"
1982
1794
  }
1983
1795
  },
1984
1796
  {
@@ -1986,41 +1798,18 @@
1986
1798
  "name": "*",
1987
1799
  "declaration": {
1988
1800
  "name": "*",
1989
- "package": "./anchor"
1801
+ "package": "./actions-menu"
1990
1802
  }
1991
1803
  }
1992
1804
  ]
1993
1805
  },
1994
1806
  {
1995
1807
  "kind": "javascript-module",
1996
- "path": "src/actions-menu/actions-menu.styles.ts",
1808
+ "path": "src/anchor/anchor.styles.ts",
1997
1809
  "declarations": [
1998
1810
  {
1999
1811
  "kind": "function",
2000
- "name": "actionsMenuBaseStyles",
2001
- "return": {
2002
- "type": {
2003
- "text": "ElementStyles"
2004
- }
2005
- },
2006
- "parameters": [
2007
- {
2008
- "name": "context",
2009
- "type": {
2010
- "text": "ElementDefinitionContext"
2011
- }
2012
- },
2013
- {
2014
- "name": "definition",
2015
- "type": {
2016
- "text": "FoundationElementDefinition"
2017
- }
2018
- }
2019
- ]
2020
- },
2021
- {
2022
- "kind": "function",
2023
- "name": "foundationActionsMenuStyles",
1812
+ "name": "foundationAnchorStyles",
2024
1813
  "return": {
2025
1814
  "type": {
2026
1815
  "text": "ElementStyles"
@@ -2045,269 +1834,292 @@
2045
1834
  "exports": [
2046
1835
  {
2047
1836
  "kind": "js",
2048
- "name": "actionsMenuBaseStyles",
2049
- "declaration": {
2050
- "name": "actionsMenuBaseStyles",
2051
- "module": "src/actions-menu/actions-menu.styles.ts"
2052
- }
2053
- },
2054
- {
2055
- "kind": "js",
2056
- "name": "foundationActionsMenuStyles",
1837
+ "name": "foundationAnchorStyles",
2057
1838
  "declaration": {
2058
- "name": "foundationActionsMenuStyles",
2059
- "module": "src/actions-menu/actions-menu.styles.ts"
1839
+ "name": "foundationAnchorStyles",
1840
+ "module": "src/anchor/anchor.styles.ts"
2060
1841
  }
2061
1842
  }
2062
1843
  ]
2063
1844
  },
2064
1845
  {
2065
1846
  "kind": "javascript-module",
2066
- "path": "src/actions-menu/actions-menu.template.ts",
1847
+ "path": "src/anchor/anchor.template.ts",
2067
1848
  "declarations": [
2068
1849
  {
2069
1850
  "kind": "function",
2070
- "name": "menuTemplate",
1851
+ "name": "foundationAnchorTemplate",
1852
+ "return": {
1853
+ "type": {
1854
+ "text": "ViewTemplate<Anchor>"
1855
+ }
1856
+ },
2071
1857
  "parameters": [
2072
1858
  {
2073
- "name": "prefix",
1859
+ "name": "context",
2074
1860
  "type": {
2075
- "text": "string"
1861
+ "text": "ElementDefinitionContext"
2076
1862
  }
2077
- }
2078
- ]
2079
- },
2080
- {
2081
- "kind": "function",
2082
- "name": "singleOptionTemplate",
2083
- "parameters": [
1863
+ },
2084
1864
  {
2085
- "name": "prefix",
1865
+ "name": "definition",
2086
1866
  "type": {
2087
- "text": "string"
1867
+ "text": "FoundationElementDefinition"
2088
1868
  }
2089
1869
  }
2090
1870
  ]
2091
- },
2092
- {
2093
- "kind": "variable",
2094
- "name": "foundationActionsMenuTemplate",
2095
- "type": {
2096
- "text": "ViewTemplate<ActionsMenu>"
2097
- },
2098
- "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`"
2099
1871
  }
2100
1872
  ],
2101
1873
  "exports": [
2102
1874
  {
2103
1875
  "kind": "js",
2104
- "name": "menuTemplate",
2105
- "declaration": {
2106
- "name": "menuTemplate",
2107
- "module": "src/actions-menu/actions-menu.template.ts"
2108
- }
2109
- },
2110
- {
2111
- "kind": "js",
2112
- "name": "singleOptionTemplate",
2113
- "declaration": {
2114
- "name": "singleOptionTemplate",
2115
- "module": "src/actions-menu/actions-menu.template.ts"
2116
- }
2117
- },
2118
- {
2119
- "kind": "js",
2120
- "name": "foundationActionsMenuTemplate",
1876
+ "name": "foundationAnchorTemplate",
2121
1877
  "declaration": {
2122
- "name": "foundationActionsMenuTemplate",
2123
- "module": "src/actions-menu/actions-menu.template.ts"
1878
+ "name": "foundationAnchorTemplate",
1879
+ "module": "src/anchor/anchor.template.ts"
2124
1880
  }
2125
1881
  }
2126
1882
  ]
2127
1883
  },
2128
1884
  {
2129
1885
  "kind": "javascript-module",
2130
- "path": "src/actions-menu/actions-menu.ts",
1886
+ "path": "src/anchor/anchor.ts",
2131
1887
  "declarations": [
2132
1888
  {
2133
1889
  "kind": "class",
2134
1890
  "description": "",
2135
- "name": "ActionsMenu",
2136
- "members": [
1891
+ "name": "Anchor",
1892
+ "superclass": {
1893
+ "name": "FASTAnchor",
1894
+ "package": "@microsoft/fast-components"
1895
+ },
1896
+ "tagName": "%%prefix%%-anchor",
1897
+ "customElement": true,
1898
+ "attributes": [
2137
1899
  {
2138
- "kind": "field",
2139
- "name": "actions",
1900
+ "name": "download",
2140
1901
  "type": {
2141
- "text": "ActionMenuItem[]"
1902
+ "text": "string"
1903
+ },
1904
+ "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.",
1905
+ "fieldName": "download",
1906
+ "inheritedFrom": {
1907
+ "name": "Anchor",
1908
+ "module": "src/anchor/anchor.ts"
2142
1909
  }
2143
1910
  },
2144
1911
  {
2145
- "kind": "field",
2146
- "name": "isVertical",
1912
+ "name": "href",
2147
1913
  "type": {
2148
- "text": "boolean"
1914
+ "text": "string"
2149
1915
  },
2150
- "default": "false"
1916
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1917
+ "fieldName": "href",
1918
+ "inheritedFrom": {
1919
+ "name": "Anchor",
1920
+ "module": "src/anchor/anchor.ts"
1921
+ }
2151
1922
  },
2152
1923
  {
2153
- "kind": "field",
2154
- "name": "addDefaultActions",
1924
+ "name": "hreflang",
2155
1925
  "type": {
2156
- "text": "boolean"
1926
+ "text": "string"
2157
1927
  },
2158
- "default": "true"
1928
+ "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.",
1929
+ "fieldName": "hreflang",
1930
+ "inheritedFrom": {
1931
+ "name": "Anchor",
1932
+ "module": "src/anchor/anchor.ts"
1933
+ }
2159
1934
  },
2160
1935
  {
2161
- "kind": "field",
2162
- "name": "autoCloseOnAction",
1936
+ "name": "ping",
2163
1937
  "type": {
2164
- "text": "boolean"
1938
+ "text": "string"
2165
1939
  },
2166
- "default": "true"
1940
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1941
+ "fieldName": "ping",
1942
+ "inheritedFrom": {
1943
+ "name": "Anchor",
1944
+ "module": "src/anchor/anchor.ts"
1945
+ }
2167
1946
  },
2168
1947
  {
2169
- "kind": "field",
2170
- "name": "classNames",
1948
+ "name": "referrerpolicy",
2171
1949
  "type": {
2172
1950
  "text": "string"
1951
+ },
1952
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1953
+ "fieldName": "referrerpolicy",
1954
+ "inheritedFrom": {
1955
+ "name": "Anchor",
1956
+ "module": "src/anchor/anchor.ts"
2173
1957
  }
2174
1958
  },
2175
1959
  {
2176
- "kind": "field",
2177
- "name": "definition",
1960
+ "name": "rel",
2178
1961
  "type": {
2179
- "text": "any"
1962
+ "text": "string"
1963
+ },
1964
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1965
+ "fieldName": "rel",
1966
+ "inheritedFrom": {
1967
+ "name": "Anchor",
1968
+ "module": "src/anchor/anchor.ts"
2180
1969
  }
2181
1970
  },
2182
1971
  {
2183
- "kind": "field",
2184
- "name": "name",
1972
+ "name": "target",
2185
1973
  "type": {
2186
- "text": "string"
1974
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2187
1975
  },
2188
- "default": "'Actions'"
1976
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1977
+ "fieldName": "target",
1978
+ "inheritedFrom": {
1979
+ "name": "Anchor",
1980
+ "module": "src/anchor/anchor.ts"
1981
+ }
2189
1982
  },
2190
1983
  {
2191
- "kind": "field",
2192
- "name": "open",
1984
+ "name": "type",
2193
1985
  "type": {
2194
- "text": "boolean"
1986
+ "text": "string"
2195
1987
  },
2196
- "default": "false"
2197
- },
1988
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1989
+ "fieldName": "type",
1990
+ "inheritedFrom": {
1991
+ "name": "Anchor",
1992
+ "module": "src/anchor/anchor.ts"
1993
+ }
1994
+ }
1995
+ ],
1996
+ "members": [
2198
1997
  {
2199
1998
  "kind": "field",
2200
- "name": "buttonAppearance",
1999
+ "name": "download",
2201
2000
  "type": {
2202
2001
  "text": "string"
2002
+ },
2003
+ "privacy": "public",
2004
+ "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.",
2005
+ "inheritedFrom": {
2006
+ "name": "Anchor",
2007
+ "module": "src/anchor/anchor.ts"
2203
2008
  }
2204
2009
  },
2205
2010
  {
2206
2011
  "kind": "field",
2207
- "name": "hideDisabled",
2012
+ "name": "href",
2208
2013
  "type": {
2209
- "text": "boolean"
2014
+ "text": "string"
2210
2015
  },
2211
- "default": "false"
2016
+ "privacy": "public",
2017
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2018
+ "inheritedFrom": {
2019
+ "name": "Anchor",
2020
+ "module": "src/anchor/anchor.ts"
2021
+ }
2212
2022
  },
2213
2023
  {
2214
2024
  "kind": "field",
2215
- "name": "hideMenuSingleOption",
2025
+ "name": "hreflang",
2216
2026
  "type": {
2217
- "text": "boolean"
2027
+ "text": "string"
2218
2028
  },
2219
- "default": "false"
2029
+ "privacy": "public",
2030
+ "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.",
2031
+ "inheritedFrom": {
2032
+ "name": "Anchor",
2033
+ "module": "src/anchor/anchor.ts"
2034
+ }
2220
2035
  },
2221
2036
  {
2222
2037
  "kind": "field",
2223
- "name": "singleOption",
2038
+ "name": "ping",
2224
2039
  "type": {
2225
- "text": "ActionMenuItem"
2040
+ "text": "string"
2041
+ },
2042
+ "privacy": "public",
2043
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2044
+ "inheritedFrom": {
2045
+ "name": "Anchor",
2046
+ "module": "src/anchor/anchor.ts"
2226
2047
  }
2227
2048
  },
2228
2049
  {
2229
2050
  "kind": "field",
2230
- "name": "actionsMenu",
2051
+ "name": "referrerpolicy",
2231
2052
  "type": {
2232
- "text": "HTMLElement"
2053
+ "text": "string"
2054
+ },
2055
+ "privacy": "public",
2056
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2057
+ "inheritedFrom": {
2058
+ "name": "Anchor",
2059
+ "module": "src/anchor/anchor.ts"
2233
2060
  }
2234
2061
  },
2235
2062
  {
2236
- "kind": "method",
2237
- "name": "definitionChanged",
2238
- "privacy": "protected",
2239
- "parameters": [
2240
- {
2241
- "name": "oldValue",
2242
- "type": {
2243
- "text": "any"
2244
- }
2245
- },
2246
- {
2247
- "name": "newValue",
2248
- "type": {
2249
- "text": "any"
2250
- }
2251
- }
2252
- ]
2253
- },
2254
- {
2255
- "kind": "method",
2256
- "name": "openChanged",
2257
- "privacy": "protected"
2258
- },
2259
- {
2260
- "kind": "method",
2261
- "name": "toggleActionsMenuVisibility"
2262
- },
2263
- {
2264
- "kind": "method",
2265
- "name": "onActionMenuItemClick",
2266
- "parameters": [
2267
- {
2268
- "name": "callback",
2269
- "type": {
2270
- "text": "(rowData) => void | any"
2271
- }
2272
- }
2273
- ]
2063
+ "kind": "field",
2064
+ "name": "rel",
2065
+ "type": {
2066
+ "text": "string"
2067
+ },
2068
+ "privacy": "public",
2069
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2070
+ "inheritedFrom": {
2071
+ "name": "Anchor",
2072
+ "module": "src/anchor/anchor.ts"
2073
+ }
2274
2074
  },
2275
2075
  {
2276
2076
  "kind": "field",
2277
- "name": "allActions",
2077
+ "name": "target",
2278
2078
  "type": {
2279
- "text": "ActionMenuItem[]"
2079
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2280
2080
  },
2281
- "readonly": true
2081
+ "privacy": "public",
2082
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2083
+ "inheritedFrom": {
2084
+ "name": "Anchor",
2085
+ "module": "src/anchor/anchor.ts"
2086
+ }
2282
2087
  },
2283
2088
  {
2284
2089
  "kind": "field",
2285
- "name": "rowData",
2286
- "readonly": true
2090
+ "name": "type",
2091
+ "type": {
2092
+ "text": "string"
2093
+ },
2094
+ "privacy": "public",
2095
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2096
+ "inheritedFrom": {
2097
+ "name": "Anchor",
2098
+ "module": "src/anchor/anchor.ts"
2099
+ }
2287
2100
  },
2288
2101
  {
2289
- "kind": "method",
2290
- "name": "getLabel",
2291
- "parameters": [
2292
- {
2293
- "name": "name",
2294
- "type": {
2295
- "text": "string | ((rowData: any) => string)"
2296
- }
2297
- }
2298
- ]
2102
+ "kind": "field",
2103
+ "name": "control",
2104
+ "type": {
2105
+ "text": "HTMLAnchorElement | undefined"
2106
+ },
2107
+ "privacy": "public",
2108
+ "description": "References the root element",
2109
+ "inheritedFrom": {
2110
+ "name": "Anchor",
2111
+ "module": "src/anchor/anchor.ts"
2112
+ }
2299
2113
  },
2300
2114
  {
2301
- "kind": "method",
2302
- "name": "getTemplate",
2303
- "parameters": [
2304
- {
2305
- "name": "prefix",
2306
- "type": {
2307
- "text": "string"
2308
- }
2309
- }
2310
- ]
2115
+ "kind": "field",
2116
+ "name": "handleUnsupportedDelegatesFocus",
2117
+ "privacy": "private",
2118
+ "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",
2119
+ "inheritedFrom": {
2120
+ "name": "Anchor",
2121
+ "module": "src/anchor/anchor.ts"
2122
+ }
2311
2123
  },
2312
2124
  {
2313
2125
  "kind": "field",
@@ -2420,108 +2232,69 @@
2420
2232
  "module": "src/foundation-element/foundation-element.ts"
2421
2233
  }
2422
2234
  }
2423
- ],
2424
- "attributes": [
2425
- {
2426
- "name": "is-vertical",
2427
- "type": {
2428
- "text": "boolean"
2429
- },
2430
- "default": "false",
2431
- "fieldName": "isVertical"
2432
- },
2433
- {
2434
- "name": "add-default-actions",
2435
- "type": {
2436
- "text": "boolean"
2437
- },
2438
- "default": "true",
2439
- "fieldName": "addDefaultActions"
2440
- },
2441
- {
2442
- "name": "auto-close-on-action",
2443
- "type": {
2444
- "text": "boolean"
2445
- },
2446
- "default": "true",
2447
- "fieldName": "autoCloseOnAction"
2448
- },
2449
- {
2450
- "name": "name",
2451
- "type": {
2452
- "text": "string"
2453
- },
2454
- "default": "'Actions'",
2455
- "fieldName": "name"
2456
- },
2457
- {
2458
- "name": "open",
2459
- "type": {
2460
- "text": "boolean"
2461
- },
2462
- "default": "false",
2463
- "fieldName": "open"
2464
- },
2465
- {
2466
- "name": "buttonAppearance",
2467
- "type": {
2468
- "text": "string"
2469
- },
2470
- "fieldName": "buttonAppearance"
2471
- },
2472
- {
2473
- "name": "hide-disabled",
2474
- "type": {
2475
- "text": "boolean"
2476
- },
2477
- "default": "false",
2478
- "fieldName": "hideDisabled"
2479
- },
2480
- {
2481
- "name": "hide-menu-single-option",
2482
- "type": {
2483
- "text": "boolean"
2484
- },
2485
- "default": "false",
2486
- "fieldName": "hideMenuSingleOption"
2487
- }
2488
- ],
2489
- "superclass": {
2490
- "name": "FoundationElement",
2491
- "package": "@microsoft/fast-foundation"
2235
+ ]
2236
+ },
2237
+ {
2238
+ "kind": "variable",
2239
+ "name": "foundationAnchorShadowOptions",
2240
+ "type": {
2241
+ "text": "ShadowRootInit"
2492
2242
  },
2493
- "tagName": "%%prefix%%-actions-menu",
2494
- "customElement": true
2243
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2495
2244
  },
2496
2245
  {
2497
2246
  "kind": "variable",
2498
- "name": "foundationActionsMenu",
2499
- "description": "The Foundation Actions Menu",
2247
+ "name": "defaultAnchorConfig",
2248
+ "type": {
2249
+ "text": "object"
2250
+ },
2251
+ "default": "{}"
2252
+ },
2253
+ {
2254
+ "kind": "variable",
2255
+ "name": "foundationAnchor",
2256
+ "description": "The Foundation Anchor",
2500
2257
  "privacy": "public"
2501
2258
  }
2502
2259
  ],
2503
2260
  "exports": [
2504
2261
  {
2505
2262
  "kind": "js",
2506
- "name": "ActionsMenu",
2263
+ "name": "Anchor",
2507
2264
  "declaration": {
2508
- "name": "ActionsMenu",
2509
- "module": "src/actions-menu/actions-menu.ts"
2265
+ "name": "Anchor",
2266
+ "module": "src/anchor/anchor.ts"
2510
2267
  }
2511
2268
  },
2512
2269
  {
2513
2270
  "kind": "js",
2514
- "name": "foundationActionsMenu",
2271
+ "name": "foundationAnchorShadowOptions",
2515
2272
  "declaration": {
2516
- "name": "foundationActionsMenu",
2517
- "module": "src/actions-menu/actions-menu.ts"
2273
+ "name": "foundationAnchorShadowOptions",
2274
+ "module": "src/anchor/anchor.ts"
2275
+ }
2276
+ },
2277
+ {
2278
+ "kind": "js",
2279
+ "name": "defaultAnchorConfig",
2280
+ "declaration": {
2281
+ "name": "defaultAnchorConfig",
2282
+ "module": "src/anchor/anchor.ts"
2283
+ }
2284
+ },
2285
+ {
2286
+ "kind": "js",
2287
+ "name": "foundationAnchor",
2288
+ "declaration": {
2289
+ "name": "foundationAnchor",
2290
+ "module": "src/anchor/anchor.ts"
2518
2291
  }
2519
2292
  }
2520
2293
  ]
2521
2294
  },
2522
2295
  {
2523
2296
  "kind": "javascript-module",
2524
- "path": "src/actions-menu/index.ts",
2297
+ "path": "src/anchor/index.ts",
2525
2298
  "declarations": [],
2526
2299
  "exports": [
2527
2300
  {
@@ -2529,7 +2302,7 @@
2529
2302
  "name": "*",
2530
2303
  "declaration": {
2531
2304
  "name": "*",
2532
- "package": "./actions-menu.styles"
2305
+ "package": "./anchor.template"
2533
2306
  }
2534
2307
  },
2535
2308
  {
@@ -2537,7 +2310,7 @@
2537
2310
  "name": "*",
2538
2311
  "declaration": {
2539
2312
  "name": "*",
2540
- "package": "./actions-menu.template"
2313
+ "package": "./anchor.styles"
2541
2314
  }
2542
2315
  },
2543
2316
  {
@@ -2545,7 +2318,7 @@
2545
2318
  "name": "*",
2546
2319
  "declaration": {
2547
2320
  "name": "*",
2548
- "package": "./actions-menu"
2321
+ "package": "./anchor"
2549
2322
  }
2550
2323
  }
2551
2324
  ]
@@ -4140,6 +3913,233 @@
4140
3913
  }
4141
3914
  ]
4142
3915
  },
3916
+ {
3917
+ "kind": "javascript-module",
3918
+ "path": "src/_common/icons.ts",
3919
+ "declarations": [
3920
+ {
3921
+ "kind": "function",
3922
+ "name": "closeIcon",
3923
+ "parameters": [
3924
+ {
3925
+ "name": "slot",
3926
+ "default": "'start'"
3927
+ },
3928
+ {
3929
+ "name": "fill",
3930
+ "default": "'#879ba6'"
3931
+ }
3932
+ ]
3933
+ }
3934
+ ],
3935
+ "exports": [
3936
+ {
3937
+ "kind": "js",
3938
+ "name": "closeIcon",
3939
+ "declaration": {
3940
+ "name": "closeIcon",
3941
+ "module": "src/_common/icons.ts"
3942
+ }
3943
+ }
3944
+ ]
3945
+ },
3946
+ {
3947
+ "kind": "javascript-module",
3948
+ "path": "src/_common/index.ts",
3949
+ "declarations": [],
3950
+ "exports": [
3951
+ {
3952
+ "kind": "js",
3953
+ "name": "*",
3954
+ "declaration": {
3955
+ "name": "*",
3956
+ "package": "./icons"
3957
+ }
3958
+ }
3959
+ ]
3960
+ },
3961
+ {
3962
+ "kind": "javascript-module",
3963
+ "path": "src/accordion/accordion.styles.ts",
3964
+ "declarations": [
3965
+ {
3966
+ "kind": "function",
3967
+ "name": "foundationAccordionStyles",
3968
+ "return": {
3969
+ "type": {
3970
+ "text": "ElementStyles"
3971
+ }
3972
+ },
3973
+ "parameters": [
3974
+ {
3975
+ "name": "context",
3976
+ "type": {
3977
+ "text": "ElementDefinitionContext"
3978
+ }
3979
+ },
3980
+ {
3981
+ "name": "definition",
3982
+ "type": {
3983
+ "text": "FoundationElementDefinition"
3984
+ }
3985
+ }
3986
+ ]
3987
+ }
3988
+ ],
3989
+ "exports": [
3990
+ {
3991
+ "kind": "js",
3992
+ "name": "foundationAccordionStyles",
3993
+ "declaration": {
3994
+ "name": "foundationAccordionStyles",
3995
+ "module": "src/accordion/accordion.styles.ts"
3996
+ }
3997
+ }
3998
+ ]
3999
+ },
4000
+ {
4001
+ "kind": "javascript-module",
4002
+ "path": "src/accordion/accordion.template.ts",
4003
+ "declarations": [
4004
+ {
4005
+ "kind": "function",
4006
+ "name": "foundationAccordionTemplate",
4007
+ "return": {
4008
+ "type": {
4009
+ "text": "ViewTemplate<Accordion>"
4010
+ }
4011
+ },
4012
+ "parameters": [
4013
+ {
4014
+ "name": "context",
4015
+ "type": {
4016
+ "text": "ElementDefinitionContext"
4017
+ }
4018
+ },
4019
+ {
4020
+ "name": "definition",
4021
+ "type": {
4022
+ "text": "FoundationElementDefinition"
4023
+ }
4024
+ }
4025
+ ]
4026
+ }
4027
+ ],
4028
+ "exports": [
4029
+ {
4030
+ "kind": "js",
4031
+ "name": "foundationAccordionTemplate",
4032
+ "declaration": {
4033
+ "name": "foundationAccordionTemplate",
4034
+ "module": "src/accordion/accordion.template.ts"
4035
+ }
4036
+ }
4037
+ ]
4038
+ },
4039
+ {
4040
+ "kind": "javascript-module",
4041
+ "path": "src/accordion/accordion.ts",
4042
+ "declarations": [
4043
+ {
4044
+ "kind": "class",
4045
+ "description": "",
4046
+ "name": "Accordion",
4047
+ "superclass": {
4048
+ "name": "FASTAccordion",
4049
+ "package": "@microsoft/fast-foundation"
4050
+ },
4051
+ "tagName": "%%prefix%%-accordion",
4052
+ "customElement": true
4053
+ },
4054
+ {
4055
+ "kind": "variable",
4056
+ "name": "foundationAccordionShadowOptions",
4057
+ "type": {
4058
+ "text": "ShadowRootInit"
4059
+ },
4060
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4061
+ },
4062
+ {
4063
+ "kind": "variable",
4064
+ "name": "defaultAccordionConfig",
4065
+ "type": {
4066
+ "text": "object"
4067
+ },
4068
+ "default": "{}"
4069
+ },
4070
+ {
4071
+ "kind": "variable",
4072
+ "name": "foundationAccordion",
4073
+ "description": "The Foundation Accordion",
4074
+ "privacy": "public"
4075
+ }
4076
+ ],
4077
+ "exports": [
4078
+ {
4079
+ "kind": "js",
4080
+ "name": "Accordion",
4081
+ "declaration": {
4082
+ "name": "Accordion",
4083
+ "module": "src/accordion/accordion.ts"
4084
+ }
4085
+ },
4086
+ {
4087
+ "kind": "js",
4088
+ "name": "foundationAccordionShadowOptions",
4089
+ "declaration": {
4090
+ "name": "foundationAccordionShadowOptions",
4091
+ "module": "src/accordion/accordion.ts"
4092
+ }
4093
+ },
4094
+ {
4095
+ "kind": "js",
4096
+ "name": "defaultAccordionConfig",
4097
+ "declaration": {
4098
+ "name": "defaultAccordionConfig",
4099
+ "module": "src/accordion/accordion.ts"
4100
+ }
4101
+ },
4102
+ {
4103
+ "kind": "js",
4104
+ "name": "foundationAccordion",
4105
+ "declaration": {
4106
+ "name": "foundationAccordion",
4107
+ "module": "src/accordion/accordion.ts"
4108
+ }
4109
+ }
4110
+ ]
4111
+ },
4112
+ {
4113
+ "kind": "javascript-module",
4114
+ "path": "src/accordion/index.ts",
4115
+ "declarations": [],
4116
+ "exports": [
4117
+ {
4118
+ "kind": "js",
4119
+ "name": "*",
4120
+ "declaration": {
4121
+ "name": "*",
4122
+ "package": "./accordion.template"
4123
+ }
4124
+ },
4125
+ {
4126
+ "kind": "js",
4127
+ "name": "*",
4128
+ "declaration": {
4129
+ "name": "*",
4130
+ "package": "./accordion.styles"
4131
+ }
4132
+ },
4133
+ {
4134
+ "kind": "js",
4135
+ "name": "*",
4136
+ "declaration": {
4137
+ "name": "*",
4138
+ "package": "./accordion"
4139
+ }
4140
+ }
4141
+ ]
4142
+ },
4143
4143
  {
4144
4144
  "kind": "javascript-module",
4145
4145
  "path": "src/avatar/avatar.styles.ts",
@@ -15549,354 +15549,83 @@
15549
15549
  }
15550
15550
  }
15551
15551
  ],
15552
- "attributes": [
15553
- {
15554
- "name": "auto-close",
15555
- "type": {
15556
- "text": "boolean"
15557
- },
15558
- "default": "true",
15559
- "fieldName": "autoClose"
15560
- },
15561
- {
15562
- "name": "disable-button",
15563
- "type": {
15564
- "text": "boolean"
15565
- },
15566
- "default": "false",
15567
- "fieldName": "disabled"
15568
- },
15569
- {
15570
- "name": "name",
15571
- "type": {
15572
- "text": "string"
15573
- },
15574
- "default": "'Dropdown Menu'",
15575
- "fieldName": "name"
15576
- },
15577
- {
15578
- "name": "open",
15579
- "type": {
15580
- "text": "boolean"
15581
- },
15582
- "default": "false",
15583
- "fieldName": "open"
15584
- },
15585
- {
15586
- "name": "buttonAppearance",
15587
- "type": {
15588
- "text": "string"
15589
- },
15590
- "fieldName": "buttonAppearance"
15591
- }
15592
- ],
15593
- "superclass": {
15594
- "name": "FoundationElement",
15595
- "package": "@microsoft/fast-foundation"
15596
- },
15597
- "tagName": "%%prefix%%-dropdown-menu",
15598
- "customElement": true
15599
- },
15600
- {
15601
- "kind": "variable",
15602
- "name": "foundationDropdownMenu",
15603
- "description": "The Foundation Dropdown Menu",
15604
- "privacy": "public"
15605
- }
15606
- ],
15607
- "exports": [
15608
- {
15609
- "kind": "js",
15610
- "name": "DropdownMenu",
15611
- "declaration": {
15612
- "name": "DropdownMenu",
15613
- "module": "src/dropdown-menu/dropdown-menu.ts"
15614
- }
15615
- },
15616
- {
15617
- "kind": "js",
15618
- "name": "foundationDropdownMenu",
15619
- "declaration": {
15620
- "name": "foundationDropdownMenu",
15621
- "module": "src/dropdown-menu/dropdown-menu.ts"
15622
- }
15623
- }
15624
- ]
15625
- },
15626
- {
15627
- "kind": "javascript-module",
15628
- "path": "src/dropdown-menu/index.ts",
15629
- "declarations": [],
15630
- "exports": [
15631
- {
15632
- "kind": "js",
15633
- "name": "*",
15634
- "declaration": {
15635
- "name": "*",
15636
- "package": "./dropdown-menu.styles"
15637
- }
15638
- },
15639
- {
15640
- "kind": "js",
15641
- "name": "*",
15642
- "declaration": {
15643
- "name": "*",
15644
- "package": "./dropdown-menu.template"
15645
- }
15646
- },
15647
- {
15648
- "kind": "js",
15649
- "name": "*",
15650
- "declaration": {
15651
- "name": "*",
15652
- "package": "./dropdown-menu"
15653
- }
15654
- }
15655
- ]
15656
- },
15657
- {
15658
- "kind": "javascript-module",
15659
- "path": "src/error-banner/error-banner.template.ts",
15660
- "declarations": [
15661
- {
15662
- "kind": "function",
15663
- "name": "getPrefixedErrorBanner",
15664
- "parameters": [
15665
- {
15666
- "name": "prefix",
15667
- "type": {
15668
- "text": "string"
15669
- }
15670
- }
15671
- ]
15672
- },
15673
- {
15674
- "kind": "variable",
15675
- "name": "foundationErrorBannerTemplate",
15676
- "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
15677
- }
15678
- ],
15679
- "exports": [
15680
- {
15681
- "kind": "js",
15682
- "name": "getPrefixedErrorBanner",
15683
- "declaration": {
15684
- "name": "getPrefixedErrorBanner",
15685
- "module": "src/error-banner/error-banner.template.ts"
15686
- }
15687
- },
15688
- {
15689
- "kind": "js",
15690
- "name": "foundationErrorBannerTemplate",
15691
- "declaration": {
15692
- "name": "foundationErrorBannerTemplate",
15693
- "module": "src/error-banner/error-banner.template.ts"
15694
- }
15695
- }
15696
- ]
15697
- },
15698
- {
15699
- "kind": "javascript-module",
15700
- "path": "src/error-banner/error-banner.ts",
15701
- "declarations": [
15702
- {
15703
- "kind": "variable",
15704
- "name": "foundationErrorBannerShadowOptions",
15705
- "type": {
15706
- "text": "ShadowRootInit"
15707
- },
15708
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
15709
- },
15710
- {
15711
- "kind": "class",
15712
- "description": "",
15713
- "name": "ErrorBanner",
15714
- "members": [
15715
- {
15716
- "kind": "field",
15717
- "name": "banner",
15718
- "type": {
15719
- "text": "HTMLElement & { dismiss: () => Promise<void> }"
15720
- },
15721
- "privacy": "public"
15722
- },
15723
- {
15724
- "kind": "field",
15725
- "name": "error",
15726
- "type": {
15727
- "text": "ErrorStructure"
15728
- }
15729
- },
15730
- {
15731
- "kind": "field",
15732
- "name": "notification",
15733
- "type": {
15734
- "text": "NotificationStructure"
15735
- }
15736
- },
15737
- {
15738
- "kind": "method",
15739
- "name": "dismiss",
15740
- "privacy": "public",
15741
- "description": "Dismiss the Error Banner from display."
15742
- },
15743
- {
15744
- "kind": "field",
15745
- "name": "_presentation",
15746
- "type": {
15747
- "text": "ComponentPresentation | null | undefined"
15748
- },
15749
- "privacy": "private",
15750
- "default": "void 0",
15751
- "inheritedFrom": {
15752
- "name": "FoundationElement",
15753
- "module": "src/foundation-element/foundation-element.ts"
15754
- }
15755
- },
15756
- {
15757
- "kind": "field",
15758
- "name": "$presentation",
15759
- "type": {
15760
- "text": "ComponentPresentation | null"
15761
- },
15762
- "privacy": "public",
15763
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
15764
- "inheritedFrom": {
15765
- "name": "FoundationElement",
15766
- "module": "src/foundation-element/foundation-element.ts"
15767
- }
15768
- },
15769
- {
15770
- "kind": "field",
15771
- "name": "template",
15772
- "type": {
15773
- "text": "ElementViewTemplate | void | null"
15774
- },
15775
- "privacy": "public",
15776
- "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.",
15777
- "inheritedFrom": {
15778
- "name": "FoundationElement",
15779
- "module": "src/foundation-element/foundation-element.ts"
15780
- }
15781
- },
15782
- {
15783
- "kind": "method",
15784
- "name": "templateChanged",
15785
- "privacy": "protected",
15786
- "return": {
15787
- "type": {
15788
- "text": "void"
15789
- }
15790
- },
15791
- "inheritedFrom": {
15792
- "name": "FoundationElement",
15793
- "module": "src/foundation-element/foundation-element.ts"
15794
- }
15795
- },
15796
- {
15797
- "kind": "field",
15798
- "name": "styles",
15799
- "type": {
15800
- "text": "ElementStyles | void | null"
15801
- },
15802
- "privacy": "public",
15803
- "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.",
15804
- "inheritedFrom": {
15805
- "name": "FoundationElement",
15806
- "module": "src/foundation-element/foundation-element.ts"
15807
- }
15808
- },
15809
- {
15810
- "kind": "method",
15811
- "name": "stylesChanged",
15812
- "privacy": "protected",
15813
- "return": {
15814
- "type": {
15815
- "text": "void"
15816
- }
15817
- },
15818
- "inheritedFrom": {
15819
- "name": "FoundationElement",
15820
- "module": "src/foundation-element/foundation-element.ts"
15821
- }
15822
- },
15823
- {
15824
- "kind": "method",
15825
- "name": "compose",
15826
- "privacy": "public",
15827
- "static": true,
15828
- "return": {
15829
- "type": {
15830
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
15831
- }
15832
- },
15833
- "parameters": [
15834
- {
15835
- "name": "this",
15836
- "type": {
15837
- "text": "K"
15838
- }
15839
- },
15840
- {
15841
- "name": "elementDefinition",
15842
- "type": {
15843
- "text": "T"
15844
- },
15845
- "description": "The definition of the element to create the registry\nfunction for."
15846
- }
15847
- ],
15848
- "description": "Defines an element registry function with a set of element definition defaults.",
15849
- "inheritedFrom": {
15850
- "name": "FoundationElement",
15851
- "module": "src/foundation-element/foundation-element.ts"
15852
- }
15853
- }
15854
- ],
15552
+ "attributes": [
15553
+ {
15554
+ "name": "auto-close",
15555
+ "type": {
15556
+ "text": "boolean"
15557
+ },
15558
+ "default": "true",
15559
+ "fieldName": "autoClose"
15560
+ },
15561
+ {
15562
+ "name": "disable-button",
15563
+ "type": {
15564
+ "text": "boolean"
15565
+ },
15566
+ "default": "false",
15567
+ "fieldName": "disabled"
15568
+ },
15569
+ {
15570
+ "name": "name",
15571
+ "type": {
15572
+ "text": "string"
15573
+ },
15574
+ "default": "'Dropdown Menu'",
15575
+ "fieldName": "name"
15576
+ },
15577
+ {
15578
+ "name": "open",
15579
+ "type": {
15580
+ "text": "boolean"
15581
+ },
15582
+ "default": "false",
15583
+ "fieldName": "open"
15584
+ },
15585
+ {
15586
+ "name": "buttonAppearance",
15587
+ "type": {
15588
+ "text": "string"
15589
+ },
15590
+ "fieldName": "buttonAppearance"
15591
+ }
15592
+ ],
15855
15593
  "superclass": {
15856
15594
  "name": "FoundationElement",
15857
15595
  "package": "@microsoft/fast-foundation"
15858
15596
  },
15859
- "tagName": "%%prefix%%-error-banner",
15860
- "deprecated": "true",
15597
+ "tagName": "%%prefix%%-dropdown-menu",
15861
15598
  "customElement": true
15862
15599
  },
15863
15600
  {
15864
15601
  "kind": "variable",
15865
- "name": "foundationErrorBanner",
15866
- "description": "The Foundation Error Banner",
15602
+ "name": "foundationDropdownMenu",
15603
+ "description": "The Foundation Dropdown Menu",
15867
15604
  "privacy": "public"
15868
15605
  }
15869
15606
  ],
15870
15607
  "exports": [
15871
15608
  {
15872
15609
  "kind": "js",
15873
- "name": "foundationErrorBannerShadowOptions",
15874
- "declaration": {
15875
- "name": "foundationErrorBannerShadowOptions",
15876
- "module": "src/error-banner/error-banner.ts"
15877
- }
15878
- },
15879
- {
15880
- "kind": "js",
15881
- "name": "ErrorBanner",
15610
+ "name": "DropdownMenu",
15882
15611
  "declaration": {
15883
- "name": "ErrorBanner",
15884
- "module": "src/error-banner/error-banner.ts"
15612
+ "name": "DropdownMenu",
15613
+ "module": "src/dropdown-menu/dropdown-menu.ts"
15885
15614
  }
15886
15615
  },
15887
15616
  {
15888
15617
  "kind": "js",
15889
- "name": "foundationErrorBanner",
15618
+ "name": "foundationDropdownMenu",
15890
15619
  "declaration": {
15891
- "name": "foundationErrorBanner",
15892
- "module": "src/error-banner/error-banner.ts"
15620
+ "name": "foundationDropdownMenu",
15621
+ "module": "src/dropdown-menu/dropdown-menu.ts"
15893
15622
  }
15894
15623
  }
15895
15624
  ]
15896
15625
  },
15897
15626
  {
15898
15627
  "kind": "javascript-module",
15899
- "path": "src/error-banner/index.ts",
15628
+ "path": "src/dropdown-menu/index.ts",
15900
15629
  "declarations": [],
15901
15630
  "exports": [
15902
15631
  {
@@ -15904,7 +15633,7 @@
15904
15633
  "name": "*",
15905
15634
  "declaration": {
15906
15635
  "name": "*",
15907
- "package": "./error-banner.template"
15636
+ "package": "./dropdown-menu.styles"
15908
15637
  }
15909
15638
  },
15910
15639
  {
@@ -15912,42 +15641,91 @@
15912
15641
  "name": "*",
15913
15642
  "declaration": {
15914
15643
  "name": "*",
15915
- "package": "./error-banner"
15644
+ "package": "./dropdown-menu.template"
15645
+ }
15646
+ },
15647
+ {
15648
+ "kind": "js",
15649
+ "name": "*",
15650
+ "declaration": {
15651
+ "name": "*",
15652
+ "package": "./dropdown-menu"
15916
15653
  }
15917
15654
  }
15918
15655
  ]
15919
15656
  },
15920
15657
  {
15921
15658
  "kind": "javascript-module",
15922
- "path": "src/error-boundary/error-boundary.template.ts",
15659
+ "path": "src/error-dialog/error-dialog.styles.ts",
15923
15660
  "declarations": [
15924
15661
  {
15925
15662
  "kind": "variable",
15926
- "name": "foundationErrorBoundaryTemplate",
15663
+ "name": "foundationErrorDialogStyles",
15927
15664
  "type": {
15928
- "text": "ViewTemplate<ErrorBoundary>"
15665
+ "text": "ElementStyles"
15929
15666
  },
15930
- "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
15667
+ "default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
15931
15668
  }
15932
15669
  ],
15933
15670
  "exports": [
15934
15671
  {
15935
15672
  "kind": "js",
15936
- "name": "foundationErrorBoundaryTemplate",
15673
+ "name": "foundationErrorDialogStyles",
15937
15674
  "declaration": {
15938
- "name": "foundationErrorBoundaryTemplate",
15939
- "module": "src/error-boundary/error-boundary.template.ts"
15675
+ "name": "foundationErrorDialogStyles",
15676
+ "module": "src/error-dialog/error-dialog.styles.ts"
15940
15677
  }
15941
15678
  }
15942
15679
  ]
15943
15680
  },
15944
15681
  {
15945
15682
  "kind": "javascript-module",
15946
- "path": "src/error-boundary/error-boundary.ts",
15683
+ "path": "src/error-dialog/error-dialog.template.ts",
15947
15684
  "declarations": [
15685
+ {
15686
+ "kind": "function",
15687
+ "name": "getErrorDialogTemplate",
15688
+ "parameters": [
15689
+ {
15690
+ "name": "prefix",
15691
+ "type": {
15692
+ "text": "string"
15693
+ }
15694
+ }
15695
+ ]
15696
+ },
15948
15697
  {
15949
15698
  "kind": "variable",
15950
- "name": "foundationErrorBoundaryShadowOptions",
15699
+ "name": "errorDialogTemplate",
15700
+ "default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
15701
+ }
15702
+ ],
15703
+ "exports": [
15704
+ {
15705
+ "kind": "js",
15706
+ "name": "getErrorDialogTemplate",
15707
+ "declaration": {
15708
+ "name": "getErrorDialogTemplate",
15709
+ "module": "src/error-dialog/error-dialog.template.ts"
15710
+ }
15711
+ },
15712
+ {
15713
+ "kind": "js",
15714
+ "name": "errorDialogTemplate",
15715
+ "declaration": {
15716
+ "name": "errorDialogTemplate",
15717
+ "module": "src/error-dialog/error-dialog.template.ts"
15718
+ }
15719
+ }
15720
+ ]
15721
+ },
15722
+ {
15723
+ "kind": "javascript-module",
15724
+ "path": "src/error-dialog/error-dialog.ts",
15725
+ "declarations": [
15726
+ {
15727
+ "kind": "variable",
15728
+ "name": "foundationErrorDialogShadowOptions",
15951
15729
  "type": {
15952
15730
  "text": "ShadowRootInit"
15953
15731
  },
@@ -15956,51 +15734,57 @@
15956
15734
  {
15957
15735
  "kind": "class",
15958
15736
  "description": "",
15959
- "name": "ErrorBoundary",
15737
+ "name": "ErrorDialog",
15960
15738
  "members": [
15961
15739
  {
15962
15740
  "kind": "field",
15963
- "name": "logger",
15964
- "privacy": "private"
15741
+ "name": "dialog",
15742
+ "type": {
15743
+ "text": "HTMLElement & { close: () => void; show: () => void }"
15744
+ },
15745
+ "privacy": "public"
15965
15746
  },
15966
15747
  {
15967
15748
  "kind": "field",
15968
- "name": "errorBoundary",
15749
+ "name": "error",
15969
15750
  "type": {
15970
- "text": "HTMLElement"
15751
+ "text": "ErrorStructure"
15971
15752
  }
15972
15753
  },
15973
15754
  {
15974
15755
  "kind": "field",
15975
- "name": "resourceName",
15976
- "description": "The resource name holding new and existing notifications",
15977
- "privacy": "public"
15756
+ "name": "notification",
15757
+ "type": {
15758
+ "text": "NotificationStructure"
15759
+ }
15978
15760
  },
15979
15761
  {
15980
- "kind": "field",
15981
- "name": "closeTimeout",
15982
- "type": {
15983
- "text": "number"
15762
+ "kind": "method",
15763
+ "name": "show",
15764
+ "privacy": "public",
15765
+ "return": {
15766
+ "type": {
15767
+ "text": "void"
15768
+ }
15984
15769
  },
15985
- "default": "0",
15986
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15987
- "privacy": "public"
15770
+ "description": "Show the Error Dialog."
15988
15771
  },
15989
15772
  {
15990
- "kind": "field",
15991
- "name": "dataSub",
15992
- "type": {
15993
- "text": "Subscription"
15994
- },
15995
- "privacy": "protected"
15773
+ "kind": "method",
15774
+ "name": "dismiss",
15775
+ "privacy": "public",
15776
+ "description": "Dismiss the Error Dialog from display and calls the dismissing action."
15996
15777
  },
15997
15778
  {
15998
- "kind": "field",
15999
- "name": "datasource",
16000
- "type": {
16001
- "text": "Datasource"
15779
+ "kind": "method",
15780
+ "name": "closeDialog",
15781
+ "privacy": "public",
15782
+ "return": {
15783
+ "type": {
15784
+ "text": "void"
15785
+ }
16002
15786
  },
16003
- "privacy": "private"
15787
+ "description": "Dismiss the Error Dialog from display."
16004
15788
  },
16005
15789
  {
16006
15790
  "kind": "field",
@@ -16114,67 +15898,51 @@
16114
15898
  }
16115
15899
  }
16116
15900
  ],
16117
- "attributes": [
16118
- {
16119
- "name": "resource-name",
16120
- "description": "The resource name holding new and existing notifications",
16121
- "fieldName": "resourceName"
16122
- },
16123
- {
16124
- "name": "close-timeout",
16125
- "type": {
16126
- "text": "number"
16127
- },
16128
- "default": "0",
16129
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
16130
- "fieldName": "closeTimeout"
16131
- }
16132
- ],
16133
15901
  "superclass": {
16134
15902
  "name": "FoundationElement",
16135
15903
  "package": "@microsoft/fast-foundation"
16136
15904
  },
15905
+ "tagName": "%%prefix%%-error-dialog",
16137
15906
  "deprecated": "true",
16138
- "tagName": "%%prefix%%-error-boundary",
16139
15907
  "customElement": true
16140
15908
  },
16141
15909
  {
16142
15910
  "kind": "variable",
16143
- "name": "foundationErrorBoundary",
16144
- "description": "The Foundation Error Boundary",
15911
+ "name": "foundationErrorDialog",
15912
+ "description": "The Foundation Error Dialog",
16145
15913
  "privacy": "public"
16146
15914
  }
16147
15915
  ],
16148
15916
  "exports": [
16149
15917
  {
16150
15918
  "kind": "js",
16151
- "name": "foundationErrorBoundaryShadowOptions",
15919
+ "name": "foundationErrorDialogShadowOptions",
16152
15920
  "declaration": {
16153
- "name": "foundationErrorBoundaryShadowOptions",
16154
- "module": "src/error-boundary/error-boundary.ts"
15921
+ "name": "foundationErrorDialogShadowOptions",
15922
+ "module": "src/error-dialog/error-dialog.ts"
16155
15923
  }
16156
15924
  },
16157
15925
  {
16158
15926
  "kind": "js",
16159
- "name": "ErrorBoundary",
15927
+ "name": "ErrorDialog",
16160
15928
  "declaration": {
16161
- "name": "ErrorBoundary",
16162
- "module": "src/error-boundary/error-boundary.ts"
15929
+ "name": "ErrorDialog",
15930
+ "module": "src/error-dialog/error-dialog.ts"
16163
15931
  }
16164
15932
  },
16165
15933
  {
16166
15934
  "kind": "js",
16167
- "name": "foundationErrorBoundary",
15935
+ "name": "foundationErrorDialog",
16168
15936
  "declaration": {
16169
- "name": "foundationErrorBoundary",
16170
- "module": "src/error-boundary/error-boundary.ts"
15937
+ "name": "foundationErrorDialog",
15938
+ "module": "src/error-dialog/error-dialog.ts"
16171
15939
  }
16172
15940
  }
16173
15941
  ]
16174
15942
  },
16175
15943
  {
16176
15944
  "kind": "javascript-module",
16177
- "path": "src/error-boundary/index.ts",
15945
+ "path": "src/error-dialog/index.ts",
16178
15946
  "declarations": [],
16179
15947
  "exports": [
16180
15948
  {
@@ -16182,7 +15950,7 @@
16182
15950
  "name": "*",
16183
15951
  "declaration": {
16184
15952
  "name": "*",
16185
- "package": "./error-boundary.template"
15953
+ "package": "./error-dialog.template"
16186
15954
  }
16187
15955
  },
16188
15956
  {
@@ -16190,58 +15958,26 @@
16190
15958
  "name": "*",
16191
15959
  "declaration": {
16192
15960
  "name": "*",
16193
- "package": "./error-boundary"
16194
- }
16195
- },
16196
- {
16197
- "kind": "js",
16198
- "name": "ErrorBoundaryEvent",
16199
- "declaration": {
16200
- "name": "ErrorBoundaryEvent",
16201
- "package": "@genesislcap/foundation-errors"
15961
+ "package": "./error-dialog"
16202
15962
  }
16203
15963
  },
16204
15964
  {
16205
15965
  "kind": "js",
16206
- "name": "ErrorStructure",
16207
- "declaration": {
16208
- "name": "ErrorStructure",
16209
- "package": "@genesislcap/foundation-errors"
16210
- }
16211
- }
16212
- ]
16213
- },
16214
- {
16215
- "kind": "javascript-module",
16216
- "path": "src/error-dialog/error-dialog.styles.ts",
16217
- "declarations": [
16218
- {
16219
- "kind": "variable",
16220
- "name": "foundationErrorDialogStyles",
16221
- "type": {
16222
- "text": "ElementStyles"
16223
- },
16224
- "default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
16225
- }
16226
- ],
16227
- "exports": [
16228
- {
16229
- "kind": "js",
16230
- "name": "foundationErrorDialogStyles",
15966
+ "name": "*",
16231
15967
  "declaration": {
16232
- "name": "foundationErrorDialogStyles",
16233
- "module": "src/error-dialog/error-dialog.styles.ts"
15968
+ "name": "*",
15969
+ "package": "./error-dialog.styles"
16234
15970
  }
16235
15971
  }
16236
15972
  ]
16237
15973
  },
16238
15974
  {
16239
15975
  "kind": "javascript-module",
16240
- "path": "src/error-dialog/error-dialog.template.ts",
15976
+ "path": "src/error-banner/error-banner.template.ts",
16241
15977
  "declarations": [
16242
15978
  {
16243
15979
  "kind": "function",
16244
- "name": "getErrorDialogTemplate",
15980
+ "name": "getPrefixedErrorBanner",
16245
15981
  "parameters": [
16246
15982
  {
16247
15983
  "name": "prefix",
@@ -16253,36 +15989,36 @@
16253
15989
  },
16254
15990
  {
16255
15991
  "kind": "variable",
16256
- "name": "errorDialogTemplate",
16257
- "default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
15992
+ "name": "foundationErrorBannerTemplate",
15993
+ "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
16258
15994
  }
16259
15995
  ],
16260
15996
  "exports": [
16261
15997
  {
16262
15998
  "kind": "js",
16263
- "name": "getErrorDialogTemplate",
15999
+ "name": "getPrefixedErrorBanner",
16264
16000
  "declaration": {
16265
- "name": "getErrorDialogTemplate",
16266
- "module": "src/error-dialog/error-dialog.template.ts"
16001
+ "name": "getPrefixedErrorBanner",
16002
+ "module": "src/error-banner/error-banner.template.ts"
16267
16003
  }
16268
16004
  },
16269
16005
  {
16270
16006
  "kind": "js",
16271
- "name": "errorDialogTemplate",
16007
+ "name": "foundationErrorBannerTemplate",
16272
16008
  "declaration": {
16273
- "name": "errorDialogTemplate",
16274
- "module": "src/error-dialog/error-dialog.template.ts"
16009
+ "name": "foundationErrorBannerTemplate",
16010
+ "module": "src/error-banner/error-banner.template.ts"
16275
16011
  }
16276
16012
  }
16277
16013
  ]
16278
16014
  },
16279
16015
  {
16280
16016
  "kind": "javascript-module",
16281
- "path": "src/error-dialog/error-dialog.ts",
16017
+ "path": "src/error-banner/error-banner.ts",
16282
16018
  "declarations": [
16283
16019
  {
16284
16020
  "kind": "variable",
16285
- "name": "foundationErrorDialogShadowOptions",
16021
+ "name": "foundationErrorBannerShadowOptions",
16286
16022
  "type": {
16287
16023
  "text": "ShadowRootInit"
16288
16024
  },
@@ -16291,13 +16027,13 @@
16291
16027
  {
16292
16028
  "kind": "class",
16293
16029
  "description": "",
16294
- "name": "ErrorDialog",
16030
+ "name": "ErrorBanner",
16295
16031
  "members": [
16296
16032
  {
16297
16033
  "kind": "field",
16298
- "name": "dialog",
16034
+ "name": "banner",
16299
16035
  "type": {
16300
- "text": "HTMLElement & { close: () => void; show: () => void }"
16036
+ "text": "HTMLElement & { dismiss: () => Promise<void> }"
16301
16037
  },
16302
16038
  "privacy": "public"
16303
16039
  },
@@ -16315,33 +16051,11 @@
16315
16051
  "text": "NotificationStructure"
16316
16052
  }
16317
16053
  },
16318
- {
16319
- "kind": "method",
16320
- "name": "show",
16321
- "privacy": "public",
16322
- "return": {
16323
- "type": {
16324
- "text": "void"
16325
- }
16326
- },
16327
- "description": "Show the Error Dialog."
16328
- },
16329
16054
  {
16330
16055
  "kind": "method",
16331
16056
  "name": "dismiss",
16332
16057
  "privacy": "public",
16333
- "description": "Dismiss the Error Dialog from display and calls the dismissing action."
16334
- },
16335
- {
16336
- "kind": "method",
16337
- "name": "closeDialog",
16338
- "privacy": "public",
16339
- "return": {
16340
- "type": {
16341
- "text": "void"
16342
- }
16343
- },
16344
- "description": "Dismiss the Error Dialog from display."
16058
+ "description": "Dismiss the Error Banner from display."
16345
16059
  },
16346
16060
  {
16347
16061
  "kind": "field",
@@ -16459,47 +16173,47 @@
16459
16173
  "name": "FoundationElement",
16460
16174
  "package": "@microsoft/fast-foundation"
16461
16175
  },
16462
- "tagName": "%%prefix%%-error-dialog",
16176
+ "tagName": "%%prefix%%-error-banner",
16463
16177
  "deprecated": "true",
16464
16178
  "customElement": true
16465
16179
  },
16466
16180
  {
16467
16181
  "kind": "variable",
16468
- "name": "foundationErrorDialog",
16469
- "description": "The Foundation Error Dialog",
16182
+ "name": "foundationErrorBanner",
16183
+ "description": "The Foundation Error Banner",
16470
16184
  "privacy": "public"
16471
16185
  }
16472
16186
  ],
16473
16187
  "exports": [
16474
16188
  {
16475
16189
  "kind": "js",
16476
- "name": "foundationErrorDialogShadowOptions",
16190
+ "name": "foundationErrorBannerShadowOptions",
16477
16191
  "declaration": {
16478
- "name": "foundationErrorDialogShadowOptions",
16479
- "module": "src/error-dialog/error-dialog.ts"
16192
+ "name": "foundationErrorBannerShadowOptions",
16193
+ "module": "src/error-banner/error-banner.ts"
16480
16194
  }
16481
16195
  },
16482
16196
  {
16483
16197
  "kind": "js",
16484
- "name": "ErrorDialog",
16198
+ "name": "ErrorBanner",
16485
16199
  "declaration": {
16486
- "name": "ErrorDialog",
16487
- "module": "src/error-dialog/error-dialog.ts"
16200
+ "name": "ErrorBanner",
16201
+ "module": "src/error-banner/error-banner.ts"
16488
16202
  }
16489
16203
  },
16490
16204
  {
16491
16205
  "kind": "js",
16492
- "name": "foundationErrorDialog",
16206
+ "name": "foundationErrorBanner",
16493
16207
  "declaration": {
16494
- "name": "foundationErrorDialog",
16495
- "module": "src/error-dialog/error-dialog.ts"
16208
+ "name": "foundationErrorBanner",
16209
+ "module": "src/error-banner/error-banner.ts"
16496
16210
  }
16497
16211
  }
16498
16212
  ]
16499
16213
  },
16500
16214
  {
16501
16215
  "kind": "javascript-module",
16502
- "path": "src/error-dialog/index.ts",
16216
+ "path": "src/error-banner/index.ts",
16503
16217
  "declarations": [],
16504
16218
  "exports": [
16505
16219
  {
@@ -16507,15 +16221,7 @@
16507
16221
  "name": "*",
16508
16222
  "declaration": {
16509
16223
  "name": "*",
16510
- "package": "./error-dialog.template"
16511
- }
16512
- },
16513
- {
16514
- "kind": "js",
16515
- "name": "*",
16516
- "declaration": {
16517
- "name": "*",
16518
- "package": "./error-dialog"
16224
+ "package": "./error-banner.template"
16519
16225
  }
16520
16226
  },
16521
16227
  {
@@ -16523,7 +16229,7 @@
16523
16229
  "name": "*",
16524
16230
  "declaration": {
16525
16231
  "name": "*",
16526
- "package": "./error-dialog.styles"
16232
+ "package": "./error-banner"
16527
16233
  }
16528
16234
  }
16529
16235
  ]
@@ -17854,6 +17560,300 @@
17854
17560
  }
17855
17561
  ]
17856
17562
  },
17563
+ {
17564
+ "kind": "javascript-module",
17565
+ "path": "src/error-boundary/error-boundary.template.ts",
17566
+ "declarations": [
17567
+ {
17568
+ "kind": "variable",
17569
+ "name": "foundationErrorBoundaryTemplate",
17570
+ "type": {
17571
+ "text": "ViewTemplate<ErrorBoundary>"
17572
+ },
17573
+ "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
17574
+ }
17575
+ ],
17576
+ "exports": [
17577
+ {
17578
+ "kind": "js",
17579
+ "name": "foundationErrorBoundaryTemplate",
17580
+ "declaration": {
17581
+ "name": "foundationErrorBoundaryTemplate",
17582
+ "module": "src/error-boundary/error-boundary.template.ts"
17583
+ }
17584
+ }
17585
+ ]
17586
+ },
17587
+ {
17588
+ "kind": "javascript-module",
17589
+ "path": "src/error-boundary/error-boundary.ts",
17590
+ "declarations": [
17591
+ {
17592
+ "kind": "variable",
17593
+ "name": "foundationErrorBoundaryShadowOptions",
17594
+ "type": {
17595
+ "text": "ShadowRootInit"
17596
+ },
17597
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
17598
+ },
17599
+ {
17600
+ "kind": "class",
17601
+ "description": "",
17602
+ "name": "ErrorBoundary",
17603
+ "members": [
17604
+ {
17605
+ "kind": "field",
17606
+ "name": "logger",
17607
+ "privacy": "private"
17608
+ },
17609
+ {
17610
+ "kind": "field",
17611
+ "name": "errorBoundary",
17612
+ "type": {
17613
+ "text": "HTMLElement"
17614
+ }
17615
+ },
17616
+ {
17617
+ "kind": "field",
17618
+ "name": "resourceName",
17619
+ "description": "The resource name holding new and existing notifications",
17620
+ "privacy": "public"
17621
+ },
17622
+ {
17623
+ "kind": "field",
17624
+ "name": "closeTimeout",
17625
+ "type": {
17626
+ "text": "number"
17627
+ },
17628
+ "default": "0",
17629
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
17630
+ "privacy": "public"
17631
+ },
17632
+ {
17633
+ "kind": "field",
17634
+ "name": "dataSub",
17635
+ "type": {
17636
+ "text": "Subscription"
17637
+ },
17638
+ "privacy": "protected"
17639
+ },
17640
+ {
17641
+ "kind": "field",
17642
+ "name": "datasource",
17643
+ "type": {
17644
+ "text": "Datasource"
17645
+ },
17646
+ "privacy": "private"
17647
+ },
17648
+ {
17649
+ "kind": "field",
17650
+ "name": "_presentation",
17651
+ "type": {
17652
+ "text": "ComponentPresentation | null | undefined"
17653
+ },
17654
+ "privacy": "private",
17655
+ "default": "void 0",
17656
+ "inheritedFrom": {
17657
+ "name": "FoundationElement",
17658
+ "module": "src/foundation-element/foundation-element.ts"
17659
+ }
17660
+ },
17661
+ {
17662
+ "kind": "field",
17663
+ "name": "$presentation",
17664
+ "type": {
17665
+ "text": "ComponentPresentation | null"
17666
+ },
17667
+ "privacy": "public",
17668
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
17669
+ "inheritedFrom": {
17670
+ "name": "FoundationElement",
17671
+ "module": "src/foundation-element/foundation-element.ts"
17672
+ }
17673
+ },
17674
+ {
17675
+ "kind": "field",
17676
+ "name": "template",
17677
+ "type": {
17678
+ "text": "ElementViewTemplate | void | null"
17679
+ },
17680
+ "privacy": "public",
17681
+ "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.",
17682
+ "inheritedFrom": {
17683
+ "name": "FoundationElement",
17684
+ "module": "src/foundation-element/foundation-element.ts"
17685
+ }
17686
+ },
17687
+ {
17688
+ "kind": "method",
17689
+ "name": "templateChanged",
17690
+ "privacy": "protected",
17691
+ "return": {
17692
+ "type": {
17693
+ "text": "void"
17694
+ }
17695
+ },
17696
+ "inheritedFrom": {
17697
+ "name": "FoundationElement",
17698
+ "module": "src/foundation-element/foundation-element.ts"
17699
+ }
17700
+ },
17701
+ {
17702
+ "kind": "field",
17703
+ "name": "styles",
17704
+ "type": {
17705
+ "text": "ElementStyles | void | null"
17706
+ },
17707
+ "privacy": "public",
17708
+ "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.",
17709
+ "inheritedFrom": {
17710
+ "name": "FoundationElement",
17711
+ "module": "src/foundation-element/foundation-element.ts"
17712
+ }
17713
+ },
17714
+ {
17715
+ "kind": "method",
17716
+ "name": "stylesChanged",
17717
+ "privacy": "protected",
17718
+ "return": {
17719
+ "type": {
17720
+ "text": "void"
17721
+ }
17722
+ },
17723
+ "inheritedFrom": {
17724
+ "name": "FoundationElement",
17725
+ "module": "src/foundation-element/foundation-element.ts"
17726
+ }
17727
+ },
17728
+ {
17729
+ "kind": "method",
17730
+ "name": "compose",
17731
+ "privacy": "public",
17732
+ "static": true,
17733
+ "return": {
17734
+ "type": {
17735
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
17736
+ }
17737
+ },
17738
+ "parameters": [
17739
+ {
17740
+ "name": "this",
17741
+ "type": {
17742
+ "text": "K"
17743
+ }
17744
+ },
17745
+ {
17746
+ "name": "elementDefinition",
17747
+ "type": {
17748
+ "text": "T"
17749
+ },
17750
+ "description": "The definition of the element to create the registry\nfunction for."
17751
+ }
17752
+ ],
17753
+ "description": "Defines an element registry function with a set of element definition defaults.",
17754
+ "inheritedFrom": {
17755
+ "name": "FoundationElement",
17756
+ "module": "src/foundation-element/foundation-element.ts"
17757
+ }
17758
+ }
17759
+ ],
17760
+ "attributes": [
17761
+ {
17762
+ "name": "resource-name",
17763
+ "description": "The resource name holding new and existing notifications",
17764
+ "fieldName": "resourceName"
17765
+ },
17766
+ {
17767
+ "name": "close-timeout",
17768
+ "type": {
17769
+ "text": "number"
17770
+ },
17771
+ "default": "0",
17772
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
17773
+ "fieldName": "closeTimeout"
17774
+ }
17775
+ ],
17776
+ "superclass": {
17777
+ "name": "FoundationElement",
17778
+ "package": "@microsoft/fast-foundation"
17779
+ },
17780
+ "deprecated": "true",
17781
+ "tagName": "%%prefix%%-error-boundary",
17782
+ "customElement": true
17783
+ },
17784
+ {
17785
+ "kind": "variable",
17786
+ "name": "foundationErrorBoundary",
17787
+ "description": "The Foundation Error Boundary",
17788
+ "privacy": "public"
17789
+ }
17790
+ ],
17791
+ "exports": [
17792
+ {
17793
+ "kind": "js",
17794
+ "name": "foundationErrorBoundaryShadowOptions",
17795
+ "declaration": {
17796
+ "name": "foundationErrorBoundaryShadowOptions",
17797
+ "module": "src/error-boundary/error-boundary.ts"
17798
+ }
17799
+ },
17800
+ {
17801
+ "kind": "js",
17802
+ "name": "ErrorBoundary",
17803
+ "declaration": {
17804
+ "name": "ErrorBoundary",
17805
+ "module": "src/error-boundary/error-boundary.ts"
17806
+ }
17807
+ },
17808
+ {
17809
+ "kind": "js",
17810
+ "name": "foundationErrorBoundary",
17811
+ "declaration": {
17812
+ "name": "foundationErrorBoundary",
17813
+ "module": "src/error-boundary/error-boundary.ts"
17814
+ }
17815
+ }
17816
+ ]
17817
+ },
17818
+ {
17819
+ "kind": "javascript-module",
17820
+ "path": "src/error-boundary/index.ts",
17821
+ "declarations": [],
17822
+ "exports": [
17823
+ {
17824
+ "kind": "js",
17825
+ "name": "*",
17826
+ "declaration": {
17827
+ "name": "*",
17828
+ "package": "./error-boundary.template"
17829
+ }
17830
+ },
17831
+ {
17832
+ "kind": "js",
17833
+ "name": "*",
17834
+ "declaration": {
17835
+ "name": "*",
17836
+ "package": "./error-boundary"
17837
+ }
17838
+ },
17839
+ {
17840
+ "kind": "js",
17841
+ "name": "ErrorBoundaryEvent",
17842
+ "declaration": {
17843
+ "name": "ErrorBoundaryEvent",
17844
+ "package": "@genesislcap/foundation-errors"
17845
+ }
17846
+ },
17847
+ {
17848
+ "kind": "js",
17849
+ "name": "ErrorStructure",
17850
+ "declaration": {
17851
+ "name": "ErrorStructure",
17852
+ "package": "@genesislcap/foundation-errors"
17853
+ }
17854
+ }
17855
+ ]
17856
+ },
17857
17857
  {
17858
17858
  "kind": "javascript-module",
17859
17859
  "path": "src/filter-bar/filter-bar.styles.ts",
@@ -35769,442 +35769,6 @@
35769
35769
  }
35770
35770
  ]
35771
35771
  },
35772
- {
35773
- "kind": "javascript-module",
35774
- "path": "src/stepper-tab/index.ts",
35775
- "declarations": [],
35776
- "exports": [
35777
- {
35778
- "kind": "js",
35779
- "name": "*",
35780
- "declaration": {
35781
- "name": "*",
35782
- "package": "./stepper-tab.template"
35783
- }
35784
- },
35785
- {
35786
- "kind": "js",
35787
- "name": "*",
35788
- "declaration": {
35789
- "name": "*",
35790
- "package": "./stepper-tab.styles"
35791
- }
35792
- },
35793
- {
35794
- "kind": "js",
35795
- "name": "*",
35796
- "declaration": {
35797
- "name": "*",
35798
- "package": "./stepper-tab"
35799
- }
35800
- }
35801
- ]
35802
- },
35803
- {
35804
- "kind": "javascript-module",
35805
- "path": "src/stepper-tab/stepper-tab.styles.ts",
35806
- "declarations": [
35807
- {
35808
- "kind": "function",
35809
- "name": "foundationStepperTabStyles",
35810
- "return": {
35811
- "type": {
35812
- "text": "ElementStyles"
35813
- }
35814
- },
35815
- "parameters": [
35816
- {
35817
- "name": "context",
35818
- "type": {
35819
- "text": "ElementDefinitionContext"
35820
- }
35821
- },
35822
- {
35823
- "name": "definition",
35824
- "type": {
35825
- "text": "FoundationElementDefinition"
35826
- }
35827
- }
35828
- ]
35829
- }
35830
- ],
35831
- "exports": [
35832
- {
35833
- "kind": "js",
35834
- "name": "foundationStepperTabStyles",
35835
- "declaration": {
35836
- "name": "foundationStepperTabStyles",
35837
- "module": "src/stepper-tab/stepper-tab.styles.ts"
35838
- }
35839
- }
35840
- ]
35841
- },
35842
- {
35843
- "kind": "javascript-module",
35844
- "path": "src/stepper-tab/stepper-tab.template.ts",
35845
- "declarations": [
35846
- {
35847
- "kind": "function",
35848
- "name": "getPrefixedStepperTab",
35849
- "parameters": [
35850
- {
35851
- "name": "prefix",
35852
- "type": {
35853
- "text": "string"
35854
- }
35855
- }
35856
- ]
35857
- },
35858
- {
35859
- "kind": "variable",
35860
- "name": "foundationStepperTabTemplate",
35861
- "default": "html<StepperTab>`\n ${(x) => getPrefixedStepperTab(getPrefix(x))}\n`"
35862
- }
35863
- ],
35864
- "exports": [
35865
- {
35866
- "kind": "js",
35867
- "name": "getPrefixedStepperTab",
35868
- "declaration": {
35869
- "name": "getPrefixedStepperTab",
35870
- "module": "src/stepper-tab/stepper-tab.template.ts"
35871
- }
35872
- },
35873
- {
35874
- "kind": "js",
35875
- "name": "foundationStepperTabTemplate",
35876
- "declaration": {
35877
- "name": "foundationStepperTabTemplate",
35878
- "module": "src/stepper-tab/stepper-tab.template.ts"
35879
- }
35880
- }
35881
- ]
35882
- },
35883
- {
35884
- "kind": "javascript-module",
35885
- "path": "src/stepper-tab/stepper-tab.ts",
35886
- "declarations": [
35887
- {
35888
- "kind": "class",
35889
- "description": "",
35890
- "name": "StepperTab",
35891
- "members": [
35892
- {
35893
- "kind": "field",
35894
- "name": "treeItem",
35895
- "type": {
35896
- "text": "TreeItem"
35897
- }
35898
- },
35899
- {
35900
- "kind": "field",
35901
- "name": "slot",
35902
- "type": {
35903
- "text": "string"
35904
- },
35905
- "default": "'tab'"
35906
- },
35907
- {
35908
- "kind": "field",
35909
- "name": "selected",
35910
- "type": {
35911
- "text": "boolean"
35912
- }
35913
- },
35914
- {
35915
- "kind": "field",
35916
- "name": "completed",
35917
- "type": {
35918
- "text": "boolean"
35919
- }
35920
- },
35921
- {
35922
- "kind": "field",
35923
- "name": "error",
35924
- "type": {
35925
- "text": "boolean"
35926
- }
35927
- },
35928
- {
35929
- "kind": "field",
35930
- "name": "isLast",
35931
- "type": {
35932
- "text": "boolean"
35933
- }
35934
- },
35935
- {
35936
- "kind": "field",
35937
- "name": "hideStepNumber",
35938
- "type": {
35939
- "text": "boolean"
35940
- }
35941
- },
35942
- {
35943
- "kind": "field",
35944
- "name": "showCursorPointer",
35945
- "type": {
35946
- "text": "boolean"
35947
- }
35948
- },
35949
- {
35950
- "kind": "field",
35951
- "name": "tabPosition",
35952
- "type": {
35953
- "text": "number"
35954
- }
35955
- },
35956
- {
35957
- "kind": "field",
35958
- "name": "orientation",
35959
- "type": {
35960
- "text": "TabsOrientation"
35961
- }
35962
- },
35963
- {
35964
- "kind": "method",
35965
- "name": "isCompleted"
35966
- },
35967
- {
35968
- "kind": "method",
35969
- "name": "selectedChanged"
35970
- },
35971
- {
35972
- "kind": "field",
35973
- "name": "_presentation",
35974
- "type": {
35975
- "text": "ComponentPresentation | null | undefined"
35976
- },
35977
- "privacy": "private",
35978
- "default": "void 0",
35979
- "inheritedFrom": {
35980
- "name": "FoundationElement",
35981
- "module": "src/foundation-element/foundation-element.ts"
35982
- }
35983
- },
35984
- {
35985
- "kind": "field",
35986
- "name": "$presentation",
35987
- "type": {
35988
- "text": "ComponentPresentation | null"
35989
- },
35990
- "privacy": "public",
35991
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35992
- "inheritedFrom": {
35993
- "name": "FoundationElement",
35994
- "module": "src/foundation-element/foundation-element.ts"
35995
- }
35996
- },
35997
- {
35998
- "kind": "field",
35999
- "name": "template",
36000
- "type": {
36001
- "text": "ElementViewTemplate | void | null"
36002
- },
36003
- "privacy": "public",
36004
- "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.",
36005
- "inheritedFrom": {
36006
- "name": "FoundationElement",
36007
- "module": "src/foundation-element/foundation-element.ts"
36008
- }
36009
- },
36010
- {
36011
- "kind": "method",
36012
- "name": "templateChanged",
36013
- "privacy": "protected",
36014
- "return": {
36015
- "type": {
36016
- "text": "void"
36017
- }
36018
- },
36019
- "inheritedFrom": {
36020
- "name": "FoundationElement",
36021
- "module": "src/foundation-element/foundation-element.ts"
36022
- }
36023
- },
36024
- {
36025
- "kind": "field",
36026
- "name": "styles",
36027
- "type": {
36028
- "text": "ElementStyles | void | null"
36029
- },
36030
- "privacy": "public",
36031
- "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.",
36032
- "inheritedFrom": {
36033
- "name": "FoundationElement",
36034
- "module": "src/foundation-element/foundation-element.ts"
36035
- }
36036
- },
36037
- {
36038
- "kind": "method",
36039
- "name": "stylesChanged",
36040
- "privacy": "protected",
36041
- "return": {
36042
- "type": {
36043
- "text": "void"
36044
- }
36045
- },
36046
- "inheritedFrom": {
36047
- "name": "FoundationElement",
36048
- "module": "src/foundation-element/foundation-element.ts"
36049
- }
36050
- },
36051
- {
36052
- "kind": "method",
36053
- "name": "compose",
36054
- "privacy": "public",
36055
- "static": true,
36056
- "return": {
36057
- "type": {
36058
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36059
- }
36060
- },
36061
- "parameters": [
36062
- {
36063
- "name": "this",
36064
- "type": {
36065
- "text": "K"
36066
- }
36067
- },
36068
- {
36069
- "name": "elementDefinition",
36070
- "type": {
36071
- "text": "T"
36072
- },
36073
- "description": "The definition of the element to create the registry\nfunction for."
36074
- }
36075
- ],
36076
- "description": "Defines an element registry function with a set of element definition defaults.",
36077
- "inheritedFrom": {
36078
- "name": "FoundationElement",
36079
- "module": "src/foundation-element/foundation-element.ts"
36080
- }
36081
- }
36082
- ],
36083
- "attributes": [
36084
- {
36085
- "name": "slot",
36086
- "type": {
36087
- "text": "string"
36088
- },
36089
- "default": "'tab'",
36090
- "fieldName": "slot"
36091
- },
36092
- {
36093
- "type": {
36094
- "text": "boolean"
36095
- },
36096
- "fieldName": "selected"
36097
- },
36098
- {
36099
- "type": {
36100
- "text": "boolean"
36101
- },
36102
- "fieldName": "completed"
36103
- },
36104
- {
36105
- "type": {
36106
- "text": "boolean"
36107
- },
36108
- "fieldName": "error"
36109
- },
36110
- {
36111
- "type": {
36112
- "text": "boolean"
36113
- },
36114
- "fieldName": "isLast"
36115
- },
36116
- {
36117
- "type": {
36118
- "text": "boolean"
36119
- },
36120
- "fieldName": "hideStepNumber"
36121
- },
36122
- {
36123
- "type": {
36124
- "text": "boolean"
36125
- },
36126
- "fieldName": "showCursorPointer"
36127
- },
36128
- {
36129
- "name": "tab-position",
36130
- "type": {
36131
- "text": "number"
36132
- },
36133
- "fieldName": "tabPosition"
36134
- },
36135
- {
36136
- "name": "orientation",
36137
- "type": {
36138
- "text": "TabsOrientation"
36139
- },
36140
- "fieldName": "orientation"
36141
- }
36142
- ],
36143
- "superclass": {
36144
- "name": "FoundationElement",
36145
- "package": "@microsoft/fast-foundation"
36146
- },
36147
- "tagName": "%%prefix%%-stepper-tab",
36148
- "customElement": true
36149
- },
36150
- {
36151
- "kind": "variable",
36152
- "name": "foundationStepperTabShadowOptions",
36153
- "type": {
36154
- "text": "ShadowRootInit"
36155
- },
36156
- "default": "undefined"
36157
- },
36158
- {
36159
- "kind": "variable",
36160
- "name": "defaultStepperTabConfig",
36161
- "type": {
36162
- "text": "object"
36163
- },
36164
- "default": "{}"
36165
- },
36166
- {
36167
- "kind": "variable",
36168
- "name": "foundationStepperTab",
36169
- "description": "The Foundation Stepper Tab",
36170
- "privacy": "public"
36171
- }
36172
- ],
36173
- "exports": [
36174
- {
36175
- "kind": "js",
36176
- "name": "StepperTab",
36177
- "declaration": {
36178
- "name": "StepperTab",
36179
- "module": "src/stepper-tab/stepper-tab.ts"
36180
- }
36181
- },
36182
- {
36183
- "kind": "js",
36184
- "name": "foundationStepperTabShadowOptions",
36185
- "declaration": {
36186
- "name": "foundationStepperTabShadowOptions",
36187
- "module": "src/stepper-tab/stepper-tab.ts"
36188
- }
36189
- },
36190
- {
36191
- "kind": "js",
36192
- "name": "defaultStepperTabConfig",
36193
- "declaration": {
36194
- "name": "defaultStepperTabConfig",
36195
- "module": "src/stepper-tab/stepper-tab.ts"
36196
- }
36197
- },
36198
- {
36199
- "kind": "js",
36200
- "name": "foundationStepperTab",
36201
- "declaration": {
36202
- "name": "foundationStepperTab",
36203
- "module": "src/stepper-tab/stepper-tab.ts"
36204
- }
36205
- }
36206
- ]
36207
- },
36208
35772
  {
36209
35773
  "kind": "javascript-module",
36210
35774
  "path": "src/stepper/index.ts",
@@ -36768,6 +36332,442 @@
36768
36332
  }
36769
36333
  ]
36770
36334
  },
36335
+ {
36336
+ "kind": "javascript-module",
36337
+ "path": "src/stepper-tab/index.ts",
36338
+ "declarations": [],
36339
+ "exports": [
36340
+ {
36341
+ "kind": "js",
36342
+ "name": "*",
36343
+ "declaration": {
36344
+ "name": "*",
36345
+ "package": "./stepper-tab.template"
36346
+ }
36347
+ },
36348
+ {
36349
+ "kind": "js",
36350
+ "name": "*",
36351
+ "declaration": {
36352
+ "name": "*",
36353
+ "package": "./stepper-tab.styles"
36354
+ }
36355
+ },
36356
+ {
36357
+ "kind": "js",
36358
+ "name": "*",
36359
+ "declaration": {
36360
+ "name": "*",
36361
+ "package": "./stepper-tab"
36362
+ }
36363
+ }
36364
+ ]
36365
+ },
36366
+ {
36367
+ "kind": "javascript-module",
36368
+ "path": "src/stepper-tab/stepper-tab.styles.ts",
36369
+ "declarations": [
36370
+ {
36371
+ "kind": "function",
36372
+ "name": "foundationStepperTabStyles",
36373
+ "return": {
36374
+ "type": {
36375
+ "text": "ElementStyles"
36376
+ }
36377
+ },
36378
+ "parameters": [
36379
+ {
36380
+ "name": "context",
36381
+ "type": {
36382
+ "text": "ElementDefinitionContext"
36383
+ }
36384
+ },
36385
+ {
36386
+ "name": "definition",
36387
+ "type": {
36388
+ "text": "FoundationElementDefinition"
36389
+ }
36390
+ }
36391
+ ]
36392
+ }
36393
+ ],
36394
+ "exports": [
36395
+ {
36396
+ "kind": "js",
36397
+ "name": "foundationStepperTabStyles",
36398
+ "declaration": {
36399
+ "name": "foundationStepperTabStyles",
36400
+ "module": "src/stepper-tab/stepper-tab.styles.ts"
36401
+ }
36402
+ }
36403
+ ]
36404
+ },
36405
+ {
36406
+ "kind": "javascript-module",
36407
+ "path": "src/stepper-tab/stepper-tab.template.ts",
36408
+ "declarations": [
36409
+ {
36410
+ "kind": "function",
36411
+ "name": "getPrefixedStepperTab",
36412
+ "parameters": [
36413
+ {
36414
+ "name": "prefix",
36415
+ "type": {
36416
+ "text": "string"
36417
+ }
36418
+ }
36419
+ ]
36420
+ },
36421
+ {
36422
+ "kind": "variable",
36423
+ "name": "foundationStepperTabTemplate",
36424
+ "default": "html<StepperTab>`\n ${(x) => getPrefixedStepperTab(getPrefix(x))}\n`"
36425
+ }
36426
+ ],
36427
+ "exports": [
36428
+ {
36429
+ "kind": "js",
36430
+ "name": "getPrefixedStepperTab",
36431
+ "declaration": {
36432
+ "name": "getPrefixedStepperTab",
36433
+ "module": "src/stepper-tab/stepper-tab.template.ts"
36434
+ }
36435
+ },
36436
+ {
36437
+ "kind": "js",
36438
+ "name": "foundationStepperTabTemplate",
36439
+ "declaration": {
36440
+ "name": "foundationStepperTabTemplate",
36441
+ "module": "src/stepper-tab/stepper-tab.template.ts"
36442
+ }
36443
+ }
36444
+ ]
36445
+ },
36446
+ {
36447
+ "kind": "javascript-module",
36448
+ "path": "src/stepper-tab/stepper-tab.ts",
36449
+ "declarations": [
36450
+ {
36451
+ "kind": "class",
36452
+ "description": "",
36453
+ "name": "StepperTab",
36454
+ "members": [
36455
+ {
36456
+ "kind": "field",
36457
+ "name": "treeItem",
36458
+ "type": {
36459
+ "text": "TreeItem"
36460
+ }
36461
+ },
36462
+ {
36463
+ "kind": "field",
36464
+ "name": "slot",
36465
+ "type": {
36466
+ "text": "string"
36467
+ },
36468
+ "default": "'tab'"
36469
+ },
36470
+ {
36471
+ "kind": "field",
36472
+ "name": "selected",
36473
+ "type": {
36474
+ "text": "boolean"
36475
+ }
36476
+ },
36477
+ {
36478
+ "kind": "field",
36479
+ "name": "completed",
36480
+ "type": {
36481
+ "text": "boolean"
36482
+ }
36483
+ },
36484
+ {
36485
+ "kind": "field",
36486
+ "name": "error",
36487
+ "type": {
36488
+ "text": "boolean"
36489
+ }
36490
+ },
36491
+ {
36492
+ "kind": "field",
36493
+ "name": "isLast",
36494
+ "type": {
36495
+ "text": "boolean"
36496
+ }
36497
+ },
36498
+ {
36499
+ "kind": "field",
36500
+ "name": "hideStepNumber",
36501
+ "type": {
36502
+ "text": "boolean"
36503
+ }
36504
+ },
36505
+ {
36506
+ "kind": "field",
36507
+ "name": "showCursorPointer",
36508
+ "type": {
36509
+ "text": "boolean"
36510
+ }
36511
+ },
36512
+ {
36513
+ "kind": "field",
36514
+ "name": "tabPosition",
36515
+ "type": {
36516
+ "text": "number"
36517
+ }
36518
+ },
36519
+ {
36520
+ "kind": "field",
36521
+ "name": "orientation",
36522
+ "type": {
36523
+ "text": "TabsOrientation"
36524
+ }
36525
+ },
36526
+ {
36527
+ "kind": "method",
36528
+ "name": "isCompleted"
36529
+ },
36530
+ {
36531
+ "kind": "method",
36532
+ "name": "selectedChanged"
36533
+ },
36534
+ {
36535
+ "kind": "field",
36536
+ "name": "_presentation",
36537
+ "type": {
36538
+ "text": "ComponentPresentation | null | undefined"
36539
+ },
36540
+ "privacy": "private",
36541
+ "default": "void 0",
36542
+ "inheritedFrom": {
36543
+ "name": "FoundationElement",
36544
+ "module": "src/foundation-element/foundation-element.ts"
36545
+ }
36546
+ },
36547
+ {
36548
+ "kind": "field",
36549
+ "name": "$presentation",
36550
+ "type": {
36551
+ "text": "ComponentPresentation | null"
36552
+ },
36553
+ "privacy": "public",
36554
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36555
+ "inheritedFrom": {
36556
+ "name": "FoundationElement",
36557
+ "module": "src/foundation-element/foundation-element.ts"
36558
+ }
36559
+ },
36560
+ {
36561
+ "kind": "field",
36562
+ "name": "template",
36563
+ "type": {
36564
+ "text": "ElementViewTemplate | void | null"
36565
+ },
36566
+ "privacy": "public",
36567
+ "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.",
36568
+ "inheritedFrom": {
36569
+ "name": "FoundationElement",
36570
+ "module": "src/foundation-element/foundation-element.ts"
36571
+ }
36572
+ },
36573
+ {
36574
+ "kind": "method",
36575
+ "name": "templateChanged",
36576
+ "privacy": "protected",
36577
+ "return": {
36578
+ "type": {
36579
+ "text": "void"
36580
+ }
36581
+ },
36582
+ "inheritedFrom": {
36583
+ "name": "FoundationElement",
36584
+ "module": "src/foundation-element/foundation-element.ts"
36585
+ }
36586
+ },
36587
+ {
36588
+ "kind": "field",
36589
+ "name": "styles",
36590
+ "type": {
36591
+ "text": "ElementStyles | void | null"
36592
+ },
36593
+ "privacy": "public",
36594
+ "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.",
36595
+ "inheritedFrom": {
36596
+ "name": "FoundationElement",
36597
+ "module": "src/foundation-element/foundation-element.ts"
36598
+ }
36599
+ },
36600
+ {
36601
+ "kind": "method",
36602
+ "name": "stylesChanged",
36603
+ "privacy": "protected",
36604
+ "return": {
36605
+ "type": {
36606
+ "text": "void"
36607
+ }
36608
+ },
36609
+ "inheritedFrom": {
36610
+ "name": "FoundationElement",
36611
+ "module": "src/foundation-element/foundation-element.ts"
36612
+ }
36613
+ },
36614
+ {
36615
+ "kind": "method",
36616
+ "name": "compose",
36617
+ "privacy": "public",
36618
+ "static": true,
36619
+ "return": {
36620
+ "type": {
36621
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36622
+ }
36623
+ },
36624
+ "parameters": [
36625
+ {
36626
+ "name": "this",
36627
+ "type": {
36628
+ "text": "K"
36629
+ }
36630
+ },
36631
+ {
36632
+ "name": "elementDefinition",
36633
+ "type": {
36634
+ "text": "T"
36635
+ },
36636
+ "description": "The definition of the element to create the registry\nfunction for."
36637
+ }
36638
+ ],
36639
+ "description": "Defines an element registry function with a set of element definition defaults.",
36640
+ "inheritedFrom": {
36641
+ "name": "FoundationElement",
36642
+ "module": "src/foundation-element/foundation-element.ts"
36643
+ }
36644
+ }
36645
+ ],
36646
+ "attributes": [
36647
+ {
36648
+ "name": "slot",
36649
+ "type": {
36650
+ "text": "string"
36651
+ },
36652
+ "default": "'tab'",
36653
+ "fieldName": "slot"
36654
+ },
36655
+ {
36656
+ "type": {
36657
+ "text": "boolean"
36658
+ },
36659
+ "fieldName": "selected"
36660
+ },
36661
+ {
36662
+ "type": {
36663
+ "text": "boolean"
36664
+ },
36665
+ "fieldName": "completed"
36666
+ },
36667
+ {
36668
+ "type": {
36669
+ "text": "boolean"
36670
+ },
36671
+ "fieldName": "error"
36672
+ },
36673
+ {
36674
+ "type": {
36675
+ "text": "boolean"
36676
+ },
36677
+ "fieldName": "isLast"
36678
+ },
36679
+ {
36680
+ "type": {
36681
+ "text": "boolean"
36682
+ },
36683
+ "fieldName": "hideStepNumber"
36684
+ },
36685
+ {
36686
+ "type": {
36687
+ "text": "boolean"
36688
+ },
36689
+ "fieldName": "showCursorPointer"
36690
+ },
36691
+ {
36692
+ "name": "tab-position",
36693
+ "type": {
36694
+ "text": "number"
36695
+ },
36696
+ "fieldName": "tabPosition"
36697
+ },
36698
+ {
36699
+ "name": "orientation",
36700
+ "type": {
36701
+ "text": "TabsOrientation"
36702
+ },
36703
+ "fieldName": "orientation"
36704
+ }
36705
+ ],
36706
+ "superclass": {
36707
+ "name": "FoundationElement",
36708
+ "package": "@microsoft/fast-foundation"
36709
+ },
36710
+ "tagName": "%%prefix%%-stepper-tab",
36711
+ "customElement": true
36712
+ },
36713
+ {
36714
+ "kind": "variable",
36715
+ "name": "foundationStepperTabShadowOptions",
36716
+ "type": {
36717
+ "text": "ShadowRootInit"
36718
+ },
36719
+ "default": "undefined"
36720
+ },
36721
+ {
36722
+ "kind": "variable",
36723
+ "name": "defaultStepperTabConfig",
36724
+ "type": {
36725
+ "text": "object"
36726
+ },
36727
+ "default": "{}"
36728
+ },
36729
+ {
36730
+ "kind": "variable",
36731
+ "name": "foundationStepperTab",
36732
+ "description": "The Foundation Stepper Tab",
36733
+ "privacy": "public"
36734
+ }
36735
+ ],
36736
+ "exports": [
36737
+ {
36738
+ "kind": "js",
36739
+ "name": "StepperTab",
36740
+ "declaration": {
36741
+ "name": "StepperTab",
36742
+ "module": "src/stepper-tab/stepper-tab.ts"
36743
+ }
36744
+ },
36745
+ {
36746
+ "kind": "js",
36747
+ "name": "foundationStepperTabShadowOptions",
36748
+ "declaration": {
36749
+ "name": "foundationStepperTabShadowOptions",
36750
+ "module": "src/stepper-tab/stepper-tab.ts"
36751
+ }
36752
+ },
36753
+ {
36754
+ "kind": "js",
36755
+ "name": "defaultStepperTabConfig",
36756
+ "declaration": {
36757
+ "name": "defaultStepperTabConfig",
36758
+ "module": "src/stepper-tab/stepper-tab.ts"
36759
+ }
36760
+ },
36761
+ {
36762
+ "kind": "js",
36763
+ "name": "foundationStepperTab",
36764
+ "declaration": {
36765
+ "name": "foundationStepperTab",
36766
+ "module": "src/stepper-tab/stepper-tab.ts"
36767
+ }
36768
+ }
36769
+ ]
36770
+ },
36771
36771
  {
36772
36772
  "kind": "javascript-module",
36773
36773
  "path": "src/stepper-tab-panel/index.ts",
@@ -45359,6 +45359,21 @@
45359
45359
  }
45360
45360
  ]
45361
45361
  },
45362
+ {
45363
+ "kind": "javascript-module",
45364
+ "path": "src/_config/styles/external/index.ts",
45365
+ "declarations": [],
45366
+ "exports": [
45367
+ {
45368
+ "kind": "js",
45369
+ "name": "*",
45370
+ "declaration": {
45371
+ "name": "*",
45372
+ "package": "./fontawesome-free"
45373
+ }
45374
+ }
45375
+ ]
45376
+ },
45362
45377
  {
45363
45378
  "kind": "javascript-module",
45364
45379
  "path": "src/overlays/system-health/index.ts",
@@ -45892,21 +45907,6 @@
45892
45907
  }
45893
45908
  ]
45894
45909
  },
45895
- {
45896
- "kind": "javascript-module",
45897
- "path": "src/_config/styles/external/index.ts",
45898
- "declarations": [],
45899
- "exports": [
45900
- {
45901
- "kind": "js",
45902
- "name": "*",
45903
- "declaration": {
45904
- "name": "*",
45905
- "package": "./fontawesome-free"
45906
- }
45907
- }
45908
- ]
45909
- },
45910
45910
  {
45911
45911
  "kind": "javascript-module",
45912
45912
  "path": "src/_config/styles/external/fontawesome-free/index.ts",