@dxos/app-framework 0.8.3 → 0.8.4-main.84f28bd

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 (235) hide show
  1. package/.swc/plugins/v7_linux_x86_64_13.0.0/f45bdff002284d9e8f9ef3f0be909de12da36c049cbcf261ac78fc00abb09a2d +0 -0
  2. package/.swc/plugins/v7_linux_x86_64_13.0.0/fce1bdb8e20a094e4af08bad09cc81497ed0e2e7c51223b07d371063cca18429 +0 -0
  3. package/README.md +0 -8
  4. package/dist/lib/browser/{app-graph-builder-BI4VVKSW.mjs → app-graph-builder-BGGXLD6T.mjs} +4 -4
  5. package/dist/lib/browser/{chunk-EHM4UI3V.mjs → chunk-2636QSIK.mjs} +24 -24
  6. package/dist/lib/browser/{chunk-EHM4UI3V.mjs.map → chunk-2636QSIK.mjs.map} +2 -2
  7. package/dist/lib/browser/{chunk-DIBVO47Z.mjs → chunk-DHZB7HG7.mjs} +25 -18
  8. package/dist/lib/browser/{chunk-DIBVO47Z.mjs.map → chunk-DHZB7HG7.mjs.map} +3 -3
  9. package/dist/lib/browser/{chunk-WWEJRWFX.mjs → chunk-ORWHM7CO.mjs} +2 -2
  10. package/dist/lib/browser/index.mjs +10 -10
  11. package/dist/lib/browser/index.mjs.map +3 -3
  12. package/dist/lib/browser/{intent-dispatcher-XVBOMF2Y.mjs → intent-dispatcher-TWKB22NI.mjs} +2 -2
  13. package/dist/lib/browser/{intent-resolver-3QMBXLIY.mjs → intent-resolver-O67UANYP.mjs} +4 -4
  14. package/dist/lib/browser/meta.json +1 -1
  15. package/dist/lib/browser/{store-5H7XPJGA.mjs → store-LFKDWHUQ.mjs} +3 -3
  16. package/dist/lib/browser/testing/index.mjs +3 -3
  17. package/dist/lib/browser/worker.mjs +1 -1
  18. package/dist/lib/node-esm/{app-graph-builder-NROP6RPQ.mjs → app-graph-builder-QHIJUYYW.mjs} +4 -4
  19. package/dist/lib/node-esm/{chunk-FHNZZWP4.mjs → chunk-NJAFK626.mjs} +25 -18
  20. package/dist/lib/node-esm/{chunk-FHNZZWP4.mjs.map → chunk-NJAFK626.mjs.map} +3 -3
  21. package/dist/lib/node-esm/{chunk-I6BVZMAH.mjs → chunk-UMZQERLE.mjs} +2 -2
  22. package/dist/lib/node-esm/{chunk-2J6FVECI.mjs → chunk-VSKRV3NW.mjs} +24 -24
  23. package/dist/lib/node-esm/{chunk-2J6FVECI.mjs.map → chunk-VSKRV3NW.mjs.map} +2 -2
  24. package/dist/lib/node-esm/index.mjs +10 -10
  25. package/dist/lib/node-esm/index.mjs.map +3 -3
  26. package/dist/lib/node-esm/{intent-dispatcher-7JPGLCQ5.mjs → intent-dispatcher-5PRM3KGH.mjs} +2 -2
  27. package/dist/lib/node-esm/{intent-resolver-VY4X5UHN.mjs → intent-resolver-K3D4BXQQ.mjs} +4 -4
  28. package/dist/lib/node-esm/meta.json +1 -1
  29. package/dist/lib/node-esm/{store-UKD2R2KA.mjs → store-53XDUBMD.mjs} +3 -3
  30. package/dist/lib/node-esm/testing/index.mjs +3 -3
  31. package/dist/lib/node-esm/worker.mjs +1 -1
  32. package/dist/types/src/common/capabilities.d.ts.map +1 -1
  33. package/dist/types/src/plugin-settings/translations.d.ts +7 -8
  34. package/dist/types/src/plugin-settings/translations.d.ts.map +1 -1
  35. package/dist/types/tsconfig.tsbuildinfo +1 -1
  36. package/moon.yml +14 -0
  37. package/package.json +27 -27
  38. package/src/App.tsx +3 -3
  39. package/src/common/capabilities.ts +1 -0
  40. package/src/core/manager.test.ts +1 -2
  41. package/src/plugin-settings/SettingsPlugin.ts +1 -1
  42. package/src/plugin-settings/translations.ts +4 -2
  43. package/typedoc/classes/CollaborationActions.InsertContent.html +40 -40
  44. package/typedoc/classes/ErrorBoundary.html +6 -6
  45. package/typedoc/classes/IntentAction.ShowUndo.html +41 -41
  46. package/typedoc/classes/IntentAction.Track.html +41 -41
  47. package/typedoc/classes/LayoutAction.AddToast.html +40 -40
  48. package/typedoc/classes/LayoutAction.Close.html +40 -40
  49. package/typedoc/classes/LayoutAction.Expose.html +40 -40
  50. package/typedoc/classes/LayoutAction.Open.html +40 -40
  51. package/typedoc/classes/LayoutAction.RevertWorkspace.html +40 -40
  52. package/typedoc/classes/LayoutAction.ScrollIntoView.html +40 -40
  53. package/typedoc/classes/LayoutAction.Set.html +40 -40
  54. package/typedoc/classes/LayoutAction.SetLayoutMode.html +40 -40
  55. package/typedoc/classes/LayoutAction.SwitchWorkspace.html +40 -40
  56. package/typedoc/classes/LayoutAction.UpdateComplementary.html +40 -40
  57. package/typedoc/classes/LayoutAction.UpdateDialog.html +40 -40
  58. package/typedoc/classes/LayoutAction.UpdateLayout.html +41 -41
  59. package/typedoc/classes/LayoutAction.UpdatePopover.html +40 -40
  60. package/typedoc/classes/LayoutAction.UpdateSidebar.html +40 -40
  61. package/typedoc/classes/Plugin.html +3 -3
  62. package/typedoc/classes/PluginContext.html +10 -10
  63. package/typedoc/classes/PluginManager.html +16 -16
  64. package/typedoc/classes/PluginModule.html +8 -8
  65. package/typedoc/classes/SettingsAction.Open.html +40 -40
  66. package/typedoc/classes/SettingsAction.OpenPluginRegistry.html +40 -40
  67. package/typedoc/functions/Events.createStateEvent.html +2 -2
  68. package/typedoc/functions/IntentPlugin.html +1 -1
  69. package/typedoc/functions/SettingsPlugin.html +1 -1
  70. package/typedoc/functions/allOf.html +2 -2
  71. package/typedoc/functions/chain.html +2 -2
  72. package/typedoc/functions/contributes.html +2 -2
  73. package/typedoc/functions/createDispatcher.html +2 -2
  74. package/typedoc/functions/createIntent.html +2 -2
  75. package/typedoc/functions/createResolver.html +2 -2
  76. package/typedoc/functions/createSurface.html +2 -2
  77. package/typedoc/functions/defineCapability.html +2 -2
  78. package/typedoc/functions/defineEvent.html +2 -2
  79. package/typedoc/functions/defineModule.html +2 -2
  80. package/typedoc/functions/definePlugin.html +2 -2
  81. package/typedoc/functions/eventKey.html +2 -2
  82. package/typedoc/functions/getEvents.html +2 -2
  83. package/typedoc/functions/isAllOf.html +2 -2
  84. package/typedoc/functions/isOneOf.html +2 -2
  85. package/typedoc/functions/isSurfaceAvailable.html +2 -2
  86. package/typedoc/functions/lazy.html +2 -2
  87. package/typedoc/functions/oneOf.html +2 -2
  88. package/typedoc/functions/useApp.html +2 -2
  89. package/typedoc/functions/useAppGraph.html +1 -1
  90. package/typedoc/functions/useCapabilities.html +2 -2
  91. package/typedoc/functions/useCapability.html +2 -2
  92. package/typedoc/functions/useIntentDispatcher.html +1 -1
  93. package/typedoc/functions/useIntentResolver.html +1 -1
  94. package/typedoc/functions/useLayout.html +1 -1
  95. package/typedoc/functions/usePluginManager.html +2 -2
  96. package/typedoc/hierarchy.html +1 -1
  97. package/typedoc/index.html +2 -6
  98. package/typedoc/interfaces/LayoutAction.Toast.html +2 -2
  99. package/typedoc/modules/Capabilities.html +1 -1
  100. package/typedoc/modules/CollaborationActions.html +1 -1
  101. package/typedoc/modules/Events.html +1 -1
  102. package/typedoc/modules/IntentAction.html +1 -1
  103. package/typedoc/modules/LayoutAction.html +2 -2
  104. package/typedoc/modules/SettingsAction.html +1 -1
  105. package/typedoc/modules.html +1 -1
  106. package/typedoc/types/ActivationEvent.html +3 -3
  107. package/typedoc/types/ActivationEvents.html +2 -2
  108. package/typedoc/types/AnyCapability.html +1 -1
  109. package/typedoc/types/AnyIntent.html +1 -1
  110. package/typedoc/types/AnyIntentChain.html +1 -1
  111. package/typedoc/types/AnyIntentEffectResult.html +1 -1
  112. package/typedoc/types/AnyIntentResolver.html +1 -1
  113. package/typedoc/types/AnyIntentResult.html +1 -1
  114. package/typedoc/types/Capabilities.FileUploader.html +1 -1
  115. package/typedoc/types/Capabilities.IntentResolver.html +1 -1
  116. package/typedoc/types/Capabilities.Layout.html +1 -1
  117. package/typedoc/types/Capabilities.Metadata.html +1 -1
  118. package/typedoc/types/Capabilities.ReactContext.html +1 -1
  119. package/typedoc/types/Capabilities.ReactRoot.html +1 -1
  120. package/typedoc/types/Capabilities.ReactSurface.html +1 -1
  121. package/typedoc/types/Capabilities.Settings.html +2 -2
  122. package/typedoc/types/Capability.html +5 -5
  123. package/typedoc/types/CreateAppOptions.html +2 -2
  124. package/typedoc/types/FileInfo.html +1 -1
  125. package/typedoc/types/Intent.html +6 -6
  126. package/typedoc/types/IntentChain.html +3 -3
  127. package/typedoc/types/IntentContext.html +2 -2
  128. package/typedoc/types/IntentData.html +1 -1
  129. package/typedoc/types/IntentDispatcher.html +2 -2
  130. package/typedoc/types/IntentDispatcherResult.html +2 -2
  131. package/typedoc/types/IntentEffectDefinition.html +2 -2
  132. package/typedoc/types/IntentEffectResult.html +6 -6
  133. package/typedoc/types/IntentParams.html +2 -2
  134. package/typedoc/types/IntentResolver.html +2 -2
  135. package/typedoc/types/IntentResultData.html +1 -1
  136. package/typedoc/types/IntentSchema.html +1 -1
  137. package/typedoc/types/IntentUndo.html +2 -2
  138. package/typedoc/types/InterfaceDef.html +3 -3
  139. package/typedoc/types/Label.html +1 -1
  140. package/typedoc/types/NodeSerializer.html +3 -3
  141. package/typedoc/types/PluginManagerOptions.html +2 -2
  142. package/typedoc/types/PluginMeta.html +9 -9
  143. package/typedoc/types/PromiseIntentDispatcher.html +2 -2
  144. package/typedoc/types/PromiseIntentUndo.html +2 -2
  145. package/typedoc/types/Resource.html +1 -1
  146. package/typedoc/types/ResourceKey.html +1 -1
  147. package/typedoc/types/ResourceLanguage.html +1 -1
  148. package/typedoc/types/SerializedNode.html +2 -2
  149. package/typedoc/types/SurfaceComponent.html +2 -2
  150. package/typedoc/types/SurfaceDefinition.html +2 -2
  151. package/typedoc/types/SurfaceProps.html +2 -2
  152. package/typedoc/variables/Capabilities.AnchorSort.html +1 -1
  153. package/typedoc/variables/Capabilities.AppGraph.html +1 -1
  154. package/typedoc/variables/Capabilities.AppGraphBuilder.html +1 -1
  155. package/typedoc/variables/Capabilities.AppGraphSerializer.html +1 -1
  156. package/typedoc/variables/Capabilities.ArtifactDefinition.html +1 -1
  157. package/typedoc/variables/Capabilities.FileUploader.html +1 -1
  158. package/typedoc/variables/Capabilities.IntentDispatcher.html +1 -1
  159. package/typedoc/variables/Capabilities.IntentResolver.html +1 -1
  160. package/typedoc/variables/Capabilities.Layout.html +1 -1
  161. package/typedoc/variables/Capabilities.Metadata.html +1 -1
  162. package/typedoc/variables/Capabilities.Null.html +1 -1
  163. package/typedoc/variables/Capabilities.PluginManager.html +1 -1
  164. package/typedoc/variables/Capabilities.ReactContext.html +1 -1
  165. package/typedoc/variables/Capabilities.ReactRoot.html +1 -1
  166. package/typedoc/variables/Capabilities.ReactSurface.html +1 -1
  167. package/typedoc/variables/Capabilities.RxRegistry.html +1 -1
  168. package/typedoc/variables/Capabilities.Settings.html +1 -1
  169. package/typedoc/variables/Capabilities.SettingsStore.html +1 -1
  170. package/typedoc/variables/Capabilities.Tools.html +1 -1
  171. package/typedoc/variables/Capabilities.Translations.html +1 -1
  172. package/typedoc/variables/Events.AppGraphReady.html +2 -2
  173. package/typedoc/variables/Events.DispatcherReady.html +2 -2
  174. package/typedoc/variables/Events.LayoutReady.html +1 -1
  175. package/typedoc/variables/Events.SettingsReady.html +2 -2
  176. package/typedoc/variables/Events.SetupAppGraph.html +2 -2
  177. package/typedoc/variables/Events.SetupArtifactDefinition.html +2 -2
  178. package/typedoc/variables/Events.SetupIntentResolver.html +2 -2
  179. package/typedoc/variables/Events.SetupMetadata.html +2 -2
  180. package/typedoc/variables/Events.SetupReactSurface.html +2 -2
  181. package/typedoc/variables/Events.SetupSettings.html +2 -2
  182. package/typedoc/variables/Events.SetupTranslations.html +2 -2
  183. package/typedoc/variables/Events.Startup.html +2 -2
  184. package/typedoc/variables/FileInfoSchema.html +1 -1
  185. package/typedoc/variables/INTENT_ACTION.html +1 -1
  186. package/typedoc/variables/INTENT_PLUGIN.html +1 -1
  187. package/typedoc/variables/LAYOUT_ACTION.html +1 -1
  188. package/typedoc/variables/LAYOUT_PLUGIN.html +1 -1
  189. package/typedoc/variables/Label.html +1 -1
  190. package/typedoc/variables/LayoutAction.Toast.html +1 -1
  191. package/typedoc/variables/LayoutAction.UPDATE_LAYOUT.html +1 -1
  192. package/typedoc/variables/PluginManagerProvider.html +2 -2
  193. package/typedoc/variables/Resource.html +2 -2
  194. package/typedoc/variables/ResourceKey.html +1 -1
  195. package/typedoc/variables/ResourceLanguage.html +1 -1
  196. package/typedoc/variables/SETTINGS_ACTION.html +1 -1
  197. package/typedoc/variables/SETTINGS_ID.html +1 -1
  198. package/typedoc/variables/SETTINGS_KEY.html +1 -1
  199. package/typedoc/variables/SETTINGS_PLUGIN.html +1 -1
  200. package/typedoc/variables/Surface.html +2 -2
  201. package/typedoc/variables/defaultFileTypes.html +1 -1
  202. package/vitest.config.ts +5 -2
  203. package/README.yml +0 -5
  204. package/dist/lib/node/app-graph-builder-H7QVE4MJ.cjs +0 -146
  205. package/dist/lib/node/app-graph-builder-H7QVE4MJ.cjs.map +0 -7
  206. package/dist/lib/node/chunk-G774ASXO.cjs +0 -58
  207. package/dist/lib/node/chunk-G774ASXO.cjs.map +0 -7
  208. package/dist/lib/node/chunk-VSOSVDQ3.cjs +0 -1551
  209. package/dist/lib/node/chunk-VSOSVDQ3.cjs.map +0 -7
  210. package/dist/lib/node/chunk-YGAY3H34.cjs +0 -429
  211. package/dist/lib/node/chunk-YGAY3H34.cjs.map +0 -7
  212. package/dist/lib/node/index.cjs +0 -193
  213. package/dist/lib/node/index.cjs.map +0 -7
  214. package/dist/lib/node/intent-dispatcher-C3SVKJ62.cjs +0 -32
  215. package/dist/lib/node/intent-dispatcher-C3SVKJ62.cjs.map +0 -7
  216. package/dist/lib/node/intent-resolver-IOJDYO34.cjs +0 -46
  217. package/dist/lib/node/intent-resolver-IOJDYO34.cjs.map +0 -7
  218. package/dist/lib/node/meta.json +0 -1
  219. package/dist/lib/node/store-ESF5VR57.cjs +0 -45
  220. package/dist/lib/node/store-ESF5VR57.cjs.map +0 -7
  221. package/dist/lib/node/testing/index.cjs +0 -119
  222. package/dist/lib/node/testing/index.cjs.map +0 -7
  223. package/dist/lib/node/worker.cjs +0 -101
  224. package/dist/lib/node/worker.cjs.map +0 -7
  225. package/project.json +0 -29
  226. /package/dist/lib/browser/{app-graph-builder-BI4VVKSW.mjs.map → app-graph-builder-BGGXLD6T.mjs.map} +0 -0
  227. /package/dist/lib/browser/{chunk-WWEJRWFX.mjs.map → chunk-ORWHM7CO.mjs.map} +0 -0
  228. /package/dist/lib/browser/{intent-dispatcher-XVBOMF2Y.mjs.map → intent-dispatcher-TWKB22NI.mjs.map} +0 -0
  229. /package/dist/lib/browser/{intent-resolver-3QMBXLIY.mjs.map → intent-resolver-O67UANYP.mjs.map} +0 -0
  230. /package/dist/lib/browser/{store-5H7XPJGA.mjs.map → store-LFKDWHUQ.mjs.map} +0 -0
  231. /package/dist/lib/node-esm/{app-graph-builder-NROP6RPQ.mjs.map → app-graph-builder-QHIJUYYW.mjs.map} +0 -0
  232. /package/dist/lib/node-esm/{chunk-I6BVZMAH.mjs.map → chunk-UMZQERLE.mjs.map} +0 -0
  233. /package/dist/lib/node-esm/{intent-dispatcher-7JPGLCQ5.mjs.map → intent-dispatcher-5PRM3KGH.mjs.map} +0 -0
  234. /package/dist/lib/node-esm/{intent-resolver-VY4X5UHN.mjs.map → intent-resolver-K3D4BXQQ.mjs.map} +0 -0
  235. /package/dist/lib/node-esm/{store-UKD2R2KA.mjs.map → store-53XDUBMD.mjs.map} +0 -0
