@deep-eye/core 1.3.6 → 1.3.8
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/CHANGELOG.md +44 -0
- package/dist/components/chat/ChatApp.vue.d.ts +31 -11
- package/dist/components/chat/ChatApp.vue.d.ts.map +1 -1
- package/dist/components/chat/ChatBot.vue.d.ts +16 -0
- package/dist/components/chat/ChatBot.vue.d.ts.map +1 -1
- package/dist/components/chat/attachments.d.ts.map +1 -1
- package/dist/components/chat/buildTimelineSegments.d.ts.map +1 -1
- package/dist/components/chat/chatContext.d.ts +5 -1
- package/dist/components/chat/chatContext.d.ts.map +1 -1
- package/dist/components/chat/chatErrors.d.ts +13 -0
- package/dist/components/chat/chatErrors.d.ts.map +1 -1
- package/dist/components/chat/cloudConfig.d.ts +1 -1
- package/dist/components/chat/cloudConfig.d.ts.map +1 -1
- package/dist/components/chat/components/ArtifactPreview.vue.d.ts +1 -0
- package/dist/components/chat/components/ArtifactPreview.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatActionbar.vue.d.ts +3 -3
- package/dist/components/chat/components/ChatActionbar.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatFileCard.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatFilePreview.vue.d.ts +41 -0
- package/dist/components/chat/components/ChatFilePreview.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatFilePreviewPanel.vue.d.ts +12 -1
- package/dist/components/chat/components/ChatFilePreviewPanel.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatMessage.vue.d.ts +9 -0
- package/dist/components/chat/components/ChatMessage.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatProvider.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatReasoning.vue.d.ts +4 -1
- package/dist/components/chat/components/ChatReasoning.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatSender.vue.d.ts +46 -3
- package/dist/components/chat/components/ChatSender.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatSessionHistoryItem.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatSkillPanel.vue.d.ts +3 -0
- package/dist/components/chat/components/ChatSkillPanel.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ChatTipMenu.vue.d.ts +22 -12
- package/dist/components/chat/components/ChatTipMenu.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ConversationList.vue.d.ts.map +1 -1
- package/dist/components/chat/components/InputContentParts.vue.d.ts.map +1 -1
- package/dist/components/chat/components/MessageBubble.vue.d.ts +9 -0
- package/dist/components/chat/components/MessageBubble.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ProcessStepGroup.vue.d.ts +11 -2
- package/dist/components/chat/components/ProcessStepGroup.vue.d.ts.map +1 -1
- package/dist/components/chat/components/ReasoningMarkdown.vue.d.ts +8 -0
- package/dist/components/chat/components/ReasoningMarkdown.vue.d.ts.map +1 -0
- package/dist/components/chat/components/SubagentRunDialog.vue.d.ts +20 -0
- package/dist/components/chat/components/SubagentRunDialog.vue.d.ts.map +1 -0
- package/dist/components/chat/components/SubagentRunsPanel.vue.d.ts +9 -0
- package/dist/components/chat/components/SubagentRunsPanel.vue.d.ts.map +1 -0
- package/dist/components/chat/components/TextReferenceChip.vue.d.ts +20 -0
- package/dist/components/chat/components/TextReferenceChip.vue.d.ts.map +1 -0
- package/dist/components/chat/components/ToolCallPart.vue.d.ts.map +1 -1
- package/dist/components/chat/components/WebSearchProcessRow.vue.d.ts +9 -0
- package/dist/components/chat/components/WebSearchProcessRow.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/ContentArea.vue.d.ts +84 -0
- package/dist/components/chat/components/document-viewer/ContentArea.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/DocViewerToolbar.vue.d.ts +6 -0
- package/dist/components/chat/components/document-viewer/DocViewerToolbar.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/DocumentAskPopup.vue.d.ts +20 -0
- package/dist/components/chat/components/document-viewer/DocumentAskPopup.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/DocumentViewer.vue.d.ts +14 -2
- package/dist/components/chat/components/document-viewer/DocumentViewer.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/ScreenshotCropOverlay.vue.d.ts +1 -0
- package/dist/components/chat/components/document-viewer/ScreenshotCropOverlay.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/TextSelectionAskOverlay.vue.d.ts +17 -0
- package/dist/components/chat/components/document-viewer/TextSelectionAskOverlay.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/adapter.d.ts +5 -6
- package/dist/components/chat/components/document-viewer/adapter.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/displayCapture.d.ts +28 -0
- package/dist/components/chat/components/document-viewer/displayCapture.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/html/HtmlRenderer.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/office/DocxPreviewEngine.vue.d.ts +14 -0
- package/dist/components/chat/components/document-viewer/office/DocxPreviewEngine.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/office/OfficeDocumentViewer.vue.d.ts +8 -1
- package/dist/components/chat/components/document-viewer/office/OfficeDocumentViewer.vue.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/office/docxChrome.d.ts +54 -0
- package/dist/components/chat/components/document-viewer/office/docxChrome.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/office/domNav.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/office/fitDocx.d.ts +8 -0
- package/dist/components/chat/components/document-viewer/office/fitDocx.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/office/officePreviewUrl.d.ts +28 -0
- package/dist/components/chat/components/document-viewer/office/officePreviewUrl.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts +29 -11
- package/dist/components/chat/components/document-viewer/screenshotCapture.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/tabCaptureSession.d.ts +17 -0
- package/dist/components/chat/components/document-viewer/tabCaptureSession.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/textSelection.d.ts +23 -0
- package/dist/components/chat/components/document-viewer/textSelection.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/xlsx/parseSpreadsheet.d.ts.map +1 -1
- package/dist/components/chat/components/document-viewer/zip/ZipRenderer.vue.d.ts +26 -0
- package/dist/components/chat/components/document-viewer/zip/ZipRenderer.vue.d.ts.map +1 -0
- package/dist/components/chat/components/document-viewer/zip/parseZipArchive.d.ts +26 -0
- package/dist/components/chat/components/document-viewer/zip/parseZipArchive.d.ts.map +1 -0
- package/dist/components/chat/components/index.d.ts +2 -0
- package/dist/components/chat/components/index.d.ts.map +1 -1
- package/dist/components/chat/composables/useChatSessionSwitch.d.ts.map +1 -1
- package/dist/components/chat/composables/useChatSkillTipMenu.d.ts +4 -2
- package/dist/components/chat/composables/useChatSkillTipMenu.d.ts.map +1 -1
- package/dist/components/chat/composables/useChatTipMenu.d.ts +8 -2
- package/dist/components/chat/composables/useChatTipMenu.d.ts.map +1 -1
- package/dist/components/chat/harness/DisclosureRow.vue.d.ts +1 -0
- package/dist/components/chat/harness/DisclosureRow.vue.d.ts.map +1 -1
- package/dist/components/chat/htmlPreview.d.ts +22 -2
- package/dist/components/chat/htmlPreview.d.ts.map +1 -1
- package/dist/components/chat/hydrateHistory.d.ts +3 -1
- package/dist/components/chat/hydrateHistory.d.ts.map +1 -1
- package/dist/components/chat/index.d.ts +4 -1
- package/dist/components/chat/index.d.ts.map +1 -1
- package/dist/components/chat/mdoc/ArtifactBlock.vue.d.ts.map +1 -1
- package/dist/components/chat/mdoc/artifactOpenStrategy.d.ts.map +1 -1
- package/dist/components/chat/mdoc/chatOccurrenceKey.d.ts +4 -0
- package/dist/components/chat/mdoc/chatOccurrenceKey.d.ts.map +1 -0
- package/dist/components/chat/mdoc/latexDelimiters.d.ts +14 -0
- package/dist/components/chat/mdoc/latexDelimiters.d.ts.map +1 -0
- package/dist/components/chat/mdoc/sessionArtifacts.d.ts +1 -1
- package/dist/components/chat/mdoc/sessionArtifacts.d.ts.map +1 -1
- package/dist/components/chat/mdoc/textContent.d.ts +0 -7
- package/dist/components/chat/mdoc/textContent.d.ts.map +1 -1
- package/dist/components/chat/messageChrome.d.ts +13 -3
- package/dist/components/chat/messageChrome.d.ts.map +1 -1
- package/dist/components/chat/previewRenderers.d.ts +2 -0
- package/dist/components/chat/previewRenderers.d.ts.map +1 -1
- package/dist/components/chat/processGroupSummary.d.ts +6 -4
- package/dist/components/chat/processGroupSummary.d.ts.map +1 -1
- package/dist/components/chat/reasoningDisplay.d.ts +6 -0
- package/dist/components/chat/reasoningDisplay.d.ts.map +1 -0
- package/dist/components/chat/responseStream.d.ts +2 -0
- package/dist/components/chat/responseStream.d.ts.map +1 -1
- package/dist/components/chat/sidebarMotion.d.ts +1 -1
- package/dist/components/chat/sidebarMotion.d.ts.map +1 -1
- package/dist/components/chat/subagentAggregate.d.ts +38 -0
- package/dist/components/chat/subagentAggregate.d.ts.map +1 -0
- package/dist/components/chat/subagentDisplay.d.ts +22 -0
- package/dist/components/chat/subagentDisplay.d.ts.map +1 -0
- package/dist/components/chat/textReference.d.ts +20 -0
- package/dist/components/chat/textReference.d.ts.map +1 -0
- package/dist/components/chat/toolLabels.d.ts +2 -0
- package/dist/components/chat/toolLabels.d.ts.map +1 -1
- package/dist/components/chat/types.d.ts +148 -10
- package/dist/components/chat/types.d.ts.map +1 -1
- package/dist/components/chat/useProcessGroupTimer.d.ts +2 -1
- package/dist/components/chat/useProcessGroupTimer.d.ts.map +1 -1
- package/dist/components/chat/utils/tipMenuBuiltin.d.ts +6 -0
- package/dist/components/chat/utils/tipMenuBuiltin.d.ts.map +1 -1
- package/dist/components/skill/components/ChatSkillCard.vue.d.ts.map +1 -1
- package/dist/components/skill/composables/useChatSkills.d.ts +1 -0
- package/dist/components/skill/composables/useChatSkills.d.ts.map +1 -1
- package/dist/components/skill/types.d.ts +21 -2
- package/dist/components/skill/types.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenu.vue.d.ts +5 -1
- package/dist/components/ui/components/UiMenu.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuColumn.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts +2 -0
- package/dist/components/ui/components/UiMenuNestedSubmenu.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuSubmenuColumn.vue.d.ts +1 -0
- package/dist/components/ui/components/UiMenuSubmenuColumn.vue.d.ts.map +1 -1
- package/dist/components/ui/components/UiMenuSubmenuList.vue.d.ts +2 -0
- package/dist/components/ui/components/UiMenuSubmenuList.vue.d.ts.map +1 -1
- package/dist/{index-BKxbaGuU.js → index-C-PR5B_r.js} +7664 -7648
- package/dist/{index-CT4dZd6h.js → index-CXsyPgZs.js} +83108 -74085
- package/dist/{index-BvdV0Eu0.cjs → index-DaNRGsBs.cjs} +44 -44
- package/dist/index-ti6KNsjh.cjs +1168 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +312 -300
- package/dist/style.css +2 -2
- package/package.json +3 -2
- package/dist/index-Bh4xn5LB.cjs +0 -1
- package/dist/index-BuN8GnS7.js +0 -22
- package/dist/index-CPq9HVwe.cjs +0 -892
- package/dist/index-DHbY1Eq1.cjs +0 -33
- package/dist/index-YIVH2TCo.js +0 -5072
package/dist/index.js
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { A as t, a as o, b as i, d as
|
|
1
|
+
import { A as t, a as o, b as i, d as r, B as n, C as l, e as d, f as c, h as T, i as u, j as p, k as A, l as C, m as S, n as _, o as h, p as M, q as m, r as b, s as I, _ as P, t as E, u as L, v as R, w as U, x as D, y as g, z as N, D as F, E as f, F as k, G as O, H as v, I as H, J as y, K as B, L as x, M as w, N as G, O as K, P as Y, Q as V, R as X, U as Q, S as z, T as W, V as Z, W as j, X as q, Y as J, Z as $, $ as ee, a0 as ae, a1 as se, a2 as te, a3 as oe, a4 as ie, a5 as re, a6 as ne, a7 as le, a8 as de, a9 as ce, aa as Te, ab as ue, ac as pe, ad as Ae, ae as Ce, af as Se, ag as _e, ah as he, ai as Me, aj as me, ak as be, al as Ie, am as Pe, an as Ee, ao as Le, ap as Re, aq as Ue, ar as De, as as ge, at as Ne, au as Fe, av as fe, aw as ke, ax as Oe, ay as ve, az as He, aA as ye, aB as Be, aC as xe, aD as we, aE as Ge, aF as Ke, aG as Ye, aH as Ve, aI as Xe, aJ as Qe, aK as ze, aL as We, aM as Ze, aN as je, aO as qe, aP as Je, _ as $e, aQ as ea, aR as aa, aS as sa, aT as ta, aU as oa, aV as ia, aW as ra, U as na, aX as la, Y as da, aY as ca, aZ as Ta, a_ as ua, a$ as pa, b0 as Aa, b1 as Ca, b2 as Sa, b3 as _a, b4 as ha, b5 as Ma, b6 as ma, b7 as ba, b8 as Ia, b9 as Pa, ba as Ea, bb as La, bc as Ra, bd as Ua, be as Da, bf as ga, bg as Na, bh as Fa, bi as fa, bj as ka, bk as Oa, bl as va, bm as Ha, bn as ya, bo as Ba, bp as xa, bq as wa, br as Ga, bs as Ka, bt as Ya, bu as Va, bv as Xa, bw as Qa, bx as za, by as Wa, bz as Za, bA as ja, bB as qa, bC as Ja, bD as $a, bE as es, bF as as, bG as ss, bH as ts, bI as os, bJ as is, bK as rs, bL as ns, bM as ls, bN as ds, bO as cs, bP as Ts, bQ as us, bR as ps, bS as As, bT as Cs, bU as Ss, bV as _s, bW as hs, bX as Ms, bY as ms, bZ as bs, b_ as Is, b$ as Ps, c0 as Es, c1 as Ls, c2 as Rs, c3 as Us, c4 as Ds, c5 as gs, c6 as Ns, c7 as Fs, c8 as fs, c9 as ks, ca as Os, cb as vs, cc as Hs, cd as ys, ce as Bs, cf as xs, cg as ws, ch as Gs, ci as Ks, cj as Ys, ck as Vs, cl as Xs, cm as Qs, cn as zs, co as Ws, cp as Zs, cq as js, cr as qs, cs as Js, ct as $s, cu as et, cv as at, cw as st, cx as tt, cy as ot, cz as it, cA as rt, cB as nt, cC as lt, cD as dt, cE as ct, cF as Tt, cG as ut, cH as pt, cI as At, cJ as Ct, cK as St, cL as _t, cM as ht, cN as Mt, cO as mt, cP as bt, cQ as It, cR as Pt, cS as Et, cT as Lt, cU as Rt, cV as Ut, cW as Dt, cX as gt, cY as Nt, cZ as Ft, c_ as ft, c$ as kt, d0 as Ot, d1 as vt, d2 as Ht, d3 as yt, d4 as Bt, d5 as xt, d6 as wt, d7 as Gt, d8 as Kt, d9 as Yt, da as Vt, db as Xt, dc as Qt, dd as zt, de as Wt, df as Zt, dg as jt, dh as qt, di as Jt, dj as $t, dk as eo, dl as ao, dm as so, dn as to, dp as oo, dq as io, dr as ro, ds as no, dt as lo, du as co, dv as To, dw as uo, dx as po, dy as Ao, dz as Co, dA as So, dB as _o, dC as ho, dD as Mo, dE as mo, dF as bo, dG as Io, dH as Po, dI as Eo, dJ as Lo, dK as Ro, dL as Uo, dM as Do, dN as go, dO as No, dP as Fo, dQ as fo, dR as ko, dS as Oo, dT as vo, dU as Ho, dV as yo, dW as Bo, dX as xo, dY as wo, dZ as Go, d_ as Ko, d$ as Yo, e0 as Vo, e1 as Xo, e2 as Qo, e3 as zo, e4 as Wo, e5 as Zo, e6 as jo, e7 as qo, e8 as Jo, e9 as $o, ea as ei, eb as ai, ec as si, ed as ti, ee as oi, ef as ii, eg as ri, eh as ni, ei as li, ej as di, ek as ci, el as Ti, em as ui, en as pi, eo as Ai, ep as Ci, eq as Si, er as _i, es as hi, et as Mi, eu as mi, ev as bi, ew as Ii, ex as Pi } from "./index-CXsyPgZs.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
t as ACTION_BAR_ICON_NAMES,
|
|
5
5
|
o as ACTION_BAR_SYSTEM_PROMPT,
|
|
6
6
|
i as ARTIFACT_BLOCK_SYSTEM_PROMPT,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
r as ASK_USER_FORM_SYSTEM_PROMPT,
|
|
8
|
+
n as BASICAGENT_DEFAULT_APP_ID,
|
|
9
|
+
l as CHART_BLOCK_SYSTEM_PROMPT,
|
|
10
|
+
d as CHART_TYPES,
|
|
11
11
|
c as CHAT_SKILL_ALL,
|
|
12
12
|
T as CHAT_SKILL_CHANNEL_HOME,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
u as CHAT_SKILL_CHANNEL_PLAZA,
|
|
14
|
+
p as CHAT_SKILL_MENU_DEFAULT_PARAMS,
|
|
15
15
|
A as CHAT_SKILL_MENU_LAZY_PAGE_SIZE,
|
|
16
16
|
C as CHAT_SKILL_MENU_PAGE_SIZE,
|
|
17
17
|
S as CHAT_SKILL_OPTION_HOT_DAILY,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
_ as CHAT_SKILL_PANEL_DEFAULT_PARAMS,
|
|
19
|
+
h as ChartToolRenderer,
|
|
20
|
+
M as ChatActionbar,
|
|
21
21
|
m as ChatApp,
|
|
22
22
|
b as ChatAttachments,
|
|
23
23
|
I as ChatBot,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
P as ChatDialog,
|
|
25
|
+
E as ChatFileCard,
|
|
26
|
+
L as ChatFilePreview,
|
|
27
|
+
R as ChatFilePreviewPanel,
|
|
28
|
+
U as ChatFollowUps,
|
|
29
29
|
D as ChatHistorySearchDialog,
|
|
30
30
|
g as ChatImageLightbox,
|
|
31
31
|
N as ChatMessage,
|
|
32
32
|
F as ChatPreviewSkeleton,
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
f as ChatProvider,
|
|
34
|
+
k as ChatQueue,
|
|
35
35
|
O as ChatReasoning,
|
|
36
36
|
v as ChatSender,
|
|
37
37
|
H as ChatSenderAppendIcon,
|
|
@@ -43,8 +43,8 @@ export {
|
|
|
43
43
|
K as ChatSenderMicOffIcon,
|
|
44
44
|
Y as ChatSenderMoreIcon,
|
|
45
45
|
V as ChatSessionSidebar,
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
X as ChatSessionStatusMark,
|
|
47
|
+
Q as ChatSkeletonItem,
|
|
48
48
|
z as ChatSkillCard,
|
|
49
49
|
W as ChatSkillCardSkeleton,
|
|
50
50
|
Z as ChatSkillDetailDialog,
|
|
@@ -52,285 +52,297 @@ export {
|
|
|
52
52
|
q as ChatSkillPanel,
|
|
53
53
|
J as ChatSkillTabs,
|
|
54
54
|
$ as ChatTipMenu,
|
|
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
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
$
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
$
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
ss as
|
|
166
|
-
ts as
|
|
167
|
-
os as
|
|
168
|
-
is as
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
cs as
|
|
174
|
-
Ts as
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
As as
|
|
178
|
-
Cs as
|
|
179
|
-
Ss as
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
ms as
|
|
184
|
-
bs as
|
|
185
|
-
Is as
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
Ds as
|
|
192
|
-
gs as
|
|
193
|
-
Ns as
|
|
194
|
-
Fs as
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
Os as
|
|
198
|
-
vs as
|
|
199
|
-
Hs as
|
|
200
|
-
ys as
|
|
201
|
-
Bs as
|
|
202
|
-
xs as
|
|
203
|
-
ws as
|
|
204
|
-
Gs as
|
|
205
|
-
Ks as
|
|
206
|
-
Ys as
|
|
207
|
-
Vs as
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
zs as
|
|
211
|
-
Ws as
|
|
212
|
-
Zs as
|
|
213
|
-
js as
|
|
214
|
-
qs as
|
|
215
|
-
Js as
|
|
216
|
-
$s as
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
st as
|
|
220
|
-
tt as
|
|
221
|
-
ot as
|
|
222
|
-
it as
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
ct as
|
|
228
|
-
Tt as
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
At as
|
|
232
|
-
Ct as
|
|
233
|
-
St as
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
mt as
|
|
238
|
-
bt as
|
|
239
|
-
It as
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
Dt as
|
|
246
|
-
gt as
|
|
247
|
-
Nt as
|
|
248
|
-
Ft as
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
Ot as
|
|
252
|
-
vt as
|
|
253
|
-
Ht as
|
|
254
|
-
yt as
|
|
255
|
-
Bt as
|
|
256
|
-
xt as
|
|
257
|
-
wt as
|
|
258
|
-
Gt as
|
|
259
|
-
Kt as
|
|
260
|
-
Yt as
|
|
261
|
-
Vt as
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
zt as
|
|
265
|
-
Wt as
|
|
266
|
-
Zt as
|
|
267
|
-
jt as
|
|
268
|
-
qt as
|
|
269
|
-
Jt as
|
|
270
|
-
$t as
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
so as
|
|
274
|
-
to as
|
|
275
|
-
oo as
|
|
276
|
-
io as
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
lo as
|
|
280
|
-
co as
|
|
281
|
-
To as
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
Ao as
|
|
285
|
-
Co as
|
|
286
|
-
So as
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
mo as
|
|
291
|
-
bo as
|
|
292
|
-
Io as
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
Do as
|
|
299
|
-
go as
|
|
300
|
-
No as
|
|
301
|
-
Fo as
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
Oo as
|
|
305
|
-
vo as
|
|
306
|
-
Ho as
|
|
307
|
-
yo as
|
|
308
|
-
Bo as
|
|
309
|
-
xo as
|
|
310
|
-
wo as
|
|
311
|
-
Go as
|
|
312
|
-
Ko as
|
|
313
|
-
Yo as
|
|
314
|
-
Vo as
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
zo as
|
|
318
|
-
Wo as
|
|
319
|
-
Zo as
|
|
320
|
-
jo as
|
|
321
|
-
qo as
|
|
322
|
-
Jo as
|
|
323
|
-
$o as
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
si as
|
|
327
|
-
ti as
|
|
328
|
-
oi as
|
|
329
|
-
ii as
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
ci as
|
|
335
|
-
Ti as
|
|
55
|
+
ee as ChatToolGroup,
|
|
56
|
+
ae as CodeToolRenderer,
|
|
57
|
+
se as ConversationList,
|
|
58
|
+
te as D3MindMap,
|
|
59
|
+
oe as DEFAULT_ABORT_URL,
|
|
60
|
+
ie as DEFAULT_CHAT_API_URL,
|
|
61
|
+
re as DEFAULT_CHAT_ATTACHMENT_LIMITS,
|
|
62
|
+
ne as DEFAULT_DROP_MAX_DISTANCE,
|
|
63
|
+
le as DEFAULT_HISTORY_DELETE_URL,
|
|
64
|
+
de as DEFAULT_HISTORY_FIND_BY_SESSION_URL,
|
|
65
|
+
ce as DEFAULT_HISTORY_FIND_BY_USER_URL,
|
|
66
|
+
Te as DEFAULT_HISTORY_PAGE_SIZE,
|
|
67
|
+
ue as DEFAULT_HISTORY_RENAME_URL,
|
|
68
|
+
pe as DEFAULT_HISTORY_VIEWED_URL,
|
|
69
|
+
Ae as DEFAULT_LAST_SESSION_URL,
|
|
70
|
+
Ce as DEFAULT_MODEL_LIST_URL,
|
|
71
|
+
Se as DEFAULT_RESUME_URL,
|
|
72
|
+
_e as DEFAULT_SIDEBAR_NAV_ITEMS,
|
|
73
|
+
he as DEFAULT_SIDEBAR_PERSIST_KEY,
|
|
74
|
+
Me as DEFAULT_SIDEBAR_TEXTS,
|
|
75
|
+
me as DEFAULT_SKILL_AVATAR_THUMB,
|
|
76
|
+
be as DRAG_THRESHOLD_PX,
|
|
77
|
+
Ie as DocumentViewer,
|
|
78
|
+
Pe as EXPAND_BUTTON_OFFSET,
|
|
79
|
+
Ee as EXPAND_BUTTON_RADIUS,
|
|
80
|
+
Le as EmptyState,
|
|
81
|
+
Re as FileReadToolRenderer,
|
|
82
|
+
Ue as MIND_MAP_NODE_HEIGHT,
|
|
83
|
+
De as MIND_MAP_PERIPHERAL_BTN_BASE,
|
|
84
|
+
ge as MIND_MAP_PERIPHERAL_BTN_DEPTH,
|
|
85
|
+
Ne as MessageBubble,
|
|
86
|
+
Fe as MindMapToolRenderer,
|
|
87
|
+
fe as NODE_CONTENT_RECT_X,
|
|
88
|
+
ke as NODE_RECT,
|
|
89
|
+
Oe as OFFICE_PREVIEW_ENDPOINT,
|
|
90
|
+
ve as OpenGenUIToolRenderer,
|
|
91
|
+
He as OpenGenerativeUiChartRenderer,
|
|
92
|
+
ye as OpenGenerativeUiPlanRenderer,
|
|
93
|
+
Be as OpenGenerativeUiScheduleRenderer,
|
|
94
|
+
xe as OpenGenerativeUiThemeRenderer,
|
|
95
|
+
we as ProcessResultCard,
|
|
96
|
+
Ge as ProcessStepGroup,
|
|
97
|
+
Ke as SKILL_API_PATH,
|
|
98
|
+
Ye as SKILL_CLOUD_DEV_PREFIX,
|
|
99
|
+
Ve as SKILL_CLOUD_PATH,
|
|
100
|
+
Xe as SearchToolRenderer,
|
|
101
|
+
Qe as SubagentRunsPanel,
|
|
102
|
+
ze as TEXT_REF_END,
|
|
103
|
+
We as TEXT_REF_START,
|
|
104
|
+
Ze as TRAILING_CONTENT_GAP,
|
|
105
|
+
je as TextPartRenderer,
|
|
106
|
+
qe as ThinkingOrb,
|
|
107
|
+
Je as ToolCallPart,
|
|
108
|
+
$e as UiDialog,
|
|
109
|
+
ea as UiDropdown,
|
|
110
|
+
aa as UiImage,
|
|
111
|
+
sa as UiMenu,
|
|
112
|
+
ta as UiMenuColumn,
|
|
113
|
+
oa as UiMenuSubmenuColumn,
|
|
114
|
+
ia as UiMenuSubmenuSkeleton,
|
|
115
|
+
ra as UiSearchInput,
|
|
116
|
+
na as UiSkeleton,
|
|
117
|
+
la as UiSkeletonItem,
|
|
118
|
+
da as UiTabs,
|
|
119
|
+
ca as WebSearchProcessRow,
|
|
120
|
+
Ta as appendImageViewParams,
|
|
121
|
+
ua as applyInitialCollapse,
|
|
122
|
+
pa as applyMindMapFitInsets,
|
|
123
|
+
Aa as applyMindMapNodeDecorationFeatures,
|
|
124
|
+
Ca as applyMindMapTreeData,
|
|
125
|
+
Sa as artifactToChatResource,
|
|
126
|
+
_a as assertNever,
|
|
127
|
+
ha as buildAskUserFunctionCallOutput,
|
|
128
|
+
Ma as buildChatSendPayload,
|
|
129
|
+
ma as buildCloudAuthHeaders,
|
|
130
|
+
ba as buildDropdownItemClickPayload,
|
|
131
|
+
Ia as buildOfficePreviewUrl,
|
|
132
|
+
Pa as buildOfficePreviewUrlFromResource,
|
|
133
|
+
Ea as buildSkillApiUrl,
|
|
134
|
+
La as buildTrailingLayoutSlots,
|
|
135
|
+
Ra as checkLastSession,
|
|
136
|
+
Ua as classifyAttachment,
|
|
137
|
+
Da as classifyChatError,
|
|
138
|
+
ga as classifyResourceFile,
|
|
139
|
+
Na as clearNodeActions,
|
|
140
|
+
Fa as collectExpandedById,
|
|
141
|
+
fa as collectMindMapSubtreeNodes,
|
|
142
|
+
ka as collectSessionArtifacts,
|
|
143
|
+
Oa as collectSubtreeIds,
|
|
144
|
+
va as collectVisibleMindMapNodes,
|
|
145
|
+
Ha as colorfulTheme,
|
|
146
|
+
ya as computeBezierLinkPath,
|
|
147
|
+
Ba as computeMindMapFitTransform,
|
|
148
|
+
xa as computeMindMapLayoutSpacing,
|
|
149
|
+
wa as computeMindMapLinkPath,
|
|
150
|
+
Ga as computeMindMapNodeScreenRect,
|
|
151
|
+
Ka as computeMindMapNodeTreeBounds,
|
|
152
|
+
Ya as computeMindMapNodeTreeBoundsWithPeripheral,
|
|
153
|
+
Va as computeMindMapNodesTreeBounds,
|
|
154
|
+
Xa as computeMindMapPeripheralExtents,
|
|
155
|
+
Qa as computeMindMapTreeBoundsScreenRect,
|
|
156
|
+
za as computeSmoothStepLinkPath,
|
|
157
|
+
Wa as computeStepLinkPath,
|
|
158
|
+
Za as computeTrailingChromeWidth,
|
|
159
|
+
ja as convertDatumToMindMapNode,
|
|
160
|
+
qa as convertMindMapData,
|
|
161
|
+
Ja as convertReferenceMarkers,
|
|
162
|
+
$a as convertToD3Tree,
|
|
163
|
+
es as createAttachmentFingerprint,
|
|
164
|
+
as as createBasicAgentCredentialHeaders,
|
|
165
|
+
ss as createChatAttachmentController,
|
|
166
|
+
ts as createChatMessageId,
|
|
167
|
+
os as createMindMapPositionHelpers,
|
|
168
|
+
is as createNodePayload,
|
|
169
|
+
rs as createReferenceClickHandler,
|
|
170
|
+
ns as createSkillAxios,
|
|
171
|
+
ls as darkTheme,
|
|
172
|
+
ds as debounce,
|
|
173
|
+
cs as deepClone,
|
|
174
|
+
Ts as defaultTheme,
|
|
175
|
+
us as deleteHistory,
|
|
176
|
+
ps as disposeAllNodeActionComponents,
|
|
177
|
+
As as disposeAllTrailingIconComponents,
|
|
178
|
+
Cs as disposeNodeActionComponent,
|
|
179
|
+
Ss as disposeTrailingIconComponent,
|
|
180
|
+
_s as downloadArtifact,
|
|
181
|
+
hs as downloadBlob,
|
|
182
|
+
Ms as editChatQueueItem,
|
|
183
|
+
ms as enqueueChatPayload,
|
|
184
|
+
bs as escapeHtml,
|
|
185
|
+
Is as expandMindMapTreeBoundsPadding,
|
|
186
|
+
Ps as extractAskFormMdocFromToolCalls,
|
|
187
|
+
Es as extractAskFormNodes,
|
|
188
|
+
Ls as extractAskUserFromToolCall,
|
|
189
|
+
Rs as extractAskUserFromToolCalls,
|
|
190
|
+
Us as extractAskUserQuestionsFromContent,
|
|
191
|
+
Ds as extractReferenceIndex,
|
|
192
|
+
gs as fetchAbortSession,
|
|
193
|
+
Ns as fetchChatApi,
|
|
194
|
+
Fs as fetchKnowledgeList,
|
|
195
|
+
fs as fetchModelList,
|
|
196
|
+
ks as fetchPublishedScenes,
|
|
197
|
+
Os as fetchPublishedScenesPage,
|
|
198
|
+
vs as fetchPublishedSkills,
|
|
199
|
+
Hs as fetchPublishedSkillsAndScenes,
|
|
200
|
+
ys as fetchPublishedSkillsPage,
|
|
201
|
+
Bs as fetchResume,
|
|
202
|
+
xs as fetchSkillTypes,
|
|
203
|
+
ws as filterOutAskFormToolCalls,
|
|
204
|
+
Gs as filterOutAskUserToolCalls,
|
|
205
|
+
Ks as filterVisibleMindMapPeripheralActions,
|
|
206
|
+
Ys as findBySessionId,
|
|
207
|
+
Vs as findByUserId,
|
|
208
|
+
Xs as findNodeLocation,
|
|
209
|
+
Qs as findSiblingGapDropTarget,
|
|
210
|
+
zs as forceExpandAll,
|
|
211
|
+
Ws as formatAskUserAnswersLabel,
|
|
212
|
+
Zs as formatAskUserBubbleLabel,
|
|
213
|
+
js as formatDropdownSubmenuSelectionPath,
|
|
214
|
+
qs as formatModelLabel,
|
|
215
|
+
Js as formatModelPricingTooltip,
|
|
216
|
+
$s as generateMindMapId,
|
|
217
|
+
et as generateObjectId,
|
|
218
|
+
at as getChatFileIconSrc,
|
|
219
|
+
st as getChatPreviewKind,
|
|
220
|
+
tt as getDefaultNodeHeight,
|
|
221
|
+
ot as getDragFloatBox,
|
|
222
|
+
it as getDropPreview,
|
|
223
|
+
rt as getFileExtension,
|
|
224
|
+
nt as getFilesFromDataTransfer,
|
|
225
|
+
lt as getNodeLayoutBox,
|
|
226
|
+
dt as getQiniuUploadCredential,
|
|
227
|
+
ct as getTextWidth,
|
|
228
|
+
Tt as getTheme,
|
|
229
|
+
ut as groupSessionsByTime,
|
|
230
|
+
pt as hasFileDrag,
|
|
231
|
+
At as hasSubmenuContent,
|
|
232
|
+
Ct as hasTextReference,
|
|
233
|
+
St as hasTipMenuApiItems,
|
|
234
|
+
_t as hashMindMapForDirtyCheck,
|
|
235
|
+
ht as isActionBarReady,
|
|
236
|
+
Mt as isAnyNodeDecorationFeatureEnabled,
|
|
237
|
+
mt as isAskFormToolName,
|
|
238
|
+
bt as isAskUserAnswerComplete,
|
|
239
|
+
It as isAskUserShapedArguments,
|
|
240
|
+
Pt as isAskUserToolName,
|
|
241
|
+
Et as isChartType,
|
|
242
|
+
Lt as isGradient,
|
|
243
|
+
Rt as isIconOutsideContent,
|
|
244
|
+
Ut as isMenuItemClickable,
|
|
245
|
+
Dt as isSelfOrDescendant,
|
|
246
|
+
gt as isTextArtifactType,
|
|
247
|
+
Nt as isTipMenuItemVisible,
|
|
248
|
+
Ft as mapDropdownMenuItemToUiMenuItem,
|
|
249
|
+
ft as mapDropdownMenuItemsToUiMenuItems,
|
|
250
|
+
kt as mapHistoryItemToSession,
|
|
251
|
+
Ot as mapModelListResponse,
|
|
252
|
+
vt as mergeChatCloudConfig,
|
|
253
|
+
Ht as mergeMindMapTreeBounds,
|
|
254
|
+
yt as mergeTheme,
|
|
255
|
+
Bt as minimalTheme,
|
|
256
|
+
xt as moveChatQueueItem,
|
|
257
|
+
wt as moveMindMapNode,
|
|
258
|
+
Gt as normalizeAgentHistoryMessages,
|
|
259
|
+
Kt as normalizeAskUserPayload,
|
|
260
|
+
Yt as normalizeAskUserQuestion,
|
|
261
|
+
Vt as normalizeHistoryItem,
|
|
262
|
+
Xt as normalizeHistoryResourceFile,
|
|
263
|
+
Qt as openArtifactInNewTab,
|
|
264
|
+
zt as parseAskUserPayloadFromArguments,
|
|
265
|
+
Wt as parseGradientColor,
|
|
266
|
+
Zt as parseModelId,
|
|
267
|
+
jt as parseQiniuUploadResult,
|
|
268
|
+
qt as parseSessionRunStatus,
|
|
269
|
+
Jt as partitionNodeActions,
|
|
270
|
+
$t as professionalTheme,
|
|
271
|
+
eo as registerChatPreviewRenderer,
|
|
272
|
+
ao as registerToolRenderer,
|
|
273
|
+
so as removeChatQueueItem,
|
|
274
|
+
to as renameHistory,
|
|
275
|
+
oo as renderPlainTextWithReferences,
|
|
276
|
+
io as replaceSendPayloadText,
|
|
277
|
+
ro as resolveActionBarIcon,
|
|
278
|
+
no as resolveArtifactOpenStrategy,
|
|
279
|
+
lo as resolveArtifactPreviewKind,
|
|
280
|
+
co as resolveAttachmentInputTarget,
|
|
281
|
+
To as resolveChatAttachmentLimits,
|
|
282
|
+
uo as resolveChatPreviewRenderer,
|
|
283
|
+
po as resolveCloudHeaders,
|
|
284
|
+
Ao as resolveDecorationAnimation,
|
|
285
|
+
Co as resolveDragProbe,
|
|
286
|
+
So as resolveDropMaxDistance,
|
|
287
|
+
_o as resolveDropTarget,
|
|
288
|
+
ho as resolveHoverActionCenterX,
|
|
289
|
+
Mo as resolveMindMapLinkCurve,
|
|
290
|
+
mo as resolveMindMapNodeGroupRightX,
|
|
291
|
+
bo as resolveMindMapPeripheralTrailingOffset,
|
|
292
|
+
Io as resolveModelGroup,
|
|
293
|
+
Po as resolveNodeTrailingLayout,
|
|
294
|
+
Eo as resolveOutlineMindMapPeripheralActions,
|
|
295
|
+
Lo as resolvePositionInBox,
|
|
296
|
+
Ro as resolveSkillAvatarSrc,
|
|
297
|
+
Uo as resolveSkillCloudPrefix,
|
|
298
|
+
Do as resolveTipMenuKnowledgeGroups,
|
|
299
|
+
go as resolveTipMenuSubmenuOptions,
|
|
300
|
+
No as resolveToolRenderer,
|
|
301
|
+
Fo as resourceToContentPart,
|
|
302
|
+
fo as restoreExpandedById,
|
|
303
|
+
ko as restorePositionsAfterRebuild,
|
|
304
|
+
Oo as serializeAskUserOutput,
|
|
305
|
+
vo as sessionArtifactToAction,
|
|
306
|
+
Ho as shouldCloseMenuOnItemClick,
|
|
307
|
+
yo as snapshotCurrentPositions,
|
|
308
|
+
Bo as snapshotTreePositions,
|
|
309
|
+
xo as splitTextReference,
|
|
310
|
+
wo as stripNodeDecorationAnimation,
|
|
311
|
+
Go as subItemHasSubmenu,
|
|
312
|
+
Ko as svgToBlob,
|
|
313
|
+
Yo as svgToPng,
|
|
314
|
+
Vo as syncNodeActions,
|
|
315
|
+
Xo as syncTrailingIcon,
|
|
316
|
+
Qo as themes,
|
|
317
|
+
zo as throttle,
|
|
318
|
+
Wo as toChatResourceFile,
|
|
319
|
+
Zo as toCssAnimationTime,
|
|
320
|
+
jo as toPanelCardModels,
|
|
321
|
+
qo as toSkillCardModel,
|
|
322
|
+
Jo as toSkillFetchConfig,
|
|
323
|
+
$o as toTipMenuItem,
|
|
324
|
+
ei as toUploadConfig,
|
|
325
|
+
ai as updateViewed,
|
|
326
|
+
si as uploadFile,
|
|
327
|
+
ti as uploadFileToQiniu,
|
|
328
|
+
oi as useChatContext,
|
|
329
|
+
ii as useChatSender,
|
|
330
|
+
ri as useChatSessionHistory,
|
|
331
|
+
ni as useChatSkillTipMenu,
|
|
332
|
+
li as useChatSkills,
|
|
333
|
+
di as useChatTipMenu,
|
|
334
|
+
ci as useConversation,
|
|
335
|
+
Ti as useExpandingItem,
|
|
336
|
+
ui as useFloatingPair,
|
|
337
|
+
pi as useImageUrl,
|
|
338
|
+
Ai as useMindMapHistory,
|
|
339
|
+
Ci as useMindMapLayout,
|
|
340
|
+
Si as useMindMapTheme,
|
|
341
|
+
_i as useUiDropdown,
|
|
342
|
+
hi as useUiMenuFloating,
|
|
343
|
+
Mi as useUiMenuPanel,
|
|
344
|
+
mi as useUiMenuPanelInject,
|
|
345
|
+
bi as useUiMenuPanelProvide,
|
|
346
|
+
Ii as validateAttachmentFile,
|
|
347
|
+
Pi as wrapTextReference
|
|
336
348
|
};
|