@finsemble/finsemble-ui 8.2.1 → 8.3.0-beta.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 (145) hide show
  1. package/clients/Interop/FinsembleDesktopAgent.d.ts +63 -19
  2. package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
  3. package/clients/Interop/FinsembleDesktopAgent.js +522 -125
  4. package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
  5. package/clients/Interop/InteropAdmin.d.ts +1 -1
  6. package/clients/Interop/InteropAdmin.d.ts.map +1 -1
  7. package/clients/Interop/InteropAdmin.js.map +1 -1
  8. package/clients/Interop/types.d.ts +112 -11
  9. package/clients/Interop/types.d.ts.map +1 -1
  10. package/clients/Interop/types.js.map +1 -1
  11. package/clients/Startup/FSBLDesktop.d.ts +7 -1
  12. package/clients/Startup/FSBLDesktop.d.ts.map +1 -1
  13. package/clients/Startup/FSBLDesktop.js +13 -2
  14. package/clients/Startup/FSBLDesktop.js.map +1 -1
  15. package/clients/Startup/FSBLFreestanding.d.ts.map +1 -1
  16. package/clients/Startup/FSBLFreestanding.js +5 -2
  17. package/clients/Startup/FSBLFreestanding.js.map +1 -1
  18. package/clients/Startup/FSBLService.d.ts.map +1 -1
  19. package/clients/Startup/FSBLService.js +1 -0
  20. package/clients/Startup/FSBLService.js.map +1 -1
  21. package/clients/Startup/types.d.ts +7 -2
  22. package/clients/Startup/types.d.ts.map +1 -1
  23. package/clients/configClient.js +1 -1
  24. package/clients/configClient.js.map +1 -1
  25. package/common/FinsembleWindow.d.ts +3 -1
  26. package/common/FinsembleWindow.d.ts.map +1 -1
  27. package/common/FinsembleWindow.js +66 -31
  28. package/common/FinsembleWindow.js.map +1 -1
  29. package/common/configUtil.d.ts +9 -0
  30. package/common/configUtil.d.ts.map +1 -1
  31. package/common/configUtil.js +15 -0
  32. package/common/configUtil.js.map +1 -1
  33. package/common/redux/createReducer.js +1 -1
  34. package/common/redux/createReducer.js.map +1 -1
  35. package/common/redux/remoteReduxEnhancer.js +2 -2
  36. package/common/redux/remoteReduxEnhancer.js.map +1 -1
  37. package/deprecated/dragAndDropClient.d.ts.map +1 -1
  38. package/deprecated/dragAndDropClient.js +1 -8
  39. package/deprecated/dragAndDropClient.js.map +1 -1
  40. package/index.d.ts +2 -0
  41. package/index.d.ts.map +1 -1
  42. package/index.js +2 -0
  43. package/index.js.map +1 -1
  44. package/package.json +1 -1
  45. package/platform/services/Interop/modules/actions.d.ts +2 -1
  46. package/platform/services/Interop/modules/actions.d.ts.map +1 -1
  47. package/platform/services/Interop/modules/actions.js.map +1 -1
  48. package/platform/services/Interop/modules/types.d.ts +3 -1
  49. package/platform/services/Interop/modules/types.d.ts.map +1 -1
  50. package/platform/services/Interop/types.d.ts +116 -15
  51. package/platform/services/Interop/types.d.ts.map +1 -1
  52. package/platform/services/Interop/types.js +1 -1
  53. package/platform/services/Interop/types.js.map +1 -1
  54. package/platform/services/window/types.d.ts +3 -3
  55. package/platform/services/window/types.d.ts.map +1 -1
  56. package/react/assets/css/core/windowFrame.css +13 -4
  57. package/react/components/appCatalog/components/AppResults.js +1 -1
  58. package/react/components/appCatalog/components/AppResults.js.map +1 -1
  59. package/react/components/appCatalog/components/Showcase/Header.js +1 -1
  60. package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
  61. package/react/components/common/Dropdown.d.ts +15 -0
  62. package/react/components/common/Dropdown.d.ts.map +1 -0
  63. package/react/components/common/Dropdown.js +83 -0
  64. package/react/components/common/Dropdown.js.map +1 -0
  65. package/react/components/common/FinsembleToggleButtonBar.d.ts +1 -0
  66. package/react/components/common/FinsembleToggleButtonBar.d.ts.map +1 -1
  67. package/react/components/common/FinsembleToggleButtonBar.js +21 -18
  68. package/react/components/common/FinsembleToggleButtonBar.js.map +1 -1
  69. package/react/components/common/css/FinsembleToggle.css +4 -0
  70. package/react/components/common/css/dropdown.css +56 -0
  71. package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -1
  72. package/react/components/fdc3Resolver/ResolverContainer.js +78 -1
  73. package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
  74. package/react/components/fdc3Resolver/ResolverDialog.css +60 -103
  75. package/react/components/fdc3Resolver/ResolverDialog.d.ts +4 -2
  76. package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -1
  77. package/react/components/fdc3Resolver/ResolverDialog.js +113 -69
  78. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  79. package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js +1 -1
  80. package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
  81. package/react/components/toolbar/appLauncher/components/componentList.js +2 -2
  82. package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
  83. package/react/components/userPreferences/components/content/Workspaces.js +1 -1
  84. package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
  85. package/react/components/windowTitleBar/components/windowTitle.js +4 -5
  86. package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
  87. package/typedefs/FDC3/api/AppIdentifier.d.ts +18 -0
  88. package/typedefs/FDC3/api/AppIdentifier.d.ts.map +1 -0
  89. package/typedefs/FDC3/api/AppIdentifier.js +6 -0
  90. package/typedefs/FDC3/api/AppIdentifier.js.map +1 -0
  91. package/typedefs/FDC3/api/AppIntent.d.ts +3 -1
  92. package/typedefs/FDC3/api/AppIntent.d.ts.map +1 -1
  93. package/typedefs/FDC3/api/AppIntent.js +1 -1
  94. package/typedefs/FDC3/api/AppMetadata.d.ts +22 -9
  95. package/typedefs/FDC3/api/AppMetadata.d.ts.map +1 -1
  96. package/typedefs/FDC3/api/AppMetadata.js +1 -1
  97. package/typedefs/FDC3/api/Channel.d.ts +8 -7
  98. package/typedefs/FDC3/api/Channel.d.ts.map +1 -1
  99. package/typedefs/FDC3/api/Channel.js +1 -1
  100. package/typedefs/FDC3/api/ContextMetadata.d.ts +19 -0
  101. package/typedefs/FDC3/api/ContextMetadata.d.ts.map +1 -0
  102. package/typedefs/FDC3/api/ContextMetadata.js +6 -0
  103. package/typedefs/FDC3/api/ContextMetadata.js.map +1 -0
  104. package/typedefs/FDC3/api/DesktopAgent.d.ts +387 -75
  105. package/typedefs/FDC3/api/DesktopAgent.d.ts.map +1 -1
  106. package/typedefs/FDC3/api/DesktopAgent.js +1 -1
  107. package/typedefs/FDC3/api/DisplayMetadata.d.ts +1 -1
  108. package/typedefs/FDC3/api/DisplayMetadata.js +1 -1
  109. package/typedefs/FDC3/api/Errors.d.ts +28 -2
  110. package/typedefs/FDC3/api/Errors.d.ts.map +1 -1
  111. package/typedefs/FDC3/api/Errors.js +28 -1
  112. package/typedefs/FDC3/api/Errors.js.map +1 -1
  113. package/typedefs/FDC3/api/Icon.d.ts +13 -0
  114. package/typedefs/FDC3/api/Icon.d.ts.map +1 -0
  115. package/typedefs/FDC3/api/Icon.js +6 -0
  116. package/typedefs/FDC3/api/Icon.js.map +1 -0
  117. package/typedefs/FDC3/api/Image.d.ts +15 -0
  118. package/typedefs/FDC3/api/Image.d.ts.map +1 -0
  119. package/typedefs/FDC3/api/Image.js +6 -0
  120. package/typedefs/FDC3/api/Image.js.map +1 -0
  121. package/typedefs/FDC3/api/ImplementationMetadata.d.ts +4 -1
  122. package/typedefs/FDC3/api/ImplementationMetadata.d.ts.map +1 -1
  123. package/typedefs/FDC3/api/ImplementationMetadata.js +1 -1
  124. package/typedefs/FDC3/api/IntentMetadata.d.ts +1 -1
  125. package/typedefs/FDC3/api/IntentMetadata.js +1 -1
  126. package/typedefs/FDC3/api/IntentResolution.d.ts +48 -10
  127. package/typedefs/FDC3/api/IntentResolution.d.ts.map +1 -1
  128. package/typedefs/FDC3/api/IntentResolution.js +1 -1
  129. package/typedefs/FDC3/api/Listener.d.ts +1 -1
  130. package/typedefs/FDC3/api/Listener.js +1 -1
  131. package/typedefs/FDC3/api/PrivateChannel.d.ts +54 -0
  132. package/typedefs/FDC3/api/PrivateChannel.d.ts.map +1 -0
  133. package/typedefs/FDC3/api/PrivateChannel.js +6 -0
  134. package/typedefs/FDC3/api/PrivateChannel.js.map +1 -0
  135. package/typedefs/FDC3/api/Types.d.ts +25 -4
  136. package/typedefs/FDC3/api/Types.d.ts.map +1 -1
  137. package/typedefs/FDC3/api/Types.js +1 -1
  138. package/typedefs/FDC3/api/index.d.ts +13 -0
  139. package/typedefs/FDC3/api/index.d.ts.map +1 -0
  140. package/typedefs/FDC3/api/index.js +13 -0
  141. package/typedefs/FDC3/api/index.js.map +1 -0
  142. package/react/components/common/FinsembleSelect.d.ts +0 -14
  143. package/react/components/common/FinsembleSelect.d.ts.map +0 -1
  144. package/react/components/common/FinsembleSelect.js +0 -62
  145. package/react/components/common/FinsembleSelect.js.map +0 -1
