@obb871001/api-integration-sdk 1.0.417 → 1.0.418
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +7 -7
- package/dist/index.js +1051 -1037
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Ce, { createContext as Yt, useContext as bi, useState as da, useMemo as Ia, useCallback as
|
|
2
|
-
import { useQueries as $n, useQuery as
|
|
1
|
+
import Ce, { createContext as Yt, useContext as bi, useState as da, useMemo as Ia, useCallback as O, useRef as le, useEffect as fe } from "react";
|
|
2
|
+
import { useQueries as $n, useQuery as X, useQueryClient as Da, useMutation as te, QueryClient as Kr, QueryClientProvider as qr } from "@tanstack/react-query";
|
|
3
3
|
import $r from "axios";
|
|
4
4
|
import { get as ee, isEmpty as we, find as We, entries as Qn, forEach as Qr, map as De, isArray as aa, toLower as Gi, omit as jr, keyBy as Yr, replace as lt, includes as Xr, isObject as Xt, flatMap as ei, values as el, keys as Mi } from "lodash";
|
|
5
5
|
import al from "react-dom";
|
|
@@ -54,42 +54,42 @@ function nl() {
|
|
|
54
54
|
function c(k) {
|
|
55
55
|
if (k === null || typeof k != "object")
|
|
56
56
|
return null;
|
|
57
|
-
var
|
|
58
|
-
return typeof
|
|
57
|
+
var Z = m && k[m] || k[f];
|
|
58
|
+
return typeof Z == "function" ? Z : null;
|
|
59
59
|
}
|
|
60
60
|
var b = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
61
61
|
function _(k) {
|
|
62
62
|
{
|
|
63
|
-
for (var
|
|
63
|
+
for (var Z = arguments.length, $ = new Array(Z > 1 ? Z - 1 : 0), ae = 1; ae < Z; ae++)
|
|
64
64
|
$[ae - 1] = arguments[ae];
|
|
65
65
|
U("error", k, $);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
function U(k,
|
|
68
|
+
function U(k, Z, $) {
|
|
69
69
|
{
|
|
70
|
-
var ae = b.ReactDebugCurrentFrame,
|
|
71
|
-
|
|
72
|
-
var
|
|
73
|
-
return String(
|
|
70
|
+
var ae = b.ReactDebugCurrentFrame, ce = ae.getStackAddendum();
|
|
71
|
+
ce !== "" && (Z += "%s", $ = $.concat([ce]));
|
|
72
|
+
var be = $.map(function(pe) {
|
|
73
|
+
return String(pe);
|
|
74
74
|
});
|
|
75
|
-
|
|
75
|
+
be.unshift("Warning: " + Z), Function.prototype.apply.call(console[k], console, be);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
-
var C = !1, v = !1, h = !1, S = !1, N = !1,
|
|
79
|
-
|
|
78
|
+
var C = !1, v = !1, h = !1, S = !1, N = !1, B;
|
|
79
|
+
B = /* @__PURE__ */ Symbol.for("react.module.reference");
|
|
80
80
|
function T(k) {
|
|
81
81
|
return !!(typeof k == "string" || typeof k == "function" || k === r || k === g || N || k === u || k === t || k === i || S || k === p || C || v || h || typeof k == "object" && k !== null && (k.$$typeof === s || k.$$typeof === o || k.$$typeof === y || k.$$typeof === d || k.$$typeof === l || // This needs to include all possible module reference object
|
|
82
82
|
// types supported by any Flight configuration anywhere since
|
|
83
83
|
// we don't know which Flight build this will end up being used
|
|
84
84
|
// with.
|
|
85
|
-
k.$$typeof ===
|
|
85
|
+
k.$$typeof === B || k.getModuleId !== void 0));
|
|
86
86
|
}
|
|
87
|
-
function x(k,
|
|
87
|
+
function x(k, Z, $) {
|
|
88
88
|
var ae = k.displayName;
|
|
89
89
|
if (ae)
|
|
90
90
|
return ae;
|
|
91
|
-
var
|
|
92
|
-
return
|
|
91
|
+
var ce = Z.displayName || Z.name || "";
|
|
92
|
+
return ce !== "" ? $ + "(" + ce + ")" : $;
|
|
93
93
|
}
|
|
94
94
|
function F(k) {
|
|
95
95
|
return k.displayName || "Context";
|
|
@@ -118,8 +118,8 @@ function nl() {
|
|
|
118
118
|
if (typeof k == "object")
|
|
119
119
|
switch (k.$$typeof) {
|
|
120
120
|
case d:
|
|
121
|
-
var
|
|
122
|
-
return F(
|
|
121
|
+
var Z = k;
|
|
122
|
+
return F(Z) + ".Consumer";
|
|
123
123
|
case y:
|
|
124
124
|
var $ = k;
|
|
125
125
|
return F($._context) + ".Provider";
|
|
@@ -129,9 +129,9 @@ function nl() {
|
|
|
129
129
|
var ae = k.displayName || null;
|
|
130
130
|
return ae !== null ? ae : P(k.type) || "Memo";
|
|
131
131
|
case s: {
|
|
132
|
-
var
|
|
132
|
+
var ce = k, be = ce._payload, pe = ce._init;
|
|
133
133
|
try {
|
|
134
|
-
return P(
|
|
134
|
+
return P(pe(be));
|
|
135
135
|
} catch {
|
|
136
136
|
return null;
|
|
137
137
|
}
|
|
@@ -139,14 +139,14 @@ function nl() {
|
|
|
139
139
|
}
|
|
140
140
|
return null;
|
|
141
141
|
}
|
|
142
|
-
var M = Object.assign, G = 0, L,
|
|
142
|
+
var M = Object.assign, G = 0, L, W, H, A, V, D, E;
|
|
143
143
|
function w() {
|
|
144
144
|
}
|
|
145
145
|
w.__reactDisabledLog = !0;
|
|
146
146
|
function R() {
|
|
147
147
|
{
|
|
148
148
|
if (G === 0) {
|
|
149
|
-
L = console.log,
|
|
149
|
+
L = console.log, W = console.info, H = console.warn, A = console.error, V = console.group, D = console.groupCollapsed, E = console.groupEnd;
|
|
150
150
|
var k = {
|
|
151
151
|
configurable: !0,
|
|
152
152
|
enumerable: !0,
|
|
@@ -166,7 +166,7 @@ function nl() {
|
|
|
166
166
|
G++;
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
function
|
|
169
|
+
function j() {
|
|
170
170
|
{
|
|
171
171
|
if (G--, G === 0) {
|
|
172
172
|
var k = {
|
|
@@ -179,7 +179,7 @@ function nl() {
|
|
|
179
179
|
value: L
|
|
180
180
|
}),
|
|
181
181
|
info: M({}, k, {
|
|
182
|
-
value:
|
|
182
|
+
value: W
|
|
183
183
|
}),
|
|
184
184
|
warn: M({}, k, {
|
|
185
185
|
value: H
|
|
@@ -188,7 +188,7 @@ function nl() {
|
|
|
188
188
|
value: A
|
|
189
189
|
}),
|
|
190
190
|
group: M({}, k, {
|
|
191
|
-
value:
|
|
191
|
+
value: V
|
|
192
192
|
}),
|
|
193
193
|
groupCollapsed: M({}, k, {
|
|
194
194
|
value: D
|
|
@@ -201,62 +201,62 @@ function nl() {
|
|
|
201
201
|
G < 0 && _("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
|
-
var
|
|
205
|
-
function
|
|
204
|
+
var I = b.ReactCurrentDispatcher, J;
|
|
205
|
+
function z(k, Z, $) {
|
|
206
206
|
{
|
|
207
|
-
if (
|
|
207
|
+
if (J === void 0)
|
|
208
208
|
try {
|
|
209
209
|
throw Error();
|
|
210
|
-
} catch (
|
|
211
|
-
var ae =
|
|
212
|
-
|
|
210
|
+
} catch (ce) {
|
|
211
|
+
var ae = ce.stack.trim().match(/\n( *(at )?)/);
|
|
212
|
+
J = ae && ae[1] || "";
|
|
213
213
|
}
|
|
214
214
|
return `
|
|
215
|
-
` +
|
|
215
|
+
` + J + k;
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
|
-
var
|
|
218
|
+
var q = !1, Q;
|
|
219
219
|
{
|
|
220
|
-
var
|
|
221
|
-
|
|
220
|
+
var re = typeof WeakMap == "function" ? WeakMap : Map;
|
|
221
|
+
Q = new re();
|
|
222
222
|
}
|
|
223
|
-
function
|
|
224
|
-
if (!k ||
|
|
223
|
+
function Y(k, Z) {
|
|
224
|
+
if (!k || q)
|
|
225
225
|
return "";
|
|
226
226
|
{
|
|
227
|
-
var $ =
|
|
227
|
+
var $ = Q.get(k);
|
|
228
228
|
if ($ !== void 0)
|
|
229
229
|
return $;
|
|
230
230
|
}
|
|
231
231
|
var ae;
|
|
232
|
-
|
|
233
|
-
var
|
|
232
|
+
q = !0;
|
|
233
|
+
var ce = Error.prepareStackTrace;
|
|
234
234
|
Error.prepareStackTrace = void 0;
|
|
235
|
-
var
|
|
236
|
-
|
|
235
|
+
var be;
|
|
236
|
+
be = I.current, I.current = null, R();
|
|
237
237
|
try {
|
|
238
|
-
if (
|
|
239
|
-
var
|
|
238
|
+
if (Z) {
|
|
239
|
+
var pe = function() {
|
|
240
240
|
throw Error();
|
|
241
241
|
};
|
|
242
|
-
if (Object.defineProperty(
|
|
242
|
+
if (Object.defineProperty(pe.prototype, "props", {
|
|
243
243
|
set: function() {
|
|
244
244
|
throw Error();
|
|
245
245
|
}
|
|
246
246
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
247
247
|
try {
|
|
248
|
-
Reflect.construct(
|
|
248
|
+
Reflect.construct(pe, []);
|
|
249
249
|
} catch (Ve) {
|
|
250
250
|
ae = Ve;
|
|
251
251
|
}
|
|
252
|
-
Reflect.construct(k, [],
|
|
252
|
+
Reflect.construct(k, [], pe);
|
|
253
253
|
} else {
|
|
254
254
|
try {
|
|
255
|
-
|
|
255
|
+
pe.call();
|
|
256
256
|
} catch (Ve) {
|
|
257
257
|
ae = Ve;
|
|
258
258
|
}
|
|
259
|
-
k.call(
|
|
259
|
+
k.call(pe.prototype);
|
|
260
260
|
}
|
|
261
261
|
} else {
|
|
262
262
|
try {
|
|
@@ -268,59 +268,59 @@ function nl() {
|
|
|
268
268
|
}
|
|
269
269
|
} catch (Ve) {
|
|
270
270
|
if (Ve && ae && typeof Ve.stack == "string") {
|
|
271
|
-
for (var
|
|
271
|
+
for (var se = Ve.stack.split(`
|
|
272
272
|
`), ze = ae.stack.split(`
|
|
273
|
-
`), ke =
|
|
273
|
+
`), ke = se.length - 1, Se = ze.length - 1; ke >= 1 && Se >= 0 && se[ke] !== ze[Se]; )
|
|
274
274
|
Se--;
|
|
275
275
|
for (; ke >= 1 && Se >= 0; ke--, Se--)
|
|
276
|
-
if (
|
|
276
|
+
if (se[ke] !== ze[Se]) {
|
|
277
277
|
if (ke !== 1 || Se !== 1)
|
|
278
278
|
do
|
|
279
|
-
if (ke--, Se--, Se < 0 ||
|
|
279
|
+
if (ke--, Se--, Se < 0 || se[ke] !== ze[Se]) {
|
|
280
280
|
var ea = `
|
|
281
|
-
` +
|
|
282
|
-
return k.displayName && ea.includes("<anonymous>") && (ea = ea.replace("<anonymous>", k.displayName)), typeof k == "function" &&
|
|
281
|
+
` + se[ke].replace(" at new ", " at ");
|
|
282
|
+
return k.displayName && ea.includes("<anonymous>") && (ea = ea.replace("<anonymous>", k.displayName)), typeof k == "function" && Q.set(k, ea), ea;
|
|
283
283
|
}
|
|
284
284
|
while (ke >= 1 && Se >= 0);
|
|
285
285
|
break;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
} finally {
|
|
289
|
-
|
|
289
|
+
q = !1, I.current = be, j(), Error.prepareStackTrace = ce;
|
|
290
290
|
}
|
|
291
|
-
var Oa = k ? k.displayName || k.name : "", ha = Oa ?
|
|
292
|
-
return typeof k == "function" &&
|
|
291
|
+
var Oa = k ? k.displayName || k.name : "", ha = Oa ? z(Oa) : "";
|
|
292
|
+
return typeof k == "function" && Q.set(k, ha), ha;
|
|
293
293
|
}
|
|
294
|
-
function
|
|
295
|
-
return
|
|
294
|
+
function ie(k, Z, $) {
|
|
295
|
+
return Y(k, !1);
|
|
296
296
|
}
|
|
297
|
-
function
|
|
298
|
-
var
|
|
299
|
-
return !!(
|
|
297
|
+
function _e(k) {
|
|
298
|
+
var Z = k.prototype;
|
|
299
|
+
return !!(Z && Z.isReactComponent);
|
|
300
300
|
}
|
|
301
|
-
function Ne(k,
|
|
301
|
+
function Ne(k, Z, $) {
|
|
302
302
|
if (k == null)
|
|
303
303
|
return "";
|
|
304
304
|
if (typeof k == "function")
|
|
305
|
-
return
|
|
305
|
+
return Y(k, _e(k));
|
|
306
306
|
if (typeof k == "string")
|
|
307
|
-
return
|
|
307
|
+
return z(k);
|
|
308
308
|
switch (k) {
|
|
309
309
|
case t:
|
|
310
|
-
return
|
|
310
|
+
return z("Suspense");
|
|
311
311
|
case i:
|
|
312
|
-
return
|
|
312
|
+
return z("SuspenseList");
|
|
313
313
|
}
|
|
314
314
|
if (typeof k == "object")
|
|
315
315
|
switch (k.$$typeof) {
|
|
316
316
|
case l:
|
|
317
|
-
return
|
|
317
|
+
return ie(k.render);
|
|
318
318
|
case o:
|
|
319
|
-
return Ne(k.type,
|
|
319
|
+
return Ne(k.type, Z, $);
|
|
320
320
|
case s: {
|
|
321
|
-
var ae = k,
|
|
321
|
+
var ae = k, ce = ae._payload, be = ae._init;
|
|
322
322
|
try {
|
|
323
|
-
return Ne(
|
|
323
|
+
return Ne(be(ce), Z, $);
|
|
324
324
|
} catch {
|
|
325
325
|
}
|
|
326
326
|
}
|
|
@@ -330,37 +330,37 @@ function nl() {
|
|
|
330
330
|
var Te = Object.prototype.hasOwnProperty, je = {}, ve = b.ReactDebugCurrentFrame;
|
|
331
331
|
function Le(k) {
|
|
332
332
|
if (k) {
|
|
333
|
-
var
|
|
333
|
+
var Z = k._owner, $ = Ne(k.type, k._source, Z ? Z.type : null);
|
|
334
334
|
ve.setExtraStackFrame($);
|
|
335
335
|
} else
|
|
336
336
|
ve.setExtraStackFrame(null);
|
|
337
337
|
}
|
|
338
|
-
function Ye(k,
|
|
338
|
+
function Ye(k, Z, $, ae, ce) {
|
|
339
339
|
{
|
|
340
|
-
var
|
|
341
|
-
for (var
|
|
342
|
-
if (
|
|
343
|
-
var
|
|
340
|
+
var be = Function.call.bind(Te);
|
|
341
|
+
for (var pe in k)
|
|
342
|
+
if (be(k, pe)) {
|
|
343
|
+
var se = void 0;
|
|
344
344
|
try {
|
|
345
|
-
if (typeof k[
|
|
346
|
-
var ze = Error((ae || "React class") + ": " + $ + " type `" +
|
|
345
|
+
if (typeof k[pe] != "function") {
|
|
346
|
+
var ze = Error((ae || "React class") + ": " + $ + " type `" + pe + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof k[pe] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
347
347
|
throw ze.name = "Invariant Violation", ze;
|
|
348
348
|
}
|
|
349
|
-
|
|
349
|
+
se = k[pe](Z, pe, ae, $, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
350
350
|
} catch (ke) {
|
|
351
|
-
|
|
351
|
+
se = ke;
|
|
352
352
|
}
|
|
353
|
-
|
|
353
|
+
se && !(se instanceof Error) && (Le(ce), _("%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).", ae || "React class", $, pe, typeof se), Le(null)), se instanceof Error && !(se.message in je) && (je[se.message] = !0, Le(ce), _("Failed %s type: %s", $, se.message), Le(null));
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
|
-
var
|
|
358
|
-
function
|
|
359
|
-
return
|
|
357
|
+
var de = Array.isArray;
|
|
358
|
+
function ye(k) {
|
|
359
|
+
return de(k);
|
|
360
360
|
}
|
|
361
361
|
function xe(k) {
|
|
362
362
|
{
|
|
363
|
-
var
|
|
363
|
+
var Z = typeof Symbol == "function" && Symbol.toStringTag, $ = Z && k[Symbol.toStringTag] || k.constructor.name || "Object";
|
|
364
364
|
return $;
|
|
365
365
|
}
|
|
366
366
|
}
|
|
@@ -386,27 +386,27 @@ function nl() {
|
|
|
386
386
|
}, sa, ca;
|
|
387
387
|
function Ke(k) {
|
|
388
388
|
if (Te.call(k, "ref")) {
|
|
389
|
-
var
|
|
390
|
-
if (
|
|
389
|
+
var Z = Object.getOwnPropertyDescriptor(k, "ref").get;
|
|
390
|
+
if (Z && Z.isReactWarning)
|
|
391
391
|
return !1;
|
|
392
392
|
}
|
|
393
393
|
return k.ref !== void 0;
|
|
394
394
|
}
|
|
395
395
|
function ia(k) {
|
|
396
396
|
if (Te.call(k, "key")) {
|
|
397
|
-
var
|
|
398
|
-
if (
|
|
397
|
+
var Z = Object.getOwnPropertyDescriptor(k, "key").get;
|
|
398
|
+
if (Z && Z.isReactWarning)
|
|
399
399
|
return !1;
|
|
400
400
|
}
|
|
401
401
|
return k.key !== void 0;
|
|
402
402
|
}
|
|
403
|
-
function Ka(k,
|
|
403
|
+
function Ka(k, Z) {
|
|
404
404
|
typeof k.ref == "string" && Be.current;
|
|
405
405
|
}
|
|
406
|
-
function Ma(k,
|
|
406
|
+
function Ma(k, Z) {
|
|
407
407
|
{
|
|
408
408
|
var $ = function() {
|
|
409
|
-
sa || (sa = !0, _("%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)",
|
|
409
|
+
sa || (sa = !0, _("%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)", Z));
|
|
410
410
|
};
|
|
411
411
|
$.isReactWarning = !0, Object.defineProperty(k, "key", {
|
|
412
412
|
get: $,
|
|
@@ -414,10 +414,10 @@ function nl() {
|
|
|
414
414
|
});
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
function Ra(k,
|
|
417
|
+
function Ra(k, Z) {
|
|
418
418
|
{
|
|
419
419
|
var $ = function() {
|
|
420
|
-
ca || (ca = !0, _("%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)",
|
|
420
|
+
ca || (ca = !0, _("%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)", Z));
|
|
421
421
|
};
|
|
422
422
|
$.isReactWarning = !0, Object.defineProperty(k, "ref", {
|
|
423
423
|
get: $,
|
|
@@ -425,57 +425,57 @@ function nl() {
|
|
|
425
425
|
});
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
|
-
var qa = function(k,
|
|
429
|
-
var
|
|
428
|
+
var qa = function(k, Z, $, ae, ce, be, pe) {
|
|
429
|
+
var se = {
|
|
430
430
|
// This tag allows us to uniquely identify this as a React Element
|
|
431
431
|
$$typeof: n,
|
|
432
432
|
// Built-in properties that belong on the element
|
|
433
433
|
type: k,
|
|
434
|
-
key:
|
|
434
|
+
key: Z,
|
|
435
435
|
ref: $,
|
|
436
|
-
props:
|
|
436
|
+
props: pe,
|
|
437
437
|
// Record the component responsible for creating this element.
|
|
438
|
-
_owner:
|
|
438
|
+
_owner: be
|
|
439
439
|
};
|
|
440
|
-
return
|
|
440
|
+
return se._store = {}, Object.defineProperty(se._store, "validated", {
|
|
441
441
|
configurable: !1,
|
|
442
442
|
enumerable: !1,
|
|
443
443
|
writable: !0,
|
|
444
444
|
value: !1
|
|
445
|
-
}), Object.defineProperty(
|
|
445
|
+
}), Object.defineProperty(se, "_self", {
|
|
446
446
|
configurable: !1,
|
|
447
447
|
enumerable: !1,
|
|
448
448
|
writable: !1,
|
|
449
449
|
value: ae
|
|
450
|
-
}), Object.defineProperty(
|
|
450
|
+
}), Object.defineProperty(se, "_source", {
|
|
451
451
|
configurable: !1,
|
|
452
452
|
enumerable: !1,
|
|
453
453
|
writable: !1,
|
|
454
|
-
value:
|
|
455
|
-
}), Object.freeze && (Object.freeze(
|
|
454
|
+
value: ce
|
|
455
|
+
}), Object.freeze && (Object.freeze(se.props), Object.freeze(se)), se;
|
|
456
456
|
};
|
|
457
|
-
function $a(k,
|
|
457
|
+
function $a(k, Z, $, ae, ce) {
|
|
458
458
|
{
|
|
459
|
-
var
|
|
460
|
-
$ !== void 0 && (Ge($),
|
|
461
|
-
for (
|
|
462
|
-
Te.call(
|
|
459
|
+
var be, pe = {}, se = null, ze = null;
|
|
460
|
+
$ !== void 0 && (Ge($), se = "" + $), ia(Z) && (Ge(Z.key), se = "" + Z.key), Ke(Z) && (ze = Z.ref, Ka(Z, ce));
|
|
461
|
+
for (be in Z)
|
|
462
|
+
Te.call(Z, be) && !ta.hasOwnProperty(be) && (pe[be] = Z[be]);
|
|
463
463
|
if (k && k.defaultProps) {
|
|
464
464
|
var ke = k.defaultProps;
|
|
465
|
-
for (
|
|
466
|
-
|
|
465
|
+
for (be in ke)
|
|
466
|
+
pe[be] === void 0 && (pe[be] = ke[be]);
|
|
467
467
|
}
|
|
468
|
-
if (
|
|
468
|
+
if (se || ze) {
|
|
469
469
|
var Se = typeof k == "function" ? k.displayName || k.name || "Unknown" : k;
|
|
470
|
-
|
|
470
|
+
se && Ma(pe, Se), ze && Ra(pe, Se);
|
|
471
471
|
}
|
|
472
|
-
return qa(k,
|
|
472
|
+
return qa(k, se, ze, ce, ae, Be.current, pe);
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
var fa = b.ReactCurrentOwner, Ca = b.ReactDebugCurrentFrame;
|
|
476
476
|
function Xe(k) {
|
|
477
477
|
if (k) {
|
|
478
|
-
var
|
|
478
|
+
var Z = k._owner, $ = Ne(k.type, k._source, Z ? Z.type : null);
|
|
479
479
|
Ca.setExtraStackFrame($);
|
|
480
480
|
} else
|
|
481
481
|
Ca.setExtraStackFrame(null);
|
|
@@ -503,22 +503,22 @@ Check the render method of \`` + k + "`.";
|
|
|
503
503
|
var va = {};
|
|
504
504
|
function Fa(k) {
|
|
505
505
|
{
|
|
506
|
-
var
|
|
507
|
-
if (!
|
|
506
|
+
var Z = Pa();
|
|
507
|
+
if (!Z) {
|
|
508
508
|
var $ = typeof k == "string" ? k : k.displayName || k.name;
|
|
509
|
-
$ && (
|
|
509
|
+
$ && (Z = `
|
|
510
510
|
|
|
511
511
|
Check the top-level render call using <` + $ + ">.");
|
|
512
512
|
}
|
|
513
|
-
return
|
|
513
|
+
return Z;
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
-
function Aa(k,
|
|
516
|
+
function Aa(k, Z) {
|
|
517
517
|
{
|
|
518
518
|
if (!k._store || k._store.validated || k.key != null)
|
|
519
519
|
return;
|
|
520
520
|
k._store.validated = !0;
|
|
521
|
-
var $ = Fa(
|
|
521
|
+
var $ = Fa(Z);
|
|
522
522
|
if (va[$])
|
|
523
523
|
return;
|
|
524
524
|
va[$] = !0;
|
|
@@ -526,54 +526,54 @@ Check the top-level render call using <` + $ + ">.");
|
|
|
526
526
|
k && k._owner && k._owner !== fa.current && (ae = " It was passed a child from " + P(k._owner.type) + "."), Xe(k), _('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', $, ae), Xe(null);
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
|
-
function Me(k,
|
|
529
|
+
function Me(k, Z) {
|
|
530
530
|
{
|
|
531
531
|
if (typeof k != "object")
|
|
532
532
|
return;
|
|
533
|
-
if (
|
|
533
|
+
if (ye(k))
|
|
534
534
|
for (var $ = 0; $ < k.length; $++) {
|
|
535
535
|
var ae = k[$];
|
|
536
|
-
ya(ae) && Aa(ae,
|
|
536
|
+
ya(ae) && Aa(ae, Z);
|
|
537
537
|
}
|
|
538
538
|
else if (ya(k))
|
|
539
539
|
k._store && (k._store.validated = !0);
|
|
540
540
|
else if (k) {
|
|
541
|
-
var
|
|
542
|
-
if (typeof
|
|
543
|
-
for (var
|
|
544
|
-
ya(
|
|
541
|
+
var ce = c(k);
|
|
542
|
+
if (typeof ce == "function" && ce !== k.entries)
|
|
543
|
+
for (var be = ce.call(k), pe; !(pe = be.next()).done; )
|
|
544
|
+
ya(pe.value) && Aa(pe.value, Z);
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
|
-
function
|
|
548
|
+
function K(k) {
|
|
549
549
|
{
|
|
550
|
-
var
|
|
551
|
-
if (
|
|
550
|
+
var Z = k.type;
|
|
551
|
+
if (Z == null || typeof Z == "string")
|
|
552
552
|
return;
|
|
553
553
|
var $;
|
|
554
|
-
if (typeof
|
|
555
|
-
$ =
|
|
556
|
-
else if (typeof
|
|
554
|
+
if (typeof Z == "function")
|
|
555
|
+
$ = Z.propTypes;
|
|
556
|
+
else if (typeof Z == "object" && (Z.$$typeof === l || // Note: Memo only checks outer props here.
|
|
557
557
|
// Inner props are checked in the reconciler.
|
|
558
|
-
|
|
559
|
-
$ =
|
|
558
|
+
Z.$$typeof === o))
|
|
559
|
+
$ = Z.propTypes;
|
|
560
560
|
else
|
|
561
561
|
return;
|
|
562
562
|
if ($) {
|
|
563
|
-
var ae = P(
|
|
563
|
+
var ae = P(Z);
|
|
564
564
|
Ye($, k.props, "prop", ae, k);
|
|
565
|
-
} else if (
|
|
565
|
+
} else if (Z.PropTypes !== void 0 && !_a) {
|
|
566
566
|
_a = !0;
|
|
567
|
-
var
|
|
568
|
-
_("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
567
|
+
var ce = P(Z);
|
|
568
|
+
_("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", ce || "Unknown");
|
|
569
569
|
}
|
|
570
|
-
typeof
|
|
570
|
+
typeof Z.getDefaultProps == "function" && !Z.getDefaultProps.isReactClassApproved && _("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
function Re(k) {
|
|
574
574
|
{
|
|
575
|
-
for (var
|
|
576
|
-
var ae =
|
|
575
|
+
for (var Z = Object.keys(k.props), $ = 0; $ < Z.length; $++) {
|
|
576
|
+
var ae = Z[$];
|
|
577
577
|
if (ae !== "children" && ae !== "key") {
|
|
578
578
|
Xe(k), _("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", ae), Xe(null);
|
|
579
579
|
break;
|
|
@@ -583,25 +583,25 @@ Check the top-level render call using <` + $ + ">.");
|
|
|
583
583
|
}
|
|
584
584
|
}
|
|
585
585
|
var ra = {};
|
|
586
|
-
function He(k,
|
|
586
|
+
function He(k, Z, $, ae, ce, be) {
|
|
587
587
|
{
|
|
588
|
-
var
|
|
589
|
-
if (!
|
|
590
|
-
var
|
|
591
|
-
(k === void 0 || typeof k == "object" && k !== null && Object.keys(k).length === 0) && (
|
|
588
|
+
var pe = T(k);
|
|
589
|
+
if (!pe) {
|
|
590
|
+
var se = "";
|
|
591
|
+
(k === void 0 || typeof k == "object" && k !== null && Object.keys(k).length === 0) && (se += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
592
592
|
var ze = wa();
|
|
593
|
-
ze ?
|
|
593
|
+
ze ? se += ze : se += Pa();
|
|
594
594
|
var ke;
|
|
595
|
-
k === null ? ke = "null" :
|
|
595
|
+
k === null ? ke = "null" : ye(k) ? ke = "array" : k !== void 0 && k.$$typeof === n ? (ke = "<" + (P(k.type) || "Unknown") + " />", se = " Did you accidentally export a JSX literal instead of a component?") : ke = typeof k, _("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ke, se);
|
|
596
596
|
}
|
|
597
|
-
var Se = $a(k,
|
|
597
|
+
var Se = $a(k, Z, $, ce, be);
|
|
598
598
|
if (Se == null)
|
|
599
599
|
return Se;
|
|
600
|
-
if (
|
|
601
|
-
var ea =
|
|
600
|
+
if (pe) {
|
|
601
|
+
var ea = Z.children;
|
|
602
602
|
if (ea !== void 0)
|
|
603
603
|
if (ae)
|
|
604
|
-
if (
|
|
604
|
+
if (ye(ea)) {
|
|
605
605
|
for (var Oa = 0; Oa < ea.length; Oa++)
|
|
606
606
|
Me(ea[Oa], k);
|
|
607
607
|
Object.freeze && Object.freeze(ea);
|
|
@@ -610,8 +610,8 @@ Check the top-level render call using <` + $ + ">.");
|
|
|
610
610
|
else
|
|
611
611
|
Me(ea, k);
|
|
612
612
|
}
|
|
613
|
-
if (Te.call(
|
|
614
|
-
var ha = P(k), Ve = Object.keys(
|
|
613
|
+
if (Te.call(Z, "key")) {
|
|
614
|
+
var ha = P(k), Ve = Object.keys(Z).filter(function(Zr) {
|
|
615
615
|
return Zr !== "key";
|
|
616
616
|
}), ii = Ve.length > 0 ? "{key: someKey, " + Ve.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
617
617
|
if (!ra[ha + ii]) {
|
|
@@ -624,14 +624,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
624
624
|
<%s key={someKey} {...props} />`, ii, ha, Jr, ha), ra[ha + ii] = !0;
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
|
-
return k === r ? Re(Se) :
|
|
627
|
+
return k === r ? Re(Se) : K(Se), Se;
|
|
628
628
|
}
|
|
629
629
|
}
|
|
630
|
-
function la(k,
|
|
631
|
-
return He(k,
|
|
630
|
+
function la(k, Z, $) {
|
|
631
|
+
return He(k, Z, $, !0);
|
|
632
632
|
}
|
|
633
|
-
function rt(k,
|
|
634
|
-
return He(k,
|
|
633
|
+
function rt(k, Z, $) {
|
|
634
|
+
return He(k, Z, $, !1);
|
|
635
635
|
}
|
|
636
636
|
var ti = rt, Vr = la;
|
|
637
637
|
ja.Fragment = r, ja.jsx = ti, ja.jsxs = Vr;
|
|
@@ -641,8 +641,8 @@ var wi;
|
|
|
641
641
|
function rl() {
|
|
642
642
|
return wi || (wi = 1, process.env.NODE_ENV === "production" ? ot.exports = il() : ot.exports = nl()), ot.exports;
|
|
643
643
|
}
|
|
644
|
-
var
|
|
645
|
-
const jn = Yt(null),
|
|
644
|
+
var ge = rl();
|
|
645
|
+
const jn = Yt(null), me = () => {
|
|
646
646
|
const e = bi(jn);
|
|
647
647
|
if (!e)
|
|
648
648
|
throw new Error("useApiContext must be used within ApiProvider");
|
|
@@ -662,7 +662,7 @@ const jn = Yt(null), oe = () => {
|
|
|
662
662
|
setAsPending: () => a(Ya.PENDING)
|
|
663
663
|
};
|
|
664
664
|
}, [n]);
|
|
665
|
-
return /* @__PURE__ */
|
|
665
|
+
return /* @__PURE__ */ ge.jsx(Yn.Provider, { value: r, children: e });
|
|
666
666
|
}, Xn = () => {
|
|
667
667
|
const e = bi(Yn);
|
|
668
668
|
if (!e)
|
|
@@ -846,15 +846,15 @@ function dl() {
|
|
|
846
846
|
var G = ["th", "st", "nd", "rd"], L = M % 100;
|
|
847
847
|
return "[" + M + (G[(L - 20) % 10] || G[L] || G[0]) + "]";
|
|
848
848
|
} }, U = function(M, G, L) {
|
|
849
|
-
var
|
|
850
|
-
return !
|
|
849
|
+
var W = String(M);
|
|
850
|
+
return !W || W.length >= G ? M : "" + Array(G + 1 - W.length).join(L) + M;
|
|
851
851
|
}, C = { s: U, z: function(M) {
|
|
852
|
-
var G = -M.utcOffset(), L = Math.abs(G),
|
|
853
|
-
return (G <= 0 ? "+" : "-") + U(
|
|
852
|
+
var G = -M.utcOffset(), L = Math.abs(G), W = Math.floor(L / 60), H = L % 60;
|
|
853
|
+
return (G <= 0 ? "+" : "-") + U(W, 2, "0") + ":" + U(H, 2, "0");
|
|
854
854
|
}, m: function M(G, L) {
|
|
855
855
|
if (G.date() < L.date()) return -M(L, G);
|
|
856
|
-
var
|
|
857
|
-
return +(-(
|
|
856
|
+
var W = 12 * (L.year() - G.year()) + (L.month() - G.month()), H = G.clone().add(W, o), A = L - H < 0, V = G.clone().add(W + (A ? -1 : 1), o);
|
|
857
|
+
return +(-(W + (L - H) / (A ? H - V : V - H)) || 0);
|
|
858
858
|
}, a: function(M) {
|
|
859
859
|
return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
|
|
860
860
|
}, p: function(M) {
|
|
@@ -865,43 +865,43 @@ function dl() {
|
|
|
865
865
|
h[v] = _;
|
|
866
866
|
var S = "$isDayjsObject", N = function(M) {
|
|
867
867
|
return M instanceof F || !(!M || !M[S]);
|
|
868
|
-
},
|
|
868
|
+
}, B = function M(G, L, W) {
|
|
869
869
|
var H;
|
|
870
870
|
if (!G) return v;
|
|
871
871
|
if (typeof G == "string") {
|
|
872
872
|
var A = G.toLowerCase();
|
|
873
873
|
h[A] && (H = A), L && (h[A] = L, H = A);
|
|
874
|
-
var
|
|
875
|
-
if (!H &&
|
|
874
|
+
var V = G.split("-");
|
|
875
|
+
if (!H && V.length > 1) return M(V[0]);
|
|
876
876
|
} else {
|
|
877
877
|
var D = G.name;
|
|
878
878
|
h[D] = G, H = D;
|
|
879
879
|
}
|
|
880
|
-
return !
|
|
880
|
+
return !W && H && (v = H), H || !W && v;
|
|
881
881
|
}, T = function(M, G) {
|
|
882
882
|
if (N(M)) return M.clone();
|
|
883
883
|
var L = typeof G == "object" ? G : {};
|
|
884
884
|
return L.date = M, L.args = arguments, new F(L);
|
|
885
885
|
}, x = C;
|
|
886
|
-
x.l =
|
|
886
|
+
x.l = B, x.i = N, x.w = function(M, G) {
|
|
887
887
|
return T(M, { locale: G.$L, utc: G.$u, x: G.$x, $offset: G.$offset });
|
|
888
888
|
};
|
|
889
889
|
var F = (function() {
|
|
890
890
|
function M(L) {
|
|
891
|
-
this.$L =
|
|
891
|
+
this.$L = B(L.locale, null, !0), this.parse(L), this.$x = this.$x || L.x || {}, this[S] = !0;
|
|
892
892
|
}
|
|
893
893
|
var G = M.prototype;
|
|
894
894
|
return G.parse = function(L) {
|
|
895
|
-
this.$d = (function(
|
|
896
|
-
var H =
|
|
895
|
+
this.$d = (function(W) {
|
|
896
|
+
var H = W.date, A = W.utc;
|
|
897
897
|
if (H === null) return /* @__PURE__ */ new Date(NaN);
|
|
898
898
|
if (x.u(H)) return /* @__PURE__ */ new Date();
|
|
899
899
|
if (H instanceof Date) return new Date(H);
|
|
900
900
|
if (typeof H == "string" && !/Z$/i.test(H)) {
|
|
901
|
-
var
|
|
902
|
-
if (
|
|
903
|
-
var D =
|
|
904
|
-
return A ? new Date(Date.UTC(
|
|
901
|
+
var V = H.match(c);
|
|
902
|
+
if (V) {
|
|
903
|
+
var D = V[2] - 1 || 0, E = (V[7] || "0").substring(0, 3);
|
|
904
|
+
return A ? new Date(Date.UTC(V[1], D, V[3] || 1, V[4] || 0, V[5] || 0, V[6] || 0, E)) : new Date(V[1], D, V[3] || 1, V[4] || 0, V[5] || 0, V[6] || 0, E);
|
|
905
905
|
}
|
|
906
906
|
}
|
|
907
907
|
return new Date(H);
|
|
@@ -913,155 +913,155 @@ function dl() {
|
|
|
913
913
|
return x;
|
|
914
914
|
}, G.isValid = function() {
|
|
915
915
|
return this.$d.toString() !== f;
|
|
916
|
-
}, G.isSame = function(L,
|
|
916
|
+
}, G.isSame = function(L, W) {
|
|
917
917
|
var H = T(L);
|
|
918
|
-
return this.startOf(
|
|
919
|
-
}, G.isAfter = function(L,
|
|
920
|
-
return T(L) < this.startOf(
|
|
921
|
-
}, G.isBefore = function(L,
|
|
922
|
-
return this.endOf(
|
|
923
|
-
}, G.$g = function(L,
|
|
924
|
-
return x.u(L) ? this[
|
|
918
|
+
return this.startOf(W) <= H && H <= this.endOf(W);
|
|
919
|
+
}, G.isAfter = function(L, W) {
|
|
920
|
+
return T(L) < this.startOf(W);
|
|
921
|
+
}, G.isBefore = function(L, W) {
|
|
922
|
+
return this.endOf(W) < T(L);
|
|
923
|
+
}, G.$g = function(L, W, H) {
|
|
924
|
+
return x.u(L) ? this[W] : this.set(H, L);
|
|
925
925
|
}, G.unix = function() {
|
|
926
926
|
return Math.floor(this.valueOf() / 1e3);
|
|
927
927
|
}, G.valueOf = function() {
|
|
928
928
|
return this.$d.getTime();
|
|
929
|
-
}, G.startOf = function(L,
|
|
930
|
-
var H = this, A = !!x.u(
|
|
931
|
-
var
|
|
932
|
-
return A ?
|
|
933
|
-
}, E = function(
|
|
934
|
-
return x.w(H.toDate()[
|
|
935
|
-
}, w = this.$W, R = this.$M,
|
|
936
|
-
switch (
|
|
929
|
+
}, G.startOf = function(L, W) {
|
|
930
|
+
var H = this, A = !!x.u(W) || W, V = x.p(L), D = function(q, Q) {
|
|
931
|
+
var re = x.w(H.$u ? Date.UTC(H.$y, Q, q) : new Date(H.$y, Q, q), H);
|
|
932
|
+
return A ? re : re.endOf(t);
|
|
933
|
+
}, E = function(q, Q) {
|
|
934
|
+
return x.w(H.toDate()[q].apply(H.toDate("s"), (A ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Q)), H);
|
|
935
|
+
}, w = this.$W, R = this.$M, j = this.$D, I = "set" + (this.$u ? "UTC" : "");
|
|
936
|
+
switch (V) {
|
|
937
937
|
case p:
|
|
938
938
|
return A ? D(1, 0) : D(31, 11);
|
|
939
939
|
case o:
|
|
940
940
|
return A ? D(1, R) : D(0, R + 1);
|
|
941
941
|
case i:
|
|
942
|
-
var
|
|
943
|
-
return D(A ?
|
|
942
|
+
var J = this.$locale().weekStart || 0, z = (w < J ? w + 7 : w) - J;
|
|
943
|
+
return D(A ? j - z : j + (6 - z), R);
|
|
944
944
|
case t:
|
|
945
945
|
case m:
|
|
946
|
-
return E(
|
|
946
|
+
return E(I + "Hours", 0);
|
|
947
947
|
case l:
|
|
948
|
-
return E(
|
|
948
|
+
return E(I + "Minutes", 1);
|
|
949
949
|
case d:
|
|
950
|
-
return E(
|
|
950
|
+
return E(I + "Seconds", 2);
|
|
951
951
|
case y:
|
|
952
|
-
return E(
|
|
952
|
+
return E(I + "Milliseconds", 3);
|
|
953
953
|
default:
|
|
954
954
|
return this.clone();
|
|
955
955
|
}
|
|
956
956
|
}, G.endOf = function(L) {
|
|
957
957
|
return this.startOf(L, !1);
|
|
958
|
-
}, G.$set = function(L,
|
|
959
|
-
var H, A = x.p(L),
|
|
958
|
+
}, G.$set = function(L, W) {
|
|
959
|
+
var H, A = x.p(L), V = "set" + (this.$u ? "UTC" : ""), D = (H = {}, H[t] = V + "Date", H[m] = V + "Date", H[o] = V + "Month", H[p] = V + "FullYear", H[l] = V + "Hours", H[d] = V + "Minutes", H[y] = V + "Seconds", H[g] = V + "Milliseconds", H)[A], E = A === t ? this.$D + (W - this.$W) : W;
|
|
960
960
|
if (A === o || A === p) {
|
|
961
961
|
var w = this.clone().set(m, 1);
|
|
962
962
|
w.$d[D](E), w.init(), this.$d = w.set(m, Math.min(this.$D, w.daysInMonth())).$d;
|
|
963
963
|
} else D && this.$d[D](E);
|
|
964
964
|
return this.init(), this;
|
|
965
|
-
}, G.set = function(L,
|
|
966
|
-
return this.clone().$set(L,
|
|
965
|
+
}, G.set = function(L, W) {
|
|
966
|
+
return this.clone().$set(L, W);
|
|
967
967
|
}, G.get = function(L) {
|
|
968
968
|
return this[x.p(L)]();
|
|
969
|
-
}, G.add = function(L,
|
|
969
|
+
}, G.add = function(L, W) {
|
|
970
970
|
var H, A = this;
|
|
971
971
|
L = Number(L);
|
|
972
|
-
var
|
|
973
|
-
var
|
|
974
|
-
return x.w(
|
|
972
|
+
var V = x.p(W), D = function(R) {
|
|
973
|
+
var j = T(A);
|
|
974
|
+
return x.w(j.date(j.date() + Math.round(R * L)), A);
|
|
975
975
|
};
|
|
976
|
-
if (
|
|
977
|
-
if (
|
|
978
|
-
if (
|
|
979
|
-
if (
|
|
980
|
-
var E = (H = {}, H[d] = r, H[l] = u, H[y] = a, H)[
|
|
976
|
+
if (V === o) return this.set(o, this.$M + L);
|
|
977
|
+
if (V === p) return this.set(p, this.$y + L);
|
|
978
|
+
if (V === t) return D(1);
|
|
979
|
+
if (V === i) return D(7);
|
|
980
|
+
var E = (H = {}, H[d] = r, H[l] = u, H[y] = a, H)[V] || 1, w = this.$d.getTime() + L * E;
|
|
981
981
|
return x.w(w, this);
|
|
982
|
-
}, G.subtract = function(L,
|
|
983
|
-
return this.add(-1 * L,
|
|
982
|
+
}, G.subtract = function(L, W) {
|
|
983
|
+
return this.add(-1 * L, W);
|
|
984
984
|
}, G.format = function(L) {
|
|
985
|
-
var
|
|
985
|
+
var W = this, H = this.$locale();
|
|
986
986
|
if (!this.isValid()) return H.invalidDate || f;
|
|
987
|
-
var A = L || "YYYY-MM-DDTHH:mm:ssZ",
|
|
988
|
-
return
|
|
989
|
-
},
|
|
990
|
-
return x.s(D % 12 || 12,
|
|
991
|
-
},
|
|
992
|
-
var
|
|
993
|
-
return
|
|
987
|
+
var A = L || "YYYY-MM-DDTHH:mm:ssZ", V = x.z(this), D = this.$H, E = this.$m, w = this.$M, R = H.weekdays, j = H.months, I = H.meridiem, J = function(Q, re, Y, ie) {
|
|
988
|
+
return Q && (Q[re] || Q(W, A)) || Y[re].slice(0, ie);
|
|
989
|
+
}, z = function(Q) {
|
|
990
|
+
return x.s(D % 12 || 12, Q, "0");
|
|
991
|
+
}, q = I || function(Q, re, Y) {
|
|
992
|
+
var ie = Q < 12 ? "AM" : "PM";
|
|
993
|
+
return Y ? ie.toLowerCase() : ie;
|
|
994
994
|
};
|
|
995
|
-
return A.replace(b, (function(
|
|
996
|
-
return
|
|
997
|
-
switch (
|
|
995
|
+
return A.replace(b, (function(Q, re) {
|
|
996
|
+
return re || (function(Y) {
|
|
997
|
+
switch (Y) {
|
|
998
998
|
case "YY":
|
|
999
|
-
return String(
|
|
999
|
+
return String(W.$y).slice(-2);
|
|
1000
1000
|
case "YYYY":
|
|
1001
|
-
return x.s(
|
|
1001
|
+
return x.s(W.$y, 4, "0");
|
|
1002
1002
|
case "M":
|
|
1003
1003
|
return w + 1;
|
|
1004
1004
|
case "MM":
|
|
1005
1005
|
return x.s(w + 1, 2, "0");
|
|
1006
1006
|
case "MMM":
|
|
1007
|
-
return
|
|
1007
|
+
return J(H.monthsShort, w, j, 3);
|
|
1008
1008
|
case "MMMM":
|
|
1009
|
-
return
|
|
1009
|
+
return J(j, w);
|
|
1010
1010
|
case "D":
|
|
1011
|
-
return
|
|
1011
|
+
return W.$D;
|
|
1012
1012
|
case "DD":
|
|
1013
|
-
return x.s(
|
|
1013
|
+
return x.s(W.$D, 2, "0");
|
|
1014
1014
|
case "d":
|
|
1015
|
-
return String(
|
|
1015
|
+
return String(W.$W);
|
|
1016
1016
|
case "dd":
|
|
1017
|
-
return
|
|
1017
|
+
return J(H.weekdaysMin, W.$W, R, 2);
|
|
1018
1018
|
case "ddd":
|
|
1019
|
-
return
|
|
1019
|
+
return J(H.weekdaysShort, W.$W, R, 3);
|
|
1020
1020
|
case "dddd":
|
|
1021
|
-
return R[
|
|
1021
|
+
return R[W.$W];
|
|
1022
1022
|
case "H":
|
|
1023
1023
|
return String(D);
|
|
1024
1024
|
case "HH":
|
|
1025
1025
|
return x.s(D, 2, "0");
|
|
1026
1026
|
case "h":
|
|
1027
|
-
return
|
|
1027
|
+
return z(1);
|
|
1028
1028
|
case "hh":
|
|
1029
|
-
return
|
|
1029
|
+
return z(2);
|
|
1030
1030
|
case "a":
|
|
1031
|
-
return
|
|
1031
|
+
return q(D, E, !0);
|
|
1032
1032
|
case "A":
|
|
1033
|
-
return
|
|
1033
|
+
return q(D, E, !1);
|
|
1034
1034
|
case "m":
|
|
1035
1035
|
return String(E);
|
|
1036
1036
|
case "mm":
|
|
1037
1037
|
return x.s(E, 2, "0");
|
|
1038
1038
|
case "s":
|
|
1039
|
-
return String(
|
|
1039
|
+
return String(W.$s);
|
|
1040
1040
|
case "ss":
|
|
1041
|
-
return x.s(
|
|
1041
|
+
return x.s(W.$s, 2, "0");
|
|
1042
1042
|
case "SSS":
|
|
1043
|
-
return x.s(
|
|
1043
|
+
return x.s(W.$ms, 3, "0");
|
|
1044
1044
|
case "Z":
|
|
1045
|
-
return
|
|
1045
|
+
return V;
|
|
1046
1046
|
}
|
|
1047
1047
|
return null;
|
|
1048
|
-
})(
|
|
1048
|
+
})(Q) || V.replace(":", "");
|
|
1049
1049
|
}));
|
|
1050
1050
|
}, G.utcOffset = function() {
|
|
1051
1051
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1052
|
-
}, G.diff = function(L,
|
|
1053
|
-
var A,
|
|
1054
|
-
return x.m(
|
|
1052
|
+
}, G.diff = function(L, W, H) {
|
|
1053
|
+
var A, V = this, D = x.p(W), E = T(L), w = (E.utcOffset() - this.utcOffset()) * r, R = this - E, j = function() {
|
|
1054
|
+
return x.m(V, E);
|
|
1055
1055
|
};
|
|
1056
1056
|
switch (D) {
|
|
1057
1057
|
case p:
|
|
1058
|
-
A =
|
|
1058
|
+
A = j() / 12;
|
|
1059
1059
|
break;
|
|
1060
1060
|
case o:
|
|
1061
|
-
A =
|
|
1061
|
+
A = j();
|
|
1062
1062
|
break;
|
|
1063
1063
|
case s:
|
|
1064
|
-
A =
|
|
1064
|
+
A = j() / 3;
|
|
1065
1065
|
break;
|
|
1066
1066
|
case i:
|
|
1067
1067
|
A = (R - w) / 6048e5;
|
|
@@ -1086,9 +1086,9 @@ function dl() {
|
|
|
1086
1086
|
return this.endOf(o).$D;
|
|
1087
1087
|
}, G.$locale = function() {
|
|
1088
1088
|
return h[this.$L];
|
|
1089
|
-
}, G.locale = function(L,
|
|
1089
|
+
}, G.locale = function(L, W) {
|
|
1090
1090
|
if (!L) return this.$L;
|
|
1091
|
-
var H = this.clone(), A =
|
|
1091
|
+
var H = this.clone(), A = B(L, W, !0);
|
|
1092
1092
|
return A && (H.$L = A), H;
|
|
1093
1093
|
}, G.clone = function() {
|
|
1094
1094
|
return x.w(this.$d, this);
|
|
@@ -1108,7 +1108,7 @@ function dl() {
|
|
|
1108
1108
|
};
|
|
1109
1109
|
})), T.extend = function(M, G) {
|
|
1110
1110
|
return M.$i || (M(G, F, T), M.$i = !0), T;
|
|
1111
|
-
}, T.locale =
|
|
1111
|
+
}, T.locale = B, T.isDayjs = N, T.unix = function(M) {
|
|
1112
1112
|
return T(1e3 * M);
|
|
1113
1113
|
}, T.en = h[v], T.Ls = h, T.p = {}, T;
|
|
1114
1114
|
}));
|
|
@@ -1126,7 +1126,7 @@ const _l = {}, yl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
1126
1126
|
default: _l
|
|
1127
1127
|
}, Symbol.toStringTag, { value: "Module" })), bl = /* @__PURE__ */ tl(yl);
|
|
1128
1128
|
var Ul = ft.exports, Oi;
|
|
1129
|
-
function
|
|
1129
|
+
function ue() {
|
|
1130
1130
|
return Oi || (Oi = 1, (function(e, n) {
|
|
1131
1131
|
(function(a, r) {
|
|
1132
1132
|
e.exports = r();
|
|
@@ -1295,8 +1295,8 @@ function me() {
|
|
|
1295
1295
|
U[v + S >>> 2] |= N << 24 - (v + S) % 4 * 8;
|
|
1296
1296
|
}
|
|
1297
1297
|
else
|
|
1298
|
-
for (var
|
|
1299
|
-
U[v +
|
|
1298
|
+
for (var B = 0; B < h; B += 4)
|
|
1299
|
+
U[v + B >>> 2] = C[B >>> 2];
|
|
1300
1300
|
return this.sigBytes += h, this;
|
|
1301
1301
|
},
|
|
1302
1302
|
/**
|
|
@@ -1495,9 +1495,9 @@ function me() {
|
|
|
1495
1495
|
* var processedData = bufferedBlockAlgorithm._process(!!'flush');
|
|
1496
1496
|
*/
|
|
1497
1497
|
_process: function(_) {
|
|
1498
|
-
var U, C = this._data, v = C.words, h = C.sigBytes, S = this.blockSize, N = S * 4,
|
|
1499
|
-
_ ?
|
|
1500
|
-
var T =
|
|
1498
|
+
var U, C = this._data, v = C.words, h = C.sigBytes, S = this.blockSize, N = S * 4, B = h / N;
|
|
1499
|
+
_ ? B = r.ceil(B) : B = r.max((B | 0) - this._minBufferSize, 0);
|
|
1500
|
+
var T = B * S, x = r.min(T * 4, h);
|
|
1501
1501
|
if (T) {
|
|
1502
1502
|
for (var F = 0; F < T; F += S)
|
|
1503
1503
|
this._doProcessBlock(v, F);
|
|
@@ -1630,7 +1630,7 @@ var _t = { exports: {} }, Cl = _t.exports, Bi;
|
|
|
1630
1630
|
function ai() {
|
|
1631
1631
|
return Bi || (Bi = 1, (function(e, n) {
|
|
1632
1632
|
(function(a, r) {
|
|
1633
|
-
e.exports = r(
|
|
1633
|
+
e.exports = r(ue());
|
|
1634
1634
|
})(Cl, function(a) {
|
|
1635
1635
|
return (function(r) {
|
|
1636
1636
|
var u = a, g = u.lib, y = g.Base, d = g.WordArray, l = u.x64 = {};
|
|
@@ -1860,7 +1860,7 @@ var yt = { exports: {} }, vl = yt.exports, Hi;
|
|
|
1860
1860
|
function hl() {
|
|
1861
1861
|
return Hi || (Hi = 1, (function(e, n) {
|
|
1862
1862
|
(function(a, r) {
|
|
1863
|
-
e.exports = r(
|
|
1863
|
+
e.exports = r(ue());
|
|
1864
1864
|
})(vl, function(a) {
|
|
1865
1865
|
return (function() {
|
|
1866
1866
|
if (typeof ArrayBuffer == "function") {
|
|
@@ -1882,7 +1882,7 @@ var bt = { exports: {} }, Tl = bt.exports, Wi;
|
|
|
1882
1882
|
function kl() {
|
|
1883
1883
|
return Wi || (Wi = 1, (function(e, n) {
|
|
1884
1884
|
(function(a, r) {
|
|
1885
|
-
e.exports = r(
|
|
1885
|
+
e.exports = r(ue());
|
|
1886
1886
|
})(Tl, function(a) {
|
|
1887
1887
|
return (function() {
|
|
1888
1888
|
var r = a, u = r.lib, g = u.WordArray, y = r.enc;
|
|
@@ -1976,7 +1976,7 @@ var Ut = { exports: {} }, xl = Ut.exports, Ii;
|
|
|
1976
1976
|
function Na() {
|
|
1977
1977
|
return Ii || (Ii = 1, (function(e, n) {
|
|
1978
1978
|
(function(a, r) {
|
|
1979
|
-
e.exports = r(
|
|
1979
|
+
e.exports = r(ue());
|
|
1980
1980
|
})(xl, function(a) {
|
|
1981
1981
|
return (function() {
|
|
1982
1982
|
var r = a, u = r.lib, g = u.WordArray, y = r.enc;
|
|
@@ -2051,7 +2051,7 @@ var Ct = { exports: {} }, Sl = Ct.exports, zi;
|
|
|
2051
2051
|
function El() {
|
|
2052
2052
|
return zi || (zi = 1, (function(e, n) {
|
|
2053
2053
|
(function(a, r) {
|
|
2054
|
-
e.exports = r(
|
|
2054
|
+
e.exports = r(ue());
|
|
2055
2055
|
})(Sl, function(a) {
|
|
2056
2056
|
return (function() {
|
|
2057
2057
|
var r = a, u = r.lib, g = u.WordArray, y = r.enc;
|
|
@@ -2133,7 +2133,7 @@ var vt = { exports: {} }, Dl = vt.exports, Vi;
|
|
|
2133
2133
|
function La() {
|
|
2134
2134
|
return Vi || (Vi = 1, (function(e, n) {
|
|
2135
2135
|
(function(a, r) {
|
|
2136
|
-
e.exports = r(
|
|
2136
|
+
e.exports = r(ue());
|
|
2137
2137
|
})(Dl, function(a) {
|
|
2138
2138
|
return (function(r) {
|
|
2139
2139
|
var u = a, g = u.lib, y = g.WordArray, d = g.Hasher, l = u.algo, t = [];
|
|
@@ -2155,8 +2155,8 @@ function La() {
|
|
|
2155
2155
|
var _ = c + b, U = f[_];
|
|
2156
2156
|
f[_] = (U << 8 | U >>> 24) & 16711935 | (U << 24 | U >>> 8) & 4278255360;
|
|
2157
2157
|
}
|
|
2158
|
-
var C = this._hash.words, v = f[c + 0], h = f[c + 1], S = f[c + 2], N = f[c + 3],
|
|
2159
|
-
D = o(D, E, w, R, v, 7, t[0]), R = o(R, D, E, w, h, 12, t[1]), w = o(w, R, D, E, S, 17, t[2]), E = o(E, w, R, D, N, 22, t[3]), D = o(D, E, w, R,
|
|
2158
|
+
var C = this._hash.words, v = f[c + 0], h = f[c + 1], S = f[c + 2], N = f[c + 3], B = f[c + 4], T = f[c + 5], x = f[c + 6], F = f[c + 7], P = f[c + 8], M = f[c + 9], G = f[c + 10], L = f[c + 11], W = f[c + 12], H = f[c + 13], A = f[c + 14], V = f[c + 15], D = C[0], E = C[1], w = C[2], R = C[3];
|
|
2159
|
+
D = o(D, E, w, R, v, 7, t[0]), R = o(R, D, E, w, h, 12, t[1]), w = o(w, R, D, E, S, 17, t[2]), E = o(E, w, R, D, N, 22, t[3]), D = o(D, E, w, R, B, 7, t[4]), R = o(R, D, E, w, T, 12, t[5]), w = o(w, R, D, E, x, 17, t[6]), E = o(E, w, R, D, F, 22, t[7]), D = o(D, E, w, R, P, 7, t[8]), R = o(R, D, E, w, M, 12, t[9]), w = o(w, R, D, E, G, 17, t[10]), E = o(E, w, R, D, L, 22, t[11]), D = o(D, E, w, R, W, 7, t[12]), R = o(R, D, E, w, H, 12, t[13]), w = o(w, R, D, E, A, 17, t[14]), E = o(E, w, R, D, V, 22, t[15]), D = s(D, E, w, R, h, 5, t[16]), R = s(R, D, E, w, x, 9, t[17]), w = s(w, R, D, E, L, 14, t[18]), E = s(E, w, R, D, v, 20, t[19]), D = s(D, E, w, R, T, 5, t[20]), R = s(R, D, E, w, G, 9, t[21]), w = s(w, R, D, E, V, 14, t[22]), E = s(E, w, R, D, B, 20, t[23]), D = s(D, E, w, R, M, 5, t[24]), R = s(R, D, E, w, A, 9, t[25]), w = s(w, R, D, E, N, 14, t[26]), E = s(E, w, R, D, P, 20, t[27]), D = s(D, E, w, R, H, 5, t[28]), R = s(R, D, E, w, S, 9, t[29]), w = s(w, R, D, E, F, 14, t[30]), E = s(E, w, R, D, W, 20, t[31]), D = p(D, E, w, R, T, 4, t[32]), R = p(R, D, E, w, P, 11, t[33]), w = p(w, R, D, E, L, 16, t[34]), E = p(E, w, R, D, A, 23, t[35]), D = p(D, E, w, R, h, 4, t[36]), R = p(R, D, E, w, B, 11, t[37]), w = p(w, R, D, E, F, 16, t[38]), E = p(E, w, R, D, G, 23, t[39]), D = p(D, E, w, R, H, 4, t[40]), R = p(R, D, E, w, v, 11, t[41]), w = p(w, R, D, E, N, 16, t[42]), E = p(E, w, R, D, x, 23, t[43]), D = p(D, E, w, R, M, 4, t[44]), R = p(R, D, E, w, W, 11, t[45]), w = p(w, R, D, E, V, 16, t[46]), E = p(E, w, R, D, S, 23, t[47]), D = m(D, E, w, R, v, 6, t[48]), R = m(R, D, E, w, F, 10, t[49]), w = m(w, R, D, E, A, 15, t[50]), E = m(E, w, R, D, T, 21, t[51]), D = m(D, E, w, R, W, 6, t[52]), R = m(R, D, E, w, N, 10, t[53]), w = m(w, R, D, E, G, 15, t[54]), E = m(E, w, R, D, h, 21, t[55]), D = m(D, E, w, R, P, 6, t[56]), R = m(R, D, E, w, V, 10, t[57]), w = m(w, R, D, E, x, 15, t[58]), E = m(E, w, R, D, H, 21, t[59]), D = m(D, E, w, R, B, 6, t[60]), R = m(R, D, E, w, L, 10, t[61]), w = m(w, R, D, E, S, 15, t[62]), E = m(E, w, R, D, M, 21, t[63]), C[0] = C[0] + D | 0, C[1] = C[1] + E | 0, C[2] = C[2] + w | 0, C[3] = C[3] + R | 0;
|
|
2160
2160
|
},
|
|
2161
2161
|
_doFinalize: function() {
|
|
2162
2162
|
var f = this._data, c = f.words, b = this._nDataBytes * 8, _ = f.sigBytes * 8;
|
|
@@ -2199,7 +2199,7 @@ var ht = { exports: {} }, Nl = ht.exports, Ji;
|
|
|
2199
2199
|
function sr() {
|
|
2200
2200
|
return Ji || (Ji = 1, (function(e, n) {
|
|
2201
2201
|
(function(a, r) {
|
|
2202
|
-
e.exports = r(
|
|
2202
|
+
e.exports = r(ue());
|
|
2203
2203
|
})(Nl, function(a) {
|
|
2204
2204
|
return (function() {
|
|
2205
2205
|
var r = a, u = r.lib, g = u.WordArray, y = u.Hasher, d = r.algo, l = [], t = d.SHA1 = y.extend({
|
|
@@ -2243,7 +2243,7 @@ var Tt = { exports: {} }, Ll = Tt.exports, Zi;
|
|
|
2243
2243
|
function Ci() {
|
|
2244
2244
|
return Zi || (Zi = 1, (function(e, n) {
|
|
2245
2245
|
(function(a, r) {
|
|
2246
|
-
e.exports = r(
|
|
2246
|
+
e.exports = r(ue());
|
|
2247
2247
|
})(Ll, function(a) {
|
|
2248
2248
|
return (function(r) {
|
|
2249
2249
|
var u = a, g = u.lib, y = g.WordArray, d = g.Hasher, l = u.algo, t = [], i = [];
|
|
@@ -2269,11 +2269,11 @@ function Ci() {
|
|
|
2269
2269
|
if (N < 16)
|
|
2270
2270
|
o[N] = p[m + N] | 0;
|
|
2271
2271
|
else {
|
|
2272
|
-
var
|
|
2272
|
+
var B = o[N - 15], T = (B << 25 | B >>> 7) ^ (B << 14 | B >>> 18) ^ B >>> 3, x = o[N - 2], F = (x << 15 | x >>> 17) ^ (x << 13 | x >>> 19) ^ x >>> 10;
|
|
2273
2273
|
o[N] = T + o[N - 7] + F + o[N - 16];
|
|
2274
2274
|
}
|
|
2275
|
-
var P = C & v ^ ~C & h, M = c & b ^ c & _ ^ b & _, G = (c << 30 | c >>> 2) ^ (c << 19 | c >>> 13) ^ (c << 10 | c >>> 22), L = (C << 26 | C >>> 6) ^ (C << 21 | C >>> 11) ^ (C << 7 | C >>> 25),
|
|
2276
|
-
S = h, h = v, v = C, C = U +
|
|
2275
|
+
var P = C & v ^ ~C & h, M = c & b ^ c & _ ^ b & _, G = (c << 30 | c >>> 2) ^ (c << 19 | c >>> 13) ^ (c << 10 | c >>> 22), L = (C << 26 | C >>> 6) ^ (C << 21 | C >>> 11) ^ (C << 7 | C >>> 25), W = S + L + P + i[N] + o[N], H = G + M;
|
|
2276
|
+
S = h, h = v, v = C, C = U + W | 0, U = _, _ = b, b = c, c = W + H | 0;
|
|
2277
2277
|
}
|
|
2278
2278
|
f[0] = f[0] + c | 0, f[1] = f[1] + b | 0, f[2] = f[2] + _ | 0, f[3] = f[3] + U | 0, f[4] = f[4] + C | 0, f[5] = f[5] + v | 0, f[6] = f[6] + h | 0, f[7] = f[7] + S | 0;
|
|
2279
2279
|
},
|
|
@@ -2295,7 +2295,7 @@ var kt = { exports: {} }, Gl = kt.exports, Ki;
|
|
|
2295
2295
|
function Ml() {
|
|
2296
2296
|
return Ki || (Ki = 1, (function(e, n) {
|
|
2297
2297
|
(function(a, r, u) {
|
|
2298
|
-
e.exports = r(
|
|
2298
|
+
e.exports = r(ue(), Ci());
|
|
2299
2299
|
})(Gl, function(a) {
|
|
2300
2300
|
return (function() {
|
|
2301
2301
|
var r = a, u = r.lib, g = u.WordArray, y = r.algo, d = y.SHA256, l = y.SHA224 = d.extend({
|
|
@@ -2325,7 +2325,7 @@ var xt = { exports: {} }, Rl = xt.exports, qi;
|
|
|
2325
2325
|
function mr() {
|
|
2326
2326
|
return qi || (qi = 1, (function(e, n) {
|
|
2327
2327
|
(function(a, r, u) {
|
|
2328
|
-
e.exports = r(
|
|
2328
|
+
e.exports = r(ue(), ai());
|
|
2329
2329
|
})(Rl, function(a) {
|
|
2330
2330
|
return (function() {
|
|
2331
2331
|
var r = a, u = r.lib, g = u.Hasher, y = r.x64, d = y.Word, l = y.WordArray, t = r.algo;
|
|
@@ -2432,18 +2432,18 @@ function mr() {
|
|
|
2432
2432
|
]);
|
|
2433
2433
|
},
|
|
2434
2434
|
_doProcessBlock: function(m, f) {
|
|
2435
|
-
for (var c = this._hash.words, b = c[0], _ = c[1], U = c[2], C = c[3], v = c[4], h = c[5], S = c[6], N = c[7],
|
|
2436
|
-
var
|
|
2437
|
-
if (
|
|
2438
|
-
xe = Ie.high = m[f +
|
|
2435
|
+
for (var c = this._hash.words, b = c[0], _ = c[1], U = c[2], C = c[3], v = c[4], h = c[5], S = c[6], N = c[7], B = b.high, T = b.low, x = _.high, F = _.low, P = U.high, M = U.low, G = C.high, L = C.low, W = v.high, H = v.low, A = h.high, V = h.low, D = S.high, E = S.low, w = N.high, R = N.low, j = B, I = T, J = x, z = F, q = P, Q = M, re = G, Y = L, ie = W, _e = H, Ne = A, Te = V, je = D, ve = E, Le = w, Ye = R, de = 0; de < 80; de++) {
|
|
2436
|
+
var ye, xe, Ie = s[de];
|
|
2437
|
+
if (de < 16)
|
|
2438
|
+
xe = Ie.high = m[f + de * 2] | 0, ye = Ie.low = m[f + de * 2 + 1] | 0;
|
|
2439
2439
|
else {
|
|
2440
|
-
var Ze = s[
|
|
2441
|
-
|
|
2440
|
+
var Ze = s[de - 15], Ge = Ze.high, Be = Ze.low, ta = (Ge >>> 1 | Be << 31) ^ (Ge >>> 8 | Be << 24) ^ Ge >>> 7, sa = (Be >>> 1 | Ge << 31) ^ (Be >>> 8 | Ge << 24) ^ (Be >>> 7 | Ge << 25), ca = s[de - 2], Ke = ca.high, ia = ca.low, Ka = (Ke >>> 19 | ia << 13) ^ (Ke << 3 | ia >>> 29) ^ Ke >>> 6, Ma = (ia >>> 19 | Ke << 13) ^ (ia << 3 | Ke >>> 29) ^ (ia >>> 6 | Ke << 26), Ra = s[de - 7], qa = Ra.high, $a = Ra.low, fa = s[de - 16], Ca = fa.high, Xe = fa.low;
|
|
2441
|
+
ye = sa + $a, xe = ta + qa + (ye >>> 0 < sa >>> 0 ? 1 : 0), ye = ye + Ma, xe = xe + Ka + (ye >>> 0 < Ma >>> 0 ? 1 : 0), ye = ye + Xe, xe = xe + Ca + (ye >>> 0 < Xe >>> 0 ? 1 : 0), Ie.high = xe, Ie.low = ye;
|
|
2442
2442
|
}
|
|
2443
|
-
var _a =
|
|
2444
|
-
Le = je, Ye = ve, je = Ne, ve = Te, Ne =
|
|
2443
|
+
var _a = ie & Ne ^ ~ie & je, ya = _e & Te ^ ~_e & ve, Pa = j & J ^ j & q ^ J & q, wa = I & z ^ I & Q ^ z & Q, va = (j >>> 28 | I << 4) ^ (j << 30 | I >>> 2) ^ (j << 25 | I >>> 7), Fa = (I >>> 28 | j << 4) ^ (I << 30 | j >>> 2) ^ (I << 25 | j >>> 7), Aa = (ie >>> 14 | _e << 18) ^ (ie >>> 18 | _e << 14) ^ (ie << 23 | _e >>> 9), Me = (_e >>> 14 | ie << 18) ^ (_e >>> 18 | ie << 14) ^ (_e << 23 | ie >>> 9), K = o[de], Re = K.high, ra = K.low, He = Ye + Me, la = Le + Aa + (He >>> 0 < Ye >>> 0 ? 1 : 0), He = He + ya, la = la + _a + (He >>> 0 < ya >>> 0 ? 1 : 0), He = He + ra, la = la + Re + (He >>> 0 < ra >>> 0 ? 1 : 0), He = He + ye, la = la + xe + (He >>> 0 < ye >>> 0 ? 1 : 0), rt = Fa + wa, ti = va + Pa + (rt >>> 0 < Fa >>> 0 ? 1 : 0);
|
|
2444
|
+
Le = je, Ye = ve, je = Ne, ve = Te, Ne = ie, Te = _e, _e = Y + He | 0, ie = re + la + (_e >>> 0 < Y >>> 0 ? 1 : 0) | 0, re = q, Y = Q, q = J, Q = z, J = j, z = I, I = He + rt | 0, j = la + ti + (I >>> 0 < He >>> 0 ? 1 : 0) | 0;
|
|
2445
2445
|
}
|
|
2446
|
-
T = b.low = T +
|
|
2446
|
+
T = b.low = T + I, b.high = B + j + (T >>> 0 < I >>> 0 ? 1 : 0), F = _.low = F + z, _.high = x + J + (F >>> 0 < z >>> 0 ? 1 : 0), M = U.low = M + Q, U.high = P + q + (M >>> 0 < Q >>> 0 ? 1 : 0), L = C.low = L + Y, C.high = G + re + (L >>> 0 < Y >>> 0 ? 1 : 0), H = v.low = H + _e, v.high = W + ie + (H >>> 0 < _e >>> 0 ? 1 : 0), V = h.low = V + Te, h.high = A + Ne + (V >>> 0 < Te >>> 0 ? 1 : 0), E = S.low = E + ve, S.high = D + je + (E >>> 0 < ve >>> 0 ? 1 : 0), R = N.low = R + Ye, N.high = w + Le + (R >>> 0 < Ye >>> 0 ? 1 : 0);
|
|
2447
2447
|
},
|
|
2448
2448
|
_doFinalize: function() {
|
|
2449
2449
|
var m = this._data, f = m.words, c = this._nDataBytes * 8, b = m.sigBytes * 8;
|
|
@@ -2466,7 +2466,7 @@ var St = { exports: {} }, Pl = St.exports, $i;
|
|
|
2466
2466
|
function wl() {
|
|
2467
2467
|
return $i || ($i = 1, (function(e, n) {
|
|
2468
2468
|
(function(a, r, u) {
|
|
2469
|
-
e.exports = r(
|
|
2469
|
+
e.exports = r(ue(), ai(), mr());
|
|
2470
2470
|
})(Pl, function(a) {
|
|
2471
2471
|
return (function() {
|
|
2472
2472
|
var r = a, u = r.x64, g = u.Word, y = u.WordArray, d = r.algo, l = d.SHA512, t = d.SHA384 = l.extend({
|
|
@@ -2496,7 +2496,7 @@ var Et = { exports: {} }, Fl = Et.exports, Qi;
|
|
|
2496
2496
|
function Al() {
|
|
2497
2497
|
return Qi || (Qi = 1, (function(e, n) {
|
|
2498
2498
|
(function(a, r, u) {
|
|
2499
|
-
e.exports = r(
|
|
2499
|
+
e.exports = r(ue(), ai());
|
|
2500
2500
|
})(Fl, function(a) {
|
|
2501
2501
|
return (function(r) {
|
|
2502
2502
|
var u = a, g = u.lib, y = g.WordArray, d = g.Hasher, l = u.x64, t = l.Word, i = u.algo, o = [], s = [], p = [];
|
|
@@ -2510,9 +2510,9 @@ function Al() {
|
|
|
2510
2510
|
for (var b = 0; b < 5; b++)
|
|
2511
2511
|
s[c + 5 * b] = b + (2 * c + 3 * b) % 5 * 5;
|
|
2512
2512
|
for (var v = 1, h = 0; h < 24; h++) {
|
|
2513
|
-
for (var S = 0, N = 0,
|
|
2513
|
+
for (var S = 0, N = 0, B = 0; B < 7; B++) {
|
|
2514
2514
|
if (v & 1) {
|
|
2515
|
-
var T = (1 <<
|
|
2515
|
+
var T = (1 << B) - 1;
|
|
2516
2516
|
T < 32 ? N ^= 1 << T : S ^= 1 << T - 32;
|
|
2517
2517
|
}
|
|
2518
2518
|
v & 128 ? v = v << 1 ^ 113 : v <<= 1;
|
|
@@ -2550,34 +2550,34 @@ function Al() {
|
|
|
2550
2550
|
S.high ^= h, S.low ^= v;
|
|
2551
2551
|
}
|
|
2552
2552
|
for (var N = 0; N < 24; N++) {
|
|
2553
|
-
for (var
|
|
2553
|
+
for (var B = 0; B < 5; B++) {
|
|
2554
2554
|
for (var T = 0, x = 0, F = 0; F < 5; F++) {
|
|
2555
|
-
var S = _[
|
|
2555
|
+
var S = _[B + 5 * F];
|
|
2556
2556
|
T ^= S.high, x ^= S.low;
|
|
2557
2557
|
}
|
|
2558
|
-
var P = m[
|
|
2558
|
+
var P = m[B];
|
|
2559
2559
|
P.high = T, P.low = x;
|
|
2560
2560
|
}
|
|
2561
|
-
for (var
|
|
2562
|
-
for (var M = m[(
|
|
2563
|
-
var S = _[
|
|
2561
|
+
for (var B = 0; B < 5; B++)
|
|
2562
|
+
for (var M = m[(B + 4) % 5], G = m[(B + 1) % 5], L = G.high, W = G.low, T = M.high ^ (L << 1 | W >>> 31), x = M.low ^ (W << 1 | L >>> 31), F = 0; F < 5; F++) {
|
|
2563
|
+
var S = _[B + 5 * F];
|
|
2564
2564
|
S.high ^= T, S.low ^= x;
|
|
2565
2565
|
}
|
|
2566
2566
|
for (var H = 1; H < 25; H++) {
|
|
2567
|
-
var T, x, S = _[H], A = S.high,
|
|
2568
|
-
D < 32 ? (T = A << D |
|
|
2567
|
+
var T, x, S = _[H], A = S.high, V = S.low, D = o[H];
|
|
2568
|
+
D < 32 ? (T = A << D | V >>> 32 - D, x = V << D | A >>> 32 - D) : (T = V << D - 32 | A >>> 64 - D, x = A << D - 32 | V >>> 64 - D);
|
|
2569
2569
|
var E = m[s[H]];
|
|
2570
2570
|
E.high = T, E.low = x;
|
|
2571
2571
|
}
|
|
2572
2572
|
var w = m[0], R = _[0];
|
|
2573
2573
|
w.high = R.high, w.low = R.low;
|
|
2574
|
-
for (var
|
|
2574
|
+
for (var B = 0; B < 5; B++)
|
|
2575
2575
|
for (var F = 0; F < 5; F++) {
|
|
2576
|
-
var H =
|
|
2577
|
-
S.high =
|
|
2576
|
+
var H = B + 5 * F, S = _[H], j = m[H], I = m[(B + 1) % 5 + 5 * F], J = m[(B + 2) % 5 + 5 * F];
|
|
2577
|
+
S.high = j.high ^ ~I.high & J.high, S.low = j.low ^ ~I.low & J.low;
|
|
2578
2578
|
}
|
|
2579
|
-
var S = _[0],
|
|
2580
|
-
S.high ^=
|
|
2579
|
+
var S = _[0], z = p[N];
|
|
2580
|
+
S.high ^= z.high, S.low ^= z.low;
|
|
2581
2581
|
}
|
|
2582
2582
|
},
|
|
2583
2583
|
_doFinalize: function() {
|
|
@@ -2586,7 +2586,7 @@ function Al() {
|
|
|
2586
2586
|
var _ = c.sigBytes * 8, U = this.blockSize * 32;
|
|
2587
2587
|
b[_ >>> 5] |= 1 << 24 - _ % 32, b[(r.ceil((_ + 1) / U) * U >>> 5) - 1] |= 128, c.sigBytes = b.length * 4, this._process();
|
|
2588
2588
|
for (var C = this._state, v = this.cfg.outputLength / 8, h = v / 8, S = [], N = 0; N < h; N++) {
|
|
2589
|
-
var
|
|
2589
|
+
var B = C[N], T = B.high, x = B.low;
|
|
2590
2590
|
T = (T << 8 | T >>> 24) & 16711935 | (T << 24 | T >>> 8) & 4278255360, x = (x << 8 | x >>> 24) & 16711935 | (x << 24 | x >>> 8) & 4278255360, S.push(x), S.push(T);
|
|
2591
2591
|
}
|
|
2592
2592
|
return new y.init(S, v);
|
|
@@ -2606,7 +2606,7 @@ var Dt = { exports: {} }, Ol = Dt.exports, ji;
|
|
|
2606
2606
|
function Bl() {
|
|
2607
2607
|
return ji || (ji = 1, (function(e, n) {
|
|
2608
2608
|
(function(a, r) {
|
|
2609
|
-
e.exports = r(
|
|
2609
|
+
e.exports = r(ue());
|
|
2610
2610
|
})(Ol, function(a) {
|
|
2611
2611
|
return (function(r) {
|
|
2612
2612
|
var u = a, g = u.lib, y = g.WordArray, d = g.Hasher, l = u.algo, t = y.create([
|
|
@@ -2939,18 +2939,18 @@ function Bl() {
|
|
|
2939
2939
|
},
|
|
2940
2940
|
_doProcessBlock: function(h, S) {
|
|
2941
2941
|
for (var N = 0; N < 16; N++) {
|
|
2942
|
-
var
|
|
2943
|
-
h[
|
|
2942
|
+
var B = S + N, T = h[B];
|
|
2943
|
+
h[B] = (T << 8 | T >>> 24) & 16711935 | (T << 24 | T >>> 8) & 4278255360;
|
|
2944
2944
|
}
|
|
2945
|
-
var x = this._hash.words, F = p.words, P = m.words, M = t.words, G = i.words, L = o.words,
|
|
2946
|
-
w = H = x[0], R = A = x[1],
|
|
2947
|
-
for (var
|
|
2948
|
-
|
|
2949
|
-
|
|
2945
|
+
var x = this._hash.words, F = p.words, P = m.words, M = t.words, G = i.words, L = o.words, W = s.words, H, A, V, D, E, w, R, j, I, J;
|
|
2946
|
+
w = H = x[0], R = A = x[1], j = V = x[2], I = D = x[3], J = E = x[4];
|
|
2947
|
+
for (var z, N = 0; N < 80; N += 1)
|
|
2948
|
+
z = H + h[S + M[N]] | 0, N < 16 ? z += c(A, V, D) + F[0] : N < 32 ? z += b(A, V, D) + F[1] : N < 48 ? z += _(A, V, D) + F[2] : N < 64 ? z += U(A, V, D) + F[3] : z += C(A, V, D) + F[4], z = z | 0, z = v(z, L[N]), z = z + E | 0, H = E, E = D, D = v(V, 10), V = A, A = z, z = w + h[S + G[N]] | 0, N < 16 ? z += C(R, j, I) + P[0] : N < 32 ? z += U(R, j, I) + P[1] : N < 48 ? z += _(R, j, I) + P[2] : N < 64 ? z += b(R, j, I) + P[3] : z += c(R, j, I) + P[4], z = z | 0, z = v(z, W[N]), z = z + J | 0, w = J, J = I, I = v(j, 10), j = R, R = z;
|
|
2949
|
+
z = x[1] + V + I | 0, x[1] = x[2] + D + J | 0, x[2] = x[3] + E + w | 0, x[3] = x[4] + H + R | 0, x[4] = x[0] + A + j | 0, x[0] = z;
|
|
2950
2950
|
},
|
|
2951
2951
|
_doFinalize: function() {
|
|
2952
|
-
var h = this._data, S = h.words, N = this._nDataBytes * 8,
|
|
2953
|
-
S[
|
|
2952
|
+
var h = this._data, S = h.words, N = this._nDataBytes * 8, B = h.sigBytes * 8;
|
|
2953
|
+
S[B >>> 5] |= 128 << 24 - B % 32, S[(B + 64 >>> 9 << 4) + 14] = (N << 8 | N >>> 24) & 16711935 | (N << 24 | N >>> 8) & 4278255360, h.sigBytes = (S.length + 1) * 4, this._process();
|
|
2954
2954
|
for (var T = this._hash, x = T.words, F = 0; F < 5; F++) {
|
|
2955
2955
|
var P = x[F];
|
|
2956
2956
|
x[F] = (P << 8 | P >>> 24) & 16711935 | (P << 24 | P >>> 8) & 4278255360;
|
|
@@ -2989,7 +2989,7 @@ var Nt = { exports: {} }, Hl = Nt.exports, Yi;
|
|
|
2989
2989
|
function vi() {
|
|
2990
2990
|
return Yi || (Yi = 1, (function(e, n) {
|
|
2991
2991
|
(function(a, r) {
|
|
2992
|
-
e.exports = r(
|
|
2992
|
+
e.exports = r(ue());
|
|
2993
2993
|
})(Hl, function(a) {
|
|
2994
2994
|
(function() {
|
|
2995
2995
|
var r = a, u = r.lib, g = u.Base, y = r.enc, d = y.Utf8, l = r.algo;
|
|
@@ -3067,7 +3067,7 @@ var Lt = { exports: {} }, Wl = Lt.exports, Xi;
|
|
|
3067
3067
|
function Il() {
|
|
3068
3068
|
return Xi || (Xi = 1, (function(e, n) {
|
|
3069
3069
|
(function(a, r, u) {
|
|
3070
|
-
e.exports = r(
|
|
3070
|
+
e.exports = r(ue(), Ci(), vi());
|
|
3071
3071
|
})(Wl, function(a) {
|
|
3072
3072
|
return (function() {
|
|
3073
3073
|
var r = a, u = r.lib, g = u.Base, y = u.WordArray, d = r.algo, l = d.SHA256, t = d.HMAC, i = d.PBKDF2 = g.extend({
|
|
@@ -3113,7 +3113,7 @@ function Il() {
|
|
|
3113
3113
|
for (var p = this.cfg, m = t.create(p.hasher, o), f = y.create(), c = y.create([1]), b = f.words, _ = c.words, U = p.keySize, C = p.iterations; b.length < U; ) {
|
|
3114
3114
|
var v = m.update(s).finalize(c);
|
|
3115
3115
|
m.reset();
|
|
3116
|
-
for (var h = v.words, S = h.length, N = v,
|
|
3116
|
+
for (var h = v.words, S = h.length, N = v, B = 1; B < C; B++) {
|
|
3117
3117
|
N = m.finalize(N), m.reset();
|
|
3118
3118
|
for (var T = N.words, x = 0; x < S; x++)
|
|
3119
3119
|
h[x] ^= T[x];
|
|
@@ -3134,7 +3134,7 @@ var Gt = { exports: {} }, zl = Gt.exports, en;
|
|
|
3134
3134
|
function Ua() {
|
|
3135
3135
|
return en || (en = 1, (function(e, n) {
|
|
3136
3136
|
(function(a, r, u) {
|
|
3137
|
-
e.exports = r(
|
|
3137
|
+
e.exports = r(ue(), sr(), vi());
|
|
3138
3138
|
})(zl, function(a) {
|
|
3139
3139
|
return (function() {
|
|
3140
3140
|
var r = a, u = r.lib, g = u.Base, y = u.WordArray, d = r.algo, l = d.MD5, t = d.EvpKDF = g.extend({
|
|
@@ -3197,7 +3197,7 @@ var Mt = { exports: {} }, Vl = Mt.exports, an;
|
|
|
3197
3197
|
function Fe() {
|
|
3198
3198
|
return an || (an = 1, (function(e, n) {
|
|
3199
3199
|
(function(a, r, u) {
|
|
3200
|
-
e.exports = r(
|
|
3200
|
+
e.exports = r(ue(), Ua());
|
|
3201
3201
|
})(Vl, function(a) {
|
|
3202
3202
|
a.lib.Cipher || (function(r) {
|
|
3203
3203
|
var u = a, g = u.lib, y = g.Base, d = g.WordArray, l = g.BufferedBlockAlgorithm, t = u.enc;
|
|
@@ -3320,7 +3320,7 @@ function Fe() {
|
|
|
3320
3320
|
*/
|
|
3321
3321
|
_createHelper: /* @__PURE__ */ (function() {
|
|
3322
3322
|
function T(x) {
|
|
3323
|
-
return typeof x == "string" ?
|
|
3323
|
+
return typeof x == "string" ? B : h;
|
|
3324
3324
|
}
|
|
3325
3325
|
return function(x) {
|
|
3326
3326
|
return {
|
|
@@ -3421,8 +3421,8 @@ function Fe() {
|
|
|
3421
3421
|
function x(F, P, M) {
|
|
3422
3422
|
var G, L = this._iv;
|
|
3423
3423
|
L ? (G = L, this._iv = r) : G = this._prevBlock;
|
|
3424
|
-
for (var
|
|
3425
|
-
F[P +
|
|
3424
|
+
for (var W = 0; W < M; W++)
|
|
3425
|
+
F[P + W] ^= G[W];
|
|
3426
3426
|
}
|
|
3427
3427
|
return T;
|
|
3428
3428
|
})(), b = u.pad = {}, _ = b.Pkcs7 = {
|
|
@@ -3441,8 +3441,8 @@ function Fe() {
|
|
|
3441
3441
|
pad: function(T, x) {
|
|
3442
3442
|
for (var F = x * 4, P = F - T.sigBytes % F, M = P << 24 | P << 16 | P << 8 | P, G = [], L = 0; L < P; L += 4)
|
|
3443
3443
|
G.push(M);
|
|
3444
|
-
var
|
|
3445
|
-
T.concat(
|
|
3444
|
+
var W = d.create(G, P);
|
|
3445
|
+
T.concat(W);
|
|
3446
3446
|
},
|
|
3447
3447
|
/**
|
|
3448
3448
|
* Unpads data that had been padded using the algorithm defined in PKCS #5/7.
|
|
@@ -3669,7 +3669,7 @@ function Fe() {
|
|
|
3669
3669
|
var L = d.create(G.words.slice(x), F * 4);
|
|
3670
3670
|
return G.sigBytes = x * 4, U.create({ key: G, iv: L, salt: P });
|
|
3671
3671
|
}
|
|
3672
|
-
},
|
|
3672
|
+
}, B = g.PasswordBasedCipher = h.extend({
|
|
3673
3673
|
/**
|
|
3674
3674
|
* Configuration options.
|
|
3675
3675
|
*
|
|
@@ -3735,7 +3735,7 @@ var Rt = { exports: {} }, Jl = Rt.exports, tn;
|
|
|
3735
3735
|
function Zl() {
|
|
3736
3736
|
return tn || (tn = 1, (function(e, n) {
|
|
3737
3737
|
(function(a, r, u) {
|
|
3738
|
-
e.exports = r(
|
|
3738
|
+
e.exports = r(ue(), Fe());
|
|
3739
3739
|
})(Jl, function(a) {
|
|
3740
3740
|
return a.mode.CFB = (function() {
|
|
3741
3741
|
var r = a.lib.BlockCipherMode.extend();
|
|
@@ -3765,7 +3765,7 @@ var Pt = { exports: {} }, Kl = Pt.exports, nn;
|
|
|
3765
3765
|
function ql() {
|
|
3766
3766
|
return nn || (nn = 1, (function(e, n) {
|
|
3767
3767
|
(function(a, r, u) {
|
|
3768
|
-
e.exports = r(
|
|
3768
|
+
e.exports = r(ue(), Fe());
|
|
3769
3769
|
})(Kl, function(a) {
|
|
3770
3770
|
return a.mode.CTR = (function() {
|
|
3771
3771
|
var r = a.lib.BlockCipherMode.extend(), u = r.Encryptor = r.extend({
|
|
@@ -3787,7 +3787,7 @@ var wt = { exports: {} }, $l = wt.exports, rn;
|
|
|
3787
3787
|
function Ql() {
|
|
3788
3788
|
return rn || (rn = 1, (function(e, n) {
|
|
3789
3789
|
(function(a, r, u) {
|
|
3790
|
-
e.exports = r(
|
|
3790
|
+
e.exports = r(ue(), Fe());
|
|
3791
3791
|
})($l, function(a) {
|
|
3792
3792
|
return a.mode.CTRGladman = (function() {
|
|
3793
3793
|
var r = a.lib.BlockCipherMode.extend();
|
|
@@ -3821,7 +3821,7 @@ var Ft = { exports: {} }, jl = Ft.exports, ln;
|
|
|
3821
3821
|
function Yl() {
|
|
3822
3822
|
return ln || (ln = 1, (function(e, n) {
|
|
3823
3823
|
(function(a, r, u) {
|
|
3824
|
-
e.exports = r(
|
|
3824
|
+
e.exports = r(ue(), Fe());
|
|
3825
3825
|
})(jl, function(a) {
|
|
3826
3826
|
return a.mode.OFB = (function() {
|
|
3827
3827
|
var r = a.lib.BlockCipherMode.extend(), u = r.Encryptor = r.extend({
|
|
@@ -3841,7 +3841,7 @@ var At = { exports: {} }, Xl = At.exports, on;
|
|
|
3841
3841
|
function eo() {
|
|
3842
3842
|
return on || (on = 1, (function(e, n) {
|
|
3843
3843
|
(function(a, r, u) {
|
|
3844
|
-
e.exports = r(
|
|
3844
|
+
e.exports = r(ue(), Fe());
|
|
3845
3845
|
})(Xl, function(a) {
|
|
3846
3846
|
return a.mode.ECB = (function() {
|
|
3847
3847
|
var r = a.lib.BlockCipherMode.extend();
|
|
@@ -3862,7 +3862,7 @@ var Ot = { exports: {} }, ao = Ot.exports, sn;
|
|
|
3862
3862
|
function to() {
|
|
3863
3863
|
return sn || (sn = 1, (function(e, n) {
|
|
3864
3864
|
(function(a, r, u) {
|
|
3865
|
-
e.exports = r(
|
|
3865
|
+
e.exports = r(ue(), Fe());
|
|
3866
3866
|
})(ao, function(a) {
|
|
3867
3867
|
return a.pad.AnsiX923 = {
|
|
3868
3868
|
pad: function(r, u) {
|
|
@@ -3881,7 +3881,7 @@ var Bt = { exports: {} }, io = Bt.exports, mn;
|
|
|
3881
3881
|
function no() {
|
|
3882
3882
|
return mn || (mn = 1, (function(e, n) {
|
|
3883
3883
|
(function(a, r, u) {
|
|
3884
|
-
e.exports = r(
|
|
3884
|
+
e.exports = r(ue(), Fe());
|
|
3885
3885
|
})(io, function(a) {
|
|
3886
3886
|
return a.pad.Iso10126 = {
|
|
3887
3887
|
pad: function(r, u) {
|
|
@@ -3900,7 +3900,7 @@ var Ht = { exports: {} }, ro = Ht.exports, un;
|
|
|
3900
3900
|
function lo() {
|
|
3901
3901
|
return un || (un = 1, (function(e, n) {
|
|
3902
3902
|
(function(a, r, u) {
|
|
3903
|
-
e.exports = r(
|
|
3903
|
+
e.exports = r(ue(), Fe());
|
|
3904
3904
|
})(ro, function(a) {
|
|
3905
3905
|
return a.pad.Iso97971 = {
|
|
3906
3906
|
pad: function(r, u) {
|
|
@@ -3917,7 +3917,7 @@ var Wt = { exports: {} }, oo = Wt.exports, pn;
|
|
|
3917
3917
|
function so() {
|
|
3918
3918
|
return pn || (pn = 1, (function(e, n) {
|
|
3919
3919
|
(function(a, r, u) {
|
|
3920
|
-
e.exports = r(
|
|
3920
|
+
e.exports = r(ue(), Fe());
|
|
3921
3921
|
})(oo, function(a) {
|
|
3922
3922
|
return a.pad.ZeroPadding = {
|
|
3923
3923
|
pad: function(r, u) {
|
|
@@ -3939,7 +3939,7 @@ var It = { exports: {} }, mo = It.exports, gn;
|
|
|
3939
3939
|
function uo() {
|
|
3940
3940
|
return gn || (gn = 1, (function(e, n) {
|
|
3941
3941
|
(function(a, r, u) {
|
|
3942
|
-
e.exports = r(
|
|
3942
|
+
e.exports = r(ue(), Fe());
|
|
3943
3943
|
})(mo, function(a) {
|
|
3944
3944
|
return a.pad.NoPadding = {
|
|
3945
3945
|
pad: function() {
|
|
@@ -3954,7 +3954,7 @@ var zt = { exports: {} }, po = zt.exports, dn;
|
|
|
3954
3954
|
function go() {
|
|
3955
3955
|
return dn || (dn = 1, (function(e, n) {
|
|
3956
3956
|
(function(a, r, u) {
|
|
3957
|
-
e.exports = r(
|
|
3957
|
+
e.exports = r(ue(), Fe());
|
|
3958
3958
|
})(po, function(a) {
|
|
3959
3959
|
return (function(r) {
|
|
3960
3960
|
var u = a, g = u.lib, y = g.CipherParams, d = u.enc, l = d.Hex, t = u.format;
|
|
@@ -4001,7 +4001,7 @@ var Vt = { exports: {} }, co = Vt.exports, cn;
|
|
|
4001
4001
|
function fo() {
|
|
4002
4002
|
return cn || (cn = 1, (function(e, n) {
|
|
4003
4003
|
(function(a, r, u) {
|
|
4004
|
-
e.exports = r(
|
|
4004
|
+
e.exports = r(ue(), Na(), La(), Ua(), Fe());
|
|
4005
4005
|
})(co, function(a) {
|
|
4006
4006
|
return (function() {
|
|
4007
4007
|
var r = a, u = r.lib, g = u.BlockCipher, y = r.algo, d = [], l = [], t = [], i = [], o = [], s = [], p = [], m = [], f = [], c = [];
|
|
@@ -4011,9 +4011,9 @@ function fo() {
|
|
|
4011
4011
|
for (var v = 0, h = 0, C = 0; C < 256; C++) {
|
|
4012
4012
|
var S = h ^ h << 1 ^ h << 2 ^ h << 3 ^ h << 4;
|
|
4013
4013
|
S = S >>> 8 ^ S & 255 ^ 99, d[v] = S, l[S] = v;
|
|
4014
|
-
var N = U[v],
|
|
4014
|
+
var N = U[v], B = U[N], T = U[B], x = U[S] * 257 ^ S * 16843008;
|
|
4015
4015
|
t[v] = x << 24 | x >>> 8, i[v] = x << 16 | x >>> 16, o[v] = x << 8 | x >>> 24, s[v] = x;
|
|
4016
|
-
var x = T * 16843009 ^
|
|
4016
|
+
var x = T * 16843009 ^ B * 65537 ^ N * 257 ^ v * 16843008;
|
|
4017
4017
|
p[S] = x << 24 | x >>> 8, m[S] = x << 16 | x >>> 16, f[S] = x << 8 | x >>> 24, c[S] = x, v ? (v = N ^ U[U[U[T ^ N]]], h ^= U[U[h]]) : v = h = 1;
|
|
4018
4018
|
}
|
|
4019
4019
|
})();
|
|
@@ -4021,14 +4021,14 @@ function fo() {
|
|
|
4021
4021
|
_doReset: function() {
|
|
4022
4022
|
var U;
|
|
4023
4023
|
if (!(this._nRounds && this._keyPriorReset === this._key)) {
|
|
4024
|
-
for (var C = this._keyPriorReset = this._key, v = C.words, h = C.sigBytes / 4, S = this._nRounds = h + 6, N = (S + 1) * 4,
|
|
4025
|
-
T < h ?
|
|
4024
|
+
for (var C = this._keyPriorReset = this._key, v = C.words, h = C.sigBytes / 4, S = this._nRounds = h + 6, N = (S + 1) * 4, B = this._keySchedule = [], T = 0; T < N; T++)
|
|
4025
|
+
T < h ? B[T] = v[T] : (U = B[T - 1], T % h ? h > 6 && T % h == 4 && (U = d[U >>> 24] << 24 | d[U >>> 16 & 255] << 16 | d[U >>> 8 & 255] << 8 | d[U & 255]) : (U = U << 8 | U >>> 24, U = d[U >>> 24] << 24 | d[U >>> 16 & 255] << 16 | d[U >>> 8 & 255] << 8 | d[U & 255], U ^= b[T / h | 0] << 24), B[T] = B[T - h] ^ U);
|
|
4026
4026
|
for (var x = this._invKeySchedule = [], F = 0; F < N; F++) {
|
|
4027
4027
|
var T = N - F;
|
|
4028
4028
|
if (F % 4)
|
|
4029
|
-
var U =
|
|
4029
|
+
var U = B[T];
|
|
4030
4030
|
else
|
|
4031
|
-
var U =
|
|
4031
|
+
var U = B[T - 4];
|
|
4032
4032
|
F < 4 || T <= 4 ? x[F] = U : x[F] = p[d[U >>> 24]] ^ m[d[U >>> 16 & 255]] ^ f[d[U >>> 8 & 255]] ^ c[d[U & 255]];
|
|
4033
4033
|
}
|
|
4034
4034
|
}
|
|
@@ -4042,13 +4042,13 @@ function fo() {
|
|
|
4042
4042
|
var v = U[C + 1];
|
|
4043
4043
|
U[C + 1] = U[C + 3], U[C + 3] = v;
|
|
4044
4044
|
},
|
|
4045
|
-
_doCryptBlock: function(U, C, v, h, S, N,
|
|
4046
|
-
for (var x = this._nRounds, F = U[C] ^ v[0], P = U[C + 1] ^ v[1], M = U[C + 2] ^ v[2], G = U[C + 3] ^ v[3], L = 4,
|
|
4047
|
-
var H = h[F >>> 24] ^ S[P >>> 16 & 255] ^ N[M >>> 8 & 255] ^
|
|
4048
|
-
F = H, P = A, M =
|
|
4045
|
+
_doCryptBlock: function(U, C, v, h, S, N, B, T) {
|
|
4046
|
+
for (var x = this._nRounds, F = U[C] ^ v[0], P = U[C + 1] ^ v[1], M = U[C + 2] ^ v[2], G = U[C + 3] ^ v[3], L = 4, W = 1; W < x; W++) {
|
|
4047
|
+
var H = h[F >>> 24] ^ S[P >>> 16 & 255] ^ N[M >>> 8 & 255] ^ B[G & 255] ^ v[L++], A = h[P >>> 24] ^ S[M >>> 16 & 255] ^ N[G >>> 8 & 255] ^ B[F & 255] ^ v[L++], V = h[M >>> 24] ^ S[G >>> 16 & 255] ^ N[F >>> 8 & 255] ^ B[P & 255] ^ v[L++], D = h[G >>> 24] ^ S[F >>> 16 & 255] ^ N[P >>> 8 & 255] ^ B[M & 255] ^ v[L++];
|
|
4048
|
+
F = H, P = A, M = V, G = D;
|
|
4049
4049
|
}
|
|
4050
|
-
var H = (T[F >>> 24] << 24 | T[P >>> 16 & 255] << 16 | T[M >>> 8 & 255] << 8 | T[G & 255]) ^ v[L++], A = (T[P >>> 24] << 24 | T[M >>> 16 & 255] << 16 | T[G >>> 8 & 255] << 8 | T[F & 255]) ^ v[L++],
|
|
4051
|
-
U[C] = H, U[C + 1] = A, U[C + 2] =
|
|
4050
|
+
var H = (T[F >>> 24] << 24 | T[P >>> 16 & 255] << 16 | T[M >>> 8 & 255] << 8 | T[G & 255]) ^ v[L++], A = (T[P >>> 24] << 24 | T[M >>> 16 & 255] << 16 | T[G >>> 8 & 255] << 8 | T[F & 255]) ^ v[L++], V = (T[M >>> 24] << 24 | T[G >>> 16 & 255] << 16 | T[F >>> 8 & 255] << 8 | T[P & 255]) ^ v[L++], D = (T[G >>> 24] << 24 | T[F >>> 16 & 255] << 16 | T[P >>> 8 & 255] << 8 | T[M & 255]) ^ v[L++];
|
|
4051
|
+
U[C] = H, U[C + 1] = A, U[C + 2] = V, U[C + 3] = D;
|
|
4052
4052
|
},
|
|
4053
4053
|
keySize: 256 / 32
|
|
4054
4054
|
});
|
|
@@ -4061,7 +4061,7 @@ var Jt = { exports: {} }, _o = Jt.exports, fn;
|
|
|
4061
4061
|
function yo() {
|
|
4062
4062
|
return fn || (fn = 1, (function(e, n) {
|
|
4063
4063
|
(function(a, r, u) {
|
|
4064
|
-
e.exports = r(
|
|
4064
|
+
e.exports = r(ue(), Na(), La(), Ua(), Fe());
|
|
4065
4065
|
})(_o, function(a) {
|
|
4066
4066
|
return (function() {
|
|
4067
4067
|
var r = a, u = r.lib, g = u.WordArray, y = u.BlockCipher, d = r.algo, l = [
|
|
@@ -4715,8 +4715,8 @@ function yo() {
|
|
|
4715
4715
|
U[C] = _[v >>> 5] >>> 31 - v % 32 & 1;
|
|
4716
4716
|
}
|
|
4717
4717
|
for (var h = this._subKeys = [], S = 0; S < 16; S++) {
|
|
4718
|
-
for (var N = h[S] = [],
|
|
4719
|
-
N[C / 6 | 0] |= U[(t[C] - 1 +
|
|
4718
|
+
for (var N = h[S] = [], B = i[S], C = 0; C < 24; C++)
|
|
4719
|
+
N[C / 6 | 0] |= U[(t[C] - 1 + B) % 28] << 31 - C % 6, N[4 + (C / 6 | 0)] |= U[28 + (t[C + 24] - 1 + B) % 28] << 31 - C % 6;
|
|
4720
4720
|
N[0] = N[0] << 1 | N[0] >>> 31;
|
|
4721
4721
|
for (var C = 1; C < 7; C++)
|
|
4722
4722
|
N[C] = N[C] >>> (C - 1) * 4 + 3;
|
|
@@ -4734,8 +4734,8 @@ function yo() {
|
|
|
4734
4734
|
_doCryptBlock: function(b, _, U) {
|
|
4735
4735
|
this._lBlock = b[_], this._rBlock = b[_ + 1], m.call(this, 4, 252645135), m.call(this, 16, 65535), f.call(this, 2, 858993459), f.call(this, 8, 16711935), m.call(this, 1, 1431655765);
|
|
4736
4736
|
for (var C = 0; C < 16; C++) {
|
|
4737
|
-
for (var v = U[C], h = this._lBlock, S = this._rBlock, N = 0,
|
|
4738
|
-
N |= o[
|
|
4737
|
+
for (var v = U[C], h = this._lBlock, S = this._rBlock, N = 0, B = 0; B < 8; B++)
|
|
4738
|
+
N |= o[B][((S ^ v[B]) & s[B]) >>> 0];
|
|
4739
4739
|
this._lBlock = S, this._rBlock = h ^ N;
|
|
4740
4740
|
}
|
|
4741
4741
|
var T = this._lBlock;
|
|
@@ -4781,7 +4781,7 @@ var Zt = { exports: {} }, bo = Zt.exports, _n;
|
|
|
4781
4781
|
function Uo() {
|
|
4782
4782
|
return _n || (_n = 1, (function(e, n) {
|
|
4783
4783
|
(function(a, r, u) {
|
|
4784
|
-
e.exports = r(
|
|
4784
|
+
e.exports = r(ue(), Na(), La(), Ua(), Fe());
|
|
4785
4785
|
})(bo, function(a) {
|
|
4786
4786
|
return (function() {
|
|
4787
4787
|
var r = a, u = r.lib, g = u.StreamCipher, y = r.algo, d = y.RC4 = g.extend({
|
|
@@ -4835,7 +4835,7 @@ var Kt = { exports: {} }, Co = Kt.exports, yn;
|
|
|
4835
4835
|
function vo() {
|
|
4836
4836
|
return yn || (yn = 1, (function(e, n) {
|
|
4837
4837
|
(function(a, r, u) {
|
|
4838
|
-
e.exports = r(
|
|
4838
|
+
e.exports = r(ue(), Na(), La(), Ua(), Fe());
|
|
4839
4839
|
})(Co, function(a) {
|
|
4840
4840
|
return (function() {
|
|
4841
4841
|
var r = a, u = r.lib, g = u.StreamCipher, y = r.algo, d = [], l = [], t = [], i = y.Rabbit = g.extend({
|
|
@@ -4901,7 +4901,7 @@ var qt = { exports: {} }, ho = qt.exports, bn;
|
|
|
4901
4901
|
function To() {
|
|
4902
4902
|
return bn || (bn = 1, (function(e, n) {
|
|
4903
4903
|
(function(a, r, u) {
|
|
4904
|
-
e.exports = r(
|
|
4904
|
+
e.exports = r(ue(), Na(), La(), Ua(), Fe());
|
|
4905
4905
|
})(ho, function(a) {
|
|
4906
4906
|
return (function() {
|
|
4907
4907
|
var r = a, u = r.lib, g = u.StreamCipher, y = r.algo, d = [], l = [], t = [], i = y.RabbitLegacy = g.extend({
|
|
@@ -4965,7 +4965,7 @@ var $t = { exports: {} }, ko = $t.exports, Un;
|
|
|
4965
4965
|
function xo() {
|
|
4966
4966
|
return Un || (Un = 1, (function(e, n) {
|
|
4967
4967
|
(function(a, r, u) {
|
|
4968
|
-
e.exports = r(
|
|
4968
|
+
e.exports = r(ue(), Na(), La(), Ua(), Fe());
|
|
4969
4969
|
})(ko, function(a) {
|
|
4970
4970
|
return (function() {
|
|
4971
4971
|
var r = a, u = r.lib, g = u.BlockCipher, y = r.algo;
|
|
@@ -6087,7 +6087,7 @@ var So = ct.exports, Cn;
|
|
|
6087
6087
|
function Eo() {
|
|
6088
6088
|
return Cn || (Cn = 1, (function(e, n) {
|
|
6089
6089
|
(function(a, r, u) {
|
|
6090
|
-
e.exports = r(
|
|
6090
|
+
e.exports = r(ue(), ai(), hl(), kl(), Na(), El(), La(), sr(), Ci(), Ml(), mr(), wl(), Al(), Bl(), vi(), Il(), Ua(), Fe(), Zl(), ql(), Ql(), Yl(), eo(), to(), no(), lo(), so(), uo(), go(), fo(), yo(), Uo(), vo(), To(), xo());
|
|
6091
6091
|
})(So, function(a) {
|
|
6092
6092
|
return a;
|
|
6093
6093
|
});
|
|
@@ -6114,298 +6114,303 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6114
6114
|
* 在 ApiProvider 傳入 resetPasswordEncrypt="aes" 即可整站切換。
|
|
6115
6115
|
*/
|
|
6116
6116
|
resetPasswordEncrypt: a
|
|
6117
|
-
} =
|
|
6118
|
-
async (
|
|
6119
|
-
const { mac_address:
|
|
6117
|
+
} = me(), r = O(
|
|
6118
|
+
async (I) => {
|
|
6119
|
+
const { mac_address: J = "", app_version: z = "", anydesk_id: q = "" } = I;
|
|
6120
6120
|
return await e.post("/cash-register/login", {
|
|
6121
|
-
mac_address:
|
|
6122
|
-
app_version:
|
|
6123
|
-
anydesk_id:
|
|
6121
|
+
mac_address: J,
|
|
6122
|
+
app_version: z,
|
|
6123
|
+
anydesk_id: q
|
|
6124
6124
|
});
|
|
6125
6125
|
},
|
|
6126
6126
|
[e]
|
|
6127
|
-
), u =
|
|
6128
|
-
async (
|
|
6129
|
-
const { account:
|
|
6127
|
+
), u = O(async () => e.get("/member/getMemberInfo"), [e]), g = O(async () => await e.get("/member/getGameList"), [e]), y = O(async () => await e.get("/member/getNowCurrencyExchange"), [e]), d = O(async () => await e.get("member/getFavoriteGame"), [e]), l = O(
|
|
6128
|
+
async (I) => {
|
|
6129
|
+
const { account: J, password: z, trans_code: q, two_fa_value: Q } = I;
|
|
6130
6130
|
return await e.post("/login", {
|
|
6131
|
-
memId:
|
|
6132
|
-
passwd:
|
|
6133
|
-
trans_code:
|
|
6131
|
+
memId: J,
|
|
6132
|
+
passwd: z,
|
|
6133
|
+
trans_code: q,
|
|
6134
6134
|
two_fa_value: Q
|
|
6135
6135
|
});
|
|
6136
6136
|
},
|
|
6137
6137
|
[e]
|
|
6138
|
-
), t =
|
|
6139
|
-
async (
|
|
6140
|
-
const { gameUid:
|
|
6141
|
-
return await e.put(`/member/toggleFavoriteGame/${
|
|
6142
|
-
status:
|
|
6138
|
+
), t = O(async () => await e.post("/logout"), [e]), i = O(
|
|
6139
|
+
async (I) => {
|
|
6140
|
+
const { gameUid: J = "", status: z = 0 } = I;
|
|
6141
|
+
return await e.put(`/member/toggleFavoriteGame/${J}`, {
|
|
6142
|
+
status: z
|
|
6143
6143
|
});
|
|
6144
6144
|
},
|
|
6145
6145
|
[e]
|
|
6146
|
-
), o =
|
|
6146
|
+
), o = O(async () => await e.get("/profit/ranking"), [e]), s = O(
|
|
6147
6147
|
async ({
|
|
6148
|
-
memberId:
|
|
6149
|
-
password:
|
|
6150
|
-
unlimitCode:
|
|
6151
|
-
email:
|
|
6148
|
+
memberId: I,
|
|
6149
|
+
password: J,
|
|
6150
|
+
unlimitCode: z,
|
|
6151
|
+
email: q,
|
|
6152
6152
|
inviteCode: Q,
|
|
6153
|
-
currencyCode:
|
|
6154
|
-
validCode:
|
|
6153
|
+
currencyCode: re,
|
|
6154
|
+
validCode: Y
|
|
6155
6155
|
}) => {
|
|
6156
|
-
const
|
|
6157
|
-
memId:
|
|
6158
|
-
passwd: Sa(
|
|
6159
|
-
email:
|
|
6160
|
-
currency_code:
|
|
6161
|
-
code:
|
|
6156
|
+
const ie = {
|
|
6157
|
+
memId: I,
|
|
6158
|
+
passwd: Sa(J),
|
|
6159
|
+
email: q,
|
|
6160
|
+
currency_code: re,
|
|
6161
|
+
code: Y
|
|
6162
6162
|
};
|
|
6163
|
-
return
|
|
6163
|
+
return z && (ie.unlimit_code = z), Q && (ie.invite = Q), e.post("/signUp", ie);
|
|
6164
6164
|
},
|
|
6165
6165
|
[e]
|
|
6166
|
-
), p =
|
|
6167
|
-
async (
|
|
6168
|
-
const { name:
|
|
6166
|
+
), p = O(
|
|
6167
|
+
async (I) => {
|
|
6168
|
+
const { name: J, birthday: z, email: q, mobile: Q } = I;
|
|
6169
6169
|
return await e.post("/editMembetInfo", {
|
|
6170
|
-
name:
|
|
6170
|
+
name: J,
|
|
6171
6171
|
// 暱稱
|
|
6172
|
-
birthday:
|
|
6172
|
+
birthday: z,
|
|
6173
6173
|
// 生日 (格式:YYYY-MM-DD)
|
|
6174
|
-
email:
|
|
6174
|
+
email: q,
|
|
6175
6175
|
// 電子郵件
|
|
6176
6176
|
mobile: Q
|
|
6177
6177
|
// 手機號碼
|
|
6178
6178
|
});
|
|
6179
6179
|
},
|
|
6180
6180
|
[e]
|
|
6181
|
-
), m =
|
|
6182
|
-
async (
|
|
6183
|
-
const { oldPwd:
|
|
6181
|
+
), m = O(
|
|
6182
|
+
async (I) => {
|
|
6183
|
+
const { oldPwd: J, newPwd: z, encrypt: q } = I, Q = Do(q || a || "md5");
|
|
6184
6184
|
return await e.post("/passwordReset", {
|
|
6185
|
-
old_pwd: Q(
|
|
6186
|
-
new_pwd: Q(
|
|
6185
|
+
old_pwd: Q(J),
|
|
6186
|
+
new_pwd: Q(z)
|
|
6187
6187
|
});
|
|
6188
6188
|
},
|
|
6189
6189
|
[e, a]
|
|
6190
|
-
), f =
|
|
6191
|
-
async (
|
|
6192
|
-
const { newPwd:
|
|
6190
|
+
), f = O(
|
|
6191
|
+
async (I) => {
|
|
6192
|
+
const { newPwd: J } = I, z = tt.MD5(J).toString();
|
|
6193
6193
|
return await e.post("/member/initset", {
|
|
6194
|
-
password:
|
|
6195
|
-
password_confirmation:
|
|
6194
|
+
password: z,
|
|
6195
|
+
password_confirmation: z
|
|
6196
6196
|
});
|
|
6197
6197
|
},
|
|
6198
6198
|
[e]
|
|
6199
|
-
), c =
|
|
6200
|
-
async (
|
|
6201
|
-
const { newPwd:
|
|
6199
|
+
), c = O(
|
|
6200
|
+
async (I) => {
|
|
6201
|
+
const { newPwd: J, confirmNewPwd: z } = I;
|
|
6202
6202
|
return await e.post("/setWithdrawPassword", {
|
|
6203
|
-
newPassword: Sa(
|
|
6204
|
-
confirmPassword: Sa(
|
|
6203
|
+
newPassword: Sa(J),
|
|
6204
|
+
confirmPassword: Sa(z)
|
|
6205
6205
|
});
|
|
6206
6206
|
},
|
|
6207
6207
|
[e]
|
|
6208
|
-
), b =
|
|
6209
|
-
async (
|
|
6210
|
-
const { oldPwd:
|
|
6208
|
+
), b = O(
|
|
6209
|
+
async (I) => {
|
|
6210
|
+
const { oldPwd: J, newPwd: z } = I;
|
|
6211
6211
|
return await e.post("/withdrawPasswordReset", {
|
|
6212
|
-
old_pwd: Sa(
|
|
6213
|
-
new_pwd: Sa(
|
|
6212
|
+
old_pwd: Sa(J),
|
|
6213
|
+
new_pwd: Sa(z)
|
|
6214
6214
|
});
|
|
6215
6215
|
},
|
|
6216
6216
|
[e]
|
|
6217
|
-
), _ =
|
|
6218
|
-
async (
|
|
6219
|
-
const { mobile:
|
|
6217
|
+
), _ = O(
|
|
6218
|
+
async (I) => {
|
|
6219
|
+
const { mobile: J, verification_code: z } = I;
|
|
6220
6220
|
return await e.post("/withdrawPasswordRenew", {
|
|
6221
|
-
mobile:
|
|
6222
|
-
verification_code:
|
|
6221
|
+
mobile: J,
|
|
6222
|
+
verification_code: z
|
|
6223
6223
|
});
|
|
6224
6224
|
},
|
|
6225
6225
|
[e]
|
|
6226
|
-
), U =
|
|
6227
|
-
async ({ paramsData:
|
|
6228
|
-
const { start_time:
|
|
6226
|
+
), U = O(
|
|
6227
|
+
async ({ paramsData: I }) => {
|
|
6228
|
+
const { start_time: J, end_time: z, limit: q = 25 } = I || {};
|
|
6229
6229
|
return await e.get("/report/totalprofit", {
|
|
6230
6230
|
params: {
|
|
6231
|
-
str_date: `${Pe(
|
|
6232
|
-
end_date: `${Pe(
|
|
6233
|
-
limit:
|
|
6231
|
+
str_date: `${Pe(J).format("YYYY-MM-DD")} 12:00:00`,
|
|
6232
|
+
end_date: `${Pe(z).format("YYYY-MM-DD")} 11:59:59`,
|
|
6233
|
+
limit: q
|
|
6234
6234
|
}
|
|
6235
6235
|
});
|
|
6236
6236
|
},
|
|
6237
6237
|
[e]
|
|
6238
|
-
), C =
|
|
6239
|
-
async (
|
|
6240
|
-
const { platform:
|
|
6238
|
+
), C = O(
|
|
6239
|
+
async (I) => {
|
|
6240
|
+
const { platform: J } = I;
|
|
6241
6241
|
return await e.post("/member/all-in-la", {
|
|
6242
|
-
platform:
|
|
6242
|
+
platform: J
|
|
6243
6243
|
});
|
|
6244
6244
|
},
|
|
6245
6245
|
[e]
|
|
6246
|
-
), v =
|
|
6247
|
-
async (
|
|
6248
|
-
const { memId:
|
|
6246
|
+
), v = O(async () => await e.get("/member/checkRestrictedWagering"), [e]), h = O(
|
|
6247
|
+
async (I) => {
|
|
6248
|
+
const { memId: J, point: z, currency: q, password: Q } = I;
|
|
6249
6249
|
return await e.post("/pointsTransaction", {
|
|
6250
|
-
to_memId:
|
|
6251
|
-
point:
|
|
6252
|
-
currency:
|
|
6250
|
+
to_memId: J,
|
|
6251
|
+
point: z,
|
|
6252
|
+
currency: q,
|
|
6253
6253
|
password: Sa(Q)
|
|
6254
6254
|
});
|
|
6255
6255
|
},
|
|
6256
6256
|
[e]
|
|
6257
|
-
), S =
|
|
6258
|
-
async ({ formData:
|
|
6257
|
+
), S = O(
|
|
6258
|
+
async ({ formData: I }) => {
|
|
6259
6259
|
const {
|
|
6260
|
-
bank_name:
|
|
6261
|
-
bank_account_name:
|
|
6262
|
-
bank_branch_name:
|
|
6260
|
+
bank_name: J,
|
|
6261
|
+
bank_account_name: z,
|
|
6262
|
+
bank_branch_name: q,
|
|
6263
6263
|
bank_account: Q,
|
|
6264
|
-
bank_card_number:
|
|
6265
|
-
id_card:
|
|
6266
|
-
id_pic:
|
|
6267
|
-
} =
|
|
6268
|
-
return await n.post("/bindBankAccount",
|
|
6264
|
+
bank_card_number: re,
|
|
6265
|
+
id_card: Y,
|
|
6266
|
+
id_pic: ie
|
|
6267
|
+
} = I;
|
|
6268
|
+
return await n.post("/bindBankAccount", I);
|
|
6269
6269
|
},
|
|
6270
6270
|
[n]
|
|
6271
|
-
), N =
|
|
6272
|
-
async (
|
|
6273
|
-
const { point_transfer:
|
|
6271
|
+
), N = O(
|
|
6272
|
+
async (I) => {
|
|
6273
|
+
const { point_transfer: J } = I;
|
|
6274
6274
|
return await e.post("/cash-register/clear", {
|
|
6275
|
-
point_transfer:
|
|
6275
|
+
point_transfer: J
|
|
6276
6276
|
});
|
|
6277
6277
|
},
|
|
6278
6278
|
[e]
|
|
6279
|
-
),
|
|
6280
|
-
async (
|
|
6281
|
-
const { trans_code:
|
|
6279
|
+
), B = O(
|
|
6280
|
+
async (I) => {
|
|
6281
|
+
const { trans_code: J, line_id: z, invite: q, line_name: Q } = I;
|
|
6282
6282
|
return await e.post("/goLine", {
|
|
6283
|
-
trans_code:
|
|
6284
|
-
line_id:
|
|
6285
|
-
invite:
|
|
6283
|
+
trans_code: J,
|
|
6284
|
+
line_id: z,
|
|
6285
|
+
invite: q,
|
|
6286
6286
|
line_name: Q
|
|
6287
6287
|
});
|
|
6288
6288
|
},
|
|
6289
6289
|
[e]
|
|
6290
|
-
), T =
|
|
6291
|
-
async (
|
|
6292
|
-
const { trans_code:
|
|
6290
|
+
), T = O(
|
|
6291
|
+
async (I) => {
|
|
6292
|
+
const { trans_code: J, line_id: z, line_name: q } = I;
|
|
6293
6293
|
return await e.post("/login/line", {
|
|
6294
|
-
trans_code:
|
|
6295
|
-
line_id:
|
|
6296
|
-
line_name:
|
|
6294
|
+
trans_code: J,
|
|
6295
|
+
line_id: z,
|
|
6296
|
+
line_name: q
|
|
6297
6297
|
});
|
|
6298
6298
|
},
|
|
6299
6299
|
[e]
|
|
6300
|
-
), x =
|
|
6301
|
-
async (
|
|
6302
|
-
const { mac_address:
|
|
6303
|
-
return await e.get(`/machine-login-code/${
|
|
6300
|
+
), x = O(
|
|
6301
|
+
async (I) => {
|
|
6302
|
+
const { mac_address: J } = I;
|
|
6303
|
+
return await e.get(`/machine-login-code/${J}`);
|
|
6304
6304
|
},
|
|
6305
6305
|
[e]
|
|
6306
|
-
), F =
|
|
6307
|
-
async (
|
|
6308
|
-
const { member_info_uid:
|
|
6309
|
-
return await e.post(`/member/transfer/${
|
|
6310
|
-
point:
|
|
6311
|
-
currency:
|
|
6306
|
+
), F = O(
|
|
6307
|
+
async (I) => {
|
|
6308
|
+
const { member_info_uid: J, point: z, currency: q, withdraw_password: Q } = I;
|
|
6309
|
+
return await e.post(`/member/transfer/${J}`, {
|
|
6310
|
+
point: z,
|
|
6311
|
+
currency: q,
|
|
6312
6312
|
withdraw_password: Q
|
|
6313
6313
|
});
|
|
6314
6314
|
},
|
|
6315
6315
|
[e]
|
|
6316
|
-
), P =
|
|
6317
|
-
async (
|
|
6318
|
-
const { member_info_uid:
|
|
6319
|
-
return await e.get(`/member/transfer/${
|
|
6316
|
+
), P = O(
|
|
6317
|
+
async (I) => {
|
|
6318
|
+
const { member_info_uid: J, point: z, currency: q, withdraw_password: Q } = I;
|
|
6319
|
+
return await e.get(`/member/transfer/${J}`, {
|
|
6320
6320
|
params: {
|
|
6321
|
-
point:
|
|
6322
|
-
currency:
|
|
6321
|
+
point: z,
|
|
6322
|
+
currency: q,
|
|
6323
6323
|
withdraw_password: Q
|
|
6324
6324
|
}
|
|
6325
6325
|
});
|
|
6326
6326
|
},
|
|
6327
6327
|
[e]
|
|
6328
|
-
), M =
|
|
6329
|
-
async (
|
|
6330
|
-
const { mobile:
|
|
6328
|
+
), M = O(
|
|
6329
|
+
async (I) => {
|
|
6330
|
+
const { mobile: J, verifyCode: z } = I;
|
|
6331
6331
|
return await e.post("/sms/verifyValidationCode", {
|
|
6332
|
-
mobile:
|
|
6333
|
-
inputCode:
|
|
6332
|
+
mobile: J,
|
|
6333
|
+
inputCode: z
|
|
6334
6334
|
});
|
|
6335
6335
|
},
|
|
6336
6336
|
[e]
|
|
6337
|
-
), G =
|
|
6338
|
-
async (
|
|
6339
|
-
const { mobile:
|
|
6337
|
+
), G = O(
|
|
6338
|
+
async (I) => {
|
|
6339
|
+
const { mobile: J, verifyCode: z, snCode: q, invoiceType: Q, invoiceCode: re } = I;
|
|
6340
6340
|
return await e.post("/goMobile", {
|
|
6341
|
-
mobile:
|
|
6342
|
-
verification_code:
|
|
6343
|
-
sn_code:
|
|
6341
|
+
mobile: J,
|
|
6342
|
+
verification_code: z,
|
|
6343
|
+
sn_code: q,
|
|
6344
6344
|
invoice_type: Q,
|
|
6345
|
-
invoice_code:
|
|
6345
|
+
invoice_code: re
|
|
6346
6346
|
});
|
|
6347
6347
|
},
|
|
6348
6348
|
[e]
|
|
6349
|
-
), L =
|
|
6350
|
-
async (
|
|
6351
|
-
const { mobile:
|
|
6349
|
+
), L = O(
|
|
6350
|
+
async (I) => {
|
|
6351
|
+
const { mobile: J, verifyCode: z, invite: q, invoiceType: Q, invoiceCode: re } = I;
|
|
6352
6352
|
return await e.post("/goMobileByInvite", {
|
|
6353
|
-
mobile:
|
|
6354
|
-
verification_code:
|
|
6355
|
-
invite:
|
|
6353
|
+
mobile: J,
|
|
6354
|
+
verification_code: z,
|
|
6355
|
+
invite: q,
|
|
6356
6356
|
invoice_type: Q,
|
|
6357
|
-
invoice_code:
|
|
6357
|
+
invoice_code: re
|
|
6358
6358
|
});
|
|
6359
6359
|
},
|
|
6360
6360
|
[e]
|
|
6361
|
-
),
|
|
6362
|
-
async (
|
|
6363
|
-
const { mobile:
|
|
6361
|
+
), W = O(
|
|
6362
|
+
async (I) => {
|
|
6363
|
+
const { mobile: J, password: z, invite: q, invoiceType: Q, invoiceCode: re } = I;
|
|
6364
6364
|
return await e.post("/goMobileByPassword", {
|
|
6365
|
-
mobile:
|
|
6366
|
-
password: tt.MD5(
|
|
6367
|
-
invite:
|
|
6365
|
+
mobile: J,
|
|
6366
|
+
password: tt.MD5(z).toString(),
|
|
6367
|
+
invite: q,
|
|
6368
|
+
invoice_type: Q,
|
|
6369
|
+
invoice_code: re
|
|
6368
6370
|
});
|
|
6369
6371
|
},
|
|
6370
6372
|
[e]
|
|
6371
|
-
), H =
|
|
6372
|
-
async (
|
|
6373
|
-
|
|
6373
|
+
), H = O(
|
|
6374
|
+
async (I) => await e.get(`/checkMobile/${I}`),
|
|
6375
|
+
[e]
|
|
6376
|
+
), A = O(
|
|
6377
|
+
async (I) => {
|
|
6378
|
+
const { mobile: J, invite: z } = I;
|
|
6374
6379
|
return await e.get("/sms/getValidCode", {
|
|
6375
6380
|
params: {
|
|
6376
|
-
mobile:
|
|
6377
|
-
invite:
|
|
6381
|
+
mobile: J,
|
|
6382
|
+
invite: z
|
|
6378
6383
|
}
|
|
6379
6384
|
});
|
|
6380
6385
|
},
|
|
6381
6386
|
[e]
|
|
6382
|
-
),
|
|
6383
|
-
async (
|
|
6384
|
-
const { bindType:
|
|
6387
|
+
), V = O(
|
|
6388
|
+
async (I) => {
|
|
6389
|
+
const { bindType: J, bindId: z } = I;
|
|
6385
6390
|
return await e.post("/member/bindThirdPartyAccount", {
|
|
6386
|
-
bind_type:
|
|
6387
|
-
bind_id:
|
|
6391
|
+
bind_type: J,
|
|
6392
|
+
bind_id: z
|
|
6388
6393
|
});
|
|
6389
6394
|
},
|
|
6390
6395
|
[e]
|
|
6391
|
-
),
|
|
6392
|
-
async (
|
|
6396
|
+
), D = O(async () => await e.get("/jackpot", {}), [e]), E = O(
|
|
6397
|
+
async (I) => await e.get("/total-bet-ranking"),
|
|
6393
6398
|
[e]
|
|
6394
|
-
),
|
|
6395
|
-
async (
|
|
6396
|
-
const { avatarId:
|
|
6399
|
+
), w = O(async () => await e.get("/member/avatar/list"), [e]), R = O(
|
|
6400
|
+
async (I) => {
|
|
6401
|
+
const { avatarId: J } = I;
|
|
6397
6402
|
return await e.post("/member/avatar/change", {
|
|
6398
|
-
avatar_file_name:
|
|
6403
|
+
avatar_file_name: J
|
|
6399
6404
|
});
|
|
6400
6405
|
},
|
|
6401
6406
|
[e]
|
|
6402
|
-
),
|
|
6403
|
-
async ({ formData:
|
|
6407
|
+
), j = O(
|
|
6408
|
+
async ({ formData: I }) => await e.post("/cash-register/createMachine", I),
|
|
6404
6409
|
[e]
|
|
6405
6410
|
);
|
|
6406
6411
|
return {
|
|
6407
6412
|
machineLoginApi: r,
|
|
6408
|
-
createMachineApi:
|
|
6413
|
+
createMachineApi: j,
|
|
6409
6414
|
userInfoApi: u,
|
|
6410
6415
|
userGameListApi: g,
|
|
6411
6416
|
userFavoriteGameApi: d,
|
|
@@ -6426,25 +6431,26 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6426
6431
|
checkUserWagerApi: v,
|
|
6427
6432
|
pointTransferApi: h,
|
|
6428
6433
|
abandonPointsApi: N,
|
|
6429
|
-
lineLoginApi:
|
|
6434
|
+
lineLoginApi: B,
|
|
6430
6435
|
lineLogin2Api: T,
|
|
6431
6436
|
getMachineLoginCodeApi: x,
|
|
6432
6437
|
memberTransferApi: F,
|
|
6433
6438
|
checkMemberTransferApi: P,
|
|
6434
6439
|
mobileLoginApi: M,
|
|
6435
|
-
sendMobileVerifyCodeApi:
|
|
6440
|
+
sendMobileVerifyCodeApi: A,
|
|
6436
6441
|
mobileLoginApiV2: G,
|
|
6437
|
-
bindAccountApi:
|
|
6442
|
+
bindAccountApi: V,
|
|
6438
6443
|
mobileRegisterApi: L,
|
|
6439
|
-
mobilePasswordApi:
|
|
6444
|
+
mobilePasswordApi: W,
|
|
6445
|
+
checkMobileApi: H,
|
|
6440
6446
|
verifyResetActionApi: _,
|
|
6441
|
-
getJackpotApi:
|
|
6442
|
-
getBetRankingApi:
|
|
6443
|
-
getUserAvatarListApi:
|
|
6444
|
-
updateUserAvatarApi:
|
|
6447
|
+
getJackpotApi: D,
|
|
6448
|
+
getBetRankingApi: E,
|
|
6449
|
+
getUserAvatarListApi: w,
|
|
6450
|
+
updateUserAvatarApi: R
|
|
6445
6451
|
};
|
|
6446
6452
|
}, Vm = ({ otherQueryKey: e = [], options: n = {} } = {}) => {
|
|
6447
|
-
const { userCurrencyExchangeApi: a } = ne(), { getToken: r } =
|
|
6453
|
+
const { userCurrencyExchangeApi: a } = ne(), { getToken: r } = me(), { enabled: u, ...g } = n, d = !!r?.() && (u ? u.every((l) => l) : !0);
|
|
6448
6454
|
return $n({
|
|
6449
6455
|
queries: [
|
|
6450
6456
|
{
|
|
@@ -6462,7 +6468,7 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6462
6468
|
trigger: n = [],
|
|
6463
6469
|
enabled: a = !0
|
|
6464
6470
|
} = {}) => {
|
|
6465
|
-
const { getToken: r } =
|
|
6471
|
+
const { getToken: r } = me(), u = r?.(), { userInfoApi: g } = ne();
|
|
6466
6472
|
return $n({
|
|
6467
6473
|
queries: [
|
|
6468
6474
|
{
|
|
@@ -6479,19 +6485,19 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6479
6485
|
userFavoriteGameApi: a,
|
|
6480
6486
|
userGameListApi: r,
|
|
6481
6487
|
userCurrencyExchangeApi: u
|
|
6482
|
-
} = ne(), g =
|
|
6488
|
+
} = ne(), g = X({
|
|
6483
6489
|
queryKey: ["getMemInfo"],
|
|
6484
6490
|
queryFn: async () => n(),
|
|
6485
6491
|
enabled: e
|
|
6486
|
-
}), y =
|
|
6492
|
+
}), y = X({
|
|
6487
6493
|
queryKey: ["getFavoriteGame"],
|
|
6488
6494
|
queryFn: async () => a(),
|
|
6489
6495
|
enabled: e && g.isSuccess
|
|
6490
|
-
}), d =
|
|
6496
|
+
}), d = X({
|
|
6491
6497
|
queryKey: ["getUserGameList"],
|
|
6492
6498
|
queryFn: async () => r(),
|
|
6493
6499
|
enabled: e && g.isSuccess && y.isSuccess
|
|
6494
|
-
}), l =
|
|
6500
|
+
}), l = X({
|
|
6495
6501
|
queryKey: ["getUserCurrencyExchange"],
|
|
6496
6502
|
queryFn: async () => u(),
|
|
6497
6503
|
enabled: e && g.isSuccess && y.isSuccess && d.isSuccess
|
|
@@ -6503,7 +6509,7 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6503
6509
|
l
|
|
6504
6510
|
];
|
|
6505
6511
|
}, hi = () => {
|
|
6506
|
-
const { client: e, lng: n } =
|
|
6512
|
+
const { client: e, lng: n } = me(), a = Je(n || "tw"), r = O(
|
|
6507
6513
|
async (y) => {
|
|
6508
6514
|
const {
|
|
6509
6515
|
gameUid: d = "",
|
|
@@ -6528,7 +6534,7 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6528
6534
|
});
|
|
6529
6535
|
},
|
|
6530
6536
|
[e, a]
|
|
6531
|
-
), u =
|
|
6537
|
+
), u = O(
|
|
6532
6538
|
async (y) => {
|
|
6533
6539
|
const {
|
|
6534
6540
|
startDate: d = Pe().add(-1, "day").format("YYYY-MM-DD 12:00:00"),
|
|
@@ -6546,7 +6552,7 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6546
6552
|
return o;
|
|
6547
6553
|
},
|
|
6548
6554
|
[e]
|
|
6549
|
-
), g =
|
|
6555
|
+
), g = O(
|
|
6550
6556
|
async (y) => {
|
|
6551
6557
|
const {
|
|
6552
6558
|
startDate: d = Pe().add(-1, "day").format("YYYY-MM-DD 12:00:00"),
|
|
@@ -6570,7 +6576,7 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6570
6576
|
return { playGameApi: r, betRecordApi: u, betRecordDetailApi: g };
|
|
6571
6577
|
}, No = ({ options: e, formData: n } = {}) => {
|
|
6572
6578
|
const { betRecordApi: a } = hi();
|
|
6573
|
-
return
|
|
6579
|
+
return X({
|
|
6574
6580
|
queryKey: ["getBetRecord"],
|
|
6575
6581
|
queryFn: async () => await a(n),
|
|
6576
6582
|
select: (r) => Qn(r).map(([g, y]) => ({
|
|
@@ -6581,7 +6587,7 @@ const ba = /* @__PURE__ */ Ui(tt), Sa = (e) => {
|
|
|
6581
6587
|
});
|
|
6582
6588
|
}, Lo = ({ options: e, formData: n } = {}) => {
|
|
6583
6589
|
const { betRecordDetailApi: a } = hi();
|
|
6584
|
-
return
|
|
6590
|
+
return X({
|
|
6585
6591
|
queryKey: ["getBetRecordDetail"],
|
|
6586
6592
|
queryFn: async () => await a(n),
|
|
6587
6593
|
...e
|
|
@@ -7260,49 +7266,49 @@ function Ei() {
|
|
|
7260
7266
|
}
|
|
7261
7267
|
return null;
|
|
7262
7268
|
}, [c, p.disableJson]), h = (0, u.useRef)(null), S = (0, u.useRef)(null), N = (0, u.useRef)(function() {
|
|
7263
|
-
}),
|
|
7269
|
+
}), B = (0, u.useRef)(0), T = (0, u.useRef)(Date.now()), x = (0, u.useRef)([]), F = (0, u.useRef)(null), P = (0, u.useRef)(p);
|
|
7264
7270
|
P.current = p;
|
|
7265
|
-
var M = h.current && U[h.current] !== void 0 ? U[h.current] : s !== null && m === !0 ? y.ReadyState.CONNECTING : y.ReadyState.UNINSTANTIATED, G = p.queryParams ? JSON.stringify(p.queryParams) : null, L = (0, u.useCallback)(function(A,
|
|
7271
|
+
var M = h.current && U[h.current] !== void 0 ? U[h.current] : s !== null && m === !0 ? y.ReadyState.CONNECTING : y.ReadyState.UNINSTANTIATED, G = p.queryParams ? JSON.stringify(p.queryParams) : null, L = (0, u.useCallback)(function(A, V) {
|
|
7266
7272
|
var D;
|
|
7267
|
-
if (
|
|
7273
|
+
if (V === void 0 && (V = !0), y.isEventSourceSupported && S.current instanceof EventSource) {
|
|
7268
7274
|
console.warn("Unable to send a message from an eventSource");
|
|
7269
7275
|
return;
|
|
7270
7276
|
}
|
|
7271
|
-
((D = S.current) === null || D === void 0 ? void 0 : D.readyState) === y.ReadyState.OPEN ? ((0, i.assertIsWebSocket)(S.current, P.current.skipAssert), S.current.send(A)) :
|
|
7272
|
-
}, []),
|
|
7273
|
-
|
|
7277
|
+
((D = S.current) === null || D === void 0 ? void 0 : D.readyState) === y.ReadyState.OPEN ? ((0, i.assertIsWebSocket)(S.current, P.current.skipAssert), S.current.send(A)) : V && x.current.push(A);
|
|
7278
|
+
}, []), W = (0, u.useCallback)(function(A, V) {
|
|
7279
|
+
V === void 0 && (V = !0), L(JSON.stringify(A), V);
|
|
7274
7280
|
}, [L]), H = (0, u.useCallback)(function() {
|
|
7275
7281
|
return P.current.share !== !0 || y.isEventSourceSupported && S.current instanceof EventSource ? S.current : (F.current === null && S.current && ((0, i.assertIsWebSocket)(S.current, P.current.skipAssert), F.current = (0, t.default)(S.current, N)), F.current);
|
|
7276
7282
|
}, []);
|
|
7277
7283
|
return (0, u.useEffect)(function() {
|
|
7278
7284
|
if (s !== null && m === !0) {
|
|
7279
|
-
var A,
|
|
7285
|
+
var A, V = !1, D = !0, E = function() {
|
|
7280
7286
|
return n(void 0, void 0, void 0, function() {
|
|
7281
|
-
var w, R,
|
|
7282
|
-
return a(this, function(
|
|
7283
|
-
switch (
|
|
7287
|
+
var w, R, j;
|
|
7288
|
+
return a(this, function(I) {
|
|
7289
|
+
switch (I.label) {
|
|
7284
7290
|
case 0:
|
|
7285
7291
|
return w = h, [4, (0, l.getUrl)(s, P)];
|
|
7286
7292
|
case 1:
|
|
7287
|
-
return w.current =
|
|
7288
|
-
return C(function(
|
|
7289
|
-
return e(e({},
|
|
7293
|
+
return w.current = I.sent(), h.current === null ? (console.error("Failed to get a valid URL. WebSocket connection aborted."), h.current = "ABORTED", (0, g.flushSync)(function() {
|
|
7294
|
+
return C(function(J) {
|
|
7295
|
+
return e(e({}, J), { ABORTED: y.ReadyState.CLOSED });
|
|
7290
7296
|
});
|
|
7291
7297
|
}), [
|
|
7292
7298
|
2
|
|
7293
7299
|
/*return*/
|
|
7294
|
-
]) : (R = function(
|
|
7295
|
-
|
|
7296
|
-
return b(
|
|
7300
|
+
]) : (R = function(J) {
|
|
7301
|
+
V || (0, g.flushSync)(function() {
|
|
7302
|
+
return b(J);
|
|
7297
7303
|
});
|
|
7298
|
-
},
|
|
7299
|
-
|
|
7300
|
-
return C(function(
|
|
7301
|
-
var
|
|
7302
|
-
return e(e({},
|
|
7304
|
+
}, j = function(J) {
|
|
7305
|
+
V || (0, g.flushSync)(function() {
|
|
7306
|
+
return C(function(z) {
|
|
7307
|
+
var q;
|
|
7308
|
+
return e(e({}, z), h.current && (q = {}, q[h.current] = J, q));
|
|
7303
7309
|
});
|
|
7304
7310
|
});
|
|
7305
|
-
}, D && (A = (0, d.createOrJoinSocket)(S, h.current,
|
|
7311
|
+
}, D && (A = (0, d.createOrJoinSocket)(S, h.current, j, P, R, N, B, T, L)), [
|
|
7306
7312
|
2
|
|
7307
7313
|
/*return*/
|
|
7308
7314
|
]);
|
|
@@ -7311,11 +7317,11 @@ function Ei() {
|
|
|
7311
7317
|
});
|
|
7312
7318
|
};
|
|
7313
7319
|
return N.current = function() {
|
|
7314
|
-
|
|
7320
|
+
V || (F.current && (F.current = null), A?.(), E());
|
|
7315
7321
|
}, E(), function() {
|
|
7316
|
-
|
|
7322
|
+
V = !0, D = !1, F.current && (F.current = null), A?.(), b(null);
|
|
7317
7323
|
};
|
|
7318
|
-
} else (s === null || m === !1) && (
|
|
7324
|
+
} else (s === null || m === !1) && (B.current = 0, C(function(w) {
|
|
7319
7325
|
var R;
|
|
7320
7326
|
return e(e({}, w), h.current && (R = {}, R[h.current] = y.ReadyState.CLOSED, R));
|
|
7321
7327
|
}));
|
|
@@ -7325,7 +7331,7 @@ function Ei() {
|
|
|
7325
7331
|
});
|
|
7326
7332
|
}, [M]), {
|
|
7327
7333
|
sendMessage: L,
|
|
7328
|
-
sendJsonMessage:
|
|
7334
|
+
sendJsonMessage: W,
|
|
7329
7335
|
lastMessage: c,
|
|
7330
7336
|
lastJsonMessage: v,
|
|
7331
7337
|
readyState: M,
|
|
@@ -7457,7 +7463,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7457
7463
|
isInGameBox: r = !1,
|
|
7458
7464
|
currentGamePlatform: u = ""
|
|
7459
7465
|
}) => {
|
|
7460
|
-
const { store: g, lng: y } =
|
|
7466
|
+
const { store: g, lng: y } = me(), { isReady: d, setAsReady: l, isPending: t, setAsPending: i } = Xn(), o = Je(y), { mutateAsync: s } = is();
|
|
7461
7467
|
return !e || !n || !a ? { handleTransferInGame: () => {
|
|
7462
7468
|
} } : { handleTransferInGame: async () => {
|
|
7463
7469
|
r && await s({
|
|
@@ -7497,7 +7503,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7497
7503
|
});
|
|
7498
7504
|
} };
|
|
7499
7505
|
}, Fn = "/member-monthly-card", pr = () => {
|
|
7500
|
-
const { client: e } =
|
|
7506
|
+
const { client: e } = me(), n = O(async () => await e.get(`${Fn}/info`), [e]), a = O(async () => await e.post(`${Fn}/withdraw`), [e]);
|
|
7501
7507
|
return {
|
|
7502
7508
|
getMonthCardInfoApi: n,
|
|
7503
7509
|
withdrawMonthCardApi: a
|
|
@@ -7516,7 +7522,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7516
7522
|
};
|
|
7517
7523
|
}, Vo = ({ options: e } = {}) => {
|
|
7518
7524
|
const { getMonthCardInfoApi: n } = pr();
|
|
7519
|
-
return
|
|
7525
|
+
return X({
|
|
7520
7526
|
queryKey: Di,
|
|
7521
7527
|
queryFn: n,
|
|
7522
7528
|
select: zo,
|
|
@@ -7548,16 +7554,16 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7548
7554
|
withdrawMonthCardMutation: a
|
|
7549
7555
|
};
|
|
7550
7556
|
}, Ga = () => {
|
|
7551
|
-
const { client: e } =
|
|
7557
|
+
const { client: e } = me(), n = O(async () => {
|
|
7552
7558
|
const { data: l } = await e.get("/carousels");
|
|
7553
7559
|
return l;
|
|
7554
|
-
}, [e]), a =
|
|
7560
|
+
}, [e]), a = O(async () => {
|
|
7555
7561
|
const { data: l } = await e.get("/announcement");
|
|
7556
7562
|
return l;
|
|
7557
|
-
}, [e]), r =
|
|
7563
|
+
}, [e]), r = O(async () => await e.get("/marquees"), [e]), u = O(async () => await e.get("/notification"), [e]), g = O(
|
|
7558
7564
|
async (l) => await e.put(`/notification/${l}/read`),
|
|
7559
7565
|
[e]
|
|
7560
|
-
), y =
|
|
7566
|
+
), y = O(
|
|
7561
7567
|
async (l) => {
|
|
7562
7568
|
const { phonecode: t } = l || {};
|
|
7563
7569
|
return await e.get("/verifyPhoneBarcode", {
|
|
@@ -7567,7 +7573,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7567
7573
|
});
|
|
7568
7574
|
},
|
|
7569
7575
|
[e]
|
|
7570
|
-
), d =
|
|
7576
|
+
), d = O(
|
|
7571
7577
|
async (l) => {
|
|
7572
7578
|
const { lovecode: t } = l || {};
|
|
7573
7579
|
return await e.get("/verifyLoveCode", {
|
|
@@ -7651,8 +7657,8 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7651
7657
|
...e
|
|
7652
7658
|
});
|
|
7653
7659
|
}, as = ({ paramsData: e, options: n } = {}) => {
|
|
7654
|
-
const { userRebateApi: a } = ne(), { getToken: r } =
|
|
7655
|
-
return r?.(),
|
|
7660
|
+
const { userRebateApi: a } = ne(), { getToken: r } = me();
|
|
7661
|
+
return r?.(), X({
|
|
7656
7662
|
queryKey: ["userRebate", e],
|
|
7657
7663
|
queryFn: async () => a({ paramsData: e }),
|
|
7658
7664
|
enabled: !1,
|
|
@@ -7674,7 +7680,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7674
7680
|
...e
|
|
7675
7681
|
});
|
|
7676
7682
|
}, $m = ({ options: e } = {}) => {
|
|
7677
|
-
const { currency: n } =
|
|
7683
|
+
const { currency: n } = me(), { pointTransferApi: a } = ne();
|
|
7678
7684
|
return te({
|
|
7679
7685
|
mutationKey: ["pointTransfer"],
|
|
7680
7686
|
mutationFn: async (r) => a({
|
|
@@ -7684,8 +7690,8 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7684
7690
|
...e
|
|
7685
7691
|
});
|
|
7686
7692
|
}, Qm = ({ options: e } = {}) => {
|
|
7687
|
-
const { currency: n } =
|
|
7688
|
-
return
|
|
7693
|
+
const { currency: n } = me(), { checkUserWagerApi: a } = ne();
|
|
7694
|
+
return X({
|
|
7689
7695
|
queryKey: ["checkUserWager"],
|
|
7690
7696
|
queryFn: async () => a(),
|
|
7691
7697
|
select: (r) => {
|
|
@@ -7731,20 +7737,20 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7731
7737
|
});
|
|
7732
7738
|
}, rs = ({ options: e, formData: n } = {}) => {
|
|
7733
7739
|
const { getMachineLoginCodeApi: a } = ne();
|
|
7734
|
-
return
|
|
7740
|
+
return X({
|
|
7735
7741
|
queryKey: ["getMachineLoginCode"],
|
|
7736
7742
|
queryFn: async () => a(n),
|
|
7737
7743
|
...e
|
|
7738
7744
|
});
|
|
7739
7745
|
}, Xm = ({ options: e } = {}) => {
|
|
7740
|
-
const { currency: n } =
|
|
7746
|
+
const { currency: n } = me(), { memberTransferApi: a } = ne();
|
|
7741
7747
|
return te({
|
|
7742
7748
|
mutationKey: ["memberTransfer"],
|
|
7743
7749
|
mutationFn: async (r) => a({ ...r, currency: n }),
|
|
7744
7750
|
...e
|
|
7745
7751
|
});
|
|
7746
7752
|
}, eu = ({ options: e } = {}) => {
|
|
7747
|
-
const { currency: n } =
|
|
7753
|
+
const { currency: n } = me(), { checkMemberTransferApi: a } = ne();
|
|
7748
7754
|
return te({
|
|
7749
7755
|
mutationKey: ["checkMemberTransfer"],
|
|
7750
7756
|
mutationFn: async (r) => a({ ...r, currency: n }),
|
|
@@ -7778,6 +7784,13 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7778
7784
|
mutationFn: async (a) => n(a),
|
|
7779
7785
|
...e
|
|
7780
7786
|
});
|
|
7787
|
+
}, ru = ({ options: e } = {}) => {
|
|
7788
|
+
const { checkMobileApi: n } = ne();
|
|
7789
|
+
return te({
|
|
7790
|
+
mutationKey: ["checkMobile"],
|
|
7791
|
+
mutationFn: async (a) => n(a),
|
|
7792
|
+
...e
|
|
7793
|
+
});
|
|
7781
7794
|
}, ls = ({ options: e } = {}) => {
|
|
7782
7795
|
const { bindAccountApi: n } = ne();
|
|
7783
7796
|
return te({
|
|
@@ -7785,44 +7798,44 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7785
7798
|
mutationFn: async (a) => n(a),
|
|
7786
7799
|
...e
|
|
7787
7800
|
});
|
|
7788
|
-
},
|
|
7801
|
+
}, lu = ({ options: e } = {}) => {
|
|
7789
7802
|
const { sendMobileVerifyCodeApi: n } = ne();
|
|
7790
7803
|
return te({
|
|
7791
7804
|
mutationKey: ["sendMobileVerifyCode"],
|
|
7792
7805
|
mutationFn: async (a) => n(a),
|
|
7793
7806
|
...e
|
|
7794
7807
|
});
|
|
7795
|
-
},
|
|
7808
|
+
}, ou = ({ options: e, paramsData: n } = {}) => {
|
|
7796
7809
|
const { verifyPhoneBarApi: a } = Ga();
|
|
7797
|
-
return
|
|
7810
|
+
return X({
|
|
7798
7811
|
queryKey: ["verifyPhoneBar", n],
|
|
7799
7812
|
queryFn: async () => a(n),
|
|
7800
7813
|
...e
|
|
7801
7814
|
});
|
|
7802
|
-
},
|
|
7815
|
+
}, su = ({ options: e, paramsData: n } = {}) => {
|
|
7803
7816
|
const { verifyDonationCodeApi: a } = Ga();
|
|
7804
|
-
return
|
|
7817
|
+
return X({
|
|
7805
7818
|
queryKey: ["verifyDonationCode", n],
|
|
7806
7819
|
queryFn: async () => a(n),
|
|
7807
7820
|
...e
|
|
7808
7821
|
});
|
|
7809
|
-
},
|
|
7822
|
+
}, mu = ({ options: e } = {}) => {
|
|
7810
7823
|
const { createMachineApi: n } = ne();
|
|
7811
7824
|
return te({
|
|
7812
7825
|
mutationKey: ["createMachine"],
|
|
7813
7826
|
mutationFn: async (a) => n({ formData: a }),
|
|
7814
7827
|
...e
|
|
7815
7828
|
});
|
|
7816
|
-
},
|
|
7829
|
+
}, uu = ({ options: e } = {}) => {
|
|
7817
7830
|
const { verifyResetActionApi: n } = ne();
|
|
7818
7831
|
return te({
|
|
7819
7832
|
mutationKey: ["verifyResetAction"],
|
|
7820
7833
|
mutationFn: async (a) => n(a),
|
|
7821
7834
|
...e
|
|
7822
7835
|
});
|
|
7823
|
-
},
|
|
7836
|
+
}, pu = ({ options: e, bonusData: n } = {}) => {
|
|
7824
7837
|
const { getJackpotApi: a } = ne();
|
|
7825
|
-
return
|
|
7838
|
+
return X({
|
|
7826
7839
|
queryKey: ["getJackpotData"],
|
|
7827
7840
|
queryFn: async () => a(),
|
|
7828
7841
|
select: (r) => {
|
|
@@ -7839,16 +7852,16 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7839
7852
|
},
|
|
7840
7853
|
...e
|
|
7841
7854
|
});
|
|
7842
|
-
},
|
|
7855
|
+
}, gu = ({ options: e } = {}) => {
|
|
7843
7856
|
const { getBetRankingApi: n } = ne();
|
|
7844
|
-
return
|
|
7857
|
+
return X({
|
|
7845
7858
|
queryKey: ["getBetRankingData"],
|
|
7846
7859
|
queryFn: async () => n(),
|
|
7847
7860
|
...e
|
|
7848
7861
|
});
|
|
7849
|
-
},
|
|
7862
|
+
}, du = ({ options: e } = {}) => {
|
|
7850
7863
|
const { getUserAvatarListApi: n } = ne();
|
|
7851
|
-
return
|
|
7864
|
+
return X({
|
|
7852
7865
|
queryKey: ["getAvatarList"],
|
|
7853
7866
|
queryFn: async () => n(),
|
|
7854
7867
|
// select: (data) => {
|
|
@@ -7856,14 +7869,14 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7856
7869
|
// },
|
|
7857
7870
|
...e
|
|
7858
7871
|
});
|
|
7859
|
-
},
|
|
7872
|
+
}, cu = ({ options: e } = {}) => {
|
|
7860
7873
|
const { updateUserAvatarApi: n } = ne();
|
|
7861
7874
|
return te({
|
|
7862
7875
|
mutationKey: ["updateAvatar"],
|
|
7863
7876
|
mutationFn: async (a) => n(a),
|
|
7864
7877
|
...e
|
|
7865
7878
|
});
|
|
7866
|
-
},
|
|
7879
|
+
}, fu = ({
|
|
7867
7880
|
options: e = {
|
|
7868
7881
|
login: {},
|
|
7869
7882
|
logout: {},
|
|
@@ -7932,7 +7945,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7932
7945
|
show: r,
|
|
7933
7946
|
reason: r ? `在 gamebox 且當前廠商「${a}」在維護清單 → 顯示` : `在 gamebox 但當前廠商「${a ?? "(無)"}」不在維護清單 → 靜默`
|
|
7934
7947
|
};
|
|
7935
|
-
},
|
|
7948
|
+
}, _u = ({
|
|
7936
7949
|
socketUrl: e,
|
|
7937
7950
|
socketHandlers: n = {},
|
|
7938
7951
|
options: a = {},
|
|
@@ -7947,7 +7960,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7947
7960
|
disabledLineAutoRegister: y = !1,
|
|
7948
7961
|
navigate: d = null
|
|
7949
7962
|
}) => {
|
|
7950
|
-
const { store: l, lng: t } =
|
|
7963
|
+
const { store: l, lng: t } = me(), i = Da(), { isReady: o, setAsReady: s, isPending: p, setAsPending: m } = Xn(), f = Je(t), c = le(!1), b = le(n), _ = ee(r, "uid", null), U = ee(r, "cagent_uid", null);
|
|
7951
7964
|
ee(r, "testFunction", 0);
|
|
7952
7965
|
const C = new URLSearchParams(window.location.search), v = ee(
|
|
7953
7966
|
u,
|
|
@@ -7965,8 +7978,8 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7965
7978
|
onSuccess: (A) => {
|
|
7966
7979
|
b.current.onLineLogin?.(A);
|
|
7967
7980
|
},
|
|
7968
|
-
onError: (A,
|
|
7969
|
-
y || h(
|
|
7981
|
+
onError: (A, V) => {
|
|
7982
|
+
y || h(V);
|
|
7970
7983
|
}
|
|
7971
7984
|
}
|
|
7972
7985
|
}), { handleTransferInGame: N } = Io({
|
|
@@ -7976,7 +7989,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7976
7989
|
isInGameBox: ee(u, "isInGameBox", !1),
|
|
7977
7990
|
currentGamePlatform: ee(u, "currentGamePlatform", "")
|
|
7978
7991
|
}), {
|
|
7979
|
-
sendMessage:
|
|
7992
|
+
sendMessage: B,
|
|
7980
7993
|
// 發送普通訊息
|
|
7981
7994
|
sendJsonMessage: T,
|
|
7982
7995
|
// 發送 JSON 訊息
|
|
@@ -7999,91 +8012,91 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
7999
8012
|
return null;
|
|
8000
8013
|
}
|
|
8001
8014
|
}, [x]);
|
|
8002
|
-
|
|
8015
|
+
fe(() => {
|
|
8003
8016
|
const A = setInterval(
|
|
8004
|
-
() =>
|
|
8017
|
+
() => B("ping"),
|
|
8005
8018
|
os
|
|
8006
8019
|
);
|
|
8007
8020
|
return () => clearInterval(A);
|
|
8008
|
-
}, [
|
|
8009
|
-
const M =
|
|
8010
|
-
(A,
|
|
8021
|
+
}, [B]);
|
|
8022
|
+
const M = O(
|
|
8023
|
+
(A, V) => {
|
|
8011
8024
|
g && l.dispatch({
|
|
8012
8025
|
type: "ui/openNotificationModal",
|
|
8013
8026
|
payload: {
|
|
8014
8027
|
title: za[f] || "System Prompt",
|
|
8015
8028
|
content: A,
|
|
8016
8029
|
type: "warning",
|
|
8017
|
-
props:
|
|
8030
|
+
props: V
|
|
8018
8031
|
}
|
|
8019
8032
|
});
|
|
8020
8033
|
},
|
|
8021
8034
|
[g, l, f]
|
|
8022
8035
|
);
|
|
8023
|
-
|
|
8036
|
+
fe(() => {
|
|
8024
8037
|
b.current = n;
|
|
8025
8038
|
}, [n]);
|
|
8026
|
-
const G =
|
|
8039
|
+
const G = le(null), L = (A) => {
|
|
8027
8040
|
const {
|
|
8028
|
-
onDeposit:
|
|
8041
|
+
onDeposit: V,
|
|
8029
8042
|
onTransCode: D,
|
|
8030
8043
|
onError: E,
|
|
8031
8044
|
onUpdateMember: w,
|
|
8032
8045
|
onMaintainNotice: R,
|
|
8033
|
-
onMaintainNoticeMember:
|
|
8034
|
-
onTransferInGame:
|
|
8035
|
-
onCashRegisterLimit:
|
|
8036
|
-
onLineLogin:
|
|
8037
|
-
onMonthlyCardIssuePoint:
|
|
8038
|
-
onEventClaimable:
|
|
8039
|
-
} = b.current,
|
|
8046
|
+
onMaintainNoticeMember: j,
|
|
8047
|
+
onTransferInGame: I,
|
|
8048
|
+
onCashRegisterLimit: J,
|
|
8049
|
+
onLineLogin: z,
|
|
8050
|
+
onMonthlyCardIssuePoint: q,
|
|
8051
|
+
onEventClaimable: Q
|
|
8052
|
+
} = b.current, re = ee(A, "type", ""), Y = {
|
|
8040
8053
|
memberInfoUid: ee(A, "member_info_uid", null),
|
|
8041
8054
|
data: ee(A, "data", null),
|
|
8042
8055
|
memo: ee(A, "memo", null),
|
|
8043
8056
|
amount: ee(A, "amount", null),
|
|
8044
8057
|
limitAmount: ee(A, "limit_amount", null)
|
|
8045
|
-
},
|
|
8046
|
-
switch (
|
|
8058
|
+
}, ie = Number(Y.memberInfoUid) === _, _e = Y.data, Ne = Y.amount, Te = Y.limitAmount, je = C.get("mac") || di.get("machine_mac_address") || "", ve = ee(A, "data.line_id", null), Le = ee(A, "data.line_name", null), Ye = ee(A, "member_info_uid", null);
|
|
8059
|
+
switch (re) {
|
|
8047
8060
|
case Ue.DEPOSIT:
|
|
8048
|
-
|
|
8061
|
+
ie && (N(), V?.(Y));
|
|
8049
8062
|
break;
|
|
8050
8063
|
case Ue.TRANS_CODE:
|
|
8051
|
-
D?.(
|
|
8064
|
+
D?.(Y);
|
|
8052
8065
|
break;
|
|
8053
8066
|
case Ue.ERROR:
|
|
8054
|
-
if (
|
|
8055
|
-
const
|
|
8056
|
-
M(
|
|
8057
|
-
notificationType:
|
|
8058
|
-
}), E?.(
|
|
8067
|
+
if (ie) {
|
|
8068
|
+
const de = ee(A, "open_game_modal", 0) === 1;
|
|
8069
|
+
M(_e, {
|
|
8070
|
+
notificationType: de ? "gamingNotice" : void 0
|
|
8071
|
+
}), E?.(Y);
|
|
8059
8072
|
}
|
|
8060
8073
|
break;
|
|
8061
8074
|
case Ue.UPDATE_MEMBER:
|
|
8062
8075
|
_ && (i.invalidateQueries({
|
|
8063
8076
|
queryKey: ["getMemberInfo"]
|
|
8064
|
-
}), w?.(
|
|
8077
|
+
}), w?.(Y));
|
|
8065
8078
|
break;
|
|
8066
8079
|
case Ue.MAINTAIN_NOTICE:
|
|
8067
|
-
M(
|
|
8080
|
+
M(_e, {
|
|
8068
8081
|
notificationType: "maintainNotice"
|
|
8069
|
-
}), R?.(
|
|
8082
|
+
}), R?.(Y);
|
|
8070
8083
|
break;
|
|
8071
8084
|
case Ue.MAINTAIN_NOTICE_MEMBER: {
|
|
8072
|
-
const
|
|
8073
|
-
if (
|
|
8074
|
-
String(U) === String(
|
|
8085
|
+
const de = Y.data?.cagent_uid ?? null;
|
|
8086
|
+
if (de != null) {
|
|
8087
|
+
String(U) === String(de) && (M(Y.data?.msg, { rawMessage: !0 }), j?.(Y), setTimeout(() => {
|
|
8075
8088
|
d?.("/");
|
|
8076
8089
|
}, 5e3));
|
|
8077
8090
|
return;
|
|
8078
|
-
} else if (
|
|
8079
|
-
const
|
|
8091
|
+
} else if (ie) {
|
|
8092
|
+
const ye = l.getState()?.game?.currentGameData?.gameUid ?? null, xe = Y.data?.game_id;
|
|
8080
8093
|
if (xe != null) {
|
|
8081
|
-
Array.isArray(xe) && xe.some((Ie) => String(Ie) === String(
|
|
8094
|
+
Array.isArray(xe) && xe.some((Ie) => String(Ie) === String(ye)) && (M(Y.data?.msg, { rawMessage: !0 }), j?.(Y), setTimeout(() => {
|
|
8082
8095
|
d?.("/");
|
|
8083
8096
|
}, 5e3));
|
|
8084
8097
|
return;
|
|
8085
8098
|
}
|
|
8086
|
-
M(
|
|
8099
|
+
M(_e), j?.(Y), setTimeout(() => {
|
|
8087
8100
|
window.location.reload();
|
|
8088
8101
|
}, 5e4);
|
|
8089
8102
|
}
|
|
@@ -8094,14 +8107,14 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8094
8107
|
break;
|
|
8095
8108
|
case Ue.TRANSFER_IN_GAME:
|
|
8096
8109
|
case Ue.CHECK_REQUEST:
|
|
8097
|
-
if (
|
|
8098
|
-
const { request_id:
|
|
8110
|
+
if (ie && v) {
|
|
8111
|
+
const { request_id: de, amount: ye, platform: xe, status: Ie } = ee(Y, "data", {}) || {}, Ze = localStorage.getItem(
|
|
8099
8112
|
"transfer_in_game_request_id"
|
|
8100
8113
|
);
|
|
8101
8114
|
if (Ie === "pending") {
|
|
8102
|
-
localStorage.setItem("transfer_in_game_request_id",
|
|
8115
|
+
localStorage.setItem("transfer_in_game_request_id", de);
|
|
8103
8116
|
return;
|
|
8104
|
-
} else if (Ze && Ze ===
|
|
8117
|
+
} else if (Ze && Ze === de) {
|
|
8105
8118
|
if (Ie === "rollback") {
|
|
8106
8119
|
N();
|
|
8107
8120
|
return;
|
|
@@ -8110,35 +8123,35 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8110
8123
|
type: "ui/showToast",
|
|
8111
8124
|
payload: {
|
|
8112
8125
|
title: za[f] || "System Prompt",
|
|
8113
|
-
description: `您於${xe}存入的${
|
|
8126
|
+
description: `您於${xe}存入的${ye}元已經處理完成了,請確認遊戲餘額`,
|
|
8114
8127
|
status: "success"
|
|
8115
8128
|
}
|
|
8116
8129
|
}), s();
|
|
8117
8130
|
}
|
|
8118
|
-
|
|
8131
|
+
I?.(Y);
|
|
8119
8132
|
}
|
|
8120
8133
|
break;
|
|
8121
8134
|
case Ue.CASH_REGISTER_LIMIT:
|
|
8122
|
-
M(
|
|
8135
|
+
M(_e, {
|
|
8123
8136
|
notificationType: "cashRegisterLimit",
|
|
8124
8137
|
amount: Ne,
|
|
8125
8138
|
limitAmount: Te
|
|
8126
|
-
}),
|
|
8139
|
+
}), J?.(Y);
|
|
8127
8140
|
break;
|
|
8128
8141
|
case Ue.UPDATE_ONLY_ONE_MEMBER:
|
|
8129
|
-
|
|
8142
|
+
ie && (i.invalidateQueries({
|
|
8130
8143
|
queryKey: ["getMemberInfo"]
|
|
8131
|
-
}), w?.(
|
|
8144
|
+
}), w?.(Y));
|
|
8132
8145
|
break;
|
|
8133
8146
|
case Ue.GAME_MAINTAIN: {
|
|
8134
|
-
const
|
|
8135
|
-
maintainList:
|
|
8147
|
+
const de = Y.data, { show: ye } = ss({
|
|
8148
|
+
maintainList: de,
|
|
8136
8149
|
// 直接用當前路由判斷是否在 gamebox(不依賴 transferInGamingConfig,
|
|
8137
8150
|
// 因為不是每隻遊戲都會帶入該設定)
|
|
8138
8151
|
isInGameBox: window.location.pathname.includes("gamebox"),
|
|
8139
8152
|
currentGamePlatform: l.getState()?.game?.currentGameData?.gamePlatform ?? null
|
|
8140
8153
|
});
|
|
8141
|
-
|
|
8154
|
+
ye && M(_e, {
|
|
8142
8155
|
notificationType: "gameMaintain"
|
|
8143
8156
|
});
|
|
8144
8157
|
break;
|
|
@@ -8150,10 +8163,10 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8150
8163
|
});
|
|
8151
8164
|
break;
|
|
8152
8165
|
case Ue.UPDATE_EVENT_WALLET:
|
|
8153
|
-
|
|
8166
|
+
ie && (i.invalidateQueries({ queryKey: ["getEventWalletList"] }), i.invalidateQueries({ queryKey: ["evaluateEventWallet"] }));
|
|
8154
8167
|
return;
|
|
8155
8168
|
case Ue.MONTHLY_CARD_ISSUE_POINT:
|
|
8156
|
-
|
|
8169
|
+
ie && (i.invalidateQueries({ queryKey: Di }), q?.(Y));
|
|
8157
8170
|
return;
|
|
8158
8171
|
/**
|
|
8159
8172
|
* event_claimable:活動可領取推播
|
|
@@ -8163,24 +8176,24 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8163
8176
|
* 註:與其他 event/member 推播一致,僅對「當前會員」生效(isForMember)。
|
|
8164
8177
|
*/
|
|
8165
8178
|
case Ue.EVENT_CLAIMABLE:
|
|
8166
|
-
if (
|
|
8179
|
+
if (ie) {
|
|
8167
8180
|
i.invalidateQueries({ queryKey: ["checkEventStatus"] });
|
|
8168
|
-
const
|
|
8169
|
-
(Array.isArray(
|
|
8181
|
+
const de = Y.data?.event_uid;
|
|
8182
|
+
(Array.isArray(de) ? de.length > 0 : de != null) && Q?.(Y);
|
|
8170
8183
|
}
|
|
8171
8184
|
return;
|
|
8172
8185
|
default:
|
|
8173
|
-
console.warn("Unknown socket type:",
|
|
8186
|
+
console.warn("Unknown socket type:", re);
|
|
8174
8187
|
break;
|
|
8175
8188
|
}
|
|
8176
8189
|
};
|
|
8177
|
-
|
|
8190
|
+
fe(() => {
|
|
8178
8191
|
!P || G.current === P || (G.current = P, L(P));
|
|
8179
|
-
}, [P]),
|
|
8192
|
+
}, [P]), fe(() => () => c.current = !0, []), fe(() => {
|
|
8180
8193
|
localStorage.getItem(
|
|
8181
8194
|
"transfer_in_game_request_id"
|
|
8182
8195
|
) && m();
|
|
8183
|
-
}, [m]),
|
|
8196
|
+
}, [m]), fe(() => {
|
|
8184
8197
|
if (v) {
|
|
8185
8198
|
const A = localStorage.getItem(
|
|
8186
8199
|
"transfer_in_game_request_id"
|
|
@@ -8191,7 +8204,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8191
8204
|
member_info_uid: _
|
|
8192
8205
|
});
|
|
8193
8206
|
}
|
|
8194
|
-
}, [_, p, T, v]),
|
|
8207
|
+
}, [_, p, T, v]), fe(() => {
|
|
8195
8208
|
p ? l.dispatch({
|
|
8196
8209
|
type: "ui/showToast",
|
|
8197
8210
|
payload: {
|
|
@@ -8208,13 +8221,13 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8208
8221
|
}
|
|
8209
8222
|
});
|
|
8210
8223
|
}, [p, o, l, f]);
|
|
8211
|
-
const
|
|
8212
|
-
|
|
8213
|
-
const H =
|
|
8214
|
-
|
|
8224
|
+
const W = le(null);
|
|
8225
|
+
W.current = L;
|
|
8226
|
+
const H = O((A) => {
|
|
8227
|
+
W.current?.(A);
|
|
8215
8228
|
}, []);
|
|
8216
8229
|
return {
|
|
8217
|
-
sendMessage:
|
|
8230
|
+
sendMessage: B,
|
|
8218
8231
|
sendJsonMessage: T,
|
|
8219
8232
|
readyState: F,
|
|
8220
8233
|
// WebSocket 連線狀態
|
|
@@ -8222,18 +8235,18 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8222
8235
|
// 測試用:模擬收到某型別的 WS 訊息
|
|
8223
8236
|
};
|
|
8224
8237
|
}, Ja = () => {
|
|
8225
|
-
const { client: e } =
|
|
8238
|
+
const { client: e } = me(), n = O(
|
|
8226
8239
|
async ({ paramsData: d } = {}) => {
|
|
8227
8240
|
const { uid: l } = d || {};
|
|
8228
8241
|
return await e.get(`/event/list${l ? `/${l}` : ""}`);
|
|
8229
8242
|
},
|
|
8230
8243
|
[e]
|
|
8231
|
-
), a =
|
|
8244
|
+
), a = O(
|
|
8232
8245
|
async (d) => await e.get("/event/checkMemeberEventsWageringRestricted", {
|
|
8233
8246
|
params: d
|
|
8234
8247
|
}),
|
|
8235
8248
|
[e]
|
|
8236
|
-
), r =
|
|
8249
|
+
), r = O(
|
|
8237
8250
|
async (d = {}) => {
|
|
8238
8251
|
const { event_uid: l } = d || {};
|
|
8239
8252
|
return await e.get(`/event/${l}/memberGetEventRewards`, {
|
|
@@ -8241,7 +8254,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8241
8254
|
});
|
|
8242
8255
|
},
|
|
8243
8256
|
[e]
|
|
8244
|
-
), u =
|
|
8257
|
+
), u = O(
|
|
8245
8258
|
async (d = {}) => {
|
|
8246
8259
|
const { currency: l, event_uid: t } = d || {};
|
|
8247
8260
|
return await e.post("/event/checkMemberEventsStatus", {
|
|
@@ -8250,13 +8263,13 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8250
8263
|
});
|
|
8251
8264
|
},
|
|
8252
8265
|
[e]
|
|
8253
|
-
), g =
|
|
8266
|
+
), g = O(
|
|
8254
8267
|
async (d = {}) => {
|
|
8255
8268
|
const { uid: l } = d || {};
|
|
8256
8269
|
return await e.post(`/event/memberEventSettle/${l}`);
|
|
8257
8270
|
},
|
|
8258
8271
|
[e]
|
|
8259
|
-
), y =
|
|
8272
|
+
), y = O(
|
|
8260
8273
|
async (d = {}) => await e.post("/event/memberEventSettle", d),
|
|
8261
8274
|
[e]
|
|
8262
8275
|
);
|
|
@@ -8269,8 +8282,8 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8269
8282
|
memberEventSettleApi: y
|
|
8270
8283
|
};
|
|
8271
8284
|
}, ms = ({ paramsData: e, options: n } = {}) => {
|
|
8272
|
-
const { store: a, lng: r, data2URL: u } =
|
|
8273
|
-
return
|
|
8285
|
+
const { store: a, lng: r, data2URL: u } = me(), { eventListApi: g } = Ja(), y = a?.getState()?.isWalletCurrency || a?.getState()?.currency?.currentCurrency || "TWD", d = Je(r);
|
|
8286
|
+
return X({
|
|
8274
8287
|
queryKey: ["eventList", e],
|
|
8275
8288
|
queryFn: () => g({ paramsData: e }),
|
|
8276
8289
|
select: (l) => {
|
|
@@ -8406,7 +8419,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8406
8419
|
},
|
|
8407
8420
|
...n
|
|
8408
8421
|
});
|
|
8409
|
-
},
|
|
8422
|
+
}, yu = ({ options: e } = {}) => {
|
|
8410
8423
|
const { redeemEventRewardApi: n } = Ja();
|
|
8411
8424
|
return te({
|
|
8412
8425
|
mutationKey: ["redeemEventReward"],
|
|
@@ -8415,34 +8428,34 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8415
8428
|
});
|
|
8416
8429
|
}, us = ({ options: e, formData: n } = {}) => {
|
|
8417
8430
|
const { checkCurrentEventProgessApi: a } = Ja();
|
|
8418
|
-
return
|
|
8431
|
+
return X({
|
|
8419
8432
|
queryKey: ["checkEventProgress"],
|
|
8420
8433
|
queryFn: async () => a(n),
|
|
8421
8434
|
...e
|
|
8422
8435
|
});
|
|
8423
8436
|
}, ps = ({ options: e, formData: n } = {}) => {
|
|
8424
8437
|
const { checkEventStatusApi: a } = Ja();
|
|
8425
|
-
return
|
|
8438
|
+
return X({
|
|
8426
8439
|
queryKey: ["checkEventStatus"],
|
|
8427
8440
|
queryFn: async () => a(n),
|
|
8428
8441
|
select: (r) => r.data.event_status || r.data,
|
|
8429
8442
|
...e
|
|
8430
8443
|
});
|
|
8431
|
-
},
|
|
8444
|
+
}, bu = ({ options: e } = {}) => {
|
|
8432
8445
|
const { settleEventApi: n } = Ja();
|
|
8433
8446
|
return te({
|
|
8434
8447
|
mutationKey: ["settleEvent"],
|
|
8435
8448
|
mutationFn: async (a) => n(a),
|
|
8436
8449
|
...e
|
|
8437
8450
|
});
|
|
8438
|
-
},
|
|
8451
|
+
}, Uu = ({ options: e } = {}) => {
|
|
8439
8452
|
const { memberEventSettleApi: n } = Ja();
|
|
8440
8453
|
return te({
|
|
8441
8454
|
mutationKey: ["memberEventSettle"],
|
|
8442
8455
|
mutationFn: async (a) => n(a),
|
|
8443
8456
|
...e
|
|
8444
8457
|
});
|
|
8445
|
-
},
|
|
8458
|
+
}, Cu = ({
|
|
8446
8459
|
options: e = {
|
|
8447
8460
|
eventList: {},
|
|
8448
8461
|
checkEventProgress: {},
|
|
@@ -8460,7 +8473,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8460
8473
|
checkEventStatusQuery: r
|
|
8461
8474
|
};
|
|
8462
8475
|
}, it = () => {
|
|
8463
|
-
const { client: e } =
|
|
8476
|
+
const { client: e } = me(), n = O(
|
|
8464
8477
|
async ({ gamePlatform: y, params: d } = {}) => await e.get(
|
|
8465
8478
|
`/gameBonusRestricted${y ? `/${y}` : ""}`,
|
|
8466
8479
|
{
|
|
@@ -8468,20 +8481,20 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8468
8481
|
}
|
|
8469
8482
|
),
|
|
8470
8483
|
[e]
|
|
8471
|
-
), a =
|
|
8484
|
+
), a = O(
|
|
8472
8485
|
async ({ eventUids: y = [] } = {}) => await e.post("/gameBonusRestricted/enable", {
|
|
8473
8486
|
uids: y
|
|
8474
8487
|
}),
|
|
8475
8488
|
[e]
|
|
8476
|
-
), r =
|
|
8489
|
+
), r = O(
|
|
8477
8490
|
async ({ gamePlatform: y = "" } = {}) => await e.post(
|
|
8478
8491
|
`/gameBonusRestricted/evaluate${y ? `/${y}` : ""}`
|
|
8479
8492
|
),
|
|
8480
8493
|
[e]
|
|
8481
|
-
), u =
|
|
8494
|
+
), u = O(
|
|
8482
8495
|
async ({ groupUid: y = "" } = {}) => await e.post(`/gameBonusRestricted/settle/${y}`),
|
|
8483
8496
|
[e]
|
|
8484
|
-
), g =
|
|
8497
|
+
), g = O(
|
|
8485
8498
|
async ({ groupUid: y = "" } = {}) => await e.post(`/gameBonusRestricted/abandon/${y}`),
|
|
8486
8499
|
[e]
|
|
8487
8500
|
);
|
|
@@ -8492,9 +8505,9 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8492
8505
|
settleEventWalletApi: u,
|
|
8493
8506
|
abandonEventWalletApi: g
|
|
8494
8507
|
};
|
|
8495
|
-
},
|
|
8508
|
+
}, vu = ({ gamePlatform: e, params: n } = {}) => {
|
|
8496
8509
|
const { eventWalletListApi: a } = it();
|
|
8497
|
-
return
|
|
8510
|
+
return X({
|
|
8498
8511
|
queryKey: ["getEventWalletList", e, n],
|
|
8499
8512
|
queryFn: async () => await a({
|
|
8500
8513
|
gamePlatform: e,
|
|
@@ -8533,7 +8546,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8533
8546
|
};
|
|
8534
8547
|
}
|
|
8535
8548
|
});
|
|
8536
|
-
},
|
|
8549
|
+
}, hu = () => {
|
|
8537
8550
|
const e = Da(), { enabledEventWalletApi: n } = it();
|
|
8538
8551
|
return te({
|
|
8539
8552
|
mutationKey: ["enabledEventWallet"],
|
|
@@ -8542,9 +8555,9 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8542
8555
|
e.invalidateQueries({ queryKey: ["evaluateEventWallet"] });
|
|
8543
8556
|
}
|
|
8544
8557
|
});
|
|
8545
|
-
},
|
|
8558
|
+
}, Tu = ({ gamePlatform: e = "", options: n = {} } = {}) => {
|
|
8546
8559
|
const { evaluateEventWalletApi: a } = it();
|
|
8547
|
-
return
|
|
8560
|
+
return X({
|
|
8548
8561
|
queryKey: ["evaluateEventWallet", e],
|
|
8549
8562
|
queryFn: async () => await a({ gamePlatform: e }),
|
|
8550
8563
|
select: (r) => {
|
|
@@ -8558,7 +8571,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8558
8571
|
},
|
|
8559
8572
|
...n
|
|
8560
8573
|
});
|
|
8561
|
-
},
|
|
8574
|
+
}, ku = () => {
|
|
8562
8575
|
const e = Da(), { settleEventWalletApi: n } = it();
|
|
8563
8576
|
return te({
|
|
8564
8577
|
mutationKey: ["settleEventWallet"],
|
|
@@ -8567,7 +8580,7 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8567
8580
|
e.invalidateQueries({ queryKey: ["getEventWalletList"] }), e.invalidateQueries({ queryKey: ["evaluateEventWallet"] }), e.invalidateQueries({ queryKey: ["playGame"] });
|
|
8568
8581
|
}
|
|
8569
8582
|
});
|
|
8570
|
-
},
|
|
8583
|
+
}, xu = () => {
|
|
8571
8584
|
const e = Da(), { abandonEventWalletApi: n } = it();
|
|
8572
8585
|
return te({
|
|
8573
8586
|
mutationKey: ["abandonEventWallet"],
|
|
@@ -8576,9 +8589,9 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8576
8589
|
e.invalidateQueries({ queryKey: ["getEventWalletList"] }), e.invalidateQueries({ queryKey: ["evaluateEventWallet"] }), e.invalidateQueries({ queryKey: ["playGame"] });
|
|
8577
8590
|
}
|
|
8578
8591
|
});
|
|
8579
|
-
},
|
|
8580
|
-
const { lng: n } =
|
|
8581
|
-
return
|
|
8592
|
+
}, Su = ({ options: e } = {}) => {
|
|
8593
|
+
const { lng: n } = me(), { announcementApi: a } = Ga(), r = Je(n);
|
|
8594
|
+
return X({
|
|
8582
8595
|
queryKey: ["getAnnouncement"],
|
|
8583
8596
|
queryFn: async () => await a(),
|
|
8584
8597
|
select: (u) => {
|
|
@@ -8593,9 +8606,9 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8593
8606
|
},
|
|
8594
8607
|
...e
|
|
8595
8608
|
});
|
|
8596
|
-
},
|
|
8597
|
-
const { lng: n, data2URL: a } =
|
|
8598
|
-
return
|
|
8609
|
+
}, Eu = ({ skipPreload: e = !1 } = {}) => {
|
|
8610
|
+
const { lng: n, data2URL: a } = me(), { commonCarouselApi: r } = Ga(), u = Je(n);
|
|
8611
|
+
return X({
|
|
8599
8612
|
queryKey: ["getCarouselList", e],
|
|
8600
8613
|
queryFn: async () => {
|
|
8601
8614
|
const g = window.carousels_list;
|
|
@@ -8621,9 +8634,9 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8621
8634
|
};
|
|
8622
8635
|
})
|
|
8623
8636
|
});
|
|
8624
|
-
},
|
|
8625
|
-
const { lng: e, getToken: n } =
|
|
8626
|
-
return
|
|
8637
|
+
}, Du = () => {
|
|
8638
|
+
const { lng: e, getToken: n } = me(), a = n?.(), { commonMarqueeApi: r } = Ga(), u = Je(e);
|
|
8639
|
+
return X({
|
|
8627
8640
|
queryKey: ["getMarqueeList", a],
|
|
8628
8641
|
queryFn: async () => {
|
|
8629
8642
|
const g = window.marquees;
|
|
@@ -8637,9 +8650,9 @@ const Wo = /* @__PURE__ */ Ui(Ho), Io = ({
|
|
|
8637
8650
|
};
|
|
8638
8651
|
}
|
|
8639
8652
|
});
|
|
8640
|
-
},
|
|
8653
|
+
}, Nu = ({ options: e } = {}) => {
|
|
8641
8654
|
const { rankingGameApi: n } = ne();
|
|
8642
|
-
return
|
|
8655
|
+
return X({
|
|
8643
8656
|
queryKey: ["rankingGame"],
|
|
8644
8657
|
queryFn: async () => n(),
|
|
8645
8658
|
enabled: window.profit_ranking_status === 1,
|
|
@@ -8980,8 +8993,8 @@ function Ls({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8980
8993
|
}, onAction: o = () => {
|
|
8981
8994
|
}, onMessage: s = () => {
|
|
8982
8995
|
}, debounce: p = 0, throttle: m = 0, eventsThrottle: f = 200, startOnMount: c = !0, startManually: b = !1, stopOnIdle: _ = !1, crossTab: U = !1, name: C = "idle-timer", syncTimers: v = 0, leaderElection: h = !1, disabled: S = !1 } = {}) {
|
|
8983
|
-
let N =
|
|
8984
|
-
|
|
8996
|
+
let N = le(Ee()), B = le(Ee()), T = le(null), x = le(null), F = le(0), P = le(0), M = le(0), G = le(0), L = le(!1), W = le(!1), H = le(!1), A = le(!0), V = le(!1), D = le(null), E = le(null), w = le(e), R = le(0);
|
|
8997
|
+
fe(() => {
|
|
8985
8998
|
if (n && console.warn("⚠️ IdleTimer -- The `promptTimeout` property has been deprecated in favor of `promptBeforeIdle`. It will be removed in the next major release."), a && n) throw new Error("❌ Both promptTimeout and promptBeforeIdle can not be set. The promptTimeout property will be deprecated in a future version.");
|
|
8986
8999
|
if (e >= Ha) throw new Error(`❌ The value for the timeout property must fit in a 32 bit signed integer, ${Ha}.`);
|
|
8987
9000
|
if (n >= Ha) throw new Error(`❌ The value for the promptTimeout property must fit in a 32 bit signed integer, ${Ha}.`);
|
|
@@ -8989,164 +9002,164 @@ function Ls({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8989
9002
|
if (a >= e) throw new Error(`❌ The value for the promptBeforeIdle property must be less than the timeout property, ${e}.`);
|
|
8990
9003
|
if (a ? (w.current = e - a, R.current = a) : (w.current = e, R.current = n), !A.current) {
|
|
8991
9004
|
if (b || S) return;
|
|
8992
|
-
L.current && (
|
|
9005
|
+
L.current && (ie.current(null, Me), E.current && E.current.active()), ta();
|
|
8993
9006
|
}
|
|
8994
9007
|
}, [e, n, a, b, S]);
|
|
8995
|
-
let
|
|
8996
|
-
|
|
8997
|
-
|
|
9008
|
+
let j = le(_);
|
|
9009
|
+
fe(() => {
|
|
9010
|
+
j.current = _;
|
|
8998
9011
|
}, [_]);
|
|
8999
|
-
let
|
|
9000
|
-
|
|
9001
|
-
|
|
9012
|
+
let I = le(y), J = le(r), z = le([...(/* @__PURE__ */ new Set([...u, ...y])).values()]), q = le(S);
|
|
9013
|
+
fe(() => {
|
|
9014
|
+
q.current = S, !A.current && (S ? Ke() : b || ta());
|
|
9002
9015
|
}, [S]);
|
|
9003
|
-
let
|
|
9004
|
-
|
|
9005
|
-
|
|
9016
|
+
let Q = le(d);
|
|
9017
|
+
fe(() => {
|
|
9018
|
+
Q.current = d;
|
|
9006
9019
|
}, [d]);
|
|
9007
|
-
let
|
|
9008
|
-
|
|
9009
|
-
|
|
9020
|
+
let re = le(l);
|
|
9021
|
+
fe(() => {
|
|
9022
|
+
re.current = l;
|
|
9010
9023
|
}, [l]);
|
|
9011
|
-
let
|
|
9012
|
-
|
|
9013
|
-
|
|
9024
|
+
let Y = le(t);
|
|
9025
|
+
fe(() => {
|
|
9026
|
+
Y.current = t;
|
|
9014
9027
|
}, [t]);
|
|
9015
|
-
let
|
|
9016
|
-
|
|
9017
|
-
|
|
9028
|
+
let ie = le(i);
|
|
9029
|
+
fe(() => {
|
|
9030
|
+
ie.current = i;
|
|
9018
9031
|
}, [i]);
|
|
9019
|
-
let
|
|
9020
|
-
|
|
9021
|
-
|
|
9032
|
+
let _e = le(o);
|
|
9033
|
+
fe(() => {
|
|
9034
|
+
_e.current = o;
|
|
9022
9035
|
}, [o]);
|
|
9023
|
-
let Ne =
|
|
9024
|
-
|
|
9036
|
+
let Ne = le(s);
|
|
9037
|
+
fe(() => {
|
|
9025
9038
|
Ne.current = s;
|
|
9026
9039
|
}, [s]);
|
|
9027
9040
|
let Te = Ia(() => {
|
|
9028
|
-
let
|
|
9029
|
-
return p > 0 ? Ns(
|
|
9030
|
-
}, [m, p]), je =
|
|
9031
|
-
|
|
9041
|
+
let K = (Re, ra) => _e.current(Re, ra);
|
|
9042
|
+
return p > 0 ? Ns(K, p) : m > 0 ? ui(K, m) : K;
|
|
9043
|
+
}, [m, p]), je = le();
|
|
9044
|
+
fe(() => {
|
|
9032
9045
|
U && v && (je.current = ui(() => {
|
|
9033
9046
|
E.current.active();
|
|
9034
9047
|
}, v));
|
|
9035
9048
|
}, [U, v]);
|
|
9036
9049
|
let ve = () => {
|
|
9037
9050
|
D.current !== null && (na.clearTimeout(D.current), D.current = null);
|
|
9038
|
-
}, Le = (
|
|
9039
|
-
ve(), D.current = na.setTimeout(xe,
|
|
9040
|
-
}, Ye = (
|
|
9041
|
-
!
|
|
9042
|
-
},
|
|
9043
|
-
ve(), L.current || (
|
|
9044
|
-
},
|
|
9045
|
-
ve(), (L.current ||
|
|
9046
|
-
}, xe = (
|
|
9051
|
+
}, Le = (K, Re = !0) => {
|
|
9052
|
+
ve(), D.current = na.setTimeout(xe, K || w.current), Re && (x.current = Ee());
|
|
9053
|
+
}, Ye = (K) => {
|
|
9054
|
+
!W.current && !L.current && (re.current(K, Me), Q.current({ type: "active", prompted: !0 }, Me)), G.current = 0, M.current = Ee(), W.current = !0, Le(R.current, !1);
|
|
9055
|
+
}, de = () => {
|
|
9056
|
+
ve(), L.current || (Y.current(null, Me), Q.current({ type: "idle" }, Me)), L.current = !0, T.current = Ee(), j.current ? Be() : W.current && (M.current = 0, W.current = !1);
|
|
9057
|
+
}, ye = (K) => {
|
|
9058
|
+
ve(), (L.current || W.current) && (ie.current(K, Me), Q.current({ type: "active", prompted: !1 }, Me)), W.current = !1, M.current = 0, L.current = !1, F.current += Ee() - T.current, P.current += Ee() - T.current, Ge(), Le();
|
|
9059
|
+
}, xe = (K) => {
|
|
9047
9060
|
if (!L.current) {
|
|
9048
9061
|
Te.cancel && Te.cancel();
|
|
9049
9062
|
let Re = Ee() - x.current;
|
|
9050
|
-
if (!(w.current + R.current < Re) && R.current > 0 && !
|
|
9051
|
-
E.current ? E.current.prompt() : Ye(
|
|
9063
|
+
if (!(w.current + R.current < Re) && R.current > 0 && !W.current) {
|
|
9064
|
+
E.current ? E.current.prompt() : Ye(K);
|
|
9052
9065
|
return;
|
|
9053
9066
|
}
|
|
9054
|
-
E.current ? E.current.idle() :
|
|
9067
|
+
E.current ? E.current.idle() : de();
|
|
9055
9068
|
return;
|
|
9056
9069
|
}
|
|
9057
|
-
E.current ? E.current.active() :
|
|
9058
|
-
}, Ie = (
|
|
9059
|
-
if (!c && !x.current && (x.current = Ee(),
|
|
9060
|
-
if (ve(), !L.current &&
|
|
9061
|
-
xe(
|
|
9070
|
+
E.current ? E.current.active() : ye(K);
|
|
9071
|
+
}, Ie = (K) => {
|
|
9072
|
+
if (!c && !x.current && (x.current = Ee(), ie.current(null, Me)), Te(K, Me), W.current) return;
|
|
9073
|
+
if (ve(), !L.current && I.current.includes(K.type)) {
|
|
9074
|
+
xe(K);
|
|
9062
9075
|
return;
|
|
9063
9076
|
}
|
|
9064
9077
|
let Re = Ee() - x.current;
|
|
9065
9078
|
if (L.current && !_ || !L.current && Re >= w.current) {
|
|
9066
|
-
xe(
|
|
9079
|
+
xe(K);
|
|
9067
9080
|
return;
|
|
9068
9081
|
}
|
|
9069
9082
|
H.current = !1, G.current = 0, M.current = 0, Le(), U && v && je.current();
|
|
9070
|
-
}, Ze =
|
|
9071
|
-
|
|
9072
|
-
let
|
|
9073
|
-
|
|
9074
|
-
}, [f, m, p,
|
|
9083
|
+
}, Ze = le(Ie);
|
|
9084
|
+
fe(() => {
|
|
9085
|
+
let K = V.current;
|
|
9086
|
+
K && Be(), f > 0 ? Ze.current = ui(Ie, f) : Ze.current = Ie, K && Ge();
|
|
9087
|
+
}, [f, m, p, _e, U, v]);
|
|
9075
9088
|
let Ge = () => {
|
|
9076
|
-
ga &&
|
|
9077
|
-
|
|
9078
|
-
}),
|
|
9079
|
-
}, Be = (
|
|
9080
|
-
ga &&
|
|
9081
|
-
|
|
9082
|
-
}),
|
|
9083
|
-
}, ta =
|
|
9089
|
+
ga && J.current && (V.current || (z.current.forEach((K) => {
|
|
9090
|
+
J.current.addEventListener(K, Ze.current, { capture: !0, passive: !0 });
|
|
9091
|
+
}), V.current = !0));
|
|
9092
|
+
}, Be = (K = !1) => {
|
|
9093
|
+
ga && J.current && (V.current || K) && (z.current.forEach((Re) => {
|
|
9094
|
+
J.current.removeEventListener(Re, Ze.current, { capture: !0 });
|
|
9095
|
+
}), V.current = !1);
|
|
9096
|
+
}, ta = O((K) => q.current ? !1 : (ve(), Ge(), L.current = !1, W.current = !1, H.current = !1, G.current = 0, M.current = 0, E.current && !K && E.current.start(), Le(), !0), [D, L, q, w, E]), sa = O((K) => q.current ? !1 : (ve(), Ge(), B.current = Ee(), F.current += Ee() - T.current, P.current += Ee() - T.current, F.current = 0, L.current = !1, W.current = !1, H.current = !1, G.current = 0, M.current = 0, E.current && !K && E.current.reset(), b || Le(), !0), [D, L, w, b, q, E]), ca = O((K) => q.current ? !1 : (ve(), Ge(), (L.current || W.current) && ye(), L.current = !1, W.current = !1, H.current = !1, G.current = 0, M.current = 0, B.current = Ee(), E.current && !K && E.current.activate(), Le(), !0), [D, L, W, q, w, E]), Ke = O((K = !1) => q.current || H.current ? !1 : (G.current = Ca(), H.current = !0, Be(), ve(), E.current && !K && E.current.pause(), !0), [D, q, E]), ia = O((K = !1) => q.current || !H.current ? !1 : (H.current = !1, W.current || Ge(), L.current || Le(G.current), M.current && (M.current = Ee()), E.current && !K && E.current.resume(), !0), [D, w, q, G, E]), Ka = O((K, Re) => (E.current ? (Re && Ne.current(K, Me), E.current.message(K)) : Re && Ne.current(K, Me), !0), [s]), Ma = O(() => L.current, [L]), Ra = O(() => W.current, [W]), qa = O(() => E.current ? E.current.isLeader : null, [E]), $a = O(() => E.current ? E.current.isLastActive : null, [E]), fa = O(() => E.current ? E.current.token : null, [E]), Ca = O(() => {
|
|
9084
9097
|
if (H.current) return G.current;
|
|
9085
|
-
let
|
|
9098
|
+
let K = G.current ? G.current : R.current + w.current, Re = x.current ? Ee() - x.current : 0, ra = Math.floor(K - Re);
|
|
9086
9099
|
return ra < 0 ? 0 : Math.abs(ra);
|
|
9087
|
-
}, [w, R,
|
|
9088
|
-
let
|
|
9089
|
-
return
|
|
9090
|
-
}, [T, F]), Aa =
|
|
9091
|
-
let
|
|
9092
|
-
return
|
|
9100
|
+
}, [w, R, W, G, x]), Xe = O(() => Math.round(Ee() - B.current), [B]), _a = O(() => Math.round(Ee() - N.current), [N]), ya = O(() => T.current ? new Date(T.current) : null, [T]), Pa = O(() => x.current ? new Date(x.current) : null, [x]), wa = O(() => L.current ? Math.round(Ee() - T.current + F.current) : Math.round(F.current), [T, F]), va = O(() => L.current ? Math.round(Ee() - T.current + P.current) : Math.round(P.current), [T, P]), Fa = O(() => {
|
|
9101
|
+
let K = Math.round(Xe() - wa());
|
|
9102
|
+
return K >= 0 ? K : 0;
|
|
9103
|
+
}, [T, F]), Aa = O(() => {
|
|
9104
|
+
let K = Math.round(_a() - va());
|
|
9105
|
+
return K >= 0 ? K : 0;
|
|
9093
9106
|
}, [T, F]);
|
|
9094
|
-
|
|
9107
|
+
fe(() => {
|
|
9095
9108
|
if (p > 0 && m > 0) throw new Error("❌ onAction can either be throttled or debounced, not both.");
|
|
9096
9109
|
g && vs(g);
|
|
9097
|
-
let
|
|
9110
|
+
let K = () => {
|
|
9098
9111
|
E.current && E.current.close(), Te.cancel && Te.cancel(), ve(), Be(!0);
|
|
9099
9112
|
};
|
|
9100
|
-
return ga && window.addEventListener("beforeunload",
|
|
9101
|
-
ga && window.removeEventListener("beforeunload",
|
|
9113
|
+
return ga && window.addEventListener("beforeunload", K), () => {
|
|
9114
|
+
ga && window.removeEventListener("beforeunload", K), E.current && E.current.close(), Te.cancel && Te.cancel(), ve(), Be(!0);
|
|
9102
9115
|
};
|
|
9103
|
-
}, []),
|
|
9116
|
+
}, []), fe(() => {
|
|
9104
9117
|
E.current && E.current.close(), U ? E.current = new Ss({ channelName: C, leaderElection: h, onPrompt: () => {
|
|
9105
9118
|
Ye();
|
|
9106
9119
|
}, onIdle: () => {
|
|
9107
|
-
|
|
9120
|
+
de();
|
|
9108
9121
|
}, onActive: () => {
|
|
9109
|
-
|
|
9110
|
-
}, onMessage: (
|
|
9111
|
-
Ne.current(
|
|
9122
|
+
ye();
|
|
9123
|
+
}, onMessage: (K) => {
|
|
9124
|
+
Ne.current(K, Me);
|
|
9112
9125
|
}, start: ta, reset: sa, activate: ca, pause: Ke, resume: ia }) : E.current = null;
|
|
9113
|
-
}, [U, C, h,
|
|
9126
|
+
}, [U, C, h, re, Y, ie, Ne, ta, sa, Ke, ia]), fe(() => {
|
|
9114
9127
|
A.current || (ve(), Be(!0)), !(b || S) && (c ? ta() : Ge());
|
|
9115
|
-
}, [b, c, S, A]),
|
|
9128
|
+
}, [b, c, S, A]), fe(() => {
|
|
9116
9129
|
if (!A.current) {
|
|
9117
|
-
let
|
|
9118
|
-
if (Be(),
|
|
9130
|
+
let K = [...(/* @__PURE__ */ new Set([...u, ...y])).values()];
|
|
9131
|
+
if (Be(), z.current = K, J.current = r, I.current = y, b || S) return;
|
|
9119
9132
|
c ? ta() : Ge();
|
|
9120
9133
|
}
|
|
9121
|
-
}, [r, JSON.stringify(u), JSON.stringify(y), A, S, b, c]),
|
|
9134
|
+
}, [r, JSON.stringify(u), JSON.stringify(y), A, S, b, c]), fe(() => {
|
|
9122
9135
|
A.current && (A.current = !1);
|
|
9123
9136
|
}, [A]);
|
|
9124
|
-
let Me = { message: Ka, start: ta, reset: sa, activate: ca, pause: Ke, resume: ia, isIdle: Ma, isPrompted: Ra, isLeader: qa, isLastActiveTab: $a, getTabId: fa, getRemainingTime: Ca, getElapsedTime: Xe, getTotalElapsedTime: _a, getLastIdleTime: ya, getLastActiveTime: Pa, getIdleTime: wa, getTotalIdleTime: va, getActiveTime: Fa, getTotalActiveTime: Aa, setOnPresenceChange: (
|
|
9125
|
-
d =
|
|
9126
|
-
}, setOnPrompt: (
|
|
9127
|
-
l =
|
|
9128
|
-
}, setOnIdle: (
|
|
9129
|
-
t =
|
|
9130
|
-
}, setOnActive: (
|
|
9131
|
-
i =
|
|
9132
|
-
}, setOnAction: (
|
|
9133
|
-
o =
|
|
9134
|
-
}, setOnMessage: (
|
|
9135
|
-
s =
|
|
9137
|
+
let Me = { message: Ka, start: ta, reset: sa, activate: ca, pause: Ke, resume: ia, isIdle: Ma, isPrompted: Ra, isLeader: qa, isLastActiveTab: $a, getTabId: fa, getRemainingTime: Ca, getElapsedTime: Xe, getTotalElapsedTime: _a, getLastIdleTime: ya, getLastActiveTime: Pa, getIdleTime: wa, getTotalIdleTime: va, getActiveTime: Fa, getTotalActiveTime: Aa, setOnPresenceChange: (K) => {
|
|
9138
|
+
d = K, Q.current = K;
|
|
9139
|
+
}, setOnPrompt: (K) => {
|
|
9140
|
+
l = K, re.current = K;
|
|
9141
|
+
}, setOnIdle: (K) => {
|
|
9142
|
+
t = K, Y.current = K;
|
|
9143
|
+
}, setOnActive: (K) => {
|
|
9144
|
+
i = K, ie.current = K;
|
|
9145
|
+
}, setOnAction: (K) => {
|
|
9146
|
+
o = K, _e.current = K;
|
|
9147
|
+
}, setOnMessage: (K) => {
|
|
9148
|
+
s = K, Ne.current = K;
|
|
9136
9149
|
} };
|
|
9137
9150
|
return Me;
|
|
9138
9151
|
}
|
|
9139
9152
|
var Gs = Yt(null);
|
|
9140
9153
|
Gs.Consumer;
|
|
9141
|
-
const
|
|
9154
|
+
const Lu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
9142
9155
|
onIdle: e,
|
|
9143
9156
|
onActive: n,
|
|
9144
9157
|
onAction: a,
|
|
9145
9158
|
timeout: r,
|
|
9146
9159
|
throttle: 500
|
|
9147
9160
|
}), Ms = ({ options: e } = {}) => {
|
|
9148
|
-
const { commonInboxApi: n } = Ga(), { getToken: a, lng: r } =
|
|
9149
|
-
return
|
|
9161
|
+
const { commonInboxApi: n } = Ga(), { getToken: a, lng: r } = me(), u = a?.(), g = Je(r);
|
|
9162
|
+
return X({
|
|
9150
9163
|
queryKey: ["inboxList"],
|
|
9151
9164
|
queryFn: async () => await n(),
|
|
9152
9165
|
select: (y) => {
|
|
@@ -9172,7 +9185,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9172
9185
|
mutationFn: async (a) => await n(a),
|
|
9173
9186
|
...e
|
|
9174
9187
|
});
|
|
9175
|
-
},
|
|
9188
|
+
}, Gu = ({
|
|
9176
9189
|
options: e = {
|
|
9177
9190
|
inboxList: {},
|
|
9178
9191
|
readInbox: {}
|
|
@@ -9184,9 +9197,9 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9184
9197
|
readInboxMutation: a
|
|
9185
9198
|
};
|
|
9186
9199
|
}, fr = () => {
|
|
9187
|
-
const { client: e } =
|
|
9200
|
+
const { client: e } = me();
|
|
9188
9201
|
return {
|
|
9189
|
-
newsListApi:
|
|
9202
|
+
newsListApi: O(
|
|
9190
9203
|
async ({ uid: a, params: r } = {}) => await e.get(`/news${a ? `/${a}` : ""}`, {
|
|
9191
9204
|
params: r
|
|
9192
9205
|
}),
|
|
@@ -9239,9 +9252,9 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9239
9252
|
value: "other",
|
|
9240
9253
|
...e.other
|
|
9241
9254
|
}
|
|
9242
|
-
],
|
|
9243
|
-
const { lng: a } =
|
|
9244
|
-
return
|
|
9255
|
+
], Mu = ({ options: e, formData: n } = {}) => {
|
|
9256
|
+
const { lng: a } = me(), { newsListApi: r } = fr(), u = Je(a);
|
|
9257
|
+
return X({
|
|
9245
9258
|
queryKey: ["newsList"],
|
|
9246
9259
|
queryFn: () => {
|
|
9247
9260
|
const { uid: g, params: y } = n || {};
|
|
@@ -9265,9 +9278,9 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9265
9278
|
},
|
|
9266
9279
|
...e
|
|
9267
9280
|
});
|
|
9268
|
-
},
|
|
9269
|
-
const { lng: a } =
|
|
9270
|
-
return
|
|
9281
|
+
}, Ru = ({ options: e, formData: n } = {}) => {
|
|
9282
|
+
const { lng: a } = me(), { newsListApi: r } = fr(), u = Je(a);
|
|
9283
|
+
return X({
|
|
9271
9284
|
queryKey: ["newsList"],
|
|
9272
9285
|
queryFn: () => {
|
|
9273
9286
|
const { uid: g, params: y } = n || {};
|
|
@@ -9285,12 +9298,12 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9285
9298
|
...e
|
|
9286
9299
|
});
|
|
9287
9300
|
}, Ae = () => {
|
|
9288
|
-
const { client: e } =
|
|
9301
|
+
const { client: e } = me(), n = O(async () => await e.get("/payment/list"), [e]), a = O(
|
|
9289
9302
|
async ({ paramsData: c }) => await e.get("/thirdPartyPayment/list", {
|
|
9290
9303
|
params: { ...c }
|
|
9291
9304
|
}),
|
|
9292
9305
|
[e]
|
|
9293
|
-
), r =
|
|
9306
|
+
), r = O(
|
|
9294
9307
|
async (c) => {
|
|
9295
9308
|
const { deposit_amount: b, method_id: _, currency_code: U, provider_uid: C } = c;
|
|
9296
9309
|
return await e.post("/thirdPartyPayment/deposit", {
|
|
@@ -9303,7 +9316,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9303
9316
|
});
|
|
9304
9317
|
},
|
|
9305
9318
|
[e]
|
|
9306
|
-
), u =
|
|
9319
|
+
), u = O(
|
|
9307
9320
|
async (c) => {
|
|
9308
9321
|
const { bank_uid: b, amount: _, bank_number_last5: U, postscript: C } = c;
|
|
9309
9322
|
return await e.post("/vip/deposit", {
|
|
@@ -9314,7 +9327,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9314
9327
|
});
|
|
9315
9328
|
},
|
|
9316
9329
|
[e]
|
|
9317
|
-
), g =
|
|
9330
|
+
), g = O(
|
|
9318
9331
|
async (c) => {
|
|
9319
9332
|
const {
|
|
9320
9333
|
withdrawal_amount: b,
|
|
@@ -9333,7 +9346,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9333
9346
|
});
|
|
9334
9347
|
},
|
|
9335
9348
|
[e]
|
|
9336
|
-
), y =
|
|
9349
|
+
), y = O(
|
|
9337
9350
|
async ({ paramsData: c } = {}) => {
|
|
9338
9351
|
const { str_date: b, end_date: _, limit: U = 25, current_page: C } = c || {}, v = Pe().format("HH:mm:ss"), h = Pe().subtract(24, "hour").format("HH:mm:ss");
|
|
9339
9352
|
return await e.get("/report/deposit", {
|
|
@@ -9346,7 +9359,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9346
9359
|
});
|
|
9347
9360
|
},
|
|
9348
9361
|
[e]
|
|
9349
|
-
), d =
|
|
9362
|
+
), d = O(
|
|
9350
9363
|
async ({ paramsData: c }) => {
|
|
9351
9364
|
const { str_date: b, end_date: _, limit: U = 25, current_page: C } = c || {}, v = Pe().format("HH:mm:ss"), h = Pe().subtract(24, "hour").format("HH:mm:ss");
|
|
9352
9365
|
return await e.get("report/eventsreward", {
|
|
@@ -9359,7 +9372,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9359
9372
|
});
|
|
9360
9373
|
},
|
|
9361
9374
|
[e]
|
|
9362
|
-
), l =
|
|
9375
|
+
), l = O(
|
|
9363
9376
|
async ({ paramsData: c } = {}) => {
|
|
9364
9377
|
const { str_date: b, end_date: _, limit: U = 25, current_page: C } = c || {};
|
|
9365
9378
|
return await e.get("/report/withdraw", {
|
|
@@ -9372,7 +9385,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9372
9385
|
});
|
|
9373
9386
|
},
|
|
9374
9387
|
[e]
|
|
9375
|
-
), t =
|
|
9388
|
+
), t = O(
|
|
9376
9389
|
async ({ paramsData: c } = {}) => {
|
|
9377
9390
|
const { str_date: b, end_date: _, limit: U = 25, current_page: C } = c || {};
|
|
9378
9391
|
return await e.get("/report/other", {
|
|
@@ -9385,13 +9398,13 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9385
9398
|
});
|
|
9386
9399
|
},
|
|
9387
9400
|
[e]
|
|
9388
|
-
), i =
|
|
9401
|
+
), i = O(
|
|
9389
9402
|
async (c) => {
|
|
9390
9403
|
const { redeem_code: b } = c;
|
|
9391
9404
|
return await e.post(`/sn/redeem/${b}`);
|
|
9392
9405
|
},
|
|
9393
9406
|
[e]
|
|
9394
|
-
), o =
|
|
9407
|
+
), o = O(
|
|
9395
9408
|
async (c) => {
|
|
9396
9409
|
const { type: b, code: _ } = c;
|
|
9397
9410
|
return await e.post("/member/invoice", {
|
|
@@ -9400,7 +9413,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9400
9413
|
});
|
|
9401
9414
|
},
|
|
9402
9415
|
[e]
|
|
9403
|
-
), s =
|
|
9416
|
+
), s = O(
|
|
9404
9417
|
async (c) => {
|
|
9405
9418
|
const { type: b, code: _, uid: U } = c;
|
|
9406
9419
|
return await e.put(`/member/invoice/${U}`, {
|
|
@@ -9409,7 +9422,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9409
9422
|
});
|
|
9410
9423
|
},
|
|
9411
9424
|
[e]
|
|
9412
|
-
), p =
|
|
9425
|
+
), p = O(
|
|
9413
9426
|
async (c, b) => {
|
|
9414
9427
|
const {
|
|
9415
9428
|
str_date: _,
|
|
@@ -9431,7 +9444,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9431
9444
|
});
|
|
9432
9445
|
},
|
|
9433
9446
|
[e]
|
|
9434
|
-
), m =
|
|
9447
|
+
), m = O(
|
|
9435
9448
|
async (c) => {
|
|
9436
9449
|
const {
|
|
9437
9450
|
str_date: b,
|
|
@@ -9451,7 +9464,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9451
9464
|
});
|
|
9452
9465
|
},
|
|
9453
9466
|
[e]
|
|
9454
|
-
), f =
|
|
9467
|
+
), f = O(
|
|
9455
9468
|
async (c) => {
|
|
9456
9469
|
const {
|
|
9457
9470
|
str_date: b,
|
|
@@ -9491,14 +9504,14 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9491
9504
|
};
|
|
9492
9505
|
}, ws = ({ options: e } = {}) => {
|
|
9493
9506
|
const { depositApiV1: n } = Ae();
|
|
9494
|
-
return
|
|
9507
|
+
return X({
|
|
9495
9508
|
queryKey: ["depositV1"],
|
|
9496
9509
|
queryFn: n,
|
|
9497
9510
|
...e
|
|
9498
9511
|
});
|
|
9499
9512
|
}, Fs = ({ paramsData: e, options: n } = {}) => {
|
|
9500
9513
|
const { depositApiV2: a } = Ae();
|
|
9501
|
-
return
|
|
9514
|
+
return X({
|
|
9502
9515
|
queryKey: ["depositV2", e],
|
|
9503
9516
|
queryFn: () => a({ paramsData: e }),
|
|
9504
9517
|
select: (r) => {
|
|
@@ -9537,14 +9550,14 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9537
9550
|
});
|
|
9538
9551
|
}, Bs = ({ paramsData: e, options: n } = {}) => {
|
|
9539
9552
|
const { depositTransactionApi: a } = Ae();
|
|
9540
|
-
return
|
|
9553
|
+
return X({
|
|
9541
9554
|
queryKey: ["depositTransaction", e],
|
|
9542
9555
|
queryFn: () => a({ paramsData: e }),
|
|
9543
9556
|
...n
|
|
9544
9557
|
});
|
|
9545
9558
|
}, Hs = ({ paramsData: e, options: n } = {}) => {
|
|
9546
9559
|
const { eventTransactionApi: a } = Ae();
|
|
9547
|
-
return
|
|
9560
|
+
return X({
|
|
9548
9561
|
queryKey: ["eventTransaction", e],
|
|
9549
9562
|
queryFn: () => a({ paramsData: e }),
|
|
9550
9563
|
...n
|
|
@@ -9558,82 +9571,82 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9558
9571
|
});
|
|
9559
9572
|
}, Is = ({ paramsData: e, options: n } = {}) => {
|
|
9560
9573
|
const { withdrawTransactionApi: a } = Ae();
|
|
9561
|
-
return
|
|
9574
|
+
return X({
|
|
9562
9575
|
queryKey: ["withdrawTransaction", e],
|
|
9563
9576
|
queryFn: () => a({ paramsData: e }),
|
|
9564
9577
|
...n
|
|
9565
9578
|
});
|
|
9566
|
-
},
|
|
9579
|
+
}, Pu = ({ options: e } = {}) => {
|
|
9567
9580
|
const { redeemCodeDepositApi: n } = Ae();
|
|
9568
9581
|
return te({
|
|
9569
9582
|
mutationKey: ["redeemCodeDeposit"],
|
|
9570
9583
|
mutationFn: async (a) => n(a),
|
|
9571
9584
|
...e
|
|
9572
9585
|
});
|
|
9573
|
-
},
|
|
9586
|
+
}, wu = ({ options: e } = {}) => {
|
|
9574
9587
|
const { invoiceApi: n } = Ae();
|
|
9575
9588
|
return te({
|
|
9576
9589
|
mutationKey: ["invoiceAction"],
|
|
9577
9590
|
mutationFn: async (a) => n(a),
|
|
9578
9591
|
...e
|
|
9579
9592
|
});
|
|
9580
|
-
},
|
|
9593
|
+
}, Fu = ({ options: e } = {}) => {
|
|
9581
9594
|
const { updateInvoiceApi: n } = Ae();
|
|
9582
9595
|
return te({
|
|
9583
9596
|
mutationKey: ["updateInvoiceAction"],
|
|
9584
9597
|
mutationFn: async (a) => n(a),
|
|
9585
9598
|
...e
|
|
9586
9599
|
});
|
|
9587
|
-
},
|
|
9600
|
+
}, Au = ({ options: e, paramsData: n } = {}) => {
|
|
9588
9601
|
const { transactionRecordApi: a } = Ae();
|
|
9589
|
-
return
|
|
9602
|
+
return X({
|
|
9590
9603
|
queryKey: ["transactionRecord", "deposit"],
|
|
9591
9604
|
queryFn: () => a(n, "deposit"),
|
|
9592
9605
|
...e
|
|
9593
9606
|
});
|
|
9594
|
-
},
|
|
9607
|
+
}, Ou = ({ options: e, paramsData: n } = {}) => {
|
|
9595
9608
|
const { transactionRecordApi: a } = Ae();
|
|
9596
|
-
return
|
|
9609
|
+
return X({
|
|
9597
9610
|
queryKey: ["transactionRecord", "withdraw"],
|
|
9598
9611
|
queryFn: () => a(n, "withdraw"),
|
|
9599
9612
|
...e
|
|
9600
9613
|
});
|
|
9601
|
-
},
|
|
9614
|
+
}, Bu = ({ options: e, paramsData: n } = {}) => {
|
|
9602
9615
|
const { transactionRecordApi: a } = Ae();
|
|
9603
|
-
return
|
|
9616
|
+
return X({
|
|
9604
9617
|
queryKey: ["transactionRecord", "event"],
|
|
9605
9618
|
queryFn: () => a(n, "event"),
|
|
9606
9619
|
...e
|
|
9607
9620
|
});
|
|
9608
|
-
},
|
|
9621
|
+
}, Hu = ({ options: e, paramsData: n } = {}) => {
|
|
9609
9622
|
const { transactionRecordApi: a } = Ae();
|
|
9610
|
-
return
|
|
9623
|
+
return X({
|
|
9611
9624
|
queryKey: ["transactionRecord", "rebate"],
|
|
9612
9625
|
queryFn: () => a(n, "rebate"),
|
|
9613
9626
|
...e
|
|
9614
9627
|
});
|
|
9615
|
-
},
|
|
9628
|
+
}, Wu = ({ options: e, paramsData: n } = {}) => {
|
|
9616
9629
|
const { treasureRecordApi: a } = Ae();
|
|
9617
|
-
return
|
|
9630
|
+
return X({
|
|
9618
9631
|
queryKey: ["treasureRecord", n],
|
|
9619
9632
|
queryFn: () => a(n),
|
|
9620
9633
|
...e
|
|
9621
9634
|
});
|
|
9622
|
-
},
|
|
9635
|
+
}, Iu = ({ options: e, paramsData: n } = {}) => {
|
|
9623
9636
|
const { snCashRecordApi: a } = Ae();
|
|
9624
|
-
return
|
|
9637
|
+
return X({
|
|
9625
9638
|
queryKey: ["snCashRecord", n],
|
|
9626
9639
|
queryFn: () => a(n),
|
|
9627
9640
|
...e
|
|
9628
9641
|
});
|
|
9629
|
-
},
|
|
9642
|
+
}, zu = ({ options: e, paramsData: n } = {}) => {
|
|
9630
9643
|
const { otherTransactionApi: a } = Ae();
|
|
9631
|
-
return
|
|
9644
|
+
return X({
|
|
9632
9645
|
queryKey: ["otherTransaction", n],
|
|
9633
9646
|
queryFn: () => a({ paramsData: n }),
|
|
9634
9647
|
...e
|
|
9635
9648
|
});
|
|
9636
|
-
},
|
|
9649
|
+
}, Vu = ({
|
|
9637
9650
|
depositV1: e = {},
|
|
9638
9651
|
depositV2: n = {},
|
|
9639
9652
|
depositTransaction: a = {},
|
|
@@ -9754,9 +9767,9 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9754
9767
|
extendString: Er,
|
|
9755
9768
|
extendUint8Array: Dr,
|
|
9756
9769
|
extendBuiltins: Ys
|
|
9757
|
-
},
|
|
9770
|
+
}, Ju = (e, n) => {
|
|
9758
9771
|
const { playGameApi: a } = hi();
|
|
9759
|
-
return
|
|
9772
|
+
return X({
|
|
9760
9773
|
queryKey: ["playGame"],
|
|
9761
9774
|
queryFn: async () => {
|
|
9762
9775
|
const { gameUid: r, gameCode: u, isMobile: g, gameCurrency: y, currentCurrency: d } = e || {}, l = await a({
|
|
@@ -9791,14 +9804,14 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9791
9804
|
...n
|
|
9792
9805
|
});
|
|
9793
9806
|
}, Nr = () => {
|
|
9794
|
-
const { client: e } =
|
|
9807
|
+
const { client: e } = me(), n = O(async () => await e.get("/rebate"), [e]), a = O(async () => await e.post("/withdraw/rebate"), [e]);
|
|
9795
9808
|
return {
|
|
9796
9809
|
currentRebateApi: n,
|
|
9797
9810
|
receiveRebateApi: a
|
|
9798
9811
|
};
|
|
9799
9812
|
}, em = ({ options: e } = {}) => {
|
|
9800
9813
|
const { currentRebateApi: n } = Nr();
|
|
9801
|
-
return
|
|
9814
|
+
return X({
|
|
9802
9815
|
queryKey: ["currentRebate"],
|
|
9803
9816
|
queryFn: () => n(),
|
|
9804
9817
|
select: (a) => jr(a, ["code", "status"]),
|
|
@@ -9811,7 +9824,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9811
9824
|
mutationFn: async () => n(),
|
|
9812
9825
|
...e
|
|
9813
9826
|
});
|
|
9814
|
-
},
|
|
9827
|
+
}, Zu = ({
|
|
9815
9828
|
options: e = {
|
|
9816
9829
|
currentRebate: {},
|
|
9817
9830
|
receiveRebate: {}
|
|
@@ -9823,17 +9836,17 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9823
9836
|
receiveRebate: a
|
|
9824
9837
|
};
|
|
9825
9838
|
}, nt = () => {
|
|
9826
|
-
const { client: e } =
|
|
9839
|
+
const { client: e } = me(), n = O(
|
|
9827
9840
|
async ({ uid: y, params: d } = {}) => await e.get(`/memberRewards${y ? `/${y}` : ""}`, {
|
|
9828
9841
|
params: d
|
|
9829
9842
|
}),
|
|
9830
9843
|
[e]
|
|
9831
|
-
), a =
|
|
9844
|
+
), a = O(async () => await e.get("/memberRewards/member/unused"), [e]), r = O(async () => await e.get("/memberRewards/member/expired"), [e]), u = O(
|
|
9832
9845
|
async (y) => await e.post("/memberRewards/memberGetRewards", {
|
|
9833
9846
|
memberRewards_uid: y
|
|
9834
9847
|
}),
|
|
9835
9848
|
[e]
|
|
9836
|
-
), g =
|
|
9849
|
+
), g = O(async () => await e.get("/memberRewards/member/history"), [e]);
|
|
9837
9850
|
return {
|
|
9838
9851
|
rewardListApi: n,
|
|
9839
9852
|
unUsedRewardListApi: a,
|
|
@@ -9843,7 +9856,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9843
9856
|
};
|
|
9844
9857
|
}, tm = ({ options: e, formData: n } = {}) => {
|
|
9845
9858
|
const { rewardListApi: a } = nt();
|
|
9846
|
-
return
|
|
9859
|
+
return X({
|
|
9847
9860
|
queryKey: ["rewardsList"],
|
|
9848
9861
|
queryFn: () => {
|
|
9849
9862
|
const { uid: r, params: u } = n || {};
|
|
@@ -9897,26 +9910,26 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9897
9910
|
});
|
|
9898
9911
|
}, nm = ({ options: e } = {}) => {
|
|
9899
9912
|
const { unUsedRewardListApi: n } = nt();
|
|
9900
|
-
return
|
|
9913
|
+
return X({
|
|
9901
9914
|
queryKey: ["unUsedRewardsList"],
|
|
9902
9915
|
queryFn: n,
|
|
9903
9916
|
...e
|
|
9904
9917
|
});
|
|
9905
9918
|
}, rm = ({ options: e } = {}) => {
|
|
9906
9919
|
const { expiredRewardListApi: n } = nt();
|
|
9907
|
-
return
|
|
9920
|
+
return X({
|
|
9908
9921
|
queryKey: ["expiredRewardsList"],
|
|
9909
9922
|
queryFn: n,
|
|
9910
9923
|
...e
|
|
9911
9924
|
});
|
|
9912
9925
|
}, lm = ({ options: e } = {}) => {
|
|
9913
9926
|
const { historyRewardApi: n } = nt();
|
|
9914
|
-
return
|
|
9927
|
+
return X({
|
|
9915
9928
|
queryKey: ["historyRewardsList"],
|
|
9916
9929
|
queryFn: n,
|
|
9917
9930
|
...e
|
|
9918
9931
|
});
|
|
9919
|
-
},
|
|
9932
|
+
}, Ku = ({
|
|
9920
9933
|
options: e = {
|
|
9921
9934
|
rewardsList: {},
|
|
9922
9935
|
redeemReward: {},
|
|
@@ -9942,7 +9955,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9942
9955
|
historyRewardsListQuery: g
|
|
9943
9956
|
};
|
|
9944
9957
|
}, Lr = () => {
|
|
9945
|
-
const { client: e } =
|
|
9958
|
+
const { client: e } = me(), n = O(
|
|
9946
9959
|
async (r = {}) => {
|
|
9947
9960
|
const {
|
|
9948
9961
|
startTime: u = "2025-12-30 00:00:00",
|
|
@@ -9965,7 +9978,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9965
9978
|
});
|
|
9966
9979
|
},
|
|
9967
9980
|
[e]
|
|
9968
|
-
), a =
|
|
9981
|
+
), a = O(
|
|
9969
9982
|
async (r) => {
|
|
9970
9983
|
const { treasure_uid: u = "" } = r;
|
|
9971
9984
|
return await e.post(`/treasure/redeem/${u}`);
|
|
@@ -9976,9 +9989,9 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
9976
9989
|
treasureListApi: n,
|
|
9977
9990
|
redeemTreasureApi: a
|
|
9978
9991
|
};
|
|
9979
|
-
},
|
|
9980
|
-
const { client: a, lng: r } =
|
|
9981
|
-
return
|
|
9992
|
+
}, qu = ({ paramsData: e, options: n } = {}) => {
|
|
9993
|
+
const { client: a, lng: r } = me(), u = Je(r || "tw"), { treasureListApi: g } = Lr();
|
|
9994
|
+
return X({
|
|
9982
9995
|
queryKey: ["treasureList", e],
|
|
9983
9996
|
queryFn: () => g(e),
|
|
9984
9997
|
select: (y) => {
|
|
@@ -10004,7 +10017,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10004
10017
|
},
|
|
10005
10018
|
...n
|
|
10006
10019
|
});
|
|
10007
|
-
},
|
|
10020
|
+
}, $u = ({ options: e } = {}) => {
|
|
10008
10021
|
const { redeemTreasureApi: n } = Lr();
|
|
10009
10022
|
return te({
|
|
10010
10023
|
mutationKey: ["redeemTreasure"],
|
|
@@ -10012,14 +10025,14 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10012
10025
|
...e
|
|
10013
10026
|
});
|
|
10014
10027
|
}, Gr = () => {
|
|
10015
|
-
const { client: e } =
|
|
10028
|
+
const { client: e } = me(), n = O(async () => await e.get("/vip/list"), [e]), a = O(async () => await e.get("/vip/check"), [e]);
|
|
10016
10029
|
return {
|
|
10017
10030
|
vipListApi: n,
|
|
10018
10031
|
vipInfoApi: a
|
|
10019
10032
|
};
|
|
10020
|
-
},
|
|
10021
|
-
const { store: n } =
|
|
10022
|
-
return
|
|
10033
|
+
}, Qu = ({ options: e } = {}) => {
|
|
10034
|
+
const { store: n } = me(), a = n?.getState()?.isMemberInfo || n?.getState()?.member?.member || {}, { vipInfoApi: r } = Gr();
|
|
10035
|
+
return X({
|
|
10023
10036
|
queryKey: ["vipInfo"],
|
|
10024
10037
|
queryFn: async () => r(),
|
|
10025
10038
|
select: (u) => {
|
|
@@ -10043,8 +10056,8 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10043
10056
|
...e
|
|
10044
10057
|
});
|
|
10045
10058
|
}, om = ({ options: e } = {}) => {
|
|
10046
|
-
const { store: n } =
|
|
10047
|
-
return
|
|
10059
|
+
const { store: n } = me(), a = n?.getState()?.isWalletCurrency || n?.getState()?.currency?.currentCurrency || "TWD", { vipListApi: r } = Gr();
|
|
10060
|
+
return X({
|
|
10048
10061
|
queryKey: ["vipList"],
|
|
10049
10062
|
queryFn: async () => {
|
|
10050
10063
|
const u = window.vip_list;
|
|
@@ -10079,18 +10092,18 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10079
10092
|
},
|
|
10080
10093
|
...e
|
|
10081
10094
|
});
|
|
10082
|
-
},
|
|
10095
|
+
}, ju = ({ options: e } = {
|
|
10083
10096
|
vipList: {}
|
|
10084
10097
|
}) => ({
|
|
10085
10098
|
vipList: om({ options: e.vipList })
|
|
10086
|
-
}),
|
|
10087
|
-
const [n, a] = da(!1), [r, u] = da([]), g =
|
|
10099
|
+
}), Yu = ({ onMessage: e } = {}) => {
|
|
10100
|
+
const [n, a] = da(!1), [r, u] = da([]), g = le(e);
|
|
10088
10101
|
g.current = e;
|
|
10089
|
-
const y =
|
|
10102
|
+
const y = O((o) => {
|
|
10090
10103
|
const s = (/* @__PURE__ */ new Date()).toLocaleTimeString("zh-TW");
|
|
10091
10104
|
u((p) => [...p, { time: s, message: o }]);
|
|
10092
10105
|
}, []);
|
|
10093
|
-
|
|
10106
|
+
fe(() => {
|
|
10094
10107
|
if (window.chrome && window.chrome.webview) {
|
|
10095
10108
|
a(!0), y("WebView2 環境已就緒");
|
|
10096
10109
|
const o = (s) => {
|
|
@@ -10102,7 +10115,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10102
10115
|
} else
|
|
10103
10116
|
a(!1), y("目前為一般瀏覽器環境,無法與 C# 通訊");
|
|
10104
10117
|
}, [y]);
|
|
10105
|
-
const d =
|
|
10118
|
+
const d = O(
|
|
10106
10119
|
(o) => {
|
|
10107
10120
|
const s = (/* @__PURE__ */ new Date()).toLocaleTimeString("zh-TW");
|
|
10108
10121
|
if (window.chrome && window.chrome.webview) {
|
|
@@ -10116,10 +10129,10 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10116
10129
|
y(`模擬傳送 [${o}](非 WebView2 環境)`);
|
|
10117
10130
|
},
|
|
10118
10131
|
[y]
|
|
10119
|
-
), l =
|
|
10132
|
+
), l = O(() => d("home"), [d]), t = O(
|
|
10120
10133
|
() => d("clearcatch"),
|
|
10121
10134
|
[d]
|
|
10122
|
-
), i =
|
|
10135
|
+
), i = O(
|
|
10123
10136
|
() => d("restart_money_michine"),
|
|
10124
10137
|
[d]
|
|
10125
10138
|
);
|
|
@@ -10131,8 +10144,8 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10131
10144
|
webViewRestartMoneyMachine: i,
|
|
10132
10145
|
logs: r
|
|
10133
10146
|
};
|
|
10134
|
-
}, gt = "game-icon-ds88",
|
|
10135
|
-
const { lng: n } =
|
|
10147
|
+
}, gt = "game-icon-ds88", Xu = ({ gameData: e = {} } = {}) => {
|
|
10148
|
+
const { lng: n } = me(), a = sl(n), {
|
|
10136
10149
|
gameCode: r,
|
|
10137
10150
|
// 遊戲代碼
|
|
10138
10151
|
gameUid: u,
|
|
@@ -10175,7 +10188,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10175
10188
|
// 越南名稱
|
|
10176
10189
|
gameNameTw: S
|
|
10177
10190
|
// 繁體中文名稱
|
|
10178
|
-
} = e, N = e?.[`gameName${a}`],
|
|
10191
|
+
} = e, N = e?.[`gameName${a}`], B = `${st}/${gt}/${n}/${t}/${lt(r, / /g, "_")}.webp`, T = `${st}/${gt}/${n}/${t}/${lt(r, / /g, "_")}.gif`, x = `${st}/${gt}/en/${t}/${lt(r, / /g, "_")}.webp`, F = `${st}/${gt}/en/${t}/${lt(r, / /g, "_")}.gif`;
|
|
10179
10192
|
return {
|
|
10180
10193
|
gameCode: r,
|
|
10181
10194
|
gameUid: u,
|
|
@@ -10196,7 +10209,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10196
10209
|
gameNameVi: h,
|
|
10197
10210
|
gameNameTw: S,
|
|
10198
10211
|
gameName: N,
|
|
10199
|
-
gameImageUrl:
|
|
10212
|
+
gameImageUrl: B,
|
|
10200
10213
|
gameImageUrlAnimated: T,
|
|
10201
10214
|
fallbackGameImageUrl: x,
|
|
10202
10215
|
fallbackGameImageUrlAnimated: F,
|
|
@@ -10215,7 +10228,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10215
10228
|
"HACK",
|
|
10216
10229
|
"NAGA",
|
|
10217
10230
|
"RSG"
|
|
10218
|
-
], e) && n ? `${e}_dark` : e,
|
|
10231
|
+
], e) && n ? `${e}_dark` : e, e0 = ({ platformData: e, darkMode: n } = {}) => {
|
|
10219
10232
|
const {
|
|
10220
10233
|
SubPlatformEnum: a,
|
|
10221
10234
|
// 子平台枚舉
|
|
@@ -10271,7 +10284,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10271
10284
|
allPlatforms: u
|
|
10272
10285
|
});
|
|
10273
10286
|
return we(d) || (g[y] = d), g;
|
|
10274
|
-
}, {}),
|
|
10287
|
+
}, {}), a0 = ({
|
|
10275
10288
|
types: e = [],
|
|
10276
10289
|
platforms: n = [],
|
|
10277
10290
|
allGameType: a = [],
|
|
@@ -10322,20 +10335,20 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10322
10335
|
allGameTypes: a,
|
|
10323
10336
|
allPlatforms: n
|
|
10324
10337
|
}), _ = De(n, (N) => {
|
|
10325
|
-
const
|
|
10338
|
+
const B = `${Qe}/${tr}/${N.platformEnum}.png`;
|
|
10326
10339
|
return {
|
|
10327
10340
|
...N,
|
|
10328
|
-
platformImageUrl:
|
|
10341
|
+
platformImageUrl: B
|
|
10329
10342
|
};
|
|
10330
10343
|
}), U = dm(o, r), C = fm(b), v = _m(C), h = Qn(b).reduce(
|
|
10331
|
-
(N, [
|
|
10344
|
+
(N, [B, T]) => {
|
|
10332
10345
|
const x = ei(el(T));
|
|
10333
|
-
return N[
|
|
10346
|
+
return N[B] = x, N;
|
|
10334
10347
|
},
|
|
10335
10348
|
{}
|
|
10336
|
-
), S = Mi(b).reduce((N,
|
|
10337
|
-
const T = Mi(b[
|
|
10338
|
-
return N[
|
|
10349
|
+
), S = Mi(b).reduce((N, B) => {
|
|
10350
|
+
const T = Mi(b[B]);
|
|
10351
|
+
return N[B] = T, N;
|
|
10339
10352
|
}, {});
|
|
10340
10353
|
return {
|
|
10341
10354
|
platform: {
|
|
@@ -10370,7 +10383,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10370
10383
|
favorite: c
|
|
10371
10384
|
}
|
|
10372
10385
|
};
|
|
10373
|
-
},
|
|
10386
|
+
}, t0 = (e = []) => !aa(e) || we(e) ? [] : ei(e, (n) => we(n.SubPlatformEnum) ? n : n.SubPlatformEnum.map((a) => ({
|
|
10374
10387
|
...n,
|
|
10375
10388
|
...a,
|
|
10376
10389
|
platform: a.SubPlatformEnum,
|
|
@@ -10396,7 +10409,7 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
10396
10409
|
},
|
|
10397
10410
|
user: { favorite: [] }
|
|
10398
10411
|
}, Um = ({ enabled: e = !0 } = {}) => {
|
|
10399
|
-
const { getToken: n } =
|
|
10412
|
+
const { getToken: n } = me(), { userFavoriteGameApi: a, userGameListApi: r } = ne(), { data: u, isLoading: g, error: y, refetch: d } = X({
|
|
10400
10413
|
queryKey: ["gamesInfo"],
|
|
10401
10414
|
queryFn: async () => {
|
|
10402
10415
|
let l = {}, t = {};
|
|
@@ -36965,13 +36978,13 @@ const Nu = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => Ls({
|
|
|
36965
36978
|
autoFetch: n = !1,
|
|
36966
36979
|
mockData: a = !1
|
|
36967
36980
|
}) => {
|
|
36968
|
-
|
|
36981
|
+
fe(() => {
|
|
36969
36982
|
a && Cm(!0);
|
|
36970
36983
|
}, [a]);
|
|
36971
36984
|
const r = Um({ enabled: n });
|
|
36972
|
-
return /* @__PURE__ */
|
|
36985
|
+
return /* @__PURE__ */ ge.jsx(ir.Provider, { value: r, children: e });
|
|
36973
36986
|
};
|
|
36974
|
-
function
|
|
36987
|
+
function i0({
|
|
36975
36988
|
children: e,
|
|
36976
36989
|
autoFetchGamesInfo: n = !1,
|
|
36977
36990
|
useMockData: a = !1,
|
|
@@ -36992,7 +37005,7 @@ function t0({
|
|
|
36992
37005
|
}),
|
|
36993
37006
|
[]
|
|
36994
37007
|
), l = r || d;
|
|
36995
|
-
return /* @__PURE__ */
|
|
37008
|
+
return /* @__PURE__ */ ge.jsx(qr, { client: l, children: /* @__PURE__ */ ge.jsx(jn.Provider, { value: { client: g, formDataClient: y, ...u }, children: /* @__PURE__ */ ge.jsx(ll, { children: /* @__PURE__ */ ge.jsx(
|
|
36996
37009
|
vm,
|
|
36997
37010
|
{
|
|
36998
37011
|
autoFetch: n,
|
|
@@ -37001,7 +37014,7 @@ function t0({
|
|
|
37001
37014
|
}
|
|
37002
37015
|
) }) }) });
|
|
37003
37016
|
}
|
|
37004
|
-
const
|
|
37017
|
+
const n0 = () => {
|
|
37005
37018
|
const e = Da(), {
|
|
37006
37019
|
mutate: n,
|
|
37007
37020
|
isPending: a,
|
|
@@ -37016,13 +37029,13 @@ const i0 = () => {
|
|
|
37016
37029
|
});
|
|
37017
37030
|
}
|
|
37018
37031
|
}
|
|
37019
|
-
}), y =
|
|
37020
|
-
return
|
|
37032
|
+
}), y = le(!1);
|
|
37033
|
+
return fe(() => {
|
|
37021
37034
|
if (y.current) return;
|
|
37022
37035
|
const d = new URLSearchParams(window.location.search), l = d.get("bind_type"), t = d.get("bind_id");
|
|
37023
37036
|
l && t && (y.current = !0, l === "line" ? n({ bindType: l, bindId: t }) : console.warn(`Unsupported bind type: ${l}`));
|
|
37024
37037
|
}, [n]), null;
|
|
37025
|
-
}, hm = { BASE_URL: "/", DEV: !1, MODE: "lib", PROD: !0, SSR: !1, VITE_API_KEY: "6051|IptsseoopjPEtVIi5ITv34Q2ZdVOQelVZ97Vi38Ybcdee7ca", VITE_API_URL: "https://snd.5285.com.tw/api" }, Tm = typeof import.meta < "u" && hm && !1, zn = "TEST_REQ",
|
|
37038
|
+
}, hm = { BASE_URL: "/", DEV: !1, MODE: "lib", PROD: !0, SSR: !1, VITE_API_KEY: "6051|IptsseoopjPEtVIi5ITv34Q2ZdVOQelVZ97Vi38Ybcdee7ca", VITE_API_URL: "https://snd.5285.com.tw/api" }, Tm = typeof import.meta < "u" && hm && !1, zn = "TEST_REQ", r0 = ({
|
|
37026
37039
|
simulate: e,
|
|
37027
37040
|
memberUid: n,
|
|
37028
37041
|
currentGamePlatform: a = null,
|
|
@@ -37032,7 +37045,7 @@ const i0 = () => {
|
|
|
37032
37045
|
if (!r || typeof e != "function") return null;
|
|
37033
37046
|
const y = n ?? null, d = (i, o) => {
|
|
37034
37047
|
console.log("[ws-dev]", i, o), e(o);
|
|
37035
|
-
}, l = (i, o, s = "#444") => /* @__PURE__ */
|
|
37048
|
+
}, l = (i, o, s = "#444") => /* @__PURE__ */ ge.jsx(
|
|
37036
37049
|
"button",
|
|
37037
37050
|
{
|
|
37038
37051
|
type: "button",
|
|
@@ -37054,7 +37067,7 @@ const i0 = () => {
|
|
|
37054
37067
|
children: i
|
|
37055
37068
|
}
|
|
37056
37069
|
), t = typeof window < "u" && window.location.pathname.includes("gamebox");
|
|
37057
|
-
return /* @__PURE__ */
|
|
37070
|
+
return /* @__PURE__ */ ge.jsxs(
|
|
37058
37071
|
"div",
|
|
37059
37072
|
{
|
|
37060
37073
|
style: {
|
|
@@ -37064,7 +37077,7 @@ const i0 = () => {
|
|
|
37064
37077
|
zIndex: 9999999
|
|
37065
37078
|
},
|
|
37066
37079
|
children: [
|
|
37067
|
-
/* @__PURE__ */
|
|
37080
|
+
/* @__PURE__ */ ge.jsx(
|
|
37068
37081
|
"button",
|
|
37069
37082
|
{
|
|
37070
37083
|
type: "button",
|
|
@@ -37082,7 +37095,7 @@ const i0 = () => {
|
|
|
37082
37095
|
children: u ? "▼ WS 測試面板" : "▶ WS 測試面板"
|
|
37083
37096
|
}
|
|
37084
37097
|
),
|
|
37085
|
-
u && /* @__PURE__ */
|
|
37098
|
+
u && /* @__PURE__ */ ge.jsxs(
|
|
37086
37099
|
"div",
|
|
37087
37100
|
{
|
|
37088
37101
|
style: {
|
|
@@ -37096,7 +37109,7 @@ const i0 = () => {
|
|
|
37096
37109
|
borderRadius: "8px"
|
|
37097
37110
|
},
|
|
37098
37111
|
children: [
|
|
37099
|
-
/* @__PURE__ */
|
|
37112
|
+
/* @__PURE__ */ ge.jsxs("div", { style: { fontSize: "10px", color: "#aaa", marginBottom: "6px" }, children: [
|
|
37100
37113
|
"uid:",
|
|
37101
37114
|
String(y ?? "無"),
|
|
37102
37115
|
" / platform:",
|
|
@@ -37174,16 +37187,16 @@ const i0 = () => {
|
|
|
37174
37187
|
},
|
|
37175
37188
|
"#c62828"
|
|
37176
37189
|
),
|
|
37177
|
-
/* @__PURE__ */
|
|
37190
|
+
/* @__PURE__ */ ge.jsx("div", { style: { fontSize: "9px", color: "#666", marginTop: "4px" }, children: "僅測試環境顯示;正式站請勿傳 enabled" })
|
|
37178
37191
|
]
|
|
37179
37192
|
}
|
|
37180
37193
|
)
|
|
37181
37194
|
]
|
|
37182
37195
|
}
|
|
37183
37196
|
);
|
|
37184
|
-
},
|
|
37197
|
+
}, l0 = ({ onFunction: e = () => {
|
|
37185
37198
|
}, buttonProps: n = {} } = {}) => {
|
|
37186
|
-
const { lineConfig: a } =
|
|
37199
|
+
const { lineConfig: a } = me(), r = le(!1), u = ee(a, "liffId", ""), g = new URLSearchParams(window.location.search), y = g.get("line_login"), d = g.get("trans_code"), l = g.get("line_id"), t = g.get("line_name"), i = g.get("invite_code"), { mutate: o, isPending: s } = gr({
|
|
37187
37200
|
options: {
|
|
37188
37201
|
onSuccess: (m) => {
|
|
37189
37202
|
e(m);
|
|
@@ -37191,7 +37204,7 @@ const i0 = () => {
|
|
|
37191
37204
|
retry: !1
|
|
37192
37205
|
}
|
|
37193
37206
|
});
|
|
37194
|
-
|
|
37207
|
+
fe(() => {
|
|
37195
37208
|
r.current || y === "true" && l && t && (o({
|
|
37196
37209
|
trans_code: d,
|
|
37197
37210
|
line_id: l,
|
|
@@ -37210,7 +37223,7 @@ const i0 = () => {
|
|
|
37210
37223
|
const p = () => {
|
|
37211
37224
|
window.location.href = `https://liff.line.me/${u}`;
|
|
37212
37225
|
};
|
|
37213
|
-
return u ? /* @__PURE__ */
|
|
37226
|
+
return u ? /* @__PURE__ */ ge.jsx(
|
|
37214
37227
|
"button",
|
|
37215
37228
|
{
|
|
37216
37229
|
className: "line-login-btn",
|
|
@@ -37239,14 +37252,14 @@ var km = Object.defineProperty, jt = Object.getOwnPropertySymbols, Mr = Object.p
|
|
|
37239
37252
|
};
|
|
37240
37253
|
var Ea;
|
|
37241
37254
|
((e) => {
|
|
37242
|
-
const n = class
|
|
37255
|
+
const n = class oe {
|
|
37243
37256
|
/*-- Constructor (low level) and fields --*/
|
|
37244
37257
|
// Creates a new QR Code with the given version number,
|
|
37245
37258
|
// error correction level, data codeword bytes, and mask number.
|
|
37246
37259
|
// This is a low-level API that most users should not use directly.
|
|
37247
37260
|
// A mid-level API is the encodeSegments() function.
|
|
37248
37261
|
constructor(l, t, i, o) {
|
|
37249
|
-
if (this.version = l, this.errorCorrectionLevel = t, this.modules = [], this.isFunction = [], l <
|
|
37262
|
+
if (this.version = l, this.errorCorrectionLevel = t, this.modules = [], this.isFunction = [], l < oe.MIN_VERSION || l > oe.MAX_VERSION)
|
|
37250
37263
|
throw new RangeError("Version value out of range");
|
|
37251
37264
|
if (o < -1 || o > 7)
|
|
37252
37265
|
throw new RangeError("Mask value out of range");
|
|
@@ -37276,7 +37289,7 @@ var Ea;
|
|
|
37276
37289
|
// ecl argument if it can be done without increasing the version.
|
|
37277
37290
|
static encodeText(l, t) {
|
|
37278
37291
|
const i = e.QrSegment.makeSegments(l);
|
|
37279
|
-
return
|
|
37292
|
+
return oe.encodeSegments(i, t);
|
|
37280
37293
|
}
|
|
37281
37294
|
// Returns a QR Code representing the given binary data at the given error correction level.
|
|
37282
37295
|
// This function always encodes using the binary segment mode, not any text mode. The maximum number of
|
|
@@ -37284,7 +37297,7 @@ var Ea;
|
|
|
37284
37297
|
// The ECC level of the result may be higher than the ecl argument if it can be done without increasing the version.
|
|
37285
37298
|
static encodeBinary(l, t) {
|
|
37286
37299
|
const i = e.QrSegment.makeBytes(l);
|
|
37287
|
-
return
|
|
37300
|
+
return oe.encodeSegments([i], t);
|
|
37288
37301
|
}
|
|
37289
37302
|
/*-- Static factory functions (mid level) --*/
|
|
37290
37303
|
// Returns a QR Code representing the given segments with the given encoding parameters.
|
|
@@ -37297,11 +37310,11 @@ var Ea;
|
|
|
37297
37310
|
// between modes (such as alphanumeric and byte) to encode text in less space.
|
|
37298
37311
|
// This is a mid-level API; the high-level API is encodeText() and encodeBinary().
|
|
37299
37312
|
static encodeSegments(l, t, i = 1, o = 40, s = -1, p = !0) {
|
|
37300
|
-
if (!(
|
|
37313
|
+
if (!(oe.MIN_VERSION <= i && i <= o && o <= oe.MAX_VERSION) || s < -1 || s > 7)
|
|
37301
37314
|
throw new RangeError("Invalid value");
|
|
37302
37315
|
let m, f;
|
|
37303
37316
|
for (m = i; ; m++) {
|
|
37304
|
-
const U =
|
|
37317
|
+
const U = oe.getNumDataCodewords(m, t) * 8, C = y.getTotalBits(l, m);
|
|
37305
37318
|
if (C <= U) {
|
|
37306
37319
|
f = C;
|
|
37307
37320
|
break;
|
|
@@ -37309,8 +37322,8 @@ var Ea;
|
|
|
37309
37322
|
if (m >= o)
|
|
37310
37323
|
throw new RangeError("Data too long");
|
|
37311
37324
|
}
|
|
37312
|
-
for (const U of [
|
|
37313
|
-
p && f <=
|
|
37325
|
+
for (const U of [oe.Ecc.MEDIUM, oe.Ecc.QUARTILE, oe.Ecc.HIGH])
|
|
37326
|
+
p && f <= oe.getNumDataCodewords(m, U) * 8 && (t = U);
|
|
37314
37327
|
let c = [];
|
|
37315
37328
|
for (const U of l) {
|
|
37316
37329
|
a(U.mode.modeBits, 4, c), a(U.numChars, U.mode.numCharCountBits(m), c);
|
|
@@ -37318,14 +37331,14 @@ var Ea;
|
|
|
37318
37331
|
c.push(C);
|
|
37319
37332
|
}
|
|
37320
37333
|
u(c.length == f);
|
|
37321
|
-
const b =
|
|
37334
|
+
const b = oe.getNumDataCodewords(m, t) * 8;
|
|
37322
37335
|
u(c.length <= b), a(0, Math.min(4, b - c.length), c), a(0, (8 - c.length % 8) % 8, c), u(c.length % 8 == 0);
|
|
37323
37336
|
for (let U = 236; c.length < b; U ^= 253)
|
|
37324
37337
|
a(U, 8, c);
|
|
37325
37338
|
let _ = [];
|
|
37326
37339
|
for (; _.length * 8 < c.length; )
|
|
37327
37340
|
_.push(0);
|
|
37328
|
-
return c.forEach((U, C) => _[C >>> 3] |= U << 7 - (C & 7)), new
|
|
37341
|
+
return c.forEach((U, C) => _[C >>> 3] |= U << 7 - (C & 7)), new oe(m, t, _, s);
|
|
37329
37342
|
}
|
|
37330
37343
|
/*-- Accessor methods --*/
|
|
37331
37344
|
// Returns the color of the module (pixel) at the given coordinates, which is false
|
|
@@ -37411,15 +37424,15 @@ var Ea;
|
|
|
37411
37424
|
// codewords appended to it, based on this object's version and error correction level.
|
|
37412
37425
|
addEccAndInterleave(l) {
|
|
37413
37426
|
const t = this.version, i = this.errorCorrectionLevel;
|
|
37414
|
-
if (l.length !=
|
|
37427
|
+
if (l.length != oe.getNumDataCodewords(t, i))
|
|
37415
37428
|
throw new RangeError("Invalid argument");
|
|
37416
|
-
const o =
|
|
37429
|
+
const o = oe.NUM_ERROR_CORRECTION_BLOCKS[i.ordinal][t], s = oe.ECC_CODEWORDS_PER_BLOCK[i.ordinal][t], p = Math.floor(oe.getNumRawDataModules(t) / 8), m = o - p % o, f = Math.floor(p / o);
|
|
37417
37430
|
let c = [];
|
|
37418
|
-
const b =
|
|
37431
|
+
const b = oe.reedSolomonComputeDivisor(s);
|
|
37419
37432
|
for (let U = 0, C = 0; U < o; U++) {
|
|
37420
37433
|
let v = l.slice(C, C + f - s + (U < m ? 0 : 1));
|
|
37421
37434
|
C += v.length;
|
|
37422
|
-
const h =
|
|
37435
|
+
const h = oe.reedSolomonComputeRemainder(v, b);
|
|
37423
37436
|
U < m && v.push(0), c.push(v.concat(h));
|
|
37424
37437
|
}
|
|
37425
37438
|
let _ = [];
|
|
@@ -37432,7 +37445,7 @@ var Ea;
|
|
|
37432
37445
|
// Draws the given sequence of 8-bit codewords (data and error correction) onto the entire
|
|
37433
37446
|
// data area of this QR Code. Function modules need to be marked off before this is called.
|
|
37434
37447
|
drawCodewords(l) {
|
|
37435
|
-
if (l.length != Math.floor(
|
|
37448
|
+
if (l.length != Math.floor(oe.getNumRawDataModules(this.version) / 8))
|
|
37436
37449
|
throw new RangeError("Invalid argument");
|
|
37437
37450
|
let t = 0;
|
|
37438
37451
|
for (let i = this.size - 1; i >= 1; i -= 2) {
|
|
@@ -37494,25 +37507,25 @@ var Ea;
|
|
|
37494
37507
|
for (let s = 0; s < this.size; s++) {
|
|
37495
37508
|
let p = !1, m = 0, f = [0, 0, 0, 0, 0, 0, 0];
|
|
37496
37509
|
for (let c = 0; c < this.size; c++)
|
|
37497
|
-
this.modules[s][c] == p ? (m++, m == 5 ? l +=
|
|
37498
|
-
l += this.finderPenaltyTerminateAndCount(p, m, f) *
|
|
37510
|
+
this.modules[s][c] == p ? (m++, m == 5 ? l += oe.PENALTY_N1 : m > 5 && l++) : (this.finderPenaltyAddHistory(m, f), p || (l += this.finderPenaltyCountPatterns(f) * oe.PENALTY_N3), p = this.modules[s][c], m = 1);
|
|
37511
|
+
l += this.finderPenaltyTerminateAndCount(p, m, f) * oe.PENALTY_N3;
|
|
37499
37512
|
}
|
|
37500
37513
|
for (let s = 0; s < this.size; s++) {
|
|
37501
37514
|
let p = !1, m = 0, f = [0, 0, 0, 0, 0, 0, 0];
|
|
37502
37515
|
for (let c = 0; c < this.size; c++)
|
|
37503
|
-
this.modules[c][s] == p ? (m++, m == 5 ? l +=
|
|
37504
|
-
l += this.finderPenaltyTerminateAndCount(p, m, f) *
|
|
37516
|
+
this.modules[c][s] == p ? (m++, m == 5 ? l += oe.PENALTY_N1 : m > 5 && l++) : (this.finderPenaltyAddHistory(m, f), p || (l += this.finderPenaltyCountPatterns(f) * oe.PENALTY_N3), p = this.modules[c][s], m = 1);
|
|
37517
|
+
l += this.finderPenaltyTerminateAndCount(p, m, f) * oe.PENALTY_N3;
|
|
37505
37518
|
}
|
|
37506
37519
|
for (let s = 0; s < this.size - 1; s++)
|
|
37507
37520
|
for (let p = 0; p < this.size - 1; p++) {
|
|
37508
37521
|
const m = this.modules[s][p];
|
|
37509
|
-
m == this.modules[s][p + 1] && m == this.modules[s + 1][p] && m == this.modules[s + 1][p + 1] && (l +=
|
|
37522
|
+
m == this.modules[s][p + 1] && m == this.modules[s + 1][p] && m == this.modules[s + 1][p + 1] && (l += oe.PENALTY_N2);
|
|
37510
37523
|
}
|
|
37511
37524
|
let t = 0;
|
|
37512
37525
|
for (const s of this.modules)
|
|
37513
37526
|
t = s.reduce((p, m) => p + (m ? 1 : 0), t);
|
|
37514
37527
|
const i = this.size * this.size, o = Math.ceil(Math.abs(t * 20 - i * 10) / i) - 1;
|
|
37515
|
-
return u(0 <= o && o <= 9), l += o *
|
|
37528
|
+
return u(0 <= o && o <= 9), l += o * oe.PENALTY_N4, u(0 <= l && l <= 2568888), l;
|
|
37516
37529
|
}
|
|
37517
37530
|
/*-- Private helper functions --*/
|
|
37518
37531
|
// Returns an ascending list of positions of alignment patterns for this version number.
|
|
@@ -37533,7 +37546,7 @@ var Ea;
|
|
|
37533
37546
|
// all function modules are excluded. This includes remainder bits, so it might not be a multiple of 8.
|
|
37534
37547
|
// The result is in the range [208, 29648]. This could be implemented as a 40-entry lookup table.
|
|
37535
37548
|
static getNumRawDataModules(l) {
|
|
37536
|
-
if (l <
|
|
37549
|
+
if (l < oe.MIN_VERSION || l > oe.MAX_VERSION)
|
|
37537
37550
|
throw new RangeError("Version number out of range");
|
|
37538
37551
|
let t = (16 * l + 128) * l + 64;
|
|
37539
37552
|
if (l >= 2) {
|
|
@@ -37546,7 +37559,7 @@ var Ea;
|
|
|
37546
37559
|
// QR Code of the given version number and error correction level, with remainder bits discarded.
|
|
37547
37560
|
// This stateless pure function could be implemented as a (40*4)-cell lookup table.
|
|
37548
37561
|
static getNumDataCodewords(l, t) {
|
|
37549
|
-
return Math.floor(
|
|
37562
|
+
return Math.floor(oe.getNumRawDataModules(l) / 8) - oe.ECC_CODEWORDS_PER_BLOCK[t.ordinal][l] * oe.NUM_ERROR_CORRECTION_BLOCKS[t.ordinal][l];
|
|
37550
37563
|
}
|
|
37551
37564
|
// Returns a Reed-Solomon ECC generator polynomial for the given degree. This could be
|
|
37552
37565
|
// implemented as a lookup table over all possible parameter values, instead of as an algorithm.
|
|
@@ -37560,8 +37573,8 @@ var Ea;
|
|
|
37560
37573
|
let i = 1;
|
|
37561
37574
|
for (let o = 0; o < l; o++) {
|
|
37562
37575
|
for (let s = 0; s < t.length; s++)
|
|
37563
|
-
t[s] =
|
|
37564
|
-
i =
|
|
37576
|
+
t[s] = oe.reedSolomonMultiply(t[s], i), s + 1 < t.length && (t[s] ^= t[s + 1]);
|
|
37577
|
+
i = oe.reedSolomonMultiply(i, 2);
|
|
37565
37578
|
}
|
|
37566
37579
|
return t;
|
|
37567
37580
|
}
|
|
@@ -37570,7 +37583,7 @@ var Ea;
|
|
|
37570
37583
|
let i = t.map((o) => 0);
|
|
37571
37584
|
for (const o of l) {
|
|
37572
37585
|
const s = o ^ i.shift();
|
|
37573
|
-
i.push(0), t.forEach((p, m) => i[m] ^=
|
|
37586
|
+
i.push(0), t.forEach((p, m) => i[m] ^= oe.reedSolomonMultiply(p, s));
|
|
37574
37587
|
}
|
|
37575
37588
|
return i;
|
|
37576
37589
|
}
|
|
@@ -37900,7 +37913,7 @@ var Gm = (function() {
|
|
|
37900
37913
|
U.current = M, typeof a == "function" ? a(M) : a && (a.current = M);
|
|
37901
37914
|
},
|
|
37902
37915
|
[a]
|
|
37903
|
-
), [h, S] = Ce.useState(!1), { margin: N, cells:
|
|
37916
|
+
), [h, S] = Ce.useState(!1), { margin: N, cells: B, numCells: T, calculatedImageSettings: x } = Ir({
|
|
37904
37917
|
value: u,
|
|
37905
37918
|
level: y,
|
|
37906
37919
|
minVersion: i,
|
|
@@ -37915,21 +37928,21 @@ var Gm = (function() {
|
|
|
37915
37928
|
const M = U.current, G = M.getContext("2d");
|
|
37916
37929
|
if (!G)
|
|
37917
37930
|
return;
|
|
37918
|
-
let L =
|
|
37919
|
-
const
|
|
37931
|
+
let L = B;
|
|
37932
|
+
const W = C.current, H = x != null && W !== null && W.complete && W.naturalHeight !== 0 && W.naturalWidth !== 0;
|
|
37920
37933
|
H && x.excavation != null && (L = Wr(
|
|
37921
|
-
|
|
37934
|
+
B,
|
|
37922
37935
|
x.excavation
|
|
37923
37936
|
));
|
|
37924
37937
|
const A = window.devicePixelRatio || 1;
|
|
37925
37938
|
M.height = M.width = g * A;
|
|
37926
|
-
const
|
|
37927
|
-
G.scale(
|
|
37939
|
+
const V = g / T * A;
|
|
37940
|
+
G.scale(V, V), G.fillStyle = d, G.fillRect(0, 0, T, T), G.fillStyle = l, Gm ? G.fill(new Path2D(Hr(L, N))) : B.forEach(function(D, E) {
|
|
37928
37941
|
D.forEach(function(w, R) {
|
|
37929
37942
|
w && G.fillRect(R + N, E + N, 1, 1);
|
|
37930
37943
|
});
|
|
37931
37944
|
}), x && (G.globalAlpha = x.opacity), H && G.drawImage(
|
|
37932
|
-
|
|
37945
|
+
W,
|
|
37933
37946
|
x.x + N,
|
|
37934
37947
|
x.y + N,
|
|
37935
37948
|
x.w,
|
|
@@ -38088,8 +38101,8 @@ const Rm = {
|
|
|
38088
38101
|
title: "Silakan gunakan LINE untuk memindai Kode QR untuk masuk",
|
|
38089
38102
|
expired: "Kode QR telah kedaluwarsa"
|
|
38090
38103
|
}
|
|
38091
|
-
},
|
|
38092
|
-
const { lng: r, getToken: u, lineConfig: g } =
|
|
38104
|
+
}, m0 = ({ forcedShow: e = !1, isVisible: n, setIsVisible: a } = {}) => {
|
|
38105
|
+
const { lng: r, getToken: u, lineConfig: g } = me(), [y, d] = da(300), [l, t] = da(!1), i = le(null), o = ee(g, "liffId", ""), s = Je(r), p = u?.(), f = new URLSearchParams(window.location.search).get("mac") || di.get("machine_mac_address") || "", { data: c, isFetching: b } = rs({
|
|
38093
38106
|
formData: {
|
|
38094
38107
|
mac_address: f
|
|
38095
38108
|
},
|
|
@@ -38097,9 +38110,9 @@ const Rm = {
|
|
|
38097
38110
|
enabled: e ? !0 : !!f && !p
|
|
38098
38111
|
}
|
|
38099
38112
|
}), _ = ee(c, "liff_url", "") || `https://liff.line.me/${o}`;
|
|
38100
|
-
|
|
38113
|
+
fe(() => {
|
|
38101
38114
|
f && di.set("machine_mac_address", f, { expires: 365 });
|
|
38102
|
-
}, [f]),
|
|
38115
|
+
}, [f]), fe(() => (_ && (d(300), t(!1), i.current && clearInterval(i.current), i.current = setInterval(() => {
|
|
38103
38116
|
d((v) => v <= 1 ? (clearInterval(i.current), t(!0), 0) : v - 1);
|
|
38104
38117
|
}, 1e3)), () => {
|
|
38105
38118
|
i.current && clearInterval(i.current);
|
|
@@ -38110,8 +38123,8 @@ const Rm = {
|
|
|
38110
38123
|
};
|
|
38111
38124
|
if (!e && (!f || p)) return null;
|
|
38112
38125
|
const C = Jn[s] || Jn.en_US;
|
|
38113
|
-
return n && /* @__PURE__ */
|
|
38114
|
-
/* @__PURE__ */
|
|
38126
|
+
return n && /* @__PURE__ */ ge.jsxs("div", { style: Rm, children: [
|
|
38127
|
+
/* @__PURE__ */ ge.jsx(
|
|
38115
38128
|
"div",
|
|
38116
38129
|
{
|
|
38117
38130
|
style: Pm,
|
|
@@ -38121,9 +38134,9 @@ const Rm = {
|
|
|
38121
38134
|
children: "✕"
|
|
38122
38135
|
}
|
|
38123
38136
|
),
|
|
38124
|
-
l ? /* @__PURE__ */
|
|
38125
|
-
/* @__PURE__ */
|
|
38126
|
-
/* @__PURE__ */
|
|
38137
|
+
l ? /* @__PURE__ */ ge.jsx("p", { style: { fontWeight: "bold" }, children: C.expired }) : /* @__PURE__ */ ge.jsxs(ge.Fragment, { children: [
|
|
38138
|
+
/* @__PURE__ */ ge.jsx("p", { style: { fontWeight: "bold", fontSize: "3em" }, children: C.title }),
|
|
38139
|
+
/* @__PURE__ */ ge.jsx(
|
|
38127
38140
|
"div",
|
|
38128
38141
|
{
|
|
38129
38142
|
style: {
|
|
@@ -38137,10 +38150,10 @@ const Rm = {
|
|
|
38137
38150
|
boxSizing: "border-box",
|
|
38138
38151
|
color: "black"
|
|
38139
38152
|
},
|
|
38140
|
-
children: b ? "Loading..." : /* @__PURE__ */
|
|
38153
|
+
children: b ? "Loading..." : /* @__PURE__ */ ge.jsx(zr, { width: "100%", height: "100%", value: _ })
|
|
38141
38154
|
}
|
|
38142
38155
|
),
|
|
38143
|
-
!b && /* @__PURE__ */
|
|
38156
|
+
!b && /* @__PURE__ */ ge.jsx(
|
|
38144
38157
|
"p",
|
|
38145
38158
|
{
|
|
38146
38159
|
style: {
|
|
@@ -38621,7 +38634,7 @@ const Rm = {
|
|
|
38621
38634
|
accent: "#8b9cff",
|
|
38622
38635
|
tabActive: "#ffffff",
|
|
38623
38636
|
tabInactive: "#8a8a94"
|
|
38624
|
-
},
|
|
38637
|
+
}, u0 = ({
|
|
38625
38638
|
open: e = !1,
|
|
38626
38639
|
onOpenChange: n,
|
|
38627
38640
|
siteName: a = "",
|
|
@@ -38632,8 +38645,8 @@ const Rm = {
|
|
|
38632
38645
|
overlayStyle: d = {},
|
|
38633
38646
|
contentStyle: l = {}
|
|
38634
38647
|
}) => {
|
|
38635
|
-
const t =
|
|
38636
|
-
if (e !== b && (_(e), e && c(m)),
|
|
38648
|
+
const t = me(), i = g ?? t?.lng, o = Je(i), s = wm(o), p = { siteName: a, siteUrl: r }, m = qn.includes(u) ? u : "privacy", [f, c] = da(m), [b, _] = da(e);
|
|
38649
|
+
if (e !== b && (_(e), e && c(m)), fe(() => {
|
|
38637
38650
|
if (!e) return;
|
|
38638
38651
|
const v = (S) => {
|
|
38639
38652
|
S.key === "Escape" && n?.(!1);
|
|
@@ -38645,7 +38658,7 @@ const Rm = {
|
|
|
38645
38658
|
};
|
|
38646
38659
|
}, [e, n]), !e) return null;
|
|
38647
38660
|
const U = s[f], C = () => n?.(!1);
|
|
38648
|
-
return /* @__PURE__ */
|
|
38661
|
+
return /* @__PURE__ */ ge.jsx(
|
|
38649
38662
|
"div",
|
|
38650
38663
|
{
|
|
38651
38664
|
role: "dialog",
|
|
@@ -38665,7 +38678,7 @@ const Rm = {
|
|
|
38665
38678
|
boxSizing: "border-box",
|
|
38666
38679
|
...d
|
|
38667
38680
|
},
|
|
38668
|
-
children: /* @__PURE__ */
|
|
38681
|
+
children: /* @__PURE__ */ ge.jsxs(
|
|
38669
38682
|
"div",
|
|
38670
38683
|
{
|
|
38671
38684
|
onClick: (v) => v.stopPropagation(),
|
|
@@ -38684,7 +38697,7 @@ const Rm = {
|
|
|
38684
38697
|
...l
|
|
38685
38698
|
},
|
|
38686
38699
|
children: [
|
|
38687
|
-
/* @__PURE__ */
|
|
38700
|
+
/* @__PURE__ */ ge.jsxs(
|
|
38688
38701
|
"div",
|
|
38689
38702
|
{
|
|
38690
38703
|
style: {
|
|
@@ -38704,7 +38717,7 @@ const Rm = {
|
|
|
38704
38717
|
fontWeight: 500,
|
|
38705
38718
|
borderBottom: "2px solid transparent"
|
|
38706
38719
|
};
|
|
38707
|
-
return /* @__PURE__ */
|
|
38720
|
+
return /* @__PURE__ */ ge.jsx(
|
|
38708
38721
|
"button",
|
|
38709
38722
|
{
|
|
38710
38723
|
type: "button",
|
|
@@ -38723,7 +38736,7 @@ const Rm = {
|
|
|
38723
38736
|
v
|
|
38724
38737
|
);
|
|
38725
38738
|
}),
|
|
38726
|
-
/* @__PURE__ */
|
|
38739
|
+
/* @__PURE__ */ ge.jsx(
|
|
38727
38740
|
"button",
|
|
38728
38741
|
{
|
|
38729
38742
|
type: "button",
|
|
@@ -38743,15 +38756,15 @@ const Rm = {
|
|
|
38743
38756
|
]
|
|
38744
38757
|
}
|
|
38745
38758
|
),
|
|
38746
|
-
/* @__PURE__ */
|
|
38747
|
-
/* @__PURE__ */
|
|
38748
|
-
U?.updatedAt && /* @__PURE__ */
|
|
38759
|
+
/* @__PURE__ */ ge.jsxs("div", { style: { padding: 20, overflowY: "auto" }, children: [
|
|
38760
|
+
/* @__PURE__ */ ge.jsx("h2", { style: { margin: "0 0 4px", fontSize: 20, color: $e.title }, children: pi(U?.title, p) }),
|
|
38761
|
+
U?.updatedAt && /* @__PURE__ */ ge.jsxs("p", { style: { margin: "0 0 16px", fontSize: 12, color: $e.muted }, children: [
|
|
38749
38762
|
s.updatedLabel,
|
|
38750
38763
|
":",
|
|
38751
38764
|
U.updatedAt
|
|
38752
38765
|
] }),
|
|
38753
|
-
U?.sections?.map((v, h) => /* @__PURE__ */
|
|
38754
|
-
v.heading ? /* @__PURE__ */
|
|
38766
|
+
U?.sections?.map((v, h) => /* @__PURE__ */ ge.jsxs("div", { style: { marginBottom: 16 }, children: [
|
|
38767
|
+
v.heading ? /* @__PURE__ */ ge.jsx(
|
|
38755
38768
|
"h3",
|
|
38756
38769
|
{
|
|
38757
38770
|
style: {
|
|
@@ -38763,7 +38776,7 @@ const Rm = {
|
|
|
38763
38776
|
children: pi(v.heading, p)
|
|
38764
38777
|
}
|
|
38765
38778
|
) : null,
|
|
38766
|
-
v.body.map((S, N) => /* @__PURE__ */
|
|
38779
|
+
v.body.map((S, N) => /* @__PURE__ */ ge.jsx(
|
|
38767
38780
|
"p",
|
|
38768
38781
|
{
|
|
38769
38782
|
style: {
|
|
@@ -38783,26 +38796,26 @@ const Rm = {
|
|
|
38783
38796
|
)
|
|
38784
38797
|
}
|
|
38785
38798
|
);
|
|
38786
|
-
},
|
|
38787
|
-
const [n, a] = da(e), r =
|
|
38799
|
+
}, p0 = (e = !1) => {
|
|
38800
|
+
const [n, a] = da(e), r = O(() => a(!0), []), u = O(() => a(!1), []), g = O(() => a((d) => !d), []), y = O((d) => a(!!d), []);
|
|
38788
38801
|
return { open: n, setOpen: a, onOpen: r, onClose: u, onToggle: g, onOpenChange: y };
|
|
38789
38802
|
};
|
|
38790
38803
|
export {
|
|
38791
38804
|
jn as ApiCtx,
|
|
38792
|
-
|
|
38793
|
-
|
|
38805
|
+
i0 as ApiProvider,
|
|
38806
|
+
n0 as Bind,
|
|
38794
38807
|
ir as GamesInfoCtx,
|
|
38795
|
-
|
|
38796
|
-
|
|
38808
|
+
l0 as LineLogin,
|
|
38809
|
+
m0 as LineQrCode,
|
|
38797
38810
|
Di as MONTH_CARD_QUERY_KEY,
|
|
38798
38811
|
Ue as SOCKET_TYPE,
|
|
38799
38812
|
Ya as STATUS_TYPES,
|
|
38800
38813
|
Yn as StatusContext,
|
|
38801
38814
|
ll as StatusProvider,
|
|
38802
|
-
|
|
38803
|
-
|
|
38815
|
+
u0 as TermsDialog,
|
|
38816
|
+
r0 as WebSocketDevPanel,
|
|
38804
38817
|
cm as buildMultiTypes,
|
|
38805
|
-
|
|
38818
|
+
a0 as buildMultiTypesWithSubTypes,
|
|
38806
38819
|
pl as buildSinglePlatformWithSubTypes,
|
|
38807
38820
|
ul as buildSingleType,
|
|
38808
38821
|
dm as categorizeGames,
|
|
@@ -38827,61 +38840,62 @@ export {
|
|
|
38827
38840
|
Cm as initMockWindowData,
|
|
38828
38841
|
pi as interpolate,
|
|
38829
38842
|
ym as processGameInfo,
|
|
38830
|
-
|
|
38843
|
+
t0 as processPlatformData,
|
|
38831
38844
|
ss as resolveGameMaintainDisplay,
|
|
38832
|
-
|
|
38845
|
+
xu as useAbandonEventWallet,
|
|
38833
38846
|
jm as useAbandonPoint,
|
|
38834
|
-
|
|
38835
|
-
|
|
38847
|
+
me as useApiContext,
|
|
38848
|
+
du as useAvatarList,
|
|
38836
38849
|
Vm as useBalanceGetter,
|
|
38837
38850
|
Km as useBet,
|
|
38838
|
-
|
|
38851
|
+
gu as useBetRankingData,
|
|
38839
38852
|
No as useBetRecord,
|
|
38840
38853
|
Lo as useBetRecordDetail,
|
|
38841
38854
|
ls as useBindAccount,
|
|
38842
38855
|
us as useCheckCurrentEventProgress,
|
|
38843
38856
|
ps as useCheckEventStatus,
|
|
38844
38857
|
eu as useCheckMemberTransfer,
|
|
38858
|
+
ru as useCheckMobile,
|
|
38845
38859
|
Qm as useCheckPlayerWager,
|
|
38846
|
-
|
|
38847
|
-
|
|
38860
|
+
_u as useClientWebSocket,
|
|
38861
|
+
mu as useCreateMachine,
|
|
38848
38862
|
em as useCurrentRebate,
|
|
38849
38863
|
As as useDepositAction,
|
|
38850
38864
|
Bs as useDepositTransaction,
|
|
38851
38865
|
ws as useDepositV1,
|
|
38852
38866
|
Fs as useDepositV2,
|
|
38853
|
-
|
|
38854
|
-
|
|
38855
|
-
|
|
38856
|
-
|
|
38857
|
-
|
|
38867
|
+
Au as useDepositWalletLog,
|
|
38868
|
+
p0 as useDisclosure,
|
|
38869
|
+
hu as useEnabledEventWallet,
|
|
38870
|
+
Tu as useEvaluateEventWallet,
|
|
38871
|
+
Cu as useEvent,
|
|
38858
38872
|
ms as useEventList,
|
|
38859
38873
|
Hs as useEventTransaction,
|
|
38860
|
-
|
|
38874
|
+
Bu as useEventWalletLog,
|
|
38861
38875
|
rm as useExpiredRewardsList,
|
|
38862
|
-
|
|
38876
|
+
Xu as useGameConfig,
|
|
38863
38877
|
Wm as useGameInfoContext,
|
|
38864
38878
|
Um as useGamesInfo,
|
|
38865
|
-
|
|
38866
|
-
|
|
38867
|
-
|
|
38879
|
+
Su as useGetAnnouncement,
|
|
38880
|
+
Eu as useGetCarouseList,
|
|
38881
|
+
vu as useGetEventWalletList,
|
|
38868
38882
|
rs as useGetMachineLoginCode,
|
|
38869
|
-
|
|
38883
|
+
Du as useGetMarquee,
|
|
38870
38884
|
Jm as useGetMemberInfo,
|
|
38871
|
-
|
|
38885
|
+
Nu as useGetRankingGame,
|
|
38872
38886
|
lm as useHistoryRewardsList,
|
|
38873
|
-
|
|
38874
|
-
|
|
38887
|
+
Lu as useIdleTimeout,
|
|
38888
|
+
Gu as useInbox,
|
|
38875
38889
|
Ms as useInboxList,
|
|
38876
38890
|
Zm as useInitializeWithToken,
|
|
38877
|
-
|
|
38878
|
-
|
|
38891
|
+
wu as useInvoiceAction,
|
|
38892
|
+
pu as useJackpotData,
|
|
38879
38893
|
gr as useLineLogin,
|
|
38880
38894
|
ns as useLineLogin2,
|
|
38881
38895
|
Zo as useLogin,
|
|
38882
38896
|
Ko as useLogout,
|
|
38883
38897
|
Ym as useMachineLogin,
|
|
38884
|
-
|
|
38898
|
+
Uu as useMemberEventSettle,
|
|
38885
38899
|
Yo as useMemberInitSet,
|
|
38886
38900
|
Xm as useMemberTransfer,
|
|
38887
38901
|
nu as useMobileByPassword,
|
|
@@ -38890,52 +38904,52 @@ export {
|
|
|
38890
38904
|
iu as useMobileRegister,
|
|
38891
38905
|
qm as useMonthCard,
|
|
38892
38906
|
Vo as useMonthCardInfo,
|
|
38893
|
-
|
|
38894
|
-
|
|
38895
|
-
|
|
38896
|
-
|
|
38897
|
-
|
|
38898
|
-
|
|
38907
|
+
Ru as useNewsDetail,
|
|
38908
|
+
Mu as useNewsList,
|
|
38909
|
+
zu as useOtherTransaction,
|
|
38910
|
+
Vu as usePayment,
|
|
38911
|
+
e0 as usePlatformConfig,
|
|
38912
|
+
Ju as usePlayGame,
|
|
38899
38913
|
$m as usePointTransfer,
|
|
38900
38914
|
Rs as useReadInbox,
|
|
38901
|
-
|
|
38902
|
-
|
|
38915
|
+
Zu as useRebate,
|
|
38916
|
+
Hu as useRebateWalletLog,
|
|
38903
38917
|
am as useReceiveRebate,
|
|
38904
|
-
|
|
38905
|
-
|
|
38918
|
+
Pu as useRedeemCodeDeposit,
|
|
38919
|
+
yu as useRedeemEventReward,
|
|
38906
38920
|
im as useRedeemReward,
|
|
38907
|
-
|
|
38921
|
+
$u as useRedeemTreasure,
|
|
38908
38922
|
jo as useResetUserPassword,
|
|
38909
38923
|
es as useResetUserTransactionPassword,
|
|
38910
|
-
|
|
38924
|
+
Ku as useRewards,
|
|
38911
38925
|
tm as useRewardsList,
|
|
38912
|
-
|
|
38926
|
+
lu as useSendMobileVerifyCode,
|
|
38913
38927
|
Xo as useSetUserTransactionPassword,
|
|
38914
|
-
|
|
38915
|
-
|
|
38928
|
+
bu as useSettleEvent,
|
|
38929
|
+
ku as useSettleEventWallet,
|
|
38916
38930
|
qo as useSignUp,
|
|
38917
|
-
|
|
38931
|
+
Iu as useSnCashRecord,
|
|
38918
38932
|
Xn as useStatus,
|
|
38919
38933
|
$o as useToggleFavoriteGame,
|
|
38920
38934
|
is as useTransferInGame,
|
|
38921
|
-
|
|
38922
|
-
|
|
38935
|
+
qu as useTreasureList,
|
|
38936
|
+
Wu as useTreasureWalletLog,
|
|
38923
38937
|
nm as useUnUsedRewardsList,
|
|
38924
|
-
|
|
38925
|
-
|
|
38938
|
+
cu as useUpdateAvatar,
|
|
38939
|
+
Fu as useUpdateInvoiceAction,
|
|
38926
38940
|
Qo as useUpdateUserInfo,
|
|
38927
|
-
|
|
38941
|
+
fu as useUser,
|
|
38928
38942
|
ts as useUserBindCard,
|
|
38929
38943
|
as as useUserRebate,
|
|
38930
|
-
|
|
38931
|
-
|
|
38932
|
-
|
|
38933
|
-
|
|
38934
|
-
|
|
38944
|
+
su as useVerifyDonationCode,
|
|
38945
|
+
ou as useVerifyPhoneBar,
|
|
38946
|
+
uu as useVerifyResetAction,
|
|
38947
|
+
ju as useVip,
|
|
38948
|
+
Qu as useVipInfo,
|
|
38935
38949
|
om as useVipList,
|
|
38936
|
-
|
|
38950
|
+
Yu as useWebView2,
|
|
38937
38951
|
Os as useWithdrawAction,
|
|
38938
38952
|
Jo as useWithdrawMonthCard,
|
|
38939
38953
|
Is as useWithdrawTransaction,
|
|
38940
|
-
|
|
38954
|
+
Ou as useWithdrawWalletLog
|
|
38941
38955
|
};
|