@openfin/workspace 24.1.5 → 24.1.6
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 +4 -3
- package/client-api/src/notifications.d.ts +10 -0
- package/client-api/src/notifications.test.d.ts +1 -0
- package/client-api-platform/src/api/controllers/theme-storage-controller-store.d.ts +8 -0
- package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +19 -3
- package/client-api-platform/src/api/theming.d.ts +8 -4
- package/client-api-platform/src/init/override-callback/commands.d.ts +6 -0
- package/client-api-platform/src/init/panels.d.ts +8 -1
- package/client-api-platform/src/init/theming.d.ts +2 -1
- package/client-api-platform/src/init/view-tab-new-tab-shortcut-usage.d.ts +4 -0
- package/client-api-platform/src/shapes.d.ts +32 -1
- package/common/src/api/pages/enterprise-shapes.d.ts +4 -0
- package/common/src/api/pages/shapes.d.ts +10 -2
- package/common/src/api/protocol/workspace-platform.d.ts +3 -1
- package/common/src/api/theme-migration.d.ts +46 -0
- package/common/src/api/theming.d.ts +15 -1
- package/common/src/errors/AppError.d.ts +37 -0
- package/common/src/errors/errors.d.ts +23 -0
- package/common/src/errors/index.d.ts +6 -0
- package/common/src/errors/result.d.ts +23 -0
- package/common/src/errors/toAppError.d.ts +14 -0
- package/common/src/utils/layout.d.ts +9 -6
- package/common/src/utils/menu-window-provider.d.ts +1 -1
- package/common/src/utils/popup-window.d.ts +23 -4
- package/common/src/utils/usage-register.d.ts +13 -1
- package/externals.report.json +19 -19
- package/home.js +1 -1
- package/home.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/notifications.js +1 -1
- package/notifications.js.map +1 -1
- package/package.json +3 -3
- package/store.js +1 -1
- package/store.js.map +1 -1
package/externals.report.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"@openfin/notifications": [
|
|
3
3
|
{
|
|
4
4
|
"type": "explicit",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "45.0.0-alpha-4736",
|
|
6
6
|
"packageName": "client-api/package.json",
|
|
7
7
|
"issuer": "client-api/src/notifications.ts"
|
|
8
8
|
}
|
|
@@ -43,22 +43,6 @@
|
|
|
43
43
|
"issuer": "common/src/utils/layout.ts"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
|
-
"react-i18next": [
|
|
47
|
-
{
|
|
48
|
-
"type": "explicit",
|
|
49
|
-
"version": "15.4.0",
|
|
50
|
-
"packageName": "common/package.json",
|
|
51
|
-
"issuer": "common/src/api/i18next.ts"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"i18next": [
|
|
55
|
-
{
|
|
56
|
-
"type": "explicit",
|
|
57
|
-
"version": "^23.7.16",
|
|
58
|
-
"packageName": "common/package.json",
|
|
59
|
-
"issuer": "common/src/api/i18next.ts"
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
46
|
"dexie": [
|
|
63
47
|
{
|
|
64
48
|
"type": "root-implicit",
|
|
@@ -76,13 +60,29 @@
|
|
|
76
60
|
"type": "explicit",
|
|
77
61
|
"version": "^4.0.11",
|
|
78
62
|
"packageName": "common/package.json",
|
|
79
|
-
"issuer": "common/src/
|
|
63
|
+
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
80
64
|
},
|
|
81
65
|
{
|
|
82
66
|
"type": "explicit",
|
|
83
67
|
"version": "^4.0.11",
|
|
84
68
|
"packageName": "common/package.json",
|
|
85
|
-
"issuer": "common/src/
|
|
69
|
+
"issuer": "common/src/api/pages/idb.ts"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"react-i18next": [
|
|
73
|
+
{
|
|
74
|
+
"type": "explicit",
|
|
75
|
+
"version": "15.4.0",
|
|
76
|
+
"packageName": "common/package.json",
|
|
77
|
+
"issuer": "common/src/api/i18next.ts"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"i18next": [
|
|
81
|
+
{
|
|
82
|
+
"type": "explicit",
|
|
83
|
+
"version": "^23.7.16",
|
|
84
|
+
"packageName": "common/package.json",
|
|
85
|
+
"issuer": "common/src/api/i18next.ts"
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"lodash.clonedeep": [
|