@glodon-aiot/agent-cli-ui 3.9.0-beta.10 → 3.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/es/Dialog/AgentChat/HistoryItem/FileItem/index.mjs +12 -12
  2. package/dist/es/Dialog/AgentChat/HistoryItem/SessionRefer/index.mjs +11 -11
  3. package/dist/es/Dialog/AgentChat/HistoryItem/SessionRelated/index.mjs +2 -2
  4. package/dist/es/Dialog/AgentChat/HistoryItem/index.mjs +118 -133
  5. package/dist/es/Dialog/AgentChat/Tools/UploadKnowledgeFiles/index.mjs +1 -1
  6. package/dist/es/Dialog/AgentChat/index.mjs +573 -604
  7. package/dist/es/Dialog/SessionList/index.mjs +218 -271
  8. package/dist/es/ReactTextGenerationUI/components/TextSiders/index.mjs +53 -53
  9. package/dist/es/components/FilePreview/index.mjs +6 -6
  10. package/dist/es/components/Iconfont/index.mjs +3 -3
  11. package/dist/es/constant.mjs +4 -4
  12. package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/components/Markdown/Code/index.mjs +1 -1
  13. package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/components/Markdown/Image/index.mjs +3 -3
  14. package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/components/Markdown/index.mjs +25 -24
  15. package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/index.mjs +1 -1
  16. package/dist/es/node_modules/hast-util-from-parse5/lib/index.mjs +162 -0
  17. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/index.mjs +12 -0
  18. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/aria.mjs +61 -0
  19. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/find.mjs +33 -0
  20. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/html.mjs +368 -0
  21. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/normalize.mjs +6 -0
  22. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/svg.mjs +566 -0
  23. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/case-insensitive-transform.mjs +7 -0
  24. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/case-sensitive-transform.mjs +6 -0
  25. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/create.mjs +14 -0
  26. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/defined-info.mjs +36 -0
  27. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/info.mjs +28 -0
  28. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/merge.mjs +10 -0
  29. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/schema.mjs +21 -0
  30. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/util/types.mjs +15 -0
  31. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/xlink.mjs +19 -0
  32. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/xml.mjs +15 -0
  33. package/dist/es/node_modules/hast-util-from-parse5/node_modules/property-information/lib/xmlns.mjs +16 -0
  34. package/dist/es/node_modules/hast-util-from-parse5/node_modules/vfile-location/lib/index.mjs +47 -0
  35. package/dist/es/node_modules/hast-util-from-parse5/node_modules/web-namespaces/index.mjs +11 -0
  36. package/dist/es/node_modules/rehype-raw/lib/index.mjs +26 -0
  37. package/dist/es/node_modules/rehype-raw/node_modules/entities/dist/esm/decode-codepoint.mjs +38 -0
  38. package/dist/es/node_modules/rehype-raw/node_modules/entities/dist/esm/decode.mjs +251 -0
  39. package/dist/es/node_modules/rehype-raw/node_modules/entities/dist/esm/generated/decode-data-html.mjs +7 -0
  40. package/dist/es/node_modules/rehype-raw/node_modules/hast-util-raw/lib/index.mjs +249 -0
  41. package/dist/es/node_modules/rehype-raw/node_modules/hast-util-to-parse5/lib/index.mjs +125 -0
  42. package/dist/es/node_modules/rehype-raw/node_modules/html-void-elements/index.mjs +4 -0
  43. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/doctype.mjs +34 -0
  44. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/error-codes.mjs +7 -0
  45. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/foreign-content.mjs +103 -0
  46. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/html.mjs +44 -0
  47. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/token.mjs +14 -0
  48. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/common/unicode.mjs +38 -0
  49. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/parser/formatting-element-list.mjs +91 -0
  50. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/parser/index.mjs +2308 -0
  51. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/parser/open-element-stack.mjs +220 -0
  52. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/serializer/index.mjs +2 -0
  53. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/tokenizer/index.mjs +1948 -0
  54. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/tokenizer/preprocessor.mjs +92 -0
  55. package/dist/es/node_modules/rehype-raw/node_modules/parse5/dist/tree-adapters/default.mjs +173 -0
  56. package/dist/es/node_modules/rehype-raw/node_modules/property-information/index.mjs +12 -0
  57. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/aria.mjs +61 -0
  58. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/find.mjs +33 -0
  59. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/html.mjs +368 -0
  60. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/normalize.mjs +6 -0
  61. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/svg.mjs +566 -0
  62. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/case-insensitive-transform.mjs +7 -0
  63. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/case-sensitive-transform.mjs +6 -0
  64. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/create.mjs +17 -0
  65. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/defined-info.mjs +27 -0
  66. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/info.mjs +23 -0
  67. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/merge.mjs +11 -0
  68. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/schema.mjs +17 -0
  69. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/util/types.mjs +15 -0
  70. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/xlink.mjs +19 -0
  71. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/xml.mjs +15 -0
  72. package/dist/es/node_modules/rehype-raw/node_modules/property-information/lib/xmlns.mjs +16 -0
  73. package/dist/es/node_modules/rehype-raw/node_modules/unist-util-visit/lib/index.mjs +16 -0
  74. package/dist/es/node_modules/rehype-raw/node_modules/web-namespaces/index.mjs +11 -0
  75. package/dist/es/node_modules/zwitch/index.mjs +18 -0
  76. package/dist/es/packages/agent-cli-ui/package.json.mjs +3 -3
  77. package/dist/es/src/style11.css +1 -1
  78. package/dist/es/src/style12.css +1 -1
  79. package/dist/es/src/style13.css +1 -1
  80. package/dist/es/src/style14.css +1 -1
  81. package/dist/es/src/style15.css +1 -1
  82. package/dist/es/src/style16.css +1 -1
  83. package/dist/es/src/style17.css +1 -1
  84. package/dist/es/src/style18.css +1 -1
  85. package/dist/es/src/style19.css +1 -1
  86. package/dist/es/src/style20.css +1 -1
  87. package/dist/es/src/style21.css +1 -1
  88. package/dist/es/src/style22.css +1 -1
  89. package/dist/es/src/style23.css +1 -1
  90. package/dist/es/src/style26.css +1 -1
  91. package/dist/es/src/style27.css +1 -1
  92. package/dist/es/src/style28.css +1 -1
  93. package/dist/es/src/style30.css +1 -1
  94. package/dist/es/src/style31.css +1 -1
  95. package/dist/es/src/style32.css +1 -1
  96. package/dist/es/src/style5.css +1 -1
  97. package/dist/es/src/style6.css +1 -1
  98. package/dist/es/src/style8.css +1 -1
  99. package/dist/es/src/style9.css +1 -1
  100. package/dist/lib/index.css +1 -1
  101. package/dist/lib/index.js +68 -69
  102. package/dist/src/constant.d.ts +2 -2
  103. package/package.json +3 -3
  104. /package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/Iconfont/index.mjs +0 -0
  105. /package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/components/Copy/index.mjs +0 -0
  106. /package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/components/Markdown/ATag/index.mjs +0 -0
  107. /package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/components/Markdown/Video/index.mjs +0 -0
  108. /package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/utils/clipboard.mjs +0 -0
  109. /package/dist/es/{packages → node_modules/@glodon-aiot}/react-components/dist/es/utils/markdown/index.mjs +0 -0
