@openfin/workspace-platform 24.1.0 → 24.1.2

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 (34) hide show
  1. package/client-api/src/internal/providers.d.ts +26 -0
  2. package/client-api-platform/src/api/context-menu/index.d.ts +2 -2
  3. package/client-api-platform/src/api/controllers/__tests__/theme-storage-controller-store.test.d.ts +2 -0
  4. package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +15 -1
  5. package/client-api-platform/src/api/pages/index.d.ts +7 -2
  6. package/client-api-platform/src/api/theming.set-scheme.test.d.ts +1 -0
  7. package/client-api-platform/src/api/utils.d.ts +1 -1
  8. package/client-api-platform/src/api/utils.test.d.ts +1 -0
  9. package/client-api-platform/src/init/browser-window-focus.d.ts +4 -0
  10. package/client-api-platform/src/init/index.d.ts +1 -1
  11. package/client-api-platform/src/init/override-callback/browser-defaults.d.ts +1 -1
  12. package/client-api-platform/src/init/override-callback/page-defaults.d.ts +1 -1
  13. package/client-api-platform/src/init/theming.d.ts +4 -3
  14. package/client-api-platform/src/shapes.d.ts +108 -1
  15. package/common/src/api/pages/attached.d.ts +0 -5
  16. package/common/src/api/pages/enterprise-shapes.d.ts +4 -0
  17. package/common/src/api/protocol/browser.d.ts +0 -2
  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/indicators/showIndicator.d.ts +8 -1
  23. package/common/src/utils/indicators/workspace-indicators.d.ts +13 -0
  24. package/common/src/utils/modal-bounds.d.ts +20 -0
  25. package/common/src/utils/popup-window.d.ts +38 -21
  26. package/common/src/utils/route.d.ts +2 -0
  27. package/common/src/utils/window.d.ts +2 -1
  28. package/common/src/utils/workspace-modals.d.ts +3 -0
  29. package/externals.report.json +16 -16
  30. package/index.js +1 -2
  31. package/index.js.map +1 -1
  32. package/package.json +6 -2
  33. package/common/src/api/tabs.d.ts +0 -16
  34. package/index.js.LICENSE.txt +0 -1
@@ -35,6 +35,9 @@ export declare const showUpdateVersionModal: ({ identity, title, description }:
35
35
  description: string;
36
36
  }) => Promise<ModalResponseEvent["data"]>;
37
37
  export declare const showApplyAndPublishModal: (identity: OpenFin.Identity) => Promise<boolean>;
38
+ export declare const showPublishOnCloseModal: (windowIdentity: OpenFin.Identity) => Promise<{
39
+ data: ModalResponseEvent["data"];
40
+ }>;
38
41
  /**
39
42
  * Shows the intents resolver modal and returns the user's selection
40
43
  * @param request - The request containing modal configuration
@@ -13,36 +13,28 @@
13
13
  "issuer": "common/src/utils/layout.ts"
14
14
  }
15
15
  ],
16
- "react-i18next": [
16
+ "title-case": [
17
17
  {
18
18
  "type": "explicit",
19
- "version": "15.4.0",
19
+ "version": "3.0.3",
20
20
  "packageName": "common/package.json",
21
- "issuer": "common/src/api/i18next.ts"
21
+ "issuer": "common/src/utils/color-linking.ts"
22
22
  }
23
23
  ],
24
- "i18next": [
24
+ "react-i18next": [
25
25
  {
26
26
  "type": "explicit",
27
- "version": "^23.7.16",
27
+ "version": "15.4.0",
28
28
  "packageName": "common/package.json",
29
29
  "issuer": "common/src/api/i18next.ts"
30
30
  }
31
31
  ],
32
- "lodash.clonedeep": [
33
- {
34
- "type": "explicit",
35
- "version": "4.5.0",
36
- "packageName": "common/package.json",
37
- "issuer": "common/src/utils/layout.ts"
38
- }
39
- ],
40
- "title-case": [
32
+ "i18next": [
41
33
  {
42
34
  "type": "explicit",
43
- "version": "3.0.3",
35
+ "version": "^23.7.16",
44
36
  "packageName": "common/package.json",
45
- "issuer": "common/src/utils/color-linking.ts"
37
+ "issuer": "common/src/api/i18next.ts"
46
38
  }
47
39
  ],
48
40
  "dexie": [
@@ -70,5 +62,13 @@
70
62
  "packageName": "common/package.json",
71
63
  "issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
72
64
  }
65
+ ],
66
+ "lodash.clonedeep": [
67
+ {
68
+ "type": "explicit",
69
+ "version": "4.5.0",
70
+ "packageName": "common/package.json",
71
+ "issuer": "common/src/utils/layout.ts"
72
+ }
73
73
  ]
74
74
  }