@pstdio/workbench 0.1.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/README.md +343 -0
- package/dist/context-key-service-C--cHa0B.js +447 -0
- package/dist/context-key-service-C--cHa0B.js.map +1 -0
- package/dist/core.d.ts +1885 -0
- package/dist/core.js +64 -0
- package/dist/core.js.map +1 -0
- package/dist/extensions.d.ts +1934 -0
- package/dist/extensions.js +1728 -0
- package/dist/extensions.js.map +1 -0
- package/dist/file-renderer-view-DrrhYnb_.js +171 -0
- package/dist/file-renderer-view-DrrhYnb_.js.map +1 -0
- package/dist/icon-B9XolQG8.js +35 -0
- package/dist/icon-B9XolQG8.js.map +1 -0
- package/dist/index.d.ts +1885 -0
- package/dist/index.js +64 -0
- package/dist/index.js.map +1 -0
- package/dist/react.d.ts +2020 -0
- package/dist/react.js +3905 -0
- package/dist/react.js.map +1 -0
- package/dist/storage.d.ts +128 -0
- package/dist/storage.js +87 -0
- package/dist/storage.js.map +1 -0
- package/dist/surface-reconcile-DkRf01ro.js +260 -0
- package/dist/surface-reconcile-DkRf01ro.js.map +1 -0
- package/dist/testing.d.ts +1620 -0
- package/dist/testing.js +46 -0
- package/dist/testing.js.map +1 -0
- package/dist/webview-runtime.d.ts +10 -0
- package/dist/webview-runtime.js +31 -0
- package/dist/webview-runtime.js.map +1 -0
- package/dist/workbench-core-DFpwi8Lo.js +2264 -0
- package/dist/workbench-core-DFpwi8Lo.js.map +1 -0
- package/dist/workbench-menu-paths-CQVH6z4_.js +11 -0
- package/dist/workbench-menu-paths-CQVH6z4_.js.map +1 -0
- package/package.json +95 -0
package/dist/core.js
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { c as a, a as t, b as s, d as o, e as c, f as n, g as i, h, i as l, j as R, k as g, l as b, m as d, n as u, o as y, p as k, q as C, r as m, s as P, t as W, u as w, v as M, w as x, x as f, y as p } from "./workbench-core-DFpwi8Lo.js";
|
|
2
|
+
import { c as S, a as T, b as K, d as L, e as j, f as v, g as F, h as H, i as I, m as D, s as N, w as U, j as q, k as B, l as E } from "./context-key-service-C--cHa0B.js";
|
|
3
|
+
import { c as z, g as G, a as J, l as O, b as Q, d as X, r as Y, e as Z, s as _, w as $ } from "./surface-reconcile-DkRf01ro.js";
|
|
4
|
+
import { h as re, a as ae, r as te, w as se, b as oe, c as ce, d as ne } from "./workbench-menu-paths-CQVH6z4_.js";
|
|
5
|
+
export {
|
|
6
|
+
a as createCommandPaletteResourceRegistry,
|
|
7
|
+
t as createCommandRegistry,
|
|
8
|
+
S as createContextKeyService,
|
|
9
|
+
s as createControlsRendererRegistry,
|
|
10
|
+
o as createDataRendererRegistry,
|
|
11
|
+
z as createDefaultWorkbenchLayout,
|
|
12
|
+
c as createFileIconThemeRegistry,
|
|
13
|
+
n as createFileRendererRegistry,
|
|
14
|
+
i as createHistoryController,
|
|
15
|
+
T as createKeybindingRegistry,
|
|
16
|
+
h as createLayoutModel,
|
|
17
|
+
l as createMenuRegistry,
|
|
18
|
+
R as createNavigationRegistry,
|
|
19
|
+
g as createNotificationRegistry,
|
|
20
|
+
b as createPreferenceRegistry,
|
|
21
|
+
K as createResourceRegistry,
|
|
22
|
+
d as createSettingsRegistry,
|
|
23
|
+
u as createThemeRegistry,
|
|
24
|
+
y as createTreeRendererRegistry,
|
|
25
|
+
k as createWorkbenchBreadcrumbController,
|
|
26
|
+
C as createWorkbenchCommandPaletteController,
|
|
27
|
+
m as createWorkbenchCore,
|
|
28
|
+
P as createWorkbenchFocusController,
|
|
29
|
+
W as createWorkbenchLastResourceController,
|
|
30
|
+
w as createWorkbenchModeRegistry,
|
|
31
|
+
M as createWorkbenchPanelsController,
|
|
32
|
+
L as createWorkbenchRendererRegistry,
|
|
33
|
+
j as createWorkbenchResourceContextValues,
|
|
34
|
+
v as createWorkbenchSelectionResourceMetadata,
|
|
35
|
+
x as createWorkbenchSessionPanelController,
|
|
36
|
+
F as createWorkbenchStore,
|
|
37
|
+
f as createWorkbenchTerminalController,
|
|
38
|
+
G as getAnchorResource,
|
|
39
|
+
H as getKeybindingSteps,
|
|
40
|
+
J as getSurface,
|
|
41
|
+
I as getWorkbenchSelectionResourceUris,
|
|
42
|
+
re as headerLeadingMenuPath,
|
|
43
|
+
ae as headerTrailingMenuPath,
|
|
44
|
+
O as listAnchorAreas,
|
|
45
|
+
Q as listProjectionAreas,
|
|
46
|
+
X as listProjectionsReading,
|
|
47
|
+
D as matchesContextExpression,
|
|
48
|
+
Y as reconcileAnchors,
|
|
49
|
+
Z as resolveAnchorArea,
|
|
50
|
+
te as resourceContextMenuPath,
|
|
51
|
+
N as standardResourceIcons,
|
|
52
|
+
_ as surfaceMap,
|
|
53
|
+
se as workbenchAreaTabLeadingMenuPath,
|
|
54
|
+
$ as workbenchAreas,
|
|
55
|
+
oe as workbenchCommandPaletteMenuPath,
|
|
56
|
+
p as workbenchFocusAreas,
|
|
57
|
+
U as workbenchResourceIdContextKey,
|
|
58
|
+
q as workbenchResourceKindContextKey,
|
|
59
|
+
B as workbenchResourceMetadataContextKey,
|
|
60
|
+
E as workbenchSelectionResourceUriMetadataKey,
|
|
61
|
+
ce as workbenchTopHeaderLeadingMenuPath,
|
|
62
|
+
ne as workbenchTopHeaderTrailingMenuPath
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=core.js.map
|
package/dist/core.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|