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