@genesislcap/foundation-fdc3 14.301.0 → 14.302.1-alpha-d11831b.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 (56) hide show
  1. package/dist/dts/fdc3-channel-event.d.ts +264 -223
  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 +264 -223
  5. package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
  6. package/dist/dts/util/fdc3-raise-intent.d.ts +264 -223
  7. package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
  8. package/dist/dts/util/fdc3-system-channel-listener.d.ts +264 -223
  9. package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
  10. package/dist/dts/util/fdc3-util.d.ts.map +1 -1
  11. package/dist/esm/fdc3.js +4 -4
  12. package/dist/foundation-fdc3.api.json +845 -178
  13. package/dist/foundation-fdc3.d.ts +1056 -892
  14. package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +14 -0
  15. package/docs/api/foundation-fdc3.appchannellistenerconfig.md +62 -0
  16. package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +65 -5
  17. package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +33 -3
  18. package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +49 -4
  19. package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +65 -5
  20. package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +49 -4
  21. package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +49 -4
  22. package/docs/api/foundation-fdc3.fdc3.findintent.md +49 -4
  23. package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +33 -3
  24. package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +33 -3
  25. package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +65 -5
  26. package/docs/api/foundation-fdc3.fdc3.joinchannel.md +33 -3
  27. package/docs/api/foundation-fdc3.fdc3.md +264 -22
  28. package/docs/api/foundation-fdc3.fdc3.raiseintent.md +49 -4
  29. package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +33 -3
  30. package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +14 -0
  31. package/docs/api/foundation-fdc3.fdc3contextlistener.md +62 -0
  32. package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +14 -0
  33. package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +14 -0
  34. package/docs/api/foundation-fdc3.fdc3intentlistener.md +81 -0
  35. package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +14 -0
  36. package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +14 -0
  37. package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +14 -0
  38. package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +14 -0
  39. package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +14 -0
  40. package/docs/api/foundation-fdc3.fdc3raiseintent.md +138 -0
  41. package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +14 -0
  42. package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +14 -0
  43. package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +81 -0
  44. package/docs/api/foundation-fdc3.intentconfig.callback.md +14 -0
  45. package/docs/api/foundation-fdc3.intentconfig.intent.md +14 -0
  46. package/docs/api/foundation-fdc3.intentconfig.md +80 -0
  47. package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +41 -1
  48. package/docs/api/foundation-fdc3.interopnotificationslistener.md +70 -6
  49. package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +31 -3
  50. package/docs/api/foundation-fdc3.md +236 -18
  51. package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +14 -0
  52. package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +14 -0
  53. package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +80 -0
  54. package/docs/api/index.md +21 -3
  55. package/docs/api-report.md.api.md +281 -0
  56. package/package.json +15 -15
@@ -6,31 +6,249 @@
6
6
 
7
7
  ## Classes
8
8
 
9
- | Class | Description |
10
- | --- | --- |
11
- | [InteropNotificationsListener](./foundation-fdc3.interopnotificationslistener.md) | |
9
+ <table><thead><tr><th>
10
+
11
+ Class
12
+
13
+
14
+ </th><th>
15
+
16
+ Description
17
+
18
+
19
+ </th></tr></thead>
20
+ <tbody><tr><td>
21
+
22
+ [Fdc3ContextListener](./foundation-fdc3.fdc3contextlistener.md)
23
+
24
+
25
+ </td><td>
26
+
27
+ **_(ALPHA)_** fdc3-context-listener listen to app channel context
28
+
29
+
30
+ </td></tr>
31
+ <tr><td>
32
+
33
+ [Fdc3IntentListener](./foundation-fdc3.fdc3intentlistener.md)
34
+
35
+
36
+ </td><td>
37
+
38
+ **_(ALPHA)_** fdc3-system-channel-listener Util element to listen to the context on a fdc3 app channel
39
+
40
+
41
+ </td></tr>
42
+ <tr><td>
43
+
44
+ [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md)
45
+
46
+
47
+ </td><td>
48
+
49
+ **_(ALPHA)_** fdc3-raise-intent
50
+
51
+
52
+ </td></tr>
53
+ <tr><td>
54
+
55
+ [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md)
56
+
57
+
58
+ </td><td>
59
+
60
+ **_(ALPHA)_** fdc3-system-channel-listener Util element to listen to the context on a fdc3 system channel
61
+
62
+
63
+ </td></tr>
64
+ <tr><td>
65
+
66
+ [InteropNotificationsListener](./foundation-fdc3.interopnotificationslistener.md)
67
+
68
+
69
+ </td><td>
70
+
71
+
72
+ </td></tr>
73
+ </tbody></table>
74
+
75
+ ## Functions
76
+
77
+ <table><thead><tr><th>
78
+
79
+ Function
80
+
81
+
82
+ </th><th>
83
+
84
+ Description
85
+
86
+
87
+ </th></tr></thead>
88
+ <tbody><tr><td>
89
+
90
+ [interopFoundationNotificationListener(overrideDefinition)](./foundation-fdc3.interopfoundationnotificationlistener.md)
91
+
92
+
93
+ </td><td>
94
+
95
+ The Foundation Interop Notification Listener
96
+
97
+
98
+ </td></tr>
99
+ </tbody></table>
12
100
 