@@ -1,6 +1,11 @@
1
- import { Channel, DesktopAgent, Context, ContextHandler, Listener, AppIntent, IntentResolution, ImplementationMetadata, TargetApp } from "@finos/fdc3";
1
+ import { Channel, DesktopAgent, Context, ContextHandler, Listener, AppIntent, IntentResolution, ImplementationMetadata, AppMetadata, IntentHandler } from "@finos/fdc3";
2
2
  import { IRouterClient } from "../routerClient";
3
3
  import { Startup } from "../Startup/Startup";
4
+ import { StandardError } from "../../types";
5
+ import { InteropMessage } from "./types";
6
+ import { AppIdentifier } from "../../typedefs/FDC3/api/AppIdentifier";
7
+ import { PrivateChannel } from "../../typedefs/FDC3/api/PrivateChannel";
8
+ export declare type ChannelContextHandler = (context: Context) => void;
4
9
  /**
5
10
  * See https://stackoverflow.com/questions/45847399/friend-class-in-typescript for implementation of "friend" class
6
11
  */
@@ -10,12 +15,14 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
10
15
  routerClient: IRouterClient;
11
16
  startup: Startup;
12
17
  });
13
- cacheFSBLVersion(): Promise<void>;
14
- private fdc3Error;
18
+ private privateChannelId;
19
+ private fetchStartupData;
15
20
  private meta;
