@openfin/workspace 22.5.25 → 23.0.1-alpha.75ce533e

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 (66) hide show
  1. package/client-api/src/integrations/microsoft.utils.d.ts +6 -6
  2. package/client-api/src/notifications.d.ts +2 -2
  3. package/client-api/src/shapes/index.d.ts +1 -1
  4. package/client-api/src/shapes/notifications.d.ts +1 -1
  5. package/client-api-platform/src/api/controllers/theme-storage-controller-store.d.ts +16 -1
  6. package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +42 -25
  7. package/client-api-platform/src/api/dock.d.ts +5 -3
  8. package/client-api-platform/src/api/language.d.ts +1 -1
  9. package/client-api-platform/src/api/pages/open-pages.d.ts +2 -2
  10. package/client-api-platform/src/api/theming.d.ts +12 -0
  11. package/client-api-platform/src/api/utils.d.ts +11 -0
  12. package/client-api-platform/src/init/override-callback/page-defaults.d.ts +1 -1
  13. package/client-api-platform/src/init/override-callback/view-components.d.ts +1 -1
  14. package/client-api-platform/src/init/override-callback/view-defaults.d.ts +2 -1
  15. package/client-api-platform/src/init/override-callback/view-options.d.ts +1 -1
  16. package/client-api-platform/src/init/theming.d.ts +5 -1
  17. package/client-api-platform/src/shapes.d.ts +159 -27
  18. package/common/src/api/pages/idb.d.ts +2 -4
  19. package/common/src/api/protocol/browser.d.ts +13 -11
  20. package/common/src/api/protocol/notifications.d.ts +8 -0
  21. package/common/src/api/protocol/shapes/workspace.d.ts +8 -0
  22. package/common/src/api/protocol/workspace-platform.d.ts +30 -25
  23. package/common/src/api/protocol/workspace.d.ts +2 -2
  24. package/common/src/api/provider.d.ts +1 -1
  25. package/common/src/api/shapes/notifications.d.ts +1 -0
  26. package/common/src/api/storefront.d.ts +5 -5
  27. package/common/src/api/theming.d.ts +39 -17
  28. package/common/src/utils/application.d.ts +7 -0
  29. package/common/src/utils/enterprise-menu.d.ts +1 -1
  30. package/common/src/utils/find-in-page/findInPageChannel.d.ts +37 -0
  31. package/common/src/utils/find-in-page/showFindInPageHandler.d.ts +2 -0
  32. package/common/src/utils/global-context-menu.d.ts +8 -1
  33. package/common/src/utils/landing-page.d.ts +1 -1
  34. package/common/src/utils/layout.d.ts +38 -10
  35. package/common/src/utils/logger.d.ts +131 -0
  36. package/common/src/utils/menu-window-provider.d.ts +13 -9
  37. package/common/src/utils/merge-deep.d.ts +1 -0
  38. package/common/src/utils/modal-bounds.d.ts +1 -1
  39. package/common/src/utils/namespaced-local-storage.d.ts +5 -4
  40. package/common/src/utils/popup-window.d.ts +16 -0
  41. package/common/src/utils/route.d.ts +5 -1
  42. package/common/src/utils/shared-emitter.d.ts +4 -4
  43. package/common/src/utils/theming.d.ts +6 -0
  44. package/common/src/utils/types.d.ts +1 -1
  45. package/common/src/utils/window.d.ts +20 -9
  46. package/common/src/utils/workspace-modals.d.ts +1 -1
  47. package/dock3/src/api/protocol.d.ts +6 -1
  48. package/dock3/src/api/utils.d.ts +11 -0
  49. package/dock3/src/shapes/enterprise.d.ts +25 -1
  50. package/dock3/src/shapes/shapes.d.ts +13 -1
  51. package/externals.report.json +18 -8
  52. package/home.js +2 -1
  53. package/home.js.LICENSE.txt +1 -0
  54. package/home.js.map +1 -1
  55. package/index.js +2 -1
  56. package/index.js.LICENSE.txt +1 -0
  57. package/index.js.map +1 -1
  58. package/notifications.js +2 -1
  59. package/notifications.js.LICENSE.txt +1 -0
  60. package/notifications.js.map +1 -1
  61. package/package.json +7 -5
  62. package/search-api/src/shapes.d.ts +22 -1
  63. package/store.js +2 -1
  64. package/store.js.LICENSE.txt +1 -0
  65. package/store.js.map +1 -1
  66. package/common/src/brand/default-brand.d.ts +0 -8
@@ -0,0 +1 @@
1
+ /*! For license information please see index.js.LICENSE.txt */