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

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 (210) hide show
  1. package/dist/lib/browser/{app-graph-builder-RHU5WUGJ.mjs → app-graph-builder-OHM2Z6YQ.mjs} +2 -2
  2. package/dist/lib/browser/{chunk-5WHZ3ORL.mjs → chunk-DVNSCQJ5.mjs} +5 -2
  3. package/dist/lib/browser/{chunk-5WHZ3ORL.mjs.map → chunk-DVNSCQJ5.mjs.map} +3 -3
  4. package/dist/lib/browser/{chunk-GYFO2C4Q.mjs → chunk-X2YC645Z.mjs} +2 -2
  5. package/dist/lib/browser/index.mjs +5 -5
  6. package/dist/lib/browser/{intent-dispatcher-T6YETUE7.mjs → intent-dispatcher-J7QIFHLO.mjs} +2 -2
  7. package/dist/lib/browser/{intent-resolver-UQFD7VBJ.mjs → intent-resolver-QV5MDMDV.mjs} +2 -2
  8. package/dist/lib/browser/meta.json +1 -1
  9. package/dist/lib/browser/{store-NP42FCZO.mjs → store-XMPVLJOQ.mjs} +2 -2
  10. package/dist/lib/browser/testing/index.mjs +2 -2
  11. package/dist/lib/browser/worker.mjs +1 -1
  12. package/dist/lib/node/{app-graph-builder-QGHI2J2R.cjs → app-graph-builder-Z45FKS52.cjs} +12 -12
  13. package/dist/lib/node/{chunk-PIFNLI5K.cjs → chunk-5UOVF3OR.cjs} +19 -19
  14. package/dist/lib/node/{chunk-EGY2ANJA.cjs → chunk-I3CJYEBC.cjs} +8 -5
  15. package/dist/lib/node/{chunk-EGY2ANJA.cjs.map → chunk-I3CJYEBC.cjs.map} +3 -3
  16. package/dist/lib/node/index.cjs +67 -67
  17. package/dist/lib/node/{intent-dispatcher-BEKV2HG3.cjs → intent-dispatcher-FQPJNKIZ.cjs} +8 -8
  18. package/dist/lib/node/{intent-dispatcher-BEKV2HG3.cjs.map → intent-dispatcher-FQPJNKIZ.cjs.map} +2 -2
  19. package/dist/lib/node/{intent-resolver-NALI2KSH.cjs → intent-resolver-PBAOGJS6.cjs} +8 -8
  20. package/dist/lib/node/meta.json +1 -1
  21. package/dist/lib/node/{store-I7KM7GGP.cjs → store-N7JLYYDI.cjs} +7 -7
  22. package/dist/lib/node/testing/index.cjs +8 -8
  23. package/dist/lib/node/worker.cjs +38 -38
  24. package/dist/lib/node/worker.cjs.map +1 -1
  25. package/dist/lib/node-esm/{app-graph-builder-45FJO6JA.mjs → app-graph-builder-OMH534A4.mjs} +2 -2
  26. package/dist/lib/node-esm/{chunk-YQMLJUYN.mjs → chunk-GSDBF2CK.mjs} +5 -2
  27. package/dist/lib/node-esm/{chunk-YQMLJUYN.mjs.map → chunk-GSDBF2CK.mjs.map} +3 -3
  28. package/dist/lib/node-esm/{chunk-KFDC5QSQ.mjs → chunk-QHXUTJHE.mjs} +2 -2
  29. package/dist/lib/node-esm/index.mjs +5 -5
  30. package/dist/lib/node-esm/{intent-dispatcher-MYETZPUW.mjs → intent-dispatcher-QDUGA7NT.mjs} +2 -2
  31. package/dist/lib/node-esm/{intent-resolver-BW5I7SOS.mjs → intent-resolver-P7TC5RBD.mjs} +2 -2
  32. package/dist/lib/node-esm/meta.json +1 -1
  33. package/dist/lib/node-esm/{store-MKIES4HL.mjs → store-M2BYJL6K.mjs} +2 -2
  34. package/dist/lib/node-esm/testing/index.mjs +2 -2
  35. package/dist/lib/node-esm/worker.mjs +1 -1
  36. package/dist/types/src/common/layout.d.ts +1 -0
  37. package/dist/types/src/common/layout.d.ts.map +1 -1
  38. package/package.json +18 -18
  39. package/src/common/layout.ts +1 -0
  40. package/typedoc/classes/CollaborationActions.InsertContent.html +4 -4
  41. package/typedoc/classes/ErrorBoundary.html +6 -6
  42. package/typedoc/classes/IntentAction.ShowUndo.html +5 -5
  43. package/typedoc/classes/IntentAction.Track.html +5 -5
  44. package/typedoc/classes/LayoutAction.AddToast.html +4 -4
  45. package/typedoc/classes/LayoutAction.Close.html +4 -4
  46. package/typedoc/classes/LayoutAction.Expose.html +4 -4
  47. package/typedoc/classes/LayoutAction.Open.html +53 -14
  48. package/typedoc/classes/LayoutAction.RevertWorkspace.html +4 -4
  49. package/typedoc/classes/LayoutAction.ScrollIntoView.html +4 -4
  50. package/typedoc/classes/LayoutAction.Set.html +4 -4
  51. package/typedoc/classes/LayoutAction.SetLayoutMode.html +4 -4
  52. package/typedoc/classes/LayoutAction.SwitchWorkspace.html +4 -4
  53. package/typedoc/classes/LayoutAction.UpdateComplementary.html +4 -4
  54. package/typedoc/classes/LayoutAction.UpdateDialog.html +4 -4
  55. package/typedoc/classes/LayoutAction.UpdateLayout.html +5 -5
  56. package/typedoc/classes/LayoutAction.UpdatePopover.html +4 -4
  57. package/typedoc/classes/LayoutAction.UpdateSidebar.html +4 -4
  58. package/typedoc/classes/Plugin.html +3 -3
  59. package/typedoc/classes/PluginManager.html +16 -16
  60. package/typedoc/classes/PluginModule.html +8 -8
  61. package/typedoc/classes/PluginsContext.html +8 -8
  62. package/typedoc/classes/SettingsAction.Open.html +4 -4
  63. package/typedoc/classes/SettingsAction.OpenPluginRegistry.html +4 -4
  64. package/typedoc/functions/Events.createStateEvent.html +2 -2
  65. package/typedoc/functions/IntentPlugin.html +1 -1
  66. package/typedoc/functions/SettingsPlugin.html +1 -1
  67. package/typedoc/functions/allOf.html +2 -2
  68. package/typedoc/functions/chain.html +2 -2
  69. package/typedoc/functions/contributes.html +2 -2
  70. package/typedoc/functions/createApp.html +2 -2
  71. package/typedoc/functions/createDispatcher.html +2 -2
  72. package/typedoc/functions/createIntent.html +2 -2
  73. package/typedoc/functions/createResolver.html +2 -2
  74. package/typedoc/functions/createSurface.html +2 -2
  75. package/typedoc/functions/defineCapability.html +2 -2
  76. package/typedoc/functions/defineEvent.html +2 -2
  77. package/typedoc/functions/defineModule.html +2 -2
  78. package/typedoc/functions/definePlugin.html +2 -2
  79. package/typedoc/functions/eventKey.html +2 -2
  80. package/typedoc/functions/getEvents.html +2 -2
  81. package/typedoc/functions/isAllOf.html +2 -2
  82. package/typedoc/functions/isOneOf.html +2 -2
  83. package/typedoc/functions/isSurfaceAvailable.html +2 -2
  84. package/typedoc/functions/lazy.html +2 -2
  85. package/typedoc/functions/oneOf.html +2 -2
  86. package/typedoc/functions/useAppGraph.html +1 -1
  87. package/typedoc/functions/useCapabilities.html +2 -2
  88. package/typedoc/functions/useCapability.html +2 -2
  89. package/typedoc/functions/useIntentDispatcher.html +1 -1
  90. package/typedoc/functions/useIntentResolver.html +1 -1
  91. package/typedoc/functions/useLayout.html +1 -1
  92. package/typedoc/functions/usePluginManager.html +2 -2
  93. package/typedoc/hierarchy.html +1 -1
  94. package/typedoc/index.html +2 -2
  95. package/typedoc/interfaces/LayoutAction.Toast.html +2 -2
  96. package/typedoc/modules/Capabilities.html +1 -1
  97. package/typedoc/modules/CollaborationActions.html +1 -1
  98. package/typedoc/modules/Events.html +1 -1
  99. package/typedoc/modules/IntentAction.html +1 -1
  100. package/typedoc/modules/LayoutAction.html +2 -2
  101. package/typedoc/modules/SettingsAction.html +1 -1
  102. package/typedoc/modules.html +1 -1
  103. package/typedoc/types/ActivationEvent.html +3 -3
  104. package/typedoc/types/ActivationEvents.html +2 -2
  105. package/typedoc/types/AnyCapability.html +1 -1
  106. package/typedoc/types/AnyIntent.html +1 -1
  107. package/typedoc/types/AnyIntentChain.html +1 -1
  108. package/typedoc/types/AnyIntentEffectResult.html +1 -1
  109. package/typedoc/types/AnyIntentResolver.html +1 -1
  110. package/typedoc/types/AnyIntentResult.html +1 -1
  111. package/typedoc/types/Capabilities.FileUploader.html +1 -1
  112. package/typedoc/types/Capabilities.IntentResolver.html +1 -1
  113. package/typedoc/types/Capabilities.Layout.html +1 -1
  114. package/typedoc/types/Capabilities.Metadata.html +1 -1
  115. package/typedoc/types/Capabilities.ReactContext.html +1 -1
  116. package/typedoc/types/Capabilities.ReactRoot.html +1 -1
  117. package/typedoc/types/Capabilities.ReactSurface.html +1 -1
  118. package/typedoc/types/Capabilities.Settings.html +2 -2
  119. package/typedoc/types/Capability.html +5 -5
  120. package/typedoc/types/CreateAppOptions.html +2 -2
  121. package/typedoc/types/FileInfo.html +1 -1
  122. package/typedoc/types/Intent.html +7 -7
  123. package/typedoc/types/IntentChain.html +3 -3
  124. package/typedoc/types/IntentContext.html +2 -2
  125. package/typedoc/types/IntentData.html +1 -1
  126. package/typedoc/types/IntentDispatcher.html +2 -2
  127. package/typedoc/types/IntentDispatcherResult.html +2 -2
  128. package/typedoc/types/IntentEffectDefinition.html +2 -2
  129. package/typedoc/types/IntentEffectResult.html +6 -6
  130. package/typedoc/types/IntentParams.html +2 -2
  131. package/typedoc/types/IntentResolver.html +2 -2
  132. package/typedoc/types/IntentResultData.html +1 -1
  133. package/typedoc/types/IntentSchema.html +1 -1
  134. package/typedoc/types/IntentUndo.html +2 -2
  135. package/typedoc/types/InterfaceDef.html +3 -3
  136. package/typedoc/types/Label.html +1 -1
  137. package/typedoc/types/NodeSerializer.html +3 -3
  138. package/typedoc/types/PluginManagerOptions.html +2 -2
  139. package/typedoc/types/PluginMeta.html +9 -9
  140. package/typedoc/types/PromiseIntentDispatcher.html +2 -2
  141. package/typedoc/types/PromiseIntentUndo.html +2 -2
  142. package/typedoc/types/Resource.html +1 -1
  143. package/typedoc/types/ResourceKey.html +1 -1
  144. package/typedoc/types/ResourceLanguage.html +1 -1
  145. package/typedoc/types/SerializedNode.html +2 -2
  146. package/typedoc/types/SurfaceComponent.html +2 -2
  147. package/typedoc/types/SurfaceDefinition.html +2 -2
  148. package/typedoc/types/SurfaceProps.html +2 -2
  149. package/typedoc/variables/Capabilities.AppGraph.html +1 -1
  150. package/typedoc/variables/Capabilities.AppGraphBuilder.html +1 -1
  151. package/typedoc/variables/Capabilities.AppGraphSerializer.html +1 -1
  152. package/typedoc/variables/Capabilities.ArtifactDefinition.html +1 -1
  153. package/typedoc/variables/Capabilities.FileUploader.html +1 -1
  154. package/typedoc/variables/Capabilities.IntentDispatcher.html +1 -1
  155. package/typedoc/variables/Capabilities.IntentResolver.html +1 -1
  156. package/typedoc/variables/Capabilities.Layout.html +1 -1
  157. package/typedoc/variables/Capabilities.Metadata.html +1 -1
  158. package/typedoc/variables/Capabilities.Null.html +1 -1
  159. package/typedoc/variables/Capabilities.PluginManager.html +1 -1
  160. package/typedoc/variables/Capabilities.ReactContext.html +1 -1
  161. package/typedoc/variables/Capabilities.ReactRoot.html +1 -1
  162. package/typedoc/variables/Capabilities.ReactSurface.html +1 -1
  163. package/typedoc/variables/Capabilities.Settings.html +1 -1
  164. package/typedoc/variables/Capabilities.SettingsStore.html +1 -1
  165. package/typedoc/variables/Capabilities.Tools.html +1 -1
  166. package/typedoc/variables/Capabilities.Translations.html +1 -1
  167. package/typedoc/variables/Events.AppGraphReady.html +2 -2
  168. package/typedoc/variables/Events.DispatcherReady.html +2 -2
  169. package/typedoc/variables/Events.LayoutReady.html +1 -1
  170. package/typedoc/variables/Events.SettingsReady.html +2 -2
  171. package/typedoc/variables/Events.SetupAppGraph.html +2 -2
  172. package/typedoc/variables/Events.SetupArtifactDefinition.html +2 -2
  173. package/typedoc/variables/Events.SetupIntentResolver.html +2 -2
  174. package/typedoc/variables/Events.SetupMetadata.html +2 -2
  175. package/typedoc/variables/Events.SetupReactSurface.html +2 -2
  176. package/typedoc/variables/Events.SetupSettings.html +2 -2
  177. package/typedoc/variables/Events.SetupTranslations.html +2 -2
  178. package/typedoc/variables/Events.Startup.html +2 -2
  179. package/typedoc/variables/FileInfoSchema.html +1 -1
  180. package/typedoc/variables/INTENT_ACTION.html +1 -1
  181. package/typedoc/variables/INTENT_PLUGIN.html +1 -1
  182. package/typedoc/variables/LAYOUT_ACTION.html +1 -1
  183. package/typedoc/variables/LAYOUT_PLUGIN.html +1 -1
  184. package/typedoc/variables/Label.html +1 -1
  185. package/typedoc/variables/LayoutAction.Toast.html +1 -1
  186. package/typedoc/variables/LayoutAction.UPDATE_LAYOUT.html +1 -1
  187. package/typedoc/variables/PluginManagerProvider.html +2 -2
  188. package/typedoc/variables/Resource.html +2 -2
  189. package/typedoc/variables/ResourceKey.html +1 -1
  190. package/typedoc/variables/ResourceLanguage.html +1 -1
  191. package/typedoc/variables/SETTINGS_ACTION.html +1 -1
  192. package/typedoc/variables/SETTINGS_ID.html +1 -1
  193. package/typedoc/variables/SETTINGS_KEY.html +1 -1
  194. package/typedoc/variables/SETTINGS_PLUGIN.html +1 -1
  195. package/typedoc/variables/Surface.html +2 -2
  196. package/typedoc/variables/defaultFileTypes.html +1 -1
  197. /package/dist/lib/browser/{app-graph-builder-RHU5WUGJ.mjs.map → app-graph-builder-OHM2Z6YQ.mjs.map} +0 -0
  198. /package/dist/lib/browser/{chunk-GYFO2C4Q.mjs.map → chunk-X2YC645Z.mjs.map} +0 -0
  199. /package/dist/lib/browser/{intent-dispatcher-T6YETUE7.mjs.map → intent-dispatcher-J7QIFHLO.mjs.map} +0 -0
  200. /package/dist/lib/browser/{intent-resolver-UQFD7VBJ.mjs.map → intent-resolver-QV5MDMDV.mjs.map} +0 -0
  201. /package/dist/lib/browser/{store-NP42FCZO.mjs.map → store-XMPVLJOQ.mjs.map} +0 -0
  202. /package/dist/lib/node/{app-graph-builder-QGHI2J2R.cjs.map → app-graph-builder-Z45FKS52.cjs.map} +0 -0
  203. /package/dist/lib/node/{chunk-PIFNLI5K.cjs.map → chunk-5UOVF3OR.cjs.map} +0 -0
  204. /package/dist/lib/node/{intent-resolver-NALI2KSH.cjs.map → intent-resolver-PBAOGJS6.cjs.map} +0 -0
  205. /package/dist/lib/node/{store-I7KM7GGP.cjs.map → store-N7JLYYDI.cjs.map} +0 -0
  206. /package/dist/lib/node-esm/{app-graph-builder-45FJO6JA.mjs.map → app-graph-builder-OMH534A4.mjs.map} +0 -0
  207. /package/dist/lib/node-esm/{chunk-KFDC5QSQ.mjs.map → chunk-QHXUTJHE.mjs.map} +0 -0
  208. /package/dist/lib/node-esm/{intent-dispatcher-MYETZPUW.mjs.map → intent-dispatcher-QDUGA7NT.mjs.map} +0 -0
  209. /package/dist/lib/node-esm/{intent-resolver-BW5I7SOS.mjs.map → intent-resolver-P7TC5RBD.mjs.map} +0 -0
  210. /package/dist/lib/node-esm/{store-MKIES4HL.mjs.map → store-M2BYJL6K.mjs.map} +0 -0
