@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.
Files changed (41) hide show
  1. package/client-api/src/dock.test.d.ts +1 -0
  2. package/client-api/src/internal/providers.d.ts +26 -0
  3. package/client-api-platform/src/api/context-menu/index.d.ts +2 -2
  4. package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +17 -1
  5. package/client-api-platform/src/api/pages/index.d.ts +7 -2
  6. package/client-api-platform/src/api/theming.d.ts +2 -0
  7. package/client-api-platform/src/api/utils.d.ts +1 -1
  8. package/client-api-platform/src/init/browser-window-focus.d.ts +4 -0
  9. package/client-api-platform/src/init/override-callback/browser-defaults.d.ts +1 -1
  10. package/client-api-platform/src/init/override-callback/page-defaults.d.ts +1 -1
  11. package/client-api-platform/src/init/theming.d.ts +4 -3
  12. package/client-api-platform/src/shapes.d.ts +64 -2
  13. package/common/src/api/pages/attached.d.ts +0 -5
  14. package/common/src/api/pages/enterprise-shapes.d.ts +2 -0
  15. package/common/src/api/protocol/browser.d.ts +0 -2
  16. package/common/src/api/protocol/workspace-platform.d.ts +3 -1
  17. package/common/src/api/theming.d.ts +1 -0
  18. package/common/src/test/logger-mock.d.ts +5 -0
  19. package/common/src/utils/application.d.ts +7 -0
  20. package/common/src/utils/context-menu.d.ts +2 -2
  21. package/common/src/utils/enterprise-channels.d.ts +3 -0
  22. package/common/src/utils/modal-bounds.d.ts +20 -0
  23. package/common/src/utils/os.d.ts +2 -0
  24. package/common/src/utils/popup-window.d.ts +38 -21
  25. package/common/src/utils/route.d.ts +2 -0
  26. package/common/src/utils/window.d.ts +2 -1
  27. package/common/src/utils/workspace-modals.d.ts +3 -0
  28. package/externals.report.json +17 -17
  29. package/home.js +1 -2
  30. package/home.js.map +1 -1
  31. package/index.js +1 -2
  32. package/index.js.map +1 -1
  33. package/notifications.js +1 -2
  34. package/notifications.js.map +1 -1
  35. package/package.json +4 -3
  36. package/store.js +1 -2
  37. package/store.js.map +1 -1
  38. package/home.js.LICENSE.txt +0 -1
  39. package/index.js.LICENSE.txt +0 -1
  40. package/notifications.js.LICENSE.txt +0 -1
  41. package/store.js.LICENSE.txt +0 -1
@@ -2,11 +2,19 @@
2
2
  "@openfin/notifications": [
3
3
  {
4
4
  "type": "explicit",
5
- "version": "2.14.0-alpha-4509",
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
- "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": [