@genesislcap/foundation-fdc3 14.225.2-alpha-a51f60c.0 → 14.225.2-alpha-9256cb8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/dist/dts/fdc3-channel-event.d.ts +29 -46
  2. package/dist/dts/fdc3-channel-event.d.ts.map +1 -1
  3. package/dist/dts/tsdoc-metadata.json +1 -1
  4. package/dist/dts/util/fdc3-intent-listener.d.ts +29 -46
  5. package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
  6. package/dist/dts/util/fdc3-raise-intent.d.ts +29 -46
  7. package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
  8. package/dist/dts/util/fdc3-system-channel-listener.d.ts +29 -46
  9. package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
  10. package/dist/esm/fdc3.js +2 -2
  11. package/dist/foundation-fdc3.api.json +167 -834
  12. package/dist/foundation-fdc3.d.ts +116 -182
  13. package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +1 -11
  14. package/docs/api/foundation-fdc3.md +1 -13
  15. package/docs/{api-report.md.api.md → api-report.md} +0 -2
  16. package/package.json +15 -15
  17. package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +0 -14
  18. package/docs/api/foundation-fdc3.appchannellistenerconfig.md +0 -24
  19. package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +0 -14
  20. package/docs/api/foundation-fdc3.fdc3contextlistener.md +0 -24
  21. package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +0 -14
  22. package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +0 -14
  23. package/docs/api/foundation-fdc3.fdc3intentlistener.md +0 -25
  24. package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +0 -14
  25. package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +0 -14
  26. package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +0 -14
  27. package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +0 -14
  28. package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +0 -14
  29. package/docs/api/foundation-fdc3.fdc3raiseintent.md +0 -28
  30. package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +0 -14
  31. package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +0 -14
  32. package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +0 -25
  33. package/docs/api/foundation-fdc3.intentconfig.callback.md +0 -14
  34. package/docs/api/foundation-fdc3.intentconfig.intent.md +0 -14
  35. package/docs/api/foundation-fdc3.intentconfig.md +0 -24
  36. package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +0 -14
  37. package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +0 -14
  38. package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +0 -24
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.48.0",
4
+ "toolVersion": "7.34.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -184,65 +184,6 @@
184
184
  "name": "",
185
185
  "preserveMemberOrder": false,
186
186
  "members": [
187
- {
188
- "kind": "Interface",
189
- "canonicalReference": "@genesislcap/foundation-fdc3!AppChannelListenerConfig:interface",
190
- "docComment": "/**\n * fdc3-context-listener listen channel config\n *\n * @param channelType - string for the context channel type\n *\n * @param callback - async function that is called if a message with a matching context is emitted\n *\n * @alpha\n */\n",
191
- "excerptTokens": [
192
- {
193
- "kind": "Content",
194
- "text": "export interface AppChannelListenerConfig extends "
195
- },
196
- {
197
- "kind": "Reference",
198
- "text": "SystemChannelListenerConfig",
199
- "canonicalReference": "@genesislcap/foundation-fdc3!SystemChannelListenerConfig:interface"
200
- },
201
- {
202
- "kind": "Content",
203
- "text": " "
204
- }
205
- ],
206
- "fileUrlPath": "src/util/fdc3-context-listener.ts",
207
- "releaseTag": "Alpha",
208
- "name": "AppChannelListenerConfig",
209
- "preserveMemberOrder": false,
210
- "members": [
211
- {
212
- "kind": "PropertySignature",
213
- "canonicalReference": "@genesislcap/foundation-fdc3!AppChannelListenerConfig#channelName:member",
214
- "docComment": "",
215
- "excerptTokens": [
216
- {
217
- "kind": "Content",
218
- "text": "channelName: "
219
- },
220
- {
221
- "kind": "Content",
222
- "text": "string"
223
- },
224
- {
225
- "kind": "Content",
226
- "text": ";"
227
- }
228
- ],
229
- "isReadonly": false,
230
- "isOptional": false,
231
- "releaseTag": "Alpha",
232
- "name": "channelName",
233
- "propertyTypeTokenRange": {
234
- "startIndex": 1,
235
- "endIndex": 2
236
- }
237
- }
238
- ],
239
- "extendsTokenRanges": [
240
- {
241
- "startIndex": 1,
242
- "endIndex": 2
243
- }
244
- ]
245
- },
246
187
  {
247
188
  "kind": "Interface",
248
189
  "canonicalReference": "@genesislcap/foundation-fdc3!FDC3:interface",
@@ -1474,110 +1415,205 @@
1474
1415
  }
1475
1416
  },
