widget-chatbot 2.0.0-alpha.19 → 2.0.0-alpha.20
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/README.md +1 -0
- package/dist/widget-chatbot.es.js +1024 -1012
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import bn, { version as Wt, createContext as Te, useContext as ye, useState as D, useRef as K, useMemo as
|
|
1
|
+
import bn, { version as Wt, createContext as Te, useContext as ye, useState as D, useRef as K, useMemo as R, useEffect as X, memo as O, Children as Vt, isValidElement as Gt, cloneElement as zt, Fragment as mn, createElement as vn, useCallback as Yt } from "react";
|
|
2
2
|
import Oe from "axios";
|
|
3
3
|
import ae from "dayjs";
|
|
4
|
-
import { version as Kt, Modal as Un, Typography as
|
|
4
|
+
import { version as Kt, Modal as Un, Typography as G, Button as Y, Form as oe, notification as ie, Radio as qt, Divider as Jt, Input as Be, Image as Qt, Skeleton as ue, Avatar as Xn, Upload as Pn, Spin as Zt, Tooltip as Se, Tag as Xt, Badge as Pt, Grid as me, Empty as et, Popover as hn, Mentions as Wn, Select as Vn, DatePicker as es, Result as ns, Tabs as cn } from "antd";
|
|
5
5
|
import { io as ts } from "socket.io-client";
|
|
6
6
|
import ss from "react-markdown";
|
|
7
7
|
import rs from "remark-gfm";
|
|
@@ -10,7 +10,7 @@ import cs from "@ant-design/icons";
|
|
|
10
10
|
import { Pie as is } from "@ant-design/charts";
|
|
11
11
|
import ke from "crypto-js";
|
|
12
12
|
import { Picker as ls } from "emoji-mart";
|
|
13
|
-
var Je = { exports: {} },
|
|
13
|
+
var Je = { exports: {} }, _e = {};
|
|
14
14
|
/*
|
|
15
15
|
object-assign
|
|
16
16
|
(c) Sindre Sorhus
|
|
@@ -21,24 +21,24 @@ function nt() {
|
|
|
21
21
|
if (Gn) return ln;
|
|
22
22
|
Gn = 1;
|
|
23
23
|
var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, r = Object.prototype.propertyIsEnumerable;
|
|
24
|
-
function s(
|
|
25
|
-
if (
|
|
24
|
+
function s(i) {
|
|
25
|
+
if (i == null)
|
|
26
26
|
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
27
|
-
return Object(
|
|
27
|
+
return Object(i);
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function l() {
|
|
30
30
|
try {
|
|
31
31
|
if (!Object.assign)
|
|
32
32
|
return !1;
|
|
33
|
-
var
|
|
34
|
-
if (
|
|
33
|
+
var i = new String("abc");
|
|
34
|
+
if (i[5] = "de", Object.getOwnPropertyNames(i)[0] === "5")
|
|
35
35
|
return !1;
|
|
36
36
|
for (var o = {}, d = 0; d < 10; d++)
|
|
37
37
|
o["_" + String.fromCharCode(d)] = d;
|
|
38
|
-
var
|
|
38
|
+
var c = Object.getOwnPropertyNames(o).map(function(f) {
|
|
39
39
|
return o[f];
|
|
40
40
|
});
|
|
41
|
-
if (
|
|
41
|
+
if (c.join("") !== "0123456789")
|
|
42
42
|
return !1;
|
|
43
43
|
var u = {};
|
|
44
44
|
return "abcdefghijklmnopqrst".split("").forEach(function(f) {
|
|
@@ -48,18 +48,18 @@ function nt() {
|
|
|
48
48
|
return !1;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
return ln =
|
|
52
|
-
for (var d,
|
|
51
|
+
return ln = l() ? Object.assign : function(i, o) {
|
|
52
|
+
for (var d, c = s(i), u, f = 1; f < arguments.length; f++) {
|
|
53
53
|
d = Object(arguments[f]);
|
|
54
54
|
for (var x in d)
|
|
55
|
-
t.call(d, x) && (
|
|
55
|
+
t.call(d, x) && (c[x] = d[x]);
|
|
56
56
|
if (e) {
|
|
57
57
|
u = e(d);
|
|
58
58
|
for (var g = 0; g < u.length; g++)
|
|
59
|
-
r.call(d, u[g]) && (
|
|
59
|
+
r.call(d, u[g]) && (c[u[g]] = d[u[g]]);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
return
|
|
62
|
+
return c;
|
|
63
63
|
}, ln;
|
|
64
64
|
}
|
|
65
65
|
/** @license React v17.0.2
|
|
@@ -72,22 +72,22 @@ function nt() {
|
|
|
72
72
|
*/
|
|
73
73
|
var zn;
|
|
74
74
|
function as() {
|
|
75
|
-
if (zn) return
|
|
75
|
+
if (zn) return _e;
|
|
76
76
|
zn = 1, nt();
|
|
77
77
|
var e = bn, t = 60103;
|
|
78
|
-
if (
|
|
78
|
+
if (_e.Fragment = 60107, typeof Symbol == "function" && Symbol.for) {
|
|
79
79
|
var r = Symbol.for;
|
|
80
|
-
t = r("react.element"),
|
|
80
|
+
t = r("react.element"), _e.Fragment = r("react.fragment");
|
|
81
81
|
}
|
|
82
|
-
var s = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,
|
|
83
|
-
function o(d,
|
|
84
|
-
var f, x = {}, g = null,
|
|
85
|
-
u !== void 0 && (g = "" + u),
|
|
86
|
-
for (f in
|
|
87
|
-
if (d && d.defaultProps) for (f in
|
|
88
|
-
return { $$typeof: t, type: d, key: g, ref:
|
|
82
|
+
var s = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = Object.prototype.hasOwnProperty, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
83
|
+
function o(d, c, u) {
|
|
84
|
+
var f, x = {}, g = null, m = null;
|
|
85
|
+
u !== void 0 && (g = "" + u), c.key !== void 0 && (g = "" + c.key), c.ref !== void 0 && (m = c.ref);
|
|
86
|
+
for (f in c) l.call(c, f) && !i.hasOwnProperty(f) && (x[f] = c[f]);
|
|
87
|
+
if (d && d.defaultProps) for (f in c = d.defaultProps, c) x[f] === void 0 && (x[f] = c[f]);
|
|
88
|
+
return { $$typeof: t, type: d, key: g, ref: m, props: x, _owner: s.current };
|
|
89
89
|
}
|
|
90
|
-
return
|
|
90
|
+
return _e.jsx = o, _e.jsxs = o, _e;
|
|
91
91
|
}
|
|
92
92
|
var an = {};
|
|
93
93
|
/** @license React v17.0.2
|
|
@@ -102,86 +102,86 @@ var Yn;
|
|
|
102
102
|
function ds() {
|
|
103
103
|
return Yn || (Yn = 1, function(e) {
|
|
104
104
|
process.env.NODE_ENV !== "production" && function() {
|
|
105
|
-
var t = bn, r = nt(), s = 60103,
|
|
105
|
+
var t = bn, r = nt(), s = 60103, l = 60106;
|
|
106
106
|
e.Fragment = 60107;
|
|
107
|
-
var
|
|
107
|
+
var i = 60108, o = 60114, d = 60109, c = 60110, u = 60112, f = 60113, x = 60120, g = 60115, m = 60116, T = 60121, w = 60122, p = 60117, j = 60129, v = 60131;
|
|
108
108
|
if (typeof Symbol == "function" && Symbol.for) {
|
|
109
109
|
var h = Symbol.for;
|
|
110
|
-
s = h("react.element"),
|
|
110
|
+
s = h("react.element"), l = h("react.portal"), e.Fragment = h("react.fragment"), i = h("react.strict_mode"), o = h("react.profiler"), d = h("react.provider"), c = h("react.context"), u = h("react.forward_ref"), f = h("react.suspense"), x = h("react.suspense_list"), g = h("react.memo"), m = h("react.lazy"), T = h("react.block"), w = h("react.server.block"), p = h("react.fundamental"), h("react.scope"), h("react.opaque.id"), j = h("react.debug_trace_mode"), h("react.offscreen"), v = h("react.legacy_hidden");
|
|
111
111
|
}
|
|
112
112
|
var b = typeof Symbol == "function" && Symbol.iterator, E = "@@iterator";
|
|
113
|
-
function
|
|
114
|
-
if (
|
|
113
|
+
function C(a) {
|
|
114
|
+
if (a === null || typeof a != "object")
|
|
115
115
|
return null;
|
|
116
|
-
var
|
|
117
|
-
return typeof
|
|
116
|
+
var y = b && a[b] || a[E];
|
|
117
|
+
return typeof y == "function" ? y : null;
|
|
118
118
|
}
|
|
119
119
|
var k = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
120
|
-
function S(
|
|
120
|
+
function S(a) {
|
|
121
121
|
{
|
|
122
|
-
for (var
|
|
122
|
+
for (var y = arguments.length, A = new Array(y > 1 ? y - 1 : 0), N = 1; N < y; N++)
|
|
123
123
|
A[N - 1] = arguments[N];
|
|
124
|
-
|
|
124
|
+
F("error", a, A);
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function F(a, y, A) {
|
|
128
128
|
{
|
|
129
129
|
var N = k.ReactDebugCurrentFrame, Z = N.getStackAddendum();
|
|
130
|
-
Z !== "" && (
|
|
131
|
-
var Q = A.map(function(
|
|
132
|
-
return "" +
|
|
130
|
+
Z !== "" && (y += "%s", A = A.concat([Z]));
|
|
131
|
+
var Q = A.map(function(V) {
|
|
132
|
+
return "" + V;
|
|
133
133
|
});
|
|
134
|
-
Q.unshift("Warning: " +
|
|
134
|
+
Q.unshift("Warning: " + y), Function.prototype.apply.call(console[a], console, Q);
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
var B = !1;
|
|
138
|
-
function M(
|
|
139
|
-
return !!(typeof
|
|
138
|
+
function M(a) {
|
|
139
|
+
return !!(typeof a == "string" || typeof a == "function" || a === e.Fragment || a === o || a === j || a === i || a === f || a === x || a === v || B || typeof a == "object" && a !== null && (a.$$typeof === m || a.$$typeof === g || a.$$typeof === d || a.$$typeof === c || a.$$typeof === u || a.$$typeof === p || a.$$typeof === T || a[0] === w));
|
|
140
140
|
}
|
|
141
|
-
function L(
|
|
142
|
-
var N =
|
|
143
|
-
return
|
|
141
|
+
function L(a, y, A) {
|
|
142
|
+
var N = y.displayName || y.name || "";
|
|
143
|
+
return a.displayName || (N !== "" ? A + "(" + N + ")" : A);
|
|
144
144
|
}
|
|
145
|
-
function
|
|
146
|
-
return
|
|
145
|
+
function H(a) {
|
|
146
|
+
return a.displayName || "Context";
|
|
147
147
|
}
|
|
148
|
-
function $(
|
|
149
|
-
if (
|
|
148
|
+
function $(a) {
|
|
149
|
+
if (a == null)
|
|
150
150
|
return null;
|
|
151
|
-
if (typeof
|
|
152
|
-
return
|
|
153
|
-
if (typeof
|
|
154
|
-
return
|
|
155
|
-
switch (
|
|
151
|
+
if (typeof a.tag == "number" && S("Received an unexpected object in getComponentName(). This is likely a bug in React. Please file an issue."), typeof a == "function")
|
|
152
|
+
return a.displayName || a.name || null;
|
|
153
|
+
if (typeof a == "string")
|
|
154
|
+
return a;
|
|
155
|
+
switch (a) {
|
|
156
156
|
case e.Fragment:
|
|
157
157
|
return "Fragment";
|
|
158
|
-
case
|
|
158
|
+
case l:
|
|
159
159
|
return "Portal";
|
|
160
160
|
case o:
|
|
161
161
|
return "Profiler";
|
|
162
|
-
case
|
|
162
|
+
case i:
|
|
163
163
|
return "StrictMode";
|
|
164
164
|
case f:
|
|
165
165
|
return "Suspense";
|
|
166
166
|
case x:
|
|
167
167
|
return "SuspenseList";
|
|
168
168
|
}
|
|
169
|
-
if (typeof
|
|
170
|
-
switch (
|
|
171
|
-
case
|
|
172
|
-
var
|
|
173
|
-
return
|
|
169
|
+
if (typeof a == "object")
|
|
170
|
+
switch (a.$$typeof) {
|
|
171
|
+
case c:
|
|
172
|
+
var y = a;
|
|
173
|
+
return H(y) + ".Consumer";
|
|
174
174
|
case d:
|
|
175
|
-
var A =
|
|
176
|
-
return
|
|
175
|
+
var A = a;
|
|
176
|
+
return H(A._context) + ".Provider";
|
|
177
177
|
case u:
|
|
178
|
-
return L(
|
|
178
|
+
return L(a, a.render, "ForwardRef");
|
|
179
179
|
case g:
|
|
180
|
-
return $(
|
|
181
|
-
case
|
|
182
|
-
return $(
|
|
183
|
-
case
|
|
184
|
-
var N =
|
|
180
|
+
return $(a.type);
|
|
181
|
+
case T:
|
|
182
|
+
return $(a._render);
|
|
183
|
+
case m: {
|
|
184
|
+
var N = a, Z = N._payload, Q = N._init;
|
|
185
185
|
try {
|
|
186
186
|
return $(Q(Z));
|
|
187
187
|
} catch {
|
|
@@ -191,70 +191,70 @@ function ds() {
|
|
|
191
191
|
}
|
|
192
192
|
return null;
|
|
193
193
|
}
|
|
194
|
-
var
|
|
194
|
+
var I = 0, J, z, W, te, ee, de, ce;
|
|
195
195
|
function Ne() {
|
|
196
196
|
}
|
|
197
197
|
Ne.__reactDisabledLog = !0;
|
|
198
198
|
function Ve() {
|
|
199
199
|
{
|
|
200
|
-
if (
|
|
201
|
-
|
|
202
|
-
var
|
|
200
|
+
if (I === 0) {
|
|
201
|
+
J = console.log, z = console.info, W = console.warn, te = console.error, ee = console.group, de = console.groupCollapsed, ce = console.groupEnd;
|
|
202
|
+
var a = {
|
|
203
203
|
configurable: !0,
|
|
204
204
|
enumerable: !0,
|
|
205
205
|
value: Ne,
|
|
206
206
|
writable: !0
|
|
207
207
|
};
|
|
208
208
|
Object.defineProperties(console, {
|
|
209
|
-
info:
|
|
210
|
-
log:
|
|
211
|
-
warn:
|
|
212
|
-
error:
|
|
213
|
-
group:
|
|
214
|
-
groupCollapsed:
|
|
215
|
-
groupEnd:
|
|
209
|
+
info: a,
|
|
210
|
+
log: a,
|
|
211
|
+
warn: a,
|
|
212
|
+
error: a,
|
|
213
|
+
group: a,
|
|
214
|
+
groupCollapsed: a,
|
|
215
|
+
groupEnd: a
|
|
216
216
|
});
|
|
217
217
|
}
|
|
218
|
-
|
|
218
|
+
I++;
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
function Ge() {
|
|
222
222
|
{
|
|
223
|
-
if (
|
|
224
|
-
var
|
|
223
|
+
if (I--, I === 0) {
|
|
224
|
+
var a = {
|
|
225
225
|
configurable: !0,
|
|
226
226
|
enumerable: !0,
|
|
227
227
|
writable: !0
|
|
228
228
|
};
|
|
229
229
|
Object.defineProperties(console, {
|
|
230
|
-
log: r({},
|
|
231
|
-
value: G
|
|
232
|
-
}),
|
|
233
|
-
info: r({}, l, {
|
|
230
|
+
log: r({}, a, {
|
|
234
231
|
value: J
|
|
235
232
|
}),
|
|
236
|
-
|
|
237
|
-
value:
|
|
233
|
+
info: r({}, a, {
|
|
234
|
+
value: z
|
|
235
|
+
}),
|
|
236
|
+
warn: r({}, a, {
|
|
237
|
+
value: W
|
|
238
238
|
}),
|
|
239
|
-
error: r({},
|
|
239
|
+
error: r({}, a, {
|
|
240
240
|
value: te
|
|
241
241
|
}),
|
|
242
|
-
group: r({},
|
|
242
|
+
group: r({}, a, {
|
|
243
243
|
value: ee
|
|
244
244
|
}),
|
|
245
|
-
groupCollapsed: r({},
|
|
245
|
+
groupCollapsed: r({}, a, {
|
|
246
246
|
value: de
|
|
247
247
|
}),
|
|
248
|
-
groupEnd: r({},
|
|
248
|
+
groupEnd: r({}, a, {
|
|
249
249
|
value: ce
|
|
250
250
|
})
|
|
251
251
|
});
|
|
252
252
|
}
|
|
253
|
-
|
|
253
|
+
I < 0 && S("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
var Me = k.ReactCurrentDispatcher, Fe;
|
|
257
|
-
function ze(
|
|
257
|
+
function ze(a, y, A) {
|
|
258
258
|
{
|
|
259
259
|
if (Fe === void 0)
|
|
260
260
|
try {
|
|
@@ -264,7 +264,7 @@ function ds() {
|
|
|
264
264
|
Fe = N && N[1] || "";
|
|
265
265
|
}
|
|
266
266
|
return `
|
|
267
|
-
` + Fe +
|
|
267
|
+
` + Fe + a;
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
var nn = !1, Ye;
|
|
@@ -272,11 +272,11 @@ function ds() {
|
|
|
272
272
|
var jt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
273
273
|
Ye = new jt();
|
|
274
274
|
}
|
|
275
|
-
function
|
|
276
|
-
if (!
|
|
275
|
+
function pn(a, y) {
|
|
276
|
+
if (!a || nn)
|
|
277
277
|
return "";
|
|
278
278
|
{
|
|
279
|
-
var A = Ye.get(
|
|
279
|
+
var A = Ye.get(a);
|
|
280
280
|
if (A !== void 0)
|
|
281
281
|
return A;
|
|
282
282
|
}
|
|
@@ -287,28 +287,28 @@ function ds() {
|
|
|
287
287
|
var Q;
|
|
288
288
|
Q = Me.current, Me.current = null, Ve();
|
|
289
289
|
try {
|
|
290
|
-
if (
|
|
291
|
-
var
|
|
290
|
+
if (y) {
|
|
291
|
+
var V = function() {
|
|
292
292
|
throw Error();
|
|
293
293
|
};
|
|
294
|
-
if (Object.defineProperty(
|
|
294
|
+
if (Object.defineProperty(V.prototype, "props", {
|
|
295
295
|
set: function() {
|
|
296
296
|
throw Error();
|
|
297
297
|
}
|
|
298
298
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
299
299
|
try {
|
|
300
|
-
Reflect.construct(
|
|
300
|
+
Reflect.construct(V, []);
|
|
301
301
|
} catch (ge) {
|
|
302
302
|
N = ge;
|
|
303
303
|
}
|
|
304
|
-
Reflect.construct(
|
|
304
|
+
Reflect.construct(a, [], V);
|
|
305
305
|
} else {
|
|
306
306
|
try {
|
|
307
|
-
|
|
307
|
+
V.call();
|
|
308
308
|
} catch (ge) {
|
|
309
309
|
N = ge;
|
|
310
310
|
}
|
|
311
|
-
|
|
311
|
+
a.call(V.prototype);
|
|
312
312
|
}
|
|
313
313
|
} else {
|
|
314
314
|
try {
|
|
@@ -316,7 +316,7 @@ function ds() {
|
|
|
316
316
|
} catch (ge) {
|
|
317
317
|
N = ge;
|
|
318
318
|
}
|
|
319
|
-
|
|
319
|
+
a();
|
|
320
320
|
}
|
|
321
321
|
} catch (ge) {
|
|
322
322
|
if (ge && N && typeof ge.stack == "string") {
|
|
@@ -331,7 +331,7 @@ function ds() {
|
|
|
331
331
|
if (ne--, se--, se < 0 || U[ne] !== re[se]) {
|
|
332
332
|
var xe = `
|
|
333
333
|
` + U[ne].replace(" at new ", " at ");
|
|
334
|
-
return typeof
|
|
334
|
+
return typeof a == "function" && Ye.set(a, xe), xe;
|
|
335
335
|
}
|
|
336
336
|
while (ne >= 1 && se >= 0);
|
|
337
337
|
break;
|
|
@@ -340,41 +340,41 @@ function ds() {
|
|
|
340
340
|
} finally {
|
|
341
341
|
nn = !1, Me.current = Q, Ge(), Error.prepareStackTrace = Z;
|
|
342
342
|
}
|
|
343
|
-
var we =
|
|
344
|
-
return typeof
|
|
343
|
+
var we = a ? a.displayName || a.name : "", Bn = we ? ze(we) : "";
|
|
344
|
+
return typeof a == "function" && Ye.set(a, Bn), Bn;
|
|
345
345
|
}
|
|
346
|
-
function An(
|
|
347
|
-
return
|
|
346
|
+
function An(a, y, A) {
|
|
347
|
+
return pn(a, !1);
|
|
348
348
|
}
|
|
349
|
-
function wt(
|
|
350
|
-
var
|
|
351
|
-
return !!(
|
|
349
|
+
function wt(a) {
|
|
350
|
+
var y = a.prototype;
|
|
351
|
+
return !!(y && y.isReactComponent);
|
|
352
352
|
}
|
|
353
|
-
function Ke(
|
|
354
|
-
if (
|
|
353
|
+
function Ke(a, y, A) {
|
|
354
|
+
if (a == null)
|
|
355
355
|
return "";
|
|
356
|
-
if (typeof
|
|
357
|
-
return
|
|
358
|
-
if (typeof
|
|
359
|
-
return ze(
|
|
360
|
-
switch (
|
|
356
|
+
if (typeof a == "function")
|
|
357
|
+
return pn(a, wt(a));
|
|
358
|
+
if (typeof a == "string")
|
|
359
|
+
return ze(a);
|
|
360
|
+
switch (a) {
|
|
361
361
|
case f:
|
|
362
362
|
return ze("Suspense");
|
|
363
363
|
case x:
|
|
364
364
|
return ze("SuspenseList");
|
|
365
365
|
}
|
|
366
|
-
if (typeof
|
|
367
|
-
switch (
|
|
366
|
+
if (typeof a == "object")
|
|
367
|
+
switch (a.$$typeof) {
|
|
368
368
|
case u:
|
|
369
|
-
return An(
|
|
369
|
+
return An(a.render);
|
|
370
370
|
case g:
|
|
371
|
-
return Ke(
|
|
372
|
-
case
|
|
373
|
-
return An(
|
|
374
|
-
case
|
|
375
|
-
var N =
|
|
371
|
+
return Ke(a.type, y, A);
|
|
372
|
+
case T:
|
|
373
|
+
return An(a._render);
|
|
374
|
+
case m: {
|
|
375
|
+
var N = a, Z = N._payload, Q = N._init;
|
|
376
376
|
try {
|
|
377
|
-
return Ke(Q(Z),
|
|
377
|
+
return Ke(Q(Z), y, A);
|
|
378
378
|
} catch {
|
|
379
379
|
}
|
|
380
380
|
}
|
|
@@ -382,88 +382,88 @@ function ds() {
|
|
|
382
382
|
return "";
|
|
383
383
|
}
|
|
384
384
|
var Sn = {}, Ln = k.ReactDebugCurrentFrame;
|
|
385
|
-
function qe(
|
|
386
|
-
if (
|
|
387
|
-
var
|
|
385
|
+
function qe(a) {
|
|
386
|
+
if (a) {
|
|
387
|
+
var y = a._owner, A = Ke(a.type, a._source, y ? y.type : null);
|
|
388
388
|
Ln.setExtraStackFrame(A);
|
|
389
389
|
} else
|
|
390
390
|
Ln.setExtraStackFrame(null);
|
|
391
391
|
}
|
|
392
|
-
function kt(
|
|
392
|
+
function kt(a, y, A, N, Z) {
|
|
393
393
|
{
|
|
394
394
|
var Q = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
395
|
-
for (var
|
|
396
|
-
if (Q(
|
|
395
|
+
for (var V in a)
|
|
396
|
+
if (Q(a, V)) {
|
|
397
397
|
var U = void 0;
|
|
398
398
|
try {
|
|
399
|
-
if (typeof
|
|
400
|
-
var re = Error((N || "React class") + ": " + A + " type `" +
|
|
399
|
+
if (typeof a[V] != "function") {
|
|
400
|
+
var re = Error((N || "React class") + ": " + A + " type `" + V + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[V] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
401
401
|
throw re.name = "Invariant Violation", re;
|
|
402
402
|
}
|
|
403
|
-
U =
|
|
403
|
+
U = a[V](y, V, N, A, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
404
404
|
} catch (ne) {
|
|
405
405
|
U = ne;
|
|
406
406
|
}
|
|
407
|
-
U && !(U instanceof Error) && (qe(Z), S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", N || "React class", A,
|
|
407
|
+
U && !(U instanceof Error) && (qe(Z), S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", N || "React class", A, V, typeof U), qe(null)), U instanceof Error && !(U.message in Sn) && (Sn[U.message] = !0, qe(Z), S("Failed %s type: %s", A, U.message), qe(null));
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
var Rn = k.ReactCurrentOwner, tn = Object.prototype.hasOwnProperty,
|
|
411
|
+
var Rn = k.ReactCurrentOwner, tn = Object.prototype.hasOwnProperty, _t = {
|
|
412
412
|
key: !0,
|
|
413
413
|
ref: !0,
|
|
414
414
|
__self: !0,
|
|
415
415
|
__source: !0
|
|
416
416
|
}, On, Dn;
|
|
417
|
-
function
|
|
418
|
-
if (tn.call(
|
|
419
|
-
var
|
|
420
|
-
if (
|
|
417
|
+
function pt(a) {
|
|
418
|
+
if (tn.call(a, "ref")) {
|
|
419
|
+
var y = Object.getOwnPropertyDescriptor(a, "ref").get;
|
|
420
|
+
if (y && y.isReactWarning)
|
|
421
421
|
return !1;
|
|
422
422
|
}
|
|
423
|
-
return
|
|
423
|
+
return a.ref !== void 0;
|
|
424
424
|
}
|
|
425
|
-
function At(
|
|
426
|
-
if (tn.call(
|
|
427
|
-
var
|
|
428
|
-
if (
|
|
425
|
+
function At(a) {
|
|
426
|
+
if (tn.call(a, "key")) {
|
|
427
|
+
var y = Object.getOwnPropertyDescriptor(a, "key").get;
|
|
428
|
+
if (y && y.isReactWarning)
|
|
429
429
|
return !1;
|
|
430
430
|
}
|
|
431
|
-
return
|
|
431
|
+
return a.key !== void 0;
|
|
432
432
|
}
|
|
433
|
-
function St(
|
|
434
|
-
typeof
|
|
433
|
+
function St(a, y) {
|
|
434
|
+
typeof a.ref == "string" && Rn.current;
|
|
435
435
|
}
|
|
436
|
-
function Lt(
|
|
436
|
+
function Lt(a, y) {
|
|
437
437
|
{
|
|
438
438
|
var A = function() {
|
|
439
|
-
On || (On = !0, S("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",
|
|
439
|
+
On || (On = !0, S("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", y));
|
|
440
440
|
};
|
|
441
|
-
A.isReactWarning = !0, Object.defineProperty(
|
|
441
|
+
A.isReactWarning = !0, Object.defineProperty(a, "key", {
|
|
442
442
|
get: A,
|
|
443
443
|
configurable: !0
|
|
444
444
|
});
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
|
-
function Rt(
|
|
447
|
+
function Rt(a, y) {
|
|
448
448
|
{
|
|
449
449
|
var A = function() {
|
|
450
|
-
Dn || (Dn = !0, S("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",
|
|
450
|
+
Dn || (Dn = !0, S("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", y));
|
|
451
451
|
};
|
|
452
|
-
A.isReactWarning = !0, Object.defineProperty(
|
|
452
|
+
A.isReactWarning = !0, Object.defineProperty(a, "ref", {
|
|
453
453
|
get: A,
|
|
454
454
|
configurable: !0
|
|
455
455
|
});
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
|
-
var Ot = function(
|
|
458
|
+
var Ot = function(a, y, A, N, Z, Q, V) {
|
|
459
459
|
var U = {
|
|
460
460
|
// This tag allows us to uniquely identify this as a React Element
|
|
461
461
|
$$typeof: s,
|
|
462
462
|
// Built-in properties that belong on the element
|
|
463
|
-
type:
|
|
464
|
-
key:
|
|
463
|
+
type: a,
|
|
464
|
+
key: y,
|
|
465
465
|
ref: A,
|
|
466
|
-
props:
|
|
466
|
+
props: V,
|
|
467
467
|
// Record the component responsible for creating this element.
|
|
468
468
|
_owner: Q
|
|
469
469
|
};
|
|
@@ -484,169 +484,169 @@ function ds() {
|
|
|
484
484
|
value: Z
|
|
485
485
|
}), Object.freeze && (Object.freeze(U.props), Object.freeze(U)), U;
|
|
486
486
|
};
|
|
487
|
-
function Dt(
|
|
487
|
+
function Dt(a, y, A, N, Z) {
|
|
488
488
|
{
|
|
489
|
-
var Q,
|
|
490
|
-
A !== void 0 && (U = "" + A), At(
|
|
491
|
-
for (Q in
|
|
492
|
-
tn.call(
|
|
493
|
-
if (
|
|
494
|
-
var ne =
|
|
489
|
+
var Q, V = {}, U = null, re = null;
|
|
490
|
+
A !== void 0 && (U = "" + A), At(y) && (U = "" + y.key), pt(y) && (re = y.ref, St(y, Z));
|
|
491
|
+
for (Q in y)
|
|
492
|
+
tn.call(y, Q) && !_t.hasOwnProperty(Q) && (V[Q] = y[Q]);
|
|
493
|
+
if (a && a.defaultProps) {
|
|
494
|
+
var ne = a.defaultProps;
|
|
495
495
|
for (Q in ne)
|
|
496
|
-
|
|
496
|
+
V[Q] === void 0 && (V[Q] = ne[Q]);
|
|
497
497
|
}
|
|
498
498
|
if (U || re) {
|
|
499
|
-
var se = typeof
|
|
500
|
-
U && Lt(
|
|
499
|
+
var se = typeof a == "function" ? a.displayName || a.name || "Unknown" : a;
|
|
500
|
+
U && Lt(V, se), re && Rt(V, se);
|
|
501
501
|
}
|
|
502
|
-
return Ot(
|
|
502
|
+
return Ot(a, U, re, Z, N, Rn.current, V);
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
505
|
var sn = k.ReactCurrentOwner, Nn = k.ReactDebugCurrentFrame;
|
|
506
|
-
function je(
|
|
507
|
-
if (
|
|
508
|
-
var
|
|
506
|
+
function je(a) {
|
|
507
|
+
if (a) {
|
|
508
|
+
var y = a._owner, A = Ke(a.type, a._source, y ? y.type : null);
|
|
509
509
|
Nn.setExtraStackFrame(A);
|
|
510
510
|
} else
|
|
511
511
|
Nn.setExtraStackFrame(null);
|
|
512
512
|
}
|
|
513
513
|
var rn;
|
|
514
514
|
rn = !1;
|
|
515
|
-
function on(
|
|
516
|
-
return typeof
|
|
515
|
+
function on(a) {
|
|
516
|
+
return typeof a == "object" && a !== null && a.$$typeof === s;
|
|
517
517
|
}
|
|
518
518
|
function Mn() {
|
|
519
519
|
{
|
|
520
520
|
if (sn.current) {
|
|
521
|
-
var
|
|
522
|
-
if (
|
|
521
|
+
var a = $(sn.current.type);
|
|
522
|
+
if (a)
|
|
523
523
|
return `
|
|
524
524
|
|
|
525
|
-
Check the render method of \`` +
|
|
525
|
+
Check the render method of \`` + a + "`.";
|
|
526
526
|
}
|
|
527
527
|
return "";
|
|
528
528
|
}
|
|
529
529
|
}
|
|
530
|
-
function Nt(
|
|
530
|
+
function Nt(a) {
|
|
531
531
|
return "";
|
|
532
532
|
}
|
|
533
533
|
var Fn = {};
|
|
534
|
-
function Mt(
|
|
534
|
+
function Mt(a) {
|
|
535
535
|
{
|
|
536
|
-
var
|
|
537
|
-
if (!
|
|
538
|
-
var A = typeof
|
|
539
|
-
A && (
|
|
536
|
+
var y = Mn();
|
|
537
|
+
if (!y) {
|
|
538
|
+
var A = typeof a == "string" ? a : a.displayName || a.name;
|
|
539
|
+
A && (y = `
|
|
540
540
|
|
|
541
541
|
Check the top-level render call using <` + A + ">.");
|
|
542
542
|
}
|
|
543
|
-
return
|
|
543
|
+
return y;
|
|
544
544
|
}
|
|
545
545
|
}
|
|
546
|
-
function Hn(
|
|
546
|
+
function Hn(a, y) {
|
|
547
547
|
{
|
|
548
|
-
if (!
|
|
548
|
+
if (!a._store || a._store.validated || a.key != null)
|
|
549
549
|
return;
|
|
550
|
-
|
|
551
|
-
var A = Mt(
|
|
550
|
+
a._store.validated = !0;
|
|
551
|
+
var A = Mt(y);
|
|
552
552
|
if (Fn[A])
|
|
553
553
|
return;
|
|
554
554
|
Fn[A] = !0;
|
|
555
555
|
var N = "";
|
|
556
|
-
|
|
556
|
+
a && a._owner && a._owner !== sn.current && (N = " It was passed a child from " + $(a._owner.type) + "."), je(a), S('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', A, N), je(null);
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
|
-
function In(
|
|
559
|
+
function In(a, y) {
|
|
560
560
|
{
|
|
561
|
-
if (typeof
|
|
561
|
+
if (typeof a != "object")
|
|
562
562
|
return;
|
|
563
|
-
if (Array.isArray(
|
|
564
|
-
for (var A = 0; A <
|
|
565
|
-
var N =
|
|
566
|
-
on(N) && Hn(N,
|
|
563
|
+
if (Array.isArray(a))
|
|
564
|
+
for (var A = 0; A < a.length; A++) {
|
|
565
|
+
var N = a[A];
|
|
566
|
+
on(N) && Hn(N, y);
|
|
567
567
|
}
|
|
568
|
-
else if (on(
|
|
569
|
-
|
|
570
|
-
else if (
|
|
571
|
-
var Z =
|
|
572
|
-
if (typeof Z == "function" && Z !==
|
|
573
|
-
for (var Q = Z.call(
|
|
574
|
-
on(
|
|
568
|
+
else if (on(a))
|
|
569
|
+
a._store && (a._store.validated = !0);
|
|
570
|
+
else if (a) {
|
|
571
|
+
var Z = C(a);
|
|
572
|
+
if (typeof Z == "function" && Z !== a.entries)
|
|
573
|
+
for (var Q = Z.call(a), V; !(V = Q.next()).done; )
|
|
574
|
+
on(V.value) && Hn(V.value, y);
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
|
-
function Ft(
|
|
578
|
+
function Ft(a) {
|
|
579
579
|
{
|
|
580
|
-
var
|
|
581
|
-
if (
|
|
580
|
+
var y = a.type;
|
|
581
|
+
if (y == null || typeof y == "string")
|
|
582
582
|
return;
|
|
583
583
|
var A;
|
|
584
|
-
if (typeof
|
|
585
|
-
A =
|
|
586
|
-
else if (typeof
|
|
584
|
+
if (typeof y == "function")
|
|
585
|
+
A = y.propTypes;
|
|
586
|
+
else if (typeof y == "object" && (y.$$typeof === u || // Note: Memo only checks outer props here.
|
|
587
587
|
// Inner props are checked in the reconciler.
|
|
588
|
-
|
|
589
|
-
A =
|
|
588
|
+
y.$$typeof === g))
|
|
589
|
+
A = y.propTypes;
|
|
590
590
|
else
|
|
591
591
|
return;
|
|
592
592
|
if (A) {
|
|
593
|
-
var N = $(
|
|
594
|
-
kt(A,
|
|
595
|
-
} else if (
|
|
593
|
+
var N = $(y);
|
|
594
|
+
kt(A, a.props, "prop", N, a);
|
|
595
|
+
} else if (y.PropTypes !== void 0 && !rn) {
|
|
596
596
|
rn = !0;
|
|
597
|
-
var Z = $(
|
|
597
|
+
var Z = $(y);
|
|
598
598
|
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", Z || "Unknown");
|
|
599
599
|
}
|
|
600
|
-
typeof
|
|
600
|
+
typeof y.getDefaultProps == "function" && !y.getDefaultProps.isReactClassApproved && S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
601
601
|
}
|
|
602
602
|
}
|
|
603
|
-
function Ht(
|
|
603
|
+
function Ht(a) {
|
|
604
604
|
{
|
|
605
|
-
for (var
|
|
606
|
-
var N =
|
|
605
|
+
for (var y = Object.keys(a.props), A = 0; A < y.length; A++) {
|
|
606
|
+
var N = y[A];
|
|
607
607
|
if (N !== "children" && N !== "key") {
|
|
608
|
-
je(
|
|
608
|
+
je(a), S("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", N), je(null);
|
|
609
609
|
break;
|
|
610
610
|
}
|
|
611
611
|
}
|
|
612
|
-
|
|
612
|
+
a.ref !== null && (je(a), S("Invalid attribute `ref` supplied to `React.Fragment`."), je(null));
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
|
-
function $n(
|
|
615
|
+
function $n(a, y, A, N, Z, Q) {
|
|
616
616
|
{
|
|
617
|
-
var
|
|
618
|
-
if (!
|
|
617
|
+
var V = M(a);
|
|
618
|
+
if (!V) {
|
|
619
619
|
var U = "";
|
|
620
|
-
(
|
|
620
|
+
(a === void 0 || typeof a == "object" && a !== null && Object.keys(a).length === 0) && (U += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
621
621
|
var re = Nt();
|
|
622
622
|
re ? U += re : U += Mn();
|
|
623
623
|
var ne;
|
|
624
|
-
|
|
624
|
+
a === null ? ne = "null" : Array.isArray(a) ? ne = "array" : a !== void 0 && a.$$typeof === s ? (ne = "<" + ($(a.type) || "Unknown") + " />", U = " Did you accidentally export a JSX literal instead of a component?") : ne = typeof a, S("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ne, U);
|
|
625
625
|
}
|
|
626
|
-
var se = Dt(
|
|
626
|
+
var se = Dt(a, y, A, Z, Q);
|
|
627
627
|
if (se == null)
|
|
628
628
|
return se;
|
|
629
|
-
if (
|
|
630
|
-
var xe =
|
|
629
|
+
if (V) {
|
|
630
|
+
var xe = y.children;
|
|
631
631
|
if (xe !== void 0)
|
|
632
632
|
if (N)
|
|
633
633
|
if (Array.isArray(xe)) {
|
|
634
634
|
for (var we = 0; we < xe.length; we++)
|
|
635
|
-
In(xe[we],
|
|
635
|
+
In(xe[we], a);
|
|
636
636
|
Object.freeze && Object.freeze(xe);
|
|
637
637
|
} else
|
|
638
638
|
S("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
639
639
|
else
|
|
640
|
-
In(xe,
|
|
640
|
+
In(xe, a);
|
|
641
641
|
}
|
|
642
|
-
return
|
|
642
|
+
return a === e.Fragment ? Ht(se) : Ft(se), se;
|
|
643
643
|
}
|
|
644
644
|
}
|
|
645
|
-
function It(
|
|
646
|
-
return $n(
|
|
645
|
+
function It(a, y, A) {
|
|
646
|
+
return $n(a, y, A, !0);
|
|
647
647
|
}
|
|
648
|
-
function $t(
|
|
649
|
-
return $n(
|
|
648
|
+
function $t(a, y, A) {
|
|
649
|
+
return $n(a, y, A, !1);
|
|
650
650
|
}
|
|
651
651
|
var Bt = $t, Ut = It;
|
|
652
652
|
e.jsx = Bt, e.jsxs = Ut;
|
|
@@ -658,7 +658,7 @@ function us() {
|
|
|
658
658
|
return Kn || (Kn = 1, process.env.NODE_ENV === "production" ? Je.exports = as() : Je.exports = ds()), Je.exports;
|
|
659
659
|
}
|
|
660
660
|
var n = us();
|
|
661
|
-
const fs = "2.0.0-alpha.
|
|
661
|
+
const fs = "2.0.0-alpha.20", tt = "chat_session", xs = "user_uttered", gs = "bot_uttered", ms = "ehelp_bot_uttered", Cs = "https://sfchatbot.dataon.com", bs = [
|
|
662
662
|
{
|
|
663
663
|
label: "Didn’t address my question",
|
|
664
664
|
value: "Didn’t address my question"
|
|
@@ -703,16 +703,16 @@ const fs = "2.0.0-alpha.19", tt = "chat_session", xs = "user_uttered", gs = "bot
|
|
|
703
703
|
".xcf"
|
|
704
704
|
], un = "w-widget-content-container", fn = "w-ticket-detail-content-container", Es = "w-wrapper-body", Ts = "w-wrapper-body-helpdesk", He = "w-header", xn = {
|
|
705
705
|
FADE_IN: "w-fade-in-animate"
|
|
706
|
-
}, ys = "https://placehold.co/600x400?text=No+Image", Ie = 3, js = "GoHRDev2025WorkPlazeDataOnDotCom",
|
|
706
|
+
}, ys = "https://placehold.co/600x400?text=No+Image", Ie = 3, js = "GoHRDev2025WorkPlazeDataOnDotCom", pe = "(Helpdesk Widget Chatbot)", ws = (e) => JSON.parse((e == null ? void 0 : e.replaceAll("/get_started", "")) || "{}"), st = (e) => {
|
|
707
707
|
var t;
|
|
708
708
|
try {
|
|
709
709
|
return (t = new URL(e)) == null ? void 0 : t.host;
|
|
710
710
|
} catch {
|
|
711
|
-
return st(
|
|
711
|
+
return st(Cs);
|
|
712
712
|
}
|
|
713
713
|
}, le = (e, t) => {
|
|
714
|
-
var r, s,
|
|
715
|
-
return ((r = Object.keys(e || {})) == null ? void 0 : r.length) > 0 ? (
|
|
714
|
+
var r, s, l;
|
|
715
|
+
return ((r = Object.keys(e || {})) == null ? void 0 : r.length) > 0 ? (l = (s = Object == null ? void 0 : Object.prototype) == null ? void 0 : s.hasOwnProperty) == null ? void 0 : l.call(e, t) : !1;
|
|
716
716
|
}, Ae = (e) => {
|
|
717
717
|
var r;
|
|
718
718
|
const t = e == null ? void 0 : e.attachment;
|
|
@@ -724,10 +724,10 @@ const fs = "2.0.0-alpha.19", tt = "chat_session", xs = "user_uttered", gs = "bot
|
|
|
724
724
|
chart: (t == null ? void 0 : t.type) === "charts" && le(t, "chartType")
|
|
725
725
|
};
|
|
726
726
|
}, rt = (e) => {
|
|
727
|
-
var t, r, s,
|
|
727
|
+
var t, r, s, l;
|
|
728
728
|
if (e) {
|
|
729
|
-
const
|
|
730
|
-
(
|
|
729
|
+
const i = e == null ? void 0 : e.split(".")[1], o = (t = i == null ? void 0 : i.replace(/-/g, "+")) == null ? void 0 : t.replace(/_/g, "/"), d = decodeURIComponent(
|
|
730
|
+
(l = (s = (r = window == null ? void 0 : window.atob(o)) == null ? void 0 : r.split("")) == null ? void 0 : s.map((c) => "%" + ("00" + c.charCodeAt(0).toString(16)).slice(-2))) == null ? void 0 : l.join("")
|
|
731
731
|
);
|
|
732
732
|
return JSON == null ? void 0 : JSON.parse(d || "{}");
|
|
733
733
|
}
|
|
@@ -737,9 +737,9 @@ const fs = "2.0.0-alpha.19", tt = "chat_session", xs = "user_uttered", gs = "bot
|
|
|
737
737
|
fileName: t = "",
|
|
738
738
|
isOpenNewTab: r = !1
|
|
739
739
|
}) => {
|
|
740
|
-
var
|
|
740
|
+
var l;
|
|
741
741
|
const s = document == null ? void 0 : document.createElement("a");
|
|
742
|
-
s.href = e, s.download = t || e, r && (s.target = "_blank"), (
|
|
742
|
+
s.href = e, s.download = t || e, r && (s.target = "_blank"), (l = document == null ? void 0 : document.body) == null || l.appendChild(s), s.click(), document.body.removeChild(s);
|
|
743
743
|
}, ks = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(e) {
|
|
744
744
|
const t = crypto.getRandomValues(new Uint8Array(1))[0] % 16;
|
|
745
745
|
return (e === "x" ? t : t & 3 | 8).toString(16);
|
|
@@ -750,28 +750,28 @@ const fs = "2.0.0-alpha.19", tt = "chat_session", xs = "user_uttered", gs = "bot
|
|
|
750
750
|
}) => (e == null ? void 0 : e.length) > 0 ? [
|
|
751
751
|
...new Map(
|
|
752
752
|
e.map((s) => {
|
|
753
|
-
var
|
|
753
|
+
var l;
|
|
754
754
|
return [
|
|
755
|
-
r ? (
|
|
755
|
+
r ? (l = String(s[t])) == null ? void 0 : l.toLowerCase() : s[t],
|
|
756
756
|
s
|
|
757
757
|
];
|
|
758
758
|
})
|
|
759
759
|
).values()
|
|
760
|
-
] : [],
|
|
760
|
+
] : [], _s = (e = []) => {
|
|
761
761
|
const t = {}, r = [], s = [];
|
|
762
|
-
e == null || e.forEach((
|
|
762
|
+
e == null || e.forEach((i) => {
|
|
763
763
|
var o;
|
|
764
|
-
le(
|
|
764
|
+
le(i, "chats") ? (o = i == null ? void 0 : i.chats) == null || o.forEach((d) => {
|
|
765
765
|
s == null || s.push(d);
|
|
766
|
-
}) : s == null || s.push(
|
|
767
|
-
}), s == null || s.forEach((
|
|
768
|
-
var
|
|
769
|
-
const d =
|
|
766
|
+
}) : s == null || s.push(i);
|
|
767
|
+
}), s == null || s.forEach((i, o) => {
|
|
768
|
+
var c, u, f;
|
|
769
|
+
const d = i == null ? void 0 : i.generated_id;
|
|
770
770
|
d ? (t[d] || (t[d] = []), (u = t[d]) == null || u.push({
|
|
771
|
-
...
|
|
771
|
+
...i,
|
|
772
772
|
indexChat: o,
|
|
773
|
-
...!(
|
|
774
|
-
timestamp: (
|
|
773
|
+
...!(i != null && i.timestamp) && {
|
|
774
|
+
timestamp: (c = ae()) == null ? void 0 : c.format("hh:mm A")
|
|
775
775
|
}
|
|
776
776
|
}), r == null || r.push({
|
|
777
777
|
keyItem: d ?? o,
|
|
@@ -782,17 +782,17 @@ const fs = "2.0.0-alpha.19", tt = "chat_session", xs = "user_uttered", gs = "bot
|
|
|
782
782
|
},
|
|
783
783
|
chats: t == null ? void 0 : t[d]
|
|
784
784
|
})) : r == null || r.push({
|
|
785
|
-
...
|
|
785
|
+
...i,
|
|
786
786
|
keyItem: o,
|
|
787
|
-
...!(
|
|
787
|
+
...!(i != null && i.timestamp) && {
|
|
788
788
|
timestamp: (f = ae()) == null ? void 0 : f.format("hh:mm A")
|
|
789
789
|
}
|
|
790
790
|
});
|
|
791
791
|
});
|
|
792
|
-
const
|
|
793
|
-
return
|
|
794
|
-
|
|
795
|
-
}),
|
|
792
|
+
const l = yn({ ArrObj: r, key: "keyItem" });
|
|
793
|
+
return l == null || l.forEach((i) => {
|
|
794
|
+
i == null || delete i.keyItem;
|
|
795
|
+
}), l;
|
|
796
796
|
}, Pe = (e = {}) => {
|
|
797
797
|
const r = {
|
|
798
798
|
...ot(),
|
|
@@ -802,7 +802,7 @@ const fs = "2.0.0-alpha.19", tt = "chat_session", xs = "user_uttered", gs = "bot
|
|
|
802
802
|
}, ot = () => {
|
|
803
803
|
const e = localStorage == null ? void 0 : localStorage.getItem(tt);
|
|
804
804
|
return JSON.parse(e || "{}");
|
|
805
|
-
},
|
|
805
|
+
}, ps = (e = "") => {
|
|
806
806
|
var t;
|
|
807
807
|
try {
|
|
808
808
|
const r = new URL(e);
|
|
@@ -812,7 +812,7 @@ const fs = "2.0.0-alpha.19", tt = "chat_session", xs = "user_uttered", gs = "bot
|
|
|
812
812
|
}
|
|
813
813
|
};
|
|
814
814
|
let Jn = null;
|
|
815
|
-
const
|
|
815
|
+
const Ce = (e = ".w-wrapper-body") => {
|
|
816
816
|
const t = document.querySelector(e);
|
|
817
817
|
clearTimeout(Jn), Jn = setTimeout(() => {
|
|
818
818
|
t && t.scrollTo({
|
|
@@ -827,34 +827,34 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
827
827
|
r += String.fromCharCode(t[s]);
|
|
828
828
|
return btoa(r);
|
|
829
829
|
}, Ss = async (e, t) => {
|
|
830
|
-
var
|
|
831
|
-
const r = typeof e == "object" ? JSON == null ? void 0 : JSON.stringify(e || {}) : e, s = new TextEncoder(),
|
|
832
|
-
if (
|
|
830
|
+
var c;
|
|
831
|
+
const r = typeof e == "object" ? JSON == null ? void 0 : JSON.stringify(e || {}) : e, s = new TextEncoder(), l = s == null ? void 0 : s.encode(r), i = s == null ? void 0 : s.encode(t);
|
|
832
|
+
if (i.length !== 32)
|
|
833
833
|
throw new Error("Key length must be 32 bytes for AES-256");
|
|
834
|
-
const o = await ((
|
|
834
|
+
const o = await ((c = crypto == null ? void 0 : crypto.subtle) == null ? void 0 : c.importKey(
|
|
835
835
|
"raw",
|
|
836
|
-
|
|
836
|
+
i,
|
|
837
837
|
{ name: "AES-CBC" },
|
|
838
838
|
!1,
|
|
839
839
|
["encrypt"]
|
|
840
840
|
)), d = await crypto.subtle.encrypt(
|
|
841
841
|
{ name: "AES-CBC", iv: new Uint8Array(16) },
|
|
842
842
|
o,
|
|
843
|
-
|
|
843
|
+
l
|
|
844
844
|
);
|
|
845
845
|
return As(d);
|
|
846
846
|
}, Qe = (e) => {
|
|
847
|
-
const t = {}, r = ct(e), s = r == null ? void 0 : r.map((
|
|
847
|
+
const t = {}, r = ct(e), s = r == null ? void 0 : r.map((l) => {
|
|
848
848
|
var o;
|
|
849
|
-
const
|
|
849
|
+
const i = l == null ? void 0 : l.CREATED_DATE;
|
|
850
850
|
return {
|
|
851
|
-
...
|
|
852
|
-
DATE_KEY: (o = ae(
|
|
851
|
+
...l,
|
|
852
|
+
DATE_KEY: (o = ae(i)) == null ? void 0 : o.format("YYYY-MM-DD")
|
|
853
853
|
};
|
|
854
854
|
});
|
|
855
|
-
return s == null || s.forEach((
|
|
856
|
-
var
|
|
857
|
-
t[
|
|
855
|
+
return s == null || s.forEach((l) => {
|
|
856
|
+
var i;
|
|
857
|
+
t[l == null ? void 0 : l.DATE_KEY] || (t[l == null ? void 0 : l.DATE_KEY] = []), (i = t[l == null ? void 0 : l.DATE_KEY]) == null || i.push(l);
|
|
858
858
|
}), t;
|
|
859
859
|
}, jn = (e) => {
|
|
860
860
|
var t;
|
|
@@ -876,36 +876,39 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
876
876
|
getStartedPayload: t,
|
|
877
877
|
socketURL: r,
|
|
878
878
|
socketPath: s,
|
|
879
|
-
onPayslipFn:
|
|
880
|
-
title:
|
|
879
|
+
onPayslipFn: l,
|
|
880
|
+
title: i,
|
|
881
881
|
subTitle: o,
|
|
882
882
|
keyEncrypt: d,
|
|
883
|
-
history:
|
|
884
|
-
|
|
883
|
+
history: c,
|
|
884
|
+
modelName: u,
|
|
885
|
+
isSF: f
|
|
885
886
|
}) => {
|
|
886
|
-
const [
|
|
887
|
+
const [x, g] = D(!1), [m, T] = D("va"), [w, p] = D(!1), [j, v] = D({}), [h, b] = D(!1), [E, C] = D(!1), k = K(!1), S = R(() => ({
|
|
887
888
|
getStartedPayload: t,
|
|
888
889
|
socketURL: r,
|
|
889
890
|
socketPath: s,
|
|
890
|
-
onPayslipFn:
|
|
891
|
-
title:
|
|
891
|
+
onPayslipFn: l,
|
|
892
|
+
title: i,
|
|
892
893
|
subTitle: o,
|
|
893
894
|
keyEncrypt: d,
|
|
894
|
-
history:
|
|
895
|
-
|
|
895
|
+
history: c,
|
|
896
|
+
modelName: u,
|
|
897
|
+
isSF: f
|
|
896
898
|
}), [
|
|
897
899
|
t,
|
|
898
900
|
r,
|
|
899
901
|
s,
|
|
900
|
-
|
|
901
|
-
|
|
902
|
+
l,
|
|
903
|
+
i,
|
|
902
904
|
o,
|
|
903
905
|
d,
|
|
904
|
-
|
|
905
|
-
u
|
|
906
|
-
|
|
906
|
+
c,
|
|
907
|
+
u,
|
|
908
|
+
f
|
|
909
|
+
]), F = R(() => rt(j == null ? void 0 : j.access_token), [j == null ? void 0 : j.access_token]);
|
|
907
910
|
return X(() => {
|
|
908
|
-
|
|
911
|
+
v(ws(t));
|
|
909
912
|
}, [t]), X(() => {
|
|
910
913
|
Pe({
|
|
911
914
|
chatbot_version: vs
|
|
@@ -914,155 +917,159 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
914
917
|
lt.Provider,
|
|
915
918
|
{
|
|
916
919
|
value: {
|
|
917
|
-
objInitPayload:
|
|
918
|
-
setOpenWidget:
|
|
919
|
-
isOpenWidget:
|
|
920
|
-
activeTab:
|
|
921
|
-
setActiveTab:
|
|
922
|
-
isExpand:
|
|
923
|
-
setExpand:
|
|
924
|
-
setObjInitPayload:
|
|
925
|
-
parsedJWT:
|
|
926
|
-
widgetProps:
|
|
927
|
-
isFirstOpenWidget:
|
|
928
|
-
setFirstOpenWidget:
|
|
929
|
-
isFirstRenderHelpdesk:
|
|
930
|
-
showReadyWSHD:
|
|
931
|
-
setShowReadyWSHD:
|
|
920
|
+
objInitPayload: j,
|
|
921
|
+
setOpenWidget: g,
|
|
922
|
+
isOpenWidget: x,
|
|
923
|
+
activeTab: m,
|
|
924
|
+
setActiveTab: T,
|
|
925
|
+
isExpand: w,
|
|
926
|
+
setExpand: p,
|
|
927
|
+
setObjInitPayload: v,
|
|
928
|
+
parsedJWT: F,
|
|
929
|
+
widgetProps: S,
|
|
930
|
+
isFirstOpenWidget: h,
|
|
931
|
+
setFirstOpenWidget: b,
|
|
932
|
+
isFirstRenderHelpdesk: k,
|
|
933
|
+
showReadyWSHD: E,
|
|
934
|
+
setShowReadyWSHD: C
|
|
932
935
|
},
|
|
933
936
|
children: e
|
|
934
937
|
}
|
|
935
938
|
);
|
|
936
939
|
}, at = Te({}), Rs = () => ye(at), Os = ({ children: e }) => {
|
|
937
|
-
const { objInitPayload: t } = q(), [r, s] = D({}),
|
|
940
|
+
const { objInitPayload: t } = q(), [r, s] = D({}), l = () => {
|
|
938
941
|
var o;
|
|
939
942
|
(o = Oe(
|
|
940
943
|
`${(t == null ? void 0 : t.uriService) || hs}optional/translations`
|
|
941
944
|
)) == null || o.then(({ data: d }) => {
|
|
942
|
-
var
|
|
945
|
+
var c;
|
|
943
946
|
if (d) {
|
|
944
|
-
const u = Object.keys((
|
|
947
|
+
const u = Object.keys((c = Object.values(d)) == null ? void 0 : c[0]), f = {};
|
|
945
948
|
u == null || u.forEach((x) => {
|
|
946
949
|
var g;
|
|
947
|
-
(g = Object.keys(d)) == null || g.forEach((
|
|
948
|
-
var
|
|
949
|
-
f[x == null ? void 0 : x.toLowerCase()] = (
|
|
950
|
+
(g = Object.keys(d)) == null || g.forEach((m) => {
|
|
951
|
+
var T;
|
|
952
|
+
f[x == null ? void 0 : x.toLowerCase()] = (T = d == null ? void 0 : d[m]) == null ? void 0 : T[x];
|
|
950
953
|
});
|
|
951
954
|
}), s(f);
|
|
952
955
|
}
|
|
953
956
|
});
|
|
954
|
-
},
|
|
957
|
+
}, i = () => {
|
|
955
958
|
const o = window.indexedDB.open("language");
|
|
956
959
|
o.onsuccess = (d) => {
|
|
957
960
|
var u;
|
|
958
|
-
const
|
|
961
|
+
const c = d.target.result;
|
|
959
962
|
try {
|
|
960
|
-
const x =
|
|
963
|
+
const x = c.transaction("keyvaluepairs", "readonly").objectStore("keyvaluepairs"), g = x == null ? void 0 : x.get((u = t == null ? void 0 : t.lang) == null ? void 0 : u.toLowerCase());
|
|
961
964
|
g.onsuccess = () => {
|
|
962
965
|
s(g == null ? void 0 : g.result);
|
|
963
966
|
}, g.onerror = () => {
|
|
964
|
-
|
|
967
|
+
l();
|
|
965
968
|
};
|
|
966
969
|
} catch {
|
|
967
|
-
|
|
970
|
+
l();
|
|
968
971
|
}
|
|
969
972
|
}, o.onerror = () => {
|
|
970
|
-
|
|
973
|
+
l();
|
|
971
974
|
};
|
|
972
975
|
};
|
|
973
976
|
return X(() => {
|
|
974
|
-
|
|
977
|
+
i();
|
|
975
978
|
}, [t == null ? void 0 : t.uriService, t == null ? void 0 : t.lang]), /* @__PURE__ */ n.jsx(at.Provider, { value: { langDatas: r }, children: e });
|
|
976
979
|
}, dt = Te({}), fe = () => ye(dt), Ds = ({ children: e }) => {
|
|
977
980
|
var M;
|
|
978
|
-
const [t, r] = D([]), [s,
|
|
979
|
-
objInitPayload:
|
|
980
|
-
widgetProps:
|
|
981
|
-
setOpenWidget:
|
|
981
|
+
const [t, r] = D([]), [s, l] = D(!1), [i, o] = D(!1), [d, c] = D({}), [u, f] = D(!1), [x, g] = D(!1), {
|
|
982
|
+
objInitPayload: m,
|
|
983
|
+
widgetProps: T,
|
|
984
|
+
setOpenWidget: w,
|
|
982
985
|
setFirstOpenWidget: p,
|
|
983
|
-
isFirstRenderHelpdesk:
|
|
986
|
+
isFirstRenderHelpdesk: j
|
|
984
987
|
} = q(), v = K(null), h = K(""), b = K(""), E = (L) => {
|
|
985
988
|
var $;
|
|
986
989
|
if (!(($ = L == null ? void 0 : L.metadata) == null ? void 0 : $.stopped)) {
|
|
987
|
-
const
|
|
988
|
-
r((
|
|
989
|
-
const
|
|
990
|
-
...
|
|
990
|
+
const I = le(L, "text_feedback_link") && le(L, "text");
|
|
991
|
+
r((J) => {
|
|
992
|
+
const z = [
|
|
993
|
+
...J,
|
|
991
994
|
{
|
|
992
995
|
...L,
|
|
993
|
-
...
|
|
996
|
+
...I && {
|
|
994
997
|
type: "text"
|
|
995
998
|
},
|
|
996
999
|
sender: "response"
|
|
997
1000
|
}
|
|
998
1001
|
];
|
|
999
|
-
return
|
|
1002
|
+
return _s(z);
|
|
1000
1003
|
});
|
|
1001
1004
|
}
|
|
1002
|
-
|
|
1003
|
-
},
|
|
1004
|
-
var
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1005
|
+
l(!1), o(!1), Ce();
|
|
1006
|
+
}, C = (L) => {
|
|
1007
|
+
var H, $, I, J;
|
|
1008
|
+
L && k({
|
|
1009
|
+
msg: T == null ? void 0 : T.getStartedPayload
|
|
1010
|
+
}), (H = v == null ? void 0 : v.current) == null || H.emit("session_request", { session_id: null }), ($ = v == null ? void 0 : v.current) == null || $.on("session_confirm", (z) => {
|
|
1011
|
+
h.current = z, Pe({
|
|
1012
|
+
session_id: z == null ? void 0 : z.session_id
|
|
1008
1013
|
});
|
|
1009
|
-
}), (
|
|
1010
|
-
const
|
|
1011
|
-
le(
|
|
1014
|
+
}), (I = v == null ? void 0 : v.current) == null || I.on(gs, E), (J = v == null ? void 0 : v.current) == null || J.on(ms, (z) => {
|
|
1015
|
+
const W = JSON.parse(z || "{}");
|
|
1016
|
+
le(W, "iswidget") && g(W == null ? void 0 : W.iswidget);
|
|
1012
1017
|
}), u || f(!0), p(!1);
|
|
1013
1018
|
}, k = ({
|
|
1014
1019
|
msg: L,
|
|
1015
|
-
additionalConfig:
|
|
1020
|
+
additionalConfig: H = {},
|
|
1016
1021
|
isShowLoadingResponse: $ = !0
|
|
1017
1022
|
}) => {
|
|
1018
|
-
var
|
|
1019
|
-
(
|
|
1023
|
+
var I;
|
|
1024
|
+
(I = v == null ? void 0 : v.current) == null || I.emit(xs, {
|
|
1020
1025
|
customData: {
|
|
1021
|
-
language:
|
|
1026
|
+
language: m == null ? void 0 : m.lang
|
|
1022
1027
|
},
|
|
1023
1028
|
message: L,
|
|
1024
1029
|
session_id: h == null ? void 0 : h.current,
|
|
1025
|
-
...
|
|
1026
|
-
}), $ ?
|
|
1027
|
-
}, S = () => {
|
|
1028
|
-
var I
|
|
1029
|
-
v.current && ((
|
|
1030
|
-
const
|
|
1031
|
-
`${
|
|
1032
|
-
|
|
1030
|
+
...H
|
|
1031
|
+
}), $ ? l(!0) : o(!0);
|
|
1032
|
+
}, S = (L = !1) => {
|
|
1033
|
+
var $, I;
|
|
1034
|
+
v.current && (($ = v == null ? void 0 : v.current) == null || $.off(), (I = v == null ? void 0 : v.current) == null || I.disconnect(), v.current = null), j.current = !1;
|
|
1035
|
+
const H = ts(
|
|
1036
|
+
`${ps(T == null ? void 0 : T.socketURL)}://${st(
|
|
1037
|
+
T == null ? void 0 : T.socketURL
|
|
1033
1038
|
)}`,
|
|
1034
1039
|
{
|
|
1035
|
-
path:
|
|
1040
|
+
path: T == null ? void 0 : T.socketPath,
|
|
1036
1041
|
transports: ["websocket"],
|
|
1037
1042
|
reconnection: !0,
|
|
1038
1043
|
reconnectionAttempts: 1
|
|
1039
1044
|
}
|
|
1040
1045
|
);
|
|
1041
|
-
|
|
1046
|
+
H.on("connect", () => {
|
|
1047
|
+
C(L);
|
|
1048
|
+
}), H.on("connect_error", (J) => {
|
|
1042
1049
|
console.error("connect_error widget-chatbot : ", {
|
|
1043
|
-
err:
|
|
1044
|
-
socketURL:
|
|
1045
|
-
socketPath:
|
|
1050
|
+
err: J,
|
|
1051
|
+
socketURL: T == null ? void 0 : T.socketURL,
|
|
1052
|
+
socketPath: T == null ? void 0 : T.widgetProps
|
|
1046
1053
|
}), f(!1);
|
|
1047
|
-
}),
|
|
1054
|
+
}), H.io.on("reconnect", () => {
|
|
1048
1055
|
console.error("reconnect widget-chatbot : ", {
|
|
1049
|
-
socketURL:
|
|
1050
|
-
socketPath:
|
|
1056
|
+
socketURL: T == null ? void 0 : T.socketURL,
|
|
1057
|
+
socketPath: T == null ? void 0 : T.widgetProps
|
|
1051
1058
|
}), f(!1);
|
|
1052
|
-
}), v.current =
|
|
1053
|
-
},
|
|
1059
|
+
}), v.current = H;
|
|
1060
|
+
}, F = () => {
|
|
1054
1061
|
var L;
|
|
1055
|
-
(!((L = v == null ? void 0 : v.current) != null && L.connected) || !u) && (S(),
|
|
1062
|
+
(!((L = v == null ? void 0 : v.current) != null && L.connected) || !u) && (S(), w(!1));
|
|
1056
1063
|
}, B = () => {
|
|
1057
1064
|
f(!1);
|
|
1058
1065
|
};
|
|
1059
|
-
return X(() => (
|
|
1060
|
-
var L,
|
|
1061
|
-
v.current && ((L = v.current) == null || L.off("connect",
|
|
1066
|
+
return X(() => (w(!1), S(), window.addEventListener("online", F), window.addEventListener("offline", B), () => {
|
|
1067
|
+
var L, H;
|
|
1068
|
+
v.current && ((L = v.current) == null || L.off("connect", C), (H = v.current) == null || H.disconnect(), v.current = null), window.removeEventListener("online", F), window.removeEventListener("offline", B);
|
|
1062
1069
|
}), [
|
|
1063
|
-
JSON.stringify(
|
|
1064
|
-
|
|
1065
|
-
|
|
1070
|
+
JSON.stringify(m || {}),
|
|
1071
|
+
T == null ? void 0 : T.socketURL,
|
|
1072
|
+
T == null ? void 0 : T.socketPath
|
|
1066
1073
|
]), /* @__PURE__ */ n.jsx(
|
|
1067
1074
|
dt.Provider,
|
|
1068
1075
|
{
|
|
@@ -1073,9 +1080,9 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1073
1080
|
isWaitResponse: s,
|
|
1074
1081
|
socket: v == null ? void 0 : v.current,
|
|
1075
1082
|
sessionId: (M = h == null ? void 0 : h.current) == null ? void 0 : M.session_id,
|
|
1076
|
-
loadingRegenerate:
|
|
1083
|
+
loadingRegenerate: i,
|
|
1077
1084
|
file: d,
|
|
1078
|
-
setFile:
|
|
1085
|
+
setFile: c,
|
|
1079
1086
|
connected: u,
|
|
1080
1087
|
isHandshakeWidget: x,
|
|
1081
1088
|
createSocket: S,
|
|
@@ -1367,11 +1374,11 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1367
1374
|
}
|
|
1368
1375
|
}, Ms = (e) => e.replace(/[^a-zA-Z0-9_]/g, "").trim(), _ = (e = "", t) => {
|
|
1369
1376
|
var o;
|
|
1370
|
-
const { langDatas: r } = Rs(), s = localStorage == null ? void 0 : localStorage.getItem("show_text_id"),
|
|
1371
|
-
return ((o = Object.keys(r || {})) == null ? void 0 : o.length) > 0 ? s ? `WPUI_${
|
|
1377
|
+
const { langDatas: r } = Rs(), s = localStorage == null ? void 0 : localStorage.getItem("show_text_id"), l = Ms(String(e)), i = (r == null ? void 0 : r[l == null ? void 0 : l.toUpperCase()]) || t;
|
|
1378
|
+
return ((o = Object.keys(r || {})) == null ? void 0 : o.length) > 0 ? s ? `WPUI_${l}` : i : t;
|
|
1372
1379
|
}, Fs = ({ isFeedback: e = !1, open: t, ...r }) => {
|
|
1373
|
-
var
|
|
1374
|
-
const s =
|
|
1380
|
+
var l;
|
|
1381
|
+
const s = R(() => e ? "w-modal-container-feedback" : "", [e]);
|
|
1375
1382
|
return Le != null && Le.startsWith("5") ? /* @__PURE__ */ n.jsx(
|
|
1376
1383
|
Un,
|
|
1377
1384
|
{
|
|
@@ -1405,7 +1412,7 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1405
1412
|
} : { visible: t },
|
|
1406
1413
|
maskStyle: {
|
|
1407
1414
|
backdropFilter: "blur(4x)",
|
|
1408
|
-
...((
|
|
1415
|
+
...((l = Object.keys((r == null ? void 0 : r.maskStyle) || {})) == null ? void 0 : l.length) > 0 && {
|
|
1409
1416
|
...r == null ? void 0 : r.maskStyle
|
|
1410
1417
|
}
|
|
1411
1418
|
},
|
|
@@ -1418,11 +1425,11 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1418
1425
|
}
|
|
1419
1426
|
)
|
|
1420
1427
|
);
|
|
1421
|
-
}, ut =
|
|
1422
|
-
const r = (s,
|
|
1423
|
-
var
|
|
1424
|
-
return (
|
|
1425
|
-
var d,
|
|
1428
|
+
}, ut = O(Fs), Zn = ({ props: e, isModal: t = !1 }) => {
|
|
1429
|
+
const r = (s, l) => {
|
|
1430
|
+
var i;
|
|
1431
|
+
return (i = Vt) == null ? void 0 : i.map(s, (o) => {
|
|
1432
|
+
var d, c, u;
|
|
1426
1433
|
return !Gt(o) || ((d = Object.keys((o == null ? void 0 : o.props) || {})) == null ? void 0 : d.length) === 0 ? o : zt(o, {
|
|
1427
1434
|
...o == null ? void 0 : o.props,
|
|
1428
1435
|
...(o == null ? void 0 : o.type) === "thead" && {
|
|
@@ -1438,13 +1445,13 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1438
1445
|
}
|
|
1439
1446
|
}
|
|
1440
1447
|
},
|
|
1441
|
-
...o.type === "tr" &&
|
|
1448
|
+
...o.type === "tr" && l === "tbody" && {
|
|
1442
1449
|
className: "ant-table-row"
|
|
1443
1450
|
},
|
|
1444
1451
|
...(o == null ? void 0 : o.type) === "tbody" && {
|
|
1445
1452
|
className: "ant-table-tbody"
|
|
1446
1453
|
},
|
|
1447
|
-
children: (
|
|
1454
|
+
children: (c = o == null ? void 0 : o.props) != null && c.children ? r((u = o == null ? void 0 : o.props) == null ? void 0 : u.children, o == null ? void 0 : o.type) : o == null ? void 0 : o.props
|
|
1448
1455
|
});
|
|
1449
1456
|
});
|
|
1450
1457
|
};
|
|
@@ -1464,9 +1471,9 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1464
1471
|
const t = _(
|
|
1465
1472
|
"OpenDetailTable",
|
|
1466
1473
|
"Open Detail Table"
|
|
1467
|
-
), r = _("TableDetail", "Tabel Detail"), { widgetProps: s, objInitPayload:
|
|
1468
|
-
table: ({ ...
|
|
1469
|
-
/* @__PURE__ */ n.jsx(Zn, { props:
|
|
1474
|
+
), r = _("TableDetail", "Tabel Detail"), { widgetProps: s, objInitPayload: l } = q(), [i, o] = D(!1), d = {
|
|
1475
|
+
table: ({ ...c }) => /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
1476
|
+
/* @__PURE__ */ n.jsx(Zn, { props: c }),
|
|
1470
1477
|
/* @__PURE__ */ n.jsx(
|
|
1471
1478
|
"div",
|
|
1472
1479
|
{
|
|
@@ -1476,7 +1483,7 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1476
1483
|
padding: "5px 0px 10px 0px"
|
|
1477
1484
|
},
|
|
1478
1485
|
children: /* @__PURE__ */ n.jsx(
|
|
1479
|
-
|
|
1486
|
+
Y,
|
|
1480
1487
|
{
|
|
1481
1488
|
onClick: () => {
|
|
1482
1489
|
o(!0);
|
|
@@ -1493,16 +1500,16 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1493
1500
|
footer: null,
|
|
1494
1501
|
title: r,
|
|
1495
1502
|
width: 800,
|
|
1496
|
-
open:
|
|
1503
|
+
open: i,
|
|
1497
1504
|
onCancel: () => {
|
|
1498
1505
|
o(!1);
|
|
1499
1506
|
},
|
|
1500
|
-
children: /* @__PURE__ */ n.jsx(Zn, { props:
|
|
1507
|
+
children: /* @__PURE__ */ n.jsx(Zn, { props: c, isModal: !0 })
|
|
1501
1508
|
}
|
|
1502
1509
|
)
|
|
1503
1510
|
] }),
|
|
1504
|
-
code: ({ ...
|
|
1505
|
-
const { children: u, className: f, ...x } =
|
|
1511
|
+
code: ({ ...c }) => {
|
|
1512
|
+
const { children: u, className: f, ...x } = c, g = /language-(\w+)/.exec(f || "");
|
|
1506
1513
|
return g ? /* @__PURE__ */ n.jsx(
|
|
1507
1514
|
os,
|
|
1508
1515
|
{
|
|
@@ -1512,34 +1519,34 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1512
1519
|
style: Ns,
|
|
1513
1520
|
children: String(u).replace(/\n$/, "")
|
|
1514
1521
|
}
|
|
1515
|
-
) : /* @__PURE__ */ n.jsx(
|
|
1522
|
+
) : /* @__PURE__ */ n.jsx(G.Text, { code: !0, children: c == null ? void 0 : c.children });
|
|
1516
1523
|
},
|
|
1517
|
-
a: ({ ...
|
|
1518
|
-
var
|
|
1519
|
-
const u =
|
|
1524
|
+
a: ({ ...c }) => {
|
|
1525
|
+
var m, T, w, p;
|
|
1526
|
+
const u = c == null ? void 0 : c.href, f = (m = c == null ? void 0 : c.children) == null ? void 0 : m[0], x = Qn(u), g = Qn(l == null ? void 0 : l.uriBackend);
|
|
1520
1527
|
if (x && g) {
|
|
1521
|
-
const
|
|
1522
|
-
if ((
|
|
1528
|
+
const j = (T = gn(u)) == null ? void 0 : T.origin, v = (w = gn(l == null ? void 0 : l.uriBackend)) == null ? void 0 : w.origin;
|
|
1529
|
+
if ((j == null ? void 0 : j.toLowerCase()) === (v == null ? void 0 : v.toLowerCase())) {
|
|
1523
1530
|
const h = (p = gn(u)) == null ? void 0 : p.pathname;
|
|
1524
1531
|
return /* @__PURE__ */ n.jsx(
|
|
1525
1532
|
"span",
|
|
1526
1533
|
{
|
|
1527
|
-
...
|
|
1534
|
+
...c,
|
|
1528
1535
|
className: "w-link-path",
|
|
1529
1536
|
onClick: (b) => {
|
|
1530
|
-
var E,
|
|
1531
|
-
b == null || b.stopPropagation(), h && ((E = Object.keys((s == null ? void 0 : s.history) || {})) == null ? void 0 : E.length) > 0 && ((
|
|
1537
|
+
var E, C;
|
|
1538
|
+
b == null || b.stopPropagation(), h && ((E = Object.keys((s == null ? void 0 : s.history) || {})) == null ? void 0 : E.length) > 0 && ((C = s == null ? void 0 : s.history) == null || C.push(h));
|
|
1532
1539
|
},
|
|
1533
1540
|
children: f
|
|
1534
1541
|
}
|
|
1535
1542
|
);
|
|
1536
1543
|
}
|
|
1537
1544
|
}
|
|
1538
|
-
return /* @__PURE__ */ n.jsx("a", { ...
|
|
1545
|
+
return /* @__PURE__ */ n.jsx("a", { ...c, target: "_blank", className: "w-link-path" });
|
|
1539
1546
|
}
|
|
1540
1547
|
};
|
|
1541
1548
|
return /* @__PURE__ */ n.jsx(ss, { remarkPlugins: [rs], components: d, children: e });
|
|
1542
|
-
}, ft =
|
|
1549
|
+
}, ft = O(Hs), Is = () => /* @__PURE__ */ n.jsx(
|
|
1543
1550
|
"svg",
|
|
1544
1551
|
{
|
|
1545
1552
|
width: "24",
|
|
@@ -1830,7 +1837,7 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1830
1837
|
children: /* @__PURE__ */ n.jsx("path", { d: "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" })
|
|
1831
1838
|
}
|
|
1832
1839
|
) }), P = ({ type: e = "", chatProps: t, ...r }) => {
|
|
1833
|
-
const s =
|
|
1840
|
+
const s = R(() => ({
|
|
1834
1841
|
minimize: Is,
|
|
1835
1842
|
expand: $s,
|
|
1836
1843
|
send: Bs,
|
|
@@ -1853,7 +1860,7 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1853
1860
|
}), [e, t, r]);
|
|
1854
1861
|
return /* @__PURE__ */ n.jsx(cs, { component: s == null ? void 0 : s[e], ...r });
|
|
1855
1862
|
}, xt = Te({}), be = () => ye(xt), sr = ({ children: e }) => {
|
|
1856
|
-
const [t, r] = D("va"), s =
|
|
1863
|
+
const [t, r] = D("va"), s = R(() => t === "va", [t]);
|
|
1857
1864
|
return /* @__PURE__ */ n.jsx(
|
|
1858
1865
|
xt.Provider,
|
|
1859
1866
|
{
|
|
@@ -1872,21 +1879,21 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1872
1879
|
), r = _(
|
|
1873
1880
|
"ShareAnyCommentsOrSuggestionsToHelpUsImprove",
|
|
1874
1881
|
"Share any comments or suggestions to help us improve"
|
|
1875
|
-
), s = _("Submit", "Submit"),
|
|
1882
|
+
), s = _("Submit", "Submit"), l = _(
|
|
1876
1883
|
"ThankFeedback",
|
|
1877
1884
|
"Thank You for your feedback"
|
|
1878
|
-
),
|
|
1885
|
+
), i = _(
|
|
1879
1886
|
"AdditionalFeedback",
|
|
1880
1887
|
"Additional Feedback"
|
|
1881
|
-
), [o] = oe.useForm(), [d,
|
|
1888
|
+
), [o] = oe.useForm(), [d, c] = D(!1), [u, f] = D(""), { setChats: x } = fe(), { objInitPayload: g } = q(), { activeTab: m } = be(), T = R(() => {
|
|
1882
1889
|
var h;
|
|
1883
1890
|
const v = le(e, "feedback") ? (e == null ? void 0 : e.feedback) === "like" || (e == null ? void 0 : e.feedback) === "" : !0;
|
|
1884
1891
|
return typeof (e == null ? void 0 : e.text_thumbsup_link) == "string" && ((h = e == null ? void 0 : e.text_thumbsup_link) == null ? void 0 : h.trim()) !== "" && v;
|
|
1885
|
-
}, [e]),
|
|
1892
|
+
}, [e]), w = R(() => {
|
|
1886
1893
|
var h;
|
|
1887
1894
|
const v = le(e, "feedback") ? (e == null ? void 0 : e.feedback) === "dislike" || (e == null ? void 0 : e.feedback) === "" : !0;
|
|
1888
1895
|
return typeof (e == null ? void 0 : e.text_thumbsdown_link) == "string" && ((h = e == null ? void 0 : e.text_thumbsdown_link) == null ? void 0 : h.trim()) !== "" && v;
|
|
1889
|
-
}, [e]), p =
|
|
1896
|
+
}, [e]), p = R(() => {
|
|
1890
1897
|
if (g != null && g.uriBackend)
|
|
1891
1898
|
try {
|
|
1892
1899
|
return new URL(g.uriBackend).origin;
|
|
@@ -1894,15 +1901,15 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1894
1901
|
return "";
|
|
1895
1902
|
}
|
|
1896
1903
|
return "";
|
|
1897
|
-
}, [g == null ? void 0 : g.uriBackend]),
|
|
1904
|
+
}, [g == null ? void 0 : g.uriBackend]), j = (v) => {
|
|
1898
1905
|
var M;
|
|
1899
1906
|
const h = v === "like" ? e == null ? void 0 : e.text_thumbsup_link : e == null ? void 0 : e.text_thumbsdown_link, {
|
|
1900
1907
|
access_token: b = "",
|
|
1901
1908
|
companycode: E = "",
|
|
1902
|
-
companyid:
|
|
1909
|
+
companyid: C = "",
|
|
1903
1910
|
uriBackend: k = "",
|
|
1904
1911
|
uriBackendEnt: S = "",
|
|
1905
|
-
lang:
|
|
1912
|
+
lang: F = ""
|
|
1906
1913
|
} = g || {}, B = u === "another" ? o == null ? void 0 : o.getFieldValue("ADDITIONAL_FEEDBACK") : u;
|
|
1907
1914
|
(M = Oe({
|
|
1908
1915
|
method: "POST",
|
|
@@ -1918,64 +1925,64 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1918
1925
|
"Content-Type": "application/json",
|
|
1919
1926
|
Authorization: `Bearer ${b}`,
|
|
1920
1927
|
"company-code": `${E}`,
|
|
1921
|
-
"company-id": `${
|
|
1928
|
+
"company-id": `${C}`,
|
|
1922
1929
|
uriBackend: `${k}`,
|
|
1923
1930
|
uriBackendEnt: `${S}`,
|
|
1924
1931
|
"custom-origin": `${p}`,
|
|
1925
1932
|
"Acc-Name": `${E.toUpperCase()}`,
|
|
1926
|
-
Language: `${
|
|
1933
|
+
Language: `${F}`
|
|
1927
1934
|
}
|
|
1928
1935
|
})) == null || M.then((L) => {
|
|
1929
|
-
var
|
|
1930
|
-
(L == null ? void 0 : L.status) === 200 && (d &&
|
|
1936
|
+
var H, $, I;
|
|
1937
|
+
(L == null ? void 0 : L.status) === 200 && (d && c(!1), (H = ie) == null || H.destroy(), ($ = ie) == null || $.config({
|
|
1931
1938
|
getContainer: () => document.querySelector(".w-widget-content-container"),
|
|
1932
1939
|
top: 28,
|
|
1933
1940
|
placement: "top",
|
|
1934
1941
|
duration: 3
|
|
1935
|
-
}), (
|
|
1936
|
-
message:
|
|
1942
|
+
}), (I = ie) == null || I.success({
|
|
1943
|
+
message: l,
|
|
1937
1944
|
className: "w-notification-content"
|
|
1938
|
-
}), x((
|
|
1939
|
-
var
|
|
1940
|
-
return (
|
|
1945
|
+
}), x((J) => {
|
|
1946
|
+
var z;
|
|
1947
|
+
return (z = J == null ? void 0 : J.map((W) => {
|
|
1941
1948
|
var ee;
|
|
1942
|
-
if (le(
|
|
1943
|
-
const de = (ee =
|
|
1949
|
+
if (le(W, "chats")) {
|
|
1950
|
+
const de = (ee = W == null ? void 0 : W.chats) == null ? void 0 : ee.map((ce) => (ce == null ? void 0 : ce.indexChat) === (e == null ? void 0 : e.indexChat) ? {
|
|
1944
1951
|
...ce,
|
|
1945
1952
|
feedback: v
|
|
1946
1953
|
} : ce);
|
|
1947
1954
|
return {
|
|
1948
|
-
...
|
|
1955
|
+
...W,
|
|
1949
1956
|
chats: de
|
|
1950
1957
|
};
|
|
1951
1958
|
}
|
|
1952
|
-
return (e == null ? void 0 : e.message_id) === (
|
|
1953
|
-
...
|
|
1959
|
+
return (e == null ? void 0 : e.message_id) === (W == null ? void 0 : W.message_id) ? {
|
|
1960
|
+
...W,
|
|
1954
1961
|
feedback: v
|
|
1955
|
-
} :
|
|
1956
|
-
})) == null ? void 0 :
|
|
1962
|
+
} : W;
|
|
1963
|
+
})) == null ? void 0 : z.flat();
|
|
1957
1964
|
}));
|
|
1958
1965
|
});
|
|
1959
1966
|
};
|
|
1960
1967
|
return X(() => {
|
|
1961
1968
|
var v;
|
|
1962
1969
|
(v = ie) == null || v.destroy();
|
|
1963
|
-
}, [
|
|
1964
|
-
|
|
1965
|
-
|
|
1970
|
+
}, [m]), /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
1971
|
+
T && /* @__PURE__ */ n.jsx(
|
|
1972
|
+
Y,
|
|
1966
1973
|
{
|
|
1967
1974
|
icon: /* @__PURE__ */ n.jsx(P, { type: "like", chatProps: e }),
|
|
1968
1975
|
onClick: () => {
|
|
1969
|
-
(e == null ? void 0 : e.feedback) !== "like" &&
|
|
1976
|
+
(e == null ? void 0 : e.feedback) !== "like" && j("like");
|
|
1970
1977
|
}
|
|
1971
1978
|
}
|
|
1972
1979
|
),
|
|
1973
|
-
|
|
1974
|
-
|
|
1980
|
+
w && /* @__PURE__ */ n.jsx(
|
|
1981
|
+
Y,
|
|
1975
1982
|
{
|
|
1976
1983
|
icon: /* @__PURE__ */ n.jsx(P, { type: "dislike", chatProps: e }),
|
|
1977
1984
|
onClick: () => {
|
|
1978
|
-
(e == null ? void 0 : e.feedback) !== "dislike" &&
|
|
1985
|
+
(e == null ? void 0 : e.feedback) !== "dislike" && c(!0);
|
|
1979
1986
|
}
|
|
1980
1987
|
}
|
|
1981
1988
|
),
|
|
@@ -1986,10 +1993,10 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
1986
1993
|
isFeedback: !0,
|
|
1987
1994
|
okText: s,
|
|
1988
1995
|
onCancel: () => {
|
|
1989
|
-
|
|
1996
|
+
c(!1);
|
|
1990
1997
|
},
|
|
1991
1998
|
onOk: () => {
|
|
1992
|
-
|
|
1999
|
+
j("dislike");
|
|
1993
2000
|
},
|
|
1994
2001
|
children: [
|
|
1995
2002
|
/* @__PURE__ */ n.jsx("p", { style: { textAlign: "center", fontWeight: 600, fontSize: 14 }, children: t }),
|
|
@@ -2011,20 +2018,20 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
2011
2018
|
}
|
|
2012
2019
|
),
|
|
2013
2020
|
u === "another" && /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
2014
|
-
/* @__PURE__ */ n.jsx(Jt, { children:
|
|
2021
|
+
/* @__PURE__ */ n.jsx(Jt, { children: i }),
|
|
2015
2022
|
/* @__PURE__ */ n.jsx(oe, { form: o, layout: "vertical", children: /* @__PURE__ */ n.jsx(oe.Item, { name: "ADDITIONAL_FEEDBACK", children: /* @__PURE__ */ n.jsx(Be.TextArea, { rows: 3 }) }) })
|
|
2016
2023
|
] })
|
|
2017
2024
|
]
|
|
2018
2025
|
}
|
|
2019
2026
|
)
|
|
2020
2027
|
] });
|
|
2021
|
-
}, or =
|
|
2028
|
+
}, or = O(rr), cr = ({
|
|
2022
2029
|
showFeedback: e = !0,
|
|
2023
2030
|
showRegenerate: t = !0,
|
|
2024
2031
|
position: r = "left",
|
|
2025
2032
|
...s
|
|
2026
2033
|
}) => {
|
|
2027
|
-
const
|
|
2034
|
+
const l = ks(), { chats: i, onSendMsg: o, setChats: d, loadingRegenerate: c, currRegenerateId: u } = fe(), f = R(() => s == null ? void 0 : s.sender, [s]), x = R(() => i == null ? void 0 : i.filter((p) => (p == null ? void 0 : p.sender) === "client"), [i]), g = R(() => t && f === "response" && (x == null ? void 0 : x.length) > 0 && (s == null ? void 0 : s.indexChat) === (i == null ? void 0 : i.length) - 1, [f, x, i, s == null ? void 0 : s.indexChat, t]), m = R(() => {
|
|
2028
2035
|
switch (r) {
|
|
2029
2036
|
case "left":
|
|
2030
2037
|
return "flex-start";
|
|
@@ -2033,21 +2040,21 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
2033
2040
|
case "right":
|
|
2034
2041
|
return "flex-end";
|
|
2035
2042
|
}
|
|
2036
|
-
}, [r]),
|
|
2037
|
-
const p = x == null ? void 0 : x[(x == null ? void 0 : x.length) - 1],
|
|
2043
|
+
}, [r]), T = R(() => e && (s == null ? void 0 : s.text_FeedbackIcons) === "hidup", [s, e]), w = () => {
|
|
2044
|
+
const p = x == null ? void 0 : x[(x == null ? void 0 : x.length) - 1], j = i == null ? void 0 : i[(i == null ? void 0 : i.length) - 1];
|
|
2038
2045
|
d(
|
|
2039
2046
|
(v = []) => v == null ? void 0 : v.map((h, b) => b === (v == null ? void 0 : v.length) - 1 && (h == null ? void 0 : h.sender) === "response" ? {
|
|
2040
2047
|
...h,
|
|
2041
|
-
generated_id: (
|
|
2048
|
+
generated_id: (j == null ? void 0 : j.generated_id) ?? l
|
|
2042
2049
|
// adjust with response
|
|
2043
2050
|
} : h)
|
|
2044
|
-
), u.current = (
|
|
2051
|
+
), u.current = (j == null ? void 0 : j.generated_id) ?? l, o({
|
|
2045
2052
|
msg: p == null ? void 0 : p.text,
|
|
2046
2053
|
additionalConfig: {
|
|
2047
|
-
generate_id: (
|
|
2054
|
+
generate_id: (j == null ? void 0 : j.generated_id) ?? l
|
|
2048
2055
|
},
|
|
2049
|
-
isShowLoadingResponse:
|
|
2050
|
-
}),
|
|
2056
|
+
isShowLoadingResponse: c
|
|
2057
|
+
}), Ce();
|
|
2051
2058
|
};
|
|
2052
2059
|
return /* @__PURE__ */ n.jsx(n.Fragment, { children: /* @__PURE__ */ n.jsxs(
|
|
2053
2060
|
"div",
|
|
@@ -2055,24 +2062,24 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
2055
2062
|
style: {
|
|
2056
2063
|
display: "flex",
|
|
2057
2064
|
gap: 8,
|
|
2058
|
-
justifyContent:
|
|
2065
|
+
justifyContent: m
|
|
2059
2066
|
},
|
|
2060
2067
|
children: [
|
|
2061
2068
|
g && /* @__PURE__ */ n.jsx(
|
|
2062
|
-
|
|
2069
|
+
Y,
|
|
2063
2070
|
{
|
|
2064
|
-
loading:
|
|
2071
|
+
loading: c,
|
|
2065
2072
|
icon: /* @__PURE__ */ n.jsx(P, { type: "sync" }),
|
|
2066
2073
|
onClick: () => {
|
|
2067
|
-
|
|
2074
|
+
w();
|
|
2068
2075
|
}
|
|
2069
2076
|
}
|
|
2070
2077
|
),
|
|
2071
|
-
|
|
2078
|
+
T && /* @__PURE__ */ n.jsx(or, { ...s })
|
|
2072
2079
|
]
|
|
2073
2080
|
}
|
|
2074
2081
|
) });
|
|
2075
|
-
},
|
|
2082
|
+
}, Cn = O(cr), ir = ({ nameFallback: e = "", ...t }) => /* @__PURE__ */ n.jsx(
|
|
2076
2083
|
Qt,
|
|
2077
2084
|
{
|
|
2078
2085
|
...typeof (t == null ? void 0 : t.onError) != "function" && {
|
|
@@ -2082,7 +2089,7 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
2082
2089
|
loading: "lazy",
|
|
2083
2090
|
...t
|
|
2084
2091
|
}
|
|
2085
|
-
), kn =
|
|
2092
|
+
), kn = O(ir), lr = ({ nameFallback: e = "", ...t }) => {
|
|
2086
2093
|
const r = K(0);
|
|
2087
2094
|
return /* @__PURE__ */ n.jsx(
|
|
2088
2095
|
Xn,
|
|
@@ -2101,40 +2108,40 @@ const me = (e = ".w-wrapper-body") => {
|
|
|
2101
2108
|
)
|
|
2102
2109
|
}
|
|
2103
2110
|
);
|
|
2104
|
-
}, Ee =
|
|
2111
|
+
}, Ee = O(lr);
|
|
2105
2112
|
Ee.Group = Xn.Group;
|
|
2106
2113
|
const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", children: [
|
|
2107
2114
|
/* @__PURE__ */ n.jsx("div", {}),
|
|
2108
2115
|
/* @__PURE__ */ n.jsx("div", {}),
|
|
2109
2116
|
/* @__PURE__ */ n.jsx("div", {}),
|
|
2110
2117
|
/* @__PURE__ */ n.jsx("div", {})
|
|
2111
|
-
] }), gt =
|
|
2118
|
+
] }), gt = O(ar), dr = () => {
|
|
2112
2119
|
const { widgetProps: e } = q();
|
|
2113
2120
|
return /* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8, alignItems: "center" }, children: [
|
|
2114
2121
|
/* @__PURE__ */ n.jsx(Ee, { src: Ze, nameFallback: e == null ? void 0 : e.title }),
|
|
2115
2122
|
/* @__PURE__ */ n.jsx(gt, {})
|
|
2116
2123
|
] });
|
|
2117
|
-
},
|
|
2124
|
+
}, _n = O(dr), ur = ({ src: e, name: t }) => /* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8, alignItems: "center" }, children: [
|
|
2118
2125
|
/* @__PURE__ */ n.jsx(Ee, { src: e, preview: !1, nameFallback: t }),
|
|
2119
|
-
/* @__PURE__ */ n.jsx(
|
|
2120
|
-
] }), Ue =
|
|
2126
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: t })
|
|
2127
|
+
] }), Ue = O(ur), fr = ({ ...e }) => {
|
|
2121
2128
|
var f, x;
|
|
2122
|
-
const [t, r] = D(1), { loadingRegenerate: s, currRegenerateId:
|
|
2123
|
-
const g =
|
|
2124
|
-
return (g == null ? void 0 : g.generated_id) ===
|
|
2125
|
-
}, [
|
|
2129
|
+
const [t, r] = D(1), { loadingRegenerate: s, currRegenerateId: l } = fe(), { isExpand: i, widgetProps: o } = q(), d = R(() => e == null ? void 0 : e.sender, [e]), c = R(() => e == null ? void 0 : e.chats, [e == null ? void 0 : e.chats]), u = R(() => {
|
|
2130
|
+
const g = c == null ? void 0 : c[(c == null ? void 0 : c.length) - 1];
|
|
2131
|
+
return (g == null ? void 0 : g.generated_id) === l.current;
|
|
2132
|
+
}, [c, e, l.current]);
|
|
2126
2133
|
return X(() => {
|
|
2127
|
-
!s && (
|
|
2128
|
-
}, [s]), s && u ? /* @__PURE__ */ n.jsx(
|
|
2134
|
+
!s && (c == null ? void 0 : c.length) > 0 && (r(c == null ? void 0 : c.length), Ce());
|
|
2135
|
+
}, [s]), s && u ? /* @__PURE__ */ n.jsx(_n, {}) : /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
2129
2136
|
d === "response" && /* @__PURE__ */ n.jsx(Ue, { name: o == null ? void 0 : o.title, src: Ze }),
|
|
2130
|
-
/* @__PURE__ */ n.jsx("div", { style: { display: "flex", gap: 8 }, children:
|
|
2137
|
+
/* @__PURE__ */ n.jsx("div", { style: { display: "flex", gap: 8 }, children: c == null ? void 0 : c.map((g, m) => {
|
|
2131
2138
|
var p;
|
|
2132
|
-
const
|
|
2139
|
+
const T = m === ((p = e == null ? void 0 : e.chats) == null ? void 0 : p.length) - 1, w = t === m + 1;
|
|
2133
2140
|
return /* @__PURE__ */ n.jsxs(
|
|
2134
2141
|
"div",
|
|
2135
2142
|
{
|
|
2136
2143
|
style: {
|
|
2137
|
-
display:
|
|
2144
|
+
display: w ? "flex" : "none",
|
|
2138
2145
|
flexDirection: "column",
|
|
2139
2146
|
gap: 8
|
|
2140
2147
|
},
|
|
@@ -2143,13 +2150,13 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2143
2150
|
/* @__PURE__ */ n.jsx(
|
|
2144
2151
|
"div",
|
|
2145
2152
|
{
|
|
2146
|
-
...
|
|
2147
|
-
className: `w-regenerate-chat-last ${
|
|
2153
|
+
...T && {
|
|
2154
|
+
className: `w-regenerate-chat-last ${i ? "w-regenerate-chat-last-expand" : ""}`
|
|
2148
2155
|
},
|
|
2149
2156
|
children: /* @__PURE__ */ n.jsxs(
|
|
2150
2157
|
"div",
|
|
2151
2158
|
{
|
|
2152
|
-
className: `w-bubble-chat w-bubble-chat-regenerate ${`w-${d}`} ${
|
|
2159
|
+
className: `w-bubble-chat w-bubble-chat-regenerate ${`w-${d}`} ${i ? "w-bubble-chat-regenerate-expand" : ""}`,
|
|
2153
2160
|
children: [
|
|
2154
2161
|
/* @__PURE__ */ n.jsx(ft, { children: g == null ? void 0 : g.text }),
|
|
2155
2162
|
d === "response" && /* @__PURE__ */ n.jsx("span", { style: { fontSize: 12, color: "rgba(0,0,0,0.4)" }, children: g == null ? void 0 : g.timestamp })
|
|
@@ -2159,7 +2166,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2159
2166
|
}
|
|
2160
2167
|
),
|
|
2161
2168
|
/* @__PURE__ */ n.jsx(
|
|
2162
|
-
|
|
2169
|
+
Cn,
|
|
2163
2170
|
{
|
|
2164
2171
|
showFeedback: !0,
|
|
2165
2172
|
showRegenerate: !1,
|
|
@@ -2168,12 +2175,12 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2168
2175
|
)
|
|
2169
2176
|
]
|
|
2170
2177
|
},
|
|
2171
|
-
|
|
2178
|
+
m
|
|
2172
2179
|
);
|
|
2173
2180
|
}) }),
|
|
2174
2181
|
/* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8, justifyContent: "center" }, children: [
|
|
2175
2182
|
/* @__PURE__ */ n.jsx(
|
|
2176
|
-
|
|
2183
|
+
Cn,
|
|
2177
2184
|
{
|
|
2178
2185
|
showRegenerate: !0,
|
|
2179
2186
|
showFeedback: !1,
|
|
@@ -2182,7 +2189,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2182
2189
|
),
|
|
2183
2190
|
/* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 4, alignItems: "center" }, children: [
|
|
2184
2191
|
/* @__PURE__ */ n.jsx(
|
|
2185
|
-
|
|
2192
|
+
Y,
|
|
2186
2193
|
{
|
|
2187
2194
|
size: "small",
|
|
2188
2195
|
shape: "circle",
|
|
@@ -2193,13 +2200,13 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2193
2200
|
}
|
|
2194
2201
|
}
|
|
2195
2202
|
),
|
|
2196
|
-
/* @__PURE__ */ n.jsxs(
|
|
2203
|
+
/* @__PURE__ */ n.jsxs(G.Text, { children: [
|
|
2197
2204
|
t,
|
|
2198
2205
|
" / ",
|
|
2199
2206
|
(f = e == null ? void 0 : e.chats) == null ? void 0 : f.length
|
|
2200
2207
|
] }),
|
|
2201
2208
|
/* @__PURE__ */ n.jsx(
|
|
2202
|
-
|
|
2209
|
+
Y,
|
|
2203
2210
|
{
|
|
2204
2211
|
size: "small",
|
|
2205
2212
|
shape: "circle",
|
|
@@ -2207,17 +2214,17 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2207
2214
|
icon: /* @__PURE__ */ n.jsx(P, { type: "right" }),
|
|
2208
2215
|
onClick: () => {
|
|
2209
2216
|
var g;
|
|
2210
|
-
t < ((g = e == null ? void 0 : e.chats) == null ? void 0 : g.length) && r((
|
|
2217
|
+
t < ((g = e == null ? void 0 : e.chats) == null ? void 0 : g.length) && r((m) => m + 1);
|
|
2211
2218
|
}
|
|
2212
2219
|
}
|
|
2213
2220
|
)
|
|
2214
2221
|
] })
|
|
2215
2222
|
] })
|
|
2216
2223
|
] });
|
|
2217
|
-
}, xr =
|
|
2218
|
-
var
|
|
2224
|
+
}, xr = O(fr), gr = ({ date: e, format: t, sender: r, ...s }) => {
|
|
2225
|
+
var l, i;
|
|
2219
2226
|
return /* @__PURE__ */ n.jsx(
|
|
2220
|
-
|
|
2227
|
+
G.Text,
|
|
2221
2228
|
{
|
|
2222
2229
|
...s,
|
|
2223
2230
|
type: "secondary",
|
|
@@ -2227,32 +2234,32 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2227
2234
|
...r === "client" && {
|
|
2228
2235
|
textAlign: "right"
|
|
2229
2236
|
},
|
|
2230
|
-
...((
|
|
2237
|
+
...((l = Object.keys((s == null ? void 0 : s.style) || {})) == null ? void 0 : l.length) > 0 && {
|
|
2231
2238
|
...s == null ? void 0 : s.style
|
|
2232
2239
|
}
|
|
2233
2240
|
},
|
|
2234
|
-
children: t ? (
|
|
2241
|
+
children: t ? (i = ae(e)) == null ? void 0 : i.format(t) : e
|
|
2235
2242
|
}
|
|
2236
2243
|
);
|
|
2237
|
-
}, We =
|
|
2244
|
+
}, We = O(gr), mr = ({ showResponseInfo: e = !0, ...t }) => {
|
|
2238
2245
|
var d;
|
|
2239
|
-
const { loadingRegenerate: r, chats: s } = fe(), { widgetProps:
|
|
2240
|
-
return ((d = t == null ? void 0 : t.chats) == null ? void 0 : d.length) > 0 ? /* @__PURE__ */ n.jsx(xr, { ...t }) : r &&
|
|
2241
|
-
o === "response" && e && /* @__PURE__ */ n.jsx(Ue, { name:
|
|
2246
|
+
const { loadingRegenerate: r, chats: s } = fe(), { widgetProps: l } = q(), i = R(() => (s == null ? void 0 : s.length) - 1 === (t == null ? void 0 : t.indexChat), [s]), o = R(() => t == null ? void 0 : t.sender, [t]);
|
|
2247
|
+
return ((d = t == null ? void 0 : t.chats) == null ? void 0 : d.length) > 0 ? /* @__PURE__ */ n.jsx(xr, { ...t }) : r && i ? /* @__PURE__ */ n.jsx(_n, {}) : /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
2248
|
+
o === "response" && e && /* @__PURE__ */ n.jsx(Ue, { name: l == null ? void 0 : l.title, src: Ze }),
|
|
2242
2249
|
/* @__PURE__ */ n.jsxs("div", { className: `w-bubble-chat ${`w-${o}`}`, children: [
|
|
2243
2250
|
/* @__PURE__ */ n.jsx(ft, { children: t == null ? void 0 : t.text }),
|
|
2244
2251
|
/* @__PURE__ */ n.jsx(We, { date: t == null ? void 0 : t.timestamp, sender: o })
|
|
2245
2252
|
] }),
|
|
2246
|
-
/* @__PURE__ */ n.jsx(
|
|
2253
|
+
/* @__PURE__ */ n.jsx(Cn, { ...t })
|
|
2247
2254
|
] });
|
|
2248
|
-
}, $e =
|
|
2255
|
+
}, $e = O(mr), Cr = () => {
|
|
2249
2256
|
const e = _(
|
|
2250
2257
|
"PleaseUploadFile",
|
|
2251
2258
|
"Please upload specify file that needed to complete your request"
|
|
2252
2259
|
), t = _("ClickToUpload", "Click to upload"), r = _(
|
|
2253
2260
|
"ContinueWithoutUpload",
|
|
2254
2261
|
"Continue without upload"
|
|
2255
|
-
), { onSendMsg: s, setFile:
|
|
2262
|
+
), { onSendMsg: s, setFile: l } = fe(), i = () => {
|
|
2256
2263
|
s({
|
|
2257
2264
|
msg: "CANCEL UPLOAD"
|
|
2258
2265
|
});
|
|
@@ -2284,23 +2291,23 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2284
2291
|
fileList: [],
|
|
2285
2292
|
accept: ".doc, .jpg, .ods, .png, .txt, .docx, .pdf",
|
|
2286
2293
|
onChange: (o) => {
|
|
2287
|
-
|
|
2294
|
+
l(o == null ? void 0 : o.file);
|
|
2288
2295
|
},
|
|
2289
|
-
children: /* @__PURE__ */ n.jsx(
|
|
2296
|
+
children: /* @__PURE__ */ n.jsx(Y, { icon: /* @__PURE__ */ n.jsx(P, { type: "upload" }), children: t })
|
|
2290
2297
|
}
|
|
2291
2298
|
),
|
|
2292
|
-
/* @__PURE__ */ n.jsx(
|
|
2299
|
+
/* @__PURE__ */ n.jsx(Y, { type: "dashed", onClick: i, children: r })
|
|
2293
2300
|
] })
|
|
2294
2301
|
]
|
|
2295
2302
|
}
|
|
2296
2303
|
);
|
|
2297
|
-
}, br =
|
|
2298
|
-
const [e, t] = D(!1), [r, s] = D(!1), [
|
|
2304
|
+
}, br = O(Cr), vr = () => {
|
|
2305
|
+
const [e, t] = D(!1), [r, s] = D(!1), [l, i] = D(!1), [o, d] = D(3), [c, u] = D(!1), [f, x] = D(""), { widgetProps: g } = q(), { onSendMsg: m, chats: T } = fe(), { onSubmitPYPwd: w = () => {
|
|
2299
2306
|
}, onCheckPYAccess: p = () => {
|
|
2300
|
-
} } = (g == null ? void 0 : g.onPayslipFn) || {},
|
|
2307
|
+
} } = (g == null ? void 0 : g.onPayslipFn) || {}, j = _(
|
|
2301
2308
|
"ProvidePasswordPayslip",
|
|
2302
2309
|
"Please provide your password account to access the download"
|
|
2303
|
-
), v = _("Cancel", "Cancel"), h = _("Submit", "Submit"), b = _("Password", "Password"), E = _("IsRequired", "Is Required"),
|
|
2310
|
+
), v = _("Cancel", "Cancel"), h = _("Submit", "Submit"), b = _("Password", "Password"), E = _("IsRequired", "Is Required"), C = _(
|
|
2304
2311
|
"PrepareTheFiles",
|
|
2305
2312
|
"Prepare the files"
|
|
2306
2313
|
), k = _(
|
|
@@ -2309,34 +2316,34 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2309
2316
|
), S = _(
|
|
2310
2317
|
"VerifyAccessPayslip",
|
|
2311
2318
|
"Please wait, verifying access to your payslip"
|
|
2312
|
-
),
|
|
2319
|
+
), F = _(
|
|
2313
2320
|
"WrongPwdPayslip",
|
|
2314
2321
|
"The password you entered is incorrect. Please try again or contact support if you need assistance"
|
|
2315
2322
|
), B = _(
|
|
2316
2323
|
"SessionExpired",
|
|
2317
2324
|
"Session expired. Please log in again to continue"
|
|
2318
2325
|
), [M] = oe.useForm(), L = () => {
|
|
2319
|
-
var
|
|
2320
|
-
|
|
2326
|
+
var I, J, z;
|
|
2327
|
+
i(!0), u(!0), (z = (J = (I = p()) == null ? void 0 : I.then((W) => {
|
|
2321
2328
|
var ee, de;
|
|
2322
|
-
const te = (de = (ee =
|
|
2323
|
-
te &&
|
|
2324
|
-
})) == null ? void 0 :
|
|
2325
|
-
console.log("err: ",
|
|
2326
|
-
})) == null ||
|
|
2329
|
+
const te = (de = (ee = W == null ? void 0 : W.data) == null ? void 0 : ee.DATA) == null ? void 0 : de.RESULT;
|
|
2330
|
+
te && m({ msg: "Valid" }), t(te), x("");
|
|
2331
|
+
})) == null ? void 0 : J.catch((W) => {
|
|
2332
|
+
console.log("err: ", W == null ? void 0 : W.toString()), x(W == null ? void 0 : W.toString());
|
|
2333
|
+
})) == null || z.finally(() => {
|
|
2327
2334
|
s(!1), u(!1);
|
|
2328
2335
|
});
|
|
2329
|
-
},
|
|
2330
|
-
|
|
2336
|
+
}, H = () => {
|
|
2337
|
+
m({ msg: "cancel" }), i(!1);
|
|
2331
2338
|
}, $ = () => {
|
|
2332
|
-
var
|
|
2333
|
-
const
|
|
2334
|
-
(
|
|
2335
|
-
var
|
|
2336
|
-
s(!0), (
|
|
2339
|
+
var J;
|
|
2340
|
+
const I = M == null ? void 0 : M.getFieldValue("pwd");
|
|
2341
|
+
(J = M == null ? void 0 : M.validateFields()) == null || J.then(() => {
|
|
2342
|
+
var z, W;
|
|
2343
|
+
s(!0), (W = (z = w(I)) == null ? void 0 : z.then(({ data: te }) => {
|
|
2337
2344
|
var ee;
|
|
2338
|
-
(ee = te == null ? void 0 : te.DATA) != null && ee.ISVALID ? L() : (x(
|
|
2339
|
-
})) == null ||
|
|
2345
|
+
(ee = te == null ? void 0 : te.DATA) != null && ee.ISVALID ? L() : (x(F), d(o - 1), s(!1));
|
|
2346
|
+
})) == null || W.catch((te) => {
|
|
2340
2347
|
var de, ce, Ne, Ve, Ge;
|
|
2341
2348
|
const ee = te == null ? void 0 : te.response;
|
|
2342
2349
|
if ((ee == null ? void 0 : ee.status) === 401) {
|
|
@@ -2345,7 +2352,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2345
2352
|
), Fe = (Ge = (Ve = (Ne = ee == null ? void 0 : ee.data) == null ? void 0 : Ne.MESSAGE) == null ? void 0 : Ve.toLowerCase()) == null ? void 0 : Ge.includes(
|
|
2346
2353
|
"invalid password"
|
|
2347
2354
|
);
|
|
2348
|
-
Me && x(B), Fe && (x(
|
|
2355
|
+
Me && x(B), Fe && (x(F), d(o - 1), s(!1));
|
|
2349
2356
|
} else
|
|
2350
2357
|
console.log("err onSubmit: ", te == null ? void 0 : te.toString()), x(te == null ? void 0 : te.toString());
|
|
2351
2358
|
s(!1);
|
|
@@ -2353,10 +2360,10 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2353
2360
|
});
|
|
2354
2361
|
};
|
|
2355
2362
|
return X(() => {
|
|
2356
|
-
var
|
|
2357
|
-
const
|
|
2358
|
-
((
|
|
2359
|
-
}, []),
|
|
2363
|
+
var J;
|
|
2364
|
+
const I = T == null ? void 0 : T[(T == null ? void 0 : T.length) - 1];
|
|
2365
|
+
((J = I == null ? void 0 : I.attachment) == null ? void 0 : J.type) === "show_password_wp" && L();
|
|
2366
|
+
}, []), l ? c ? /* @__PURE__ */ n.jsx(
|
|
2360
2367
|
$e,
|
|
2361
2368
|
{
|
|
2362
2369
|
sender: "response",
|
|
@@ -2382,7 +2389,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2382
2389
|
layout: "vertical",
|
|
2383
2390
|
style: { display: "flex", flexDirection: "column", gap: 8 },
|
|
2384
2391
|
children: [
|
|
2385
|
-
/* @__PURE__ */ n.jsx(
|
|
2392
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: e ? `${C}...` : j }),
|
|
2386
2393
|
!e && /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
2387
2394
|
/* @__PURE__ */ n.jsx(
|
|
2388
2395
|
oe.Item,
|
|
@@ -2398,9 +2405,9 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2398
2405
|
}
|
|
2399
2406
|
),
|
|
2400
2407
|
/* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8 }, children: [
|
|
2401
|
-
/* @__PURE__ */ n.jsx(
|
|
2408
|
+
/* @__PURE__ */ n.jsx(Y, { disabled: r, onClick: H, children: v }),
|
|
2402
2409
|
/* @__PURE__ */ n.jsx(
|
|
2403
|
-
|
|
2410
|
+
Y,
|
|
2404
2411
|
{
|
|
2405
2412
|
type: "primary",
|
|
2406
2413
|
onClick: $,
|
|
@@ -2416,38 +2423,38 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2416
2423
|
)
|
|
2417
2424
|
}
|
|
2418
2425
|
) : null;
|
|
2419
|
-
}, hr =
|
|
2426
|
+
}, hr = O(vr), Er = ({ ...e }) => {
|
|
2420
2427
|
var d;
|
|
2421
|
-
const { objInitPayload: t } = q(), [r, s] = D(!1),
|
|
2428
|
+
const { objInitPayload: t } = q(), [r, s] = D(!1), l = _("Error", "Error"), i = R(() => rt(t == null ? void 0 : t.access_token), [t]), o = () => {
|
|
2422
2429
|
var u, f, x, g;
|
|
2423
2430
|
s(!0);
|
|
2424
|
-
const
|
|
2431
|
+
const c = e == null ? void 0 : e.attachment;
|
|
2425
2432
|
(g = (x = (f = Oe({
|
|
2426
2433
|
method: "POST",
|
|
2427
|
-
url:
|
|
2428
|
-
data:
|
|
2434
|
+
url: c == null ? void 0 : c.endpoint,
|
|
2435
|
+
data: c == null ? void 0 : c.body,
|
|
2429
2436
|
headers: {
|
|
2430
2437
|
Authorization: `Bearer ${t == null ? void 0 : t.access_token}`,
|
|
2431
|
-
"Content-Type":
|
|
2438
|
+
"Content-Type": c == null ? void 0 : c.headers["Content-Type"],
|
|
2432
2439
|
coid: t == null ? void 0 : t.companyid,
|
|
2433
2440
|
"Company-Id": t == null ? void 0 : t.companyid,
|
|
2434
|
-
"Acc-Name": (u =
|
|
2441
|
+
"Acc-Name": (u = i == null ? void 0 : i.INSTANCE) == null ? void 0 : u.toLowerCase()
|
|
2435
2442
|
},
|
|
2436
2443
|
responseType: "blob"
|
|
2437
|
-
})) == null ? void 0 : f.then((
|
|
2444
|
+
})) == null ? void 0 : f.then((m) => {
|
|
2438
2445
|
var v;
|
|
2439
|
-
const
|
|
2440
|
-
Tn({ downloadURL:
|
|
2441
|
-
})) == null ? void 0 : x.catch((
|
|
2442
|
-
var
|
|
2443
|
-
const
|
|
2444
|
-
(
|
|
2446
|
+
const T = (v = c == null ? void 0 : c.body) == null ? void 0 : v.media, w = `${c == null ? void 0 : c.filename}.${T}`, p = new Blob([m == null ? void 0 : m.data]), j = URL == null ? void 0 : URL.createObjectURL(p);
|
|
2447
|
+
Tn({ downloadURL: j, fileName: w }), URL.revokeObjectURL(j);
|
|
2448
|
+
})) == null ? void 0 : x.catch((m) => {
|
|
2449
|
+
var w, p, j;
|
|
2450
|
+
const T = m == null ? void 0 : m.message;
|
|
2451
|
+
(w = ie) == null || w.destroy(), (p = ie) == null || p.config({
|
|
2445
2452
|
getContainer: () => document.querySelector(".w-widget-content-container"),
|
|
2446
2453
|
top: 28,
|
|
2447
2454
|
placement: "top"
|
|
2448
|
-
}), (
|
|
2449
|
-
message:
|
|
2450
|
-
description:
|
|
2455
|
+
}), (j = ie) == null || j.error({
|
|
2456
|
+
message: l,
|
|
2457
|
+
description: T,
|
|
2451
2458
|
className: "w-notification-content",
|
|
2452
2459
|
duration: 3
|
|
2453
2460
|
});
|
|
@@ -2462,9 +2469,9 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2462
2469
|
onClick: o,
|
|
2463
2470
|
style: { cursor: "pointer" },
|
|
2464
2471
|
children: /* @__PURE__ */ n.jsxs(Zt, { spinning: r, children: [
|
|
2465
|
-
/* @__PURE__ */ n.jsx(
|
|
2472
|
+
/* @__PURE__ */ n.jsx(G.Link, { children: (d = e == null ? void 0 : e.attachment) == null ? void 0 : d.filename }),
|
|
2466
2473
|
/* @__PURE__ */ n.jsx(
|
|
2467
|
-
|
|
2474
|
+
Y,
|
|
2468
2475
|
{
|
|
2469
2476
|
icon: /* @__PURE__ */ n.jsx(
|
|
2470
2477
|
P,
|
|
@@ -2479,18 +2486,18 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2479
2486
|
] })
|
|
2480
2487
|
}
|
|
2481
2488
|
);
|
|
2482
|
-
}, Tr =
|
|
2483
|
-
const t = K(), r = _("DownloadChart", "Download Chart"), s =
|
|
2489
|
+
}, Tr = O(Er), yr = ({ ...e }) => {
|
|
2490
|
+
const t = K(), r = _("DownloadChart", "Download Chart"), s = R(() => e == null ? void 0 : e.attachment, [e == null ? void 0 : e.attachment]), l = R(() => {
|
|
2484
2491
|
var o;
|
|
2485
|
-
return (o = s == null ? void 0 : s.data) == null ? void 0 : o.map((d,
|
|
2492
|
+
return (o = s == null ? void 0 : s.data) == null ? void 0 : o.map((d, c) => {
|
|
2486
2493
|
var u, f;
|
|
2487
2494
|
return {
|
|
2488
|
-
label: (u = s == null ? void 0 : s.labels) == null ? void 0 : u[
|
|
2495
|
+
label: (u = s == null ? void 0 : s.labels) == null ? void 0 : u[c],
|
|
2489
2496
|
value: d,
|
|
2490
|
-
color: (f = s == null ? void 0 : s.colors) == null ? void 0 : f[
|
|
2497
|
+
color: (f = s == null ? void 0 : s.colors) == null ? void 0 : f[c]
|
|
2491
2498
|
};
|
|
2492
2499
|
});
|
|
2493
|
-
}, [s]),
|
|
2500
|
+
}, [s]), i = () => {
|
|
2494
2501
|
var d;
|
|
2495
2502
|
const o = (d = document == null ? void 0 : document.querySelector(".chart_widget canvas")) == null ? void 0 : d.toDataURL();
|
|
2496
2503
|
Tn({ fileName: s == null ? void 0 : s.title, downloadURL: o });
|
|
@@ -2501,7 +2508,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2501
2508
|
{
|
|
2502
2509
|
className: "chart_widget",
|
|
2503
2510
|
ref: t,
|
|
2504
|
-
data:
|
|
2511
|
+
data: l,
|
|
2505
2512
|
angleField: "value",
|
|
2506
2513
|
colorField: "label",
|
|
2507
2514
|
label: {
|
|
@@ -2520,17 +2527,17 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2520
2527
|
}
|
|
2521
2528
|
),
|
|
2522
2529
|
/* @__PURE__ */ n.jsx("div", { style: { textAlign: "center" }, children: /* @__PURE__ */ n.jsx(
|
|
2523
|
-
|
|
2530
|
+
Y,
|
|
2524
2531
|
{
|
|
2525
2532
|
onClick: () => {
|
|
2526
|
-
|
|
2533
|
+
i();
|
|
2527
2534
|
},
|
|
2528
2535
|
children: r
|
|
2529
2536
|
}
|
|
2530
2537
|
) })
|
|
2531
2538
|
] });
|
|
2532
|
-
}, jr =
|
|
2533
|
-
var t, r, s,
|
|
2539
|
+
}, jr = O(yr), wr = ({ ...e }) => {
|
|
2540
|
+
var t, r, s, l, i;
|
|
2534
2541
|
switch (!0) {
|
|
2535
2542
|
case ((t = Ae(e)) == null ? void 0 : t.text):
|
|
2536
2543
|
return /* @__PURE__ */ n.jsx($e, { ...e });
|
|
@@ -2538,35 +2545,35 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2538
2545
|
return /* @__PURE__ */ n.jsx(br, { ...e });
|
|
2539
2546
|
case ((s = Ae(e)) == null ? void 0 : s.password):
|
|
2540
2547
|
return /* @__PURE__ */ n.jsx(hr, { ...e });
|
|
2541
|
-
case ((
|
|
2548
|
+
case ((l = Ae(e)) == null ? void 0 : l.filedownload):
|
|
2542
2549
|
return /* @__PURE__ */ n.jsx(Tr, { ...e });
|
|
2543
|
-
case ((
|
|
2550
|
+
case ((i = Ae(e)) == null ? void 0 : i.chart):
|
|
2544
2551
|
return /* @__PURE__ */ n.jsx(jr, { ...e });
|
|
2545
2552
|
default:
|
|
2546
2553
|
return null;
|
|
2547
2554
|
}
|
|
2548
|
-
}, kr =
|
|
2549
|
-
const { isOpenWidget: e, widgetProps: t } = q(), { chats: r, isWaitResponse: s } = fe(), { activeTab:
|
|
2555
|
+
}, kr = O(wr), _r = () => {
|
|
2556
|
+
const { isOpenWidget: e, widgetProps: t } = q(), { chats: r, isWaitResponse: s } = fe(), { activeTab: l } = be();
|
|
2550
2557
|
return X(() => {
|
|
2551
|
-
|
|
2552
|
-
}, [
|
|
2553
|
-
/* @__PURE__ */ n.jsx("div", { className: "w-bubble-chat-container", children: r == null ? void 0 : r.map((
|
|
2554
|
-
var
|
|
2555
|
-
const d = (
|
|
2556
|
-
return /* @__PURE__ */ n.jsxs(
|
|
2557
|
-
(
|
|
2558
|
+
Ce();
|
|
2559
|
+
}, [l]), e ? /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
2560
|
+
/* @__PURE__ */ n.jsx("div", { className: "w-bubble-chat-container", children: r == null ? void 0 : r.map((i, o) => {
|
|
2561
|
+
var c;
|
|
2562
|
+
const d = (c = Ae(i)) == null ? void 0 : c.text;
|
|
2563
|
+
return /* @__PURE__ */ n.jsxs(mn, { children: [
|
|
2564
|
+
(i == null ? void 0 : i.sender) === "response" && !d && /* @__PURE__ */ n.jsx(
|
|
2558
2565
|
Ue,
|
|
2559
2566
|
{
|
|
2560
2567
|
name: t == null ? void 0 : t.title,
|
|
2561
2568
|
src: Ze
|
|
2562
2569
|
}
|
|
2563
2570
|
),
|
|
2564
|
-
/* @__PURE__ */ n.jsx(kr, { indexChat: o, ...
|
|
2571
|
+
/* @__PURE__ */ n.jsx(kr, { indexChat: o, ...i })
|
|
2565
2572
|
] }, o);
|
|
2566
2573
|
}) }),
|
|
2567
|
-
s && /* @__PURE__ */ n.jsx(
|
|
2574
|
+
s && /* @__PURE__ */ n.jsx(_n, {})
|
|
2568
2575
|
] }) : null;
|
|
2569
|
-
},
|
|
2576
|
+
}, pr = O(_r), Ar = () => {
|
|
2570
2577
|
var h;
|
|
2571
2578
|
const e = _(
|
|
2572
2579
|
"ContinueWithoutUpload",
|
|
@@ -2575,27 +2582,27 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2575
2582
|
onSendMsg: t,
|
|
2576
2583
|
setChats: r,
|
|
2577
2584
|
isWaitResponse: s,
|
|
2578
|
-
loadingRegenerate:
|
|
2579
|
-
file:
|
|
2585
|
+
loadingRegenerate: l,
|
|
2586
|
+
file: i,
|
|
2580
2587
|
setFile: o,
|
|
2581
2588
|
chats: d,
|
|
2582
|
-
connected:
|
|
2583
|
-
} = fe(), { isActiveTabVA: u } = be(), f =
|
|
2589
|
+
connected: c
|
|
2590
|
+
} = fe(), { isActiveTabVA: u } = be(), f = R(() => {
|
|
2584
2591
|
var E;
|
|
2585
2592
|
const b = d == null ? void 0 : d[(d == null ? void 0 : d.length) - 1];
|
|
2586
2593
|
return (b == null ? void 0 : b.sender) === "response" && ((E = b == null ? void 0 : b.attachment) == null ? void 0 : E.type) === "fileuploader";
|
|
2587
|
-
}, [d]), x = K(), [g,
|
|
2588
|
-
var
|
|
2589
|
-
const b = (S = (k = (
|
|
2594
|
+
}, [d]), x = K(), [g, m] = D(!1), [T, w] = D(!1), p = R(() => s || !T, [T, s]), j = () => {
|
|
2595
|
+
var C, k, S, F;
|
|
2596
|
+
const b = (S = (k = (C = x == null ? void 0 : x.current) == null ? void 0 : C.resizableTextArea) == null ? void 0 : k.textArea) == null ? void 0 : S.value;
|
|
2590
2597
|
if (!(b != null && b.trim()) || s) return;
|
|
2591
|
-
|
|
2598
|
+
w(!1), t({ msg: b }), m(!g);
|
|
2592
2599
|
const E = {
|
|
2593
2600
|
text: b,
|
|
2594
2601
|
sender: "client",
|
|
2595
2602
|
type: "text",
|
|
2596
|
-
timestamp: (
|
|
2603
|
+
timestamp: (F = ae()) == null ? void 0 : F.format("hh:mm A")
|
|
2597
2604
|
};
|
|
2598
|
-
r((B) => [...B, E]),
|
|
2605
|
+
r((B) => [...B, E]), Ce();
|
|
2599
2606
|
}, v = () => {
|
|
2600
2607
|
t({ msg: "SKIP_WAITING_RESPONSE" });
|
|
2601
2608
|
};
|
|
@@ -2603,10 +2610,10 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2603
2610
|
var b;
|
|
2604
2611
|
x != null && x.current && u && ((b = x == null ? void 0 : x.current) == null || b.focus());
|
|
2605
2612
|
}, [u]), f ? /* @__PURE__ */ n.jsxs("div", { className: "w-input-container", style: { alignItems: "center" }, children: [
|
|
2606
|
-
/* @__PURE__ */ n.jsx(
|
|
2607
|
-
((h = Object == null ? void 0 : Object.keys(
|
|
2613
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: i == null ? void 0 : i.name }),
|
|
2614
|
+
((h = Object == null ? void 0 : Object.keys(i || {})) == null ? void 0 : h.length) > 0 ? /* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8, alignItems: "center" }, children: [
|
|
2608
2615
|
/* @__PURE__ */ n.jsx(
|
|
2609
|
-
|
|
2616
|
+
Y,
|
|
2610
2617
|
{
|
|
2611
2618
|
danger: !0,
|
|
2612
2619
|
icon: /* @__PURE__ */ n.jsx(P, { type: "delete" }),
|
|
@@ -2615,17 +2622,17 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2615
2622
|
}
|
|
2616
2623
|
),
|
|
2617
2624
|
/* @__PURE__ */ n.jsx(
|
|
2618
|
-
|
|
2625
|
+
Y,
|
|
2619
2626
|
{
|
|
2620
2627
|
className: "w-send-btn",
|
|
2621
2628
|
style: { backgroundColor: "var(--primary-color, #395ebc)" },
|
|
2622
2629
|
icon: /* @__PURE__ */ n.jsx(P, { type: "send" }),
|
|
2623
2630
|
shape: "circle",
|
|
2624
|
-
onClick:
|
|
2631
|
+
onClick: j
|
|
2625
2632
|
}
|
|
2626
2633
|
)
|
|
2627
2634
|
] }) : /* @__PURE__ */ n.jsx(Se, { title: e, children: /* @__PURE__ */ n.jsx(
|
|
2628
|
-
|
|
2635
|
+
Y,
|
|
2629
2636
|
{
|
|
2630
2637
|
icon: /* @__PURE__ */ n.jsx(P, { type: "close" }),
|
|
2631
2638
|
shape: "circle",
|
|
@@ -2641,23 +2648,23 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2641
2648
|
Be.TextArea,
|
|
2642
2649
|
{
|
|
2643
2650
|
className: "w-input-widget",
|
|
2644
|
-
disabled: !
|
|
2651
|
+
disabled: !c,
|
|
2645
2652
|
ref: x,
|
|
2646
2653
|
placeholder: "Type a message...",
|
|
2647
2654
|
onKeyDown: (b) => {
|
|
2648
|
-
((b == null ? void 0 : b.code) === "Enter" || (b == null ? void 0 : b.key) === "Enter") && !(b != null && b.shiftKey) &&
|
|
2655
|
+
((b == null ? void 0 : b.code) === "Enter" || (b == null ? void 0 : b.key) === "Enter") && !(b != null && b.shiftKey) && j();
|
|
2649
2656
|
},
|
|
2650
2657
|
onChange: ({ target: { value: b } }) => {
|
|
2651
2658
|
const E = /\S/;
|
|
2652
2659
|
Pe({
|
|
2653
2660
|
input_va_value: b
|
|
2654
|
-
}), b && (E != null && E.test(b)) ?
|
|
2661
|
+
}), b && (E != null && E.test(b)) ? w(!0) : b != null && b.trim() || w(!1);
|
|
2655
2662
|
}
|
|
2656
2663
|
},
|
|
2657
2664
|
g
|
|
2658
2665
|
),
|
|
2659
|
-
s ||
|
|
2660
|
-
|
|
2666
|
+
s || l ? /* @__PURE__ */ n.jsx(
|
|
2667
|
+
Y,
|
|
2661
2668
|
{
|
|
2662
2669
|
style: { border: "none" },
|
|
2663
2670
|
icon: /* @__PURE__ */ n.jsx(P, { type: "stop" }),
|
|
@@ -2666,25 +2673,25 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2666
2673
|
size: "large"
|
|
2667
2674
|
}
|
|
2668
2675
|
) : /* @__PURE__ */ n.jsx(
|
|
2669
|
-
|
|
2676
|
+
Y,
|
|
2670
2677
|
{
|
|
2671
2678
|
className: `w-send-btn ${p ? "w-send-btn-disabled" : ""}`,
|
|
2672
2679
|
disabled: p,
|
|
2673
2680
|
style: { backgroundColor: "var(--primary-color, #395ebc)" },
|
|
2674
2681
|
icon: /* @__PURE__ */ n.jsx(P, { type: "send" }),
|
|
2675
2682
|
shape: "circle",
|
|
2676
|
-
onClick:
|
|
2683
|
+
onClick: j
|
|
2677
2684
|
}
|
|
2678
2685
|
)
|
|
2679
2686
|
] });
|
|
2680
|
-
}, Sr =
|
|
2681
|
-
const t = _("InProgress", "In Progress"), r = _("New", "New"), s = _("Closed", "Closed"),
|
|
2687
|
+
}, Sr = O(Ar), Lr = ({ taskStatus: e }) => {
|
|
2688
|
+
const t = _("InProgress", "In Progress"), r = _("New", "New"), s = _("Closed", "Closed"), l = _("Done", "Done"), i = _("HDCancelled", "Cancelled"), o = {
|
|
2682
2689
|
"In Progress": t,
|
|
2683
2690
|
Open: r,
|
|
2684
2691
|
New: r,
|
|
2685
2692
|
Closed: s,
|
|
2686
|
-
Fixed:
|
|
2687
|
-
Cancelled:
|
|
2693
|
+
Fixed: l,
|
|
2694
|
+
Cancelled: i
|
|
2688
2695
|
}, d = {
|
|
2689
2696
|
"In Progress": "#FFF2D6",
|
|
2690
2697
|
Responded: "#FFF2D6",
|
|
@@ -2694,9 +2701,9 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2694
2701
|
Fixed: "#bbfab7",
|
|
2695
2702
|
Done: "#bbfab7",
|
|
2696
2703
|
Cancelled: "#FFF2D6"
|
|
2697
|
-
},
|
|
2698
|
-
return /* @__PURE__ */ n.jsx(Xt, { color:
|
|
2699
|
-
|
|
2704
|
+
}, c = R(() => d[e] || d.Closed, [e]), u = R(() => o[e] || e, [e]);
|
|
2705
|
+
return /* @__PURE__ */ n.jsx(Xt, { color: c, children: /* @__PURE__ */ n.jsx(
|
|
2706
|
+
G.Text,
|
|
2700
2707
|
{
|
|
2701
2708
|
className: "primary-color-active",
|
|
2702
2709
|
style: { width: "100%", textAlign: "center" },
|
|
@@ -2704,7 +2711,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2704
2711
|
children: u
|
|
2705
2712
|
}
|
|
2706
2713
|
) }, e);
|
|
2707
|
-
},
|
|
2714
|
+
}, mt = O(Lr), Rr = ({ onClick: e, ...t }) => /* @__PURE__ */ n.jsxs(
|
|
2708
2715
|
"div",
|
|
2709
2716
|
{
|
|
2710
2717
|
className: "w-ticket-card-container",
|
|
@@ -2713,7 +2720,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2713
2720
|
},
|
|
2714
2721
|
children: [
|
|
2715
2722
|
/* @__PURE__ */ n.jsx(
|
|
2716
|
-
|
|
2723
|
+
G.Text,
|
|
2717
2724
|
{
|
|
2718
2725
|
strong: !0,
|
|
2719
2726
|
style: {
|
|
@@ -2727,8 +2734,8 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2727
2734
|
),
|
|
2728
2735
|
/* @__PURE__ */ n.jsxs("div", { className: "w-ticket-card-content-container", children: [
|
|
2729
2736
|
/* @__PURE__ */ n.jsxs("div", { className: "w-ticket-card-cat-code", children: [
|
|
2730
|
-
/* @__PURE__ */ n.jsx(
|
|
2731
|
-
/* @__PURE__ */ n.jsx(
|
|
2737
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: (t == null ? void 0 : t.TASK_CATEGORY) || qn }),
|
|
2738
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: (t == null ? void 0 : t.TASK_CODE) || qn })
|
|
2732
2739
|
] }),
|
|
2733
2740
|
/* @__PURE__ */ n.jsxs(
|
|
2734
2741
|
"div",
|
|
@@ -2738,28 +2745,28 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2738
2745
|
alignItems: "flex-end"
|
|
2739
2746
|
},
|
|
2740
2747
|
children: [
|
|
2741
|
-
/* @__PURE__ */ n.jsx(
|
|
2742
|
-
/* @__PURE__ */ n.jsx(
|
|
2748
|
+
/* @__PURE__ */ n.jsx(mt, { taskStatus: t == null ? void 0 : t.TASK_STATUS }),
|
|
2749
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: t == null ? void 0 : t.CREATED_DATE })
|
|
2743
2750
|
]
|
|
2744
2751
|
}
|
|
2745
2752
|
)
|
|
2746
2753
|
] })
|
|
2747
2754
|
]
|
|
2748
2755
|
}
|
|
2749
|
-
), Or =
|
|
2750
|
-
const { objInitPayload: e, setObjInitPayload: t, parsedJWT: r } = q(), s =
|
|
2751
|
-
var
|
|
2756
|
+
), Or = O(Rr), Ct = () => {
|
|
2757
|
+
const { objInitPayload: e, setObjInitPayload: t, parsedJWT: r } = q(), s = R(() => {
|
|
2758
|
+
var i;
|
|
2752
2759
|
return {
|
|
2753
2760
|
Authorization: `Bearer ${e == null ? void 0 : e.access_token}`,
|
|
2754
2761
|
coid: r == null ? void 0 : r.COID,
|
|
2755
|
-
"Acc-Name": (
|
|
2762
|
+
"Acc-Name": (i = r == null ? void 0 : r.INSTANCE) == null ? void 0 : i.toLowerCase(),
|
|
2756
2763
|
"Company-Id": e == null ? void 0 : e.companyid,
|
|
2757
2764
|
Language: e == null ? void 0 : e.lang
|
|
2758
2765
|
};
|
|
2759
2766
|
}, [e]);
|
|
2760
|
-
return async (
|
|
2767
|
+
return async (i) => {
|
|
2761
2768
|
var u, f, x;
|
|
2762
|
-
const { onSuccess: o, onError: d, onFinally:
|
|
2769
|
+
const { onSuccess: o, onError: d, onFinally: c } = i ?? {};
|
|
2763
2770
|
(x = (f = (u = Oe({
|
|
2764
2771
|
url: e == null ? void 0 : e.uriBackend,
|
|
2765
2772
|
params: {
|
|
@@ -2772,9 +2779,9 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2772
2779
|
headers: s,
|
|
2773
2780
|
method: "POST"
|
|
2774
2781
|
})) == null ? void 0 : u.then((g) => {
|
|
2775
|
-
var
|
|
2776
|
-
const
|
|
2777
|
-
access_token:
|
|
2782
|
+
var w;
|
|
2783
|
+
const m = (w = g == null ? void 0 : g.data) == null ? void 0 : w.DATA, T = {
|
|
2784
|
+
access_token: m == null ? void 0 : m.JWT_TOKEN,
|
|
2778
2785
|
refresh_token: e == null ? void 0 : e.refresh_token,
|
|
2779
2786
|
uagent: e == null ? void 0 : e.uagent,
|
|
2780
2787
|
uriBackend: e == null ? void 0 : e.uriBackend,
|
|
@@ -2786,68 +2793,68 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2786
2793
|
uriBackendHRMGO: e == null ? void 0 : e.uriBackendHRMGO,
|
|
2787
2794
|
config: e == null ? void 0 : e.config
|
|
2788
2795
|
};
|
|
2789
|
-
t(
|
|
2796
|
+
t(T), typeof o == "function" && o(g);
|
|
2790
2797
|
})) == null ? void 0 : f.catch((g) => {
|
|
2791
2798
|
typeof d == "function" && d(g);
|
|
2792
2799
|
})) == null || x.finally(() => {
|
|
2793
|
-
typeof
|
|
2800
|
+
typeof c == "function" && c();
|
|
2794
2801
|
});
|
|
2795
2802
|
};
|
|
2796
2803
|
}, en = () => {
|
|
2797
2804
|
var o;
|
|
2798
|
-
const e = K(new AbortController()), { objInitPayload: t, parsedJWT: r } = q(), s =
|
|
2805
|
+
const e = K(new AbortController()), { objInitPayload: t, parsedJWT: r } = q(), s = Ct(), l = {
|
|
2799
2806
|
Authorization: `Bearer ${t == null ? void 0 : t.access_token}`,
|
|
2800
2807
|
coid: r == null ? void 0 : r.COID,
|
|
2801
2808
|
"Acc-Name": (o = r == null ? void 0 : r.INSTANCE) == null ? void 0 : o.toLowerCase(),
|
|
2802
2809
|
"Company-Id": t == null ? void 0 : t.companyid,
|
|
2803
2810
|
Language: t == null ? void 0 : t.lang
|
|
2804
|
-
},
|
|
2811
|
+
}, i = async ({
|
|
2805
2812
|
url: d,
|
|
2806
|
-
endpoint:
|
|
2813
|
+
endpoint: c,
|
|
2807
2814
|
method: u = "POST",
|
|
2808
2815
|
headers: f,
|
|
2809
2816
|
...x
|
|
2810
2817
|
}) => {
|
|
2811
|
-
var
|
|
2818
|
+
var w, p, j, v, h, b;
|
|
2812
2819
|
const g = {
|
|
2813
|
-
url: d || `${t == null ? void 0 : t.uriBackendHRMGO}${
|
|
2820
|
+
url: d || `${t == null ? void 0 : t.uriBackendHRMGO}${c}`,
|
|
2814
2821
|
...e.current && {
|
|
2815
|
-
signal: (
|
|
2822
|
+
signal: (w = e == null ? void 0 : e.current) == null ? void 0 : w.signal
|
|
2816
2823
|
},
|
|
2817
2824
|
headers: {
|
|
2818
|
-
...
|
|
2825
|
+
...l,
|
|
2819
2826
|
...f,
|
|
2820
2827
|
"Company-Code": t == null ? void 0 : t.companycode
|
|
2821
2828
|
},
|
|
2822
2829
|
method: u,
|
|
2823
2830
|
...x
|
|
2824
|
-
},
|
|
2825
|
-
return (v = (
|
|
2831
|
+
}, m = (p = Oe) == null ? void 0 : p.create(g);
|
|
2832
|
+
return (v = (j = m == null ? void 0 : m.interceptors) == null ? void 0 : j.request) == null || v.use(
|
|
2826
2833
|
(E) => (t != null && t.access_token && (E.headers.Authorization = `Bearer ${t == null ? void 0 : t.access_token}`), E),
|
|
2827
2834
|
(E) => {
|
|
2828
2835
|
Promise.reject(E);
|
|
2829
2836
|
}
|
|
2830
|
-
), (b = (h =
|
|
2837
|
+
), (b = (h = m == null ? void 0 : m.interceptors) == null ? void 0 : h.response) == null || b.use(
|
|
2831
2838
|
(E) => E,
|
|
2832
2839
|
async (E) => {
|
|
2833
2840
|
var k;
|
|
2834
|
-
const
|
|
2841
|
+
const C = E == null ? void 0 : E.config;
|
|
2835
2842
|
if (((k = E == null ? void 0 : E.response) == null ? void 0 : k.status) === 401) {
|
|
2836
2843
|
const S = await s();
|
|
2837
|
-
return
|
|
2844
|
+
return C.headers.Authorization = `Bearer ${S}`, Oe(C);
|
|
2838
2845
|
}
|
|
2839
2846
|
return Promise == null ? void 0 : Promise.reject(E);
|
|
2840
2847
|
}
|
|
2841
|
-
), await (
|
|
2848
|
+
), await (m == null ? void 0 : m.request(g));
|
|
2842
2849
|
};
|
|
2843
|
-
return
|
|
2850
|
+
return i.abort = () => {
|
|
2844
2851
|
var d;
|
|
2845
2852
|
e != null && e.current && ((d = e == null ? void 0 : e.current) == null || d.abort(), e.current = new AbortController());
|
|
2846
|
-
}, X(() => () =>
|
|
2853
|
+
}, X(() => () => i.abort(), []), i;
|
|
2847
2854
|
}, bt = Te({}), ve = () => ye(bt), Dr = ({ children: e }) => {
|
|
2848
|
-
const t = en(), [r, s] = D([]), [
|
|
2849
|
-
var
|
|
2850
|
-
u(!0), (
|
|
2855
|
+
const t = en(), [r, s] = D([]), [l, i] = D(""), [o, d] = D(!1), [c, u] = D(!0), [f, x] = D(0), g = (m) => {
|
|
2856
|
+
var T, w, p, j;
|
|
2857
|
+
u(!0), (j = (p = t({
|
|
2851
2858
|
endpoint: "/helpdesk/myticket/ticket-list",
|
|
2852
2859
|
method: "POST",
|
|
2853
2860
|
data: {
|
|
@@ -2856,10 +2863,10 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2856
2863
|
SEARCH: {
|
|
2857
2864
|
MY_TICKET: !0,
|
|
2858
2865
|
TASK_MODULE: "HD",
|
|
2859
|
-
...((
|
|
2860
|
-
...
|
|
2861
|
-
...(
|
|
2862
|
-
CREATED_DATE: (
|
|
2866
|
+
...((T = Object.keys(m || {})) == null ? void 0 : T.length) > 0 && {
|
|
2867
|
+
...m,
|
|
2868
|
+
...(m == null ? void 0 : m.CREATED_DATE) && {
|
|
2869
|
+
CREATED_DATE: (w = ae(m == null ? void 0 : m.CREATED_DATE)) == null ? void 0 : w.format(En)
|
|
2863
2870
|
}
|
|
2864
2871
|
}
|
|
2865
2872
|
},
|
|
@@ -2871,7 +2878,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2871
2878
|
})) == null ? void 0 : p.then((v) => {
|
|
2872
2879
|
var h, b, E;
|
|
2873
2880
|
(h = v == null ? void 0 : v.data) != null && h.DATA && s((E = (b = v == null ? void 0 : v.data) == null ? void 0 : b.DATA) == null ? void 0 : E.LIST);
|
|
2874
|
-
})) == null ||
|
|
2881
|
+
})) == null || j.finally(() => {
|
|
2875
2882
|
u(!1);
|
|
2876
2883
|
});
|
|
2877
2884
|
};
|
|
@@ -2882,12 +2889,12 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2882
2889
|
{
|
|
2883
2890
|
value: {
|
|
2884
2891
|
listTicket: r,
|
|
2885
|
-
ticketId:
|
|
2886
|
-
setTicketId:
|
|
2892
|
+
ticketId: l,
|
|
2893
|
+
setTicketId: i,
|
|
2887
2894
|
getListTicket: g,
|
|
2888
2895
|
openFilter: o,
|
|
2889
2896
|
setOpenFilter: d,
|
|
2890
|
-
loadingListTicket:
|
|
2897
|
+
loadingListTicket: c,
|
|
2891
2898
|
countFilters: f,
|
|
2892
2899
|
setCountFilters: x
|
|
2893
2900
|
},
|
|
@@ -2895,7 +2902,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2895
2902
|
}
|
|
2896
2903
|
);
|
|
2897
2904
|
}, Nr = () => {
|
|
2898
|
-
const e = _("SubjectSearch", "Subject Search"), t = _("AdvanceFilter", "Advance Filter"), r = K(null), { getListTicket: s, setOpenFilter:
|
|
2905
|
+
const e = _("SubjectSearch", "Subject Search"), t = _("AdvanceFilter", "Advance Filter"), r = K(null), { getListTicket: s, setOpenFilter: l, loadingListTicket: i, countFilters: o } = ve();
|
|
2899
2906
|
return /* @__PURE__ */ n.jsx(n.Fragment, { children: /* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8, marginBottom: 12 }, children: [
|
|
2900
2907
|
/* @__PURE__ */ n.jsx(
|
|
2901
2908
|
Be,
|
|
@@ -2912,111 +2919,111 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
2912
2919
|
}
|
|
2913
2920
|
),
|
|
2914
2921
|
/* @__PURE__ */ n.jsx(Se, { title: `${t} (${o})`, children: /* @__PURE__ */ n.jsx(Pt, { count: o, children: /* @__PURE__ */ n.jsx(
|
|
2915
|
-
|
|
2922
|
+
Y,
|
|
2916
2923
|
{
|
|
2917
|
-
loading:
|
|
2924
|
+
loading: i,
|
|
2918
2925
|
icon: /* @__PURE__ */ n.jsx(P, { type: "filter" }),
|
|
2919
2926
|
onClick: () => {
|
|
2920
|
-
|
|
2927
|
+
l(!0);
|
|
2921
2928
|
}
|
|
2922
2929
|
}
|
|
2923
2930
|
) }) })
|
|
2924
2931
|
] }) });
|
|
2925
|
-
}, Mr =
|
|
2926
|
-
const t = K(null), r = K(0), s = K(!1),
|
|
2932
|
+
}, Mr = O(Nr), vt = Te({}), he = () => ye(vt), Fr = ({ children: e }) => {
|
|
2933
|
+
const t = K(null), r = K(0), s = K(!1), l = K(null), [i, o] = D([]), [d, c] = D(0), [u, f] = D(!1), { objInitPayload: x, parsedJWT: g, isFirstRenderHelpdesk: m, setShowReadyWSHD: T } = q(), w = Ct(), p = (b) => {
|
|
2927
2934
|
const E = new WebSocket(b);
|
|
2928
2935
|
E.onopen = () => {
|
|
2929
|
-
s.current = !0, r.current = 0,
|
|
2930
|
-
}, E.onerror = (
|
|
2931
|
-
|
|
2932
|
-
}, E.onclose = (
|
|
2936
|
+
s.current = !0, r.current = 0, c(0), T(!0);
|
|
2937
|
+
}, E.onerror = (C) => {
|
|
2938
|
+
T(!1), console.error(`${pe} - WebSocket error:`, C);
|
|
2939
|
+
}, E.onclose = (C) => {
|
|
2933
2940
|
console.warn(
|
|
2934
|
-
`${
|
|
2935
|
-
|
|
2936
|
-
), s.current = !1,
|
|
2941
|
+
`${pe} - WebSocket disconnected:`,
|
|
2942
|
+
C
|
|
2943
|
+
), s.current = !1, T(!1), !(C != null && C.wasClean) && (r == null ? void 0 : r.current) < Ie && (r.current += 1, c((k) => k + 1), clearTimeout(l.current), l.current = setTimeout(j, 2e3));
|
|
2937
2944
|
}, E.onmessage = v(E), t.current = E;
|
|
2938
|
-
},
|
|
2939
|
-
var L,
|
|
2945
|
+
}, j = async () => {
|
|
2946
|
+
var L, H, $;
|
|
2940
2947
|
if (((L = t.current) == null ? void 0 : L.readyState) === (WebSocket == null ? void 0 : WebSocket.CONNECTING)) return;
|
|
2941
2948
|
const {
|
|
2942
2949
|
access_token: b,
|
|
2943
2950
|
companyid: E = "",
|
|
2944
|
-
companycode:
|
|
2951
|
+
companycode: C = "",
|
|
2945
2952
|
lang: k = "",
|
|
2946
2953
|
uriBackendHRMGO: S = ""
|
|
2947
2954
|
} = x ?? {};
|
|
2948
|
-
if (!b || !E || !
|
|
2955
|
+
if (!b || !E || !C) {
|
|
2949
2956
|
console.warn(
|
|
2950
|
-
`${
|
|
2957
|
+
`${pe} - Missing required WebSocket credentials.`
|
|
2951
2958
|
);
|
|
2952
2959
|
return;
|
|
2953
2960
|
}
|
|
2954
|
-
const
|
|
2961
|
+
const F = `Bearer ${b}`, B = (H = `${S}/ws`) == null ? void 0 : H.replace("https://", "wss://"), M = {
|
|
2955
2962
|
COMPANY_ID: E.toString(),
|
|
2956
|
-
COMPANY_CODE:
|
|
2963
|
+
COMPANY_CODE: C.toLowerCase(),
|
|
2957
2964
|
LANGUAGE: k,
|
|
2958
2965
|
ACC_NAME: ($ = g == null ? void 0 : g.INSTANCE) == null ? void 0 : $.toLowerCase(),
|
|
2959
|
-
TOKEN:
|
|
2966
|
+
TOKEN: F
|
|
2960
2967
|
};
|
|
2961
2968
|
try {
|
|
2962
|
-
const
|
|
2969
|
+
const I = await Ss(
|
|
2963
2970
|
M,
|
|
2964
2971
|
js
|
|
2965
2972
|
);
|
|
2966
|
-
if (!
|
|
2973
|
+
if (!I || s.current || (r == null ? void 0 : r.current) >= Ie) {
|
|
2967
2974
|
console.warn(
|
|
2968
|
-
`${
|
|
2975
|
+
`${pe} - Skipping WebSocket connection attempt.`
|
|
2969
2976
|
);
|
|
2970
2977
|
return;
|
|
2971
2978
|
}
|
|
2972
|
-
t.current && t.current.close(), p(`${B}?t=${
|
|
2973
|
-
} catch (
|
|
2979
|
+
t.current && t.current.close(), p(`${B}?t=${I}`);
|
|
2980
|
+
} catch (I) {
|
|
2974
2981
|
console.error(
|
|
2975
|
-
`${
|
|
2976
|
-
|
|
2982
|
+
`${pe} - Failed to encrypt token:`,
|
|
2983
|
+
I
|
|
2977
2984
|
);
|
|
2978
2985
|
}
|
|
2979
2986
|
}, v = (b) => (E) => {
|
|
2980
|
-
var
|
|
2987
|
+
var C;
|
|
2981
2988
|
try {
|
|
2982
2989
|
if ((E == null ? void 0 : E.data) === "PING")
|
|
2983
2990
|
b.send("PONG");
|
|
2984
2991
|
else {
|
|
2985
2992
|
const { DATA: k, EVENT: S } = JSON.parse(E.data || "{}");
|
|
2986
|
-
!
|
|
2993
|
+
!m.current && S === "USER_ONLINE_NOTIF" && Array.isArray(k == null ? void 0 : k.EMPLOYEES) && (o((C = k == null ? void 0 : k.EMPLOYEES) == null ? void 0 : C.filter(Boolean)), m.current = !0), S === "TOKEN_EXPIRED" && w({
|
|
2987
2994
|
onSuccess: () => {
|
|
2988
|
-
|
|
2995
|
+
j();
|
|
2989
2996
|
}
|
|
2990
2997
|
});
|
|
2991
2998
|
}
|
|
2992
2999
|
} catch {
|
|
2993
3000
|
console.error(
|
|
2994
|
-
`${
|
|
3001
|
+
`${pe} - Invalid WebSocket message:`,
|
|
2995
3002
|
E.data
|
|
2996
3003
|
);
|
|
2997
3004
|
}
|
|
2998
|
-
}, h = ({ event: b, data: E, module:
|
|
3005
|
+
}, h = ({ event: b, data: E, module: C = "HELPDESK_CHAT" }) => {
|
|
2999
3006
|
var k;
|
|
3000
3007
|
(k = t == null ? void 0 : t.current) == null || k.send(
|
|
3001
3008
|
JSON.stringify({
|
|
3002
3009
|
EVENT: b,
|
|
3003
3010
|
DATA: E,
|
|
3004
|
-
MODULE:
|
|
3011
|
+
MODULE: C
|
|
3005
3012
|
})
|
|
3006
3013
|
);
|
|
3007
3014
|
};
|
|
3008
3015
|
return X(() => {
|
|
3009
|
-
|
|
3016
|
+
m.current || j();
|
|
3010
3017
|
}, []), /* @__PURE__ */ n.jsx(
|
|
3011
3018
|
vt.Provider,
|
|
3012
3019
|
{
|
|
3013
3020
|
value: {
|
|
3014
3021
|
ws: t == null ? void 0 : t.current,
|
|
3015
3022
|
onSendMsg: h,
|
|
3016
|
-
userOnline:
|
|
3017
|
-
connectWebSocket:
|
|
3023
|
+
userOnline: i,
|
|
3024
|
+
connectWebSocket: j,
|
|
3018
3025
|
retryCountState: d,
|
|
3019
|
-
setRetryCountState:
|
|
3026
|
+
setRetryCountState: c,
|
|
3020
3027
|
retryCountRef: r,
|
|
3021
3028
|
isGetResponse: u,
|
|
3022
3029
|
setGetResponse: f
|
|
@@ -3026,10 +3033,10 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3026
3033
|
);
|
|
3027
3034
|
}, Hr = () => {
|
|
3028
3035
|
var d;
|
|
3029
|
-
const { widgetProps: e } = q(), { listTicket: t, setTicketId: r, loadingListTicket: s } = ve(), { onSendMsg:
|
|
3036
|
+
const { widgetProps: e } = q(), { listTicket: t, setTicketId: r, loadingListTicket: s } = ve(), { onSendMsg: l, setGetResponse: i } = he(), { xs: o } = me.useBreakpoint();
|
|
3030
3037
|
return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
3031
3038
|
/* @__PURE__ */ n.jsx(Mr, {}),
|
|
3032
|
-
s ? /* @__PURE__ */ n.jsx("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: (d = Array.from({ length: 5 })) == null ? void 0 : d.map((
|
|
3039
|
+
s ? /* @__PURE__ */ n.jsx("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: (d = Array.from({ length: 5 })) == null ? void 0 : d.map((c, u) => /* @__PURE__ */ n.jsx(
|
|
3033
3040
|
ue.Input,
|
|
3034
3041
|
{
|
|
3035
3042
|
style: { height: 80, width: "100%", borderRadius: 8 }
|
|
@@ -3042,18 +3049,18 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3042
3049
|
...(t == null ? void 0 : t.length) === 0 && {
|
|
3043
3050
|
style: { justifyContent: "center" }
|
|
3044
3051
|
},
|
|
3045
|
-
children: (t == null ? void 0 : t.length) > 0 ? t == null ? void 0 : t.map((
|
|
3052
|
+
children: (t == null ? void 0 : t.length) > 0 ? t == null ? void 0 : t.map((c, u) => /* @__PURE__ */ vn(
|
|
3046
3053
|
Or,
|
|
3047
3054
|
{
|
|
3048
|
-
...
|
|
3055
|
+
...c,
|
|
3049
3056
|
key: u,
|
|
3050
3057
|
onClick: () => {
|
|
3051
|
-
|
|
3058
|
+
i(!0), l({
|
|
3052
3059
|
event: "JOIN_ROOM",
|
|
3053
3060
|
data: {
|
|
3054
|
-
TASK_ID:
|
|
3061
|
+
TASK_ID: c == null ? void 0 : c.TASK_ID
|
|
3055
3062
|
}
|
|
3056
|
-
}), r(
|
|
3063
|
+
}), r(c == null ? void 0 : c.TASK_ID);
|
|
3057
3064
|
}
|
|
3058
3065
|
}
|
|
3059
3066
|
)) : /* @__PURE__ */ n.jsx(
|
|
@@ -3071,19 +3078,19 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3071
3078
|
}
|
|
3072
3079
|
)
|
|
3073
3080
|
] });
|
|
3074
|
-
}, Ir =
|
|
3081
|
+
}, Ir = O(Hr), $r = ({ children: e, open: t, onClose: r, footer: s, styleContainer: l }) => {
|
|
3075
3082
|
var g;
|
|
3076
|
-
const [
|
|
3077
|
-
|
|
3083
|
+
const [i, o] = D(!1), d = K(), c = K(null), u = K(), f = R(() => t ? "w-fade-in-animate" : "w-fade-out-animate", [t]), x = (m) => {
|
|
3084
|
+
m.code === "Escape" && !m.shiftKey && !m.altKey && !m.ctrlKey && m.key === "Escape" && (m.stopPropagation(), typeof r == "function" && r());
|
|
3078
3085
|
};
|
|
3079
3086
|
return X(() => {
|
|
3080
|
-
const
|
|
3081
|
-
return
|
|
3082
|
-
|
|
3083
|
-
}, 250),
|
|
3087
|
+
const m = u.current;
|
|
3088
|
+
return m && (clearTimeout(c.current), c.current = setTimeout(() => {
|
|
3089
|
+
m == null || m.focus();
|
|
3090
|
+
}, 250), m == null || m.addEventListener("keydown", x)), t && o(!1), clearTimeout(d == null ? void 0 : d.current), d.current = setTimeout(() => {
|
|
3084
3091
|
t || o(!0);
|
|
3085
3092
|
}, 300), () => {
|
|
3086
|
-
|
|
3093
|
+
m && (m == null || m.removeEventListener("keydown", x));
|
|
3087
3094
|
};
|
|
3088
3095
|
}, [t]), /* @__PURE__ */ n.jsxs(
|
|
3089
3096
|
"div",
|
|
@@ -3092,10 +3099,10 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3092
3099
|
tabIndex: 1,
|
|
3093
3100
|
ref: u,
|
|
3094
3101
|
style: {
|
|
3095
|
-
display:
|
|
3102
|
+
display: i ? "none" : "block",
|
|
3096
3103
|
height: "100%",
|
|
3097
|
-
...((g = Object == null ? void 0 : Object.keys(
|
|
3098
|
-
...
|
|
3104
|
+
...((g = Object == null ? void 0 : Object.keys(l || {})) == null ? void 0 : g.length) > 0 && {
|
|
3105
|
+
...l
|
|
3099
3106
|
}
|
|
3100
3107
|
},
|
|
3101
3108
|
children: [
|
|
@@ -3104,14 +3111,14 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3104
3111
|
]
|
|
3105
3112
|
}
|
|
3106
3113
|
);
|
|
3107
|
-
}, ht =
|
|
3108
|
-
const [t, r] = D([]), [s,
|
|
3114
|
+
}, ht = O($r), Et = Te({}), De = () => ye(Et), Br = ({ children: e }) => {
|
|
3115
|
+
const [t, r] = D([]), [s, l] = D({}), [i, o] = D(!0), [d, c] = D({}), u = K(!1), f = en(), { ticketId: x } = ve(), { ws: g, setGetResponse: m } = he(), { parsedJWT: T } = q(), w = R(() => {
|
|
3109
3116
|
var S;
|
|
3110
|
-
const b = (s == null ? void 0 : s.CREATED_BY) ?? {}, E = (s == null ? void 0 : s.ASSIGNEE) ?? {},
|
|
3111
|
-
...
|
|
3112
|
-
}))) == null ? void 0 : S.filter((
|
|
3117
|
+
const b = (s == null ? void 0 : s.CREATED_BY) ?? {}, E = (s == null ? void 0 : s.ASSIGNEE) ?? {}, C = (s == null ? void 0 : s.OTHER_ASSIGNEE) ?? [], k = (S = [b, E, ...C].map((F) => ({
|
|
3118
|
+
...F
|
|
3119
|
+
}))) == null ? void 0 : S.filter((F) => {
|
|
3113
3120
|
var B;
|
|
3114
|
-
return ((B = Object.keys(
|
|
3121
|
+
return ((B = Object.keys(F || {})) == null ? void 0 : B.length) > 0;
|
|
3115
3122
|
});
|
|
3116
3123
|
return yn({ ArrObj: k, key: "EMP_ID" });
|
|
3117
3124
|
}, [s]), p = () => {
|
|
@@ -3124,22 +3131,22 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3124
3131
|
PAGE: 1,
|
|
3125
3132
|
TASK_ID: x
|
|
3126
3133
|
}
|
|
3127
|
-
})) == null ? void 0 : b.then((
|
|
3128
|
-
var k, S,
|
|
3129
|
-
if (((
|
|
3130
|
-
const
|
|
3134
|
+
})) == null ? void 0 : b.then((C) => {
|
|
3135
|
+
var k, S, F, B, M, L;
|
|
3136
|
+
if (((F = (S = (k = C == null ? void 0 : C.data) == null ? void 0 : k.DATA) == null ? void 0 : S.LIST) == null ? void 0 : F.length) > 0) {
|
|
3137
|
+
const H = (L = (M = (B = C == null ? void 0 : C.data) == null ? void 0 : B.DATA) == null ? void 0 : M.LIST) == null ? void 0 : L.map(($) => ({
|
|
3131
3138
|
...$,
|
|
3132
3139
|
ACTOR: {
|
|
3133
3140
|
...$ == null ? void 0 : $.ACTOR
|
|
3134
3141
|
}
|
|
3135
3142
|
}));
|
|
3136
|
-
r(Qe(
|
|
3143
|
+
r(Qe(H));
|
|
3137
3144
|
} else
|
|
3138
3145
|
r({});
|
|
3139
3146
|
})) == null || E.finally(() => {
|
|
3140
3147
|
o(!1);
|
|
3141
3148
|
});
|
|
3142
|
-
},
|
|
3149
|
+
}, j = () => {
|
|
3143
3150
|
var b;
|
|
3144
3151
|
(b = f({
|
|
3145
3152
|
endpoint: "/helpdesk/myticket/get",
|
|
@@ -3148,30 +3155,30 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3148
3155
|
TASK_ID: x
|
|
3149
3156
|
}
|
|
3150
3157
|
})) == null || b.then((E) => {
|
|
3151
|
-
var
|
|
3152
|
-
if ((
|
|
3153
|
-
const
|
|
3154
|
-
|
|
3158
|
+
var C, k, S;
|
|
3159
|
+
if ((C = E == null ? void 0 : E.data) != null && C.DATA) {
|
|
3160
|
+
const F = (S = (k = E == null ? void 0 : E.data) == null ? void 0 : k.DATA) == null ? void 0 : S.LIST;
|
|
3161
|
+
l(F);
|
|
3155
3162
|
} else
|
|
3156
|
-
|
|
3163
|
+
l({});
|
|
3157
3164
|
});
|
|
3158
3165
|
}, v = (b) => {
|
|
3159
3166
|
var k;
|
|
3160
|
-
const E = (k = b == null ? void 0 : b.ACTOR) == null ? void 0 : k.EMP_ID,
|
|
3161
|
-
|
|
3167
|
+
const E = (k = b == null ? void 0 : b.ACTOR) == null ? void 0 : k.EMP_ID, C = T == null ? void 0 : T.EMP_ID;
|
|
3168
|
+
m(!0), c((S) => ({
|
|
3162
3169
|
...S,
|
|
3163
3170
|
[E]: !1
|
|
3164
3171
|
})), u.current || r((S) => {
|
|
3165
|
-
const
|
|
3172
|
+
const F = jn(S), B = E == C ? "to" : "from", M = [...F, { ...b, CHAT_ALIGN: B }];
|
|
3166
3173
|
return Qe(M);
|
|
3167
3174
|
}), u.current = !1;
|
|
3168
3175
|
}, h = (b) => {
|
|
3169
3176
|
if ((b == null ? void 0 : b.data) !== "PING") {
|
|
3170
|
-
const E = JSON.parse((b == null ? void 0 : b.data) || "{}"), { DATA:
|
|
3171
|
-
(k === "RECEIVE_MESSAGE" || k === "RECEIVE_ANOTHER_MESSAGE") && v(
|
|
3177
|
+
const E = JSON.parse((b == null ? void 0 : b.data) || "{}"), { DATA: C = {}, EVENT: k = "" } = E ?? {};
|
|
3178
|
+
(k === "RECEIVE_MESSAGE" || k === "RECEIVE_ANOTHER_MESSAGE") && v(C);
|
|
3172
3179
|
}
|
|
3173
3180
|
};
|
|
3174
|
-
return X(() => (x && (p(),
|
|
3181
|
+
return X(() => (x && (p(), j()), g && x && (g == null || g.addEventListener("message", h)), () => {
|
|
3175
3182
|
g && x && (g == null || g.removeEventListener("message", h));
|
|
3176
3183
|
}), [x]), /* @__PURE__ */ n.jsx(
|
|
3177
3184
|
Et.Provider,
|
|
@@ -3180,21 +3187,21 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3180
3187
|
chats: t,
|
|
3181
3188
|
setChats: r,
|
|
3182
3189
|
detailTicket: s,
|
|
3183
|
-
employees:
|
|
3190
|
+
employees: w,
|
|
3184
3191
|
isFromSelf: u,
|
|
3185
|
-
loadingChats:
|
|
3192
|
+
loadingChats: i,
|
|
3186
3193
|
objTypingOtherEmp: d,
|
|
3187
|
-
setTypingOtherEmp:
|
|
3194
|
+
setTypingOtherEmp: c
|
|
3188
3195
|
},
|
|
3189
3196
|
children: e
|
|
3190
3197
|
}
|
|
3191
3198
|
);
|
|
3192
3199
|
}, Ur = ({ onClose: e }) => {
|
|
3193
|
-
const { xs: t } =
|
|
3194
|
-
var
|
|
3195
|
-
return (
|
|
3196
|
-
}, [r]), d =
|
|
3197
|
-
return
|
|
3200
|
+
const { xs: t } = me.useBreakpoint(), { employees: r, detailTicket: s, loadingChats: l } = De(), { userOnline: i } = he(), o = R(() => {
|
|
3201
|
+
var c;
|
|
3202
|
+
return (c = r == null ? void 0 : r.map((u) => u == null ? void 0 : u.FULL_NAME)) == null ? void 0 : c.join(", ");
|
|
3203
|
+
}, [r]), d = R(() => t ? "click" : "hover", [t]);
|
|
3204
|
+
return l ? /* @__PURE__ */ n.jsxs("div", { className: "w-ticket-detail-header-container", children: [
|
|
3198
3205
|
/* @__PURE__ */ n.jsx(ue.Avatar, {}),
|
|
3199
3206
|
/* @__PURE__ */ n.jsxs("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: [
|
|
3200
3207
|
/* @__PURE__ */ n.jsx(ue.Input, {}),
|
|
@@ -3204,7 +3211,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3204
3211
|
] }) : /* @__PURE__ */ n.jsxs("div", { className: "w-ticket-detail-header-container", children: [
|
|
3205
3212
|
/* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8 }, children: [
|
|
3206
3213
|
/* @__PURE__ */ n.jsx(
|
|
3207
|
-
|
|
3214
|
+
Y,
|
|
3208
3215
|
{
|
|
3209
3216
|
icon: /* @__PURE__ */ n.jsx(P, { type: "down" }),
|
|
3210
3217
|
style: { border: "none" },
|
|
@@ -3223,9 +3230,9 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3223
3230
|
backgroundColor: "#fde3cf",
|
|
3224
3231
|
cursor: "pointer"
|
|
3225
3232
|
},
|
|
3226
|
-
children: r == null ? void 0 : r.map((
|
|
3227
|
-
const f =
|
|
3228
|
-
return /* @__PURE__ */ n.jsx(Se, { title:
|
|
3233
|
+
children: r == null ? void 0 : r.map((c, u) => {
|
|
3234
|
+
const f = i == null ? void 0 : i.includes(c == null ? void 0 : c.EMP_ID);
|
|
3235
|
+
return /* @__PURE__ */ n.jsx(Se, { title: c == null ? void 0 : c.FULL_NAME, trigger: d, children: /* @__PURE__ */ vn(
|
|
3229
3236
|
Ee,
|
|
3230
3237
|
{
|
|
3231
3238
|
...f && {
|
|
@@ -3234,9 +3241,9 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3234
3241
|
borderRadius: "50%"
|
|
3235
3242
|
}
|
|
3236
3243
|
},
|
|
3237
|
-
src:
|
|
3244
|
+
src: c == null ? void 0 : c.PHOTO,
|
|
3238
3245
|
key: u,
|
|
3239
|
-
nameFallback:
|
|
3246
|
+
nameFallback: c == null ? void 0 : c.FULL_NAME
|
|
3240
3247
|
}
|
|
3241
3248
|
) }, u);
|
|
3242
3249
|
})
|
|
@@ -3248,7 +3255,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3248
3255
|
{
|
|
3249
3256
|
title: `${s == null ? void 0 : s.TASK_CODE} - ${s == null ? void 0 : s.SUBJECT}`,
|
|
3250
3257
|
trigger: d,
|
|
3251
|
-
children: /* @__PURE__ */ n.jsxs(
|
|
3258
|
+
children: /* @__PURE__ */ n.jsxs(G.Text, { className: "w-ticket-detail-header-text", children: [
|
|
3252
3259
|
s == null ? void 0 : s.TASK_CODE,
|
|
3253
3260
|
" - ",
|
|
3254
3261
|
s == null ? void 0 : s.SUBJECT
|
|
@@ -3256,7 +3263,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3256
3263
|
}
|
|
3257
3264
|
),
|
|
3258
3265
|
/* @__PURE__ */ n.jsx(Se, { title: o, trigger: d, children: /* @__PURE__ */ n.jsx(
|
|
3259
|
-
|
|
3266
|
+
G.Text,
|
|
3260
3267
|
{
|
|
3261
3268
|
type: "secondary",
|
|
3262
3269
|
className: "w-ticket-detail-header-text",
|
|
@@ -3268,10 +3275,10 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3268
3275
|
) })
|
|
3269
3276
|
] })
|
|
3270
3277
|
] }),
|
|
3271
|
-
/* @__PURE__ */ n.jsx(
|
|
3278
|
+
/* @__PURE__ */ n.jsx(mt, { taskStatus: s == null ? void 0 : s.STATUS })
|
|
3272
3279
|
] });
|
|
3273
|
-
}, Wr =
|
|
3274
|
-
const t =
|
|
3280
|
+
}, Wr = O(Ur), Vr = ({ ...e }) => {
|
|
3281
|
+
const t = R(() => (e == null ? void 0 : e.CHAT_ALIGN) === "to" ? "client" : "response", [e]);
|
|
3275
3282
|
return /* @__PURE__ */ n.jsxs("div", { className: `w-bubble-chat ${`w-${t}`}`, children: [
|
|
3276
3283
|
/* @__PURE__ */ n.jsx(
|
|
3277
3284
|
"p",
|
|
@@ -3290,25 +3297,25 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3290
3297
|
}
|
|
3291
3298
|
)
|
|
3292
3299
|
] });
|
|
3293
|
-
}, Gr =
|
|
3294
|
-
const t = _("Download", "Download"), r =
|
|
3295
|
-
var
|
|
3300
|
+
}, Gr = O(Vr), zr = ({ ...e }) => {
|
|
3301
|
+
const t = _("Download", "Download"), r = R(() => (e == null ? void 0 : e.CHAT_ALIGN) === "to" ? "client" : "response", [e]), s = R(() => {
|
|
3302
|
+
var c;
|
|
3296
3303
|
const d = e == null ? void 0 : e.ATTACHMENT;
|
|
3297
3304
|
if (d)
|
|
3298
3305
|
try {
|
|
3299
|
-
const u = new URL(d), f = (
|
|
3306
|
+
const u = new URL(d), f = (c = u == null ? void 0 : u.pathname) == null ? void 0 : c.split("/");
|
|
3300
3307
|
return f == null ? void 0 : f[(f == null ? void 0 : f.length) - 1];
|
|
3301
3308
|
} catch {
|
|
3302
3309
|
return d;
|
|
3303
3310
|
}
|
|
3304
3311
|
return "";
|
|
3305
|
-
}, [e]),
|
|
3312
|
+
}, [e]), l = R(() => {
|
|
3306
3313
|
if (s != null && s.includes(".")) {
|
|
3307
3314
|
const d = s == null ? void 0 : s.split(".");
|
|
3308
3315
|
return `.${d == null ? void 0 : d[(d == null ? void 0 : d.length) - 1]}`;
|
|
3309
3316
|
}
|
|
3310
3317
|
return "";
|
|
3311
|
-
}, [e, s]),
|
|
3318
|
+
}, [e, s]), i = R(() => dn == null ? void 0 : dn.includes(l), [e, l]), o = () => {
|
|
3312
3319
|
Tn({
|
|
3313
3320
|
downloadURL: e == null ? void 0 : e.ATTACHMENT,
|
|
3314
3321
|
fileName: s,
|
|
@@ -3321,10 +3328,10 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3321
3328
|
className: `w-bubble-chat ${`w-${r}`}`,
|
|
3322
3329
|
style: { display: "flex", flexDirection: "column" },
|
|
3323
3330
|
children: [
|
|
3324
|
-
|
|
3331
|
+
i ? /* @__PURE__ */ n.jsx(kn, { src: e == null ? void 0 : e.ATTACHMENT, fallback: ys }) : /* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8, alignItems: "center" }, children: [
|
|
3325
3332
|
/* @__PURE__ */ n.jsx(P, { type: "file" }),
|
|
3326
3333
|
/* @__PURE__ */ n.jsx(
|
|
3327
|
-
|
|
3334
|
+
G.Link,
|
|
3328
3335
|
{
|
|
3329
3336
|
onClick: o,
|
|
3330
3337
|
style: { display: "block", width: 160 },
|
|
@@ -3332,8 +3339,8 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3332
3339
|
}
|
|
3333
3340
|
)
|
|
3334
3341
|
] }),
|
|
3335
|
-
|
|
3336
|
-
|
|
3342
|
+
i && /* @__PURE__ */ n.jsx(
|
|
3343
|
+
Y,
|
|
3337
3344
|
{
|
|
3338
3345
|
onClick: o,
|
|
3339
3346
|
style: {
|
|
@@ -3358,8 +3365,8 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3358
3365
|
]
|
|
3359
3366
|
}
|
|
3360
3367
|
) });
|
|
3361
|
-
}, Yr =
|
|
3362
|
-
const t =
|
|
3368
|
+
}, Yr = O(zr), Kr = ({ ...e }) => {
|
|
3369
|
+
const t = R(() => (e == null ? void 0 : e.CHAT_ALIGN) === "to" ? "client" : "response", [e]);
|
|
3363
3370
|
return /* @__PURE__ */ n.jsxs("div", { className: "w-ticket-info-chat-container", children: [
|
|
3364
3371
|
/* @__PURE__ */ n.jsx(
|
|
3365
3372
|
We,
|
|
@@ -3369,9 +3376,9 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3369
3376
|
sender: t
|
|
3370
3377
|
}
|
|
3371
3378
|
),
|
|
3372
|
-
/* @__PURE__ */ n.jsx(
|
|
3379
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: e == null ? void 0 : e.MESSAGE })
|
|
3373
3380
|
] });
|
|
3374
|
-
}, qr =
|
|
3381
|
+
}, qr = O(Kr), Tt = () => {
|
|
3375
3382
|
const { widgetProps: e } = q(), t = ke.enc.Hex.parse(
|
|
3376
3383
|
ke.enc.Utf8.parse(e == null ? void 0 : e.keyEncrypt).toString()
|
|
3377
3384
|
), r = {
|
|
@@ -3379,25 +3386,25 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3379
3386
|
padding: ke.pad.Pkcs7
|
|
3380
3387
|
}, s = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|GreatDayHR/i.test(
|
|
3381
3388
|
navigator.userAgent
|
|
3382
|
-
),
|
|
3389
|
+
), l = (o) => {
|
|
3383
3390
|
if (typeof o == "number" && (o = o.toString()), !o) return "";
|
|
3384
3391
|
if (s) return window.encodeURIComponent(o);
|
|
3385
|
-
const d = ke.enc.Utf8.parse(o),
|
|
3392
|
+
const d = ke.enc.Utf8.parse(o), c = ke.AES.encrypt(
|
|
3386
3393
|
d,
|
|
3387
3394
|
t,
|
|
3388
3395
|
r
|
|
3389
3396
|
).toString();
|
|
3390
|
-
return window.encodeURIComponent(`$${
|
|
3397
|
+
return window.encodeURIComponent(`$${c}`);
|
|
3391
3398
|
};
|
|
3392
3399
|
return {
|
|
3393
3400
|
paramsEncrypt: (o) => {
|
|
3394
|
-
const [d,
|
|
3401
|
+
const [d, c = null] = o.split("?"), u = d.split("/").map((f) => {
|
|
3395
3402
|
const [, x = null] = f.split(":");
|
|
3396
|
-
return x && (e != null && e.keyEncrypt) ?
|
|
3403
|
+
return x && (e != null && e.keyEncrypt) ? l(x) : f;
|
|
3397
3404
|
}).join("/");
|
|
3398
|
-
return
|
|
3405
|
+
return c ? `${u}?${c}` : u;
|
|
3399
3406
|
},
|
|
3400
|
-
encrypt:
|
|
3407
|
+
encrypt: l
|
|
3401
3408
|
};
|
|
3402
3409
|
}, Jr = ({ ...e }) => {
|
|
3403
3410
|
const t = _("ViewFAQ", "View FAQ"), r = _(
|
|
@@ -3406,10 +3413,10 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3406
3413
|
), s = _(
|
|
3407
3414
|
"ThisFAQIsUnavailable",
|
|
3408
3415
|
"This FAQ is unavailable"
|
|
3409
|
-
), { paramsEncrypt:
|
|
3416
|
+
), { paramsEncrypt: l } = Tt(), { widgetProps: i } = q(), o = R(() => (e == null ? void 0 : e.CHAT_ALIGN) === "to" ? "client" : "response", [e]), d = R(() => e == null ? void 0 : e.FAQ_ID, [e]);
|
|
3410
3417
|
return /* @__PURE__ */ n.jsxs("div", { className: `w-bubble-chat ${`w-${o}`}`, children: [
|
|
3411
3418
|
/* @__PURE__ */ n.jsx(
|
|
3412
|
-
|
|
3419
|
+
G.Text,
|
|
3413
3420
|
{
|
|
3414
3421
|
style: {
|
|
3415
3422
|
backgroundColor: "rgb(244, 245, 246)",
|
|
@@ -3423,18 +3430,18 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3423
3430
|
}
|
|
3424
3431
|
),
|
|
3425
3432
|
d ? /* @__PURE__ */ n.jsx(
|
|
3426
|
-
|
|
3433
|
+
Y,
|
|
3427
3434
|
{
|
|
3428
3435
|
block: !0,
|
|
3429
3436
|
onClick: () => {
|
|
3430
|
-
var
|
|
3431
|
-
typeof (
|
|
3432
|
-
|
|
3437
|
+
var c;
|
|
3438
|
+
typeof (i == null ? void 0 : i.history) < "u" && ((c = i == null ? void 0 : i.history) == null || c.push(
|
|
3439
|
+
l(`/standard/hrm.helpdesk.FAQ-detail/:${d}`)
|
|
3433
3440
|
));
|
|
3434
3441
|
},
|
|
3435
3442
|
children: t
|
|
3436
3443
|
}
|
|
3437
|
-
) : /* @__PURE__ */ n.jsx(
|
|
3444
|
+
) : /* @__PURE__ */ n.jsx(G.Text, { children: s }),
|
|
3438
3445
|
/* @__PURE__ */ n.jsx(
|
|
3439
3446
|
We,
|
|
3440
3447
|
{
|
|
@@ -3444,7 +3451,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3444
3451
|
}
|
|
3445
3452
|
)
|
|
3446
3453
|
] });
|
|
3447
|
-
}, Qr =
|
|
3454
|
+
}, Qr = O(Jr), Zr = ({ ...e }) => {
|
|
3448
3455
|
switch (e == null ? void 0 : e.CHAT_TYPE) {
|
|
3449
3456
|
case "info":
|
|
3450
3457
|
return /* @__PURE__ */ n.jsx(qr, { ...e });
|
|
@@ -3455,42 +3462,42 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3455
3462
|
default:
|
|
3456
3463
|
return null;
|
|
3457
3464
|
}
|
|
3458
|
-
}, Xr =
|
|
3459
|
-
var
|
|
3460
|
-
const [e, t] = D([]), r = _("And", "and"), s = _("IsTyping", "Is Typing"),
|
|
3461
|
-
const
|
|
3465
|
+
}, Xr = O(Zr), Pr = () => {
|
|
3466
|
+
var T;
|
|
3467
|
+
const [e, t] = D([]), r = _("And", "and"), s = _("IsTyping", "Is Typing"), l = _("People", "People"), { employees: i, setTypingOtherEmp: o, objTypingOtherEmp: d } = De(), { ws: c, setGetResponse: u } = he(), { parsedJWT: f } = q(), x = R(() => e == null ? void 0 : e.filter((w) => d == null ? void 0 : d[w == null ? void 0 : w.EMP_ID]), [d, e]), g = R(() => {
|
|
3468
|
+
const w = x == null ? void 0 : x.map((p) => p == null ? void 0 : p.FULL_NAME);
|
|
3462
3469
|
if ((x == null ? void 0 : x.length) > 2) {
|
|
3463
|
-
const p =
|
|
3464
|
-
return `${p == null ? void 0 : p.join(", ")}, ${r} ${
|
|
3470
|
+
const p = w == null ? void 0 : w.filter((v, h) => h <= 1), j = w == null ? void 0 : w.filter((v, h) => h > 1);
|
|
3471
|
+
return `${p == null ? void 0 : p.join(", ")}, ${r} ${j == null ? void 0 : j.length} ${l} ${s}`;
|
|
3465
3472
|
}
|
|
3466
|
-
return `${
|
|
3467
|
-
}, [e, x]),
|
|
3468
|
-
if ((
|
|
3469
|
-
const p = JSON.parse((
|
|
3473
|
+
return `${w == null ? void 0 : w.join(", ")} ${s}`;
|
|
3474
|
+
}, [e, x]), m = (w) => {
|
|
3475
|
+
if ((w == null ? void 0 : w.data) !== "PING") {
|
|
3476
|
+
const p = JSON.parse((w == null ? void 0 : w.data) || "{}"), { DATA: j = {}, EVENT: v = "" } = p ?? {}, h = j == null ? void 0 : j.EMPLOYEE_ID, b = f == null ? void 0 : f.EMP_ID;
|
|
3470
3477
|
if (v === "TYPING") {
|
|
3471
3478
|
h === b ? u(!1) : o((k) => ({
|
|
3472
3479
|
...k,
|
|
3473
|
-
[h]:
|
|
3480
|
+
[h]: j == null ? void 0 : j.IS_TYPING
|
|
3474
3481
|
}));
|
|
3475
|
-
const E =
|
|
3476
|
-
(k) => (k == null ? void 0 : k.EMP_ID) === (
|
|
3477
|
-
),
|
|
3478
|
-
...
|
|
3482
|
+
const E = i == null ? void 0 : i.find(
|
|
3483
|
+
(k) => (k == null ? void 0 : k.EMP_ID) === (j == null ? void 0 : j.EMPLOYEE_ID)
|
|
3484
|
+
), C = {
|
|
3485
|
+
...j,
|
|
3479
3486
|
...E
|
|
3480
3487
|
};
|
|
3481
3488
|
t((k) => {
|
|
3482
|
-
const S = [...k,
|
|
3489
|
+
const S = [...k, C], F = yn({
|
|
3483
3490
|
ArrObj: S,
|
|
3484
3491
|
key: "EMPLOYEE_ID"
|
|
3485
3492
|
});
|
|
3486
|
-
return
|
|
3493
|
+
return F == null ? void 0 : F.filter((B) => B == null ? void 0 : B.IS_TYPING);
|
|
3487
3494
|
});
|
|
3488
3495
|
}
|
|
3489
3496
|
}
|
|
3490
3497
|
};
|
|
3491
|
-
return X(() => (
|
|
3492
|
-
|
|
3493
|
-
}), [
|
|
3498
|
+
return X(() => (c && (c == null || c.addEventListener("message", m)), () => {
|
|
3499
|
+
c && (c == null || c.removeEventListener("message", m));
|
|
3500
|
+
}), [i]), (T = Object.values(d || {})) != null && T.every((w) => w === !1) ? null : /* @__PURE__ */ n.jsxs(
|
|
3494
3501
|
"div",
|
|
3495
3502
|
{
|
|
3496
3503
|
style: {
|
|
@@ -3509,40 +3516,40 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3509
3516
|
backgroundColor: "#fde3cf",
|
|
3510
3517
|
cursor: "pointer"
|
|
3511
3518
|
},
|
|
3512
|
-
children: x == null ? void 0 : x.map((
|
|
3519
|
+
children: x == null ? void 0 : x.map((w, p) => /* @__PURE__ */ n.jsx(Se, { title: w == null ? void 0 : w.FULL_NAME, children: /* @__PURE__ */ n.jsx(Ee, { src: w == null ? void 0 : w.PHOTO, nameFallback: w == null ? void 0 : w.FULL_NAME }) }, p))
|
|
3513
3520
|
}
|
|
3514
3521
|
),
|
|
3515
|
-
/* @__PURE__ */ n.jsx(
|
|
3522
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: g }),
|
|
3516
3523
|
(x == null ? void 0 : x.length) > 0 ? /* @__PURE__ */ n.jsx(gt, {}) : null
|
|
3517
3524
|
]
|
|
3518
3525
|
}
|
|
3519
3526
|
);
|
|
3520
|
-
}, eo =
|
|
3521
|
-
var
|
|
3522
|
-
const { chats: e } = De(), { widgetProps: t } = q(), { activeTab: r } = be(), s = K(), { xs:
|
|
3527
|
+
}, eo = O(Pr), no = () => {
|
|
3528
|
+
var i;
|
|
3529
|
+
const { chats: e } = De(), { widgetProps: t } = q(), { activeTab: r } = be(), s = K(), { xs: l } = me.useBreakpoint();
|
|
3523
3530
|
return X(() => {
|
|
3524
3531
|
clearTimeout(s.current), s.current = setTimeout(() => {
|
|
3525
|
-
|
|
3532
|
+
Ce(".w-ticket-detail-content-container");
|
|
3526
3533
|
}, 350);
|
|
3527
3534
|
}, [r]), /* @__PURE__ */ n.jsxs(
|
|
3528
3535
|
"div",
|
|
3529
3536
|
{
|
|
3530
|
-
className: `w-ticket-detail-content-container ${
|
|
3537
|
+
className: `w-ticket-detail-content-container ${l ? t != null && t.isSF ? "w-ticket-detail-content-container-sf-mobile" : "w-ticket-detail-content-container-mobile" : ""} `,
|
|
3531
3538
|
children: [
|
|
3532
|
-
(
|
|
3533
|
-
var
|
|
3539
|
+
(i = Object.keys(e || {})) == null ? void 0 : i.map((o) => {
|
|
3540
|
+
var c, u;
|
|
3534
3541
|
const d = e == null ? void 0 : e[o];
|
|
3535
|
-
return /* @__PURE__ */ n.jsxs(
|
|
3536
|
-
/* @__PURE__ */ n.jsx("div", { className: "w-datekey-chats", children: (
|
|
3542
|
+
return /* @__PURE__ */ n.jsxs(mn, { children: [
|
|
3543
|
+
/* @__PURE__ */ n.jsx("div", { className: "w-datekey-chats", children: (c = ae(o)) == null ? void 0 : c.format("ddd, DD MMMM YYYY") }),
|
|
3537
3544
|
/* @__PURE__ */ n.jsx("div", { className: "w-bubble-chat-container", children: (u = ct(d)) == null ? void 0 : u.map((f, x) => {
|
|
3538
|
-
var
|
|
3539
|
-
const g = (f == null ? void 0 : f.CHAT_ALIGN) === "to" ? "client" : "response",
|
|
3540
|
-
return /* @__PURE__ */ n.jsxs(
|
|
3541
|
-
g === "response" &&
|
|
3545
|
+
var T, w;
|
|
3546
|
+
const g = (f == null ? void 0 : f.CHAT_ALIGN) === "to" ? "client" : "response", m = f == null ? void 0 : f.CHAT_TYPE;
|
|
3547
|
+
return /* @__PURE__ */ n.jsxs(mn, { children: [
|
|
3548
|
+
g === "response" && m !== "info" && /* @__PURE__ */ n.jsx(
|
|
3542
3549
|
Ue,
|
|
3543
3550
|
{
|
|
3544
|
-
src: (
|
|
3545
|
-
name: (
|
|
3551
|
+
src: (T = f == null ? void 0 : f.ACTOR) == null ? void 0 : T.PHOTO,
|
|
3552
|
+
name: (w = f == null ? void 0 : f.ACTOR) == null ? void 0 : w.FULL_NAME
|
|
3546
3553
|
}
|
|
3547
3554
|
),
|
|
3548
3555
|
/* @__PURE__ */ n.jsx(Xr, { ...f })
|
|
@@ -3554,21 +3561,21 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3554
3561
|
]
|
|
3555
3562
|
}
|
|
3556
3563
|
);
|
|
3557
|
-
}, to =
|
|
3558
|
-
var
|
|
3559
|
-
const { chats: e, loadingChats: t } = De(), { widgetProps: r } = q(), { xs: s } =
|
|
3560
|
-
var
|
|
3564
|
+
}, to = O(no), so = () => {
|
|
3565
|
+
var i, o;
|
|
3566
|
+
const { chats: e, loadingChats: t } = De(), { widgetProps: r } = q(), { xs: s } = me.useBreakpoint(), l = R(() => {
|
|
3567
|
+
var c;
|
|
3561
3568
|
const d = [fn];
|
|
3562
3569
|
return s && (r != null && r.isSF ? d == null || d.push(
|
|
3563
3570
|
`${fn}-sf-mobile`
|
|
3564
|
-
) : d == null || d.push(`${fn}-mobile`)), (
|
|
3571
|
+
) : d == null || d.push(`${fn}-mobile`)), (c = d == null ? void 0 : d.filter(Boolean)) == null ? void 0 : c.join(" ");
|
|
3565
3572
|
}, [s, r == null ? void 0 : r.isSF]);
|
|
3566
3573
|
return t ? /* @__PURE__ */ n.jsx(
|
|
3567
3574
|
"div",
|
|
3568
3575
|
{
|
|
3569
|
-
className: `${
|
|
3570
|
-
children: (
|
|
3571
|
-
const u =
|
|
3576
|
+
className: `${l} w-ticket-detail-loading-chats`,
|
|
3577
|
+
children: (i = Array.from({ length: 3 })) == null ? void 0 : i.map((d, c) => {
|
|
3578
|
+
const u = c % 2 === 0;
|
|
3572
3579
|
return /* @__PURE__ */ n.jsxs(
|
|
3573
3580
|
"div",
|
|
3574
3581
|
{
|
|
@@ -3603,14 +3610,14 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3603
3610
|
)
|
|
3604
3611
|
]
|
|
3605
3612
|
},
|
|
3606
|
-
|
|
3613
|
+
c
|
|
3607
3614
|
);
|
|
3608
3615
|
})
|
|
3609
3616
|
}
|
|
3610
3617
|
) : ((o = Object.keys(e || {})) == null ? void 0 : o.length) === 0 ? /* @__PURE__ */ n.jsx(
|
|
3611
3618
|
"div",
|
|
3612
3619
|
{
|
|
3613
|
-
className:
|
|
3620
|
+
className: l,
|
|
3614
3621
|
style: {
|
|
3615
3622
|
display: "flex",
|
|
3616
3623
|
justifyContent: "center",
|
|
@@ -3619,7 +3626,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3619
3626
|
children: /* @__PURE__ */ n.jsx(et, {})
|
|
3620
3627
|
}
|
|
3621
3628
|
) : /* @__PURE__ */ n.jsx(to, {});
|
|
3622
|
-
}, ro =
|
|
3629
|
+
}, ro = O(so), oo = ({ ...e }) => {
|
|
3623
3630
|
const t = K(0);
|
|
3624
3631
|
return /* @__PURE__ */ n.jsxs(
|
|
3625
3632
|
"div",
|
|
@@ -3645,23 +3652,23 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3645
3652
|
}
|
|
3646
3653
|
),
|
|
3647
3654
|
/* @__PURE__ */ n.jsxs("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: [
|
|
3648
|
-
/* @__PURE__ */ n.jsx(
|
|
3649
|
-
/* @__PURE__ */ n.jsx(
|
|
3650
|
-
/* @__PURE__ */ n.jsx(
|
|
3651
|
-
/* @__PURE__ */ n.jsx(
|
|
3655
|
+
/* @__PURE__ */ n.jsx(G.Text, { strong: !0, style: { fontSize: 18 }, children: e == null ? void 0 : e.FULL_NAME }),
|
|
3656
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: e == null ? void 0 : e.POSITION_NAME }, e == null ? void 0 : e.POSITION_NAME),
|
|
3657
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: e == null ? void 0 : e.DEPT_NAME }),
|
|
3658
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: e == null ? void 0 : e.WORKLOCATION })
|
|
3652
3659
|
] })
|
|
3653
3660
|
]
|
|
3654
3661
|
}
|
|
3655
3662
|
);
|
|
3656
|
-
}, co =
|
|
3657
|
-
var
|
|
3658
|
-
const r = en(), [s,
|
|
3663
|
+
}, co = O(oo), io = ({ setLoadingUpload: e, isLoadingUpload: t }) => {
|
|
3664
|
+
var j, v;
|
|
3665
|
+
const r = en(), [s, l] = D({}), i = K(null), o = _(
|
|
3659
3666
|
"ImageMustSmallerThan",
|
|
3660
3667
|
"Image must smaller than"
|
|
3661
3668
|
), d = _(
|
|
3662
3669
|
"MaximumFileSizeExceeded",
|
|
3663
3670
|
"Maximum file size exceeded"
|
|
3664
|
-
), { onSendMsg:
|
|
3671
|
+
), { onSendMsg: c } = he(), { employees: u, setChats: f, isFromSelf: x } = De(), { ticketId: g } = ve(), { activeTab: m } = be(), T = () => {
|
|
3665
3672
|
var h;
|
|
3666
3673
|
(h = r({
|
|
3667
3674
|
endpoint: "/upload/get-upload-config",
|
|
@@ -3673,14 +3680,14 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3673
3680
|
}
|
|
3674
3681
|
}
|
|
3675
3682
|
})) == null || h.then((b) => {
|
|
3676
|
-
var
|
|
3677
|
-
const E = (k = (
|
|
3678
|
-
(E == null ? void 0 : E.length) > 0 &&
|
|
3683
|
+
var C, k;
|
|
3684
|
+
const E = (k = (C = b == null ? void 0 : b.data) == null ? void 0 : C.DATA) == null ? void 0 : k.LIST;
|
|
3685
|
+
(E == null ? void 0 : E.length) > 0 && l(E == null ? void 0 : E[0]);
|
|
3679
3686
|
});
|
|
3680
|
-
},
|
|
3681
|
-
var
|
|
3687
|
+
}, w = (h) => {
|
|
3688
|
+
var C, k, S;
|
|
3682
3689
|
const b = h.size / 1024 / 1024, E = (s == null ? void 0 : s.MAXFILESIZE) / 1024;
|
|
3683
|
-
return b > E && ((
|
|
3690
|
+
return b > E && ((C = ie) == null || C.destroy(), (k = ie) == null || k.config({
|
|
3684
3691
|
getContainer: () => document.querySelector(".w-widget-content-container"),
|
|
3685
3692
|
top: 28,
|
|
3686
3693
|
placement: "top"
|
|
@@ -3693,62 +3700,62 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3693
3700
|
duration: 3
|
|
3694
3701
|
})), !1;
|
|
3695
3702
|
}, p = (h) => {
|
|
3696
|
-
var E,
|
|
3703
|
+
var E, C;
|
|
3697
3704
|
e(!0);
|
|
3698
3705
|
const b = new FormData();
|
|
3699
|
-
b.append("UPLOAD_CODE", s == null ? void 0 : s.UPLOAD_CODE), b.append("UPLOAD_TYPE", s == null ? void 0 : s.UPLOAD_TYPE), b.append("FILE", h), (
|
|
3706
|
+
b.append("UPLOAD_CODE", s == null ? void 0 : s.UPLOAD_CODE), b.append("UPLOAD_TYPE", s == null ? void 0 : s.UPLOAD_TYPE), b.append("FILE", h), (C = (E = r({
|
|
3700
3707
|
endpoint: "/upload/temp",
|
|
3701
3708
|
data: b,
|
|
3702
3709
|
headers: {
|
|
3703
3710
|
"Content-Type": "multipart/form-data"
|
|
3704
3711
|
}
|
|
3705
3712
|
})) == null ? void 0 : E.then((k) => {
|
|
3706
|
-
var S,
|
|
3707
|
-
if ((
|
|
3708
|
-
const
|
|
3709
|
-
ATTACHMENT:
|
|
3713
|
+
var S, F, B, M, L;
|
|
3714
|
+
if ((F = (S = k == null ? void 0 : k.data) == null ? void 0 : S.DATA) != null && F.LIST) {
|
|
3715
|
+
const H = (M = (B = k == null ? void 0 : k.data) == null ? void 0 : B.DATA) == null ? void 0 : M.LIST, $ = {
|
|
3716
|
+
ATTACHMENT: H == null ? void 0 : H.VIEW_PATH,
|
|
3710
3717
|
FAQ_ID: null,
|
|
3711
3718
|
MESSAGE: "",
|
|
3712
3719
|
CREATED_DATE: (L = ae()) == null ? void 0 : L.format(`${En} HH:mm:ss`),
|
|
3713
3720
|
CHAT_ALIGN: "to",
|
|
3714
3721
|
CHAT_TYPE: "chat"
|
|
3715
3722
|
};
|
|
3716
|
-
f((
|
|
3717
|
-
const
|
|
3718
|
-
return Qe(
|
|
3719
|
-
}), x.current = !0,
|
|
3723
|
+
f((I) => {
|
|
3724
|
+
const z = [...jn(I), $];
|
|
3725
|
+
return Qe(z);
|
|
3726
|
+
}), x.current = !0, c({
|
|
3720
3727
|
event: "SEND_MESSAGE",
|
|
3721
3728
|
data: {
|
|
3722
|
-
ATTACHMENT:
|
|
3729
|
+
ATTACHMENT: H == null ? void 0 : H.TEMP_PATH,
|
|
3723
3730
|
FAQ_ID: null,
|
|
3724
3731
|
MESSAGE: "",
|
|
3725
|
-
EMPLOYEES: u == null ? void 0 : u.map((
|
|
3732
|
+
EMPLOYEES: u == null ? void 0 : u.map((I) => I == null ? void 0 : I.EMP_ID),
|
|
3726
3733
|
TASK_ID: g
|
|
3727
3734
|
}
|
|
3728
|
-
}), clearTimeout(
|
|
3729
|
-
|
|
3735
|
+
}), clearTimeout(i.current), i.current = setTimeout(() => {
|
|
3736
|
+
Ce(".w-ticket-detail-content-container");
|
|
3730
3737
|
}, 350);
|
|
3731
3738
|
}
|
|
3732
|
-
})) == null ||
|
|
3739
|
+
})) == null || C.finally(() => {
|
|
3733
3740
|
e(!1);
|
|
3734
3741
|
});
|
|
3735
3742
|
};
|
|
3736
3743
|
return X(() => {
|
|
3737
|
-
|
|
3744
|
+
T();
|
|
3738
3745
|
}, []), X(() => {
|
|
3739
3746
|
var h;
|
|
3740
3747
|
(h = ie) == null || h.destroy();
|
|
3741
|
-
}, [
|
|
3748
|
+
}, [m]), /* @__PURE__ */ n.jsx(
|
|
3742
3749
|
Pn,
|
|
3743
3750
|
{
|
|
3744
|
-
beforeUpload:
|
|
3751
|
+
beforeUpload: w,
|
|
3745
3752
|
fileList: [],
|
|
3746
|
-
accept: (v = (
|
|
3753
|
+
accept: (v = (j = s == null ? void 0 : s.EXT_LIST) == null ? void 0 : j.split(",")) == null ? void 0 : v.map((h) => `.${h}`),
|
|
3747
3754
|
onChange: (h) => {
|
|
3748
3755
|
p(h == null ? void 0 : h.file);
|
|
3749
3756
|
},
|
|
3750
3757
|
children: /* @__PURE__ */ n.jsx(
|
|
3751
|
-
|
|
3758
|
+
Y,
|
|
3752
3759
|
{
|
|
3753
3760
|
loading: t,
|
|
3754
3761
|
icon: /* @__PURE__ */ n.jsx(P, { type: "paper-clip" }),
|
|
@@ -3758,37 +3765,37 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3758
3765
|
)
|
|
3759
3766
|
}
|
|
3760
3767
|
);
|
|
3761
|
-
}, lo =
|
|
3768
|
+
}, lo = O(io), ao = (e) => {
|
|
3762
3769
|
var s;
|
|
3763
3770
|
const t = K(null), r = K(null);
|
|
3764
3771
|
return r != null && r.current && ((s = r.current) == null || s.update(e)), X(() => {
|
|
3765
|
-
var
|
|
3766
|
-
const
|
|
3767
|
-
return r.current = new (
|
|
3772
|
+
var i;
|
|
3773
|
+
const l = (i = window == null ? void 0 : window.customElements) == null ? void 0 : i.get("em-emoji-picker");
|
|
3774
|
+
return r.current = new (l || ls)({ ...e, ref: t }), () => {
|
|
3768
3775
|
r.current = null;
|
|
3769
3776
|
};
|
|
3770
3777
|
}, []), bn.createElement("div", { ref: t });
|
|
3771
3778
|
}, uo = ({ refInput: e }) => {
|
|
3772
|
-
const { xs: t } =
|
|
3779
|
+
const { xs: t } = me.useBreakpoint(), r = R(() => t ? "click" : "hover", [t]), s = () => {
|
|
3773
3780
|
var g;
|
|
3774
|
-
const
|
|
3775
|
-
if (!
|
|
3781
|
+
const i = (g = e == null ? void 0 : e.current) == null ? void 0 : g.textarea;
|
|
3782
|
+
if (!i)
|
|
3776
3783
|
return !1;
|
|
3777
|
-
const { selectionStart: o, selectionEnd: d, value:
|
|
3784
|
+
const { selectionStart: o, selectionEnd: d, value: c } = i, u = c == null ? void 0 : c.substring(0, o), f = c == null ? void 0 : c.substring(o, d), x = c == null ? void 0 : c.substring(d);
|
|
3778
3785
|
return {
|
|
3779
3786
|
before: u,
|
|
3780
3787
|
selectedText: f,
|
|
3781
3788
|
after: x,
|
|
3782
3789
|
selectionStart: o,
|
|
3783
3790
|
selectionEnd: d,
|
|
3784
|
-
text:
|
|
3791
|
+
text: c
|
|
3785
3792
|
};
|
|
3786
|
-
},
|
|
3793
|
+
}, l = (i) => {
|
|
3787
3794
|
var x, g;
|
|
3788
3795
|
(x = e == null ? void 0 : e.current) == null || x.focus();
|
|
3789
|
-
const o = (g = e == null ? void 0 : e.current) == null ? void 0 : g.textarea, d =
|
|
3796
|
+
const o = (g = e == null ? void 0 : e.current) == null ? void 0 : g.textarea, d = i == null ? void 0 : i.native;
|
|
3790
3797
|
if (!o) return;
|
|
3791
|
-
const { before:
|
|
3798
|
+
const { before: c, after: u } = s(), f = `${c}${d}${u}`;
|
|
3792
3799
|
typeof document.execCommand == "function" ? document.execCommand("insertText", !1, d) : o.value = f;
|
|
3793
3800
|
};
|
|
3794
3801
|
return /* @__PURE__ */ n.jsx(
|
|
@@ -3798,65 +3805,65 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3798
3805
|
content: /* @__PURE__ */ n.jsx(
|
|
3799
3806
|
ao,
|
|
3800
3807
|
{
|
|
3801
|
-
onEmojiSelect: (
|
|
3802
|
-
|
|
3808
|
+
onEmojiSelect: (i) => {
|
|
3809
|
+
l(i);
|
|
3803
3810
|
},
|
|
3804
3811
|
theme: "auto"
|
|
3805
3812
|
}
|
|
3806
3813
|
),
|
|
3807
|
-
children: /* @__PURE__ */ n.jsx(
|
|
3814
|
+
children: /* @__PURE__ */ n.jsx(Y, { icon: /* @__PURE__ */ n.jsx(P, { type: "smile" }), style: { border: "none" } })
|
|
3808
3815
|
}
|
|
3809
3816
|
);
|
|
3810
|
-
}, fo =
|
|
3811
|
-
const [e, t] = D(0), [r, s] = D(!1),
|
|
3812
|
-
var
|
|
3813
|
-
return ((
|
|
3814
|
-
}, [p == null ? void 0 : p.STATUS]), h =
|
|
3815
|
-
...
|
|
3817
|
+
}, fo = O(uo), xo = () => {
|
|
3818
|
+
const [e, t] = D(0), [r, s] = D(!1), l = K(null), i = K(null), o = K(!1), d = K(null), { onSendMsg: c, setGetResponse: u, isGetResponse: f } = he(), { ticketId: x } = ve(), { isActiveTabVA: g } = be(), { employees: m, setChats: T, isFromSelf: w, detailTicket: p } = De(), j = R(() => r || !f, [r, f]), v = R(() => {
|
|
3819
|
+
var C;
|
|
3820
|
+
return ((C = p == null ? void 0 : p.STATUS) == null ? void 0 : C.toString().toLowerCase()) === "closed";
|
|
3821
|
+
}, [p == null ? void 0 : p.STATUS]), h = R(() => m == null ? void 0 : m.map((C) => ({
|
|
3822
|
+
...C,
|
|
3816
3823
|
label: /* @__PURE__ */ n.jsx(
|
|
3817
3824
|
hn,
|
|
3818
3825
|
{
|
|
3819
3826
|
placement: "left",
|
|
3820
|
-
content: /* @__PURE__ */ n.jsx(co, { ...
|
|
3821
|
-
children: /* @__PURE__ */ n.jsx("div", { children: /* @__PURE__ */ n.jsx(Ue, { src:
|
|
3827
|
+
content: /* @__PURE__ */ n.jsx(co, { ...C }),
|
|
3828
|
+
children: /* @__PURE__ */ n.jsx("div", { children: /* @__PURE__ */ n.jsx(Ue, { src: C == null ? void 0 : C.PHOTO, name: C == null ? void 0 : C.FULL_NAME }) })
|
|
3822
3829
|
}
|
|
3823
3830
|
),
|
|
3824
|
-
value:
|
|
3825
|
-
})), [
|
|
3826
|
-
var S,
|
|
3831
|
+
value: C == null ? void 0 : C.FULL_NAME
|
|
3832
|
+
})), [m]), b = () => {
|
|
3833
|
+
var S, F, B;
|
|
3827
3834
|
u(!1);
|
|
3828
|
-
const
|
|
3829
|
-
|
|
3835
|
+
const C = (F = (S = l == null ? void 0 : l.current) == null ? void 0 : S.textarea) == null ? void 0 : F.value;
|
|
3836
|
+
c({
|
|
3830
3837
|
event: "SEND_MESSAGE",
|
|
3831
3838
|
data: {
|
|
3832
3839
|
ATTACHMENT: "",
|
|
3833
3840
|
FAQ_ID: null,
|
|
3834
|
-
MESSAGE:
|
|
3835
|
-
EMPLOYEES:
|
|
3841
|
+
MESSAGE: C,
|
|
3842
|
+
EMPLOYEES: m == null ? void 0 : m.map((M) => M == null ? void 0 : M.EMP_ID),
|
|
3836
3843
|
TASK_ID: x
|
|
3837
3844
|
}
|
|
3838
3845
|
});
|
|
3839
3846
|
const k = {
|
|
3840
3847
|
ATTACHMENT: "",
|
|
3841
3848
|
FAQ_ID: null,
|
|
3842
|
-
MESSAGE:
|
|
3849
|
+
MESSAGE: C,
|
|
3843
3850
|
CREATED_DATE: (B = ae()) == null ? void 0 : B.format(`${En} HH:mm:ss`),
|
|
3844
3851
|
CHAT_ALIGN: "to",
|
|
3845
3852
|
CHAT_TYPE: "chat"
|
|
3846
3853
|
};
|
|
3847
|
-
|
|
3848
|
-
const
|
|
3849
|
-
return Qe(
|
|
3850
|
-
}),
|
|
3854
|
+
T((M) => {
|
|
3855
|
+
const H = [...jn(M), k];
|
|
3856
|
+
return Qe(H);
|
|
3857
|
+
}), w.current = !0, Ce(".w-ticket-detail-content-container"), t((M) => M + 1);
|
|
3851
3858
|
}, E = () => {
|
|
3852
|
-
window.clearTimeout(
|
|
3859
|
+
window.clearTimeout(i.current), o.current || (o.current = !0, c({
|
|
3853
3860
|
event: "TYPING",
|
|
3854
3861
|
data: {
|
|
3855
3862
|
TASK_ID: x,
|
|
3856
3863
|
IS_TYPING: !0
|
|
3857
3864
|
}
|
|
3858
|
-
})),
|
|
3859
|
-
|
|
3865
|
+
})), i.current = setTimeout(() => {
|
|
3866
|
+
c({
|
|
3860
3867
|
event: "TYPING",
|
|
3861
3868
|
data: {
|
|
3862
3869
|
TASK_ID: x,
|
|
@@ -3866,9 +3873,9 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3866
3873
|
}, 250);
|
|
3867
3874
|
};
|
|
3868
3875
|
return X(() => {
|
|
3869
|
-
|
|
3870
|
-
var
|
|
3871
|
-
(
|
|
3876
|
+
l != null && l.current && !g && x && (clearTimeout(d.current), d.current = setTimeout(() => {
|
|
3877
|
+
var C;
|
|
3878
|
+
(C = l == null ? void 0 : l.current) == null || C.focus();
|
|
3872
3879
|
}, 500));
|
|
3873
3880
|
}, [g, x]), v ? null : /* @__PURE__ */ n.jsxs(
|
|
3874
3881
|
"div",
|
|
@@ -3878,7 +3885,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3878
3885
|
margin: 0
|
|
3879
3886
|
},
|
|
3880
3887
|
children: [
|
|
3881
|
-
/* @__PURE__ */ n.jsx(fo, { refInput:
|
|
3888
|
+
/* @__PURE__ */ n.jsx(fo, { refInput: l }),
|
|
3882
3889
|
/* @__PURE__ */ n.jsx(
|
|
3883
3890
|
lo,
|
|
3884
3891
|
{
|
|
@@ -3892,37 +3899,37 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3892
3899
|
autoSize: {
|
|
3893
3900
|
maxRows: 3
|
|
3894
3901
|
},
|
|
3895
|
-
ref:
|
|
3902
|
+
ref: l,
|
|
3896
3903
|
className: "w-input-helpdesk",
|
|
3897
3904
|
placeholder: "Type a message...",
|
|
3898
3905
|
onChange: () => {
|
|
3899
3906
|
E();
|
|
3900
3907
|
},
|
|
3901
|
-
onKeyDown: (
|
|
3902
|
-
((
|
|
3908
|
+
onKeyDown: (C) => {
|
|
3909
|
+
((C == null ? void 0 : C.code) === "Enter" || (C == null ? void 0 : C.key) === "Enter") && !(C != null && C.shiftKey) && b();
|
|
3903
3910
|
},
|
|
3904
|
-
filterOption: (
|
|
3911
|
+
filterOption: (C, k) => {
|
|
3905
3912
|
var B, M, L;
|
|
3906
|
-
const S = (B =
|
|
3907
|
-
return
|
|
3913
|
+
const S = (B = C == null ? void 0 : C.toString()) == null ? void 0 : B.toLowerCase(), F = (L = (M = k == null ? void 0 : k.FULL_NAME) == null ? void 0 : M.toString()) == null ? void 0 : L.toLowerCase();
|
|
3914
|
+
return F == null ? void 0 : F.includes(S);
|
|
3908
3915
|
},
|
|
3909
|
-
children: h == null ? void 0 : h.map((
|
|
3916
|
+
children: h == null ? void 0 : h.map((C, k) => /* @__PURE__ */ n.jsx(Wn.Option, { ...C, children: C == null ? void 0 : C.label }, k))
|
|
3910
3917
|
},
|
|
3911
3918
|
e
|
|
3912
3919
|
),
|
|
3913
3920
|
/* @__PURE__ */ n.jsx(
|
|
3914
|
-
|
|
3921
|
+
Y,
|
|
3915
3922
|
{
|
|
3916
|
-
loading:
|
|
3917
|
-
disabled:
|
|
3923
|
+
loading: j,
|
|
3924
|
+
disabled: j,
|
|
3918
3925
|
className: "w-send-btn",
|
|
3919
3926
|
style: {
|
|
3920
3927
|
backgroundColor: "var(--primary-color, #395ebc)",
|
|
3921
|
-
...
|
|
3928
|
+
...j && {
|
|
3922
3929
|
color: "white"
|
|
3923
3930
|
}
|
|
3924
3931
|
},
|
|
3925
|
-
icon: /* @__PURE__ */ n.jsx(P, { type:
|
|
3932
|
+
icon: /* @__PURE__ */ n.jsx(P, { type: j ? "loading" : "send" }),
|
|
3926
3933
|
shape: "circle",
|
|
3927
3934
|
onClick: b
|
|
3928
3935
|
}
|
|
@@ -3930,20 +3937,20 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3930
3937
|
]
|
|
3931
3938
|
}
|
|
3932
3939
|
);
|
|
3933
|
-
}, go =
|
|
3934
|
-
var
|
|
3940
|
+
}, go = O(xo), mo = ({ title: e, subTitle: t, onClose: r, open: s, styleWrapper: l }) => {
|
|
3941
|
+
var i;
|
|
3935
3942
|
return s ? /* @__PURE__ */ n.jsx(
|
|
3936
3943
|
"div",
|
|
3937
3944
|
{
|
|
3938
3945
|
className: "w-banner-container",
|
|
3939
|
-
...((
|
|
3940
|
-
style:
|
|
3946
|
+
...((i = Object.keys(l || {})) == null ? void 0 : i.length) > 0 && {
|
|
3947
|
+
style: l
|
|
3941
3948
|
},
|
|
3942
3949
|
children: /* @__PURE__ */ n.jsxs("div", { className: "w-banner-content", children: [
|
|
3943
|
-
e && /* @__PURE__ */ n.jsx(
|
|
3950
|
+
e && /* @__PURE__ */ n.jsx(G.Text, { style: { fontSize: 16, fontWeight: 600 }, children: e }),
|
|
3944
3951
|
t && /* @__PURE__ */ n.jsx("div", { className: "w-banner-subtitle", children: t }),
|
|
3945
3952
|
typeof r == "function" && /* @__PURE__ */ n.jsx("div", { className: "w-banner-close-btn", children: /* @__PURE__ */ n.jsx(
|
|
3946
|
-
|
|
3953
|
+
Y,
|
|
3947
3954
|
{
|
|
3948
3955
|
style: { border: "none", background: "transparent" },
|
|
3949
3956
|
icon: /* @__PURE__ */ n.jsx(P, { type: "close" }),
|
|
@@ -3953,25 +3960,25 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3953
3960
|
] })
|
|
3954
3961
|
}
|
|
3955
3962
|
) : null;
|
|
3956
|
-
}, yt =
|
|
3963
|
+
}, yt = O(mo), Co = () => {
|
|
3957
3964
|
const e = _(
|
|
3958
3965
|
"ForMoreInformationOfThisTicket",
|
|
3959
3966
|
"For more information of this ticket"
|
|
3960
|
-
), t = _("ClickHere", "Click here"), { ticketId: r } = ve(), { widgetProps: s } = q(), { encrypt:
|
|
3967
|
+
), t = _("ClickHere", "Click here"), { ticketId: r } = ve(), { widgetProps: s } = q(), { encrypt: l } = Tt();
|
|
3961
3968
|
return /* @__PURE__ */ n.jsx(
|
|
3962
3969
|
yt,
|
|
3963
3970
|
{
|
|
3964
3971
|
subTitle: /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
3965
|
-
/* @__PURE__ */ n.jsx(
|
|
3972
|
+
/* @__PURE__ */ n.jsx(G.Text, { children: e }),
|
|
3966
3973
|
/* @__PURE__ */ n.jsx(
|
|
3967
|
-
|
|
3974
|
+
G.Link,
|
|
3968
3975
|
{
|
|
3969
3976
|
strong: !0,
|
|
3970
3977
|
className: "w-reconnect-manual",
|
|
3971
3978
|
onClick: () => {
|
|
3972
|
-
const
|
|
3979
|
+
const i = l(r);
|
|
3973
3980
|
s != null && s.history && (s == null || s.history.push(
|
|
3974
|
-
`/standard/hrm.helpdesk.my-ticket.ticket-details?id=${
|
|
3981
|
+
`/standard/hrm.helpdesk.my-ticket.ticket-details?id=${i}`
|
|
3975
3982
|
));
|
|
3976
3983
|
},
|
|
3977
3984
|
children: t
|
|
@@ -3984,25 +3991,25 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
3984
3991
|
}
|
|
3985
3992
|
}
|
|
3986
3993
|
);
|
|
3987
|
-
}, bo =
|
|
3994
|
+
}, bo = O(Co), vo = ({ onClose: e, visible: t }) => /* @__PURE__ */ n.jsx(ht, { open: t, onClose: e, children: /* @__PURE__ */ n.jsxs(Br, { children: [
|
|
3988
3995
|
/* @__PURE__ */ n.jsx(Wr, { onClose: e }),
|
|
3989
3996
|
/* @__PURE__ */ n.jsx(bo, {}),
|
|
3990
3997
|
/* @__PURE__ */ n.jsx(ro, {}),
|
|
3991
3998
|
/* @__PURE__ */ n.jsx(go, {})
|
|
3992
|
-
] }) }), ho =
|
|
3999
|
+
] }) }), ho = O(vo), Eo = () => {
|
|
3993
4000
|
const e = _("AdvanceFilter", "Advance Filter"), t = _("Subject", "Subject"), r = _(
|
|
3994
4001
|
"TicketCategory",
|
|
3995
4002
|
"Ticket Category"
|
|
3996
|
-
), s = _("TicketStatus", "Ticket Status"),
|
|
3997
|
-
const M = `${
|
|
4003
|
+
), s = _("TicketStatus", "Ticket Status"), l = _("CreatedDate", "Created Date"), i = _("New", "New"), o = _("Open", "Open"), d = _("Reopen", "Reopen"), c = _("InProgress", "In Progress"), u = _("Responded", "Responded"), f = _("Fixed", "Fixed"), x = _("Done", "Done"), g = _("Closed", "Closed"), m = _("HDCancelled", "Cancelled"), T = _("Clear", "Clear"), w = _("Filter", "Filter"), p = en(), [j] = oe.useForm(), { openFilter: v, setOpenFilter: h, getListTicket: b, setCountFilters: E } = ve(), [C, k] = D([]), S = R(() => {
|
|
4004
|
+
const M = `${i}/${o}/${d}`, L = `${c}/${u}`, H = `${f}/${x}`;
|
|
3998
4005
|
return [
|
|
3999
4006
|
{ value: 3, label: M },
|
|
4000
4007
|
{ value: 1, label: L },
|
|
4001
|
-
{ value: 4, label:
|
|
4008
|
+
{ value: 4, label: H },
|
|
4002
4009
|
{ value: 6, label: g },
|
|
4003
|
-
{ value: 8, label:
|
|
4010
|
+
{ value: 8, label: m }
|
|
4004
4011
|
];
|
|
4005
|
-
}, []),
|
|
4012
|
+
}, []), F = () => {
|
|
4006
4013
|
var M;
|
|
4007
4014
|
(M = p({
|
|
4008
4015
|
endpoint: "/helpdesk/category/list",
|
|
@@ -4013,26 +4020,26 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4013
4020
|
SORT: { FIELD: "ORDER_NO", ORDER: "ASC" }
|
|
4014
4021
|
}
|
|
4015
4022
|
})) == null || M.then((L) => {
|
|
4016
|
-
var
|
|
4017
|
-
if ((
|
|
4018
|
-
const
|
|
4023
|
+
var H, $, I;
|
|
4024
|
+
if ((H = L == null ? void 0 : L.data) != null && H.DATA) {
|
|
4025
|
+
const J = (I = ($ = L == null ? void 0 : L.data) == null ? void 0 : $.DATA) == null ? void 0 : I.LIST;
|
|
4019
4026
|
k(
|
|
4020
|
-
|
|
4021
|
-
label:
|
|
4022
|
-
value:
|
|
4027
|
+
J == null ? void 0 : J.map((z) => ({
|
|
4028
|
+
label: z == null ? void 0 : z.CATEGORY_NAME,
|
|
4029
|
+
value: z == null ? void 0 : z.CATEGORY_CODE
|
|
4023
4030
|
}))
|
|
4024
4031
|
);
|
|
4025
4032
|
}
|
|
4026
4033
|
});
|
|
4027
4034
|
}, B = () => {
|
|
4028
|
-
var
|
|
4029
|
-
const M =
|
|
4035
|
+
var H, $;
|
|
4036
|
+
const M = j == null ? void 0 : j.getFieldsValue(!0);
|
|
4030
4037
|
b(M);
|
|
4031
|
-
const L = ($ = (
|
|
4038
|
+
const L = ($ = (H = Object.values(M || {})) == null ? void 0 : H.flat()) == null ? void 0 : $.filter(Boolean);
|
|
4032
4039
|
E(L == null ? void 0 : L.length);
|
|
4033
4040
|
};
|
|
4034
4041
|
return X(() => {
|
|
4035
|
-
|
|
4042
|
+
F();
|
|
4036
4043
|
}, []), /* @__PURE__ */ n.jsxs(
|
|
4037
4044
|
ht,
|
|
4038
4045
|
{
|
|
@@ -4043,32 +4050,32 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4043
4050
|
},
|
|
4044
4051
|
footer: /* @__PURE__ */ n.jsxs("div", { className: "w-ticket-list-advance-filter-footer", children: [
|
|
4045
4052
|
/* @__PURE__ */ n.jsx(
|
|
4046
|
-
|
|
4053
|
+
Y,
|
|
4047
4054
|
{
|
|
4048
4055
|
onClick: () => {
|
|
4049
|
-
|
|
4056
|
+
j == null || j.resetFields(), B();
|
|
4050
4057
|
},
|
|
4051
|
-
children:
|
|
4058
|
+
children: T
|
|
4052
4059
|
},
|
|
4053
4060
|
"clear"
|
|
4054
4061
|
),
|
|
4055
4062
|
/* @__PURE__ */ n.jsx(
|
|
4056
|
-
|
|
4063
|
+
Y,
|
|
4057
4064
|
{
|
|
4058
4065
|
type: "primary",
|
|
4059
4066
|
onClick: () => {
|
|
4060
4067
|
B(), h(!1);
|
|
4061
4068
|
},
|
|
4062
|
-
children:
|
|
4069
|
+
children: w
|
|
4063
4070
|
},
|
|
4064
4071
|
"filter"
|
|
4065
4072
|
)
|
|
4066
4073
|
] }),
|
|
4067
4074
|
children: [
|
|
4068
4075
|
/* @__PURE__ */ n.jsxs("div", { style: { display: "flex", gap: 8, justifyContent: "space-between" }, children: [
|
|
4069
|
-
/* @__PURE__ */ n.jsx(
|
|
4076
|
+
/* @__PURE__ */ n.jsx(G.Text, { strong: !0, style: { fontSize: 16 }, children: e }),
|
|
4070
4077
|
/* @__PURE__ */ n.jsx(
|
|
4071
|
-
|
|
4078
|
+
Y,
|
|
4072
4079
|
{
|
|
4073
4080
|
icon: /* @__PURE__ */ n.jsx(P, { type: "close" }),
|
|
4074
4081
|
onClick: () => {
|
|
@@ -4077,16 +4084,16 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4077
4084
|
}
|
|
4078
4085
|
)
|
|
4079
4086
|
] }),
|
|
4080
|
-
/* @__PURE__ */ n.jsx("div", { className: "w-ticket-list-advance-filter-form-container", children: /* @__PURE__ */ n.jsxs(oe, { form:
|
|
4087
|
+
/* @__PURE__ */ n.jsx("div", { className: "w-ticket-list-advance-filter-form-container", children: /* @__PURE__ */ n.jsxs(oe, { form: j, layout: "vertical", children: [
|
|
4081
4088
|
/* @__PURE__ */ n.jsx(oe.Item, { label: t, name: "TASK_NAME", children: /* @__PURE__ */ n.jsx(Be, { allowClear: !0 }) }),
|
|
4082
|
-
/* @__PURE__ */ n.jsx(oe.Item, { label: r, name: "CATEGORY_CODE", children: /* @__PURE__ */ n.jsx(Vn, { options:
|
|
4089
|
+
/* @__PURE__ */ n.jsx(oe.Item, { label: r, name: "CATEGORY_CODE", children: /* @__PURE__ */ n.jsx(Vn, { options: C, mode: "multiple", allowClear: !0 }) }),
|
|
4083
4090
|
/* @__PURE__ */ n.jsx(oe.Item, { label: s, name: "TASK_STATUS", children: /* @__PURE__ */ n.jsx(Vn, { options: S, mode: "multiple", allowClear: !0 }) }),
|
|
4084
|
-
/* @__PURE__ */ n.jsx(oe.Item, { label:
|
|
4091
|
+
/* @__PURE__ */ n.jsx(oe.Item, { label: l, name: "CREATED_DATE", children: /* @__PURE__ */ n.jsx(es, { style: { width: "100%" }, allowClear: !0 }) })
|
|
4085
4092
|
] }) })
|
|
4086
4093
|
]
|
|
4087
4094
|
}
|
|
4088
4095
|
);
|
|
4089
|
-
}, To =
|
|
4096
|
+
}, To = O(Eo), yo = () => {
|
|
4090
4097
|
const e = _(
|
|
4091
4098
|
"ReconnectManually",
|
|
4092
4099
|
"Reconnect Manually"
|
|
@@ -4094,11 +4101,11 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4094
4101
|
"HelpdeskWebsocket",
|
|
4095
4102
|
"Helpdesk Websocket"
|
|
4096
4103
|
), r = _("NotConnected", "Not Connected"), s = _("Connecting", "Connecting"), {
|
|
4097
|
-
connectWebSocket:
|
|
4098
|
-
retryCountState:
|
|
4104
|
+
connectWebSocket: l,
|
|
4105
|
+
retryCountState: i,
|
|
4099
4106
|
setRetryCountState: o,
|
|
4100
4107
|
retryCountRef: d
|
|
4101
|
-
} = he(),
|
|
4108
|
+
} = he(), c = R(() => i === Ie ? `${t} ${r}` : `${t} ${s}`, [i]);
|
|
4102
4109
|
return /* @__PURE__ */ n.jsx(
|
|
4103
4110
|
"div",
|
|
4104
4111
|
{
|
|
@@ -4111,18 +4118,18 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4111
4118
|
children: /* @__PURE__ */ n.jsx(
|
|
4112
4119
|
ns,
|
|
4113
4120
|
{
|
|
4114
|
-
...
|
|
4121
|
+
...i === Ie ? {
|
|
4115
4122
|
status: "warning"
|
|
4116
4123
|
} : {
|
|
4117
4124
|
icon: null
|
|
4118
4125
|
},
|
|
4119
|
-
title:
|
|
4120
|
-
extra:
|
|
4121
|
-
|
|
4126
|
+
title: c,
|
|
4127
|
+
extra: i === Ie ? /* @__PURE__ */ n.jsx(
|
|
4128
|
+
Y,
|
|
4122
4129
|
{
|
|
4123
4130
|
type: "primary",
|
|
4124
4131
|
onClick: () => {
|
|
4125
|
-
d.current = 0, o(0),
|
|
4132
|
+
d.current = 0, o(0), l();
|
|
4126
4133
|
},
|
|
4127
4134
|
children: e
|
|
4128
4135
|
},
|
|
@@ -4140,15 +4147,15 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4140
4147
|
)
|
|
4141
4148
|
}
|
|
4142
4149
|
);
|
|
4143
|
-
}, jo =
|
|
4144
|
-
const { setTicketId: e, ticketId: t, openFilter: r } = ve(), { onSendMsg: s, setGetResponse:
|
|
4145
|
-
return
|
|
4150
|
+
}, jo = O(yo), wo = () => {
|
|
4151
|
+
const { setTicketId: e, ticketId: t, openFilter: r } = ve(), { onSendMsg: s, setGetResponse: l } = he(), { showReadyWSHD: i } = q();
|
|
4152
|
+
return i ? /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
4146
4153
|
/* @__PURE__ */ n.jsx(
|
|
4147
4154
|
ho,
|
|
4148
4155
|
{
|
|
4149
4156
|
visible: t,
|
|
4150
4157
|
onClose: () => {
|
|
4151
|
-
e(""),
|
|
4158
|
+
e(""), l(!1), s({
|
|
4152
4159
|
event: "LEAVE_ROOM",
|
|
4153
4160
|
data: {
|
|
4154
4161
|
TASK_ID: t
|
|
@@ -4160,19 +4167,19 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4160
4167
|
/* @__PURE__ */ n.jsx("div", { style: { display: !t && !r ? "block" : "none" }, children: /* @__PURE__ */ n.jsx(Ir, {}) }),
|
|
4161
4168
|
/* @__PURE__ */ n.jsx(To, {})
|
|
4162
4169
|
] }) : /* @__PURE__ */ n.jsx(jo, {});
|
|
4163
|
-
}, ko =
|
|
4170
|
+
}, ko = O(wo), _o = ({ children: e, usePopover: t, ...r }) => t ? /* @__PURE__ */ n.jsx(hn, { ...r, visible: r == null ? void 0 : r.open, children: e }) : e, po = () => {
|
|
4164
4171
|
const e = _("NeedHelp", "Need Help"), t = _(
|
|
4165
4172
|
"WidgetDisconnected",
|
|
4166
4173
|
"Widget Disconnected"
|
|
4167
|
-
), [r, s] = D(!0),
|
|
4168
|
-
o(!0), u({ msg:
|
|
4174
|
+
), [r, s] = D(!0), l = K(), { widgetProps: i, setOpenWidget: o, isFirstOpenWidget: d, setFirstOpenWidget: c } = q(), { onSendMsg: u, connected: f, isHandshakeWidget: x } = fe(), g = () => {
|
|
4175
|
+
o(!0), u({ msg: i == null ? void 0 : i.getStartedPayload });
|
|
4169
4176
|
};
|
|
4170
4177
|
return X(() => {
|
|
4171
|
-
s(!f), window.clearTimeout(
|
|
4178
|
+
s(!f), window.clearTimeout(l.current), l.current = setTimeout(() => {
|
|
4172
4179
|
s(!1);
|
|
4173
4180
|
}, 3e3);
|
|
4174
4181
|
}, [f]), /* @__PURE__ */ n.jsx(
|
|
4175
|
-
|
|
4182
|
+
_o,
|
|
4176
4183
|
{
|
|
4177
4184
|
usePopover: r && x === "show",
|
|
4178
4185
|
open: r && x === "show",
|
|
@@ -4183,12 +4190,12 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4183
4190
|
{
|
|
4184
4191
|
className: "w-launcher-container",
|
|
4185
4192
|
onClick: () => {
|
|
4186
|
-
d || (
|
|
4193
|
+
d || (c(!0), g()), o(!0);
|
|
4187
4194
|
},
|
|
4188
4195
|
children: [
|
|
4189
4196
|
/* @__PURE__ */ n.jsx(P, { type: "chat-bubble" }),
|
|
4190
4197
|
/* @__PURE__ */ n.jsxs(
|
|
4191
|
-
|
|
4198
|
+
G.Text,
|
|
4192
4199
|
{
|
|
4193
4200
|
style: {
|
|
4194
4201
|
fontWeight: 600,
|
|
@@ -4205,80 +4212,80 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4205
4212
|
)
|
|
4206
4213
|
}
|
|
4207
4214
|
);
|
|
4208
|
-
}, Ao =
|
|
4215
|
+
}, Ao = O(po), So = () => {
|
|
4209
4216
|
const e = _("NotConnected", "Not Connected"), t = _(
|
|
4210
4217
|
"CannotAutoReconnect",
|
|
4211
4218
|
"Cannot auto reconnect"
|
|
4212
4219
|
), r = _(
|
|
4213
4220
|
"ReconnectManually",
|
|
4214
4221
|
"Reconnect Manually"
|
|
4215
|
-
), [s,
|
|
4222
|
+
), [s, l] = D(!1), { connected: i, createSocket: o } = fe(), { widgetProps: d } = q();
|
|
4216
4223
|
return X(() => {
|
|
4217
|
-
|
|
4218
|
-
}, [
|
|
4224
|
+
l(!i);
|
|
4225
|
+
}, [i]), /* @__PURE__ */ n.jsx(
|
|
4219
4226
|
yt,
|
|
4220
4227
|
{
|
|
4221
4228
|
title: `${d == null ? void 0 : d.title} ${e}`,
|
|
4222
4229
|
subTitle: /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
4223
|
-
/* @__PURE__ */ n.jsxs(
|
|
4230
|
+
/* @__PURE__ */ n.jsxs(G.Text, { children: [
|
|
4224
4231
|
t,
|
|
4225
4232
|
"?"
|
|
4226
4233
|
] }),
|
|
4227
4234
|
/* @__PURE__ */ n.jsx(
|
|
4228
|
-
|
|
4235
|
+
G.Link,
|
|
4229
4236
|
{
|
|
4230
4237
|
strong: !0,
|
|
4231
4238
|
className: "w-reconnect-manual",
|
|
4232
4239
|
onClick: () => {
|
|
4233
|
-
o();
|
|
4240
|
+
o(!0);
|
|
4234
4241
|
},
|
|
4235
4242
|
children: r
|
|
4236
4243
|
}
|
|
4237
4244
|
)
|
|
4238
4245
|
] }),
|
|
4239
|
-
onClose: () =>
|
|
4240
|
-
open: !
|
|
4246
|
+
onClose: () => l(!1),
|
|
4247
|
+
open: !i && s
|
|
4241
4248
|
}
|
|
4242
4249
|
);
|
|
4243
|
-
}, Lo =
|
|
4250
|
+
}, Lo = O(
|
|
4244
4251
|
So
|
|
4245
4252
|
), Ro = () => {
|
|
4246
|
-
const { xs: e } =
|
|
4253
|
+
const { xs: e } = me.useBreakpoint(), [t, r] = D(!1), { isOpenWidget: s, widgetProps: l } = q(), { isActiveTabVA: i } = be(), o = K(null), d = R(() => {
|
|
4247
4254
|
var f;
|
|
4248
4255
|
const u = [un];
|
|
4249
|
-
return e && (
|
|
4250
|
-
}, [e,
|
|
4256
|
+
return e && (l != null && l.isSF ? u == null || u.push(`${un}-sf-mobile`) : u == null || u.push(`${un}-mobile`)), (f = u == null ? void 0 : u.filter(Boolean)) == null ? void 0 : f.join(" ");
|
|
4257
|
+
}, [e, l == null ? void 0 : l.isSF]), c = Yt(
|
|
4251
4258
|
(u) => {
|
|
4252
4259
|
var x;
|
|
4253
4260
|
const f = [u, xn == null ? void 0 : xn.FADE_IN];
|
|
4254
|
-
return
|
|
4261
|
+
return l != null && l.isSF && (f == null || f.push(`${u}-sf`)), e && (l != null && l.isSF ? f == null || f.push(`${u}-sf-mobile`) : f == null || f.push(`${u}-mobile`)), (x = f == null ? void 0 : f.filter(Boolean)) == null ? void 0 : x.join(" ");
|
|
4255
4262
|
},
|
|
4256
|
-
[
|
|
4263
|
+
[l == null ? void 0 : l.isSF, e]
|
|
4257
4264
|
);
|
|
4258
4265
|
return X(() => {
|
|
4259
4266
|
s && r(s), clearTimeout(o.current), o.current = setTimeout(() => {
|
|
4260
4267
|
s || r(s);
|
|
4261
4268
|
}, 250);
|
|
4262
4269
|
}, [s]), t ? /* @__PURE__ */ n.jsxs("div", { className: d, children: [
|
|
4263
|
-
/* @__PURE__ */ n.jsxs("div", { style: { display:
|
|
4264
|
-
/* @__PURE__ */ n.jsx("div", { className:
|
|
4270
|
+
/* @__PURE__ */ n.jsxs("div", { style: { display: i ? "block" : "none" }, children: [
|
|
4271
|
+
/* @__PURE__ */ n.jsx("div", { className: c(Es), children: /* @__PURE__ */ n.jsx(pr, {}) }),
|
|
4265
4272
|
/* @__PURE__ */ n.jsx(Sr, {})
|
|
4266
4273
|
] }),
|
|
4267
|
-
/* @__PURE__ */ n.jsx("div", { style: { display:
|
|
4274
|
+
/* @__PURE__ */ n.jsx("div", { style: { display: i ? "none" : "block" }, children: /* @__PURE__ */ n.jsx("div", { className: c(Ts), children: /* @__PURE__ */ n.jsx(Fr, { children: /* @__PURE__ */ n.jsx(Dr, { children: /* @__PURE__ */ n.jsx(ko, {}) }) }) }) }),
|
|
4268
4275
|
/* @__PURE__ */ n.jsx(Lo, {})
|
|
4269
4276
|
] }) : /* @__PURE__ */ n.jsx(Ao, {});
|
|
4270
|
-
}, Oo =
|
|
4277
|
+
}, Oo = O(Ro), Do = ({ items: e, ...t }) => Le != null && Le.startsWith("5") || Re != null && Re.startsWith("18") ? /* @__PURE__ */ n.jsx(cn, { ...t, items: e }) : /* @__PURE__ */ n.jsx(cn, { ...t, children: e == null ? void 0 : e.map(({ ...r }) => /* @__PURE__ */ vn(
|
|
4271
4278
|
cn.TabPane,
|
|
4272
4279
|
{
|
|
4273
4280
|
...r,
|
|
4274
4281
|
key: r == null ? void 0 : r.key,
|
|
4275
4282
|
tab: r == null ? void 0 : r.label
|
|
4276
4283
|
}
|
|
4277
|
-
)) }), No =
|
|
4284
|
+
)) }), No = O(Do), Mo = () => {
|
|
4278
4285
|
const { isOpenWidget: e } = q(), { setActiveTab: t, activeTab: r } = be(), s = _(
|
|
4279
4286
|
"VirtualAssistant",
|
|
4280
4287
|
"Virtual Assistant"
|
|
4281
|
-
),
|
|
4288
|
+
), l = _("Helpdesk", "Helpdesk"), { xs: i } = me.useBreakpoint();
|
|
4282
4289
|
return X(() => {
|
|
4283
4290
|
const o = ot();
|
|
4284
4291
|
t((o == null ? void 0 : o.activeTab) ?? r);
|
|
@@ -4286,7 +4293,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4286
4293
|
"div",
|
|
4287
4294
|
{
|
|
4288
4295
|
className: "w-widget-tab-footer-container",
|
|
4289
|
-
...
|
|
4296
|
+
...i && {
|
|
4290
4297
|
style: {
|
|
4291
4298
|
borderRadius: 0
|
|
4292
4299
|
}
|
|
@@ -4306,7 +4313,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4306
4313
|
key: "va"
|
|
4307
4314
|
},
|
|
4308
4315
|
{
|
|
4309
|
-
label:
|
|
4316
|
+
label: l,
|
|
4310
4317
|
key: "helpdesk"
|
|
4311
4318
|
}
|
|
4312
4319
|
]
|
|
@@ -4314,24 +4321,27 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4314
4321
|
)
|
|
4315
4322
|
}
|
|
4316
4323
|
) : null;
|
|
4317
|
-
}, Fo =
|
|
4318
|
-
const { isOpenWidget: e, setOpenWidget: t, setExpand: r, isExpand: s, widgetProps:
|
|
4324
|
+
}, Fo = O(Mo), Ho = () => {
|
|
4325
|
+
const { isOpenWidget: e, setOpenWidget: t, setExpand: r, isExpand: s, widgetProps: l } = q(), { xs: i } = me.useBreakpoint(), o = R(() => {
|
|
4326
|
+
const { title: d = "", modelName: c = "" } = l;
|
|
4327
|
+
return c ? `${d} (${c})` : d;
|
|
4328
|
+
}, [l == null ? void 0 : l.title, l == null ? void 0 : l.modelName]);
|
|
4319
4329
|
return e ? /* @__PURE__ */ n.jsxs(
|
|
4320
4330
|
"div",
|
|
4321
4331
|
{
|
|
4322
4332
|
className: `${He}-container`,
|
|
4323
|
-
...
|
|
4333
|
+
...i && {
|
|
4324
4334
|
style: {
|
|
4325
4335
|
borderRadius: 0
|
|
4326
4336
|
}
|
|
4327
4337
|
},
|
|
4328
4338
|
children: [
|
|
4329
4339
|
/* @__PURE__ */ n.jsxs("div", { className: `${He}-text`, children: [
|
|
4330
|
-
/* @__PURE__ */ n.jsx("h4", { className: `${He}-title`, children:
|
|
4331
|
-
/* @__PURE__ */ n.jsx("span", { className: `${He}-subtitle`, children:
|
|
4340
|
+
/* @__PURE__ */ n.jsx("h4", { className: `${He}-title`, children: o }),
|
|
4341
|
+
/* @__PURE__ */ n.jsx("span", { className: `${He}-subtitle`, children: l == null ? void 0 : l.subTitle })
|
|
4332
4342
|
] }),
|
|
4333
4343
|
/* @__PURE__ */ n.jsxs("div", { className: `${He}-action`, children: [
|
|
4334
|
-
!
|
|
4344
|
+
!i && /* @__PURE__ */ n.jsx(
|
|
4335
4345
|
P,
|
|
4336
4346
|
{
|
|
4337
4347
|
type: "expand",
|
|
@@ -4340,7 +4350,7 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4340
4350
|
transition: "all 300ms"
|
|
4341
4351
|
},
|
|
4342
4352
|
onClick: () => {
|
|
4343
|
-
r((
|
|
4353
|
+
r((d) => !d);
|
|
4344
4354
|
}
|
|
4345
4355
|
}
|
|
4346
4356
|
),
|
|
@@ -4357,21 +4367,21 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4357
4367
|
]
|
|
4358
4368
|
}
|
|
4359
4369
|
) : null;
|
|
4360
|
-
}, Io =
|
|
4361
|
-
const { isExpand: e, isOpenWidget: t, isFirstOpenWidget: r, setOpenWidget: s } = q(), { xs:
|
|
4370
|
+
}, Io = O(Ho), $o = () => {
|
|
4371
|
+
const { isExpand: e, isOpenWidget: t, isFirstOpenWidget: r, setOpenWidget: s } = q(), { xs: l } = me.useBreakpoint(), i = R(() => {
|
|
4362
4372
|
var d;
|
|
4363
4373
|
const o = [
|
|
4364
|
-
|
|
4374
|
+
l && t && "w-container-widget-mobile",
|
|
4365
4375
|
r && (t ? "w-show-animate" : "w-close-animate"),
|
|
4366
4376
|
"w-container-widget",
|
|
4367
4377
|
e && "w-container-widget-expand"
|
|
4368
4378
|
];
|
|
4369
4379
|
return (d = o == null ? void 0 : o.filter(Boolean)) == null ? void 0 : d.join(" ");
|
|
4370
|
-
}, [e,
|
|
4380
|
+
}, [e, l, r, t]);
|
|
4371
4381
|
return /* @__PURE__ */ n.jsxs(
|
|
4372
4382
|
"div",
|
|
4373
4383
|
{
|
|
4374
|
-
className:
|
|
4384
|
+
className: i,
|
|
4375
4385
|
onKeyDown: (o) => {
|
|
4376
4386
|
(o == null ? void 0 : o.code) === "Escape" && !(o != null && o.shiftKey) && !(o != null && o.altKey) && !(o != null && o.ctrlKey) && (o == null ? void 0 : o.key) === "Escape" && s(!1);
|
|
4377
4387
|
},
|
|
@@ -4385,16 +4395,17 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4385
4395
|
]
|
|
4386
4396
|
}
|
|
4387
4397
|
);
|
|
4388
|
-
}, Bo =
|
|
4398
|
+
}, Bo = O($o), Po = ({
|
|
4389
4399
|
getStartedPayload: e,
|
|
4390
4400
|
socketURL: t,
|
|
4391
4401
|
socketPath: r,
|
|
4392
4402
|
onPayslipFn: s,
|
|
4393
|
-
title:
|
|
4394
|
-
subTitle:
|
|
4403
|
+
title: l,
|
|
4404
|
+
subTitle: i,
|
|
4395
4405
|
keyEncrypt: o,
|
|
4396
4406
|
history: d,
|
|
4397
|
-
|
|
4407
|
+
modelName: c,
|
|
4408
|
+
isSF: u = !1
|
|
4398
4409
|
}) => /* @__PURE__ */ n.jsx(
|
|
4399
4410
|
Ls,
|
|
4400
4411
|
{
|
|
@@ -4402,11 +4413,12 @@ const ar = () => /* @__PURE__ */ n.jsxs("div", { className: "lds-ellipsis", chil
|
|
|
4402
4413
|
socketURL: t,
|
|
4403
4414
|
socketPath: r,
|
|
4404
4415
|
onPayslipFn: s,
|
|
4405
|
-
title:
|
|
4406
|
-
subTitle:
|
|
4416
|
+
title: l,
|
|
4417
|
+
subTitle: i,
|
|
4407
4418
|
keyEncrypt: o,
|
|
4408
4419
|
history: d,
|
|
4409
|
-
|
|
4420
|
+
modelName: c,
|
|
4421
|
+
isSF: u,
|
|
4410
4422
|
children: /* @__PURE__ */ n.jsx(Os, { children: /* @__PURE__ */ n.jsx(Bo, {}) })
|
|
4411
4423
|
}
|
|
4412
4424
|
);
|