@dxos/app-framework 0.8.3-main.7f5a14c → 0.8.3-staging.0fa589b

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 (226) hide show
  1. package/dist/lib/browser/{app-graph-builder-VORGQG5O.mjs → app-graph-builder-BI4VVKSW.mjs} +2 -2
  2. package/dist/lib/browser/{chunk-3WI3RLH5.mjs → chunk-DIBVO47Z.mjs} +69 -52
  3. package/dist/lib/browser/{chunk-3WI3RLH5.mjs.map → chunk-DIBVO47Z.mjs.map} +1 -1
  4. package/dist/lib/browser/{chunk-UTTGEFUI.mjs → chunk-EHM4UI3V.mjs} +5 -4
  5. package/dist/lib/browser/chunk-EHM4UI3V.mjs.map +7 -0
  6. package/dist/lib/browser/index.mjs +5 -5
  7. package/dist/lib/browser/{intent-dispatcher-YJVPXNFZ.mjs → intent-dispatcher-XVBOMF2Y.mjs} +2 -2
  8. package/dist/lib/browser/{intent-resolver-QOQ4LG2S.mjs → intent-resolver-3QMBXLIY.mjs} +2 -2
  9. package/dist/lib/browser/meta.json +1 -1
  10. package/dist/lib/browser/{store-FBG3SOER.mjs → store-5H7XPJGA.mjs} +2 -2
  11. package/dist/lib/browser/testing/index.mjs +4 -4
  12. package/dist/lib/browser/testing/index.mjs.map +2 -2
  13. package/dist/lib/browser/worker.mjs +1 -1
  14. package/dist/lib/node/{app-graph-builder-KGUJCVI7.cjs → app-graph-builder-H7QVE4MJ.cjs} +12 -12
  15. package/dist/lib/node/{chunk-6P7PRTFR.cjs → chunk-VSOSVDQ3.cjs} +7 -6
  16. package/dist/lib/node/chunk-VSOSVDQ3.cjs.map +7 -0
  17. package/dist/lib/node/{chunk-TUTPSPGF.cjs → chunk-YGAY3H34.cjs} +87 -70
  18. package/dist/lib/node/{chunk-TUTPSPGF.cjs.map → chunk-YGAY3H34.cjs.map} +1 -1
  19. package/dist/lib/node/index.cjs +67 -67
  20. package/dist/lib/node/{intent-dispatcher-UZKRXFNO.cjs → intent-dispatcher-C3SVKJ62.cjs} +8 -8
  21. package/dist/lib/node/{intent-dispatcher-UZKRXFNO.cjs.map → intent-dispatcher-C3SVKJ62.cjs.map} +2 -2
  22. package/dist/lib/node/{intent-resolver-DE4IYACM.cjs → intent-resolver-IOJDYO34.cjs} +8 -8
  23. package/dist/lib/node/meta.json +1 -1
  24. package/dist/lib/node/{store-MECBBX2S.cjs → store-ESF5VR57.cjs} +8 -8
  25. package/dist/lib/node/testing/index.cjs +9 -9
  26. package/dist/lib/node/testing/index.cjs.map +2 -2
  27. package/dist/lib/node/worker.cjs +38 -38
  28. package/dist/lib/node/worker.cjs.map +1 -1
  29. package/dist/lib/node-esm/{app-graph-builder-KHVLAK6B.mjs → app-graph-builder-NROP6RPQ.mjs} +2 -2
  30. package/dist/lib/node-esm/{chunk-J2A6ETMM.mjs → chunk-2J6FVECI.mjs} +5 -4
  31. package/dist/lib/node-esm/chunk-2J6FVECI.mjs.map +7 -0
  32. package/dist/lib/node-esm/{chunk-CHHHHSIE.mjs → chunk-FHNZZWP4.mjs} +69 -52
  33. package/dist/lib/node-esm/{chunk-CHHHHSIE.mjs.map → chunk-FHNZZWP4.mjs.map} +1 -1
  34. package/dist/lib/node-esm/index.mjs +5 -5
  35. package/dist/lib/node-esm/{intent-dispatcher-SD7RBNV5.mjs → intent-dispatcher-7JPGLCQ5.mjs} +2 -2
  36. package/dist/lib/node-esm/{intent-resolver-5VKIEW7H.mjs → intent-resolver-VY4X5UHN.mjs} +2 -2
  37. package/dist/lib/node-esm/meta.json +1 -1
  38. package/dist/lib/node-esm/{store-OHMGCWRY.mjs → store-UKD2R2KA.mjs} +2 -2
  39. package/dist/lib/node-esm/testing/index.mjs +4 -4
  40. package/dist/lib/node-esm/testing/index.mjs.map +2 -2
  41. package/dist/lib/node-esm/worker.mjs +1 -1
  42. package/dist/types/src/common/layout.d.ts +10 -0
  43. package/dist/types/src/common/layout.d.ts.map +1 -1
  44. package/dist/types/src/plugin-intent/IntentPlugin.d.ts.map +1 -1
  45. package/dist/types/src/plugin-intent/actions.d.ts +1 -0
  46. package/dist/types/src/plugin-intent/actions.d.ts.map +1 -1
  47. package/dist/types/src/plugin-intent/intent.d.ts +1 -0
  48. package/dist/types/src/plugin-intent/intent.d.ts.map +1 -1
  49. package/package.json +22 -21
  50. package/project.json +2 -1
  51. package/src/plugin-intent/intent.ts +7 -1
  52. package/src/testing/withPluginManager.tsx +2 -2
  53. package/typedoc/classes/CollaborationActions.InsertContent.html +4 -4
  54. package/typedoc/classes/ErrorBoundary.html +6 -6
  55. package/typedoc/classes/IntentAction.ShowUndo.html +15 -15
  56. package/typedoc/classes/IntentAction.Track.html +5 -5
  57. package/typedoc/classes/LayoutAction.AddToast.html +13 -13
  58. package/typedoc/classes/LayoutAction.Close.html +4 -4
  59. package/typedoc/classes/LayoutAction.Expose.html +4 -4
  60. package/typedoc/classes/LayoutAction.Open.html +4 -4
  61. package/typedoc/classes/LayoutAction.RevertWorkspace.html +4 -4
  62. package/typedoc/classes/LayoutAction.ScrollIntoView.html +4 -4
  63. package/typedoc/classes/LayoutAction.Set.html +4 -4
  64. package/typedoc/classes/LayoutAction.SetLayoutMode.html +4 -4
  65. package/typedoc/classes/LayoutAction.SwitchWorkspace.html +4 -4
  66. package/typedoc/classes/LayoutAction.UpdateComplementary.html +4 -4
  67. package/typedoc/classes/LayoutAction.UpdateDialog.html +4 -4
  68. package/typedoc/classes/LayoutAction.UpdateLayout.html +5 -5
  69. package/typedoc/classes/LayoutAction.UpdatePopover.html +4 -4
  70. package/typedoc/classes/LayoutAction.UpdateSidebar.html +4 -4
  71. package/typedoc/classes/Plugin.html +3 -3
  72. package/typedoc/classes/PluginContext.html +10 -10
  73. package/typedoc/classes/PluginManager.html +16 -16
  74. package/typedoc/classes/PluginModule.html +8 -8
  75. package/typedoc/classes/SettingsAction.Open.html +4 -4
  76. package/typedoc/classes/SettingsAction.OpenPluginRegistry.html +4 -4
  77. package/typedoc/functions/Events.createStateEvent.html +2 -2
  78. package/typedoc/functions/IntentPlugin.html +1 -1
  79. package/typedoc/functions/SettingsPlugin.html +1 -1
  80. package/typedoc/functions/allOf.html +2 -2
  81. package/typedoc/functions/chain.html +2 -2
  82. package/typedoc/functions/contributes.html +2 -2
  83. package/typedoc/functions/createDispatcher.html +2 -2
  84. package/typedoc/functions/createIntent.html +2 -2
  85. package/typedoc/functions/createResolver.html +2 -2
  86. package/typedoc/functions/createSurface.html +2 -2
  87. package/typedoc/functions/defineCapability.html +2 -2
  88. package/typedoc/functions/defineEvent.html +2 -2
  89. package/typedoc/functions/defineModule.html +2 -2
  90. package/typedoc/functions/definePlugin.html +2 -2
  91. package/typedoc/functions/eventKey.html +2 -2
  92. package/typedoc/functions/getEvents.html +2 -2
  93. package/typedoc/functions/isAllOf.html +2 -2
  94. package/typedoc/functions/isOneOf.html +2 -2
  95. package/typedoc/functions/isSurfaceAvailable.html +2 -2
  96. package/typedoc/functions/lazy.html +2 -2
  97. package/typedoc/functions/oneOf.html +2 -2
  98. package/typedoc/functions/useApp.html +2 -2
  99. package/typedoc/functions/useAppGraph.html +1 -1
  100. package/typedoc/functions/useCapabilities.html +2 -2
  101. package/typedoc/functions/useCapability.html +2 -2
  102. package/typedoc/functions/useIntentDispatcher.html +1 -1
  103. package/typedoc/functions/useIntentResolver.html +1 -1
  104. package/typedoc/functions/useLayout.html +1 -1
  105. package/typedoc/functions/usePluginManager.html +2 -2
  106. package/typedoc/hierarchy.html +1 -1
  107. package/typedoc/index.html +2 -2
  108. package/typedoc/interfaces/LayoutAction.Toast.html +2 -2
  109. package/typedoc/modules/Capabilities.html +1 -1
  110. package/typedoc/modules/CollaborationActions.html +1 -1
  111. package/typedoc/modules/Events.html +1 -1
  112. package/typedoc/modules/IntentAction.html +1 -1
  113. package/typedoc/modules/LayoutAction.html +2 -2
  114. package/typedoc/modules/SettingsAction.html +1 -1
  115. package/typedoc/modules.html +1 -1
  116. package/typedoc/types/ActivationEvent.html +3 -3
  117. package/typedoc/types/ActivationEvents.html +2 -2
  118. package/typedoc/types/AnyCapability.html +1 -1
  119. package/typedoc/types/AnyIntent.html +1 -1
  120. package/typedoc/types/AnyIntentChain.html +1 -1
  121. package/typedoc/types/AnyIntentEffectResult.html +1 -1
  122. package/typedoc/types/AnyIntentResolver.html +1 -1
  123. package/typedoc/types/AnyIntentResult.html +1 -1
  124. package/typedoc/types/Capabilities.FileUploader.html +1 -1
  125. package/typedoc/types/Capabilities.IntentResolver.html +1 -1
  126. package/typedoc/types/Capabilities.Layout.html +1 -1
  127. package/typedoc/types/Capabilities.Metadata.html +1 -1
  128. package/typedoc/types/Capabilities.ReactContext.html +1 -1
  129. package/typedoc/types/Capabilities.ReactRoot.html +1 -1
  130. package/typedoc/types/Capabilities.ReactSurface.html +1 -1
  131. package/typedoc/types/Capabilities.Settings.html +2 -2
  132. package/typedoc/types/Capability.html +5 -5
  133. package/typedoc/types/CreateAppOptions.html +2 -2
  134. package/typedoc/types/FileInfo.html +1 -1
  135. package/typedoc/types/Intent.html +6 -6
  136. package/typedoc/types/IntentChain.html +3 -3
  137. package/typedoc/types/IntentContext.html +2 -2
  138. package/typedoc/types/IntentData.html +1 -1
  139. package/typedoc/types/IntentDispatcher.html +2 -2
  140. package/typedoc/types/IntentDispatcherResult.html +2 -2
  141. package/typedoc/types/IntentEffectDefinition.html +2 -2
  142. package/typedoc/types/IntentEffectResult.html +6 -6
  143. package/typedoc/types/IntentParams.html +2 -2
  144. package/typedoc/types/IntentResolver.html +2 -2
  145. package/typedoc/types/IntentResultData.html +1 -1
  146. package/typedoc/types/IntentSchema.html +1 -1
  147. package/typedoc/types/IntentUndo.html +2 -2
  148. package/typedoc/types/InterfaceDef.html +3 -3
  149. package/typedoc/types/Label.html +1 -1
  150. package/typedoc/types/NodeSerializer.html +3 -3
  151. package/typedoc/types/PluginManagerOptions.html +2 -2
  152. package/typedoc/types/PluginMeta.html +9 -9
  153. package/typedoc/types/PromiseIntentDispatcher.html +2 -2
  154. package/typedoc/types/PromiseIntentUndo.html +2 -2
  155. package/typedoc/types/Resource.html +1 -1
  156. package/typedoc/types/ResourceKey.html +1 -1
  157. package/typedoc/types/ResourceLanguage.html +1 -1
  158. package/typedoc/types/SerializedNode.html +2 -2
  159. package/typedoc/types/SurfaceComponent.html +2 -2
  160. package/typedoc/types/SurfaceDefinition.html +2 -2
  161. package/typedoc/types/SurfaceProps.html +2 -2
  162. package/typedoc/variables/Capabilities.AnchorSort.html +1 -1
  163. package/typedoc/variables/Capabilities.AppGraph.html +1 -1
  164. package/typedoc/variables/Capabilities.AppGraphBuilder.html +1 -1
  165. package/typedoc/variables/Capabilities.AppGraphSerializer.html +1 -1
  166. package/typedoc/variables/Capabilities.ArtifactDefinition.html +1 -1
  167. package/typedoc/variables/Capabilities.FileUploader.html +1 -1
  168. package/typedoc/variables/Capabilities.IntentDispatcher.html +1 -1
  169. package/typedoc/variables/Capabilities.IntentResolver.html +1 -1
  170. package/typedoc/variables/Capabilities.Layout.html +1 -1
  171. package/typedoc/variables/Capabilities.Metadata.html +1 -1
  172. package/typedoc/variables/Capabilities.Null.html +1 -1
  173. package/typedoc/variables/Capabilities.PluginManager.html +1 -1
  174. package/typedoc/variables/Capabilities.ReactContext.html +1 -1
  175. package/typedoc/variables/Capabilities.ReactRoot.html +1 -1
  176. package/typedoc/variables/Capabilities.ReactSurface.html +1 -1
  177. package/typedoc/variables/Capabilities.RxRegistry.html +1 -1
  178. package/typedoc/variables/Capabilities.Settings.html +1 -1
  179. package/typedoc/variables/Capabilities.SettingsStore.html +1 -1
  180. package/typedoc/variables/Capabilities.Tools.html +1 -1
  181. package/typedoc/variables/Capabilities.Translations.html +1 -1
  182. package/typedoc/variables/Events.AppGraphReady.html +2 -2
  183. package/typedoc/variables/Events.DispatcherReady.html +2 -2
  184. package/typedoc/variables/Events.LayoutReady.html +1 -1
  185. package/typedoc/variables/Events.SettingsReady.html +2 -2
  186. package/typedoc/variables/Events.SetupAppGraph.html +2 -2
  187. package/typedoc/variables/Events.SetupArtifactDefinition.html +2 -2
  188. package/typedoc/variables/Events.SetupIntentResolver.html +2 -2
  189. package/typedoc/variables/Events.SetupMetadata.html +2 -2
  190. package/typedoc/variables/Events.SetupReactSurface.html +2 -2
  191. package/typedoc/variables/Events.SetupSettings.html +2 -2
  192. package/typedoc/variables/Events.SetupTranslations.html +2 -2
  193. package/typedoc/variables/Events.Startup.html +2 -2
  194. package/typedoc/variables/FileInfoSchema.html +1 -1
  195. package/typedoc/variables/INTENT_ACTION.html +1 -1
  196. package/typedoc/variables/INTENT_PLUGIN.html +1 -1
  197. package/typedoc/variables/LAYOUT_ACTION.html +1 -1
  198. package/typedoc/variables/LAYOUT_PLUGIN.html +1 -1
  199. package/typedoc/variables/Label.html +1 -1
  200. package/typedoc/variables/LayoutAction.Toast.html +1 -1
  201. package/typedoc/variables/LayoutAction.UPDATE_LAYOUT.html +1 -1
  202. package/typedoc/variables/PluginManagerProvider.html +2 -2
  203. package/typedoc/variables/Resource.html +2 -2
  204. package/typedoc/variables/ResourceKey.html +1 -1
  205. package/typedoc/variables/ResourceLanguage.html +1 -1
  206. package/typedoc/variables/SETTINGS_ACTION.html +1 -1
  207. package/typedoc/variables/SETTINGS_ID.html +1 -1
  208. package/typedoc/variables/SETTINGS_KEY.html +1 -1
  209. package/typedoc/variables/SETTINGS_PLUGIN.html +1 -1
  210. package/typedoc/variables/Surface.html +2 -2
  211. package/typedoc/variables/defaultFileTypes.html +1 -1
  212. package/dist/lib/browser/chunk-UTTGEFUI.mjs.map +0 -7
  213. package/dist/lib/node/chunk-6P7PRTFR.cjs.map +0 -7
  214. package/dist/lib/node-esm/chunk-J2A6ETMM.mjs.map +0 -7
  215. /package/dist/lib/browser/{app-graph-builder-VORGQG5O.mjs.map → app-graph-builder-BI4VVKSW.mjs.map} +0 -0
  216. /package/dist/lib/browser/{intent-dispatcher-YJVPXNFZ.mjs.map → intent-dispatcher-XVBOMF2Y.mjs.map} +0 -0
  217. /package/dist/lib/browser/{intent-resolver-QOQ4LG2S.mjs.map → intent-resolver-3QMBXLIY.mjs.map} +0 -0
  218. /package/dist/lib/browser/{store-FBG3SOER.mjs.map → store-5H7XPJGA.mjs.map} +0 -0
  219. /package/dist/lib/node/{app-graph-builder-KGUJCVI7.cjs.map → app-graph-builder-H7QVE4MJ.cjs.map} +0 -0
  220. /package/dist/lib/node/{intent-resolver-DE4IYACM.cjs.map → intent-resolver-IOJDYO34.cjs.map} +0 -0
  221. /package/dist/lib/node/{store-MECBBX2S.cjs.map → store-ESF5VR57.cjs.map} +0 -0
  222. /package/dist/lib/node-esm/{app-graph-builder-KHVLAK6B.mjs.map → app-graph-builder-NROP6RPQ.mjs.map} +0 -0
  223. /package/dist/lib/node-esm/{intent-dispatcher-SD7RBNV5.mjs.map → intent-dispatcher-7JPGLCQ5.mjs.map} +0 -0
  224. /package/dist/lib/node-esm/{intent-resolver-5VKIEW7H.mjs.map → intent-resolver-VY4X5UHN.mjs.map} +0 -0
  225. /package/dist/lib/node-esm/{store-OHMGCWRY.mjs.map → store-UKD2R2KA.mjs.map} +0 -0
  226. /package/src/plugin-intent/{IntentPlugin.tsx → IntentPlugin.ts} +0 -0