@@ -28,67 +28,67 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
  var node_exports = {};
30
30
  __export(node_exports, {
31
- Capabilities: () => import_chunk_EGY2ANJA.Capabilities,
32
- CollaborationActions: () => import_chunk_EGY2ANJA.CollaborationActions,
33
- ErrorBoundary: () => import_chunk_PIFNLI5K.ErrorBoundary,
34
- Events: () => import_chunk_EGY2ANJA.Events,
35
- FileInfoSchema: () => import_chunk_EGY2ANJA.FileInfoSchema,
36
- INTENT_ACTION: () => import_chunk_EGY2ANJA.INTENT_ACTION,
37
- INTENT_PLUGIN: () => import_chunk_EGY2ANJA.INTENT_PLUGIN,
38
- IntentAction: () => import_chunk_EGY2ANJA.IntentAction,
39
- IntentPlugin: () => import_chunk_EGY2ANJA.IntentPlugin,
40
- LAYOUT_ACTION: () => import_chunk_EGY2ANJA.LAYOUT_ACTION,
41
- LAYOUT_PLUGIN: () => import_chunk_EGY2ANJA.LAYOUT_PLUGIN,
42
- Label: () => import_chunk_EGY2ANJA.Label,
43
- LayoutAction: () => import_chunk_EGY2ANJA.LayoutAction,
44
- Plugin: () => import_chunk_EGY2ANJA.Plugin,
45
- PluginManager: () => import_chunk_EGY2ANJA.PluginManager,
46
- PluginManagerProvider: () => import_chunk_PIFNLI5K.PluginManagerProvider,
47
- PluginModule: () => import_chunk_EGY2ANJA.PluginModule,
48
- PluginsContext: () => import_chunk_EGY2ANJA.PluginsContext,
49
- Resource: () => import_chunk_EGY2ANJA.Resource,
50
- ResourceKey: () => import_chunk_EGY2ANJA.ResourceKey,
51
- ResourceLanguage: () => import_chunk_EGY2ANJA.ResourceLanguage,
31
+ Capabilities: () => import_chunk_I3CJYEBC.Capabilities,
32
+ CollaborationActions: () => import_chunk_I3CJYEBC.CollaborationActions,
33
+ ErrorBoundary: () => import_chunk_5UOVF3OR.ErrorBoundary,
34
+ Events: () => import_chunk_I3CJYEBC.Events,
35
+ FileInfoSchema: () => import_chunk_I3CJYEBC.FileInfoSchema,
36
+ INTENT_ACTION: () => import_chunk_I3CJYEBC.INTENT_ACTION,
37
+ INTENT_PLUGIN: () => import_chunk_I3CJYEBC.INTENT_PLUGIN,
38
+ IntentAction: () => import_chunk_I3CJYEBC.IntentAction,
39
+ IntentPlugin: () => import_chunk_I3CJYEBC.IntentPlugin,
40
+ LAYOUT_ACTION: () => import_chunk_I3CJYEBC.LAYOUT_ACTION,
41
+ LAYOUT_PLUGIN: () => import_chunk_I3CJYEBC.LAYOUT_PLUGIN,
42
+ Label: () => import_chunk_I3CJYEBC.Label,
43
+ LayoutAction: () => import_chunk_I3CJYEBC.LayoutAction,
44
+ Plugin: () => import_chunk_I3CJYEBC.Plugin,
45
+ PluginManager: () => import_chunk_I3CJYEBC.PluginManager,
46
+ PluginManagerProvider: () => import_chunk_5UOVF3OR.PluginManagerProvider,
47
+ PluginModule: () => import_chunk_I3CJYEBC.PluginModule,
48
+ PluginsContext: () => import_chunk_I3CJYEBC.PluginsContext,
49
+ Resource: () => import_chunk_I3CJYEBC.Resource,
50
+ ResourceKey: () => import_chunk_I3CJYEBC.ResourceKey,
51
+ ResourceLanguage: () => import_chunk_I3CJYEBC.ResourceLanguage,
52
52
  SETTINGS_ACTION: () => import_chunk_JUSEAFDU.SETTINGS_ACTION,
53
53
  SETTINGS_ID: () => import_chunk_JUSEAFDU.SETTINGS_ID,
54
54
  SETTINGS_KEY: () => import_chunk_JUSEAFDU.SETTINGS_KEY,
55
55
  SETTINGS_PLUGIN: () => import_chunk_JUSEAFDU.SETTINGS_PLUGIN,
56
56
  SettingsAction: () => import_chunk_JUSEAFDU.SettingsAction,
57
57
  SettingsPlugin: () => SettingsPlugin,
58
- Surface: () => import_chunk_PIFNLI5K.Surface,
59
- allOf: () => import_chunk_EGY2ANJA.allOf,
60
- chain: () => import_chunk_EGY2ANJA.chain,
61
- contributes: () => import_chunk_EGY2ANJA.contributes,
62
- createApp: () => import_chunk_PIFNLI5K.createApp,
63
- createDispatcher: () => import_chunk_EGY2ANJA.createDispatcher,
64
- createIntent: () => import_chunk_EGY2ANJA.createIntent,
65
- createResolver: () => import_chunk_EGY2ANJA.createResolver,
66
- createSurface: () => import_chunk_EGY2ANJA.createSurface,
67
- defaultFileTypes: () => import_chunk_EGY2ANJA.defaultFileTypes,
68
- defineCapability: () => import_chunk_EGY2ANJA.defineCapability,
69
- defineEvent: () => import_chunk_EGY2ANJA.defineEvent,
70
- defineModule: () => import_chunk_EGY2ANJA.defineModule,
71
- definePlugin: () => import_chunk_EGY2ANJA.definePlugin,
72
- eventKey: () => import_chunk_EGY2ANJA.eventKey,
73
- getEvents: () => import_chunk_EGY2ANJA.getEvents,
74
- isAllOf: () => import_chunk_EGY2ANJA.isAllOf,
75
- isOneOf: () => import_chunk_EGY2ANJA.isOneOf,
76
- isSurfaceAvailable: () => import_chunk_PIFNLI5K.isSurfaceAvailable,
77
- lazy: () => import_chunk_EGY2ANJA.lazy,
78
- oneOf: () => import_chunk_EGY2ANJA.oneOf,
79
- useAppGraph: () => import_chunk_PIFNLI5K.useAppGraph,
80
- useCapabilities: () => import_chunk_PIFNLI5K.useCapabilities,
81
- useCapability: () => import_chunk_PIFNLI5K.useCapability,
82
- useIntentDispatcher: () => import_chunk_PIFNLI5K.useIntentDispatcher,
83
- useIntentResolver: () => import_chunk_PIFNLI5K.useIntentResolver,
84
- useLayout: () => import_chunk_PIFNLI5K.useLayout,
85
- usePluginManager: () => import_chunk_PIFNLI5K.usePluginManager,
86
- useSurfaces: () => import_chunk_PIFNLI5K.useSurfaces
58
+ Surface: () => import_chunk_5UOVF3OR.Surface,
59
+ allOf: () => import_chunk_I3CJYEBC.allOf,
60
+ chain: () => import_chunk_I3CJYEBC.chain,
61
+ contributes: () => import_chunk_I3CJYEBC.contributes,
62
+ createApp: () => import_chunk_5UOVF3OR.createApp,
63
+ createDispatcher: () => import_chunk_I3CJYEBC.createDispatcher,
64
+ createIntent: () => import_chunk_I3CJYEBC.createIntent,
65
+ createResolver: () => import_chunk_I3CJYEBC.createResolver,
66
+ createSurface: () => import_chunk_I3CJYEBC.createSurface,
67
+ defaultFileTypes: () => import_chunk_I3CJYEBC.defaultFileTypes,
68
+ defineCapability: () => import_chunk_I3CJYEBC.defineCapability,
69
+ defineEvent: () => import_chunk_I3CJYEBC.defineEvent,
70
+ defineModule: () => import_chunk_I3CJYEBC.defineModule,
71
+ definePlugin: () => import_chunk_I3CJYEBC.definePlugin,
72
+ eventKey: () => import_chunk_I3CJYEBC.eventKey,
73
+ getEvents: () => import_chunk_I3CJYEBC.getEvents,
74
+ isAllOf: () => import_chunk_I3CJYEBC.isAllOf,
75
+ isOneOf: () => import_chunk_I3CJYEBC.isOneOf,
76
+ isSurfaceAvailable: () => import_chunk_5UOVF3OR.isSurfaceAvailable,
77
+ lazy: () => import_chunk_I3CJYEBC.lazy,
78
+ oneOf: () => import_chunk_I3CJYEBC.oneOf,
79
+ useAppGraph: () => import_chunk_5UOVF3OR.useAppGraph,
80
+ useCapabilities: () => import_chunk_5UOVF3OR.useCapabilities,
81
+ useCapability: () => import_chunk_5UOVF3OR.useCapability,
82
+ useIntentDispatcher: () => import_chunk_5UOVF3OR.useIntentDispatcher,
83
+ useIntentResolver: () => import_chunk_5UOVF3OR.useIntentResolver,
84
+ useLayout: () => import_chunk_5UOVF3OR.useLayout,
85
+ usePluginManager: () => import_chunk_5UOVF3OR.usePluginManager,
86
+ useSurfaces: () => import_chunk_5UOVF3OR.useSurfaces
87
87
  });
