@dxos/app-framework 0.8.2-main.5885341 → 0.8.2-main.85fa0e5

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 (158) hide show
  1. package/package.json +19 -19
  2. package/typedoc/classes/CollaborationActions.InsertContent.html +41 -41
  3. package/typedoc/classes/ErrorBoundary.html +6 -6
  4. package/typedoc/classes/IntentAction.ShowUndo.html +42 -42
  5. package/typedoc/classes/IntentAction.Track.html +42 -42
  6. package/typedoc/classes/LayoutAction.AddToast.html +41 -41
  7. package/typedoc/classes/LayoutAction.Close.html +41 -41
  8. package/typedoc/classes/LayoutAction.Expose.html +41 -41
  9. package/typedoc/classes/LayoutAction.Open.html +41 -41
  10. package/typedoc/classes/LayoutAction.RevertWorkspace.html +41 -41
  11. package/typedoc/classes/LayoutAction.ScrollIntoView.html +41 -41
  12. package/typedoc/classes/LayoutAction.Set.html +41 -41
  13. package/typedoc/classes/LayoutAction.SetLayoutMode.html +41 -41
  14. package/typedoc/classes/LayoutAction.SwitchWorkspace.html +41 -41
  15. package/typedoc/classes/LayoutAction.UpdateComplementary.html +41 -41
  16. package/typedoc/classes/LayoutAction.UpdateDialog.html +41 -41
  17. package/typedoc/classes/LayoutAction.UpdateLayout.html +42 -42
  18. package/typedoc/classes/LayoutAction.UpdatePopover.html +41 -41
  19. package/typedoc/classes/LayoutAction.UpdateSidebar.html +41 -41
  20. package/typedoc/classes/Plugin.html +3 -3
  21. package/typedoc/classes/PluginManager.html +16 -16
  22. package/typedoc/classes/PluginModule.html +8 -8
  23. package/typedoc/classes/PluginsContext.html +8 -8
  24. package/typedoc/classes/SettingsAction.Open.html +41 -41
  25. package/typedoc/classes/SettingsAction.OpenPluginRegistry.html +41 -41
  26. package/typedoc/functions/Events.createStateEvent.html +2 -2
  27. package/typedoc/functions/IntentPlugin.html +1 -1
  28. package/typedoc/functions/SettingsPlugin.html +1 -1
  29. package/typedoc/functions/allOf.html +2 -2
  30. package/typedoc/functions/chain.html +2 -2
  31. package/typedoc/functions/contributes.html +2 -2
  32. package/typedoc/functions/createApp.html +2 -2
  33. package/typedoc/functions/createDispatcher.html +2 -2
  34. package/typedoc/functions/createIntent.html +2 -2
  35. package/typedoc/functions/createResolver.html +2 -2
  36. package/typedoc/functions/createSurface.html +2 -2
  37. package/typedoc/functions/defineCapability.html +2 -2
  38. package/typedoc/functions/defineEvent.html +2 -2
  39. package/typedoc/functions/defineModule.html +2 -2
  40. package/typedoc/functions/definePlugin.html +2 -2
  41. package/typedoc/functions/eventKey.html +2 -2
  42. package/typedoc/functions/getEvents.html +2 -2
  43. package/typedoc/functions/isAllOf.html +2 -2
  44. package/typedoc/functions/isOneOf.html +2 -2
  45. package/typedoc/functions/isSurfaceAvailable.html +2 -2
  46. package/typedoc/functions/lazy.html +2 -2
  47. package/typedoc/functions/oneOf.html +2 -2
  48. package/typedoc/functions/useAppGraph.html +1 -1
  49. package/typedoc/functions/useCapabilities.html +2 -2
  50. package/typedoc/functions/useCapability.html +2 -2
  51. package/typedoc/functions/useIntentDispatcher.html +1 -1
  52. package/typedoc/functions/useIntentResolver.html +1 -1
  53. package/typedoc/functions/useLayout.html +1 -1
  54. package/typedoc/functions/usePluginManager.html +2 -2
  55. package/typedoc/hierarchy.html +1 -1
  56. package/typedoc/index.html +2 -2
  57. package/typedoc/interfaces/LayoutAction.Toast.html +2 -2
  58. package/typedoc/modules/Capabilities.html +1 -1
  59. package/typedoc/modules/CollaborationActions.html +1 -1
  60. package/typedoc/modules/Events.html +1 -1
  61. package/typedoc/modules/IntentAction.html +1 -1
  62. package/typedoc/modules/LayoutAction.html +2 -2
  63. package/typedoc/modules/SettingsAction.html +1 -1
  64. package/typedoc/modules.html +1 -1
  65. package/typedoc/types/ActivationEvent.html +3 -3
  66. package/typedoc/types/ActivationEvents.html +2 -2
  67. package/typedoc/types/AnyCapability.html +1 -1
  68. package/typedoc/types/AnyIntent.html +1 -1
  69. package/typedoc/types/AnyIntentChain.html +1 -1
  70. package/typedoc/types/AnyIntentEffectResult.html +1 -1
  71. package/typedoc/types/AnyIntentResolver.html +1 -1
  72. package/typedoc/types/AnyIntentResult.html +1 -1
  73. package/typedoc/types/Capabilities.FileUploader.html +1 -1
  74. package/typedoc/types/Capabilities.IntentResolver.html +1 -1
  75. package/typedoc/types/Capabilities.Layout.html +1 -1
  76. package/typedoc/types/Capabilities.Metadata.html +1 -1
  77. package/typedoc/types/Capabilities.ReactContext.html +1 -1
  78. package/typedoc/types/Capabilities.ReactRoot.html +1 -1
  79. package/typedoc/types/Capabilities.ReactSurface.html +1 -1
  80. package/typedoc/types/Capabilities.Settings.html +2 -2
  81. package/typedoc/types/Capability.html +5 -5
  82. package/typedoc/types/CreateAppOptions.html +2 -2
  83. package/typedoc/types/FileInfo.html +1 -1
  84. package/typedoc/types/Intent.html +7 -7
  85. package/typedoc/types/IntentChain.html +3 -3
  86. package/typedoc/types/IntentContext.html +2 -2
  87. package/typedoc/types/IntentData.html +1 -1
  88. package/typedoc/types/IntentDispatcher.html +2 -2
  89. package/typedoc/types/IntentDispatcherResult.html +2 -2
  90. package/typedoc/types/IntentEffectDefinition.html +2 -2
  91. package/typedoc/types/IntentEffectResult.html +6 -6
  92. package/typedoc/types/IntentParams.html +2 -2
  93. package/typedoc/types/IntentResolver.html +2 -2
  94. package/typedoc/types/IntentResultData.html +1 -1
  95. package/typedoc/types/IntentSchema.html +1 -1
  96. package/typedoc/types/IntentUndo.html +2 -2
  97. package/typedoc/types/InterfaceDef.html +3 -3
  98. package/typedoc/types/Label.html +1 -1
  99. package/typedoc/types/NodeSerializer.html +3 -3
  100. package/typedoc/types/PluginManagerOptions.html +2 -2
  101. package/typedoc/types/PluginMeta.html +9 -9
  102. package/typedoc/types/PromiseIntentDispatcher.html +2 -2
  103. package/typedoc/types/PromiseIntentUndo.html +2 -2
  104. package/typedoc/types/Resource.html +1 -1
  105. package/typedoc/types/ResourceKey.html +1 -1
  106. package/typedoc/types/ResourceLanguage.html +1 -1
  107. package/typedoc/types/SerializedNode.html +2 -2
  108. package/typedoc/types/SurfaceComponent.html +2 -2
  109. package/typedoc/types/SurfaceDefinition.html +2 -2
  110. package/typedoc/types/SurfaceProps.html +2 -2
  111. package/typedoc/variables/Capabilities.AppGraph.html +1 -1
  112. package/typedoc/variables/Capabilities.AppGraphBuilder.html +1 -1
  113. package/typedoc/variables/Capabilities.AppGraphSerializer.html +1 -1
  114. package/typedoc/variables/Capabilities.ArtifactDefinition.html +1 -1
  115. package/typedoc/variables/Capabilities.FileUploader.html +1 -1
  116. package/typedoc/variables/Capabilities.IntentDispatcher.html +1 -1
  117. package/typedoc/variables/Capabilities.IntentResolver.html +1 -1
  118. package/typedoc/variables/Capabilities.Layout.html +1 -1
  119. package/typedoc/variables/Capabilities.Metadata.html +1 -1
  120. package/typedoc/variables/Capabilities.Null.html +1 -1
  121. package/typedoc/variables/Capabilities.PluginManager.html +1 -1
  122. package/typedoc/variables/Capabilities.ReactContext.html +1 -1
  123. package/typedoc/variables/Capabilities.ReactRoot.html +1 -1
  124. package/typedoc/variables/Capabilities.ReactSurface.html +1 -1
  125. package/typedoc/variables/Capabilities.Settings.html +1 -1
  126. package/typedoc/variables/Capabilities.SettingsStore.html +1 -1
  127. package/typedoc/variables/Capabilities.Tools.html +1 -1
  128. package/typedoc/variables/Capabilities.Translations.html +1 -1
  129. package/typedoc/variables/Events.AppGraphReady.html +2 -2
  130. package/typedoc/variables/Events.DispatcherReady.html +2 -2
  131. package/typedoc/variables/Events.LayoutReady.html +1 -1
  132. package/typedoc/variables/Events.SettingsReady.html +2 -2
  133. package/typedoc/variables/Events.SetupAppGraph.html +2 -2
  134. package/typedoc/variables/Events.SetupArtifactDefinition.html +2 -2
  135. package/typedoc/variables/Events.SetupIntentResolver.html +2 -2
  136. package/typedoc/variables/Events.SetupMetadata.html +2 -2
  137. package/typedoc/variables/Events.SetupReactSurface.html +2 -2
  138. package/typedoc/variables/Events.SetupSettings.html +2 -2
  139. package/typedoc/variables/Events.SetupTranslations.html +2 -2
  140. package/typedoc/variables/Events.Startup.html +2 -2
  141. package/typedoc/variables/FileInfoSchema.html +1 -1
  142. package/typedoc/variables/INTENT_ACTION.html +1 -1
  143. package/typedoc/variables/INTENT_PLUGIN.html +1 -1
  144. package/typedoc/variables/LAYOUT_ACTION.html +1 -1
  145. package/typedoc/variables/LAYOUT_PLUGIN.html +1 -1
  146. package/typedoc/variables/Label.html +1 -1
  147. package/typedoc/variables/LayoutAction.Toast.html +1 -1
  148. package/typedoc/variables/LayoutAction.UPDATE_LAYOUT.html +1 -1
  149. package/typedoc/variables/PluginManagerProvider.html +2 -2
  150. package/typedoc/variables/Resource.html +2 -2
  151. package/typedoc/variables/ResourceKey.html +1 -1
  152. package/typedoc/variables/ResourceLanguage.html +1 -1
  153. package/typedoc/variables/SETTINGS_ACTION.html +1 -1
  154. package/typedoc/variables/SETTINGS_ID.html +1 -1
  155. package/typedoc/variables/SETTINGS_KEY.html +1 -1
  156. package/typedoc/variables/SETTINGS_PLUGIN.html +1 -1
  157. package/typedoc/variables/Surface.html +2 -2
  158. package/typedoc/variables/defaultFileTypes.html +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/app-framework",
