@dxos/app-framework 0.8.2-main.f11618f → 0.8.2-main.fbd8ed0
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.
- package/dist/lib/browser/{app-graph-builder-OHM2Z6YQ.mjs → app-graph-builder-6E7NCZ77.mjs} +23 -23
- package/dist/lib/browser/app-graph-builder-6E7NCZ77.mjs.map +7 -0
- package/dist/lib/browser/{chunk-DVNSCQJ5.mjs → chunk-2KSDY3EZ.mjs} +297 -270
- package/dist/lib/browser/chunk-2KSDY3EZ.mjs.map +7 -0
- package/dist/lib/browser/{chunk-X2YC645Z.mjs → chunk-K3HOLGVH.mjs} +38 -26
- package/dist/lib/browser/chunk-K3HOLGVH.mjs.map +7 -0
- package/dist/lib/browser/{chunk-SFPT4Z2C.mjs → chunk-KPRHX73H.mjs} +9 -9
- package/dist/lib/browser/chunk-KPRHX73H.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +8 -8
- package/dist/lib/browser/{intent-dispatcher-J7QIFHLO.mjs → intent-dispatcher-VGUJBPPN.mjs} +2 -2
- package/dist/lib/browser/{intent-resolver-QV5MDMDV.mjs → intent-resolver-QLFZY5R5.mjs} +3 -3
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/{store-XMPVLJOQ.mjs → store-QGVXOY4T.mjs} +7 -6
- package/dist/lib/browser/store-QGVXOY4T.mjs.map +7 -0
- package/dist/lib/browser/testing/index.mjs +7 -3
- package/dist/lib/browser/testing/index.mjs.map +3 -3
- package/dist/lib/browser/worker.mjs +3 -3
- package/dist/lib/node/app-graph-builder-4IWMG67O.cjs +146 -0
- package/dist/lib/node/app-graph-builder-4IWMG67O.cjs.map +7 -0
- package/dist/lib/node/{chunk-I3CJYEBC.cjs → chunk-2EBZ2ICH.cjs} +137 -110
- package/dist/lib/node/chunk-2EBZ2ICH.cjs.map +7 -0
- package/dist/lib/node/{chunk-5UOVF3OR.cjs → chunk-7J66KH2T.cjs} +78 -66
- package/dist/lib/node/chunk-7J66KH2T.cjs.map +7 -0
- package/dist/lib/node/{chunk-JUSEAFDU.cjs → chunk-JQMNABMK.cjs} +4 -4
- package/dist/lib/node/chunk-JQMNABMK.cjs.map +7 -0
- package/dist/lib/node/index.cjs +80 -80
- package/dist/lib/node/{intent-dispatcher-FQPJNKIZ.cjs → intent-dispatcher-TASJBG5M.cjs} +8 -8
- package/dist/lib/node/{intent-dispatcher-FQPJNKIZ.cjs.map → intent-dispatcher-TASJBG5M.cjs.map} +2 -2
- package/dist/lib/node/{intent-resolver-PBAOGJS6.cjs → intent-resolver-5CG5NIJY.cjs} +12 -12
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/{store-N7JLYYDI.cjs → store-IF3UR2KA.cjs} +10 -9
- package/dist/lib/node/store-IF3UR2KA.cjs.map +7 -0
- package/dist/lib/node/testing/index.cjs +14 -9
- package/dist/lib/node/testing/index.cjs.map +3 -3
- package/dist/lib/node/worker.cjs +39 -39
- package/dist/lib/node/worker.cjs.map +1 -1
- package/dist/lib/node-esm/{app-graph-builder-OMH534A4.mjs → app-graph-builder-LYCG5CO3.mjs} +23 -23
- package/dist/lib/node-esm/app-graph-builder-LYCG5CO3.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-GSDBF2CK.mjs → chunk-BOEJMAVK.mjs} +297 -270
- package/dist/lib/node-esm/chunk-BOEJMAVK.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-QHXUTJHE.mjs → chunk-ISNBS46Y.mjs} +38 -26
- package/dist/lib/node-esm/chunk-ISNBS46Y.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-PHOUQACM.mjs → chunk-JUJF5L4G.mjs} +9 -9
- package/dist/lib/node-esm/chunk-JUJF5L4G.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +8 -8
- package/dist/lib/node-esm/{intent-dispatcher-QDUGA7NT.mjs → intent-dispatcher-ZUSNX2OY.mjs} +2 -2
- package/dist/lib/node-esm/{intent-resolver-P7TC5RBD.mjs → intent-resolver-NGDHUKDD.mjs} +3 -3
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/{store-M2BYJL6K.mjs → store-NCRSE25X.mjs} +7 -6
- package/dist/lib/node-esm/store-NCRSE25X.mjs.map +7 -0
- package/dist/lib/node-esm/testing/index.mjs +7 -3
- package/dist/lib/node-esm/testing/index.mjs.map +3 -3
- package/dist/lib/node-esm/worker.mjs +3 -3
- package/dist/types/src/App.d.ts +3 -1
- package/dist/types/src/App.d.ts.map +1 -1
- package/dist/types/src/common/capabilities.d.ts +6 -196
- package/dist/types/src/common/capabilities.d.ts.map +1 -1
- package/dist/types/src/common/collaboration.d.ts +14 -7
- package/dist/types/src/common/collaboration.d.ts.map +1 -1
- package/dist/types/src/common/events.d.ts.map +1 -1
- package/dist/types/src/common/file.d.ts +7 -7
- package/dist/types/src/common/file.d.ts.map +1 -1
- package/dist/types/src/common/layout.d.ts +163 -163
- package/dist/types/src/common/layout.d.ts.map +1 -1
- package/dist/types/src/common/surface.d.ts.map +1 -1
- package/dist/types/src/common/translations.d.ts +7 -7
- package/dist/types/src/common/translations.d.ts.map +1 -1
- package/dist/types/src/core/capabilities.d.ts +28 -13
- package/dist/types/src/core/capabilities.d.ts.map +1 -1
- package/dist/types/src/core/events.d.ts.map +1 -1
- package/dist/types/src/core/manager.d.ts +6 -3
- package/dist/types/src/core/manager.d.ts.map +1 -1
- package/dist/types/src/core/plugin.d.ts +2 -2
- package/dist/types/src/core/plugin.d.ts.map +1 -1
- package/dist/types/src/helpers.d.ts.map +1 -1
- package/dist/types/src/playground/generator/generator.d.ts.map +1 -1
- package/dist/types/src/playground/logger/schema.d.ts +6 -6
- package/dist/types/src/playground/logger/schema.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/actions.d.ts +14 -14
- package/dist/types/src/plugin-intent/actions.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/intent-dispatcher.d.ts +3 -3
- package/dist/types/src/plugin-intent/intent-dispatcher.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/intent.d.ts +14 -20
- package/dist/types/src/plugin-intent/intent.d.ts.map +1 -1
- package/dist/types/src/plugin-settings/actions.d.ts +10 -10
- package/dist/types/src/plugin-settings/actions.d.ts.map +1 -1
- package/dist/types/src/plugin-settings/app-graph-builder.d.ts +2 -195
- package/dist/types/src/plugin-settings/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/plugin-settings/store.d.ts +2 -2
- package/dist/types/src/plugin-settings/store.d.ts.map +1 -1
- package/dist/types/src/react/IntentContext.d.ts.map +1 -1
- package/dist/types/src/react/Surface.d.ts +2 -2
- package/dist/types/src/react/Surface.d.ts.map +1 -1
- package/dist/types/src/react/useCapabilities.d.ts +2 -2
- package/dist/types/src/react/useCapabilities.d.ts.map +1 -1
- package/dist/types/src/react/useIntentResolver.d.ts.map +1 -1
- package/dist/types/src/testing/withPluginManager.d.ts +5 -2
- package/dist/types/src/testing/withPluginManager.d.ts.map +1 -1
- package/dist/types/src/testing/withPluginManager.stories.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +25 -20
- package/src/App.tsx +14 -2
- package/src/common/capabilities.ts +7 -4
- package/src/common/collaboration.ts +11 -8
- package/src/common/file.ts +7 -7
- package/src/common/layout.ts +148 -136
- package/src/common/translations.ts +7 -7
- package/src/core/capabilities.test.ts +55 -36
- package/src/core/capabilities.ts +77 -57
- package/src/core/manager.test.ts +19 -19
- package/src/core/manager.ts +14 -6
- package/src/core/plugin.ts +2 -2
- package/src/playground/generator/generator.ts +4 -4
- package/src/playground/logger/schema.ts +5 -5
- package/src/playground/playground.stories.tsx +1 -1
- package/src/plugin-intent/actions.ts +9 -9
- package/src/plugin-intent/intent-dispatcher.test.ts +23 -42
- package/src/plugin-intent/intent-dispatcher.ts +7 -11
- package/src/plugin-intent/intent.ts +22 -20
- package/src/plugin-settings/actions.ts +8 -8
- package/src/plugin-settings/app-graph-builder.ts +129 -94
- package/src/plugin-settings/store.ts +20 -17
- package/src/react/Surface.stories.tsx +1 -1
- package/src/react/Surface.tsx +3 -3
- package/src/react/useCapabilities.ts +9 -19
- package/src/testing/withPluginManager.stories.tsx +0 -1
- package/src/testing/withPluginManager.tsx +11 -3
- package/tsconfig.json +3 -0
- package/typedoc/assets/navigation.js +1 -1
- package/typedoc/assets/search.js +1 -1
- package/typedoc/classes/CollaborationActions.InsertContent.html +280 -241
- package/typedoc/classes/ErrorBoundary.html +6 -6
- package/typedoc/classes/IntentAction.ShowUndo.html +125 -125
- package/typedoc/classes/IntentAction.Track.html +239 -239
- package/typedoc/classes/LayoutAction.AddToast.html +163 -163
- package/typedoc/classes/LayoutAction.Close.html +352 -352
- package/typedoc/classes/LayoutAction.Expose.html +238 -238
- package/typedoc/classes/LayoutAction.Open.html +904 -748
- package/typedoc/classes/LayoutAction.RevertWorkspace.html +241 -241
- package/typedoc/classes/LayoutAction.ScrollIntoView.html +280 -280
- package/typedoc/classes/LayoutAction.Set.html +436 -358
- package/typedoc/classes/LayoutAction.SetLayoutMode.html +469 -391
- package/typedoc/classes/LayoutAction.SwitchWorkspace.html +238 -238
- package/typedoc/classes/LayoutAction.UpdateComplementary.html +358 -358
- package/typedoc/classes/LayoutAction.UpdateDialog.html +553 -475
- package/typedoc/classes/LayoutAction.UpdateLayout.html +281 -281
- package/typedoc/classes/LayoutAction.UpdatePopover.html +826 -826
- package/typedoc/classes/LayoutAction.UpdateSidebar.html +397 -319
- package/typedoc/classes/Plugin.html +3 -3
- package/typedoc/classes/PluginContext.html +38 -0
- package/typedoc/classes/PluginManager.html +17 -16
- package/typedoc/classes/PluginModule.html +9 -9
- package/typedoc/classes/SettingsAction.Open.html +199 -199
- package/typedoc/classes/SettingsAction.OpenPluginRegistry.html +124 -124
- package/typedoc/functions/Events.createStateEvent.html +2 -2
- package/typedoc/functions/IntentPlugin.html +1 -1
- package/typedoc/functions/SettingsPlugin.html +1 -1
- package/typedoc/functions/allOf.html +2 -2
- package/typedoc/functions/chain.html +2 -2
- package/typedoc/functions/contributes.html +2 -2
- package/typedoc/functions/createApp.html +2 -2
- package/typedoc/functions/createDispatcher.html +3 -3
- package/typedoc/functions/createIntent.html +3 -3
- package/typedoc/functions/createResolver.html +2 -2
- package/typedoc/functions/createSurface.html +2 -2
- package/typedoc/functions/defineCapability.html +2 -2
- package/typedoc/functions/defineEvent.html +2 -2
- package/typedoc/functions/defineModule.html +2 -2
- package/typedoc/functions/definePlugin.html +2 -2
- package/typedoc/functions/eventKey.html +2 -2
- package/typedoc/functions/getEvents.html +2 -2
- package/typedoc/functions/isAllOf.html +2 -2
- package/typedoc/functions/isOneOf.html +2 -2
- package/typedoc/functions/isSurfaceAvailable.html +2 -2
- package/typedoc/functions/lazy.html +2 -2
- package/typedoc/functions/oneOf.html +2 -2
- package/typedoc/functions/useAppGraph.html +1 -1
- package/typedoc/functions/useCapabilities.html +3 -3
- package/typedoc/functions/useCapability.html +3 -3
- package/typedoc/functions/useIntentDispatcher.html +1 -1
- package/typedoc/functions/useIntentResolver.html +1 -1
- package/typedoc/functions/useLayout.html +1 -1
- package/typedoc/functions/usePluginManager.html +2 -2
- package/typedoc/hierarchy.html +1 -1
- package/typedoc/index.html +2 -2
- package/typedoc/interfaces/LayoutAction.Toast.html +2 -2
- package/typedoc/modules/Capabilities.html +1 -1
- package/typedoc/modules/CollaborationActions.html +1 -1
- package/typedoc/modules/Events.html +1 -1
- package/typedoc/modules/IntentAction.html +1 -1
- package/typedoc/modules/LayoutAction.html +2 -2
- package/typedoc/modules/SettingsAction.html +1 -1
- package/typedoc/modules.html +1 -1
- package/typedoc/types/ActivationEvent.html +3 -3
- package/typedoc/types/ActivationEvents.html +2 -2
- package/typedoc/types/AnyCapability.html +1 -1
- package/typedoc/types/AnyIntent.html +1 -1
- package/typedoc/types/AnyIntentChain.html +1 -1
- package/typedoc/types/AnyIntentEffectResult.html +1 -1
- package/typedoc/types/AnyIntentResolver.html +1 -1
- package/typedoc/types/AnyIntentResult.html +1 -1
- package/typedoc/types/Capabilities.FileUploader.html +1 -1
- package/typedoc/types/Capabilities.IntentResolver.html +1 -1
- package/typedoc/types/Capabilities.Layout.html +1 -1
- package/typedoc/types/Capabilities.Metadata.html +1 -1
- package/typedoc/types/Capabilities.ReactContext.html +1 -1
- package/typedoc/types/Capabilities.ReactRoot.html +1 -1
- package/typedoc/types/Capabilities.ReactSurface.html +1 -1
- package/typedoc/types/Capabilities.Settings.html +2 -2
- package/typedoc/types/Capability.html +5 -5
- package/typedoc/types/CreateAppOptions.html +3 -2
- package/typedoc/types/FileInfo.html +1 -1
- package/typedoc/types/Intent.html +6 -10
- package/typedoc/types/IntentChain.html +3 -3
- package/typedoc/types/IntentContext.html +2 -2
- package/typedoc/types/IntentData.html +1 -1
- package/typedoc/types/IntentDispatcher.html +2 -2
- package/typedoc/types/IntentDispatcherResult.html +2 -2
- package/typedoc/types/IntentEffectDefinition.html +2 -2
- package/typedoc/types/IntentEffectResult.html +6 -6
- package/typedoc/types/IntentParams.html +2 -2
- package/typedoc/types/IntentResolver.html +2 -2
- package/typedoc/types/IntentResultData.html +1 -1
- package/typedoc/types/IntentSchema.html +1 -1
- package/typedoc/types/IntentUndo.html +2 -2
- package/typedoc/types/InterfaceDef.html +3 -3
- package/typedoc/types/Label.html +1 -1
- package/typedoc/types/NodeSerializer.html +3 -3
- package/typedoc/types/PluginManagerOptions.html +3 -2
- package/typedoc/types/PluginMeta.html +9 -9
- package/typedoc/types/PromiseIntentDispatcher.html +2 -2
- package/typedoc/types/PromiseIntentUndo.html +2 -2
- package/typedoc/types/Resource.html +1 -1
- package/typedoc/types/ResourceKey.html +1 -1
- package/typedoc/types/ResourceLanguage.html +1 -1
- package/typedoc/types/SerializedNode.html +2 -2
- package/typedoc/types/SurfaceComponent.html +2 -2
- package/typedoc/types/SurfaceDefinition.html +2 -2
- package/typedoc/types/SurfaceProps.html +2 -2
- package/typedoc/variables/Capabilities.AppGraph.html +1 -1
- package/typedoc/variables/Capabilities.AppGraphBuilder.html +1 -1
- package/typedoc/variables/Capabilities.AppGraphSerializer.html +1 -1
- package/typedoc/variables/Capabilities.ArtifactDefinition.html +1 -1
- package/typedoc/variables/Capabilities.FileUploader.html +1 -1
- package/typedoc/variables/Capabilities.IntentDispatcher.html +1 -1
- package/typedoc/variables/Capabilities.IntentResolver.html +1 -1
- package/typedoc/variables/Capabilities.Layout.html +1 -1
- package/typedoc/variables/Capabilities.Metadata.html +1 -1
- package/typedoc/variables/Capabilities.Null.html +1 -1
- package/typedoc/variables/Capabilities.PluginManager.html +1 -1
- package/typedoc/variables/Capabilities.ReactContext.html +1 -1
- package/typedoc/variables/Capabilities.ReactRoot.html +1 -1
- package/typedoc/variables/Capabilities.ReactSurface.html +1 -1
- package/typedoc/variables/Capabilities.RxRegistry.html +1 -0
- package/typedoc/variables/Capabilities.Settings.html +1 -1
- package/typedoc/variables/Capabilities.SettingsStore.html +1 -1
- package/typedoc/variables/Capabilities.Tools.html +1 -1
- package/typedoc/variables/Capabilities.Translations.html +1 -1
- package/typedoc/variables/Events.AppGraphReady.html +2 -2
- package/typedoc/variables/Events.DispatcherReady.html +2 -2
- package/typedoc/variables/Events.LayoutReady.html +1 -1
- package/typedoc/variables/Events.SettingsReady.html +2 -2
- package/typedoc/variables/Events.SetupAppGraph.html +2 -2
- package/typedoc/variables/Events.SetupArtifactDefinition.html +2 -2
- package/typedoc/variables/Events.SetupIntentResolver.html +2 -2
- package/typedoc/variables/Events.SetupMetadata.html +2 -2
- package/typedoc/variables/Events.SetupReactSurface.html +2 -2
- package/typedoc/variables/Events.SetupSettings.html +2 -2
- package/typedoc/variables/Events.SetupTranslations.html +2 -2
- package/typedoc/variables/Events.Startup.html +2 -2
- package/typedoc/variables/FileInfoSchema.html +1 -1
- package/typedoc/variables/INTENT_ACTION.html +1 -1
- package/typedoc/variables/INTENT_PLUGIN.html +1 -1
- package/typedoc/variables/LAYOUT_ACTION.html +1 -1
- package/typedoc/variables/LAYOUT_PLUGIN.html +1 -1
- package/typedoc/variables/Label.html +1 -1
- package/typedoc/variables/LayoutAction.Toast.html +1 -1
- package/typedoc/variables/LayoutAction.UPDATE_LAYOUT.html +1 -1
- package/typedoc/variables/PluginManagerProvider.html +2 -2
- package/typedoc/variables/Resource.html +2 -2
- package/typedoc/variables/ResourceKey.html +1 -1
- package/typedoc/variables/ResourceLanguage.html +1 -1
- package/typedoc/variables/SETTINGS_ACTION.html +1 -1
- package/typedoc/variables/SETTINGS_ID.html +1 -1
- package/typedoc/variables/SETTINGS_KEY.html +1 -1
- package/typedoc/variables/SETTINGS_PLUGIN.html +1 -1
- package/typedoc/variables/Surface.html +2 -2
- package/typedoc/variables/defaultFileTypes.html +1 -1
- package/dist/lib/browser/app-graph-builder-OHM2Z6YQ.mjs.map +0 -7
- package/dist/lib/browser/chunk-DVNSCQJ5.mjs.map +0 -7
- package/dist/lib/browser/chunk-SFPT4Z2C.mjs.map +0 -7
- package/dist/lib/browser/chunk-X2YC645Z.mjs.map +0 -7
- package/dist/lib/browser/store-XMPVLJOQ.mjs.map +0 -7
- package/dist/lib/node/app-graph-builder-Z45FKS52.cjs +0 -146
- package/dist/lib/node/app-graph-builder-Z45FKS52.cjs.map +0 -7
- package/dist/lib/node/chunk-5UOVF3OR.cjs.map +0 -7
- package/dist/lib/node/chunk-I3CJYEBC.cjs.map +0 -7
- package/dist/lib/node/chunk-JUSEAFDU.cjs.map +0 -7
- package/dist/lib/node/store-N7JLYYDI.cjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-OMH534A4.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-GSDBF2CK.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-PHOUQACM.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-QHXUTJHE.mjs.map +0 -7
- package/dist/lib/node-esm/store-M2BYJL6K.mjs.map +0 -7
- package/typedoc/classes/PluginsContext.html +0 -25
- /package/dist/lib/browser/{intent-dispatcher-J7QIFHLO.mjs.map → intent-dispatcher-VGUJBPPN.mjs.map} +0 -0
- /package/dist/lib/browser/{intent-resolver-QV5MDMDV.mjs.map → intent-resolver-QLFZY5R5.mjs.map} +0 -0
- /package/dist/lib/node/{intent-resolver-PBAOGJS6.cjs.map → intent-resolver-5CG5NIJY.cjs.map} +0 -0
- /package/dist/lib/node-esm/{intent-dispatcher-QDUGA7NT.mjs.map → intent-dispatcher-ZUSNX2OY.mjs.map} +0 -0
- /package/dist/lib/node-esm/{intent-resolver-P7TC5RBD.mjs.map → intent-resolver-NGDHUKDD.mjs.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Schema
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
2
|
export declare const LAYOUT_PLUGIN = "dxos.org/plugin/layout";
|
|
3
3
|
export declare const LAYOUT_ACTION = "dxos.org/plugin/layout/action";
|
|
4
4
|
/**
|
|
@@ -6,261 +6,261 @@ export declare const LAYOUT_ACTION = "dxos.org/plugin/layout/action";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare namespace LayoutAction {
|
|
8
8
|
export const UPDATE_LAYOUT = "dxos.org/plugin/layout/action/update-layout";
|
|
9
|
-
const UpdateLayout_base:
|
|
10
|
-
readonly _tag:
|
|
9
|
+
const UpdateLayout_base: Schema.TaggedClass<UpdateLayout, "dxos.org/plugin/layout/action/update-layout", {
|
|
10
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
11
11
|
} & {
|
|
12
|
-
input:
|
|
13
|
-
part:
|
|
14
|
-
subject:
|
|
15
|
-
options:
|
|
12
|
+
input: Schema.Struct<{
|
|
13
|
+
part: Schema.SchemaClass<string, string, never>;
|
|
14
|
+
subject: Schema.optional<Schema.SchemaClass<any, any, never>>;
|
|
15
|
+
options: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
16
16
|
}>;
|
|
17
|
-
output: typeof
|
|
17
|
+
output: typeof Schema.Void;
|
|
18
18
|
}>;
|
|
19
19
|
/**
|
|
20
20
|
* Generic layout action.
|
|
21
21
|
*/
|
|
22
22
|
export class UpdateLayout extends UpdateLayout_base {
|
|
23
23
|
}
|
|
24
|
-
const SetLayoutMode_base:
|
|
25
|
-
readonly _tag:
|
|
24
|
+
const SetLayoutMode_base: Schema.TaggedClass<SetLayoutMode, "dxos.org/plugin/layout/action/update-layout", {
|
|
25
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
26
26
|
} & {
|
|
27
|
-
input:
|
|
28
|
-
part:
|
|
29
|
-
subject:
|
|
30
|
-
options:
|
|
31
|
-
mode:
|
|
32
|
-
}>,
|
|
33
|
-
revert:
|
|
27
|
+
input: Schema.Struct<{
|
|
28
|
+
part: Schema.Literal<["mode"]>;
|
|
29
|
+
subject: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
30
|
+
options: Schema.Union<[Schema.Struct<{
|
|
31
|
+
mode: Schema.SchemaClass<string, string, never>;
|
|
32
|
+
}>, Schema.Struct<{
|
|
33
|
+
revert: Schema.SchemaClass<boolean, boolean, never>;
|
|
34
34
|
}>]>;
|
|
35
35
|
}>;
|
|
36
|
-
output: typeof
|
|
36
|
+
output: typeof Schema.Void;
|
|
37
37
|
}>;
|
|
38
38
|
export class SetLayoutMode extends SetLayoutMode_base {
|
|
39
39
|
}
|
|
40
|
-
const UpdateSidebar_base:
|
|
41
|
-
readonly _tag:
|
|
40
|
+
const UpdateSidebar_base: Schema.TaggedClass<UpdateSidebar, "dxos.org/plugin/layout/action/update-layout", {
|
|
41
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
42
42
|
} & {
|
|
43
|
-
input:
|
|
44
|
-
part:
|
|
45
|
-
subject:
|
|
46
|
-
options:
|
|
47
|
-
state:
|
|
43
|
+
input: Schema.Struct<{
|
|
44
|
+
part: Schema.Literal<["sidebar"]>;
|
|
45
|
+
subject: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
46
|
+
options: Schema.optional<Schema.Struct<{
|
|
47
|
+
state: Schema.Literal<["closed", "collapsed", "expanded"]>;
|
|
48
48
|
}>>;
|
|
49
49
|
}>;
|
|
50
|
-
output: typeof
|
|
50
|
+
output: typeof Schema.Void;
|
|
51
51
|
}>;
|
|
52
52
|
export class UpdateSidebar extends UpdateSidebar_base {
|
|
53
53
|
}
|
|
54
|
-
const UpdateComplementary_base:
|
|
55
|
-
readonly _tag:
|
|
54
|
+
const UpdateComplementary_base: Schema.TaggedClass<UpdateComplementary, "dxos.org/plugin/layout/action/update-layout", {
|
|
55
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
56
56
|
} & {
|
|
57
|
-
input:
|
|
58
|
-
part:
|
|
59
|
-
subject:
|
|
60
|
-
options:
|
|
61
|
-
state:
|
|
57
|
+
input: Schema.Struct<{
|
|
58
|
+
part: Schema.Literal<["complementary"]>;
|
|
59
|
+
subject: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
60
|
+
options: Schema.optional<Schema.Struct<{
|
|
61
|
+
state: Schema.Literal<["closed", "collapsed", "expanded"]>;
|
|
62
62
|
}>>;
|
|
63
63
|
}>;
|
|
64
|
-
output: typeof
|
|
64
|
+
output: typeof Schema.Void;
|
|
65
65
|
}>;
|
|
66
66
|
export class UpdateComplementary extends UpdateComplementary_base {
|
|
67
67
|
}
|
|
68
|
-
const UpdateDialog_base:
|
|
69
|
-
readonly _tag:
|
|
68
|
+
const UpdateDialog_base: Schema.TaggedClass<UpdateDialog, "dxos.org/plugin/layout/action/update-layout", {
|
|
69
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
70
70
|
} & {
|
|
71
|
-
input:
|
|
72
|
-
part:
|
|
73
|
-
subject:
|
|
74
|
-
options:
|
|
75
|
-
state:
|
|
76
|
-
blockAlign:
|
|
77
|
-
type:
|
|
78
|
-
props:
|
|
71
|
+
input: Schema.Struct<{
|
|
72
|
+
part: Schema.Literal<["dialog"]>;
|
|
73
|
+
subject: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
74
|
+
options: Schema.Struct<{
|
|
75
|
+
state: Schema.optional<Schema.SchemaClass<boolean, boolean, never>>;
|
|
76
|
+
blockAlign: Schema.optional<Schema.Literal<["start", "center", "end"]>>;
|
|
77
|
+
type: Schema.optional<Schema.Literal<["default", "alert"]>>;
|
|
78
|
+
props: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
79
79
|
}>;
|
|
80
80
|
}>;
|
|
81
|
-
output: typeof
|
|
81
|
+
output: typeof Schema.Void;
|
|
82
82
|
}>;
|
|
83
83
|
export class UpdateDialog extends UpdateDialog_base {
|
|
84
84
|
}
|
|
85
|
-
const UpdatePopover_base:
|
|
86
|
-
readonly _tag:
|
|
85
|
+
const UpdatePopover_base: Schema.TaggedClass<UpdatePopover, "dxos.org/plugin/layout/action/update-layout", {
|
|
86
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
87
87
|
} & {
|
|
88
|
-
input:
|
|
89
|
-
part:
|
|
90
|
-
subject:
|
|
91
|
-
options:
|
|
92
|
-
side:
|
|
93
|
-
state:
|
|
94
|
-
props:
|
|
95
|
-
}>,
|
|
96
|
-
variant:
|
|
97
|
-
anchor:
|
|
98
|
-
}>,
|
|
99
|
-
variant:
|
|
100
|
-
anchorId:
|
|
88
|
+
input: Schema.Struct<{
|
|
89
|
+
part: Schema.Literal<["popover"]>;
|
|
90
|
+
subject: Schema.optional<Schema.SchemaClass<any, any, never>>;
|
|
91
|
+
options: Schema.extend<Schema.Struct<{
|
|
92
|
+
side: Schema.optional<Schema.Literal<["top", "right", "bottom", "left"]>>;
|
|
93
|
+
state: Schema.optional<Schema.SchemaClass<boolean, boolean, never>>;
|
|
94
|
+
props: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
95
|
+
}>, Schema.Union<[Schema.Struct<{
|
|
96
|
+
variant: Schema.Literal<["virtual"]>;
|
|
97
|
+
anchor: Schema.SchemaClass<any, any, never>;
|
|
98
|
+
}>, Schema.Struct<{
|
|
99
|
+
variant: Schema.optional<Schema.Literal<["react"]>>;
|
|
100
|
+
anchorId: Schema.SchemaClass<string, string, never>;
|
|
101
101
|
}>]>>;
|
|
102
102
|
}>;
|
|
103
|
-
output: typeof
|
|
103
|
+
output: typeof Schema.Void;
|
|
104
104
|
}>;
|
|
105
105
|
export class UpdatePopover extends UpdatePopover_base {
|
|
106
106
|
}
|
|
107
|
-
export const Toast:
|
|
108
|
-
id:
|
|
109
|
-
title:
|
|
110
|
-
ns: typeof
|
|
111
|
-
count:
|
|
107
|
+
export const Toast: Schema.Struct<{
|
|
108
|
+
id: Schema.SchemaClass<string, string, never>;
|
|
109
|
+
title: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
110
|
+
ns: typeof Schema.String;
|
|
111
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
112
112
|
}>>>>]>>;
|
|
113
|
-
description:
|
|
114
|
-
ns: typeof
|
|
115
|
-
count:
|
|
113
|
+
description: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
114
|
+
ns: typeof Schema.String;
|
|
115
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
116
116
|
}>>>>]>>;
|
|
117
|
-
icon:
|
|
118
|
-
duration:
|
|
119
|
-
closeLabel:
|
|
120
|
-
ns: typeof
|
|
121
|
-
count:
|
|
117
|
+
icon: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
118
|
+
duration: Schema.optional<Schema.SchemaClass<number, number, never>>;
|
|
119
|
+
closeLabel: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
120
|
+
ns: typeof Schema.String;
|
|
121
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
122
122
|
}>>>>]>>;
|
|
123
|
-
actionLabel:
|
|
124
|
-
ns: typeof
|
|
125
|
-
count:
|
|
123
|
+
actionLabel: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
124
|
+
ns: typeof Schema.String;
|
|
125
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
126
126
|
}>>>>]>>;
|
|
127
|
-
actionAlt:
|
|
128
|
-
ns: typeof
|
|
129
|
-
count:
|
|
127
|
+
actionAlt: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
128
|
+
ns: typeof Schema.String;
|
|
129
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
130
130
|
}>>>>]>>;
|
|
131
|
-
onAction:
|
|
131
|
+
onAction: Schema.optional<Schema.SchemaClass<any, any, never>>;
|
|
132
132
|
}>;
|
|
133
|
-
export interface Toast extends Omit<
|
|
133
|
+
export interface Toast extends Omit<Schema.Schema.Type<typeof Toast>, 'onAction'> {
|
|
134
134
|
onAction?: () => void;
|
|
135
135
|
}
|
|
136
|
-
const AddToast_base:
|
|
137
|
-
readonly _tag:
|
|
136
|
+
const AddToast_base: Schema.TaggedClass<AddToast, "dxos.org/plugin/layout/action/update-layout", {
|
|
137
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
138
138
|
} & {
|
|
139
|
-
input:
|
|
140
|
-
part:
|
|
141
|
-
subject:
|
|
142
|
-
id:
|
|
143
|
-
title:
|
|
144
|
-
ns: typeof
|
|
145
|
-
count:
|
|
139
|
+
input: Schema.Struct<{
|
|
140
|
+
part: Schema.Literal<["toast"]>;
|
|
141
|
+
subject: Schema.Struct<{
|
|
142
|
+
id: Schema.SchemaClass<string, string, never>;
|
|
143
|
+
title: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
144
|
+
ns: typeof Schema.String;
|
|
145
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
146
146
|
}>>>>]>>;
|
|
147
|
-
description:
|
|
148
|
-
ns: typeof
|
|
149
|
-
count:
|
|
147
|
+
description: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
148
|
+
ns: typeof Schema.String;
|
|
149
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
150
150
|
}>>>>]>>;
|
|
151
|
-
icon:
|
|
152
|
-
duration:
|
|
153
|
-
closeLabel:
|
|
154
|
-
ns: typeof
|
|
155
|
-
count:
|
|
151
|
+
icon: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
152
|
+
duration: Schema.optional<Schema.SchemaClass<number, number, never>>;
|
|
153
|
+
closeLabel: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
154
|
+
ns: typeof Schema.String;
|
|
155
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
156
156
|
}>>>>]>>;
|
|
157
|
-
actionLabel:
|
|
158
|
-
ns: typeof
|
|
159
|
-
count:
|
|
157
|
+
actionLabel: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
158
|
+
ns: typeof Schema.String;
|
|
159
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
160
160
|
}>>>>]>>;
|
|
161
|
-
actionAlt:
|
|
162
|
-
ns: typeof
|
|
163
|
-
count:
|
|
161
|
+
actionAlt: Schema.optional<Schema.Union<[typeof Schema.String, Schema.mutable<Schema.Tuple2<typeof Schema.String, Schema.mutable<Schema.Struct<{
|
|
162
|
+
ns: typeof Schema.String;
|
|
163
|
+
count: Schema.optional<typeof Schema.Number>;
|
|
164
164
|
}>>>>]>>;
|
|
165
|
-
onAction:
|
|
165
|
+
onAction: Schema.optional<Schema.SchemaClass<any, any, never>>;
|
|
166
166
|
}>;
|
|
167
167
|
}>;
|
|
168
|
-
output: typeof
|
|
168
|
+
output: typeof Schema.Void;
|
|
169
169
|
}>;
|
|
170
170
|
export class AddToast extends AddToast_base {
|
|
171
171
|
}
|
|
172
|
-
const SwitchWorkspace_base:
|
|
173
|
-
readonly _tag:
|
|
172
|
+
const SwitchWorkspace_base: Schema.TaggedClass<SwitchWorkspace, "dxos.org/plugin/layout/action/update-layout", {
|
|
173
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
174
174
|
} & {
|
|
175
|
-
input:
|
|
176
|
-
part:
|
|
177
|
-
subject:
|
|
175
|
+
input: Schema.Struct<{
|
|
176
|
+
part: Schema.Literal<["workspace"]>;
|
|
177
|
+
subject: Schema.SchemaClass<string, string, never>;
|
|
178
178
|
}>;
|
|
179
|
-
output: typeof
|
|
179
|
+
output: typeof Schema.Void;
|
|
180
180
|
}>;
|
|
181
181
|
export class SwitchWorkspace extends SwitchWorkspace_base {
|
|
182
182
|
}
|
|
183
|
-
const RevertWorkspace_base:
|
|
184
|
-
readonly _tag:
|
|
183
|
+
const RevertWorkspace_base: Schema.TaggedClass<RevertWorkspace, "dxos.org/plugin/layout/action/update-layout", {
|
|
184
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
185
185
|
} & {
|
|
186
|
-
input:
|
|
187
|
-
part:
|
|
188
|
-
options:
|
|
189
|
-
revert:
|
|
186
|
+
input: Schema.Struct<{
|
|
187
|
+
part: Schema.Literal<["workspace"]>;
|
|
188
|
+
options: Schema.Struct<{
|
|
189
|
+
revert: Schema.Literal<[true]>;
|
|
190
190
|
}>;
|
|
191
191
|
}>;
|
|
192
|
-
output: typeof
|
|
192
|
+
output: typeof Schema.Void;
|
|
193
193
|
}>;
|
|
194
194
|
export class RevertWorkspace extends RevertWorkspace_base {
|
|
195
195
|
}
|
|
196
|
-
const Open_base:
|
|
197
|
-
readonly _tag:
|
|
196
|
+
const Open_base: Schema.TaggedClass<Open, "dxos.org/plugin/layout/action/update-layout", {
|
|
197
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
198
198
|
} & {
|
|
199
|
-
input:
|
|
200
|
-
part:
|
|
201
|
-
subject:
|
|
202
|
-
options:
|
|
203
|
-
state:
|
|
204
|
-
variant:
|
|
205
|
-
key:
|
|
206
|
-
workspace:
|
|
207
|
-
scrollIntoView:
|
|
208
|
-
pivotId:
|
|
209
|
-
positioning:
|
|
199
|
+
input: Schema.Struct<{
|
|
200
|
+
part: Schema.Literal<["main"]>;
|
|
201
|
+
subject: Schema.Array$<Schema.SchemaClass<string, string, never>>;
|
|
202
|
+
options: Schema.optional<Schema.Struct<{
|
|
203
|
+
state: Schema.optional<Schema.Literal<[true]>>;
|
|
204
|
+
variant: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
205
|
+
key: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
206
|
+
workspace: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
207
|
+
scrollIntoView: Schema.optional<Schema.SchemaClass<boolean, boolean, never>>;
|
|
208
|
+
pivotId: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
209
|
+
positioning: Schema.optional<Schema.Union<[Schema.Literal<["start"]>, Schema.Literal<["end"]>]>>;
|
|
210
210
|
}>>;
|
|
211
211
|
}>;
|
|
212
|
-
output: typeof
|
|
212
|
+
output: typeof Schema.Void;
|
|
213
213
|
}>;
|
|
214
214
|
export class Open extends Open_base {
|
|
215
215
|
}
|
|
216
|
-
const Set_base:
|
|
217
|
-
readonly _tag:
|
|
216
|
+
const Set_base: Schema.TaggedClass<Set, "dxos.org/plugin/layout/action/update-layout", {
|
|
217
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
218
218
|
} & {
|
|
219
|
-
input:
|
|
220
|
-
part:
|
|
221
|
-
subject:
|
|
222
|
-
options:
|
|
223
|
-
override:
|
|
219
|
+
input: Schema.Struct<{
|
|
220
|
+
part: Schema.Literal<["main"]>;
|
|
221
|
+
subject: Schema.Array$<Schema.SchemaClass<string, string, never>>;
|
|
222
|
+
options: Schema.Struct<{
|
|
223
|
+
override: Schema.Literal<[true]>;
|
|
224
224
|
}>;
|
|
225
225
|
}>;
|
|
226
|
-
output: typeof
|
|
226
|
+
output: typeof Schema.Void;
|
|
227
227
|
}>;
|
|
228
228
|
export class Set extends Set_base {
|
|
229
229
|
}
|
|
230
|
-
const Close_base:
|
|
231
|
-
readonly _tag:
|
|
230
|
+
const Close_base: Schema.TaggedClass<Close, "dxos.org/plugin/layout/action/update-layout", {
|
|
231
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
232
232
|
} & {
|
|
233
|
-
input:
|
|
234
|
-
part:
|
|
235
|
-
subject:
|
|
236
|
-
options:
|
|
237
|
-
state:
|
|
233
|
+
input: Schema.Struct<{
|
|
234
|
+
part: Schema.Literal<["main"]>;
|
|
235
|
+
subject: Schema.Array$<Schema.SchemaClass<string, string, never>>;
|
|
236
|
+
options: Schema.Struct<{
|
|
237
|
+
state: Schema.Literal<[false]>;
|
|
238
238
|
}>;
|
|
239
239
|
}>;
|
|
240
|
-
output: typeof
|
|
240
|
+
output: typeof Schema.Void;
|
|
241
241
|
}>;
|
|
242
242
|
export class Close extends Close_base {
|
|
243
243
|
}
|
|
244
|
-
const ScrollIntoView_base:
|
|
245
|
-
readonly _tag:
|
|
244
|
+
const ScrollIntoView_base: Schema.TaggedClass<ScrollIntoView, "dxos.org/plugin/layout/action/update-layout", {
|
|
245
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
246
246
|
} & {
|
|
247
|
-
input:
|
|
248
|
-
part:
|
|
249
|
-
subject:
|
|
250
|
-
options:
|
|
247
|
+
input: Schema.Struct<{
|
|
248
|
+
part: Schema.Literal<["current"]>;
|
|
249
|
+
subject: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
250
|
+
options: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
251
251
|
}>;
|
|
252
|
-
output: typeof
|
|
252
|
+
output: typeof Schema.Void;
|
|
253
253
|
}>;
|
|
254
254
|
export class ScrollIntoView extends ScrollIntoView_base {
|
|
255
255
|
}
|
|
256
|
-
const Expose_base:
|
|
257
|
-
readonly _tag:
|
|
256
|
+
const Expose_base: Schema.TaggedClass<Expose, "dxos.org/plugin/layout/action/update-layout", {
|
|
257
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/layout/action/update-layout">;
|
|
258
258
|
} & {
|
|
259
|
-
input:
|
|
260
|
-
part:
|
|
261
|
-
subject:
|
|
259
|
+
input: Schema.Struct<{
|
|
260
|
+
part: Schema.Literal<["navigation"]>;
|
|
261
|
+
subject: Schema.SchemaClass<string, string, never>;
|
|
262
262
|
}>;
|
|
263
|
-
output: typeof
|
|
263
|
+
output: typeof Schema.Void;
|
|
264
264
|
}>;
|
|
265
265
|
export class Expose extends Expose_base {
|
|
266
266
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../../src/common/layout.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../../src/common/layout.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIhC,eAAO,MAAM,aAAa,2BAA2B,CAAC;AACtD,eAAO,MAAM,aAAa,kCAA4B,CAAC;AAEvD;;GAEG;AACH,yBAAiB,YAAY,CAAC;IAC5B,MAAM,CAAC,MAAM,aAAa,gDAAmC,CAAC;;;;;;;;;;;IAE9D;;OAEG;IACH,MAAM,OAAO,YAAa,SAAQ,iBAWhC;KAAG;;;;;;;;;;;;;;;IAYL,MAAM,OAAO,aAAc,SAAQ,kBAYjC;KAAG;;;;;;;;;;;;;IAEL,MAAM,OAAO,aAAc,SAAQ,kBAejC;KAAG;;;;;;;;;;;;;IAEL,MAAM,OAAO,mBAAoB,SAAQ,wBAevC;KAAG;;;;;;;;;;;;;;;;IAEL,MAAM,OAAO,YAAa,SAAQ,iBAoBhC;KAAG;;;;;;;;;;;;;;;;;;;;;IAEL,MAAM,OAAO,aAAc,SAAQ,kBAoCjC;KAAG;IAEL,MAAM,CAAC,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;MAYhB,CAAC;IAEH,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC,EAAE,UAAU,CAAC;QAC/E,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;KACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAED,MAAM,OAAO,QAAS,SAAQ,aAM5B;KAAG;;;;;;;;;;IAEL,MAAM,OAAO,eAAgB,SAAQ,oBAMnC;KAAG;;;;;;;;;;;;IAEL,MAAM,OAAO,eAAgB,SAAQ,oBAQnC;KAAG;;;;;;;;;;;;;;;;;;;IAEL,MAAM,OAAO,IAAK,SAAQ,SA4BxB;KAAG;;;;;;;;;;;;;IAEL,MAAM,OAAO,GAAI,SAAQ,QAWvB;KAAG;;;;;;;;;;;;;IAEL,MAAM,OAAO,KAAM,SAAQ,UASzB;KAAG;;;;;;;;;;;IAEL,MAAM,OAAO,cAAe,SAAQ,mBAWlC;KAAG;;;;;;;;;;IAEL,MAAM,OAAO,MAAO,SAAQ,WAM1B;KAAG;;CACN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../../src/common/surface.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,YAAY,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAE5F,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,YAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEhF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,iBAAiB,CAAC;IACpG;;;OAGG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,CAAC;IAE9C;;;OAGG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB,CAAC,GACA,YAAY,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC,GAAG;IACjD;;;OAGG;IACH,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAGJ,KAAK,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC/E;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC;IAER;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,KAAK,qBAAqB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,iBAAiB,CACrG,gBAAgB,CAAC,CAAC,CAAC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CACjD,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,CACtF,KAAK,EAAE,qBAAqB,CAAC,CAAC,CAAC,EAC/B,YAAY,EAAE,YAAY,CAAC,WAAW,CAAC,KACpC,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;AAExB;;GAEG;AACH,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,IAAI,QAAQ,CAAC;IAC5E,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC;IACtD,SAAS,EAAE,gBAAgB,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;CAC1E,CAAC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../../src/common/surface.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,YAAY,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAE5F,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,YAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEhF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,iBAAiB,CAAC;IACpG;;;OAGG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,CAAC;IAE9C;;;OAGG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB,CAAC,GACA,YAAY,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC,GAAG;IACjD;;;OAGG;IACH,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAGJ,KAAK,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC/E;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,CAAC,CAAC;IAER;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,KAAK,qBAAqB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,iBAAiB,CACrG,gBAAgB,CAAC,CAAC,CAAC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CACjD,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,CACtF,KAAK,EAAE,qBAAqB,CAAC,CAAC,CAAC,EAC/B,YAAY,EAAE,YAAY,CAAC,WAAW,CAAC,KACpC,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;AAExB;;GAEG;AACH,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,IAAI,QAAQ,CAAC;IAC5E,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC;IACtD,SAAS,EAAE,gBAAgB,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;CAC1E,CAAC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAC/D,YAAY,iBAAiB,CAAC,CAAC,CAAC,KAC/B,iBAAiB,CAAC,CAAC,CAAe,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Schema
|
|
2
|
-
export declare const ResourceKey:
|
|
3
|
-
export type ResourceKey =
|
|
4
|
-
export declare const ResourceLanguage:
|
|
5
|
-
export type ResourceLanguage =
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
export declare const ResourceKey: Schema.Union<[typeof Schema.String, Schema.Record$<typeof Schema.String, typeof Schema.Any>]>;
|
|
3
|
+
export type ResourceKey = Schema.Schema.Type<typeof ResourceKey>;
|
|
4
|
+
export declare const ResourceLanguage: Schema.Record$<typeof Schema.String, Schema.Union<[typeof Schema.String, Schema.Record$<typeof Schema.String, typeof Schema.Any>]>>;
|
|
5
|
+
export type ResourceLanguage = Schema.Schema.Type<typeof ResourceLanguage>;
|
|
6
6
|
/**
|
|
7
7
|
* A resource is a collection of translations for a language.
|
|
8
8
|
*/
|
|
9
|
-
export declare const Resource:
|
|
10
|
-
export type Resource =
|
|
9
|
+
export declare const Resource: Schema.Record$<typeof Schema.String, Schema.Record$<typeof Schema.String, Schema.Union<[typeof Schema.String, Schema.Record$<typeof Schema.String, typeof Schema.Any>]>>>;
|
|
10
|
+
export type Resource = Schema.Schema.Type<typeof Resource>;
|
|
11
11
|
//# sourceMappingURL=translations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../src/common/translations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../src/common/translations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,eAAO,MAAM,WAAW,+FAAwF,CAAC;AACjH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,WAAW,CAAC,CAAC;AAEjE,eAAO,MAAM,gBAAgB,qIAA4D,CAAC;AAC1F,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE3E;;GAEG;AACH,eAAO,MAAM,QAAQ,2KAAiE,CAAC;AACvF,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,QAAQ,CAAC,CAAC"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Interface definition for a capability.
|
|
3
|
-
*/
|
|
1
|
+
import { type Registry, Rx } from '@effect-rx/rx-react';
|
|
4
2
|
import { Effect } from 'effect';
|
|
5
3
|
import { type MaybePromise } from '@dxos/util';
|
|
6
4
|
import { type ActivationEvent } from './events';
|
|
@@ -36,6 +34,7 @@ export type Capability<T> = {
|
|
|
36
34
|
};
|
|
37
35
|
export type AnyCapability = Capability<any>;
|
|
38
36
|
type PluginsContextOptions = {
|
|
37
|
+
registry: Registry.Registry;
|
|
39
38
|
activate: (event: ActivationEvent) => Effect.Effect<boolean, Error>;
|
|
40
39
|
reset: (event: ActivationEvent) => Effect.Effect<boolean, Error>;
|
|
41
40
|
};
|
|
@@ -59,8 +58,11 @@ export declare const lazy: <T, U>(c: LoadCapability<T, U> | LoadCapabilities<T>)
|
|
|
59
58
|
* It tracks the capabilities that are contributed in an in-memory live object.
|
|
60
59
|
* This allows the application to subscribe to this state and incorporate plugins which are added dynamically.
|
|
61
60
|
*/
|
|
62
|
-
export declare class
|
|
63
|
-
private readonly
|
|
61
|
+
export declare class PluginContext {
|
|
62
|
+
private readonly _registry;
|
|
63
|
+
private readonly _capabilityImpls;
|
|
64
|
+
readonly _capabilities: (arg: string) => Rx.Rx<unknown[]>;
|
|
65
|
+
readonly _capability: (arg: string) => Rx.Rx<unknown>;
|
|
64
66
|
/**
|
|
65
67
|
* Activates plugins based on the activation event.
|
|
66
68
|
* @param event The activation event.
|
|
@@ -73,25 +75,38 @@ export declare class PluginsContext {
|
|
|
73
75
|
* @returns Whether the reset was successful.
|
|
74
76
|
*/
|
|
75
77
|
readonly reset: PluginsContextOptions['reset'];
|
|
76
|
-
constructor({ activate, reset }: PluginsContextOptions);
|
|
78
|
+
constructor({ registry, activate, reset }: PluginsContextOptions);
|
|
79
|
+
/**
|
|
80
|
+
* Get the Rx reference to the available capabilities for a given interface.
|
|
81
|
+
* Primarily useful for deriving other Rx values based on the capabilities or
|
|
82
|
+
* for subscribing to changes in the capabilities.
|
|
83
|
+
* @returns An Rx reference to the available capabilities.
|
|
84
|
+
*/
|
|
85
|
+
capabilities<T>(interfaceDef: InterfaceDef<T>): Rx.Rx<T[]>;
|
|
86
|
+
/**
|
|
87
|
+
* Get the Rx reference to the available capabilities for a given interface.
|
|
88
|
+
* Primarily useful for deriving other Rx values based on the capability or
|
|
89
|
+
* for subscribing to changes in the capability.
|
|
90
|
+
* @returns An Rx reference to the available capability.
|
|
91
|
+
* @throws If no capability is found.
|
|
92
|
+
*/
|
|
93
|
+
capability<T>(interfaceDef: InterfaceDef<T>): Rx.Rx<T>;
|
|
77
94
|
/**
|
|
78
|
-
*
|
|
95
|
+
* Get capabilities from the plugin context.
|
|
79
96
|
* @returns An array of capabilities.
|
|
80
|
-
* @reactive
|
|
81
97
|
*/
|
|
82
|
-
|
|
98
|
+
getCapabilities<T>(interfaceDef: InterfaceDef<T>): T[];
|
|
83
99
|
/**
|
|
84
100
|
* Requests a single capability from the plugin context.
|
|
85
101
|
* @returns The capability.
|
|
86
102
|
* @throws If no capability is found.
|
|
87
|
-
* @reactive
|
|
88
103
|
*/
|
|
89
|
-
|
|
104
|
+
getCapability<T>(interfaceDef: InterfaceDef<T>): T;
|
|
90
105
|
/**
|
|
91
|
-
* Waits for a capability to be
|
|
106
|
+
* Waits for a capability to be available.
|
|
92
107
|
* @returns The capability.
|
|
93
108
|
*/
|
|
94
|
-
waitForCapability<T
|
|
109
|
+
waitForCapability<T>(interfaceDef: InterfaceDef<T>): Promise<T>;
|
|
95
110
|
activatePromise(event: ActivationEvent): Promise<boolean>;
|
|
96
111
|
resetPromise(event: ActivationEvent): Promise<boolean>;
|
|
97
112
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/core/capabilities.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/core/capabilities.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/core/events.ts"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GACxB,eAAe,GACf;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,eAAe,EAAE,CAAA;CAAE,GAC7C;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,eAAe,EAAE,CAAA;CAAE,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/core/events.ts"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GACxB,eAAe,GACf;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,eAAe,EAAE,CAAA;CAAE,GAC7C;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,eAAe,EAAE,CAAA;CAAE,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,IAAI,MAAM,EAAE,YAAY,MAAM,KAC5B,eAC7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,OAAO,eAAe,WAAoE,CAAC;AAEpH;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,GAAG,QAAQ,eAAe,EAAE;;;CAA0C,CAAC;AAE7F;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,GAAG,QAAQ,eAAe,EAAE;;;CAA0C,CAAC;AAE7F;;GAEG;AACH,eAAO,MAAM,OAAO,GAAI,QAAQ,gBAAgB,KAAG,MAAM,IAAI;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,eAAe,EAAE,CAAA;CAC1D,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,OAAO,GAAI,QAAQ,gBAAgB,KAAG,MAAM,IAAI;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,eAAe,EAAE,CAAA;CAC1D,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,SAAS,GAAI,QAAQ,gBAAgB,sBAAkD,CAAC"}
|