16
21
  private handleHeartbeat;
17
22
  private triggerContextListeners;
18
- private triggerIntentListeners;
23
+ private triggerIntentListener;
24
+ private handlePrivateChannelEvent;
25
+ private handleIntentResult;
19
26
  private handleIncoming;
20
27
  /**
21
28
  * Releases the queue, sending API calls to the interop service that had been deferred until a connection
@@ -64,13 +71,17 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
64
71
  * Apps can still directly broadcast and listen to context on any channel via the methods on the Channel class.
65
72
  * @param context
66
73
  */
67
- broadcast(context: Context): void;
74
+ broadcast(context: Context): Promise<void>;
68
75
  /** @internal */
69
- channelBroadcast(channel: string, context: Context): void;
76
+ channelBroadcast(channel: string, context: Context): Promise<void>;
70
77
  /**
71
78
  * Retrieves a list of the System channels available for the app to join.
72
79
  * This should include the 'global' channel.
73
80
  */
81
+ getUserChannels(): Promise<Channel[]>;
82
+ /**
83
+ * For backwards compatability. Retrieves a list of the System channels available for the app to join.
84
+ */
74
85
  getSystemChannels(): Promise<Channel[]>;
75
86
  /**
76
87
  * Launches/links to an app by name.
@@ -78,10 +89,11 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
78
89
  * The Context argument is functionally equivalent to opening the target app with no context and broadcasting the context directly to it.
79
90
  * If opening errors, it returns an Error with a string from the OpenError enumeration.
80
91
  *
81
- * @param target
92
+ * @param app
82
93
  * @param context
83
94
  */