13
101
  ## Interfaces
14
102
 
15
- | Interface | Description |
16
- | --- | --- |
17
- | [FDC3](./foundation-fdc3.fdc3.md) | The FDC3 API interface. |
18
- | [FDC3AppIntent](./foundation-fdc3.fdc3appintent.md) | |
19
- | [FDC3Channel](./foundation-fdc3.fdc3channel.md) | |
20
- | [FDC3Context](./foundation-fdc3.fdc3context.md) | |
21
- | [FDC3IntentResolution](./foundation-fdc3.fdc3intentresolution.md) | |
103
+ <table><thead><tr><th>
104
+
105
+ Interface
106
+
107
+
108
+ </th><th>
109
+
110
+ Description
111
+
112
+
113
+ </th></tr></thead>
114
+ <tbody><tr><td>
115
+
116
+ [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md)
117
+
118
+
119
+ </td><td>
120
+
121
+ **_(ALPHA)_** fdc3-context-listener listen channel config
122
+
123
+
124
+ </td></tr>
125
+ <tr><td>
126
+
127
+ [FDC3](./foundation-fdc3.fdc3.md)
128
+
129
+
130
+ </td><td>
131
+
132
+ The FDC3 API interface.
133
+
134
+
135
+ </td></tr>
136
+ <tr><td>
137
+
138
+ [FDC3AppIntent](./foundation-fdc3.fdc3appintent.md)
139
+
140
+
141
+ </td><td>
142
+
143
+
144
+ </td></tr>
145
+ <tr><td>
146
+
147
+ [FDC3Channel](./foundation-fdc3.fdc3channel.md)
148
+
149
+
150
+ </td><td>
151
+
152
+
153
+ </td></tr>
154
+ <tr><td>
155
+
156
+ [FDC3Context](./foundation-fdc3.fdc3context.md)
157
+
158
+
159
+ </td><td>
160
+
161
+
162
+ </td></tr>
163
+ <tr><td>
164
+
165
+ [FDC3IntentResolution](./foundation-fdc3.fdc3intentresolution.md)
166
+
167
+
168
+ </td><td>
169
+
170
+
171
+ </td></tr>
172
+ <tr><td>
173
+
174
+ [IntentConfig](./foundation-fdc3.intentconfig.md)
175
+
176
+
177
+ </td><td>
178
+
179
+ **_(ALPHA)_** fdc3-intent-listener listen intent config
180
+
181
+
182
+ </td></tr>
183
+ <tr><td>
184
+
185
+ [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md)
186
+
187
+
188
+ </td><td>
189
+
190
+ **_(ALPHA)_** System channel listener config. System channels are also known as color channels
191
+
192
+
193
+ </td></tr>
194
+ </tbody></table>
22
195
 
23
196
  ## Variables
24
197
 
