@openfin/workspace 10.2.5 → 10.3.0

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 (47) hide show
  1. package/886.js +2 -0
  2. package/886.js.map +1 -0
  3. package/LICENSE.md +3 -0
  4. package/client-api/src/home.d.ts +2 -2
  5. package/client-api/src/notifications.d.ts +6 -0
  6. package/client-api/src/shapes/home.d.ts +50 -3
  7. package/client-api-platform/src/api/analytics.d.ts +13 -0
  8. package/client-api-platform/src/api/context-menu/index.d.ts +5 -5
  9. package/client-api-platform/src/api/context-menu/utils.d.ts +0 -1
  10. package/client-api-platform/src/api/pages/index.d.ts +0 -1
  11. package/client-api-platform/src/api/theming.d.ts +4 -4
  12. package/client-api-platform/src/api/workspaces/idb.d.ts +1 -1
  13. package/client-api-platform/src/init/dialogs.d.ts +1 -1
  14. package/client-api-platform/src/init/override-callback.d.ts +0 -1
  15. package/client-api-platform/src/init/utils.d.ts +2 -2
  16. package/client-api-platform/src/shapes.d.ts +98 -1
  17. package/common/src/api/overrides.d.ts +1 -0
  18. package/common/src/api/protocol/browser.d.ts +7 -2
  19. package/common/src/api/protocol/workspace-platform.d.ts +11 -3
  20. package/common/src/api/protocol/workspace.d.ts +3 -0
  21. package/common/src/api/theming.d.ts +29 -4
  22. package/common/src/utils/create-and-migrate-ibd-store.d.ts +2 -0
  23. package/common/src/utils/global-context-menu.d.ts +9 -1
  24. package/common/src/utils/landing-page.d.ts +1 -2
  25. package/common/src/utils/local-storage-key.d.ts +3 -1
  26. package/common/src/utils/modal-bounds.d.ts +2 -2
  27. package/common/src/utils/notifications.d.ts +14 -0
  28. package/common/src/utils/page-tab-context-menu.d.ts +0 -1
  29. package/common/src/utils/promise-with-timeout.d.ts +1 -0
  30. package/common/src/utils/theming.d.ts +2 -19
  31. package/common/src/utils/usage-register.d.ts +39 -0
  32. package/common/src/utils/window.d.ts +2 -3
  33. package/common/src/utils/workspace-modals.d.ts +0 -1
  34. package/home.js +722 -1
  35. package/home.js.LICENSE.txt +40 -0
  36. package/home.js.map +1 -1
  37. package/index.js +722 -1
  38. package/index.js.LICENSE.txt +40 -0
  39. package/index.js.map +1 -1
  40. package/notifications.js +71 -16
  41. package/notifications.js.LICENSE.txt +1 -1
  42. package/notifications.js.map +1 -1
  43. package/package.json +1 -1
  44. package/search-api/src/provider/remote/data.d.ts +1 -1
  45. package/store.js +722 -1
  46. package/store.js.LICENSE.txt +40 -0
  47. package/store.js.map +1 -1
@@ -0,0 +1,40 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation. All rights reserved.
9
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
10
+ this file except in compliance with the License. You may obtain a copy of the
11
+ License at http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
15
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
16
+ MERCHANTABLITY OR NON-INFRINGEMENT.
17
+
18
+ See the Apache Version 2.0 License for specific language governing permissions
19
+ and limitations under the License.
20
+ ***************************************************************************** */
21
+
22
+ /*! For license information please see index.js.LICENSE.txt */
23
+
24
+ /** @license React v16.13.1
25
+ * react-is.production.min.js
26
+ *
27
+ * Copyright (c) Facebook, Inc. and its affiliates.
28
+ *
29
+ * This source code is licensed under the MIT license found in the
30
+ * LICENSE file in the root directory of this source tree.
31
+ */
32
+
33
+ /** @license React v17.0.2
34
+ * react.production.min.js
35
+ *
36
+ * Copyright (c) Facebook, Inc. and its affiliates.
37
+ *
38
+ * This source code is licensed under the MIT license found in the
39
+ * LICENSE file in the root directory of this source tree.
40
+ */