@dxos/app-framework 0.8.4-main.fd6878d → 0.8.4-main.fffef41
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/.storybook/main.mts +11 -0
- package/.storybook/preview.mts +8 -0
- package/.swc/plugins/linux_x86_64_19.0.0/727453fb3a62f7f1d952a41e051ca8a6f88cadc45cee43c6a4d1aa45f9b75665.wasmer-v7 +0 -0
- package/.swc/plugins/{v7_linux_x86_64_13.0.0/fce1bdb8e20a094e4af08bad09cc81497ed0e2e7c51223b07d371063cca18429 → linux_x86_64_19.0.0/fce1bdb8e20a094e4af08bad09cc81497ed0e2e7c51223b07d371063cca18429.wasmer-v7} +0 -0
- package/dist/lib/browser/{app-graph-builder-MOVKFH3J.mjs → app-graph-builder-OIEZZC45.mjs} +31 -30
- package/dist/lib/browser/app-graph-builder-OIEZZC45.mjs.map +7 -0
- package/dist/lib/browser/{chunk-OSBZFKMO.mjs → chunk-6XKO24JP.mjs} +232 -177
- package/dist/lib/browser/chunk-6XKO24JP.mjs.map +7 -0
- package/dist/lib/browser/{chunk-ORWHM7CO.mjs → chunk-SCPE4ZO2.mjs} +11 -8
- package/dist/lib/browser/chunk-SCPE4ZO2.mjs.map +7 -0
- package/dist/lib/browser/{chunk-NKCIDYDI.mjs → chunk-WPW5VVAX.mjs} +189 -136
- package/dist/lib/browser/chunk-WPW5VVAX.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +20 -56
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/{intent-dispatcher-FTTJLVGN.mjs → intent-dispatcher-LZ4AE66E.mjs} +2 -2
- package/dist/lib/browser/{intent-resolver-ZCGEAG3E.mjs → intent-resolver-QVCKRX6G.mjs} +7 -7
- package/dist/lib/browser/intent-resolver-QVCKRX6G.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/react/index.mjs +34 -0
- package/dist/lib/browser/{store-3QB6Q2BC.mjs → store-CNPHOYTJ.mjs} +5 -5
- package/dist/lib/browser/store-CNPHOYTJ.mjs.map +7 -0
- package/dist/lib/browser/testing/index.mjs +17 -21
- package/dist/lib/browser/testing/index.mjs.map +3 -3
- package/dist/lib/node-esm/{app-graph-builder-ODE4B5GT.mjs → app-graph-builder-EBU4NVWD.mjs} +31 -30
- package/dist/lib/node-esm/app-graph-builder-EBU4NVWD.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-WU3QN5B6.mjs → chunk-3UPX5OIS.mjs} +232 -177
- package/dist/lib/node-esm/chunk-3UPX5OIS.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-YEN7NKTF.mjs → chunk-XJZGUJ3H.mjs} +189 -136
- package/dist/lib/node-esm/chunk-XJZGUJ3H.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-UMZQERLE.mjs → chunk-ZX63QUGE.mjs} +11 -8
- package/dist/lib/node-esm/chunk-ZX63QUGE.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +20 -56
- package/dist/lib/node-esm/index.mjs.map +3 -3
- package/dist/lib/node-esm/{intent-dispatcher-YQIQ55LJ.mjs → intent-dispatcher-MGOJ3CHD.mjs} +2 -2
- package/dist/lib/node-esm/{intent-resolver-KG27L7EQ.mjs → intent-resolver-URF3HN3G.mjs} +7 -7
- package/dist/lib/node-esm/intent-resolver-URF3HN3G.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/react/index.mjs +35 -0
- package/dist/lib/node-esm/{store-TIJAVO3D.mjs → store-RK5B4XEL.mjs} +5 -5
- package/dist/lib/node-esm/store-RK5B4XEL.mjs.map +7 -0
- package/dist/lib/node-esm/testing/index.mjs +17 -21
- package/dist/lib/node-esm/testing/index.mjs.map +3 -3
- package/dist/types/src/common/capabilities.d.ts +41 -43
- package/dist/types/src/common/capabilities.d.ts.map +1 -1
- package/dist/types/src/common/collaboration.d.ts +10 -9
- package/dist/types/src/common/collaboration.d.ts.map +1 -1
- package/dist/types/src/common/file.d.ts +1 -1
- package/dist/types/src/common/file.d.ts.map +1 -1
- package/dist/types/src/common/layout.d.ts +1 -3
- package/dist/types/src/common/layout.d.ts.map +1 -1
- package/dist/types/src/common/surface.d.ts +19 -16
- package/dist/types/src/common/surface.d.ts.map +1 -1
- package/dist/types/src/common/translations.d.ts +1 -1
- package/dist/types/src/common/translations.d.ts.map +1 -1
- package/dist/types/src/core/capabilities.d.ts +19 -16
- package/dist/types/src/core/capabilities.d.ts.map +1 -1
- package/dist/types/src/core/manager.d.ts +1 -1
- package/dist/types/src/core/manager.d.ts.map +1 -1
- package/dist/types/src/core/plugin.d.ts +8 -1
- package/dist/types/src/core/plugin.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +0 -2
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/playground/debug/Debug.d.ts +1 -1
- package/dist/types/src/playground/debug/plugin.d.ts +1 -1
- package/dist/types/src/playground/debug/plugin.d.ts.map +1 -1
- package/dist/types/src/playground/generator/Main.d.ts +1 -1
- package/dist/types/src/playground/generator/Main.d.ts.map +1 -1
- package/dist/types/src/playground/generator/Toolbar.d.ts +1 -1
- package/dist/types/src/playground/generator/generator.d.ts +1 -1
- package/dist/types/src/playground/generator/generator.d.ts.map +1 -1
- package/dist/types/src/playground/generator/plugin.d.ts +1 -1
- package/dist/types/src/playground/generator/plugin.d.ts.map +1 -1
- package/dist/types/src/playground/layout/Layout.d.ts +2 -2
- package/dist/types/src/playground/layout/plugin.d.ts +1 -1
- package/dist/types/src/playground/layout/plugin.d.ts.map +1 -1
- package/dist/types/src/playground/logger/Toolbar.d.ts +1 -1
- package/dist/types/src/playground/logger/plugin.d.ts +1 -1
- package/dist/types/src/playground/logger/plugin.d.ts.map +1 -1
- package/dist/types/src/playground/logger/schema.d.ts +1 -1
- package/dist/types/src/playground/logger/schema.d.ts.map +1 -1
- package/dist/types/src/playground/playground.stories.d.ts +5 -4
- package/dist/types/src/playground/playground.stories.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/IntentPlugin.d.ts +1 -1
- package/dist/types/src/plugin-intent/IntentPlugin.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/actions.d.ts +5 -7
- package/dist/types/src/plugin-intent/actions.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/errors.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/index.d.ts +1 -0
- package/dist/types/src/plugin-intent/index.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/intent-dispatcher.d.ts +5 -5
- package/dist/types/src/plugin-intent/intent-dispatcher.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/intent.d.ts +1 -1
- package/dist/types/src/plugin-intent/intent.d.ts.map +1 -1
- package/dist/types/src/plugin-intent/meta.d.ts +3 -0
- package/dist/types/src/plugin-intent/meta.d.ts.map +1 -0
- package/dist/types/src/plugin-settings/SettingsPlugin.d.ts +1 -1
- package/dist/types/src/plugin-settings/SettingsPlugin.d.ts.map +1 -1
- package/dist/types/src/plugin-settings/actions.d.ts +5 -7
- package/dist/types/src/plugin-settings/actions.d.ts.map +1 -1
- package/dist/types/src/plugin-settings/app-graph-builder.d.ts +1 -1
- package/dist/types/src/plugin-settings/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/plugin-settings/intent-resolver.d.ts +1 -1
- package/dist/types/src/plugin-settings/meta.d.ts +3 -0
- package/dist/types/src/plugin-settings/meta.d.ts.map +1 -0
- package/dist/types/src/plugin-settings/store.d.ts +1 -1
- package/dist/types/src/plugin-settings/translations.d.ts +2 -1
- package/dist/types/src/plugin-settings/translations.d.ts.map +1 -1
- package/dist/types/src/react/App.d.ts +10 -0
- package/dist/types/src/react/App.d.ts.map +1 -0
- package/dist/types/src/react/App.stories.d.ts +14 -0
- package/dist/types/src/react/App.stories.d.ts.map +1 -0
- package/dist/types/src/react/DefaultFallback.d.ts +8 -0
- package/dist/types/src/react/DefaultFallback.d.ts.map +1 -0
- package/dist/types/src/react/ErrorBoundary.d.ts +2 -2
- package/dist/types/src/react/ErrorBoundary.d.ts.map +1 -1
- package/dist/types/src/react/Surface.d.ts +5 -5
- package/dist/types/src/react/Surface.d.ts.map +1 -1
- package/dist/types/src/react/Surface.stories.d.ts +8 -10
- package/dist/types/src/react/Surface.stories.d.ts.map +1 -1
- package/dist/types/src/react/index.d.ts +2 -0
- package/dist/types/src/react/index.d.ts.map +1 -1
- package/dist/types/src/react/types.d.ts +14 -0
- package/dist/types/src/react/types.d.ts.map +1 -0
- package/dist/types/src/{App.d.ts → react/useApp.d.ts} +7 -6
- package/dist/types/src/react/useApp.d.ts.map +1 -0
- package/dist/types/src/react/useLoading.d.ts +19 -0
- package/dist/types/src/react/useLoading.d.ts.map +1 -0
- package/dist/types/src/testing/withPluginManager.d.ts +7 -8
- package/dist/types/src/testing/withPluginManager.d.ts.map +1 -1
- package/dist/types/src/testing/withPluginManager.stories.d.ts +9 -3
- package/dist/types/src/testing/withPluginManager.stories.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/moon.yml +5 -1
- package/package.json +44 -40
- package/src/common/capabilities.ts +33 -25
- package/src/common/collaboration.ts +6 -9
- package/src/common/file.ts +1 -1
- package/src/common/layout.ts +3 -4
- package/src/common/surface.ts +23 -21
- package/src/common/translations.ts +1 -1
- package/src/core/capabilities.test.ts +2 -2
- package/src/core/capabilities.ts +35 -27
- package/src/core/manager.test.ts +19 -19
- package/src/core/manager.ts +14 -7
- package/src/core/plugin.ts +13 -2
- package/src/index.ts +0 -2
- package/src/playground/debug/Debug.tsx +1 -1
- package/src/playground/debug/plugin.ts +7 -8
- package/src/playground/generator/Main.tsx +0 -1
- package/src/playground/generator/generator.ts +2 -2
- package/src/playground/generator/plugin.ts +12 -13
- package/src/playground/layout/plugin.ts +9 -8
- package/src/playground/logger/plugin.ts +27 -23
- package/src/playground/logger/schema.ts +1 -1
- package/src/playground/playground.stories.tsx +17 -14
- package/src/plugin-intent/IntentPlugin.ts +12 -13
- package/src/plugin-intent/actions.ts +4 -6
- package/src/plugin-intent/errors.ts +2 -1
- package/src/plugin-intent/index.ts +1 -0
- package/src/plugin-intent/intent-dispatcher.test.ts +10 -3
- package/src/plugin-intent/intent-dispatcher.ts +16 -8
- package/src/plugin-intent/intent.ts +1 -1
- package/src/plugin-intent/meta.ts +10 -0
- package/src/plugin-settings/SettingsPlugin.ts +25 -27
- package/src/plugin-settings/actions.ts +9 -13
- package/src/plugin-settings/app-graph-builder.ts +22 -20
- package/src/plugin-settings/intent-resolver.ts +2 -2
- package/src/plugin-settings/meta.ts +10 -0
- package/src/plugin-settings/store.ts +2 -2
- package/src/plugin-settings/translations.ts +4 -4
- package/src/react/App.stories.tsx +33 -0
- package/src/react/App.tsx +59 -0
- package/src/react/DefaultFallback.tsx +26 -0
- package/src/react/ErrorBoundary.tsx +10 -8
- package/src/react/Surface.stories.tsx +79 -51
- package/src/react/Surface.tsx +67 -36
- package/src/react/index.ts +4 -0
- package/src/react/types.ts +38 -0
- package/src/react/useApp.tsx +165 -0
- package/src/react/useCapabilities.ts +2 -2
- package/src/react/useLoading.tsx +70 -0
- package/src/testing/withPluginManager.stories.tsx +7 -4
- package/src/testing/withPluginManager.tsx +27 -29
- package/tsconfig.json +11 -9
- package/vitest.config.ts +8 -6
- package/.swc/plugins/v7_linux_x86_64_13.0.0/c614d7475354583212fbd7669acbae95b9832c305bf51bdaabe2e6de05abb6bf +0 -0
- package/dist/lib/browser/app-graph-builder-MOVKFH3J.mjs.map +0 -7
- package/dist/lib/browser/chunk-NKCIDYDI.mjs.map +0 -7
- package/dist/lib/browser/chunk-ORWHM7CO.mjs.map +0 -7
- package/dist/lib/browser/chunk-OSBZFKMO.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-ZCGEAG3E.mjs.map +0 -7
- package/dist/lib/browser/store-3QB6Q2BC.mjs.map +0 -7
- package/dist/lib/browser/worker.mjs +0 -79
- package/dist/lib/node-esm/app-graph-builder-ODE4B5GT.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-UMZQERLE.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-WU3QN5B6.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-YEN7NKTF.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-KG27L7EQ.mjs.map +0 -7
- package/dist/lib/node-esm/store-TIJAVO3D.mjs.map +0 -7
- package/dist/lib/node-esm/worker.mjs +0 -80
- package/dist/types/src/App.d.ts.map +0 -1
- package/dist/types/src/worker.d.ts +0 -4
- package/dist/types/src/worker.d.ts.map +0 -1
- package/src/App.tsx +0 -284
- package/src/worker.ts +0 -11
- /package/dist/lib/browser/{intent-dispatcher-FTTJLVGN.mjs.map → intent-dispatcher-LZ4AE66E.mjs.map} +0 -0
- /package/dist/lib/browser/{worker.mjs.map → react/index.mjs.map} +0 -0
- /package/dist/lib/node-esm/{intent-dispatcher-YQIQ55LJ.mjs.map → intent-dispatcher-MGOJ3CHD.mjs.map} +0 -0
- /package/dist/lib/node-esm/{worker.mjs.map → react/index.mjs.map} +0 -0
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { type Registry } from '@effect-atom/atom-react';
|
|
2
|
+
import type * as Layer from 'effect/Layer';
|
|
3
|
+
import type * as Schema from 'effect/Schema';
|
|
4
4
|
import { type FC, type PropsWithChildren } from 'react';
|
|
5
|
-
import { type
|
|
5
|
+
import { type AiService } from '@dxos/ai';
|
|
6
|
+
import type * as AiServiceRouter from '@dxos/ai/AiServiceRouter';
|
|
6
7
|
import { type BuilderExtensions, type GraphBuilder } from '@dxos/app-graph';
|
|
8
|
+
import { type GenericToolkit } from '@dxos/assistant';
|
|
7
9
|
import { type Blueprint } from '@dxos/blueprints';
|
|
8
10
|
import { type Space } from '@dxos/client-protocol';
|
|
9
11
|
import { type FunctionDefinition } from '@dxos/functions';
|
|
10
12
|
import { type RootSettingsStore } from '@dxos/local-storage';
|
|
11
|
-
import { type AnchoredTo } from '@dxos/
|
|
13
|
+
import { type AnchoredTo } from '@dxos/types';
|
|
12
14
|
import { type PluginManager } from '../core';
|
|
13
15
|
import { type AnyIntentResolver, type IntentContext } from '../plugin-intent';
|
|
14
16
|
import { type FileInfo } from './file';
|
|
@@ -18,16 +20,16 @@ export declare namespace Capabilities {
|
|
|
18
20
|
/**
|
|
19
21
|
* @category Capability
|
|
20
22
|
*/
|
|
21
|
-
|
|
23
|
+
const Null: import("..").InterfaceDef<null>;
|
|
22
24
|
/**
|
|
23
25
|
* @category Capability
|
|
24
26
|
*/
|
|
25
|
-
|
|
27
|
+
const PluginManager: import("..").InterfaceDef<PluginManager>;
|
|
26
28
|
/**
|
|
27
29
|
* @category Capability
|
|
28
30
|
*/
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
const AtomRegistry: import("..").InterfaceDef<Registry.Registry>;
|
|
32
|
+
type ReactContext = Readonly<{
|
|
31
33
|
id: string;
|
|
32
34
|
dependsOn?: string[];
|
|
33
35
|
context: FC<PropsWithChildren>;
|
|
@@ -35,37 +37,37 @@ export declare namespace Capabilities {
|
|
|
35
37
|
/**
|
|
36
38
|
* @category Capability
|
|
37
39
|
*/
|
|
38
|
-
|
|
40
|
+
const ReactContext: import("..").InterfaceDef<Readonly<{
|
|
39
41
|
id: string;
|
|
40
42
|
dependsOn?: string[];
|
|
41
43
|
context: FC<PropsWithChildren>;
|
|
42
44
|
}>>;
|
|
43
|
-
|
|
45
|
+
type ReactRoot = Readonly<{
|
|
44
46
|
id: string;
|
|
45
47
|
root: FC<PropsWithChildren>;
|
|
46
48
|
}>;
|
|
47
49
|
/**
|
|
48
50
|
* @category Capability
|
|
49
51
|
*/
|
|
50
|
-
|
|
52
|
+
const ReactRoot: import("..").InterfaceDef<Readonly<{
|
|
51
53
|
id: string;
|
|
52
54
|
root: FC<PropsWithChildren>;
|
|
53
55
|
}>>;
|
|
54
|
-
|
|
56
|
+
type ReactSurface = SurfaceDefinition | readonly SurfaceDefinition[];
|
|
55
57
|
/**
|
|
56
58
|
* @category Capability
|
|
57
59
|
*/
|
|
58
|
-
|
|
59
|
-
|
|
60
|
+
const ReactSurface: import("..").InterfaceDef<ReactSurface>;
|
|
61
|
+
type IntentResolver = AnyIntentResolver | readonly AnyIntentResolver[];
|
|
60
62
|
/**
|
|
61
63
|
* @category Capability
|
|
62
64
|
*/
|
|
63
|
-
|
|
65
|
+
const IntentResolver: import("..").InterfaceDef<IntentResolver>;
|
|
64
66
|
/**
|
|
65
67
|
* @category Capability
|
|
66
68
|
*/
|
|
67
|
-
|
|
68
|
-
|
|
69
|
+
const IntentDispatcher: import("..").InterfaceDef<IntentContext>;
|
|
70
|
+
type Layout = Readonly<{
|
|
69
71
|
mode: string;
|
|
70
72
|
dialogOpen: boolean;
|
|
71
73
|
sidebarOpen: boolean;
|
|
@@ -90,7 +92,7 @@ export declare namespace Capabilities {
|
|
|
90
92
|
/**
|
|
91
93
|
* @category Capability
|
|
92
94
|
*/
|
|
93
|
-
|
|
95
|
+
const Layout: import("..").InterfaceDef<Readonly<{
|
|
94
96
|
mode: string;
|
|
95
97
|
dialogOpen: boolean;
|
|
96
98
|
sidebarOpen: boolean;
|
|
@@ -115,7 +117,7 @@ export declare namespace Capabilities {
|
|
|
115
117
|
/**
|
|
116
118
|
* @category Capability
|
|
117
119
|
*/
|
|
118
|
-
|
|
120
|
+
const Translations: import("..").InterfaceDef<readonly {
|
|
119
121
|
readonly [x: string]: {
|
|
120
122
|
readonly [x: string]: string | {
|
|
121
123
|
readonly [x: string]: any;
|
|
@@ -125,20 +127,20 @@ export declare namespace Capabilities {
|
|
|
125
127
|
/**
|
|
126
128
|
* @category Capability
|
|
127
129
|
*/
|
|
128
|
-
|
|
130
|
+
const AppGraph: import("..").InterfaceDef<Readonly<Pick<GraphBuilder, "graph" | "explore">>>;
|
|
129
131
|
/**
|
|
130
132
|
* @category Capability
|
|
131
133
|
*/
|
|
132
|
-
|
|
134
|
+
const AppGraphBuilder: import("..").InterfaceDef<BuilderExtensions>;
|
|
133
135
|
/**
|
|
134
136
|
* @category Capability
|
|
135
137
|
*/
|
|
136
|
-
|
|
138
|
+
const AppGraphSerializer: import("..").InterfaceDef<NodeSerializer[]>;
|
|
137
139
|
/**
|
|
138
140
|
* @category Capability
|
|
139
141
|
*/
|
|
140
|
-
|
|
141
|
-
|
|
142
|
+
const SettingsStore: import("..").InterfaceDef<RootSettingsStore>;
|
|
143
|
+
type Settings = {
|
|
142
144
|
prefix: string;
|
|
143
145
|
schema: Schema.Schema.All;
|
|
144
146
|
value?: Record<string, any>;
|
|
@@ -146,52 +148,48 @@ export declare namespace Capabilities {
|
|
|
146
148
|
/**
|
|
147
149
|
* @category Capability
|
|
148
150
|
*/
|
|
149
|
-
|
|
150
|
-
|
|
151
|
+
const Settings: import("..").InterfaceDef<Settings>;
|
|
152
|
+
type Metadata = Readonly<{
|
|
151
153
|
id: string;
|
|
152
154
|
metadata: Record<string, any>;
|
|
153
155
|
}>;
|
|
154
156
|
/**
|
|
155
157
|
* @category Capability
|
|
156
158
|
*/
|
|
157
|
-
|
|
159
|
+
const Metadata: import("..").InterfaceDef<Readonly<{
|
|
158
160
|
id: string;
|
|
159
161
|
metadata: Record<string, any>;
|
|
160
162
|
}>>;
|
|
161
163
|
/**
|
|
162
164
|
* @category Capability
|
|
163
|
-
* @deprecated
|
|
164
165
|
*/
|
|
165
|
-
|
|
166
|
+
const Toolkit: import("..").InterfaceDef<GenericToolkit.GenericToolkit<never, never, never>>;
|
|
166
167
|
/**
|
|
167
168
|
* @category Capability
|
|
168
169
|
*/
|
|
169
|
-
|
|
170
|
+
const BlueprintDefinition: import("..").InterfaceDef<Blueprint.Blueprint>;
|
|
171
|
+
type AiServiceLayer = Layer.Layer<AiService.AiService>;
|
|
172
|
+
const AiServiceLayer: import("..").InterfaceDef<AiServiceLayer>;
|
|
170
173
|
/**
|
|
171
|
-
*
|
|
172
|
-
*/
|
|
173
|
-
export const ToolkitHandler: import("..").InterfaceDef<Layer.Layer<AiTool.Handler<any>, never, never>>;
|
|
174
|
-
/**
|
|
175
|
-
* @category Capability
|
|
174
|
+
* Plugins can contribute them to provide model resolvers.
|
|
176
175
|
*/
|
|
177
|
-
|
|
176
|
+
const AiModelResolver: import("..").InterfaceDef<Layer.Layer<AiServiceRouter.AiModelResolver, never, never>>;
|
|
178
177
|
/**
|
|
179
178
|
* @category Capability
|
|
180
179
|
*/
|
|
181
|
-
|
|
182
|
-
|
|
180
|
+
const Functions: import("..").InterfaceDef<FunctionDefinition.Any[]>;
|
|
181
|
+
type FileUploader = (space: Space, file: File) => Promise<FileInfo | undefined>;
|
|
183
182
|
/**
|
|
184
183
|
* @category Capability
|
|
185
184
|
*/
|
|
186
|
-
|
|
185
|
+
const FileUploader: import("..").InterfaceDef<FileUploader>;
|
|
187
186
|
type AnchorSort = {
|
|
188
187
|
key: string;
|
|
189
|
-
sort: (anchorA: AnchoredTo, anchorB: AnchoredTo) => number;
|
|
188
|
+
sort: (anchorA: AnchoredTo.AnchoredTo, anchorB: AnchoredTo.AnchoredTo) => number;
|
|
190
189
|
};
|
|
191
190
|
/**
|
|
192
191
|
* @category Capability
|
|
193
192
|
*/
|
|
194
|
-
|
|
195
|
-
export {};
|
|
193
|
+
const AnchorSort: import("..").InterfaceDef<AnchorSort>;
|
|
196
194
|
}
|
|
197
195
|
//# sourceMappingURL=capabilities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/common/capabilities.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/common/capabilities.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Expando } from '@dxos/echo-schema';
|
|
1
|
+
import * as Schema from 'effect/Schema';
|
|
3
2
|
export declare namespace CollaborationActions {
|
|
4
|
-
const
|
|
5
|
-
readonly _tag: Schema.tag<"
|
|
3
|
+
const AcceptProposal_base: Schema.TaggedClass<AcceptProposal, "collaboration/accept-proposal", {
|
|
4
|
+
readonly _tag: Schema.tag<"collaboration/accept-proposal">;
|
|
6
5
|
} & {
|
|
7
6
|
input: Schema.Struct<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
subject: typeof Schema.Any;
|
|
8
|
+
anchor: typeof Schema.String;
|
|
9
|
+
proposal: Schema.mutable<Schema.TaggedStruct<"proposal", {
|
|
10
|
+
pending: Schema.optional<typeof Schema.Boolean>;
|
|
11
|
+
text: typeof Schema.String;
|
|
12
|
+
}>>;
|
|
12
13
|
}>;
|
|
13
14
|
output: typeof Schema.Void;
|
|
14
15
|
}>;
|
|
15
|
-
export class
|
|
16
|
+
export class AcceptProposal extends AcceptProposal_base {
|
|
16
17
|
}
|
|
17
18
|
export {};
|
|
18
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collaboration.d.ts","sourceRoot":"","sources":["../../../../src/common/collaboration.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"collaboration.d.ts","sourceRoot":"","sources":["../../../../src/common/collaboration.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAIxC,yBAAiB,oBAAoB,CAAC;;;;;;;;;;;;;;IACpC,MAAM,OAAO,cAAe,SAAQ,mBAOlC;KAAG;;CACN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../../src/common/file.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../../src/common/file.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAIxC,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;EAKzB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,cAAc,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../../src/common/layout.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../../src/common/layout.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC;;GAEG;AACH,yBAAiB,YAAY,CAAC;IAC5B,MAAM,CAAC,MAAM,aAAa,gDAA0C,CAAC;;;;;;;;;;;IAErE;;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,iBA4BhC;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,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { type
|
|
1
|
+
import type { ComponentType, PropsWithChildren, ReactNode } from 'react';
|
|
2
|
+
import { type MakeOptional, type Position } from '@dxos/util';
|
|
3
3
|
import { type ErrorBoundary } from '../react';
|
|
4
4
|
/**
|
|
5
5
|
* SurfaceProps are the props that are passed to the Surface component.
|
|
6
6
|
*/
|
|
7
|
-
export type SurfaceProps<T extends Record<string, any> = Record<string, unknown>> =
|
|
7
|
+
export type SurfaceProps<T extends Record<string, any> = Record<string, unknown>> = {
|
|
8
8
|
/**
|
|
9
9
|
* If specified, the Surface will be wrapped in an error boundary.
|
|
10
10
|
* The fallback component will be rendered if an error occurs.
|
|
@@ -15,14 +15,19 @@ export type SurfaceProps<T extends Record<string, any> = Record<string, unknown>
|
|
|
15
15
|
* The placeholder component will be rendered while the surface component is loading.
|
|
16
16
|
*/
|
|
17
17
|
placeholder?: ReactNode;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
} & MakeOptional<CoreSurfaceProps<T>, 'id' | 'data'> &
|
|
19
|
+
/**
|
|
20
|
+
* Additional props to pass to the component.
|
|
21
|
+
* These props are not used by Surface itself but may be used by components which resolve the surface.
|
|
22
|
+
* Exclude known prop names to prevent overriding well-defined props.
|
|
23
|
+
*/
|
|
24
|
+
{
|
|
25
|
+
[K in keyof Record<string, any>]: K extends keyof CoreSurfaceProps<T> | 'fallback' | 'placeholder' ? never : any;
|
|
24
26
|
};
|
|
25
|
-
|
|
27
|
+
/**
|
|
28
|
+
* NOTE: If `[key: string]: unknown` is included in shared types, when re-used other fields become unknown as well.
|
|
29
|
+
*/
|
|
30
|
+
export type CoreSurfaceProps<T extends Record<string, any> = Record<string, unknown>> = PropsWithChildren<{
|
|
26
31
|
/**
|
|
27
32
|
* ID for debugging.
|
|
28
33
|
*/
|
|
@@ -33,20 +38,19 @@ type CoreSurfaceProps<T extends Record<string, any> = Record<string, unknown>> =
|
|
|
33
38
|
role: string;
|
|
34
39
|
/**
|
|
35
40
|
* The data to be rendered by the surface.
|
|
41
|
+
* NOTE: This must be a stable value.
|
|
36
42
|
*/
|
|
37
43
|
data: T;
|
|
38
44
|
/**
|
|
39
45
|
* If more than one component is resolved, the limit determines how many are rendered.
|
|
40
46
|
*/
|
|
41
47
|
limit?: number | undefined;
|
|
42
|
-
};
|
|
43
|
-
type SurfaceComponentProps<T extends Record<string, any> = Record<string, unknown>> = PropsWithChildren<CoreSurfaceProps<T> & {
|
|
44
|
-
[key: string]: unknown;
|
|
45
48
|
}>;
|
|
49
|
+
export type SurfaceComponentProps<T extends Record<string, any> = Record<string, any>> = CoreSurfaceProps<T> & Record<string, any>;
|
|
46
50
|
/**
|
|
47
51
|
* React component used to render a surface once is has matched.
|
|
48
52
|
*/
|
|
49
|
-
export type SurfaceComponent<T extends Record<string, any> = Record<string,
|
|
53
|
+
export type SurfaceComponent<T extends Record<string, any> = Record<string, any>> = ComponentType<SurfaceComponentProps<T>>;
|
|
50
54
|
/**
|
|
51
55
|
* Definition of when a SurfaceComponent should be rendered.
|
|
52
56
|
*/
|
|
@@ -54,12 +58,11 @@ export type SurfaceDefinition<T extends Record<string, any> = any> = Readonly<{
|
|
|
54
58
|
id: string;
|
|
55
59
|
role: string | string[];
|
|
56
60
|
position?: Position;
|
|
61
|
+
component: SurfaceComponent<T>;
|
|
57
62
|
filter?: (data: Record<string, unknown>) => data is T;
|
|
58
|
-
component: SurfaceComponent<GuardedType<SurfaceDefinition<T>['filter']>>;
|
|
59
63
|
}>;
|
|
60
64
|
/**
|
|
61
65
|
* Creates a surface definition.
|
|
62
66
|
*/
|
|
63
67
|
export declare const createSurface: <T extends Record<string, any> = any>(definition: SurfaceDefinition<T>) => SurfaceDefinition<T>;
|
|
64
|
-
export {};
|
|
65
68
|
//# sourceMappingURL=surface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../../src/common/surface.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../../src/common/surface.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzE,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE9D,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;IAClF;;;OAGG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,CAAC;IAE9C;;;OAGG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB,GAAG,YAAY,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;AAClD;;;;GAIG;AACH;KACG,CAAC,IAAI,MAAM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,CAAC,SAAS,MAAM,gBAAgB,CAAC,CAAC,CAAC,GAAG,UAAU,GAAG,aAAa,GAAG,KAAK,GAAG,GAAG;CACjH,CAAC;AAEJ;;GAEG;AACH,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,iBAAiB,CAAC;IACxG;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,IAAI,EAAE,CAAC,CAAC;IAER;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC,CAAC;AAEH,MAAM,MAAM,qBAAqB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,gBAAgB,CAAC,CAAC,CAAC,GAC1G,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAEtB;;GAEG;AACH,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,aAAa,CAC/F,qBAAqB,CAAC,CAAC,CAAC,CACzB,CAAC;AAEF;;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,SAAS,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC;IAC/B,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC;CACvD,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,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as Schema from 'effect/Schema';
|
|
2
2
|
export declare const ResourceKey: Schema.Union<[typeof Schema.String, Schema.Record$<typeof Schema.String, typeof Schema.Any>]>;
|
|
3
3
|
export type ResourceKey = Schema.Schema.Type<typeof ResourceKey>;
|
|
4
4
|
export declare const ResourceLanguage: Schema.Record$<typeof Schema.String, Schema.Union<[typeof Schema.String, Schema.Record$<typeof Schema.String, typeof Schema.Any>]>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../src/common/translations.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../src/common/translations.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,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,5 +1,5 @@
|
|
|
1
|
-
import { type Registry
|
|
2
|
-
import
|
|
1
|
+
import { Atom, type Registry } from '@effect-atom/atom-react';
|
|
2
|
+
import * as Effect from 'effect/Effect';
|
|
3
3
|
import { type MaybePromise } from '@dxos/util';
|
|
4
4
|
import { type ActivationEvent } from './events';
|
|
5
5
|
declare const InterfaceDefTypeId: unique symbol;
|
|
@@ -10,6 +10,9 @@ export type InterfaceDef<T> = {
|
|
|
10
10
|
[InterfaceDefTypeId]: T;
|
|
11
11
|
identifier: string;
|
|
12
12
|
};
|
|
13
|
+
export declare namespace InterfaceDef {
|
|
14
|
+
type Implementation<I extends InterfaceDef<any>> = I extends InterfaceDef<infer T> ? T : never;
|
|
15
|
+
}
|
|
13
16
|
/**
|
|
14
17
|
* Helper to define the interface of a capability.
|
|
15
18
|
*/
|
|
@@ -22,15 +25,15 @@ export type Capability<T> = {
|
|
|
22
25
|
/**
|
|
23
26
|
* The interface definition of the capability.
|
|
24
27
|
*/
|
|
25
|
-
interface: InterfaceDef<T>;
|
|
28
|
+
readonly interface: InterfaceDef<T>;
|
|
26
29
|
/**
|
|
27
30
|
* The implementation of the capability.
|
|
28
31
|
*/
|
|
29
|
-
implementation: T;
|
|
32
|
+
readonly implementation: T;
|
|
30
33
|
/**
|
|
31
34
|
* Called when the capability is deactivated.
|
|
32
35
|
*/
|
|
33
|
-
deactivate?: () => MaybePromise<void> | Effect.Effect<void, Error>;
|
|
36
|
+
readonly deactivate?: () => MaybePromise<void> | Effect.Effect<void, Error>;
|
|
34
37
|
};
|
|
35
38
|
export type AnyCapability = Capability<any>;
|
|
36
39
|
type PluginsContextOptions = {
|
|
@@ -41,7 +44,7 @@ type PluginsContextOptions = {
|
|
|
41
44
|
/**
|
|
42
45
|
* Helper to define the implementation of a capability.
|
|
43
46
|
*/
|
|
44
|
-
export declare const contributes: <
|
|
47
|
+
export declare const contributes: <I extends InterfaceDef<any>>(interfaceDef: I, implementation: Capability<InterfaceDef.Implementation<I>>["implementation"], deactivate?: Capability<InterfaceDef.Implementation<I>>["deactivate"]) => Capability<I>;
|
|
45
48
|
type LoadCapability<T, U> = () => Promise<{
|
|
46
49
|
default: (props: T) => MaybePromise<Capability<U>>;
|
|
47
50
|
}>;
|
|
@@ -61,8 +64,8 @@ export declare const lazy: <T, U>(c: LoadCapability<T, U> | LoadCapabilities<T>)
|
|
|
61
64
|
export declare class PluginContext {
|
|
62
65
|
private readonly _registry;
|
|
63
66
|
private readonly _capabilityImpls;
|
|
64
|
-
readonly _capabilities: (arg: string) =>
|
|
65
|
-
readonly _capability: (arg: string) =>
|
|
67
|
+
readonly _capabilities: (arg: string) => Atom.Atom<unknown[]>;
|
|
68
|
+
readonly _capability: (arg: string) => Atom.Atom<unknown>;
|
|
66
69
|
/**
|
|
67
70
|
* Activates plugins based on the activation event.
|
|
68
71
|
* @param event The activation event.
|
|
@@ -77,20 +80,20 @@ export declare class PluginContext {
|
|
|
77
80
|
readonly reset: PluginsContextOptions['reset'];
|
|
78
81
|
constructor({ registry, activate, reset }: PluginsContextOptions);
|
|
79
82
|
/**
|
|
80
|
-
* Get the
|
|
81
|
-
* Primarily useful for deriving other
|
|
83
|
+
* Get the Atom reference to the available capabilities for a given interface.
|
|
84
|
+
* Primarily useful for deriving other Atom values based on the capabilities or
|
|
82
85
|
* for subscribing to changes in the capabilities.
|
|
83
|
-
* @returns An
|
|
86
|
+
* @returns An atom reference to the available capabilities.
|
|
84
87
|
*/
|
|
85
|
-
capabilities<T>(interfaceDef: InterfaceDef<T>):
|
|
88
|
+
capabilities<T>(interfaceDef: InterfaceDef<T>): Atom.Atom<T[]>;
|
|
86
89
|
/**
|
|
87
|
-
* Get the
|
|
88
|
-
* Primarily useful for deriving other
|
|
90
|
+
* Get the Atom reference to the available capabilities for a given interface.
|
|
91
|
+
* Primarily useful for deriving other Atom values based on the capability or
|
|
89
92
|
* for subscribing to changes in the capability.
|
|
90
|
-
* @returns An
|
|
93
|
+
* @returns An atom reference to the available capability.
|
|
91
94
|
* @throws If no capability is found.
|
|
92
95
|
*/
|
|
93
|
-
capability<T>(interfaceDef: InterfaceDef<T>):
|
|
96
|
+
capability<T>(interfaceDef: InterfaceDef<T>): Atom.Atom<T>;
|
|
94
97
|
/**
|
|
95
98
|
* Get capabilities from the plugin context.
|
|
96
99
|
* @returns An array of capabilities.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/core/capabilities.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,
|
|
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":"manager.d.ts","sourceRoot":"","sources":["../../../../src/core/manager.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"manager.d.ts","sourceRoot":"","sources":["../../../../src/core/manager.ts"],"names":[],"mappings":"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"}
|
|
@@ -80,6 +80,10 @@ export type PluginMeta = {
|
|
|
80
80
|
* A grep-able symbol string which can be resolved to an icon asset by @ch-ui/icons, via @ch-ui/vite-plugin-icons.
|
|
81
81
|
*/
|
|
82
82
|
icon?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Icon hue (ChromaticPalette).
|
|
85
|
+
*/
|
|
86
|
+
iconHue?: string;
|
|
83
87
|
};
|
|
84
88
|
/**
|
|
85
89
|
* A collection of modules that are be enabled/disabled as a unit.
|
|
@@ -90,9 +94,12 @@ export declare class Plugin {
|
|
|
90
94
|
readonly modules: PluginModule[];
|
|
91
95
|
constructor(meta: PluginMeta, modules: PluginModule[]);
|
|
92
96
|
}
|
|
97
|
+
export type PluginFactory<T = void> = ((args: T) => Plugin) & {
|
|
98
|
+
meta: PluginMeta;
|
|
99
|
+
};
|
|
93
100
|
/**
|
|
94
101
|
* Helper to define a plugin.
|
|
95
102
|
*/
|
|
96
|
-
export declare const definePlugin: (meta: PluginMeta,
|
|
103
|
+
export declare const definePlugin: <T = void>(meta: PluginMeta, provider: (args: T) => PluginModule[]) => PluginFactory<T>;
|
|
97
104
|
export {};
|
|
98
105
|
//# sourceMappingURL=plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../src/core/plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACxE,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEvE,UAAU,qBAAqB;IAC7B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,gBAAgB,CAAC;IAE9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IAEpC;;OAEG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;IAEnC;;;;OAIG;IACH,QAAQ,EAAE,CACR,OAAO,EAAE,aAAa,KACnB,YAAY,CAAC,aAAa,GAAG,aAAa,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,OAAO,CAAC,aAAa,GAAG,aAAa,EAAE,CAAC,CAAC,CAAC;CAC9G;AAED;;;GAGG;AAEH,qBAAa,YAAa,YAAW,qBAAqB;IACxD,QAAQ,CAAC,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACzC,QAAQ,CAAC,WAAW,EAAE,qBAAqB,CAAC,aAAa,CAAC,CAAC;IAC3D,QAAQ,CAAC,eAAe,CAAC,EAAE,qBAAqB,CAAC,iBAAiB,CAAC,CAAC;IACpE,QAAQ,CAAC,cAAc,CAAC,EAAE,qBAAqB,CAAC,gBAAgB,CAAC,CAAC;IAClE,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC,UAAU,CAAC,CAAC;gBAEzC,OAAO,EAAE,qBAAqB;CAO3C;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,SAAS,qBAAqB,iBAA8B,CAAC;AAE1F,MAAM,MAAM,UAAU,GAAG;IACvB;;;;;;OAMG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAEvB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAEhB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../src/core/plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACxE,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEvE,UAAU,qBAAqB;IAC7B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,gBAAgB,CAAC;IAE9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IAEpC;;OAEG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;IAEnC;;;;OAIG;IACH,QAAQ,EAAE,CACR,OAAO,EAAE,aAAa,KACnB,YAAY,CAAC,aAAa,GAAG,aAAa,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,OAAO,CAAC,aAAa,GAAG,aAAa,EAAE,CAAC,CAAC,CAAC;CAC9G;AAED;;;GAGG;AAEH,qBAAa,YAAa,YAAW,qBAAqB;IACxD,QAAQ,CAAC,EAAE,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACzC,QAAQ,CAAC,WAAW,EAAE,qBAAqB,CAAC,aAAa,CAAC,CAAC;IAC3D,QAAQ,CAAC,eAAe,CAAC,EAAE,qBAAqB,CAAC,iBAAiB,CAAC,CAAC;IACpE,QAAQ,CAAC,cAAc,CAAC,EAAE,qBAAqB,CAAC,gBAAgB,CAAC,CAAC;IAClE,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC,UAAU,CAAC,CAAC;gBAEzC,OAAO,EAAE,qBAAqB;CAO3C;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,SAAS,qBAAqB,iBAA8B,CAAC;AAE1F,MAAM,MAAM,UAAU,GAAG;IACvB;;;;;;OAMG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAEvB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAEhB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;GAGG;AAEH,qBAAa,MAAM;IAEf,QAAQ,CAAC,IAAI,EAAE,UAAU;IACzB,QAAQ,CAAC,OAAO,EAAE,YAAY,EAAE;gBADvB,IAAI,EAAE,UAAU,EAChB,OAAO,EAAE,YAAY,EAAE;CAEnC;AAED,MAAM,MAAM,aAAa,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC,GAAG;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,CAAC;AAEnF;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,CAAC,GAAG,IAAI,EAAE,MAAM,UAAU,EAAE,UAAU,CAAC,IAAI,EAAE,CAAC,KAAK,YAAY,EAAE,KAAG,aAAa,CAAC,CAAC,CAM/G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Capabilities } from '../../common';
|
|
3
3
|
export declare const Debug: () => React.JSX.Element;
|
|
4
|
-
declare const _default: () => import("../..").Capability<Capabilities.ReactSurface
|
|
4
|
+
declare const _default: () => import("../..").Capability<import("../..").InterfaceDef<Capabilities.ReactSurface>>;
|
|
5
5
|
export default _default;
|
|
6
6
|
//# sourceMappingURL=Debug.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const DebugPlugin:
|
|
1
|
+
export declare const DebugPlugin: import("../..").PluginFactory<void>;
|
|
2
2
|
//# sourceMappingURL=plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../src/playground/debug/plugin.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../src/playground/debug/plugin.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW,qCAMtB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Capabilities } from '../../common';
|
|
3
3
|
export declare const Main: () => React.JSX.Element;
|
|
4
|
-
declare const _default: () => import("../..").Capability<Capabilities.ReactSurface
|
|
4
|
+
declare const _default: () => import("../..").Capability<import("../..").InterfaceDef<Capabilities.ReactSurface>>;
|
|
5
5
|
export default _default;
|
|
6
6
|
//# sourceMappingURL=Main.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/playground/generator/Main.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/playground/generator/Main.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAgC5C,eAAO,MAAM,IAAI,yBAsBhB,CAAC;;AAEF,wBAKK"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Capabilities } from '../../common';
|
|
3
3
|
export declare const Toolbar: () => React.JSX.Element;
|
|
4
|
-
declare const _default: () => import("../..").Capability<Capabilities.ReactSurface
|
|
4
|
+
declare const _default: () => import("../..").Capability<import("../..").InterfaceDef<Capabilities.ReactSurface>>;
|
|
5
5
|
export default _default;
|
|
6
6
|
//# sourceMappingURL=Toolbar.d.ts.map
|