@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.
Files changed (35) hide show
  1. package/client-api/src/internal/providers.d.ts +4 -3
  2. package/client-api/src/notifications.d.ts +10 -0
  3. package/client-api/src/notifications.test.d.ts +1 -0
  4. package/client-api-platform/src/api/controllers/theme-storage-controller-store.d.ts +8 -0
  5. package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +19 -3
  6. package/client-api-platform/src/api/theming.d.ts +8 -4
  7. package/client-api-platform/src/init/override-callback/commands.d.ts +6 -0
  8. package/client-api-platform/src/init/panels.d.ts +8 -1
  9. package/client-api-platform/src/init/theming.d.ts +2 -1
  10. package/client-api-platform/src/init/view-tab-new-tab-shortcut-usage.d.ts +4 -0
  11. package/client-api-platform/src/shapes.d.ts +32 -1
  12. package/common/src/api/pages/enterprise-shapes.d.ts +4 -0
  13. package/common/src/api/pages/shapes.d.ts +10 -2
  14. package/common/src/api/protocol/workspace-platform.d.ts +3 -1
  15. package/common/src/api/theme-migration.d.ts +46 -0
  16. package/common/src/api/theming.d.ts +15 -1
  17. package/common/src/errors/AppError.d.ts +37 -0
  18. package/common/src/errors/errors.d.ts +23 -0
  19. package/common/src/errors/index.d.ts +6 -0
  20. package/common/src/errors/result.d.ts +23 -0
  21. package/common/src/errors/toAppError.d.ts +14 -0
  22. package/common/src/utils/layout.d.ts +9 -6
  23. package/common/src/utils/menu-window-provider.d.ts +1 -1
  24. package/common/src/utils/popup-window.d.ts +23 -4
  25. package/common/src/utils/usage-register.d.ts +13 -1
  26. package/externals.report.json +19 -19
  27. package/home.js +1 -1
  28. package/home.js.map +1 -1
  29. package/index.js +1 -1
  30. package/index.js.map +1 -1
  31. package/notifications.js +1 -1
  32. package/notifications.js.map +1 -1
  33. package/package.json +3 -3
  34. package/store.js +1 -1
  35. package/store.js.map +1 -1
@@ -2,7 +2,7 @@
2
2
  "@openfin/notifications": [
3
3
  {
4
4
  "type": "explicit",
5
- "version": "2.14.0-alpha-4620",
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/api/pages/idb.ts"
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/utils/create-and-migrate-ibd-store.ts"
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": [