84
- open(target: TargetApp, context?: Context): Promise<void>;
95
+ open(app: string, context?: Context): Promise<AppIdentifier>;
96
+ open(app: AppIdentifier, context?: Context): Promise<AppIdentifier>;
85
97
  /**
86
98
  * Find out more information about a particular intent by passing its name, and optionally its context.
87
99
  *
@@ -94,7 +106,7 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
94
106
  * @param intent
95
107
  * @param context
96
108
  */
97
- findIntent(intent: string, context?: Context): Promise<AppIntent>;
109
+ findIntent(intent: string, context?: Context, resultType?: string): Promise<AppIntent>;
98
110
  /**
99
111
  * Find all the available intents for a particular context.
100
112
  *
@@ -105,14 +117,24 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
105
117
  * If the resolution fails, the promise will return an `Error` with a string from the `ResolveError` enumeration.
106
118
  * @param context
107
119
  */
108
- findIntentsByContext(context: Context): Promise<Array<AppIntent>>;
120
+ findIntentsByContext(context: Context, resultType?: string): Promise<Array<AppIntent>>;
121
+ createPrivateChannel(): Promise<PrivateChannel>;
122
+ /**
123
+ * Common implementation for raiseIntent() and raiseIntentForContext().
124
+ *
125
+ * @param intent
126
+ * @param context
127
+ * @param target
128
+ */
129
+ private raiseIntentInternal;
109
130
  /**
110
131
  * Raises an intent to the desktop agent to resolve.
111
132
  * @param intent
112
133
  * @param context
113
134
  * @param target
114
135
  */
115
- raiseIntent(intent: string, context: Context, target?: TargetApp): Promise<IntentResolution>;
136
+ raiseIntent(intent: string, context: Context, target?: AppIdentifier): Promise<IntentResolution>;
137
+ raiseIntent(intent: string, context: Context, target?: String): Promise<IntentResolution>;
116
138
  /**
117
139
  * Finds and raises an intent against a target app based purely on context data.
118
140
  *
@@ -121,22 +143,37 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
121
143
  * @param context
122
144
  * @param target
123
145
  */
124
- raiseIntentForContext(context: Context, target?: TargetApp): Promise<IntentResolution>;
146
+ raiseIntentForContext(context: Context, target?: AppIdentifier): Promise<IntentResolution>;
147
+ raiseIntentForContext(context: Context, target?: String): Promise<IntentResolution>;
125
148
  /**
126
- * Adds a listener for incoming Intents from the Agent.
149
+ * Adds a listener for incoming Intents from the Agent. Unlike addContextListener, there can only be one listener for an intent.
127
150
  * @param intent
128
151
  * @param handler
129
152
  */
130
- addIntentListener(intent: string, handler: ContextHandler): Listener;
153
+ addIntentListener(intent: string, handler: IntentHandler): Promise<Listener>;
154
+ private listenerForPrivateChannelEvent;
131
155
  /** @internal */
