@openfin/workspace-platform 22.5.21 → 23.0.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.
- package/client-api/src/integrations/microsoft.utils.d.ts +6 -6
- package/client-api-platform/src/api/controllers/theme-storage-controller-store.d.ts +2 -1
- package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +18 -4
- package/client-api-platform/src/api/dock.d.ts +4 -2
- package/client-api-platform/src/api/language.d.ts +1 -1
- package/client-api-platform/src/api/pages/open-pages.d.ts +2 -2
- package/client-api-platform/src/api/theming.d.ts +11 -0
- package/client-api-platform/src/api/theming.test.d.ts +1 -0
- package/client-api-platform/src/init/override-callback/page-defaults.d.ts +1 -1
- package/client-api-platform/src/init/override-callback/view-options.d.ts +1 -1
- package/client-api-platform/src/init/theming.d.ts +2 -1
- package/client-api-platform/src/shapes.d.ts +16 -12
- package/common/src/api/pages/idb.d.ts +2 -4
- package/common/src/api/protocol/browser.d.ts +8 -6
- package/common/src/api/protocol/shapes/workspace.d.ts +8 -0
- package/common/src/api/protocol/workspace-platform.d.ts +25 -23
- package/common/src/api/provider.d.ts +1 -1
- package/common/src/api/storefront.d.ts +5 -5
- package/common/src/api/theming.d.ts +16 -6
- package/common/src/utils/enterprise-menu.d.ts +1 -1
- package/common/src/utils/global-context-menu.d.ts +1 -1
- package/common/src/utils/layout.d.ts +1 -2
- package/common/src/utils/logger.d.ts +22 -0
- package/common/src/utils/menu-window-provider.d.ts +6 -6
- package/common/src/utils/modal-bounds.d.ts +1 -1
- package/common/src/utils/namespaced-local-storage.d.ts +2 -2
- package/common/src/utils/popup-window.d.ts +15 -0
- package/common/src/utils/shared-emitter.d.ts +4 -4
- package/common/src/utils/types.d.ts +1 -1
- package/common/src/utils/window.d.ts +8 -0
- package/common/src/utils/workspace-modals.d.ts +1 -1
- package/dock3/src/shapes/shapes.d.ts +9 -1
- package/externals.report.json +51 -0
- package/index.js +1486 -1
- package/index.js.LICENSE.txt +1 -0
- package/index.js.map +1 -1
- package/package.json +11 -3
- package/search-api/src/provider/remote/info.d.ts +1 -1
- package/search-api/src/shapes.d.ts +22 -1
- package/workspace_platform.zip +0 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openfin/workspace-platform",
|
|
3
3
|
"description": "An API for creating your own Workspace platform.",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "23.0.0",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"client",
|
|
@@ -16,9 +16,17 @@
|
|
|
16
16
|
"i18next": "^23.7.16",
|
|
17
17
|
"lodash.debounce": "^4.0.8",
|
|
18
18
|
"react-i18next": "^14.0.0",
|
|
19
|
-
"title-case": "3.0.3"
|
|
19
|
+
"title-case": "3.0.3",
|
|
20
|
+
"@openfin/theme-engine": "file:../packages/theme-engine"
|
|
20
21
|
},
|
|
21
22
|
"peerDependencies": {
|
|
22
|
-
"@openfin/core": "
|
|
23
|
+
"@openfin/core": "43.100.105",
|
|
24
|
+
"@radix-ui/react-icons": ">=1.3.2 <2.0.0",
|
|
25
|
+
"framer-motion": ">=11.13.1 <12.0.0",
|
|
26
|
+
"lodash": "*",
|
|
27
|
+
"react": ">=18.3.1 <19.0.0",
|
|
28
|
+
"react-calendar": ">=5.1.0 <6.0.0",
|
|
29
|
+
"react-dom": ">=18.3.1 <19.0.0",
|
|
30
|
+
"styled-components": ">=5.3.11 <6.0.0"
|
|
23
31
|
}
|
|
24
32
|
}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Make a channel listener for sending search provider info to a remote OpenFin identity.
|
|
3
3
|
* @param namespacedTopic the context of the search topic to get the provider info from.
|
|
4
4
|
*/
|
|
5
|
-
export declare function makeStreamListener(): () => Promise<import("
|
|
5
|
+
export declare function makeStreamListener(): () => Promise<import("@client/shapes").SearchProviderInfo[]>;
|
|
@@ -130,7 +130,7 @@ export type DeregisterListener = () => void | Promise<void>;
|
|
|
130
130
|
/**
|
|
131
131
|
* Called when search provider registers to SearchTopic
|
|
132
132
|
*/
|
|
133
|
-
export type RegisterListener = () => void | Promise<void>;
|
|
133
|
+
export type RegisterListener = (searchProvider?: SearchProviderInfo) => void | Promise<void>;
|
|
134
134
|
/**
|
|
135
135
|
* The client returned from subscribing as a secondary node to a search topic, which is managed by a primary node.
|
|
136
136
|
* Can be used to interact with a search topic.
|
|
@@ -278,6 +278,27 @@ export interface SearchProviderInfo {
|
|
|
278
278
|
* version of client SDK, set by the API
|
|
279
279
|
*/
|
|
280
280
|
clientAPIVersion?: string;
|
|
281
|
+
/**
|
|
282
|
+
* Optional subheader configuration for the home landing page.
|
|
283
|
+
*/
|
|
284
|
+
subHeader?: {
|
|
285
|
+
/**
|
|
286
|
+
* First title text to display in the subheader.
|
|
287
|
+
*/
|
|
288
|
+
title1?: string;
|
|
289
|
+
/**
|
|
290
|
+
* Second title text to display in the subheader (renders on a new line).
|
|
291
|
+
*/
|
|
292
|
+
title2?: string;
|
|
293
|
+
/**
|
|
294
|
+
* Subtitle text to display in the subheader.
|
|
295
|
+
*/
|
|
296
|
+
subtitle?: string;
|
|
297
|
+
/**
|
|
298
|
+
* URL of the icon to display in the subheader.
|
|
299
|
+
*/
|
|
300
|
+
icon?: string;
|
|
301
|
+
};
|
|
281
302
|
}
|
|
282
303
|
/**
|
|
283
304
|
* The order to sort scored search results in.
|
package/workspace_platform.zip
CHANGED
|
Binary file
|