@tarxemo/customer_support 1.0.14 → 1.0.16
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/components/CustomerSupportWidget.d.ts.map +1 -1
- package/dist/customer_support.css +1 -1
- package/dist/index.es.js +746 -724
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
1
|
var Et = Object.defineProperty;
|
|
2
2
|
var _t = (e, t, r) => t in e ? Et(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
|
-
var
|
|
4
|
-
import
|
|
3
|
+
var ke = (e, t, r) => _t(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
+
import b, { useState as G, useEffect as _e, useRef as Ge, useCallback as se } from "react";
|
|
5
5
|
import { ExternalLink as St, Send as Rt, X as Ot, Loader2 as Tt, MessageCircle as At } from "lucide-react";
|
|
6
6
|
function Ye(e, t) {
|
|
7
7
|
return function() {
|
|
8
8
|
return e.apply(t, arguments);
|
|
9
9
|
};
|
|
10
10
|
}
|
|
11
|
-
const { toString: Ct } = Object.prototype, { getPrototypeOf:
|
|
11
|
+
const { toString: Ct } = Object.prototype, { getPrototypeOf: Se } = Object, { iterator: le, toStringTag: Qe } = Symbol, ue = /* @__PURE__ */ ((e) => (t) => {
|
|
12
12
|
const r = Ct.call(t);
|
|
13
13
|
return e[r] || (e[r] = r.slice(8, -1).toLowerCase());
|
|
14
|
-
})(/* @__PURE__ */ Object.create(null)),
|
|
15
|
-
function
|
|
16
|
-
return e !== null && !
|
|
14
|
+
})(/* @__PURE__ */ Object.create(null)), D = (e) => (e = e.toLowerCase(), (t) => ue(t) === e), de = (e) => (t) => typeof t === e, { isArray: V } = Array, W = de("undefined");
|
|
15
|
+
function Y(e) {
|
|
16
|
+
return e !== null && !W(e) && e.constructor !== null && !W(e.constructor) && P(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
17
17
|
}
|
|
18
|
-
const Ze =
|
|
18
|
+
const Ze = D("ArrayBuffer");
|
|
19
19
|
function Nt(e) {
|
|
20
20
|
let t;
|
|
21
21
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Ze(e.buffer), t;
|
|
22
22
|
}
|
|
23
|
-
const
|
|
24
|
-
if (
|
|
23
|
+
const vt = de("string"), P = de("function"), et = de("number"), Q = (e) => e !== null && typeof e == "object", kt = (e) => e === !0 || e === !1, oe = (e) => {
|
|
24
|
+
if (ue(e) !== "object")
|
|
25
25
|
return !1;
|
|
26
|
-
const t =
|
|
27
|
-
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Qe in e) && !(
|
|
28
|
-
},
|
|
29
|
-
if (!
|
|
26
|
+
const t = Se(e);
|
|
27
|
+
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Qe in e) && !(le in e);
|
|
28
|
+
}, Pt = (e) => {
|
|
29
|
+
if (!Q(e) || Y(e))
|
|
30
30
|
return !1;
|
|
31
31
|
try {
|
|
32
32
|
return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
|
|
33
33
|
} catch {
|
|
34
34
|
return !1;
|
|
35
35
|
}
|
|
36
|
-
},
|
|
36
|
+
}, Ut = D("Date"), Dt = D("File"), Ft = D("Blob"), Lt = D("FileList"), It = (e) => Q(e) && P(e.pipe), Bt = (e) => {
|
|
37
37
|
let t;
|
|
38
|
-
return e && (typeof FormData == "function" && e instanceof FormData ||
|
|
39
|
-
t === "object" &&
|
|
40
|
-
}, jt =
|
|
41
|
-
function
|
|
38
|
+
return e && (typeof FormData == "function" && e instanceof FormData || P(e.append) && ((t = ue(e)) === "formdata" || // detect form-data instance
|
|
39
|
+
t === "object" && P(e.toString) && e.toString() === "[object FormData]"));
|
|
40
|
+
}, jt = D("URLSearchParams"), [$t, Mt, Ht, qt] = ["ReadableStream", "Request", "Response", "Headers"].map(D), zt = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
41
|
+
function Z(e, t, { allOwnKeys: r = !1 } = {}) {
|
|
42
42
|
if (e === null || typeof e > "u")
|
|
43
43
|
return;
|
|
44
|
-
let
|
|
45
|
-
if (typeof e != "object" && (e = [e]),
|
|
46
|
-
for (
|
|
47
|
-
t.call(null, e[
|
|
44
|
+
let s, n;
|
|
45
|
+
if (typeof e != "object" && (e = [e]), V(e))
|
|
46
|
+
for (s = 0, n = e.length; s < n; s++)
|
|
47
|
+
t.call(null, e[s], s, e);
|
|
48
48
|
else {
|
|
49
|
-
if (
|
|
49
|
+
if (Y(e))
|
|
50
50
|
return;
|
|
51
51
|
const o = r ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
|
|
52
52
|
let a;
|
|
53
|
-
for (
|
|
54
|
-
a = o[
|
|
53
|
+
for (s = 0; s < i; s++)
|
|
54
|
+
a = o[s], t.call(null, e[a], a, e);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
function tt(e, t) {
|
|
58
|
-
if (
|
|
58
|
+
if (Y(e))
|
|
59
59
|
return null;
|
|
60
60
|
t = t.toLowerCase();
|
|
61
61
|
const r = Object.keys(e);
|
|
62
|
-
let
|
|
63
|
-
for (;
|
|
64
|
-
if (
|
|
65
|
-
return
|
|
62
|
+
let s = r.length, n;
|
|
63
|
+
for (; s-- > 0; )
|
|
64
|
+
if (n = r[s], t === n.toLowerCase())
|
|
65
|
+
return n;
|
|
66
66
|
return null;
|
|
67
67
|
}
|
|
68
|
-
const
|
|
69
|
-
function
|
|
70
|
-
const { caseless: e, skipUndefined: t } = rt(this) && this || {}, r = {},
|
|
68
|
+
const H = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, rt = (e) => !W(e) && e !== H;
|
|
69
|
+
function be() {
|
|
70
|
+
const { caseless: e, skipUndefined: t } = rt(this) && this || {}, r = {}, s = (n, o) => {
|
|
71
71
|
const i = e && tt(r, o) || o;
|
|
72
|
-
|
|
72
|
+
oe(r[i]) && oe(n) ? r[i] = be(r[i], n) : oe(n) ? r[i] = be({}, n) : V(n) ? r[i] = n.slice() : (!t || !W(n)) && (r[i] = n);
|
|
73
73
|
};
|
|
74
|
-
for (let
|
|
75
|
-
arguments[
|
|
74
|
+
for (let n = 0, o = arguments.length; n < o; n++)
|
|
75
|
+
arguments[n] && Z(arguments[n], s);
|
|
76
76
|
return r;
|
|
77
77
|
}
|
|
78
|
-
const Jt = (e, t, r, { allOwnKeys:
|
|
79
|
-
r &&
|
|
80
|
-
value: Ye(
|
|
78
|
+
const Jt = (e, t, r, { allOwnKeys: s } = {}) => (Z(t, (n, o) => {
|
|
79
|
+
r && P(n) ? Object.defineProperty(e, o, {
|
|
80
|
+
value: Ye(n, r),
|
|
81
81
|
writable: !0,
|
|
82
82
|
enumerable: !0,
|
|
83
83
|
configurable: !0
|
|
84
84
|
}) : Object.defineProperty(e, o, {
|
|
85
|
-
value:
|
|
85
|
+
value: n,
|
|
86
86
|
writable: !0,
|
|
87
87
|
enumerable: !0,
|
|
88
88
|
configurable: !0
|
|
89
89
|
});
|
|
90
|
-
}, { allOwnKeys:
|
|
91
|
-
e.prototype = Object.create(t.prototype,
|
|
90
|
+
}, { allOwnKeys: s }), e), Kt = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Wt = (e, t, r, s) => {
|
|
91
|
+
e.prototype = Object.create(t.prototype, s), Object.defineProperty(e.prototype, "constructor", {
|
|
92
92
|
value: e,
|
|
93
93
|
writable: !0,
|
|
94
94
|
enumerable: !1,
|
|
@@ -96,59 +96,59 @@ const Jt = (e, t, r, { allOwnKeys: n } = {}) => (G(t, (s, o) => {
|
|
|
96
96
|
}), Object.defineProperty(e, "super", {
|
|
97
97
|
value: t.prototype
|
|
98
98
|
}), r && Object.assign(e.prototype, r);
|
|
99
|
-
},
|
|
100
|
-
let
|
|
99
|
+
}, Vt = (e, t, r, s) => {
|
|
100
|
+
let n, o, i;
|
|
101
101
|
const a = {};
|
|
102
102
|
if (t = t || {}, e == null) return t;
|
|
103
103
|
do {
|
|
104
|
-
for (
|
|
105
|
-
i =
|
|
106
|
-
e = r !== !1 &&
|
|
104
|
+
for (n = Object.getOwnPropertyNames(e), o = n.length; o-- > 0; )
|
|
105
|
+
i = n[o], (!s || s(i, e, t)) && !a[i] && (t[i] = e[i], a[i] = !0);
|
|
106
|
+
e = r !== !1 && Se(e);
|
|
107
107
|
} while (e && (!r || r(e, t)) && e !== Object.prototype);
|
|
108
108
|
return t;
|
|
109
109
|
}, Xt = (e, t, r) => {
|
|
110
110
|
e = String(e), (r === void 0 || r > e.length) && (r = e.length), r -= t.length;
|
|
111
|
-
const
|
|
112
|
-
return
|
|
111
|
+
const s = e.indexOf(t, r);
|
|
112
|
+
return s !== -1 && s === r;
|
|
113
113
|
}, Gt = (e) => {
|
|
114
114
|
if (!e) return null;
|
|
115
|
-
if (
|
|
115
|
+
if (V(e)) return e;
|
|
116
116
|
let t = e.length;
|
|
117
117
|
if (!et(t)) return null;
|
|
118
118
|
const r = new Array(t);
|
|
119
119
|
for (; t-- > 0; )
|
|
120
120
|
r[t] = e[t];
|
|
121
121
|
return r;
|
|
122
|
-
}, Yt = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
123
|
-
const
|
|
124
|
-
let
|
|
125
|
-
for (; (
|
|
126
|
-
const o =
|
|
122
|
+
}, Yt = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Se(Uint8Array)), Qt = (e, t) => {
|
|
123
|
+
const s = (e && e[le]).call(e);
|
|
124
|
+
let n;
|
|
125
|
+
for (; (n = s.next()) && !n.done; ) {
|
|
126
|
+
const o = n.value;
|
|
127
127
|
t.call(e, o[0], o[1]);
|
|
128
128
|
}
|
|
129
129
|
}, Zt = (e, t) => {
|
|
130
130
|
let r;
|
|
131
|
-
const
|
|
131
|
+
const s = [];
|
|
132
132
|
for (; (r = e.exec(t)) !== null; )
|
|
133
|
-
|
|
134
|
-
return
|
|
135
|
-
}, er =
|
|
133
|
+
s.push(r);
|
|
134
|
+
return s;
|
|
135
|
+
}, er = D("HTMLFormElement"), tr = (e) => e.toLowerCase().replace(
|
|
136
136
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
137
|
-
function(r,
|
|
138
|
-
return
|
|
137
|
+
function(r, s, n) {
|
|
138
|
+
return s.toUpperCase() + n;
|
|
139
139
|
}
|
|
140
|
-
),
|
|
141
|
-
const r = Object.getOwnPropertyDescriptors(e),
|
|
142
|
-
|
|
140
|
+
), Pe = (({ hasOwnProperty: e }) => (t, r) => e.call(t, r))(Object.prototype), rr = D("RegExp"), st = (e, t) => {
|
|
141
|
+
const r = Object.getOwnPropertyDescriptors(e), s = {};
|
|
142
|
+
Z(r, (n, o) => {
|
|
143
143
|
let i;
|
|
144
|
-
(i = t(
|
|
145
|
-
}), Object.defineProperties(e,
|
|
146
|
-
},
|
|
147
|
-
|
|
148
|
-
if (
|
|
144
|
+
(i = t(n, o, e)) !== !1 && (s[o] = i || n);
|
|
145
|
+
}), Object.defineProperties(e, s);
|
|
146
|
+
}, sr = (e) => {
|
|
147
|
+
st(e, (t, r) => {
|
|
148
|
+
if (P(e) && ["arguments", "caller", "callee"].indexOf(r) !== -1)
|
|
149
149
|
return !1;
|
|
150
|
-
const
|
|
151
|
-
if (
|
|
150
|
+
const s = e[r];
|
|
151
|
+
if (P(s)) {
|
|
152
152
|
if (t.enumerable = !1, "writable" in t) {
|
|
153
153
|
t.writable = !1;
|
|
154
154
|
return;
|
|
@@ -158,107 +158,107 @@ const Jt = (e, t, r, { allOwnKeys: n } = {}) => (G(t, (s, o) => {
|
|
|
158
158
|
});
|
|
159
159
|
}
|
|
160
160
|
});
|
|
161
|
-
},
|
|
162
|
-
const r = {},
|
|
163
|
-
|
|
161
|
+
}, nr = (e, t) => {
|
|
162
|
+
const r = {}, s = (n) => {
|
|
163
|
+
n.forEach((o) => {
|
|
164
164
|
r[o] = !0;
|
|
165
165
|
});
|
|
166
166
|
};
|
|
167
|
-
return
|
|
167
|
+
return V(e) ? s(e) : s(String(e).split(t)), r;
|
|
168
168
|
}, or = () => {
|
|
169
169
|
}, ir = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
170
170
|
function ar(e) {
|
|
171
|
-
return !!(e &&
|
|
171
|
+
return !!(e && P(e.append) && e[Qe] === "FormData" && e[le]);
|
|
172
172
|
}
|
|
173
173
|
const cr = (e) => {
|
|
174
|
-
const t = new Array(10), r = (
|
|
175
|
-
if (
|
|
176
|
-
if (t.indexOf(
|
|
174
|
+
const t = new Array(10), r = (s, n) => {
|
|
175
|
+
if (Q(s)) {
|
|
176
|
+
if (t.indexOf(s) >= 0)
|
|
177
177
|
return;
|
|
178
|
-
if (
|
|
179
|
-
return
|
|
180
|
-
if (!("toJSON" in
|
|
181
|
-
t[
|
|
182
|
-
const o =
|
|
183
|
-
return
|
|
184
|
-
const f = r(i,
|
|
185
|
-
!
|
|
186
|
-
}), t[
|
|
178
|
+
if (Y(s))
|
|
179
|
+
return s;
|
|
180
|
+
if (!("toJSON" in s)) {
|
|
181
|
+
t[n] = s;
|
|
182
|
+
const o = V(s) ? [] : {};
|
|
183
|
+
return Z(s, (i, a) => {
|
|
184
|
+
const f = r(i, n + 1);
|
|
185
|
+
!W(f) && (o[a] = f);
|
|
186
|
+
}), t[n] = void 0, o;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
|
-
return
|
|
189
|
+
return s;
|
|
190
190
|
};
|
|
191
191
|
return r(e, 0);
|
|
192
|
-
}, lr =
|
|
193
|
-
|
|
194
|
-
}, !1), (
|
|
195
|
-
|
|
192
|
+
}, lr = D("AsyncFunction"), ur = (e) => e && (Q(e) || P(e)) && P(e.then) && P(e.catch), nt = ((e, t) => e ? setImmediate : t ? ((r, s) => (H.addEventListener("message", ({ source: n, data: o }) => {
|
|
193
|
+
n === H && o === r && s.length && s.shift()();
|
|
194
|
+
}, !1), (n) => {
|
|
195
|
+
s.push(n), H.postMessage(r, "*");
|
|
196
196
|
}))(`axios@${Math.random()}`, []) : (r) => setTimeout(r))(
|
|
197
197
|
typeof setImmediate == "function",
|
|
198
|
-
|
|
199
|
-
), dr = typeof queueMicrotask < "u" ? queueMicrotask.bind(
|
|
200
|
-
isArray:
|
|
198
|
+
P(H.postMessage)
|
|
199
|
+
), dr = typeof queueMicrotask < "u" ? queueMicrotask.bind(H) : typeof process < "u" && process.nextTick || nt, fr = (e) => e != null && P(e[le]), c = {
|
|
200
|
+
isArray: V,
|
|
201
201
|
isArrayBuffer: Ze,
|
|
202
|
-
isBuffer:
|
|
203
|
-
isFormData:
|
|
202
|
+
isBuffer: Y,
|
|
203
|
+
isFormData: Bt,
|
|
204
204
|
isArrayBufferView: Nt,
|
|
205
|
-
isString:
|
|
205
|
+
isString: vt,
|
|
206
206
|
isNumber: et,
|
|
207
|
-
isBoolean:
|
|
208
|
-
isObject:
|
|
209
|
-
isPlainObject:
|
|
210
|
-
isEmptyObject:
|
|
211
|
-
isReadableStream:
|
|
212
|
-
isRequest:
|
|
207
|
+
isBoolean: kt,
|
|
208
|
+
isObject: Q,
|
|
209
|
+
isPlainObject: oe,
|
|
210
|
+
isEmptyObject: Pt,
|
|
211
|
+
isReadableStream: $t,
|
|
212
|
+
isRequest: Mt,
|
|
213
213
|
isResponse: Ht,
|
|
214
214
|
isHeaders: qt,
|
|
215
|
-
isUndefined:
|
|
216
|
-
isDate:
|
|
217
|
-
isFile:
|
|
218
|
-
isBlob:
|
|
215
|
+
isUndefined: W,
|
|
216
|
+
isDate: Ut,
|
|
217
|
+
isFile: Dt,
|
|
218
|
+
isBlob: Ft,
|
|
219
219
|
isRegExp: rr,
|
|
220
|
-
isFunction:
|
|
221
|
-
isStream:
|
|
220
|
+
isFunction: P,
|
|
221
|
+
isStream: It,
|
|
222
222
|
isURLSearchParams: jt,
|
|
223
223
|
isTypedArray: Yt,
|
|
224
224
|
isFileList: Lt,
|
|
225
|
-
forEach:
|
|
226
|
-
merge:
|
|
225
|
+
forEach: Z,
|
|
226
|
+
merge: be,
|
|
227
227
|
extend: Jt,
|
|
228
228
|
trim: zt,
|
|
229
229
|
stripBOM: Kt,
|
|
230
|
-
inherits:
|
|
231
|
-
toFlatObject:
|
|
232
|
-
kindOf:
|
|
233
|
-
kindOfTest:
|
|
230
|
+
inherits: Wt,
|
|
231
|
+
toFlatObject: Vt,
|
|
232
|
+
kindOf: ue,
|
|
233
|
+
kindOfTest: D,
|
|
234
234
|
endsWith: Xt,
|
|
235
235
|
toArray: Gt,
|
|
236
236
|
forEachEntry: Qt,
|
|
237
237
|
matchAll: Zt,
|
|
238
238
|
isHTMLForm: er,
|
|
239
|
-
hasOwnProperty:
|
|
240
|
-
hasOwnProp:
|
|
239
|
+
hasOwnProperty: Pe,
|
|
240
|
+
hasOwnProp: Pe,
|
|
241
241
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
242
|
-
reduceDescriptors:
|
|
243
|
-
freezeMethods:
|
|
244
|
-
toObjectSet:
|
|
242
|
+
reduceDescriptors: st,
|
|
243
|
+
freezeMethods: sr,
|
|
244
|
+
toObjectSet: nr,
|
|
245
245
|
toCamelCase: tr,
|
|
246
246
|
noop: or,
|
|
247
247
|
toFiniteNumber: ir,
|
|
248
248
|
findKey: tt,
|
|
249
|
-
global:
|
|
249
|
+
global: H,
|
|
250
250
|
isContextDefined: rt,
|
|
251
251
|
isSpecCompliantForm: ar,
|
|
252
252
|
toJSONObject: cr,
|
|
253
253
|
isAsyncFn: lr,
|
|
254
254
|
isThenable: ur,
|
|
255
|
-
setImmediate:
|
|
255
|
+
setImmediate: nt,
|
|
256
256
|
asap: dr,
|
|
257
257
|
isIterable: fr
|
|
258
258
|
};
|
|
259
|
-
let
|
|
260
|
-
static from(t, r,
|
|
261
|
-
const a = new ot(t.message, r || t.code,
|
|
259
|
+
let w = class ot extends Error {
|
|
260
|
+
static from(t, r, s, n, o, i) {
|
|
261
|
+
const a = new ot(t.message, r || t.code, s, n, o);
|
|
262
262
|
return a.cause = t, a.name = t.name, i && Object.assign(a, i), a;
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
@@ -272,8 +272,8 @@ let g = class ot extends Error {
|
|
|
272
272
|
*
|
|
273
273
|
* @returns {Error} The created error.
|
|
274
274
|
*/
|
|
275
|
-
constructor(t, r,
|
|
276
|
-
super(t), this.name = "AxiosError", this.isAxiosError = !0, r && (this.code = r),
|
|
275
|
+
constructor(t, r, s, n, o) {
|
|
276
|
+
super(t), this.name = "AxiosError", this.isAxiosError = !0, r && (this.code = r), s && (this.config = s), n && (this.request = n), o && (this.response = o, this.status = o.status);
|
|
277
277
|
}
|
|
278
278
|
toJSON() {
|
|
279
279
|
return {
|
|
@@ -295,37 +295,37 @@ let g = class ot extends Error {
|
|
|
295
295
|
};
|
|
296
296
|
}
|
|
297
297
|
};
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
298
|
+
w.ERR_BAD_OPTION_VALUE = "ERR_BAD_OPTION_VALUE";
|
|
299
|
+
w.ERR_BAD_OPTION = "ERR_BAD_OPTION";
|
|
300
|
+
w.ECONNABORTED = "ECONNABORTED";
|
|
301
|
+
w.ETIMEDOUT = "ETIMEDOUT";
|
|
302
|
+
w.ERR_NETWORK = "ERR_NETWORK";
|
|
303
|
+
w.ERR_FR_TOO_MANY_REDIRECTS = "ERR_FR_TOO_MANY_REDIRECTS";
|
|
304
|
+
w.ERR_DEPRECATED = "ERR_DEPRECATED";
|
|
305
|
+
w.ERR_BAD_RESPONSE = "ERR_BAD_RESPONSE";
|
|
306
|
+
w.ERR_BAD_REQUEST = "ERR_BAD_REQUEST";
|
|
307
|
+
w.ERR_CANCELED = "ERR_CANCELED";
|
|
308
|
+
w.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
|
|
309
|
+
w.ERR_INVALID_URL = "ERR_INVALID_URL";
|
|
310
310
|
const pr = null;
|
|
311
|
-
function
|
|
311
|
+
function ye(e) {
|
|
312
312
|
return c.isPlainObject(e) || c.isArray(e);
|
|
313
313
|
}
|
|
314
314
|
function it(e) {
|
|
315
315
|
return c.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
316
316
|
}
|
|
317
|
-
function
|
|
318
|
-
return e ? e.concat(t).map(function(
|
|
319
|
-
return
|
|
317
|
+
function Ue(e, t, r) {
|
|
318
|
+
return e ? e.concat(t).map(function(n, o) {
|
|
319
|
+
return n = it(n), !r && o ? "[" + n + "]" : n;
|
|
320
320
|
}).join(r ? "." : "") : t;
|
|
321
321
|
}
|
|
322
322
|
function mr(e) {
|
|
323
|
-
return c.isArray(e) && !e.some(
|
|
323
|
+
return c.isArray(e) && !e.some(ye);
|
|
324
324
|
}
|
|
325
325
|
const hr = c.toFlatObject(c, {}, null, function(t) {
|
|
326
326
|
return /^is[A-Z]/.test(t);
|
|
327
327
|
});
|
|
328
|
-
function
|
|
328
|
+
function fe(e, t, r) {
|
|
329
329
|
if (!c.isObject(e))
|
|
330
330
|
throw new TypeError("target must be an object");
|
|
331
331
|
t = t || new FormData(), r = c.toFlatObject(r, {
|
|
@@ -335,8 +335,8 @@ function ue(e, t, r) {
|
|
|
335
335
|
}, !1, function(h, m) {
|
|
336
336
|
return !c.isUndefined(m[h]);
|
|
337
337
|
});
|
|
338
|
-
const
|
|
339
|
-
if (!c.isFunction(
|
|
338
|
+
const s = r.metaTokens, n = r.visitor || l, o = r.dots, i = r.indexes, f = (r.Blob || typeof Blob < "u" && Blob) && c.isSpecCompliantForm(t);
|
|
339
|
+
if (!c.isFunction(n))
|
|
340
340
|
throw new TypeError("visitor must be a function");
|
|
341
341
|
function u(d) {
|
|
342
342
|
if (d === null) return "";
|
|
@@ -345,50 +345,50 @@ function ue(e, t, r) {
|
|
|
345
345
|
if (c.isBoolean(d))
|
|
346
346
|
return d.toString();
|
|
347
347
|
if (!f && c.isBlob(d))
|
|
348
|
-
throw new
|
|
348
|
+
throw new w("Blob is not supported. Use a Buffer instead.");
|
|
349
349
|
return c.isArrayBuffer(d) || c.isTypedArray(d) ? f && typeof Blob == "function" ? new Blob([d]) : Buffer.from(d) : d;
|
|
350
350
|
}
|
|
351
351
|
function l(d, h, m) {
|
|
352
352
|
let E = d;
|
|
353
353
|
if (d && !m && typeof d == "object") {
|
|
354
354
|
if (c.endsWith(h, "{}"))
|
|
355
|
-
h =
|
|
355
|
+
h = s ? h : h.slice(0, -2), d = JSON.stringify(d);
|
|
356
356
|
else if (c.isArray(d) && mr(d) || (c.isFileList(d) || c.endsWith(h, "[]")) && (E = c.toArray(d)))
|
|
357
|
-
return h = it(h), E.forEach(function(x,
|
|
357
|
+
return h = it(h), E.forEach(function(x, O) {
|
|
358
358
|
!(c.isUndefined(x) || x === null) && t.append(
|
|
359
359
|
// eslint-disable-next-line no-nested-ternary
|
|
360
|
-
i === !0 ?
|
|
360
|
+
i === !0 ? Ue([h], O, o) : i === null ? h : h + "[]",
|
|
361
361
|
u(x)
|
|
362
362
|
);
|
|
363
363
|
}), !1;
|
|
364
364
|
}
|
|
365
|
-
return
|
|
365
|
+
return ye(d) ? !0 : (t.append(Ue(m, h, o), u(d)), !1);
|
|
366
366
|
}
|
|
367
367
|
const p = [], y = Object.assign(hr, {
|
|
368
368
|
defaultVisitor: l,
|
|
369
369
|
convertValue: u,
|
|
370
|
-
isVisitable:
|
|
370
|
+
isVisitable: ye
|
|
371
371
|
});
|
|
372
|
-
function
|
|
372
|
+
function A(d, h) {
|
|
373
373
|
if (!c.isUndefined(d)) {
|
|
374
374
|
if (p.indexOf(d) !== -1)
|
|
375
375
|
throw Error("Circular reference detected in " + h.join("."));
|
|
376
376
|
p.push(d), c.forEach(d, function(E, R) {
|
|
377
|
-
(!(c.isUndefined(E) || E === null) &&
|
|
377
|
+
(!(c.isUndefined(E) || E === null) && n.call(
|
|
378
378
|
t,
|
|
379
379
|
E,
|
|
380
380
|
c.isString(R) ? R.trim() : R,
|
|
381
381
|
h,
|
|
382
382
|
y
|
|
383
|
-
)) === !0 &&
|
|
383
|
+
)) === !0 && A(E, h ? h.concat(R) : [R]);
|
|
384
384
|
}), p.pop();
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
if (!c.isObject(e))
|
|
388
388
|
throw new TypeError("data must be an object");
|
|
389
|
-
return
|
|
389
|
+
return A(e), t;
|
|
390
390
|
}
|
|
391
|
-
function
|
|
391
|
+
function De(e) {
|
|
392
392
|
const t = {
|
|
393
393
|
"!": "%21",
|
|
394
394
|
"'": "%27",
|
|
@@ -398,23 +398,23 @@ function Fe(e) {
|
|
|
398
398
|
"%20": "+",
|
|
399
399
|
"%00": "\0"
|
|
400
400
|
};
|
|
401
|
-
return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(
|
|
402
|
-
return t[
|
|
401
|
+
return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(s) {
|
|
402
|
+
return t[s];
|
|
403
403
|
});
|
|
404
404
|
}
|
|
405
|
-
function
|
|
406
|
-
this._pairs = [], e &&
|
|
405
|
+
function Re(e, t) {
|
|
406
|
+
this._pairs = [], e && fe(e, this, t);
|
|
407
407
|
}
|
|
408
|
-
const at =
|
|
408
|
+
const at = Re.prototype;
|
|
409
409
|
at.append = function(t, r) {
|
|
410
410
|
this._pairs.push([t, r]);
|
|
411
411
|
};
|
|
412
412
|
at.toString = function(t) {
|
|
413
|
-
const r = t ? function(
|
|
414
|
-
return t.call(this,
|
|
415
|
-
} :
|
|
416
|
-
return this._pairs.map(function(
|
|
417
|
-
return r(
|
|
413
|
+
const r = t ? function(s) {
|
|
414
|
+
return t.call(this, s, De);
|
|
415
|
+
} : De;
|
|
416
|
+
return this._pairs.map(function(n) {
|
|
417
|
+
return r(n[0]) + "=" + r(n[1]);
|
|
418
418
|
}, "").join("&");
|
|
419
419
|
};
|
|
420
420
|
function gr(e) {
|
|
@@ -423,17 +423,17 @@ function gr(e) {
|
|
|
423
423
|
function ct(e, t, r) {
|
|
424
424
|
if (!t)
|
|
425
425
|
return e;
|
|
426
|
-
const
|
|
426
|
+
const s = r && r.encode || gr, n = c.isFunction(r) ? {
|
|
427
427
|
serialize: r
|
|
428
|
-
} : r, o =
|
|
428
|
+
} : r, o = n && n.serialize;
|
|
429
429
|
let i;
|
|
430
|
-
if (o ? i = o(t,
|
|
430
|
+
if (o ? i = o(t, n) : i = c.isURLSearchParams(t) ? t.toString() : new Re(t, n).toString(s), i) {
|
|
431
431
|
const a = e.indexOf("#");
|
|
432
432
|
a !== -1 && (e = e.slice(0, a)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
|
|
433
433
|
}
|
|
434
434
|
return e;
|
|
435
435
|
}
|
|
436
|
-
class
|
|
436
|
+
class Fe {
|
|
437
437
|
constructor() {
|
|
438
438
|
this.handlers = [];
|
|
439
439
|
}
|
|
@@ -446,12 +446,12 @@ class ve {
|
|
|
446
446
|
*
|
|
447
447
|
* @return {Number} An ID used to remove interceptor later
|
|
448
448
|
*/
|
|
449
|
-
use(t, r,
|
|
449
|
+
use(t, r, s) {
|
|
450
450
|
return this.handlers.push({
|
|
451
451
|
fulfilled: t,
|
|
452
452
|
rejected: r,
|
|
453
|
-
synchronous:
|
|
454
|
-
runWhen:
|
|
453
|
+
synchronous: s ? s.synchronous : !1,
|
|
454
|
+
runWhen: s ? s.runWhen : null
|
|
455
455
|
}), this.handlers.length - 1;
|
|
456
456
|
}
|
|
457
457
|
/**
|
|
@@ -483,8 +483,8 @@ class ve {
|
|
|
483
483
|
* @returns {void}
|
|
484
484
|
*/
|
|
485
485
|
forEach(t) {
|
|
486
|
-
c.forEach(this.handlers, function(
|
|
487
|
-
|
|
486
|
+
c.forEach(this.handlers, function(s) {
|
|
487
|
+
s !== null && t(s);
|
|
488
488
|
});
|
|
489
489
|
}
|
|
490
490
|
}
|
|
@@ -492,7 +492,7 @@ const lt = {
|
|
|
492
492
|
silentJSONParsing: !0,
|
|
493
493
|
forcedJSONParsing: !0,
|
|
494
494
|
clarifyTimeoutError: !1
|
|
495
|
-
}, wr = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
495
|
+
}, wr = typeof URLSearchParams < "u" ? URLSearchParams : Re, br = typeof FormData < "u" ? FormData : null, yr = typeof Blob < "u" ? Blob : null, xr = {
|
|
496
496
|
isBrowser: !0,
|
|
497
497
|
classes: {
|
|
498
498
|
URLSearchParams: wr,
|
|
@@ -500,22 +500,22 @@ const lt = {
|
|
|
500
500
|
Blob: yr
|
|
501
501
|
},
|
|
502
502
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
503
|
-
},
|
|
504
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Sr =
|
|
503
|
+
}, Oe = typeof window < "u" && typeof document < "u", xe = typeof navigator == "object" && navigator || void 0, Er = Oe && (!xe || ["ReactNative", "NativeScript", "NS"].indexOf(xe.product) < 0), _r = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
504
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Sr = Oe && window.location.href || "http://localhost", Rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
505
505
|
__proto__: null,
|
|
506
|
-
hasBrowserEnv:
|
|
506
|
+
hasBrowserEnv: Oe,
|
|
507
507
|
hasStandardBrowserEnv: Er,
|
|
508
508
|
hasStandardBrowserWebWorkerEnv: _r,
|
|
509
|
-
navigator:
|
|
509
|
+
navigator: xe,
|
|
510
510
|
origin: Sr
|
|
511
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
511
|
+
}, Symbol.toStringTag, { value: "Module" })), k = {
|
|
512
512
|
...Rr,
|
|
513
513
|
...xr
|
|
514
514
|
};
|
|
515
515
|
function Or(e, t) {
|
|
516
|
-
return
|
|
517
|
-
visitor: function(r,
|
|
518
|
-
return
|
|
516
|
+
return fe(e, new k.classes.URLSearchParams(), {
|
|
517
|
+
visitor: function(r, s, n, o) {
|
|
518
|
+
return k.isNode && c.isBuffer(r) ? (this.append(s, r.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
|
|
519
519
|
},
|
|
520
520
|
...t
|
|
521
521
|
});
|
|
@@ -525,24 +525,24 @@ function Tr(e) {
|
|
|
525
525
|
}
|
|
526
526
|
function Ar(e) {
|
|
527
527
|
const t = {}, r = Object.keys(e);
|
|
528
|
-
let
|
|
529
|
-
const
|
|
528
|
+
let s;
|
|
529
|
+
const n = r.length;
|
|
530
530
|
let o;
|
|
531
|
-
for (
|
|
532
|
-
o = r[
|
|
531
|
+
for (s = 0; s < n; s++)
|
|
532
|
+
o = r[s], t[o] = e[o];
|
|
533
533
|
return t;
|
|
534
534
|
}
|
|
535
535
|
function ut(e) {
|
|
536
|
-
function t(r,
|
|
536
|
+
function t(r, s, n, o) {
|
|
537
537
|
let i = r[o++];
|
|
538
538
|
if (i === "__proto__") return !0;
|
|
539
539
|
const a = Number.isFinite(+i), f = o >= r.length;
|
|
540
|
-
return i = !i && c.isArray(
|
|
540
|
+
return i = !i && c.isArray(n) ? n.length : i, f ? (c.hasOwnProp(n, i) ? n[i] = [n[i], s] : n[i] = s, !a) : ((!n[i] || !c.isObject(n[i])) && (n[i] = []), t(r, s, n[i], o) && c.isArray(n[i]) && (n[i] = Ar(n[i])), !a);
|
|
541
541
|
}
|
|
542
542
|
if (c.isFormData(e) && c.isFunction(e.entries)) {
|
|
543
543
|
const r = {};
|
|
544
|
-
return c.forEachEntry(e, (
|
|
545
|
-
t(Tr(
|
|
544
|
+
return c.forEachEntry(e, (s, n) => {
|
|
545
|
+
t(Tr(s), n, r, 0);
|
|
546
546
|
}), r;
|
|
547
547
|
}
|
|
548
548
|
return null;
|
|
@@ -551,19 +551,19 @@ function Cr(e, t, r) {
|
|
|
551
551
|
if (c.isString(e))
|
|
552
552
|
try {
|
|
553
553
|
return (t || JSON.parse)(e), c.trim(e);
|
|
554
|
-
} catch (
|
|
555
|
-
if (
|
|
556
|
-
throw
|
|
554
|
+
} catch (s) {
|
|
555
|
+
if (s.name !== "SyntaxError")
|
|
556
|
+
throw s;
|
|
557
557
|
}
|
|
558
558
|
return (r || JSON.stringify)(e);
|
|
559
559
|
}
|
|
560
|
-
const
|
|
560
|
+
const ee = {
|
|
561
561
|
transitional: lt,
|
|
562
562
|
adapter: ["xhr", "http", "fetch"],
|
|
563
563
|
transformRequest: [function(t, r) {
|
|
564
|
-
const
|
|
564
|
+
const s = r.getContentType() || "", n = s.indexOf("application/json") > -1, o = c.isObject(t);
|
|
565
565
|
if (o && c.isHTMLForm(t) && (t = new FormData(t)), c.isFormData(t))
|
|
566
|
-
return
|
|
566
|
+
return n ? JSON.stringify(ut(t)) : t;
|
|
567
567
|
if (c.isArrayBuffer(t) || c.isBuffer(t) || c.isStream(t) || c.isFile(t) || c.isBlob(t) || c.isReadableStream(t))
|
|
568
568
|
return t;
|
|
569
569
|
if (c.isArrayBufferView(t))
|
|
@@ -572,30 +572,30 @@ const Y = {
|
|
|
572
572
|
return r.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
|
|
573
573
|
let a;
|
|
574
574
|
if (o) {
|
|
575
|
-
if (
|
|
575
|
+
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
|
576
576
|
return Or(t, this.formSerializer).toString();
|
|
577
|
-
if ((a = c.isFileList(t)) ||
|
|
577
|
+
if ((a = c.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
|
578
578
|
const f = this.env && this.env.FormData;
|
|
579
|
-
return
|
|
579
|
+
return fe(
|
|
580
580
|
a ? { "files[]": t } : t,
|
|
581
581
|
f && new f(),
|
|
582
582
|
this.formSerializer
|
|
583
583
|
);
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
|
-
return o ||
|
|
586
|
+
return o || n ? (r.setContentType("application/json", !1), Cr(t)) : t;
|
|
587
587
|
}],
|
|
588
588
|
transformResponse: [function(t) {
|
|
589
|
-
const r = this.transitional ||
|
|
589
|
+
const r = this.transitional || ee.transitional, s = r && r.forcedJSONParsing, n = this.responseType === "json";
|
|
590
590
|
if (c.isResponse(t) || c.isReadableStream(t))
|
|
591
591
|
return t;
|
|
592
|
-
if (t && c.isString(t) && (
|
|
593
|
-
const i = !(r && r.silentJSONParsing) &&
|
|
592
|
+
if (t && c.isString(t) && (s && !this.responseType || n)) {
|
|
593
|
+
const i = !(r && r.silentJSONParsing) && n;
|
|
594
594
|
try {
|
|
595
595
|
return JSON.parse(t, this.parseReviver);
|
|
596
596
|
} catch (a) {
|
|
597
597
|
if (i)
|
|
598
|
-
throw a.name === "SyntaxError" ?
|
|
598
|
+
throw a.name === "SyntaxError" ? w.from(a, w.ERR_BAD_RESPONSE, this, null, this.response) : a;
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
601
|
return t;
|
|
@@ -610,8 +610,8 @@ const Y = {
|
|
|
610
610
|
maxContentLength: -1,
|
|
611
611
|
maxBodyLength: -1,
|
|
612
612
|
env: {
|
|
613
|
-
FormData:
|
|
614
|
-
Blob:
|
|
613
|
+
FormData: k.classes.FormData,
|
|
614
|
+
Blob: k.classes.Blob
|
|
615
615
|
},
|
|
616
616
|
validateStatus: function(t) {
|
|
617
617
|
return t >= 200 && t < 300;
|
|
@@ -624,7 +624,7 @@ const Y = {
|
|
|
624
624
|
}
|
|
625
625
|
};
|
|
626
626
|
c.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
627
|
-
|
|
627
|
+
ee.headers[e] = {};
|
|
628
628
|
});
|
|
629
629
|
const Nr = c.toObjectSet([
|
|
630
630
|
"age",
|
|
@@ -644,70 +644,70 @@ const Nr = c.toObjectSet([
|
|
|
644
644
|
"referer",
|
|
645
645
|
"retry-after",
|
|
646
646
|
"user-agent"
|
|
647
|
-
]),
|
|
647
|
+
]), vr = (e) => {
|
|
648
648
|
const t = {};
|
|
649
|
-
let r,
|
|
649
|
+
let r, s, n;
|
|
650
650
|
return e && e.split(`
|
|
651
651
|
`).forEach(function(i) {
|
|
652
|
-
|
|
652
|
+
n = i.indexOf(":"), r = i.substring(0, n).trim().toLowerCase(), s = i.substring(n + 1).trim(), !(!r || t[r] && Nr[r]) && (r === "set-cookie" ? t[r] ? t[r].push(s) : t[r] = [s] : t[r] = t[r] ? t[r] + ", " + s : s);
|
|
653
653
|
}), t;
|
|
654
654
|
}, Le = Symbol("internals");
|
|
655
|
-
function
|
|
655
|
+
function X(e) {
|
|
656
656
|
return e && String(e).trim().toLowerCase();
|
|
657
657
|
}
|
|
658
|
-
function
|
|
659
|
-
return e === !1 || e == null ? e : c.isArray(e) ? e.map(
|
|
658
|
+
function ie(e) {
|
|
659
|
+
return e === !1 || e == null ? e : c.isArray(e) ? e.map(ie) : String(e);
|
|
660
660
|
}
|
|
661
|
-
function
|
|
661
|
+
function kr(e) {
|
|
662
662
|
const t = /* @__PURE__ */ Object.create(null), r = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
663
|
-
let
|
|
664
|
-
for (;
|
|
665
|
-
t[
|
|
663
|
+
let s;
|
|
664
|
+
for (; s = r.exec(e); )
|
|
665
|
+
t[s[1]] = s[2];
|
|
666
666
|
return t;
|
|
667
667
|
}
|
|
668
|
-
const
|
|
669
|
-
function
|
|
670
|
-
if (c.isFunction(
|
|
671
|
-
return
|
|
672
|
-
if (
|
|
673
|
-
if (c.isString(
|
|
674
|
-
return t.indexOf(
|
|
675
|
-
if (c.isRegExp(
|
|
676
|
-
return
|
|
668
|
+
const Pr = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
669
|
+
function he(e, t, r, s, n) {
|
|
670
|
+
if (c.isFunction(s))
|
|
671
|
+
return s.call(this, t, r);
|
|
672
|
+
if (n && (t = r), !!c.isString(t)) {
|
|
673
|
+
if (c.isString(s))
|
|
674
|
+
return t.indexOf(s) !== -1;
|
|
675
|
+
if (c.isRegExp(s))
|
|
676
|
+
return s.test(t);
|
|
677
677
|
}
|
|
678
678
|
}
|
|
679
|
-
function
|
|
680
|
-
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, r,
|
|
679
|
+
function Ur(e) {
|
|
680
|
+
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, r, s) => r.toUpperCase() + s);
|
|
681
681
|
}
|
|
682
|
-
function
|
|
682
|
+
function Dr(e, t) {
|
|
683
683
|
const r = c.toCamelCase(" " + t);
|
|
684
|
-
["get", "set", "has"].forEach((
|
|
685
|
-
Object.defineProperty(e,
|
|
686
|
-
value: function(
|
|
687
|
-
return this[
|
|
684
|
+
["get", "set", "has"].forEach((s) => {
|
|
685
|
+
Object.defineProperty(e, s + r, {
|
|
686
|
+
value: function(n, o, i) {
|
|
687
|
+
return this[s].call(this, t, n, o, i);
|
|
688
688
|
},
|
|
689
689
|
configurable: !0
|
|
690
690
|
});
|
|
691
691
|
});
|
|
692
692
|
}
|
|
693
|
-
let
|
|
693
|
+
let U = class {
|
|
694
694
|
constructor(t) {
|
|
695
695
|
t && this.set(t);
|
|
696
696
|
}
|
|
697
|
-
set(t, r,
|
|
698
|
-
const
|
|
697
|
+
set(t, r, s) {
|
|
698
|
+
const n = this;
|
|
699
699
|
function o(a, f, u) {
|
|
700
|
-
const l =
|
|
700
|
+
const l = X(f);
|
|
701
701
|
if (!l)
|
|
702
702
|
throw new Error("header name must be a non-empty string");
|
|
703
|
-
const p = c.findKey(
|
|
704
|
-
(!p ||
|
|
703
|
+
const p = c.findKey(n, l);
|
|
704
|
+
(!p || n[p] === void 0 || u === !0 || u === void 0 && n[p] !== !1) && (n[p || f] = ie(a));
|
|
705
705
|
}
|
|
706
706
|
const i = (a, f) => c.forEach(a, (u, l) => o(u, l, f));
|
|
707
707
|
if (c.isPlainObject(t) || t instanceof this.constructor)
|
|
708
708
|
i(t, r);
|
|
709
|
-
else if (c.isString(t) && (t = t.trim()) && !
|
|
710
|
-
i(
|
|
709
|
+
else if (c.isString(t) && (t = t.trim()) && !Pr(t))
|
|
710
|
+
i(vr(t), r);
|
|
711
711
|
else if (c.isObject(t) && c.isIterable(t)) {
|
|
712
712
|
let a = {}, f, u;
|
|
713
713
|
for (const l of t) {
|
|
@@ -717,63 +717,63 @@ let k = class {
|
|
|
717
717
|
}
|
|
718
718
|
i(a, r);
|
|
719
719
|
} else
|
|
720
|
-
t != null && o(r, t,
|
|
720
|
+
t != null && o(r, t, s);
|
|
721
721
|
return this;
|
|
722
722
|
}
|
|
723
723
|
get(t, r) {
|
|
724
|
-
if (t =
|
|
725
|
-
const
|
|
726
|
-
if (
|
|
727
|
-
const
|
|
724
|
+
if (t = X(t), t) {
|
|
725
|
+
const s = c.findKey(this, t);
|
|
726
|
+
if (s) {
|
|
727
|
+
const n = this[s];
|
|
728
728
|
if (!r)
|
|
729
|
-
return
|
|
729
|
+
return n;
|
|
730
730
|
if (r === !0)
|
|
731
|
-
return
|
|
731
|
+
return kr(n);
|
|
732
732
|
if (c.isFunction(r))
|
|
733
|
-
return r.call(this,
|
|
733
|
+
return r.call(this, n, s);
|
|
734
734
|
if (c.isRegExp(r))
|
|
735
|
-
return r.exec(
|
|
735
|
+
return r.exec(n);
|
|
736
736
|
throw new TypeError("parser must be boolean|regexp|function");
|
|
737
737
|
}
|
|
738
738
|
}
|
|
739
739
|
}
|
|
740
740
|
has(t, r) {
|
|
741
|
-
if (t =
|
|
742
|
-
const
|
|
743
|
-
return !!(
|
|
741
|
+
if (t = X(t), t) {
|
|
742
|
+
const s = c.findKey(this, t);
|
|
743
|
+
return !!(s && this[s] !== void 0 && (!r || he(this, this[s], s, r)));
|
|
744
744
|
}
|
|
745
745
|
return !1;
|
|
746
746
|
}
|
|
747
747
|
delete(t, r) {
|
|
748
|
-
const
|
|
749
|
-
let
|
|
748
|
+
const s = this;
|
|
749
|
+
let n = !1;
|
|
750
750
|
function o(i) {
|
|
751
|
-
if (i =
|
|
752
|
-
const a = c.findKey(
|
|
753
|
-
a && (!r ||
|
|
751
|
+
if (i = X(i), i) {
|
|
752
|
+
const a = c.findKey(s, i);
|
|
753
|
+
a && (!r || he(s, s[a], a, r)) && (delete s[a], n = !0);
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
|
-
return c.isArray(t) ? t.forEach(o) : o(t),
|
|
756
|
+
return c.isArray(t) ? t.forEach(o) : o(t), n;
|
|
757
757
|
}
|
|
758
758
|
clear(t) {
|
|
759
759
|
const r = Object.keys(this);
|
|
760
|
-
let
|
|
761
|
-
for (;
|
|
762
|
-
const o = r[
|
|
763
|
-
(!t ||
|
|
760
|
+
let s = r.length, n = !1;
|
|
761
|
+
for (; s--; ) {
|
|
762
|
+
const o = r[s];
|
|
763
|
+
(!t || he(this, this[o], o, t, !0)) && (delete this[o], n = !0);
|
|
764
764
|
}
|
|
765
|
-
return
|
|
765
|
+
return n;
|
|
766
766
|
}
|
|
767
767
|
normalize(t) {
|
|
768
|
-
const r = this,
|
|
769
|
-
return c.forEach(this, (
|
|
770
|
-
const i = c.findKey(
|
|
768
|
+
const r = this, s = {};
|
|
769
|
+
return c.forEach(this, (n, o) => {
|
|
770
|
+
const i = c.findKey(s, o);
|
|
771
771
|
if (i) {
|
|
772
|
-
r[i] =
|
|
772
|
+
r[i] = ie(n), delete r[o];
|
|
773
773
|
return;
|
|
774
774
|
}
|
|
775
|
-
const a = t ?
|
|
776
|
-
a !== o && delete r[o], r[a] =
|
|
775
|
+
const a = t ? Ur(o) : String(o).trim();
|
|
776
|
+
a !== o && delete r[o], r[a] = ie(n), s[a] = !0;
|
|
777
777
|
}), this;
|
|
778
778
|
}
|
|
779
779
|
concat(...t) {
|
|
@@ -781,8 +781,8 @@ let k = class {
|
|
|
781
781
|
}
|
|
782
782
|
toJSON(t) {
|
|
783
783
|
const r = /* @__PURE__ */ Object.create(null);
|
|
784
|
-
return c.forEach(this, (
|
|
785
|
-
|
|
784
|
+
return c.forEach(this, (s, n) => {
|
|
785
|
+
s != null && s !== !1 && (r[n] = t && c.isArray(s) ? s.join(", ") : s);
|
|
786
786
|
}), r;
|
|
787
787
|
}
|
|
788
788
|
[Symbol.iterator]() {
|
|
@@ -802,42 +802,42 @@ let k = class {
|
|
|
802
802
|
return t instanceof this ? t : new this(t);
|
|
803
803
|
}
|
|
804
804
|
static concat(t, ...r) {
|
|
805
|
-
const
|
|
806
|
-
return r.forEach((
|
|
805
|
+
const s = new this(t);
|
|
806
|
+
return r.forEach((n) => s.set(n)), s;
|
|
807
807
|
}
|
|
808
808
|
static accessor(t) {
|
|
809
|
-
const
|
|
809
|
+
const s = (this[Le] = this[Le] = {
|
|
810
810
|
accessors: {}
|
|
811
|
-
}).accessors,
|
|
811
|
+
}).accessors, n = this.prototype;
|
|
812
812
|
function o(i) {
|
|
813
|
-
const a =
|
|
814
|
-
|
|
813
|
+
const a = X(i);
|
|
814
|
+
s[a] || (Dr(n, i), s[a] = !0);
|
|
815
815
|
}
|
|
816
816
|
return c.isArray(t) ? t.forEach(o) : o(t), this;
|
|
817
817
|
}
|
|
818
818
|
};
|
|
819
|
-
|
|
820
|
-
c.reduceDescriptors(
|
|
819
|
+
U.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
820
|
+
c.reduceDescriptors(U.prototype, ({ value: e }, t) => {
|
|
821
821
|
let r = t[0].toUpperCase() + t.slice(1);
|
|
822
822
|
return {
|
|
823
823
|
get: () => e,
|
|
824
|
-
set(
|
|
825
|
-
this[r] =
|
|
824
|
+
set(s) {
|
|
825
|
+
this[r] = s;
|
|
826
826
|
}
|
|
827
827
|
};
|
|
828
828
|
});
|
|
829
|
-
c.freezeMethods(
|
|
830
|
-
function
|
|
831
|
-
const r = this ||
|
|
832
|
-
let o =
|
|
829
|
+
c.freezeMethods(U);
|
|
830
|
+
function ge(e, t) {
|
|
831
|
+
const r = this || ee, s = t || r, n = U.from(s.headers);
|
|
832
|
+
let o = s.data;
|
|
833
833
|
return c.forEach(e, function(a) {
|
|
834
|
-
o = a.call(r, o,
|
|
835
|
-
}),
|
|
834
|
+
o = a.call(r, o, n.normalize(), t ? t.status : void 0);
|
|
835
|
+
}), n.normalize(), o;
|
|
836
836
|
}
|
|
837
837
|
function dt(e) {
|
|
838
838
|
return !!(e && e.__CANCEL__);
|
|
839
839
|
}
|
|
840
|
-
let
|
|
840
|
+
let te = class extends w {
|
|
841
841
|
/**
|
|
842
842
|
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
843
843
|
*
|
|
@@ -847,58 +847,58 @@ let Q = class extends g {
|
|
|
847
847
|
*
|
|
848
848
|
* @returns {CanceledError} The created error.
|
|
849
849
|
*/
|
|
850
|
-
constructor(t, r,
|
|
851
|
-
super(t ?? "canceled",
|
|
850
|
+
constructor(t, r, s) {
|
|
851
|
+
super(t ?? "canceled", w.ERR_CANCELED, r, s), this.name = "CanceledError", this.__CANCEL__ = !0;
|
|
852
852
|
}
|
|
853
853
|
};
|
|
854
854
|
function ft(e, t, r) {
|
|
855
|
-
const
|
|
856
|
-
!r.status || !
|
|
855
|
+
const s = r.config.validateStatus;
|
|
856
|
+
!r.status || !s || s(r.status) ? e(r) : t(new w(
|
|
857
857
|
"Request failed with status code " + r.status,
|
|
858
|
-
[
|
|
858
|
+
[w.ERR_BAD_REQUEST, w.ERR_BAD_RESPONSE][Math.floor(r.status / 100) - 4],
|
|
859
859
|
r.config,
|
|
860
860
|
r.request,
|
|
861
861
|
r
|
|
862
862
|
));
|
|
863
863
|
}
|
|
864
|
-
function
|
|
864
|
+
function Fr(e) {
|
|
865
865
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
|
866
866
|
return t && t[1] || "";
|
|
867
867
|
}
|
|
868
868
|
function Lr(e, t) {
|
|
869
869
|
e = e || 10;
|
|
870
|
-
const r = new Array(e),
|
|
871
|
-
let
|
|
870
|
+
const r = new Array(e), s = new Array(e);
|
|
871
|
+
let n = 0, o = 0, i;
|
|
872
872
|
return t = t !== void 0 ? t : 1e3, function(f) {
|
|
873
|
-
const u = Date.now(), l =
|
|
874
|
-
i || (i = u), r[
|
|
873
|
+
const u = Date.now(), l = s[o];
|
|
874
|
+
i || (i = u), r[n] = f, s[n] = u;
|
|
875
875
|
let p = o, y = 0;
|
|
876
|
-
for (; p !==
|
|
876
|
+
for (; p !== n; )
|
|
877
877
|
y += r[p++], p = p % e;
|
|
878
|
-
if (
|
|
878
|
+
if (n = (n + 1) % e, n === o && (o = (o + 1) % e), u - i < t)
|
|
879
879
|
return;
|
|
880
|
-
const
|
|
881
|
-
return
|
|
880
|
+
const A = l && u - l;
|
|
881
|
+
return A ? Math.round(y * 1e3 / A) : void 0;
|
|
882
882
|
};
|
|
883
883
|
}
|
|
884
|
-
function
|
|
885
|
-
let r = 0,
|
|
884
|
+
function Ir(e, t) {
|
|
885
|
+
let r = 0, s = 1e3 / t, n, o;
|
|
886
886
|
const i = (u, l = Date.now()) => {
|
|
887
|
-
r = l,
|
|
887
|
+
r = l, n = null, o && (clearTimeout(o), o = null), e(...u);
|
|
888
888
|
};
|
|
889
889
|
return [(...u) => {
|
|
890
890
|
const l = Date.now(), p = l - r;
|
|
891
|
-
p >=
|
|
892
|
-
o = null, i(
|
|
893
|
-
},
|
|
894
|
-
}, () =>
|
|
891
|
+
p >= s ? i(u, l) : (n = u, o || (o = setTimeout(() => {
|
|
892
|
+
o = null, i(n);
|
|
893
|
+
}, s - p)));
|
|
894
|
+
}, () => n && i(n)];
|
|
895
895
|
}
|
|
896
|
-
const
|
|
897
|
-
let
|
|
898
|
-
const
|
|
899
|
-
return
|
|
900
|
-
const i = o.loaded, a = o.lengthComputable ? o.total : void 0, f = i -
|
|
901
|
-
|
|
896
|
+
const ce = (e, t, r = 3) => {
|
|
897
|
+
let s = 0;
|
|
898
|
+
const n = Lr(50, 250);
|
|
899
|
+
return Ir((o) => {
|
|
900
|
+
const i = o.loaded, a = o.lengthComputable ? o.total : void 0, f = i - s, u = n(f), l = i <= a;
|
|
901
|
+
s = i;
|
|
902
902
|
const p = {
|
|
903
903
|
loaded: i,
|
|
904
904
|
total: a,
|
|
@@ -912,23 +912,23 @@ const ie = (e, t, r = 3) => {
|
|
|
912
912
|
};
|
|
913
913
|
e(p);
|
|
914
914
|
}, r);
|
|
915
|
-
},
|
|
915
|
+
}, Ie = (e, t) => {
|
|
916
916
|
const r = e != null;
|
|
917
|
-
return [(
|
|
917
|
+
return [(s) => t[0]({
|
|
918
918
|
lengthComputable: r,
|
|
919
919
|
total: e,
|
|
920
|
-
loaded:
|
|
920
|
+
loaded: s
|
|
921
921
|
}), t[1]];
|
|
922
|
-
},
|
|
923
|
-
new URL(
|
|
924
|
-
|
|
925
|
-
) : () => !0, jr =
|
|
922
|
+
}, Be = (e) => (...t) => c.asap(() => e(...t)), Br = k.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (r) => (r = new URL(r, k.origin), e.protocol === r.protocol && e.host === r.host && (t || e.port === r.port)))(
|
|
923
|
+
new URL(k.origin),
|
|
924
|
+
k.navigator && /(msie|trident)/i.test(k.navigator.userAgent)
|
|
925
|
+
) : () => !0, jr = k.hasStandardBrowserEnv ? (
|
|
926
926
|
// Standard browser envs support document.cookie
|
|
927
927
|
{
|
|
928
|
-
write(e, t, r,
|
|
928
|
+
write(e, t, r, s, n, o, i) {
|
|
929
929
|
if (typeof document > "u") return;
|
|
930
930
|
const a = [`${e}=${encodeURIComponent(t)}`];
|
|
931
|
-
c.isNumber(r) && a.push(`expires=${new Date(r).toUTCString()}`), c.isString(
|
|
931
|
+
c.isNumber(r) && a.push(`expires=${new Date(r).toUTCString()}`), c.isString(s) && a.push(`path=${s}`), c.isString(n) && a.push(`domain=${n}`), o === !0 && a.push("secure"), c.isString(i) && a.push(`SameSite=${i}`), document.cookie = a.join("; ");
|
|
932
932
|
},
|
|
933
933
|
read(e) {
|
|
934
934
|
if (typeof document > "u") return null;
|
|
@@ -951,44 +951,44 @@ const ie = (e, t, r = 3) => {
|
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
);
|
|
954
|
-
function
|
|
954
|
+
function $r(e) {
|
|
955
955
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
|
956
956
|
}
|
|
957
|
-
function
|
|
957
|
+
function Mr(e, t) {
|
|
958
958
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
|
959
959
|
}
|
|
960
960
|
function pt(e, t, r) {
|
|
961
|
-
let
|
|
962
|
-
return e && (
|
|
961
|
+
let s = !$r(t);
|
|
962
|
+
return e && (s || r == !1) ? Mr(e, t) : t;
|
|
963
963
|
}
|
|
964
|
-
const je = (e) => e instanceof
|
|
965
|
-
function
|
|
964
|
+
const je = (e) => e instanceof U ? { ...e } : e;
|
|
965
|
+
function z(e, t) {
|
|
966
966
|
t = t || {};
|
|
967
967
|
const r = {};
|
|
968
|
-
function
|
|
968
|
+
function s(u, l, p, y) {
|
|
969
969
|
return c.isPlainObject(u) && c.isPlainObject(l) ? c.merge.call({ caseless: y }, u, l) : c.isPlainObject(l) ? c.merge({}, l) : c.isArray(l) ? l.slice() : l;
|
|
970
970
|
}
|
|
971
|
-
function
|
|
971
|
+
function n(u, l, p, y) {
|
|
972
972
|
if (c.isUndefined(l)) {
|
|
973
973
|
if (!c.isUndefined(u))
|
|
974
|
-
return
|
|
975
|
-
} else return
|
|
974
|
+
return s(void 0, u, p, y);
|
|
975
|
+
} else return s(u, l, p, y);
|
|
976
976
|
}
|
|
977
977
|
function o(u, l) {
|
|
978
978
|
if (!c.isUndefined(l))
|
|
979
|
-
return
|
|
979
|
+
return s(void 0, l);
|
|
980
980
|
}
|
|
981
981
|
function i(u, l) {
|
|
982
982
|
if (c.isUndefined(l)) {
|
|
983
983
|
if (!c.isUndefined(u))
|
|
984
|
-
return
|
|
985
|
-
} else return
|
|
984
|
+
return s(void 0, u);
|
|
985
|
+
} else return s(void 0, l);
|
|
986
986
|
}
|
|
987
987
|
function a(u, l, p) {
|
|
988
988
|
if (p in t)
|
|
989
|
-
return
|
|
989
|
+
return s(u, l);
|
|
990
990
|
if (p in e)
|
|
991
|
-
return
|
|
991
|
+
return s(void 0, u);
|
|
992
992
|
}
|
|
993
993
|
const f = {
|
|
994
994
|
url: o,
|
|
@@ -1019,21 +1019,21 @@ function $(e, t) {
|
|
|
1019
1019
|
socketPath: i,
|
|
1020
1020
|
responseEncoding: i,
|
|
1021
1021
|
validateStatus: a,
|
|
1022
|
-
headers: (u, l, p) =>
|
|
1022
|
+
headers: (u, l, p) => n(je(u), je(l), p, !0)
|
|
1023
1023
|
};
|
|
1024
1024
|
return c.forEach(Object.keys({ ...e, ...t }), function(l) {
|
|
1025
|
-
const p = f[l] ||
|
|
1025
|
+
const p = f[l] || n, y = p(e[l], t[l], l);
|
|
1026
1026
|
c.isUndefined(y) && p !== a || (r[l] = y);
|
|
1027
1027
|
}), r;
|
|
1028
1028
|
}
|
|
1029
1029
|
const mt = (e) => {
|
|
1030
|
-
const t =
|
|
1031
|
-
let { data: r, withXSRFToken:
|
|
1032
|
-
if (t.headers = i =
|
|
1030
|
+
const t = z({}, e);
|
|
1031
|
+
let { data: r, withXSRFToken: s, xsrfHeaderName: n, xsrfCookieName: o, headers: i, auth: a } = t;
|
|
1032
|
+
if (t.headers = i = U.from(i), t.url = ct(pt(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), a && i.set(
|
|
1033
1033
|
"Authorization",
|
|
1034
1034
|
"Basic " + btoa((a.username || "") + ":" + (a.password ? unescape(encodeURIComponent(a.password)) : ""))
|
|
1035
1035
|
), c.isFormData(r)) {
|
|
1036
|
-
if (
|
|
1036
|
+
if (k.hasStandardBrowserEnv || k.hasStandardBrowserWebWorkerEnv)
|
|
1037
1037
|
i.setContentType(void 0);
|
|
1038
1038
|
else if (c.isFunction(r.getHeaders)) {
|
|
1039
1039
|
const f = r.getHeaders(), u = ["content-type", "content-length"];
|
|
@@ -1042,28 +1042,28 @@ const mt = (e) => {
|
|
|
1042
1042
|
});
|
|
1043
1043
|
}
|
|
1044
1044
|
}
|
|
1045
|
-
if (
|
|
1046
|
-
const f =
|
|
1047
|
-
f && i.set(
|
|
1045
|
+
if (k.hasStandardBrowserEnv && (s && c.isFunction(s) && (s = s(t)), s || s !== !1 && Br(t.url))) {
|
|
1046
|
+
const f = n && o && jr.read(o);
|
|
1047
|
+
f && i.set(n, f);
|
|
1048
1048
|
}
|
|
1049
1049
|
return t;
|
|
1050
1050
|
}, Hr = typeof XMLHttpRequest < "u", qr = Hr && function(e) {
|
|
1051
|
-
return new Promise(function(r,
|
|
1052
|
-
const
|
|
1053
|
-
let o =
|
|
1054
|
-
const i =
|
|
1055
|
-
let { responseType: a, onUploadProgress: f, onDownloadProgress: u } =
|
|
1051
|
+
return new Promise(function(r, s) {
|
|
1052
|
+
const n = mt(e);
|
|
1053
|
+
let o = n.data;
|
|
1054
|
+
const i = U.from(n.headers).normalize();
|
|
1055
|
+
let { responseType: a, onUploadProgress: f, onDownloadProgress: u } = n, l, p, y, A, d;
|
|
1056
1056
|
function h() {
|
|
1057
|
-
|
|
1057
|
+
A && A(), d && d(), n.cancelToken && n.cancelToken.unsubscribe(l), n.signal && n.signal.removeEventListener("abort", l);
|
|
1058
1058
|
}
|
|
1059
1059
|
let m = new XMLHttpRequest();
|
|
1060
|
-
m.open(
|
|
1060
|
+
m.open(n.method.toUpperCase(), n.url, !0), m.timeout = n.timeout;
|
|
1061
1061
|
function E() {
|
|
1062
1062
|
if (!m)
|
|
1063
1063
|
return;
|
|
1064
|
-
const x =
|
|
1064
|
+
const x = U.from(
|
|
1065
1065
|
"getAllResponseHeaders" in m && m.getAllResponseHeaders()
|
|
1066
|
-
),
|
|
1066
|
+
), N = {
|
|
1067
1067
|
data: !a || a === "text" || a === "json" ? m.responseText : m.response,
|
|
1068
1068
|
status: m.status,
|
|
1069
1069
|
statusText: m.statusText,
|
|
@@ -1071,36 +1071,36 @@ const mt = (e) => {
|
|
|
1071
1071
|
config: e,
|
|
1072
1072
|
request: m
|
|
1073
1073
|
};
|
|
1074
|
-
ft(function(
|
|
1075
|
-
r(
|
|
1076
|
-
}, function(
|
|
1077
|
-
|
|
1078
|
-
},
|
|
1074
|
+
ft(function(_) {
|
|
1075
|
+
r(_), h();
|
|
1076
|
+
}, function(_) {
|
|
1077
|
+
s(_), h();
|
|
1078
|
+
}, N), m = null;
|
|
1079
1079
|
}
|
|
1080
1080
|
"onloadend" in m ? m.onloadend = E : m.onreadystatechange = function() {
|
|
1081
1081
|
!m || m.readyState !== 4 || m.status === 0 && !(m.responseURL && m.responseURL.indexOf("file:") === 0) || setTimeout(E);
|
|
1082
1082
|
}, m.onabort = function() {
|
|
1083
|
-
m && (
|
|
1084
|
-
}, m.onerror = function(
|
|
1085
|
-
const
|
|
1086
|
-
|
|
1083
|
+
m && (s(new w("Request aborted", w.ECONNABORTED, e, m)), m = null);
|
|
1084
|
+
}, m.onerror = function(O) {
|
|
1085
|
+
const N = O && O.message ? O.message : "Network Error", g = new w(N, w.ERR_NETWORK, e, m);
|
|
1086
|
+
g.event = O || null, s(g), m = null;
|
|
1087
1087
|
}, m.ontimeout = function() {
|
|
1088
|
-
let
|
|
1089
|
-
const
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1088
|
+
let O = n.timeout ? "timeout of " + n.timeout + "ms exceeded" : "timeout exceeded";
|
|
1089
|
+
const N = n.transitional || lt;
|
|
1090
|
+
n.timeoutErrorMessage && (O = n.timeoutErrorMessage), s(new w(
|
|
1091
|
+
O,
|
|
1092
|
+
N.clarifyTimeoutError ? w.ETIMEDOUT : w.ECONNABORTED,
|
|
1093
1093
|
e,
|
|
1094
1094
|
m
|
|
1095
1095
|
)), m = null;
|
|
1096
|
-
}, o === void 0 && i.setContentType(null), "setRequestHeader" in m && c.forEach(i.toJSON(), function(
|
|
1097
|
-
m.setRequestHeader(
|
|
1098
|
-
}), c.isUndefined(
|
|
1099
|
-
m && (
|
|
1100
|
-
},
|
|
1101
|
-
const R =
|
|
1102
|
-
if (R &&
|
|
1103
|
-
|
|
1096
|
+
}, o === void 0 && i.setContentType(null), "setRequestHeader" in m && c.forEach(i.toJSON(), function(O, N) {
|
|
1097
|
+
m.setRequestHeader(N, O);
|
|
1098
|
+
}), c.isUndefined(n.withCredentials) || (m.withCredentials = !!n.withCredentials), a && a !== "json" && (m.responseType = n.responseType), u && ([y, d] = ce(u, !0), m.addEventListener("progress", y)), f && m.upload && ([p, A] = ce(f), m.upload.addEventListener("progress", p), m.upload.addEventListener("loadend", A)), (n.cancelToken || n.signal) && (l = (x) => {
|
|
1099
|
+
m && (s(!x || x.type ? new te(null, e, m) : x), m.abort(), m = null);
|
|
1100
|
+
}, n.cancelToken && n.cancelToken.subscribe(l), n.signal && (n.signal.aborted ? l() : n.signal.addEventListener("abort", l)));
|
|
1101
|
+
const R = Fr(n.url);
|
|
1102
|
+
if (R && k.protocols.indexOf(R) === -1) {
|
|
1103
|
+
s(new w("Unsupported protocol " + R + ":", w.ERR_BAD_REQUEST, e));
|
|
1104
1104
|
return;
|
|
1105
1105
|
}
|
|
1106
1106
|
m.send(o || null);
|
|
@@ -1108,16 +1108,16 @@ const mt = (e) => {
|
|
|
1108
1108
|
}, zr = (e, t) => {
|
|
1109
1109
|
const { length: r } = e = e ? e.filter(Boolean) : [];
|
|
1110
1110
|
if (t || r) {
|
|
1111
|
-
let
|
|
1111
|
+
let s = new AbortController(), n;
|
|
1112
1112
|
const o = function(u) {
|
|
1113
|
-
if (!
|
|
1114
|
-
|
|
1113
|
+
if (!n) {
|
|
1114
|
+
n = !0, a();
|
|
1115
1115
|
const l = u instanceof Error ? u : this.reason;
|
|
1116
|
-
|
|
1116
|
+
s.abort(l instanceof w ? l : new te(l instanceof Error ? l.message : l));
|
|
1117
1117
|
}
|
|
1118
1118
|
};
|
|
1119
1119
|
let i = t && setTimeout(() => {
|
|
1120
|
-
i = null, o(new
|
|
1120
|
+
i = null, o(new w(`timeout of ${t}ms exceeded`, w.ETIMEDOUT));
|
|
1121
1121
|
}, t);
|
|
1122
1122
|
const a = () => {
|
|
1123
1123
|
e && (i && clearTimeout(i), i = null, e.forEach((u) => {
|
|
@@ -1125,7 +1125,7 @@ const mt = (e) => {
|
|
|
1125
1125
|
}), e = null);
|
|
1126
1126
|
};
|
|
1127
1127
|
e.forEach((u) => u.addEventListener("abort", o));
|
|
1128
|
-
const { signal: f } =
|
|
1128
|
+
const { signal: f } = s;
|
|
1129
1129
|
return f.unsubscribe = () => c.asap(a), f;
|
|
1130
1130
|
}
|
|
1131
1131
|
}, Jr = function* (e, t) {
|
|
@@ -1134,13 +1134,13 @@ const mt = (e) => {
|
|
|
1134
1134
|
yield e;
|
|
1135
1135
|
return;
|
|
1136
1136
|
}
|
|
1137
|
-
let
|
|
1138
|
-
for (;
|
|
1139
|
-
|
|
1137
|
+
let s = 0, n;
|
|
1138
|
+
for (; s < r; )
|
|
1139
|
+
n = s + t, yield e.slice(s, n), s = n;
|
|
1140
1140
|
}, Kr = async function* (e, t) {
|
|
1141
|
-
for await (const r of
|
|
1141
|
+
for await (const r of Wr(e))
|
|
1142
1142
|
yield* Jr(r, t);
|
|
1143
|
-
},
|
|
1143
|
+
}, Wr = async function* (e) {
|
|
1144
1144
|
if (e[Symbol.asyncIterator]) {
|
|
1145
1145
|
yield* e;
|
|
1146
1146
|
return;
|
|
@@ -1148,23 +1148,23 @@ const mt = (e) => {
|
|
|
1148
1148
|
const t = e.getReader();
|
|
1149
1149
|
try {
|
|
1150
1150
|
for (; ; ) {
|
|
1151
|
-
const { done: r, value:
|
|
1151
|
+
const { done: r, value: s } = await t.read();
|
|
1152
1152
|
if (r)
|
|
1153
1153
|
break;
|
|
1154
|
-
yield
|
|
1154
|
+
yield s;
|
|
1155
1155
|
}
|
|
1156
1156
|
} finally {
|
|
1157
1157
|
await t.cancel();
|
|
1158
1158
|
}
|
|
1159
|
-
},
|
|
1160
|
-
const
|
|
1159
|
+
}, $e = (e, t, r, s) => {
|
|
1160
|
+
const n = Kr(e, t);
|
|
1161
1161
|
let o = 0, i, a = (f) => {
|
|
1162
|
-
i || (i = !0,
|
|
1162
|
+
i || (i = !0, s && s(f));
|
|
1163
1163
|
};
|
|
1164
1164
|
return new ReadableStream({
|
|
1165
1165
|
async pull(f) {
|
|
1166
1166
|
try {
|
|
1167
|
-
const { done: u, value: l } = await
|
|
1167
|
+
const { done: u, value: l } = await n.next();
|
|
1168
1168
|
if (u) {
|
|
1169
1169
|
a(), f.close();
|
|
1170
1170
|
return;
|
|
@@ -1180,12 +1180,12 @@ const mt = (e) => {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
},
|
|
1182
1182
|
cancel(f) {
|
|
1183
|
-
return a(f),
|
|
1183
|
+
return a(f), n.return();
|
|
1184
1184
|
}
|
|
1185
1185
|
}, {
|
|
1186
1186
|
highWaterMark: 2
|
|
1187
1187
|
});
|
|
1188
|
-
},
|
|
1188
|
+
}, Me = 64 * 1024, { isFunction: ne } = c, Vr = (({ Request: e, Response: t }) => ({
|
|
1189
1189
|
Request: e,
|
|
1190
1190
|
Response: t
|
|
1191
1191
|
}))(c.global), {
|
|
@@ -1200,13 +1200,13 @@ const mt = (e) => {
|
|
|
1200
1200
|
}, Xr = (e) => {
|
|
1201
1201
|
e = c.merge.call({
|
|
1202
1202
|
skipUndefined: !0
|
|
1203
|
-
},
|
|
1204
|
-
const { fetch: t, Request: r, Response:
|
|
1205
|
-
if (!
|
|
1203
|
+
}, Vr, e);
|
|
1204
|
+
const { fetch: t, Request: r, Response: s } = e, n = t ? ne(t) : typeof fetch == "function", o = ne(r), i = ne(s);
|
|
1205
|
+
if (!n)
|
|
1206
1206
|
return !1;
|
|
1207
|
-
const a =
|
|
1207
|
+
const a = n && ne(He), f = n && (typeof qe == "function" ? /* @__PURE__ */ ((d) => (h) => d.encode(h))(new qe()) : async (d) => new Uint8Array(await new r(d).arrayBuffer())), u = o && a && ze(() => {
|
|
1208
1208
|
let d = !1;
|
|
1209
|
-
const h = new r(
|
|
1209
|
+
const h = new r(k.origin, {
|
|
1210
1210
|
body: new He(),
|
|
1211
1211
|
method: "POST",
|
|
1212
1212
|
get duplex() {
|
|
@@ -1214,15 +1214,15 @@ const mt = (e) => {
|
|
|
1214
1214
|
}
|
|
1215
1215
|
}).headers.has("Content-Type");
|
|
1216
1216
|
return d && !h;
|
|
1217
|
-
}), l = i && a && ze(() => c.isReadableStream(new
|
|
1217
|
+
}), l = i && a && ze(() => c.isReadableStream(new s("").body)), p = {
|
|
1218
1218
|
stream: l && ((d) => d.body)
|
|
1219
1219
|
};
|
|
1220
|
-
|
|
1220
|
+
n && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((d) => {
|
|
1221
1221
|
!p[d] && (p[d] = (h, m) => {
|
|
1222
1222
|
let E = h && h[d];
|
|
1223
1223
|
if (E)
|
|
1224
1224
|
return E.call(h);
|
|
1225
|
-
throw new
|
|
1225
|
+
throw new w(`Response type '${d}' is not supported`, w.ERR_NOT_SUPPORT, m);
|
|
1226
1226
|
});
|
|
1227
1227
|
});
|
|
1228
1228
|
const y = async (d) => {
|
|
@@ -1231,7 +1231,7 @@ const mt = (e) => {
|
|
|
1231
1231
|
if (c.isBlob(d))
|
|
1232
1232
|
return d.size;
|
|
1233
1233
|
if (c.isSpecCompliantForm(d))
|
|
1234
|
-
return (await new r(
|
|
1234
|
+
return (await new r(k.origin, {
|
|
1235
1235
|
method: "POST",
|
|
1236
1236
|
body: d
|
|
1237
1237
|
}).arrayBuffer()).byteLength;
|
|
@@ -1239,7 +1239,7 @@ const mt = (e) => {
|
|
|
1239
1239
|
return d.byteLength;
|
|
1240
1240
|
if (c.isURLSearchParams(d) && (d = d + ""), c.isString(d))
|
|
1241
1241
|
return (await f(d)).byteLength;
|
|
1242
|
-
},
|
|
1242
|
+
}, A = async (d, h) => {
|
|
1243
1243
|
const m = c.toFiniteNumber(d.getContentLength());
|
|
1244
1244
|
return m ?? y(h);
|
|
1245
1245
|
};
|
|
@@ -1250,90 +1250,90 @@ const mt = (e) => {
|
|
|
1250
1250
|
data: E,
|
|
1251
1251
|
signal: R,
|
|
1252
1252
|
cancelToken: x,
|
|
1253
|
-
timeout:
|
|
1254
|
-
onDownloadProgress:
|
|
1255
|
-
onUploadProgress:
|
|
1256
|
-
responseType:
|
|
1257
|
-
headers:
|
|
1258
|
-
withCredentials:
|
|
1259
|
-
fetchOptions:
|
|
1260
|
-
} = mt(d),
|
|
1261
|
-
|
|
1262
|
-
let
|
|
1263
|
-
const
|
|
1264
|
-
|
|
1253
|
+
timeout: O,
|
|
1254
|
+
onDownloadProgress: N,
|
|
1255
|
+
onUploadProgress: g,
|
|
1256
|
+
responseType: _,
|
|
1257
|
+
headers: v,
|
|
1258
|
+
withCredentials: C = "same-origin",
|
|
1259
|
+
fetchOptions: F
|
|
1260
|
+
} = mt(d), S = t || fetch;
|
|
1261
|
+
_ = _ ? (_ + "").toLowerCase() : "text";
|
|
1262
|
+
let J = zr([R, x && x.toAbortSignal()], O), M = null;
|
|
1263
|
+
const B = J && J.unsubscribe && (() => {
|
|
1264
|
+
J.unsubscribe();
|
|
1265
1265
|
});
|
|
1266
1266
|
let Ae;
|
|
1267
1267
|
try {
|
|
1268
|
-
if (
|
|
1269
|
-
let
|
|
1268
|
+
if (g && u && m !== "get" && m !== "head" && (Ae = await A(v, E)) !== 0) {
|
|
1269
|
+
let $ = new r(h, {
|
|
1270
1270
|
method: "POST",
|
|
1271
1271
|
body: E,
|
|
1272
1272
|
duplex: "half"
|
|
1273
|
-
}),
|
|
1274
|
-
if (c.isFormData(E) && (
|
|
1275
|
-
const [
|
|
1273
|
+
}), K;
|
|
1274
|
+
if (c.isFormData(E) && (K = $.headers.get("content-type")) && v.setContentType(K), $.body) {
|
|
1275
|
+
const [me, re] = Ie(
|
|
1276
1276
|
Ae,
|
|
1277
|
-
|
|
1277
|
+
ce(Be(g))
|
|
1278
1278
|
);
|
|
1279
|
-
E =
|
|
1279
|
+
E = $e($.body, Me, me, re);
|
|
1280
1280
|
}
|
|
1281
1281
|
}
|
|
1282
|
-
c.isString(
|
|
1283
|
-
const
|
|
1284
|
-
...
|
|
1285
|
-
signal:
|
|
1282
|
+
c.isString(C) || (C = C ? "include" : "omit");
|
|
1283
|
+
const L = o && "credentials" in r.prototype, Ce = {
|
|
1284
|
+
...F,
|
|
1285
|
+
signal: J,
|
|
1286
1286
|
method: m.toUpperCase(),
|
|
1287
|
-
headers:
|
|
1287
|
+
headers: v.normalize().toJSON(),
|
|
1288
1288
|
body: E,
|
|
1289
1289
|
duplex: "half",
|
|
1290
|
-
credentials:
|
|
1290
|
+
credentials: L ? C : void 0
|
|
1291
1291
|
};
|
|
1292
|
-
|
|
1293
|
-
let
|
|
1294
|
-
const Ne = l && (
|
|
1295
|
-
if (l && (
|
|
1296
|
-
const
|
|
1297
|
-
["status", "statusText", "headers"].forEach((
|
|
1298
|
-
|
|
1292
|
+
M = o && new r(h, Ce);
|
|
1293
|
+
let j = await (o ? S(M, F) : S(h, Ce));
|
|
1294
|
+
const Ne = l && (_ === "stream" || _ === "response");
|
|
1295
|
+
if (l && (N || Ne && B)) {
|
|
1296
|
+
const $ = {};
|
|
1297
|
+
["status", "statusText", "headers"].forEach((ve) => {
|
|
1298
|
+
$[ve] = j[ve];
|
|
1299
1299
|
});
|
|
1300
|
-
const
|
|
1301
|
-
|
|
1302
|
-
|
|
1300
|
+
const K = c.toFiniteNumber(j.headers.get("content-length")), [me, re] = N && Ie(
|
|
1301
|
+
K,
|
|
1302
|
+
ce(Be(N), !0)
|
|
1303
1303
|
) || [];
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1304
|
+
j = new s(
|
|
1305
|
+
$e(j.body, Me, me, () => {
|
|
1306
|
+
re && re(), B && B();
|
|
1307
1307
|
}),
|
|
1308
|
-
|
|
1308
|
+
$
|
|
1309
1309
|
);
|
|
1310
1310
|
}
|
|
1311
|
-
|
|
1312
|
-
let xt = await p[c.findKey(p,
|
|
1313
|
-
return !Ne &&
|
|
1314
|
-
ft(
|
|
1311
|
+
_ = _ || "text";
|
|
1312
|
+
let xt = await p[c.findKey(p, _) || "text"](j, d);
|
|
1313
|
+
return !Ne && B && B(), await new Promise(($, K) => {
|
|
1314
|
+
ft($, K, {
|
|
1315
1315
|
data: xt,
|
|
1316
|
-
headers:
|
|
1317
|
-
status:
|
|
1318
|
-
statusText:
|
|
1316
|
+
headers: U.from(j.headers),
|
|
1317
|
+
status: j.status,
|
|
1318
|
+
statusText: j.statusText,
|
|
1319
1319
|
config: d,
|
|
1320
|
-
request:
|
|
1320
|
+
request: M
|
|
1321
1321
|
});
|
|
1322
1322
|
});
|
|
1323
|
-
} catch (
|
|
1324
|
-
throw
|
|
1325
|
-
new
|
|
1323
|
+
} catch (L) {
|
|
1324
|
+
throw B && B(), L && L.name === "TypeError" && /Load failed|fetch/i.test(L.message) ? Object.assign(
|
|
1325
|
+
new w("Network Error", w.ERR_NETWORK, d, M),
|
|
1326
1326
|
{
|
|
1327
|
-
cause:
|
|
1327
|
+
cause: L.cause || L
|
|
1328
1328
|
}
|
|
1329
|
-
) :
|
|
1329
|
+
) : w.from(L, L && L.code, d, M);
|
|
1330
1330
|
}
|
|
1331
1331
|
};
|
|
1332
1332
|
}, Gr = /* @__PURE__ */ new Map(), ht = (e) => {
|
|
1333
1333
|
let t = e && e.env || {};
|
|
1334
|
-
const { fetch: r, Request:
|
|
1335
|
-
n,
|
|
1334
|
+
const { fetch: r, Request: s, Response: n } = t, o = [
|
|
1336
1335
|
s,
|
|
1336
|
+
n,
|
|
1337
1337
|
r
|
|
1338
1338
|
];
|
|
1339
1339
|
let i = o.length, a = i, f, u, l = Gr;
|
|
@@ -1342,14 +1342,14 @@ const mt = (e) => {
|
|
|
1342
1342
|
return u;
|
|
1343
1343
|
};
|
|
1344
1344
|
ht();
|
|
1345
|
-
const
|
|
1345
|
+
const Te = {
|
|
1346
1346
|
http: pr,
|
|
1347
1347
|
xhr: qr,
|
|
1348
1348
|
fetch: {
|
|
1349
1349
|
get: ht
|
|
1350
1350
|
}
|
|
1351
1351
|
};
|
|
1352
|
-
c.forEach(
|
|
1352
|
+
c.forEach(Te, (e, t) => {
|
|
1353
1353
|
if (e) {
|
|
1354
1354
|
try {
|
|
1355
1355
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -1362,30 +1362,30 @@ const Je = (e) => `- ${e}`, Yr = (e) => c.isFunction(e) || e === null || e === !
|
|
|
1362
1362
|
function Qr(e, t) {
|
|
1363
1363
|
e = c.isArray(e) ? e : [e];
|
|
1364
1364
|
const { length: r } = e;
|
|
1365
|
-
let
|
|
1365
|
+
let s, n;
|
|
1366
1366
|
const o = {};
|
|
1367
1367
|
for (let i = 0; i < r; i++) {
|
|
1368
|
-
|
|
1368
|
+
s = e[i];
|
|
1369
1369
|
let a;
|
|
1370
|
-
if (
|
|
1371
|
-
throw new
|
|
1372
|
-
if (
|
|
1370
|
+
if (n = s, !Yr(s) && (n = Te[(a = String(s)).toLowerCase()], n === void 0))
|
|
1371
|
+
throw new w(`Unknown adapter '${a}'`);
|
|
1372
|
+
if (n && (c.isFunction(n) || (n = n.get(t))))
|
|
1373
1373
|
break;
|
|
1374
|
-
o[a || "#" + i] =
|
|
1374
|
+
o[a || "#" + i] = n;
|
|
1375
1375
|
}
|
|
1376
|
-
if (!
|
|
1376
|
+
if (!n) {
|
|
1377
1377
|
const i = Object.entries(o).map(
|
|
1378
1378
|
([f, u]) => `adapter ${f} ` + (u === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
1379
1379
|
);
|
|
1380
1380
|
let a = r ? i.length > 1 ? `since :
|
|
1381
1381
|
` + i.map(Je).join(`
|
|
1382
1382
|
`) : " " + Je(i[0]) : "as no adapter specified";
|
|
1383
|
-
throw new
|
|
1383
|
+
throw new w(
|
|
1384
1384
|
"There is no suitable adapter to dispatch the request " + a,
|
|
1385
1385
|
"ERR_NOT_SUPPORT"
|
|
1386
1386
|
);
|
|
1387
1387
|
}
|
|
1388
|
-
return
|
|
1388
|
+
return n;
|
|
1389
1389
|
}
|
|
1390
1390
|
const gt = {
|
|
1391
1391
|
/**
|
|
@@ -1397,84 +1397,84 @@ const gt = {
|
|
|
1397
1397
|
* Exposes all known adapters
|
|
1398
1398
|
* @type {Object<string, Function|Object>}
|
|
1399
1399
|
*/
|
|
1400
|
-
adapters:
|
|
1400
|
+
adapters: Te
|
|
1401
1401
|
};
|
|
1402
|
-
function
|
|
1402
|
+
function we(e) {
|
|
1403
1403
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1404
|
-
throw new
|
|
1404
|
+
throw new te(null, e);
|
|
1405
1405
|
}
|
|
1406
1406
|
function Ke(e) {
|
|
1407
|
-
return
|
|
1407
|
+
return we(e), e.headers = U.from(e.headers), e.data = ge.call(
|
|
1408
1408
|
e,
|
|
1409
1409
|
e.transformRequest
|
|
1410
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), gt.getAdapter(e.adapter ||
|
|
1411
|
-
return
|
|
1410
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), gt.getAdapter(e.adapter || ee.adapter, e)(e).then(function(s) {
|
|
1411
|
+
return we(e), s.data = ge.call(
|
|
1412
1412
|
e,
|
|
1413
1413
|
e.transformResponse,
|
|
1414
|
-
|
|
1415
|
-
),
|
|
1416
|
-
}, function(
|
|
1417
|
-
return dt(
|
|
1414
|
+
s
|
|
1415
|
+
), s.headers = U.from(s.headers), s;
|
|
1416
|
+
}, function(s) {
|
|
1417
|
+
return dt(s) || (we(e), s && s.response && (s.response.data = ge.call(
|
|
1418
1418
|
e,
|
|
1419
1419
|
e.transformResponse,
|
|
1420
|
-
|
|
1421
|
-
),
|
|
1420
|
+
s.response
|
|
1421
|
+
), s.response.headers = U.from(s.response.headers))), Promise.reject(s);
|
|
1422
1422
|
});
|
|
1423
1423
|
}
|
|
1424
|
-
const wt = "1.13.4",
|
|
1424
|
+
const wt = "1.13.4", pe = {};
|
|
1425
1425
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1426
|
-
|
|
1427
|
-
return typeof
|
|
1426
|
+
pe[e] = function(s) {
|
|
1427
|
+
return typeof s === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
1428
1428
|
};
|
|
1429
1429
|
});
|
|
1430
|
-
const
|
|
1431
|
-
|
|
1432
|
-
function
|
|
1433
|
-
return "[Axios v" + wt + "] Transitional option '" + o + "'" + i + (
|
|
1430
|
+
const We = {};
|
|
1431
|
+
pe.transitional = function(t, r, s) {
|
|
1432
|
+
function n(o, i) {
|
|
1433
|
+
return "[Axios v" + wt + "] Transitional option '" + o + "'" + i + (s ? ". " + s : "");
|
|
1434
1434
|
}
|
|
1435
1435
|
return (o, i, a) => {
|
|
1436
1436
|
if (t === !1)
|
|
1437
|
-
throw new
|
|
1438
|
-
|
|
1439
|
-
|
|
1437
|
+
throw new w(
|
|
1438
|
+
n(i, " has been removed" + (r ? " in " + r : "")),
|
|
1439
|
+
w.ERR_DEPRECATED
|
|
1440
1440
|
);
|
|
1441
|
-
return r && !
|
|
1442
|
-
|
|
1441
|
+
return r && !We[i] && (We[i] = !0, console.warn(
|
|
1442
|
+
n(
|
|
1443
1443
|
i,
|
|
1444
1444
|
" has been deprecated since v" + r + " and will be removed in the near future"
|
|
1445
1445
|
)
|
|
1446
1446
|
)), t ? t(o, i, a) : !0;
|
|
1447
1447
|
};
|
|
1448
1448
|
};
|
|
1449
|
-
|
|
1450
|
-
return (r,
|
|
1449
|
+
pe.spelling = function(t) {
|
|
1450
|
+
return (r, s) => (console.warn(`${s} is likely a misspelling of ${t}`), !0);
|
|
1451
1451
|
};
|
|
1452
1452
|
function Zr(e, t, r) {
|
|
1453
1453
|
if (typeof e != "object")
|
|
1454
|
-
throw new
|
|
1455
|
-
const
|
|
1456
|
-
let
|
|
1457
|
-
for (;
|
|
1458
|
-
const o = n
|
|
1454
|
+
throw new w("options must be an object", w.ERR_BAD_OPTION_VALUE);
|
|
1455
|
+
const s = Object.keys(e);
|
|
1456
|
+
let n = s.length;
|
|
1457
|
+
for (; n-- > 0; ) {
|
|
1458
|
+
const o = s[n], i = t[o];
|
|
1459
1459
|
if (i) {
|
|
1460
1460
|
const a = e[o], f = a === void 0 || i(a, o, e);
|
|
1461
1461
|
if (f !== !0)
|
|
1462
|
-
throw new
|
|
1462
|
+
throw new w("option " + o + " must be " + f, w.ERR_BAD_OPTION_VALUE);
|
|
1463
1463
|
continue;
|
|
1464
1464
|
}
|
|
1465
1465
|
if (r !== !0)
|
|
1466
|
-
throw new
|
|
1466
|
+
throw new w("Unknown option " + o, w.ERR_BAD_OPTION);
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
|
-
const
|
|
1469
|
+
const ae = {
|
|
1470
1470
|
assertOptions: Zr,
|
|
1471
|
-
validators:
|
|
1472
|
-
},
|
|
1473
|
-
let
|
|
1471
|
+
validators: pe
|
|
1472
|
+
}, I = ae.validators;
|
|
1473
|
+
let q = class {
|
|
1474
1474
|
constructor(t) {
|
|
1475
1475
|
this.defaults = t || {}, this.interceptors = {
|
|
1476
|
-
request: new
|
|
1477
|
-
response: new
|
|
1476
|
+
request: new Fe(),
|
|
1477
|
+
response: new Fe()
|
|
1478
1478
|
};
|
|
1479
1479
|
}
|
|
1480
1480
|
/**
|
|
@@ -1488,35 +1488,35 @@ let M = class {
|
|
|
1488
1488
|
async request(t, r) {
|
|
1489
1489
|
try {
|
|
1490
1490
|
return await this._request(t, r);
|
|
1491
|
-
} catch (
|
|
1492
|
-
if (
|
|
1493
|
-
let
|
|
1494
|
-
Error.captureStackTrace ? Error.captureStackTrace(
|
|
1495
|
-
const o =
|
|
1491
|
+
} catch (s) {
|
|
1492
|
+
if (s instanceof Error) {
|
|
1493
|
+
let n = {};
|
|
1494
|
+
Error.captureStackTrace ? Error.captureStackTrace(n) : n = new Error();
|
|
1495
|
+
const o = n.stack ? n.stack.replace(/^.+\n/, "") : "";
|
|
1496
1496
|
try {
|
|
1497
|
-
|
|
1498
|
-
` + o) :
|
|
1497
|
+
s.stack ? o && !String(s.stack).endsWith(o.replace(/^.+\n.+\n/, "")) && (s.stack += `
|
|
1498
|
+
` + o) : s.stack = o;
|
|
1499
1499
|
} catch {
|
|
1500
1500
|
}
|
|
1501
1501
|
}
|
|
1502
|
-
throw
|
|
1502
|
+
throw s;
|
|
1503
1503
|
}
|
|
1504
1504
|
}
|
|
1505
1505
|
_request(t, r) {
|
|
1506
|
-
typeof t == "string" ? (r = r || {}, r.url = t) : r = t || {}, r =
|
|
1507
|
-
const { transitional:
|
|
1508
|
-
|
|
1509
|
-
silentJSONParsing:
|
|
1510
|
-
forcedJSONParsing:
|
|
1511
|
-
clarifyTimeoutError:
|
|
1512
|
-
}, !1),
|
|
1513
|
-
serialize:
|
|
1514
|
-
} :
|
|
1515
|
-
encode:
|
|
1516
|
-
serialize:
|
|
1517
|
-
}, !0)), r.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? r.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : r.allowAbsoluteUrls = !0),
|
|
1518
|
-
baseUrl:
|
|
1519
|
-
withXsrfToken:
|
|
1506
|
+
typeof t == "string" ? (r = r || {}, r.url = t) : r = t || {}, r = z(this.defaults, r);
|
|
1507
|
+
const { transitional: s, paramsSerializer: n, headers: o } = r;
|
|
1508
|
+
s !== void 0 && ae.assertOptions(s, {
|
|
1509
|
+
silentJSONParsing: I.transitional(I.boolean),
|
|
1510
|
+
forcedJSONParsing: I.transitional(I.boolean),
|
|
1511
|
+
clarifyTimeoutError: I.transitional(I.boolean)
|
|
1512
|
+
}, !1), n != null && (c.isFunction(n) ? r.paramsSerializer = {
|
|
1513
|
+
serialize: n
|
|
1514
|
+
} : ae.assertOptions(n, {
|
|
1515
|
+
encode: I.function,
|
|
1516
|
+
serialize: I.function
|
|
1517
|
+
}, !0)), r.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? r.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : r.allowAbsoluteUrls = !0), ae.assertOptions(r, {
|
|
1518
|
+
baseUrl: I.spelling("baseURL"),
|
|
1519
|
+
withXsrfToken: I.spelling("withXSRFToken")
|
|
1520
1520
|
}, !0), r.method = (r.method || this.defaults.method || "get").toLowerCase();
|
|
1521
1521
|
let i = o && c.merge(
|
|
1522
1522
|
o.common,
|
|
@@ -1527,7 +1527,7 @@ let M = class {
|
|
|
1527
1527
|
(d) => {
|
|
1528
1528
|
delete o[d];
|
|
1529
1529
|
}
|
|
1530
|
-
), r.headers =
|
|
1530
|
+
), r.headers = U.concat(i, o);
|
|
1531
1531
|
const a = [];
|
|
1532
1532
|
let f = !0;
|
|
1533
1533
|
this.interceptors.request.forEach(function(h) {
|
|
@@ -1545,18 +1545,18 @@ let M = class {
|
|
|
1545
1545
|
return l;
|
|
1546
1546
|
}
|
|
1547
1547
|
y = a.length;
|
|
1548
|
-
let
|
|
1548
|
+
let A = r;
|
|
1549
1549
|
for (; p < y; ) {
|
|
1550
1550
|
const d = a[p++], h = a[p++];
|
|
1551
1551
|
try {
|
|
1552
|
-
|
|
1552
|
+
A = d(A);
|
|
1553
1553
|
} catch (m) {
|
|
1554
1554
|
h.call(this, m);
|
|
1555
1555
|
break;
|
|
1556
1556
|
}
|
|
1557
1557
|
}
|
|
1558
1558
|
try {
|
|
1559
|
-
l = Ke.call(this,
|
|
1559
|
+
l = Ke.call(this, A);
|
|
1560
1560
|
} catch (d) {
|
|
1561
1561
|
return Promise.reject(d);
|
|
1562
1562
|
}
|
|
@@ -1565,26 +1565,26 @@ let M = class {
|
|
|
1565
1565
|
return l;
|
|
1566
1566
|
}
|
|
1567
1567
|
getUri(t) {
|
|
1568
|
-
t =
|
|
1568
|
+
t = z(this.defaults, t);
|
|
1569
1569
|
const r = pt(t.baseURL, t.url, t.allowAbsoluteUrls);
|
|
1570
1570
|
return ct(r, t.params, t.paramsSerializer);
|
|
1571
1571
|
}
|
|
1572
1572
|
};
|
|
1573
1573
|
c.forEach(["delete", "get", "head", "options"], function(t) {
|
|
1574
|
-
|
|
1575
|
-
return this.request(
|
|
1574
|
+
q.prototype[t] = function(r, s) {
|
|
1575
|
+
return this.request(z(s || {}, {
|
|
1576
1576
|
method: t,
|
|
1577
1577
|
url: r,
|
|
1578
|
-
data: (
|
|
1578
|
+
data: (s || {}).data
|
|
1579
1579
|
}));
|
|
1580
1580
|
};
|
|
1581
1581
|
});
|
|
1582
1582
|
c.forEach(["post", "put", "patch"], function(t) {
|
|
1583
|
-
function r(
|
|
1583
|
+
function r(s) {
|
|
1584
1584
|
return function(o, i, a) {
|
|
1585
|
-
return this.request(
|
|
1585
|
+
return this.request(z(a || {}, {
|
|
1586
1586
|
method: t,
|
|
1587
|
-
headers:
|
|
1587
|
+
headers: s ? {
|
|
1588
1588
|
"Content-Type": "multipart/form-data"
|
|
1589
1589
|
} : {},
|
|
1590
1590
|
url: o,
|
|
@@ -1592,9 +1592,9 @@ c.forEach(["post", "put", "patch"], function(t) {
|
|
|
1592
1592
|
}));
|
|
1593
1593
|
};
|
|
1594
1594
|
}
|
|
1595
|
-
|
|
1595
|
+
q.prototype[t] = r(), q.prototype[t + "Form"] = r(!0);
|
|
1596
1596
|
});
|
|
1597
|
-
let
|
|
1597
|
+
let es = class bt {
|
|
1598
1598
|
constructor(t) {
|
|
1599
1599
|
if (typeof t != "function")
|
|
1600
1600
|
throw new TypeError("executor must be a function.");
|
|
@@ -1602,23 +1602,23 @@ let en = class bt {
|
|
|
1602
1602
|
this.promise = new Promise(function(o) {
|
|
1603
1603
|
r = o;
|
|
1604
1604
|
});
|
|
1605
|
-
const
|
|
1606
|
-
this.promise.then((
|
|
1607
|
-
if (!
|
|
1608
|
-
let o =
|
|
1605
|
+
const s = this;
|
|
1606
|
+
this.promise.then((n) => {
|
|
1607
|
+
if (!s._listeners) return;
|
|
1608
|
+
let o = s._listeners.length;
|
|
1609
1609
|
for (; o-- > 0; )
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
}), this.promise.then = (
|
|
1610
|
+
s._listeners[o](n);
|
|
1611
|
+
s._listeners = null;
|
|
1612
|
+
}), this.promise.then = (n) => {
|
|
1613
1613
|
let o;
|
|
1614
1614
|
const i = new Promise((a) => {
|
|
1615
|
-
|
|
1616
|
-
}).then(
|
|
1615
|
+
s.subscribe(a), o = a;
|
|
1616
|
+
}).then(n);
|
|
1617
1617
|
return i.cancel = function() {
|
|
1618
|
-
|
|
1618
|
+
s.unsubscribe(o);
|
|
1619
1619
|
}, i;
|
|
1620
1620
|
}, t(function(o, i, a) {
|
|
1621
|
-
|
|
1621
|
+
s.reason || (s.reason = new te(o, i, a), r(s.reason));
|
|
1622
1622
|
});
|
|
1623
1623
|
}
|
|
1624
1624
|
/**
|
|
@@ -1648,8 +1648,8 @@ let en = class bt {
|
|
|
1648
1648
|
r !== -1 && this._listeners.splice(r, 1);
|
|
1649
1649
|
}
|
|
1650
1650
|
toAbortSignal() {
|
|
1651
|
-
const t = new AbortController(), r = (
|
|
1652
|
-
t.abort(
|
|
1651
|
+
const t = new AbortController(), r = (s) => {
|
|
1652
|
+
t.abort(s);
|
|
1653
1653
|
};
|
|
1654
1654
|
return this.subscribe(r), t.signal.unsubscribe = () => this.unsubscribe(r), t.signal;
|
|
1655
1655
|
}
|
|
@@ -1660,22 +1660,22 @@ let en = class bt {
|
|
|
1660
1660
|
static source() {
|
|
1661
1661
|
let t;
|
|
1662
1662
|
return {
|
|
1663
|
-
token: new bt(function(
|
|
1664
|
-
t =
|
|
1663
|
+
token: new bt(function(n) {
|
|
1664
|
+
t = n;
|
|
1665
1665
|
}),
|
|
1666
1666
|
cancel: t
|
|
1667
1667
|
};
|
|
1668
1668
|
}
|
|
1669
1669
|
};
|
|
1670
|
-
function
|
|
1670
|
+
function ts(e) {
|
|
1671
1671
|
return function(r) {
|
|
1672
1672
|
return e.apply(null, r);
|
|
1673
1673
|
};
|
|
1674
1674
|
}
|
|
1675
|
-
function
|
|
1675
|
+
function rs(e) {
|
|
1676
1676
|
return c.isObject(e) && e.isAxiosError === !0;
|
|
1677
1677
|
}
|
|
1678
|
-
const
|
|
1678
|
+
const Ee = {
|
|
1679
1679
|
Continue: 100,
|
|
1680
1680
|
SwitchingProtocols: 101,
|
|
1681
1681
|
Processing: 102,
|
|
@@ -1746,57 +1746,57 @@ const xe = {
|
|
|
1746
1746
|
SslHandshakeFailed: 525,
|
|
1747
1747
|
InvalidSslCertificate: 526
|
|
1748
1748
|
};
|
|
1749
|
-
Object.entries(
|
|
1750
|
-
|
|
1749
|
+
Object.entries(Ee).forEach(([e, t]) => {
|
|
1750
|
+
Ee[t] = e;
|
|
1751
1751
|
});
|
|
1752
1752
|
function yt(e) {
|
|
1753
|
-
const t = new
|
|
1754
|
-
return c.extend(r,
|
|
1755
|
-
return yt(
|
|
1753
|
+
const t = new q(e), r = Ye(q.prototype.request, t);
|
|
1754
|
+
return c.extend(r, q.prototype, t, { allOwnKeys: !0 }), c.extend(r, t, null, { allOwnKeys: !0 }), r.create = function(n) {
|
|
1755
|
+
return yt(z(e, n));
|
|
1756
1756
|
}, r;
|
|
1757
1757
|
}
|
|
1758
|
-
const
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1758
|
+
const T = yt(ee);
|
|
1759
|
+
T.Axios = q;
|
|
1760
|
+
T.CanceledError = te;
|
|
1761
|
+
T.CancelToken = es;
|
|
1762
|
+
T.isCancel = dt;
|
|
1763
|
+
T.VERSION = wt;
|
|
1764
|
+
T.toFormData = fe;
|
|
1765
|
+
T.AxiosError = w;
|
|
1766
|
+
T.Cancel = T.CanceledError;
|
|
1767
|
+
T.all = function(t) {
|
|
1768
1768
|
return Promise.all(t);
|
|
1769
1769
|
};
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1770
|
+
T.spread = ts;
|
|
1771
|
+
T.isAxiosError = rs;
|
|
1772
|
+
T.mergeConfig = z;
|
|
1773
|
+
T.AxiosHeaders = U;
|
|
1774
|
+
T.formToJSON = (e) => ut(c.isHTMLForm(e) ? new FormData(e) : e);
|
|
1775
|
+
T.getAdapter = gt.getAdapter;
|
|
1776
|
+
T.HttpStatusCode = Ee;
|
|
1777
|
+
T.default = T;
|
|
1778
1778
|
const {
|
|
1779
|
-
Axios:
|
|
1780
|
-
AxiosError:
|
|
1781
|
-
CanceledError:
|
|
1782
|
-
isCancel:
|
|
1783
|
-
CancelToken:
|
|
1784
|
-
VERSION:
|
|
1785
|
-
all:
|
|
1786
|
-
Cancel:
|
|
1787
|
-
isAxiosError:
|
|
1788
|
-
spread:
|
|
1789
|
-
toFormData:
|
|
1790
|
-
AxiosHeaders:
|
|
1791
|
-
HttpStatusCode:
|
|
1792
|
-
formToJSON:
|
|
1793
|
-
getAdapter:
|
|
1794
|
-
mergeConfig:
|
|
1795
|
-
} =
|
|
1796
|
-
class
|
|
1797
|
-
constructor(t, r =
|
|
1798
|
-
|
|
1799
|
-
this.client =
|
|
1779
|
+
Axios: bs,
|
|
1780
|
+
AxiosError: ys,
|
|
1781
|
+
CanceledError: xs,
|
|
1782
|
+
isCancel: Es,
|
|
1783
|
+
CancelToken: _s,
|
|
1784
|
+
VERSION: Ss,
|
|
1785
|
+
all: Rs,
|
|
1786
|
+
Cancel: Os,
|
|
1787
|
+
isAxiosError: Ts,
|
|
1788
|
+
spread: As,
|
|
1789
|
+
toFormData: Cs,
|
|
1790
|
+
AxiosHeaders: Ns,
|
|
1791
|
+
HttpStatusCode: vs,
|
|
1792
|
+
formToJSON: ks,
|
|
1793
|
+
getAdapter: Ps,
|
|
1794
|
+
mergeConfig: Us
|
|
1795
|
+
} = T, ss = "https://customers-services.tarxemo.com/api";
|
|
1796
|
+
class ns {
|
|
1797
|
+
constructor(t, r = ss) {
|
|
1798
|
+
ke(this, "client");
|
|
1799
|
+
this.client = T.create({
|
|
1800
1800
|
baseURL: r,
|
|
1801
1801
|
headers: {
|
|
1802
1802
|
"Content-Type": "application/json",
|
|
@@ -1805,13 +1805,13 @@ class sn {
|
|
|
1805
1805
|
timeout: 3e4
|
|
1806
1806
|
// 30 seconds
|
|
1807
1807
|
}), this.client.interceptors.response.use(
|
|
1808
|
-
(
|
|
1809
|
-
(
|
|
1810
|
-
var
|
|
1811
|
-
if ((
|
|
1812
|
-
const a = ((o =
|
|
1808
|
+
(s) => s,
|
|
1809
|
+
(s) => {
|
|
1810
|
+
var n, o;
|
|
1811
|
+
if ((n = s.response) != null && n.data) {
|
|
1812
|
+
const a = ((o = s.response.data.response) == null ? void 0 : o.message) || "An unknown error occurred";
|
|
1813
1813
|
throw new Error(a);
|
|
1814
|
-
} else throw
|
|
1814
|
+
} else throw s.request ? new Error("No response from server. Please check your connection.") : new Error(s.message || "Request failed");
|
|
1815
1815
|
}
|
|
1816
1816
|
);
|
|
1817
1817
|
}
|
|
@@ -1820,15 +1820,15 @@ class sn {
|
|
|
1820
1820
|
*/
|
|
1821
1821
|
async sendMessage(t, r) {
|
|
1822
1822
|
try {
|
|
1823
|
-
const
|
|
1823
|
+
const s = await this.client.post("/chat/", {
|
|
1824
1824
|
question: t,
|
|
1825
1825
|
session_id: r
|
|
1826
1826
|
});
|
|
1827
|
-
if (
|
|
1828
|
-
throw new Error(
|
|
1829
|
-
return
|
|
1830
|
-
} catch (
|
|
1831
|
-
throw
|
|
1827
|
+
if (s.data.response.status !== "success")
|
|
1828
|
+
throw new Error(s.data.response.message);
|
|
1829
|
+
return s.data.data;
|
|
1830
|
+
} catch (s) {
|
|
1831
|
+
throw s instanceof Error ? s : new Error("Failed to send message");
|
|
1832
1832
|
}
|
|
1833
1833
|
}
|
|
1834
1834
|
/**
|
|
@@ -1859,42 +1859,42 @@ class sn {
|
|
|
1859
1859
|
this.client.defaults.baseURL = t;
|
|
1860
1860
|
}
|
|
1861
1861
|
}
|
|
1862
|
-
function
|
|
1863
|
-
const [r,
|
|
1862
|
+
function Ve(e, t) {
|
|
1863
|
+
const [r, s] = G(() => {
|
|
1864
1864
|
try {
|
|
1865
|
-
const
|
|
1866
|
-
return
|
|
1867
|
-
} catch (
|
|
1868
|
-
return console.warn(`Error reading localStorage key "${e}":`,
|
|
1865
|
+
const n = window.localStorage.getItem(e);
|
|
1866
|
+
return n ? JSON.parse(n) : t;
|
|
1867
|
+
} catch (n) {
|
|
1868
|
+
return console.warn(`Error reading localStorage key "${e}":`, n), t;
|
|
1869
1869
|
}
|
|
1870
1870
|
});
|
|
1871
|
-
return
|
|
1871
|
+
return _e(() => {
|
|
1872
1872
|
try {
|
|
1873
1873
|
window.localStorage.setItem(e, JSON.stringify(r));
|
|
1874
|
-
} catch (
|
|
1875
|
-
console.warn(`Error setting localStorage key "${e}":`,
|
|
1874
|
+
} catch (n) {
|
|
1875
|
+
console.warn(`Error setting localStorage key "${e}":`, n);
|
|
1876
1876
|
}
|
|
1877
|
-
}, [e, r]), [r,
|
|
1877
|
+
}, [e, r]), [r, s];
|
|
1878
1878
|
}
|
|
1879
1879
|
function Xe() {
|
|
1880
1880
|
return `session_${Date.now()}_${Math.random().toString(36).substring(2, 9)}`;
|
|
1881
1881
|
}
|
|
1882
|
-
const
|
|
1883
|
-
function
|
|
1884
|
-
const { apiKey: t, baseUrl: r, onError:
|
|
1885
|
-
|
|
1882
|
+
const os = "customer_support_session_id", is = "customer_support_messages";
|
|
1883
|
+
function as(e) {
|
|
1884
|
+
const { apiKey: t, baseUrl: r, onError: s } = e, [n, o] = Ve(is, []), [i, a] = Ve(
|
|
1885
|
+
os,
|
|
1886
1886
|
Xe()
|
|
1887
|
-
), [f, u] =
|
|
1888
|
-
|
|
1889
|
-
y.current = new
|
|
1887
|
+
), [f, u] = G(!1), [l, p] = G(null), y = Ge(null);
|
|
1888
|
+
_e(() => {
|
|
1889
|
+
y.current = new ns(t, r);
|
|
1890
1890
|
}, [t, r]);
|
|
1891
|
-
const
|
|
1891
|
+
const A = se(() => {
|
|
1892
1892
|
p(null);
|
|
1893
|
-
}, []), d =
|
|
1893
|
+
}, []), d = se(
|
|
1894
1894
|
async (E) => {
|
|
1895
1895
|
if (!y.current) {
|
|
1896
1896
|
const x = new Error("API client not initialized");
|
|
1897
|
-
p(x),
|
|
1897
|
+
p(x), s == null || s(x);
|
|
1898
1898
|
return;
|
|
1899
1899
|
}
|
|
1900
1900
|
if (!E.trim())
|
|
@@ -1907,35 +1907,35 @@ function cn(e) {
|
|
|
1907
1907
|
};
|
|
1908
1908
|
o((x) => [...x, R]), u(!0), p(null);
|
|
1909
1909
|
try {
|
|
1910
|
-
const x = await y.current.sendMessage(E, i),
|
|
1910
|
+
const x = await y.current.sendMessage(E, i), O = {
|
|
1911
1911
|
id: `assistant_${Date.now()}`,
|
|
1912
1912
|
role: "ASSISTANT",
|
|
1913
1913
|
content: x.answer,
|
|
1914
1914
|
timestamp: /* @__PURE__ */ new Date(),
|
|
1915
1915
|
sources: x.sources
|
|
1916
1916
|
};
|
|
1917
|
-
o((
|
|
1917
|
+
o((N) => [...N, O]), x.session_id !== i && a(x.session_id);
|
|
1918
1918
|
} catch (x) {
|
|
1919
|
-
const
|
|
1920
|
-
p(
|
|
1921
|
-
const
|
|
1919
|
+
const O = x instanceof Error ? x : new Error("Failed to send message");
|
|
1920
|
+
p(O), s == null || s(O);
|
|
1921
|
+
const N = {
|
|
1922
1922
|
id: `error_${Date.now()}`,
|
|
1923
1923
|
role: "ASSISTANT",
|
|
1924
|
-
content: `Sorry, I encountered an error: ${
|
|
1924
|
+
content: `Sorry, I encountered an error: ${O.message}`,
|
|
1925
1925
|
timestamp: /* @__PURE__ */ new Date()
|
|
1926
1926
|
};
|
|
1927
|
-
o((
|
|
1927
|
+
o((g) => [...g, N]);
|
|
1928
1928
|
} finally {
|
|
1929
1929
|
u(!1);
|
|
1930
1930
|
}
|
|
1931
1931
|
},
|
|
1932
|
-
[i,
|
|
1933
|
-
), h =
|
|
1932
|
+
[i, s, o, a]
|
|
1933
|
+
), h = se(async () => {
|
|
1934
1934
|
if (!(!y.current || !i)) {
|
|
1935
1935
|
u(!0), p(null);
|
|
1936
1936
|
try {
|
|
1937
|
-
const R = (await y.current.getConversationHistory(i)).messages.map((x,
|
|
1938
|
-
id: `${x.role.toLowerCase()}_${
|
|
1937
|
+
const R = (await y.current.getConversationHistory(i)).messages.map((x, O) => ({
|
|
1938
|
+
id: `${x.role.toLowerCase()}_${O}_${Date.now()}`,
|
|
1939
1939
|
role: x.role.toUpperCase(),
|
|
1940
1940
|
content: x.content,
|
|
1941
1941
|
timestamp: new Date(x.created_at)
|
|
@@ -1943,177 +1943,199 @@ function cn(e) {
|
|
|
1943
1943
|
o(R);
|
|
1944
1944
|
} catch (E) {
|
|
1945
1945
|
const R = E instanceof Error ? E : new Error("Failed to load history");
|
|
1946
|
-
p(R),
|
|
1946
|
+
p(R), s == null || s(R);
|
|
1947
1947
|
} finally {
|
|
1948
1948
|
u(!1);
|
|
1949
1949
|
}
|
|
1950
1950
|
}
|
|
1951
|
-
}, [i,
|
|
1951
|
+
}, [i, s, o]), m = se(() => {
|
|
1952
1952
|
o([]), a(Xe());
|
|
1953
1953
|
}, [o, a]);
|
|
1954
1954
|
return {
|
|
1955
|
-
messages:
|
|
1955
|
+
messages: n,
|
|
1956
1956
|
sendMessage: d,
|
|
1957
1957
|
isLoading: f,
|
|
1958
1958
|
error: l,
|
|
1959
|
-
clearError:
|
|
1959
|
+
clearError: A,
|
|
1960
1960
|
sessionId: i,
|
|
1961
1961
|
loadHistory: h,
|
|
1962
1962
|
clearHistory: m
|
|
1963
1963
|
};
|
|
1964
1964
|
}
|
|
1965
|
-
const
|
|
1965
|
+
const cs = ({ message: e }) => {
|
|
1966
1966
|
const t = e.role.toUpperCase() === "USER", r = e.timestamp instanceof Date ? e.timestamp : new Date(e.timestamp);
|
|
1967
|
-
return /* @__PURE__ */
|
|
1967
|
+
return /* @__PURE__ */ b.createElement("div", { className: `cs-message ${t ? "cs-message--user" : "cs-message--assistant"}` }, /* @__PURE__ */ b.createElement("div", { className: "cs-message__content" }, /* @__PURE__ */ b.createElement("p", { className: "cs-message__text" }, e.content), e.sources && e.sources.length > 0 && /* @__PURE__ */ b.createElement("div", { className: "cs-message__sources" }, /* @__PURE__ */ b.createElement("p", { className: "cs-message__sources-title" }, "Sources:"), /* @__PURE__ */ b.createElement("ul", { className: "cs-message__sources-list" }, e.sources.map((s, n) => /* @__PURE__ */ b.createElement("li", { key: n, className: "cs-message__source-item" }, /* @__PURE__ */ b.createElement(
|
|
1968
1968
|
"a",
|
|
1969
1969
|
{
|
|
1970
|
-
href:
|
|
1970
|
+
href: s.url,
|
|
1971
1971
|
target: "_blank",
|
|
1972
1972
|
rel: "noopener noreferrer",
|
|
1973
1973
|
className: "cs-message__source-link"
|
|
1974
1974
|
},
|
|
1975
|
-
/* @__PURE__ */
|
|
1976
|
-
/* @__PURE__ */
|
|
1977
|
-
), /* @__PURE__ */
|
|
1978
|
-
},
|
|
1975
|
+
/* @__PURE__ */ b.createElement(St, { size: 12 }),
|
|
1976
|
+
/* @__PURE__ */ b.createElement("span", null, s.title)
|
|
1977
|
+
), /* @__PURE__ */ b.createElement("span", { className: "cs-message__source-similarity" }, Math.round(s.similarity * 100), "% match")))))), /* @__PURE__ */ b.createElement("time", { className: "cs-message__time", dateTime: r.toISOString() }, r.toLocaleTimeString([], { hour: "2-digit", minute: "2-digit" })));
|
|
1978
|
+
}, ls = ({
|
|
1979
1979
|
onSendMessage: e,
|
|
1980
1980
|
isLoading: t,
|
|
1981
1981
|
placeholder: r = "Type your message..."
|
|
1982
1982
|
}) => {
|
|
1983
|
-
const [
|
|
1984
|
-
a.preventDefault(),
|
|
1983
|
+
const [s, n] = G(""), o = (a) => {
|
|
1984
|
+
a.preventDefault(), s.trim() && !t && (e(s), n(""));
|
|
1985
1985
|
}, i = (a) => {
|
|
1986
1986
|
a.key === "Enter" && !a.shiftKey && (a.preventDefault(), o(a));
|
|
1987
1987
|
};
|
|
1988
|
-
return /* @__PURE__ */
|
|
1988
|
+
return /* @__PURE__ */ b.createElement("form", { className: "cs-input", onSubmit: o }, /* @__PURE__ */ b.createElement(
|
|
1989
1989
|
"textarea",
|
|
1990
1990
|
{
|
|
1991
1991
|
className: "cs-input__textarea",
|
|
1992
|
-
value:
|
|
1993
|
-
onChange: (a) =>
|
|
1992
|
+
value: s,
|
|
1993
|
+
onChange: (a) => n(a.target.value),
|
|
1994
1994
|
onKeyDown: i,
|
|
1995
1995
|
placeholder: r,
|
|
1996
1996
|
disabled: t,
|
|
1997
1997
|
rows: 1,
|
|
1998
1998
|
"aria-label": "Message input"
|
|
1999
1999
|
}
|
|
2000
|
-
), /* @__PURE__ */
|
|
2000
|
+
), /* @__PURE__ */ b.createElement(
|
|
2001
2001
|
"button",
|
|
2002
2002
|
{
|
|
2003
2003
|
type: "submit",
|
|
2004
2004
|
className: "cs-input__button",
|
|
2005
|
-
disabled: !
|
|
2005
|
+
disabled: !s.trim() || t,
|
|
2006
2006
|
"aria-label": "Send message"
|
|
2007
2007
|
},
|
|
2008
|
-
/* @__PURE__ */
|
|
2008
|
+
/* @__PURE__ */ b.createElement(Rt, { size: 20 })
|
|
2009
2009
|
));
|
|
2010
|
-
},
|
|
2010
|
+
}, us = ({
|
|
2011
2011
|
messages: e,
|
|
2012
2012
|
onSendMessage: t,
|
|
2013
2013
|
onClose: r,
|
|
2014
|
-
isLoading:
|
|
2015
|
-
error:
|
|
2014
|
+
isLoading: s,
|
|
2015
|
+
error: n,
|
|
2016
2016
|
placeholder: o,
|
|
2017
2017
|
welcomeMessage: i = "Hi! How can I help you today?"
|
|
2018
2018
|
}) => {
|
|
2019
2019
|
const a = Ge(null);
|
|
2020
|
-
return
|
|
2020
|
+
return _e(() => {
|
|
2021
2021
|
var f;
|
|
2022
2022
|
(f = a.current) == null || f.scrollIntoView({ behavior: "smooth" });
|
|
2023
|
-
}, [e]), /* @__PURE__ */
|
|
2023
|
+
}, [e]), /* @__PURE__ */ b.createElement("div", { className: "cs-window" }, /* @__PURE__ */ b.createElement("div", { className: "cs-window__header" }, /* @__PURE__ */ b.createElement("div", { className: "cs-window__header-info" }, /* @__PURE__ */ b.createElement("h3", { className: "cs-window__title" }, "Customer Support"), /* @__PURE__ */ b.createElement("div", { className: "cs-window__status" }, /* @__PURE__ */ b.createElement("span", { className: "cs-window__status-dot" }), /* @__PURE__ */ b.createElement("span", null, "Online"))), /* @__PURE__ */ b.createElement(
|
|
2024
2024
|
"button",
|
|
2025
2025
|
{
|
|
2026
2026
|
className: "cs-window__close",
|
|
2027
2027
|
onClick: r,
|
|
2028
2028
|
"aria-label": "Close chat"
|
|
2029
2029
|
},
|
|
2030
|
-
/* @__PURE__ */
|
|
2031
|
-
)), /* @__PURE__ */
|
|
2032
|
-
|
|
2030
|
+
/* @__PURE__ */ b.createElement(Ot, { size: 20 })
|
|
2031
|
+
)), /* @__PURE__ */ b.createElement("div", { className: "cs-window__messages" }, e.length === 0 && !s && /* @__PURE__ */ b.createElement("div", { className: "cs-window__welcome" }, /* @__PURE__ */ b.createElement("p", null, i)), e.map((f) => /* @__PURE__ */ b.createElement(cs, { key: f.id, message: f })), s && /* @__PURE__ */ b.createElement("div", { className: "cs-window__typing" }, /* @__PURE__ */ b.createElement(Tt, { size: 20, className: "cs-window__typing-icon" }), /* @__PURE__ */ b.createElement("span", null, "Thinking...")), n && /* @__PURE__ */ b.createElement("div", { className: "cs-window__error" }, /* @__PURE__ */ b.createElement("p", null, n.message)), /* @__PURE__ */ b.createElement("div", { ref: a })), /* @__PURE__ */ b.createElement("div", { className: "cs-window__input-wrapper" }, /* @__PURE__ */ b.createElement(
|
|
2032
|
+
ls,
|
|
2033
2033
|
{
|
|
2034
2034
|
onSendMessage: t,
|
|
2035
|
-
isLoading:
|
|
2035
|
+
isLoading: s,
|
|
2036
2036
|
placeholder: o
|
|
2037
2037
|
}
|
|
2038
2038
|
)));
|
|
2039
|
-
},
|
|
2039
|
+
}, ds = ':root{--cs-primary-color: inherit;--cs-secondary-color: inherit;--cs-bg-color: inherit;--cs-text-color: inherit;--cs-font-family: inherit;--cs-border-radius: 12px;--cs-button-color: var(--cs-primary-color);--cs-user-message-color: var(--cs-primary-color);--cs-assistant-message-color: rgba(0, 0, 0, .05);--cs-header-gradient: linear-gradient(135deg, var(--cs-primary-color), var(--cs-secondary-color));--cs-header-text-color: #ffffff;--cs-bg-text-color: #1a1a1a;--cs-user-text-color: #ffffff;--cs-assistant-text-color: #1a1a1a;--cs-success-color: #4ade80;--cs-error-color: #ef4444;--cs-error-bg-color: rgba(239, 68, 68, .1);--cs-border-color: rgba(0, 0, 0, .1);--cs-shadow-color: rgba(0, 0, 0, .1);--cs-scrollbar-thumb: rgba(0, 0, 0, .2);--cs-scrollbar-track: transparent;--cs-shadow-sm: 0 1px 2px 0 var(--cs-shadow-color);--cs-shadow: 0 4px 6px -1px var(--cs-shadow-color), 0 2px 4px -1px var(--cs-shadow-color);--cs-shadow-lg: 0 10px 15px -3px var(--cs-shadow-color), 0 4px 6px -2px var(--cs-shadow-color);--cs-shadow-xl: 0 20px 25px -5px var(--cs-shadow-color), 0 10px 10px -5px var(--cs-shadow-color)}.cs-widget{position:fixed;z-index:9999;font-family:var(--cs-font-family)}.cs-widget,.cs-widget *{box-sizing:border-box}.cs-widget--bottom-right{bottom:20px;right:20px}.cs-widget--bottom-left{bottom:20px;left:20px}.cs-widget--top-right{top:20px;right:20px}.cs-widget--top-left{top:20px;left:20px}.cs-widget__toggle{position:relative;width:60px;height:60px;border-radius:50%;background:var(--cs-header-gradient);border:none;color:#fff;cursor:pointer;box-shadow:var(--cs-shadow-xl);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.cs-widget__toggle:hover{transform:scale(1.1);box-shadow:0 15px 25px -5px var(--cs-focus-ring)}.cs-widget__toggle:active{transform:scale(.95)}.cs-widget__toggle--open{background:var(--cs-error-color)}.cs-widget__badge{position:absolute;top:-5px;right:-5px;background:var(--cs-error-color);color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;box-shadow:var(--cs-shadow)}.cs-window{position:absolute;bottom:85px;right:0;width:380px;max-width:calc(100vw - 40px);height:600px;max-height:calc(100vh - 130px);background:var(--cs-bg-color);border-radius:var(--cs-border-radius);border:1px solid rgba(0,0,0,.1);box-shadow:var(--cs-shadow-xl);display:flex;flex-direction:column;overflow:visible;animation:slideUp .3s cubic-bezier(.4,0,.2,1);transform-origin:bottom right}.cs-window:after{content:"";position:absolute;bottom:-10px;right:25px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--cs-bg-color);filter:drop-shadow(0 5px 5px var(--cs-shadow-color))}.cs-widget--bottom-left .cs-window{transform-origin:bottom left;right:auto;left:0}.cs-widget--bottom-left .cs-window:after{right:auto;left:25px}.cs-widget--top-right .cs-window{transform-origin:top right;bottom:auto;top:85px}.cs-widget--top-right .cs-window:after{bottom:auto;top:-10px;border-top:none;border-bottom:10px solid var(--cs-bg-color)}.cs-widget--top-left .cs-window{transform-origin:top left;bottom:auto;top:85px;right:auto;left:0}.cs-widget--top-left .cs-window:after{bottom:auto;top:-10px;border-top:none;border-bottom:10px solid var(--cs-bg-color);right:auto;left:25px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cs-window__header{background:var(--cs-header-gradient);color:var(--cs-header-text-color);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.cs-window__header-info{display:flex;flex-direction:column;gap:2px}.cs-window__title{margin:0;font-size:16px;font-weight:600}.cs-window__status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9}.cs-window__status-dot{width:8px;height:8px;background:var(--cs-success-color);border-radius:50%;box-shadow:0 0 0 2px var(--cs-bg-color)}.cs-window__close{background:transparent;border:none;color:var(--cs-header-text-color);width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.cs-window__close:hover{background:var(--cs-shadow-color)}.cs-window__messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;display:flex;flex-direction:column;gap:16px;background:var(--cs-bg-color);color:var(--cs-bg-text-color)}.cs-window__messages::-webkit-scrollbar{width:6px}.cs-window__messages::-webkit-scrollbar-track{background:transparent}.cs-window__messages::-webkit-scrollbar-thumb{background:var(--cs-scrollbar-thumb);border-radius:3px}.cs-window__messages::-webkit-scrollbar-thumb:hover{background:var(--cs-border-color)}.cs-window__welcome{text-align:center;padding:40px 20px;color:var(--cs-bg-text-color);opacity:.7}.cs-window__welcome p{margin:0;font-size:16px}.cs-window__typing{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--cs-assistant-message-color);border-radius:var(--cs-border-radius);width:fit-content;color:var(--cs-text-color)}.cs-window__typing-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cs-window__error{background:var(--cs-error-bg-color);border:1px solid var(--cs-error-color);color:var(--cs-error-color);padding:12px 16px;border-radius:var(--cs-border-radius)}.cs-window__error p{margin:0}.cs-message{display:flex;flex-direction:column;gap:6px;max-width:85%;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cs-message--user{align-self:flex-end;align-items:flex-end}.cs-message--assistant{align-self:flex-start;align-items:flex-start}.cs-message__content{background:var(--cs-assistant-message-color);padding:12px 16px;border-radius:var(--cs-border-radius);border-bottom-left-radius:4px;color:var(--cs-assistant-text-color);word-wrap:break-word;box-shadow:var(--cs-shadow-sm)}.cs-message--user .cs-message__content{background:var(--cs-user-message-color);color:var(--cs-user-text-color);border-radius:var(--cs-border-radius);border-bottom-right-radius:4px}.cs-message__text{margin:0;line-height:1.5;white-space:pre-wrap}.cs-message__time{font-size:11px;color:var(--cs-bg-text-color);opacity:.5;padding:0 4px}.cs-message__sources{margin-top:12px;padding-top:12px;border-top:1px solid var(--cs-border-color)}.cs-message__sources-title{margin:0 0 8px;font-size:12px;font-weight:600;color:var(--cs-bg-text-color);opacity:.7}.cs-message__sources-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.cs-message__source-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.cs-message__source-link{display:flex;align-items:center;gap:4px;color:var(--cs-primary-color);text-decoration:none;flex:1;min-width:0}.cs-message__source-link:hover{text-decoration:underline}.cs-message__source-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-message__source-similarity{color:#6b7280;font-size:11px;white-space:nowrap}.cs-window__input-wrapper{padding:16px;background:var(--cs-bg-color);border-top:1px solid var(--cs-border-color);flex-shrink:0}.cs-input{display:flex;gap:8px;align-items:flex-end}.cs-input__textarea{flex:1;padding:12px 16px;border:1px solid var(--cs-border-color);border-radius:var(--cs-border-radius);font-family:var(--cs-font-family);font-size:14px;resize:none;max-height:120px;min-height:44px;transition:border-color .2s;background:var(--cs-bg-color);color:var(--cs-bg-text-color)}.cs-input__textarea:focus{outline:none;border-color:var(--cs-primary-color);box-shadow:0 0 0 3px var(--cs-focus-ring);background-color:var(--cs-bg-color)}.cs-input__textarea:disabled{background:var(--cs-border-color);cursor:not-allowed;opacity:.5}.cs-input__button{background:var(--cs-button-color);color:var(--cs-header-text-color);border:none;width:44px;height:44px;border-radius:var(--cs-border-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.cs-input__button:hover:not(:disabled){background:var(--cs-secondary-color);transform:scale(1.05)}.cs-input__button:active:not(:disabled){transform:scale(.95)}.cs-input__button:disabled{background:var(--cs-border-color);cursor:not-allowed;opacity:.5}@media(max-width:480px){.cs-widget--open{position:fixed!important;inset:auto!important;bottom:20px!important;right:20px!important;width:auto!important;height:auto!important;z-index:10000!important}.cs-window{position:fixed!important;width:88vw!important;height:60vh!important;max-width:400px!important;max-height:500px!important;bottom:90px!important;right:5%!important;left:5%!important;top:auto!important;border-radius:var(--cs-border-radius)!important;box-shadow:var(--cs-shadow-xl)!important;display:flex!important;flex-direction:column!important;animation:slideUp .3s ease-out!important;overflow:visible!important}.cs-widget--open .cs-widget__toggle{display:flex!important;opacity:.8}.cs-window__messages{padding:16px}.cs-window__header{padding:12px 16px}.cs-window__input-wrapper{padding:12px}.cs-widget__toggle{width:50px;height:50px}}', Ds = ({
|
|
2040
2040
|
apiKey: e,
|
|
2041
2041
|
baseUrl: t,
|
|
2042
2042
|
theme: r,
|
|
2043
|
-
position:
|
|
2044
|
-
welcomeMessage:
|
|
2043
|
+
position: s = "bottom-right",
|
|
2044
|
+
welcomeMessage: n,
|
|
2045
2045
|
placeholder: o,
|
|
2046
2046
|
className: i = "",
|
|
2047
2047
|
onError: a,
|
|
2048
2048
|
onMessageSent: f,
|
|
2049
2049
|
onMessageReceived: u
|
|
2050
2050
|
}) => {
|
|
2051
|
-
const [l, p] =
|
|
2051
|
+
const [l, p] = G(!1), {
|
|
2052
2052
|
messages: y,
|
|
2053
|
-
sendMessage:
|
|
2053
|
+
sendMessage: A,
|
|
2054
2054
|
isLoading: d,
|
|
2055
2055
|
error: h,
|
|
2056
2056
|
clearError: m
|
|
2057
|
-
} =
|
|
2057
|
+
} = as({
|
|
2058
2058
|
apiKey: e,
|
|
2059
2059
|
baseUrl: t,
|
|
2060
2060
|
onError: a
|
|
2061
|
-
}), E = (
|
|
2062
|
-
if (!
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2061
|
+
}), E = (g) => {
|
|
2062
|
+
if (!g) return "#ffffff";
|
|
2063
|
+
let _, v, C;
|
|
2064
|
+
if (g.startsWith("#")) {
|
|
2065
|
+
const S = g.slice(1);
|
|
2066
|
+
_ = parseInt(S.substring(0, 2), 16), v = parseInt(S.substring(2, 4), 16), C = parseInt(S.substring(4, 6), 16);
|
|
2067
|
+
} else if (g.startsWith("rgb")) {
|
|
2068
|
+
const S = g.match(/\d+/g);
|
|
2069
|
+
if (S && S.length >= 3)
|
|
2070
|
+
_ = parseInt(S[0]), v = parseInt(S[1]), C = parseInt(S[2]);
|
|
2071
|
+
else
|
|
2072
|
+
return "#ffffff";
|
|
2073
|
+
} else
|
|
2074
|
+
return "#ffffff";
|
|
2075
|
+
return (0.299 * _ + 0.587 * v + 0.114 * C) / 255 > 0.6 ? "#1a1a1a" : "#ffffff";
|
|
2076
|
+
}, R = (g, _) => {
|
|
2077
|
+
if (!g) return `rgba(0, 0, 0, ${_})`;
|
|
2078
|
+
let v = 0, C = 0, F = 0;
|
|
2079
|
+
if (g.startsWith("#")) {
|
|
2080
|
+
const S = g.slice(1);
|
|
2081
|
+
S.length === 3 ? (v = parseInt(S[0] + S[0], 16), C = parseInt(S[1] + S[1], 16), F = parseInt(S[2] + S[2], 16)) : (v = parseInt(S.substring(0, 2), 16), C = parseInt(S.substring(2, 4), 16), F = parseInt(S.substring(4, 6), 16));
|
|
2082
|
+
} else if (g.startsWith("rgb")) {
|
|
2083
|
+
const S = g.match(/\d+/g);
|
|
2084
|
+
S && S.length >= 3 && (v = parseInt(S[0]), C = parseInt(S[1]), F = parseInt(S[2]));
|
|
2085
|
+
}
|
|
2086
|
+
return `rgba(${v}, ${C}, ${F}, ${_})`;
|
|
2087
|
+
}, x = b.useMemo(() => {
|
|
2088
|
+
const g = {}, _ = (r == null ? void 0 : r.primaryColor) || "#6366f1", v = (r == null ? void 0 : r.backgroundColor) || "#ffffff", C = (r == null ? void 0 : r.textColor) || (E(v) === "#ffffff" ? "#ffffff" : "#1f2937"), F = (r == null ? void 0 : r.successColor) || "#4ade80", S = (r == null ? void 0 : r.errorColor) || "#ef4444", J = (r == null ? void 0 : r.borderColor) || R(C, 0.1), M = (r == null ? void 0 : r.shadowColor) || "rgba(0, 0, 0, 0.1)";
|
|
2089
|
+
g["--cs-primary-color"] = _, g["--cs-secondary-color"] = (r == null ? void 0 : r.secondaryColor) || _, g["--cs-bg-color"] = v, g["--cs-text-color"] = C, g["--cs-font-family"] = (r == null ? void 0 : r.fontFamily) || "inherit", g["--cs-border-radius"] = (r == null ? void 0 : r.borderRadius) || "12px", g["--cs-success-color"] = F, g["--cs-error-color"] = S, g["--cs-error-bg-color"] = R(S, 0.1), g["--cs-border-color"] = J, g["--cs-shadow-color"] = M, g["--cs-scrollbar-thumb"] = R(C, 0.2), g["--cs-scrollbar-track"] = "transparent", g["--cs-header-text-color"] = E(_), g["--cs-bg-text-color"] = C, g["--cs-button-color"] = (r == null ? void 0 : r.buttonColor) || _, g["--cs-user-message-color"] = (r == null ? void 0 : r.userMessageColor) || _, g["--cs-user-text-color"] = E((r == null ? void 0 : r.userMessageColor) || _);
|
|
2090
|
+
const B = E(v) === "#ffffff";
|
|
2091
|
+
return g["--cs-assistant-message-color"] = (r == null ? void 0 : r.assistantMessageColor) || (B ? "rgba(255, 255, 255, 0.1)" : "rgba(0, 0, 0, 0.05)"), g["--cs-assistant-text-color"] = C, g["--cs-focus-ring"] = R(_, 0.2), g;
|
|
2092
|
+
}, [r]), O = async (g) => {
|
|
2093
|
+
if (f == null || f(g), await A(g), !h) {
|
|
2072
2094
|
const _ = y[y.length - 1];
|
|
2073
2095
|
(_ == null ? void 0 : _.role) === "ASSISTANT" && (u == null || u(_.content));
|
|
2074
2096
|
}
|
|
2075
|
-
},
|
|
2097
|
+
}, N = () => {
|
|
2076
2098
|
p(!l), h && m();
|
|
2077
2099
|
};
|
|
2078
|
-
return /* @__PURE__ */
|
|
2100
|
+
return /* @__PURE__ */ b.createElement(
|
|
2079
2101
|
"div",
|
|
2080
2102
|
{
|
|
2081
|
-
className: `cs-widget cs-widget--${
|
|
2082
|
-
style:
|
|
2103
|
+
className: `cs-widget cs-widget--${s} ${l ? "cs-widget--open" : ""} ${i}`,
|
|
2104
|
+
style: x
|
|
2083
2105
|
},
|
|
2084
|
-
/* @__PURE__ */
|
|
2085
|
-
l && /* @__PURE__ */
|
|
2086
|
-
|
|
2106
|
+
/* @__PURE__ */ b.createElement("style", { dangerouslySetInnerHTML: { __html: ds } }),
|
|
2107
|
+
l && /* @__PURE__ */ b.createElement(
|
|
2108
|
+
us,
|
|
2087
2109
|
{
|
|
2088
2110
|
messages: y,
|
|
2089
|
-
onSendMessage:
|
|
2111
|
+
onSendMessage: O,
|
|
2090
2112
|
onClose: () => p(!1),
|
|
2091
2113
|
isLoading: d,
|
|
2092
2114
|
error: h,
|
|
2093
2115
|
placeholder: o,
|
|
2094
|
-
welcomeMessage:
|
|
2116
|
+
welcomeMessage: n
|
|
2095
2117
|
}
|
|
2096
2118
|
),
|
|
2097
|
-
/* @__PURE__ */
|
|
2119
|
+
/* @__PURE__ */ b.createElement(
|
|
2098
2120
|
"button",
|
|
2099
2121
|
{
|
|
2100
2122
|
className: `cs-widget__toggle ${l ? "cs-widget__toggle--open" : ""}`,
|
|
2101
|
-
onClick:
|
|
2123
|
+
onClick: N,
|
|
2102
2124
|
"aria-label": l ? "Close chat" : "Open chat",
|
|
2103
2125
|
"aria-expanded": l
|
|
2104
2126
|
},
|
|
2105
|
-
/* @__PURE__ */
|
|
2106
|
-
!l && y.length > 0 && /* @__PURE__ */
|
|
2127
|
+
/* @__PURE__ */ b.createElement(At, { size: 24 }),
|
|
2128
|
+
!l && y.length > 0 && /* @__PURE__ */ b.createElement("span", { className: "cs-widget__badge" }, y.filter((g) => g.role.toUpperCase() === "ASSISTANT").length)
|
|
2107
2129
|
)
|
|
2108
2130
|
);
|
|
2109
2131
|
};
|
|
2110
2132
|
export {
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2133
|
+
ls as ChatInput,
|
|
2134
|
+
cs as ChatMessage,
|
|
2135
|
+
us as ChatWindow,
|
|
2136
|
+
ns as CustomerSupportAPIClient,
|
|
2137
|
+
Ds as CustomerSupportWidget,
|
|
2138
|
+
as as useCustomerSupport,
|
|
2139
|
+
Ve as useLocalStorage
|
|
2118
2140
|
};
|
|
2119
2141
|
//# sourceMappingURL=index.es.js.map
|