@dxos/app-framework 0.7.5-main.9cb18ac → 0.7.5-main.9d2a38b
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/chunk-GNLU3GAU.mjs +1595 -0
- package/dist/lib/browser/chunk-GNLU3GAU.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +112 -618
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +67 -0
- package/dist/lib/browser/testing/index.mjs.map +7 -0
- package/dist/lib/node/chunk-FBA4BB3J.cjs +1639 -0
- package/dist/lib/node/chunk-FBA4BB3J.cjs.map +7 -0
- package/dist/lib/node/index.cjs +123 -651
- package/dist/lib/node/index.cjs.map +4 -4
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +91 -0
- package/dist/lib/node/testing/index.cjs.map +7 -0
- package/dist/lib/node-esm/chunk-KPMTPXQI.mjs +1597 -0
- package/dist/lib/node-esm/chunk-KPMTPXQI.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +112 -618
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +68 -0
- package/dist/lib/node-esm/testing/index.mjs.map +7 -0
- package/dist/types/src/App.d.ts +22 -13
- package/dist/types/src/App.d.ts.map +1 -1
- package/dist/types/src/common/capabilities.d.ts +340 -0
- package/dist/types/src/common/capabilities.d.ts.map +1 -0
- package/dist/types/src/common/events.d.ts +41 -0
- package/dist/types/src/common/events.d.ts.map +1 -0
- package/dist/types/src/common/file.d.ts +14 -0
- package/dist/types/src/common/file.d.ts.map +1 -0
- package/dist/types/src/common/graph.d.ts +21 -0
- package/dist/types/src/common/graph.d.ts.map +1 -0
- package/dist/types/src/{plugins/common → common}/index.d.ts +3 -1
- package/dist/types/src/common/index.d.ts.map +1 -0
- package/dist/types/src/{plugins/common → common}/layout.d.ts +0 -11
- package/dist/types/src/common/layout.d.ts.map +1 -0
- package/dist/types/src/{plugins/common → common}/navigation.d.ts +0 -2
- package/dist/types/src/common/navigation.d.ts.map +1 -0
- package/dist/types/src/{plugins/plugin-surface/SurfaceContext.d.ts → common/surface.d.ts} +12 -29
- package/dist/types/src/common/surface.d.ts.map +1 -0
- package/dist/types/src/{plugins/common → common}/translations.d.ts +0 -11
- package/dist/types/src/common/translations.d.ts.map +1 -0
- package/dist/types/src/core/capabilities.d.ts +90 -0
- package/dist/types/src/core/capabilities.d.ts.map +1 -0
- package/dist/types/src/core/capabilities.test.d.ts +2 -0
- package/dist/types/src/core/capabilities.test.d.ts.map +1 -0
- package/dist/types/src/core/events.d.ts +58 -0
- package/dist/types/src/core/events.d.ts.map +1 -0
- package/dist/types/src/core/index.d.ts +5 -0
- package/dist/types/src/core/index.d.ts.map +1 -0
- package/dist/types/src/core/manager.d.ts +126 -0
- package/dist/types/src/core/manager.d.ts.map +1 -0
- package/dist/types/src/core/manager.test.d.ts +2 -0
- package/dist/types/src/core/manager.test.d.ts.map +1 -0
- package/dist/types/src/core/plugin.d.ts +94 -0
- package/dist/types/src/core/plugin.d.ts.map +1 -0
- package/dist/types/src/helpers.d.ts +10 -0
- package/dist/types/src/helpers.d.ts.map +1 -0
- package/dist/types/src/helpers.test.d.ts +2 -0
- package/dist/types/src/helpers.test.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +5 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/playground/debug/Debug.d.ts +6 -0
- package/dist/types/src/playground/debug/Debug.d.ts.map +1 -0
- package/dist/types/src/playground/debug/index.d.ts +2 -0
- package/dist/types/src/playground/debug/index.d.ts.map +1 -0
- package/dist/types/src/playground/debug/plugin.d.ts +2 -0
- package/dist/types/src/playground/debug/plugin.d.ts.map +1 -0
- package/dist/types/src/playground/generator/Main.d.ts +6 -0
- package/dist/types/src/playground/generator/Main.d.ts.map +1 -0
- package/dist/types/src/playground/generator/Toolbar.d.ts +6 -0
- package/dist/types/src/playground/generator/Toolbar.d.ts.map +1 -0
- package/dist/types/src/playground/generator/generator.d.ts +5 -0
- package/dist/types/src/playground/generator/generator.d.ts.map +1 -0
- package/dist/types/src/playground/generator/index.d.ts +3 -0
- package/dist/types/src/playground/generator/index.d.ts.map +1 -0
- package/dist/types/src/playground/generator/plugin.d.ts +2 -0
- package/dist/types/src/playground/generator/plugin.d.ts.map +1 -0
- package/dist/types/src/playground/layout/Layout.d.ts +8 -0
- package/dist/types/src/playground/layout/Layout.d.ts.map +1 -0
- package/dist/types/src/playground/layout/index.d.ts +2 -0
- package/dist/types/src/playground/layout/index.d.ts.map +1 -0
- package/dist/types/src/playground/layout/plugin.d.ts +2 -0
- package/dist/types/src/playground/layout/plugin.d.ts.map +1 -0
- package/dist/types/src/playground/logger/Toolbar.d.ts +6 -0
- package/dist/types/src/playground/logger/Toolbar.d.ts.map +1 -0
- package/dist/types/src/playground/logger/index.d.ts +2 -0
- package/dist/types/src/playground/logger/index.d.ts.map +1 -0
- package/dist/types/src/playground/logger/plugin.d.ts +2 -0
- package/dist/types/src/playground/logger/plugin.d.ts.map +1 -0
- package/dist/types/src/playground/logger/schema.d.ts +13 -0
- package/dist/types/src/playground/logger/schema.d.ts.map +1 -0
- package/dist/types/src/playground/playground.stories.d.ts +10 -0
- package/dist/types/src/playground/playground.stories.d.ts.map +1 -0
- package/dist/types/src/{plugins/plugin-intent → plugin-intent}/IntentContext.d.ts +1 -1
- package/dist/types/src/plugin-intent/IntentContext.d.ts.map +1 -0
- package/dist/types/src/plugin-intent/IntentPlugin.d.ts +2 -0
- package/dist/types/src/plugin-intent/IntentPlugin.d.ts.map +1 -0
- package/dist/types/src/plugin-intent/actions.d.ts +23 -0
- package/dist/types/src/plugin-intent/actions.d.ts.map +1 -0
- package/dist/types/src/plugin-intent/errors.d.ts +16 -0
- package/dist/types/src/plugin-intent/errors.d.ts.map +1 -0
- package/dist/types/src/plugin-intent/index.d.ts +6 -0
- package/dist/types/src/plugin-intent/index.d.ts.map +1 -0
- package/dist/types/src/{plugins/plugin-intent → plugin-intent}/intent-dispatcher.d.ts +18 -19
- package/dist/types/src/plugin-intent/intent-dispatcher.d.ts.map +1 -0
- package/dist/types/src/plugin-intent/intent-dispatcher.test.d.ts.map +1 -0
- package/dist/types/src/{plugins/plugin-intent → plugin-intent}/intent.d.ts +5 -25
- package/dist/types/src/plugin-intent/intent.d.ts.map +1 -0
- package/dist/types/src/plugin-settings/SettingsPlugin.d.ts +2 -0
- package/dist/types/src/plugin-settings/SettingsPlugin.d.ts.map +1 -0
- package/dist/types/src/{plugins/plugin-settings/provides.d.ts → plugin-settings/actions.d.ts} +1 -10
- package/dist/types/src/plugin-settings/actions.d.ts.map +1 -0
- package/dist/types/src/plugin-settings/index.d.ts +3 -0
- package/dist/types/src/plugin-settings/index.d.ts.map +1 -0
- package/dist/types/src/react/ErrorBoundary.d.ts.map +1 -0
- package/dist/types/src/react/PluginManagerProvider.d.ts +10 -0
- package/dist/types/src/react/PluginManagerProvider.d.ts.map +1 -0
- package/dist/types/src/react/Surface.d.ts +12 -0
- package/dist/types/src/react/Surface.d.ts.map +1 -0
- package/dist/types/src/react/index.d.ts +5 -0
- package/dist/types/src/react/index.d.ts.map +1 -0
- package/dist/types/src/react/useCapabilities.d.ts +13 -0
- package/dist/types/src/react/useCapabilities.d.ts.map +1 -0
- package/dist/types/src/testing/index.d.ts +2 -0
- package/dist/types/src/testing/index.d.ts.map +1 -0
- package/dist/types/src/testing/withPluginManager.d.ts +10 -0
- package/dist/types/src/testing/withPluginManager.d.ts.map +1 -0
- package/dist/types/src/testing/withPluginManager.stories.d.ts +5 -0
- package/dist/types/src/testing/withPluginManager.stories.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +28 -15
- package/project.json +2 -1
- package/src/App.tsx +138 -34
- package/src/common/capabilities.ts +82 -0
- package/src/common/events.ts +63 -0
- package/src/common/file.ts +22 -0
- package/src/common/graph.ts +30 -0
- package/src/{plugins/common → common}/index.ts +3 -1
- package/src/{plugins/common → common}/layout.ts +0 -16
- package/src/{plugins/common → common}/navigation.ts +0 -15
- package/src/{plugins/plugin-surface/SurfaceContext.ts → common/surface.ts} +6 -37
- package/src/common/translations.ts +18 -0
- package/src/core/capabilities.test.ts +116 -0
- package/src/core/capabilities.ts +213 -0
- package/src/core/events.ts +58 -0
- package/src/core/index.ts +8 -0
- package/src/core/manager.test.ts +567 -0
- package/src/core/manager.ts +497 -0
- package/src/core/plugin.ts +128 -0
- package/src/helpers.test.ts +97 -0
- package/src/helpers.ts +45 -0
- package/src/index.ts +6 -3
- package/src/playground/debug/Debug.tsx +39 -0
- package/src/playground/debug/index.ts +5 -0
- package/src/playground/debug/plugin.ts +17 -0
- package/src/playground/generator/Main.tsx +71 -0
- package/src/playground/generator/Toolbar.tsx +46 -0
- package/src/playground/generator/generator.ts +23 -0
- package/src/playground/generator/index.ts +6 -0
- package/src/playground/generator/plugin.ts +18 -0
- package/src/playground/layout/Layout.tsx +33 -0
- package/src/playground/layout/index.ts +5 -0
- package/src/playground/layout/plugin.ts +17 -0
- package/src/playground/logger/Toolbar.tsx +28 -0
- package/src/playground/logger/index.ts +5 -0
- package/src/playground/logger/plugin.ts +33 -0
- package/src/playground/logger/schema.ts +12 -0
- package/src/playground/playground.stories.tsx +34 -0
- package/src/{plugins/plugin-intent → plugin-intent}/IntentContext.tsx +12 -4
- package/src/plugin-intent/IntentPlugin.tsx +60 -0
- package/src/plugin-intent/actions.ts +22 -0
- package/src/plugin-intent/errors.ts +39 -0
- package/src/{plugins/plugin-intent → plugin-intent}/index.ts +2 -6
- package/src/{plugins/plugin-intent → plugin-intent}/intent-dispatcher.test.ts +36 -35
- package/src/{plugins/plugin-intent → plugin-intent}/intent-dispatcher.ts +49 -65
- package/src/{plugins/plugin-intent → plugin-intent}/intent.ts +5 -21
- package/src/plugin-settings/SettingsPlugin.ts +29 -0
- package/src/plugin-settings/actions.ts +17 -0
- package/src/plugin-settings/index.ts +6 -0
- package/src/react/PluginManagerProvider.ts +22 -0
- package/src/react/Surface.tsx +72 -0
- package/src/react/index.ts +8 -0
- package/src/react/useCapabilities.ts +39 -0
- package/src/testing/index.ts +5 -0
- package/src/testing/withPluginManager.stories.tsx +47 -0
- package/src/testing/withPluginManager.tsx +67 -0
- package/tsconfig.json +13 -1
- package/dist/lib/browser/chunk-3E7RY3CE.mjs +0 -72
- package/dist/lib/browser/chunk-3E7RY3CE.mjs.map +0 -7
- package/dist/lib/browser/chunk-QG25ZU2N.mjs +0 -320
- package/dist/lib/browser/chunk-QG25ZU2N.mjs.map +0 -7
- package/dist/lib/browser/chunk-SPDTXTOV.mjs +0 -163
- package/dist/lib/browser/chunk-SPDTXTOV.mjs.map +0 -7
- package/dist/lib/browser/chunk-WBOXEHBE.mjs +0 -51
- package/dist/lib/browser/chunk-WBOXEHBE.mjs.map +0 -7
- package/dist/lib/browser/plugin-intent-T7Y3MJ5C.mjs +0 -32
- package/dist/lib/browser/plugin-intent-T7Y3MJ5C.mjs.map +0 -7
- package/dist/lib/browser/plugin-settings-5U2L2NRU.mjs +0 -15
- package/dist/lib/browser/plugin-settings-5U2L2NRU.mjs.map +0 -7
- package/dist/lib/browser/plugin-surface-OKPF3EQI.mjs +0 -24
- package/dist/lib/browser/plugin-surface-OKPF3EQI.mjs.map +0 -7
- package/dist/lib/node/chunk-BW3RNEVI.cjs +0 -185
- package/dist/lib/node/chunk-BW3RNEVI.cjs.map +0 -7
- package/dist/lib/node/chunk-FCMHRU3M.cjs +0 -70
- package/dist/lib/node/chunk-FCMHRU3M.cjs.map +0 -7
- package/dist/lib/node/chunk-QBM42OQ6.cjs +0 -97
- package/dist/lib/node/chunk-QBM42OQ6.cjs.map +0 -7
- package/dist/lib/node/chunk-VWHAALIN.cjs +0 -344
- package/dist/lib/node/chunk-VWHAALIN.cjs.map +0 -7
- package/dist/lib/node/plugin-intent-F3TQZIUR.cjs +0 -53
- package/dist/lib/node/plugin-intent-F3TQZIUR.cjs.map +0 -7
- package/dist/lib/node/plugin-settings-W6UHMH5M.cjs +0 -36
- package/dist/lib/node/plugin-settings-W6UHMH5M.cjs.map +0 -7
- package/dist/lib/node/plugin-surface-CCSIONYW.cjs +0 -45
- package/dist/lib/node/plugin-surface-CCSIONYW.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-3T5UIJY3.mjs +0 -53
- package/dist/lib/node-esm/chunk-3T5UIJY3.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-4GX7V5ZE.mjs +0 -164
- package/dist/lib/node-esm/chunk-4GX7V5ZE.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-CFOUYXQ6.mjs +0 -321
- package/dist/lib/node-esm/chunk-CFOUYXQ6.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-EYCTSFEJ.mjs +0 -74
- package/dist/lib/node-esm/chunk-EYCTSFEJ.mjs.map +0 -7
- package/dist/lib/node-esm/plugin-intent-W2HQC6LC.mjs +0 -33
- package/dist/lib/node-esm/plugin-intent-W2HQC6LC.mjs.map +0 -7
- package/dist/lib/node-esm/plugin-settings-H5RHNFVC.mjs +0 -16
- package/dist/lib/node-esm/plugin-settings-H5RHNFVC.mjs.map +0 -7
- package/dist/lib/node-esm/plugin-surface-V3YET3UL.mjs +0 -25
- package/dist/lib/node-esm/plugin-surface-V3YET3UL.mjs.map +0 -7
- package/dist/types/src/plugins/common/file.d.ts +0 -22
- package/dist/types/src/plugins/common/file.d.ts.map +0 -1
- package/dist/types/src/plugins/common/graph.d.ts +0 -51
- package/dist/types/src/plugins/common/graph.d.ts.map +0 -1
- package/dist/types/src/plugins/common/index.d.ts.map +0 -1
- package/dist/types/src/plugins/common/layout.d.ts.map +0 -1
- package/dist/types/src/plugins/common/metadata.d.ts +0 -16
- package/dist/types/src/plugins/common/metadata.d.ts.map +0 -1
- package/dist/types/src/plugins/common/navigation.d.ts.map +0 -1
- package/dist/types/src/plugins/common/translations.d.ts.map +0 -1
- package/dist/types/src/plugins/helpers.d.ts +0 -41
- package/dist/types/src/plugins/helpers.d.ts.map +0 -1
- package/dist/types/src/plugins/index.d.ts +0 -7
- package/dist/types/src/plugins/index.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-host/HostPlugin.d.ts +0 -16
- package/dist/types/src/plugins/plugin-host/HostPlugin.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-host/PluginContainer.d.ts +0 -14
- package/dist/types/src/plugins/plugin-host/PluginContainer.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-host/PluginContext.d.ts +0 -47
- package/dist/types/src/plugins/plugin-host/PluginContext.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-host/index.d.ts +0 -6
- package/dist/types/src/plugins/plugin-host/index.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-host/plugin.d.ts +0 -104
- package/dist/types/src/plugins/plugin-host/plugin.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-host/plugin.test.d.ts +0 -35
- package/dist/types/src/plugins/plugin-host/plugin.test.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-intent/IntentContext.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-intent/IntentPlugin.d.ts +0 -8
- package/dist/types/src/plugins/plugin-intent/IntentPlugin.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-intent/index.d.ts +0 -7
- package/dist/types/src/plugins/plugin-intent/index.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-intent/intent-dispatcher.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-intent/intent-dispatcher.test.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-intent/intent.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-intent/meta.d.ts +0 -6
- package/dist/types/src/plugins/plugin-intent/meta.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-intent/provides.d.ts +0 -16
- package/dist/types/src/plugins/plugin-intent/provides.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-settings/SettingsPlugin.d.ts +0 -4
- package/dist/types/src/plugins/plugin-settings/SettingsPlugin.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-settings/index.d.ts +0 -4
- package/dist/types/src/plugins/plugin-settings/index.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-settings/meta.d.ts +0 -5
- package/dist/types/src/plugins/plugin-settings/meta.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-settings/provides.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-surface/ErrorBoundary.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-surface/Surface.d.ts +0 -7
- package/dist/types/src/plugins/plugin-surface/Surface.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-surface/SurfaceContext.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-surface/SurfacePlugin.d.ts +0 -7
- package/dist/types/src/plugins/plugin-surface/SurfacePlugin.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-surface/helpers.d.ts +0 -21
- package/dist/types/src/plugins/plugin-surface/helpers.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-surface/index.d.ts +0 -8
- package/dist/types/src/plugins/plugin-surface/index.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-surface/meta.d.ts +0 -5
- package/dist/types/src/plugins/plugin-surface/meta.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin-surface/provides.d.ts +0 -17
- package/dist/types/src/plugins/plugin-surface/provides.d.ts.map +0 -1
- package/src/plugins/common/file.ts +0 -36
- package/src/plugins/common/graph.ts +0 -70
- package/src/plugins/common/metadata.ts +0 -29
- package/src/plugins/common/translations.ts +0 -36
- package/src/plugins/helpers.ts +0 -92
- package/src/plugins/index.ts +0 -11
- package/src/plugins/plugin-host/HostPlugin.tsx +0 -88
- package/src/plugins/plugin-host/PluginContainer.tsx +0 -120
- package/src/plugins/plugin-host/PluginContext.tsx +0 -79
- package/src/plugins/plugin-host/index.ts +0 -12
- package/src/plugins/plugin-host/plugin.test.ts +0 -158
- package/src/plugins/plugin-host/plugin.ts +0 -133
- package/src/plugins/plugin-intent/IntentPlugin.tsx +0 -75
- package/src/plugins/plugin-intent/meta.ts +0 -11
- package/src/plugins/plugin-intent/provides.ts +0 -26
- package/src/plugins/plugin-settings/SettingsPlugin.tsx +0 -22
- package/src/plugins/plugin-settings/index.ts +0 -9
- package/src/plugins/plugin-settings/meta.ts +0 -9
- package/src/plugins/plugin-settings/provides.ts +0 -34
- package/src/plugins/plugin-surface/Surface.tsx +0 -62
- package/src/plugins/plugin-surface/SurfacePlugin.tsx +0 -45
- package/src/plugins/plugin-surface/helpers.ts +0 -22
- package/src/plugins/plugin-surface/index.ts +0 -14
- package/src/plugins/plugin-surface/meta.ts +0 -9
- package/src/plugins/plugin-surface/provides.ts +0 -27
- /package/dist/types/src/{plugins/plugin-intent → plugin-intent}/intent-dispatcher.test.d.ts +0 -0
- /package/dist/types/src/{plugins/plugin-surface → react}/ErrorBoundary.d.ts +0 -0
- /package/src/{plugins/plugin-surface → react}/ErrorBoundary.tsx +0 -0
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
import { type FC, type PropsWithChildren } from 'react';
|
|
2
|
+
import { type GraphBuilder } from '@dxos/app-graph';
|
|
3
|
+
import { type Space } from '@dxos/client-protocol';
|
|
4
|
+
import { type S } from '@dxos/echo-schema';
|
|
5
|
+
import { type RootSettingsStore } from '@dxos/local-storage';
|
|
6
|
+
import { type DeepReadonly } from '@dxos/util';
|
|
7
|
+
import { type FileInfo } from './file';
|
|
8
|
+
import { type NodeSerializer } from './graph';
|
|
9
|
+
import { type LayoutParts } from './navigation';
|
|
10
|
+
import { type SurfaceDefinition } from './surface';
|
|
11
|
+
import { type PluginManager } from '../core';
|
|
12
|
+
import { type AnyIntentResolver, type IntentContext } from '../plugin-intent';
|
|
13
|
+
export declare namespace Capabilities {
|
|
14
|
+
const PluginManager: import("../core").InterfaceDef<PluginManager>;
|
|
15
|
+
const Null: import("../core").InterfaceDef<null>;
|
|
16
|
+
type ReactContext = Readonly<{
|
|
17
|
+
id: string;
|
|
18
|
+
dependsOn?: string[];
|
|
19
|
+
context: FC<PropsWithChildren>;
|
|
20
|
+
}>;
|
|
21
|
+
const ReactContext: import("../core").InterfaceDef<Readonly<{
|
|
22
|
+
id: string;
|
|
23
|
+
dependsOn?: string[];
|
|
24
|
+
context: FC<PropsWithChildren>;
|
|
25
|
+
}>>;
|
|
26
|
+
type ReactRoot = Readonly<{
|
|
27
|
+
id: string;
|
|
28
|
+
root: FC<PropsWithChildren>;
|
|
29
|
+
}>;
|
|
30
|
+
const ReactRoot: import("../core").InterfaceDef<Readonly<{
|
|
31
|
+
id: string;
|
|
32
|
+
root: FC<PropsWithChildren>;
|
|
33
|
+
}>>;
|
|
34
|
+
type ReactSurface = SurfaceDefinition | readonly SurfaceDefinition[];
|
|
35
|
+
const ReactSurface: import("../core").InterfaceDef<ReactSurface>;
|
|
36
|
+
type IntentResolver = AnyIntentResolver | readonly AnyIntentResolver[];
|
|
37
|
+
const IntentResolver: import("../core").InterfaceDef<IntentResolver>;
|
|
38
|
+
const IntentDispatcher: import("../core").InterfaceDef<IntentContext>;
|
|
39
|
+
const Layout: import("../core").InterfaceDef<Readonly<{
|
|
40
|
+
layoutMode: "deck" | "solo" | "fullscreen";
|
|
41
|
+
sidebarOpen: boolean;
|
|
42
|
+
complementarySidebarOpen: boolean;
|
|
43
|
+
complementarySidebarContent?: any;
|
|
44
|
+
dialogOpen: boolean;
|
|
45
|
+
dialogContent?: any;
|
|
46
|
+
dialogBlockAlign?: "center" | "start" | undefined;
|
|
47
|
+
dialogType?: "default" | "alert" | undefined;
|
|
48
|
+
popoverOpen: boolean;
|
|
49
|
+
popoverContent?: any;
|
|
50
|
+
popoverAnchorId?: string | undefined;
|
|
51
|
+
toasts: {
|
|
52
|
+
readonly title?: string | [string, {
|
|
53
|
+
ns: string;
|
|
54
|
+
count?: number | undefined;
|
|
55
|
+
}] | undefined;
|
|
56
|
+
readonly id: string;
|
|
57
|
+
readonly description?: string | [string, {
|
|
58
|
+
ns: string;
|
|
59
|
+
count?: number | undefined;
|
|
60
|
+
}] | undefined;
|
|
61
|
+
readonly icon?: string | undefined;
|
|
62
|
+
readonly duration?: number | undefined;
|
|
63
|
+
readonly closeLabel?: string | [string, {
|
|
64
|
+
ns: string;
|
|
65
|
+
count?: number | undefined;
|
|
66
|
+
}] | undefined;
|
|
67
|
+
readonly actionLabel?: string | [string, {
|
|
68
|
+
ns: string;
|
|
69
|
+
count?: number | undefined;
|
|
70
|
+
}] | undefined;
|
|
71
|
+
readonly actionAlt?: string | [string, {
|
|
72
|
+
ns: string;
|
|
73
|
+
count?: number | undefined;
|
|
74
|
+
}] | undefined;
|
|
75
|
+
readonly onAction?: any;
|
|
76
|
+
}[];
|
|
77
|
+
scrollIntoView?: string | undefined;
|
|
78
|
+
}>>;
|
|
79
|
+
const MutableLayout: import("../core").InterfaceDef<{
|
|
80
|
+
layoutMode: "deck" | "solo" | "fullscreen";
|
|
81
|
+
sidebarOpen: boolean;
|
|
82
|
+
complementarySidebarOpen: boolean;
|
|
83
|
+
complementarySidebarContent?: any;
|
|
84
|
+
dialogOpen: boolean;
|
|
85
|
+
dialogContent?: any;
|
|
86
|
+
dialogBlockAlign?: "center" | "start" | undefined;
|
|
87
|
+
dialogType?: "default" | "alert" | undefined;
|
|
88
|
+
popoverOpen: boolean;
|
|
89
|
+
popoverContent?: any;
|
|
90
|
+
popoverAnchorId?: string | undefined;
|
|
91
|
+
toasts: {
|
|
92
|
+
readonly title?: string | [string, {
|
|
93
|
+
ns: string;
|
|
94
|
+
count?: number | undefined;
|
|
95
|
+
}] | undefined;
|
|
96
|
+
readonly id: string;
|
|
97
|
+
readonly description?: string | [string, {
|
|
98
|
+
ns: string;
|
|
99
|
+
count?: number | undefined;
|
|
100
|
+
}] | undefined;
|
|
101
|
+
readonly icon?: string | undefined;
|
|
102
|
+
readonly duration?: number | undefined;
|
|
103
|
+
readonly closeLabel?: string | [string, {
|
|
104
|
+
ns: string;
|
|
105
|
+
count?: number | undefined;
|
|
106
|
+
}] | undefined;
|
|
107
|
+
readonly actionLabel?: string | [string, {
|
|
108
|
+
ns: string;
|
|
109
|
+
count?: number | undefined;
|
|
110
|
+
}] | undefined;
|
|
111
|
+
readonly actionAlt?: string | [string, {
|
|
112
|
+
ns: string;
|
|
113
|
+
count?: number | undefined;
|
|
114
|
+
}] | undefined;
|
|
115
|
+
readonly onAction?: any;
|
|
116
|
+
}[];
|
|
117
|
+
scrollIntoView?: string | undefined;
|
|
118
|
+
}>;
|
|
119
|
+
type MutableLocation = {
|
|
120
|
+
active: LayoutParts;
|
|
121
|
+
closed: string[];
|
|
122
|
+
};
|
|
123
|
+
type Location = DeepReadonly<MutableLocation>;
|
|
124
|
+
const Location: import("../core").InterfaceDef<DeepReadonly<MutableLocation>>;
|
|
125
|
+
const MutableLocation: import("../core").InterfaceDef<MutableLocation>;
|
|
126
|
+
const Translations: import("../core").InterfaceDef<readonly Record<string, Record<string, string | Record<string, any>>>[]>;
|
|
127
|
+
const AppGraph: import("../core").InterfaceDef<Readonly<Pick<GraphBuilder, "graph" | "explore">>>;
|
|
128
|
+
const AppGraphBuilder: import("../core").InterfaceDef<Readonly<{
|
|
129
|
+
id: string;
|
|
130
|
+
disposition: import("@dxos/util").Disposition;
|
|
131
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
132
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
133
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
134
|
+
type?: string;
|
|
135
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
136
|
+
}> | Readonly<{
|
|
137
|
+
id: string;
|
|
138
|
+
disposition: import("@dxos/util").Disposition;
|
|
139
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
140
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
141
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
142
|
+
type?: string;
|
|
143
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
144
|
+
}>[] | (Readonly<{
|
|
145
|
+
id: string;
|
|
146
|
+
disposition: import("@dxos/util").Disposition;
|
|
147
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
148
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
149
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
150
|
+
type?: string;
|
|
151
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
152
|
+
}> | Readonly<{
|
|
153
|
+
id: string;
|
|
154
|
+
disposition: import("@dxos/util").Disposition;
|
|
155
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
156
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
157
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
158
|
+
type?: string;
|
|
159
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
160
|
+
}>[] | (Readonly<{
|
|
161
|
+
id: string;
|
|
162
|
+
disposition: import("@dxos/util").Disposition;
|
|
163
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
164
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
165
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
166
|
+
type?: string;
|
|
167
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
168
|
+
}> | Readonly<{
|
|
169
|
+
id: string;
|
|
170
|
+
disposition: import("@dxos/util").Disposition;
|
|
171
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
172
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
173
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
174
|
+
type?: string;
|
|
175
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
176
|
+
}>[] | (Readonly<{
|
|
177
|
+
id: string;
|
|
178
|
+
disposition: import("@dxos/util").Disposition;
|
|
179
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
180
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
181
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
182
|
+
type?: string;
|
|
183
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
184
|
+
}> | Readonly<{
|
|
185
|
+
id: string;
|
|
186
|
+
disposition: import("@dxos/util").Disposition;
|
|
187
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
188
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
189
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
190
|
+
type?: string;
|
|
191
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
192
|
+
}>[] | (Readonly<{
|
|
193
|
+
id: string;
|
|
194
|
+
disposition: import("@dxos/util").Disposition;
|
|
195
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
196
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
197
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
198
|
+
type?: string;
|
|
199
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
200
|
+
}> | Readonly<{
|
|
201
|
+
id: string;
|
|
202
|
+
disposition: import("@dxos/util").Disposition;
|
|
203
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
204
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
205
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
206
|
+
type?: string;
|
|
207
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
208
|
+
}>[] | (Readonly<{
|
|
209
|
+
id: string;
|
|
210
|
+
disposition: import("@dxos/util").Disposition;
|
|
211
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
212
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
213
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
214
|
+
type?: string;
|
|
215
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
216
|
+
}> | Readonly<{
|
|
217
|
+
id: string;
|
|
218
|
+
disposition: import("@dxos/util").Disposition;
|
|
219
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
220
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
221
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
222
|
+
type?: string;
|
|
223
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
224
|
+
}>[] | (Readonly<{
|
|
225
|
+
id: string;
|
|
226
|
+
disposition: import("@dxos/util").Disposition;
|
|
227
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
228
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
229
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
230
|
+
type?: string;
|
|
231
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
232
|
+
}> | Readonly<{
|
|
233
|
+
id: string;
|
|
234
|
+
disposition: import("@dxos/util").Disposition;
|
|
235
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
236
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
237
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
238
|
+
type?: string;
|
|
239
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
240
|
+
}>[] | (Readonly<{
|
|
241
|
+
id: string;
|
|
242
|
+
disposition: import("@dxos/util").Disposition;
|
|
243
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
244
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
245
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
246
|
+
type?: string;
|
|
247
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
248
|
+
}> | Readonly<{
|
|
249
|
+
id: string;
|
|
250
|
+
disposition: import("@dxos/util").Disposition;
|
|
251
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
252
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
253
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
254
|
+
type?: string;
|
|
255
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
256
|
+
}>[] | (Readonly<{
|
|
257
|
+
id: string;
|
|
258
|
+
disposition: import("@dxos/util").Disposition;
|
|
259
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
260
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
261
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
262
|
+
type?: string;
|
|
263
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
264
|
+
}> | Readonly<{
|
|
265
|
+
id: string;
|
|
266
|
+
disposition: import("@dxos/util").Disposition;
|
|
267
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
268
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
269
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
270
|
+
type?: string;
|
|
271
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
272
|
+
}>[] | (Readonly<{
|
|
273
|
+
id: string;
|
|
274
|
+
disposition: import("@dxos/util").Disposition;
|
|
275
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
276
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
277
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
278
|
+
type?: string;
|
|
279
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
280
|
+
}> | Readonly<{
|
|
281
|
+
id: string;
|
|
282
|
+
disposition: import("@dxos/util").Disposition;
|
|
283
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
284
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
285
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
286
|
+
type?: string;
|
|
287
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
288
|
+
}>[] | (Readonly<{
|
|
289
|
+
id: string;
|
|
290
|
+
disposition: import("@dxos/util").Disposition;
|
|
291
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
292
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
293
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
294
|
+
type?: string;
|
|
295
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
296
|
+
}> | Readonly<{
|
|
297
|
+
id: string;
|
|
298
|
+
disposition: import("@dxos/util").Disposition;
|
|
299
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
300
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
301
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
302
|
+
type?: string;
|
|
303
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
304
|
+
}>[] | (Readonly<{
|
|
305
|
+
id: string;
|
|
306
|
+
disposition: import("@dxos/util").Disposition;
|
|
307
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
308
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
309
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
310
|
+
type?: string;
|
|
311
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
312
|
+
}> | Readonly<{
|
|
313
|
+
id: string;
|
|
314
|
+
disposition: import("@dxos/util").Disposition;
|
|
315
|
+
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
316
|
+
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
317
|
+
relation?: import("@dxos/app-graph").Relation;
|
|
318
|
+
type?: string;
|
|
319
|
+
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
320
|
+
}>[] | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]>;
|
|
321
|
+
const AppGraphSerializer: import("../core").InterfaceDef<NodeSerializer[]>;
|
|
322
|
+
const SettingsStore: import("../core").InterfaceDef<RootSettingsStore>;
|
|
323
|
+
type Settings = {
|
|
324
|
+
schema: S.Schema.All;
|
|
325
|
+
prefix: string;
|
|
326
|
+
value?: Record<string, any>;
|
|
327
|
+
};
|
|
328
|
+
const Settings: import("../core").InterfaceDef<Settings>;
|
|
329
|
+
type Metadata = Readonly<{
|
|
330
|
+
id: string;
|
|
331
|
+
metadata: Record<string, any>;
|
|
332
|
+
}>;
|
|
333
|
+
const Metadata: import("../core").InterfaceDef<Readonly<{
|
|
334
|
+
id: string;
|
|
335
|
+
metadata: Record<string, any>;
|
|
336
|
+
}>>;
|
|
337
|
+
type FileUploader = (file: File, space: Space) => Promise<FileInfo | undefined>;
|
|
338
|
+
const FileUploader: import("../core").InterfaceDef<FileUploader>;
|
|
339
|
+
}
|
|
340
|
+
//# sourceMappingURL=capabilities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/common/capabilities.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare namespace Events {
|
|
2
|
+
/**
|
|
3
|
+
* Fired when the app is started.
|
|
4
|
+
*/
|
|
5
|
+
const Startup: import("../core").ActivationEvent;
|
|
6
|
+
/**
|
|
7
|
+
* Fired before the intent dispatcher is activated.
|
|
8
|
+
*/
|
|
9
|
+
const SetupIntents: import("../core").ActivationEvent;
|
|
10
|
+
/**
|
|
11
|
+
* Fired before the settings store is activated.
|
|
12
|
+
*/
|
|
13
|
+
const SetupSettings: import("../core").ActivationEvent;
|
|
14
|
+
/**
|
|
15
|
+
* Fired before the graph is created.
|
|
16
|
+
*/
|
|
17
|
+
const SetupAppGraph: import("../core").ActivationEvent;
|
|
18
|
+
/**
|
|
19
|
+
* Fired before the translations provider is created.
|
|
20
|
+
*/
|
|
21
|
+
const SetupTranslations: import("../core").ActivationEvent;
|
|
22
|
+
/**
|
|
23
|
+
* Fired after the intent dispatcher is ready.
|
|
24
|
+
*/
|
|
25
|
+
const DispatcherReady: import("../core").ActivationEvent;
|
|
26
|
+
/**
|
|
27
|
+
* Fired after the settings store is ready.
|
|
28
|
+
*/
|
|
29
|
+
const SettingsReady: import("../core").ActivationEvent;
|
|
30
|
+
/**
|
|
31
|
+
* Fired when the graph is ready.
|
|
32
|
+
*/
|
|
33
|
+
const AppGraphReady: import("../core").ActivationEvent;
|
|
34
|
+
/**
|
|
35
|
+
* Fired when plugin state is ready.
|
|
36
|
+
*/
|
|
37
|
+
const createStateEvent: (specifier: string) => import("../core").ActivationEvent;
|
|
38
|
+
const LayoutReady: import("../core").ActivationEvent;
|
|
39
|
+
const LocationReady: import("../core").ActivationEvent;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/common/events.ts"],"names":[],"mappings":"AAOA,yBAAiB,MAAM,CAAC;IACtB;;OAEG;IACI,MAAM,OAAO,mCAAsD,CAAC;IAM3E;;OAEG;IACI,MAAM,YAAY,mCAA4D,CAAC;IAEtF;;OAEG;IACI,MAAM,aAAa,mCAA6D,CAAC;IAExF;;OAEG;IACI,MAAM,aAAa,mCAA0D,CAAC;IAErF;;OAEG;IACI,MAAM,iBAAiB,mCAAiE,CAAC;IAMhG;;OAEG;IACI,MAAM,eAAe,mCAA+D,CAAC;IAE5F;;OAEG;IACI,MAAM,aAAa,mCAA6D,CAAC;IAExF;;OAEG;IACI,MAAM,aAAa,mCAA0D,CAAC;IAErF;;OAEG;IACI,MAAM,gBAAgB,cAAe,MAAM,sCAAiE,CAAC;IAC7G,MAAM,WAAW,mCAAmD,CAAC;IACrE,MAAM,aAAa,mCAAqD,CAAC;CACjF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { S } from '@dxos/echo-schema';
|
|
2
|
+
export declare const defaultFileTypes: {
|
|
3
|
+
images: string[];
|
|
4
|
+
media: string[];
|
|
5
|
+
text: string[];
|
|
6
|
+
};
|
|
7
|
+
export declare const FileInfoSchema: S.Struct<{
|
|
8
|
+
name: typeof S.String;
|
|
9
|
+
type: typeof S.String;
|
|
10
|
+
url: S.optional<typeof S.String>;
|
|
11
|
+
cid: S.optional<typeof S.String>;
|
|
12
|
+
}>;
|
|
13
|
+
export type FileInfo = S.Schema.Type<typeof FileInfoSchema>;
|
|
14
|
+
//# sourceMappingURL=file.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../../src/common/file.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,mBAAmB,CAAC;AAItC,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;EAKzB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,cAAc,CAAC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Node } from '@dxos/app-graph';
|
|
2
|
+
import { type MaybePromise } from '@dxos/util';
|
|
3
|
+
export type SerializedNode = {
|
|
4
|
+
name: string;
|
|
5
|
+
data: string;
|
|
6
|
+
type?: string;
|
|
7
|
+
};
|
|
8
|
+
export type NodeSerializer<T = any> = {
|
|
9
|
+
inputType: string;
|
|
10
|
+
outputType: string;
|
|
11
|
+
disposition?: 'hoist' | 'fallback';
|
|
12
|
+
/**
|
|
13
|
+
* Takes a node and serializes it into a format that can be stored.
|
|
14
|
+
*/
|
|
15
|
+
serialize: (node: Node<T>) => MaybePromise<SerializedNode>;
|
|
16
|
+
/**
|
|
17
|
+
* Takes a serialized node and deserializes it into the application.
|
|
18
|
+
*/
|
|
19
|
+
deserialize: (data: SerializedNode, ancestors: unknown[]) => MaybePromise<T>;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=graph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"graph.d.ts","sourceRoot":"","sources":["../../../../src/common/graph.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAG/C,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,MAAM,MAAM,cAAc,CAAC,CAAC,GAAG,GAAG,IAAI;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAEnC;;OAEG;IACH,SAAS,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,KAAK,YAAY,CAAC,cAAc,CAAC,CAAC;IAE3D;;OAEG;IACH,WAAW,EAAE,CAAC,IAAI,EAAE,cAAc,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,YAAY,CAAC,CAAC,CAAC,CAAC;CAC9E,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
export * from './capabilities';
|
|
2
|
+
export * from './events';
|
|
1
3
|
export * from './file';
|
|
2
4
|
export * from './graph';
|
|
3
5
|
export * from './layout';
|
|
4
|
-
export * from './metadata';
|
|
5
6
|
export * from './navigation';
|
|
7
|
+
export * from './surface';
|
|
6
8
|
export * from './translations';
|
|
7
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { S } from '@dxos/echo-schema';
|
|
2
|
-
import { type Plugin } from '../plugin-host';
|
|
3
2
|
export declare const Toast: S.Struct<{
|
|
4
3
|
id: typeof S.String;
|
|
5
4
|
title: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple<[typeof S.String, S.mutable<S.Struct<{
|
|
@@ -90,16 +89,6 @@ export declare const Layout: S.mutable<S.Struct<{
|
|
|
90
89
|
scrollIntoView: S.optional<typeof S.String>;
|
|
91
90
|
}>>;
|
|
92
91
|
export type Layout = S.Schema.Type<typeof Layout>;
|
|
93
|
-
/**
|
|
94
|
-
* Provides for a plugin that can manage the app layout.
|
|
95
|
-
*/
|
|
96
|
-
export type LayoutProvides = {
|
|
97
|
-
layout: Readonly<Layout>;
|
|
98
|
-
};
|
|
99
|
-
/**
|
|
100
|
-
* Type guard for layout plugins.
|
|
101
|
-
*/
|
|
102
|
-
export declare const parseLayoutPlugin: (plugin: Plugin) => Plugin<LayoutProvides> | undefined;
|
|
103
92
|
export declare const LAYOUT_PLUGIN = "dxos.org/plugin/layout";
|
|
104
93
|
export declare const LAYOUT_ACTION = "dxos.org/plugin/layout/action";
|
|
105
94
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../../src/common/layout.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,mBAAmB,CAAC;AAQtC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;EAWhB,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC,CAAC;AAEhD;;;;;;GAMG;AAEH,QAAA,MAAM,UAAU,gFAAyE,CAAC;AAC1F,eAAO,MAAM,YAAY,UAAW,GAAG,KAAG,KAAK,IAAI,UAAqC,CAAC;AACzF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,UAAU,CAAC,CAAC;AAE1D,eAAO,MAAM,MAAM;;;;IAMf;;OAEG;;;IAIH;;OAEG;;;;;IAOH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMH;;OAEG;;GAGN,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,MAAM,CAAC,CAAC;AAMlD,eAAO,MAAM,aAAa,2BAA2B,CAAC;AACtD,eAAO,MAAM,aAAa,kCAA4B,CAAC;AAEvD;;GAEG;AACH,yBAAiB,YAAY,CAAC;;;;;YAGxB;;eAEG;;YAGH;;;;;eAKG;;YAGH;;eAEG;;YAGH;;eAEG;;YAGH;;eAEG;;YAKH;;eAEG;;YAGH;;eAEG;;;;;IAvCP,MAAM,OAAO,SAAU,SAAQ,cA2C7B;KAAG;;;;;;;;;;;IAIL,MAAM,OAAO,aAAc,SAAQ,kBAUjC;KAAG;;;;;;;;;;;IAEL,MAAM,OAAO,cAAe,SAAQ,mBAQlC;KAAG;;CACN"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Schema as S } from '@effect/schema';
|
|
2
|
-
import { type Plugin } from '../plugin-host';
|
|
3
2
|
export declare const SLUG_LIST_SEPARATOR = "+";
|
|
4
3
|
export declare const SLUG_ENTRY_SEPARATOR = "_";
|
|
5
4
|
export declare const SLUG_KEY_VALUE_SEPARATOR = "-";
|
|
@@ -135,7 +134,6 @@ export type LocationProvides = S.Schema.Type<typeof LocationProvidesSchema>;
|
|
|
135
134
|
*/
|
|
136
135
|
export declare const isLayoutParts: (value: unknown) => value is LayoutParts;
|
|
137
136
|
export declare const isLayoutAdjustment: (value: unknown) => value is LayoutAdjustment;
|
|
138
|
-
export declare const parseNavigationPlugin: (plugin: Plugin) => Plugin<LocationProvides> | undefined;
|
|
139
137
|
/**
|
|
140
138
|
* Utilities.
|
|
141
139
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../../src/common/navigation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type JSX, type ForwardedRef, type PropsWithChildren, type ReactNode } from 'react';
|
|
2
|
-
import { type GuardedType, type MakeOptional } from '@dxos/util';
|
|
3
|
-
import { type ErrorBoundary } from '
|
|
2
|
+
import { type GuardedType, type MakeOptional, type Disposition } from '@dxos/util';
|
|
3
|
+
import { type ErrorBoundary } from '../react';
|
|
4
4
|
/**
|
|
5
5
|
* SurfaceProps are the props that are passed to the Surface component.
|
|
6
6
|
*/
|
|
@@ -47,39 +47,22 @@ type SurfaceComponentProps<T extends Record<string, any> = Record<string, unknow
|
|
|
47
47
|
* React component used to render a surface once is has matched.
|
|
48
48
|
*/
|
|
49
49
|
export type SurfaceComponent<T extends Record<string, any> = Record<string, unknown>> = (props: SurfaceComponentProps<T>, forwardedRef: ForwardedRef<HTMLElement>) => JSX.Element | null;
|
|
50
|
-
/**
|
|
51
|
-
* Determines the priority of the surface when multiple components are resolved.
|
|
52
|
-
*
|
|
53
|
-
* - `static` - The component is rendered in the order it was resolved.
|
|
54
|
-
* - `hoist` - The component is rendered before `static` components.
|
|
55
|
-
* - `fallback` - The component is rendered after `static` components.
|
|
56
|
-
*/
|
|
57
|
-
export type SurfaceDisposition = 'static' | 'hoist' | 'fallback';
|
|
58
50
|
/**
|
|
59
51
|
* Definition of when a SurfaceComponent should be rendered.
|
|
60
52
|
*/
|
|
61
|
-
export type SurfaceDefinition<T extends Record<string, any> = any> = {
|
|
53
|
+
export type SurfaceDefinition<T extends Record<string, any> = any> = Readonly<{
|
|
62
54
|
id: string;
|
|
63
55
|
role: string | string[];
|
|
64
|
-
disposition?:
|
|
56
|
+
disposition?: Disposition;
|
|
65
57
|
filter?: (data: Record<string, unknown>) => data is T;
|
|
66
58
|
component: SurfaceComponent<GuardedType<SurfaceDefinition<T>['filter']>>;
|
|
67
|
-
}
|
|
68
|
-
export declare const createSurface: <T extends Record<string, any> = any>(definition: SurfaceDefinition<T>) =>
|
|
69
|
-
/**
|
|
70
|
-
* Surface debug info.
|
|
71
|
-
* NOTE: Short-term measure to track perf issues.
|
|
72
|
-
*/
|
|
73
|
-
export type DebugInfo = {
|
|
59
|
+
}>;
|
|
60
|
+
export declare const createSurface: <T extends Record<string, any> = any>(definition: SurfaceDefinition<T>) => Readonly<{
|
|
74
61
|
id: string;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
debugInfo?: Map<string, DebugInfo>;
|
|
81
|
-
};
|
|
82
|
-
export declare const useSurfaceRoot: () => SurfaceContextValue;
|
|
83
|
-
export declare const SurfaceProvider: import("react").Provider<SurfaceContextValue | undefined>;
|
|
62
|
+
role: string | string[];
|
|
63
|
+
disposition?: Disposition;
|
|
64
|
+
filter?: ((data: Record<string, unknown>) => data is T) | undefined;
|
|
65
|
+
component: SurfaceComponent<T>;
|
|
66
|
+
}>;
|
|
84
67
|
export {};
|
|
85
|
-
//# sourceMappingURL=
|
|
68
|
+
//# sourceMappingURL=surface.d.ts.map
|
|
@@ -0,0 +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,WAAW,EAAE,MAAM,YAAY,CAAC;AAEnF,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,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,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,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,oBAAoB,iBAAiB,CAAC,CAAC,CAAC;QAP7F,MAAM;UACJ,MAAM,GAAG,MAAM,EAAE;kBACT,WAAW;qBACT,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,KAAK;;EAI2D,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { type Plugin } from '../plugin-host';
|
|
3
2
|
export declare const ResourceKey: z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>]>;
|
|
4
3
|
export type ResourceKey = z.infer<typeof ResourceKey>;
|
|
5
4
|
export declare const ResourceLanguage: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>]>>;
|
|
@@ -9,14 +8,4 @@ export type ResourceLanguage = z.infer<typeof ResourceLanguage>;
|
|
|
9
8
|
*/
|
|
10
9
|
export declare const Resource: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>]>>>;
|
|
11
10
|
export type Resource = z.infer<typeof Resource>;
|
|
12
|
-
/**
|
|
13
|
-
* Provides for a plugin that exposes translations.
|
|
14
|
-
*/
|
|
15
|
-
export type TranslationsProvides = {
|
|
16
|
-
translations: Readonly<Resource[]>;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Type guard for translation plugins.
|
|
20
|
-
*/
|
|
21
|
-
export declare const parseTranslationsPlugin: (plugin: Plugin) => Plugin<TranslationsProvides> | undefined;
|
|
22
11
|
//# sourceMappingURL=translations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../src/common/translations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,WAAW,+DAA2C,CAAC;AACpE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,gBAAgB,yFAAwB,CAAC;AACtD,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,QAAQ,mHAA6B,CAAC;AACnD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC"}
|