@openfin/workspace-platform 24.1.0 → 24.1.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.
- package/client-api/src/internal/providers.d.ts +26 -0
- package/client-api-platform/src/api/context-menu/index.d.ts +2 -2
- package/client-api-platform/src/api/controllers/__tests__/theme-storage-controller-store.test.d.ts +2 -0
- package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +15 -1
- package/client-api-platform/src/api/pages/index.d.ts +7 -2
- package/client-api-platform/src/api/theming.set-scheme.test.d.ts +1 -0
- package/client-api-platform/src/api/utils.d.ts +1 -1
- package/client-api-platform/src/api/utils.test.d.ts +1 -0
- package/client-api-platform/src/init/browser-window-focus.d.ts +4 -0
- package/client-api-platform/src/init/index.d.ts +1 -1
- package/client-api-platform/src/init/override-callback/browser-defaults.d.ts +1 -1
- package/client-api-platform/src/init/override-callback/page-defaults.d.ts +1 -1
- package/client-api-platform/src/init/theming.d.ts +4 -3
- package/client-api-platform/src/shapes.d.ts +108 -1
- package/common/src/api/pages/attached.d.ts +0 -5
- package/common/src/api/pages/enterprise-shapes.d.ts +4 -0
- package/common/src/api/protocol/browser.d.ts +0 -2
- package/common/src/test/logger-mock.d.ts +5 -0
- package/common/src/utils/application.d.ts +7 -0
- package/common/src/utils/context-menu.d.ts +2 -2
- package/common/src/utils/enterprise-channels.d.ts +3 -0
- package/common/src/utils/indicators/showIndicator.d.ts +8 -1
- package/common/src/utils/indicators/workspace-indicators.d.ts +13 -0
- package/common/src/utils/modal-bounds.d.ts +20 -0
- package/common/src/utils/popup-window.d.ts +38 -21
- package/common/src/utils/route.d.ts +2 -0
- package/common/src/utils/window.d.ts +2 -1
- package/common/src/utils/workspace-modals.d.ts +3 -0
- package/externals.report.json +16 -16
- package/index.js +1 -2
- package/index.js.map +1 -1
- package/package.json +6 -2
- package/common/src/api/tabs.d.ts +0 -16
- package/index.js.LICENSE.txt +0 -1
|
@@ -35,6 +35,9 @@ export declare const showUpdateVersionModal: ({ identity, title, description }:
|
|
|
35
35
|
description: string;
|
|
36
36
|
}) => Promise<ModalResponseEvent["data"]>;
|
|
37
37
|
export declare const showApplyAndPublishModal: (identity: OpenFin.Identity) => Promise<boolean>;
|
|
38
|
+
export declare const showPublishOnCloseModal: (windowIdentity: OpenFin.Identity) => Promise<{
|
|
39
|
+
data: ModalResponseEvent["data"];
|
|
40
|
+
}>;
|
|
38
41
|
/**
|
|
39
42
|
* Shows the intents resolver modal and returns the user's selection
|
|
40
43
|
* @param request - The request containing modal configuration
|
package/externals.report.json
CHANGED
|
@@ -13,36 +13,28 @@
|
|
|
13
13
|
"issuer": "common/src/utils/layout.ts"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"
|
|
16
|
+
"title-case": [
|
|
17
17
|
{
|
|
18
18
|
"type": "explicit",
|
|
19
|
-
"version": "
|
|
19
|
+
"version": "3.0.3",
|
|
20
20
|
"packageName": "common/package.json",
|
|
21
|
-
"issuer": "common/src/
|
|
21
|
+
"issuer": "common/src/utils/color-linking.ts"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"i18next": [
|
|
24
|
+
"react-i18next": [
|
|
25
25
|
{
|
|
26
26
|
"type": "explicit",
|
|
27
|
-
"version": "
|
|
27
|
+
"version": "15.4.0",
|
|
28
28
|
"packageName": "common/package.json",
|
|
29
29
|
"issuer": "common/src/api/i18next.ts"
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
{
|
|
34
|
-
"type": "explicit",
|
|
35
|
-
"version": "4.5.0",
|
|
36
|
-
"packageName": "common/package.json",
|
|
37
|
-
"issuer": "common/src/utils/layout.ts"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"title-case": [
|
|
32
|
+
"i18next": [
|
|
41
33
|
{
|
|
42
34
|
"type": "explicit",
|
|
43
|
-
"version": "
|
|
35
|
+
"version": "^23.7.16",
|
|
44
36
|
"packageName": "common/package.json",
|
|
45
|
-
"issuer": "common/src/
|
|
37
|
+
"issuer": "common/src/api/i18next.ts"
|
|
46
38
|
}
|
|
47
39
|
],
|
|
48
40
|
"dexie": [
|
|
@@ -70,5 +62,13 @@
|
|
|
70
62
|
"packageName": "common/package.json",
|
|
71
63
|
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
72
64
|
}
|
|
65
|
+
],
|
|
66
|
+
"lodash.clonedeep": [
|
|
67
|
+
{
|
|
68
|
+
"type": "explicit",
|
|
69
|
+
"version": "4.5.0",
|
|
70
|
+
"packageName": "common/package.json",
|
|
71
|
+
"issuer": "common/src/utils/layout.ts"
|
|
72
|
+
}
|
|
73
73
|
]
|
|
74
74
|
}
|