@fses/workbench-app 0.1.3 → 0.2.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/dist/{Workspace-CvJghuPy.js → Workspace-DMye5DU8.js} +11458 -11325
- package/dist/canvas/api/index.d.ts +7 -0
- package/dist/canvas/api/index.js +4 -0
- package/dist/canvasFacade-B0oy__da.js +1932 -0
- package/dist/cardFactory-CoDF-zsR.js +1392 -0
- package/dist/extensions/index.d.ts +2 -0
- package/dist/extensions/index.js +8 -0
- package/dist/fses-workbench-app.js +89 -86
- package/dist/index-DbH6tMQy.js +837 -0
- package/dist/internal/personal-workbench/lib/workbenchChatReplyBridge.d.ts +24 -0
- package/dist/runtime/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useWorkbenchRuntime-Pekhufen.js → useWorkbenchRuntime-XpOzwm56.js} +8752 -11980
- package/dist/workbenchCustomComponentRegistry-6GHzavdM.js +267 -0
- package/package.json +6 -2
- package/dist/index-DXag5A9X.js +0 -1096
|
@@ -57,3 +57,5 @@ export interface WorkbenchAppExtensions {
|
|
|
57
57
|
themeDefinitions?: readonly WorkbenchThemeDefinition[];
|
|
58
58
|
}
|
|
59
59
|
export type { WorkbenchRendererCustomComponentEntry, WorkbenchRendererCustomComponentRegistry, };
|
|
60
|
+
export { WORKBENCH_CUSTOM_CARD_CATALOG, WORKBENCH_TEMPLATE_WEATHER_CAPABILITY_ID, WORKBENCH_TEMPLATE_WEATHER_COMPONENT_REF, WORKBENCH_TEMPLATE_WEATHER_PREVIEW_URL, } from '../internal/personal-workbench/lib/workbenchCustomCardCatalog';
|
|
61
|
+
export { customComponentRegistry } from '../internal/personal-workbench/lib/workbenchCustomComponentRegistry';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { W as T, a as R, b as A, c as C, d as W } from "../workbenchCustomComponentRegistry-6GHzavdM.js";
|
|
2
|
+
export {
|
|
3
|
+
T as WORKBENCH_CUSTOM_CARD_CATALOG,
|
|
4
|
+
R as WORKBENCH_TEMPLATE_WEATHER_CAPABILITY_ID,
|
|
5
|
+
A as WORKBENCH_TEMPLATE_WEATHER_COMPONENT_REF,
|
|
6
|
+
C as WORKBENCH_TEMPLATE_WEATHER_PREVIEW_URL,
|
|
7
|
+
W as customComponentRegistry
|
|
8
|
+
};
|
|
@@ -1,91 +1,94 @@
|
|
|
1
|
-
import { D as s,
|
|
2
|
-
import {
|
|
1
|
+
import { D as s, o, q as r, t, u as n, v as c, x as i, k as l, y as p, z as C, A, B as m, C as g, E as d, F as E, l as _, p as u, j as T, a as R, c as S, e as h, g as L, s as M, d as P, G as v, w as y } from "./index-DbH6tMQy.js";
|
|
2
|
+
import { c as W } from "./canvasFacade-B0oy__da.js";
|
|
3
|
+
import { D as b, b as D, c as N, d as O, e as B, f as I, g as x, h as w, i as H, j as F, k as G, l as K, m as U, n as V, o as j, p as z, q as Y, r as q, s as X, t as Z, v as J, w as Q, x as $, y as ee, z as ae, A as se, B as oe, C as re, E as te, F as ne, G as ce, u as ie, a as le, H as pe, I as Ce } from "./useWorkbenchRuntime-XpOzwm56.js";
|
|
4
|
+
import { D as me, L as ge, S as de, d as Ee, e as _e, b as ue, f as Te, g as Re, h as Se, i as he, j as Le, k as Me, l as Pe, m as ve, p as ye, n as ke, o as We, q as fe, r as be, s as De } from "./cardFactory-CoDF-zsR.js";
|
|
5
|
+
import { W as Oe, a as Be, b as Ie, c as xe, d as we } from "./workbenchCustomComponentRegistry-6GHzavdM.js";
|
|
3
6
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
+
b as DEEP_AGENT_TOOL_DISPLAY_NAMES,
|
|
8
|
+
D as DEEP_AGENT_VISIBLE_PROGRESS_TEXTS,
|
|
9
|
+
me as DEFAULT_LOGICAL_CARD_PRESET_SIZES,
|
|
7
10
|
s as DEFAULT_WORKBENCH_CARD_STYLE_CONFIG,
|
|
8
|
-
|
|
9
|
-
|
|
11
|
+
ge as LOGICAL_CANVAS_COLUMNS,
|
|
12
|
+
de as SNAP_UNIT,
|
|
10
13
|
o as WORKBENCH_APP_CONTEXT_KEY,
|
|
11
14
|
r as WORKBENCH_APP_PACKAGE_NAME,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
15
|
+
Oe as WORKBENCH_CUSTOM_CARD_CATALOG,
|
|
16
|
+
Be as WORKBENCH_TEMPLATE_WEATHER_CAPABILITY_ID,
|
|
17
|
+
Ie as WORKBENCH_TEMPLATE_WEATHER_COMPONENT_REF,
|
|
18
|
+
xe as WORKBENCH_TEMPLATE_WEATHER_PREVIEW_URL,
|
|
19
|
+
t as WorkbenchAppHost,
|
|
20
|
+
n as WorkbenchApplication,
|
|
21
|
+
c as WorkbenchShell,
|
|
22
|
+
i as WorkbenchWorkspaceCore,
|
|
23
|
+
N as applyDeepAgentPreambleMessageToTurn,
|
|
24
|
+
O as applyDeepAgentProcessEventToTurn,
|
|
25
|
+
B as approveMemory,
|
|
26
|
+
Ee as canvasLogicalHeight,
|
|
27
|
+
l as cardStyleConfigFromSnapshotVisualConfig,
|
|
28
|
+
_e as clampLogicalRect,
|
|
29
|
+
ue as compactLogicalBlocksAfterInsert,
|
|
30
|
+
Te as compactLogicalRows,
|
|
31
|
+
p as createBrowserStorageAdapter,
|
|
32
|
+
W as createCanvasApiFacade,
|
|
33
|
+
I as createConversationMemoryCandidate,
|
|
34
|
+
x as createManualMemoryCandidate,
|
|
35
|
+
C as createWorkbenchAppContext,
|
|
36
|
+
A as createWorkbenchAppTestAdapters,
|
|
37
|
+
we as customComponentRegistry,
|
|
38
|
+
w as deepAgentToolDisplayName,
|
|
39
|
+
Re as defaultLogicalSize,
|
|
40
|
+
m as defaultWorkbenchAssetAdapter,
|
|
41
|
+
g as defaultWorkbenchLoggerAdapter,
|
|
42
|
+
d as defaultWorkbenchMessageAdapter,
|
|
43
|
+
H as deleteMemoryPermanently,
|
|
44
|
+
F as ensurePlatformUserSessionReady,
|
|
45
|
+
G as extractConversationMemoryCandidates,
|
|
46
|
+
Se as findAutoInsertLogicalRect,
|
|
47
|
+
he as findFreeLogicalRect,
|
|
48
|
+
K as forgetMemory,
|
|
49
|
+
E as formatAmount,
|
|
50
|
+
U as getConversationContextSnapshot,
|
|
51
|
+
Le as getLogicalScale,
|
|
52
|
+
V as getMemoryMarkdown,
|
|
53
|
+
_ as isDefaultWorkbenchCardStyleConfig,
|
|
54
|
+
j as isPossibleDeepAgentProgressMessagePrefix,
|
|
55
|
+
Me as isSlotFree,
|
|
56
|
+
z as listAgentMemoryItems,
|
|
57
|
+
Y as listMemoryEvents,
|
|
58
|
+
Pe as logicalRectToBlockLayout,
|
|
59
|
+
ve as logicalToPixel,
|
|
60
|
+
ye as pixelToLogical,
|
|
61
|
+
u as placeCardRecommendationDraftMessagesAfterTurnReplies,
|
|
62
|
+
q as previewConversationMemoryCandidates,
|
|
63
|
+
X as previewMemoryRecall,
|
|
64
|
+
Z as previewRecentConversationMemory,
|
|
65
|
+
J as readCanvasLocalSnapshot,
|
|
66
|
+
ke as rectsOverlap,
|
|
67
|
+
Q as refreshConversationContextSnapshot,
|
|
68
|
+
$ as rejectMemory,
|
|
69
|
+
ee as removeTemporaryPreambleProcessGroup,
|
|
70
|
+
We as repackLogicalBlocksPreserveSize,
|
|
71
|
+
fe as resolveAutoInsertLogicalRect,
|
|
72
|
+
T as resolveBrowserWorkbenchEntryParams,
|
|
73
|
+
R as resolveFdeSkillVisibleColumnTitle,
|
|
74
|
+
be as resolveInitialLogicalRect,
|
|
75
|
+
S as resolveWorkbenchCompletedStatusContent,
|
|
76
|
+
h as resolveWorkbenchCompletedStatusPatch,
|
|
77
|
+
L as returnItemPayloadSignature,
|
|
78
|
+
ae as reviewConversationMemories,
|
|
79
|
+
se as saveSimplifiedConversationMemory,
|
|
80
|
+
M as shouldAutoRefreshWorkbenchDataBinding,
|
|
81
|
+
De as snapLogical,
|
|
82
|
+
oe as splitDeepAgentProgressMessage,
|
|
83
|
+
P as syncWorkbenchChatStructuredMessageFields,
|
|
84
|
+
re as toggleConversationProcessCollapsed,
|
|
85
|
+
te as updateMemoryContent,
|
|
86
|
+
ne as updateMemoryMarkdown,
|
|
87
|
+
ce as updateMemoryPolicy,
|
|
88
|
+
v as useWorkbenchAppContext,
|
|
89
|
+
ie as useWorkbenchRuntime,
|
|
90
|
+
le as useWorkbenchRuntimeStore,
|
|
91
|
+
pe as workbenchCanvasBus,
|
|
92
|
+
y as workbenchDataBindingRefreshApi,
|
|
93
|
+
Ce as writeCanvasLocalSnapshot
|
|
91
94
|
};
|