@glodon-aiot/agent-cli-ui 3.9.0-alpha.7 → 3.9.0-alpha.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/dist/es/Dialog/SessionList/index.mjs +178 -166
- package/dist/es/packages/agent-cli-ui/package.json.mjs +3 -3
- package/dist/es/packages/react-components/dist/es/index.mjs +1 -1
- package/dist/es/src/style12.css +1 -1
- package/dist/es/src/style13.css +1 -1
- package/dist/es/src/style15.css +1 -1
- package/dist/es/src/style20.css +1 -1
- package/dist/es/src/style21.css +1 -1
- package/dist/es/src/style22.css +1 -1
- package/dist/es/src/style24.css +1 -1
- package/dist/es/src/style25.css +1 -1
- package/dist/es/src/style27.css +1 -1
- package/dist/es/src/style28.css +1 -1
- package/dist/es/src/style31.css +1 -1
- package/dist/es/src/style32.css +1 -1
- package/dist/es/src/style5.css +1 -1
- package/dist/es/src/style6.css +1 -1
- package/dist/es/src/style7.css +1 -1
- package/dist/es/src/style9.css +1 -1
- package/dist/lib/index.js +37 -37
- package/package.json +3 -3
|
@@ -1,87 +1,88 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
for (var a in
|
|
6
|
-
|
|
7
|
-
if (
|
|
8
|
-
for (var a of
|
|
9
|
-
|
|
10
|
-
return
|
|
1
|
+
var De = Object.defineProperty;
|
|
2
|
+
var pe = Object.getOwnPropertySymbols;
|
|
3
|
+
var Ie = Object.prototype.hasOwnProperty, Re = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var ue = (N, g, a) => g in N ? De(N, g, { enumerable: !0, configurable: !0, writable: !0, value: a }) : N[g] = a, ye = (N, g) => {
|
|
5
|
+
for (var a in g || (g = {}))
|
|
6
|
+
Ie.call(g, a) && ue(N, a, g[a]);
|
|
7
|
+
if (pe)
|
|
8
|
+
for (var a of pe(g))
|
|
9
|
+
Re.call(g, a) && ue(N, a, g[a]);
|
|
10
|
+
return N;
|
|
11
11
|
};
|
|
12
|
-
var L = (
|
|
13
|
-
var
|
|
12
|
+
var L = (N, g, a) => new Promise((r, O) => {
|
|
13
|
+
var b = (E) => {
|
|
14
14
|
try {
|
|
15
|
-
M(a.next(
|
|
15
|
+
M(a.next(E));
|
|
16
16
|
} catch (x) {
|
|
17
17
|
O(x);
|
|
18
18
|
}
|
|
19
|
-
},
|
|
19
|
+
}, ee = (E) => {
|
|
20
20
|
try {
|
|
21
|
-
M(a.throw(
|
|
21
|
+
M(a.throw(E));
|
|
22
22
|
} catch (x) {
|
|
23
23
|
O(x);
|
|
24
24
|
}
|
|
25
|
-
}, M = (
|
|
26
|
-
M((a = a.apply(
|
|
25
|
+
}, M = (E) => E.done ? r(E.value) : Promise.resolve(E.value).then(b, ee);
|
|
26
|
+
M((a = a.apply(N, g)).next());
|
|
27
27
|
});
|
|
28
|
-
import { jsx as f, jsxs as
|
|
29
|
-
import { forwardRef as
|
|
30
|
-
import { Button as Ve, Typography as
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
/* empty css */import { useMemoizedFn as
|
|
36
|
-
import { MAX_KNOWLEDGES_AND_FILES_COUNT as F, NET_OPEN_STATUS as
|
|
37
|
-
import { useSessionState as
|
|
38
|
-
import { calcKnowledgesLeafCount as
|
|
39
|
-
const
|
|
28
|
+
import { jsx as f, jsxs as T } from "react/jsx-runtime";
|
|
29
|
+
import { forwardRef as Se, useState as k, useContext as Ye, useRef as V, useEffect as D, useImperativeHandle as $e, useMemo as He } from "react";
|
|
30
|
+
import { Button as Ve, Typography as Fe, Space as ge, Popconfirm as ve, Input as Ke, Divider as ze, notification as J } from "antd";
|
|
31
|
+
import p from "dayjs";
|
|
32
|
+
import Be from "classnames";
|
|
33
|
+
import Ae from "../../components/Iconfont/index.mjs";
|
|
34
|
+
import Ge from "../../context.mjs";
|
|
35
|
+
/* empty css */import { useMemoizedFn as Ne } from "ahooks";
|
|
36
|
+
import { MAX_KNOWLEDGES_AND_FILES_COUNT as F, NET_OPEN_STATUS as Ee } from "../../constant.mjs";
|
|
37
|
+
import { useSessionState as Ue } from "../../hooks/useSessionState.mjs";
|
|
38
|
+
import { calcKnowledgesLeafCount as we } from "../../utils/index.mjs";
|
|
39
|
+
const Q = 15, Xe = Se((N, g) => {
|
|
40
40
|
const {
|
|
41
41
|
currentSession: a,
|
|
42
42
|
setCurrentSession: r,
|
|
43
43
|
checkKnowledges: O,
|
|
44
|
-
application:
|
|
45
|
-
networkStatus:
|
|
44
|
+
application: b,
|
|
45
|
+
networkStatus: ee,
|
|
46
46
|
isShowHeader: M = !0,
|
|
47
|
-
afterSessionClick:
|
|
47
|
+
afterSessionClick: E,
|
|
48
48
|
sessionId: x
|
|
49
|
-
} =
|
|
50
|
-
agentClient:
|
|
51
|
-
mode:
|
|
52
|
-
features: o
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
49
|
+
} = N, [K, z] = k(), {
|
|
50
|
+
agentClient: u,
|
|
51
|
+
mode: te,
|
|
52
|
+
features: o,
|
|
53
|
+
popupContainer: B
|
|
54
|
+
} = Ye(Ge), [ae, oe] = k(O), {
|
|
55
|
+
sessions: _,
|
|
56
|
+
setSessions: P
|
|
57
|
+
} = Ue(), [ne, G] = k(0), [be, I] = k(""), [ke, de] = k(null), j = 30, [U, R] = k(!1), [S, Y] = k(!0), [Oe, $] = k(!1), H = V(void 0), C = V(0), X = V(null), W = V(null), re = (e) => {
|
|
57
58
|
var n, s;
|
|
58
59
|
if (!(e != null && e.length))
|
|
59
60
|
return;
|
|
60
61
|
let t = (s = (n = e[0]) == null ? void 0 : n.data) == null ? void 0 : s.createdAt;
|
|
61
62
|
return e.forEach((d) => {
|
|
62
|
-
var l,
|
|
63
|
-
t ? (
|
|
63
|
+
var l, m, h, y;
|
|
64
|
+
t ? (m = d.data) != null && m.createdAt && p((h = d.data) == null ? void 0 : h.createdAt).valueOf() < p(t).valueOf() && (t = (y = d.data) == null ? void 0 : y.createdAt) : t = (l = d.data) == null ? void 0 : l.createdAt;
|
|
64
65
|
}), t;
|
|
65
|
-
},
|
|
66
|
-
e.id &&
|
|
66
|
+
}, ie = Ne((e) => {
|
|
67
|
+
e.id && P((t) => [...t.map((d) => {
|
|
67
68
|
var l;
|
|
68
|
-
return ((l = d.data) == null ? void 0 : l.id) === e.id && (d.data =
|
|
69
|
+
return ((l = d.data) == null ? void 0 : l.id) === e.id && (d.data = ye({}, e)), d;
|
|
69
70
|
})].sort((d, l) => {
|
|
70
|
-
var
|
|
71
|
-
const
|
|
72
|
-
return
|
|
71
|
+
var y, w;
|
|
72
|
+
const m = p((y = d.data) == null ? void 0 : y.createdAt).valueOf();
|
|
73
|
+
return p((w = l.data) == null ? void 0 : w.createdAt).valueOf() - m;
|
|
73
74
|
}));
|
|
74
75
|
});
|
|
75
76
|
D(() => {
|
|
76
|
-
if (
|
|
77
|
+
if (te === "float") {
|
|
77
78
|
a === void 0 && !x && (r == null || r(null));
|
|
78
79
|
return;
|
|
79
80
|
}
|
|
80
|
-
R(!0),
|
|
81
|
-
pageSize:
|
|
81
|
+
R(!0), H.current = void 0, C.current = 0, u == null || u.getSessions({
|
|
82
|
+
pageSize: j
|
|
82
83
|
}).then((e) => L(void 0, null, function* () {
|
|
83
84
|
var t;
|
|
84
|
-
if (
|
|
85
|
+
if (P([...e]), C.current = e.length, H.current = re(e), Y(e.length >= j), $(e.length < j), !((t = a == null ? void 0 : a.data) != null && t.id) && (e != null && e.length) && te === "inlay") {
|
|
85
86
|
const n = e[0];
|
|
86
87
|
x || r == null || r(n);
|
|
87
88
|
} else
|
|
@@ -93,97 +94,108 @@ const q = 15, Ge = Ie((A, u) => {
|
|
|
93
94
|
const t = typeof (o == null ? void 0 : o.knowledges) == "object" && o.knowledges.default || void 0;
|
|
94
95
|
if (Array.isArray(t) && t.some((d) => Array.isArray(d.fileIds) && d.fileIds.length === 0))
|
|
95
96
|
throw Error("fileIds cannot be an empty array");
|
|
96
|
-
if (
|
|
97
|
+
if (we(t || []) > F)
|
|
97
98
|
throw Error(`knowledges and fileIds total count cannot exceed ${F}`);
|
|
98
|
-
|
|
99
|
+
oe(t);
|
|
99
100
|
return;
|
|
100
101
|
}
|
|
101
|
-
|
|
102
|
+
oe(O);
|
|
102
103
|
}, [O]), D(() => {
|
|
103
|
-
a == null || a.addEventListener("data:updated",
|
|
104
|
-
}, [a]),
|
|
104
|
+
a == null || a.addEventListener("data:updated", ie);
|
|
105
|
+
}, [a]), $e(g, () => ({
|
|
105
106
|
create(e) {
|
|
106
|
-
return
|
|
107
|
+
return le(e).then((t) => (r == null || r(t), t));
|
|
107
108
|
},
|
|
108
|
-
list: () => Promise.resolve(
|
|
109
|
+
list: () => Promise.resolve(_)
|
|
109
110
|
}));
|
|
110
|
-
const
|
|
111
|
+
const le = (e) => {
|
|
111
112
|
const t = typeof (o == null ? void 0 : o.connectNetwork) == "object" && typeof (o == null ? void 0 : o.connectNetwork.default) == "boolean" ? o.connectNetwork.default : !1;
|
|
112
113
|
return new Promise((n) => L(void 0, null, function* () {
|
|
113
|
-
var
|
|
114
|
-
const s = typeof (o == null ? void 0 : o.promptVariables) == "object" ? (o == null ? void 0 : o.promptVariables.default) || [] : void 0, d = yield
|
|
114
|
+
var m;
|
|
115
|
+
const s = typeof (o == null ? void 0 : o.promptVariables) == "object" ? (o == null ? void 0 : o.promptVariables.default) || [] : void 0, d = yield u == null ? void 0 : u.loadSession("", {
|
|
115
116
|
name: e == null ? void 0 : e.name,
|
|
116
117
|
// @ts-ignore netOpen入参是number 响应是boolen
|
|
117
118
|
// 只有对话有联网 其它没有
|
|
118
119
|
// 不传netOpen会默认取defaultNetOpen
|
|
119
|
-
netOpen: (
|
|
120
|
-
knowledges: (
|
|
120
|
+
netOpen: (b == null ? void 0 : b.type) === 0 ? e != null && e.netOpen ? e.netOpen : t ? Ee.OPEN : Ee.CLOSE : void 0,
|
|
121
|
+
knowledges: (m = a == null ? void 0 : a.data) != null && m.id ? e == null ? void 0 : e.knowledges : ae,
|
|
121
122
|
promptVariables: s
|
|
122
|
-
})
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
}), l = (h) => {
|
|
124
|
+
var y;
|
|
125
|
+
J.config({
|
|
126
|
+
getContainer: () => (B == null ? void 0 : B.current) || document.body,
|
|
127
|
+
prefixCls: "gbot-notification"
|
|
128
|
+
}), J.error({
|
|
129
|
+
message: ((y = h.cause) == null ? void 0 : y.message) || h.message
|
|
130
|
+
}), J.config({
|
|
131
|
+
getContainer: void 0,
|
|
132
|
+
prefixCls: "gbot-notification"
|
|
133
|
+
});
|
|
134
|
+
};
|
|
135
|
+
d == null || d.addEventListener("error", l), d == null || d.addEventListener("data:created", () => L(void 0, null, function* () {
|
|
136
|
+
d == null || d.removeEventListener("error", l), P([d, ..._]), n(d);
|
|
125
137
|
}));
|
|
126
138
|
}));
|
|
127
|
-
},
|
|
128
|
-
|
|
129
|
-
knowledges:
|
|
139
|
+
}, Me = () => {
|
|
140
|
+
le({
|
|
141
|
+
knowledges: ae
|
|
130
142
|
}).then((e) => {
|
|
131
143
|
r == null || r(e);
|
|
132
144
|
});
|
|
133
|
-
},
|
|
134
|
-
|
|
145
|
+
}, xe = (e) => {
|
|
146
|
+
u == null || u.removeSession(e, !0).then(() => L(void 0, null, function* () {
|
|
135
147
|
var n, s;
|
|
136
|
-
const t =
|
|
137
|
-
var l,
|
|
138
|
-
return ((l = d.data) == null ? void 0 : l.id) !== ((
|
|
148
|
+
const t = _.filter((d) => {
|
|
149
|
+
var l, m;
|
|
150
|
+
return ((l = d.data) == null ? void 0 : l.id) !== ((m = e.data) == null ? void 0 : m.id);
|
|
139
151
|
});
|
|
140
|
-
((n = e.data) == null ? void 0 : n.id) === ((s = a == null ? void 0 : a.data) == null ? void 0 : s.id) && (t != null && t.length ? r == null || r(t[0]) : r == null || r(null)),
|
|
152
|
+
((n = e.data) == null ? void 0 : n.id) === ((s = a == null ? void 0 : a.data) == null ? void 0 : s.id) && (t != null && t.length ? r == null || r(t[0]) : r == null || r(null)), P([...t]);
|
|
141
153
|
}));
|
|
142
|
-
},
|
|
143
|
-
if (!(
|
|
154
|
+
}, Le = () => L(void 0, null, function* () {
|
|
155
|
+
if (!(U || !S)) {
|
|
144
156
|
R(!0);
|
|
145
157
|
try {
|
|
146
|
-
const e = yield
|
|
147
|
-
pageSize:
|
|
148
|
-
beforeTime:
|
|
149
|
-
}), t = (e == null ? void 0 : e.length) || 0, n = t -
|
|
150
|
-
|
|
158
|
+
const e = yield u == null ? void 0 : u.getSessions({
|
|
159
|
+
pageSize: j,
|
|
160
|
+
beforeTime: H.current
|
|
161
|
+
}), t = (e == null ? void 0 : e.length) || 0, n = t - C.current;
|
|
162
|
+
P([...e || []]), H.current = re(e || []), n <= 0 ? (Y(!1), $(!0)) : n < j ? (Y(!1), $(!0), C.current = t) : (Y(!0), $(!1), C.current = t);
|
|
151
163
|
} finally {
|
|
152
164
|
R(!1);
|
|
153
165
|
}
|
|
154
166
|
}
|
|
155
167
|
});
|
|
156
168
|
D(() => {
|
|
157
|
-
if (!
|
|
169
|
+
if (!X.current || !W.current)
|
|
158
170
|
return;
|
|
159
|
-
const e =
|
|
160
|
-
s[0].isIntersecting &&
|
|
171
|
+
const e = X.current, t = W.current, n = new IntersectionObserver((s) => {
|
|
172
|
+
s[0].isIntersecting && S && !U && Le();
|
|
161
173
|
}, {
|
|
162
174
|
root: e,
|
|
163
175
|
rootMargin: "0px 0px 200px 0px",
|
|
164
176
|
threshold: 0
|
|
165
177
|
});
|
|
166
178
|
return n.observe(t), () => n.disconnect();
|
|
167
|
-
}, [
|
|
168
|
-
const
|
|
179
|
+
}, [S, U]);
|
|
180
|
+
const Te = (e) => {
|
|
169
181
|
var t, n;
|
|
170
|
-
z((t = e.data) == null ? void 0 : t.name), I(""),
|
|
171
|
-
},
|
|
172
|
-
const t =
|
|
182
|
+
z((t = e.data) == null ? void 0 : t.name), I(""), de(((n = e.data) == null ? void 0 : n.id) || null);
|
|
183
|
+
}, _e = (e) => {
|
|
184
|
+
const t = se(K || "");
|
|
173
185
|
if (t) {
|
|
174
186
|
I(t);
|
|
175
187
|
return;
|
|
176
188
|
}
|
|
177
|
-
e.rename(K.trim()), e == null || e.addEventListener("data:updated",
|
|
178
|
-
},
|
|
179
|
-
|
|
180
|
-
},
|
|
181
|
-
|
|
182
|
-
},
|
|
183
|
-
r == null || r(e),
|
|
184
|
-
}),
|
|
189
|
+
e.rename(K.trim()), e == null || e.addEventListener("data:updated", ie), ce();
|
|
190
|
+
}, Pe = () => {
|
|
191
|
+
ce();
|
|
192
|
+
}, ce = () => {
|
|
193
|
+
de(null), z(""), I(""), G((e) => e + 1);
|
|
194
|
+
}, se = (e) => !e || e.trim().length === 0 ? "会话名称不能为空" : e.length > Q ? `不能超过${Q}个字符` : "", je = (e) => L(void 0, null, function* () {
|
|
195
|
+
r == null || r(e), E == null || E(e);
|
|
196
|
+
}), Ce = (e) => {
|
|
185
197
|
const t = e.target.value;
|
|
186
|
-
z(t), I(
|
|
198
|
+
z(t), I(se(t));
|
|
187
199
|
};
|
|
188
200
|
D(() => {
|
|
189
201
|
var t, n, s, d;
|
|
@@ -191,85 +203,85 @@ const q = 15, Ge = Ie((A, u) => {
|
|
|
191
203
|
return;
|
|
192
204
|
const e = {};
|
|
193
205
|
if (typeof (o == null ? void 0 : o.knowledges) == "object" && ((t = o == null ? void 0 : o.knowledges) != null && t.default)) {
|
|
194
|
-
if (e.knowledges = (n = o == null ? void 0 : o.knowledges) == null ? void 0 : n.default, Array.isArray(e.knowledges) && e.knowledges.some((
|
|
206
|
+
if (e.knowledges = (n = o == null ? void 0 : o.knowledges) == null ? void 0 : n.default, Array.isArray(e.knowledges) && e.knowledges.some((h) => Array.isArray(h.fileIds) && h.fileIds.length === 0))
|
|
195
207
|
throw Error("fileIds cannot be an empty array");
|
|
196
|
-
if (
|
|
208
|
+
if (we(e.knowledges) > F)
|
|
197
209
|
throw Error(`knowledges and fileIds total count cannot exceed ${F}`);
|
|
198
210
|
}
|
|
199
|
-
typeof (o == null ? void 0 : o.promptVariables) == "object" && ((s = o == null ? void 0 : o.promptVariables) != null && s.default) && (e.promptVariables = (d = o == null ? void 0 : o.promptVariables) == null ? void 0 : d.default),
|
|
211
|
+
typeof (o == null ? void 0 : o.promptVariables) == "object" && ((s = o == null ? void 0 : o.promptVariables) != null && s.default) && (e.promptVariables = (d = o == null ? void 0 : o.promptVariables) == null ? void 0 : d.default), u == null || u.loadSession(a.id, e);
|
|
200
212
|
}, [a]);
|
|
201
|
-
const
|
|
202
|
-
const t =
|
|
213
|
+
const fe = Ne((e) => {
|
|
214
|
+
const t = p().endOf("day"), n = t.subtract(1, "day"), s = t.subtract(7, "day"), d = t.subtract(30, "day"), l = [], m = [], h = [], y = [], w = {};
|
|
203
215
|
return e.forEach((c) => {
|
|
204
|
-
var
|
|
205
|
-
const i =
|
|
216
|
+
var A;
|
|
217
|
+
const i = p((A = c.data) == null ? void 0 : A.createdAt);
|
|
206
218
|
if (i.isAfter(n))
|
|
207
|
-
|
|
219
|
+
m.push(c);
|
|
208
220
|
else if (i.isAfter(s))
|
|
209
|
-
|
|
221
|
+
h.push(c);
|
|
210
222
|
else if (i.isAfter(d))
|
|
211
|
-
|
|
223
|
+
y.push(c);
|
|
212
224
|
else {
|
|
213
|
-
const
|
|
214
|
-
|
|
225
|
+
const v = i.format("YYYY-MM");
|
|
226
|
+
w[v] || (w[v] = []), w[v].push(c);
|
|
215
227
|
}
|
|
216
|
-
}),
|
|
228
|
+
}), m.length > 0 && l.push({
|
|
217
229
|
title: "今天",
|
|
218
|
-
sessions:
|
|
219
|
-
var
|
|
220
|
-
return
|
|
230
|
+
sessions: m.sort((c, i) => {
|
|
231
|
+
var A, v;
|
|
232
|
+
return p((A = i.data) == null ? void 0 : A.createdAt).valueOf() - p((v = c.data) == null ? void 0 : v.createdAt).valueOf();
|
|
221
233
|
}),
|
|
222
234
|
key: "today"
|
|
223
|
-
}),
|
|
235
|
+
}), h.length > 0 && l.push({
|
|
224
236
|
title: "7天内",
|
|
225
|
-
sessions:
|
|
226
|
-
var
|
|
227
|
-
return
|
|
237
|
+
sessions: h.sort((c, i) => {
|
|
238
|
+
var A, v;
|
|
239
|
+
return p((A = i.data) == null ? void 0 : A.createdAt).valueOf() - p((v = c.data) == null ? void 0 : v.createdAt).valueOf();
|
|
228
240
|
}),
|
|
229
241
|
key: "seven-days"
|
|
230
|
-
}),
|
|
242
|
+
}), y.length > 0 && l.push({
|
|
231
243
|
title: "30天内",
|
|
232
|
-
sessions:
|
|
233
|
-
var
|
|
234
|
-
return
|
|
244
|
+
sessions: y.sort((c, i) => {
|
|
245
|
+
var A, v;
|
|
246
|
+
return p((A = i.data) == null ? void 0 : A.createdAt).valueOf() - p((v = c.data) == null ? void 0 : v.createdAt).valueOf();
|
|
235
247
|
}),
|
|
236
248
|
key: "thirty-days"
|
|
237
|
-
}), Object.keys(
|
|
238
|
-
const i =
|
|
239
|
-
var
|
|
240
|
-
return
|
|
249
|
+
}), Object.keys(w).sort((c, i) => i.localeCompare(c)).forEach((c) => {
|
|
250
|
+
const i = w[c].sort((A, v) => {
|
|
251
|
+
var me, he;
|
|
252
|
+
return p((me = v.data) == null ? void 0 : me.createdAt).valueOf() - p((he = A.data) == null ? void 0 : he.createdAt).valueOf();
|
|
241
253
|
});
|
|
242
254
|
l.push({
|
|
243
|
-
title:
|
|
255
|
+
title: p(c).format("YYYY年MM月"),
|
|
244
256
|
sessions: i,
|
|
245
257
|
key: `month-${c}`
|
|
246
258
|
});
|
|
247
259
|
}), l;
|
|
248
|
-
}),
|
|
260
|
+
}), Z = He(() => fe(_), [_, fe]);
|
|
249
261
|
return /* @__PURE__ */ f("div", {
|
|
250
262
|
className: "bot-session-container",
|
|
251
|
-
children: /* @__PURE__ */
|
|
263
|
+
children: /* @__PURE__ */ T("div", {
|
|
252
264
|
className: "agent-sessions",
|
|
253
265
|
children: [M && (o == null ? void 0 : o.siderTitle) && /* @__PURE__ */ f("div", {
|
|
254
266
|
className: "sessions-header",
|
|
255
267
|
children: /* @__PURE__ */ f("div", {
|
|
256
268
|
className: "session-header-title",
|
|
257
|
-
children: (
|
|
269
|
+
children: (b == null ? void 0 : b.name) || "-"
|
|
258
270
|
})
|
|
259
|
-
}), /* @__PURE__ */
|
|
271
|
+
}), /* @__PURE__ */ T("div", {
|
|
260
272
|
className: "sessions-main",
|
|
261
|
-
ref:
|
|
273
|
+
ref: X,
|
|
262
274
|
children: [M && /* @__PURE__ */ f("div", {
|
|
263
275
|
className: "session-header-btn-wrapper",
|
|
264
276
|
children: /* @__PURE__ */ f(Ve, {
|
|
265
277
|
className: "session-header-btn",
|
|
266
|
-
onClick:
|
|
278
|
+
onClick: Me,
|
|
267
279
|
type: "primary",
|
|
268
280
|
children: "+ 新会话"
|
|
269
281
|
})
|
|
270
|
-
}),
|
|
282
|
+
}), Z == null ? void 0 : Z.map((e) => {
|
|
271
283
|
var t;
|
|
272
|
-
return /* @__PURE__ */
|
|
284
|
+
return /* @__PURE__ */ T("div", {
|
|
273
285
|
className: "session-group",
|
|
274
286
|
children: [/* @__PURE__ */ f("div", {
|
|
275
287
|
className: "group-header",
|
|
@@ -278,18 +290,18 @@ const q = 15, Ge = Ie((A, u) => {
|
|
|
278
290
|
},
|
|
279
291
|
children: e.title
|
|
280
292
|
}), (t = e.sessions) == null ? void 0 : t.map((n) => {
|
|
281
|
-
var s, d, l,
|
|
293
|
+
var s, d, l, m, h, y, w, q, c;
|
|
282
294
|
return /* @__PURE__ */ f("div", {
|
|
283
|
-
className:
|
|
295
|
+
className: Be({
|
|
284
296
|
"session-item": !0,
|
|
285
297
|
"session-item__active": ((s = n.data) == null ? void 0 : s.id) === ((d = a == null ? void 0 : a.data) == null ? void 0 : d.id)
|
|
286
298
|
}),
|
|
287
|
-
onClick: () =>
|
|
299
|
+
onClick: () => je(n),
|
|
288
300
|
children: /* @__PURE__ */ f("div", {
|
|
289
301
|
className: "session-item-wrapper",
|
|
290
|
-
children: /* @__PURE__ */
|
|
302
|
+
children: /* @__PURE__ */ T("div", {
|
|
291
303
|
className: "session-item-top",
|
|
292
|
-
children: [/* @__PURE__ */ f(
|
|
304
|
+
children: [/* @__PURE__ */ f(Fe.Paragraph, {
|
|
293
305
|
className: "item-top-title",
|
|
294
306
|
style: {
|
|
295
307
|
margin: 0,
|
|
@@ -302,41 +314,41 @@ const q = 15, Ge = Ie((A, u) => {
|
|
|
302
314
|
placement: "topLeft"
|
|
303
315
|
}
|
|
304
316
|
},
|
|
305
|
-
children: ((
|
|
306
|
-
}), /* @__PURE__ */
|
|
317
|
+
children: ((m = n.data) == null ? void 0 : m.name) || "-"
|
|
318
|
+
}), /* @__PURE__ */ T(ge, {
|
|
307
319
|
children: [/* @__PURE__ */ f("span", {
|
|
308
320
|
className: "item-top-time",
|
|
309
|
-
children:
|
|
310
|
-
}), /* @__PURE__ */
|
|
321
|
+
children: p((h = n.data) == null ? void 0 : h.createdAt).format("MM/DD HH:mm:ss")
|
|
322
|
+
}), /* @__PURE__ */ T("div", {
|
|
311
323
|
className: "item-top-action",
|
|
312
324
|
onClick: (i) => i.stopPropagation(),
|
|
313
|
-
children: [/* @__PURE__ */ f(
|
|
314
|
-
open:
|
|
325
|
+
children: [/* @__PURE__ */ f(ve, {
|
|
326
|
+
open: ke === ((y = n.data) == null ? void 0 : y.id),
|
|
315
327
|
getPopupContainer: (i) => i.parentNode,
|
|
316
328
|
icon: !1,
|
|
317
|
-
title: /* @__PURE__ */ f(
|
|
329
|
+
title: /* @__PURE__ */ f(Ke, {
|
|
318
330
|
placeholder: "请输入内容",
|
|
319
331
|
autoComplete: "off",
|
|
320
332
|
showCount: !0,
|
|
321
333
|
value: K,
|
|
322
|
-
onChange:
|
|
323
|
-
maxLength:
|
|
324
|
-
status:
|
|
334
|
+
onChange: Ce,
|
|
335
|
+
maxLength: Q,
|
|
336
|
+
status: be ? "error" : ""
|
|
325
337
|
}),
|
|
326
|
-
onConfirm: () =>
|
|
327
|
-
onCancel:
|
|
328
|
-
children: /* @__PURE__ */ f(
|
|
338
|
+
onConfirm: () => _e(n),
|
|
339
|
+
onCancel: Pe,
|
|
340
|
+
children: /* @__PURE__ */ f(Ae, {
|
|
329
341
|
type: "icon-bianji2",
|
|
330
|
-
onClick: () =>
|
|
342
|
+
onClick: () => Te(n),
|
|
331
343
|
className: "icon-action",
|
|
332
344
|
style: {
|
|
333
345
|
marginRight: "8px"
|
|
334
346
|
}
|
|
335
347
|
})
|
|
336
|
-
}, `edit-${(
|
|
348
|
+
}, `edit-${(w = n.data) == null ? void 0 : w.id}-${ne}`), /* @__PURE__ */ f(ve, {
|
|
337
349
|
getPopupContainer: (i) => i.parentNode,
|
|
338
350
|
icon: !1,
|
|
339
|
-
title: /* @__PURE__ */
|
|
351
|
+
title: /* @__PURE__ */ T(ge, {
|
|
340
352
|
direction: "vertical",
|
|
341
353
|
children: [/* @__PURE__ */ f("div", {
|
|
342
354
|
children: "删除确认?"
|
|
@@ -345,19 +357,19 @@ const q = 15, Ge = Ie((A, u) => {
|
|
|
345
357
|
})]
|
|
346
358
|
}),
|
|
347
359
|
onConfirm: () => {
|
|
348
|
-
|
|
360
|
+
xe(n), G((i) => i + 1);
|
|
349
361
|
},
|
|
350
362
|
onCancel: () => {
|
|
351
|
-
|
|
363
|
+
G((i) => i + 1);
|
|
352
364
|
},
|
|
353
|
-
children: /* @__PURE__ */ f(
|
|
365
|
+
children: /* @__PURE__ */ f(Ae, {
|
|
354
366
|
style: {
|
|
355
367
|
fontSize: "18px"
|
|
356
368
|
},
|
|
357
369
|
className: "icon-action",
|
|
358
370
|
type: "icon-del"
|
|
359
371
|
})
|
|
360
|
-
}, `delete-${(
|
|
372
|
+
}, `delete-${(q = n.data) == null ? void 0 : q.id}-${ne}`)]
|
|
361
373
|
})]
|
|
362
374
|
})]
|
|
363
375
|
})
|
|
@@ -365,14 +377,14 @@ const q = 15, Ge = Ie((A, u) => {
|
|
|
365
377
|
}, (c = n.data) == null ? void 0 : c.id);
|
|
366
378
|
})]
|
|
367
379
|
}, e.key);
|
|
368
|
-
}), !
|
|
380
|
+
}), !S && Oe && /* @__PURE__ */ f(ze, {
|
|
369
381
|
style: {
|
|
370
382
|
color: "rgb(199 199 199)"
|
|
371
383
|
},
|
|
372
384
|
plain: !0,
|
|
373
385
|
children: "没有更多数据了"
|
|
374
386
|
}), /* @__PURE__ */ f("div", {
|
|
375
|
-
ref:
|
|
387
|
+
ref: W,
|
|
376
388
|
style: {
|
|
377
389
|
height: 1
|
|
378
390
|
}
|
|
@@ -381,7 +393,7 @@ const q = 15, Ge = Ie((A, u) => {
|
|
|
381
393
|
})
|
|
382
394
|
});
|
|
383
395
|
});
|
|
384
|
-
|
|
396
|
+
Xe.displayName = "SessionList";
|
|
385
397
|
export {
|
|
386
|
-
|
|
398
|
+
Xe as default
|
|
387
399
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "@glodon-aiot/agent-cli-ui", t = "3.9.0-alpha.
|
|
1
|
+
const e = "@glodon-aiot/agent-cli-ui", t = "3.9.0-alpha.8", s = "./dist/es/index.mjs", i = "./dist/lib/index.js", o = "./dist/src/index.d.ts", n = {
|
|
2
2
|
import: "./dist/es/index.mjs",
|
|
3
3
|
require: "./dist/lib/index.js",
|
|
4
4
|
types: "./dist/src/index.d.ts"
|
|
@@ -25,8 +25,8 @@ const e = "@glodon-aiot/agent-cli-ui", t = "3.9.0-alpha.7", s = "./dist/es/index
|
|
|
25
25
|
webpack: "*"
|
|
26
26
|
}, p = {
|
|
27
27
|
"@ant-design/icons": "^5.3.4",
|
|
28
|
-
"@glodon-aiot/apis": "^3.9.0-alpha.
|
|
29
|
-
"@glodon-aiot/bot-client-sdk": "^3.9.0-alpha.
|
|
28
|
+
"@glodon-aiot/apis": "^3.9.0-alpha.8",
|
|
29
|
+
"@glodon-aiot/bot-client-sdk": "^3.9.0-alpha.8",
|
|
30
30
|
"@matejmazur/react-mathjax": "^0.1.10",
|
|
31
31
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
32
32
|
"@react-pdf-viewer/default-layout": "^3.12.0",
|