@@ -1,101 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var worker_exports = {};
20
- __export(worker_exports, {
21
- Capabilities: () => import_chunk_VSOSVDQ3.Capabilities,
22
- CollaborationActions: () => import_chunk_VSOSVDQ3.CollaborationActions,
23
- Events: () => import_chunk_VSOSVDQ3.Events,
24
- FileInfoSchema: () => import_chunk_VSOSVDQ3.FileInfoSchema,
25
- INTENT_ACTION: () => import_chunk_VSOSVDQ3.INTENT_ACTION,
26
- INTENT_PLUGIN: () => import_chunk_VSOSVDQ3.INTENT_PLUGIN,
27
- IntentAction: () => import_chunk_VSOSVDQ3.IntentAction,
28
- IntentPlugin: () => import_chunk_VSOSVDQ3.IntentPlugin,
29
- LAYOUT_ACTION: () => import_chunk_VSOSVDQ3.LAYOUT_ACTION,
30
- LAYOUT_PLUGIN: () => import_chunk_VSOSVDQ3.LAYOUT_PLUGIN,
31
- Label: () => import_chunk_VSOSVDQ3.Label,
32
- LayoutAction: () => import_chunk_VSOSVDQ3.LayoutAction,
33
- Plugin: () => import_chunk_VSOSVDQ3.Plugin,
34
- PluginContext: () => import_chunk_VSOSVDQ3.PluginContext,
35
- PluginManager: () => import_chunk_VSOSVDQ3.PluginManager,
36
- PluginModule: () => import_chunk_VSOSVDQ3.PluginModule,
37
- Resource: () => import_chunk_VSOSVDQ3.Resource,
38
- ResourceKey: () => import_chunk_VSOSVDQ3.ResourceKey,
39
- ResourceLanguage: () => import_chunk_VSOSVDQ3.ResourceLanguage,
40
- allOf: () => import_chunk_VSOSVDQ3.allOf,
41
- chain: () => import_chunk_VSOSVDQ3.chain,
42
- contributes: () => import_chunk_VSOSVDQ3.contributes,
43
- createDispatcher: () => import_chunk_VSOSVDQ3.createDispatcher,
44
- createIntent: () => import_chunk_VSOSVDQ3.createIntent,
45
- createResolver: () => import_chunk_VSOSVDQ3.createResolver,
46
- createSurface: () => import_chunk_VSOSVDQ3.createSurface,
47
- defaultFileTypes: () => import_chunk_VSOSVDQ3.defaultFileTypes,
48
- defineCapability: () => import_chunk_VSOSVDQ3.defineCapability,
49
- defineEvent: () => import_chunk_VSOSVDQ3.defineEvent,
50
- defineModule: () => import_chunk_VSOSVDQ3.defineModule,
51
- definePlugin: () => import_chunk_VSOSVDQ3.definePlugin,
52
- eventKey: () => import_chunk_VSOSVDQ3.eventKey,
53
- getEvents: () => import_chunk_VSOSVDQ3.getEvents,
54
- isAllOf: () => import_chunk_VSOSVDQ3.isAllOf,
55
- isOneOf: () => import_chunk_VSOSVDQ3.isOneOf,
56
- lazy: () => import_chunk_VSOSVDQ3.lazy,
57
- oneOf: () => import_chunk_VSOSVDQ3.oneOf
58
- });
59
- module.exports = __toCommonJS(worker_exports);
60
- var import_chunk_VSOSVDQ3 = require("./chunk-VSOSVDQ3.cjs");
61
- // Annotate the CommonJS export names for ESM import in node:
62
- 0 && (module.exports = {
63
- Capabilities,
64
- CollaborationActions,
65
- Events,
66
- FileInfoSchema,
67
- INTENT_ACTION,
68
- INTENT_PLUGIN,
69
- IntentAction,
70
- IntentPlugin,
71
- LAYOUT_ACTION,
72
- LAYOUT_PLUGIN,
73
- Label,
74
- LayoutAction,
75
- Plugin,
76
- PluginContext,
77
- PluginManager,
78
- PluginModule,
79
- Resource,
80
- ResourceKey,
81
- ResourceLanguage,
82
- allOf,
83
- chain,
84
- contributes,
85
- createDispatcher,
86
- createIntent,
87
- createResolver,
88
- createSurface,
89
- defaultFileTypes,
90
- defineCapability,
91
- defineEvent,
92
- defineModule,
93
- definePlugin,
94
- eventKey,
95
- getEvents,
96
- isAllOf,
97
- isOneOf,
98
- lazy,
99
- oneOf
100
- });
101
- //# sourceMappingURL=worker.cjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["worker.cjs"],
4
- "sourcesContent": ["import {\n Capabilities,\n CollaborationActions,\n Events,\n FileInfoSchema,\n INTENT_ACTION,\n INTENT_PLUGIN,\n IntentAction,\n IntentPlugin,\n LAYOUT_ACTION,\n LAYOUT_PLUGIN,\n Label,\n LayoutAction,\n Plugin,\n PluginContext,\n PluginManager,\n PluginModule,\n Resource,\n ResourceKey,\n ResourceLanguage,\n allOf,\n chain,\n contributes,\n createDispatcher,\n createIntent,\n createResolver,\n createSurface,\n defaultFileTypes,\n defineCapability,\n defineEvent,\n defineModule,\n definePlugin,\n eventKey,\n getEvents,\n isAllOf,\n isOneOf,\n lazy,\n oneOf\n} from \"./chunk-VSOSVDQ3.cjs\";\nexport {\n Capabilities,\n CollaborationActions,\n Events,\n FileInfoSchema,\n INTENT_ACTION,\n INTENT_PLUGIN,\n IntentAction,\n IntentPlugin,\n LAYOUT_ACTION,\n LAYOUT_PLUGIN,\n Label,\n LayoutAction,\n Plugin,\n PluginContext,\n PluginManager,\n PluginModule,\n Resource,\n ResourceKey,\n ResourceLanguage,\n allOf,\n chain,\n contributes,\n createDispatcher,\n createIntent,\n createResolver,\n createSurface,\n defaultFileTypes,\n defineCapability,\n defineEvent,\n defineModule,\n definePlugin,\n eventKey,\n getEvents,\n isAllOf,\n isOneOf,\n lazy,\n oneOf\n};\n//# sourceMappingURL=worker.cjs.map\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAsCO;",
6
- "names": []
7
- }
package/project.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "$schema": "../../../node_modules/nx/schemas/project-schema.json",
3
- "name": "app-framework",
4
- "tags": [
5
- "scope:sdk"
6
- ],
7
- "sourceRoot": "{projectRoot}/src",
8
- "projectType": "application",
9
- "targets": {
10
- "build": {},
11
- "compile": {
12
- "options": {
13
- "entryPoints": [
14
- "{projectRoot}/src/index.ts",
15
- "{projectRoot}/src/testing/index.ts",
16
- "{projectRoot}/src/worker.ts"
17
- ],
18
- "preactSignalTracking": true
19
- }
20
- },
21
- "lint": {},
22
- "pack": {},
23
- "test": {},
24
- "typedoc": {}
25
- },
26
- "implicitDependencies": [
27
- "esbuild"
28
- ]
29
- }