132
- channelAddContextListener(channel: string | null, contextTypeOrHandler: string | null | ContextHandler, handler?: ContextHandler): Listener;
156
+ channelOnAddContextListener(channel: string, handler: (contextType?: string) => void): Listener;
157
+ /** @internal */
158
+ channelOnUnsubscribe(channel: string, handler: (contextType?: string) => void): Listener;
159
+ /** @internal */
160
+ channelOnDisconnect(channel: string, handler: () => void): Listener;
161
+ /** @internal */
162
+ channelDisconnect(channel: string): void;
163
+ /** @internal */
164
+ channelAddContextListener(channel: string | null, contextTypeOrHandler: string | null | ContextHandler, handler?: ContextHandler): Listener & {
165
+ exchangePromise: Promise<{
166
+ err?: StandardError;
167
+ receiveMessage?: InteropMessage | undefined;
168
+ }>;
169
+ };
133
170
  /**
134
171
  * Adds a listener for incoming context broadcast from the Desktop Agent.
135
172
  * If the consumer is only interested in a context of a particular type, they can use the relevant overload that allows the type to be specified.
136
173
  * @param contextTypeOrHandler
137
174
  * @param handler
138
175
  */
139
- addContextListener(contextTypeOrHandler: string | null | ContextHandler, handler?: ContextHandler): Listener;
176
+ addContextListener(contextTypeOrHandler: string | null | ContextHandler, handler?: ContextHandler): Promise<Listener>;
140
177
  /**
141
178
  * Joins the app to the specified channel.
142
179
  * If an app is joined to a channel, all fdc3.broadcast calls will go to the channel, and all listeners assigned via fdc3.addContextListener will listen on the channel.
@@ -145,6 +182,7 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
145
182
  * Error with a string from the ChannelError enumeration.
146
183
  * @param channelId
147
184
  */
185
+ joinUserChannel(channelId: string): Promise<void>;
148
186
  joinChannel(channelId: string): Promise<void>;
149
187
  /**
150
188
  * Returns a Channel object for the specified channel, creating it (as an App channel) - if it does not exist.
@@ -153,8 +191,6 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
153
191
  */
154
192
  getOrCreateChannel(channelId: string): Promise<Channel>;
155
193
  /**
156
- * FDC3 2.0 pre-release
157
- *
158
194
  * Get all joined channels
159
195
  *
160
196
  * Known race condition: getCurrentChannels() can return an empty string if it is called before the InteropService's linker module
@@ -173,11 +209,19 @@ export declare class FinsembleDesktopAgent implements DesktopAgent {
173
209
  * Context broadcast and listening through the top-level fdc3.broadcast and fdc3.addContextListener will be in a no-op when the app is not on a channel.
174
210
  */
175
211
  leaveCurrentChannel(): Promise<void>;
212
+ /**
213
+ * Return specified app's meta data.
214
+ */
215
+ getAppMetadata(app: AppIdentifier): Promise<AppMetadata>;
216
+ /**
217
+ * Return all the open instances of given appID.
218
+ */
219
+ findInstances(app: AppIdentifier): Promise<Array<AppIdentifier>>;
176
220
  /**
177
221
  * Retrieves information about the FDC3 Desktop Agent implementation, such as
178
222
  * the implemented version of the FDC3 specification and the name of the implementation
179
223
  * provider.
180
224
  */
181
- getInfo(): ImplementationMetadata;
225
+ getInfo(): Promise<ImplementationMetadata>;
182
226
  }
183
227
  //# sourceMappingURL=FinsembleDesktopAgent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FinsembleDesktopAgent.d.ts","sourceRoot":"","sources":["../../../../src/clients/Interop/FinsembleDesktopAgent.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FinsembleDesktopAgent.d.ts","sourceRoot":"","sources":["../../../../src/clients/Interop/FinsembleDesktopAgent.ts"],"names":[],"mappings":"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"}