1476
1417
  {
1477
- "kind": "Class",
1478
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3ContextListener:class",
1479
- "docComment": "/**\n * fdc3-context-listener listen to app channel context\n *\n * @alpha\n */\n",
1418
+ "kind": "Interface",
1419
+ "canonicalReference": "@genesislcap/foundation-fdc3!FDC3IntentResolution:interface",
1420
+ "docComment": "/**\n * @deprecated\n *\n * Use IntentResolution from the \\@finos/fdc3 package instead\n *\n * @public\n */\n",
1480
1421
  "excerptTokens": [
1481
1422
  {
1482
1423
  "kind": "Content",
1483
- "text": "export declare class Fdc3ContextListener extends "
1424
+ "text": "export interface FDC3IntentResolution extends "
1484
1425
  },
1485
1426
  {
1486
1427
  "kind": "Reference",
1487
- "text": "Fdc3SystemChannelListener",
1488
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3SystemChannelListener:class"
1428
+ "text": "IntentResolution",
1429
+ "canonicalReference": "@finos/fdc3!IntentResolution:interface"
1489
1430
  },
1490
1431
  {
1491
1432
  "kind": "Content",
1492
1433
  "text": " "
1493
1434
  }
1494
1435
  ],
1495
- "fileUrlPath": "src/util/fdc3-context-listener.ts",
1496
- "releaseTag": "Alpha",
1497
- "isAbstract": false,
1498
- "name": "Fdc3ContextListener",
1436
+ "fileUrlPath": "src/fdc3.ts",
1437
+ "releaseTag": "Public",
1438
+ "name": "FDC3IntentResolution",
1499
1439
  "preserveMemberOrder": false,
1500
- "members": [
1440
+ "members": [],
1441
+ "extendsTokenRanges": [
1501
1442
  {
1502
- "kind": "Property",
1503
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3ContextListener#config:member",
1504
- "docComment": "",
1505
- "excerptTokens": [
1506
- {
1507
- "kind": "Content",
1508
- "text": "config: "
1509
- },
1510
- {
1511
- "kind": "Reference",
1512
- "text": "AppChannelListenerConfig",
1513
- "canonicalReference": "@genesislcap/foundation-fdc3!AppChannelListenerConfig:interface"
1514
- },
1515
- {
1516
- "kind": "Content",
1517
- "text": "[]"
1518
- },
1519
- {
1520
- "kind": "Content",
1521
- "text": ";"
1522
- }
1523
- ],
1524
- "isReadonly": false,
1525
- "isOptional": false,
1526
- "releaseTag": "Alpha",
1527
- "name": "config",
1528
- "propertyTypeTokenRange": {
1529
- "startIndex": 1,
1530
- "endIndex": 3
1531
- },
1532
- "isStatic": false,
1533
- "isProtected": false,
1534
- "isAbstract": false
1443
+ "startIndex": 1,
1444
+ "endIndex": 2
1445
+ }
1446
+ ]
1447
+ },
1448
+ {
1449
+ "kind": "TypeAlias",
1450
+ "canonicalReference": "@genesislcap/foundation-fdc3!FDC3Intents:type",
1451
+ "docComment": "/**\n * @deprecated\n *\n * Use Intents from the \\@finos/fdc3 package instead\n *\n * @public\n */\n",
1452
+ "excerptTokens": [
1453
+ {
1454
+ "kind": "Content",
1455
+ "text": "export type FDC3Intents = "
1456
+ },
1457
+ {
1458
+ "kind": "Reference",
1459
+ "text": "Intents",
1460
+ "canonicalReference": "@finos/fdc3!Intents:enum"
1461
+ },
1462
+ {
1463
+ "kind": "Content",
1464
+ "text": ";"
1535
1465
  }
1536
1466
  ],
1537
- "extendsTokenRange": {
1467
+ "fileUrlPath": "src/fdc3.ts",
1468
+ "releaseTag": "Public",
1469
+ "name": "FDC3Intents",
1470
+ "typeTokenRange": {
1538
1471
  "startIndex": 1,
1539
1472
  "endIndex": 2
1540
- },
1541
- "implementsTokenRanges": []
1473
+ }
1474
+ },
1475
+ {
1476
+ "kind": "Variable",
1477
+ "canonicalReference": "@genesislcap/foundation-fdc3!interopFoundationNotificationListener:var",
1478
+ "docComment": "/**\n * The Foundation Interop Notification Listener\n *\n * @remarks\n *\n * HTML Element: \\<foundation-interop-notification-listener\\>\n *\n * @public\n */\n",
1479
+ "excerptTokens": [
1480
+ {
1481
+ "kind": "Content",
1482
+ "text": "interopFoundationNotificationListener: "
1483
+ },
1484
+ {
1485
+ "kind": "Content",
1486
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1487
+ },
1488
+ {
1489
+ "kind": "Reference",
1490
+ "text": "OverrideFoundationElementDefinition",
1491
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1492
+ },
1493
+ {
1494
+ "kind": "Content",
1495
+ "text": "<{\n baseName: string;\n template: import(\"@microsoft/fast-element\")."
1496
+ },
1497
+ {
1498
+ "kind": "Reference",
1499
+ "text": "ViewTemplate",
1500
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1501
+ },
1502
+ {
1503
+ "kind": "Content",
1504
+ "text": "<"
1505
+ },
1506
+ {
1507
+ "kind": "Reference",
1508
+ "text": "NotificationListener",
1509
+ "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
1510
+ },
1511
+ {
1512
+ "kind": "Content",
1513
+ "text": ", any>;\n shadowOptions: "
1514
+ },
1515
+ {
1516
+ "kind": "Reference",
1517
+ "text": "ShadowRootInit",
1518
+ "canonicalReference": "!ShadowRootInit:interface"
1519
+ },
1520
+ {
1521
+ "kind": "Content",
1522
+ "text": ";\n}>) => import(\"@microsoft/fast-foundation\")."
1523
+ },
1524
+ {
1525
+ "kind": "Reference",
1526
+ "text": "FoundationElementRegistry",
1527
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1528
+ },
1529
+ {
1530
+ "kind": "Content",
1531
+ "text": "<{\n baseName: string;\n template: import(\"@microsoft/fast-element\")."
1532
+ },
1533
+ {
1534
+ "kind": "Reference",
1535
+ "text": "ViewTemplate",
1536
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1537
+ },
1538
+ {
1539
+ "kind": "Content",
1540
+ "text": "<"
1541
+ },
1542
+ {
1543
+ "kind": "Reference",
1544
+ "text": "NotificationListener",
1545
+ "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
1546
+ },
1547
+ {
1548
+ "kind": "Content",
1549
+ "text": ", any>;\n shadowOptions: "
1550
+ },
1551
+ {
1552
+ "kind": "Reference",
1553
+ "text": "ShadowRootInit",
1554
+ "canonicalReference": "!ShadowRootInit:interface"
1555
+ },
1556
+ {
1557
+ "kind": "Content",
1558
+ "text": ";\n}, typeof "
1559
+ },
1560
+ {
1561
+ "kind": "Reference",
1562
+ "text": "InteropNotificationsListener",
1563
+ "canonicalReference": "@genesislcap/foundation-fdc3!InteropNotificationsListener:class"
1564
+ },
1565
+ {
1566
+ "kind": "Content",
1567
+ "text": ">"
1568
+ }
1569
+ ],
1570
+ "fileUrlPath": "src/notifications/interop-notifications-listener.ts",
1571
+ "isReadonly": true,
1572
+ "releaseTag": "Public",
1573
+ "name": "interopFoundationNotificationListener",
1574
+ "variableTypeTokenRange": {
1575
+ "startIndex": 1,
1576
+ "endIndex": 20
1577
+ }
1542
1578
  },
1543
1579
  {
1544
1580
  "kind": "Class",
1545
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3IntentListener:class",
1546
- "docComment": "/**\n * fdc3-system-channel-listener Util element to listen to the context on a fdc3 app channel\n *\n * @alpha\n */\n",
1581
+ "canonicalReference": "@genesislcap/foundation-fdc3!InteropNotificationsListener:class",
1582
+ "docComment": "/**\n * @remarks\n *\n * This component extends the notification listener class and overrides the logic for showing the toast message to instead dispatch the event to the interop notifications bus.\n *\n * @tagname\n *\n * %%prefix%%-interop-notification-listener\n *\n * @public\n */\n",
1547
1583
  "excerptTokens": [
1548
1584
  {
1549
1585
  "kind": "Content",
1550
- "text": "export declare class Fdc3IntentListener extends "
1586
+ "text": "export declare class InteropNotificationsListener extends "
1551
1587
  },
1552
1588
  {
1553
1589
  "kind": "Reference",
1554
- "text": "Fdc3IntentListener_base",
1555
- "canonicalReference": "@genesislcap/foundation-fdc3!~Fdc3IntentListener_base"
1590
+ "text": "NotificationListener",
1591
+ "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
1556
1592
  },
1557
1593
  {
1558
1594
  "kind": "Content",
1559
1595
  "text": " "
1560
1596
  }
1561
1597
  ],
1562
- "fileUrlPath": "src/util/fdc3-intent-listener.ts",
1563
- "releaseTag": "Alpha",
1598
+ "fileUrlPath": "src/notifications/interop-notifications-listener.ts",
1599
+ "releaseTag": "Public",
1564
1600
  "isAbstract": false,
1565
- "name": "Fdc3IntentListener",
1601
+ "name": "InteropNotificationsListener",
1566
1602
  "preserveMemberOrder": false,
1567
1603
  "members": [
1568
1604
  {
1569
1605
  "kind": "Property",
1570
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3IntentListener#fdc3:member",
1606
+ "canonicalReference": "@genesislcap/foundation-fdc3!InteropNotificationsListener#iOConnectNotificationOptions:member",
1571
1607
  "docComment": "",
1572
1608
  "excerptTokens": [
1573
1609
  {
1574
1610
  "kind": "Content",
1575
- "text": "fdc3: "
1611
+ "text": "iOConnectNotificationOptions: "
1576
1612
  },
1577
1613
  {
1578
1614
  "kind": "Reference",
1579
- "text": "FDC3",
1580
- "canonicalReference": "@genesislcap/foundation-fdc3!FDC3:interface"
1615
+ "text": "IOConnectDesktop.Notifications.IOConnectNotificationOptions",
1616
+ "canonicalReference": "@interopio/desktop!IOConnectDesktop.Notifications.IOConnectNotificationOptions:interface"
1581
1617
  },
1582
1618
  {
1583
1619
  "kind": "Content",
@@ -1586,8 +1622,8 @@
1586
1622
  ],
1587
1623
  "isReadonly": false,
1588
1624
  "isOptional": false,
1589
- "releaseTag": "Alpha",
1590
- "name": "fdc3",
1625
+ "releaseTag": "Public",
1626
+ "name": "iOConnectNotificationOptions",
1591
1627
  "propertyTypeTokenRange": {
1592
1628
  "startIndex": 1,
1593
1629
  "endIndex": 2
@@ -1597,657 +1633,26 @@
1597
1633
  "isAbstract": false
1598
1634
  },
1599
1635
  {
1600
- "kind": "Property",
1601
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3IntentListener#intentConfig:member",
1636
+ "kind": "Method",
1637
+ "canonicalReference": "@genesislcap/foundation-fdc3!InteropNotificationsListener#showNotificationToast:member(1)",
1602
1638
  "docComment": "",
1603
1639
  "excerptTokens": [
1604
1640
  {
1605
1641
  "kind": "Content",
1606
- "text": "intentConfig: "
1642
+ "text": "protected showNotificationToast(row: "
1607
1643
  },
1608
1644
  {
1609
1645
  "kind": "Reference",
1610
- "text": "IntentConfig",
1611
- "canonicalReference": "@genesislcap/foundation-fdc3!IntentConfig:interface"
1646
+ "text": "NotificationDataRow",
1647
+ "canonicalReference": "@genesislcap/foundation-notifications!NotificationDataRow:interface"
1648
+ },
1649
+ {
1650
+ "kind": "Content",
1651
+ "text": "): "
1612
1652
  },
1613
1653
  {
1614
1654
  "kind": "Content",
1615
- "text": "[]"
1616
- },
1617
- {
1618
- "kind": "Content",
1619
- "text": ";"
1620
- }
1621
- ],
1622
- "isReadonly": false,
1623
- "isOptional": false,
1624
- "releaseTag": "Alpha",
1625
- "name": "intentConfig",
1626
- "propertyTypeTokenRange": {
1627
- "startIndex": 1,
1628
- "endIndex": 3
1629
- },
1630
- "isStatic": false,
1631
- "isProtected": false,
1632
- "isAbstract": false
1633
- }
1634
- ],
1635
- "extendsTokenRange": {
1636
- "startIndex": 1,
1637
- "endIndex": 2
1638
- },
1639
- "implementsTokenRanges": []
1640
- },
1641
- {
1642
- "kind": "Interface",
1643
- "canonicalReference": "@genesislcap/foundation-fdc3!FDC3IntentResolution:interface",
1644
- "docComment": "/**\n * @deprecated\n *\n * Use IntentResolution from the \\@finos/fdc3 package instead\n *\n * @public\n */\n",
1645
- "excerptTokens": [
1646
- {
1647
- "kind": "Content",
1648
- "text": "export interface FDC3IntentResolution extends "
1649
- },
1650
- {
1651
- "kind": "Reference",
1652
- "text": "IntentResolution",
1653
- "canonicalReference": "@finos/fdc3!IntentResolution:interface"
1654
- },
1655
- {
1656
- "kind": "Content",
1657
- "text": " "
1658
- }
1659
- ],
1660
- "fileUrlPath": "src/fdc3.ts",
1661
- "releaseTag": "Public",
1662
- "name": "FDC3IntentResolution",
1663
- "preserveMemberOrder": false,
1664
- "members": [],
1665
- "extendsTokenRanges": [
1666
- {
1667
- "startIndex": 1,
1668
- "endIndex": 2
1669
- }
1670
- ]
1671
- },
1672
- {
1673
- "kind": "TypeAlias",
1674
- "canonicalReference": "@genesislcap/foundation-fdc3!FDC3Intents:type",
1675
- "docComment": "/**\n * @deprecated\n *\n * Use Intents from the \\@finos/fdc3 package instead\n *\n * @public\n */\n",
1676
- "excerptTokens": [
1677
- {
1678
- "kind": "Content",
1679
- "text": "export type FDC3Intents = "
1680
- },
1681
- {
1682
- "kind": "Reference",
1683
- "text": "Intents",
1684
- "canonicalReference": "@finos/fdc3!Intents:enum"
1685
- },
1686
- {
1687
- "kind": "Content",
1688
- "text": ";"
1689
- }
1690
- ],
1691
- "fileUrlPath": "src/fdc3.ts",
1692
- "releaseTag": "Public",
1693
- "name": "FDC3Intents",
1694
- "typeTokenRange": {
1695
- "startIndex": 1,
1696
- "endIndex": 2
1697
- }
1698
- },
1699
- {
1700
- "kind": "Class",
1701
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3RaiseIntent:class",
1702
- "docComment": "/**\n * fdc3-raise-intent\n *\n * @alpha\n */\n",
1703
- "excerptTokens": [
1704
- {
1705
- "kind": "Content",
1706
- "text": "export declare class Fdc3RaiseIntent extends "
1707
- },
1708
- {
1709
- "kind": "Reference",
1710
- "text": "Fdc3RaiseIntent_base",
1711
- "canonicalReference": "@genesislcap/foundation-fdc3!~Fdc3RaiseIntent_base"
1712
- },
1713
- {
1714
- "kind": "Content",
1715
- "text": " "
1716
- }
1717
- ],
1718
- "fileUrlPath": "src/util/fdc3-raise-intent.ts",
1719
- "releaseTag": "Alpha",
1720
- "isAbstract": false,
1721
- "name": "Fdc3RaiseIntent",
1722
- "preserveMemberOrder": false,
1723
- "members": [
1724
- {
1725
- "kind": "Property",
1726
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3RaiseIntent#eventName:member",
1727
- "docComment": "",
1728
- "excerptTokens": [
1729
- {
1730
- "kind": "Content",
1731
- "text": "eventName: "
1732
- },
1733
- {
1734
- "kind": "Content",
1735
- "text": "string"
1736
- },
1737
- {
1738
- "kind": "Content",
1739
- "text": ";"
1740
- }
1741
- ],
1742
- "isReadonly": false,
1743
- "isOptional": false,
1744
- "releaseTag": "Alpha",
1745
- "name": "eventName",
1746
- "propertyTypeTokenRange": {
1747
- "startIndex": 1,
1748
- "endIndex": 2
1749
- },
1750
- "isStatic": false,
1751
- "isProtected": false,
1752
- "isAbstract": false
1753
- },
1754
- {
1755
- "kind": "Property",
1756
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3RaiseIntent#fdc3:member",
1757
- "docComment": "",
1758
- "excerptTokens": [
1759
- {
1760
- "kind": "Content",
1761
- "text": "fdc3: "
1762
- },
1763
- {
1764
- "kind": "Reference",
1765
- "text": "FDC3",
1766
- "canonicalReference": "@genesislcap/foundation-fdc3!FDC3:interface"
1767
- },
1768
- {
1769
- "kind": "Content",
1770
- "text": ";"
1771
- }
1772
- ],
1773
- "isReadonly": false,
1774
- "isOptional": false,
1775
- "releaseTag": "Alpha",
1776
- "name": "fdc3",
1777
- "propertyTypeTokenRange": {
1778
- "startIndex": 1,
1779
- "endIndex": 2
1780
- },
1781
- "isStatic": false,
1782
- "isProtected": false,
1783
- "isAbstract": false
1784
- },
1785
- {
1786
- "kind": "Property",
1787
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3RaiseIntent#intentName:member",
1788
- "docComment": "",
1789
- "excerptTokens": [
1790
- {
1791
- "kind": "Content",
1792
- "text": "intentName: "
1793
- },
1794
- {
1795
- "kind": "Content",
1796
- "text": "string"
1797
- },
1798
- {
1799
- "kind": "Content",
1800
- "text": ";"
1801
- }
1802
- ],
1803
- "isReadonly": false,
1804
- "isOptional": false,
1805
- "releaseTag": "Alpha",
1806
- "name": "intentName",
1807
- "propertyTypeTokenRange": {
1808
- "startIndex": 1,
1809
- "endIndex": 2
1810
- },
1811
- "isStatic": false,
1812
- "isProtected": false,
1813
- "isAbstract": false
1814
- },
1815
- {
1816
- "kind": "Property",
1817
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3RaiseIntent#intentType:member",
1818
- "docComment": "",
1819
- "excerptTokens": [
1820
- {
1821
- "kind": "Content",
1822
- "text": "intentType: "
1823
- },
1824
- {
1825
- "kind": "Content",
1826
- "text": "string"
1827
- },
1828
- {
1829
- "kind": "Content",
1830
- "text": ";"
1831
- }
1832
- ],
1833
- "isReadonly": false,
1834
- "isOptional": false,
1835
- "releaseTag": "Alpha",
1836
- "name": "intentType",
1837
- "propertyTypeTokenRange": {
1838
- "startIndex": 1,
1839
- "endIndex": 2
1840
- },
1841
- "isStatic": false,
1842
- "isProtected": false,
1843
- "isAbstract": false
1844
- },
1845
- {
1846
- "kind": "Property",
1847
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3RaiseIntent#mappingFunction:member",
1848
- "docComment": "",
1849
- "excerptTokens": [
1850
- {
1851
- "kind": "Content",
1852
- "text": "mappingFunction: "
1853
- },
1854
- {
1855
- "kind": "Content",
1856
- "text": "(any: any) => any"
1857
- },
1858
- {
1859
- "kind": "Content",
1860
- "text": ";"
1861
- }
1862
- ],
1863
- "isReadonly": false,
1864
- "isOptional": false,
1865
- "releaseTag": "Alpha",
1866
- "name": "mappingFunction",
1867
- "propertyTypeTokenRange": {
1868
- "startIndex": 1,
1869
- "endIndex": 2
1870
- },
1871
- "isStatic": false,
1872
- "isProtected": false,
1873
- "isAbstract": false
1874
- }
1875
- ],
1876
- "extendsTokenRange": {
1877
- "startIndex": 1,
1878
- "endIndex": 2
1879
- },
1880
- "implementsTokenRanges": []
1881
- },
1882
- {
1883
- "kind": "Class",
1884
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3SystemChannelListener:class",
1885
- "docComment": "/**\n * fdc3-system-channel-listener Util element to listen to the context on a fdc3 system channel\n *\n * @alpha\n */\n",
1886
- "excerptTokens": [
1887
- {
1888
- "kind": "Content",
1889
- "text": "export declare class Fdc3SystemChannelListener extends "
1890
- },
1891
- {
1892
- "kind": "Reference",
1893
- "text": "Fdc3SystemChannelListener_base",
1894
- "canonicalReference": "@genesislcap/foundation-fdc3!~Fdc3SystemChannelListener_base"
1895
- },
1896
- {
1897
- "kind": "Content",
1898
- "text": " "
1899
- }
1900
- ],
1901
- "fileUrlPath": "src/util/fdc3-system-channel-listener.ts",
1902
- "releaseTag": "Alpha",
1903
- "isAbstract": false,
1904
- "name": "Fdc3SystemChannelListener",
1905
- "preserveMemberOrder": false,
1906
- "members": [
1907
- {
1908
- "kind": "Property",
1909
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3SystemChannelListener#config:member",
1910
- "docComment": "",
1911
- "excerptTokens": [
1912
- {
1913
- "kind": "Content",
1914
- "text": "config: "
1915
- },
1916
- {
1917
- "kind": "Reference",
1918
- "text": "SystemChannelListenerConfig",
1919
- "canonicalReference": "@genesislcap/foundation-fdc3!SystemChannelListenerConfig:interface"
1920
- },
1921
- {
1922
- "kind": "Content",
1923
- "text": "[]"
1924
- },
1925
- {
1926
- "kind": "Content",
1927
- "text": ";"
1928
- }
1929
- ],
1930
- "isReadonly": false,
1931
- "isOptional": false,
1932
- "releaseTag": "Alpha",
1933
- "name": "config",
1934
- "propertyTypeTokenRange": {
1935
- "startIndex": 1,
1936
- "endIndex": 3
1937
- },
1938
- "isStatic": false,
1939
- "isProtected": false,
1940
- "isAbstract": false
1941
- },
1942
- {
1943
- "kind": "Property",
1944
- "canonicalReference": "@genesislcap/foundation-fdc3!Fdc3SystemChannelListener#fdc3:member",
1945
- "docComment": "",
1946
- "excerptTokens": [
1947
- {
1948
- "kind": "Content",
1949
- "text": "fdc3: "
1950
- },
1951
- {
1952
- "kind": "Reference",
1953
- "text": "FDC3",
1954
- "canonicalReference": "@genesislcap/foundation-fdc3!FDC3:interface"
1955
- },
1956
- {
1957
- "kind": "Content",
1958
- "text": ";"
1959
- }
1960
- ],
1961
- "isReadonly": false,
1962
- "isOptional": false,
1963
- "releaseTag": "Alpha",
1964
- "name": "fdc3",
1965
- "propertyTypeTokenRange": {
1966
- "startIndex": 1,
1967
- "endIndex": 2
1968
- },
1969
- "isStatic": false,
1970
- "isProtected": false,
1971
- "isAbstract": false
1972
- }
1973
- ],
1974
- "extendsTokenRange": {
1975
- "startIndex": 1,
1976
- "endIndex": 2
1977
- },
1978
- "implementsTokenRanges": []
1979
- },
1980
- {
1981
- "kind": "Interface",
1982
- "canonicalReference": "@genesislcap/foundation-fdc3!IntentConfig:interface",
1983
- "docComment": "/**\n * fdc3-intent-listener listen intent config\n *\n * @alpha\n */\n",
1984
- "excerptTokens": [
1985
- {
1986
- "kind": "Content",
1987
- "text": "export interface IntentConfig "
1988
- }
1989
- ],
1990
- "fileUrlPath": "src/util/fdc3-intent-listener.ts",
1991
- "releaseTag": "Alpha",
1992
- "name": "IntentConfig",
1993
- "preserveMemberOrder": false,
1994
- "members": [
1995
- {
1996
- "kind": "PropertySignature",
1997
- "canonicalReference": "@genesislcap/foundation-fdc3!IntentConfig#callback:member",
1998
- "docComment": "",
1999
- "excerptTokens": [
2000
- {
2001
- "kind": "Content",
2002
- "text": "callback: "
2003
- },
2004
- {
2005
- "kind": "Content",
2006
- "text": "(FDC3Context: any) => void"
2007
- },
2008
- {
2009
- "kind": "Content",
2010
- "text": ";"
2011
- }
2012
- ],
2013
- "isReadonly": false,
2014
- "isOptional": false,
2015
- "releaseTag": "Alpha",
2016
- "name": "callback",
2017
- "propertyTypeTokenRange": {
2018
- "startIndex": 1,
2019
- "endIndex": 2
2020
- }
2021
- },
2022
- {
2023
- "kind": "PropertySignature",
2024
- "canonicalReference": "@genesislcap/foundation-fdc3!IntentConfig#intent:member",
2025
- "docComment": "",
2026
- "excerptTokens": [
2027
- {
2028
- "kind": "Content",
2029
- "text": "intent: "
2030
- },
2031
- {
2032
- "kind": "Content",
2033
- "text": "string"
2034
- },
2035
- {
2036
- "kind": "Content",
2037
- "text": ";"
2038
- }
2039
- ],
2040
- "isReadonly": false,
2041
- "isOptional": false,
2042
- "releaseTag": "Alpha",
2043
- "name": "intent",
2044
- "propertyTypeTokenRange": {
2045
- "startIndex": 1,
2046
- "endIndex": 2
2047
- }
2048
- }
2049
- ],
2050
- "extendsTokenRanges": []
2051
- },
2052
- {
2053
- "kind": "Function",
2054
- "canonicalReference": "@genesislcap/foundation-fdc3!interopFoundationNotificationListener:function(1)",
2055
- "docComment": "/**\n * The Foundation Interop Notification Listener\n *\n * @remarks\n *\n * HTML Element: \\<foundation-interop-notification-listener\\>\n *\n * @public\n */\n",
2056
- "excerptTokens": [
2057
- {
2058
- "kind": "Content",
2059
- "text": "interopFoundationNotificationListener: (overrideDefinition?: "
2060
- },
2061
- {
2062
- "kind": "Content",
2063
- "text": "import(\"@microsoft/fast-foundation\")."
2064
- },
2065
- {
2066
- "kind": "Reference",
2067
- "text": "OverrideFoundationElementDefinition",
2068
- "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2069
- },
2070
- {
2071
- "kind": "Content",
2072
- "text": "<{\n baseName: string;\n template: import(\"@microsoft/fast-element\")."
2073
- },
2074
- {
2075
- "kind": "Reference",
2076
- "text": "ViewTemplate",
2077
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
2078
- },
2079
- {
2080
- "kind": "Content",
2081
- "text": "<"
2082
- },
2083
- {
2084
- "kind": "Reference",
2085
- "text": "NotificationListener",
2086
- "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
2087
- },
2088
- {
2089
- "kind": "Content",
2090
- "text": ", any>;\n shadowOptions: "
2091
- },
2092
- {
2093
- "kind": "Reference",
2094
- "text": "ShadowRootInit",
2095
- "canonicalReference": "!ShadowRootInit:interface"
2096
- },
2097
- {
2098
- "kind": "Content",
2099
- "text": ";\n}>"
2100
- },
2101
- {
2102
- "kind": "Content",
2103
- "text": ") => "
2104
- },
2105
- {
2106
- "kind": "Content",
2107
- "text": "import(\"@microsoft/fast-foundation\")."
2108
- },
2109
- {
2110
- "kind": "Reference",
2111
- "text": "FoundationElementRegistry",
2112
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2113
- },
2114
- {
2115
- "kind": "Content",
2116
- "text": "<{\n baseName: string;\n template: import(\"@microsoft/fast-element\")."
2117
- },
2118
- {
2119
- "kind": "Reference",
2120
- "text": "ViewTemplate",
2121
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
2122
- },
2123
- {
2124
- "kind": "Content",
2125
- "text": "<"
2126
- },
2127
- {
2128
- "kind": "Reference",
2129
- "text": "NotificationListener",
2130
- "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
2131
- },
2132
- {
2133
- "kind": "Content",
2134
- "text": ", any>;\n shadowOptions: "
2135
- },
2136
- {
2137
- "kind": "Reference",
2138
- "text": "ShadowRootInit",
2139
- "canonicalReference": "!ShadowRootInit:interface"
2140
- },
2141
- {
2142
- "kind": "Content",
2143
- "text": ";\n}, typeof "
2144
- },
2145
- {
2146
- "kind": "Reference",
2147
- "text": "InteropNotificationsListener",
2148
- "canonicalReference": "@genesislcap/foundation-fdc3!InteropNotificationsListener:class"
2149
- },
2150
- {
2151
- "kind": "Content",
2152
- "text": ">"
2153
- }
2154
- ],
2155
- "fileUrlPath": "src/notifications/interop-notifications-listener.ts",
2156
- "returnTypeTokenRange": {
2157
- "startIndex": 11,
2158
- "endIndex": 22
2159
- },
2160
- "releaseTag": "Public",
2161
- "overloadIndex": 1,
2162
- "parameters": [
2163
- {
2164
- "parameterName": "overrideDefinition",
2165
- "parameterTypeTokenRange": {
2166
- "startIndex": 1,
2167
- "endIndex": 10
2168
- },
2169
- "isOptional": true
2170
- }
2171
- ],
2172
- "name": "interopFoundationNotificationListener"
2173
- },
2174
- {
2175
- "kind": "Class",
2176
- "canonicalReference": "@genesislcap/foundation-fdc3!InteropNotificationsListener:class",
2177
- "docComment": "/**\n * @remarks\n *\n * This component extends the notification listener class and overrides the logic for showing the toast message to instead dispatch the event to the interop notifications bus.\n *\n * @tagname\n *\n * %%prefix%%-interop-notification-listener\n *\n * @public\n */\n",
2178
- "excerptTokens": [
2179
- {
2180
- "kind": "Content",
2181
- "text": "export declare class InteropNotificationsListener extends "
2182
- },
2183
- {
2184
- "kind": "Reference",
2185
- "text": "NotificationListener",
2186
- "canonicalReference": "@genesislcap/foundation-ui!NotificationListener:class"
2187
- },
2188
- {
2189
- "kind": "Content",
2190
- "text": " "
2191
- }
2192
- ],
2193
- "fileUrlPath": "src/notifications/interop-notifications-listener.ts",
2194
- "releaseTag": "Public",
2195
- "isAbstract": false,
2196
- "name": "InteropNotificationsListener",
2197
- "preserveMemberOrder": false,
2198
- "members": [
2199
- {
2200
- "kind": "Property",
2201
- "canonicalReference": "@genesislcap/foundation-fdc3!InteropNotificationsListener#iOConnectNotificationOptions:member",
2202
- "docComment": "",
2203
- "excerptTokens": [
2204
- {
2205
- "kind": "Content",
2206
- "text": "iOConnectNotificationOptions: "
2207
- },
2208
- {
2209
- "kind": "Reference",
2210
- "text": "IOConnectDesktop.Notifications.IOConnectNotificationOptions",
2211
- "canonicalReference": "@interopio/desktop!IOConnectDesktop.Notifications.IOConnectNotificationOptions:interface"
2212
- },
2213
- {
2214
- "kind": "Content",
2215
- "text": ";"
2216
- }
2217
- ],
2218
- "isReadonly": false,
2219
- "isOptional": false,
2220
- "releaseTag": "Public",
2221
- "name": "iOConnectNotificationOptions",
2222
- "propertyTypeTokenRange": {
2223
- "startIndex": 1,
2224
- "endIndex": 2
2225
- },
2226
- "isStatic": false,
2227
- "isProtected": false,
2228
- "isAbstract": false
2229
- },
2230
- {
2231
- "kind": "Method",
2232
- "canonicalReference": "@genesislcap/foundation-fdc3!InteropNotificationsListener#showNotificationToast:member(1)",
2233
- "docComment": "",
2234
- "excerptTokens": [
2235
- {
2236
- "kind": "Content",
2237
- "text": "protected showNotificationToast(row: "
2238
- },
2239
- {
2240
- "kind": "Reference",
2241
- "text": "NotificationDataRow",
2242
- "canonicalReference": "@genesislcap/foundation-notifications!NotificationDataRow:interface"
2243
- },
2244
- {
2245
- "kind": "Content",
2246
- "text": "): "
2247
- },
2248
- {
2249
- "kind": "Content",
2250
- "text": "void"
1655
+ "text": "void"
2251
1656
  },
2252
1657
  {
2253
1658
  "kind": "Content",
@@ -2310,78 +1715,6 @@
2310
1715
  "startIndex": 1,
2311
1716
  "endIndex": 3
2312
1717
  }
2313
- },
2314
- {
2315
- "kind": "Interface",
2316
- "canonicalReference": "@genesislcap/foundation-fdc3!SystemChannelListenerConfig:interface",
2317
- "docComment": "/**\n * System channel listener config. System channels are also known as color channels\n *\n * @param channelType - string for the context channel type\n *\n * @param callback - function that is called if a message with a matching context is emitted\n *\n * @alpha\n */\n",
2318
- "excerptTokens": [
2319
- {
2320
- "kind": "Content",
2321
- "text": "export interface SystemChannelListenerConfig "
2322
- }
2323
- ],
2324
- "fileUrlPath": "src/util/fdc3-system-channel-listener.ts",
2325
- "releaseTag": "Alpha",
2326
- "name": "SystemChannelListenerConfig",
2327
- "preserveMemberOrder": false,
2328
- "members": [
2329
- {
2330
- "kind": "PropertySignature",
2331
- "canonicalReference": "@genesislcap/foundation-fdc3!SystemChannelListenerConfig#callback:member",
2332
- "docComment": "",
2333
- "excerptTokens": [
2334
- {
2335
- "kind": "Content",
2336
- "text": "callback: "
2337
- },
2338
- {
2339
- "kind": "Content",
2340
- "text": "(any: any) => void"
2341
- },
2342
- {
2343
- "kind": "Content",
2344
- "text": ";"
2345
- }
2346
- ],
2347
- "isReadonly": false,
2348
- "isOptional": false,
2349
- "releaseTag": "Alpha",
2350
- "name": "callback",
2351
- "propertyTypeTokenRange": {
2352
- "startIndex": 1,
2353
- "endIndex": 2
2354
- }
2355
- },
2356
- {
2357
- "kind": "PropertySignature",
2358
- "canonicalReference": "@genesislcap/foundation-fdc3!SystemChannelListenerConfig#channelType:member",
2359
- "docComment": "",
2360
- "excerptTokens": [
2361
- {
2362
- "kind": "Content",
2363
- "text": "channelType: "
2364
- },
2365
- {
2366
- "kind": "Content",
2367
- "text": "string"
2368
- },
2369
- {
2370
- "kind": "Content",
2371
- "text": ";"
2372
- }
2373
- ],
2374
- "isReadonly": false,
2375
- "isOptional": false,
2376
- "releaseTag": "Alpha",
2377
- "name": "channelType",
2378
- "propertyTypeTokenRange": {
2379
- "startIndex": 1,
2380
- "endIndex": 2
2381
- }
2382
- }
2383
- ],
2384
- "extendsTokenRanges": []
2385
1718
  }
2386
1719
  ]
2387
1720
  }