25
- | Variable | Description |
26
- | --- | --- |
27
- | [interopFoundationNotificationListener](./foundation-fdc3.interopfoundationnotificationlistener.md) | The Foundation Interop Notification Listener |
28
- | [logger](./foundation-fdc3.logger.md) | Logger for the foundation-fdc3 package |
198
+ <table><thead><tr><th>
199
+
200
+ Variable
201
+
202
+
203
+ </th><th>
204
+
205
+ Description
206
+
207
+
208
+ </th></tr></thead>
209
+ <tbody><tr><td>
210
+
211
+ [logger](./foundation-fdc3.logger.md)
212
+
213
+
214
+ </td><td>
215
+
216
+ Logger for the foundation-fdc3 package
217
+
218
+
219
+ </td></tr>
220
+ </tbody></table>
29
221
 
30
222
  ## Type Aliases
31
223
 
32
- | Type Alias | Description |
33
- | --- | --- |
34
- | [FDC3ContextHandler](./foundation-fdc3.fdc3contexthandler.md) | |
35
- | [FDC3Intents](./foundation-fdc3.fdc3intents.md) | |
224
+ <table><thead><tr><th>
225
+
226
+ Type Alias
227
+
228
+
229
+ </th><th>
230
+
231
+ Description
232
+
233
+
234
+ </th></tr></thead>
235
+ <tbody><tr><td>
236
+
237
+ [FDC3ContextHandler](./foundation-fdc3.fdc3contexthandler.md)
238
+
239
+
240
+ </td><td>
241
+
242
+
243
+ </td></tr>
244
+ <tr><td>
245
+
246
+ [FDC3Intents](./foundation-fdc3.fdc3intents.md)
247
+
248
+
249
+ </td><td>
250
+
251
+
252
+ </td></tr>
253
+ </tbody></table>
36
254
 
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md) &gt; [callback](./foundation-fdc3.systemchannellistenerconfig.callback.md)
4
+
5
+ ## SystemChannelListenerConfig.callback property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ callback: (any: any) => void;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md) &gt; [channelType](./foundation-fdc3.systemchannellistenerconfig.channeltype.md)
4
+
5
+ ## SystemChannelListenerConfig.channelType property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ channelType: string;
14
+ ```
@@ -0,0 +1,80 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md)
4
+
5
+ ## SystemChannelListenerConfig interface
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ System channel listener config. System channels are also known as color channels
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ export interface SystemChannelListenerConfig
16
+ ```
17
+
18
+ ## Properties
19
+
20
+ <table><thead><tr><th>
21
+
22
+ Property
23
+
24
+
25
+ </th><th>
26
+
27
+ Modifiers
28
+
29
+
30
+ </th><th>
31
+
32
+ Type
33
+
34
+
35
+ </th><th>
36
+
37
+ Description
38
+
39
+
40
+ </th></tr></thead>
41
+ <tbody><tr><td>
42
+
43
+ [callback](./foundation-fdc3.systemchannellistenerconfig.callback.md)
44
+
45
+
46
+ </td><td>
47
+
48
+
49
+ </td><td>
50
+
51
+ (any: any) =&gt; void
52
+
53
+
54
+ </td><td>
55
+
56
+ **_(ALPHA)_**
57
+
58
+
59
+ </td></tr>
60
+ <tr><td>
61
+
62
+ [channelType](./foundation-fdc3.systemchannellistenerconfig.channeltype.md)
63
+
64
+
65
+ </td><td>
66
+
67
+
68
+ </td><td>
69
+
70
+ string
71
+
72
+
73
+ </td><td>
74
+
75
+ **_(ALPHA)_**
76
+
77
+
78
+ </td></tr>
79
+ </tbody></table>
80
+
package/docs/api/index.md CHANGED
@@ -6,7 +6,25 @@
6
6
 
7
7
  ## Packages
8
8
 
9
- | Package | Description |
10
- | --- | --- |
11
- | [@genesislcap/foundation-fdc3](./foundation-fdc3.md) | |
9
+ <table><thead><tr><th>
10
+
11
+ Package
12
+
13
+
14
+ </th><th>
15
+
16
+ Description
17
+
18
+
19
+ </th></tr></thead>
20
+ <tbody><tr><td>
21
+
22
+ [@genesislcap/foundation-fdc3](./foundation-fdc3.md)
23
+
24
+
25
+ </td><td>
26
+
27
+
28
+ </td></tr>
29
+ </tbody></table>
12
30
 
