@openfin/workspace 24.1.4 → 24.1.6-alpha.5c686d8c

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 (37) 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/app-directory.d.ts +1 -1
  5. package/client-api-platform/src/api/controllers/theme-storage-controller-store.d.ts +8 -0
  6. package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +19 -3
  7. package/client-api-platform/src/api/theming.d.ts +8 -4
  8. package/client-api-platform/src/init/override-callback/commands.d.ts +6 -0
  9. package/client-api-platform/src/init/panels.d.ts +8 -1
  10. package/client-api-platform/src/init/theming.d.ts +2 -1
  11. package/client-api-platform/src/init/view-tab-new-tab-shortcut-usage.d.ts +4 -0
  12. package/client-api-platform/src/shapes.d.ts +32 -1
  13. package/common/src/api/pages/enterprise-shapes.d.ts +4 -0
  14. package/common/src/api/pages/shapes.d.ts +10 -2
  15. package/common/src/api/protocol/workspace-platform.d.ts +3 -1
  16. package/common/src/api/theme-migration.d.ts +46 -0
  17. package/common/src/api/theming.d.ts +15 -1
  18. package/common/src/errors/AppError.d.ts +37 -0
  19. package/common/src/errors/errors.d.ts +23 -0
  20. package/common/src/errors/index.d.ts +6 -0
  21. package/common/src/errors/result.d.ts +23 -0
  22. package/common/src/errors/toAppError.d.ts +14 -0
  23. package/common/src/utils/env.d.ts +1 -1
  24. package/common/src/utils/layout.d.ts +9 -6
  25. package/common/src/utils/menu-window-provider.d.ts +1 -1
  26. package/common/src/utils/popup-window.d.ts +23 -4
  27. package/common/src/utils/usage-register.d.ts +13 -1
  28. package/externals.report.json +17 -17
  29. package/home.js +1 -1
  30. package/home.js.map +1 -1
  31. package/index.js +1 -1
  32. package/index.js.map +1 -1
  33. package/notifications.js +1 -1
  34. package/notifications.js.map +1 -1
  35. package/package.json +3 -3
  36. package/store.js +1 -1
  37. package/store.js.map +1 -1
@@ -2,11 +2,19 @@
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
  }
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
- "react-i18next": [
46
+ "lodash.clonedeep": [
47
47
  {
48
48
  "type": "explicit",
49
- "version": "15.4.0",
49
+ "version": "4.5.0",
50
50
  "packageName": "common/package.json",
51
- "issuer": "common/src/api/i18next.ts"
51
+ "issuer": "common/src/utils/layout.ts"
52
52
  }
53
53
  ],
54
- "i18next": [
54
+ "react-i18next": [
55
55
  {
56
56
  "type": "explicit",
57
- "version": "^23.7.16",
57
+ "version": "15.4.0",
58
58
  "packageName": "common/package.json",
59
59
  "issuer": "common/src/api/i18next.ts"
60
60
  }
61
61
  ],
62
- "lodash.clonedeep": [
62
+ "i18next": [
63
63
  {
64
64
  "type": "explicit",
65
- "version": "4.5.0",
65
+ "version": "^23.7.16",
66
66
  "packageName": "common/package.json",
67
- "issuer": "common/src/utils/layout.ts"
67
+ "issuer": "common/src/api/i18next.ts"
68
68
  }
69
69
  ],
70
70
  "dexie": [