@difizen/libro-kernel 0.0.2-alpha.0
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/LICENSE +21 -0
- package/README.md +1 -0
- package/es/basemanager.d.ts +94 -0
- package/es/basemanager.d.ts.map +1 -0
- package/es/basemanager.js +110 -0
- package/es/contents/contents-drive.d.ts +189 -0
- package/es/contents/contents-drive.d.ts.map +1 -0
- package/es/contents/contents-drive.js +792 -0
- package/es/contents/contents-manager.d.ts +229 -0
- package/es/contents/contents-manager.d.ts.map +1 -0
- package/es/contents/contents-manager.js +551 -0
- package/es/contents/contents-module.d.ts +3 -0
- package/es/contents/contents-module.d.ts.map +1 -0
- package/es/contents/contents-module.js +4 -0
- package/es/contents/contents-protocol.d.ts +487 -0
- package/es/contents/contents-protocol.d.ts.map +1 -0
- package/es/contents/contents-protocol.js +1 -0
- package/es/contents/index.d.ts +6 -0
- package/es/contents/index.d.ts.map +1 -0
- package/es/contents/index.js +5 -0
- package/es/contents/validate.d.ts +10 -0
- package/es/contents/validate.d.ts.map +1 -0
- package/es/contents/validate.js +22 -0
- package/es/index.d.ts +10 -0
- package/es/index.d.ts.map +1 -0
- package/es/index.js +9 -0
- package/es/index.less +0 -0
- package/es/kernel/comm.d.ts +92 -0
- package/es/kernel/comm.d.ts.map +1 -0
- package/es/kernel/comm.js +216 -0
- package/es/kernel/future.d.ts +178 -0
- package/es/kernel/future.d.ts.map +1 -0
- package/es/kernel/future.js +587 -0
- package/es/kernel/index.d.ts +8 -0
- package/es/kernel/index.d.ts.map +1 -0
- package/es/kernel/index.js +8 -0
- package/es/kernel/kernel-connection.d.ts +550 -0
- package/es/kernel/kernel-connection.d.ts.map +1 -0
- package/es/kernel/kernel-connection.js +1957 -0
- package/es/kernel/kernel-module.d.ts +3 -0
- package/es/kernel/kernel-module.d.ts.map +1 -0
- package/es/kernel/kernel-module.js +32 -0
- package/es/kernel/libro-kernel-manager.d.ts +69 -0
- package/es/kernel/libro-kernel-manager.d.ts.map +1 -0
- package/es/kernel/libro-kernel-manager.js +349 -0
- package/es/kernel/libro-kernel-protocol.d.ts +675 -0
- package/es/kernel/libro-kernel-protocol.d.ts.map +1 -0
- package/es/kernel/libro-kernel-protocol.js +60 -0
- package/es/kernel/libro-kernel-utils.d.ts +95 -0
- package/es/kernel/libro-kernel-utils.d.ts.map +1 -0
- package/es/kernel/libro-kernel-utils.js +130 -0
- package/es/kernel/libro-kernel.d.ts +14 -0
- package/es/kernel/libro-kernel.d.ts.map +1 -0
- package/es/kernel/libro-kernel.js +54 -0
- package/es/kernel/messages.d.ts +845 -0
- package/es/kernel/messages.d.ts.map +1 -0
- package/es/kernel/messages.js +457 -0
- package/es/kernel/restapi.d.ts +78 -0
- package/es/kernel/restapi.d.ts.map +1 -0
- package/es/kernel/restapi.js +367 -0
- package/es/kernel/serialize.d.ts +10 -0
- package/es/kernel/serialize.d.ts.map +1 -0
- package/es/kernel/serialize.js +214 -0
- package/es/kernel/validate.d.ts +15 -0
- package/es/kernel/validate.d.ts.map +1 -0
- package/es/kernel/validate.js +125 -0
- package/es/kernelspec/index.d.ts +5 -0
- package/es/kernelspec/index.d.ts.map +1 -0
- package/es/kernelspec/index.js +4 -0
- package/es/kernelspec/kernelspec-module.d.ts +3 -0
- package/es/kernelspec/kernelspec-module.d.ts.map +1 -0
- package/es/kernelspec/kernelspec-module.js +4 -0
- package/es/kernelspec/kernelspec.d.ts +33 -0
- package/es/kernelspec/kernelspec.d.ts.map +1 -0
- package/es/kernelspec/kernelspec.js +1 -0
- package/es/kernelspec/manager.d.ts +81 -0
- package/es/kernelspec/manager.d.ts.map +1 -0
- package/es/kernelspec/manager.js +248 -0
- package/es/kernelspec/restapi.d.ts +71 -0
- package/es/kernelspec/restapi.d.ts.map +1 -0
- package/es/kernelspec/restapi.js +107 -0
- package/es/kernelspec/validate.d.ts +10 -0
- package/es/kernelspec/validate.d.ts.map +1 -0
- package/es/kernelspec/validate.js +69 -0
- package/es/libro-kernel-connection-manager.d.ts +19 -0
- package/es/libro-kernel-connection-manager.d.ts.map +1 -0
- package/es/libro-kernel-connection-manager.js +142 -0
- package/es/module.d.ts +3 -0
- package/es/module.d.ts.map +1 -0
- package/es/module.js +9 -0
- package/es/page-config.d.ts +36 -0
- package/es/page-config.d.ts.map +1 -0
- package/es/page-config.js +129 -0
- package/es/protocol.d.ts +13 -0
- package/es/protocol.d.ts.map +1 -0
- package/es/protocol.js +8 -0
- package/es/server/connection-error.d.ts +36 -0
- package/es/server/connection-error.d.ts.map +1 -0
- package/es/server/connection-error.js +109 -0
- package/es/server/index.d.ts +6 -0
- package/es/server/index.d.ts.map +1 -0
- package/es/server/index.js +5 -0
- package/es/server/server-connection-protocol.d.ts +49 -0
- package/es/server/server-connection-protocol.d.ts.map +1 -0
- package/es/server/server-connection-protocol.js +0 -0
- package/es/server/server-connection.d.ts +25 -0
- package/es/server/server-connection.d.ts.map +1 -0
- package/es/server/server-connection.js +159 -0
- package/es/server/server-manager.d.ts +22 -0
- package/es/server/server-manager.d.ts.map +1 -0
- package/es/server/server-manager.js +163 -0
- package/es/server/server-module.d.ts +3 -0
- package/es/server/server-module.d.ts.map +1 -0
- package/es/server/server-module.js +4 -0
- package/es/session/index.d.ts +5 -0
- package/es/session/index.d.ts.map +1 -0
- package/es/session/index.js +4 -0
- package/es/session/libro-session-manager.d.ts +71 -0
- package/es/session/libro-session-manager.d.ts.map +1 -0
- package/es/session/libro-session-manager.js +539 -0
- package/es/session/libro-session-protocol.d.ts +50 -0
- package/es/session/libro-session-protocol.d.ts.map +1 -0
- package/es/session/libro-session-protocol.js +21 -0
- package/es/session/libro-session.d.ts +12 -0
- package/es/session/libro-session.d.ts.map +1 -0
- package/es/session/libro-session.js +19 -0
- package/es/session/restapi.d.ts +28 -0
- package/es/session/restapi.d.ts.map +1 -0
- package/es/session/restapi.js +214 -0
- package/es/session/session-module.d.ts +3 -0
- package/es/session/session-module.d.ts.map +1 -0
- package/es/session/session-module.js +18 -0
- package/es/session/validate.d.ts +14 -0
- package/es/session/validate.d.ts.map +1 -0
- package/es/session/validate.js +37 -0
- package/es/utils.d.ts +4 -0
- package/es/utils.d.ts.map +1 -0
- package/es/utils.js +29 -0
- package/es/validate-property.d.ts +2 -0
- package/es/validate-property.d.ts.map +1 -0
- package/es/validate-property.js +35 -0
- package/package.json +62 -0
- package/src/basemanager.ts +133 -0
- package/src/contents/contents-drive.ts +495 -0
- package/src/contents/contents-manager.ts +465 -0
- package/src/contents/contents-module.ts +6 -0
- package/src/contents/contents-protocol.ts +604 -0
- package/src/contents/index.ts +5 -0
- package/src/contents/validate.ts +29 -0
- package/src/index.tsx +9 -0
- package/src/kernel/comm.ts +220 -0
- package/src/kernel/future.ts +474 -0
- package/src/kernel/index.ts +7 -0
- package/src/kernel/kernel-connection.ts +1770 -0
- package/src/kernel/kernel-module.ts +50 -0
- package/src/kernel/libro-kernel-manager.ts +199 -0
- package/src/kernel/libro-kernel-protocol.ts +858 -0
- package/src/kernel/libro-kernel-utils.ts +152 -0
- package/src/kernel/libro-kernel.ts +39 -0
- package/src/kernel/messages.ts +1104 -0
- package/src/kernel/restapi.ts +183 -0
- package/src/kernel/serialize.ts +262 -0
- package/src/kernel/validate.ts +101 -0
- package/src/kernelspec/index.ts +5 -0
- package/src/kernelspec/kernelspec-module.ts +9 -0
- package/src/kernelspec/kernelspec.ts +37 -0
- package/src/kernelspec/manager.ts +173 -0
- package/src/kernelspec/restapi.ts +104 -0
- package/src/kernelspec/validate.ts +80 -0
- package/src/libro-kernel-connection-manager.ts +73 -0
- package/src/module.ts +19 -0
- package/src/page-config.ts +106 -0
- package/src/protocol.ts +24 -0
- package/src/server/connection-error.ts +60 -0
- package/src/server/index.ts +5 -0
- package/src/server/server-connection-protocol.ts +57 -0
- package/src/server/server-connection.ts +144 -0
- package/src/server/server-manager.ts +76 -0
- package/src/server/server-module.ts +9 -0
- package/src/session/index.ts +4 -0
- package/src/session/libro-session-manager.ts +377 -0
- package/src/session/libro-session-protocol.ts +61 -0
- package/src/session/libro-session.ts +33 -0
- package/src/session/restapi.ts +126 -0
- package/src/session/session-module.ts +26 -0
- package/src/session/validate.ts +39 -0
- package/src/utils.ts +28 -0
- package/src/validate-property.ts +38 -0
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
import type { Event as ManaEvent } from '@difizen/mana-app';
|
|
2
|
+
import { Emitter } from '@difizen/mana-app';
|
|
3
|
+
import type { IContentsDrive } from './contents-protocol.js';
|
|
4
|
+
import type { IContentsChangedArgs, IContentsFetchOptions, IContentsManager, IContentsModel, IContentsRequestOptions, IContentsCreateOptions, IContentsCheckpointModel } from './contents-protocol.js';
|
|
5
|
+
/**
|
|
6
|
+
* A contents manager that passes file operations to the server.
|
|
7
|
+
* Multiple servers implementing the `IContentsDrive` interface can be
|
|
8
|
+
* attached to the contents manager, so that the same session can
|
|
9
|
+
* perform file operations on multiple backends.
|
|
10
|
+
*
|
|
11
|
+
* This includes checkpointing with the normal file operations.
|
|
12
|
+
*/
|
|
13
|
+
export declare class ContentsManager implements IContentsManager {
|
|
14
|
+
constructor(defaultDrive: IContentsDrive);
|
|
15
|
+
/**
|
|
16
|
+
* The server settings associated with the manager.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* A signal emitted when a file operation takes place.
|
|
20
|
+
*/
|
|
21
|
+
get fileChanged(): ManaEvent<IContentsChangedArgs>;
|
|
22
|
+
/**
|
|
23
|
+
* Test whether the manager has been disposed.
|
|
24
|
+
*/
|
|
25
|
+
get isDisposed(): boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Dispose of the resources held by the manager.
|
|
28
|
+
*/
|
|
29
|
+
dispose(): void;
|
|
30
|
+
/**
|
|
31
|
+
* Add an `IContentsDrive` to the manager.
|
|
32
|
+
*/
|
|
33
|
+
addDrive(drive: IContentsDrive): void;
|
|
34
|
+
/**
|
|
35
|
+
* Given a path, get a ModelDB.IFactory from the
|
|
36
|
+
* relevant backend. Returns `undefined` if the backend
|
|
37
|
+
* does not provide one.
|
|
38
|
+
*/
|
|
39
|
+
/**
|
|
40
|
+
* Given a path of the form `drive:local/portion/of/it.txt`
|
|
41
|
+
* get the local part of it.
|
|
42
|
+
*
|
|
43
|
+
* @param path: the path.
|
|
44
|
+
*
|
|
45
|
+
* @returns The local part of the path.
|
|
46
|
+
*/
|
|
47
|
+
localPath(path: string): string;
|
|
48
|
+
/**
|
|
49
|
+
* Normalize a global path. Reduces '..' and '.' parts, and removes
|
|
50
|
+
* leading slashes from the local part of the path, while retaining
|
|
51
|
+
* the drive name if it exists.
|
|
52
|
+
*
|
|
53
|
+
* @param path: the path.
|
|
54
|
+
*
|
|
55
|
+
* @returns The normalized path.
|
|
56
|
+
*/
|
|
57
|
+
normalize(path: string): string;
|
|
58
|
+
/**
|
|
59
|
+
* Resolve a global path, starting from the root path. Behaves like
|
|
60
|
+
* posix-path.resolve, with 3 differences:
|
|
61
|
+
* - will never prepend cwd
|
|
62
|
+
* - if root has a drive name, the result is prefixed with "<drive>:"
|
|
63
|
+
* - before adding drive name, leading slashes are removed
|
|
64
|
+
*
|
|
65
|
+
* @param path: the path.
|
|
66
|
+
*
|
|
67
|
+
* @returns The normalized path.
|
|
68
|
+
*/
|
|
69
|
+
resolvePath(root: string, path: string): string;
|
|
70
|
+
/**
|
|
71
|
+
* Given a path of the form `drive:local/portion/of/it.txt`
|
|
72
|
+
* get the name of the drive. If the path is missing
|
|
73
|
+
* a drive portion, returns an empty string.
|
|
74
|
+
*
|
|
75
|
+
* @param path: the path.
|
|
76
|
+
*
|
|
77
|
+
* @returns The drive name for the path, or the empty string.
|
|
78
|
+
*/
|
|
79
|
+
driveName(path: string): string;
|
|
80
|
+
/**
|
|
81
|
+
* Get a file or directory.
|
|
82
|
+
*
|
|
83
|
+
* @param path: The path to the file.
|
|
84
|
+
*
|
|
85
|
+
* @param options: The options used to fetch the file.
|
|
86
|
+
*
|
|
87
|
+
* @returns A promise which resolves with the file content.
|
|
88
|
+
*/
|
|
89
|
+
get(path: string, options?: IContentsFetchOptions): Promise<IContentsModel>;
|
|
90
|
+
/**
|
|
91
|
+
* Get an encoded download url given a file path.
|
|
92
|
+
*
|
|
93
|
+
* @param path - An absolute POSIX file path on the server.
|
|
94
|
+
*
|
|
95
|
+
* #### Notes
|
|
96
|
+
* It is expected that the path contains no relative paths.
|
|
97
|
+
*
|
|
98
|
+
* The returned URL may include a query parameter.
|
|
99
|
+
*/
|
|
100
|
+
getDownloadUrl(path: string, options?: IContentsRequestOptions): Promise<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Create a new untitled file or directory in the specified directory path.
|
|
103
|
+
*
|
|
104
|
+
* @param options: The options used to create the file.
|
|
105
|
+
*
|
|
106
|
+
* @returns A promise which resolves with the created file content when the
|
|
107
|
+
* file is created.
|
|
108
|
+
*/
|
|
109
|
+
newUntitled(options?: IContentsCreateOptions): Promise<IContentsModel>;
|
|
110
|
+
/**
|
|
111
|
+
* Delete a file.
|
|
112
|
+
*
|
|
113
|
+
* @param path - The path to the file.
|
|
114
|
+
*
|
|
115
|
+
* @returns A promise which resolves when the file is deleted.
|
|
116
|
+
*/
|
|
117
|
+
delete(path: string, options?: IContentsRequestOptions): Promise<void>;
|
|
118
|
+
/**
|
|
119
|
+
* Rename a file or directory.
|
|
120
|
+
*
|
|
121
|
+
* @param path - The original file path.
|
|
122
|
+
*
|
|
123
|
+
* @param newPath - The new file path.
|
|
124
|
+
*
|
|
125
|
+
* @returns A promise which resolves with the new file contents model when
|
|
126
|
+
* the file is renamed.
|
|
127
|
+
*/
|
|
128
|
+
rename(path: string, newPath: string, options?: IContentsRequestOptions): Promise<IContentsModel>;
|
|
129
|
+
/**
|
|
130
|
+
* Save a file.
|
|
131
|
+
*
|
|
132
|
+
* @param path - The desired file path.
|
|
133
|
+
*
|
|
134
|
+
* @param options - Optional overrides to the model.
|
|
135
|
+
*
|
|
136
|
+
* @returns A promise which resolves with the file content model when the
|
|
137
|
+
* file is saved.
|
|
138
|
+
*
|
|
139
|
+
* #### Notes
|
|
140
|
+
* Ensure that `model.content` is populated for the file.
|
|
141
|
+
*/
|
|
142
|
+
save(path: string, options?: Partial<IContentsModel>): Promise<IContentsModel>;
|
|
143
|
+
/**
|
|
144
|
+
* Copy a file into a given directory.
|
|
145
|
+
*
|
|
146
|
+
* @param path - The original file path.
|
|
147
|
+
*
|
|
148
|
+
* @param toDir - The destination directory path.
|
|
149
|
+
*
|
|
150
|
+
* @returns A promise which resolves with the new contents model when the
|
|
151
|
+
* file is copied.
|
|
152
|
+
*
|
|
153
|
+
* #### Notes
|
|
154
|
+
* The server will select the name of the copied file.
|
|
155
|
+
*/
|
|
156
|
+
copy(fromFile: string, toDir: string, options?: IContentsRequestOptions): Promise<IContentsModel>;
|
|
157
|
+
/**
|
|
158
|
+
* Create a checkpoint for a file.
|
|
159
|
+
*
|
|
160
|
+
* @param path - The path of the file.
|
|
161
|
+
*
|
|
162
|
+
* @returns A promise which resolves with the new checkpoint model when the
|
|
163
|
+
* checkpoint is created.
|
|
164
|
+
*/
|
|
165
|
+
createCheckpoint(path: string, options?: IContentsRequestOptions): Promise<IContentsCheckpointModel>;
|
|
166
|
+
/**
|
|
167
|
+
* List available checkpoints for a file.
|
|
168
|
+
*
|
|
169
|
+
* @param path - The path of the file.
|
|
170
|
+
*
|
|
171
|
+
* @returns A promise which resolves with a list of checkpoint models for
|
|
172
|
+
* the file.
|
|
173
|
+
*/
|
|
174
|
+
listCheckpoints(path: string, options?: IContentsRequestOptions): Promise<IContentsCheckpointModel[]>;
|
|
175
|
+
/**
|
|
176
|
+
* Restore a file to a known checkpoint state.
|
|
177
|
+
*
|
|
178
|
+
* @param path - The path of the file.
|
|
179
|
+
*
|
|
180
|
+
* @param checkpointID - The id of the checkpoint to restore.
|
|
181
|
+
*
|
|
182
|
+
* @returns A promise which resolves when the checkpoint is restored.
|
|
183
|
+
*/
|
|
184
|
+
restoreCheckpoint(path: string, checkpointID: string, options?: IContentsRequestOptions): Promise<void>;
|
|
185
|
+
/**
|
|
186
|
+
* Delete a checkpoint for a file.
|
|
187
|
+
*
|
|
188
|
+
* @param path - The path of the file.
|
|
189
|
+
*
|
|
190
|
+
* @param checkpointID - The id of the checkpoint to delete.
|
|
191
|
+
*
|
|
192
|
+
* @returns A promise which resolves when the checkpoint is deleted.
|
|
193
|
+
*/
|
|
194
|
+
deleteCheckpoint(path: string, checkpointID: string, options?: IContentsRequestOptions): Promise<void>;
|
|
195
|
+
/**
|
|
196
|
+
* Given a drive and a local path, construct a fully qualified
|
|
197
|
+
* path. The inverse of `driveForPath`.
|
|
198
|
+
*
|
|
199
|
+
* @param drive: an `IContentsDrive`.
|
|
200
|
+
*
|
|
201
|
+
* @param localPath: the local path on the drive.
|
|
202
|
+
*
|
|
203
|
+
* @returns the fully qualified path.
|
|
204
|
+
*/
|
|
205
|
+
protected toGlobalPath(drive: IContentsDrive, localPath: string): string;
|
|
206
|
+
/**
|
|
207
|
+
* Given a path, get the `IContentsDrive to which it refers,
|
|
208
|
+
* where the path satisfies the pattern
|
|
209
|
+
* `'driveName:path/to/file'`. If there is no `driveName`
|
|
210
|
+
* prepended to the path, it returns the default drive.
|
|
211
|
+
*
|
|
212
|
+
* @param path: a path to a file.
|
|
213
|
+
*
|
|
214
|
+
* @returns A tuple containing an `IContentsDrive` object for the path,
|
|
215
|
+
* and a local path for that drive.
|
|
216
|
+
*/
|
|
217
|
+
protected driveForPath(path: string): [IContentsDrive, string];
|
|
218
|
+
/**
|
|
219
|
+
* Respond to fileChanged signals from the drives attached to
|
|
220
|
+
* the manager. This prepends the drive name to the path if necessary,
|
|
221
|
+
* and then forwards the signal.
|
|
222
|
+
*/
|
|
223
|
+
protected onFileChanged(sender: IContentsDrive, args: IContentsChangedArgs): void;
|
|
224
|
+
protected _isDisposed: boolean;
|
|
225
|
+
protected additionalDrives: Map<string, IContentsDrive>;
|
|
226
|
+
protected defaultDrive: IContentsDrive;
|
|
227
|
+
protected fileChangedEmitter: Emitter<IContentsChangedArgs>;
|
|
228
|
+
}
|
|
229
|
+
//# sourceMappingURL=contents-manager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contents-manager.d.ts","sourceRoot":"","sources":["../../src/contents/contents-manager.ts"],"names":[],"mappings":"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"}
|