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