@@ -0,0 +1,281 @@
1
+ ## API Report File for "@genesislcap/foundation-fdc3"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import type { AppIdentifier } from '@finos/fdc3';
8
+ import type { AppIntent } from '@finos/fdc3';
9
+ import type { Channel } from '@finos/fdc3';
10
+ import type { Context } from '@finos/fdc3';
11
+ import type { ContextHandler } from '@finos/fdc3';
12
+ import type { ContextMetadata } from '@finos/fdc3';
13
+ import { Controller } from '@microsoft/fast-element';
14
+ import { DOMContainer } from '@genesislcap/foundation-utils';
15
+ import { FoundationElement } from '@genesislcap/web-core';
16
+ import { FoundationElementRegistry } from '@microsoft/fast-foundation';
17
+ import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
18
+ import type { IntentHandler } from '@finos/fdc3';
19
+ import type { IntentResolution } from '@finos/fdc3';
20
+ import type { Intents } from '@finos/fdc3';
21
+ import { InterfaceSymbol } from '@microsoft/fast-foundation';
22
+ import { IOConnectDesktop } from '@interopio/desktop';
23
+ import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
24
+ import type { Listener } from '@finos/fdc3';
25
+ import { Logger } from '@genesislcap/foundation-logger';
26
+ import { NotificationDataRow } from '@genesislcap/foundation-notifications';
27
+ import { NotificationListener } from '@genesislcap/foundation-ui';
28
+ import { Observable } from 'rxjs';
29
+ import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
30
+ import type { PrivateChannel } from '@finos/fdc3';
31
+ import type { StandardIntent } from '@finos/fdc3';
32
+ import { ViewTemplate } from '@microsoft/fast-element';
33
+
34
+ // @alpha
35
+ export interface AppChannelListenerConfig extends SystemChannelListenerConfig {
36
+ // (undocumented)
37
+ channelName: string;
38
+ }
39
+
40
+ export { AppIdentifier }
41
+
42
+ export { AppIntent }
43
+
44
+ export { Channel }
45
+
46
+ export { Context }
47
+
48
+ export { ContextHandler }
49
+
50
+ export { ContextMetadata }
51
+
52
+ // Warning: (ae-internal-missing-underscore) The name "DefaultFDC3" should be prefixed with an underscore because the declaration is marked as @internal
53
+ //
54
+ // @internal
55
+ export class DefaultFDC3 implements FDC3 {
56
+ constructor();
57
+ // (undocumented)
58
+ addChannelListener(channelName: string, channelType: string, callback: (any: any) => void): Promise<Channel>;
59
+ // (undocumented)
60
+ addIntentListeners(listeners: Map<FDC3Intents, FDC3ContextHandler>): void;
61
+ // (undocumented)
62
+ addSystemChannelListener(channelType: string, callback: (any: any) => void): Promise<void>;
63
+ // (undocumented)
64
+ broadcastOnChannel(channelName: string, type: string, payload: any): Promise<void>;
65
+ // (undocumented)
66
+ broadcastOnChannelEventHandler(channelName: string, type: string): Promise<(e: any) => Promise<void>>;
67
+ // (undocumented)
68
+ broadcastOnCurrentChannel(payload: any, type?: string): Promise<void>;
69
+ // (undocumented)
70
+ currentChannel$: Observable<Channel>;
71
+ // (undocumented)
72
+ findIntent(intent: FDC3Intents, context?: FDC3Context): Promise<FDC3AppIntent>;
73
+ // (undocumented)
74
+ findIntentsByContext(context: FDC3Context): Promise<FDC3AppIntent[]>;
75
+ // (undocumented)
76
+ getCurrentChannel(): Promise<Channel>;
77
+ // (undocumented)
78
+ getOrCreateChannel(channelId: string): Promise<FDC3Channel>;
79
+ // (undocumented)
80
+ handleChannelCurrentContext(channel: Channel | FDC3Channel, contextType: string, listenerCallback: (FDC3Context: any) => any): Promise<void>;
81
+ // (undocumented)
82
+ isInteropFdc3: () => boolean;
83
+ // (undocumented)
84
+ isReady$: Observable<true>;
85
+ // (undocumented)
86
+ isReady: boolean;
87
+ // (undocumented)
88
+ joinChannel(channelId: string): Promise<void>;
89
+ // (undocumented)
90
+ raiseIntent(context: FDC3Context, intent?: FDC3Intents): Promise<FDC3IntentResolution>;
91
+ // (undocumented)
92
+ raiseIntentForContext(context: FDC3Context): Promise<FDC3IntentResolution>;
93
+ }
94
+
95
+ // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "FDC3" because one of its declarations is marked as @internal
96
+ //
97
+ // @public
98
+ export interface FDC3 {
99
+ addChannelListener(channelName: string, channelType: string, callback: (any: any) => void): Promise<Channel>;
100
+ addIntentListeners(listeners: Map<FDC3Intents, FDC3ContextHandler>): void;
101
+ addSystemChannelListener(channelType: string, callback: (any: any) => void): Promise<void>;
102
+ broadcastOnChannel(channelName: string, type: string, payload: any): Promise<void>;
103
+ broadcastOnChannelEventHandler(channelName: string, type: string): Promise<(e: any) => Promise<void>>;
104
+ broadcastOnCurrentChannel(payload: any, type?: string): Promise<void>;
105
+ currentChannel$: Observable<FDC3Channel>;
106
+ findIntent(intent: FDC3Intents, context?: FDC3Context): Promise<FDC3AppIntent>;
107
+ findIntentsByContext(context: FDC3Context): Promise<FDC3AppIntent[]>;
108
+ getCurrentChannel(): Promise<Channel>;
109
+ getOrCreateChannel(channelId: string): Promise<FDC3Channel>;
110
+ handleChannelCurrentContext(channel: Channel | FDC3Channel, contextType: string, listenerCallback: (FDC3Context: any) => any): Promise<void>;
111
+ isInteropFdc3: () => boolean;
112
+ isReady$: Observable<true>;
113
+ isReady: boolean;
114
+ joinChannel(channelId: string): Promise<void>;
115
+ raiseIntent(context: FDC3Context, intent?: FDC3Intents): Promise<FDC3IntentResolution>;
116
+ raiseIntentForContext(context: FDC3Context): Promise<FDC3IntentResolution>;
117
+ }
118
+
119
+ // @internal
120
+ export const FDC3: InterfaceSymbol<FDC3>;
121
+
122
+ // @public @deprecated (undocumented)
123
+ export interface FDC3AppIntent extends AppIntent {
124
+ }
125
+
126
+ // @public @deprecated (undocumented)
127
+ export interface FDC3Channel extends Channel {
128
+ }
129
+
130
+ // Warning: (ae-forgotten-export) The symbol "Fdc3ChannelEvent_base" needs to be exported by the entry point index.d.ts
131
+ // Warning: (ae-internal-missing-underscore) The name "Fdc3ChannelEvent" should be prefixed with an underscore because the declaration is marked as @internal
132
+ //
133
+ // @internal
134
+ export class Fdc3ChannelEvent extends Fdc3ChannelEvent_base {
135
+ // (undocumented)
136
+ channelName: string;
137
+ // (undocumented)
138
+ channelType: string;
139
+ // (undocumented)
140
+ connectedCallback(): void;
141
+ // (undocumented)
142
+ deepClone(): Node;
143
+ // (undocumented)
144
+ disconnectedCallback(): void;
145
+ // (undocumented)
146
+ eventName: string;
147
+ // (undocumented)
148
+ fdc3: FDC3;
149
+ // (undocumented)
150
+ mappingFunction: (any: any) => any;
151
+ }
152
+
153
+ // @public @deprecated (undocumented)
154
+ export interface FDC3Context extends Context {
155
+ }
156
+
157
+ // @public @deprecated (undocumented)
158
+ export type FDC3ContextHandler = ContextHandler;
159
+
160
+ // @alpha
161
+ export class Fdc3ContextListener extends Fdc3SystemChannelListener {
162
+ // (undocumented)
163
+ protected addChannelListeners(): void;
164
+ // (undocumented)
165
+ config: AppChannelListenerConfig[];
166
+ }
167
+
168
+ // Warning: (ae-forgotten-export) The symbol "Fdc3IntentListener_base" needs to be exported by the entry point index.d.ts
169
+ //
170
+ // @alpha
171
+ export class Fdc3IntentListener extends Fdc3IntentListener_base {
172
+ // (undocumented)
173
+ connectedCallback(): void;
174
+ // (undocumented)
175
+ deepClone(): Node;
176
+ // (undocumented)
177
+ fdc3: FDC3;
178
+ // (undocumented)
179
+ intentConfig: IntentConfig[];
180
+ }
181
+
182
+ // @public @deprecated (undocumented)
183
+ export interface FDC3IntentResolution extends IntentResolution {
184
+ }
185
+
186
+ // @public @deprecated (undocumented)
187
+ export type FDC3Intents = Intents;
188
+
189
+ // Warning: (ae-forgotten-export) The symbol "Fdc3RaiseIntent_base" needs to be exported by the entry point index.d.ts
190
+ //
191
+ // @alpha
192
+ export class Fdc3RaiseIntent extends Fdc3RaiseIntent_base {
193
+ // (undocumented)
194
+ connectedCallback(): void;
195
+ // (undocumented)
196
+ deepClone(): Node;
197
+ // (undocumented)
198
+ disconnectedCallback(): void;
199
+ // (undocumented)
200
+ eventName: string;
201
+ // (undocumented)
202
+ fdc3: FDC3;
203
+ // (undocumented)
204
+ intentName: string;
205
+ // (undocumented)
206
+ intentType: string;
207
+ // (undocumented)
208
+ mappingFunction: (any: any) => any;
209
+ }
210
+
211
+ // Warning: (ae-forgotten-export) The symbol "Fdc3SystemChannelListener_base" needs to be exported by the entry point index.d.ts
212
+ //
213
+ // @alpha
214
+ export class Fdc3SystemChannelListener extends Fdc3SystemChannelListener_base {
215
+ // (undocumented)
216
+ protected addChannelListeners(): void;
217
+ // (undocumented)
218
+ config: SystemChannelListenerConfig[];
219
+ // (undocumented)
220
+ connectedCallback(): void;
221
+ // (undocumented)
222
+ deepClone(): Node;
223
+ // (undocumented)
224
+ disconnectedCallback(): void;
225
+ // (undocumented)
226
+ fdc3: FDC3;
227
+ }
228
+
229
+ // @alpha
230
+ export interface IntentConfig {
231
+ // (undocumented)
232
+ callback: (FDC3Context: any) => void;
233
+ // (undocumented)
234
+ intent: string;
235
+ }
236
+
237
+ export { IntentHandler }
238
+
239
+ export { IntentResolution }
240
+
241
+ export { Intents }
242
+
243
+ // @public
244
+ export const interopFoundationNotificationListener: (overrideDefinition?: OverrideFoundationElementDefinition< {
245
+ baseName: string;
246
+ template: ViewTemplate<NotificationListener, any>;
247
+ shadowOptions: ShadowRootInit;
248
+ }>) => FoundationElementRegistry< {
249
+ baseName: string;
250
+ template: ViewTemplate<NotificationListener, any>;
251
+ shadowOptions: ShadowRootInit;
252
+ }, typeof InteropNotificationsListener>;
253
+
254
+ // @public (undocumented)
255
+ export class InteropNotificationsListener extends NotificationListener {
256
+ // (undocumented)
257
+ iOConnectNotificationOptions: IOConnectDesktop.Notifications.IOConnectNotificationOptions;
258
+ // (undocumented)
259
+ protected showNotificationToast(row: NotificationDataRow): void;
260
+ }
261
+
262
+ export { Listener }
263
+
264
+ // @public
265
+ export const logger: Logger;
266
+
267
+ export { PrivateChannel }
268
+
269
+ export { StandardIntent }
270
+
271
+ // @alpha
272
+ export interface SystemChannelListenerConfig {
273
+ // (undocumented)
274
+ callback: (any: any) => void;
275
+ // (undocumented)
276
+ channelType: string;
277
+ }
278
+
279
+ // (No @packageDocumentation comment for this package)
280
+
281
+ ```