@finsemble/finsemble-ui 8.4.2 → 8.5.0-beta.2

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 (230) hide show
  1. package/FEA.d.ts +48 -4
  2. package/FEA.d.ts.map +1 -1
  3. package/FEA.js.map +1 -1
  4. package/clients/Interop/FinsembleDesktopAgent.d.ts +1 -0
  5. package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
  6. package/clients/Interop/FinsembleDesktopAgent.js +7 -6
  7. package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
  8. package/clients/Interop/types.d.ts +1 -0
  9. package/clients/Interop/types.d.ts.map +1 -1
  10. package/clients/StoreModel.js +1 -1
  11. package/clients/StoreModel.js.map +1 -1
  12. package/clients/appsClient.d.ts +34 -0
  13. package/clients/appsClient.d.ts.map +1 -1
  14. package/clients/appsClient.js +56 -9
  15. package/clients/appsClient.js.map +1 -1
  16. package/clients/authenticationClient.d.ts +7 -0
  17. package/clients/authenticationClient.d.ts.map +1 -1
  18. package/clients/authenticationClient.js +7 -0
  19. package/clients/authenticationClient.js.map +1 -1
  20. package/clients/configClient.d.ts +42 -1
  21. package/clients/configClient.d.ts.map +1 -1
  22. package/clients/configClient.js +42 -1
  23. package/clients/configClient.js.map +1 -1
  24. package/clients/dialogManagerClient.d.ts +10 -0
  25. package/clients/dialogManagerClient.d.ts.map +1 -1
  26. package/clients/dialogManagerClient.js +10 -0
  27. package/clients/dialogManagerClient.js.map +1 -1
  28. package/clients/distributedStoreClient.d.ts +3 -0
  29. package/clients/distributedStoreClient.d.ts.map +1 -1
  30. package/clients/distributedStoreClient.js +3 -0
  31. package/clients/distributedStoreClient.js.map +1 -1
  32. package/clients/hotkeyClient.d.ts +5 -0
  33. package/clients/hotkeyClient.d.ts.map +1 -1
  34. package/clients/hotkeyClient.js +5 -0
  35. package/clients/hotkeyClient.js.map +1 -1
  36. package/clients/launcherClient.d.ts +6 -1
  37. package/clients/launcherClient.d.ts.map +1 -1
  38. package/clients/launcherClient.js +3 -1
  39. package/clients/launcherClient.js.map +1 -1
  40. package/clients/logger.d.ts +6 -0
  41. package/clients/logger.d.ts.map +1 -1
  42. package/clients/logger.js +6 -0
  43. package/clients/logger.js.map +1 -1
  44. package/clients/notificationClient.d.ts +17 -0
  45. package/clients/notificationClient.d.ts.map +1 -1
  46. package/clients/notificationClient.js +17 -0
  47. package/clients/notificationClient.js.map +1 -1
  48. package/clients/routerClient.d.ts +14 -0
  49. package/clients/routerClient.d.ts.map +1 -1
  50. package/clients/routerClient.js +14 -0
  51. package/clients/routerClient.js.map +1 -1
  52. package/clients/searchClient.d.ts +5 -0
  53. package/clients/searchClient.d.ts.map +1 -1
  54. package/clients/searchClient.js +5 -0
  55. package/clients/searchClient.js.map +1 -1
  56. package/clients/storageClient.d.ts +11 -1
  57. package/clients/storageClient.d.ts.map +1 -1
  58. package/clients/storageClient.js +11 -1
  59. package/clients/storageClient.js.map +1 -1
  60. package/clients/windowClient.d.ts +47 -1
  61. package/clients/windowClient.d.ts.map +1 -1
  62. package/clients/windowClient.js +47 -1
  63. package/clients/windowClient.js.map +1 -1
  64. package/clients/workspaceClient.d.ts +26 -4
  65. package/clients/workspaceClient.d.ts.map +1 -1
  66. package/clients/workspaceClient.js +26 -4
  67. package/clients/workspaceClient.js.map +1 -1
  68. package/common/Desktop.d.ts +4 -1
  69. package/common/Desktop.d.ts.map +1 -1
  70. package/common/Desktop.js +4 -1
  71. package/common/Desktop.js.map +1 -1
  72. package/common/FinsembleWindow.d.ts +1 -1
  73. package/common/FinsembleWindow.d.ts.map +1 -1
  74. package/common/FinsembleWindow.js +7 -7
  75. package/common/FinsembleWindow.js.map +1 -1
  76. package/deprecated/dragAndDropClient.d.ts +1 -0
  77. package/deprecated/dragAndDropClient.d.ts.map +1 -1
  78. package/deprecated/dragAndDropClient.js +1 -0
  79. package/deprecated/dragAndDropClient.js.map +1 -1
  80. package/main.d.ts +13 -1
  81. package/main.d.ts.map +1 -1
  82. package/package.json +3 -3
  83. package/platform/services/Interop/modules/types.d.ts +2 -0
  84. package/platform/services/Interop/modules/types.d.ts.map +1 -1
  85. package/platform/services/Interop/types.d.ts +16 -1
  86. package/platform/services/Interop/types.d.ts.map +1 -1
  87. package/platform/services/Interop/types.js.map +1 -1
  88. package/platform/services/window/modules/actions.d.ts +5 -0
  89. package/platform/services/window/modules/actions.d.ts.map +1 -1
  90. package/platform/services/window/modules/actions.js +2 -0
  91. package/platform/services/window/modules/actions.js.map +1 -1
  92. package/platform/services/window/types.d.ts +11 -1
  93. package/platform/services/window/types.d.ts.map +1 -1
  94. package/react/actions/smartDesktopDesignerActions.d.ts +7 -1
  95. package/react/actions/smartDesktopDesignerActions.d.ts.map +1 -1
  96. package/react/actions/smartDesktopDesignerActions.js +3 -0
  97. package/react/actions/smartDesktopDesignerActions.js.map +1 -1
  98. package/react/assets/css/dialogs.css +2 -1
  99. package/react/assets/css/userPreferences.css +1 -1
  100. package/react/components/appCatalog/AppCatalog.d.ts +3 -0
  101. package/react/components/appCatalog/AppCatalog.d.ts.map +1 -1
  102. package/react/components/appCatalog/AppCatalog.js +3 -0
  103. package/react/components/appCatalog/AppCatalog.js.map +1 -1
  104. package/react/components/appCatalog/AppCatalogComponent.d.ts +4 -0
  105. package/react/components/appCatalog/AppCatalogComponent.d.ts.map +1 -1
  106. package/react/components/appCatalog/AppCatalogComponent.js +4 -0
  107. package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
  108. package/react/components/common/Checkbox.d.ts +1 -0
  109. package/react/components/common/Checkbox.d.ts.map +1 -1
  110. package/react/components/common/Checkbox.js +14 -2
  111. package/react/components/common/Checkbox.js.map +1 -1
  112. package/react/components/common/ContextMenu.d.ts.map +1 -1
  113. package/react/components/common/ContextMenu.js +3 -1
  114. package/react/components/common/ContextMenu.js.map +1 -1
  115. package/react/components/common/FinsembleLink.d.ts +7 -0
  116. package/react/components/common/FinsembleLink.d.ts.map +1 -0
  117. package/react/components/common/FinsembleLink.js +13 -0
  118. package/react/components/common/FinsembleLink.js.map +1 -0
  119. package/react/components/common/Header.d.ts +1 -0
  120. package/react/components/common/Header.d.ts.map +1 -1
  121. package/react/components/common/Header.js +4 -2
  122. package/react/components/common/Header.js.map +1 -1
  123. package/react/components/common/css/application-edit-page.css +0 -11
  124. package/react/components/common/css/application-list.css +54 -23
  125. package/react/components/common/css/button.css +20 -0
  126. package/react/components/fdc3Resolver/ResolverDialog.js +1 -1
  127. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  128. package/react/components/icon/Icon.js +1 -1
  129. package/react/components/icon/Icon.js.map +1 -1
  130. package/react/components/notifications/components/shared/IconButton.d.ts +1 -1
  131. package/react/components/notifications/components/shared/IconButton.d.ts.map +1 -1
  132. package/react/components/notifications/components/shared/IconButton.js +2 -2
  133. package/react/components/notifications/components/shared/IconButton.js.map +1 -1
  134. package/react/components/notifications/components/shared/NotificationCardShell.d.ts +1 -1
  135. package/react/components/notifications/components/shared/NotificationCardShell.d.ts.map +1 -1
  136. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +1 -1
  137. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts.map +1 -1
  138. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +1 -1
  139. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts.map +1 -1
  140. package/react/components/sdd/Content.d.ts +9 -0
  141. package/react/components/sdd/Content.d.ts.map +1 -0
  142. package/react/components/sdd/Content.js +7 -0
  143. package/react/components/sdd/Content.js.map +1 -0
  144. package/react/components/sdd/Dashboard.d.ts +20 -0
  145. package/react/components/sdd/Dashboard.d.ts.map +1 -0
  146. package/react/components/sdd/Dashboard.js +103 -0
  147. package/react/components/sdd/Dashboard.js.map +1 -0
  148. package/react/components/sdd/Export.d.ts +24 -0
  149. package/react/components/sdd/Export.d.ts.map +1 -0
  150. package/react/components/sdd/Export.js +133 -0
  151. package/react/components/sdd/Export.js.map +1 -0
  152. package/react/components/sdd/ExportCloud.d.ts +7 -0
  153. package/react/components/sdd/ExportCloud.d.ts.map +1 -0
  154. package/react/components/sdd/ExportCloud.js +38 -0
  155. package/react/components/sdd/ExportCloud.js.map +1 -0
  156. package/react/components/sdd/ExportDeployInfo.d.ts +3 -0
  157. package/react/components/sdd/ExportDeployInfo.d.ts.map +1 -0
  158. package/react/components/sdd/ExportDeployInfo.js +18 -0
  159. package/react/components/sdd/ExportDeployInfo.js.map +1 -0
  160. package/react/components/sdd/ExportZip.d.ts +7 -0
  161. package/react/components/sdd/ExportZip.d.ts.map +1 -0
  162. package/react/components/sdd/ExportZip.js +43 -0
  163. package/react/components/sdd/ExportZip.js.map +1 -0
  164. package/react/components/sdd/ProjectErrors.d.ts +12 -0
  165. package/react/components/sdd/ProjectErrors.d.ts.map +1 -0
  166. package/react/components/sdd/ProjectErrors.js +26 -0
  167. package/react/components/sdd/ProjectErrors.js.map +1 -0
  168. package/react/components/sdd/ProjectMasonry.d.ts +13 -0
  169. package/react/components/sdd/ProjectMasonry.d.ts.map +1 -0
  170. package/react/components/sdd/ProjectMasonry.js +22 -0
  171. package/react/components/sdd/ProjectMasonry.js.map +1 -0
  172. package/react/components/sdd/Publish.d.ts +9 -0
  173. package/react/components/sdd/Publish.d.ts.map +1 -0
  174. package/react/components/sdd/Publish.js +113 -0
  175. package/react/components/sdd/Publish.js.map +1 -0
  176. package/react/components/sdd/PublishProgress.d.ts +10 -0
  177. package/react/components/sdd/PublishProgress.d.ts.map +1 -0
  178. package/react/components/sdd/PublishProgress.js +24 -0
  179. package/react/components/sdd/PublishProgress.js.map +1 -0
  180. package/react/components/sdd/View.d.ts +9 -0
  181. package/react/components/sdd/View.d.ts.map +1 -0
  182. package/react/components/sdd/View.js +7 -0
  183. package/react/components/sdd/View.js.map +1 -0
  184. package/react/components/sdd/css/addApp.css +62 -8
  185. package/react/components/sdd/css/appD.css +81 -0
  186. package/react/components/sdd/css/appDViewer.css +93 -0
  187. package/react/components/sdd/css/applications.css +53 -15
  188. package/react/components/sdd/css/exportAppD.css +31 -0
  189. package/react/components/sdd/css/horizontalScroll.css +9 -0
  190. package/react/components/sdd/css/project-header.css +2 -1
  191. package/react/components/sdd/css/views.css +3 -0
  192. package/react/components/sdd/smartDesktopClient.d.ts +627 -0
  193. package/react/components/sdd/smartDesktopClient.d.ts.map +1 -0
  194. package/react/components/sdd/smartDesktopClient.js +1222 -0
  195. package/react/components/sdd/smartDesktopClient.js.map +1 -0
  196. package/react/components/sdd/types.d.ts +9 -0
  197. package/react/components/sdd/types.d.ts.map +1 -0
  198. package/react/components/sdd/types.js +2 -0
  199. package/react/components/sdd/types.js.map +1 -0
  200. package/react/components/toolbar/DownloadButton.d.ts +1 -1
  201. package/react/components/toolbar/DownloadButton.d.ts.map +1 -1
  202. package/react/components/toolbar/DownloadButton.js +3 -6
  203. package/react/components/toolbar/DownloadButton.js.map +1 -1
  204. package/react/components/toolbar/ToolbarIcon.d.ts.map +1 -1
  205. package/react/components/toolbar/ToolbarIcon.js +10 -1
  206. package/react/components/toolbar/ToolbarIcon.js.map +1 -1
  207. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -1
  208. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js +3 -0
  209. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
  210. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts.map +1 -1
  211. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +1 -1
  212. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
  213. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts.map +1 -1
  214. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +1 -1
  215. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
  216. package/react/components/windowTitleBar/TabRegion.d.ts.map +1 -1
  217. package/react/components/windowTitleBar/TabRegion.js +4 -0
  218. package/react/components/windowTitleBar/TabRegion.js.map +1 -1
  219. package/react/components/windowTitleBar/TabTitle.js +1 -1
  220. package/react/components/windowTitleBar/TabTitle.js.map +1 -1
  221. package/react/reducers/rootReducer.d.ts +12 -0
  222. package/react/reducers/rootReducer.d.ts.map +1 -1
  223. package/react/reducers/smartDesktopDesignerReducer.d.ts.map +1 -1
  224. package/react/reducers/smartDesktopDesignerReducer.js +12 -0
  225. package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
  226. package/react/store.d.ts +24 -0
  227. package/react/store.d.ts.map +1 -1
  228. package/react/types/smartDesktopDesignerTypes.d.ts +42 -1
  229. package/react/types/smartDesktopDesignerTypes.d.ts.map +1 -1
  230. package/react/types/smartDesktopDesignerTypes.js.map +1 -1
