@ibiz-template-plugin/ai-chat 0.0.3 → 0.0.5
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/index.es.js +836 -746
- package/dist/index.legacy.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/chat-container/chat-container.d.ts +13 -0
- package/dist/types/components/chat-message-item/error-message/error-message.d.ts +9 -0
- package/dist/types/components/chat-message-item/user-message/user-message.d.ts +2 -0
- package/dist/types/controller/ai-chat/ai-chat.controller.d.ts +3 -2
- package/dist/types/interface/i-chat-options/i-chat-options.d.ts +16 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var H = (t, e, n) => (
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
var
|
|
7
|
-
function
|
|
1
|
+
var Vt = Object.defineProperty;
|
|
2
|
+
var Ot = (t, e, n) => e in t ? Vt(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
|
+
var H = (t, e, n) => (Ot(t, typeof e != "symbol" ? e + "" : e, n), n);
|
|
4
|
+
import ke from "interactjs";
|
|
5
|
+
import Bt from "cherry-markdown";
|
|
6
|
+
var me, f, ft, ht, B, De, dt, Ee, I = {}, vt = [], Wt = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i, ge = Array.isArray;
|
|
7
|
+
function F(t, e) {
|
|
8
8
|
for (var n in e)
|
|
9
9
|
t[n] = e[n];
|
|
10
10
|
return t;
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function pt(t) {
|
|
13
13
|
var e = t.parentNode;
|
|
14
14
|
e && e.removeChild(t);
|
|
15
15
|
}
|
|
16
|
-
function
|
|
17
|
-
var
|
|
18
|
-
for (
|
|
19
|
-
|
|
20
|
-
if (arguments.length > 2 && (
|
|
21
|
-
for (
|
|
22
|
-
|
|
23
|
-
return
|
|
16
|
+
function K(t, e, n) {
|
|
17
|
+
var i, s, r, o = {};
|
|
18
|
+
for (r in e)
|
|
19
|
+
r == "key" ? i = e[r] : r == "ref" ? s = e[r] : o[r] = e[r];
|
|
20
|
+
if (arguments.length > 2 && (o.children = arguments.length > 3 ? me.call(arguments, 2) : n), typeof t == "function" && t.defaultProps != null)
|
|
21
|
+
for (r in t.defaultProps)
|
|
22
|
+
o[r] === void 0 && (o[r] = t.defaultProps[r]);
|
|
23
|
+
return re(t, o, i, s, null);
|
|
24
24
|
}
|
|
25
|
-
function
|
|
26
|
-
var
|
|
27
|
-
return
|
|
25
|
+
function re(t, e, n, i, s) {
|
|
26
|
+
var r = { type: t, props: e, key: n, ref: i, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, __h: null, constructor: void 0, __v: s == null ? ++ft : s };
|
|
27
|
+
return s == null && f.vnode != null && f.vnode(r), r;
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function Ve() {
|
|
30
30
|
return { current: null };
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function Y(t) {
|
|
33
33
|
return t.children;
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function M(t, e) {
|
|
36
36
|
this.props = t, this.context = e;
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function Q(t, e) {
|
|
39
39
|
if (e == null)
|
|
40
|
-
return t.__ ?
|
|
40
|
+
return t.__ ? Q(t.__, t.__.__k.indexOf(t) + 1) : null;
|
|
41
41
|
for (var n; e < t.__k.length; e++)
|
|
42
42
|
if ((n = t.__k[e]) != null && n.__e != null)
|
|
43
43
|
return n.__d || n.__e;
|
|
44
|
-
return typeof t.type == "function" ?
|
|
44
|
+
return typeof t.type == "function" ? Q(t) : null;
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function mt(t) {
|
|
47
47
|
var e, n;
|
|
48
48
|
if ((t = t.__) != null && t.__c != null) {
|
|
49
49
|
for (t.__e = t.__c.base = null, e = 0; e < t.__k.length; e++)
|
|
@@ -51,96 +51,96 @@ function pt(t) {
|
|
|
51
51
|
t.__e = t.__c.base = n.__e;
|
|
52
52
|
break;
|
|
53
53
|
}
|
|
54
|
-
return
|
|
54
|
+
return mt(t);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
function
|
|
58
|
-
(!t.__d && (t.__d = !0) &&
|
|
57
|
+
function Oe(t) {
|
|
58
|
+
(!t.__d && (t.__d = !0) && B.push(t) && !ae.__r++ || De !== f.debounceRendering) && ((De = f.debounceRendering) || dt)(ae);
|
|
59
59
|
}
|
|
60
|
-
function
|
|
61
|
-
var t, e, n,
|
|
62
|
-
for (
|
|
63
|
-
t.__d && (e =
|
|
64
|
-
|
|
60
|
+
function ae() {
|
|
61
|
+
var t, e, n, i, s, r, o, l, c;
|
|
62
|
+
for (B.sort(Ee); t = B.shift(); )
|
|
63
|
+
t.__d && (e = B.length, i = void 0, s = void 0, r = void 0, l = (o = (n = t).__v).__e, (c = n.__P) && (i = [], s = [], (r = F({}, o)).__v = o.__v + 1, Pe(c, o, r, n.__n, c.ownerSVGElement !== void 0, o.__h != null ? [l] : null, i, l == null ? Q(o) : l, o.__h, s), wt(i, o, s), o.__e != l && mt(o)), B.length > e && B.sort(Ee));
|
|
64
|
+
ae.__r = 0;
|
|
65
65
|
}
|
|
66
|
-
function gt(t, e, n,
|
|
67
|
-
var a,
|
|
66
|
+
function gt(t, e, n, i, s, r, o, l, c, p, h) {
|
|
67
|
+
var a, m, d, _, v, P, g, b, C, w = 0, $ = i && i.__k || vt, R = $.length, E = R, T = e.length;
|
|
68
68
|
for (n.__k = [], a = 0; a < T; a++)
|
|
69
|
-
(
|
|
70
|
-
for (n.__e =
|
|
71
|
-
$[a] != null && (typeof n.type == "function" && $[a].__e != null && $[a].__e == n.__d && (n.__d = $[a].__e.nextSibling),
|
|
69
|
+
(_ = n.__k[a] = (_ = e[a]) == null || typeof _ == "boolean" || typeof _ == "function" ? null : typeof _ == "string" || typeof _ == "number" || typeof _ == "bigint" ? re(null, _, null, null, _) : ge(_) ? re(Y, { children: _ }, null, null, null) : _.__b > 0 ? re(_.type, _.props, _.key, _.ref ? _.ref : null, _.__v) : _) != null ? (_.__ = n, _.__b = n.__b + 1, (b = It(_, $, g = a + w, E)) === -1 ? d = I : (d = $[b] || I, $[b] = void 0, E--), Pe(t, _, d, s, r, o, l, c, p, h), v = _.__e, (m = _.ref) && d.ref != m && (d.ref && Re(d.ref, null, _), h.push(m, _.__c || v, _)), v != null && (P == null && (P = v), (C = d === I || d.__v === null) ? b == -1 && w-- : b !== g && (b === g + 1 ? w++ : b > g ? E > T - g ? w += b - g : w-- : w = b < g && b == g - 1 ? b - g : 0), g = a + w, typeof _.type != "function" || b === g && d.__k !== _.__k ? typeof _.type == "function" || b === g && !C ? _.__d !== void 0 ? (c = _.__d, _.__d = void 0) : c = v.nextSibling : c = bt(t, v, c) : c = yt(_, c, t), typeof n.type == "function" && (n.__d = c))) : (d = $[a]) && d.key == null && d.__e && (d.__e == c && (d.__ = i, c = Q(d)), Ae(d, d, !1), $[a] = null);
|
|
70
|
+
for (n.__e = P, a = R; a--; )
|
|
71
|
+
$[a] != null && (typeof n.type == "function" && $[a].__e != null && $[a].__e == n.__d && (n.__d = $[a].__e.nextSibling), Ae($[a], $[a]));
|
|
72
72
|
}
|
|
73
|
-
function
|
|
74
|
-
for (var
|
|
75
|
-
(
|
|
73
|
+
function yt(t, e, n) {
|
|
74
|
+
for (var i, s = t.__k, r = 0; s && r < s.length; r++)
|
|
75
|
+
(i = s[r]) && (i.__ = t, e = typeof i.type == "function" ? yt(i, e, n) : bt(n, i.__e, e));
|
|
76
76
|
return e;
|
|
77
77
|
}
|
|
78
|
-
function
|
|
79
|
-
return e = e || [], t == null || typeof t == "boolean" || (
|
|
80
|
-
|
|
78
|
+
function le(t, e) {
|
|
79
|
+
return e = e || [], t == null || typeof t == "boolean" || (ge(t) ? t.some(function(n) {
|
|
80
|
+
le(n, e);
|
|
81
81
|
}) : e.push(t)), e;
|
|
82
82
|
}
|
|
83
|
-
function
|
|
83
|
+
function bt(t, e, n) {
|
|
84
84
|
return n == null || n.parentNode !== t ? t.insertBefore(e, null) : e == n && e.parentNode != null || t.insertBefore(e, n), e.nextSibling;
|
|
85
85
|
}
|
|
86
|
-
function
|
|
87
|
-
var
|
|
88
|
-
if (c === null || c &&
|
|
86
|
+
function It(t, e, n, i) {
|
|
87
|
+
var s = t.key, r = t.type, o = n - 1, l = n + 1, c = e[n];
|
|
88
|
+
if (c === null || c && s == c.key && r === c.type)
|
|
89
89
|
return n;
|
|
90
|
-
if (
|
|
91
|
-
for (;
|
|
92
|
-
if (
|
|
93
|
-
if ((c = e[
|
|
94
|
-
return
|
|
95
|
-
|
|
90
|
+
if (i > (c != null ? 1 : 0))
|
|
91
|
+
for (; o >= 0 || l < e.length; ) {
|
|
92
|
+
if (o >= 0) {
|
|
93
|
+
if ((c = e[o]) && s == c.key && r === c.type)
|
|
94
|
+
return o;
|
|
95
|
+
o--;
|
|
96
96
|
}
|
|
97
97
|
if (l < e.length) {
|
|
98
|
-
if ((c = e[l]) &&
|
|
98
|
+
if ((c = e[l]) && s == c.key && r === c.type)
|
|
99
99
|
return l;
|
|
100
100
|
l++;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
return -1;
|
|
104
104
|
}
|
|
105
|
-
function
|
|
106
|
-
var
|
|
107
|
-
for (
|
|
108
|
-
|
|
109
|
-
for (
|
|
110
|
-
|
|
105
|
+
function qt(t, e, n, i, s) {
|
|
106
|
+
var r;
|
|
107
|
+
for (r in n)
|
|
108
|
+
r === "children" || r === "key" || r in e || ce(t, r, null, n[r], i);
|
|
109
|
+
for (r in e)
|
|
110
|
+
s && typeof e[r] != "function" || r === "children" || r === "key" || r === "value" || r === "checked" || n[r] === e[r] || ce(t, r, e[r], n[r], i);
|
|
111
111
|
}
|
|
112
|
-
function
|
|
113
|
-
e[0] === "-" ? t.setProperty(e, n == null ? "" : n) : t[e] = n == null ? "" : typeof n != "number" ||
|
|
112
|
+
function Be(t, e, n) {
|
|
113
|
+
e[0] === "-" ? t.setProperty(e, n == null ? "" : n) : t[e] = n == null ? "" : typeof n != "number" || Wt.test(e) ? n : n + "px";
|
|
114
114
|
}
|
|
115
|
-
function
|
|
116
|
-
var
|
|
115
|
+
function ce(t, e, n, i, s) {
|
|
116
|
+
var r;
|
|
117
117
|
e:
|
|
118
118
|
if (e === "style")
|
|
119
119
|
if (typeof n == "string")
|
|
120
120
|
t.style.cssText = n;
|
|
121
121
|
else {
|
|
122
|
-
if (typeof
|
|
123
|
-
for (e in
|
|
124
|
-
n && e in n ||
|
|
122
|
+
if (typeof i == "string" && (t.style.cssText = i = ""), i)
|
|
123
|
+
for (e in i)
|
|
124
|
+
n && e in n || Be(t.style, e, "");
|
|
125
125
|
if (n)
|
|
126
126
|
for (e in n)
|
|
127
|
-
|
|
127
|
+
i && n[e] === i[e] || Be(t.style, e, n[e]);
|
|
128
128
|
}
|
|
129
129
|
else if (e[0] === "o" && e[1] === "n")
|
|
130
|
-
|
|
130
|
+
r = e !== (e = e.replace(/(PointerCapture)$|Capture$/, "$1")), e = e.toLowerCase() in t ? e.toLowerCase().slice(2) : e.slice(2), t.l || (t.l = {}), t.l[e + r] = n, n ? i ? n.u = i.u : (n.u = Date.now(), t.addEventListener(e, r ? Ie : We, r)) : t.removeEventListener(e, r ? Ie : We, r);
|
|
131
131
|
else if (e !== "dangerouslySetInnerHTML") {
|
|
132
|
-
if (
|
|
132
|
+
if (s)
|
|
133
133
|
e = e.replace(/xlink(H|:h)/, "h").replace(/sName$/, "s");
|
|
134
134
|
else if (e !== "width" && e !== "height" && e !== "href" && e !== "list" && e !== "form" && e !== "tabIndex" && e !== "download" && e !== "rowSpan" && e !== "colSpan" && e !== "role" && e in t)
|
|
135
135
|
try {
|
|
136
136
|
t[e] = n == null ? "" : n;
|
|
137
137
|
break e;
|
|
138
|
-
} catch (
|
|
138
|
+
} catch (o) {
|
|
139
139
|
}
|
|
140
140
|
typeof n == "function" || (n == null || n === !1 && e[4] !== "-" ? t.removeAttribute(e) : t.setAttribute(e, n));
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function We(t) {
|
|
144
144
|
var e = this.l[t.type + !1];
|
|
145
145
|
if (t.t) {
|
|
146
146
|
if (t.t <= e.u)
|
|
@@ -149,149 +149,149 @@ function Ve(t) {
|
|
|
149
149
|
t.t = Date.now();
|
|
150
150
|
return e(f.event ? f.event(t) : t);
|
|
151
151
|
}
|
|
152
|
-
function
|
|
152
|
+
function Ie(t) {
|
|
153
153
|
return this.l[t.type + !0](f.event ? f.event(t) : t);
|
|
154
154
|
}
|
|
155
|
-
function
|
|
156
|
-
var h, a,
|
|
155
|
+
function Pe(t, e, n, i, s, r, o, l, c, p) {
|
|
156
|
+
var h, a, m, d, _, v, P, g, b, C, w, $, R, E, T, A = e.type;
|
|
157
157
|
if (e.constructor !== void 0)
|
|
158
158
|
return null;
|
|
159
|
-
n.__h != null && (c = n.__h, l = e.__e = n.__e, e.__h = null,
|
|
159
|
+
n.__h != null && (c = n.__h, l = e.__e = n.__e, e.__h = null, r = [l]), (h = f.__b) && h(e);
|
|
160
160
|
e:
|
|
161
|
-
if (typeof
|
|
161
|
+
if (typeof A == "function")
|
|
162
162
|
try {
|
|
163
|
-
if (
|
|
164
|
-
|
|
163
|
+
if (g = e.props, b = (h = A.contextType) && i[h.__c], C = h ? b ? b.props.value : h.__ : i, n.__c ? P = (a = e.__c = n.__c).__ = a.__E : ("prototype" in A && A.prototype.render ? e.__c = a = new A(g, C) : (e.__c = a = new M(g, C), a.constructor = A, a.render = jt), b && b.sub(a), a.props = g, a.state || (a.state = {}), a.context = C, a.__n = i, m = a.__d = !0, a.__h = [], a._sb = []), a.__s == null && (a.__s = a.state), A.getDerivedStateFromProps != null && (a.__s == a.state && (a.__s = F({}, a.__s)), F(a.__s, A.getDerivedStateFromProps(g, a.__s))), d = a.props, _ = a.state, a.__v = e, m)
|
|
164
|
+
A.getDerivedStateFromProps == null && a.componentWillMount != null && a.componentWillMount(), a.componentDidMount != null && a.__h.push(a.componentDidMount);
|
|
165
165
|
else {
|
|
166
|
-
if (
|
|
167
|
-
for (e.__v !== n.__v && (a.props =
|
|
168
|
-
|
|
166
|
+
if (A.getDerivedStateFromProps == null && g !== d && a.componentWillReceiveProps != null && a.componentWillReceiveProps(g, C), !a.__e && (a.shouldComponentUpdate != null && a.shouldComponentUpdate(g, a.__s, C) === !1 || e.__v === n.__v)) {
|
|
167
|
+
for (e.__v !== n.__v && (a.props = g, a.state = a.__s, a.__d = !1), e.__e = n.__e, e.__k = n.__k, e.__k.forEach(function(ne) {
|
|
168
|
+
ne && (ne.__ = e);
|
|
169
169
|
}), w = 0; w < a._sb.length; w++)
|
|
170
170
|
a.__h.push(a._sb[w]);
|
|
171
|
-
a._sb = [], a.__h.length &&
|
|
171
|
+
a._sb = [], a.__h.length && o.push(a);
|
|
172
172
|
break e;
|
|
173
173
|
}
|
|
174
|
-
a.componentWillUpdate != null && a.componentWillUpdate(
|
|
175
|
-
a.componentDidUpdate(d,
|
|
174
|
+
a.componentWillUpdate != null && a.componentWillUpdate(g, a.__s, C), a.componentDidUpdate != null && a.__h.push(function() {
|
|
175
|
+
a.componentDidUpdate(d, _, v);
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
|
-
if (a.context =
|
|
179
|
-
for (a.state = a.__s, a.__d = !1, $ && $(e), h = a.render(a.props, a.state, a.context),
|
|
180
|
-
a.__h.push(a._sb[
|
|
178
|
+
if (a.context = C, a.props = g, a.__P = t, a.__e = !1, $ = f.__r, R = 0, "prototype" in A && A.prototype.render) {
|
|
179
|
+
for (a.state = a.__s, a.__d = !1, $ && $(e), h = a.render(a.props, a.state, a.context), E = 0; E < a._sb.length; E++)
|
|
180
|
+
a.__h.push(a._sb[E]);
|
|
181
181
|
a._sb = [];
|
|
182
182
|
} else
|
|
183
183
|
do
|
|
184
184
|
a.__d = !1, $ && $(e), h = a.render(a.props, a.state, a.context), a.state = a.__s;
|
|
185
|
-
while (a.__d && ++
|
|
186
|
-
a.state = a.__s, a.getChildContext != null && (
|
|
187
|
-
} catch (
|
|
188
|
-
e.__v = null, (c ||
|
|
185
|
+
while (a.__d && ++R < 25);
|
|
186
|
+
a.state = a.__s, a.getChildContext != null && (i = F(F({}, i), a.getChildContext())), m || a.getSnapshotBeforeUpdate == null || (v = a.getSnapshotBeforeUpdate(d, _)), gt(t, ge(T = h != null && h.type === Y && h.key == null ? h.props.children : h) ? T : [T], e, n, i, s, r, o, l, c, p), a.base = e.__e, e.__h = null, a.__h.length && o.push(a), P && (a.__E = a.__ = null);
|
|
187
|
+
} catch (ne) {
|
|
188
|
+
e.__v = null, (c || r != null) && (e.__e = l, e.__h = !!c, r[r.indexOf(l)] = null), f.__e(ne, e, n);
|
|
189
189
|
}
|
|
190
190
|
else
|
|
191
|
-
|
|
191
|
+
r == null && e.__v === n.__v ? (e.__k = n.__k, e.__e = n.__e) : e.__e = Yt(n.__e, e, n, i, s, r, o, c, p);
|
|
192
192
|
(h = f.diffed) && h(e);
|
|
193
193
|
}
|
|
194
|
-
function
|
|
195
|
-
for (var
|
|
196
|
-
|
|
197
|
-
f.__c && f.__c(e, t), t.some(function(
|
|
194
|
+
function wt(t, e, n) {
|
|
195
|
+
for (var i = 0; i < n.length; i++)
|
|
196
|
+
Re(n[i], n[++i], n[++i]);
|
|
197
|
+
f.__c && f.__c(e, t), t.some(function(s) {
|
|
198
198
|
try {
|
|
199
|
-
t =
|
|
200
|
-
|
|
199
|
+
t = s.__h, s.__h = [], t.some(function(r) {
|
|
200
|
+
r.call(s);
|
|
201
201
|
});
|
|
202
|
-
} catch (
|
|
203
|
-
f.__e(
|
|
202
|
+
} catch (r) {
|
|
203
|
+
f.__e(r, s.__v);
|
|
204
204
|
}
|
|
205
205
|
});
|
|
206
206
|
}
|
|
207
|
-
function
|
|
208
|
-
var p, h, a,
|
|
209
|
-
if (
|
|
210
|
-
for (; v <
|
|
211
|
-
if ((p =
|
|
212
|
-
t = p,
|
|
207
|
+
function Yt(t, e, n, i, s, r, o, l, c) {
|
|
208
|
+
var p, h, a, m = n.props, d = e.props, _ = e.type, v = 0;
|
|
209
|
+
if (_ === "svg" && (s = !0), r != null) {
|
|
210
|
+
for (; v < r.length; v++)
|
|
211
|
+
if ((p = r[v]) && "setAttribute" in p == !!_ && (_ ? p.localName === _ : p.nodeType === 3)) {
|
|
212
|
+
t = p, r[v] = null;
|
|
213
213
|
break;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
if (t == null) {
|
|
217
|
-
if (
|
|
217
|
+
if (_ === null)
|
|
218
218
|
return document.createTextNode(d);
|
|
219
|
-
t =
|
|
219
|
+
t = s ? document.createElementNS("http://www.w3.org/2000/svg", _) : document.createElement(_, d.is && d), r = null, l = !1;
|
|
220
220
|
}
|
|
221
|
-
if (
|
|
222
|
-
|
|
221
|
+
if (_ === null)
|
|
222
|
+
m === d || l && t.data === d || (t.data = d);
|
|
223
223
|
else {
|
|
224
|
-
if (
|
|
225
|
-
if (
|
|
226
|
-
for (
|
|
227
|
-
|
|
224
|
+
if (r = r && me.call(t.childNodes), h = (m = n.props || I).dangerouslySetInnerHTML, a = d.dangerouslySetInnerHTML, !l) {
|
|
225
|
+
if (r != null)
|
|
226
|
+
for (m = {}, v = 0; v < t.attributes.length; v++)
|
|
227
|
+
m[t.attributes[v].name] = t.attributes[v].value;
|
|
228
228
|
(a || h) && (a && (h && a.__html == h.__html || a.__html === t.innerHTML) || (t.innerHTML = a && a.__html || ""));
|
|
229
229
|
}
|
|
230
|
-
if (
|
|
230
|
+
if (qt(t, d, m, s, l), a)
|
|
231
231
|
e.__k = [];
|
|
232
|
-
else if (gt(t,
|
|
233
|
-
for (v =
|
|
234
|
-
|
|
235
|
-
l || ("value" in d && (v = d.value) !== void 0 && (v !== t.value ||
|
|
232
|
+
else if (gt(t, ge(v = e.props.children) ? v : [v], e, n, i, s && _ !== "foreignObject", r, o, r ? r[0] : n.__k && Q(n, 0), l, c), r != null)
|
|
233
|
+
for (v = r.length; v--; )
|
|
234
|
+
r[v] != null && pt(r[v]);
|
|
235
|
+
l || ("value" in d && (v = d.value) !== void 0 && (v !== t.value || _ === "progress" && !v || _ === "option" && v !== m.value) && ce(t, "value", v, m.value, !1), "checked" in d && (v = d.checked) !== void 0 && v !== t.checked && ce(t, "checked", v, m.checked, !1));
|
|
236
236
|
}
|
|
237
237
|
return t;
|
|
238
238
|
}
|
|
239
|
-
function
|
|
239
|
+
function Re(t, e, n) {
|
|
240
240
|
try {
|
|
241
241
|
typeof t == "function" ? t(e) : t.current = e;
|
|
242
|
-
} catch (
|
|
243
|
-
f.__e(
|
|
242
|
+
} catch (i) {
|
|
243
|
+
f.__e(i, n);
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
function
|
|
247
|
-
var
|
|
248
|
-
if (f.unmount && f.unmount(t), (
|
|
249
|
-
if (
|
|
246
|
+
function Ae(t, e, n) {
|
|
247
|
+
var i, s;
|
|
248
|
+
if (f.unmount && f.unmount(t), (i = t.ref) && (i.current && i.current !== t.__e || Re(i, null, e)), (i = t.__c) != null) {
|
|
249
|
+
if (i.componentWillUnmount)
|
|
250
250
|
try {
|
|
251
|
-
|
|
252
|
-
} catch (
|
|
253
|
-
f.__e(
|
|
251
|
+
i.componentWillUnmount();
|
|
252
|
+
} catch (r) {
|
|
253
|
+
f.__e(r, e);
|
|
254
254
|
}
|
|
255
|
-
|
|
255
|
+
i.base = i.__P = null, t.__c = void 0;
|
|
256
256
|
}
|
|
257
|
-
if (
|
|
258
|
-
for (
|
|
259
|
-
|
|
260
|
-
n || t.__e == null ||
|
|
257
|
+
if (i = t.__k)
|
|
258
|
+
for (s = 0; s < i.length; s++)
|
|
259
|
+
i[s] && Ae(i[s], e, n || typeof t.type != "function");
|
|
260
|
+
n || t.__e == null || pt(t.__e), t.__ = t.__e = t.__d = void 0;
|
|
261
261
|
}
|
|
262
|
-
function
|
|
262
|
+
function jt(t, e, n) {
|
|
263
263
|
return this.constructor(t, n);
|
|
264
264
|
}
|
|
265
|
-
function
|
|
266
|
-
var
|
|
267
|
-
f.__ && f.__(t, e),
|
|
265
|
+
function qe(t, e, n) {
|
|
266
|
+
var i, s, r, o;
|
|
267
|
+
f.__ && f.__(t, e), s = (i = typeof n == "function") ? null : n && n.__k || e.__k, r = [], o = [], Pe(e, t = (!i && n || e).__k = K(Y, null, [t]), s || I, I, e.ownerSVGElement !== void 0, !i && n ? [n] : s ? null : e.firstChild ? me.call(e.childNodes) : null, r, !i && n ? n : s ? s.__e : e.firstChild, i, o), wt(r, t, o);
|
|
268
268
|
}
|
|
269
|
-
|
|
270
|
-
for (var
|
|
271
|
-
if ((
|
|
269
|
+
me = vt.slice, f = { __e: function(t, e, n, i) {
|
|
270
|
+
for (var s, r, o; e = e.__; )
|
|
271
|
+
if ((s = e.__c) && !s.__)
|
|
272
272
|
try {
|
|
273
|
-
if ((
|
|
274
|
-
return
|
|
273
|
+
if ((r = s.constructor) && r.getDerivedStateFromError != null && (s.setState(r.getDerivedStateFromError(t)), o = s.__d), s.componentDidCatch != null && (s.componentDidCatch(t, i || {}), o = s.__d), o)
|
|
274
|
+
return s.__E = s;
|
|
275
275
|
} catch (l) {
|
|
276
276
|
t = l;
|
|
277
277
|
}
|
|
278
278
|
throw t;
|
|
279
|
-
} },
|
|
279
|
+
} }, ft = 0, ht = function(t) {
|
|
280
280
|
return t != null && t.constructor === void 0;
|
|
281
|
-
},
|
|
281
|
+
}, M.prototype.setState = function(t, e) {
|
|
282
282
|
var n;
|
|
283
|
-
n = this.__s != null && this.__s !== this.state ? this.__s : this.__s =
|
|
284
|
-
},
|
|
285
|
-
this.__v && (this.__e = !0, t && this.__h.push(t),
|
|
286
|
-
},
|
|
283
|
+
n = this.__s != null && this.__s !== this.state ? this.__s : this.__s = F({}, this.state), typeof t == "function" && (t = t(F({}, n), this.props)), t && F(n, t), t != null && this.__v && (e && this._sb.push(e), Oe(this));
|
|
284
|
+
}, M.prototype.forceUpdate = function(t) {
|
|
285
|
+
this.__v && (this.__e = !0, t && this.__h.push(t), Oe(this));
|
|
286
|
+
}, M.prototype.render = Y, B = [], dt = typeof Promise == "function" ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, Ee = function(t, e) {
|
|
287
287
|
return t.__v.__b - e.__v.__b;
|
|
288
|
-
},
|
|
289
|
-
const
|
|
290
|
-
function
|
|
291
|
-
let
|
|
292
|
-
return n && (
|
|
288
|
+
}, ae.__r = 0;
|
|
289
|
+
const Xt = "ibiz", Jt = "is-";
|
|
290
|
+
function V(t, e, n, i, s) {
|
|
291
|
+
let r = "".concat(t, "-").concat(e);
|
|
292
|
+
return n && (r += "-".concat(n)), i && (r += "__".concat(i)), s && (r += "--".concat(s)), r;
|
|
293
293
|
}
|
|
294
|
-
class
|
|
294
|
+
class U {
|
|
295
295
|
/**
|
|
296
296
|
* Creates an instance of Namespace.
|
|
297
297
|
*
|
|
@@ -309,7 +309,7 @@ class F {
|
|
|
309
309
|
* @type {string}
|
|
310
310
|
*/
|
|
311
311
|
H(this, "namespace");
|
|
312
|
-
this.block = e, this.namespace = n ||
|
|
312
|
+
this.block = e, this.namespace = n || Xt;
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
315
|
* namespace-block
|
|
@@ -321,7 +321,7 @@ class F {
|
|
|
321
321
|
* @return {*} {string}
|
|
322
322
|
*/
|
|
323
323
|
b(e = "") {
|
|
324
|
-
return
|
|
324
|
+
return V(this.namespace, this.block, e, "", "");
|
|
325
325
|
}
|
|
326
326
|
/**
|
|
327
327
|
* namespace-block__element
|
|
@@ -332,7 +332,7 @@ class F {
|
|
|
332
332
|
* @return {*} {string}
|
|
333
333
|
*/
|
|
334
334
|
e(e) {
|
|
335
|
-
return e ?
|
|
335
|
+
return e ? V(this.namespace, this.block, "", e, "") : "";
|
|
336
336
|
}
|
|
337
337
|
/**
|
|
338
338
|
* namespace-block--modifier
|
|
@@ -343,7 +343,7 @@ class F {
|
|
|
343
343
|
* @return {*} {string}
|
|
344
344
|
*/
|
|
345
345
|
m(e) {
|
|
346
|
-
return e ?
|
|
346
|
+
return e ? V(this.namespace, this.block, "", "", e) : "";
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
* namespace-block-blockSuffix__element
|
|
@@ -355,7 +355,7 @@ class F {
|
|
|
355
355
|
* @return {*} {string}
|
|
356
356
|
*/
|
|
357
357
|
be(e, n) {
|
|
358
|
-
return e && n ?
|
|
358
|
+
return e && n ? V(this.namespace, this.block, e, n, "") : "";
|
|
359
359
|
}
|
|
360
360
|
/**
|
|
361
361
|
* namespace-block__element--modifier
|
|
@@ -367,7 +367,7 @@ class F {
|
|
|
367
367
|
* @return {*} {string}
|
|
368
368
|
*/
|
|
369
369
|
em(e, n) {
|
|
370
|
-
return e && n ?
|
|
370
|
+
return e && n ? V(this.namespace, this.block, "", e, n) : "";
|
|
371
371
|
}
|
|
372
372
|
/**
|
|
373
373
|
* namespace-block-blockSuffix--modifier
|
|
@@ -379,7 +379,7 @@ class F {
|
|
|
379
379
|
* @return {*} {string}
|
|
380
380
|
*/
|
|
381
381
|
bm(e, n) {
|
|
382
|
-
return e && n ?
|
|
382
|
+
return e && n ? V(this.namespace, this.block, e, "", n) : "";
|
|
383
383
|
}
|
|
384
384
|
/**
|
|
385
385
|
* namespace-block-blockSuffix__element--modifier
|
|
@@ -391,8 +391,8 @@ class F {
|
|
|
391
391
|
* @param {string} [modifier]
|
|
392
392
|
* @return {*} {string}
|
|
393
393
|
*/
|
|
394
|
-
bem(e, n,
|
|
395
|
-
return e && n &&
|
|
394
|
+
bem(e, n, i) {
|
|
395
|
+
return e && n && i ? V(this.namespace, this.block, e, n, i) : "";
|
|
396
396
|
}
|
|
397
397
|
/**
|
|
398
398
|
* 返回状态 class
|
|
@@ -407,7 +407,7 @@ class F {
|
|
|
407
407
|
* @return {*} {string}
|
|
408
408
|
*/
|
|
409
409
|
is(e, n) {
|
|
410
|
-
return e && n ? "".concat(
|
|
410
|
+
return e && n ? "".concat(Jt).concat(e) : "";
|
|
411
411
|
}
|
|
412
412
|
/**
|
|
413
413
|
* 生成使用到的 css 变量 style 对象
|
|
@@ -419,8 +419,8 @@ class F {
|
|
|
419
419
|
*/
|
|
420
420
|
cssVar(e) {
|
|
421
421
|
const n = {};
|
|
422
|
-
for (const
|
|
423
|
-
e[
|
|
422
|
+
for (const i in e)
|
|
423
|
+
e[i] && (n[this.cssVarName(i)] = e[i]);
|
|
424
424
|
return n;
|
|
425
425
|
}
|
|
426
426
|
/**
|
|
@@ -433,8 +433,8 @@ class F {
|
|
|
433
433
|
*/
|
|
434
434
|
cssVarBlock(e) {
|
|
435
435
|
const n = {};
|
|
436
|
-
for (const
|
|
437
|
-
e[
|
|
436
|
+
for (const i in e)
|
|
437
|
+
e[i] && (n[this.cssVarBlockName(i)] = e[i]);
|
|
438
438
|
return n;
|
|
439
439
|
}
|
|
440
440
|
/**
|
|
@@ -460,206 +460,206 @@ class F {
|
|
|
460
460
|
return "--".concat(this.namespace, "-").concat(this.block, "-").concat(e);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
function
|
|
463
|
+
function z(t) {
|
|
464
464
|
if (typeof t != "string")
|
|
465
465
|
throw new TypeError("Path must be a string. Received " + JSON.stringify(t));
|
|
466
466
|
}
|
|
467
|
-
function
|
|
468
|
-
for (var n = "",
|
|
467
|
+
function Ye(t, e) {
|
|
468
|
+
for (var n = "", i = 0, s = -1, r = 0, o, l = 0; l <= t.length; ++l) {
|
|
469
469
|
if (l < t.length)
|
|
470
|
-
|
|
470
|
+
o = t.charCodeAt(l);
|
|
471
471
|
else {
|
|
472
|
-
if (
|
|
472
|
+
if (o === 47)
|
|
473
473
|
break;
|
|
474
|
-
|
|
474
|
+
o = 47;
|
|
475
475
|
}
|
|
476
|
-
if (
|
|
477
|
-
if (!(
|
|
478
|
-
if (
|
|
479
|
-
if (n.length < 2 ||
|
|
476
|
+
if (o === 47) {
|
|
477
|
+
if (!(s === l - 1 || r === 1))
|
|
478
|
+
if (s !== l - 1 && r === 2) {
|
|
479
|
+
if (n.length < 2 || i !== 2 || n.charCodeAt(n.length - 1) !== 46 || n.charCodeAt(n.length - 2) !== 46) {
|
|
480
480
|
if (n.length > 2) {
|
|
481
481
|
var c = n.lastIndexOf("/");
|
|
482
482
|
if (c !== n.length - 1) {
|
|
483
|
-
c === -1 ? (n = "",
|
|
483
|
+
c === -1 ? (n = "", i = 0) : (n = n.slice(0, c), i = n.length - 1 - n.lastIndexOf("/")), s = l, r = 0;
|
|
484
484
|
continue;
|
|
485
485
|
}
|
|
486
486
|
} else if (n.length === 2 || n.length === 1) {
|
|
487
|
-
n = "",
|
|
487
|
+
n = "", i = 0, s = l, r = 0;
|
|
488
488
|
continue;
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
e && (n.length > 0 ? n += "/.." : n = "..",
|
|
491
|
+
e && (n.length > 0 ? n += "/.." : n = "..", i = 2);
|
|
492
492
|
} else
|
|
493
|
-
n.length > 0 ? n += "/" + t.slice(
|
|
494
|
-
|
|
493
|
+
n.length > 0 ? n += "/" + t.slice(s + 1, l) : n = t.slice(s + 1, l), i = l - s - 1;
|
|
494
|
+
s = l, r = 0;
|
|
495
495
|
} else
|
|
496
|
-
|
|
496
|
+
o === 46 && r !== -1 ? ++r : r = -1;
|
|
497
497
|
}
|
|
498
498
|
return n;
|
|
499
499
|
}
|
|
500
|
-
function
|
|
501
|
-
var n = e.dir || e.root,
|
|
502
|
-
return n ? n === e.root ? n +
|
|
500
|
+
function Zt(t, e) {
|
|
501
|
+
var n = e.dir || e.root, i = e.base || (e.name || "") + (e.ext || "");
|
|
502
|
+
return n ? n === e.root ? n + i : n + t + i : i;
|
|
503
503
|
}
|
|
504
|
-
var
|
|
504
|
+
var J = {
|
|
505
505
|
// path.resolve([from ...], to)
|
|
506
506
|
resolve: function() {
|
|
507
|
-
for (var e = "", n = !1,
|
|
508
|
-
var
|
|
509
|
-
|
|
507
|
+
for (var e = "", n = !1, i, s = arguments.length - 1; s >= -1 && !n; s--) {
|
|
508
|
+
var r;
|
|
509
|
+
s >= 0 ? r = arguments[s] : (i === void 0 && (i = process.cwd()), r = i), z(r), r.length !== 0 && (e = r + "/" + e, n = r.charCodeAt(0) === 47);
|
|
510
510
|
}
|
|
511
|
-
return e =
|
|
511
|
+
return e = Ye(e, !n), n ? e.length > 0 ? "/" + e : "/" : e.length > 0 ? e : ".";
|
|
512
512
|
},
|
|
513
513
|
normalize: function(e) {
|
|
514
|
-
if (
|
|
514
|
+
if (z(e), e.length === 0)
|
|
515
515
|
return ".";
|
|
516
|
-
var n = e.charCodeAt(0) === 47,
|
|
517
|
-
return e =
|
|
516
|
+
var n = e.charCodeAt(0) === 47, i = e.charCodeAt(e.length - 1) === 47;
|
|
517
|
+
return e = Ye(e, !n), e.length === 0 && !n && (e = "."), e.length > 0 && i && (e += "/"), n ? "/" + e : e;
|
|
518
518
|
},
|
|
519
519
|
isAbsolute: function(e) {
|
|
520
|
-
return
|
|
520
|
+
return z(e), e.length > 0 && e.charCodeAt(0) === 47;
|
|
521
521
|
},
|
|
522
522
|
join: function() {
|
|
523
523
|
if (arguments.length === 0)
|
|
524
524
|
return ".";
|
|
525
525
|
for (var e, n = 0; n < arguments.length; ++n) {
|
|
526
|
-
var
|
|
527
|
-
|
|
526
|
+
var i = arguments[n];
|
|
527
|
+
z(i), i.length > 0 && (e === void 0 ? e = i : e += "/" + i);
|
|
528
528
|
}
|
|
529
|
-
return e === void 0 ? "." :
|
|
529
|
+
return e === void 0 ? "." : J.normalize(e);
|
|
530
530
|
},
|
|
531
531
|
relative: function(e, n) {
|
|
532
|
-
if (
|
|
532
|
+
if (z(e), z(n), e === n || (e = J.resolve(e), n = J.resolve(n), e === n))
|
|
533
533
|
return "";
|
|
534
|
-
for (var
|
|
534
|
+
for (var i = 1; i < e.length && e.charCodeAt(i) === 47; ++i)
|
|
535
535
|
;
|
|
536
|
-
for (var
|
|
536
|
+
for (var s = e.length, r = s - i, o = 1; o < n.length && n.charCodeAt(o) === 47; ++o)
|
|
537
537
|
;
|
|
538
|
-
for (var l = n.length, c = l -
|
|
538
|
+
for (var l = n.length, c = l - o, p = r < c ? r : c, h = -1, a = 0; a <= p; ++a) {
|
|
539
539
|
if (a === p) {
|
|
540
540
|
if (c > p) {
|
|
541
|
-
if (n.charCodeAt(
|
|
542
|
-
return n.slice(
|
|
541
|
+
if (n.charCodeAt(o + a) === 47)
|
|
542
|
+
return n.slice(o + a + 1);
|
|
543
543
|
if (a === 0)
|
|
544
|
-
return n.slice(
|
|
544
|
+
return n.slice(o + a);
|
|
545
545
|
} else
|
|
546
|
-
|
|
546
|
+
r > p && (e.charCodeAt(i + a) === 47 ? h = a : a === 0 && (h = 0));
|
|
547
547
|
break;
|
|
548
548
|
}
|
|
549
|
-
var
|
|
550
|
-
if (
|
|
549
|
+
var m = e.charCodeAt(i + a), d = n.charCodeAt(o + a);
|
|
550
|
+
if (m !== d)
|
|
551
551
|
break;
|
|
552
|
-
|
|
552
|
+
m === 47 && (h = a);
|
|
553
553
|
}
|
|
554
|
-
var
|
|
555
|
-
for (a =
|
|
556
|
-
(a ===
|
|
557
|
-
return
|
|
554
|
+
var _ = "";
|
|
555
|
+
for (a = i + h + 1; a <= s; ++a)
|
|
556
|
+
(a === s || e.charCodeAt(a) === 47) && (_.length === 0 ? _ += ".." : _ += "/..");
|
|
557
|
+
return _.length > 0 ? _ + n.slice(o + h) : (o += h, n.charCodeAt(o) === 47 && ++o, n.slice(o));
|
|
558
558
|
},
|
|
559
559
|
_makeLong: function(e) {
|
|
560
560
|
return e;
|
|
561
561
|
},
|
|
562
562
|
dirname: function(e) {
|
|
563
|
-
if (
|
|
563
|
+
if (z(e), e.length === 0)
|
|
564
564
|
return ".";
|
|
565
|
-
for (var n = e.charCodeAt(0),
|
|
566
|
-
if (n = e.charCodeAt(
|
|
567
|
-
if (!
|
|
568
|
-
|
|
565
|
+
for (var n = e.charCodeAt(0), i = n === 47, s = -1, r = !0, o = e.length - 1; o >= 1; --o)
|
|
566
|
+
if (n = e.charCodeAt(o), n === 47) {
|
|
567
|
+
if (!r) {
|
|
568
|
+
s = o;
|
|
569
569
|
break;
|
|
570
570
|
}
|
|
571
571
|
} else
|
|
572
|
-
|
|
573
|
-
return
|
|
572
|
+
r = !1;
|
|
573
|
+
return s === -1 ? i ? "/" : "." : i && s === 1 ? "//" : e.slice(0, s);
|
|
574
574
|
},
|
|
575
575
|
basename: function(e, n) {
|
|
576
576
|
if (n !== void 0 && typeof n != "string")
|
|
577
577
|
throw new TypeError('"ext" argument must be a string');
|
|
578
|
-
|
|
579
|
-
var
|
|
578
|
+
z(e);
|
|
579
|
+
var i = 0, s = -1, r = !0, o;
|
|
580
580
|
if (n !== void 0 && n.length > 0 && n.length <= e.length) {
|
|
581
581
|
if (n.length === e.length && n === e)
|
|
582
582
|
return "";
|
|
583
583
|
var l = n.length - 1, c = -1;
|
|
584
|
-
for (
|
|
585
|
-
var p = e.charCodeAt(
|
|
584
|
+
for (o = e.length - 1; o >= 0; --o) {
|
|
585
|
+
var p = e.charCodeAt(o);
|
|
586
586
|
if (p === 47) {
|
|
587
|
-
if (!
|
|
588
|
-
|
|
587
|
+
if (!r) {
|
|
588
|
+
i = o + 1;
|
|
589
589
|
break;
|
|
590
590
|
}
|
|
591
591
|
} else
|
|
592
|
-
c === -1 && (
|
|
592
|
+
c === -1 && (r = !1, c = o + 1), l >= 0 && (p === n.charCodeAt(l) ? --l === -1 && (s = o) : (l = -1, s = c));
|
|
593
593
|
}
|
|
594
|
-
return
|
|
594
|
+
return i === s ? s = c : s === -1 && (s = e.length), e.slice(i, s);
|
|
595
595
|
} else {
|
|
596
|
-
for (
|
|
597
|
-
if (e.charCodeAt(
|
|
598
|
-
if (!
|
|
599
|
-
|
|
596
|
+
for (o = e.length - 1; o >= 0; --o)
|
|
597
|
+
if (e.charCodeAt(o) === 47) {
|
|
598
|
+
if (!r) {
|
|
599
|
+
i = o + 1;
|
|
600
600
|
break;
|
|
601
601
|
}
|
|
602
602
|
} else
|
|
603
|
-
|
|
604
|
-
return
|
|
603
|
+
s === -1 && (r = !1, s = o + 1);
|
|
604
|
+
return s === -1 ? "" : e.slice(i, s);
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
extname: function(e) {
|
|
608
|
-
|
|
609
|
-
for (var n = -1,
|
|
608
|
+
z(e);
|
|
609
|
+
for (var n = -1, i = 0, s = -1, r = !0, o = 0, l = e.length - 1; l >= 0; --l) {
|
|
610
610
|
var c = e.charCodeAt(l);
|
|
611
611
|
if (c === 47) {
|
|
612
|
-
if (!
|
|
613
|
-
|
|
612
|
+
if (!r) {
|
|
613
|
+
i = l + 1;
|
|
614
614
|
break;
|
|
615
615
|
}
|
|
616
616
|
continue;
|
|
617
617
|
}
|
|
618
|
-
|
|
618
|
+
s === -1 && (r = !1, s = l + 1), c === 46 ? n === -1 ? n = l : o !== 1 && (o = 1) : n !== -1 && (o = -1);
|
|
619
619
|
}
|
|
620
|
-
return n === -1 ||
|
|
621
|
-
|
|
622
|
-
|
|
620
|
+
return n === -1 || s === -1 || // We saw a non-dot character immediately before the dot
|
|
621
|
+
o === 0 || // The (right-most) trimmed path component is exactly '..'
|
|
622
|
+
o === 1 && n === s - 1 && n === i + 1 ? "" : e.slice(n, s);
|
|
623
623
|
},
|
|
624
624
|
format: function(e) {
|
|
625
625
|
if (e === null || typeof e != "object")
|
|
626
626
|
throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof e);
|
|
627
|
-
return
|
|
627
|
+
return Zt("/", e);
|
|
628
628
|
},
|
|
629
629
|
parse: function(e) {
|
|
630
|
-
|
|
630
|
+
z(e);
|
|
631
631
|
var n = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
632
632
|
if (e.length === 0)
|
|
633
633
|
return n;
|
|
634
|
-
var
|
|
635
|
-
|
|
636
|
-
for (var
|
|
637
|
-
if (
|
|
634
|
+
var i = e.charCodeAt(0), s = i === 47, r;
|
|
635
|
+
s ? (n.root = "/", r = 1) : r = 0;
|
|
636
|
+
for (var o = -1, l = 0, c = -1, p = !0, h = e.length - 1, a = 0; h >= r; --h) {
|
|
637
|
+
if (i = e.charCodeAt(h), i === 47) {
|
|
638
638
|
if (!p) {
|
|
639
639
|
l = h + 1;
|
|
640
640
|
break;
|
|
641
641
|
}
|
|
642
642
|
continue;
|
|
643
643
|
}
|
|
644
|
-
c === -1 && (p = !1, c = h + 1),
|
|
644
|
+
c === -1 && (p = !1, c = h + 1), i === 46 ? o === -1 ? o = h : a !== 1 && (a = 1) : o !== -1 && (a = -1);
|
|
645
645
|
}
|
|
646
|
-
return
|
|
646
|
+
return o === -1 || c === -1 || // We saw a non-dot character immediately before the dot
|
|
647
647
|
a === 0 || // The (right-most) trimmed path component is exactly '..'
|
|
648
|
-
a === 1 &&
|
|
648
|
+
a === 1 && o === c - 1 && o === l + 1 ? c !== -1 && (l === 0 && s ? n.base = n.name = e.slice(1, c) : n.base = n.name = e.slice(l, c)) : (l === 0 && s ? (n.name = e.slice(1, o), n.base = e.slice(1, c)) : (n.name = e.slice(l, o), n.base = e.slice(l, c)), n.ext = e.slice(o, c)), l > 0 ? n.dir = e.slice(0, l - 1) : s && (n.dir = "/"), n;
|
|
649
649
|
},
|
|
650
650
|
sep: "/",
|
|
651
651
|
delimiter: ":",
|
|
652
652
|
win32: null,
|
|
653
653
|
posix: null
|
|
654
654
|
};
|
|
655
|
-
|
|
655
|
+
J.posix = J;
|
|
656
656
|
function L() {
|
|
657
657
|
return ((1 + Math.random()) * 65536 | 0).toString(16).substring(1);
|
|
658
658
|
}
|
|
659
|
-
function
|
|
659
|
+
function $t() {
|
|
660
660
|
return "".concat(L() + L(), "-").concat(L(), "-").concat(L(), "-").concat(L(), "-").concat(L()).concat(L()).concat(L());
|
|
661
661
|
}
|
|
662
|
-
class
|
|
662
|
+
class kt {
|
|
663
663
|
/**
|
|
664
664
|
* 拷贝文本
|
|
665
665
|
*
|
|
@@ -680,123 +680,123 @@ class $t {
|
|
|
680
680
|
* @private
|
|
681
681
|
* @type {(HTMLInputElement | null)}
|
|
682
682
|
*/
|
|
683
|
-
H(
|
|
684
|
-
var
|
|
685
|
-
function
|
|
686
|
-
f.__h && f.__h(
|
|
687
|
-
var n =
|
|
688
|
-
return t >= n.__.length && n.__.push({ __V:
|
|
689
|
-
}
|
|
690
|
-
function
|
|
691
|
-
var n =
|
|
692
|
-
!f.__s &&
|
|
693
|
-
}
|
|
694
|
-
function
|
|
695
|
-
return
|
|
683
|
+
H(kt, "inputElement", null);
|
|
684
|
+
var ue, N, Se, je, _e = 0, St = [], se = [], Xe = f.__b, Je = f.__r, Ze = f.diffed, Ge = f.__c, Ke = f.unmount;
|
|
685
|
+
function Ct(t, e) {
|
|
686
|
+
f.__h && f.__h(N, t, _e || e), _e = 0;
|
|
687
|
+
var n = N.__H || (N.__H = { __: [], __h: [] });
|
|
688
|
+
return t >= n.__.length && n.__.push({ __V: se }), n.__[t];
|
|
689
|
+
}
|
|
690
|
+
function fe(t, e) {
|
|
691
|
+
var n = Ct(ue++, 3);
|
|
692
|
+
!f.__s && Nt(n.__H, e) && (n.__ = t, n.i = e, N.__H.__h.push(n));
|
|
693
|
+
}
|
|
694
|
+
function ye(t) {
|
|
695
|
+
return _e = 5, ee(function() {
|
|
696
696
|
return { current: t };
|
|
697
697
|
}, []);
|
|
698
698
|
}
|
|
699
|
-
function
|
|
700
|
-
var n =
|
|
701
|
-
return
|
|
699
|
+
function ee(t, e) {
|
|
700
|
+
var n = Ct(ue++, 7);
|
|
701
|
+
return Nt(n.__H, e) ? (n.__V = t(), n.i = e, n.__h = t, n.__V) : n.__;
|
|
702
702
|
}
|
|
703
|
-
function
|
|
704
|
-
return
|
|
703
|
+
function Qe(t, e) {
|
|
704
|
+
return _e = 8, ee(function() {
|
|
705
705
|
return t;
|
|
706
706
|
}, e);
|
|
707
707
|
}
|
|
708
|
-
function
|
|
709
|
-
for (var t; t =
|
|
708
|
+
function Gt() {
|
|
709
|
+
for (var t; t = St.shift(); )
|
|
710
710
|
if (t.__P && t.__H)
|
|
711
711
|
try {
|
|
712
|
-
t.__H.__h.forEach(
|
|
712
|
+
t.__H.__h.forEach(oe), t.__H.__h.forEach(Me), t.__H.__h = [];
|
|
713
713
|
} catch (e) {
|
|
714
714
|
t.__H.__h = [], f.__e(e, t.__v);
|
|
715
715
|
}
|
|
716
716
|
}
|
|
717
717
|
f.__b = function(t) {
|
|
718
|
-
|
|
718
|
+
N = null, Xe && Xe(t);
|
|
719
719
|
}, f.__r = function(t) {
|
|
720
|
-
|
|
721
|
-
var e = (
|
|
722
|
-
e && (
|
|
723
|
-
n.__N && (n.__ = n.__N), n.__V =
|
|
724
|
-
})) : (e.__h.forEach(
|
|
720
|
+
Je && Je(t), ue = 0;
|
|
721
|
+
var e = (N = t.__c).__H;
|
|
722
|
+
e && (Se === N ? (e.__h = [], N.__h = [], e.__.forEach(function(n) {
|
|
723
|
+
n.__N && (n.__ = n.__N), n.__V = se, n.__N = n.i = void 0;
|
|
724
|
+
})) : (e.__h.forEach(oe), e.__h.forEach(Me), e.__h = [], ue = 0)), Se = N;
|
|
725
725
|
}, f.diffed = function(t) {
|
|
726
|
-
|
|
726
|
+
Ze && Ze(t);
|
|
727
727
|
var e = t.__c;
|
|
728
|
-
e && e.__H && (e.__H.__h.length && (
|
|
729
|
-
n.i && (n.__H = n.i), n.__V !==
|
|
730
|
-
})),
|
|
728
|
+
e && e.__H && (e.__H.__h.length && (St.push(e) !== 1 && je === f.requestAnimationFrame || ((je = f.requestAnimationFrame) || Kt)(Gt)), e.__H.__.forEach(function(n) {
|
|
729
|
+
n.i && (n.__H = n.i), n.__V !== se && (n.__ = n.__V), n.i = void 0, n.__V = se;
|
|
730
|
+
})), Se = N = null;
|
|
731
731
|
}, f.__c = function(t, e) {
|
|
732
732
|
e.some(function(n) {
|
|
733
733
|
try {
|
|
734
|
-
n.__h.forEach(
|
|
735
|
-
return !
|
|
734
|
+
n.__h.forEach(oe), n.__h = n.__h.filter(function(i) {
|
|
735
|
+
return !i.__ || Me(i);
|
|
736
736
|
});
|
|
737
|
-
} catch (
|
|
738
|
-
e.some(function(
|
|
739
|
-
|
|
740
|
-
}), e = [], f.__e(
|
|
737
|
+
} catch (i) {
|
|
738
|
+
e.some(function(s) {
|
|
739
|
+
s.__h && (s.__h = []);
|
|
740
|
+
}), e = [], f.__e(i, n.__v);
|
|
741
741
|
}
|
|
742
|
-
}),
|
|
742
|
+
}), Ge && Ge(t, e);
|
|
743
743
|
}, f.unmount = function(t) {
|
|
744
|
-
|
|
744
|
+
Ke && Ke(t);
|
|
745
745
|
var e, n = t.__c;
|
|
746
|
-
n && n.__H && (n.__H.__.forEach(function(
|
|
746
|
+
n && n.__H && (n.__H.__.forEach(function(i) {
|
|
747
747
|
try {
|
|
748
|
-
|
|
749
|
-
} catch (
|
|
750
|
-
e =
|
|
748
|
+
oe(i);
|
|
749
|
+
} catch (s) {
|
|
750
|
+
e = s;
|
|
751
751
|
}
|
|
752
752
|
}), n.__H = void 0, e && f.__e(e, n.__v));
|
|
753
753
|
};
|
|
754
|
-
var
|
|
755
|
-
function
|
|
754
|
+
var et = typeof requestAnimationFrame == "function";
|
|
755
|
+
function Kt(t) {
|
|
756
756
|
var e, n = function() {
|
|
757
|
-
clearTimeout(
|
|
758
|
-
},
|
|
759
|
-
|
|
757
|
+
clearTimeout(i), et && cancelAnimationFrame(e), setTimeout(t);
|
|
758
|
+
}, i = setTimeout(n, 100);
|
|
759
|
+
et && (e = requestAnimationFrame(n));
|
|
760
760
|
}
|
|
761
|
-
function
|
|
762
|
-
var e =
|
|
763
|
-
typeof n == "function" && (t.__c = void 0, n()),
|
|
761
|
+
function oe(t) {
|
|
762
|
+
var e = N, n = t.__c;
|
|
763
|
+
typeof n == "function" && (t.__c = void 0, n()), N = e;
|
|
764
764
|
}
|
|
765
|
-
function
|
|
766
|
-
var e =
|
|
767
|
-
t.__c = t.__(),
|
|
765
|
+
function Me(t) {
|
|
766
|
+
var e = N;
|
|
767
|
+
t.__c = t.__(), N = e;
|
|
768
768
|
}
|
|
769
|
-
function
|
|
770
|
-
return !t || t.length !== e.length || e.some(function(n,
|
|
771
|
-
return n !== t[
|
|
769
|
+
function Nt(t, e) {
|
|
770
|
+
return !t || t.length !== e.length || e.some(function(n, i) {
|
|
771
|
+
return n !== t[i];
|
|
772
772
|
});
|
|
773
773
|
}
|
|
774
|
-
function
|
|
774
|
+
function be() {
|
|
775
775
|
throw new Error("Cycle detected");
|
|
776
776
|
}
|
|
777
|
-
var
|
|
778
|
-
function
|
|
779
|
-
if (
|
|
780
|
-
|
|
777
|
+
var Qt = Symbol.for("preact-signals");
|
|
778
|
+
function Te() {
|
|
779
|
+
if (q > 1)
|
|
780
|
+
q--;
|
|
781
781
|
else {
|
|
782
|
-
for (var t, e = !1;
|
|
783
|
-
var n =
|
|
784
|
-
for (
|
|
785
|
-
var
|
|
782
|
+
for (var t, e = !1; Z !== void 0; ) {
|
|
783
|
+
var n = Z;
|
|
784
|
+
for (Z = void 0, He++; n !== void 0; ) {
|
|
785
|
+
var i = n.o;
|
|
786
786
|
if (n.o = void 0, n.f &= -3, !(8 & n.f) && Et(n))
|
|
787
787
|
try {
|
|
788
788
|
n.c();
|
|
789
|
-
} catch (
|
|
790
|
-
e || (t =
|
|
789
|
+
} catch (s) {
|
|
790
|
+
e || (t = s, e = !0);
|
|
791
791
|
}
|
|
792
|
-
n =
|
|
792
|
+
n = i;
|
|
793
793
|
}
|
|
794
794
|
}
|
|
795
|
-
if (
|
|
795
|
+
if (He = 0, q--, e)
|
|
796
796
|
throw t;
|
|
797
797
|
}
|
|
798
798
|
}
|
|
799
|
-
var y = void 0,
|
|
799
|
+
var y = void 0, Z = void 0, q = 0, He = 0, he = 0;
|
|
800
800
|
function xt(t) {
|
|
801
801
|
if (y !== void 0) {
|
|
802
802
|
var e = t.n;
|
|
@@ -809,7 +809,7 @@ function xt(t) {
|
|
|
809
809
|
function k(t) {
|
|
810
810
|
this.v = t, this.i = 0, this.n = void 0, this.t = void 0;
|
|
811
811
|
}
|
|
812
|
-
k.prototype.brand =
|
|
812
|
+
k.prototype.brand = Qt;
|
|
813
813
|
k.prototype.h = function() {
|
|
814
814
|
return !0;
|
|
815
815
|
};
|
|
@@ -824,13 +824,13 @@ k.prototype.U = function(t) {
|
|
|
824
824
|
};
|
|
825
825
|
k.prototype.subscribe = function(t) {
|
|
826
826
|
var e = this;
|
|
827
|
-
return
|
|
828
|
-
var n = e.value,
|
|
827
|
+
return we(function() {
|
|
828
|
+
var n = e.value, i = 32 & this.f;
|
|
829
829
|
this.f &= -33;
|
|
830
830
|
try {
|
|
831
831
|
t(n);
|
|
832
832
|
} finally {
|
|
833
|
-
this.f |=
|
|
833
|
+
this.f |= i;
|
|
834
834
|
}
|
|
835
835
|
});
|
|
836
836
|
};
|
|
@@ -850,19 +850,19 @@ Object.defineProperty(k.prototype, "value", { get: function() {
|
|
|
850
850
|
var t = xt(this);
|
|
851
851
|
return t !== void 0 && (t.i = this.i), this.v;
|
|
852
852
|
}, set: function(t) {
|
|
853
|
-
if (y instanceof
|
|
853
|
+
if (y instanceof D && function() {
|
|
854
854
|
throw new Error("Computed cannot have side-effects");
|
|
855
855
|
}(), t !== this.v) {
|
|
856
|
-
|
|
856
|
+
He > 100 && be(), this.v = t, this.i++, he++, q++;
|
|
857
857
|
try {
|
|
858
858
|
for (var e = this.t; e !== void 0; e = e.x)
|
|
859
859
|
e.t.N();
|
|
860
860
|
} finally {
|
|
861
|
-
|
|
861
|
+
Te();
|
|
862
862
|
}
|
|
863
863
|
}
|
|
864
864
|
} });
|
|
865
|
-
function
|
|
865
|
+
function de(t) {
|
|
866
866
|
return new k(t);
|
|
867
867
|
}
|
|
868
868
|
function Et(t) {
|
|
@@ -871,7 +871,7 @@ function Et(t) {
|
|
|
871
871
|
return !0;
|
|
872
872
|
return !1;
|
|
873
873
|
}
|
|
874
|
-
function
|
|
874
|
+
function At(t) {
|
|
875
875
|
for (var e = t.s; e !== void 0; e = e.n) {
|
|
876
876
|
var n = e.S.n;
|
|
877
877
|
if (n !== void 0 && (e.r = n), e.S.n = e, e.i = -1, e.n === void 0) {
|
|
@@ -880,34 +880,34 @@ function Nt(t) {
|
|
|
880
880
|
}
|
|
881
881
|
}
|
|
882
882
|
}
|
|
883
|
-
function
|
|
883
|
+
function Mt(t) {
|
|
884
884
|
for (var e = t.s, n = void 0; e !== void 0; ) {
|
|
885
|
-
var
|
|
886
|
-
e.i === -1 ? (e.S.U(e),
|
|
885
|
+
var i = e.p;
|
|
886
|
+
e.i === -1 ? (e.S.U(e), i !== void 0 && (i.n = e.n), e.n !== void 0 && (e.n.p = i)) : n = e, e.S.n = e.r, e.r !== void 0 && (e.r = void 0), e = i;
|
|
887
887
|
}
|
|
888
888
|
t.s = n;
|
|
889
889
|
}
|
|
890
|
-
function
|
|
891
|
-
k.call(this, void 0), this.x = t, this.s = void 0, this.g =
|
|
890
|
+
function D(t) {
|
|
891
|
+
k.call(this, void 0), this.x = t, this.s = void 0, this.g = he - 1, this.f = 4;
|
|
892
892
|
}
|
|
893
|
-
(
|
|
893
|
+
(D.prototype = new k()).h = function() {
|
|
894
894
|
if (this.f &= -3, 1 & this.f)
|
|
895
895
|
return !1;
|
|
896
|
-
if ((36 & this.f) == 32 || (this.f &= -5, this.g ===
|
|
896
|
+
if ((36 & this.f) == 32 || (this.f &= -5, this.g === he))
|
|
897
897
|
return !0;
|
|
898
|
-
if (this.g =
|
|
898
|
+
if (this.g = he, this.f |= 1, this.i > 0 && !Et(this))
|
|
899
899
|
return this.f &= -2, !0;
|
|
900
900
|
var t = y;
|
|
901
901
|
try {
|
|
902
|
-
|
|
902
|
+
At(this), y = this;
|
|
903
903
|
var e = this.x();
|
|
904
904
|
(16 & this.f || this.v !== e || this.i === 0) && (this.v = e, this.f &= -17, this.i++);
|
|
905
905
|
} catch (n) {
|
|
906
906
|
this.v = n, this.f |= 16, this.i++;
|
|
907
907
|
}
|
|
908
|
-
return y = t,
|
|
908
|
+
return y = t, Mt(this), this.f &= -2, !0;
|
|
909
909
|
};
|
|
910
|
-
|
|
910
|
+
D.prototype.S = function(t) {
|
|
911
911
|
if (this.t === void 0) {
|
|
912
912
|
this.f |= 36;
|
|
913
913
|
for (var e = this.s; e !== void 0; e = e.n)
|
|
@@ -915,64 +915,64 @@ U.prototype.S = function(t) {
|
|
|
915
915
|
}
|
|
916
916
|
k.prototype.S.call(this, t);
|
|
917
917
|
};
|
|
918
|
-
|
|
918
|
+
D.prototype.U = function(t) {
|
|
919
919
|
if (this.t !== void 0 && (k.prototype.U.call(this, t), this.t === void 0)) {
|
|
920
920
|
this.f &= -33;
|
|
921
921
|
for (var e = this.s; e !== void 0; e = e.n)
|
|
922
922
|
e.S.U(e);
|
|
923
923
|
}
|
|
924
924
|
};
|
|
925
|
-
|
|
925
|
+
D.prototype.N = function() {
|
|
926
926
|
if (!(2 & this.f)) {
|
|
927
927
|
this.f |= 6;
|
|
928
928
|
for (var t = this.t; t !== void 0; t = t.x)
|
|
929
929
|
t.t.N();
|
|
930
930
|
}
|
|
931
931
|
};
|
|
932
|
-
|
|
933
|
-
if (this.h() ||
|
|
932
|
+
D.prototype.peek = function() {
|
|
933
|
+
if (this.h() || be(), 16 & this.f)
|
|
934
934
|
throw this.v;
|
|
935
935
|
return this.v;
|
|
936
936
|
};
|
|
937
|
-
Object.defineProperty(
|
|
938
|
-
1 & this.f &&
|
|
937
|
+
Object.defineProperty(D.prototype, "value", { get: function() {
|
|
938
|
+
1 & this.f && be();
|
|
939
939
|
var t = xt(this);
|
|
940
940
|
if (this.h(), t !== void 0 && (t.i = this.i), 16 & this.f)
|
|
941
941
|
throw this.v;
|
|
942
942
|
return this.v;
|
|
943
943
|
} });
|
|
944
944
|
function Ht(t) {
|
|
945
|
-
return new
|
|
945
|
+
return new D(t);
|
|
946
946
|
}
|
|
947
|
-
function
|
|
947
|
+
function zt(t) {
|
|
948
948
|
var e = t.u;
|
|
949
949
|
if (t.u = void 0, typeof e == "function") {
|
|
950
|
-
|
|
950
|
+
q++;
|
|
951
951
|
var n = y;
|
|
952
952
|
y = void 0;
|
|
953
953
|
try {
|
|
954
954
|
e();
|
|
955
|
-
} catch (
|
|
956
|
-
throw t.f &= -2, t.f |= 8,
|
|
955
|
+
} catch (i) {
|
|
956
|
+
throw t.f &= -2, t.f |= 8, Le(t), i;
|
|
957
957
|
} finally {
|
|
958
|
-
y = n,
|
|
958
|
+
y = n, Te();
|
|
959
959
|
}
|
|
960
960
|
}
|
|
961
961
|
}
|
|
962
|
-
function
|
|
962
|
+
function Le(t) {
|
|
963
963
|
for (var e = t.s; e !== void 0; e = e.n)
|
|
964
964
|
e.S.U(e);
|
|
965
|
-
t.x = void 0, t.s = void 0,
|
|
965
|
+
t.x = void 0, t.s = void 0, zt(t);
|
|
966
966
|
}
|
|
967
|
-
function
|
|
967
|
+
function en(t) {
|
|
968
968
|
if (y !== this)
|
|
969
969
|
throw new Error("Out-of-order effect");
|
|
970
|
-
|
|
970
|
+
Mt(this), y = t, this.f &= -2, 8 & this.f && Le(this), Te();
|
|
971
971
|
}
|
|
972
|
-
function
|
|
972
|
+
function te(t) {
|
|
973
973
|
this.x = t, this.u = void 0, this.s = void 0, this.o = void 0, this.f = 32;
|
|
974
974
|
}
|
|
975
|
-
|
|
975
|
+
te.prototype.c = function() {
|
|
976
976
|
var t = this.S();
|
|
977
977
|
try {
|
|
978
978
|
if (8 & this.f || this.x === void 0)
|
|
@@ -983,19 +983,19 @@ Q.prototype.c = function() {
|
|
|
983
983
|
t();
|
|
984
984
|
}
|
|
985
985
|
};
|
|
986
|
-
|
|
987
|
-
1 & this.f &&
|
|
986
|
+
te.prototype.S = function() {
|
|
987
|
+
1 & this.f && be(), this.f |= 1, this.f &= -9, zt(this), At(this), q++;
|
|
988
988
|
var t = y;
|
|
989
|
-
return y = this,
|
|
989
|
+
return y = this, en.bind(this, t);
|
|
990
990
|
};
|
|
991
|
-
|
|
992
|
-
2 & this.f || (this.f |= 2, this.o =
|
|
991
|
+
te.prototype.N = function() {
|
|
992
|
+
2 & this.f || (this.f |= 2, this.o = Z, Z = this);
|
|
993
993
|
};
|
|
994
|
-
|
|
995
|
-
this.f |= 8, 1 & this.f ||
|
|
994
|
+
te.prototype.d = function() {
|
|
995
|
+
this.f |= 8, 1 & this.f || Le(this);
|
|
996
996
|
};
|
|
997
|
-
function
|
|
998
|
-
var e = new
|
|
997
|
+
function we(t) {
|
|
998
|
+
var e = new te(t);
|
|
999
999
|
try {
|
|
1000
1000
|
e.c();
|
|
1001
1001
|
} catch (n) {
|
|
@@ -1003,448 +1003,525 @@ function ye(t) {
|
|
|
1003
1003
|
}
|
|
1004
1004
|
return e.d.bind(e);
|
|
1005
1005
|
}
|
|
1006
|
-
var
|
|
1007
|
-
function
|
|
1006
|
+
var $e, Ce;
|
|
1007
|
+
function j(t, e) {
|
|
1008
1008
|
f[t] = e.bind(null, f[t] || function() {
|
|
1009
1009
|
});
|
|
1010
1010
|
}
|
|
1011
|
-
function
|
|
1012
|
-
|
|
1011
|
+
function ve(t) {
|
|
1012
|
+
Ce && Ce(), Ce = t && t.S();
|
|
1013
1013
|
}
|
|
1014
|
-
function
|
|
1015
|
-
var e = this, n = t.data,
|
|
1016
|
-
|
|
1017
|
-
var
|
|
1018
|
-
for (var
|
|
1019
|
-
if (
|
|
1020
|
-
|
|
1014
|
+
function Pt(t) {
|
|
1015
|
+
var e = this, n = t.data, i = pe(n);
|
|
1016
|
+
i.value = n;
|
|
1017
|
+
var s = ee(function() {
|
|
1018
|
+
for (var r = e.__v; r = r.__; )
|
|
1019
|
+
if (r.__c) {
|
|
1020
|
+
r.__c.__$f |= 4;
|
|
1021
1021
|
break;
|
|
1022
1022
|
}
|
|
1023
1023
|
return e.__$u.c = function() {
|
|
1024
|
-
var
|
|
1025
|
-
!
|
|
1024
|
+
var o;
|
|
1025
|
+
!ht(s.peek()) && ((o = e.base) == null ? void 0 : o.nodeType) === 3 ? e.base.data = s.peek() : (e.__$f |= 1, e.setState({}));
|
|
1026
1026
|
}, Ht(function() {
|
|
1027
|
-
var
|
|
1028
|
-
return
|
|
1027
|
+
var o = i.value.value;
|
|
1028
|
+
return o === 0 ? 0 : o === !0 ? "" : o || "";
|
|
1029
1029
|
});
|
|
1030
1030
|
}, []);
|
|
1031
|
-
return
|
|
1031
|
+
return s.value;
|
|
1032
1032
|
}
|
|
1033
|
-
|
|
1034
|
-
Object.defineProperties(k.prototype, { constructor: { configurable: !0, value: void 0 }, type: { configurable: !0, value:
|
|
1033
|
+
Pt.displayName = "_st";
|
|
1034
|
+
Object.defineProperties(k.prototype, { constructor: { configurable: !0, value: void 0 }, type: { configurable: !0, value: Pt }, props: { configurable: !0, get: function() {
|
|
1035
1035
|
return { data: this };
|
|
1036
1036
|
} }, __b: { configurable: !0, value: 1 } });
|
|
1037
|
-
|
|
1037
|
+
j("__b", function(t, e) {
|
|
1038
1038
|
if (typeof e.type == "string") {
|
|
1039
|
-
var n,
|
|
1040
|
-
for (var
|
|
1041
|
-
if (
|
|
1042
|
-
var
|
|
1043
|
-
|
|
1039
|
+
var n, i = e.props;
|
|
1040
|
+
for (var s in i)
|
|
1041
|
+
if (s !== "children") {
|
|
1042
|
+
var r = i[s];
|
|
1043
|
+
r instanceof k && (n || (e.__np = n = {}), n[s] = r, i[s] = r.peek());
|
|
1044
1044
|
}
|
|
1045
1045
|
}
|
|
1046
1046
|
t(e);
|
|
1047
1047
|
});
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
var n,
|
|
1051
|
-
|
|
1052
|
-
var
|
|
1053
|
-
return
|
|
1054
|
-
|
|
1055
|
-
}),
|
|
1056
|
-
|
|
1057
|
-
},
|
|
1058
|
-
}())),
|
|
1048
|
+
j("__r", function(t, e) {
|
|
1049
|
+
ve();
|
|
1050
|
+
var n, i = e.__c;
|
|
1051
|
+
i && (i.__$f &= -2, (n = i.__$u) === void 0 && (i.__$u = n = function(s) {
|
|
1052
|
+
var r;
|
|
1053
|
+
return we(function() {
|
|
1054
|
+
r = this;
|
|
1055
|
+
}), r.c = function() {
|
|
1056
|
+
i.__$f |= 1, i.setState({});
|
|
1057
|
+
}, r;
|
|
1058
|
+
}())), $e = i, ve(n), t(e);
|
|
1059
1059
|
});
|
|
1060
|
-
|
|
1061
|
-
|
|
1060
|
+
j("__e", function(t, e, n, i) {
|
|
1061
|
+
ve(), $e = void 0, t(e, n, i);
|
|
1062
1062
|
});
|
|
1063
|
-
|
|
1064
|
-
|
|
1063
|
+
j("diffed", function(t, e) {
|
|
1064
|
+
ve(), $e = void 0;
|
|
1065
1065
|
var n;
|
|
1066
1066
|
if (typeof e.type == "string" && (n = e.__e)) {
|
|
1067
|
-
var
|
|
1068
|
-
if (
|
|
1069
|
-
var
|
|
1070
|
-
if (
|
|
1071
|
-
for (var
|
|
1072
|
-
var l =
|
|
1073
|
-
l !== void 0 && !(
|
|
1067
|
+
var i = e.__np, s = e.props;
|
|
1068
|
+
if (i) {
|
|
1069
|
+
var r = n.U;
|
|
1070
|
+
if (r)
|
|
1071
|
+
for (var o in r) {
|
|
1072
|
+
var l = r[o];
|
|
1073
|
+
l !== void 0 && !(o in i) && (l.d(), r[o] = void 0);
|
|
1074
1074
|
}
|
|
1075
1075
|
else
|
|
1076
|
-
n.U =
|
|
1077
|
-
for (var c in
|
|
1078
|
-
var p =
|
|
1079
|
-
p === void 0 ? (p =
|
|
1076
|
+
n.U = r = {};
|
|
1077
|
+
for (var c in i) {
|
|
1078
|
+
var p = r[c], h = i[c];
|
|
1079
|
+
p === void 0 ? (p = tn(n, c, h, s), r[c] = p) : p.o(h, s);
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
1082
1082
|
}
|
|
1083
1083
|
t(e);
|
|
1084
1084
|
});
|
|
1085
|
-
function
|
|
1086
|
-
var
|
|
1087
|
-
return { o: function(
|
|
1088
|
-
|
|
1089
|
-
}, d:
|
|
1090
|
-
var
|
|
1091
|
-
|
|
1085
|
+
function tn(t, e, n, i) {
|
|
1086
|
+
var s = e in t && t.ownerSVGElement === void 0, r = de(n);
|
|
1087
|
+
return { o: function(o, l) {
|
|
1088
|
+
r.value = o, i = l;
|
|
1089
|
+
}, d: we(function() {
|
|
1090
|
+
var o = r.value.value;
|
|
1091
|
+
i[e] !== o && (i[e] = o, s ? t[e] = o : o ? t.setAttribute(e, o) : t.removeAttribute(e));
|
|
1092
1092
|
}) };
|
|
1093
1093
|
}
|
|
1094
|
-
|
|
1094
|
+
j("unmount", function(t, e) {
|
|
1095
1095
|
if (typeof e.type == "string") {
|
|
1096
1096
|
var n = e.__e;
|
|
1097
1097
|
if (n) {
|
|
1098
|
-
var
|
|
1099
|
-
if (
|
|
1098
|
+
var i = n.U;
|
|
1099
|
+
if (i) {
|
|
1100
1100
|
n.U = void 0;
|
|
1101
|
-
for (var
|
|
1102
|
-
var
|
|
1103
|
-
|
|
1101
|
+
for (var s in i) {
|
|
1102
|
+
var r = i[s];
|
|
1103
|
+
r && r.d();
|
|
1104
1104
|
}
|
|
1105
1105
|
}
|
|
1106
1106
|
}
|
|
1107
1107
|
} else {
|
|
1108
|
-
var
|
|
1109
|
-
if (
|
|
1110
|
-
var l =
|
|
1111
|
-
l && (
|
|
1108
|
+
var o = e.__c;
|
|
1109
|
+
if (o) {
|
|
1110
|
+
var l = o.__$u;
|
|
1111
|
+
l && (o.__$u = void 0, l.d());
|
|
1112
1112
|
}
|
|
1113
1113
|
}
|
|
1114
1114
|
t(e);
|
|
1115
1115
|
});
|
|
1116
|
-
|
|
1117
|
-
(
|
|
1116
|
+
j("__h", function(t, e, n, i) {
|
|
1117
|
+
(i < 3 || i === 9) && (e.__$f |= 2), t(e, n, i);
|
|
1118
1118
|
});
|
|
1119
|
-
|
|
1119
|
+
M.prototype.shouldComponentUpdate = function(t, e) {
|
|
1120
1120
|
var n = this.__$u;
|
|
1121
1121
|
if (!(n && n.s !== void 0 || 4 & this.__$f) || 3 & this.__$f)
|
|
1122
1122
|
return !0;
|
|
1123
|
-
for (var
|
|
1123
|
+
for (var i in e)
|
|
1124
1124
|
return !0;
|
|
1125
|
-
for (var
|
|
1126
|
-
if (
|
|
1125
|
+
for (var s in t)
|
|
1126
|
+
if (s !== "__source" && t[s] !== this.props[s])
|
|
1127
1127
|
return !0;
|
|
1128
|
-
for (var
|
|
1129
|
-
if (!(
|
|
1128
|
+
for (var r in this.props)
|
|
1129
|
+
if (!(r in t))
|
|
1130
1130
|
return !0;
|
|
1131
1131
|
return !1;
|
|
1132
1132
|
};
|
|
1133
|
-
function
|
|
1134
|
-
return
|
|
1135
|
-
return
|
|
1133
|
+
function pe(t) {
|
|
1134
|
+
return ee(function() {
|
|
1135
|
+
return de(t);
|
|
1136
1136
|
}, []);
|
|
1137
1137
|
}
|
|
1138
|
-
function
|
|
1139
|
-
var e =
|
|
1140
|
-
return e.current = t,
|
|
1138
|
+
function Fe(t) {
|
|
1139
|
+
var e = ye(t);
|
|
1140
|
+
return e.current = t, $e.__$f |= 4, ee(function() {
|
|
1141
1141
|
return Ht(function() {
|
|
1142
1142
|
return e.current();
|
|
1143
1143
|
});
|
|
1144
1144
|
}, []);
|
|
1145
1145
|
}
|
|
1146
|
-
function
|
|
1147
|
-
var e =
|
|
1148
|
-
e.current = t,
|
|
1149
|
-
return
|
|
1146
|
+
function nn(t) {
|
|
1147
|
+
var e = ye(t);
|
|
1148
|
+
e.current = t, fe(function() {
|
|
1149
|
+
return we(function() {
|
|
1150
1150
|
return e.current();
|
|
1151
1151
|
});
|
|
1152
1152
|
}, []);
|
|
1153
1153
|
}
|
|
1154
|
-
var
|
|
1155
|
-
function
|
|
1156
|
-
var
|
|
1154
|
+
var rn = 0;
|
|
1155
|
+
function u(t, e, n, i, s, r) {
|
|
1156
|
+
var o, l, c = {};
|
|
1157
1157
|
for (l in e)
|
|
1158
|
-
l == "ref" ?
|
|
1159
|
-
var p = { type: t, props: c, key: n, ref:
|
|
1160
|
-
if (typeof t == "function" && (
|
|
1161
|
-
for (l in
|
|
1162
|
-
c[l] === void 0 && (c[l] =
|
|
1158
|
+
l == "ref" ? o = e[l] : c[l] = e[l];
|
|
1159
|
+
var p = { type: t, props: c, key: n, ref: o, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, __h: null, constructor: void 0, __v: --rn, __source: s, __self: r };
|
|
1160
|
+
if (typeof t == "function" && (o = t.defaultProps))
|
|
1161
|
+
for (l in o)
|
|
1162
|
+
c[l] === void 0 && (c[l] = o[l]);
|
|
1163
1163
|
return f.vnode && f.vnode(p), p;
|
|
1164
1164
|
}
|
|
1165
|
-
const
|
|
1165
|
+
const sn = () => u("svg", {
|
|
1166
1166
|
viewBox: "0 0 1024 1024",
|
|
1167
1167
|
version: "1.1",
|
|
1168
1168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1169
|
-
children:
|
|
1169
|
+
children: u("path", {
|
|
1170
1170
|
d: "M843.904 783.573333 783.573333 843.904 512.042667 572.373333 240.512 843.904 180.181333 783.573333 451.712 512.042667 180.181333 240.512 240.512 180.181333 512.042667 451.712 783.573333 180.181333 843.904 240.512 572.373333 512.042667 843.904 783.573333Z"
|
|
1171
1171
|
})
|
|
1172
|
-
}),
|
|
1172
|
+
}), Rt = () => u("svg", {
|
|
1173
1173
|
className: "icon",
|
|
1174
1174
|
viewBox: "0 0 1024 1024",
|
|
1175
1175
|
version: "1.1",
|
|
1176
1176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1177
|
-
children:
|
|
1177
|
+
children: u("path", {
|
|
1178
1178
|
d: "M900.64 379.808l-263.072-256.032c-36.448-35.328-105.76-35.392-142.304 0.096l-327.04 319.904c-56.416 54.72-70.72 76.704-70.72 150.976l0 143.936c0 132.768 26.976 192 186.912 192l131.872 0c81.12 0 128.448-46.656 193.952-111.264l290.016-297.696c18.592-17.984 29.248-43.968 29.248-71.264C929.504 423.36 918.976 397.6 900.64 379.808zM323.008 786.752c-52.928 0-96-43.072-96-96s43.072-96 96-96 96 43.072 96 96S375.936 786.752 323.008 786.752z"
|
|
1179
1179
|
})
|
|
1180
|
-
}),
|
|
1180
|
+
}), on = () => u("svg", {
|
|
1181
1181
|
viewBox: "0 0 1024 1024",
|
|
1182
1182
|
version: "1.1",
|
|
1183
1183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1184
|
-
children:
|
|
1184
|
+
children: u("path", {
|
|
1185
1185
|
d: "M931.4 498.9L94.9 79.5c-3.4-1.7-7.3-2.1-11-1.2-8.5 2.1-13.8 10.7-11.7 19.3l86.2 352.2c1.3 5.3 5.2 9.6 10.4 11.3l147.7 50.7-147.6 50.7c-5.2 1.8-9.1 6-10.3 11.3L72.2 926.5c-0.9 3.7-0.5 7.6 1.2 10.9 3.9 7.9 13.5 11.1 21.5 7.2l836.5-417c3.1-1.5 5.6-4.1 7.2-7.1 3.9-8 0.7-17.6-7.2-21.6zM170.8 826.3l50.3-205.6 295.2-101.3c2.3-0.8 4.2-2.6 5-5 1.4-4.2-0.8-8.7-5-10.2L221.1 403 171 198.2l628 314.9-628.2 313.2z"
|
|
1186
1186
|
})
|
|
1187
|
-
}),
|
|
1187
|
+
}), Tt = () => u("svg", {
|
|
1188
1188
|
viewBox: "0 0 1024 1024",
|
|
1189
1189
|
version: "1.1",
|
|
1190
1190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1191
|
-
children:
|
|
1191
|
+
children: u("path", {
|
|
1192
1192
|
d: "M962 197.61H747v-60c0-55.14-44.86-100-100-100H377c-55.14 0-100 44.86-100 100v60H62c-11.05 0-20 8.95-20 20s8.95 20 20 20h60v630.57c0 66.17 53.83 120 120 120h540c66.17 0 120-53.83 120-120V237.61h60c11.05 0 20-8.95 20-20s-8.95-20-20-20zM637.34 457.66v260c0 12.01-10.72 21.63-23.06 19.77-9.84-1.48-16.94-10.25-16.94-20.2V458.09c0-9.95 7.1-18.72 16.94-20.2 12.34-1.86 23.06 7.76 23.06 19.77z m-210.68 0v260c0 11-9 20-20 20s-20-9-20-20v-260c0-11 9-20 20-20s20 9 20 20zM317 137.61c0-33.08 26.92-60 60-60h270c33.08 0 60 26.92 60 60v60H317v-60z"
|
|
1193
1193
|
})
|
|
1194
|
-
}),
|
|
1194
|
+
}), Ue = () => u("svg", {
|
|
1195
1195
|
viewBox: "0 0 1024 1024",
|
|
1196
1196
|
version: "1.1",
|
|
1197
1197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1198
|
-
children:
|
|
1198
|
+
children: u("path", {
|
|
1199
1199
|
d: "M511.582491 63.413262C265.134543 63.413262 64.62588 263.921925 64.62588 510.369873s200.508663 446.957635 446.957635 446.957635 446.957635-200.508663 446.957635-446.957635S758.031463 63.413262 511.582491 63.413262zM509.001713 751.859903c-98.517781 0-182.467775-62.623269-214.771505-150.056598l0.327458-0.134053c-2.007727-4.036943-3.38305-8.422833-3.38305-13.237489 0-16.647145 13.494339-30.142507 30.142507-30.142507 13.389962 0 24.358781 8.877181 28.2893 20.955264l0.422625-0.172939c23.269983 65.442478 85.645612 112.503307 158.972665 112.503307 93.106538 0 168.845523-75.738985 168.845523-168.845523s-75.738985-168.845523-168.845523-168.845523c-20.432355 0-39.874149 3.980661-58.013275 10.66899l21.248953 40.742936c2.486634 2.677992 4.0175 6.2831 4.0175 10.243295 0 8.417717-8.404414 14.921851-15.365966 15.07023-0.102331 0-0.206708 0-0.309038 0-0.220011 0-0.427742 0-0.647753-0.013303l-150.579507-6.463202c-5.372358-0.234337-10.229992-3.310396-12.716626-8.093329-2.486634-4.76963-2.236947-10.509355 0.647753-15.055904l80.890308-127.179564c2.8847-4.533246 8.006348-7.151887 13.365402-6.960529 5.372358 0.234337 10.227945 3.312442 12.71458 8.095375l18.580171 35.625382c26.629497-10.855232 55.683207-16.963347 86.168522-16.963347 126.338407 0 229.130537 102.791108 229.130537 229.130537S635.340119 751.859903 509.001713 751.859903z"
|
|
1200
1200
|
})
|
|
1201
|
-
}),
|
|
1201
|
+
}), Lt = () => u("svg", {
|
|
1202
1202
|
viewBox: "0 0 1024 1024",
|
|
1203
1203
|
version: "1.1",
|
|
1204
1204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1205
|
-
children:
|
|
1205
|
+
children: u("path", {
|
|
1206
1206
|
d: "M891.072 822.144V167.36a34.432 34.432 0 0 0-34.432-34.432H201.856C201.856 94.848 232.704 64 270.784 64h620.288C929.152 64 960 94.848 960 132.928v620.288c0 38.08-30.848 68.928-68.928 68.928z m-68.928-551.36v620.288c0 38.08-30.848 68.928-68.928 68.928H132.928A68.928 68.928 0 0 1 64 891.072V270.784c0-38.08 30.848-68.928 68.928-68.928h620.288c38.08 0 68.928 30.848 68.928 68.928z m-137.856 137.856H201.856a34.432 34.432 0 0 0 0 68.864h482.432a34.432 34.432 0 0 0 0-68.864z m0 206.72H201.856a34.432 34.432 0 0 0 0 68.864h482.432a34.432 34.432 0 0 0 0-68.864z"
|
|
1207
1207
|
})
|
|
1208
|
-
}), an = () =>
|
|
1208
|
+
}), an = () => u("svg", {
|
|
1209
1209
|
viewBox: "0 0 1024 1024",
|
|
1210
1210
|
version: "1.1",
|
|
1211
1211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1212
|
-
children:
|
|
1212
|
+
children: u("path", {
|
|
1213
1213
|
d: "M547.4 197.4v46l200.3 0.1L546.1 444l32.4 32.6 201.9-200.7v200.9h46V197.5zM471.4 584.4l-32.6-32.6L243.6 747V547.9h-46v278.7h279v-46H275z"
|
|
1214
1214
|
})
|
|
1215
|
-
}), ln = () =>
|
|
1215
|
+
}), ln = () => u("svg", {
|
|
1216
1216
|
viewBox: "0 0 1024 1024",
|
|
1217
1217
|
version: "1.1",
|
|
1218
1218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1219
|
-
children:
|
|
1219
|
+
children: u("path", {
|
|
1220
1220
|
d: "M544 480V282.944h52.224l0.064 107.968L763.072 224l36.928 36.928-166.976 166.976 108.032-0.128V480H544zM260.928 800l-36.928-36.928 166.912-166.784-107.968-0.064V544H480v197.056h-52.224l0.064-107.968L260.928 800z"
|
|
1221
1221
|
})
|
|
1222
1222
|
});
|
|
1223
|
-
const
|
|
1223
|
+
const S = new U("markdown-message"), cn = (t) => {
|
|
1224
1224
|
const {
|
|
1225
1225
|
message: e,
|
|
1226
1226
|
size: n
|
|
1227
|
-
} = t,
|
|
1228
|
-
|
|
1229
|
-
n >= 0 &&
|
|
1230
|
-
}, [e, n]),
|
|
1231
|
-
|
|
1232
|
-
id:
|
|
1227
|
+
} = t, i = pe($t()), s = pe(null);
|
|
1228
|
+
fe(() => {
|
|
1229
|
+
n >= 0 && s.value && s.value.setMarkdown(e.content);
|
|
1230
|
+
}, [e, n]), fe(() => {
|
|
1231
|
+
s.value = new Bt({
|
|
1232
|
+
id: i,
|
|
1233
1233
|
value: e.content,
|
|
1234
1234
|
editor: {
|
|
1235
1235
|
defaultModel: "previewOnly"
|
|
1236
1236
|
}
|
|
1237
1237
|
});
|
|
1238
1238
|
}, []);
|
|
1239
|
-
const
|
|
1239
|
+
const r = () => {
|
|
1240
1240
|
t.controller.backfill(e);
|
|
1241
|
-
},
|
|
1241
|
+
}, o = () => {
|
|
1242
1242
|
t.controller.deleteMessage(e);
|
|
1243
1243
|
}, l = () => {
|
|
1244
1244
|
t.controller.refreshMessage(e);
|
|
1245
1245
|
}, c = () => {
|
|
1246
1246
|
t.controller.copyMessage(e);
|
|
1247
1247
|
};
|
|
1248
|
-
return
|
|
1249
|
-
className: "".concat(
|
|
1250
|
-
children: [
|
|
1251
|
-
className:
|
|
1252
|
-
children: [
|
|
1253
|
-
className:
|
|
1248
|
+
return u("div", {
|
|
1249
|
+
className: "".concat(S.b(), " ").concat(S.is("loading", e.state === 20)),
|
|
1250
|
+
children: [u("div", {
|
|
1251
|
+
className: S.b("header"),
|
|
1252
|
+
children: [u("div", {
|
|
1253
|
+
className: S.be("header", "caption"),
|
|
1254
1254
|
children: "AI "
|
|
1255
|
-
}),
|
|
1256
|
-
className:
|
|
1257
|
-
children: [
|
|
1258
|
-
className:
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1255
|
+
}), u("div", {
|
|
1256
|
+
className: S.b("header-action-wrapper"),
|
|
1257
|
+
children: [u("div", {
|
|
1258
|
+
className: S.be("header", "action-item"),
|
|
1259
|
+
onClick: r,
|
|
1260
|
+
children: [u(Rt, {}), u("span", {
|
|
1261
|
+
className: S.bem("header", "action-item", "title"),
|
|
1262
|
+
children: "回填"
|
|
1263
|
+
})]
|
|
1264
|
+
}), u("div", {
|
|
1265
|
+
className: S.be("header", "action-item"),
|
|
1265
1266
|
onClick: l,
|
|
1266
|
-
children:
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1267
|
+
children: [u(Ue, {}), u("span", {
|
|
1268
|
+
className: S.bem("header", "action-item", "title"),
|
|
1269
|
+
children: "刷新"
|
|
1270
|
+
})]
|
|
1271
|
+
}), u("div", {
|
|
1272
|
+
className: S.be("header", "action-item"),
|
|
1273
|
+
onClick: o,
|
|
1274
|
+
children: [u(Tt, {}), u("span", {
|
|
1275
|
+
className: S.bem("header", "action-item", "title"),
|
|
1276
|
+
children: "删除"
|
|
1277
|
+
})]
|
|
1278
|
+
}), u("div", {
|
|
1279
|
+
className: S.be("header", "action-item"),
|
|
1275
1280
|
onClick: c,
|
|
1276
|
-
children:
|
|
1281
|
+
children: [u(Lt, {}), u("span", {
|
|
1282
|
+
className: S.bem("header", "action-item", "title"),
|
|
1283
|
+
children: "复制"
|
|
1284
|
+
})]
|
|
1277
1285
|
})]
|
|
1278
1286
|
})]
|
|
1279
|
-
}),
|
|
1280
|
-
className:
|
|
1281
|
-
children:
|
|
1282
|
-
id:
|
|
1287
|
+
}), u("div", {
|
|
1288
|
+
className: S.b("content"),
|
|
1289
|
+
children: u("div", {
|
|
1290
|
+
id: i
|
|
1283
1291
|
})
|
|
1284
|
-
}),
|
|
1285
|
-
className:
|
|
1292
|
+
}), u("div", {
|
|
1293
|
+
className: S.b("footer")
|
|
1286
1294
|
})]
|
|
1287
1295
|
});
|
|
1288
1296
|
};
|
|
1289
|
-
const
|
|
1290
|
-
const e =
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
+
const O = new U("user-message-question"), un = (t) => {
|
|
1298
|
+
const e = Fe(() => t.message.content), n = () => {
|
|
1299
|
+
t.controller.refreshMessage(t.message, !0);
|
|
1300
|
+
};
|
|
1301
|
+
return u("div", {
|
|
1302
|
+
className: O.b(),
|
|
1303
|
+
children: [u("div", {
|
|
1304
|
+
className: O.e("user-header"),
|
|
1305
|
+
children: [u("div", {
|
|
1306
|
+
className: O.e("user-action"),
|
|
1307
|
+
onClick: n,
|
|
1308
|
+
children: [u(Ue, {}), u("span", {
|
|
1309
|
+
className: O.em("user-action", "title"),
|
|
1310
|
+
children: "刷新"
|
|
1311
|
+
})]
|
|
1312
|
+
}), u("div", {
|
|
1313
|
+
className: O.e("user"),
|
|
1314
|
+
children: "我"
|
|
1315
|
+
})]
|
|
1316
|
+
}), u("div", {
|
|
1317
|
+
className: O.e("content"),
|
|
1318
|
+
children: u("div", {
|
|
1319
|
+
dir: "auto",
|
|
1320
|
+
className: O.em("content", "body"),
|
|
1321
|
+
children: u("p", {
|
|
1322
|
+
dir: "auto",
|
|
1323
|
+
children: e
|
|
1324
|
+
})
|
|
1325
|
+
})
|
|
1326
|
+
})]
|
|
1297
1327
|
});
|
|
1298
1328
|
};
|
|
1299
|
-
const
|
|
1300
|
-
const e =
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1329
|
+
const x = new U("error-message"), _n = (t) => {
|
|
1330
|
+
const e = Fe(() => t.message.content), n = () => {
|
|
1331
|
+
t.controller.backfill(t.message);
|
|
1332
|
+
}, i = () => {
|
|
1333
|
+
t.controller.deleteMessage(t.message);
|
|
1334
|
+
}, s = () => {
|
|
1335
|
+
t.controller.refreshMessage(t.message);
|
|
1336
|
+
}, r = () => {
|
|
1337
|
+
t.controller.copyMessage(t.message);
|
|
1338
|
+
};
|
|
1339
|
+
return u("div", {
|
|
1340
|
+
className: x.b(),
|
|
1341
|
+
children: [u("div", {
|
|
1342
|
+
className: x.b("header"),
|
|
1343
|
+
children: [u("div", {
|
|
1344
|
+
className: x.be("header", "caption"),
|
|
1345
|
+
children: "AI "
|
|
1346
|
+
}), u("div", {
|
|
1347
|
+
className: x.b("header-action-wrapper"),
|
|
1348
|
+
children: [u("div", {
|
|
1349
|
+
className: x.be("header", "action-item"),
|
|
1350
|
+
onClick: n,
|
|
1351
|
+
children: [u(Rt, {}), u("span", {
|
|
1352
|
+
className: x.bem("header", "action-item", "title"),
|
|
1353
|
+
children: "回填"
|
|
1354
|
+
})]
|
|
1355
|
+
}), u("div", {
|
|
1356
|
+
className: x.be("header", "action-item"),
|
|
1357
|
+
onClick: s,
|
|
1358
|
+
children: [u(Ue, {}), u("span", {
|
|
1359
|
+
className: x.bem("header", "action-item", "title"),
|
|
1360
|
+
children: "刷新"
|
|
1361
|
+
})]
|
|
1362
|
+
}), u("div", {
|
|
1363
|
+
className: x.be("header", "action-item"),
|
|
1364
|
+
onClick: i,
|
|
1365
|
+
children: [u(Tt, {}), u("span", {
|
|
1366
|
+
className: x.bem("header", "action-item", "title"),
|
|
1367
|
+
children: "删除"
|
|
1368
|
+
})]
|
|
1369
|
+
}), u("div", {
|
|
1370
|
+
className: x.be("header", "action-item"),
|
|
1371
|
+
onClick: r,
|
|
1372
|
+
children: [u(Lt, {}), u("span", {
|
|
1373
|
+
className: x.bem("header", "action-item", "title"),
|
|
1374
|
+
children: "复制"
|
|
1375
|
+
})]
|
|
1376
|
+
})]
|
|
1377
|
+
})]
|
|
1378
|
+
}), u("div", {
|
|
1379
|
+
className: x.e("content"),
|
|
1380
|
+
children: u("span", {
|
|
1381
|
+
children: e
|
|
1382
|
+
})
|
|
1383
|
+
})]
|
|
1307
1384
|
});
|
|
1308
1385
|
};
|
|
1309
|
-
const
|
|
1310
|
-
className:
|
|
1311
|
-
children:
|
|
1312
|
-
className:
|
|
1386
|
+
const tt = new U("unknown-message"), fn = (t) => u("div", {
|
|
1387
|
+
className: tt.b(),
|
|
1388
|
+
children: u("span", {
|
|
1389
|
+
className: tt.e("content"),
|
|
1313
1390
|
children: ["暂未支持的消息类型: ", t.message.type]
|
|
1314
1391
|
})
|
|
1315
|
-
}), hn = new
|
|
1392
|
+
}), hn = new U("chat-message-item"), dn = (t) => {
|
|
1316
1393
|
const {
|
|
1317
1394
|
message: e,
|
|
1318
1395
|
size: n
|
|
1319
1396
|
} = t;
|
|
1320
|
-
let
|
|
1397
|
+
let i = null;
|
|
1321
1398
|
switch (e.type) {
|
|
1322
1399
|
case "DEFAULT":
|
|
1323
|
-
|
|
1400
|
+
i = e.role === "ASSISTANT" ? cn : un;
|
|
1324
1401
|
break;
|
|
1325
1402
|
case "ERROR":
|
|
1326
|
-
|
|
1403
|
+
i = _n;
|
|
1327
1404
|
break;
|
|
1328
1405
|
default:
|
|
1329
|
-
|
|
1406
|
+
i = fn;
|
|
1330
1407
|
}
|
|
1331
|
-
return
|
|
1408
|
+
return u("div", {
|
|
1332
1409
|
className: hn.b(),
|
|
1333
|
-
children:
|
|
1410
|
+
children: K(i, {
|
|
1334
1411
|
size: n,
|
|
1335
1412
|
message: e,
|
|
1336
1413
|
controller: t.controller
|
|
1337
1414
|
})
|
|
1338
1415
|
});
|
|
1339
1416
|
};
|
|
1340
|
-
const vn = new
|
|
1341
|
-
const e =
|
|
1342
|
-
return
|
|
1417
|
+
const vn = new U("chat-messages"), pn = (t) => {
|
|
1418
|
+
const e = ye(null), n = t.controller.messages;
|
|
1419
|
+
return nn(() => {
|
|
1343
1420
|
e.current && n.value.length > 0 && (e.current.scrollTop = e.current.scrollHeight);
|
|
1344
|
-
}),
|
|
1421
|
+
}), u("div", {
|
|
1345
1422
|
ref: e,
|
|
1346
1423
|
className: vn.b(),
|
|
1347
|
-
children: n.value.map((
|
|
1348
|
-
var
|
|
1349
|
-
const
|
|
1350
|
-
return
|
|
1351
|
-
message:
|
|
1352
|
-
size:
|
|
1424
|
+
children: n.value.map((i) => {
|
|
1425
|
+
var r;
|
|
1426
|
+
const s = ((r = i.content) == null ? void 0 : r.length) || 0;
|
|
1427
|
+
return u(dn, {
|
|
1428
|
+
message: i,
|
|
1429
|
+
size: s,
|
|
1353
1430
|
controller: t.controller
|
|
1354
|
-
},
|
|
1431
|
+
}, i.messageid);
|
|
1355
1432
|
})
|
|
1356
1433
|
});
|
|
1357
1434
|
};
|
|
1358
|
-
function
|
|
1435
|
+
function mn(t, e) {
|
|
1359
1436
|
for (var n in e)
|
|
1360
1437
|
t[n] = e[n];
|
|
1361
1438
|
return t;
|
|
1362
1439
|
}
|
|
1363
|
-
function
|
|
1440
|
+
function nt(t, e) {
|
|
1364
1441
|
for (var n in t)
|
|
1365
1442
|
if (n !== "__source" && !(n in e))
|
|
1366
1443
|
return !0;
|
|
1367
|
-
for (var
|
|
1368
|
-
if (
|
|
1444
|
+
for (var i in e)
|
|
1445
|
+
if (i !== "__source" && t[i] !== e[i])
|
|
1369
1446
|
return !0;
|
|
1370
1447
|
return !1;
|
|
1371
1448
|
}
|
|
1372
|
-
function
|
|
1449
|
+
function it(t) {
|
|
1373
1450
|
this.props = t;
|
|
1374
1451
|
}
|
|
1375
|
-
(
|
|
1376
|
-
return
|
|
1452
|
+
(it.prototype = new M()).isPureReactComponent = !0, it.prototype.shouldComponentUpdate = function(t, e) {
|
|
1453
|
+
return nt(this.props, t) || nt(this.state, e);
|
|
1377
1454
|
};
|
|
1378
1455
|
var rt = f.__b;
|
|
1379
1456
|
f.__b = function(t) {
|
|
1380
1457
|
t.type && t.type.__f && t.ref && (t.props.ref = t.ref, t.ref = null), rt && rt(t);
|
|
1381
1458
|
};
|
|
1382
|
-
var
|
|
1383
|
-
f.__e = function(t, e, n,
|
|
1459
|
+
var gn = f.__e;
|
|
1460
|
+
f.__e = function(t, e, n, i) {
|
|
1384
1461
|
if (t.then) {
|
|
1385
|
-
for (var
|
|
1386
|
-
if ((
|
|
1387
|
-
return e.__e == null && (e.__e = n.__e, e.__k = n.__k),
|
|
1462
|
+
for (var s, r = e; r = r.__; )
|
|
1463
|
+
if ((s = r.__c) && s.__c)
|
|
1464
|
+
return e.__e == null && (e.__e = n.__e, e.__k = n.__k), s.__c(t, e);
|
|
1388
1465
|
}
|
|
1389
|
-
|
|
1466
|
+
gn(t, e, n, i);
|
|
1390
1467
|
};
|
|
1391
|
-
var
|
|
1392
|
-
function
|
|
1393
|
-
return t && (t.__c && t.__c.__H && (t.__c.__H.__.forEach(function(
|
|
1394
|
-
typeof
|
|
1395
|
-
}), t.__c.__H = null), (t =
|
|
1396
|
-
return
|
|
1468
|
+
var st = f.unmount;
|
|
1469
|
+
function Ft(t, e, n) {
|
|
1470
|
+
return t && (t.__c && t.__c.__H && (t.__c.__H.__.forEach(function(i) {
|
|
1471
|
+
typeof i.__c == "function" && i.__c();
|
|
1472
|
+
}), t.__c.__H = null), (t = mn({}, t)).__c != null && (t.__c.__P === n && (t.__c.__P = e), t.__c = null), t.__k = t.__k && t.__k.map(function(i) {
|
|
1473
|
+
return Ft(i, e, n);
|
|
1397
1474
|
})), t;
|
|
1398
1475
|
}
|
|
1399
|
-
function
|
|
1400
|
-
return t && n && (t.__v = null, t.__k = t.__k && t.__k.map(function(
|
|
1401
|
-
return
|
|
1476
|
+
function Ut(t, e, n) {
|
|
1477
|
+
return t && n && (t.__v = null, t.__k = t.__k && t.__k.map(function(i) {
|
|
1478
|
+
return Ut(i, e, n);
|
|
1402
1479
|
}), t.__c && t.__c.__P === e && (t.__e && n.insertBefore(t.__e, t.__d), t.__c.__e = !0, t.__c.__P = n)), t;
|
|
1403
1480
|
}
|
|
1404
|
-
function
|
|
1481
|
+
function Ne() {
|
|
1405
1482
|
this.__u = 0, this.t = null, this.__b = null;
|
|
1406
1483
|
}
|
|
1407
|
-
function
|
|
1484
|
+
function Dt(t) {
|
|
1408
1485
|
var e = t.__.__c;
|
|
1409
1486
|
return e && e.__a && e.__a(t);
|
|
1410
1487
|
}
|
|
1411
|
-
function
|
|
1488
|
+
function ie() {
|
|
1412
1489
|
this.u = null, this.o = null;
|
|
1413
1490
|
}
|
|
1414
1491
|
f.unmount = function(t) {
|
|
1415
1492
|
var e = t.__c;
|
|
1416
|
-
e && e.__R && e.__R(), e && t.__h === !0 && (t.type = null),
|
|
1417
|
-
}, (
|
|
1418
|
-
var n = e.__c,
|
|
1419
|
-
|
|
1420
|
-
var
|
|
1421
|
-
|
|
1493
|
+
e && e.__R && e.__R(), e && t.__h === !0 && (t.type = null), st && st(t);
|
|
1494
|
+
}, (Ne.prototype = new M()).__c = function(t, e) {
|
|
1495
|
+
var n = e.__c, i = this;
|
|
1496
|
+
i.t == null && (i.t = []), i.t.push(n);
|
|
1497
|
+
var s = Dt(i.__v), r = !1, o = function() {
|
|
1498
|
+
r || (r = !0, n.__R = null, s ? s(l) : l());
|
|
1422
1499
|
};
|
|
1423
|
-
n.__R =
|
|
1500
|
+
n.__R = o;
|
|
1424
1501
|
var l = function() {
|
|
1425
|
-
if (!--
|
|
1426
|
-
if (
|
|
1427
|
-
var p =
|
|
1428
|
-
|
|
1502
|
+
if (!--i.__u) {
|
|
1503
|
+
if (i.state.__a) {
|
|
1504
|
+
var p = i.state.__a;
|
|
1505
|
+
i.__v.__k[0] = Ut(p, p.__c.__P, p.__c.__O);
|
|
1429
1506
|
}
|
|
1430
1507
|
var h;
|
|
1431
|
-
for (
|
|
1508
|
+
for (i.setState({ __a: i.__b = null }); h = i.t.pop(); )
|
|
1432
1509
|
h.forceUpdate();
|
|
1433
1510
|
}
|
|
1434
1511
|
}, c = e.__h === !0;
|
|
1435
|
-
|
|
1436
|
-
},
|
|
1512
|
+
i.__u++ || c || i.setState({ __a: i.__b = i.__v.__k[0] }), t.then(o, o);
|
|
1513
|
+
}, Ne.prototype.componentWillUnmount = function() {
|
|
1437
1514
|
this.t = [];
|
|
1438
|
-
},
|
|
1515
|
+
}, Ne.prototype.render = function(t, e) {
|
|
1439
1516
|
if (this.__b) {
|
|
1440
1517
|
if (this.__v.__k) {
|
|
1441
|
-
var n = document.createElement("div"),
|
|
1442
|
-
this.__v.__k[0] =
|
|
1518
|
+
var n = document.createElement("div"), i = this.__v.__k[0].__c;
|
|
1519
|
+
this.__v.__k[0] = Ft(this.__b, n, i.__O = i.__P);
|
|
1443
1520
|
}
|
|
1444
1521
|
this.__b = null;
|
|
1445
1522
|
}
|
|
1446
|
-
var
|
|
1447
|
-
return
|
|
1523
|
+
var s = e.__a && K(Y, null, t.fallback);
|
|
1524
|
+
return s && (s.__h = null), [K(Y, null, e.__a ? null : t.children), s];
|
|
1448
1525
|
};
|
|
1449
1526
|
var ot = function(t, e, n) {
|
|
1450
1527
|
if (++n[1] === n[0] && t.o.delete(e), t.props.revealOrder && (t.props.revealOrder[0] !== "t" || !t.o.size))
|
|
@@ -1456,22 +1533,22 @@ var ot = function(t, e, n) {
|
|
|
1456
1533
|
t.u = n = n[2];
|
|
1457
1534
|
}
|
|
1458
1535
|
};
|
|
1459
|
-
(
|
|
1460
|
-
var e = this, n =
|
|
1461
|
-
return
|
|
1462
|
-
var
|
|
1463
|
-
e.props.revealOrder ? (
|
|
1536
|
+
(ie.prototype = new M()).__a = function(t) {
|
|
1537
|
+
var e = this, n = Dt(e.__v), i = e.o.get(t);
|
|
1538
|
+
return i[0]++, function(s) {
|
|
1539
|
+
var r = function() {
|
|
1540
|
+
e.props.revealOrder ? (i.push(s), ot(e, t, i)) : s();
|
|
1464
1541
|
};
|
|
1465
|
-
n ? n(
|
|
1542
|
+
n ? n(r) : r();
|
|
1466
1543
|
};
|
|
1467
|
-
},
|
|
1544
|
+
}, ie.prototype.render = function(t) {
|
|
1468
1545
|
this.u = null, this.o = /* @__PURE__ */ new Map();
|
|
1469
|
-
var e =
|
|
1546
|
+
var e = le(t.children);
|
|
1470
1547
|
t.revealOrder && t.revealOrder[0] === "b" && e.reverse();
|
|
1471
1548
|
for (var n = e.length; n--; )
|
|
1472
1549
|
this.o.set(e[n], this.u = [1, 0, this.u]);
|
|
1473
1550
|
return t.children;
|
|
1474
|
-
},
|
|
1551
|
+
}, ie.prototype.componentDidUpdate = ie.prototype.componentDidMount = function() {
|
|
1475
1552
|
var t = this;
|
|
1476
1553
|
this.o.forEach(function(e, n) {
|
|
1477
1554
|
ot(t, n, e);
|
|
@@ -1480,98 +1557,98 @@ var ot = function(t, e, n) {
|
|
|
1480
1557
|
var yn = typeof Symbol < "u" && Symbol.for && Symbol.for("react.element") || 60103, bn = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/, wn = /^on(Ani|Tra|Tou|BeforeInp|Compo)/, $n = /[A-Z0-9]/g, kn = typeof document < "u", Sn = function(t) {
|
|
1481
1558
|
return (typeof Symbol < "u" && typeof Symbol() == "symbol" ? /fil|che|rad/ : /fil|che|ra/).test(t);
|
|
1482
1559
|
};
|
|
1483
|
-
|
|
1484
|
-
Object.defineProperty(
|
|
1560
|
+
M.prototype.isReactComponent = {}, ["componentWillMount", "componentWillReceiveProps", "componentWillUpdate"].forEach(function(t) {
|
|
1561
|
+
Object.defineProperty(M.prototype, t, { configurable: !0, get: function() {
|
|
1485
1562
|
return this["UNSAFE_" + t];
|
|
1486
1563
|
}, set: function(e) {
|
|
1487
1564
|
Object.defineProperty(this, t, { configurable: !0, writable: !0, value: e });
|
|
1488
1565
|
} });
|
|
1489
1566
|
});
|
|
1490
|
-
var
|
|
1567
|
+
var at = f.event;
|
|
1491
1568
|
function Cn() {
|
|
1492
1569
|
}
|
|
1493
|
-
function
|
|
1570
|
+
function Nn() {
|
|
1494
1571
|
return this.cancelBubble;
|
|
1495
1572
|
}
|
|
1496
|
-
function
|
|
1573
|
+
function xn() {
|
|
1497
1574
|
return this.defaultPrevented;
|
|
1498
1575
|
}
|
|
1499
1576
|
f.event = function(t) {
|
|
1500
|
-
return
|
|
1577
|
+
return at && (t = at(t)), t.persist = Cn, t.isPropagationStopped = Nn, t.isDefaultPrevented = xn, t.nativeEvent = t;
|
|
1501
1578
|
};
|
|
1502
|
-
var
|
|
1579
|
+
var En = { enumerable: !1, configurable: !0, get: function() {
|
|
1503
1580
|
return this.class;
|
|
1504
|
-
} },
|
|
1581
|
+
} }, lt = f.vnode;
|
|
1505
1582
|
f.vnode = function(t) {
|
|
1506
1583
|
typeof t.type == "string" && function(e) {
|
|
1507
|
-
var n = e.props,
|
|
1508
|
-
for (var
|
|
1509
|
-
var
|
|
1510
|
-
if (!(
|
|
1511
|
-
var l =
|
|
1512
|
-
|
|
1584
|
+
var n = e.props, i = e.type, s = {};
|
|
1585
|
+
for (var r in n) {
|
|
1586
|
+
var o = n[r];
|
|
1587
|
+
if (!(r === "value" && "defaultValue" in n && o == null || kn && r === "children" && i === "noscript" || r === "class" || r === "className")) {
|
|
1588
|
+
var l = r.toLowerCase();
|
|
1589
|
+
r === "defaultValue" && "value" in n && n.value == null ? r = "value" : r === "download" && o === !0 ? o = "" : l === "ondoubleclick" ? r = "ondblclick" : l !== "onchange" || i !== "input" && i !== "textarea" || Sn(n.type) ? l === "onfocus" ? r = "onfocusin" : l === "onblur" ? r = "onfocusout" : wn.test(r) ? r = l : i.indexOf("-") === -1 && bn.test(r) ? r = r.replace($n, "-$&").toLowerCase() : o === null && (o = void 0) : l = r = "oninput", l === "oninput" && s[r = l] && (r = "oninputCapture"), s[r] = o;
|
|
1513
1590
|
}
|
|
1514
1591
|
}
|
|
1515
|
-
|
|
1516
|
-
c.props.selected =
|
|
1517
|
-
})),
|
|
1518
|
-
c.props.selected =
|
|
1519
|
-
})), n.class && !n.className ? (
|
|
1520
|
-
}(t), t.$$typeof = yn,
|
|
1592
|
+
i == "select" && s.multiple && Array.isArray(s.value) && (s.value = le(n.children).forEach(function(c) {
|
|
1593
|
+
c.props.selected = s.value.indexOf(c.props.value) != -1;
|
|
1594
|
+
})), i == "select" && s.defaultValue != null && (s.value = le(n.children).forEach(function(c) {
|
|
1595
|
+
c.props.selected = s.multiple ? s.defaultValue.indexOf(c.props.value) != -1 : s.defaultValue == c.props.value;
|
|
1596
|
+
})), n.class && !n.className ? (s.class = n.class, Object.defineProperty(s, "className", En)) : (n.className && !n.class || n.class && n.className) && (s.class = s.className = n.className), e.props = s;
|
|
1597
|
+
}(t), t.$$typeof = yn, lt && lt(t);
|
|
1521
1598
|
};
|
|
1522
|
-
var
|
|
1599
|
+
var ct = f.__r;
|
|
1523
1600
|
f.__r = function(t) {
|
|
1524
|
-
|
|
1601
|
+
ct && ct(t), t.__c;
|
|
1525
1602
|
};
|
|
1526
|
-
var
|
|
1603
|
+
var ut = f.diffed;
|
|
1527
1604
|
f.diffed = function(t) {
|
|
1528
|
-
|
|
1605
|
+
ut && ut(t);
|
|
1529
1606
|
var e = t.props, n = t.__e;
|
|
1530
1607
|
n != null && t.type === "textarea" && "value" in e && e.value !== n.value && (n.value = e.value == null ? "" : e.value);
|
|
1531
1608
|
};
|
|
1532
|
-
var
|
|
1609
|
+
var G = /* @__PURE__ */ new Map();
|
|
1533
1610
|
function An(t) {
|
|
1534
|
-
var e =
|
|
1611
|
+
var e = G.get(t);
|
|
1535
1612
|
e && e.destroy();
|
|
1536
1613
|
}
|
|
1537
|
-
function
|
|
1538
|
-
var e =
|
|
1614
|
+
function Mn(t) {
|
|
1615
|
+
var e = G.get(t);
|
|
1539
1616
|
e && e.update();
|
|
1540
1617
|
}
|
|
1541
|
-
var
|
|
1542
|
-
typeof window > "u" ? ((
|
|
1618
|
+
var X = null;
|
|
1619
|
+
typeof window > "u" ? ((X = function(t) {
|
|
1543
1620
|
return t;
|
|
1544
1621
|
}).destroy = function(t) {
|
|
1545
1622
|
return t;
|
|
1546
|
-
},
|
|
1623
|
+
}, X.update = function(t) {
|
|
1547
1624
|
return t;
|
|
1548
|
-
}) : ((
|
|
1625
|
+
}) : ((X = function(t, e) {
|
|
1549
1626
|
return t && Array.prototype.forEach.call(t.length ? t : [t], function(n) {
|
|
1550
|
-
return function(
|
|
1551
|
-
if (
|
|
1552
|
-
var
|
|
1553
|
-
p({ testForHeightReduction:
|
|
1627
|
+
return function(i) {
|
|
1628
|
+
if (i && i.nodeName && i.nodeName === "TEXTAREA" && !G.has(i)) {
|
|
1629
|
+
var s, r = null, o = window.getComputedStyle(i), l = (s = i.value, function() {
|
|
1630
|
+
p({ testForHeightReduction: s === "" || !i.value.startsWith(s), restoreTextAlign: null }), s = i.value;
|
|
1554
1631
|
}), c = (function(a) {
|
|
1555
|
-
|
|
1556
|
-
return
|
|
1557
|
-
}),
|
|
1558
|
-
}).bind(
|
|
1559
|
-
|
|
1632
|
+
i.removeEventListener("autosize:destroy", c), i.removeEventListener("autosize:update", h), i.removeEventListener("input", l), window.removeEventListener("resize", h), Object.keys(a).forEach(function(m) {
|
|
1633
|
+
return i.style[m] = a[m];
|
|
1634
|
+
}), G.delete(i);
|
|
1635
|
+
}).bind(i, { height: i.style.height, resize: i.style.resize, textAlign: i.style.textAlign, overflowY: i.style.overflowY, overflowX: i.style.overflowX, wordWrap: i.style.wordWrap });
|
|
1636
|
+
i.addEventListener("autosize:destroy", c), i.addEventListener("autosize:update", h), i.addEventListener("input", l), window.addEventListener("resize", h), i.style.overflowX = "hidden", i.style.wordWrap = "break-word", G.set(i, { destroy: c, update: h }), h();
|
|
1560
1637
|
}
|
|
1561
1638
|
function p(a) {
|
|
1562
|
-
var
|
|
1563
|
-
if (
|
|
1639
|
+
var m, d, _ = a.restoreTextAlign, v = _ === void 0 ? null : _, P = a.testForHeightReduction, g = P === void 0 || P, b = o.overflowY;
|
|
1640
|
+
if (i.scrollHeight !== 0 && (o.resize === "vertical" ? i.style.resize = "none" : o.resize === "both" && (i.style.resize = "horizontal"), g && (m = function(w) {
|
|
1564
1641
|
for (var $ = []; w && w.parentNode && w.parentNode instanceof Element; )
|
|
1565
1642
|
w.parentNode.scrollTop && $.push([w.parentNode, w.parentNode.scrollTop]), w = w.parentNode;
|
|
1566
1643
|
return function() {
|
|
1567
|
-
return $.forEach(function(
|
|
1568
|
-
var
|
|
1569
|
-
|
|
1644
|
+
return $.forEach(function(R) {
|
|
1645
|
+
var E = R[0], T = R[1];
|
|
1646
|
+
E.style.scrollBehavior = "auto", E.scrollTop = T, E.style.scrollBehavior = null;
|
|
1570
1647
|
});
|
|
1571
1648
|
};
|
|
1572
|
-
}(
|
|
1573
|
-
var
|
|
1574
|
-
|
|
1649
|
+
}(i), i.style.height = ""), d = o.boxSizing === "content-box" ? i.scrollHeight - (parseFloat(o.paddingTop) + parseFloat(o.paddingBottom)) : i.scrollHeight + parseFloat(o.borderTopWidth) + parseFloat(o.borderBottomWidth), o.maxHeight !== "none" && d > parseFloat(o.maxHeight) ? (o.overflowY === "hidden" && (i.style.overflow = "scroll"), d = parseFloat(o.maxHeight)) : o.overflowY !== "hidden" && (i.style.overflow = "hidden"), i.style.height = d + "px", v && (i.style.textAlign = v), m && m(), r !== d && (i.dispatchEvent(new Event("autosize:resized", { bubbles: !0 })), r = d), b !== o.overflow && !v)) {
|
|
1650
|
+
var C = o.textAlign;
|
|
1651
|
+
o.overflow === "hidden" && (i.style.textAlign = C === "start" ? "end" : "start"), p({ restoreTextAlign: C, testForHeightReduction: !0 });
|
|
1575
1652
|
}
|
|
1576
1653
|
}
|
|
1577
1654
|
function h() {
|
|
@@ -1581,63 +1658,62 @@ typeof window > "u" ? ((Y = function(t) {
|
|
|
1581
1658
|
}), t;
|
|
1582
1659
|
}).destroy = function(t) {
|
|
1583
1660
|
return t && Array.prototype.forEach.call(t.length ? t : [t], An), t;
|
|
1584
|
-
},
|
|
1585
|
-
return t && Array.prototype.forEach.call(t.length ? t : [t],
|
|
1661
|
+
}, X.update = function(t) {
|
|
1662
|
+
return t && Array.prototype.forEach.call(t.length ? t : [t], Mn), t;
|
|
1586
1663
|
});
|
|
1587
|
-
var
|
|
1588
|
-
const
|
|
1589
|
-
const e =
|
|
1664
|
+
var _t = X;
|
|
1665
|
+
const W = new U("chat-input"), Hn = (t) => {
|
|
1666
|
+
const e = ye(null), n = t.controller.input, i = pe(!1), s = Qe((c) => {
|
|
1590
1667
|
n.value = c.target.value;
|
|
1591
|
-
}, [n]),
|
|
1592
|
-
|
|
1593
|
-
e.current &&
|
|
1668
|
+
}, [n]), r = Fe(() => n.value.length <= 0 || i.value === !0);
|
|
1669
|
+
fe(() => (e.current && _t(e.current), () => {
|
|
1670
|
+
e.current && _t.destroy(e.current);
|
|
1594
1671
|
}), [e]);
|
|
1595
|
-
const
|
|
1596
|
-
|
|
1672
|
+
const o = Qe(async () => {
|
|
1673
|
+
i.value = !0;
|
|
1597
1674
|
try {
|
|
1598
1675
|
await t.controller.question(n.value), n.value = "";
|
|
1599
1676
|
} catch (c) {
|
|
1600
1677
|
console.error(c);
|
|
1601
1678
|
} finally {
|
|
1602
|
-
|
|
1679
|
+
i.value = !1;
|
|
1603
1680
|
}
|
|
1604
|
-
}, [n,
|
|
1605
|
-
c.code === "Enter" && (c.stopPropagation(), c.shiftKey === !1 &&
|
|
1681
|
+
}, [n, i]), l = (c) => {
|
|
1682
|
+
c.code === "Enter" && (c.stopPropagation(), c.shiftKey === !1 && o());
|
|
1606
1683
|
};
|
|
1607
|
-
return
|
|
1608
|
-
className:
|
|
1609
|
-
children: [
|
|
1610
|
-
className:
|
|
1684
|
+
return u("div", {
|
|
1685
|
+
className: W.b(),
|
|
1686
|
+
children: [u("textarea", {
|
|
1687
|
+
className: W.e("textarea"),
|
|
1611
1688
|
type: "text",
|
|
1612
|
-
wrap: "off",
|
|
1613
1689
|
rows: 6,
|
|
1614
1690
|
autoCorrect: "off",
|
|
1615
1691
|
autoCapitalize: "off",
|
|
1616
1692
|
autoComplete: "off",
|
|
1617
1693
|
value: n,
|
|
1618
|
-
onInput:
|
|
1694
|
+
onInput: s,
|
|
1619
1695
|
onKeyDown: l,
|
|
1620
1696
|
ref: e,
|
|
1621
|
-
disabled:
|
|
1622
|
-
}),
|
|
1623
|
-
className:
|
|
1624
|
-
children:
|
|
1625
|
-
title:
|
|
1626
|
-
className: "".concat(
|
|
1627
|
-
onClick:
|
|
1628
|
-
disabled:
|
|
1629
|
-
children:
|
|
1697
|
+
disabled: i
|
|
1698
|
+
}), u("div", {
|
|
1699
|
+
className: W.b("action-wrapper"),
|
|
1700
|
+
children: u("div", {
|
|
1701
|
+
title: i ? "思考中..." : "发送消息",
|
|
1702
|
+
className: "".concat(W.be("action-wrapper", "action-item"), " ").concat(W.is("disabled", r.value), " ").concat(W.is("loading", i.value)),
|
|
1703
|
+
onClick: o,
|
|
1704
|
+
disabled: r,
|
|
1705
|
+
children: u(on, {})
|
|
1630
1706
|
})
|
|
1631
1707
|
})]
|
|
1632
1708
|
});
|
|
1633
1709
|
};
|
|
1634
|
-
var
|
|
1635
|
-
class zn extends
|
|
1710
|
+
var ze = /* @__PURE__ */ ((t) => (t.STYLE_CACHE = "ai-chat-style-cache", t))(ze || {});
|
|
1711
|
+
class zn extends M {
|
|
1636
1712
|
constructor(n) {
|
|
1637
1713
|
super(n);
|
|
1638
|
-
H(this, "ns", new
|
|
1639
|
-
H(this, "containerRef",
|
|
1640
|
-
H(this, "dragHandle",
|
|
1714
|
+
H(this, "ns", new U("chat-container"));
|
|
1715
|
+
H(this, "containerRef", Ve());
|
|
1716
|
+
H(this, "dragHandle", Ve());
|
|
1641
1717
|
H(this, "data", {
|
|
1642
1718
|
x: window.innerWidth - 600 - 100,
|
|
1643
1719
|
y: 100,
|
|
@@ -1663,10 +1739,10 @@ class zn extends A {
|
|
|
1663
1739
|
Object.assign(this.containerRef.current.style, this.calcStyle());
|
|
1664
1740
|
}
|
|
1665
1741
|
componentDidMount() {
|
|
1666
|
-
const n = localStorage.getItem(
|
|
1742
|
+
const n = localStorage.getItem(ze.STYLE_CACHE);
|
|
1667
1743
|
n && (this.data = JSON.parse(n), this.data.x > window.innerWidth && (this.data.x = window.innerWidth - 100), this.data.y > window.innerHeight && (this.data.y = window.innerHeight - 100)), this.setStyle();
|
|
1668
|
-
const
|
|
1669
|
-
|
|
1744
|
+
const i = this.data;
|
|
1745
|
+
ke(this.containerRef.current).resizable({
|
|
1670
1746
|
// 可拖拽的边缘
|
|
1671
1747
|
edges: {
|
|
1672
1748
|
top: !1,
|
|
@@ -1677,27 +1753,27 @@ class zn extends A {
|
|
|
1677
1753
|
margin: 6,
|
|
1678
1754
|
modifiers: [
|
|
1679
1755
|
// 保持在父对象内部
|
|
1680
|
-
|
|
1756
|
+
ke.modifiers.restrictEdges({
|
|
1681
1757
|
outer: document.body
|
|
1682
1758
|
}),
|
|
1683
1759
|
// 缩放最小宽度
|
|
1684
|
-
|
|
1760
|
+
ke.modifiers.restrictSize({
|
|
1685
1761
|
min: {
|
|
1686
|
-
width:
|
|
1687
|
-
height:
|
|
1762
|
+
width: i.minWidth,
|
|
1763
|
+
height: i.minHeight
|
|
1688
1764
|
}
|
|
1689
1765
|
})
|
|
1690
1766
|
],
|
|
1691
1767
|
inertia: !0,
|
|
1692
1768
|
listeners: {
|
|
1693
|
-
move: (
|
|
1694
|
-
|
|
1769
|
+
move: (s) => {
|
|
1770
|
+
i.x += s.deltaRect.left, i.y += s.deltaRect.top, i.width = s.rect.width, i.height = s.rect.height, this.setStyle();
|
|
1695
1771
|
}
|
|
1696
1772
|
}
|
|
1697
1773
|
});
|
|
1698
1774
|
}
|
|
1699
1775
|
componentWillUnmount() {
|
|
1700
|
-
localStorage.setItem(
|
|
1776
|
+
localStorage.setItem(ze.STYLE_CACHE, JSON.stringify(this.data));
|
|
1701
1777
|
}
|
|
1702
1778
|
/**
|
|
1703
1779
|
* 关闭聊天窗口
|
|
@@ -1718,7 +1794,7 @@ class zn extends A {
|
|
|
1718
1794
|
const n = this.containerRef.current;
|
|
1719
1795
|
n && (n.requestFullscreen(), this.setState({
|
|
1720
1796
|
isFullScreen: !0
|
|
1721
|
-
}));
|
|
1797
|
+
}), this.props.fullscreen(!0));
|
|
1722
1798
|
}
|
|
1723
1799
|
/**
|
|
1724
1800
|
* 关闭全屏
|
|
@@ -1729,49 +1805,49 @@ class zn extends A {
|
|
|
1729
1805
|
closeFullScreen() {
|
|
1730
1806
|
this.state.isFullScreen && (document == null || document.exitFullscreen(), this.setState({
|
|
1731
1807
|
isFullScreen: !1
|
|
1732
|
-
}));
|
|
1808
|
+
}), this.props.fullscreen(!1));
|
|
1733
1809
|
}
|
|
1734
1810
|
render() {
|
|
1735
|
-
return
|
|
1811
|
+
return u("div", {
|
|
1736
1812
|
className: "\n ".concat(this.ns.b(), "\n ").concat(this.ns.is("full-screen", this.state.isFullScreen)),
|
|
1737
1813
|
ref: this.containerRef,
|
|
1738
|
-
children: [
|
|
1814
|
+
children: [u("div", {
|
|
1739
1815
|
ref: this.dragHandle,
|
|
1740
1816
|
className: this.ns.b("header"),
|
|
1741
|
-
children: [
|
|
1817
|
+
children: [u("div", {
|
|
1742
1818
|
className: this.ns.b("header-caption"),
|
|
1743
|
-
children: "
|
|
1744
|
-
}),
|
|
1819
|
+
children: this.props.caption || "AIChart"
|
|
1820
|
+
}), u("div", {
|
|
1745
1821
|
className: this.ns.b("header-action-wrapper"),
|
|
1746
|
-
children: [this.state.isFullScreen ?
|
|
1822
|
+
children: [this.state.isFullScreen ? u("div", {
|
|
1747
1823
|
className: "".concat(this.ns.be("header-action-wrapper", "action-item"), " ").concat(this.ns.be("header-action-wrapper", "close-full-screen")),
|
|
1748
1824
|
onClick: this.closeFullScreen.bind(this),
|
|
1749
|
-
children:
|
|
1750
|
-
}) :
|
|
1825
|
+
children: u(ln, {})
|
|
1826
|
+
}) : u("div", {
|
|
1751
1827
|
className: "".concat(this.ns.be("header-action-wrapper", "action-item"), " ").concat(this.ns.be("header-action-wrapper", "full-screen")),
|
|
1752
1828
|
onClick: this.fullScreen.bind(this),
|
|
1753
|
-
children:
|
|
1754
|
-
}),
|
|
1829
|
+
children: u(an, {})
|
|
1830
|
+
}), u("div", {
|
|
1755
1831
|
className: "".concat(this.ns.be("header-action-wrapper", "action-item"), " ").concat(this.ns.be("header-action-wrapper", "action-close")),
|
|
1756
1832
|
onClick: this.close.bind(this),
|
|
1757
|
-
children:
|
|
1833
|
+
children: u(sn, {})
|
|
1758
1834
|
})]
|
|
1759
1835
|
})]
|
|
1760
|
-
}),
|
|
1836
|
+
}), u("div", {
|
|
1761
1837
|
className: this.ns.b("content"),
|
|
1762
|
-
children:
|
|
1838
|
+
children: u(pn, {
|
|
1763
1839
|
controller: this.props.controller
|
|
1764
1840
|
})
|
|
1765
|
-
}),
|
|
1841
|
+
}), u("div", {
|
|
1766
1842
|
className: this.ns.b("footer"),
|
|
1767
|
-
children:
|
|
1843
|
+
children: u(Hn, {
|
|
1768
1844
|
controller: this.props.controller
|
|
1769
1845
|
})
|
|
1770
1846
|
})]
|
|
1771
1847
|
});
|
|
1772
1848
|
}
|
|
1773
1849
|
}
|
|
1774
|
-
class
|
|
1850
|
+
class xe {
|
|
1775
1851
|
constructor(e) {
|
|
1776
1852
|
this.msg = e;
|
|
1777
1853
|
}
|
|
@@ -1820,7 +1896,7 @@ class Pn {
|
|
|
1820
1896
|
* @date 2023-10-16 16:10:29
|
|
1821
1897
|
* @type {Signal<ChatMessage[]>}
|
|
1822
1898
|
*/
|
|
1823
|
-
H(this, "messages",
|
|
1899
|
+
H(this, "messages", de([]));
|
|
1824
1900
|
/**
|
|
1825
1901
|
* 聊天框输入值
|
|
1826
1902
|
*
|
|
@@ -1828,7 +1904,7 @@ class Pn {
|
|
|
1828
1904
|
* @date 2023-10-16 15:10:43
|
|
1829
1905
|
* @type {Signal<string>}
|
|
1830
1906
|
*/
|
|
1831
|
-
H(this, "input",
|
|
1907
|
+
H(this, "input", de(""));
|
|
1832
1908
|
this.opts = e;
|
|
1833
1909
|
}
|
|
1834
1910
|
/**
|
|
@@ -1849,8 +1925,8 @@ class Pn {
|
|
|
1849
1925
|
* @param {IMessage} data
|
|
1850
1926
|
*/
|
|
1851
1927
|
addMessage(e) {
|
|
1852
|
-
const n = this.messages.value.find((
|
|
1853
|
-
n ? (n.update(e), this.messages.value = [...this.messages.value]) : this.messages.value = [...this.messages.value, new
|
|
1928
|
+
const n = this.messages.value.find((i) => i.messageid === e.messageid);
|
|
1929
|
+
n ? (n.update(e), this.messages.value = [...this.messages.value]) : this.messages.value = [...this.messages.value, new xe(e)];
|
|
1854
1930
|
}
|
|
1855
1931
|
/**
|
|
1856
1932
|
* 替换已经存在的聊天消息
|
|
@@ -1860,8 +1936,8 @@ class Pn {
|
|
|
1860
1936
|
* @param {IChatMessage} data
|
|
1861
1937
|
*/
|
|
1862
1938
|
replaceMessage(e) {
|
|
1863
|
-
const n = this.messages.value.findIndex((
|
|
1864
|
-
n !== -1 ? (this.messages.value[n] = new
|
|
1939
|
+
const n = this.messages.value.findIndex((i) => i.messageid === e.messageid);
|
|
1940
|
+
n !== -1 ? (this.messages.value[n] = new xe(e), this.messages.value = [...this.messages.value]) : this.messages.value = [...this.messages.value, new xe(e)];
|
|
1865
1941
|
}
|
|
1866
1942
|
/**
|
|
1867
1943
|
* 提问
|
|
@@ -1873,11 +1949,11 @@ class Pn {
|
|
|
1873
1949
|
async question(e) {
|
|
1874
1950
|
this.addMessage({
|
|
1875
1951
|
state: 30,
|
|
1876
|
-
messageid:
|
|
1952
|
+
messageid: $t(),
|
|
1877
1953
|
role: "USER",
|
|
1878
1954
|
type: "DEFAULT",
|
|
1879
1955
|
content: e
|
|
1880
|
-
}), await this.opts.question(this.messages.value.filter((n) => n.type !== "ERROR").map((n) => n._origin));
|
|
1956
|
+
}), await this.opts.question(this.messages.value.filter((n) => n.type !== "ERROR").map((n) => n._origin)), this.opts.action && this.opts.action("question", e);
|
|
1881
1957
|
}
|
|
1882
1958
|
/**
|
|
1883
1959
|
* 回填选中的消息
|
|
@@ -1890,22 +1966,32 @@ class Pn {
|
|
|
1890
1966
|
this.opts.action && this.opts.action("backfill", e);
|
|
1891
1967
|
}
|
|
1892
1968
|
/**
|
|
1893
|
-
* 删除指定消息
|
|
1894
1969
|
*
|
|
1970
|
+
* 删除指定消息,如果是用户提问的刷新调用的删除,则需要删除从问题开始到最后的所有记录
|
|
1895
1971
|
* @param {IChatMessage} message
|
|
1972
|
+
* @param {boolean} [isuser=false]
|
|
1896
1973
|
* @memberof AiChatController
|
|
1897
1974
|
*/
|
|
1898
1975
|
deleteMessage(e) {
|
|
1899
|
-
const n = this.messages.value.findIndex((
|
|
1900
|
-
n !== -1 && (this.messages.value.splice(n, 1), this.messages.value = [...this.messages.value]);
|
|
1976
|
+
const n = this.messages.value.findIndex((i) => i.messageid === e.messageid);
|
|
1977
|
+
n !== -1 && (this.messages.value.splice(n, 1), this.messages.value = [...this.messages.value]), this.opts.action && this.opts.action("deletemsg", e);
|
|
1901
1978
|
}
|
|
1902
1979
|
/**
|
|
1903
1980
|
* 刷新当前消息
|
|
1904
1981
|
*
|
|
1905
1982
|
* @memberof AiChatController
|
|
1906
1983
|
*/
|
|
1907
|
-
async refreshMessage(e) {
|
|
1908
|
-
|
|
1984
|
+
async refreshMessage(e, n = !1) {
|
|
1985
|
+
const i = this.messages.value.findIndex((s) => s.messageid === e.messageid);
|
|
1986
|
+
if (n)
|
|
1987
|
+
this.messages.value.splice(i + 1, this.messages.value.length - i - 1), this.messages.value = [...this.messages.value], await this.opts.question(this.messages.value.filter((s) => s.type !== "ERROR").map((s) => s._origin));
|
|
1988
|
+
else if (i === this.messages.value.length - 1)
|
|
1989
|
+
this.messages.value.pop(), this.messages.value = [...this.messages.value], await this.opts.question(this.messages.value.filter((s) => s.type !== "ERROR").map((s) => s._origin));
|
|
1990
|
+
else {
|
|
1991
|
+
const s = this.messages.value[i - 1].content;
|
|
1992
|
+
this.messages.value.splice(i - 1, 2), this.question(s);
|
|
1993
|
+
}
|
|
1994
|
+
this.opts.action && this.opts.action("refreshmsg", e);
|
|
1909
1995
|
}
|
|
1910
1996
|
/**
|
|
1911
1997
|
* 复制消息
|
|
@@ -1915,10 +2001,10 @@ class Pn {
|
|
|
1915
2001
|
*/
|
|
1916
2002
|
copyMessage(e) {
|
|
1917
2003
|
const n = e.content;
|
|
1918
|
-
|
|
2004
|
+
kt.copy(n), this.opts.action && this.opts.action("copymsg", e);
|
|
1919
2005
|
}
|
|
1920
2006
|
}
|
|
1921
|
-
class
|
|
2007
|
+
class Rn {
|
|
1922
2008
|
constructor() {
|
|
1923
2009
|
/**
|
|
1924
2010
|
* 聊天框容器
|
|
@@ -1939,10 +2025,14 @@ class Tn {
|
|
|
1939
2025
|
create(e) {
|
|
1940
2026
|
this.close(), this.container = document.createElement("div"), this.container.classList.add("ibiz-ai-chat"), document.body.appendChild(this.container);
|
|
1941
2027
|
const n = new Pn(e);
|
|
1942
|
-
return
|
|
2028
|
+
return qe(K(zn, {
|
|
1943
2029
|
controller: n,
|
|
2030
|
+
caption: e.caption,
|
|
1944
2031
|
close: () => {
|
|
1945
2032
|
this.close(), e.closed && e.closed();
|
|
2033
|
+
},
|
|
2034
|
+
fullscreen: (i) => {
|
|
2035
|
+
e.fullscreen && e.fullscreen(i);
|
|
1946
2036
|
}
|
|
1947
2037
|
}), this.container), n;
|
|
1948
2038
|
}
|
|
@@ -1971,10 +2061,10 @@ class Tn {
|
|
|
1971
2061
|
* @date 2023-10-13 17:10:10
|
|
1972
2062
|
*/
|
|
1973
2063
|
close() {
|
|
1974
|
-
this.container && (
|
|
2064
|
+
this.container && (qe(null, this.container), this.container.remove(), this.container = void 0);
|
|
1975
2065
|
}
|
|
1976
2066
|
}
|
|
1977
|
-
const Un = new
|
|
2067
|
+
const Un = new Rn();
|
|
1978
2068
|
export {
|
|
1979
2069
|
zn as ChatContainer,
|
|
1980
2070
|
Un as chat
|