@@ -1,307 +1,265 @@
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;
1
+ var Et = Object.defineProperty;
2
+ var et = Object.getOwnPropertySymbols;
3
+ var wt = Object.prototype.hasOwnProperty, At = Object.prototype.propertyIsEnumerable;
4
+ var at = (E, f, e) => f in E ? Et(E, f, { enumerable: !0, configurable: !0, writable: !0, value: e }) : E[f] = e, ot = (E, f) => {
5
+ for (var e in f || (f = {}))
6
+ wt.call(f, e) && at(E, e, f[e]);
7
+ if (et)
8
+ for (var e of et(f))
9
+ At.call(f, e) && at(E, e, f[e]);
10
+ return E;
11
11
  };
12
- var L = (N, g, a) => new Promise((r, O) => {
13
- var b = (E) => {
12
+ var x = (E, f, e) => new Promise((l, b) => {
13
+ var k = (w) => {
14
14
  try {
15
- M(a.next(E));
16
- } catch (x) {
17
- O(x);
15
+ O(e.next(w));
16
+ } catch (M) {
17
+ b(M);
18
18
  }
19
- }, ee = (E) => {
19
+ }, B = (w) => {
20
20
  try {
21
- M(a.throw(E));
22
- } catch (x) {
23
- O(x);
21
+ O(e.throw(w));
22
+ } catch (M) {
23
+ b(M);
24
24
  }
25
- }, M = (E) => E.done ? r(E.value) : Promise.resolve(E.value).then(b, ee);
26
- M((a = a.apply(N, g)).next());
25
+ }, O = (w) => w.done ? l(w.value) : Promise.resolve(w.value).then(k, B);
26
+ O((e = e.apply(E, f)).next());
27
27
  });
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) => {
28
+ import { jsx as c, jsxs as L } from "react/jsx-runtime";
29
+ import { forwardRef as kt, useState as _, useContext as bt, useEffect as T, useImperativeHandle as Ot, useMemo as Lt } from "react";
30
+ import { Button as Mt, Typography as xt, Space as dt, Popconfirm as nt, Input as Ct, notification as F } from "antd";
31
+ import y from "dayjs";
32
+ import _t from "classnames";
33
+ import it from "../../components/Iconfont/index.mjs";
34
+ import jt from "../../context.mjs";
35
+ /* empty css */import { useMemoizedFn as lt } from "ahooks";
36
+ import { MAX_KNOWLEDGES_AND_FILES_COUNT as D, NET_OPEN_STATUS as rt } from "../../constant.mjs";
37
+ import { useSessionState as Pt } from "../../hooks/useSessionState.mjs";
38
+ import { calcKnowledgesLeafCount as st } from "../../utils/index.mjs";
39
+ const K = 15, Tt = kt((E, f) => {
40
40
  const {
41
- currentSession: a,
42
- setCurrentSession: r,
43
- checkKnowledges: O,
44
- application: b,
45
- networkStatus: ee,
46
- isShowHeader: M = !0,
47
- afterSessionClick: E,
48
- sessionId: x
49
- } = N, [K, z] = k(), {
41
+ currentSession: e,
42
+ setCurrentSession: l,
43
+ checkKnowledges: b,
44
+ application: k,
45
+ networkStatus: B,
46
+ isShowHeader: O = !0,
47
+ afterSessionClick: w,
48
+ sessionId: M
49
+ } = E, [Y, $] = _(), {
50
50
  agentClient: u,
51
- mode: te,
51
+ mode: ct,
52
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) => {
58
- var n, s;
59
- if (!(e != null && e.length))
60
- return;
61
- let t = (s = (n = e[0]) == null ? void 0 : n.data) == null ? void 0 : s.createdAt;
62
- return e.forEach((d) => {
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;
65
- }), t;
66
- }, ie = Ne((e) => {
67
- e.id && P((t) => [...t.map((d) => {
68
- var l;
69
- return ((l = d.data) == null ? void 0 : l.id) === e.id && (d.data = ye({}, e)), d;
70
- })].sort((d, l) => {
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;
53
+ popupContainer: V
54
+ } = bt(jt), [R, G] = _(b), {
55
+ sessions: C,
56
+ setSessions: j
57
+ } = Pt(), [U, H] = _(0), [mt, P] = _(""), [ft, z] = _(null), X = lt((t) => {
58
+ t.id && j((a) => [...a.map((d) => {
59
+ var r;
60
+ return ((r = d.data) == null ? void 0 : r.id) === t.id && (d.data = ot({}, t)), d;
61
+ })].sort((d, r) => {
62
+ var N, A;
63
+ const m = y((N = d.data) == null ? void 0 : N.createdAt).valueOf();
64
+ return y((A = r.data) == null ? void 0 : A.createdAt).valueOf() - m;
74
65
  }));
75
66
  });
76
- D(() => {
77
- if (te === "float") {
78
- a === void 0 && !x && (r == null || r(null));
79
- return;
80
- }
81
- R(!0), H.current = void 0, C.current = 0, u == null || u.getSessions({
82
- pageSize: j
83
- }).then((e) => L(void 0, null, function* () {
84
- var t;
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") {
86
- const n = e[0];
87
- x || r == null || r(n);
67
+ T(() => {
68
+ u == null || u.getSessions().then((t) => x(void 0, null, function* () {
69
+ var a;
70
+ if (j([...t]), !((a = e == null ? void 0 : e.data) != null && a.id) && (t != null && t.length) && ct === "inlay") {
71
+ const n = t[0];
72
+ M || l == null || l(n);
88
73
  } else
89
- a === void 0 && (x || r == null || r(null));
90
- })).finally(() => R(!1));
91
- }, []), D(() => {
92
- var e;
93
- if (!((e = a == null ? void 0 : a.data) != null && e.id) && O === void 0) {
94
- const t = typeof (o == null ? void 0 : o.knowledges) == "object" && o.knowledges.default || void 0;
95
- if (Array.isArray(t) && t.some((d) => Array.isArray(d.fileIds) && d.fileIds.length === 0))
74
+ e === void 0 && (M || l == null || l(null));
75
+ }));
76
+ }, []), T(() => {
77
+ var t;
78
+ if (!((t = e == null ? void 0 : e.data) != null && t.id) && b === void 0) {
79
+ const a = typeof (o == null ? void 0 : o.knowledges) == "object" && o.knowledges.default || void 0;
80
+ if (Array.isArray(a) && a.some((d) => Array.isArray(d.fileIds) && d.fileIds.length === 0))
96
81
  throw Error("fileIds cannot be an empty array");
97
- if (we(t || []) > F)
98
- throw Error(`knowledges and fileIds total count cannot exceed ${F}`);
99
- oe(t);
82
+ if (st(a || []) > D)
83
+ throw Error(`knowledges and fileIds total count cannot exceed ${D}`);
84
+ G(a);
100
85
  return;
101
86
  }
102
- oe(O);
103
- }, [O]), D(() => {
104
- a == null || a.addEventListener("data:updated", ie);
105
- }, [a]), $e(g, () => ({
106
- create(e) {
107
- return le(e).then((t) => (r == null || r(t), t));
87
+ G(b);
88
+ }, [b]), T(() => {
89
+ e == null || e.addEventListener("data:updated", X);
90
+ }, [e]), Ot(f, () => ({
91
+ create(t) {
92
+ return W(t).then((a) => (l == null || l(a), a));
108
93
  },
109
- list: () => Promise.resolve(_)
94
+ list: () => Promise.resolve(C)
110
95
  }));
111
- const le = (e) => {
112
- const t = typeof (o == null ? void 0 : o.connectNetwork) == "object" && typeof (o == null ? void 0 : o.connectNetwork.default) == "boolean" ? o.connectNetwork.default : !1;
113
- return new Promise((n) => L(void 0, null, function* () {
96
+ const W = (t) => {
97
+ const a = typeof (o == null ? void 0 : o.connectNetwork) == "object" && typeof (o == null ? void 0 : o.connectNetwork.default) == "boolean" ? o.connectNetwork.default : !1;
98
+ return new Promise((n) => x(void 0, null, function* () {
114
99
  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("", {
116
- name: e == null ? void 0 : e.name,
100
+ const p = 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("", {
101
+ name: t == null ? void 0 : t.name,
117
102
  // @ts-ignore netOpen入参是number 响应是boolen
118
103
  // 只有对话有联网 其它没有
119
104
  // 不传netOpen会默认取defaultNetOpen
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,
122
- promptVariables: s
123
- }), l = (h) => {
124
- var y;
125
- J.config({
126
- getContainer: () => (B == null ? void 0 : B.current) || document.body,
105
+ netOpen: (k == null ? void 0 : k.type) === 0 ? t != null && t.netOpen ? t.netOpen : a ? rt.OPEN : rt.CLOSE : void 0,
106
+ knowledges: (m = e == null ? void 0 : e.data) != null && m.id ? t == null ? void 0 : t.knowledges : R,
107
+ promptVariables: p
108
+ }), r = (g) => {
109
+ var N;
110
+ F.config({
111
+ getContainer: () => (V == null ? void 0 : V.current) || document.body,
127
112
  prefixCls: "gbot-notification"
128
- }), J.error({
129
- message: ((y = h.cause) == null ? void 0 : y.message) || h.message
130
- }), J.config({
113
+ }), F.error({
114
+ message: ((N = g.cause) == null ? void 0 : N.message) || g.message
115
+ }), F.config({
131
116
  getContainer: void 0,
132
117
  prefixCls: "gbot-notification"
133
118
  });
134
119
  };
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);
120
+ d == null || d.addEventListener("error", r), d == null || d.addEventListener("data:created", () => x(void 0, null, function* () {
121
+ d == null || d.removeEventListener("error", r), j([d, ...C]), n(d);
137
122
  }));
138
123
  }));
139
- }, Me = () => {
140
- le({
141
- knowledges: ae
142
- }).then((e) => {
143
- r == null || r(e);
124
+ }, pt = () => {
125
+ W({
126
+ knowledges: R
127
+ }).then((t) => {
128
+ l == null || l(t);
144
129
  });
145
- }, xe = (e) => {
146
- u == null || u.removeSession(e, !0).then(() => L(void 0, null, function* () {
147
- var n, s;
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);
130
+ }, ht = (t) => {
131
+ u == null || u.removeSession(t, !0).then(() => x(void 0, null, function* () {
132
+ var n, p;
133
+ const a = C.filter((d) => {
134
+ var r, m;
135
+ return ((r = d.data) == null ? void 0 : r.id) !== ((m = t.data) == null ? void 0 : m.id);
151
136
  });
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]);
137
+ ((n = t.data) == null ? void 0 : n.id) === ((p = e == null ? void 0 : e.data) == null ? void 0 : p.id) && (a != null && a.length ? l == null || l(a[0]) : l == null || l(null)), j([...a]);
153
138
  }));
154
- }, Le = () => L(void 0, null, function* () {
155
- if (!(U || !S)) {
156
- R(!0);
157
- try {
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);
163
- } finally {
164
- R(!1);
165
- }
166
- }
167
- });
168
- D(() => {
169
- if (!X.current || !W.current)
170
- return;
171
- const e = X.current, t = W.current, n = new IntersectionObserver((s) => {
172
- s[0].isIntersecting && S && !U && Le();
173
- }, {
174
- root: e,
175
- rootMargin: "0px 0px 200px 0px",
176
- threshold: 0
177
- });
178
- return n.observe(t), () => n.disconnect();
179
- }, [S, U]);
180
- const Te = (e) => {
181
- var t, n;
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 || "");
185
- if (t) {
186
- I(t);
139
+ }, yt = (t) => {
140
+ var a, n;
141
+ $((a = t.data) == null ? void 0 : a.name), P(""), z(((n = t.data) == null ? void 0 : n.id) || null);
142
+ }, gt = (t) => {
143
+ const a = J(Y || "");
144
+ if (a) {
145
+ P(a);
187
146
  return;
188
147
  }
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) => {
197
- const t = e.target.value;
198
- z(t), I(se(t));
148
+ t.rename(Y.trim()), t == null || t.addEventListener("data:updated", X), q();
149
+ }, vt = () => {
150
+ q();
151
+ }, q = () => {
152
+ z(null), $(""), P(""), H((t) => t + 1);
153
+ }, J = (t) => !t || t.trim().length === 0 ? "会话名称不能为空" : t.length > K ? `不能超过${K}个字符` : "", ut = (t) => x(void 0, null, function* () {
154
+ l == null || l(t), w == null || w(t);
155
+ }), Nt = (t) => {
156
+ const a = t.target.value;
157
+ $(a), P(J(a));
199
158
  };
200
- D(() => {
201
- var t, n, s, d;
202
- if (!(a != null && a.id))
159
+ T(() => {
160
+ var a, n, p, d;
161
+ if (!(e != null && e.id))
203
162
  return;
204
- const e = {};
205
- if (typeof (o == null ? void 0 : o.knowledges) == "object" && ((t = o == null ? void 0 : o.knowledges) != null && t.default)) {
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))
163
+ const t = {};
164
+ if (typeof (o == null ? void 0 : o.knowledges) == "object" && ((a = o == null ? void 0 : o.knowledges) != null && a.default)) {
165
+ if (t.knowledges = (n = o == null ? void 0 : o.knowledges) == null ? void 0 : n.default, Array.isArray(t.knowledges) && t.knowledges.some((g) => Array.isArray(g.fileIds) && g.fileIds.length === 0))
207
166
  throw Error("fileIds cannot be an empty array");
208
- if (we(e.knowledges) > F)
209
- throw Error(`knowledges and fileIds total count cannot exceed ${F}`);
167
+ if (st(t.knowledges) > D)
168
+ throw Error(`knowledges and fileIds total count cannot exceed ${D}`);
210
169
  }
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);
212
- }, [a]);
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 = {};
215
- return e.forEach((c) => {
216
- var A;
217
- const i = p((A = c.data) == null ? void 0 : A.createdAt);
170
+ typeof (o == null ? void 0 : o.promptVariables) == "object" && ((p = o == null ? void 0 : o.promptVariables) != null && p.default) && (t.promptVariables = (d = o == null ? void 0 : o.promptVariables) == null ? void 0 : d.default), u == null || u.loadSession(e.id, t);
171
+ }, [e]);
172
+ const Q = lt((t) => {
173
+ const a = y().endOf("day"), n = a.subtract(1, "day"), p = a.subtract(7, "day"), d = a.subtract(30, "day"), r = [], m = [], g = [], N = [], A = {};
174
+ return t.forEach((s) => {
175
+ var v;
176
+ const i = y((v = s.data) == null ? void 0 : v.createdAt);
218
177
  if (i.isAfter(n))
219
- m.push(c);
220
- else if (i.isAfter(s))
221
- h.push(c);
178
+ m.push(s);
179
+ else if (i.isAfter(p))
180
+ g.push(s);
222
181
  else if (i.isAfter(d))
223
- y.push(c);
182
+ N.push(s);
224
183
  else {
225
- const v = i.format("YYYY-MM");
226
- w[v] || (w[v] = []), w[v].push(c);
184
+ const h = i.format("YYYY-MM");
185
+ A[h] || (A[h] = []), A[h].push(s);
227
186
  }
228
- }), m.length > 0 && l.push({
187
+ }), m.length > 0 && r.push({
229
188
  title: "今天",
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();
189
+ sessions: m.sort((s, i) => {
190
+ var v, h;
191
+ return y((v = i.data) == null ? void 0 : v.createdAt).valueOf() - y((h = s.data) == null ? void 0 : h.createdAt).valueOf();
233
192
  }),
234
193
  key: "today"
235
- }), h.length > 0 && l.push({
194
+ }), g.length > 0 && r.push({
236
195
  title: "7天内",
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();
196
+ sessions: g.sort((s, i) => {
197
+ var v, h;
198
+ return y((v = i.data) == null ? void 0 : v.createdAt).valueOf() - y((h = s.data) == null ? void 0 : h.createdAt).valueOf();
240
199
  }),
241
200
  key: "seven-days"
242
- }), y.length > 0 && l.push({
201
+ }), N.length > 0 && r.push({
243
202
  title: "30天内",
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();
203
+ sessions: N.sort((s, i) => {
204
+ var v, h;
205
+ return y((v = i.data) == null ? void 0 : v.createdAt).valueOf() - y((h = s.data) == null ? void 0 : h.createdAt).valueOf();
247
206
  }),
248
207
  key: "thirty-days"
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();
208
+ }), Object.keys(A).sort((s, i) => i.localeCompare(s)).forEach((s) => {
209
+ const i = A[s].sort((v, h) => {
210
+ var Z, tt;
211
+ return y((Z = h.data) == null ? void 0 : Z.createdAt).valueOf() - y((tt = v.data) == null ? void 0 : tt.createdAt).valueOf();
253
212
  });
254
- l.push({
255
- title: p(c).format("YYYY年MM月"),
213
+ r.push({
214
+ title: y(s).format("YYYY年MM月"),
256
215
  sessions: i,
257
- key: `month-${c}`
216
+ key: `month-${s}`
258
217
  });
259
- }), l;
260
- }), Z = He(() => fe(_), [_, fe]);
261
- return /* @__PURE__ */ f("div", {
218
+ }), r;
219
+ }), I = Lt(() => Q(C), [C, Q]);
220
+ return /* @__PURE__ */ c("div", {
262
221
  className: "bot-session-container",
263
- children: /* @__PURE__ */ T("div", {
222
+ children: /* @__PURE__ */ L("div", {
264
223
  className: "agent-sessions",
265
- children: [M && (o == null ? void 0 : o.siderTitle) && /* @__PURE__ */ f("div", {
224
+ children: [O && (o == null ? void 0 : o.siderTitle) && /* @__PURE__ */ c("div", {
266
225
  className: "sessions-header",
267
- children: /* @__PURE__ */ f("div", {
226
+ children: /* @__PURE__ */ c("div", {
268
227
  className: "session-header-title",
269
- children: (b == null ? void 0 : b.name) || "-"
228
+ children: (k == null ? void 0 : k.name) || "-"
270
229
  })
271
- }), /* @__PURE__ */ T("div", {
230
+ }), /* @__PURE__ */ L("div", {
272
231
  className: "sessions-main",
273
- ref: X,
274
- children: [M && /* @__PURE__ */ f("div", {
232
+ children: [O && /* @__PURE__ */ c("div", {
275
233
  className: "session-header-btn-wrapper",
276
- children: /* @__PURE__ */ f(Ve, {
234
+ children: /* @__PURE__ */ c(Mt, {
277
235
  className: "session-header-btn",
278
- onClick: Me,
236
+ onClick: pt,
279
237
  type: "primary",
280
238
  children: "+ 新会话"
281
239
  })
282
- }), Z == null ? void 0 : Z.map((e) => {
283
- var t;
284
- return /* @__PURE__ */ T("div", {
240
+ }), I == null ? void 0 : I.map((t) => {
241
+ var a;
242
+ return /* @__PURE__ */ L("div", {
285
243
  className: "session-group",
286
- children: [/* @__PURE__ */ f("div", {
244
+ children: [/* @__PURE__ */ c("div", {
287
245
  className: "group-header",
288
246
  style: {
289
- top: M ? 48 : 0
247
+ top: O ? 48 : 0
290
248
  },
291
- children: e.title
292
- }), (t = e.sessions) == null ? void 0 : t.map((n) => {
293
- var s, d, l, m, h, y, w, q, c;
294
- return /* @__PURE__ */ f("div", {
295
- className: Be({
249
+ children: t.title
250
+ }), (a = t.sessions) == null ? void 0 : a.map((n) => {
251
+ var p, d, r, m, g, N, A, S, s;
252
+ return /* @__PURE__ */ c("div", {
253
+ className: _t({
296
254
  "session-item": !0,
297
- "session-item__active": ((s = n.data) == null ? void 0 : s.id) === ((d = a == null ? void 0 : a.data) == null ? void 0 : d.id)
255
+ "session-item__active": ((p = n.data) == null ? void 0 : p.id) === ((d = e == null ? void 0 : e.data) == null ? void 0 : d.id)
298
256
  }),
299
- onClick: () => je(n),
300
- children: /* @__PURE__ */ f("div", {
257
+ onClick: () => ut(n),
258
+ children: /* @__PURE__ */ c("div", {
301
259
  className: "session-item-wrapper",
302
- children: /* @__PURE__ */ T("div", {
260
+ children: /* @__PURE__ */ L("div", {
303
261
  className: "session-item-top",
304
- children: [/* @__PURE__ */ f(Fe.Paragraph, {
262
+ children: [/* @__PURE__ */ c(xt.Paragraph, {
305
263
  className: "item-top-title",
306
264
  style: {
307
265
  margin: 0,
@@ -310,90 +268,79 @@ const Q = 15, Xe = Se((N, g) => {
310
268
  ellipsis: {
311
269
  rows: 1,
312
270
  tooltip: {
313
- title: ((l = n.data) == null ? void 0 : l.name) || "-",
271
+ title: ((r = n.data) == null ? void 0 : r.name) || "-",
314
272
  placement: "topLeft"
315
273
  }
316
274
  },
317
275
  children: ((m = n.data) == null ? void 0 : m.name) || "-"
318
- }), /* @__PURE__ */ T(ge, {
319
- children: [/* @__PURE__ */ f("span", {
276
+ }), /* @__PURE__ */ L(dt, {
277
+ children: [/* @__PURE__ */ c("span", {
320
278
  className: "item-top-time",
321
- children: p((h = n.data) == null ? void 0 : h.createdAt).format("MM/DD HH:mm:ss")
322
- }), /* @__PURE__ */ T("div", {
279
+ children: y((g = n.data) == null ? void 0 : g.createdAt).format("MM/DD HH:mm:ss")
280
+ }), /* @__PURE__ */ L("div", {
323
281
  className: "item-top-action",
324
282
  onClick: (i) => i.stopPropagation(),
325
- children: [/* @__PURE__ */ f(ve, {
326
- open: ke === ((y = n.data) == null ? void 0 : y.id),
283
+ children: [/* @__PURE__ */ c(nt, {
284
+ open: ft === ((N = n.data) == null ? void 0 : N.id),
327
285
  getPopupContainer: (i) => i.parentNode,
328
286
  icon: !1,
329
- title: /* @__PURE__ */ f(Ke, {
287
+ title: /* @__PURE__ */ c(Ct, {
330
288
  placeholder: "请输入内容",
331
289
  autoComplete: "off",
332
290
  showCount: !0,
333
- value: K,
334
- onChange: Ce,
335
- maxLength: Q,
336
- status: be ? "error" : ""
291
+ value: Y,
292
+ onChange: Nt,
293
+ maxLength: K,
294
+ status: mt ? "error" : ""
337
295
  }),
338
- onConfirm: () => _e(n),
339
- onCancel: Pe,
340
- children: /* @__PURE__ */ f(Ae, {
296
+ onConfirm: () => gt(n),
297
+ onCancel: vt,
298
+ children: /* @__PURE__ */ c(it, {
341
299
  type: "icon-bianji2",
342
- onClick: () => Te(n),
300
+ onClick: () => yt(n),
343
301
  className: "icon-action",
344
302
  style: {
345
303
  marginRight: "8px"
346
304
  }
347
305
  })
348
- }, `edit-${(w = n.data) == null ? void 0 : w.id}-${ne}`), /* @__PURE__ */ f(ve, {
306
+ }, `edit-${(A = n.data) == null ? void 0 : A.id}-${U}`), /* @__PURE__ */ c(nt, {
349
307
  getPopupContainer: (i) => i.parentNode,
350
308
  icon: !1,
351
- title: /* @__PURE__ */ T(ge, {
309
+ title: /* @__PURE__ */ L(dt, {
352
310
  direction: "vertical",
353
- children: [/* @__PURE__ */ f("div", {
311
+ children: [/* @__PURE__ */ c("div", {
354
312
  children: "删除确认?"
355
- }), /* @__PURE__ */ f("div", {
313
+ }), /* @__PURE__ */ c("div", {
356
314
  children: "会话删除后不可恢复,请确认是否删除!"
357
315
  })]
358
316
  }),
359
317
  onConfirm: () => {
360
- xe(n), G((i) => i + 1);
318
+ ht(n), H((i) => i + 1);
361
319
  },
362
320
  onCancel: () => {
363
- G((i) => i + 1);
321
+ H((i) => i + 1);
364
322
  },
365
- children: /* @__PURE__ */ f(Ae, {
323
+ children: /* @__PURE__ */ c(it, {
366
324
  style: {
367
325
  fontSize: "18px"
368
326
  },
369
327
  className: "icon-action",
370
328
  type: "icon-del"
371
329
  })
372
- }, `delete-${(q = n.data) == null ? void 0 : q.id}-${ne}`)]
330
+ }, `delete-${(S = n.data) == null ? void 0 : S.id}-${U}`)]
373
331
  })]
374
332
  })]
375
333
  })
376
334
  })
377
- }, (c = n.data) == null ? void 0 : c.id);
335
+ }, (s = n.data) == null ? void 0 : s.id);
378
336
  })]
379
- }, e.key);
380
- }), !S && Oe && /* @__PURE__ */ f(ze, {
381
- style: {
382
- color: "rgb(199 199 199)"
383
- },
384
- plain: !0,
385
- children: "没有更多数据了"
386
- }), /* @__PURE__ */ f("div", {
387
- ref: W,
388
- style: {
389
- height: 1
390
- }
337
+ }, t.key);
391
338
  })]
392
339
  })]
393
340
  })
394
341
  });
395
342
  });
396
- Xe.displayName = "SessionList";
343
+ Tt.displayName = "SessionList";
397
344
  export {
398
- Xe as default
345
+ Tt as default
399
346
  };