@@ -65,6 +65,7 @@ declare type GroupUpdate = {
65
65
  */
66
66
  declare const getWindowGroups: () => GroupData[];
67
67
  /**
68
+ * @language javascript, java, dotnet
68
69
  * Closes window. Defaults are to remove the window from the workspace if the user presses the X button, but not if the window is closed via an app-level request (e.g., switching workspaces, so all windows need to close).
69
70
  *
70
71
  * ```javascript
@@ -85,6 +86,7 @@ export declare const close: (params?: {
85
86
  userInitiated?: boolean;
86
87
  }, cb?: StandardErrorCallback<void>) => StandardPromise<void>;
87
88
  /**
89
+ * @language javascript, java, dotnet
88
90
  * Retrieves the window's title.
89
91
  *
90
92
  * @deprecated
@@ -112,7 +114,7 @@ declare const getWindowBounds: () => Bounds;
112
114
  *
113
115
  * The code below is the bulk of our listener for the <code>bounds-changed</code> event from the window. Every time the <code>bounds-changed</code> event is fired (when the window is resized or moved), we save the window's state. The first few lines just prevent the window from being dropped behind the toolbar.
114
116
  * ```javascript
115
- *finWindow.addEventListener('disabled-frame-bounds-changed', function (bounds) {
117
+ * finWindow.addEventListener('disabled-frame-bounds-changed', function (bounds) {
116
118
  * if (bounds.top < 45) {
117
119
  * finWindow.moveTo(bounds.left, 45);
118
120
  * return;
@@ -125,6 +127,7 @@ declare const getWindowBounds: () => Bounds;
125
127
  */
126
128
  declare const saveWindowBounds: (bounds: WindowBounds, setActiveWorkspaceDirty: boolean) => void;
127
129
  /**
130
+ * @language javascript, java, dotnet
128
131
  * Maximizes the window taking into account any claimed space on the monitor.
129
132
  *
130
133
  * ```javascript
@@ -134,6 +137,7 @@ declare const saveWindowBounds: (bounds: WindowBounds, setActiveWorkspaceDirty:
134
137
  */
135
138
  export declare const maximize: (cb?: StandardErrorCallback<void>) => StandardPromise<void>;
136
139
  /**
140
+ * @language javascript, java, dotnet
137
141
  * Minimizes window.
138
142
  *
139
143
  * ```javascript
@@ -143,6 +147,7 @@ export declare const maximize: (cb?: StandardErrorCallback<void>) => StandardPro
143
147
  */
144
148
  export declare const minimize: (cb?: StandardErrorCallback<void>) => StandardPromise<void>;
145
149
  /**
150
+ * @language javascript, java
146
151
  * Brings the window to the top of all other windows.
147
152
  *
148
153
  * ```javascript
@@ -151,6 +156,7 @@ export declare const minimize: (cb?: StandardErrorCallback<void>) => StandardPro
151
156
  */
152
157
  export declare const bringToFront: (cb?: StandardErrorCallback<void>) => StandardPromise<void>;
153
158
  /**
159
+ * @language javascript, java, dotnet
154
160
  * @deprecated Use [`bringToFront()`](#bringtofront) instead, which returns a promise.
155
161
  *
156
162
  * Brings the window to the top of all other windows
@@ -161,6 +167,7 @@ export declare const bringToFront: (cb?: StandardErrorCallback<void>) => Standar
161
167
  */
162
168
  export declare const bringWindowToFront: (cb?: StandardErrorCallback<void>) => void;
163
169
  /**
170
+ * @language javascript, java, dotnet
164
171
  * Sets whether window is always on top. By default, this is false.
165
172
  *
166
173
  * ```javascript
@@ -171,6 +178,7 @@ export declare const bringWindowToFront: (cb?: StandardErrorCallback<void>) => v
171
178
  */
172
179
  export declare const setAlwaysOnTop: (alwaysOnTop: boolean, cb?: StandardErrorCallback<void>) => StandardPromise<void>;
173
180
  /**
181
+ * @language javascript, java, dotnet
174
182
  * Restores window from a maximized or minimized state.
175
183
  *
176
184
  * ```javascript
@@ -180,6 +188,7 @@ export declare const setAlwaysOnTop: (alwaysOnTop: boolean, cb?: StandardErrorCa
180
188
  */
181
189
  export declare const restore: (cb?: StandardErrorCallback<void>) => StandardPromise<void>;
182
190
  /**
191
+ * @language javascript, java
183
192
  * :::tip Important
184
193
  * _This feature is experimental. The signature may change in the future._
185
194
  * :::
@@ -204,6 +213,7 @@ export declare const setTaskbarIconOverlay: (url: string | null) => void;
204
213
  */
205
214
  declare const injectDOM: (headerHeight: number) => void;
206
215
  /**
216
+ * @language javascript, java, dotnet
207
217
  * Given a field, this function retrieves app state. If no params are given, the full state is returned.
208
218
  *
209
219
  * The example below shows how we retrieve data to restore the layout in our charts.
@@ -233,6 +243,7 @@ export declare const getComponentState: <T = any>(params: {
233
243
  windowName?: string;
234
244
  }, cb?: StandardErrorCallback<T> | undefined) => StandardPromise<T>;
235
245
  /**
246
+ * @language javascript, java, dotnet
236
247
  * Given a field, this function sets and persists app state.
237
248
  *
238
249
  * The example below shows how we save our chart layout when it changes.
@@ -262,6 +273,7 @@ export declare const setComponentState: <T = any>(params: {
262
273
  windowName?: string | undefined;
263
274
  }, cb?: StandardErrorCallback<void>) => StandardPromise<void>;
264
275
  /**
276
+ * @language javascript, java, dotnet
265
277
  * Given a field, this function removes it from app state.
266
278
  *
267
279
  * The example below shows how we would remove our chart layout when it no longer needed.
@@ -284,6 +296,7 @@ export declare const removeComponentState: (params: {
284
296
  windowName?: string;
285
297
  }, cb?: StandardErrorCallback<void>) => StandardPromise<void>;
286
298
  /**
299
+ * @language javascript
287
300
  * Gets the window name of current window. The code that manages window movement will not see a child window if it's part of a stacked window. This function will return the window name that the Window Service cares about for window movement.
288
301
  * @deprecated
289
302
  *
@@ -291,6 +304,7 @@ export declare const removeComponentState: (params: {
291
304
  */
292
305
  export declare const getWindowNameForDocking: () => string;
293
306
  /**
307
+ * @language javascript
294
308
  * Forms a group with any window that is touching the border of this window.
295
309
  */
296
310
  export declare const formGroup: () => void;
@@ -302,23 +316,27 @@ export declare const formGroup: () => void;
302
316
  */
303
317
  declare const addListeners: () => void;
304
318
  /**
319
+ * @language javascript
305
320
  * Ejects the window from the docking group
306
321
  * @deprecated This code will be moved to finsemble-ui
307
322
  * Ejects the window from the docking group
308
323
  */
309
324
  export declare const ejectFromGroup: () => void;
310
325
  /**
326
+ * @language javascript, java, dotnet
311
327
  * This method overrides the app title that displays in the app's title bar or tab. This will take precedence over
312
328
  * the document.title or title that is set in the app's config. This will however be overridden by an user edited title.
313
329
  * @param title Window title.
314
330
  */
315
331
  declare const setWindowTitle: (title: string) => void;
316
332
  /**
333
+ * @language javascript, java, dotnet
317
334
  * Retrieves data that was set with <a href="/docs/reference/typedocs/modules/LauncherClient#spawn">LauncherClient.spawn</a>.
318
335
  * @returns The spawnData that was passed to calls to LauncherClient.spawn, or an empty object.
319
336
  */
320
337
  export declare const getSpawnData: () => any;
321
338
  /**
339
+ * @language javascript, java, dotnet
322
340
  * @deprecated Use `FSBL.System.Window.getCurrent()`
323
341
  *
324
342
  * Returns a reference to the current FEAWindow for the component.
@@ -359,6 +377,7 @@ declare const isPointInBox: (point: {
359
377
  */
360
378
  declare const isMouseOverDOMElement: (element: Element, cb?: ((result: boolean) => void) | undefined) => Promise<boolean>;
361
379
  /**
380
+ * @language javascript, java, dotnet
362
381
  * Returns the window identifier for the current component.
363
382
  * @returns {WindowIdentifier}
364
383
  */
@@ -371,12 +390,14 @@ export declare const getWindowIdentifier: () => WindowIdentifier;
371
390
  */
372
391
  declare const setActive: (active: boolean) => void;
373
392
  /**
393
+ * @language javascript, java, dotnet
374
394
  * Returns the object defining bounds for the current window including the position of the left and right edges measured in pixels from the left edge of the monitor, the top and bottom edges measured in pixels from the top edge, and the width and height of the component in pixels.
375
395
  * Please note that this method differs from the right and bottom coordinates passed to LauncherClient.spawn(); those are measured from the right and bottom edges of the screen.
376
396
  * @param {StandardCallback} cb The callback to be invoked after the method completes successfully.
377
397
  */
378
398
  export declare const getBounds: (cb: StandardErrorCallback<Bounds>) => StandardPromise<Bounds>;
379
399
  /**
400
+ * @language javascript
380
401
  * Defines areas of the window that will be displayed and clickable. All other areas of the window will be transparent.
381
402
  * Can be used to create click-through areas of a window.
382
403
  *
@@ -397,6 +418,7 @@ export declare const setShape: (params?: Array<{
397
418
  height: Number;
398
419
  } | null>, callback?: Function) => void;
399
420
  /**
421
+ * @language javascript
400
422
  * This is used by the Finsemble window title bar when a tab is dragged for tiling or tabbing.
401
423
  * @param {*} params - <code>params.windowIdentifier</code> is required.
402
424
  * @param {WindowIdentifier} params.windowIdentifier The Finsemble identifier for the target window.
@@ -407,14 +429,17 @@ export declare const startTilingOrTabbing: (params: {
407
429
  windowIdentifier: WindowIdentifier;
408
430
  }, cb?: () => void) => void;
409
431
  /**
432
+ * @language javascript
410
433
  * Begin programmatically moving the window; the first parameter is a mouse event. Until `stopMovingWindow` is invoked, the window will follow the user's mouse. This should be invoked inside of a `mouseDown` event handler.
411
434
  */
412
435
  export declare const startMovingWindow: (event: MouseEvent) => void;
413
436
  /**
437
+ * @language javascript
414
438
  * Stops moving a window that was set in motion via `startMovingWindow`.
415
439
  */
416
440
  export declare const stopMovingWindow: () => void;
417
441
  /**
442
+ * @language javascript
418
443
  * This is used to cancel a tabbing or tiling operation.
419
444
  *
420
445
  * @param {object} params
@@ -426,6 +451,7 @@ export declare const cancelTilingOrTabbing: (params: {
426
451
  windowIdentifier?: WindowIdentifier;
427
452
  }, cb?: () => void) => void;
428
453
  /**
454
+ * @language javascript, java
429
455
  * This function is used by the Finsemble window title bar to end tiling or tabbing.
430
456
  * @param {*} params
431
457
  * @param {object} params.mousePosition Where the pointer is on the screen
@@ -451,9 +477,22 @@ declare const getMonitorInfo: (params?: {
451
477
  windowIdentifier?: WindowIdentifier;
452
478
  }, cb?: StandardErrorCallback<MonitorInfoDetail>) => StandardPromise<MonitorInfoDetail>;
453
479
  /**
480
+ * @language javascript, java, dotnet
454
481
  * Moves the window so that it's centered above the user's mouse.
455
482
  */
456
483
  export declare const showAtMousePosition: () => void;
484
+ /**
485
+ * @language javascript
486
+ * Resize the window to fit the contents of the window's DOM, with optional padding.
487
+ *
488
+ * @param [params] optional parameters
489
+ * @param [params.padding] allow for padding around to DOM contents
490
+ * @param {number} [params.padding.height] extra pixels to add to the total height of the window. Default is 0
491
+ * @param {number} [params.padding.width] extra pixels to add to the total width of the window. Default is 0
492
+ * @param {number} [params.maxHeight] the maximum height to size the window to
493
+ * @param {number} [params.maxWidth] the maximum width to size the window to
494
+ * @param [cb] The callback to be invoked after the method completes successfully.
495
+ */
457
496
  export declare const fitToDOM: (params?: {
458
497
  padding?: {
459
498
  height: number;
@@ -463,6 +502,7 @@ export declare const fitToDOM: (params?: {
463
502
  maxWidth?: number;
464
503
  } | null, cb?: () => void) => Promise<void>;
465
504
  /**
505
+ * @language javascript, dotnet
466
506
  * Forms a tab collection from a list of _existing_ windows. (See [LauncherClient.spawnTabCollection()](./LauncherClient#spawnTabCollection) to form a tab
467
507
  * collection from non-existing windows.)
468
508
  *
@@ -480,6 +520,7 @@ export declare const createTabCollection: ({ windowNames, promotedTab, }: {
480
520
  promotedTab?: string | undefined;
481
521
  }) => Promise<void>;
482
522
  /**
523
+ * @language javascript, dotnet
483
524
  * Adds one or more windows to an existing tab collection.
484
525
  *
485
526
  * ```javascript
@@ -502,6 +543,7 @@ export declare const addToTabCollection: ({ windowNames, tabCollectionId, positi
502
543
  promotedTab?: string | undefined;
503
544
  }) => Promise<void>;
504
545
  /**
546
+ * @language javascript, dotnet
505
547
  * Removes one or more tabs from their tab collection(s). The tab collection is identified automatically.
506
548
  * Tab collections with fewer than two tabs are removed from the system. If the tab collection is maximized then
507
549
  * windows that are removed will be restored to their previous unmaximized position and size.
@@ -517,6 +559,7 @@ export declare const removeFromTabCollection: ({ windowNames }: {
517
559
  windowNames: string[];
518
560
  }) => Promise<void>;
519
561
  /**
562
+ * @language javascript, dotnet
520
563
  * Changes the visible tab in a tab collection. (The tab collection is identified automatically.)
521
564
  *
522
565
  * ```javascript
@@ -526,6 +569,7 @@ export declare const removeFromTabCollection: ({ windowNames }: {
526
569
  */
527
570
  export declare const promoteTab: (windowName: string) => Promise<void>;
528
571
  /**
572
+ * @language javascript, dotnet
529
573
  * Gets the name of the promoted tab for a given tab collection.
530
574
  *
531
575
  * ```javascript
@@ -542,6 +586,7 @@ export declare const getPromotedTab: ({ tabCollectionId }: {
542
586
  tabCollectionId: string;
543
587
  }, cb?: StandardErrorCallback<string>) => StandardPromise<string>;
544
588
  /**
589
+ * @language javascript, dotnet
545
590
  * Gets the tabCollectionId for a given window, if it is a member of a tab collection.
546
591
  *
547
592
  * ```javascript
@@ -565,6 +610,7 @@ export declare const getTabCollectionForWindow: ({ windowName }: {
565
610
  windows: string[];
566
611
  }>;
567
612
  /**
613
+ * @language javascript, dotnet
568
614
  * Gets the tabCollectionId for a given window, if it is a member of a tab collection.
569
615
  *
570
616
  * ```javascript
@@ -1 +1 @@
1
- {"version":3,"file":"windowClient.d.ts","sourceRoot":"","sources":["../../../src/clients/windowClient.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"windowClient.d.ts","sourceRoot":"","sources":["../../../src/clients/windowClient.ts"],"names":[],"mappings":"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"}
@@ -101,6 +101,7 @@ const getWindowGroups = () => {
101
101
  return controller.windowGroups;
102
102
  };
103
103
  /**
104
+ * @language javascript, java, dotnet
104
105
  * Closes window. Defaults are to remove the window from the workspace if the user presses the X button, but not if the window is closed via an app-level request (e.g., switching workspaces, so all windows need to close).
105
106
  *
106
107
  * ```javascript
@@ -122,6 +123,7 @@ export const close = (params, cb) => {
122
123
  return FEAGlobals.finsembleWindow.close(params, cb);
123
124
  };
124
125
  /**
126
+ * @language javascript, java, dotnet
125
127
  * Retrieves the window's title.
126
128
  *
127
129
  * @deprecated
@@ -170,7 +172,7 @@ const getWindowBounds = () => {
170
172
  *
171
173
  * The code below is the bulk of our listener for the <code>bounds-changed</code> event from the window. Every time the <code>bounds-changed</code> event is fired (when the window is resized or moved), we save the window's state. The first few lines just prevent the window from being dropped behind the toolbar.
172
174
  * ```javascript
173
- *finWindow.addEventListener('disabled-frame-bounds-changed', function (bounds) {
175
+ * finWindow.addEventListener('disabled-frame-bounds-changed', function (bounds) {
174
176
  * if (bounds.top < 45) {
175
177
  * finWindow.moveTo(bounds.left, 45);
176
178
  * return;
@@ -210,6 +212,7 @@ const saveWindowBounds = (bounds, setActiveWorkspaceDirty) => {
210
212
  }
211
213
  };
212
214
  /**
215
+ * @language javascript, java, dotnet
213
216
  * Maximizes the window taking into account any claimed space on the monitor.
214
217
  *
215
218
  * ```javascript
@@ -219,6 +222,7 @@ const saveWindowBounds = (bounds, setActiveWorkspaceDirty) => {
219
222
  */
220
223
  export const maximize = (cb) => FEAGlobals.finsembleWindow.maximize(null, cb);
221
224
  /**
225
+ * @language javascript, java, dotnet
222
226
  * Minimizes window.
223
227
  *
224
228
  * ```javascript
@@ -228,6 +232,7 @@ export const maximize = (cb) => FEAGlobals.finsembleWindow.maximize(null, cb);
228
232
  */
229
233
  export const minimize = (cb) => FEAGlobals.finsembleWindow.minimize(null, cb);
230
234
  /**
235
+ * @language javascript, java
231
236
  * Brings the window to the top of all other windows.
232
237
  *
233
238
  * ```javascript
@@ -236,6 +241,7 @@ export const minimize = (cb) => FEAGlobals.finsembleWindow.minimize(null, cb);
236
241
  */
237
242
  export const bringToFront = (cb) => FEAGlobals.finsembleWindow.bringToFront({ forceFocus: true }, cb);
238
243
  /**
244
+ * @language javascript, java, dotnet
239
245
  * @deprecated Use [`bringToFront()`](#bringtofront) instead, which returns a promise.
240
246
  *
241
247
  * Brings the window to the top of all other windows
@@ -249,6 +255,7 @@ export const bringWindowToFront = (cb) => {
249
255
  FEAGlobals.finsembleWindow.bringToFront({ forceFocus: true }, cb);
250
256
  };
251
257
  /**
258
+ * @language javascript, java, dotnet
252
259
  * Sets whether window is always on top. By default, this is false.
253
260
  *
254
261
  * ```javascript
@@ -259,6 +266,7 @@ export const bringWindowToFront = (cb) => {
259
266
  */
260
267
  export const setAlwaysOnTop = (alwaysOnTop, cb) => FEAGlobals.finsembleWindow.setAlwaysOnTop({ alwaysOnTop }, cb);
261
268
  /**
269
+ * @language javascript, java, dotnet
262
270
  * Restores window from a maximized or minimized state.
263
271
  *
264
272
  * ```javascript
@@ -268,6 +276,7 @@ export const setAlwaysOnTop = (alwaysOnTop, cb) => FEAGlobals.finsembleWindow.se
268
276
  */
269
277
  export const restore = (cb) => FEAGlobals.finsembleWindow.restore(null, cb);
270
278
  /**
279
+ * @language javascript, java
271
280
  * :::tip Important
272
281
  * _This feature is experimental. The signature may change in the future._
273
282
  * :::
@@ -320,6 +329,7 @@ const getElementFinsembleWindow = async (params) => {
320
329
  return FEAGlobals.finsembleWindow;
321
330
  };
322
331
  /**
332
+ * @language javascript, java, dotnet
323
333
  * Given a field, this function retrieves app state. If no params are given, the full state is returned.
324
334
  *
325
335
  * The example below shows how we retrieve data to restore the layout in our charts.
@@ -357,6 +367,7 @@ export const getComponentState = async (params, cb) => new Promise(async (resolv
357
367
  });
358
368
  });
359
369
  /**
370
+ * @language javascript, java, dotnet
360
371
  * Given a field, this function sets and persists app state.
361
372
  *
362
373
  * The example below shows how we save our chart layout when it changes.
@@ -384,6 +395,7 @@ export const setComponentState = async (params, cb) => new Promise(async (resolv
384
395
  });
385
396
  });
386
397
  /**
398
+ * @language javascript, java, dotnet
387
399
  * Given a field, this function removes it from app state.
388
400
  *
389
401
  * The example below shows how we would remove our chart layout when it no longer needed.
@@ -406,6 +418,7 @@ export const removeComponentState = async (params, cb) => new Promise(async (res
406
418
  });
407
419
  });
408
420
  /**
421
+ * @language javascript
409
422
  * Gets the window name of current window. The code that manages window movement will not see a child window if it's part of a stacked window. This function will return the window name that the Window Service cares about for window movement.
410
423
  * @deprecated
411
424
  *
@@ -416,6 +429,7 @@ export const getWindowNameForDocking = () => {
416
429
  return deprecatedGetWindowNameForDocking(FEAGlobals.finsembleWindow);
417
430
  };
418
431
  /**
432
+ * @language javascript
419
433
  * Forms a group with any window that is touching the border of this window.
420
434
  */
421
435
  export const formGroup = () => {
@@ -431,6 +445,7 @@ const addListeners = () => {
431
445
  Logger.deprecated("Do not call WindowClient.addListeners() directly");
432
446
  };
433
447
  /**
448
+ * @language javascript
434
449
  * Ejects the window from the docking group
435
450
  * @deprecated This code will be moved to finsemble-ui
436
451
  * Ejects the window from the docking group
@@ -440,6 +455,7 @@ export const ejectFromGroup = () => {
440
455
  FEAGlobals.finsembleWindow.ejectFromGroup();
441
456
  };
442
457
  /**
458
+ * @language javascript, java, dotnet
443
459
  * This method overrides the app title that displays in the app's title bar or tab. This will take precedence over
444
460
  * the document.title or title that is set in the app's config. This will however be overridden by an user edited title.
445
461
  * @param title Window title.
@@ -457,6 +473,7 @@ const setWindowTitle = (title) => {
457
473
  }));
458
474
  };
459
475
  /**
476
+ * @language javascript, java, dotnet
460
477
  * Retrieves data that was set with <a href="/docs/reference/typedocs/modules/LauncherClient#spawn">LauncherClient.spawn</a>.
461
478
  * @returns The spawnData that was passed to calls to LauncherClient.spawn, or an empty object.
462
479
  */
@@ -466,6 +483,7 @@ export const getSpawnData = () => {
466
483
  return (_c = (_b = (_a = controller.options) === null || _a === void 0 ? void 0 : _a.customData) === null || _b === void 0 ? void 0 : _b.spawnData) !== null && _c !== void 0 ? _c : {};
467
484
  };
468
485
  /**
486
+ * @language javascript, java, dotnet
469
487
  * @deprecated Use `FSBL.System.Window.getCurrent()`
470
488
  *
471
489
  * Returns a reference to the current FEAWindow for the component.
@@ -503,6 +521,7 @@ const isMouseOverDOMElement = (element, cb) => {
503
521
  return isMouseOverDOMElementFromUtil(element, cb);
504
522
  };
505
523
  /**
524
+ * @language javascript, java, dotnet
506
525
  * Returns the window identifier for the current component.
507
526
  * @returns {WindowIdentifier}
508
527
  */
@@ -526,12 +545,14 @@ const setActive = (active) => {
526
545
  deprecatedSetActive(active);
527
546
  };
528
547
  /**
548
+ * @language javascript, java, dotnet
529
549
  * Returns the object defining bounds for the current window including the position of the left and right edges measured in pixels from the left edge of the monitor, the top and bottom edges measured in pixels from the top edge, and the width and height of the component in pixels.
530
550
  * Please note that this method differs from the right and bottom coordinates passed to LauncherClient.spawn(); those are measured from the right and bottom edges of the screen.
531
551
  * @param {StandardCallback} cb The callback to be invoked after the method completes successfully.
532
552
  */
533
553
  export const getBounds = (cb) => FEAGlobals.finsembleWindow.getBounds(cb);
534
554
  /**
555
+ * @language javascript
535
556
  * Defines areas of the window that will be displayed and clickable. All other areas of the window will be transparent.
536
557
  * Can be used to create click-through areas of a window.
537
558
  *
@@ -549,6 +570,7 @@ export const setShape = (params, callback = Function.prototype) => {
549
570
  FEAGlobals.finsembleWindow.setShape(params, callback);
550
571
  };
551
572
  /**
573
+ * @language javascript
552
574
  * This is used by the Finsemble window title bar when a tab is dragged for tiling or tabbing.
553
575
  * @param {*} params - <code>params.windowIdentifier</code> is required.
554
576
  * @param {WindowIdentifier} params.windowIdentifier The Finsemble identifier for the target window.
@@ -561,6 +583,7 @@ export const startTilingOrTabbing = (params, cb) => {
561
583
  cb === null || cb === void 0 ? void 0 : cb();
562
584
  };
563
585
  /**
586
+ * @language javascript
564
587
  * Begin programmatically moving the window; the first parameter is a mouse event. Until `stopMovingWindow` is invoked, the window will follow the user's mouse. This should be invoked inside of a `mouseDown` event handler.
565
588
  */
566
589
  export const startMovingWindow = (event) => {
@@ -568,6 +591,7 @@ export const startMovingWindow = (event) => {
568
591
  currentWindow.startMovingWindow(event);
569
592
  };
570
593
  /**
594
+ * @language javascript
571
595
  * Stops moving a window that was set in motion via `startMovingWindow`.
572
596
  */
573
597
  export const stopMovingWindow = () => {
@@ -575,6 +599,7 @@ export const stopMovingWindow = () => {
575
599
  currentWindow.stopMovingWindow();
576
600
  };
577
601
  /**
602
+ * @language javascript
578
603
  * This is used to cancel a tabbing or tiling operation.
579
604
  *
580
605
  * @param {object} params
@@ -589,6 +614,7 @@ export const cancelTilingOrTabbing = (params, cb) => {
589
614
  cb === null || cb === void 0 ? void 0 : cb();
590
615
  };
591
616
  /**
617
+ * @language javascript, java
592
618
  * This function is used by the Finsemble window title bar to end tiling or tabbing.
593
619
  * @param {*} params
594
620
  * @param {object} params.mousePosition Where the pointer is on the screen
@@ -630,11 +656,24 @@ const getMonitorInfo = async (params = {}, cb) => {
630
656
  return getWhichMonitorClientSide(RouterClient, params, cb);
631
657
  };
632
658
  /**
659
+ * @language javascript, java, dotnet
633
660
  * Moves the window so that it's centered above the user's mouse.
634
661
  */
635
662
  export const showAtMousePosition = () => {
636
663
  RouterClient.transmit("DockingService.showAtMousePosition", getWindowIdentifier());
637
664
  };
665
+ /**
666
+ * @language javascript
667
+ * Resize the window to fit the contents of the window's DOM, with optional padding.
668
+ *
669
+ * @param [params] optional parameters
670
+ * @param [params.padding] allow for padding around to DOM contents
671
+ * @param {number} [params.padding.height] extra pixels to add to the total height of the window. Default is 0
672
+ * @param {number} [params.padding.width] extra pixels to add to the total width of the window. Default is 0
673
+ * @param {number} [params.maxHeight] the maximum height to size the window to
674
+ * @param {number} [params.maxWidth] the maximum width to size the window to
675
+ * @param [cb] The callback to be invoked after the method completes successfully.
676
+ */
638
677
  export const fitToDOM = async (params, cb) => {
639
678
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
640
679
  if (typeof params === "function") {
@@ -685,6 +724,7 @@ export const fitToDOM = async (params, cb) => {
685
724
  cb === null || cb === void 0 ? void 0 : cb();
686
725
  };
687
726
  /**
727
+ * @language javascript, dotnet
688
728
  * Forms a tab collection from a list of _existing_ windows. (See [LauncherClient.spawnTabCollection()](./LauncherClient#spawnTabCollection) to form a tab
689
729
  * collection from non-existing windows.)
690
730
  *
@@ -711,6 +751,7 @@ export const createTabCollection = async ({ windowNames, promotedTab, }) => {
711
751
  }));
712
752
  };
713
753
  /**
754
+ * @language javascript, dotnet
714
755
  * Adds one or more windows to an existing tab collection.
715
756
  *
716
757
  * ```javascript
@@ -742,6 +783,7 @@ export const addToTabCollection = async ({ windowNames, tabCollectionId, positio
742
783
  }));
743
784
  };
744
785
  /**
786
+ * @language javascript, dotnet
745
787
  * Removes one or more tabs from their tab collection(s). The tab collection is identified automatically.
746
788
  * Tab collections with fewer than two tabs are removed from the system. If the tab collection is maximized then
747
789
  * windows that are removed will be restored to their previous unmaximized position and size.
@@ -766,6 +808,7 @@ export const removeFromTabCollection = async ({ windowNames }) => {
766
808
  }));
767
809
  };
768
810
  /**
811
+ * @language javascript, dotnet
769
812
  * Changes the visible tab in a tab collection. (The tab collection is identified automatically.)
770
813
  *
771
814
  * ```javascript
@@ -786,6 +829,7 @@ export const promoteTab = async (windowName) => {
786
829
  }));
787
830
  };
788
831
  /**
832
+ * @language javascript, dotnet
789
833
  * Gets the name of the promoted tab for a given tab collection.
790
834
  *
791
835
  * ```javascript
@@ -816,6 +860,7 @@ export const getPromotedTab = async ({ tabCollectionId }, cb) => {
816
860
  }
817
861
  };
818
862
  /**
863
+ * @language javascript, dotnet
819
864
  * Gets the tabCollectionId for a given window, if it is a member of a tab collection.
820
865
  *
821
866
  * ```javascript
@@ -850,6 +895,7 @@ export const getTabCollectionForWindow = async ({ windowName }, cb) => {
850
895
  return { err: null, data };
851
896
  };
852
897
  /**
898
+ * @language javascript, dotnet
853
899
  * Gets the tabCollectionId for a given window, if it is a member of a tab collection.
854
900
  *
855
901
  * ```javascript