@dxos/app-framework 0.8.1 → 0.8.2-main.f081794

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 (251) hide show
  1. package/dist/lib/browser/{app-graph-builder-576BHZC7.mjs → app-graph-builder-RHU5WUGJ.mjs} +2 -2
  2. package/dist/lib/browser/{chunk-6AVTZPMT.mjs → chunk-5WHZ3ORL.mjs} +187 -159
  3. package/dist/lib/browser/chunk-5WHZ3ORL.mjs.map +7 -0
  4. package/dist/lib/browser/{chunk-PPIBZ5N4.mjs → chunk-GYFO2C4Q.mjs} +4 -4
  5. package/dist/lib/browser/chunk-GYFO2C4Q.mjs.map +7 -0
  6. package/dist/lib/browser/index.mjs +7 -5
  7. package/dist/lib/browser/index.mjs.map +1 -1
  8. package/dist/lib/browser/{intent-dispatcher-3Q67MHZZ.mjs → intent-dispatcher-T6YETUE7.mjs} +2 -2
  9. package/dist/lib/browser/{intent-resolver-O763LCLG.mjs → intent-resolver-UQFD7VBJ.mjs} +2 -2
  10. package/dist/lib/browser/meta.json +1 -1
  11. package/dist/lib/browser/{store-URSN7DZI.mjs → store-NP42FCZO.mjs} +2 -2
  12. package/dist/lib/browser/testing/index.mjs +2 -2
  13. package/dist/lib/browser/worker.mjs +3 -1
  14. package/dist/lib/node/{app-graph-builder-JZCSKYPY.cjs → app-graph-builder-QGHI2J2R.cjs} +12 -12
  15. package/dist/lib/node/{chunk-YIFTVCOR.cjs → chunk-EGY2ANJA.cjs} +177 -150
  16. package/dist/lib/node/chunk-EGY2ANJA.cjs.map +7 -0
  17. package/dist/lib/node/{chunk-YNTKVTVX.cjs → chunk-PIFNLI5K.cjs} +20 -20
  18. package/dist/lib/node/{chunk-YNTKVTVX.cjs.map → chunk-PIFNLI5K.cjs.map} +3 -3
  19. package/dist/lib/node/index.cjs +68 -66
  20. package/dist/lib/node/index.cjs.map +1 -1
  21. package/dist/lib/node/{intent-dispatcher-H334XLFD.cjs → intent-dispatcher-BEKV2HG3.cjs} +8 -8
  22. package/dist/lib/node/{intent-dispatcher-H334XLFD.cjs.map → intent-dispatcher-BEKV2HG3.cjs.map} +2 -2
  23. package/dist/lib/node/{intent-resolver-3F4POWAM.cjs → intent-resolver-NALI2KSH.cjs} +8 -8
  24. package/dist/lib/node/meta.json +1 -1
  25. package/dist/lib/node/{store-OFDHTDCB.cjs → store-I7KM7GGP.cjs} +7 -7
  26. package/dist/lib/node/testing/index.cjs +8 -8
  27. package/dist/lib/node/worker.cjs +39 -37
  28. package/dist/lib/node/worker.cjs.map +2 -2
  29. package/dist/lib/node-esm/{app-graph-builder-VYKLSMSZ.mjs → app-graph-builder-45FJO6JA.mjs} +2 -2
  30. package/dist/lib/node-esm/{chunk-R6A7Z4LU.mjs → chunk-KFDC5QSQ.mjs} +4 -4
  31. package/dist/lib/{browser/chunk-PPIBZ5N4.mjs.map → node-esm/chunk-KFDC5QSQ.mjs.map} +3 -3
  32. package/dist/lib/node-esm/{chunk-AHKIPS2L.mjs → chunk-YQMLJUYN.mjs} +187 -159
  33. package/dist/lib/node-esm/chunk-YQMLJUYN.mjs.map +7 -0
  34. package/dist/lib/node-esm/index.mjs +7 -5
  35. package/dist/lib/node-esm/index.mjs.map +1 -1
  36. package/dist/lib/node-esm/{intent-dispatcher-YDE2ONZA.mjs → intent-dispatcher-MYETZPUW.mjs} +2 -2
  37. package/dist/lib/node-esm/{intent-resolver-LAGJ7LXM.mjs → intent-resolver-BW5I7SOS.mjs} +2 -2
  38. package/dist/lib/node-esm/meta.json +1 -1
  39. package/dist/lib/node-esm/{store-EYSUVNCS.mjs → store-MKIES4HL.mjs} +2 -2
  40. package/dist/lib/node-esm/testing/index.mjs +2 -2
  41. package/dist/lib/node-esm/worker.mjs +3 -1
  42. package/dist/types/src/common/collaboration.d.ts +19 -0
  43. package/dist/types/src/common/collaboration.d.ts.map +1 -0
  44. package/dist/types/src/common/index.d.ts +1 -0
  45. package/dist/types/src/common/index.d.ts.map +1 -1
  46. package/dist/types/src/common/layout.d.ts +9 -4
  47. package/dist/types/src/common/layout.d.ts.map +1 -1
  48. package/dist/types/src/core/capabilities.d.ts +5 -2
  49. package/dist/types/src/core/capabilities.d.ts.map +1 -1
  50. package/dist/types/src/core/events.d.ts +4 -1
  51. package/dist/types/src/core/events.d.ts.map +1 -1
  52. package/dist/types/src/core/manager.d.ts +8 -8
  53. package/dist/types/src/core/manager.d.ts.map +1 -1
  54. package/dist/types/src/core/plugin.d.ts +2 -1
  55. package/dist/types/src/core/plugin.d.ts.map +1 -1
  56. package/dist/types/src/plugin-intent/intent-dispatcher.d.ts +27 -1
  57. package/dist/types/src/plugin-intent/intent-dispatcher.d.ts.map +1 -1
  58. package/package.json +22 -18
  59. package/project.json +2 -1
  60. package/src/App.tsx +2 -2
  61. package/src/common/collaboration.ts +21 -0
  62. package/src/common/index.ts +1 -0
  63. package/src/common/layout.ts +21 -3
  64. package/src/core/capabilities.ts +9 -5
  65. package/src/core/events.ts +4 -1
  66. package/src/core/manager.test.ts +3 -3
  67. package/src/core/manager.ts +10 -10
  68. package/src/core/plugin.ts +2 -1
  69. package/src/plugin-intent/intent-dispatcher.ts +18 -2
  70. package/typedoc/.nojekyll +1 -0
  71. package/typedoc/assets/hierarchy.js +1 -0
  72. package/typedoc/assets/highlight.css +106 -0
  73. package/typedoc/assets/icons.js +18 -0
  74. package/typedoc/assets/icons.svg +1 -0
  75. package/typedoc/assets/main.js +60 -0
  76. package/typedoc/assets/navigation.js +1 -0
  77. package/typedoc/assets/search.js +1 -0
  78. package/typedoc/assets/style.css +1640 -0
  79. package/typedoc/classes/CollaborationActions.InsertContent.html +421 -0
  80. package/typedoc/classes/ErrorBoundary.html +125 -0
  81. package/typedoc/classes/IntentAction.ShowUndo.html +227 -0
  82. package/typedoc/classes/IntentAction.Track.html +266 -0
  83. package/typedoc/classes/LayoutAction.AddToast.html +265 -0
  84. package/typedoc/classes/LayoutAction.Close.html +382 -0
  85. package/typedoc/classes/LayoutAction.Expose.html +265 -0
  86. package/typedoc/classes/LayoutAction.Open.html +928 -0
  87. package/typedoc/classes/LayoutAction.RevertWorkspace.html +343 -0
  88. package/typedoc/classes/LayoutAction.ScrollIntoView.html +460 -0
  89. package/typedoc/classes/LayoutAction.Set.html +382 -0
  90. package/typedoc/classes/LayoutAction.SetLayoutMode.html +421 -0
  91. package/typedoc/classes/LayoutAction.SwitchWorkspace.html +265 -0
  92. package/typedoc/classes/LayoutAction.UpdateComplementary.html +616 -0
  93. package/typedoc/classes/LayoutAction.UpdateDialog.html +733 -0
  94. package/typedoc/classes/LayoutAction.UpdateLayout.html +461 -0
  95. package/typedoc/classes/LayoutAction.UpdatePopover.html +1435 -0
  96. package/typedoc/classes/LayoutAction.UpdateSidebar.html +538 -0
  97. package/typedoc/classes/Plugin.html +6 -0
  98. package/typedoc/classes/PluginManager.html +42 -0
  99. package/typedoc/classes/PluginModule.html +18 -0
  100. package/typedoc/classes/PluginsContext.html +25 -0
  101. package/typedoc/classes/SettingsAction.Open.html +226 -0
  102. package/typedoc/classes/SettingsAction.OpenPluginRegistry.html +265 -0
  103. package/typedoc/functions/Events.createStateEvent.html +2 -0
  104. package/typedoc/functions/IntentPlugin.html +1 -0
  105. package/typedoc/functions/SettingsPlugin.html +1 -0
  106. package/typedoc/functions/allOf.html +2 -0
  107. package/typedoc/functions/chain.html +3 -0
  108. package/typedoc/functions/contributes.html +2 -0
  109. package/typedoc/functions/createApp.html +6 -0
  110. package/typedoc/functions/createDispatcher.html +3 -0
  111. package/typedoc/functions/createIntent.html +6 -0
  112. package/typedoc/functions/createResolver.html +2 -0
  113. package/typedoc/functions/createSurface.html +2 -0
  114. package/typedoc/functions/defineCapability.html +2 -0
  115. package/typedoc/functions/defineEvent.html +2 -0
  116. package/typedoc/functions/defineModule.html +2 -0
  117. package/typedoc/functions/definePlugin.html +2 -0
  118. package/typedoc/functions/eventKey.html +2 -0
  119. package/typedoc/functions/getEvents.html +2 -0
  120. package/typedoc/functions/isAllOf.html +2 -0
  121. package/typedoc/functions/isOneOf.html +2 -0
  122. package/typedoc/functions/isSurfaceAvailable.html +2 -0
  123. package/typedoc/functions/lazy.html +2 -0
  124. package/typedoc/functions/oneOf.html +2 -0
  125. package/typedoc/functions/useAppGraph.html +1 -0
  126. package/typedoc/functions/useCapabilities.html +3 -0
  127. package/typedoc/functions/useCapability.html +4 -0
  128. package/typedoc/functions/useIntentDispatcher.html +1 -0
  129. package/typedoc/functions/useIntentResolver.html +1 -0
  130. package/typedoc/functions/useLayout.html +1 -0
  131. package/typedoc/functions/usePluginManager.html +2 -0
  132. package/typedoc/hierarchy.html +1 -0
  133. package/typedoc/index.html +16 -0
  134. package/typedoc/interfaces/LayoutAction.Toast.html +10 -0
  135. package/typedoc/media/LICENSE +8 -0
  136. package/typedoc/modules/Capabilities.html +1 -0
  137. package/typedoc/modules/CollaborationActions.html +1 -0
  138. package/typedoc/modules/Events.html +1 -0
  139. package/typedoc/modules/IntentAction.html +1 -0
  140. package/typedoc/modules/LayoutAction.html +2 -0
  141. package/typedoc/modules/SettingsAction.html +1 -0
  142. package/typedoc/modules.html +1 -0
  143. package/typedoc/types/ActivationEvent.html +8 -0
  144. package/typedoc/types/ActivationEvents.html +2 -0
  145. package/typedoc/types/AnyCapability.html +1 -0
  146. package/typedoc/types/AnyIntent.html +1 -0
  147. package/typedoc/types/AnyIntentChain.html +1 -0
  148. package/typedoc/types/AnyIntentEffectResult.html +1 -0
  149. package/typedoc/types/AnyIntentResolver.html +1 -0
  150. package/typedoc/types/AnyIntentResult.html +1 -0
  151. package/typedoc/types/Capabilities.FileUploader.html +1 -0
  152. package/typedoc/types/Capabilities.IntentResolver.html +1 -0
  153. package/typedoc/types/Capabilities.Layout.html +1 -0
  154. package/typedoc/types/Capabilities.Metadata.html +1 -0
  155. package/typedoc/types/Capabilities.ReactContext.html +1 -0
  156. package/typedoc/types/Capabilities.ReactRoot.html +1 -0
  157. package/typedoc/types/Capabilities.ReactSurface.html +1 -0
  158. package/typedoc/types/Capabilities.Settings.html +4 -0
  159. package/typedoc/types/Capability.html +9 -0
  160. package/typedoc/types/CreateAppOptions.html +9 -0
  161. package/typedoc/types/FileInfo.html +1 -0
  162. package/typedoc/types/Intent.html +14 -0
  163. package/typedoc/types/IntentChain.html +6 -0
  164. package/typedoc/types/IntentContext.html +5 -0
  165. package/typedoc/types/IntentData.html +1 -0
  166. package/typedoc/types/IntentDispatcher.html +2 -0
  167. package/typedoc/types/IntentDispatcherResult.html +2 -0
  168. package/typedoc/types/IntentEffectDefinition.html +2 -0
  169. package/typedoc/types/IntentEffectResult.html +15 -0
  170. package/typedoc/types/IntentParams.html +3 -0
  171. package/typedoc/types/IntentResolver.html +2 -0
  172. package/typedoc/types/IntentResultData.html +1 -0
  173. package/typedoc/types/IntentSchema.html +1 -0
  174. package/typedoc/types/IntentUndo.html +2 -0
  175. package/typedoc/types/InterfaceDef.html +4 -0
  176. package/typedoc/types/Label.html +1 -0
  177. package/typedoc/types/NodeSerializer.html +8 -0
  178. package/typedoc/types/PluginManagerOptions.html +5 -0
  179. package/typedoc/types/PluginMeta.html +21 -0
  180. package/typedoc/types/PromiseIntentDispatcher.html +2 -0
  181. package/typedoc/types/PromiseIntentUndo.html +2 -0
  182. package/typedoc/types/Resource.html +1 -0
  183. package/typedoc/types/ResourceKey.html +1 -0
  184. package/typedoc/types/ResourceLanguage.html +1 -0
  185. package/typedoc/types/SerializedNode.html +4 -0
  186. package/typedoc/types/SurfaceComponent.html +2 -0
  187. package/typedoc/types/SurfaceDefinition.html +2 -0
  188. package/typedoc/types/SurfaceProps.html +4 -0
  189. package/typedoc/variables/Capabilities.AppGraph.html +1 -0
  190. package/typedoc/variables/Capabilities.AppGraphBuilder.html +1 -0
  191. package/typedoc/variables/Capabilities.AppGraphSerializer.html +1 -0
  192. package/typedoc/variables/Capabilities.ArtifactDefinition.html +1 -0
  193. package/typedoc/variables/Capabilities.FileUploader.html +1 -0
  194. package/typedoc/variables/Capabilities.IntentDispatcher.html +1 -0
  195. package/typedoc/variables/Capabilities.IntentResolver.html +1 -0
  196. package/typedoc/variables/Capabilities.Layout.html +1 -0
  197. package/typedoc/variables/Capabilities.Metadata.html +1 -0
  198. package/typedoc/variables/Capabilities.Null.html +1 -0
  199. package/typedoc/variables/Capabilities.PluginManager.html +1 -0
  200. package/typedoc/variables/Capabilities.ReactContext.html +1 -0
  201. package/typedoc/variables/Capabilities.ReactRoot.html +1 -0
  202. package/typedoc/variables/Capabilities.ReactSurface.html +1 -0
  203. package/typedoc/variables/Capabilities.Settings.html +1 -0
  204. package/typedoc/variables/Capabilities.SettingsStore.html +1 -0
  205. package/typedoc/variables/Capabilities.Tools.html +1 -0
  206. package/typedoc/variables/Capabilities.Translations.html +1 -0
  207. package/typedoc/variables/Events.AppGraphReady.html +2 -0
  208. package/typedoc/variables/Events.DispatcherReady.html +2 -0
  209. package/typedoc/variables/Events.LayoutReady.html +1 -0
  210. package/typedoc/variables/Events.SettingsReady.html +2 -0
  211. package/typedoc/variables/Events.SetupAppGraph.html +2 -0
  212. package/typedoc/variables/Events.SetupArtifactDefinition.html +2 -0
  213. package/typedoc/variables/Events.SetupIntentResolver.html +2 -0
  214. package/typedoc/variables/Events.SetupMetadata.html +2 -0
  215. package/typedoc/variables/Events.SetupReactSurface.html +2 -0
  216. package/typedoc/variables/Events.SetupSettings.html +2 -0
  217. package/typedoc/variables/Events.SetupTranslations.html +2 -0
  218. package/typedoc/variables/Events.Startup.html +2 -0
  219. package/typedoc/variables/FileInfoSchema.html +1 -0
  220. package/typedoc/variables/INTENT_ACTION.html +1 -0
  221. package/typedoc/variables/INTENT_PLUGIN.html +1 -0
  222. package/typedoc/variables/LAYOUT_ACTION.html +1 -0
  223. package/typedoc/variables/LAYOUT_PLUGIN.html +1 -0
  224. package/typedoc/variables/Label.html +1 -0
  225. package/typedoc/variables/LayoutAction.Toast.html +1 -0
  226. package/typedoc/variables/LayoutAction.UPDATE_LAYOUT.html +1 -0
  227. package/typedoc/variables/PluginManagerProvider.html +2 -0
  228. package/typedoc/variables/Resource.html +2 -0
  229. package/typedoc/variables/ResourceKey.html +1 -0
  230. package/typedoc/variables/ResourceLanguage.html +1 -0
  231. package/typedoc/variables/SETTINGS_ACTION.html +1 -0
  232. package/typedoc/variables/SETTINGS_ID.html +1 -0
  233. package/typedoc/variables/SETTINGS_KEY.html +1 -0
  234. package/typedoc/variables/SETTINGS_PLUGIN.html +1 -0
  235. package/typedoc/variables/Surface.html +2 -0
  236. package/typedoc/variables/defaultFileTypes.html +1 -0
  237. package/dist/lib/browser/chunk-6AVTZPMT.mjs.map +0 -7
  238. package/dist/lib/node/chunk-YIFTVCOR.cjs.map +0 -7
  239. package/dist/lib/node-esm/chunk-AHKIPS2L.mjs.map +0 -7
  240. package/dist/lib/node-esm/chunk-R6A7Z4LU.mjs.map +0 -7
  241. /package/dist/lib/browser/{app-graph-builder-576BHZC7.mjs.map → app-graph-builder-RHU5WUGJ.mjs.map} +0 -0
  242. /package/dist/lib/browser/{intent-dispatcher-3Q67MHZZ.mjs.map → intent-dispatcher-T6YETUE7.mjs.map} +0 -0
  243. /package/dist/lib/browser/{intent-resolver-O763LCLG.mjs.map → intent-resolver-UQFD7VBJ.mjs.map} +0 -0
  244. /package/dist/lib/browser/{store-URSN7DZI.mjs.map → store-NP42FCZO.mjs.map} +0 -0
  245. /package/dist/lib/node/{app-graph-builder-JZCSKYPY.cjs.map → app-graph-builder-QGHI2J2R.cjs.map} +0 -0
  246. /package/dist/lib/node/{intent-resolver-3F4POWAM.cjs.map → intent-resolver-NALI2KSH.cjs.map} +0 -0
  247. /package/dist/lib/node/{store-OFDHTDCB.cjs.map → store-I7KM7GGP.cjs.map} +0 -0
  248. /package/dist/lib/node-esm/{app-graph-builder-VYKLSMSZ.mjs.map → app-graph-builder-45FJO6JA.mjs.map} +0 -0
  249. /package/dist/lib/node-esm/{intent-dispatcher-YDE2ONZA.mjs.map → intent-dispatcher-MYETZPUW.mjs.map} +0 -0
  250. /package/dist/lib/node-esm/{intent-resolver-LAGJ7LXM.mjs.map → intent-resolver-BW5I7SOS.mjs.map} +0 -0
  251. /package/dist/lib/node-esm/{store-EYSUVNCS.mjs.map → store-MKIES4HL.mjs.map} +0 -0
@@ -8,7 +8,7 @@ import {
8
8
  Capabilities,
9
9
  contributes,
10
10
  createIntent
11
- } from "./chunk-6AVTZPMT.mjs";
11
+ } from "./chunk-5WHZ3ORL.mjs";
12
12
 
13
13
  // packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts
14
14
  import { createExtension } from "@dxos/app-graph";
@@ -134,4 +134,4 @@ var app_graph_builder_default = (context) => contributes(Capabilities.AppGraphBu
134
134
  export {
135
135
  app_graph_builder_default as default
136
136
  };
137
- //# sourceMappingURL=app-graph-builder-576BHZC7.mjs.map
137
+ //# sourceMappingURL=app-graph-builder-RHU5WUGJ.mjs.map