@dxos/app-framework 0.8.2-main.f11618f → 0.8.2-staging.7ac8446

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