3
- "version": "0.8.2-main.5885341",
3
+ "version": "0.8.2-main.85fa0e5",
4
4
  "description": "A framework for building applications from composible plugins.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -38,30 +38,30 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@preact/signals-core": "^1.6.0",
41
- "@dxos/app-graph": "0.8.2-main.5885341",
42
- "@dxos/async": "0.8.2-main.5885341",
43
- "@dxos/artifact": "0.8.2-main.5885341",
44
- "@dxos/client-protocol": "0.8.2-main.5885341",
45
- "@dxos/debug": "0.8.2-main.5885341",
46
- "@dxos/live-object": "0.8.2-main.5885341",
47
- "@dxos/local-storage": "0.8.2-main.5885341",
48
- "@dxos/invariant": "0.8.2-main.5885341",
49
- "@dxos/log": "0.8.2-main.5885341",
50
- "@dxos/react-hooks": "0.8.2-main.5885341",
51
- "@dxos/echo-schema": "0.8.2-main.5885341",
52
- "@dxos/util": "0.8.2-main.5885341"
41
+ "@dxos/artifact": "0.8.2-main.85fa0e5",
42
+ "@dxos/async": "0.8.2-main.85fa0e5",
43
+ "@dxos/client-protocol": "0.8.2-main.85fa0e5",
44
+ "@dxos/debug": "0.8.2-main.85fa0e5",
45
+ "@dxos/echo-schema": "0.8.2-main.85fa0e5",
46
+ "@dxos/app-graph": "0.8.2-main.85fa0e5",
47
+ "@dxos/invariant": "0.8.2-main.85fa0e5",
48
+ "@dxos/local-storage": "0.8.2-main.85fa0e5",
49
+ "@dxos/util": "0.8.2-main.85fa0e5",
50
+ "@dxos/live-object": "0.8.2-main.85fa0e5",
51
+ "@dxos/log": "0.8.2-main.85fa0e5",
52
+ "@dxos/react-hooks": "0.8.2-main.85fa0e5"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@phosphor-icons/react": "^2.1.5",
56
56
  "@types/react": "~18.2.0",
57
- "effect": "3.14.21",
57
+ "effect": "3.13.3",
58
58
  "react": "~18.2.0",
59
59
  "typedoc": "0.28.1",
60
- "@dxos/echo-signals": "0.8.2-main.5885341",
61
- "@dxos/random": "0.8.2-main.5885341",
62
- "@dxos/react-ui": "0.8.2-main.5885341",
63
- "@dxos/react-ui-syntax-highlighter": "0.8.2-main.5885341",
64
- "@dxos/storybook-utils": "0.8.2-main.5885341"
60
+ "@dxos/echo-signals": "0.8.2-main.85fa0e5",
61
+ "@dxos/random": "0.8.2-main.85fa0e5",
62
+ "@dxos/react-ui": "0.8.2-main.85fa0e5",
63
+ "@dxos/react-ui-syntax-highlighter": "0.8.2-main.85fa0e5",
64
+ "@dxos/storybook-utils": "0.8.2-main.85fa0e5"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "effect": "3.13.3",