@openfin/workspace 24.1.0 → 24.1.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.
- package/client-api/src/dock.test.d.ts +1 -0
- 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/theme-storage-controller.d.ts +17 -1
- package/client-api-platform/src/api/pages/index.d.ts +7 -2
- package/client-api-platform/src/api/theming.d.ts +2 -0
- package/client-api-platform/src/api/utils.d.ts +1 -1
- package/client-api-platform/src/init/browser-window-focus.d.ts +4 -0
- 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 +64 -2
- package/common/src/api/pages/attached.d.ts +0 -5
- package/common/src/api/pages/enterprise-shapes.d.ts +2 -0
- package/common/src/api/protocol/browser.d.ts +0 -2
- package/common/src/api/protocol/workspace-platform.d.ts +3 -1
- package/common/src/api/theming.d.ts +1 -0
- 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/modal-bounds.d.ts +20 -0
- package/common/src/utils/os.d.ts +2 -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 +17 -17
- package/home.js +1 -2
- package/home.js.map +1 -1
- package/index.js +1 -2
- package/index.js.map +1 -1
- package/notifications.js +1 -2
- package/notifications.js.map +1 -1
- package/package.json +4 -3
- package/store.js +1 -2
- package/store.js.map +1 -1
- package/home.js.LICENSE.txt +0 -1
- package/index.js.LICENSE.txt +0 -1
- package/notifications.js.LICENSE.txt +0 -1
- package/store.js.LICENSE.txt +0 -1
package/externals.report.json
CHANGED
|
@@ -2,11 +2,19 @@
|
|
|
2
2
|
"@openfin/notifications": [
|
|
3
3
|
{
|
|
4
4
|
"type": "explicit",
|
|
5
|
-
"version": "2.14.0-alpha-
|
|
5
|
+
"version": "2.14.0-alpha-4543",
|
|
6
6
|
"packageName": "client-api/package.json",
|
|
7
7
|
"issuer": "client-api/src/notifications.ts"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
|
+
"@openfin/microsoft365": [
|
|
11
|
+
{
|
|
12
|
+
"type": "explicit",
|
|
13
|
+
"version": "^1.1.0",
|
|
14
|
+
"packageName": "client-api/package.json",
|
|
15
|
+
"issuer": "client-api/src/integrations/microsoft.ts"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
10
18
|
"title-case": [
|
|
11
19
|
{
|
|
12
20
|
"type": "explicit",
|
|
@@ -21,14 +29,6 @@
|
|
|
21
29
|
"issuer": "common/src/utils/color-linking.ts"
|
|
22
30
|
}
|
|
23
31
|
],
|
|
24
|
-
"@openfin/microsoft365": [
|
|
25
|
-
{
|
|
26
|
-
"type": "explicit",
|
|
27
|
-
"version": "^1.1.0",
|
|
28
|
-
"packageName": "client-api/package.json",
|
|
29
|
-
"issuer": "client-api/src/integrations/microsoft.ts"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
32
|
"lodash.debounce": [
|
|
33
33
|
{
|
|
34
34
|
"type": "explicit",
|
|
@@ -43,28 +43,28 @@
|
|
|
43
43
|
"issuer": "common/src/utils/layout.ts"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
|
-
"
|
|
46
|
+
"lodash.clonedeep": [
|
|
47
47
|
{
|
|
48
48
|
"type": "explicit",
|
|
49
|
-
"version": "
|
|
49
|
+
"version": "4.5.0",
|
|
50
50
|
"packageName": "common/package.json",
|
|
51
|
-
"issuer": "common/src/
|
|
51
|
+
"issuer": "common/src/utils/layout.ts"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
|
-
"i18next": [
|
|
54
|
+
"react-i18next": [
|
|
55
55
|
{
|
|
56
56
|
"type": "explicit",
|
|
57
|
-
"version": "
|
|
57
|
+
"version": "15.4.0",
|
|
58
58
|
"packageName": "common/package.json",
|
|
59
59
|
"issuer": "common/src/api/i18next.ts"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
-
"
|
|
62
|
+
"i18next": [
|
|
63
63
|
{
|
|
64
64
|
"type": "explicit",
|
|
65
|
-
"version": "
|
|
65
|
+
"version": "^23.7.16",
|
|
66
66
|
"packageName": "common/package.json",
|
|
67
|
-
"issuer": "common/src/
|
|
67
|
+
"issuer": "common/src/api/i18next.ts"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"dexie": [
|