@genesislcap/foundation-fdc3 14.302.1-alpha-475e82d.0 → 14.303.1

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/package.json +14 -14
  2. package/docs/api-report.md +0 -281
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-fdc3",
3
3
  "description": "Genesis Foundation FDC3",
4
- "version": "14.302.1-alpha-475e82d.0",
4
+ "version": "14.303.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -59,22 +59,22 @@
59
59
  }
60
60
  },
61
61
  "devDependencies": {
62
- "@genesislcap/foundation-testing": "14.302.1-alpha-475e82d.0",
63
- "@genesislcap/genx": "14.302.1-alpha-475e82d.0",
64
- "@genesislcap/rollup-builder": "14.302.1-alpha-475e82d.0",
65
- "@genesislcap/ts-builder": "14.302.1-alpha-475e82d.0",
66
- "@genesislcap/uvu-playwright-builder": "14.302.1-alpha-475e82d.0",
67
- "@genesislcap/vite-builder": "14.302.1-alpha-475e82d.0",
68
- "@genesislcap/webpack-builder": "14.302.1-alpha-475e82d.0",
62
+ "@genesislcap/foundation-testing": "14.303.1",
63
+ "@genesislcap/genx": "14.303.1",
64
+ "@genesislcap/rollup-builder": "14.303.1",
65
+ "@genesislcap/ts-builder": "14.303.1",
66
+ "@genesislcap/uvu-playwright-builder": "14.303.1",
67
+ "@genesislcap/vite-builder": "14.303.1",
68
+ "@genesislcap/webpack-builder": "14.303.1",
69
69
  "sinon": "^17.0.1"
70
70
  },
71
71
  "dependencies": {
72
72
  "@finos/fdc3": "2.1.1",
73
- "@genesislcap/foundation-logger": "14.302.1-alpha-475e82d.0",
74
- "@genesislcap/foundation-notifications": "14.302.1-alpha-475e82d.0",
75
- "@genesislcap/foundation-ui": "14.302.1-alpha-475e82d.0",
76
- "@genesislcap/foundation-utils": "14.302.1-alpha-475e82d.0",
77
- "@genesislcap/web-core": "14.302.1-alpha-475e82d.0",
73
+ "@genesislcap/foundation-logger": "14.303.1",
74
+ "@genesislcap/foundation-notifications": "14.303.1",
75
+ "@genesislcap/foundation-ui": "14.303.1",
76
+ "@genesislcap/foundation-utils": "14.303.1",
77
+ "@genesislcap/web-core": "14.303.1",
78
78
  "@interopio/desktop": "^6.3.1",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "7ef53892e1de34f3e9c742e3ebd88d4880a27ca1"
91
+ "gitHead": "f1685d21651cfe332605360143595a9bb603b129"
92
92
  }
@@ -1,281 +0,0 @@
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
- ```