88
88
  module.exports = __toCommonJS(node_exports);
89
- var import_chunk_PIFNLI5K = require("./chunk-PIFNLI5K.cjs");
89
+ var import_chunk_5UOVF3OR = require("./chunk-5UOVF3OR.cjs");
90
90
  var import_chunk_JUSEAFDU = require("./chunk-JUSEAFDU.cjs");
91
- var import_chunk_EGY2ANJA = require("./chunk-EGY2ANJA.cjs");
91
+ var import_chunk_I3CJYEBC = require("./chunk-I3CJYEBC.cjs");
92
92
  var translations_default = [
93
93
  {
94
94
  "en-US": {
@@ -100,35 +100,35 @@ var translations_default = [
100
100
  }
101
101
  }
102
102
  ];
103
- var SettingsPlugin = () => (0, import_chunk_EGY2ANJA.definePlugin)({
103
+ var SettingsPlugin = () => (0, import_chunk_I3CJYEBC.definePlugin)({
104
104
  id: import_chunk_JUSEAFDU.SETTINGS_PLUGIN,
105
105
  name: "Settings"
106
106
  }, [
107
- (0, import_chunk_EGY2ANJA.defineModule)({
107
+ (0, import_chunk_I3CJYEBC.defineModule)({
108
108
  id: `${import_chunk_JUSEAFDU.SETTINGS_PLUGIN}/module/store`,
109
- activatesOn: import_chunk_EGY2ANJA.Events.Startup,
109
+ activatesOn: import_chunk_I3CJYEBC.Events.Startup,
110
110
  activatesBefore: [
111
- import_chunk_EGY2ANJA.Events.SetupSettings
111
+ import_chunk_I3CJYEBC.Events.SetupSettings
112
112
  ],
113
113
  activatesAfter: [
114
- import_chunk_EGY2ANJA.Events.SettingsReady
114
+ import_chunk_I3CJYEBC.Events.SettingsReady
115
115
  ],
116
- activate: (0, import_chunk_EGY2ANJA.lazy)(() => import("./store-I7KM7GGP.cjs"))
116
+ activate: (0, import_chunk_I3CJYEBC.lazy)(() => import("./store-N7JLYYDI.cjs"))
117
117
  }),
118
- (0, import_chunk_EGY2ANJA.defineModule)({
118
+ (0, import_chunk_I3CJYEBC.defineModule)({
119
119
  id: `${import_chunk_JUSEAFDU.SETTINGS_PLUGIN}/module/translations`,
120
- activatesOn: import_chunk_EGY2ANJA.Events.SetupTranslations,
121
- activate: () => (0, import_chunk_EGY2ANJA.contributes)(import_chunk_EGY2ANJA.Capabilities.Translations, translations_default)
120
+ activatesOn: import_chunk_I3CJYEBC.Events.SetupTranslations,
121
+ activate: () => (0, import_chunk_I3CJYEBC.contributes)(import_chunk_I3CJYEBC.Capabilities.Translations, translations_default)
122
122
  }),
123
- (0, import_chunk_EGY2ANJA.defineModule)({
123
+ (0, import_chunk_I3CJYEBC.defineModule)({
124
124
  id: `${import_chunk_JUSEAFDU.SETTINGS_PLUGIN}/module/intent-resolver`,
125
- activatesOn: import_chunk_EGY2ANJA.Events.SetupIntentResolver,
126
- activate: (0, import_chunk_EGY2ANJA.lazy)(() => import("./intent-resolver-NALI2KSH.cjs"))
125
+ activatesOn: import_chunk_I3CJYEBC.Events.SetupIntentResolver,
126
+ activate: (0, import_chunk_I3CJYEBC.lazy)(() => import("./intent-resolver-PBAOGJS6.cjs"))
127
127
  }),
128
- (0, import_chunk_EGY2ANJA.defineModule)({
128
+ (0, import_chunk_I3CJYEBC.defineModule)({
129
129
  id: `${import_chunk_JUSEAFDU.SETTINGS_PLUGIN}/module/app-graph-builder`,
130
- activatesOn: import_chunk_EGY2ANJA.Events.SetupAppGraph,
131
- activate: (0, import_chunk_EGY2ANJA.lazy)(() => import("./app-graph-builder-QGHI2J2R.cjs"))
130
+ activatesOn: import_chunk_I3CJYEBC.Events.SetupAppGraph,
131
+ activate: (0, import_chunk_I3CJYEBC.lazy)(() => import("./app-graph-builder-Z45FKS52.cjs"))
132
132
  })
133
133
  ]);
134
134
  // Annotate the CommonJS export names for ESM import in node:
@@ -16,17 +16,17 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var intent_dispatcher_BEKV2HG3_exports = {};
20
- __export(intent_dispatcher_BEKV2HG3_exports, {
21
- createDispatcher: () => import_chunk_EGY2ANJA.createDispatcher,
22
- createResolver: () => import_chunk_EGY2ANJA.createResolver,
23
- default: () => import_chunk_EGY2ANJA.intent_dispatcher_default
19
+ var intent_dispatcher_FQPJNKIZ_exports = {};
20
+ __export(intent_dispatcher_FQPJNKIZ_exports, {
21
+ createDispatcher: () => import_chunk_I3CJYEBC.createDispatcher,
22
+ createResolver: () => import_chunk_I3CJYEBC.createResolver,
23
+ default: () => import_chunk_I3CJYEBC.intent_dispatcher_default
24
24
  });
25
- module.exports = __toCommonJS(intent_dispatcher_BEKV2HG3_exports);
26
- var import_chunk_EGY2ANJA = require("./chunk-EGY2ANJA.cjs");
25
+ module.exports = __toCommonJS(intent_dispatcher_FQPJNKIZ_exports);
26
+ var import_chunk_I3CJYEBC = require("./chunk-I3CJYEBC.cjs");
27
27
  // Annotate the CommonJS export names for ESM import in node:
28
28
  0 && (module.exports = {
29
29
  createDispatcher,
30
30
  createResolver
31
31
  });
32
- //# sourceMappingURL=intent-dispatcher-BEKV2HG3.cjs.map
32
+ //# sourceMappingURL=intent-dispatcher-FQPJNKIZ.cjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["intent-dispatcher-BEKV2HG3.cjs"],
4
- "sourcesContent": ["import {\n createDispatcher,\n createResolver,\n intent_dispatcher_default\n} from \"./chunk-EGY2ANJA.cjs\";\nexport {\n createDispatcher,\n createResolver,\n intent_dispatcher_default as default\n};\n//# sourceMappingURL=intent-dispatcher-BEKV2HG3.cjs.map\n"],
3
+ "sources": ["intent-dispatcher-FQPJNKIZ.cjs"],
4
+ "sourcesContent": ["import {\n createDispatcher,\n createResolver,\n intent_dispatcher_default\n} from \"./chunk-I3CJYEBC.cjs\";\nexport {\n createDispatcher,\n createResolver,\n intent_dispatcher_default as default\n};\n//# sourceMappingURL=intent-dispatcher-FQPJNKIZ.cjs.map\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAIO;",
6
6
  "names": []
7
7
  }
@@ -16,24 +16,24 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var intent_resolver_NALI2KSH_exports = {};
20
- __export(intent_resolver_NALI2KSH_exports, {
19
+ var intent_resolver_PBAOGJS6_exports = {};
20
+ __export(intent_resolver_PBAOGJS6_exports, {
21
21
  default: () => intent_resolver_default
22
22
  });
23
- module.exports = __toCommonJS(intent_resolver_NALI2KSH_exports);
23
+ module.exports = __toCommonJS(intent_resolver_PBAOGJS6_exports);
24
24
  var import_chunk_JUSEAFDU = require("./chunk-JUSEAFDU.cjs");
25
- var import_chunk_EGY2ANJA = require("./chunk-EGY2ANJA.cjs");
25
+ var import_chunk_I3CJYEBC = require("./chunk-I3CJYEBC.cjs");
26
26
  var import_effect = require("effect");
27
- var intent_resolver_default = () => (0, import_chunk_EGY2ANJA.contributes)(import_chunk_EGY2ANJA.Capabilities.IntentResolver, (0, import_chunk_EGY2ANJA.createResolver)({
27
+ var intent_resolver_default = () => (0, import_chunk_I3CJYEBC.contributes)(import_chunk_I3CJYEBC.Capabilities.IntentResolver, (0, import_chunk_I3CJYEBC.createResolver)({
28
28
  intent: import_chunk_JUSEAFDU.SettingsAction.Open,
29
29
  resolve: ({ plugin }) => {
30
- const openSettings = (0, import_chunk_EGY2ANJA.createIntent)(import_chunk_EGY2ANJA.LayoutAction.SwitchWorkspace, {
30
+ const openSettings = (0, import_chunk_I3CJYEBC.createIntent)(import_chunk_I3CJYEBC.LayoutAction.SwitchWorkspace, {
31
31
  part: "workspace",
32
32
  subject: import_chunk_JUSEAFDU.SETTINGS_ID
33
33
  });
34
34
  return {
35
35
  intents: [
36
- plugin ? (0, import_effect.pipe)(openSettings, (0, import_chunk_EGY2ANJA.chain)(import_chunk_EGY2ANJA.LayoutAction.Open, {
36
+ plugin ? (0, import_effect.pipe)(openSettings, (0, import_chunk_I3CJYEBC.chain)(import_chunk_I3CJYEBC.LayoutAction.Open, {
37
37
  part: "main",
38
38
  subject: [
39
39
  `${import_chunk_JUSEAFDU.SETTINGS_KEY}:${plugin.replaceAll("/", ":")}`
@@ -43,4 +43,4 @@ var intent_resolver_default = () => (0, import_chunk_EGY2ANJA.contributes)(impor
43
43
  };
44
44
  }
45
45
  }));
46
- //# sourceMappingURL=intent-resolver-NALI2KSH.cjs.map
46
+ //# sourceMappingURL=intent-resolver-PBAOGJS6.cjs.map
@@ -1 +1 @@
1
- {"inputs":{"packages/sdk/app-framework/src/core/capabilities.ts":{"bytes":21513,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/core/events.ts":{"bytes":5467,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/core/manager.ts":{"bytes":54685,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/core/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/sdk/app-framework/src/core/events.ts","kind":"import-statement","original":"./events"}],"format":"esm"},"packages/sdk/app-framework/src/core/plugin.ts":{"bytes":7400,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/core/index.ts":{"bytes":770,"imports":[{"path":"packages/sdk/app-framework/src/core/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/sdk/app-framework/src/core/events.ts","kind":"import-statement","original":"./events"},{"path":"packages/sdk/app-framework/src/core/manager.ts","kind":"import-statement","original":"./manager"},{"path":"packages/sdk/app-framework/src/core/plugin.ts","kind":"import-statement","original":"./plugin"}],"format":"esm"},"packages/sdk/app-framework/src/common/capabilities.ts":{"bytes":9304,"imports":[{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/common/collaboration.ts":{"bytes":2901,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/common/events.ts":{"bytes":6715,"imports":[{"path":"packages/sdk/app-framework/src/common/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/common/file.ts":{"bytes":2506,"imports":[{"path":"effect","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/common/graph.ts":{"bytes":1434,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/intent.ts":{"bytes":9977,"imports":[{"path":"effect","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/actions.ts":{"bytes":3337,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-intent/intent.ts","kind":"import-statement","original":"./intent"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/errors.ts":{"bytes":3874,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts":{"bytes":31544,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-intent/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/plugin-intent/errors.ts","kind":"import-statement","original":"./errors"},{"path":"packages/sdk/app-framework/src/plugin-intent/intent.ts","kind":"import-statement","original":"./intent"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/IntentPlugin.tsx":{"bytes":3069,"imports":[{"path":"packages/sdk/app-framework/src/plugin-intent/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"},{"path":"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts","kind":"dynamic-import","original":"./intent-dispatcher"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/index.ts":{"bytes":810,"imports":[{"path":"packages/sdk/app-framework/src/plugin-intent/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/plugin-intent/intent.ts","kind":"import-statement","original":"./intent"},{"path":"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts","kind":"import-statement","original":"./intent-dispatcher"},{"path":"packages/sdk/app-framework/src/plugin-intent/IntentPlugin.tsx","kind":"import-statement","original":"./IntentPlugin"}],"format":"esm"},"packages/sdk/app-framework/src/common/layout.ts":{"bytes":39396,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"../plugin-intent"}],"format":"esm"},"packages/sdk/app-framework/src/common/surface.ts":{"bytes":4159,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/common/translations.ts":{"bytes":2172,"imports":[{"path":"effect","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/common/index.ts":{"bytes":1142,"imports":[{"path":"packages/sdk/app-framework/src/common/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/sdk/app-framework/src/common/collaboration.ts","kind":"import-statement","original":"./collaboration"},{"path":"packages/sdk/app-framework/src/common/events.ts","kind":"import-statement","original":"./events"},{"path":"packages/sdk/app-framework/src/common/file.ts","kind":"import-statement","original":"./file"},{"path":"packages/sdk/app-framework/src/common/graph.ts","kind":"import-statement","original":"./graph"},{"path":"packages/sdk/app-framework/src/common/layout.ts","kind":"import-statement","original":"./layout"},{"path":"packages/sdk/app-framework/src/common/surface.ts","kind":"import-statement","original":"./surface"},{"path":"packages/sdk/app-framework/src/common/translations.ts","kind":"import-statement","original":"./translations"}],"format":"esm"},"packages/sdk/app-framework/src/helpers.ts":{"bytes":5078,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/react/PluginManagerProvider.ts":{"bytes":2070,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/react/useCapabilities.ts":{"bytes":3774,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/react/PluginManagerProvider.ts","kind":"import-statement","original":"./PluginManagerProvider"}],"format":"esm"},"packages/sdk/app-framework/src/react/common.ts":{"bytes":1609,"imports":[{"path":"packages/sdk/app-framework/src/react/useCapabilities.ts","kind":"import-statement","original":"./useCapabilities"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"}],"format":"esm"},"packages/sdk/app-framework/src/react/ErrorBoundary.tsx":{"bytes":4327,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/react/Surface.tsx":{"bytes":10541,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/react/ErrorBoundary.tsx","kind":"import-statement","original":"./ErrorBoundary"},{"path":"packages/sdk/app-framework/src/react/useCapabilities.ts","kind":"import-statement","original":"./useCapabilities"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"}],"format":"esm"},"packages/sdk/app-framework/src/react/useIntentResolver.ts":{"bytes":2530,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/react/index.ts","kind":"import-statement","original":"../react"}],"format":"esm"},"packages/sdk/app-framework/src/react/index.ts":{"bytes":1035,"imports":[{"path":"packages/sdk/app-framework/src/react/common.ts","kind":"import-statement","original":"./common"},{"path":"packages/sdk/app-framework/src/react/ErrorBoundary.tsx","kind":"import-statement","original":"./ErrorBoundary"},{"path":"packages/sdk/app-framework/src/react/PluginManagerProvider.ts","kind":"import-statement","original":"./PluginManagerProvider"},{"path":"packages/sdk/app-framework/src/react/Surface.tsx","kind":"import-statement","original":"./Surface"},{"path":"packages/sdk/app-framework/src/react/useCapabilities.ts","kind":"import-statement","original":"./useCapabilities"},{"path":"packages/sdk/app-framework/src/react/useIntentResolver.ts","kind":"import-statement","original":"./useIntentResolver"}],"format":"esm"},"packages/sdk/app-framework/src/App.tsx":{"bytes":23217,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"./common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"./core"},{"path":"packages/sdk/app-framework/src/helpers.ts","kind":"import-statement","original":"./helpers"},{"path":"packages/sdk/app-framework/src/react/index.ts","kind":"import-statement","original":"./react"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/actions.ts":{"bytes":3540,"imports":[{"path":"effect","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/translations.ts":{"bytes":1354,"imports":[{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/store.ts":{"bytes":3782,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/intent-resolver.ts":{"bytes":3862,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"../plugin-intent"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts":{"bytes":16314,"imports":[{"path":"@dxos/app-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"../plugin-intent"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/SettingsPlugin.ts":{"bytes":4960,"imports":[{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/plugin-settings/translations.ts","kind":"import-statement","original":"./translations"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"},{"path":"packages/sdk/app-framework/src/plugin-settings/store.ts","kind":"dynamic-import","original":"./store"},{"path":"packages/sdk/app-framework/src/plugin-settings/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/index.ts":{"bytes":619,"imports":[{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/plugin-settings/SettingsPlugin.ts","kind":"import-statement","original":"./SettingsPlugin"}],"format":"esm"},"packages/sdk/app-framework/src/index.ts":{"bytes":944,"imports":[{"path":"packages/sdk/app-framework/src/App.tsx","kind":"import-statement","original":"./App"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"./common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"./core"},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"./plugin-intent"},{"path":"packages/sdk/app-framework/src/plugin-settings/index.ts","kind":"import-statement","original":"./plugin-settings"},{"path":"packages/sdk/app-framework/src/react/index.ts","kind":"import-statement","original":"./react"}],"format":"esm"},"packages/sdk/app-framework/src/testing/withPluginManager.tsx":{"bytes":8852,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/App.tsx","kind":"import-statement","original":"../App"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/testing/index.ts":{"bytes":531,"imports":[{"path":"packages/sdk/app-framework/src/testing/withPluginManager.tsx","kind":"import-statement","original":"./withPluginManager"}],"format":"esm"},"packages/sdk/app-framework/src/worker.ts":{"bytes":1287,"imports":[{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"./core"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"./common"},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"./plugin-intent"}],"format":"esm"}},"outputs":{"packages/sdk/app-framework/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2832},"packages/sdk/app-framework/dist/lib/node/index.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-PIFNLI5K.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/store-I7KM7GGP.cjs","kind":"dynamic-import"},{"path":"packages/sdk/app-framework/dist/lib/node/intent-resolver-NALI2KSH.cjs","kind":"dynamic-import"},{"path":"packages/sdk/app-framework/dist/lib/node/app-graph-builder-QGHI2J2R.cjs","kind":"dynamic-import"}],"exports":["Capabilities","CollaborationActions","ErrorBoundary","Events","FileInfoSchema","INTENT_ACTION","INTENT_PLUGIN","IntentAction","IntentPlugin","LAYOUT_ACTION","LAYOUT_PLUGIN","Label","LayoutAction","Plugin","PluginManager","PluginManagerProvider","PluginModule","PluginsContext","Resource","ResourceKey","ResourceLanguage","SETTINGS_ACTION","SETTINGS_ID","SETTINGS_KEY","SETTINGS_PLUGIN","SettingsAction","SettingsPlugin","Surface","allOf","chain","contributes","createApp","createDispatcher","createIntent","createResolver","createSurface","defaultFileTypes","defineCapability","defineEvent","defineModule","definePlugin","eventKey","getEvents","isAllOf","isOneOf","isSurfaceAvailable","lazy","oneOf","useAppGraph","useCapabilities","useCapability","useIntentDispatcher","useIntentResolver","useLayout","usePluginManager","useSurfaces"],"entryPoint":"packages/sdk/app-framework/src/index.ts","inputs":{"packages/sdk/app-framework/src/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/plugin-settings/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/plugin-settings/translations.ts":{"bytesInOutput":228},"packages/sdk/app-framework/src/plugin-settings/SettingsPlugin.ts":{"bytesInOutput":932}},"bytes":3225},"packages/sdk/app-framework/dist/lib/node/testing/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4480},"packages/sdk/app-framework/dist/lib/node/testing/index.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-PIFNLI5K.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true}],"exports":["setupPluginManager","withPluginManager"],"entryPoint":"packages/sdk/app-framework/src/testing/index.ts","inputs":{"packages/sdk/app-framework/src/testing/withPluginManager.tsx":{"bytesInOutput":1742},"packages/sdk/app-framework/src/testing/index.ts":{"bytesInOutput":0}},"bytes":2079},"packages/sdk/app-framework/dist/lib/node/chunk-PIFNLI5K.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":26144},"packages/sdk/app-framework/dist/lib/node/chunk-PIFNLI5K.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true}],"exports":["ErrorBoundary","PluginManagerProvider","Surface","createApp","isSurfaceAvailable","useAppGraph","useCapabilities","useCapability","useIntentDispatcher","useIntentResolver","useLayout","usePluginManager","useSurfaces"],"inputs":{"packages/sdk/app-framework/src/react/PluginManagerProvider.ts":{"bytesInOutput":312},"packages/sdk/app-framework/src/react/useCapabilities.ts":{"bytesInOutput":568},"packages/sdk/app-framework/src/react/common.ts":{"bytesInOutput":198},"packages/sdk/app-framework/src/react/ErrorBoundary.tsx":{"bytesInOutput":705},"packages/sdk/app-framework/src/react/Surface.tsx":{"bytesInOutput":1836},"packages/sdk/app-framework/src/react/useIntentResolver.ts":{"bytesInOutput":414},"packages/sdk/app-framework/src/react/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/App.tsx":{"bytesInOutput":4638},"packages/sdk/app-framework/src/helpers.ts":{"bytesInOutput":1049}},"bytes":10572},"packages/sdk/app-framework/dist/lib/node/worker.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/sdk/app-framework/dist/lib/node/worker.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs","kind":"import-statement"}],"exports":["Capabilities","CollaborationActions","Events","FileInfoSchema","INTENT_ACTION","INTENT_PLUGIN","IntentAction","IntentPlugin","LAYOUT_ACTION","LAYOUT_PLUGIN","Label","LayoutAction","Plugin","PluginManager","PluginModule","PluginsContext","Resource","ResourceKey","ResourceLanguage","allOf","chain","contributes","createDispatcher","createIntent","createResolver","createSurface","defaultFileTypes","defineCapability","defineEvent","defineModule","definePlugin","eventKey","getEvents","isAllOf","isOneOf","lazy","oneOf"],"entryPoint":"packages/sdk/app-framework/src/worker.ts","inputs":{"packages/sdk/app-framework/src/worker.ts":{"bytesInOutput":0}},"bytes":1198},"packages/sdk/app-framework/dist/lib/node/intent-dispatcher-BEKV2HG3.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/sdk/app-framework/dist/lib/node/intent-dispatcher-BEKV2HG3.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs","kind":"import-statement"}],"exports":["createDispatcher","createResolver","default"],"entryPoint":"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts","inputs":{},"bytes":251},"packages/sdk/app-framework/dist/lib/node/store-I7KM7GGP.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2000},"packages/sdk/app-framework/dist/lib/node/store-I7KM7GGP.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs","kind":"import-statement"},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/sdk/app-framework/src/plugin-settings/store.ts","inputs":{"packages/sdk/app-framework/src/plugin-settings/store.ts":{"bytesInOutput":782}},"bytes":995},"packages/sdk/app-framework/dist/lib/node/intent-resolver-NALI2KSH.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1819},"packages/sdk/app-framework/dist/lib/node/intent-resolver-NALI2KSH.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs","kind":"import-statement"},{"path":"effect","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/sdk/app-framework/src/plugin-settings/intent-resolver.ts","inputs":{"packages/sdk/app-framework/src/plugin-settings/intent-resolver.ts":{"bytesInOutput":577}},"bytes":967},"packages/sdk/app-framework/dist/lib/node/app-graph-builder-QGHI2J2R.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7443},"packages/sdk/app-framework/dist/lib/node/app-graph-builder-QGHI2J2R.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs","kind":"import-statement"},{"path":"@dxos/app-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts","inputs":{"packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts":{"bytesInOutput":3625}},"bytes":3997},"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1686},"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs":{"imports":[{"path":"effect","kind":"import-statement","external":true}],"exports":["SETTINGS_ACTION","SETTINGS_ID","SETTINGS_KEY","SETTINGS_PLUGIN","SettingsAction"],"inputs":{"packages/sdk/app-framework/src/plugin-settings/actions.ts":{"bytesInOutput":696}},"bytes":900},"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":104368},"packages/sdk/app-framework/dist/lib/node/chunk-EGY2ANJA.cjs":{"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/dist/lib/node/intent-dispatcher-BEKV2HG3.cjs","kind":"dynamic-import"},{"path":"effect","kind":"import-statement","external":true}],"exports":["Capabilities","CollaborationActions","Events","FileInfoSchema","INTENT_ACTION","INTENT_PLUGIN","IntentAction","IntentPlugin","LAYOUT_ACTION","LAYOUT_PLUGIN","Label","LayoutAction","Plugin","PluginManager","PluginModule","PluginsContext","Resource","ResourceKey","ResourceLanguage","allOf","chain","contributes","createDispatcher","createIntent","createResolver","createSurface","defaultFileTypes","defineCapability","defineEvent","defineModule","definePlugin","eventKey","getEvents","intent_dispatcher_default","isAllOf","isOneOf","lazy","oneOf"],"inputs":{"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts":{"bytesInOutput":5367},"packages/sdk/app-framework/src/plugin-intent/actions.ts":{"bytesInOutput":644},"packages/sdk/app-framework/src/plugin-intent/intent.ts":{"bytesInOutput":790},"packages/sdk/app-framework/src/plugin-intent/errors.ts":{"bytesInOutput":662},"packages/sdk/app-framework/src/core/capabilities.ts":{"bytesInOutput":4332},"packages/sdk/app-framework/src/core/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/core/events.ts":{"bytesInOutput":512},"packages/sdk/app-framework/src/core/manager.ts":{"bytesInOutput":14829},"packages/sdk/app-framework/src/core/plugin.ts":{"bytesInOutput":516},"packages/sdk/app-framework/src/common/capabilities.ts":{"bytesInOutput":1852},"packages/sdk/app-framework/src/common/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/common/collaboration.ts":{"bytesInOutput":699},"packages/sdk/app-framework/src/common/events.ts":{"bytesInOutput":1232},"packages/sdk/app-framework/src/common/file.ts":{"bytesInOutput":368},"packages/sdk/app-framework/src/common/layout.ts":{"bytesInOutput":11039},"packages/sdk/app-framework/src/plugin-intent/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/plugin-intent/IntentPlugin.tsx":{"bytesInOutput":620},"packages/sdk/app-framework/src/common/surface.ts":{"bytesInOutput":48},"packages/sdk/app-framework/src/common/translations.ts":{"bytesInOutput":281}},"bytes":45516}}}
1
+ {"inputs":{"packages/sdk/app-framework/src/core/capabilities.ts":{"bytes":21513,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/core/events.ts":{"bytes":5467,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/core/manager.ts":{"bytes":54685,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/core/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/sdk/app-framework/src/core/events.ts","kind":"import-statement","original":"./events"}],"format":"esm"},"packages/sdk/app-framework/src/core/plugin.ts":{"bytes":7400,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/core/index.ts":{"bytes":770,"imports":[{"path":"packages/sdk/app-framework/src/core/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/sdk/app-framework/src/core/events.ts","kind":"import-statement","original":"./events"},{"path":"packages/sdk/app-framework/src/core/manager.ts","kind":"import-statement","original":"./manager"},{"path":"packages/sdk/app-framework/src/core/plugin.ts","kind":"import-statement","original":"./plugin"}],"format":"esm"},"packages/sdk/app-framework/src/common/capabilities.ts":{"bytes":9304,"imports":[{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/common/collaboration.ts":{"bytes":2901,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/common/events.ts":{"bytes":6715,"imports":[{"path":"packages/sdk/app-framework/src/common/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/common/file.ts":{"bytes":2506,"imports":[{"path":"effect","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/common/graph.ts":{"bytes":1434,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/intent.ts":{"bytes":9977,"imports":[{"path":"effect","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/actions.ts":{"bytes":3337,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-intent/intent.ts","kind":"import-statement","original":"./intent"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/errors.ts":{"bytes":3874,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts":{"bytes":31544,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-intent/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/plugin-intent/errors.ts","kind":"import-statement","original":"./errors"},{"path":"packages/sdk/app-framework/src/plugin-intent/intent.ts","kind":"import-statement","original":"./intent"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/IntentPlugin.tsx":{"bytes":3069,"imports":[{"path":"packages/sdk/app-framework/src/plugin-intent/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"},{"path":"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts","kind":"dynamic-import","original":"./intent-dispatcher"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-intent/index.ts":{"bytes":810,"imports":[{"path":"packages/sdk/app-framework/src/plugin-intent/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/plugin-intent/intent.ts","kind":"import-statement","original":"./intent"},{"path":"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts","kind":"import-statement","original":"./intent-dispatcher"},{"path":"packages/sdk/app-framework/src/plugin-intent/IntentPlugin.tsx","kind":"import-statement","original":"./IntentPlugin"}],"format":"esm"},"packages/sdk/app-framework/src/common/layout.ts":{"bytes":39825,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"../plugin-intent"}],"format":"esm"},"packages/sdk/app-framework/src/common/surface.ts":{"bytes":4159,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/common/translations.ts":{"bytes":2172,"imports":[{"path":"effect","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/common/index.ts":{"bytes":1142,"imports":[{"path":"packages/sdk/app-framework/src/common/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/sdk/app-framework/src/common/collaboration.ts","kind":"import-statement","original":"./collaboration"},{"path":"packages/sdk/app-framework/src/common/events.ts","kind":"import-statement","original":"./events"},{"path":"packages/sdk/app-framework/src/common/file.ts","kind":"import-statement","original":"./file"},{"path":"packages/sdk/app-framework/src/common/graph.ts","kind":"import-statement","original":"./graph"},{"path":"packages/sdk/app-framework/src/common/layout.ts","kind":"import-statement","original":"./layout"},{"path":"packages/sdk/app-framework/src/common/surface.ts","kind":"import-statement","original":"./surface"},{"path":"packages/sdk/app-framework/src/common/translations.ts","kind":"import-statement","original":"./translations"}],"format":"esm"},"packages/sdk/app-framework/src/helpers.ts":{"bytes":5078,"imports":[],"format":"esm"},"packages/sdk/app-framework/src/react/PluginManagerProvider.ts":{"bytes":2070,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/react/useCapabilities.ts":{"bytes":3774,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/react/PluginManagerProvider.ts","kind":"import-statement","original":"./PluginManagerProvider"}],"format":"esm"},"packages/sdk/app-framework/src/react/common.ts":{"bytes":1609,"imports":[{"path":"packages/sdk/app-framework/src/react/useCapabilities.ts","kind":"import-statement","original":"./useCapabilities"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"}],"format":"esm"},"packages/sdk/app-framework/src/react/ErrorBoundary.tsx":{"bytes":4327,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/react/Surface.tsx":{"bytes":10541,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/react/ErrorBoundary.tsx","kind":"import-statement","original":"./ErrorBoundary"},{"path":"packages/sdk/app-framework/src/react/useCapabilities.ts","kind":"import-statement","original":"./useCapabilities"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"}],"format":"esm"},"packages/sdk/app-framework/src/react/useIntentResolver.ts":{"bytes":2530,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/react/index.ts","kind":"import-statement","original":"../react"}],"format":"esm"},"packages/sdk/app-framework/src/react/index.ts":{"bytes":1035,"imports":[{"path":"packages/sdk/app-framework/src/react/common.ts","kind":"import-statement","original":"./common"},{"path":"packages/sdk/app-framework/src/react/ErrorBoundary.tsx","kind":"import-statement","original":"./ErrorBoundary"},{"path":"packages/sdk/app-framework/src/react/PluginManagerProvider.ts","kind":"import-statement","original":"./PluginManagerProvider"},{"path":"packages/sdk/app-framework/src/react/Surface.tsx","kind":"import-statement","original":"./Surface"},{"path":"packages/sdk/app-framework/src/react/useCapabilities.ts","kind":"import-statement","original":"./useCapabilities"},{"path":"packages/sdk/app-framework/src/react/useIntentResolver.ts","kind":"import-statement","original":"./useIntentResolver"}],"format":"esm"},"packages/sdk/app-framework/src/App.tsx":{"bytes":23217,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"./common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"./core"},{"path":"packages/sdk/app-framework/src/helpers.ts","kind":"import-statement","original":"./helpers"},{"path":"packages/sdk/app-framework/src/react/index.ts","kind":"import-statement","original":"./react"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/actions.ts":{"bytes":3540,"imports":[{"path":"effect","kind":"import-statement","external":true}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/translations.ts":{"bytes":1354,"imports":[{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/store.ts":{"bytes":3782,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/intent-resolver.ts":{"bytes":3862,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"../plugin-intent"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts":{"bytes":16314,"imports":[{"path":"@dxos/app-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"../plugin-intent"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/SettingsPlugin.ts":{"bytes":4960,"imports":[{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/plugin-settings/translations.ts","kind":"import-statement","original":"./translations"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"},{"path":"packages/sdk/app-framework/src/plugin-settings/store.ts","kind":"dynamic-import","original":"./store"},{"path":"packages/sdk/app-framework/src/plugin-settings/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"}],"format":"esm"},"packages/sdk/app-framework/src/plugin-settings/index.ts":{"bytes":619,"imports":[{"path":"packages/sdk/app-framework/src/plugin-settings/actions.ts","kind":"import-statement","original":"./actions"},{"path":"packages/sdk/app-framework/src/plugin-settings/SettingsPlugin.ts","kind":"import-statement","original":"./SettingsPlugin"}],"format":"esm"},"packages/sdk/app-framework/src/index.ts":{"bytes":944,"imports":[{"path":"packages/sdk/app-framework/src/App.tsx","kind":"import-statement","original":"./App"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"./common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"./core"},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"./plugin-intent"},{"path":"packages/sdk/app-framework/src/plugin-settings/index.ts","kind":"import-statement","original":"./plugin-settings"},{"path":"packages/sdk/app-framework/src/react/index.ts","kind":"import-statement","original":"./react"}],"format":"esm"},"packages/sdk/app-framework/src/testing/withPluginManager.tsx":{"bytes":8852,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/src/App.tsx","kind":"import-statement","original":"../App"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"../common"},{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"../core"}],"format":"esm"},"packages/sdk/app-framework/src/testing/index.ts":{"bytes":531,"imports":[{"path":"packages/sdk/app-framework/src/testing/withPluginManager.tsx","kind":"import-statement","original":"./withPluginManager"}],"format":"esm"},"packages/sdk/app-framework/src/worker.ts":{"bytes":1287,"imports":[{"path":"packages/sdk/app-framework/src/core/index.ts","kind":"import-statement","original":"./core"},{"path":"packages/sdk/app-framework/src/common/index.ts","kind":"import-statement","original":"./common"},{"path":"packages/sdk/app-framework/src/plugin-intent/index.ts","kind":"import-statement","original":"./plugin-intent"}],"format":"esm"}},"outputs":{"packages/sdk/app-framework/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2832},"packages/sdk/app-framework/dist/lib/node/index.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-5UOVF3OR.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/store-N7JLYYDI.cjs","kind":"dynamic-import"},{"path":"packages/sdk/app-framework/dist/lib/node/intent-resolver-PBAOGJS6.cjs","kind":"dynamic-import"},{"path":"packages/sdk/app-framework/dist/lib/node/app-graph-builder-Z45FKS52.cjs","kind":"dynamic-import"}],"exports":["Capabilities","CollaborationActions","ErrorBoundary","Events","FileInfoSchema","INTENT_ACTION","INTENT_PLUGIN","IntentAction","IntentPlugin","LAYOUT_ACTION","LAYOUT_PLUGIN","Label","LayoutAction","Plugin","PluginManager","PluginManagerProvider","PluginModule","PluginsContext","Resource","ResourceKey","ResourceLanguage","SETTINGS_ACTION","SETTINGS_ID","SETTINGS_KEY","SETTINGS_PLUGIN","SettingsAction","SettingsPlugin","Surface","allOf","chain","contributes","createApp","createDispatcher","createIntent","createResolver","createSurface","defaultFileTypes","defineCapability","defineEvent","defineModule","definePlugin","eventKey","getEvents","isAllOf","isOneOf","isSurfaceAvailable","lazy","oneOf","useAppGraph","useCapabilities","useCapability","useIntentDispatcher","useIntentResolver","useLayout","usePluginManager","useSurfaces"],"entryPoint":"packages/sdk/app-framework/src/index.ts","inputs":{"packages/sdk/app-framework/src/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/plugin-settings/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/plugin-settings/translations.ts":{"bytesInOutput":228},"packages/sdk/app-framework/src/plugin-settings/SettingsPlugin.ts":{"bytesInOutput":932}},"bytes":3225},"packages/sdk/app-framework/dist/lib/node/testing/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4480},"packages/sdk/app-framework/dist/lib/node/testing/index.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-5UOVF3OR.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true}],"exports":["setupPluginManager","withPluginManager"],"entryPoint":"packages/sdk/app-framework/src/testing/index.ts","inputs":{"packages/sdk/app-framework/src/testing/withPluginManager.tsx":{"bytesInOutput":1742},"packages/sdk/app-framework/src/testing/index.ts":{"bytesInOutput":0}},"bytes":2079},"packages/sdk/app-framework/dist/lib/node/chunk-5UOVF3OR.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":26144},"packages/sdk/app-framework/dist/lib/node/chunk-5UOVF3OR.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true}],"exports":["ErrorBoundary","PluginManagerProvider","Surface","createApp","isSurfaceAvailable","useAppGraph","useCapabilities","useCapability","useIntentDispatcher","useIntentResolver","useLayout","usePluginManager","useSurfaces"],"inputs":{"packages/sdk/app-framework/src/react/PluginManagerProvider.ts":{"bytesInOutput":312},"packages/sdk/app-framework/src/react/useCapabilities.ts":{"bytesInOutput":568},"packages/sdk/app-framework/src/react/common.ts":{"bytesInOutput":198},"packages/sdk/app-framework/src/react/ErrorBoundary.tsx":{"bytesInOutput":705},"packages/sdk/app-framework/src/react/Surface.tsx":{"bytesInOutput":1836},"packages/sdk/app-framework/src/react/useIntentResolver.ts":{"bytesInOutput":414},"packages/sdk/app-framework/src/react/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/App.tsx":{"bytesInOutput":4638},"packages/sdk/app-framework/src/helpers.ts":{"bytesInOutput":1049}},"bytes":10572},"packages/sdk/app-framework/dist/lib/node/worker.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/sdk/app-framework/dist/lib/node/worker.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs","kind":"import-statement"}],"exports":["Capabilities","CollaborationActions","Events","FileInfoSchema","INTENT_ACTION","INTENT_PLUGIN","IntentAction","IntentPlugin","LAYOUT_ACTION","LAYOUT_PLUGIN","Label","LayoutAction","Plugin","PluginManager","PluginModule","PluginsContext","Resource","ResourceKey","ResourceLanguage","allOf","chain","contributes","createDispatcher","createIntent","createResolver","createSurface","defaultFileTypes","defineCapability","defineEvent","defineModule","definePlugin","eventKey","getEvents","isAllOf","isOneOf","lazy","oneOf"],"entryPoint":"packages/sdk/app-framework/src/worker.ts","inputs":{"packages/sdk/app-framework/src/worker.ts":{"bytesInOutput":0}},"bytes":1198},"packages/sdk/app-framework/dist/lib/node/intent-dispatcher-FQPJNKIZ.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/sdk/app-framework/dist/lib/node/intent-dispatcher-FQPJNKIZ.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs","kind":"import-statement"}],"exports":["createDispatcher","createResolver","default"],"entryPoint":"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts","inputs":{},"bytes":251},"packages/sdk/app-framework/dist/lib/node/store-N7JLYYDI.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2000},"packages/sdk/app-framework/dist/lib/node/store-N7JLYYDI.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs","kind":"import-statement"},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/sdk/app-framework/src/plugin-settings/store.ts","inputs":{"packages/sdk/app-framework/src/plugin-settings/store.ts":{"bytesInOutput":782}},"bytes":995},"packages/sdk/app-framework/dist/lib/node/intent-resolver-PBAOGJS6.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1819},"packages/sdk/app-framework/dist/lib/node/intent-resolver-PBAOGJS6.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs","kind":"import-statement"},{"path":"effect","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/sdk/app-framework/src/plugin-settings/intent-resolver.ts","inputs":{"packages/sdk/app-framework/src/plugin-settings/intent-resolver.ts":{"bytesInOutput":577}},"bytes":967},"packages/sdk/app-framework/dist/lib/node/app-graph-builder-Z45FKS52.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7443},"packages/sdk/app-framework/dist/lib/node/app-graph-builder-Z45FKS52.cjs":{"imports":[{"path":"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs","kind":"import-statement"},{"path":"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs","kind":"import-statement"},{"path":"@dxos/app-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts","inputs":{"packages/sdk/app-framework/src/plugin-settings/app-graph-builder.ts":{"bytesInOutput":3625}},"bytes":3997},"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1686},"packages/sdk/app-framework/dist/lib/node/chunk-JUSEAFDU.cjs":{"imports":[{"path":"effect","kind":"import-statement","external":true}],"exports":["SETTINGS_ACTION","SETTINGS_ID","SETTINGS_KEY","SETTINGS_PLUGIN","SettingsAction"],"inputs":{"packages/sdk/app-framework/src/plugin-settings/actions.ts":{"bytesInOutput":696}},"bytes":900},"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":104564},"packages/sdk/app-framework/dist/lib/node/chunk-I3CJYEBC.cjs":{"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"packages/sdk/app-framework/dist/lib/node/intent-dispatcher-FQPJNKIZ.cjs","kind":"dynamic-import"},{"path":"effect","kind":"import-statement","external":true}],"exports":["Capabilities","CollaborationActions","Events","FileInfoSchema","INTENT_ACTION","INTENT_PLUGIN","IntentAction","IntentPlugin","LAYOUT_ACTION","LAYOUT_PLUGIN","Label","LayoutAction","Plugin","PluginManager","PluginModule","PluginsContext","Resource","ResourceKey","ResourceLanguage","allOf","chain","contributes","createDispatcher","createIntent","createResolver","createSurface","defaultFileTypes","defineCapability","defineEvent","defineModule","definePlugin","eventKey","getEvents","intent_dispatcher_default","isAllOf","isOneOf","lazy","oneOf"],"inputs":{"packages/sdk/app-framework/src/plugin-intent/intent-dispatcher.ts":{"bytesInOutput":5367},"packages/sdk/app-framework/src/plugin-intent/actions.ts":{"bytesInOutput":644},"packages/sdk/app-framework/src/plugin-intent/intent.ts":{"bytesInOutput":790},"packages/sdk/app-framework/src/plugin-intent/errors.ts":{"bytesInOutput":662},"packages/sdk/app-framework/src/core/capabilities.ts":{"bytesInOutput":4332},"packages/sdk/app-framework/src/core/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/core/events.ts":{"bytesInOutput":512},"packages/sdk/app-framework/src/core/manager.ts":{"bytesInOutput":14829},"packages/sdk/app-framework/src/core/plugin.ts":{"bytesInOutput":516},"packages/sdk/app-framework/src/common/capabilities.ts":{"bytesInOutput":1852},"packages/sdk/app-framework/src/common/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/common/collaboration.ts":{"bytesInOutput":699},"packages/sdk/app-framework/src/common/events.ts":{"bytesInOutput":1232},"packages/sdk/app-framework/src/common/file.ts":{"bytesInOutput":368},"packages/sdk/app-framework/src/common/layout.ts":{"bytesInOutput":11168},"packages/sdk/app-framework/src/plugin-intent/index.ts":{"bytesInOutput":0},"packages/sdk/app-framework/src/plugin-intent/IntentPlugin.tsx":{"bytesInOutput":620},"packages/sdk/app-framework/src/common/surface.ts":{"bytesInOutput":48},"packages/sdk/app-framework/src/common/translations.ts":{"bytesInOutput":281}},"bytes":45645}}}
@@ -16,19 +16,19 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var store_I7KM7GGP_exports = {};
20
- __export(store_I7KM7GGP_exports, {
19
+ var store_N7JLYYDI_exports = {};
20
+ __export(store_N7JLYYDI_exports, {
21
21
  default: () => store_default
22
22
  });
23
- module.exports = __toCommonJS(store_I7KM7GGP_exports);
24
- var import_chunk_EGY2ANJA = require("./chunk-EGY2ANJA.cjs");
23
+ module.exports = __toCommonJS(store_N7JLYYDI_exports);
24
+ var import_chunk_I3CJYEBC = require("./chunk-I3CJYEBC.cjs");
25
25
  var import_signals_core = require("@preact/signals-core");
26
26
  var import_local_storage = require("@dxos/local-storage");
27
27
  var store_default = (context) => {
28
28
  const settingsStore = new import_local_storage.RootSettingsStore();
29
29
  let previous = [];
30
30
  const unsubscribe = (0, import_signals_core.effect)(() => {
31
- const allSettings = context.requestCapabilities(import_chunk_EGY2ANJA.Capabilities.Settings);
31
+ const allSettings = context.requestCapabilities(import_chunk_I3CJYEBC.Capabilities.Settings);
32
32
  const added = allSettings.filter((setting) => !previous.includes(setting));
33
33
  const removed = previous.filter((setting) => !allSettings.includes(setting));
34
34
  previous = allSettings;
@@ -39,6 +39,6 @@ var store_default = (context) => {
39
39
  settingsStore.removeStore(setting.prefix);
40
40
  });
41
41
  });
42
- return (0, import_chunk_EGY2ANJA.contributes)(import_chunk_EGY2ANJA.Capabilities.SettingsStore, settingsStore, () => unsubscribe());
42
+ return (0, import_chunk_I3CJYEBC.contributes)(import_chunk_I3CJYEBC.Capabilities.SettingsStore, settingsStore, () => unsubscribe());
43
43
  };
44
- //# sourceMappingURL=store-I7KM7GGP.cjs.map
44
+ //# sourceMappingURL=store-N7JLYYDI.cjs.map
@@ -32,12 +32,12 @@ __export(testing_exports, {
32
32
  withPluginManager: () => withPluginManager
33
33
  });
34
34
  module.exports = __toCommonJS(testing_exports);
35
- var import_chunk_PIFNLI5K = require("../chunk-PIFNLI5K.cjs");
36
- var import_chunk_EGY2ANJA = require("../chunk-EGY2ANJA.cjs");
35
+ var import_chunk_5UOVF3OR = require("../chunk-5UOVF3OR.cjs");
36
+ var import_chunk_I3CJYEBC = require("../chunk-I3CJYEBC.cjs");
37
37
  var import_react = __toESM(require("react"));
38
38
  var import_debug = require("@dxos/debug");
39
39
  var setupPluginManager = ({ capabilities, plugins = [], core = plugins.map(({ meta }) => meta.id), ...options } = {}) => {
40
- const pluginManager = new import_chunk_EGY2ANJA.PluginManager({
40
+ const pluginManager = new import_chunk_I3CJYEBC.PluginManager({
41
41
  pluginLoader: () => (0, import_debug.raise)(new Error("Not implemented")),
42
42
  plugins: [
43
43
  StoryPlugin(),
@@ -62,7 +62,7 @@ var setupPluginManager = ({ capabilities, plugins = [], core = plugins.map(({ me
62
62
  };
63
63
  var withPluginManager = (options = {}) => {
64
64
  const pluginManager = setupPluginManager(options);
65
- const App = (0, import_chunk_PIFNLI5K.createApp)({
65
+ const App = (0, import_chunk_5UOVF3OR.createApp)({
66
66
  pluginManager
67
67
  });
68
68
  options.fireEvents?.forEach((event) => {
@@ -70,7 +70,7 @@ var withPluginManager = (options = {}) => {
70
70
  });
71
71
  return (Story, context) => {
72
72
  (0, import_react.useEffect)(() => {
73
- const capability = (0, import_chunk_EGY2ANJA.contributes)(import_chunk_EGY2ANJA.Capabilities.ReactRoot, {
73
+ const capability = (0, import_chunk_I3CJYEBC.contributes)(import_chunk_I3CJYEBC.Capabilities.ReactRoot, {
74
74
  id: context.id,
75
75
  root: () => /* @__PURE__ */ import_react.default.createElement(Story, null)
76
76
  });
@@ -84,13 +84,13 @@ var withPluginManager = (options = {}) => {
84
84
  };
85
85
  };
86
86
  var STORY_PLUGIN = "dxos.org/app-framework/story";
87
- var StoryPlugin = () => (0, import_chunk_EGY2ANJA.definePlugin)({
87
+ var StoryPlugin = () => (0, import_chunk_I3CJYEBC.definePlugin)({
88
88
  id: STORY_PLUGIN,
89
89
  name: "Story"
90
90
  }, [
91
- (0, import_chunk_EGY2ANJA.defineModule)({
91
+ (0, import_chunk_I3CJYEBC.defineModule)({
92
92
  id: STORY_PLUGIN,
93
- activatesOn: import_chunk_EGY2ANJA.Events.Startup,
93
+ activatesOn: import_chunk_I3CJYEBC.Events.Startup,
94
94
  activate: () => []
95
95
  })
96
96
  ]);