@obb871001/api-integration-sdk 1.0.316 → 1.0.318
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 +6 -6
- package/dist/index.js +931 -911
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51,57 +51,57 @@ var Nt;
|
|
|
51
51
|
function ql() {
|
|
52
52
|
return Nt || (Nt = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
53
53
|
var e = de, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), l = Symbol.for("react.fragment"), p = Symbol.for("react.strict_mode"), g = Symbol.for("react.profiler"), b = Symbol.for("react.provider"), d = Symbol.for("react.context"), r = Symbol.for("react.forward_ref"), a = Symbol.for("react.suspense"), t = Symbol.for("react.suspense_list"), o = Symbol.for("react.memo"), s = Symbol.for("react.lazy"), u = Symbol.for("react.offscreen"), m = Symbol.iterator, c = "@@iterator";
|
|
54
|
-
function f(
|
|
55
|
-
if (
|
|
54
|
+
function f(T) {
|
|
55
|
+
if (T === null || typeof T != "object")
|
|
56
56
|
return null;
|
|
57
|
-
var z = m &&
|
|
57
|
+
var z = m && T[m] || T[c];
|
|
58
58
|
return typeof z == "function" ? z : null;
|
|
59
59
|
}
|
|
60
60
|
var y = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
61
|
-
function _(
|
|
61
|
+
function _(T) {
|
|
62
62
|
{
|
|
63
63
|
for (var z = arguments.length, J = new Array(z > 1 ? z - 1 : 0), $ = 1; $ < z; $++)
|
|
64
64
|
J[$ - 1] = arguments[$];
|
|
65
|
-
U("error",
|
|
65
|
+
U("error", T, J);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
function U(
|
|
68
|
+
function U(T, z, J) {
|
|
69
69
|
{
|
|
70
|
-
var $ = y.ReactDebugCurrentFrame,
|
|
71
|
-
|
|
70
|
+
var $ = y.ReactDebugCurrentFrame, ue = $.getStackAddendum();
|
|
71
|
+
ue !== "" && (z += "%s", J = J.concat([ue]));
|
|
72
72
|
var pe = J.map(function(ne) {
|
|
73
73
|
return String(ne);
|
|
74
74
|
});
|
|
75
|
-
pe.unshift("Warning: " + z), Function.prototype.apply.call(console[
|
|
75
|
+
pe.unshift("Warning: " + z), Function.prototype.apply.call(console[T], console, pe);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
-
var C = !1, v = !1, x = !1, S = !1,
|
|
79
|
-
|
|
80
|
-
function k(
|
|
81
|
-
return !!(typeof
|
|
78
|
+
var C = !1, v = !1, x = !1, S = !1, L = !1, H;
|
|
79
|
+
H = Symbol.for("react.module.reference");
|
|
80
|
+
function k(T) {
|
|
81
|
+
return !!(typeof T == "string" || typeof T == "function" || T === l || T === g || L || T === p || T === a || T === t || S || T === u || C || v || x || typeof T == "object" && T !== null && (T.$$typeof === s || T.$$typeof === o || T.$$typeof === b || T.$$typeof === d || T.$$typeof === r || // 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
|
-
|
|
85
|
+
T.$$typeof === H || T.getModuleId !== void 0));
|
|
86
86
|
}
|
|
87
|
-
function T
|
|
88
|
-
var $ =
|
|
87
|
+
function h(T, z, J) {
|
|
88
|
+
var $ = T.displayName;
|
|
89
89
|
if ($)
|
|
90
90
|
return $;
|
|
91
|
-
var
|
|
92
|
-
return
|
|
91
|
+
var ue = z.displayName || z.name || "";
|
|
92
|
+
return ue !== "" ? J + "(" + ue + ")" : J;
|
|
93
93
|
}
|
|
94
|
-
function
|
|
95
|
-
return
|
|
94
|
+
function A(T) {
|
|
95
|
+
return T.displayName || "Context";
|
|
96
96
|
}
|
|
97
|
-
function B(
|
|
98
|
-
if (
|
|
97
|
+
function B(T) {
|
|
98
|
+
if (T == null)
|
|
99
99
|
return null;
|
|
100
|
-
if (typeof
|
|
101
|
-
return
|
|
102
|
-
if (typeof
|
|
103
|
-
return
|
|
104
|
-
switch (
|
|
100
|
+
if (typeof T.tag == "number" && _("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof T == "function")
|
|
101
|
+
return T.displayName || T.name || null;
|
|
102
|
+
if (typeof T == "string")
|
|
103
|
+
return T;
|
|
104
|
+
switch (T) {
|
|
105
105
|
case l:
|
|
106
106
|
return "Fragment";
|
|
107
107
|
case i:
|
|
@@ -115,21 +115,21 @@ function ql() {
|
|
|
115
115
|
case t:
|
|
116
116
|
return "SuspenseList";
|
|
117
117
|
}
|
|
118
|
-
if (typeof
|
|
119
|
-
switch (
|
|
118
|
+
if (typeof T == "object")
|
|
119
|
+
switch (T.$$typeof) {
|
|
120
120
|
case d:
|
|
121
|
-
var z =
|
|
122
|
-
return
|
|
121
|
+
var z = T;
|
|
122
|
+
return A(z) + ".Consumer";
|
|
123
123
|
case b:
|
|
124
|
-
var J =
|
|
125
|
-
return
|
|
124
|
+
var J = T;
|
|
125
|
+
return A(J._context) + ".Provider";
|
|
126
126
|
case r:
|
|
127
|
-
return T
|
|
127
|
+
return h(T, T.render, "ForwardRef");
|
|
128
128
|
case o:
|
|
129
|
-
var $ =
|
|
130
|
-
return $ !== null ? $ : B(
|
|
129
|
+
var $ = T.displayName || null;
|
|
130
|
+
return $ !== null ? $ : B(T.type) || "Memo";
|
|
131
131
|
case s: {
|
|
132
|
-
var
|
|
132
|
+
var ue = T, pe = ue._payload, ne = ue._init;
|
|
133
133
|
try {
|
|
134
134
|
return B(ne(pe));
|
|
135
135
|
} catch {
|
|
@@ -139,80 +139,80 @@ function ql() {
|
|
|
139
139
|
}
|
|
140
140
|
return null;
|
|
141
141
|
}
|
|
142
|
-
var w = Object.assign,
|
|
143
|
-
function
|
|
142
|
+
var w = Object.assign, G = 0, R, W, N, P, O, D, E;
|
|
143
|
+
function F() {
|
|
144
144
|
}
|
|
145
|
-
|
|
145
|
+
F.__reactDisabledLog = !0;
|
|
146
146
|
function M() {
|
|
147
147
|
{
|
|
148
|
-
if (
|
|
149
|
-
|
|
150
|
-
var
|
|
148
|
+
if (G === 0) {
|
|
149
|
+
R = console.log, W = console.info, N = console.warn, P = console.error, O = console.group, D = console.groupCollapsed, E = console.groupEnd;
|
|
150
|
+
var T = {
|
|
151
151
|
configurable: !0,
|
|
152
152
|
enumerable: !0,
|
|
153
|
-
value:
|
|
153
|
+
value: F,
|
|
154
154
|
writable: !0
|
|
155
155
|
};
|
|
156
156
|
Object.defineProperties(console, {
|
|
157
|
-
info:
|
|
158
|
-
log:
|
|
159
|
-
warn:
|
|
160
|
-
error:
|
|
161
|
-
group:
|
|
162
|
-
groupCollapsed:
|
|
163
|
-
groupEnd:
|
|
157
|
+
info: T,
|
|
158
|
+
log: T,
|
|
159
|
+
warn: T,
|
|
160
|
+
error: T,
|
|
161
|
+
group: T,
|
|
162
|
+
groupCollapsed: T,
|
|
163
|
+
groupEnd: T
|
|
164
164
|
});
|
|
165
165
|
}
|
|
166
|
-
|
|
166
|
+
G++;
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
function K() {
|
|
170
170
|
{
|
|
171
|
-
if (
|
|
172
|
-
var
|
|
171
|
+
if (G--, G === 0) {
|
|
172
|
+
var T = {
|
|
173
173
|
configurable: !0,
|
|
174
174
|
enumerable: !0,
|
|
175
175
|
writable: !0
|
|
176
176
|
};
|
|
177
177
|
Object.defineProperties(console, {
|
|
178
|
-
log: w({},
|
|
179
|
-
value:
|
|
178
|
+
log: w({}, T, {
|
|
179
|
+
value: R
|
|
180
180
|
}),
|
|
181
|
-
info: w({},
|
|
182
|
-
value:
|
|
181
|
+
info: w({}, T, {
|
|
182
|
+
value: W
|
|
183
183
|
}),
|
|
184
|
-
warn: w({},
|
|
185
|
-
value:
|
|
184
|
+
warn: w({}, T, {
|
|
185
|
+
value: N
|
|
186
186
|
}),
|
|
187
|
-
error: w({},
|
|
188
|
-
value:
|
|
187
|
+
error: w({}, T, {
|
|
188
|
+
value: P
|
|
189
189
|
}),
|
|
190
|
-
group: w({},
|
|
191
|
-
value:
|
|
190
|
+
group: w({}, T, {
|
|
191
|
+
value: O
|
|
192
192
|
}),
|
|
193
|
-
groupCollapsed: w({},
|
|
193
|
+
groupCollapsed: w({}, T, {
|
|
194
194
|
value: D
|
|
195
195
|
}),
|
|
196
|
-
groupEnd: w({},
|
|
196
|
+
groupEnd: w({}, T, {
|
|
197
197
|
value: E
|
|
198
198
|
})
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
|
-
|
|
201
|
+
G < 0 && _("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
var q = y.ReactCurrentDispatcher, j;
|
|
205
|
-
function Z(
|
|
205
|
+
function Z(T, z, J) {
|
|
206
206
|
{
|
|
207
207
|
if (j === void 0)
|
|
208
208
|
try {
|
|
209
209
|
throw Error();
|
|
210
|
-
} catch (
|
|
211
|
-
var $ =
|
|
210
|
+
} catch (ue) {
|
|
211
|
+
var $ = ue.stack.trim().match(/\n( *(at )?)/);
|
|
212
212
|
j = $ && $[1] || "";
|
|
213
213
|
}
|
|
214
214
|
return `
|
|
215
|
-
` + j +
|
|
215
|
+
` + j + T;
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
var ae = !1, te;
|
|
@@ -220,17 +220,17 @@ function ql() {
|
|
|
220
220
|
var _e = typeof WeakMap == "function" ? WeakMap : Map;
|
|
221
221
|
te = new _e();
|
|
222
222
|
}
|
|
223
|
-
function ye(
|
|
224
|
-
if (!
|
|
223
|
+
function ye(T, z) {
|
|
224
|
+
if (!T || ae)
|
|
225
225
|
return "";
|
|
226
226
|
{
|
|
227
|
-
var J = te.get(
|
|
227
|
+
var J = te.get(T);
|
|
228
228
|
if (J !== void 0)
|
|
229
229
|
return J;
|
|
230
230
|
}
|
|
231
231
|
var $;
|
|
232
232
|
ae = !0;
|
|
233
|
-
var
|
|
233
|
+
var ue = Error.prepareStackTrace;
|
|
234
234
|
Error.prepareStackTrace = void 0;
|
|
235
235
|
var pe;
|
|
236
236
|
pe = q.current, q.current = null, M();
|
|
@@ -249,14 +249,14 @@ function ql() {
|
|
|
249
249
|
} catch (We) {
|
|
250
250
|
$ = We;
|
|
251
251
|
}
|
|
252
|
-
Reflect.construct(
|
|
252
|
+
Reflect.construct(T, [], ne);
|
|
253
253
|
} else {
|
|
254
254
|
try {
|
|
255
255
|
ne.call();
|
|
256
256
|
} catch (We) {
|
|
257
257
|
$ = We;
|
|
258
258
|
}
|
|
259
|
-
|
|
259
|
+
T.call(ne.prototype);
|
|
260
260
|
}
|
|
261
261
|
} else {
|
|
262
262
|
try {
|
|
@@ -264,7 +264,7 @@ function ql() {
|
|
|
264
264
|
} catch (We) {
|
|
265
265
|
$ = We;
|
|
266
266
|
}
|
|
267
|
-
|
|
267
|
+
T();
|
|
268
268
|
}
|
|
269
269
|
} catch (We) {
|
|
270
270
|
if (We && $ && typeof We.stack == "string") {
|
|
@@ -279,48 +279,48 @@ function ql() {
|
|
|
279
279
|
if (be--, he--, he < 0 || X[be] !== Oe[he]) {
|
|
280
280
|
var Ke = `
|
|
281
281
|
` + X[be].replace(" at new ", " at ");
|
|
282
|
-
return
|
|
282
|
+
return T.displayName && Ke.includes("<anonymous>") && (Ke = Ke.replace("<anonymous>", T.displayName)), typeof T == "function" && te.set(T, Ke), Ke;
|
|
283
283
|
}
|
|
284
284
|
while (be >= 1 && he >= 0);
|
|
285
285
|
break;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
} finally {
|
|
289
|
-
ae = !1, q.current = pe, K(), Error.prepareStackTrace =
|
|
289
|
+
ae = !1, q.current = pe, K(), Error.prepareStackTrace = ue;
|
|
290
290
|
}
|
|
291
|
-
var Pa =
|
|
292
|
-
return typeof
|
|
291
|
+
var Pa = T ? T.displayName || T.name : "", Ca = Pa ? Z(Pa) : "";
|
|
292
|
+
return typeof T == "function" && te.set(T, Ca), Ca;
|
|
293
293
|
}
|
|
294
|
-
function
|
|
295
|
-
return ye(
|
|
294
|
+
function me(T, z, J) {
|
|
295
|
+
return ye(T, !1);
|
|
296
296
|
}
|
|
297
|
-
function ce(
|
|
298
|
-
var z =
|
|
297
|
+
function ce(T) {
|
|
298
|
+
var z = T.prototype;
|
|
299
299
|
return !!(z && z.isReactComponent);
|
|
300
300
|
}
|
|
301
|
-
function ke(
|
|
302
|
-
if (
|
|
301
|
+
function ke(T, z, J) {
|
|
302
|
+
if (T == null)
|
|
303
303
|
return "";
|
|
304
|
-
if (typeof
|
|
305
|
-
return ye(
|
|
306
|
-
if (typeof
|
|
307
|
-
return Z(
|
|
308
|
-
switch (
|
|
304
|
+
if (typeof T == "function")
|
|
305
|
+
return ye(T, ce(T));
|
|
306
|
+
if (typeof T == "string")
|
|
307
|
+
return Z(T);
|
|
308
|
+
switch (T) {
|
|
309
309
|
case a:
|
|
310
310
|
return Z("Suspense");
|
|
311
311
|
case t:
|
|
312
312
|
return Z("SuspenseList");
|
|
313
313
|
}
|
|
314
|
-
if (typeof
|
|
315
|
-
switch (
|
|
314
|
+
if (typeof T == "object")
|
|
315
|
+
switch (T.$$typeof) {
|
|
316
316
|
case r:
|
|
317
|
-
return
|
|
317
|
+
return me(T.render);
|
|
318
318
|
case o:
|
|
319
|
-
return ke(
|
|
319
|
+
return ke(T.type, z, J);
|
|
320
320
|
case s: {
|
|
321
|
-
var $ =
|
|
321
|
+
var $ = T, ue = $._payload, pe = $._init;
|
|
322
322
|
try {
|
|
323
|
-
return ke(pe(
|
|
323
|
+
return ke(pe(ue), z, J);
|
|
324
324
|
} catch {
|
|
325
325
|
}
|
|
326
326
|
}
|
|
@@ -328,55 +328,55 @@ function ql() {
|
|
|
328
328
|
return "";
|
|
329
329
|
}
|
|
330
330
|
var Ue = Object.prototype.hasOwnProperty, Ie = {}, Ce = y.ReactDebugCurrentFrame;
|
|
331
|
-
function Ge(
|
|
332
|
-
if (
|
|
333
|
-
var z =
|
|
331
|
+
function Ge(T) {
|
|
332
|
+
if (T) {
|
|
333
|
+
var z = T._owner, J = ke(T.type, T._source, z ? z.type : null);
|
|
334
334
|
Ce.setExtraStackFrame(J);
|
|
335
335
|
} else
|
|
336
336
|
Ce.setExtraStackFrame(null);
|
|
337
337
|
}
|
|
338
|
-
function ea(
|
|
338
|
+
function ea(T, z, J, $, ue) {
|
|
339
339
|
{
|
|
340
340
|
var pe = Function.call.bind(Ue);
|
|
341
|
-
for (var ne in
|
|
342
|
-
if (pe(
|
|
341
|
+
for (var ne in T)
|
|
342
|
+
if (pe(T, ne)) {
|
|
343
343
|
var X = void 0;
|
|
344
344
|
try {
|
|
345
|
-
if (typeof
|
|
346
|
-
var Oe = Error(($ || "React class") + ": " + J + " type `" + ne + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof
|
|
345
|
+
if (typeof T[ne] != "function") {
|
|
346
|
+
var Oe = Error(($ || "React class") + ": " + J + " type `" + ne + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof T[ne] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
347
347
|
throw Oe.name = "Invariant Violation", Oe;
|
|
348
348
|
}
|
|
349
|
-
X =
|
|
349
|
+
X = T[ne](z, ne, $, J, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
350
350
|
} catch (be) {
|
|
351
351
|
X = be;
|
|
352
352
|
}
|
|
353
|
-
X && !(X instanceof Error) && (Ge(
|
|
353
|
+
X && !(X instanceof Error) && (Ge(ue), _("%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).", $ || "React class", J, ne, typeof X), Ge(null)), X instanceof Error && !(X.message in Ie) && (Ie[X.message] = !0, Ge(ue), _("Failed %s type: %s", J, X.message), Ge(null));
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
var Me = Array.isArray;
|
|
358
|
-
function ve(
|
|
359
|
-
return Me(
|
|
358
|
+
function ve(T) {
|
|
359
|
+
return Me(T);
|
|
360
360
|
}
|
|
361
|
-
function He(
|
|
361
|
+
function He(T) {
|
|
362
362
|
{
|
|
363
|
-
var z = typeof Symbol == "function" && Symbol.toStringTag, J = z &&
|
|
363
|
+
var z = typeof Symbol == "function" && Symbol.toStringTag, J = z && T[Symbol.toStringTag] || T.constructor.name || "Object";
|
|
364
364
|
return J;
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
function aa(
|
|
367
|
+
function aa(T) {
|
|
368
368
|
try {
|
|
369
|
-
return ia(
|
|
369
|
+
return ia(T), !1;
|
|
370
370
|
} catch {
|
|
371
371
|
return !0;
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
|
-
function ia(
|
|
375
|
-
return "" +
|
|
374
|
+
function ia(T) {
|
|
375
|
+
return "" + T;
|
|
376
376
|
}
|
|
377
|
-
function xe(
|
|
378
|
-
if (aa(
|
|
379
|
-
return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", He(
|
|
377
|
+
function xe(T) {
|
|
378
|
+
if (aa(T))
|
|
379
|
+
return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", He(T)), ia(T);
|
|
380
380
|
}
|
|
381
381
|
var Re = y.ReactCurrentOwner, Qe = {
|
|
382
382
|
key: !0,
|
|
@@ -384,53 +384,53 @@ function ql() {
|
|
|
384
384
|
__self: !0,
|
|
385
385
|
__source: !0
|
|
386
386
|
}, oa, ga;
|
|
387
|
-
function Ve(
|
|
388
|
-
if (Ue.call(
|
|
389
|
-
var z = Object.getOwnPropertyDescriptor(
|
|
387
|
+
function Ve(T) {
|
|
388
|
+
if (Ue.call(T, "ref")) {
|
|
389
|
+
var z = Object.getOwnPropertyDescriptor(T, "ref").get;
|
|
390
390
|
if (z && z.isReactWarning)
|
|
391
391
|
return !1;
|
|
392
392
|
}
|
|
393
|
-
return
|
|
393
|
+
return T.ref !== void 0;
|
|
394
394
|
}
|
|
395
|
-
function je(
|
|
396
|
-
if (Ue.call(
|
|
397
|
-
var z = Object.getOwnPropertyDescriptor(
|
|
395
|
+
function je(T) {
|
|
396
|
+
if (Ue.call(T, "key")) {
|
|
397
|
+
var z = Object.getOwnPropertyDescriptor(T, "key").get;
|
|
398
398
|
if (z && z.isReactWarning)
|
|
399
399
|
return !1;
|
|
400
400
|
}
|
|
401
|
-
return
|
|
401
|
+
return T.key !== void 0;
|
|
402
402
|
}
|
|
403
|
-
function za(
|
|
404
|
-
typeof
|
|
403
|
+
function za(T, z) {
|
|
404
|
+
typeof T.ref == "string" && Re.current;
|
|
405
405
|
}
|
|
406
|
-
function Ea(
|
|
406
|
+
function Ea(T, z) {
|
|
407
407
|
{
|
|
408
408
|
var J = function() {
|
|
409
409
|
oa || (oa = !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
|
-
J.isReactWarning = !0, Object.defineProperty(
|
|
411
|
+
J.isReactWarning = !0, Object.defineProperty(T, "key", {
|
|
412
412
|
get: J,
|
|
413
413
|
configurable: !0
|
|
414
414
|
});
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
function Na(
|
|
417
|
+
function Na(T, z) {
|
|
418
418
|
{
|
|
419
419
|
var J = function() {
|
|
420
420
|
ga || (ga = !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
|
-
J.isReactWarning = !0, Object.defineProperty(
|
|
422
|
+
J.isReactWarning = !0, Object.defineProperty(T, "ref", {
|
|
423
423
|
get: J,
|
|
424
424
|
configurable: !0
|
|
425
425
|
});
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
|
-
var Ia = function(
|
|
428
|
+
var Ia = function(T, z, J, $, ue, pe, ne) {
|
|
429
429
|
var X = {
|
|
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
|
-
type:
|
|
433
|
+
type: T,
|
|
434
434
|
key: z,
|
|
435
435
|
ref: J,
|
|
436
436
|
props: ne,
|
|
@@ -451,61 +451,61 @@ function ql() {
|
|
|
451
451
|
configurable: !1,
|
|
452
452
|
enumerable: !1,
|
|
453
453
|
writable: !1,
|
|
454
|
-
value:
|
|
454
|
+
value: ue
|
|
455
455
|
}), Object.freeze && (Object.freeze(X.props), Object.freeze(X)), X;
|
|
456
456
|
};
|
|
457
|
-
function Va(
|
|
457
|
+
function Va(T, z, J, $, ue) {
|
|
458
458
|
{
|
|
459
459
|
var pe, ne = {}, X = null, Oe = null;
|
|
460
|
-
J !== void 0 && (xe(J), X = "" + J), je(z) && (xe(z.key), X = "" + z.key), Ve(z) && (Oe = z.ref, za(z,
|
|
460
|
+
J !== void 0 && (xe(J), X = "" + J), je(z) && (xe(z.key), X = "" + z.key), Ve(z) && (Oe = z.ref, za(z, ue));
|
|
461
461
|
for (pe in z)
|
|
462
462
|
Ue.call(z, pe) && !Qe.hasOwnProperty(pe) && (ne[pe] = z[pe]);
|
|
463
|
-
if (
|
|
464
|
-
var be =
|
|
463
|
+
if (T && T.defaultProps) {
|
|
464
|
+
var be = T.defaultProps;
|
|
465
465
|
for (pe in be)
|
|
466
466
|
ne[pe] === void 0 && (ne[pe] = be[pe]);
|
|
467
467
|
}
|
|
468
468
|
if (X || Oe) {
|
|
469
|
-
var he = typeof
|
|
469
|
+
var he = typeof T == "function" ? T.displayName || T.name || "Unknown" : T;
|
|
470
470
|
X && Ea(ne, he), Oe && Na(ne, he);
|
|
471
471
|
}
|
|
472
|
-
return Ia(
|
|
472
|
+
return Ia(T, X, Oe, ue, $, Re.current, ne);
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
var da = y.ReactCurrentOwner, Ua = y.ReactDebugCurrentFrame;
|
|
476
|
-
function Ze(
|
|
477
|
-
if (
|
|
478
|
-
var z =
|
|
476
|
+
function Ze(T) {
|
|
477
|
+
if (T) {
|
|
478
|
+
var z = T._owner, J = ke(T.type, T._source, z ? z.type : null);
|
|
479
479
|
Ua.setExtraStackFrame(J);
|
|
480
480
|
} else
|
|
481
481
|
Ua.setExtraStackFrame(null);
|
|
482
482
|
}
|
|
483
483
|
var ca;
|
|
484
484
|
ca = !1;
|
|
485
|
-
function fa(
|
|
486
|
-
return typeof
|
|
485
|
+
function fa(T) {
|
|
486
|
+
return typeof T == "object" && T !== null && T.$$typeof === n;
|
|
487
487
|
}
|
|
488
488
|
function La() {
|
|
489
489
|
{
|
|
490
490
|
if (da.current) {
|
|
491
|
-
var
|
|
492
|
-
if (
|
|
491
|
+
var T = B(da.current.type);
|
|
492
|
+
if (T)
|
|
493
493
|
return `
|
|
494
494
|
|
|
495
|
-
Check the render method of \`` +
|
|
495
|
+
Check the render method of \`` + T + "`.";
|
|
496
496
|
}
|
|
497
497
|
return "";
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
|
-
function Ga(
|
|
500
|
+
function Ga(T) {
|
|
501
501
|
return "";
|
|
502
502
|
}
|
|
503
503
|
var ba = {};
|
|
504
|
-
function Ma(
|
|
504
|
+
function Ma(T) {
|
|
505
505
|
{
|
|
506
506
|
var z = La();
|
|
507
507
|
if (!z) {
|
|
508
|
-
var J = typeof
|
|
508
|
+
var J = typeof T == "string" ? T : T.displayName || T.name;
|
|
509
509
|
J && (z = `
|
|
510
510
|
|
|
511
511
|
Check the top-level render call using <` + J + ">.");
|
|
@@ -513,41 +513,41 @@ Check the top-level render call using <` + J + ">.");
|
|
|
513
513
|
return z;
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
-
function Ra(
|
|
516
|
+
function Ra(T, z) {
|
|
517
517
|
{
|
|
518
|
-
if (!
|
|
518
|
+
if (!T._store || T._store.validated || T.key != null)
|
|
519
519
|
return;
|
|
520
|
-
|
|
520
|
+
T._store.validated = !0;
|
|
521
521
|
var J = Ma(z);
|
|
522
522
|
if (ba[J])
|
|
523
523
|
return;
|
|
524
524
|
ba[J] = !0;
|
|
525
525
|
var $ = "";
|
|
526
|
-
|
|
526
|
+
T && T._owner && T._owner !== da.current && ($ = " It was passed a child from " + B(T._owner.type) + "."), Ze(T), _('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', J, $), Ze(null);
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
|
-
function Se(
|
|
529
|
+
function Se(T, z) {
|
|
530
530
|
{
|
|
531
|
-
if (typeof
|
|
531
|
+
if (typeof T != "object")
|
|
532
532
|
return;
|
|
533
|
-
if (ve(
|
|
534
|
-
for (var J = 0; J <
|
|
535
|
-
var $ =
|
|
533
|
+
if (ve(T))
|
|
534
|
+
for (var J = 0; J < T.length; J++) {
|
|
535
|
+
var $ = T[J];
|
|
536
536
|
fa($) && Ra($, z);
|
|
537
537
|
}
|
|
538
|
-
else if (fa(
|
|
539
|
-
|
|
540
|
-
else if (
|
|
541
|
-
var
|
|
542
|
-
if (typeof
|
|
543
|
-
for (var pe =
|
|
538
|
+
else if (fa(T))
|
|
539
|
+
T._store && (T._store.validated = !0);
|
|
540
|
+
else if (T) {
|
|
541
|
+
var ue = f(T);
|
|
542
|
+
if (typeof ue == "function" && ue !== T.entries)
|
|
543
|
+
for (var pe = ue.call(T), ne; !(ne = pe.next()).done; )
|
|
544
544
|
fa(ne.value) && Ra(ne.value, z);
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
|
-
function V(
|
|
548
|
+
function V(T) {
|
|
549
549
|
{
|
|
550
|
-
var z =
|
|
550
|
+
var z = T.type;
|
|
551
551
|
if (z == null || typeof z == "string")
|
|
552
552
|
return;
|
|
553
553
|
var J;
|
|
@@ -561,40 +561,40 @@ Check the top-level render call using <` + J + ">.");
|
|
|
561
561
|
return;
|
|
562
562
|
if (J) {
|
|
563
563
|
var $ = B(z);
|
|
564
|
-
ea(J,
|
|
564
|
+
ea(J, T.props, "prop", $, T);
|
|
565
565
|
} else if (z.PropTypes !== void 0 && !ca) {
|
|
566
566
|
ca = !0;
|
|
567
|
-
var
|
|
568
|
-
_("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
567
|
+
var ue = B(z);
|
|
568
|
+
_("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", ue || "Unknown");
|
|
569
569
|
}
|
|
570
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
|
-
function De(
|
|
573
|
+
function De(T) {
|
|
574
574
|
{
|
|
575
|
-
for (var z = Object.keys(
|
|
575
|
+
for (var z = Object.keys(T.props), J = 0; J < z.length; J++) {
|
|
576
576
|
var $ = z[J];
|
|
577
577
|
if ($ !== "children" && $ !== "key") {
|
|
578
|
-
Ze(
|
|
578
|
+
Ze(T), _("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", $), Ze(null);
|
|
579
579
|
break;
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
|
-
|
|
582
|
+
T.ref !== null && (Ze(T), _("Invalid attribute `ref` supplied to `React.Fragment`."), Ze(null));
|
|
583
583
|
}
|
|
584
584
|
}
|
|
585
585
|
var ta = {};
|
|
586
|
-
function Pe(
|
|
586
|
+
function Pe(T, z, J, $, ue, pe) {
|
|
587
587
|
{
|
|
588
|
-
var ne = k(
|
|
588
|
+
var ne = k(T);
|
|
589
589
|
if (!ne) {
|
|
590
590
|
var X = "";
|
|
591
|
-
(
|
|
591
|
+
(T === void 0 || typeof T == "object" && T !== null && Object.keys(T).length === 0) && (X += " 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 Oe = Ga();
|
|
593
593
|
Oe ? X += Oe : X += La();
|
|
594
594
|
var be;
|
|
595
|
-
|
|
595
|
+
T === null ? be = "null" : ve(T) ? be = "array" : T !== void 0 && T.$$typeof === n ? (be = "<" + (B(T.type) || "Unknown") + " />", X = " Did you accidentally export a JSX literal instead of a component?") : be = typeof T, _("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", be, X);
|
|
596
596
|
}
|
|
597
|
-
var he = Va(
|
|
597
|
+
var he = Va(T, z, J, ue, pe);
|
|
598
598
|
if (he == null)
|
|
599
599
|
return he;
|
|
600
600
|
if (ne) {
|
|
@@ -603,15 +603,15 @@ Check the top-level render call using <` + J + ">.");
|
|
|
603
603
|
if ($)
|
|
604
604
|
if (ve(Ke)) {
|
|
605
605
|
for (var Pa = 0; Pa < Ke.length; Pa++)
|
|
606
|
-
Se(Ke[Pa],
|
|
606
|
+
Se(Ke[Pa], T);
|
|
607
607
|
Object.freeze && Object.freeze(Ke);
|
|
608
608
|
} else
|
|
609
609
|
_("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
610
610
|
else
|
|
611
|
-
Se(Ke,
|
|
611
|
+
Se(Ke, T);
|
|
612
612
|
}
|
|
613
613
|
if (Ue.call(z, "key")) {
|
|
614
|
-
var Ca = B(
|
|
614
|
+
var Ca = B(T), We = Object.keys(z).filter(function(Al) {
|
|
615
615
|
return Al !== "key";
|
|
616
616
|
}), Yi = We.length > 0 ? "{key: someKey, " + We.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
617
617
|
if (!ta[Ca + Yi]) {
|
|
@@ -624,14 +624,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
624
624
|
<%s key={someKey} {...props} />`, Yi, Ca, Fl, Ca), ta[Ca + Yi] = !0;
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
|
-
return
|
|
627
|
+
return T === l ? De(he) : V(he), he;
|
|
628
628
|
}
|
|
629
629
|
}
|
|
630
|
-
function na(
|
|
631
|
-
return Pe(
|
|
630
|
+
function na(T, z, J) {
|
|
631
|
+
return Pe(T, z, J, !0);
|
|
632
632
|
}
|
|
633
|
-
function ei(
|
|
634
|
-
return Pe(
|
|
633
|
+
function ei(T, z, J) {
|
|
634
|
+
return Pe(T, z, J, !1);
|
|
635
635
|
}
|
|
636
636
|
var ji = ei, wl = na;
|
|
637
637
|
Za.Fragment = l, Za.jsx = ji, Za.jsxs = wl;
|
|
@@ -816,18 +816,18 @@ function ar() {
|
|
|
816
816
|
e.exports = l();
|
|
817
817
|
})(er, (function() {
|
|
818
818
|
var i = 1e3, l = 6e4, p = 36e5, g = "millisecond", b = "second", d = "minute", r = "hour", a = "day", t = "week", o = "month", s = "quarter", u = "year", m = "date", c = "Invalid Date", f = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, _ = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(w) {
|
|
819
|
-
var
|
|
820
|
-
return "[" + w + (
|
|
821
|
-
} }, U = function(w,
|
|
822
|
-
var
|
|
823
|
-
return !
|
|
819
|
+
var G = ["th", "st", "nd", "rd"], R = w % 100;
|
|
820
|
+
return "[" + w + (G[(R - 20) % 10] || G[R] || G[0]) + "]";
|
|
821
|
+
} }, U = function(w, G, R) {
|
|
822
|
+
var W = String(w);
|
|
823
|
+
return !W || W.length >= G ? w : "" + Array(G + 1 - W.length).join(R) + w;
|
|
824
824
|
}, C = { s: U, z: function(w) {
|
|
825
|
-
var
|
|
826
|
-
return (
|
|
827
|
-
}, m: function w(
|
|
828
|
-
if (
|
|
829
|
-
var
|
|
830
|
-
return +(-(
|
|
825
|
+
var G = -w.utcOffset(), R = Math.abs(G), W = Math.floor(R / 60), N = R % 60;
|
|
826
|
+
return (G <= 0 ? "+" : "-") + U(W, 2, "0") + ":" + U(N, 2, "0");
|
|
827
|
+
}, m: function w(G, R) {
|
|
828
|
+
if (G.date() < R.date()) return -w(R, G);
|
|
829
|
+
var W = 12 * (R.year() - G.year()) + (R.month() - G.month()), N = G.clone().add(W, o), P = R - N < 0, O = G.clone().add(W + (P ? -1 : 1), o);
|
|
830
|
+
return +(-(W + (R - N) / (P ? N - O : O - N)) || 0);
|
|
831
831
|
}, a: function(w) {
|
|
832
832
|
return w < 0 ? Math.ceil(w) || 0 : Math.floor(w);
|
|
833
833
|
}, p: function(w) {
|
|
@@ -836,84 +836,84 @@ function ar() {
|
|
|
836
836
|
return w === void 0;
|
|
837
837
|
} }, v = "en", x = {};
|
|
838
838
|
x[v] = _;
|
|
839
|
-
var S = "$isDayjsObject",
|
|
840
|
-
return w instanceof
|
|
841
|
-
},
|
|
842
|
-
var
|
|
843
|
-
if (!
|
|
844
|
-
if (typeof
|
|
845
|
-
var
|
|
846
|
-
x[
|
|
847
|
-
var
|
|
848
|
-
if (!
|
|
839
|
+
var S = "$isDayjsObject", L = function(w) {
|
|
840
|
+
return w instanceof A || !(!w || !w[S]);
|
|
841
|
+
}, H = function w(G, R, W) {
|
|
842
|
+
var N;
|
|
843
|
+
if (!G) return v;
|
|
844
|
+
if (typeof G == "string") {
|
|
845
|
+
var P = G.toLowerCase();
|
|
846
|
+
x[P] && (N = P), R && (x[P] = R, N = P);
|
|
847
|
+
var O = G.split("-");
|
|
848
|
+
if (!N && O.length > 1) return w(O[0]);
|
|
849
849
|
} else {
|
|
850
|
-
var D =
|
|
851
|
-
x[D] =
|
|
850
|
+
var D = G.name;
|
|
851
|
+
x[D] = G, N = D;
|
|
852
852
|
}
|
|
853
|
-
return !
|
|
854
|
-
}, k = function(w,
|
|
855
|
-
if (
|
|
856
|
-
var
|
|
857
|
-
return
|
|
858
|
-
},
|
|
859
|
-
|
|
860
|
-
return k(w, { locale:
|
|
853
|
+
return !W && N && (v = N), N || !W && v;
|
|
854
|
+
}, k = function(w, G) {
|
|
855
|
+
if (L(w)) return w.clone();
|
|
856
|
+
var R = typeof G == "object" ? G : {};
|
|
857
|
+
return R.date = w, R.args = arguments, new A(R);
|
|
858
|
+
}, h = C;
|
|
859
|
+
h.l = H, h.i = L, h.w = function(w, G) {
|
|
860
|
+
return k(w, { locale: G.$L, utc: G.$u, x: G.$x, $offset: G.$offset });
|
|
861
861
|
};
|
|
862
|
-
var
|
|
863
|
-
function w(
|
|
864
|
-
this.$L =
|
|
862
|
+
var A = (function() {
|
|
863
|
+
function w(R) {
|
|
864
|
+
this.$L = H(R.locale, null, !0), this.parse(R), this.$x = this.$x || R.x || {}, this[S] = !0;
|
|
865
865
|
}
|
|
866
|
-
var
|
|
867
|
-
return
|
|
868
|
-
this.$d = (function(
|
|
869
|
-
var
|
|
870
|
-
if (
|
|
871
|
-
if (
|
|
872
|
-
if (
|
|
873
|
-
if (typeof
|
|
874
|
-
var
|
|
875
|
-
if (
|
|
876
|
-
var D =
|
|
877
|
-
return
|
|
866
|
+
var G = w.prototype;
|
|
867
|
+
return G.parse = function(R) {
|
|
868
|
+
this.$d = (function(W) {
|
|
869
|
+
var N = W.date, P = W.utc;
|
|
870
|
+
if (N === null) return /* @__PURE__ */ new Date(NaN);
|
|
871
|
+
if (h.u(N)) return /* @__PURE__ */ new Date();
|
|
872
|
+
if (N instanceof Date) return new Date(N);
|
|
873
|
+
if (typeof N == "string" && !/Z$/i.test(N)) {
|
|
874
|
+
var O = N.match(f);
|
|
875
|
+
if (O) {
|
|
876
|
+
var D = O[2] - 1 || 0, E = (O[7] || "0").substring(0, 3);
|
|
877
|
+
return P ? new Date(Date.UTC(O[1], D, O[3] || 1, O[4] || 0, O[5] || 0, O[6] || 0, E)) : new Date(O[1], D, O[3] || 1, O[4] || 0, O[5] || 0, O[6] || 0, E);
|
|
878
878
|
}
|
|
879
879
|
}
|
|
880
|
-
return new Date(
|
|
881
|
-
})(
|
|
882
|
-
},
|
|
883
|
-
var
|
|
884
|
-
this.$y =
|
|
885
|
-
},
|
|
886
|
-
return
|
|
887
|
-
},
|
|
880
|
+
return new Date(N);
|
|
881
|
+
})(R), this.init();
|
|
882
|
+
}, G.init = function() {
|
|
883
|
+
var R = this.$d;
|
|
884
|
+
this.$y = R.getFullYear(), this.$M = R.getMonth(), this.$D = R.getDate(), this.$W = R.getDay(), this.$H = R.getHours(), this.$m = R.getMinutes(), this.$s = R.getSeconds(), this.$ms = R.getMilliseconds();
|
|
885
|
+
}, G.$utils = function() {
|
|
886
|
+
return h;
|
|
887
|
+
}, G.isValid = function() {
|
|
888
888
|
return this.$d.toString() !== c;
|
|
889
|
-
},
|
|
890
|
-
var
|
|
891
|
-
return this.startOf(
|
|
892
|
-
},
|
|
893
|
-
return k(
|
|
894
|
-
},
|
|
895
|
-
return this.endOf(
|
|
896
|
-
},
|
|
897
|
-
return
|
|
898
|
-
},
|
|
889
|
+
}, G.isSame = function(R, W) {
|
|
890
|
+
var N = k(R);
|
|
891
|
+
return this.startOf(W) <= N && N <= this.endOf(W);
|
|
892
|
+
}, G.isAfter = function(R, W) {
|
|
893
|
+
return k(R) < this.startOf(W);
|
|
894
|
+
}, G.isBefore = function(R, W) {
|
|
895
|
+
return this.endOf(W) < k(R);
|
|
896
|
+
}, G.$g = function(R, W, N) {
|
|
897
|
+
return h.u(R) ? this[W] : this.set(N, R);
|
|
898
|
+
}, G.unix = function() {
|
|
899
899
|
return Math.floor(this.valueOf() / 1e3);
|
|
900
|
-
},
|
|
900
|
+
}, G.valueOf = function() {
|
|
901
901
|
return this.$d.getTime();
|
|
902
|
-
},
|
|
903
|
-
var
|
|
904
|
-
var _e =
|
|
905
|
-
return
|
|
902
|
+
}, G.startOf = function(R, W) {
|
|
903
|
+
var N = this, P = !!h.u(W) || W, O = h.p(R), D = function(ae, te) {
|
|
904
|
+
var _e = h.w(N.$u ? Date.UTC(N.$y, te, ae) : new Date(N.$y, te, ae), N);
|
|
905
|
+
return P ? _e : _e.endOf(a);
|
|
906
906
|
}, E = function(ae, te) {
|
|
907
|
-
return
|
|
908
|
-
},
|
|
909
|
-
switch (
|
|
907
|
+
return h.w(N.toDate()[ae].apply(N.toDate("s"), (P ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(te)), N);
|
|
908
|
+
}, F = this.$W, M = this.$M, K = this.$D, q = "set" + (this.$u ? "UTC" : "");
|
|
909
|
+
switch (O) {
|
|
910
910
|
case u:
|
|
911
|
-
return
|
|
911
|
+
return P ? D(1, 0) : D(31, 11);
|
|
912
912
|
case o:
|
|
913
|
-
return
|
|
913
|
+
return P ? D(1, M) : D(0, M + 1);
|
|
914
914
|
case t:
|
|
915
|
-
var j = this.$locale().weekStart || 0, Z = (
|
|
916
|
-
return D(
|
|
915
|
+
var j = this.$locale().weekStart || 0, Z = (F < j ? F + 7 : F) - j;
|
|
916
|
+
return D(P ? K - Z : K + (6 - Z), M);
|
|
917
917
|
case a:
|
|
918
918
|
case m:
|
|
919
919
|
return E(q + "Hours", 0);
|
|
@@ -926,76 +926,76 @@ function ar() {
|
|
|
926
926
|
default:
|
|
927
927
|
return this.clone();
|
|
928
928
|
}
|
|
929
|
-
},
|
|
930
|
-
return this.startOf(
|
|
931
|
-
},
|
|
932
|
-
var
|
|
933
|
-
if (
|
|
934
|
-
var
|
|
935
|
-
|
|
929
|
+
}, G.endOf = function(R) {
|
|
930
|
+
return this.startOf(R, !1);
|
|
931
|
+
}, G.$set = function(R, W) {
|
|
932
|
+
var N, P = h.p(R), O = "set" + (this.$u ? "UTC" : ""), D = (N = {}, N[a] = O + "Date", N[m] = O + "Date", N[o] = O + "Month", N[u] = O + "FullYear", N[r] = O + "Hours", N[d] = O + "Minutes", N[b] = O + "Seconds", N[g] = O + "Milliseconds", N)[P], E = P === a ? this.$D + (W - this.$W) : W;
|
|
933
|
+
if (P === o || P === u) {
|
|
934
|
+
var F = this.clone().set(m, 1);
|
|
935
|
+
F.$d[D](E), F.init(), this.$d = F.set(m, Math.min(this.$D, F.daysInMonth())).$d;
|
|
936
936
|
} else D && this.$d[D](E);
|
|
937
937
|
return this.init(), this;
|
|
938
|
-
},
|
|
939
|
-
return this.clone().$set(
|
|
940
|
-
},
|
|
941
|
-
return this[
|
|
942
|
-
},
|
|
943
|
-
var
|
|
944
|
-
|
|
945
|
-
var
|
|
946
|
-
var K = k(
|
|
947
|
-
return
|
|
938
|
+
}, G.set = function(R, W) {
|
|
939
|
+
return this.clone().$set(R, W);
|
|
940
|
+
}, G.get = function(R) {
|
|
941
|
+
return this[h.p(R)]();
|
|
942
|
+
}, G.add = function(R, W) {
|
|
943
|
+
var N, P = this;
|
|
944
|
+
R = Number(R);
|
|
945
|
+
var O = h.p(W), D = function(M) {
|
|
946
|
+
var K = k(P);
|
|
947
|
+
return h.w(K.date(K.date() + Math.round(M * R)), P);
|
|
948
948
|
};
|
|
949
|
-
if (
|
|
950
|
-
if (
|
|
951
|
-
if (
|
|
952
|
-
if (
|
|
953
|
-
var E = (
|
|
954
|
-
return
|
|
955
|
-
},
|
|
956
|
-
return this.add(-1 *
|
|
957
|
-
},
|
|
958
|
-
var
|
|
959
|
-
if (!this.isValid()) return
|
|
960
|
-
var
|
|
961
|
-
return te && (te[_e] || te(
|
|
949
|
+
if (O === o) return this.set(o, this.$M + R);
|
|
950
|
+
if (O === u) return this.set(u, this.$y + R);
|
|
951
|
+
if (O === a) return D(1);
|
|
952
|
+
if (O === t) return D(7);
|
|
953
|
+
var E = (N = {}, N[d] = l, N[r] = p, N[b] = i, N)[O] || 1, F = this.$d.getTime() + R * E;
|
|
954
|
+
return h.w(F, this);
|
|
955
|
+
}, G.subtract = function(R, W) {
|
|
956
|
+
return this.add(-1 * R, W);
|
|
957
|
+
}, G.format = function(R) {
|
|
958
|
+
var W = this, N = this.$locale();
|
|
959
|
+
if (!this.isValid()) return N.invalidDate || c;
|
|
960
|
+
var P = R || "YYYY-MM-DDTHH:mm:ssZ", O = h.z(this), D = this.$H, E = this.$m, F = this.$M, M = N.weekdays, K = N.months, q = N.meridiem, j = function(te, _e, ye, me) {
|
|
961
|
+
return te && (te[_e] || te(W, P)) || ye[_e].slice(0, me);
|
|
962
962
|
}, Z = function(te) {
|
|
963
|
-
return
|
|
963
|
+
return h.s(D % 12 || 12, te, "0");
|
|
964
964
|
}, ae = q || function(te, _e, ye) {
|
|
965
|
-
var
|
|
966
|
-
return ye ?
|
|
965
|
+
var me = te < 12 ? "AM" : "PM";
|
|
966
|
+
return ye ? me.toLowerCase() : me;
|
|
967
967
|
};
|
|
968
|
-
return
|
|
968
|
+
return P.replace(y, (function(te, _e) {
|
|
969
969
|
return _e || (function(ye) {
|
|
970
970
|
switch (ye) {
|
|
971
971
|
case "YY":
|
|
972
|
-
return String(
|
|
972
|
+
return String(W.$y).slice(-2);
|
|
973
973
|
case "YYYY":
|
|
974
|
-
return
|
|
974
|
+
return h.s(W.$y, 4, "0");
|
|
975
975
|
case "M":
|
|
976
|
-
return
|
|
976
|
+
return F + 1;
|
|
977
977
|
case "MM":
|
|
978
|
-
return
|
|
978
|
+
return h.s(F + 1, 2, "0");
|
|
979
979
|
case "MMM":
|
|
980
|
-
return j(
|
|
980
|
+
return j(N.monthsShort, F, K, 3);
|
|
981
981
|
case "MMMM":
|
|
982
|
-
return j(K,
|
|
982
|
+
return j(K, F);
|
|
983
983
|
case "D":
|
|
984
|
-
return
|
|
984
|
+
return W.$D;
|
|
985
985
|
case "DD":
|
|
986
|
-
return
|
|
986
|
+
return h.s(W.$D, 2, "0");
|
|
987
987
|
case "d":
|
|
988
|
-
return String(
|
|
988
|
+
return String(W.$W);
|
|
989
989
|
case "dd":
|
|
990
|
-
return j(
|
|
990
|
+
return j(N.weekdaysMin, W.$W, M, 2);
|
|
991
991
|
case "ddd":
|
|
992
|
-
return j(
|
|
992
|
+
return j(N.weekdaysShort, W.$W, M, 3);
|
|
993
993
|
case "dddd":
|
|
994
|
-
return M[
|
|
994
|
+
return M[W.$W];
|
|
995
995
|
case "H":
|
|
996
996
|
return String(D);
|
|
997
997
|
case "HH":
|
|
998
|
-
return
|
|
998
|
+
return h.s(D, 2, "0");
|
|
999
999
|
case "h":
|
|
1000
1000
|
return Z(1);
|
|
1001
1001
|
case "hh":
|
|
@@ -1007,81 +1007,81 @@ function ar() {
|
|
|
1007
1007
|
case "m":
|
|
1008
1008
|
return String(E);
|
|
1009
1009
|
case "mm":
|
|
1010
|
-
return
|
|
1010
|
+
return h.s(E, 2, "0");
|
|
1011
1011
|
case "s":
|
|
1012
|
-
return String(
|
|
1012
|
+
return String(W.$s);
|
|
1013
1013
|
case "ss":
|
|
1014
|
-
return
|
|
1014
|
+
return h.s(W.$s, 2, "0");
|
|
1015
1015
|
case "SSS":
|
|
1016
|
-
return
|
|
1016
|
+
return h.s(W.$ms, 3, "0");
|
|
1017
1017
|
case "Z":
|
|
1018
|
-
return
|
|
1018
|
+
return O;
|
|
1019
1019
|
}
|
|
1020
1020
|
return null;
|
|
1021
|
-
})(te) ||
|
|
1021
|
+
})(te) || O.replace(":", "");
|
|
1022
1022
|
}));
|
|
1023
|
-
},
|
|
1023
|
+
}, G.utcOffset = function() {
|
|
1024
1024
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1025
|
-
},
|
|
1026
|
-
var
|
|
1027
|
-
return
|
|
1025
|
+
}, G.diff = function(R, W, N) {
|
|
1026
|
+
var P, O = this, D = h.p(W), E = k(R), F = (E.utcOffset() - this.utcOffset()) * l, M = this - E, K = function() {
|
|
1027
|
+
return h.m(O, E);
|
|
1028
1028
|
};
|
|
1029
1029
|
switch (D) {
|
|
1030
1030
|
case u:
|
|
1031
|
-
|
|
1031
|
+
P = K() / 12;
|
|
1032
1032
|
break;
|
|
1033
1033
|
case o:
|
|
1034
|
-
|
|
1034
|
+
P = K();
|
|
1035
1035
|
break;
|
|
1036
1036
|
case s:
|
|
1037
|
-
|
|
1037
|
+
P = K() / 3;
|
|
1038
1038
|
break;
|
|
1039
1039
|
case t:
|
|
1040
|
-
|
|
1040
|
+
P = (M - F) / 6048e5;
|
|
1041
1041
|
break;
|
|
1042
1042
|
case a:
|
|
1043
|
-
|
|
1043
|
+
P = (M - F) / 864e5;
|
|
1044
1044
|
break;
|
|
1045
1045
|
case r:
|
|
1046
|
-
|
|
1046
|
+
P = M / p;
|
|
1047
1047
|
break;
|
|
1048
1048
|
case d:
|
|
1049
|
-
|
|
1049
|
+
P = M / l;
|
|
1050
1050
|
break;
|
|
1051
1051
|
case b:
|
|
1052
|
-
|
|
1052
|
+
P = M / i;
|
|
1053
1053
|
break;
|
|
1054
1054
|
default:
|
|
1055
|
-
|
|
1055
|
+
P = M;
|
|
1056
1056
|
}
|
|
1057
|
-
return
|
|
1058
|
-
},
|
|
1057
|
+
return N ? P : h.a(P);
|
|
1058
|
+
}, G.daysInMonth = function() {
|
|
1059
1059
|
return this.endOf(o).$D;
|
|
1060
|
-
},
|
|
1060
|
+
}, G.$locale = function() {
|
|
1061
1061
|
return x[this.$L];
|
|
1062
|
-
},
|
|
1063
|
-
if (!
|
|
1064
|
-
var
|
|
1065
|
-
return
|
|
1066
|
-
},
|
|
1067
|
-
return
|
|
1068
|
-
},
|
|
1062
|
+
}, G.locale = function(R, W) {
|
|
1063
|
+
if (!R) return this.$L;
|
|
1064
|
+
var N = this.clone(), P = H(R, W, !0);
|
|
1065
|
+
return P && (N.$L = P), N;
|
|
1066
|
+
}, G.clone = function() {
|
|
1067
|
+
return h.w(this.$d, this);
|
|
1068
|
+
}, G.toDate = function() {
|
|
1069
1069
|
return new Date(this.valueOf());
|
|
1070
|
-
},
|
|
1070
|
+
}, G.toJSON = function() {
|
|
1071
1071
|
return this.isValid() ? this.toISOString() : null;
|
|
1072
|
-
},
|
|
1072
|
+
}, G.toISOString = function() {
|
|
1073
1073
|
return this.$d.toISOString();
|
|
1074
|
-
},
|
|
1074
|
+
}, G.toString = function() {
|
|
1075
1075
|
return this.$d.toUTCString();
|
|
1076
1076
|
}, w;
|
|
1077
|
-
})(), B =
|
|
1077
|
+
})(), B = A.prototype;
|
|
1078
1078
|
return k.prototype = B, [["$ms", g], ["$s", b], ["$m", d], ["$H", r], ["$W", a], ["$M", o], ["$y", u], ["$D", m]].forEach((function(w) {
|
|
1079
|
-
B[w[1]] = function(
|
|
1080
|
-
return this.$g(
|
|
1079
|
+
B[w[1]] = function(G) {
|
|
1080
|
+
return this.$g(G, w[0], w[1]);
|
|
1081
1081
|
};
|
|
1082
|
-
})), k.extend = function(w,
|
|
1083
|
-
return w.$i || (w(
|
|
1084
|
-
}, k.locale =
|
|
1082
|
+
})), k.extend = function(w, G) {
|
|
1083
|
+
return w.$i || (w(G, A, k), w.$i = !0), k;
|
|
1084
|
+
}, k.locale = H, k.isDayjs = L, k.unix = function(w) {
|
|
1085
1085
|
return k(1e3 * w);
|
|
1086
1086
|
}, k.en = x[v], k.Ls = x, k.p = {}, k;
|
|
1087
1087
|
}));
|
|
@@ -1264,12 +1264,12 @@ function ie() {
|
|
|
1264
1264
|
var U = this.words, C = _.words, v = this.sigBytes, x = _.sigBytes;
|
|
1265
1265
|
if (this.clamp(), v % 4)
|
|
1266
1266
|
for (var S = 0; S < x; S++) {
|
|
1267
|
-
var
|
|
1268
|
-
U[v + S >>> 2] |=
|
|
1267
|
+
var L = C[S >>> 2] >>> 24 - S % 4 * 8 & 255;
|
|
1268
|
+
U[v + S >>> 2] |= L << 24 - (v + S) % 4 * 8;
|
|
1269
1269
|
}
|
|
1270
1270
|
else
|
|
1271
|
-
for (var
|
|
1272
|
-
U[v +
|
|
1271
|
+
for (var H = 0; H < x; H += 4)
|
|
1272
|
+
U[v + H >>> 2] = C[H >>> 2];
|
|
1273
1273
|
return this.sigBytes += x, this;
|
|
1274
1274
|
},
|
|
1275
1275
|
/**
|
|
@@ -1468,15 +1468,15 @@ function ie() {
|
|
|
1468
1468
|
* var processedData = bufferedBlockAlgorithm._process(!!'flush');
|
|
1469
1469
|
*/
|
|
1470
1470
|
_process: function(_) {
|
|
1471
|
-
var U, C = this._data, v = C.words, x = C.sigBytes, S = this.blockSize,
|
|
1472
|
-
_ ?
|
|
1473
|
-
var k =
|
|
1471
|
+
var U, C = this._data, v = C.words, x = C.sigBytes, S = this.blockSize, L = S * 4, H = x / L;
|
|
1472
|
+
_ ? H = l.ceil(H) : H = l.max((H | 0) - this._minBufferSize, 0);
|
|
1473
|
+
var k = H * S, h = l.min(k * 4, x);
|
|
1474
1474
|
if (k) {
|
|
1475
|
-
for (var
|
|
1476
|
-
this._doProcessBlock(v,
|
|
1477
|
-
U = v.splice(0, k), C.sigBytes -=
|
|
1475
|
+
for (var A = 0; A < k; A += S)
|
|
1476
|
+
this._doProcessBlock(v, A);
|
|
1477
|
+
U = v.splice(0, k), C.sigBytes -= h;
|
|
1478
1478
|
}
|
|
1479
|
-
return new o.init(U,
|
|
1479
|
+
return new o.init(U, h);
|
|
1480
1480
|
},
|
|
1481
1481
|
/**
|
|
1482
1482
|
* Creates a copy of this object.
|
|
@@ -2128,8 +2128,8 @@ function Da() {
|
|
|
2128
2128
|
var _ = f + y, U = c[_];
|
|
2129
2129
|
c[_] = (U << 8 | U >>> 24) & 16711935 | (U << 24 | U >>> 8) & 4278255360;
|
|
2130
2130
|
}
|
|
2131
|
-
var C = this._hash.words, v = c[f + 0], x = c[f + 1], S = c[f + 2],
|
|
2132
|
-
D = o(D, E,
|
|
2131
|
+
var C = this._hash.words, v = c[f + 0], x = c[f + 1], S = c[f + 2], L = c[f + 3], H = c[f + 4], k = c[f + 5], h = c[f + 6], A = c[f + 7], B = c[f + 8], w = c[f + 9], G = c[f + 10], R = c[f + 11], W = c[f + 12], N = c[f + 13], P = c[f + 14], O = c[f + 15], D = C[0], E = C[1], F = C[2], M = C[3];
|
|
2132
|
+
D = o(D, E, F, M, v, 7, a[0]), M = o(M, D, E, F, x, 12, a[1]), F = o(F, M, D, E, S, 17, a[2]), E = o(E, F, M, D, L, 22, a[3]), D = o(D, E, F, M, H, 7, a[4]), M = o(M, D, E, F, k, 12, a[5]), F = o(F, M, D, E, h, 17, a[6]), E = o(E, F, M, D, A, 22, a[7]), D = o(D, E, F, M, B, 7, a[8]), M = o(M, D, E, F, w, 12, a[9]), F = o(F, M, D, E, G, 17, a[10]), E = o(E, F, M, D, R, 22, a[11]), D = o(D, E, F, M, W, 7, a[12]), M = o(M, D, E, F, N, 12, a[13]), F = o(F, M, D, E, P, 17, a[14]), E = o(E, F, M, D, O, 22, a[15]), D = s(D, E, F, M, x, 5, a[16]), M = s(M, D, E, F, h, 9, a[17]), F = s(F, M, D, E, R, 14, a[18]), E = s(E, F, M, D, v, 20, a[19]), D = s(D, E, F, M, k, 5, a[20]), M = s(M, D, E, F, G, 9, a[21]), F = s(F, M, D, E, O, 14, a[22]), E = s(E, F, M, D, H, 20, a[23]), D = s(D, E, F, M, w, 5, a[24]), M = s(M, D, E, F, P, 9, a[25]), F = s(F, M, D, E, L, 14, a[26]), E = s(E, F, M, D, B, 20, a[27]), D = s(D, E, F, M, N, 5, a[28]), M = s(M, D, E, F, S, 9, a[29]), F = s(F, M, D, E, A, 14, a[30]), E = s(E, F, M, D, W, 20, a[31]), D = u(D, E, F, M, k, 4, a[32]), M = u(M, D, E, F, B, 11, a[33]), F = u(F, M, D, E, R, 16, a[34]), E = u(E, F, M, D, P, 23, a[35]), D = u(D, E, F, M, x, 4, a[36]), M = u(M, D, E, F, H, 11, a[37]), F = u(F, M, D, E, A, 16, a[38]), E = u(E, F, M, D, G, 23, a[39]), D = u(D, E, F, M, N, 4, a[40]), M = u(M, D, E, F, v, 11, a[41]), F = u(F, M, D, E, L, 16, a[42]), E = u(E, F, M, D, h, 23, a[43]), D = u(D, E, F, M, w, 4, a[44]), M = u(M, D, E, F, W, 11, a[45]), F = u(F, M, D, E, O, 16, a[46]), E = u(E, F, M, D, S, 23, a[47]), D = m(D, E, F, M, v, 6, a[48]), M = m(M, D, E, F, A, 10, a[49]), F = m(F, M, D, E, P, 15, a[50]), E = m(E, F, M, D, k, 21, a[51]), D = m(D, E, F, M, W, 6, a[52]), M = m(M, D, E, F, L, 10, a[53]), F = m(F, M, D, E, G, 15, a[54]), E = m(E, F, M, D, x, 21, a[55]), D = m(D, E, F, M, B, 6, a[56]), M = m(M, D, E, F, O, 10, a[57]), F = m(F, M, D, E, h, 15, a[58]), E = m(E, F, M, D, N, 21, a[59]), D = m(D, E, F, M, H, 6, a[60]), M = m(M, D, E, F, R, 10, a[61]), F = m(F, M, D, E, S, 15, a[62]), E = m(E, F, M, D, w, 21, a[63]), C[0] = C[0] + D | 0, C[1] = C[1] + E | 0, C[2] = C[2] + F | 0, C[3] = C[3] + M | 0;
|
|
2133
2133
|
},
|
|
2134
2134
|
_doFinalize: function() {
|
|
2135
2135
|
var c = this._data, f = c.words, y = this._nDataBytes * 8, _ = c.sigBytes * 8;
|
|
@@ -2137,8 +2137,8 @@ function Da() {
|
|
|
2137
2137
|
var U = l.floor(y / 4294967296), C = y;
|
|
2138
2138
|
f[(_ + 64 >>> 9 << 4) + 15] = (U << 8 | U >>> 24) & 16711935 | (U << 24 | U >>> 8) & 4278255360, f[(_ + 64 >>> 9 << 4) + 14] = (C << 8 | C >>> 24) & 16711935 | (C << 24 | C >>> 8) & 4278255360, c.sigBytes = (f.length + 1) * 4, this._process();
|
|
2139
2139
|
for (var v = this._hash, x = v.words, S = 0; S < 4; S++) {
|
|
2140
|
-
var
|
|
2141
|
-
x[S] = (
|
|
2140
|
+
var L = x[S];
|
|
2141
|
+
x[S] = (L << 8 | L >>> 24) & 16711935 | (L << 24 | L >>> 8) & 4278255360;
|
|
2142
2142
|
}
|
|
2143
2143
|
return v;
|
|
2144
2144
|
},
|
|
@@ -2238,15 +2238,15 @@ function _t() {
|
|
|
2238
2238
|
this._hash = new b.init(a.slice(0));
|
|
2239
2239
|
},
|
|
2240
2240
|
_doProcessBlock: function(u, m) {
|
|
2241
|
-
for (var c = this._hash.words, f = c[0], y = c[1], _ = c[2], U = c[3], C = c[4], v = c[5], x = c[6], S = c[7],
|
|
2242
|
-
if (
|
|
2243
|
-
o[
|
|
2241
|
+
for (var c = this._hash.words, f = c[0], y = c[1], _ = c[2], U = c[3], C = c[4], v = c[5], x = c[6], S = c[7], L = 0; L < 64; L++) {
|
|
2242
|
+
if (L < 16)
|
|
2243
|
+
o[L] = u[m + L] | 0;
|
|
2244
2244
|
else {
|
|
2245
|
-
var
|
|
2246
|
-
o[
|
|
2245
|
+
var H = o[L - 15], k = (H << 25 | H >>> 7) ^ (H << 14 | H >>> 18) ^ H >>> 3, h = o[L - 2], A = (h << 15 | h >>> 17) ^ (h << 13 | h >>> 19) ^ h >>> 10;
|
|
2246
|
+
o[L] = k + o[L - 7] + A + o[L - 16];
|
|
2247
2247
|
}
|
|
2248
|
-
var B = C & v ^ ~C & x, w = f & y ^ f & _ ^ y & _,
|
|
2249
|
-
S = x, x = v, v = C, C = U +
|
|
2248
|
+
var B = C & v ^ ~C & x, w = f & y ^ f & _ ^ y & _, G = (f << 30 | f >>> 2) ^ (f << 19 | f >>> 13) ^ (f << 10 | f >>> 22), R = (C << 26 | C >>> 6) ^ (C << 21 | C >>> 11) ^ (C << 7 | C >>> 25), W = S + R + B + t[L] + o[L], N = G + w;
|
|
2249
|
+
S = x, x = v, v = C, C = U + W | 0, U = _, _ = y, y = f, f = W + N | 0;
|
|
2250
2250
|
}
|
|
2251
2251
|
c[0] = c[0] + f | 0, c[1] = c[1] + y | 0, c[2] = c[2] + _ | 0, c[3] = c[3] + U | 0, c[4] = c[4] + C | 0, c[5] = c[5] + v | 0, c[6] = c[6] + x | 0, c[7] = c[7] + S | 0;
|
|
2252
2252
|
},
|
|
@@ -2405,7 +2405,7 @@ function el() {
|
|
|
2405
2405
|
]);
|
|
2406
2406
|
},
|
|
2407
2407
|
_doProcessBlock: function(m, c) {
|
|
2408
|
-
for (var f = this._hash.words, y = f[0], _ = f[1], U = f[2], C = f[3], v = f[4], x = f[5], S = f[6],
|
|
2408
|
+
for (var f = this._hash.words, y = f[0], _ = f[1], U = f[2], C = f[3], v = f[4], x = f[5], S = f[6], L = f[7], H = y.high, k = y.low, h = _.high, A = _.low, B = U.high, w = U.low, G = C.high, R = C.low, W = v.high, N = v.low, P = x.high, O = x.low, D = S.high, E = S.low, F = L.high, M = L.low, K = H, q = k, j = h, Z = A, ae = B, te = w, _e = G, ye = R, me = W, ce = N, ke = P, Ue = O, Ie = D, Ce = E, Ge = F, ea = M, Me = 0; Me < 80; Me++) {
|
|
2409
2409
|
var ve, He, aa = s[Me];
|
|
2410
2410
|
if (Me < 16)
|
|
2411
2411
|
He = aa.high = m[c + Me * 2] | 0, ve = aa.low = m[c + Me * 2 + 1] | 0;
|
|
@@ -2413,10 +2413,10 @@ function el() {
|
|
|
2413
2413
|
var ia = s[Me - 15], xe = ia.high, Re = ia.low, Qe = (xe >>> 1 | Re << 31) ^ (xe >>> 8 | Re << 24) ^ xe >>> 7, oa = (Re >>> 1 | xe << 31) ^ (Re >>> 8 | xe << 24) ^ (Re >>> 7 | xe << 25), ga = s[Me - 2], Ve = ga.high, je = ga.low, za = (Ve >>> 19 | je << 13) ^ (Ve << 3 | je >>> 29) ^ Ve >>> 6, Ea = (je >>> 19 | Ve << 13) ^ (je << 3 | Ve >>> 29) ^ (je >>> 6 | Ve << 26), Na = s[Me - 7], Ia = Na.high, Va = Na.low, da = s[Me - 16], Ua = da.high, Ze = da.low;
|
|
2414
2414
|
ve = oa + Va, He = Qe + Ia + (ve >>> 0 < oa >>> 0 ? 1 : 0), ve = ve + Ea, He = He + za + (ve >>> 0 < Ea >>> 0 ? 1 : 0), ve = ve + Ze, He = He + Ua + (ve >>> 0 < Ze >>> 0 ? 1 : 0), aa.high = He, aa.low = ve;
|
|
2415
2415
|
}
|
|
2416
|
-
var ca =
|
|
2417
|
-
Ge = Ie, ea = Ce, Ie = ke, Ce = Ue, ke =
|
|
2416
|
+
var ca = me & ke ^ ~me & Ie, fa = ce & Ue ^ ~ce & Ce, La = K & j ^ K & ae ^ j & ae, Ga = q & Z ^ q & te ^ Z & te, ba = (K >>> 28 | q << 4) ^ (K << 30 | q >>> 2) ^ (K << 25 | q >>> 7), Ma = (q >>> 28 | K << 4) ^ (q << 30 | K >>> 2) ^ (q << 25 | K >>> 7), Ra = (me >>> 14 | ce << 18) ^ (me >>> 18 | ce << 14) ^ (me << 23 | ce >>> 9), Se = (ce >>> 14 | me << 18) ^ (ce >>> 18 | me << 14) ^ (ce << 23 | me >>> 9), V = o[Me], De = V.high, ta = V.low, Pe = ea + Se, na = Ge + Ra + (Pe >>> 0 < ea >>> 0 ? 1 : 0), Pe = Pe + fa, na = na + ca + (Pe >>> 0 < fa >>> 0 ? 1 : 0), Pe = Pe + ta, na = na + De + (Pe >>> 0 < ta >>> 0 ? 1 : 0), Pe = Pe + ve, na = na + He + (Pe >>> 0 < ve >>> 0 ? 1 : 0), ei = Ma + Ga, ji = ba + La + (ei >>> 0 < Ma >>> 0 ? 1 : 0);
|
|
2417
|
+
Ge = Ie, ea = Ce, Ie = ke, Ce = Ue, ke = me, Ue = ce, ce = ye + Pe | 0, me = _e + na + (ce >>> 0 < ye >>> 0 ? 1 : 0) | 0, _e = ae, ye = te, ae = j, te = Z, j = K, Z = q, q = Pe + ei | 0, K = na + ji + (q >>> 0 < Pe >>> 0 ? 1 : 0) | 0;
|
|
2418
2418
|
}
|
|
2419
|
-
k = y.low = k + q, y.high =
|
|
2419
|
+
k = y.low = k + q, y.high = H + K + (k >>> 0 < q >>> 0 ? 1 : 0), A = _.low = A + Z, _.high = h + j + (A >>> 0 < Z >>> 0 ? 1 : 0), w = U.low = w + te, U.high = B + ae + (w >>> 0 < te >>> 0 ? 1 : 0), R = C.low = R + ye, C.high = G + _e + (R >>> 0 < ye >>> 0 ? 1 : 0), N = v.low = N + ce, v.high = W + me + (N >>> 0 < ce >>> 0 ? 1 : 0), O = x.low = O + Ue, x.high = P + ke + (O >>> 0 < Ue >>> 0 ? 1 : 0), E = S.low = E + Ce, S.high = D + Ie + (E >>> 0 < Ce >>> 0 ? 1 : 0), M = L.low = M + ea, L.high = F + Ge + (M >>> 0 < ea >>> 0 ? 1 : 0);
|
|
2420
2420
|
},
|
|
2421
2421
|
_doFinalize: function() {
|
|
2422
2422
|
var m = this._data, c = m.words, f = this._nDataBytes * 8, y = m.sigBytes * 8;
|
|
@@ -2483,14 +2483,14 @@ function xr() {
|
|
|
2483
2483
|
for (var y = 0; y < 5; y++)
|
|
2484
2484
|
s[f + 5 * y] = y + (2 * f + 3 * y) % 5 * 5;
|
|
2485
2485
|
for (var v = 1, x = 0; x < 24; x++) {
|
|
2486
|
-
for (var S = 0,
|
|
2486
|
+
for (var S = 0, L = 0, H = 0; H < 7; H++) {
|
|
2487
2487
|
if (v & 1) {
|
|
2488
|
-
var k = (1 <<
|
|
2489
|
-
k < 32 ?
|
|
2488
|
+
var k = (1 << H) - 1;
|
|
2489
|
+
k < 32 ? L ^= 1 << k : S ^= 1 << k - 32;
|
|
2490
2490
|
}
|
|
2491
2491
|
v & 128 ? v = v << 1 ^ 113 : v <<= 1;
|
|
2492
2492
|
}
|
|
2493
|
-
u[x] = a.create(S,
|
|
2493
|
+
u[x] = a.create(S, L);
|
|
2494
2494
|
}
|
|
2495
2495
|
})();
|
|
2496
2496
|
var m = [];
|
|
@@ -2522,34 +2522,34 @@ function xr() {
|
|
|
2522
2522
|
var S = _[C];
|
|
2523
2523
|
S.high ^= x, S.low ^= v;
|
|
2524
2524
|
}
|
|
2525
|
-
for (var
|
|
2526
|
-
for (var
|
|
2527
|
-
for (var k = 0,
|
|
2528
|
-
var S = _[
|
|
2529
|
-
k ^= S.high,
|
|
2525
|
+
for (var L = 0; L < 24; L++) {
|
|
2526
|
+
for (var H = 0; H < 5; H++) {
|
|
2527
|
+
for (var k = 0, h = 0, A = 0; A < 5; A++) {
|
|
2528
|
+
var S = _[H + 5 * A];
|
|
2529
|
+
k ^= S.high, h ^= S.low;
|
|
2530
2530
|
}
|
|
2531
|
-
var B = m[
|
|
2532
|
-
B.high = k, B.low =
|
|
2531
|
+
var B = m[H];
|
|
2532
|
+
B.high = k, B.low = h;
|
|
2533
2533
|
}
|
|
2534
|
-
for (var
|
|
2535
|
-
for (var w = m[(
|
|
2536
|
-
var S = _[
|
|
2537
|
-
S.high ^= k, S.low ^=
|
|
2534
|
+
for (var H = 0; H < 5; H++)
|
|
2535
|
+
for (var w = m[(H + 4) % 5], G = m[(H + 1) % 5], R = G.high, W = G.low, k = w.high ^ (R << 1 | W >>> 31), h = w.low ^ (W << 1 | R >>> 31), A = 0; A < 5; A++) {
|
|
2536
|
+
var S = _[H + 5 * A];
|
|
2537
|
+
S.high ^= k, S.low ^= h;
|
|
2538
2538
|
}
|
|
2539
|
-
for (var
|
|
2540
|
-
var k,
|
|
2541
|
-
D < 32 ? (k =
|
|
2542
|
-
var E = m[s[
|
|
2543
|
-
E.high = k, E.low =
|
|
2539
|
+
for (var N = 1; N < 25; N++) {
|
|
2540
|
+
var k, h, S = _[N], P = S.high, O = S.low, D = o[N];
|
|
2541
|
+
D < 32 ? (k = P << D | O >>> 32 - D, h = O << D | P >>> 32 - D) : (k = O << D - 32 | P >>> 64 - D, h = P << D - 32 | O >>> 64 - D);
|
|
2542
|
+
var E = m[s[N]];
|
|
2543
|
+
E.high = k, E.low = h;
|
|
2544
2544
|
}
|
|
2545
|
-
var
|
|
2546
|
-
|
|
2547
|
-
for (var
|
|
2548
|
-
for (var
|
|
2549
|
-
var
|
|
2545
|
+
var F = m[0], M = _[0];
|
|
2546
|
+
F.high = M.high, F.low = M.low;
|
|
2547
|
+
for (var H = 0; H < 5; H++)
|
|
2548
|
+
for (var A = 0; A < 5; A++) {
|
|
2549
|
+
var N = H + 5 * A, S = _[N], K = m[N], q = m[(H + 1) % 5 + 5 * A], j = m[(H + 2) % 5 + 5 * A];
|
|
2550
2550
|
S.high = K.high ^ ~q.high & j.high, S.low = K.low ^ ~q.low & j.low;
|
|
2551
2551
|
}
|
|
2552
|
-
var S = _[0], Z = u[
|
|
2552
|
+
var S = _[0], Z = u[L];
|
|
2553
2553
|
S.high ^= Z.high, S.low ^= Z.low;
|
|
2554
2554
|
}
|
|
2555
2555
|
},
|
|
@@ -2558,9 +2558,9 @@ function xr() {
|
|
|
2558
2558
|
this._nDataBytes * 8;
|
|
2559
2559
|
var _ = f.sigBytes * 8, U = this.blockSize * 32;
|
|
2560
2560
|
y[_ >>> 5] |= 1 << 24 - _ % 32, y[(l.ceil((_ + 1) / U) * U >>> 5) - 1] |= 128, f.sigBytes = y.length * 4, this._process();
|
|
2561
|
-
for (var C = this._state, v = this.cfg.outputLength / 8, x = v / 8, S = [],
|
|
2562
|
-
var
|
|
2563
|
-
k = (k << 8 | k >>> 24) & 16711935 | (k << 24 | k >>> 8) & 4278255360,
|
|
2561
|
+
for (var C = this._state, v = this.cfg.outputLength / 8, x = v / 8, S = [], L = 0; L < x; L++) {
|
|
2562
|
+
var H = C[L], k = H.high, h = H.low;
|
|
2563
|
+
k = (k << 8 | k >>> 24) & 16711935 | (k << 24 | k >>> 8) & 4278255360, h = (h << 8 | h >>> 24) & 16711935 | (h << 24 | h >>> 8) & 4278255360, S.push(h), S.push(k);
|
|
2564
2564
|
}
|
|
2565
2565
|
return new b.init(S, v);
|
|
2566
2566
|
},
|
|
@@ -2911,22 +2911,22 @@ function Dr() {
|
|
|
2911
2911
|
this._hash = b.create([1732584193, 4023233417, 2562383102, 271733878, 3285377520]);
|
|
2912
2912
|
},
|
|
2913
2913
|
_doProcessBlock: function(x, S) {
|
|
2914
|
-
for (var
|
|
2915
|
-
var
|
|
2916
|
-
x[
|
|
2914
|
+
for (var L = 0; L < 16; L++) {
|
|
2915
|
+
var H = S + L, k = x[H];
|
|
2916
|
+
x[H] = (k << 8 | k >>> 24) & 16711935 | (k << 24 | k >>> 8) & 4278255360;
|
|
2917
2917
|
}
|
|
2918
|
-
var
|
|
2919
|
-
|
|
2920
|
-
for (var Z,
|
|
2921
|
-
Z =
|
|
2922
|
-
Z =
|
|
2918
|
+
var h = this._hash.words, A = u.words, B = m.words, w = a.words, G = t.words, R = o.words, W = s.words, N, P, O, D, E, F, M, K, q, j;
|
|
2919
|
+
F = N = h[0], M = P = h[1], K = O = h[2], q = D = h[3], j = E = h[4];
|
|
2920
|
+
for (var Z, L = 0; L < 80; L += 1)
|
|
2921
|
+
Z = N + x[S + w[L]] | 0, L < 16 ? Z += f(P, O, D) + A[0] : L < 32 ? Z += y(P, O, D) + A[1] : L < 48 ? Z += _(P, O, D) + A[2] : L < 64 ? Z += U(P, O, D) + A[3] : Z += C(P, O, D) + A[4], Z = Z | 0, Z = v(Z, R[L]), Z = Z + E | 0, N = E, E = D, D = v(O, 10), O = P, P = Z, Z = F + x[S + G[L]] | 0, L < 16 ? Z += C(M, K, q) + B[0] : L < 32 ? Z += U(M, K, q) + B[1] : L < 48 ? Z += _(M, K, q) + B[2] : L < 64 ? Z += y(M, K, q) + B[3] : Z += f(M, K, q) + B[4], Z = Z | 0, Z = v(Z, W[L]), Z = Z + j | 0, F = j, j = q, q = v(K, 10), K = M, M = Z;
|
|
2922
|
+
Z = h[1] + O + q | 0, h[1] = h[2] + D + j | 0, h[2] = h[3] + E + F | 0, h[3] = h[4] + N + M | 0, h[4] = h[0] + P + K | 0, h[0] = Z;
|
|
2923
2923
|
},
|
|
2924
2924
|
_doFinalize: function() {
|
|
2925
|
-
var x = this._data, S = x.words,
|
|
2926
|
-
S[
|
|
2927
|
-
for (var k = this._hash,
|
|
2928
|
-
var B =
|
|
2929
|
-
|
|
2925
|
+
var x = this._data, S = x.words, L = this._nDataBytes * 8, H = x.sigBytes * 8;
|
|
2926
|
+
S[H >>> 5] |= 128 << 24 - H % 32, S[(H + 64 >>> 9 << 4) + 14] = (L << 8 | L >>> 24) & 16711935 | (L << 24 | L >>> 8) & 4278255360, x.sigBytes = (S.length + 1) * 4, this._process();
|
|
2927
|
+
for (var k = this._hash, h = k.words, A = 0; A < 5; A++) {
|
|
2928
|
+
var B = h[A];
|
|
2929
|
+
h[A] = (B << 8 | B >>> 24) & 16711935 | (B << 24 | B >>> 8) & 4278255360;
|
|
2930
2930
|
}
|
|
2931
2931
|
return k;
|
|
2932
2932
|
},
|
|
@@ -2935,20 +2935,20 @@ function Dr() {
|
|
|
2935
2935
|
return x._hash = this._hash.clone(), x;
|
|
2936
2936
|
}
|
|
2937
2937
|
});
|
|
2938
|
-
function f(x, S,
|
|
2939
|
-
return x ^ S ^
|
|
2938
|
+
function f(x, S, L) {
|
|
2939
|
+
return x ^ S ^ L;
|
|
2940
2940
|
}
|
|
2941
|
-
function y(x, S,
|
|
2942
|
-
return x & S | ~x &
|
|
2941
|
+
function y(x, S, L) {
|
|
2942
|
+
return x & S | ~x & L;
|
|
2943
2943
|
}
|
|
2944
|
-
function _(x, S,
|
|
2945
|
-
return (x | ~S) ^
|
|
2944
|
+
function _(x, S, L) {
|
|
2945
|
+
return (x | ~S) ^ L;
|
|
2946
2946
|
}
|
|
2947
|
-
function U(x, S,
|
|
2948
|
-
return x &
|
|
2947
|
+
function U(x, S, L) {
|
|
2948
|
+
return x & L | S & ~L;
|
|
2949
2949
|
}
|
|
2950
|
-
function C(x, S,
|
|
2951
|
-
return x ^ (S | ~
|
|
2950
|
+
function C(x, S, L) {
|
|
2951
|
+
return x ^ (S | ~L);
|
|
2952
2952
|
}
|
|
2953
2953
|
function v(x, S) {
|
|
2954
2954
|
return x << S | x >>> 32 - S;
|
|
@@ -3086,10 +3086,10 @@ function Lr() {
|
|
|
3086
3086
|
for (var u = this.cfg, m = a.create(u.hasher, o), c = b.create(), f = b.create([1]), y = c.words, _ = f.words, U = u.keySize, C = u.iterations; y.length < U; ) {
|
|
3087
3087
|
var v = m.update(s).finalize(f);
|
|
3088
3088
|
m.reset();
|
|
3089
|
-
for (var x = v.words, S = x.length,
|
|
3090
|
-
|
|
3091
|
-
for (var k =
|
|
3092
|
-
x[
|
|
3089
|
+
for (var x = v.words, S = x.length, L = v, H = 1; H < C; H++) {
|
|
3090
|
+
L = m.finalize(L), m.reset();
|
|
3091
|
+
for (var k = L.words, h = 0; h < S; h++)
|
|
3092
|
+
x[h] ^= k[h];
|
|
3093
3093
|
}
|
|
3094
3094
|
c.concat(v), _[0]++;
|
|
3095
3095
|
}
|
|
@@ -3196,8 +3196,8 @@ function Ne() {
|
|
|
3196
3196
|
*
|
|
3197
3197
|
* var cipher = CryptoJS.algo.AES.createEncryptor(keyWordArray, { iv: ivWordArray });
|
|
3198
3198
|
*/
|
|
3199
|
-
createEncryptor: function(k,
|
|
3200
|
-
return this.create(this._ENC_XFORM_MODE, k,
|
|
3199
|
+
createEncryptor: function(k, h) {
|
|
3200
|
+
return this.create(this._ENC_XFORM_MODE, k, h);
|
|
3201
3201
|
},
|
|
3202
3202
|
/**
|
|
3203
3203
|
* Creates this cipher in decryption mode.
|
|
@@ -3213,8 +3213,8 @@ function Ne() {
|
|
|
3213
3213
|
*
|
|
3214
3214
|
* var cipher = CryptoJS.algo.AES.createDecryptor(keyWordArray, { iv: ivWordArray });
|
|
3215
3215
|
*/
|
|
3216
|
-
createDecryptor: function(k,
|
|
3217
|
-
return this.create(this._DEC_XFORM_MODE, k,
|
|
3216
|
+
createDecryptor: function(k, h) {
|
|
3217
|
+
return this.create(this._DEC_XFORM_MODE, k, h);
|
|
3218
3218
|
},
|
|
3219
3219
|
/**
|
|
3220
3220
|
* Initializes a newly created cipher.
|
|
@@ -3227,8 +3227,8 @@ function Ne() {
|
|
|
3227
3227
|
*
|
|
3228
3228
|
* var cipher = CryptoJS.algo.AES.create(CryptoJS.algo.AES._ENC_XFORM_MODE, keyWordArray, { iv: ivWordArray });
|
|
3229
3229
|
*/
|
|
3230
|
-
init: function(k,
|
|
3231
|
-
this.cfg = this.cfg.extend(
|
|
3230
|
+
init: function(k, h, A) {
|
|
3231
|
+
this.cfg = this.cfg.extend(A), this._xformMode = k, this._key = h, this.reset();
|
|
3232
3232
|
},
|
|
3233
3233
|
/**
|
|
3234
3234
|
* Resets this cipher to its initial state.
|
|
@@ -3271,8 +3271,8 @@ function Ne() {
|
|
|
3271
3271
|
*/
|
|
3272
3272
|
finalize: function(k) {
|
|
3273
3273
|
k && this._append(k);
|
|
3274
|
-
var
|
|
3275
|
-
return
|
|
3274
|
+
var h = this._doFinalize();
|
|
3275
|
+
return h;
|
|
3276
3276
|
},
|
|
3277
3277
|
keySize: 128 / 32,
|
|
3278
3278
|
ivSize: 128 / 32,
|
|
@@ -3292,16 +3292,16 @@ function Ne() {
|
|
|
3292
3292
|
* var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES);
|
|
3293
3293
|
*/
|
|
3294
3294
|
_createHelper: /* @__PURE__ */ (function() {
|
|
3295
|
-
function k(
|
|
3296
|
-
return typeof
|
|
3295
|
+
function k(h) {
|
|
3296
|
+
return typeof h == "string" ? H : x;
|
|
3297
3297
|
}
|
|
3298
|
-
return function(
|
|
3298
|
+
return function(h) {
|
|
3299
3299
|
return {
|
|
3300
|
-
encrypt: function(
|
|
3301
|
-
return k(B).encrypt(
|
|
3300
|
+
encrypt: function(A, B, w) {
|
|
3301
|
+
return k(B).encrypt(h, A, B, w);
|
|
3302
3302
|
},
|
|
3303
|
-
decrypt: function(
|
|
3304
|
-
return k(B).decrypt(
|
|
3303
|
+
decrypt: function(A, B, w) {
|
|
3304
|
+
return k(B).decrypt(h, A, B, w);
|
|
3305
3305
|
}
|
|
3306
3306
|
};
|
|
3307
3307
|
};
|
|
@@ -3327,8 +3327,8 @@ function Ne() {
|
|
|
3327
3327
|
*
|
|
3328
3328
|
* var mode = CryptoJS.mode.CBC.createEncryptor(cipher, iv.words);
|
|
3329
3329
|
*/
|
|
3330
|
-
createEncryptor: function(k,
|
|
3331
|
-
return this.Encryptor.create(k,
|
|
3330
|
+
createEncryptor: function(k, h) {
|
|
3331
|
+
return this.Encryptor.create(k, h);
|
|
3332
3332
|
},
|
|
3333
3333
|
/**
|
|
3334
3334
|
* Creates this mode for decryption.
|
|
@@ -3342,8 +3342,8 @@ function Ne() {
|
|
|
3342
3342
|
*
|
|
3343
3343
|
* var mode = CryptoJS.mode.CBC.createDecryptor(cipher, iv.words);
|
|
3344
3344
|
*/
|
|
3345
|
-
createDecryptor: function(k,
|
|
3346
|
-
return this.Decryptor.create(k,
|
|
3345
|
+
createDecryptor: function(k, h) {
|
|
3346
|
+
return this.Decryptor.create(k, h);
|
|
3347
3347
|
},
|
|
3348
3348
|
/**
|
|
3349
3349
|
* Initializes a newly created mode.
|
|
@@ -3355,8 +3355,8 @@ function Ne() {
|
|
|
3355
3355
|
*
|
|
3356
3356
|
* var mode = CryptoJS.mode.CBC.Encryptor.create(cipher, iv.words);
|
|
3357
3357
|
*/
|
|
3358
|
-
init: function(k,
|
|
3359
|
-
this._cipher = k, this._iv =
|
|
3358
|
+
init: function(k, h) {
|
|
3359
|
+
this._cipher = k, this._iv = h;
|
|
3360
3360
|
}
|
|
3361
3361
|
}), f = m.CBC = (function() {
|
|
3362
3362
|
var k = c.extend();
|
|
@@ -3371,9 +3371,9 @@ function Ne() {
|
|
|
3371
3371
|
*
|
|
3372
3372
|
* mode.processBlock(data.words, offset);
|
|
3373
3373
|
*/
|
|
3374
|
-
processBlock: function(
|
|
3375
|
-
var w = this._cipher,
|
|
3376
|
-
|
|
3374
|
+
processBlock: function(A, B) {
|
|
3375
|
+
var w = this._cipher, G = w.blockSize;
|
|
3376
|
+
h.call(this, A, B, G), w.encryptBlock(A, B), this._prevBlock = A.slice(B, B + G);
|
|
3377
3377
|
}
|
|
3378
3378
|
}), k.Decryptor = k.extend({
|
|
3379
3379
|
/**
|
|
@@ -3386,16 +3386,16 @@ function Ne() {
|
|
|
3386
3386
|
*
|
|
3387
3387
|
* mode.processBlock(data.words, offset);
|
|
3388
3388
|
*/
|
|
3389
|
-
processBlock: function(
|
|
3390
|
-
var w = this._cipher,
|
|
3391
|
-
w.decryptBlock(
|
|
3389
|
+
processBlock: function(A, B) {
|
|
3390
|
+
var w = this._cipher, G = w.blockSize, R = A.slice(B, B + G);
|
|
3391
|
+
w.decryptBlock(A, B), h.call(this, A, B, G), this._prevBlock = R;
|
|
3392
3392
|
}
|
|
3393
3393
|
});
|
|
3394
|
-
function
|
|
3395
|
-
var
|
|
3396
|
-
|
|
3397
|
-
for (var
|
|
3398
|
-
|
|
3394
|
+
function h(A, B, w) {
|
|
3395
|
+
var G, R = this._iv;
|
|
3396
|
+
R ? (G = R, this._iv = l) : G = this._prevBlock;
|
|
3397
|
+
for (var W = 0; W < w; W++)
|
|
3398
|
+
A[B + W] ^= G[W];
|
|
3399
3399
|
}
|
|
3400
3400
|
return k;
|
|
3401
3401
|
})(), y = p.pad = {}, _ = y.Pkcs7 = {
|
|
@@ -3411,11 +3411,11 @@ function Ne() {
|
|
|
3411
3411
|
*
|
|
3412
3412
|
* CryptoJS.pad.Pkcs7.pad(wordArray, 4);
|
|
3413
3413
|
*/
|
|
3414
|
-
pad: function(k,
|
|
3415
|
-
for (var
|
|
3416
|
-
|
|
3417
|
-
var
|
|
3418
|
-
k.concat(
|
|
3414
|
+
pad: function(k, h) {
|
|
3415
|
+
for (var A = h * 4, B = A - k.sigBytes % A, w = B << 24 | B << 16 | B << 8 | B, G = [], R = 0; R < B; R += 4)
|
|
3416
|
+
G.push(w);
|
|
3417
|
+
var W = d.create(G, B);
|
|
3418
|
+
k.concat(W);
|
|
3419
3419
|
},
|
|
3420
3420
|
/**
|
|
3421
3421
|
* Unpads data that had been padded using the algorithm defined in PKCS #5/7.
|
|
@@ -3429,8 +3429,8 @@ function Ne() {
|
|
|
3429
3429
|
* CryptoJS.pad.Pkcs7.unpad(wordArray);
|
|
3430
3430
|
*/
|
|
3431
3431
|
unpad: function(k) {
|
|
3432
|
-
var
|
|
3433
|
-
k.sigBytes -=
|
|
3432
|
+
var h = k.words[k.sigBytes - 1 >>> 2] & 255;
|
|
3433
|
+
k.sigBytes -= h;
|
|
3434
3434
|
}
|
|
3435
3435
|
};
|
|
3436
3436
|
g.BlockCipher = u.extend({
|
|
@@ -3447,15 +3447,15 @@ function Ne() {
|
|
|
3447
3447
|
reset: function() {
|
|
3448
3448
|
var k;
|
|
3449
3449
|
u.reset.call(this);
|
|
3450
|
-
var
|
|
3451
|
-
this._xformMode == this._ENC_XFORM_MODE ? k = B.createEncryptor : (k = B.createDecryptor, this._minBufferSize = 1), this._mode && this._mode.__creator == k ? this._mode.init(this,
|
|
3450
|
+
var h = this.cfg, A = h.iv, B = h.mode;
|
|
3451
|
+
this._xformMode == this._ENC_XFORM_MODE ? k = B.createEncryptor : (k = B.createDecryptor, this._minBufferSize = 1), this._mode && this._mode.__creator == k ? this._mode.init(this, A && A.words) : (this._mode = k.call(B, this, A && A.words), this._mode.__creator = k);
|
|
3452
3452
|
},
|
|
3453
|
-
_doProcessBlock: function(k,
|
|
3454
|
-
this._mode.processBlock(k,
|
|
3453
|
+
_doProcessBlock: function(k, h) {
|
|
3454
|
+
this._mode.processBlock(k, h);
|
|
3455
3455
|
},
|
|
3456
3456
|
_doFinalize: function() {
|
|
3457
|
-
var k,
|
|
3458
|
-
return this._xformMode == this._ENC_XFORM_MODE ? (
|
|
3457
|
+
var k, h = this.cfg.padding;
|
|
3458
|
+
return this._xformMode == this._ENC_XFORM_MODE ? (h.pad(this._data, this.blockSize), k = this._process(!0)) : (k = this._process(!0), h.unpad(k)), k;
|
|
3459
3459
|
},
|
|
3460
3460
|
blockSize: 128 / 32
|
|
3461
3461
|
});
|
|
@@ -3515,8 +3515,8 @@ function Ne() {
|
|
|
3515
3515
|
* var openSSLString = CryptoJS.format.OpenSSL.stringify(cipherParams);
|
|
3516
3516
|
*/
|
|
3517
3517
|
stringify: function(k) {
|
|
3518
|
-
var
|
|
3519
|
-
return B ?
|
|
3518
|
+
var h, A = k.ciphertext, B = k.salt;
|
|
3519
|
+
return B ? h = d.create([1398893684, 1701076831]).concat(B).concat(A) : h = A, h.toString(t);
|
|
3520
3520
|
},
|
|
3521
3521
|
/**
|
|
3522
3522
|
* Converts an OpenSSL-compatible string to a cipher params object.
|
|
@@ -3532,8 +3532,8 @@ function Ne() {
|
|
|
3532
3532
|
* var cipherParams = CryptoJS.format.OpenSSL.parse(openSSLString);
|
|
3533
3533
|
*/
|
|
3534
3534
|
parse: function(k) {
|
|
3535
|
-
var
|
|
3536
|
-
return B[0] == 1398893684 && B[1] == 1701076831 && (
|
|
3535
|
+
var h, A = t.parse(k), B = A.words;
|
|
3536
|
+
return B[0] == 1398893684 && B[1] == 1701076831 && (h = d.create(B.slice(2, 4)), B.splice(0, 4), A.sigBytes -= 16), U.create({ ciphertext: A, salt: h });
|
|
3537
3537
|
}
|
|
3538
3538
|
}, x = g.SerializableCipher = b.extend({
|
|
3539
3539
|
/**
|
|
@@ -3562,16 +3562,16 @@ function Ne() {
|
|
|
3562
3562
|
* var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv });
|
|
3563
3563
|
* var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv, format: CryptoJS.format.OpenSSL });
|
|
3564
3564
|
*/
|
|
3565
|
-
encrypt: function(k,
|
|
3565
|
+
encrypt: function(k, h, A, B) {
|
|
3566
3566
|
B = this.cfg.extend(B);
|
|
3567
|
-
var w = k.createEncryptor(
|
|
3567
|
+
var w = k.createEncryptor(A, B), G = w.finalize(h), R = w.cfg;
|
|
3568
3568
|
return U.create({
|
|
3569
|
-
ciphertext:
|
|
3570
|
-
key:
|
|
3571
|
-
iv:
|
|
3569
|
+
ciphertext: G,
|
|
3570
|
+
key: A,
|
|
3571
|
+
iv: R.iv,
|
|
3572
3572
|
algorithm: k,
|
|
3573
|
-
mode:
|
|
3574
|
-
padding:
|
|
3573
|
+
mode: R.mode,
|
|
3574
|
+
padding: R.padding,
|
|
3575
3575
|
blockSize: k.blockSize,
|
|
3576
3576
|
formatter: B.format
|
|
3577
3577
|
});
|
|
@@ -3593,9 +3593,9 @@ function Ne() {
|
|
|
3593
3593
|
* var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, key, { iv: iv, format: CryptoJS.format.OpenSSL });
|
|
3594
3594
|
* var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, key, { iv: iv, format: CryptoJS.format.OpenSSL });
|
|
3595
3595
|
*/
|
|
3596
|
-
decrypt: function(k,
|
|
3597
|
-
B = this.cfg.extend(B),
|
|
3598
|
-
var w = k.createDecryptor(
|
|
3596
|
+
decrypt: function(k, h, A, B) {
|
|
3597
|
+
B = this.cfg.extend(B), h = this._parse(h, B.format);
|
|
3598
|
+
var w = k.createDecryptor(A, B).finalize(h.ciphertext);
|
|
3599
3599
|
return w;
|
|
3600
3600
|
},
|
|
3601
3601
|
/**
|
|
@@ -3613,10 +3613,10 @@ function Ne() {
|
|
|
3613
3613
|
*
|
|
3614
3614
|
* var ciphertextParams = CryptoJS.lib.SerializableCipher._parse(ciphertextStringOrParams, format);
|
|
3615
3615
|
*/
|
|
3616
|
-
_parse: function(k,
|
|
3617
|
-
return typeof k == "string" ?
|
|
3616
|
+
_parse: function(k, h) {
|
|
3617
|
+
return typeof k == "string" ? h.parse(k, this) : k;
|
|
3618
3618
|
}
|
|
3619
|
-
}), S = p.kdf = {},
|
|
3619
|
+
}), S = p.kdf = {}, L = S.OpenSSL = {
|
|
3620
3620
|
/**
|
|
3621
3621
|
* Derives a key and IV from a password.
|
|
3622
3622
|
*
|
|
@@ -3634,22 +3634,22 @@ function Ne() {
|
|
|
3634
3634
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
3635
3635
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
3636
3636
|
*/
|
|
3637
|
-
execute: function(k,
|
|
3637
|
+
execute: function(k, h, A, B, w) {
|
|
3638
3638
|
if (B || (B = d.random(64 / 8)), w)
|
|
3639
|
-
var
|
|
3639
|
+
var G = s.create({ keySize: h + A, hasher: w }).compute(k, B);
|
|
3640
3640
|
else
|
|
3641
|
-
var
|
|
3642
|
-
var
|
|
3643
|
-
return
|
|
3641
|
+
var G = s.create({ keySize: h + A }).compute(k, B);
|
|
3642
|
+
var R = d.create(G.words.slice(h), A * 4);
|
|
3643
|
+
return G.sigBytes = h * 4, U.create({ key: G, iv: R, salt: B });
|
|
3644
3644
|
}
|
|
3645
|
-
},
|
|
3645
|
+
}, H = g.PasswordBasedCipher = x.extend({
|
|
3646
3646
|
/**
|
|
3647
3647
|
* Configuration options.
|
|
3648
3648
|
*
|
|
3649
3649
|
* @property {KDF} kdf The key derivation function to use to generate a key and IV from a password. Default: OpenSSL
|
|
3650
3650
|
*/
|
|
3651
3651
|
cfg: x.cfg.extend({
|
|
3652
|
-
kdf:
|
|
3652
|
+
kdf: L
|
|
3653
3653
|
}),
|
|
3654
3654
|
/**
|
|
3655
3655
|
* Encrypts a message using a password.
|
|
@@ -3668,12 +3668,12 @@ function Ne() {
|
|
|
3668
3668
|
* var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password');
|
|
3669
3669
|
* var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password', { format: CryptoJS.format.OpenSSL });
|
|
3670
3670
|
*/
|
|
3671
|
-
encrypt: function(k,
|
|
3671
|
+
encrypt: function(k, h, A, B) {
|
|
3672
3672
|
B = this.cfg.extend(B);
|
|
3673
|
-
var w = B.kdf.execute(
|
|
3673
|
+
var w = B.kdf.execute(A, k.keySize, k.ivSize, B.salt, B.hasher);
|
|
3674
3674
|
B.iv = w.iv;
|
|
3675
|
-
var
|
|
3676
|
-
return
|
|
3675
|
+
var G = x.encrypt.call(this, k, h, w.key, B);
|
|
3676
|
+
return G.mixIn(w), G;
|
|
3677
3677
|
},
|
|
3678
3678
|
/**
|
|
3679
3679
|
* Decrypts serialized ciphertext using a password.
|
|
@@ -3692,12 +3692,12 @@ function Ne() {
|
|
|
3692
3692
|
* var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, 'password', { format: CryptoJS.format.OpenSSL });
|
|
3693
3693
|
* var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, 'password', { format: CryptoJS.format.OpenSSL });
|
|
3694
3694
|
*/
|
|
3695
|
-
decrypt: function(k,
|
|
3696
|
-
B = this.cfg.extend(B),
|
|
3697
|
-
var w = B.kdf.execute(
|
|
3695
|
+
decrypt: function(k, h, A, B) {
|
|
3696
|
+
B = this.cfg.extend(B), h = this._parse(h, B.format);
|
|
3697
|
+
var w = B.kdf.execute(A, k.keySize, k.ivSize, h.salt, B.hasher);
|
|
3698
3698
|
B.iv = w.iv;
|
|
3699
|
-
var
|
|
3700
|
-
return
|
|
3699
|
+
var G = x.decrypt.call(this, k, h, w.key, B);
|
|
3700
|
+
return G;
|
|
3701
3701
|
}
|
|
3702
3702
|
});
|
|
3703
3703
|
})();
|
|
@@ -3984,25 +3984,25 @@ function io() {
|
|
|
3984
3984
|
for (var v = 0, x = 0, C = 0; C < 256; C++) {
|
|
3985
3985
|
var S = x ^ x << 1 ^ x << 2 ^ x << 3 ^ x << 4;
|
|
3986
3986
|
S = S >>> 8 ^ S & 255 ^ 99, d[v] = S, r[S] = v;
|
|
3987
|
-
var
|
|
3988
|
-
a[v] =
|
|
3989
|
-
var
|
|
3990
|
-
u[S] =
|
|
3987
|
+
var L = U[v], H = U[L], k = U[H], h = U[S] * 257 ^ S * 16843008;
|
|
3988
|
+
a[v] = h << 24 | h >>> 8, t[v] = h << 16 | h >>> 16, o[v] = h << 8 | h >>> 24, s[v] = h;
|
|
3989
|
+
var h = k * 16843009 ^ H * 65537 ^ L * 257 ^ v * 16843008;
|
|
3990
|
+
u[S] = h << 24 | h >>> 8, m[S] = h << 16 | h >>> 16, c[S] = h << 8 | h >>> 24, f[S] = h, v ? (v = L ^ U[U[U[k ^ L]]], x ^= U[U[x]]) : v = x = 1;
|
|
3991
3991
|
}
|
|
3992
3992
|
})();
|
|
3993
3993
|
var y = [0, 1, 2, 4, 8, 16, 32, 64, 128, 27, 54], _ = b.AES = g.extend({
|
|
3994
3994
|
_doReset: function() {
|
|
3995
3995
|
var U;
|
|
3996
3996
|
if (!(this._nRounds && this._keyPriorReset === this._key)) {
|
|
3997
|
-
for (var C = this._keyPriorReset = this._key, v = C.words, x = C.sigBytes / 4, S = this._nRounds = x + 6,
|
|
3998
|
-
k < x ?
|
|
3999
|
-
for (var
|
|
4000
|
-
var k =
|
|
4001
|
-
if (
|
|
4002
|
-
var U =
|
|
3997
|
+
for (var C = this._keyPriorReset = this._key, v = C.words, x = C.sigBytes / 4, S = this._nRounds = x + 6, L = (S + 1) * 4, H = this._keySchedule = [], k = 0; k < L; k++)
|
|
3998
|
+
k < x ? H[k] = v[k] : (U = H[k - 1], k % x ? x > 6 && k % x == 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 ^= y[k / x | 0] << 24), H[k] = H[k - x] ^ U);
|
|
3999
|
+
for (var h = this._invKeySchedule = [], A = 0; A < L; A++) {
|
|
4000
|
+
var k = L - A;
|
|
4001
|
+
if (A % 4)
|
|
4002
|
+
var U = H[k];
|
|
4003
4003
|
else
|
|
4004
|
-
var U =
|
|
4005
|
-
|
|
4004
|
+
var U = H[k - 4];
|
|
4005
|
+
A < 4 || k <= 4 ? h[A] = U : h[A] = u[d[U >>> 24]] ^ m[d[U >>> 16 & 255]] ^ c[d[U >>> 8 & 255]] ^ f[d[U & 255]];
|
|
4006
4006
|
}
|
|
4007
4007
|
}
|
|
4008
4008
|
},
|
|
@@ -4015,13 +4015,13 @@ function io() {
|
|
|
4015
4015
|
var v = U[C + 1];
|
|
4016
4016
|
U[C + 1] = U[C + 3], U[C + 3] = v;
|
|
4017
4017
|
},
|
|
4018
|
-
_doCryptBlock: function(U, C, v, x, S,
|
|
4019
|
-
for (var
|
|
4020
|
-
var
|
|
4021
|
-
|
|
4018
|
+
_doCryptBlock: function(U, C, v, x, S, L, H, k) {
|
|
4019
|
+
for (var h = this._nRounds, A = U[C] ^ v[0], B = U[C + 1] ^ v[1], w = U[C + 2] ^ v[2], G = U[C + 3] ^ v[3], R = 4, W = 1; W < h; W++) {
|
|
4020
|
+
var N = x[A >>> 24] ^ S[B >>> 16 & 255] ^ L[w >>> 8 & 255] ^ H[G & 255] ^ v[R++], P = x[B >>> 24] ^ S[w >>> 16 & 255] ^ L[G >>> 8 & 255] ^ H[A & 255] ^ v[R++], O = x[w >>> 24] ^ S[G >>> 16 & 255] ^ L[A >>> 8 & 255] ^ H[B & 255] ^ v[R++], D = x[G >>> 24] ^ S[A >>> 16 & 255] ^ L[B >>> 8 & 255] ^ H[w & 255] ^ v[R++];
|
|
4021
|
+
A = N, B = P, w = O, G = D;
|
|
4022
4022
|
}
|
|
4023
|
-
var
|
|
4024
|
-
U[C] =
|
|
4023
|
+
var N = (k[A >>> 24] << 24 | k[B >>> 16 & 255] << 16 | k[w >>> 8 & 255] << 8 | k[G & 255]) ^ v[R++], P = (k[B >>> 24] << 24 | k[w >>> 16 & 255] << 16 | k[G >>> 8 & 255] << 8 | k[A & 255]) ^ v[R++], O = (k[w >>> 24] << 24 | k[G >>> 16 & 255] << 16 | k[A >>> 8 & 255] << 8 | k[B & 255]) ^ v[R++], D = (k[G >>> 24] << 24 | k[A >>> 16 & 255] << 16 | k[B >>> 8 & 255] << 8 | k[w & 255]) ^ v[R++];
|
|
4024
|
+
U[C] = N, U[C + 1] = P, U[C + 2] = O, U[C + 3] = D;
|
|
4025
4025
|
},
|
|
4026
4026
|
keySize: 256 / 32
|
|
4027
4027
|
});
|
|
@@ -4688,12 +4688,12 @@ function no() {
|
|
|
4688
4688
|
U[C] = _[v >>> 5] >>> 31 - v % 32 & 1;
|
|
4689
4689
|
}
|
|
4690
4690
|
for (var x = this._subKeys = [], S = 0; S < 16; S++) {
|
|
4691
|
-
for (var
|
|
4692
|
-
|
|
4693
|
-
|
|
4691
|
+
for (var L = x[S] = [], H = t[S], C = 0; C < 24; C++)
|
|
4692
|
+
L[C / 6 | 0] |= U[(a[C] - 1 + H) % 28] << 31 - C % 6, L[4 + (C / 6 | 0)] |= U[28 + (a[C + 24] - 1 + H) % 28] << 31 - C % 6;
|
|
4693
|
+
L[0] = L[0] << 1 | L[0] >>> 31;
|
|
4694
4694
|
for (var C = 1; C < 7; C++)
|
|
4695
|
-
|
|
4696
|
-
|
|
4695
|
+
L[C] = L[C] >>> (C - 1) * 4 + 3;
|
|
4696
|
+
L[7] = L[7] << 5 | L[7] >>> 27;
|
|
4697
4697
|
}
|
|
4698
4698
|
for (var k = this._invSubKeys = [], C = 0; C < 16; C++)
|
|
4699
4699
|
k[C] = x[15 - C];
|
|
@@ -4707,9 +4707,9 @@ function no() {
|
|
|
4707
4707
|
_doCryptBlock: function(y, _, U) {
|
|
4708
4708
|
this._lBlock = y[_], this._rBlock = y[_ + 1], m.call(this, 4, 252645135), m.call(this, 16, 65535), c.call(this, 2, 858993459), c.call(this, 8, 16711935), m.call(this, 1, 1431655765);
|
|
4709
4709
|
for (var C = 0; C < 16; C++) {
|
|
4710
|
-
for (var v = U[C], x = this._lBlock, S = this._rBlock,
|
|
4711
|
-
|
|
4712
|
-
this._lBlock = S, this._rBlock = x ^
|
|
4710
|
+
for (var v = U[C], x = this._lBlock, S = this._rBlock, L = 0, H = 0; H < 8; H++)
|
|
4711
|
+
L |= o[H][((S ^ v[H]) & s[H]) >>> 0];
|
|
4712
|
+
this._lBlock = S, this._rBlock = x ^ L;
|
|
4713
4713
|
}
|
|
4714
4714
|
var k = this._lBlock;
|
|
4715
4715
|
this._lBlock = this._rBlock, this._rBlock = k, m.call(this, 1, 1431655765), c.call(this, 8, 16711935), c.call(this, 2, 858993459), m.call(this, 16, 65535), m.call(this, 4, 252645135), y[_] = this._lBlock, y[_ + 1] = this._rBlock;
|
|
@@ -6018,8 +6018,8 @@ function go() {
|
|
|
6018
6018
|
function m(f, y, _) {
|
|
6019
6019
|
for (let S = 0; S < 4; S++) {
|
|
6020
6020
|
f.sbox[S] = [];
|
|
6021
|
-
for (let
|
|
6022
|
-
f.sbox[S][
|
|
6021
|
+
for (let L = 0; L < 256; L++)
|
|
6022
|
+
f.sbox[S][L] = a[S][L];
|
|
6023
6023
|
}
|
|
6024
6024
|
let U = 0;
|
|
6025
6025
|
for (let S = 0; S < d + 2; S++)
|
|
@@ -6028,8 +6028,8 @@ function go() {
|
|
|
6028
6028
|
for (let S = 0; S < d + 2; S += 2)
|
|
6029
6029
|
x = s(f, C, v), C = x.left, v = x.right, f.pbox[S] = C, f.pbox[S + 1] = v;
|
|
6030
6030
|
for (let S = 0; S < 4; S++)
|
|
6031
|
-
for (let
|
|
6032
|
-
x = s(f, C, v), C = x.left, v = x.right, f.sbox[S][
|
|
6031
|
+
for (let L = 0; L < 256; L += 2)
|
|
6032
|
+
x = s(f, C, v), C = x.left, v = x.right, f.sbox[S][L] = C, f.sbox[S][L + 1] = v;
|
|
6033
6033
|
return !0;
|
|
6034
6034
|
}
|
|
6035
6035
|
var c = b.Blowfish = g.extend({
|
|
@@ -6077,245 +6077,248 @@ const va = /* @__PURE__ */ ft(al), _a = (e) => {
|
|
|
6077
6077
|
padding: va.pad.Pkcs7
|
|
6078
6078
|
}), g = i.toString(va.enc.Base64), b = va.enc.Base64.stringify(p.ciphertext);
|
|
6079
6079
|
return g + ":" + b;
|
|
6080
|
-
},
|
|
6080
|
+
}, se = () => {
|
|
6081
6081
|
const { client: e, formDataClient: n } = oe(), i = I(
|
|
6082
6082
|
async (N) => {
|
|
6083
|
-
const { mac_address:
|
|
6084
|
-
mac_address:
|
|
6085
|
-
app_version:
|
|
6086
|
-
anydesk_id:
|
|
6083
|
+
const { mac_address: P = "", app_version: O = "", anydesk_id: D = "" } = N, { data: E } = await e.post("/cash-register/login", {
|
|
6084
|
+
mac_address: P,
|
|
6085
|
+
app_version: O,
|
|
6086
|
+
anydesk_id: D
|
|
6087
6087
|
});
|
|
6088
|
-
return
|
|
6088
|
+
return E;
|
|
6089
6089
|
},
|
|
6090
6090
|
[e]
|
|
6091
6091
|
), l = I(async () => e.get("/member/getMemberInfo"), [e]), p = I(async () => await e.get("/member/getGameList"), [e]), g = I(async () => await e.get("/member/getNowCurrencyExchange"), [e]), b = I(async () => await e.get("member/getFavoriteGame"), [e]), d = I(
|
|
6092
6092
|
async (N) => {
|
|
6093
|
-
const { account:
|
|
6093
|
+
const { account: P, password: O, trans_code: D } = N;
|
|
6094
6094
|
return await e.post("/login", {
|
|
6095
|
-
memId:
|
|
6096
|
-
passwd:
|
|
6097
|
-
trans_code:
|
|
6095
|
+
memId: P,
|
|
6096
|
+
passwd: O,
|
|
6097
|
+
trans_code: D
|
|
6098
6098
|
});
|
|
6099
6099
|
},
|
|
6100
6100
|
[e]
|
|
6101
6101
|
), r = I(async () => await e.post("/logout"), [e]), a = I(
|
|
6102
6102
|
async (N) => {
|
|
6103
|
-
const { gameUid:
|
|
6104
|
-
return await e.put(`/member/toggleFavoriteGame/${
|
|
6105
|
-
status:
|
|
6103
|
+
const { gameUid: P = "", status: O = 0 } = N;
|
|
6104
|
+
return await e.put(`/member/toggleFavoriteGame/${P}`, {
|
|
6105
|
+
status: O
|
|
6106
6106
|
});
|
|
6107
6107
|
},
|
|
6108
6108
|
[e]
|
|
6109
6109
|
), t = I(async () => await e.get("/profit/ranking"), [e]), o = I(
|
|
6110
6110
|
async ({
|
|
6111
6111
|
memberId: N,
|
|
6112
|
-
password:
|
|
6113
|
-
unlimitCode:
|
|
6114
|
-
email:
|
|
6115
|
-
inviteCode:
|
|
6116
|
-
currencyCode:
|
|
6117
|
-
validCode:
|
|
6112
|
+
password: P,
|
|
6113
|
+
unlimitCode: O,
|
|
6114
|
+
email: D,
|
|
6115
|
+
inviteCode: E,
|
|
6116
|
+
currencyCode: F,
|
|
6117
|
+
validCode: M
|
|
6118
6118
|
}) => {
|
|
6119
|
-
const
|
|
6119
|
+
const K = {
|
|
6120
6120
|
memId: N,
|
|
6121
|
-
passwd: _a(
|
|
6122
|
-
email:
|
|
6123
|
-
currency_code:
|
|
6124
|
-
code:
|
|
6121
|
+
passwd: _a(P),
|
|
6122
|
+
email: D,
|
|
6123
|
+
currency_code: F,
|
|
6124
|
+
code: M
|
|
6125
6125
|
};
|
|
6126
|
-
return
|
|
6126
|
+
return O && (K.unlimit_code = O), E && (K.invite = E), e.post("/signUp", K);
|
|
6127
6127
|
},
|
|
6128
6128
|
[e]
|
|
6129
6129
|
), s = I(
|
|
6130
6130
|
async (N) => {
|
|
6131
|
-
const { name:
|
|
6131
|
+
const { name: P, birthday: O, email: D, mobile: E } = N;
|
|
6132
6132
|
return await e.post("/editMembetInfo", {
|
|
6133
|
-
name:
|
|
6133
|
+
name: P,
|
|
6134
6134
|
// 暱稱
|
|
6135
|
-
birthday:
|
|
6135
|
+
birthday: O,
|
|
6136
6136
|
// 生日 (格式:YYYY-MM-DD)
|
|
6137
|
-
email:
|
|
6137
|
+
email: D,
|
|
6138
6138
|
// 電子郵件
|
|
6139
|
-
mobile:
|
|
6139
|
+
mobile: E
|
|
6140
6140
|
// 手機號碼
|
|
6141
6141
|
});
|
|
6142
6142
|
},
|
|
6143
6143
|
[e]
|
|
6144
6144
|
), u = I(
|
|
6145
6145
|
async (N) => {
|
|
6146
|
-
const { oldPwd:
|
|
6146
|
+
const { oldPwd: P, newPwd: O } = N;
|
|
6147
6147
|
return await e.post("/passwordReset", {
|
|
6148
|
-
old_pwd: _a(
|
|
6149
|
-
new_pwd: _a(
|
|
6148
|
+
old_pwd: _a(P),
|
|
6149
|
+
new_pwd: _a(O)
|
|
6150
6150
|
});
|
|
6151
6151
|
},
|
|
6152
6152
|
[e]
|
|
6153
6153
|
), m = I(
|
|
6154
6154
|
async (N) => {
|
|
6155
|
-
const { newPwd:
|
|
6155
|
+
const { newPwd: P, confirmNewPwd: O } = N;
|
|
6156
6156
|
return await e.post("/setWithdrawPassword", {
|
|
6157
|
-
newPassword: _a(
|
|
6158
|
-
confirmPassword: _a(
|
|
6157
|
+
newPassword: _a(P),
|
|
6158
|
+
confirmPassword: _a(O)
|
|
6159
6159
|
});
|
|
6160
6160
|
},
|
|
6161
6161
|
[e]
|
|
6162
6162
|
), c = I(
|
|
6163
6163
|
async (N) => {
|
|
6164
|
-
const { oldPwd:
|
|
6164
|
+
const { oldPwd: P, newPwd: O } = N;
|
|
6165
6165
|
return await e.post("/withdrawPasswordReset", {
|
|
6166
|
-
old_pwd: _a(
|
|
6167
|
-
new_pwd: _a(
|
|
6166
|
+
old_pwd: _a(P),
|
|
6167
|
+
new_pwd: _a(O)
|
|
6168
6168
|
});
|
|
6169
6169
|
},
|
|
6170
6170
|
[e]
|
|
6171
6171
|
), f = I(
|
|
6172
6172
|
async (N) => {
|
|
6173
|
-
const { mobile:
|
|
6173
|
+
const { mobile: P, verification_code: O } = N;
|
|
6174
6174
|
return await e.post("/withdrawPasswordRenew", {
|
|
6175
|
-
mobile:
|
|
6176
|
-
verification_code:
|
|
6175
|
+
mobile: P,
|
|
6176
|
+
verification_code: O
|
|
6177
6177
|
});
|
|
6178
6178
|
},
|
|
6179
6179
|
[e]
|
|
6180
6180
|
), y = I(
|
|
6181
6181
|
async ({ paramsData: N }) => {
|
|
6182
|
-
const { start_time:
|
|
6182
|
+
const { start_time: P, end_time: O, limit: D = 25 } = N || {};
|
|
6183
6183
|
return await e.get("/report/totalprofit", {
|
|
6184
6184
|
params: {
|
|
6185
|
-
start_time: `${we(
|
|
6186
|
-
end_time: `${we(
|
|
6187
|
-
limit:
|
|
6185
|
+
start_time: `${we(P).format("YYYY-MM-DD")} 12:00:00`,
|
|
6186
|
+
end_time: `${we(O).format("YYYY-MM-DD")} 11:59:59`,
|
|
6187
|
+
limit: D
|
|
6188
6188
|
}
|
|
6189
6189
|
});
|
|
6190
6190
|
},
|
|
6191
6191
|
[e]
|
|
6192
6192
|
), _ = I(
|
|
6193
6193
|
async (N) => {
|
|
6194
|
-
const { platform:
|
|
6194
|
+
const { platform: P } = N;
|
|
6195
6195
|
return await e.post("/member/all-in-la", {
|
|
6196
|
-
platform:
|
|
6196
|
+
platform: P
|
|
6197
6197
|
});
|
|
6198
6198
|
},
|
|
6199
6199
|
[e]
|
|
6200
6200
|
), U = I(async () => await e.get("/member/checkRestrictedWagering"), [e]), C = I(
|
|
6201
6201
|
async (N) => {
|
|
6202
|
-
const { memId:
|
|
6202
|
+
const { memId: P, point: O, currency: D, password: E } = N;
|
|
6203
6203
|
return await e.post("/pointsTransaction", {
|
|
6204
|
-
to_memId:
|
|
6205
|
-
point:
|
|
6206
|
-
currency:
|
|
6207
|
-
password: _a(
|
|
6204
|
+
to_memId: P,
|
|
6205
|
+
point: O,
|
|
6206
|
+
currency: D,
|
|
6207
|
+
password: _a(E)
|
|
6208
6208
|
});
|
|
6209
6209
|
},
|
|
6210
6210
|
[e]
|
|
6211
6211
|
), v = I(
|
|
6212
6212
|
async ({ formData: N }) => {
|
|
6213
6213
|
const {
|
|
6214
|
-
bank_name:
|
|
6215
|
-
bank_account_name:
|
|
6216
|
-
bank_branch_name:
|
|
6217
|
-
bank_account:
|
|
6218
|
-
bank_card_number:
|
|
6219
|
-
id_card:
|
|
6220
|
-
id_pic:
|
|
6214
|
+
bank_name: P,
|
|
6215
|
+
bank_account_name: O,
|
|
6216
|
+
bank_branch_name: D,
|
|
6217
|
+
bank_account: E,
|
|
6218
|
+
bank_card_number: F,
|
|
6219
|
+
id_card: M,
|
|
6220
|
+
id_pic: K
|
|
6221
6221
|
} = N;
|
|
6222
6222
|
return await n.post("/bindBankAccount", N);
|
|
6223
6223
|
},
|
|
6224
6224
|
[n]
|
|
6225
6225
|
), x = I(
|
|
6226
6226
|
async (N) => {
|
|
6227
|
-
const { point_transfer:
|
|
6227
|
+
const { point_transfer: P } = N;
|
|
6228
6228
|
return await e.post("/cash-register/clear", {
|
|
6229
|
-
point_transfer:
|
|
6229
|
+
point_transfer: P
|
|
6230
6230
|
});
|
|
6231
6231
|
},
|
|
6232
6232
|
[e]
|
|
6233
6233
|
), S = I(
|
|
6234
6234
|
async (N) => {
|
|
6235
|
-
const { trans_code:
|
|
6235
|
+
const { trans_code: P, line_id: O, invite: D, line_name: E } = N;
|
|
6236
6236
|
return await e.post("/goLine", {
|
|
6237
|
-
trans_code:
|
|
6238
|
-
line_id:
|
|
6239
|
-
invite:
|
|
6240
|
-
line_name:
|
|
6237
|
+
trans_code: P,
|
|
6238
|
+
line_id: O,
|
|
6239
|
+
invite: D,
|
|
6240
|
+
line_name: E
|
|
6241
6241
|
});
|
|
6242
6242
|
},
|
|
6243
6243
|
[e]
|
|
6244
|
-
),
|
|
6244
|
+
), L = I(
|
|
6245
6245
|
async (N) => {
|
|
6246
|
-
const { trans_code:
|
|
6246
|
+
const { trans_code: P, line_id: O, line_name: D } = N;
|
|
6247
6247
|
return await e.post("/login/line", {
|
|
6248
|
-
trans_code:
|
|
6249
|
-
line_id:
|
|
6250
|
-
line_name:
|
|
6248
|
+
trans_code: P,
|
|
6249
|
+
line_id: O,
|
|
6250
|
+
line_name: D
|
|
6251
6251
|
});
|
|
6252
6252
|
},
|
|
6253
6253
|
[e]
|
|
6254
|
-
),
|
|
6254
|
+
), H = I(
|
|
6255
6255
|
async (N) => {
|
|
6256
|
-
const { mac_address:
|
|
6257
|
-
return await e.get(`/machine-login-code/${
|
|
6256
|
+
const { mac_address: P } = N;
|
|
6257
|
+
return await e.get(`/machine-login-code/${P}`);
|
|
6258
6258
|
},
|
|
6259
6259
|
[e]
|
|
6260
6260
|
), k = I(
|
|
6261
6261
|
async (N) => {
|
|
6262
|
-
const { member_info_uid:
|
|
6263
|
-
return await e.post(`/member/transfer/${
|
|
6264
|
-
point:
|
|
6265
|
-
currency:
|
|
6266
|
-
withdraw_password:
|
|
6262
|
+
const { member_info_uid: P, point: O, currency: D, withdraw_password: E } = N;
|
|
6263
|
+
return await e.post(`/member/transfer/${P}`, {
|
|
6264
|
+
point: O,
|
|
6265
|
+
currency: D,
|
|
6266
|
+
withdraw_password: E
|
|
6267
6267
|
});
|
|
6268
6268
|
},
|
|
6269
6269
|
[e]
|
|
6270
|
-
),
|
|
6270
|
+
), h = I(
|
|
6271
6271
|
async (N) => {
|
|
6272
|
-
const { mobile:
|
|
6272
|
+
const { mobile: P, verifyCode: O } = N;
|
|
6273
6273
|
return await e.post("/sms/verifyValidationCode", {
|
|
6274
|
-
mobile:
|
|
6275
|
-
inputCode:
|
|
6274
|
+
mobile: P,
|
|
6275
|
+
inputCode: O
|
|
6276
6276
|
});
|
|
6277
6277
|
},
|
|
6278
6278
|
[e]
|
|
6279
|
-
),
|
|
6279
|
+
), A = I(
|
|
6280
6280
|
async (N) => {
|
|
6281
|
-
const { mobile:
|
|
6281
|
+
const { mobile: P, verifyCode: O, snCode: D } = N;
|
|
6282
6282
|
return await e.post("/goMobile", {
|
|
6283
|
-
mobile:
|
|
6284
|
-
verification_code:
|
|
6285
|
-
sn_code:
|
|
6283
|
+
mobile: P,
|
|
6284
|
+
verification_code: O,
|
|
6285
|
+
sn_code: D
|
|
6286
6286
|
});
|
|
6287
6287
|
},
|
|
6288
6288
|
[e]
|
|
6289
6289
|
), B = I(
|
|
6290
6290
|
async (N) => {
|
|
6291
|
-
const { mobile:
|
|
6291
|
+
const { mobile: P, verifyCode: O, invite: D } = N;
|
|
6292
6292
|
return await e.post("/goMobileByInvite", {
|
|
6293
|
-
mobile:
|
|
6294
|
-
verification_code:
|
|
6295
|
-
invite:
|
|
6293
|
+
mobile: P,
|
|
6294
|
+
verification_code: O,
|
|
6295
|
+
invite: D
|
|
6296
6296
|
});
|
|
6297
6297
|
},
|
|
6298
6298
|
[e]
|
|
6299
6299
|
), w = I(
|
|
6300
6300
|
async (N) => {
|
|
6301
|
-
const { mobile:
|
|
6301
|
+
const { mobile: P } = N;
|
|
6302
6302
|
return await e.get("/sms/getValidCode", {
|
|
6303
6303
|
params: {
|
|
6304
|
-
mobile:
|
|
6304
|
+
mobile: P
|
|
6305
6305
|
}
|
|
6306
6306
|
});
|
|
6307
6307
|
},
|
|
6308
6308
|
[e]
|
|
6309
|
-
),
|
|
6309
|
+
), G = I(
|
|
6310
6310
|
async (N) => {
|
|
6311
|
-
const { bindType:
|
|
6311
|
+
const { bindType: P, bindId: O } = N;
|
|
6312
6312
|
return await e.post("/member/bindThirdPartyAccount", {
|
|
6313
|
-
bind_type:
|
|
6314
|
-
bind_id:
|
|
6313
|
+
bind_type: P,
|
|
6314
|
+
bind_id: O
|
|
6315
6315
|
});
|
|
6316
6316
|
},
|
|
6317
6317
|
[e]
|
|
6318
|
-
),
|
|
6318
|
+
), R = I(async () => await e.get("/jackpot", {}), [e]), W = I(
|
|
6319
|
+
async (N) => await e.get("/total-bet-ranking"),
|
|
6320
|
+
[e]
|
|
6321
|
+
);
|
|
6319
6322
|
return {
|
|
6320
6323
|
machineLoginApi: i,
|
|
6321
6324
|
userInfoApi: l,
|
|
@@ -6338,19 +6341,20 @@ const va = /* @__PURE__ */ ft(al), _a = (e) => {
|
|
|
6338
6341
|
pointTransferApi: C,
|
|
6339
6342
|
abandonPointsApi: x,
|
|
6340
6343
|
lineLoginApi: S,
|
|
6341
|
-
lineLogin2Api:
|
|
6342
|
-
getMachineLoginCodeApi:
|
|
6344
|
+
lineLogin2Api: L,
|
|
6345
|
+
getMachineLoginCodeApi: H,
|
|
6343
6346
|
memberTransferApi: k,
|
|
6344
|
-
mobileLoginApi:
|
|
6347
|
+
mobileLoginApi: h,
|
|
6345
6348
|
sendMobileVerifyCodeApi: w,
|
|
6346
|
-
mobileLoginApiV2:
|
|
6347
|
-
bindAccountApi:
|
|
6349
|
+
mobileLoginApiV2: A,
|
|
6350
|
+
bindAccountApi: G,
|
|
6348
6351
|
mobileRegisterApi: B,
|
|
6349
6352
|
verifyResetActionApi: f,
|
|
6350
|
-
getJackpotApi:
|
|
6353
|
+
getJackpotApi: R,
|
|
6354
|
+
getBetRankingApi: W
|
|
6351
6355
|
};
|
|
6352
6356
|
}, Tm = ({ otherQueryKey: e = [], options: n = {} } = {}) => {
|
|
6353
|
-
const { userCurrencyExchangeApi: i } =
|
|
6357
|
+
const { userCurrencyExchangeApi: i } = se(), { getToken: l } = oe(), { enabled: p, ...g } = n, d = !!l?.() && (p ? p.every((r) => r) : !0);
|
|
6354
6358
|
return Hn({
|
|
6355
6359
|
queries: [
|
|
6356
6360
|
{
|
|
@@ -6368,7 +6372,7 @@ const va = /* @__PURE__ */ ft(al), _a = (e) => {
|
|
|
6368
6372
|
trigger: n = [],
|
|
6369
6373
|
enabled: i = !0
|
|
6370
6374
|
} = {}) => {
|
|
6371
|
-
const { getToken: l } = oe(), p = l?.(), { userInfoApi: g } =
|
|
6375
|
+
const { getToken: l } = oe(), p = l?.(), { userInfoApi: g } = se();
|
|
6372
6376
|
return Hn({
|
|
6373
6377
|
queries: [
|
|
6374
6378
|
{
|
|
@@ -6385,7 +6389,7 @@ const va = /* @__PURE__ */ ft(al), _a = (e) => {
|
|
|
6385
6389
|
userFavoriteGameApi: i,
|
|
6386
6390
|
userGameListApi: l,
|
|
6387
6391
|
userCurrencyExchangeApi: p
|
|
6388
|
-
} =
|
|
6392
|
+
} = se(), g = Q({
|
|
6389
6393
|
queryKey: ["getMemInfo"],
|
|
6390
6394
|
queryFn: async () => n(),
|
|
6391
6395
|
enabled: e
|
|
@@ -7165,32 +7169,32 @@ function Tt() {
|
|
|
7165
7169
|
return b.UNPARSABLE_JSON_OBJECT;
|
|
7166
7170
|
}
|
|
7167
7171
|
return null;
|
|
7168
|
-
}, [f, u.disableJson]), x = (0, p.useRef)(null), S = (0, p.useRef)(null),
|
|
7169
|
-
}),
|
|
7172
|
+
}, [f, u.disableJson]), x = (0, p.useRef)(null), S = (0, p.useRef)(null), L = (0, p.useRef)(function() {
|
|
7173
|
+
}), H = (0, p.useRef)(0), k = (0, p.useRef)(Date.now()), h = (0, p.useRef)([]), A = (0, p.useRef)(null), B = (0, p.useRef)(u);
|
|
7170
7174
|
B.current = u;
|
|
7171
|
-
var w = x.current && U[x.current] !== void 0 ? U[x.current] : s !== null && m === !0 ? b.ReadyState.CONNECTING : b.ReadyState.UNINSTANTIATED,
|
|
7175
|
+
var w = x.current && U[x.current] !== void 0 ? U[x.current] : s !== null && m === !0 ? b.ReadyState.CONNECTING : b.ReadyState.UNINSTANTIATED, G = u.queryParams ? JSON.stringify(u.queryParams) : null, R = (0, p.useCallback)(function(P, O) {
|
|
7172
7176
|
var D;
|
|
7173
|
-
if (
|
|
7177
|
+
if (O === void 0 && (O = !0), b.isEventSourceSupported && S.current instanceof EventSource) {
|
|
7174
7178
|
console.warn("Unable to send a message from an eventSource");
|
|
7175
7179
|
return;
|
|
7176
7180
|
}
|
|
7177
|
-
((D = S.current) === null || D === void 0 ? void 0 : D.readyState) === b.ReadyState.OPEN ? ((0, t.assertIsWebSocket)(S.current, B.current.skipAssert), S.current.send(
|
|
7178
|
-
}, []),
|
|
7179
|
-
|
|
7180
|
-
}, [
|
|
7181
|
-
return B.current.share !== !0 || b.isEventSourceSupported && S.current instanceof EventSource ? S.current : (
|
|
7181
|
+
((D = S.current) === null || D === void 0 ? void 0 : D.readyState) === b.ReadyState.OPEN ? ((0, t.assertIsWebSocket)(S.current, B.current.skipAssert), S.current.send(P)) : O && h.current.push(P);
|
|
7182
|
+
}, []), W = (0, p.useCallback)(function(P, O) {
|
|
7183
|
+
O === void 0 && (O = !0), R(JSON.stringify(P), O);
|
|
7184
|
+
}, [R]), N = (0, p.useCallback)(function() {
|
|
7185
|
+
return B.current.share !== !0 || b.isEventSourceSupported && S.current instanceof EventSource ? S.current : (A.current === null && S.current && ((0, t.assertIsWebSocket)(S.current, B.current.skipAssert), A.current = (0, a.default)(S.current, L)), A.current);
|
|
7182
7186
|
}, []);
|
|
7183
7187
|
return (0, p.useEffect)(function() {
|
|
7184
7188
|
if (s !== null && m === !0) {
|
|
7185
|
-
var
|
|
7189
|
+
var P, O = !1, D = !0, E = function() {
|
|
7186
7190
|
return n(void 0, void 0, void 0, function() {
|
|
7187
|
-
var
|
|
7191
|
+
var F, M, K;
|
|
7188
7192
|
return i(this, function(q) {
|
|
7189
7193
|
switch (q.label) {
|
|
7190
7194
|
case 0:
|
|
7191
|
-
return
|
|
7195
|
+
return F = x, [4, (0, r.getUrl)(s, B)];
|
|
7192
7196
|
case 1:
|
|
7193
|
-
return
|
|
7197
|
+
return F.current = q.sent(), x.current === null ? (console.error("Failed to get a valid URL. WebSocket connection aborted."), x.current = "ABORTED", (0, g.flushSync)(function() {
|
|
7194
7198
|
return C(function(j) {
|
|
7195
7199
|
return e(e({}, j), { ABORTED: b.ReadyState.CLOSED });
|
|
7196
7200
|
});
|
|
@@ -7198,17 +7202,17 @@ function Tt() {
|
|
|
7198
7202
|
2
|
|
7199
7203
|
/*return*/
|
|
7200
7204
|
]) : (M = function(j) {
|
|
7201
|
-
|
|
7205
|
+
O || (0, g.flushSync)(function() {
|
|
7202
7206
|
return y(j);
|
|
7203
7207
|
});
|
|
7204
7208
|
}, K = function(j) {
|
|
7205
|
-
|
|
7209
|
+
O || (0, g.flushSync)(function() {
|
|
7206
7210
|
return C(function(Z) {
|
|
7207
7211
|
var ae;
|
|
7208
7212
|
return e(e({}, Z), x.current && (ae = {}, ae[x.current] = j, ae));
|
|
7209
7213
|
});
|
|
7210
7214
|
});
|
|
7211
|
-
}, D && (
|
|
7215
|
+
}, D && (P = (0, d.createOrJoinSocket)(S, x.current, K, B, M, L, H, k, R)), [
|
|
7212
7216
|
2
|
|
7213
7217
|
/*return*/
|
|
7214
7218
|
]);
|
|
@@ -7216,26 +7220,26 @@ function Tt() {
|
|
|
7216
7220
|
});
|
|
7217
7221
|
});
|
|
7218
7222
|
};
|
|
7219
|
-
return
|
|
7220
|
-
|
|
7223
|
+
return L.current = function() {
|
|
7224
|
+
O || (A.current && (A.current = null), P?.(), E());
|
|
7221
7225
|
}, E(), function() {
|
|
7222
|
-
|
|
7226
|
+
O = !0, D = !1, A.current && (A.current = null), P?.(), y(null);
|
|
7223
7227
|
};
|
|
7224
|
-
} else (s === null || m === !1) && (
|
|
7228
|
+
} else (s === null || m === !1) && (H.current = 0, C(function(F) {
|
|
7225
7229
|
var M;
|
|
7226
|
-
return e(e({},
|
|
7230
|
+
return e(e({}, F), x.current && (M = {}, M[x.current] = b.ReadyState.CLOSED, M));
|
|
7227
7231
|
}));
|
|
7228
|
-
}, [s, m,
|
|
7229
|
-
w === b.ReadyState.OPEN &&
|
|
7230
|
-
P
|
|
7232
|
+
}, [s, m, G, R]), (0, p.useEffect)(function() {
|
|
7233
|
+
w === b.ReadyState.OPEN && h.current.splice(0).forEach(function(P) {
|
|
7234
|
+
R(P);
|
|
7231
7235
|
});
|
|
7232
7236
|
}, [w]), {
|
|
7233
|
-
sendMessage:
|
|
7234
|
-
sendJsonMessage:
|
|
7237
|
+
sendMessage: R,
|
|
7238
|
+
sendJsonMessage: W,
|
|
7235
7239
|
lastMessage: f,
|
|
7236
7240
|
lastJsonMessage: v,
|
|
7237
7241
|
readyState: w,
|
|
7238
|
-
getWebSocket:
|
|
7242
|
+
getWebSocket: N
|
|
7239
7243
|
};
|
|
7240
7244
|
};
|
|
7241
7245
|
return Je.useWebSocket = o, Je;
|
|
@@ -7439,63 +7443,63 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7439
7443
|
verifyDonationCodeApi: b
|
|
7440
7444
|
};
|
|
7441
7445
|
}, Lo = ({ options: e } = {}) => {
|
|
7442
|
-
const { userLoginApi: n } =
|
|
7446
|
+
const { userLoginApi: n } = se();
|
|
7443
7447
|
return re({
|
|
7444
7448
|
mutationKey: ["userLogin"],
|
|
7445
7449
|
mutationFn: async (i) => n(i),
|
|
7446
7450
|
...e
|
|
7447
7451
|
});
|
|
7448
7452
|
}, Go = ({ options: e } = {}) => {
|
|
7449
|
-
const { userLogoutApi: n } =
|
|
7453
|
+
const { userLogoutApi: n } = se();
|
|
7450
7454
|
return re({
|
|
7451
7455
|
mutationKey: ["userLogout"],
|
|
7452
7456
|
mutationFn: async () => n(),
|
|
7453
7457
|
...e
|
|
7454
7458
|
});
|
|
7455
7459
|
}, Mo = ({ options: e } = {}) => {
|
|
7456
|
-
const { userSignUpApi: n } =
|
|
7460
|
+
const { userSignUpApi: n } = se();
|
|
7457
7461
|
return re({
|
|
7458
7462
|
mutationKey: ["userSignUp"],
|
|
7459
7463
|
mutationFn: async (i) => n(i),
|
|
7460
7464
|
...e
|
|
7461
7465
|
});
|
|
7462
7466
|
}, Ro = ({ options: e } = {}) => {
|
|
7463
|
-
const { addOrRemoveFavoriteGameApi: n } =
|
|
7467
|
+
const { addOrRemoveFavoriteGameApi: n } = se();
|
|
7464
7468
|
return re({
|
|
7465
7469
|
mutationKey: ["toggleFavoriteGame"],
|
|
7466
7470
|
mutationFn: async (i) => n(i),
|
|
7467
7471
|
...e
|
|
7468
7472
|
});
|
|
7469
7473
|
}, Po = ({ options: e } = {}) => {
|
|
7470
|
-
const { updateUserInfoApi: n } =
|
|
7474
|
+
const { updateUserInfoApi: n } = se();
|
|
7471
7475
|
return re({
|
|
7472
7476
|
mutationKey: ["updateUserInfo"],
|
|
7473
7477
|
mutationFn: async (i) => n(i),
|
|
7474
7478
|
...e
|
|
7475
7479
|
});
|
|
7476
7480
|
}, wo = ({ options: e } = {}) => {
|
|
7477
|
-
const { resetUserPasswordApi: n } =
|
|
7481
|
+
const { resetUserPasswordApi: n } = se();
|
|
7478
7482
|
return re({
|
|
7479
7483
|
mutationKey: ["resetUserPassword"],
|
|
7480
7484
|
mutationFn: async (i) => n(i),
|
|
7481
7485
|
...e
|
|
7482
7486
|
});
|
|
7483
7487
|
}, Fo = ({ options: e } = {}) => {
|
|
7484
|
-
const { setUserTransactionPasswordApi: n } =
|
|
7488
|
+
const { setUserTransactionPasswordApi: n } = se();
|
|
7485
7489
|
return re({
|
|
7486
7490
|
mutationKey: ["setUserTransactionPassword"],
|
|
7487
7491
|
mutationFn: async (i) => n(i),
|
|
7488
7492
|
...e
|
|
7489
7493
|
});
|
|
7490
7494
|
}, Ao = ({ options: e } = {}) => {
|
|
7491
|
-
const { resetUserTransactionPasswordApi: n } =
|
|
7495
|
+
const { resetUserTransactionPasswordApi: n } = se();
|
|
7492
7496
|
return re({
|
|
7493
7497
|
mutationKey: ["resetUserTransactionPassword"],
|
|
7494
7498
|
mutationFn: async (i) => n(i),
|
|
7495
7499
|
...e
|
|
7496
7500
|
});
|
|
7497
7501
|
}, Oo = ({ paramsData: e, options: n } = {}) => {
|
|
7498
|
-
const { userRebateApi: i } =
|
|
7502
|
+
const { userRebateApi: i } = se(), { getToken: l } = oe();
|
|
7499
7503
|
return l?.(), Q({
|
|
7500
7504
|
queryKey: ["userRebate", e],
|
|
7501
7505
|
queryFn: async () => i({ paramsData: e }),
|
|
@@ -7503,14 +7507,14 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7503
7507
|
...n
|
|
7504
7508
|
});
|
|
7505
7509
|
}, Bo = ({ options: e } = {}) => {
|
|
7506
|
-
const { userBindBankApi: n } =
|
|
7510
|
+
const { userBindBankApi: n } = se();
|
|
7507
7511
|
return re({
|
|
7508
7512
|
mutationKey: ["userBindBank"],
|
|
7509
7513
|
mutationFn: async (i) => n({ formData: i }),
|
|
7510
7514
|
...e
|
|
7511
7515
|
});
|
|
7512
7516
|
}, Ho = ({ options: e } = {}) => {
|
|
7513
|
-
const { transferInGameApi: n } =
|
|
7517
|
+
const { transferInGameApi: n } = se();
|
|
7514
7518
|
return re({
|
|
7515
7519
|
mutationKey: ["transferInGame"],
|
|
7516
7520
|
mutationFn: async (i) => n(i),
|
|
@@ -7518,7 +7522,7 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7518
7522
|
...e
|
|
7519
7523
|
});
|
|
7520
7524
|
}, Dm = ({ options: e } = {}) => {
|
|
7521
|
-
const { currency: n } = oe(), { pointTransferApi: i } =
|
|
7525
|
+
const { currency: n } = oe(), { pointTransferApi: i } = se();
|
|
7522
7526
|
return re({
|
|
7523
7527
|
mutationKey: ["pointTransfer"],
|
|
7524
7528
|
mutationFn: async (l) => i({
|
|
@@ -7528,7 +7532,7 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7528
7532
|
...e
|
|
7529
7533
|
});
|
|
7530
7534
|
}, Em = ({ options: e } = {}) => {
|
|
7531
|
-
const { currency: n } = oe(), { checkUserWagerApi: i } =
|
|
7535
|
+
const { currency: n } = oe(), { checkUserWagerApi: i } = se();
|
|
7532
7536
|
return Q({
|
|
7533
7537
|
queryKey: ["checkUserWager"],
|
|
7534
7538
|
queryFn: async () => i(),
|
|
@@ -7541,7 +7545,7 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7541
7545
|
...e
|
|
7542
7546
|
});
|
|
7543
7547
|
}, Nm = ({ options: e } = {}) => {
|
|
7544
|
-
const n = ct(), { abandonPointsApi: i } =
|
|
7548
|
+
const n = ct(), { abandonPointsApi: i } = se();
|
|
7545
7549
|
return re({
|
|
7546
7550
|
mutationKey: ["abandonPoint"],
|
|
7547
7551
|
mutationFn: async (l) => i({
|
|
@@ -7553,63 +7557,63 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7553
7557
|
...e
|
|
7554
7558
|
});
|
|
7555
7559
|
}, tl = ({ options: e } = {}) => {
|
|
7556
|
-
const { lineLoginApi: n } =
|
|
7560
|
+
const { lineLoginApi: n } = se();
|
|
7557
7561
|
return re({
|
|
7558
7562
|
mutationKey: ["lineLogin"],
|
|
7559
7563
|
mutationFn: async (i) => n(i),
|
|
7560
7564
|
...e
|
|
7561
7565
|
});
|
|
7562
7566
|
}, Wo = ({ options: e } = {}) => {
|
|
7563
|
-
const { lineLogin2Api: n } =
|
|
7567
|
+
const { lineLogin2Api: n } = se();
|
|
7564
7568
|
return re({
|
|
7565
7569
|
mutationKey: ["lineLogin"],
|
|
7566
7570
|
mutationFn: async (i) => n(i),
|
|
7567
7571
|
...e
|
|
7568
7572
|
});
|
|
7569
7573
|
}, zo = ({ options: e, formData: n } = {}) => {
|
|
7570
|
-
const { getMachineLoginCodeApi: i } =
|
|
7574
|
+
const { getMachineLoginCodeApi: i } = se();
|
|
7571
7575
|
return Q({
|
|
7572
7576
|
queryKey: ["getMachineLoginCode"],
|
|
7573
7577
|
queryFn: async () => i(n),
|
|
7574
7578
|
...e
|
|
7575
7579
|
});
|
|
7576
7580
|
}, Lm = ({ options: e } = {}) => {
|
|
7577
|
-
const { currency: n } = oe(), { memberTransferApi: i } =
|
|
7581
|
+
const { currency: n } = oe(), { memberTransferApi: i } = se();
|
|
7578
7582
|
return re({
|
|
7579
7583
|
mutationKey: ["memberTransfer"],
|
|
7580
7584
|
mutationFn: async (l) => i({ ...l, currency: n }),
|
|
7581
7585
|
...e
|
|
7582
7586
|
});
|
|
7583
7587
|
}, Gm = ({ options: e } = {}) => {
|
|
7584
|
-
const { mobileLoginApi: n } =
|
|
7588
|
+
const { mobileLoginApi: n } = se();
|
|
7585
7589
|
return re({
|
|
7586
7590
|
mutationKey: ["mobileLogin"],
|
|
7587
7591
|
mutationFn: async (i) => n(i),
|
|
7588
7592
|
...e
|
|
7589
7593
|
});
|
|
7590
7594
|
}, Mm = ({ options: e } = {}) => {
|
|
7591
|
-
const { mobileLoginApiV2: n } =
|
|
7595
|
+
const { mobileLoginApiV2: n } = se();
|
|
7592
7596
|
return re({
|
|
7593
7597
|
mutationKey: ["mobileLoginV2"],
|
|
7594
7598
|
mutationFn: async (i) => n(i),
|
|
7595
7599
|
...e
|
|
7596
7600
|
});
|
|
7597
7601
|
}, Rm = ({ options: e } = {}) => {
|
|
7598
|
-
const { mobileRegisterApi: n } =
|
|
7602
|
+
const { mobileRegisterApi: n } = se();
|
|
7599
7603
|
return re({
|
|
7600
7604
|
mutationKey: ["mobileRegister"],
|
|
7601
7605
|
mutationFn: async (i) => n(i),
|
|
7602
7606
|
...e
|
|
7603
7607
|
});
|
|
7604
7608
|
}, Io = ({ options: e } = {}) => {
|
|
7605
|
-
const { bindAccountApi: n } =
|
|
7609
|
+
const { bindAccountApi: n } = se();
|
|
7606
7610
|
return re({
|
|
7607
7611
|
mutationKey: ["bindAccount"],
|
|
7608
7612
|
mutationFn: async (i) => n(i),
|
|
7609
7613
|
...e
|
|
7610
7614
|
});
|
|
7611
7615
|
}, Pm = ({ options: e } = {}) => {
|
|
7612
|
-
const { sendMobileVerifyCodeApi: n } =
|
|
7616
|
+
const { sendMobileVerifyCodeApi: n } = se();
|
|
7613
7617
|
return re({
|
|
7614
7618
|
mutationKey: ["sendMobileVerifyCode"],
|
|
7615
7619
|
mutationFn: async (i) => n(i),
|
|
@@ -7630,14 +7634,14 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7630
7634
|
...e
|
|
7631
7635
|
});
|
|
7632
7636
|
}, Am = ({ options: e } = {}) => {
|
|
7633
|
-
const { verifyResetActionApi: n } =
|
|
7637
|
+
const { verifyResetActionApi: n } = se();
|
|
7634
7638
|
return re({
|
|
7635
7639
|
mutationKey: ["verifyResetAction"],
|
|
7636
7640
|
mutationFn: async (i) => n(i),
|
|
7637
7641
|
...e
|
|
7638
7642
|
});
|
|
7639
7643
|
}, Om = ({ options: e, bonusData: n } = {}) => {
|
|
7640
|
-
const { getJackpotApi: i } =
|
|
7644
|
+
const { getJackpotApi: i } = se();
|
|
7641
7645
|
return Q({
|
|
7642
7646
|
queryKey: ["getJackpotData"],
|
|
7643
7647
|
queryFn: async () => i(),
|
|
@@ -7655,7 +7659,14 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7655
7659
|
},
|
|
7656
7660
|
...e
|
|
7657
7661
|
});
|
|
7658
|
-
}, Bm = ({
|
|
7662
|
+
}, Bm = ({ options: e } = {}) => {
|
|
7663
|
+
const { getBetRankingApi: n } = se();
|
|
7664
|
+
return Q({
|
|
7665
|
+
queryKey: ["getBetRankingData"],
|
|
7666
|
+
queryFn: async () => n(),
|
|
7667
|
+
...e
|
|
7668
|
+
});
|
|
7669
|
+
}, Hm = ({
|
|
7659
7670
|
options: e = {
|
|
7660
7671
|
login: {},
|
|
7661
7672
|
logout: {},
|
|
@@ -7704,7 +7715,7 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7704
7715
|
UPDATE_ONLY_ONE_MEMBER: "update_only_one_member",
|
|
7705
7716
|
GAME_MAINTAIN: "game_maintain",
|
|
7706
7717
|
LINE_LOGIN: "line_login"
|
|
7707
|
-
}, Vo = 3e4,
|
|
7718
|
+
}, Vo = 3e4, Wm = ({
|
|
7708
7719
|
socketUrl: e,
|
|
7709
7720
|
socketHandlers: n = {},
|
|
7710
7721
|
options: i = {},
|
|
@@ -7736,8 +7747,8 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7736
7747
|
onSuccess: (w) => {
|
|
7737
7748
|
f.current.onLineLogin?.(w);
|
|
7738
7749
|
},
|
|
7739
|
-
onError: (w,
|
|
7740
|
-
b || C(
|
|
7750
|
+
onError: (w, G) => {
|
|
7751
|
+
b || C(G);
|
|
7741
7752
|
}
|
|
7742
7753
|
}
|
|
7743
7754
|
}), { handleTransferInGame: x } = No({
|
|
@@ -7749,9 +7760,9 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7749
7760
|
}), {
|
|
7750
7761
|
sendMessage: S,
|
|
7751
7762
|
// 發送普通訊息
|
|
7752
|
-
sendJsonMessage:
|
|
7763
|
+
sendJsonMessage: L,
|
|
7753
7764
|
// 發送 JSON 訊息
|
|
7754
|
-
lastMessage:
|
|
7765
|
+
lastMessage: H,
|
|
7755
7766
|
// 最後接收到的訊息
|
|
7756
7767
|
// lastJsonMessage, // 最後接收到的 JSON 訊息
|
|
7757
7768
|
readyState: k
|
|
@@ -7764,13 +7775,13 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7764
7775
|
reconnectAttempts: 9999,
|
|
7765
7776
|
reconnectInterval: 1e3,
|
|
7766
7777
|
...i
|
|
7767
|
-
}),
|
|
7778
|
+
}), h = Oa(() => {
|
|
7768
7779
|
try {
|
|
7769
|
-
return JSON.parse(
|
|
7780
|
+
return JSON.parse(H?.data);
|
|
7770
7781
|
} catch {
|
|
7771
7782
|
return null;
|
|
7772
7783
|
}
|
|
7773
|
-
}, [
|
|
7784
|
+
}, [H]);
|
|
7774
7785
|
ge(() => {
|
|
7775
7786
|
const w = setInterval(
|
|
7776
7787
|
() => S("ping"),
|
|
@@ -7778,15 +7789,15 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7778
7789
|
);
|
|
7779
7790
|
return () => clearInterval(w);
|
|
7780
7791
|
}, [S]);
|
|
7781
|
-
const
|
|
7782
|
-
(w,
|
|
7792
|
+
const A = I(
|
|
7793
|
+
(w, G) => {
|
|
7783
7794
|
g && d.dispatch({
|
|
7784
7795
|
type: "ui/openNotificationModal",
|
|
7785
7796
|
payload: {
|
|
7786
7797
|
title: ja[m] || "System Prompt",
|
|
7787
7798
|
content: w,
|
|
7788
7799
|
type: "warning",
|
|
7789
|
-
props:
|
|
7800
|
+
props: G
|
|
7790
7801
|
}
|
|
7791
7802
|
});
|
|
7792
7803
|
},
|
|
@@ -7797,53 +7808,53 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7797
7808
|
}, [n]);
|
|
7798
7809
|
const B = ee(null);
|
|
7799
7810
|
return ge(() => {
|
|
7800
|
-
if (!
|
|
7811
|
+
if (!h || B.current === h)
|
|
7801
7812
|
return;
|
|
7802
|
-
B.current =
|
|
7813
|
+
B.current = h;
|
|
7803
7814
|
const {
|
|
7804
7815
|
onDeposit: w,
|
|
7805
|
-
onTransCode:
|
|
7806
|
-
onError:
|
|
7807
|
-
onUpdateMember:
|
|
7808
|
-
onMaintainNotice:
|
|
7809
|
-
onMaintainNoticeMember:
|
|
7810
|
-
onTransferInGame:
|
|
7816
|
+
onTransCode: G,
|
|
7817
|
+
onError: R,
|
|
7818
|
+
onUpdateMember: W,
|
|
7819
|
+
onMaintainNotice: N,
|
|
7820
|
+
onMaintainNoticeMember: P,
|
|
7821
|
+
onTransferInGame: O,
|
|
7811
7822
|
onCashRegisterLimit: D,
|
|
7812
7823
|
onLineLogin: E
|
|
7813
|
-
} = f.current,
|
|
7814
|
-
memberInfoUid: le(
|
|
7815
|
-
data: le(
|
|
7816
|
-
memo: le(
|
|
7817
|
-
amount: le(
|
|
7818
|
-
limitAmount: le(
|
|
7819
|
-
}, K = Number(M.memberInfoUid) === y, q = M.data, j = M.amount, Z = M.limitAmount, ae = _.get("mac") || st.get("machine_mac_address") || "", te = le(
|
|
7820
|
-
switch (
|
|
7824
|
+
} = f.current, F = le(h, "type", ""), M = {
|
|
7825
|
+
memberInfoUid: le(h, "member_info_uid", null),
|
|
7826
|
+
data: le(h, "data", null),
|
|
7827
|
+
memo: le(h, "memo", null),
|
|
7828
|
+
amount: le(h, "amount", null),
|
|
7829
|
+
limitAmount: le(h, "limit_amount", null)
|
|
7830
|
+
}, K = Number(M.memberInfoUid) === y, q = M.data, j = M.amount, Z = M.limitAmount, ae = _.get("mac") || st.get("machine_mac_address") || "", te = le(h, "data.line_id", null), _e = le(h, "data.line_name", null), ye = le(h, "member_info_uid", null);
|
|
7831
|
+
switch (F) {
|
|
7821
7832
|
case ze.DEPOSIT:
|
|
7822
7833
|
K && (x(), w?.(M));
|
|
7823
7834
|
break;
|
|
7824
7835
|
case ze.TRANS_CODE:
|
|
7825
|
-
|
|
7836
|
+
G?.(M);
|
|
7826
7837
|
break;
|
|
7827
7838
|
case ze.ERROR:
|
|
7828
7839
|
if (K) {
|
|
7829
|
-
const
|
|
7830
|
-
|
|
7831
|
-
notificationType:
|
|
7832
|
-
}),
|
|
7840
|
+
const me = le(h, "open_game_modal", 0) === 1;
|
|
7841
|
+
A(q, {
|
|
7842
|
+
notificationType: me ? "gamingNotice" : void 0
|
|
7843
|
+
}), R?.(M);
|
|
7833
7844
|
}
|
|
7834
7845
|
break;
|
|
7835
7846
|
case ze.UPDATE_MEMBER:
|
|
7836
7847
|
y && (a.invalidateQueries({
|
|
7837
7848
|
queryKey: ["getMemberInfo"]
|
|
7838
|
-
}),
|
|
7849
|
+
}), W?.(M));
|
|
7839
7850
|
break;
|
|
7840
7851
|
case ze.MAINTAIN_NOTICE:
|
|
7841
|
-
|
|
7852
|
+
A(q, {
|
|
7842
7853
|
notificationType: "maintainNotice"
|
|
7843
|
-
}),
|
|
7854
|
+
}), N?.(M);
|
|
7844
7855
|
break;
|
|
7845
7856
|
case ze.MAINTAIN_NOTICE_MEMBER:
|
|
7846
|
-
K && (
|
|
7857
|
+
K && (A(q), P?.(M), setTimeout(() => {
|
|
7847
7858
|
window.location.reload();
|
|
7848
7859
|
}, 5e4));
|
|
7849
7860
|
break;
|
|
@@ -7853,7 +7864,7 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7853
7864
|
case ze.TRANSFER_IN_GAME:
|
|
7854
7865
|
case ze.CHECK_REQUEST:
|
|
7855
7866
|
if (K && U) {
|
|
7856
|
-
const { request_id:
|
|
7867
|
+
const { request_id: me, amount: ce, platform: ke, status: Ue } = le(
|
|
7857
7868
|
M,
|
|
7858
7869
|
"data",
|
|
7859
7870
|
{}
|
|
@@ -7861,9 +7872,9 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7861
7872
|
"transfer_in_game_request_id"
|
|
7862
7873
|
);
|
|
7863
7874
|
if (s) {
|
|
7864
|
-
localStorage.setItem("transfer_in_game_request_id",
|
|
7875
|
+
localStorage.setItem("transfer_in_game_request_id", me);
|
|
7865
7876
|
return;
|
|
7866
|
-
} else if (Ie && Ie ===
|
|
7877
|
+
} else if (Ie && Ie === me) {
|
|
7867
7878
|
if (Ue === "rollback") {
|
|
7868
7879
|
x();
|
|
7869
7880
|
return;
|
|
@@ -7877,11 +7888,11 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7877
7888
|
}
|
|
7878
7889
|
});
|
|
7879
7890
|
}
|
|
7880
|
-
|
|
7891
|
+
O?.(M);
|
|
7881
7892
|
}
|
|
7882
7893
|
break;
|
|
7883
7894
|
case ze.CASH_REGISTER_LIMIT:
|
|
7884
|
-
|
|
7895
|
+
A(q, {
|
|
7885
7896
|
notificationType: "cashRegisterLimit",
|
|
7886
7897
|
amount: j,
|
|
7887
7898
|
limitAmount: Z
|
|
@@ -7890,10 +7901,10 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7890
7901
|
case ze.UPDATE_ONLY_ONE_MEMBER:
|
|
7891
7902
|
K && (a.invalidateQueries({
|
|
7892
7903
|
queryKey: ["getMemberInfo"]
|
|
7893
|
-
}),
|
|
7904
|
+
}), W?.(M));
|
|
7894
7905
|
break;
|
|
7895
7906
|
case ze.GAME_MAINTAIN:
|
|
7896
|
-
|
|
7907
|
+
A(q, {
|
|
7897
7908
|
notificationType: "gameMaintain"
|
|
7898
7909
|
});
|
|
7899
7910
|
break;
|
|
@@ -7904,16 +7915,16 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7904
7915
|
});
|
|
7905
7916
|
break;
|
|
7906
7917
|
default:
|
|
7907
|
-
console.warn("Unknown socket type:",
|
|
7918
|
+
console.warn("Unknown socket type:", F);
|
|
7908
7919
|
break;
|
|
7909
7920
|
}
|
|
7910
7921
|
}, [
|
|
7911
|
-
|
|
7922
|
+
h,
|
|
7912
7923
|
y,
|
|
7913
7924
|
d,
|
|
7914
7925
|
a,
|
|
7915
7926
|
m,
|
|
7916
|
-
|
|
7927
|
+
A,
|
|
7917
7928
|
s,
|
|
7918
7929
|
x,
|
|
7919
7930
|
U,
|
|
@@ -7923,15 +7934,15 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
7923
7934
|
const w = localStorage.getItem(
|
|
7924
7935
|
"transfer_in_game_request_id"
|
|
7925
7936
|
);
|
|
7926
|
-
w && y && s &&
|
|
7937
|
+
w && y && s && L({
|
|
7927
7938
|
type: ze.CHECK_REQUEST,
|
|
7928
7939
|
request_id: w,
|
|
7929
7940
|
member_info_uid: y
|
|
7930
7941
|
});
|
|
7931
7942
|
}
|
|
7932
|
-
}, [y, s,
|
|
7943
|
+
}, [y, s, L, U]), {
|
|
7933
7944
|
sendMessage: S,
|
|
7934
|
-
sendJsonMessage:
|
|
7945
|
+
sendJsonMessage: L,
|
|
7935
7946
|
readyState: k
|
|
7936
7947
|
// WebSocket 連線狀態
|
|
7937
7948
|
};
|
|
@@ -8095,7 +8106,7 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
8095
8106
|
},
|
|
8096
8107
|
...n
|
|
8097
8108
|
});
|
|
8098
|
-
},
|
|
8109
|
+
}, zm = ({ options: e } = {}) => {
|
|
8099
8110
|
const { redeemEventRewardApi: n } = Ya();
|
|
8100
8111
|
return re({
|
|
8101
8112
|
mutationKey: ["redeemEventReward"],
|
|
@@ -8117,14 +8128,14 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
8117
8128
|
select: (l) => l.data.event_status,
|
|
8118
8129
|
...e
|
|
8119
8130
|
});
|
|
8120
|
-
},
|
|
8131
|
+
}, Im = ({ options: e } = {}) => {
|
|
8121
8132
|
const { settleEventApi: n } = Ya();
|
|
8122
8133
|
return re({
|
|
8123
8134
|
mutationKey: ["settleEvent"],
|
|
8124
8135
|
mutationFn: async (i) => n(i),
|
|
8125
8136
|
...e
|
|
8126
8137
|
});
|
|
8127
|
-
},
|
|
8138
|
+
}, Vm = ({
|
|
8128
8139
|
options: e = {
|
|
8129
8140
|
eventList: {},
|
|
8130
8141
|
checkEventProgress: {},
|
|
@@ -8141,7 +8152,7 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
8141
8152
|
checkEventProgressQuery: i,
|
|
8142
8153
|
checkEventStatusQuery: l
|
|
8143
8154
|
};
|
|
8144
|
-
},
|
|
8155
|
+
}, Jm = () => {
|
|
8145
8156
|
const { lng: e, data2URL: n } = oe(), { commonCarouselApi: i } = Ha(), l = $e(e);
|
|
8146
8157
|
return Q({
|
|
8147
8158
|
queryKey: ["getCarouselList"],
|
|
@@ -8162,7 +8173,7 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
8162
8173
|
};
|
|
8163
8174
|
})
|
|
8164
8175
|
});
|
|
8165
|
-
},
|
|
8176
|
+
}, Zm = () => {
|
|
8166
8177
|
const { lng: e } = oe(), { commonMarqueeApi: n } = Ha(), i = $e(e);
|
|
8167
8178
|
return Q({
|
|
8168
8179
|
queryKey: ["getMarqueeList"],
|
|
@@ -8175,8 +8186,8 @@ const Eo = /* @__PURE__ */ ft(Do), No = ({
|
|
|
8175
8186
|
return Be(p, (b) => b[i] || b?.en_US);
|
|
8176
8187
|
}
|
|
8177
8188
|
});
|
|
8178
|
-
},
|
|
8179
|
-
const { rankingGameApi: n } =
|
|
8189
|
+
}, Km = ({ options: e } = {}) => {
|
|
8190
|
+
const { rankingGameApi: n } = se();
|
|
8180
8191
|
return Q({
|
|
8181
8192
|
queryKey: ["rankingGame"],
|
|
8182
8193
|
queryFn: async () => n(),
|
|
@@ -8518,16 +8529,16 @@ function gs({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8518
8529
|
}, onAction: o = () => {
|
|
8519
8530
|
}, onMessage: s = () => {
|
|
8520
8531
|
}, debounce: u = 0, throttle: m = 0, eventsThrottle: c = 200, startOnMount: f = !0, startManually: y = !1, stopOnIdle: _ = !1, crossTab: U = !1, name: C = "idle-timer", syncTimers: v = 0, leaderElection: x = !1, disabled: S = !1 } = {}) {
|
|
8521
|
-
let
|
|
8532
|
+
let L = ee(Te()), H = ee(Te()), k = ee(null), h = ee(null), A = ee(0), B = ee(0), w = ee(0), G = ee(0), R = ee(!1), W = ee(!1), N = ee(!1), P = ee(!0), O = ee(!1), D = ee(null), E = ee(null), F = ee(e), M = ee(0);
|
|
8522
8533
|
ge(() => {
|
|
8523
8534
|
if (n && console.warn("⚠️ IdleTimer -- The `promptTimeout` property has been deprecated in favor of `promptBeforeIdle`. It will be removed in the next major release."), i && n) throw new Error("❌ Both promptTimeout and promptBeforeIdle can not be set. The promptTimeout property will be deprecated in a future version.");
|
|
8524
8535
|
if (e >= Fa) throw new Error(`❌ The value for the timeout property must fit in a 32 bit signed integer, ${Fa}.`);
|
|
8525
8536
|
if (n >= Fa) throw new Error(`❌ The value for the promptTimeout property must fit in a 32 bit signed integer, ${Fa}.`);
|
|
8526
8537
|
if (i >= Fa) throw new Error(`❌ The value for the promptBeforeIdle property must fit in a 32 bit signed integer, ${Fa}.`);
|
|
8527
8538
|
if (i >= e) throw new Error(`❌ The value for the promptBeforeIdle property must be less than the timeout property, ${e}.`);
|
|
8528
|
-
if (i ? (
|
|
8539
|
+
if (i ? (F.current = e - i, M.current = i) : (F.current = e, M.current = n), !P.current) {
|
|
8529
8540
|
if (y || S) return;
|
|
8530
|
-
|
|
8541
|
+
R.current && (me.current(null, Se), E.current && E.current.active()), Qe();
|
|
8531
8542
|
}
|
|
8532
8543
|
}, [e, n, i, y, S]);
|
|
8533
8544
|
let K = ee(_);
|
|
@@ -8536,7 +8547,7 @@ function gs({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8536
8547
|
}, [_]);
|
|
8537
8548
|
let q = ee(b), j = ee(l), Z = ee([...(/* @__PURE__ */ new Set([...p, ...b])).values()]), ae = ee(S);
|
|
8538
8549
|
ge(() => {
|
|
8539
|
-
ae.current = S, !
|
|
8550
|
+
ae.current = S, !P.current && (S ? Ve() : y || Qe());
|
|
8540
8551
|
}, [S]);
|
|
8541
8552
|
let te = ee(d);
|
|
8542
8553
|
ge(() => {
|
|
@@ -8550,9 +8561,9 @@ function gs({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8550
8561
|
ge(() => {
|
|
8551
8562
|
ye.current = a;
|
|
8552
8563
|
}, [a]);
|
|
8553
|
-
let
|
|
8564
|
+
let me = ee(t);
|
|
8554
8565
|
ge(() => {
|
|
8555
|
-
|
|
8566
|
+
me.current = t;
|
|
8556
8567
|
}, [t]);
|
|
8557
8568
|
let ce = ee(o);
|
|
8558
8569
|
ge(() => {
|
|
@@ -8574,18 +8585,18 @@ function gs({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8574
8585
|
let Ce = () => {
|
|
8575
8586
|
D.current !== null && (Ye.clearTimeout(D.current), D.current = null);
|
|
8576
8587
|
}, Ge = (V, De = !0) => {
|
|
8577
|
-
Ce(), D.current = Ye.setTimeout(He, V ||
|
|
8588
|
+
Ce(), D.current = Ye.setTimeout(He, V || F.current), De && (h.current = Te());
|
|
8578
8589
|
}, ea = (V) => {
|
|
8579
|
-
!
|
|
8590
|
+
!W.current && !R.current && (_e.current(V, Se), te.current({ type: "active", prompted: !0 }, Se)), G.current = 0, w.current = Te(), W.current = !0, Ge(M.current, !1);
|
|
8580
8591
|
}, Me = () => {
|
|
8581
|
-
Ce(),
|
|
8592
|
+
Ce(), R.current || (ye.current(null, Se), te.current({ type: "idle" }, Se)), R.current = !0, k.current = Te(), K.current ? Re() : W.current && (w.current = 0, W.current = !1);
|
|
8582
8593
|
}, ve = (V) => {
|
|
8583
|
-
Ce(), (
|
|
8594
|
+
Ce(), (R.current || W.current) && (me.current(V, Se), te.current({ type: "active", prompted: !1 }, Se)), W.current = !1, w.current = 0, R.current = !1, A.current += Te() - k.current, B.current += Te() - k.current, xe(), Ge();
|
|
8584
8595
|
}, He = (V) => {
|
|
8585
|
-
if (!
|
|
8596
|
+
if (!R.current) {
|
|
8586
8597
|
Ue.cancel && Ue.cancel();
|
|
8587
|
-
let De = Te() -
|
|
8588
|
-
if (!(
|
|
8598
|
+
let De = Te() - h.current;
|
|
8599
|
+
if (!(F.current + M.current < De) && M.current > 0 && !W.current) {
|
|
8589
8600
|
E.current ? E.current.prompt() : ea(V);
|
|
8590
8601
|
return;
|
|
8591
8602
|
}
|
|
@@ -8594,41 +8605,41 @@ function gs({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8594
8605
|
}
|
|
8595
8606
|
E.current ? E.current.active() : ve(V);
|
|
8596
8607
|
}, aa = (V) => {
|
|
8597
|
-
if (!f && !
|
|
8598
|
-
if (Ce(), !
|
|
8608
|
+
if (!f && !h.current && (h.current = Te(), me.current(null, Se)), Ue(V, Se), W.current) return;
|
|
8609
|
+
if (Ce(), !R.current && q.current.includes(V.type)) {
|
|
8599
8610
|
He(V);
|
|
8600
8611
|
return;
|
|
8601
8612
|
}
|
|
8602
|
-
let De = Te() -
|
|
8603
|
-
if (
|
|
8613
|
+
let De = Te() - h.current;
|
|
8614
|
+
if (R.current && !_ || !R.current && De >= F.current) {
|
|
8604
8615
|
He(V);
|
|
8605
8616
|
return;
|
|
8606
8617
|
}
|
|
8607
|
-
|
|
8618
|
+
N.current = !1, G.current = 0, w.current = 0, Ge(), U && v && Ie.current();
|
|
8608
8619
|
}, ia = ee(aa);
|
|
8609
8620
|
ge(() => {
|
|
8610
|
-
let V =
|
|
8621
|
+
let V = O.current;
|
|
8611
8622
|
V && Re(), c > 0 ? ia.current = lt(aa, c) : ia.current = aa, V && xe();
|
|
8612
8623
|
}, [c, m, u, ce, U, v]);
|
|
8613
8624
|
let xe = () => {
|
|
8614
|
-
pa && j.current && (
|
|
8625
|
+
pa && j.current && (O.current || (Z.current.forEach((V) => {
|
|
8615
8626
|
j.current.addEventListener(V, ia.current, { capture: !0, passive: !0 });
|
|
8616
|
-
}),
|
|
8627
|
+
}), O.current = !0));
|
|
8617
8628
|
}, Re = (V = !1) => {
|
|
8618
|
-
pa && j.current && (
|
|
8629
|
+
pa && j.current && (O.current || V) && (Z.current.forEach((De) => {
|
|
8619
8630
|
j.current.removeEventListener(De, ia.current, { capture: !0 });
|
|
8620
|
-
}),
|
|
8621
|
-
}, Qe = I((V) => ae.current ? !1 : (Ce(), xe(),
|
|
8622
|
-
if (
|
|
8623
|
-
let V =
|
|
8631
|
+
}), O.current = !1);
|
|
8632
|
+
}, Qe = I((V) => ae.current ? !1 : (Ce(), xe(), R.current = !1, W.current = !1, N.current = !1, G.current = 0, w.current = 0, E.current && !V && E.current.start(), Ge(), !0), [D, R, ae, F, E]), oa = I((V) => ae.current ? !1 : (Ce(), xe(), H.current = Te(), A.current += Te() - k.current, B.current += Te() - k.current, A.current = 0, R.current = !1, W.current = !1, N.current = !1, G.current = 0, w.current = 0, E.current && !V && E.current.reset(), y || Ge(), !0), [D, R, F, y, ae, E]), ga = I((V) => ae.current ? !1 : (Ce(), xe(), (R.current || W.current) && ve(), R.current = !1, W.current = !1, N.current = !1, G.current = 0, w.current = 0, H.current = Te(), E.current && !V && E.current.activate(), Ge(), !0), [D, R, W, ae, F, E]), Ve = I((V = !1) => ae.current || N.current ? !1 : (G.current = Ua(), N.current = !0, Re(), Ce(), E.current && !V && E.current.pause(), !0), [D, ae, E]), je = I((V = !1) => ae.current || !N.current ? !1 : (N.current = !1, W.current || xe(), R.current || Ge(G.current), w.current && (w.current = Te()), E.current && !V && E.current.resume(), !0), [D, F, ae, G, E]), za = I((V, De) => (E.current ? (De && ke.current(V, Se), E.current.message(V)) : De && ke.current(V, Se), !0), [s]), Ea = I(() => R.current, [R]), Na = I(() => W.current, [W]), Ia = I(() => E.current ? E.current.isLeader : null, [E]), Va = I(() => E.current ? E.current.isLastActive : null, [E]), da = I(() => E.current ? E.current.token : null, [E]), Ua = I(() => {
|
|
8633
|
+
if (N.current) return G.current;
|
|
8634
|
+
let V = G.current ? G.current : M.current + F.current, De = h.current ? Te() - h.current : 0, ta = Math.floor(V - De);
|
|
8624
8635
|
return ta < 0 ? 0 : Math.abs(ta);
|
|
8625
|
-
}, [
|
|
8636
|
+
}, [F, M, W, G, h]), Ze = I(() => Math.round(Te() - H.current), [H]), ca = I(() => Math.round(Te() - L.current), [L]), fa = I(() => k.current ? new Date(k.current) : null, [k]), La = I(() => h.current ? new Date(h.current) : null, [h]), Ga = I(() => R.current ? Math.round(Te() - k.current + A.current) : Math.round(A.current), [k, A]), ba = I(() => R.current ? Math.round(Te() - k.current + B.current) : Math.round(B.current), [k, B]), Ma = I(() => {
|
|
8626
8637
|
let V = Math.round(Ze() - Ga());
|
|
8627
8638
|
return V >= 0 ? V : 0;
|
|
8628
|
-
}, [k,
|
|
8639
|
+
}, [k, A]), Ra = I(() => {
|
|
8629
8640
|
let V = Math.round(ca() - ba());
|
|
8630
8641
|
return V >= 0 ? V : 0;
|
|
8631
|
-
}, [k,
|
|
8642
|
+
}, [k, A]);
|
|
8632
8643
|
ge(() => {
|
|
8633
8644
|
if (u > 0 && m > 0) throw new Error("❌ onAction can either be throttled or debounced, not both.");
|
|
8634
8645
|
g && ts(g);
|
|
@@ -8648,17 +8659,17 @@ function gs({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8648
8659
|
}, onMessage: (V) => {
|
|
8649
8660
|
ke.current(V, Se);
|
|
8650
8661
|
}, start: Qe, reset: oa, activate: ga, pause: Ve, resume: je }) : E.current = null;
|
|
8651
|
-
}, [U, C, x, _e, ye,
|
|
8652
|
-
|
|
8653
|
-
}, [y, f, S,
|
|
8654
|
-
if (!
|
|
8662
|
+
}, [U, C, x, _e, ye, me, ke, Qe, oa, Ve, je]), ge(() => {
|
|
8663
|
+
P.current || (Ce(), Re(!0)), !(y || S) && (f ? Qe() : xe());
|
|
8664
|
+
}, [y, f, S, P]), ge(() => {
|
|
8665
|
+
if (!P.current) {
|
|
8655
8666
|
let V = [...(/* @__PURE__ */ new Set([...p, ...b])).values()];
|
|
8656
8667
|
if (Re(), Z.current = V, j.current = l, q.current = b, y || S) return;
|
|
8657
8668
|
f ? Qe() : xe();
|
|
8658
8669
|
}
|
|
8659
|
-
}, [l, JSON.stringify(p), JSON.stringify(b),
|
|
8660
|
-
|
|
8661
|
-
}, [
|
|
8670
|
+
}, [l, JSON.stringify(p), JSON.stringify(b), P, S, y, f]), ge(() => {
|
|
8671
|
+
P.current && (P.current = !1);
|
|
8672
|
+
}, [P]);
|
|
8662
8673
|
let Se = { message: za, start: Qe, reset: oa, activate: ga, pause: Ve, resume: je, isIdle: Ea, isPrompted: Na, isLeader: Ia, isLastActiveTab: Va, getTabId: da, getRemainingTime: Ua, getElapsedTime: Ze, getTotalElapsedTime: ca, getLastIdleTime: fa, getLastActiveTime: La, getIdleTime: Ga, getTotalIdleTime: ba, getActiveTime: Ma, getTotalActiveTime: Ra, setOnPresenceChange: (V) => {
|
|
8663
8674
|
d = V, te.current = V;
|
|
8664
8675
|
}, setOnPrompt: (V) => {
|
|
@@ -8666,7 +8677,7 @@ function gs({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8666
8677
|
}, setOnIdle: (V) => {
|
|
8667
8678
|
a = V, ye.current = V;
|
|
8668
8679
|
}, setOnActive: (V) => {
|
|
8669
|
-
t = V,
|
|
8680
|
+
t = V, me.current = V;
|
|
8670
8681
|
}, setOnAction: (V) => {
|
|
8671
8682
|
o = V, ce.current = V;
|
|
8672
8683
|
}, setOnMessage: (V) => {
|
|
@@ -8676,7 +8687,7 @@ function gs({ timeout: e = 1e3 * 60 * 20, promptTimeout: n = 0, promptBeforeIdle
|
|
|
8676
8687
|
}
|
|
8677
8688
|
var ds = Ki(null);
|
|
8678
8689
|
ds.Consumer;
|
|
8679
|
-
const
|
|
8690
|
+
const qm = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
8680
8691
|
onIdle: e,
|
|
8681
8692
|
onActive: n,
|
|
8682
8693
|
onAction: i,
|
|
@@ -8710,7 +8721,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
8710
8721
|
mutationFn: async (i) => await n(i),
|
|
8711
8722
|
...e
|
|
8712
8723
|
});
|
|
8713
|
-
},
|
|
8724
|
+
}, $m = ({
|
|
8714
8725
|
options: e = {
|
|
8715
8726
|
inboxList: {},
|
|
8716
8727
|
readInbox: {}
|
|
@@ -8777,7 +8788,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
8777
8788
|
value: "other",
|
|
8778
8789
|
...e.other
|
|
8779
8790
|
}
|
|
8780
|
-
],
|
|
8791
|
+
], Qm = ({ options: e, formData: n } = {}) => {
|
|
8781
8792
|
const { lng: i } = oe(), { newsListApi: l } = rl(), p = $e(i);
|
|
8782
8793
|
return Q({
|
|
8783
8794
|
queryKey: ["newsList"],
|
|
@@ -8803,7 +8814,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
8803
8814
|
},
|
|
8804
8815
|
...e
|
|
8805
8816
|
});
|
|
8806
|
-
},
|
|
8817
|
+
}, jm = ({ options: e, formData: n } = {}) => {
|
|
8807
8818
|
const { lng: i } = oe(), { newsListApi: l } = rl(), p = $e(i);
|
|
8808
8819
|
return Q({
|
|
8809
8820
|
queryKey: ["newsList"],
|
|
@@ -9066,63 +9077,63 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9066
9077
|
queryFn: () => i({ paramsData: e }),
|
|
9067
9078
|
...n
|
|
9068
9079
|
});
|
|
9069
|
-
},
|
|
9080
|
+
}, Ym = ({ options: e } = {}) => {
|
|
9070
9081
|
const { redeemCodeDepositApi: n } = Ae();
|
|
9071
9082
|
return re({
|
|
9072
9083
|
mutationKey: ["redeemCodeDeposit"],
|
|
9073
9084
|
mutationFn: async (i) => n(i),
|
|
9074
9085
|
...e
|
|
9075
9086
|
});
|
|
9076
|
-
},
|
|
9087
|
+
}, Xm = ({ options: e } = {}) => {
|
|
9077
9088
|
const { invoiceApi: n } = Ae();
|
|
9078
9089
|
return re({
|
|
9079
9090
|
mutationKey: ["invoiceAction"],
|
|
9080
9091
|
mutationFn: async (i) => n(i),
|
|
9081
9092
|
...e
|
|
9082
9093
|
});
|
|
9083
|
-
},
|
|
9094
|
+
}, eu = ({ options: e } = {}) => {
|
|
9084
9095
|
const { updateInvoiceApi: n } = Ae();
|
|
9085
9096
|
return re({
|
|
9086
9097
|
mutationKey: ["updateInvoiceAction"],
|
|
9087
9098
|
mutationFn: async (i) => n(i),
|
|
9088
9099
|
...e
|
|
9089
9100
|
});
|
|
9090
|
-
},
|
|
9101
|
+
}, au = ({ options: e, paramsData: n } = {}) => {
|
|
9091
9102
|
const { transactionRecordApi: i } = Ae();
|
|
9092
9103
|
return Q({
|
|
9093
9104
|
queryKey: ["transactionRecord", "deposit"],
|
|
9094
9105
|
queryFn: () => i(n, "deposit"),
|
|
9095
9106
|
...e
|
|
9096
9107
|
});
|
|
9097
|
-
},
|
|
9108
|
+
}, iu = ({ options: e, paramsData: n } = {}) => {
|
|
9098
9109
|
const { transactionRecordApi: i } = Ae();
|
|
9099
9110
|
return Q({
|
|
9100
9111
|
queryKey: ["transactionRecord", "withdraw"],
|
|
9101
9112
|
queryFn: () => i(n, "withdraw"),
|
|
9102
9113
|
...e
|
|
9103
9114
|
});
|
|
9104
|
-
},
|
|
9115
|
+
}, tu = ({ options: e, paramsData: n } = {}) => {
|
|
9105
9116
|
const { transactionRecordApi: i } = Ae();
|
|
9106
9117
|
return Q({
|
|
9107
9118
|
queryKey: ["transactionRecord", "event"],
|
|
9108
9119
|
queryFn: () => i(n, "event"),
|
|
9109
9120
|
...e
|
|
9110
9121
|
});
|
|
9111
|
-
},
|
|
9122
|
+
}, nu = ({ options: e, paramsData: n } = {}) => {
|
|
9112
9123
|
const { transactionRecordApi: i } = Ae();
|
|
9113
9124
|
return Q({
|
|
9114
9125
|
queryKey: ["transactionRecord", "rebate"],
|
|
9115
9126
|
queryFn: () => i(n, "rebate"),
|
|
9116
9127
|
...e
|
|
9117
9128
|
});
|
|
9118
|
-
},
|
|
9129
|
+
}, lu = ({ options: e, paramsData: n } = {}) => {
|
|
9119
9130
|
const { treasureRecordApi: i } = Ae();
|
|
9120
9131
|
return Q({
|
|
9121
9132
|
queryKey: ["treasureRecord", n],
|
|
9122
9133
|
queryFn: () => i(n),
|
|
9123
9134
|
...e
|
|
9124
9135
|
});
|
|
9125
|
-
},
|
|
9136
|
+
}, ru = ({
|
|
9126
9137
|
depositV1: e = {},
|
|
9127
9138
|
depositV2: n = {},
|
|
9128
9139
|
depositTransaction: i = {},
|
|
@@ -9243,7 +9254,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9243
9254
|
extendString: Ul,
|
|
9244
9255
|
extendUint8Array: bl,
|
|
9245
9256
|
extendBuiltins: Ps
|
|
9246
|
-
},
|
|
9257
|
+
}, ou = (e, n) => {
|
|
9247
9258
|
const { playGameApi: i } = Ut();
|
|
9248
9259
|
return Q({
|
|
9249
9260
|
queryKey: ["playGame"],
|
|
@@ -9298,7 +9309,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9298
9309
|
mutationFn: async () => n(),
|
|
9299
9310
|
...e
|
|
9300
9311
|
});
|
|
9301
|
-
},
|
|
9312
|
+
}, su = ({
|
|
9302
9313
|
options: e = {
|
|
9303
9314
|
currentRebate: {},
|
|
9304
9315
|
receiveRebate: {}
|
|
@@ -9396,7 +9407,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9396
9407
|
queryFn: n,
|
|
9397
9408
|
...e
|
|
9398
9409
|
});
|
|
9399
|
-
},
|
|
9410
|
+
}, mu = ({
|
|
9400
9411
|
options: e = {
|
|
9401
9412
|
rewardsList: {},
|
|
9402
9413
|
redeemReward: {},
|
|
@@ -9456,7 +9467,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9456
9467
|
treasureListApi: n,
|
|
9457
9468
|
redeemTreasureApi: i
|
|
9458
9469
|
};
|
|
9459
|
-
},
|
|
9470
|
+
}, uu = ({ paramsData: e, options: n } = {}) => {
|
|
9460
9471
|
const { client: i, lng: l } = oe(), p = $e(l || "tw"), { treasureListApi: g } = vl();
|
|
9461
9472
|
return Q({
|
|
9462
9473
|
queryKey: ["treasureList", e],
|
|
@@ -9484,7 +9495,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9484
9495
|
},
|
|
9485
9496
|
...n
|
|
9486
9497
|
});
|
|
9487
|
-
},
|
|
9498
|
+
}, pu = ({ options: e } = {}) => {
|
|
9488
9499
|
const { redeemTreasureApi: n } = vl();
|
|
9489
9500
|
return re({
|
|
9490
9501
|
mutationKey: ["redeemTreasure"],
|
|
@@ -9497,7 +9508,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9497
9508
|
vipListApi: n,
|
|
9498
9509
|
vipInfoApi: i
|
|
9499
9510
|
};
|
|
9500
|
-
},
|
|
9511
|
+
}, gu = ({ options: e } = {}) => {
|
|
9501
9512
|
const { store: n } = oe(), i = n?.getState()?.isMemberInfo || n?.getState()?.member?.member || {}, { vipInfoApi: l } = hl();
|
|
9502
9513
|
return Q({
|
|
9503
9514
|
queryKey: ["vipInfo"],
|
|
@@ -9549,7 +9560,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9549
9560
|
},
|
|
9550
9561
|
...e
|
|
9551
9562
|
});
|
|
9552
|
-
},
|
|
9563
|
+
}, du = ({ options: e } = {
|
|
9553
9564
|
vipList: {}
|
|
9554
9565
|
}) => ({
|
|
9555
9566
|
vipList: Is({ options: e.vipList })
|
|
@@ -9572,7 +9583,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9572
9583
|
default:
|
|
9573
9584
|
return "En";
|
|
9574
9585
|
}
|
|
9575
|
-
}, oi = "game-icon-ds88",
|
|
9586
|
+
}, oi = "game-icon-ds88", cu = ({ gameData: e = {} } = {}) => {
|
|
9576
9587
|
const { lng: n } = oe(), i = Fn(n), {
|
|
9577
9588
|
gameCode: l,
|
|
9578
9589
|
// 遊戲代碼
|
|
@@ -9601,17 +9612,22 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9601
9612
|
// 是否支援直向
|
|
9602
9613
|
support_horizontal: c,
|
|
9603
9614
|
// 是否支援橫向
|
|
9604
|
-
|
|
9615
|
+
popularityRanking: f,
|
|
9616
|
+
is_invalid_bet: y,
|
|
9617
|
+
// 是否無效投注
|
|
9618
|
+
haveJackpot: _,
|
|
9619
|
+
// 是否有累積獎金
|
|
9620
|
+
userClickCount: U,
|
|
9605
9621
|
// 用戶點擊次數
|
|
9606
|
-
gameNameEn:
|
|
9622
|
+
gameNameEn: C,
|
|
9607
9623
|
// 英文名稱
|
|
9608
|
-
gameNameZh:
|
|
9624
|
+
gameNameZh: v,
|
|
9609
9625
|
// 中文名稱
|
|
9610
|
-
gameNameVi:
|
|
9626
|
+
gameNameVi: x,
|
|
9611
9627
|
// 越南名稱
|
|
9612
|
-
gameNameTw:
|
|
9628
|
+
gameNameTw: S
|
|
9613
9629
|
// 繁體中文名稱
|
|
9614
|
-
} = e,
|
|
9630
|
+
} = e, L = e?.[`gameName${Fn(i)}`], H = `${ti}/${oi}/${n}/${a}/${ai(l, / /g, "_")}.webp`, k = `${ti}/${oi}/${n}/${a}/${ai(l, / /g, "_")}.gif`, h = `${ti}/${oi}/en/${a}/${ai(l, / /g, "_")}.webp`, A = `${ti}/${oi}/en/${a}/${ai(l, / /g, "_")}.gif`;
|
|
9615
9631
|
return {
|
|
9616
9632
|
gameCode: l,
|
|
9617
9633
|
gameUid: p,
|
|
@@ -9626,16 +9642,19 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9626
9642
|
isUnderMaintenance: u,
|
|
9627
9643
|
supportVertical: m,
|
|
9628
9644
|
supportHorizontal: c,
|
|
9629
|
-
userClickCount:
|
|
9630
|
-
gameNameEn:
|
|
9631
|
-
gameNameZh:
|
|
9632
|
-
gameNameVi:
|
|
9633
|
-
gameNameTw:
|
|
9634
|
-
gameName:
|
|
9635
|
-
gameImageUrl:
|
|
9636
|
-
gameImageUrlAnimated:
|
|
9637
|
-
fallbackGameImageUrl:
|
|
9638
|
-
fallbackGameImageUrlAnimated:
|
|
9645
|
+
userClickCount: U,
|
|
9646
|
+
gameNameEn: C,
|
|
9647
|
+
gameNameZh: v,
|
|
9648
|
+
gameNameVi: x,
|
|
9649
|
+
gameNameTw: S,
|
|
9650
|
+
gameName: L,
|
|
9651
|
+
gameImageUrl: H,
|
|
9652
|
+
gameImageUrlAnimated: k,
|
|
9653
|
+
fallbackGameImageUrl: h,
|
|
9654
|
+
fallbackGameImageUrlAnimated: A,
|
|
9655
|
+
popularityRanking: f,
|
|
9656
|
+
isInvalidBet: y,
|
|
9657
|
+
haveJackpot: _
|
|
9639
9658
|
};
|
|
9640
9659
|
}, Vs = (e, n = !1) => Il([
|
|
9641
9660
|
"EVO",
|
|
@@ -9648,7 +9667,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9648
9667
|
"HACK",
|
|
9649
9668
|
"NAGA",
|
|
9650
9669
|
"RSG"
|
|
9651
|
-
], e) && n ? `${e}_dark` : e,
|
|
9670
|
+
], e) && n ? `${e}_dark` : e, fu = ({ platformData: e, darkMode: n } = {}) => {
|
|
9652
9671
|
const {
|
|
9653
9672
|
SubPlatformEnum: i,
|
|
9654
9673
|
// 子平台枚舉
|
|
@@ -9704,7 +9723,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9704
9723
|
allPlatforms: p
|
|
9705
9724
|
});
|
|
9706
9725
|
return Ee(d) || (g[b] = d), g;
|
|
9707
|
-
}, {}),
|
|
9726
|
+
}, {}), _u = ({
|
|
9708
9727
|
types: e = [],
|
|
9709
9728
|
platforms: n = [],
|
|
9710
9729
|
allGameType: i = [],
|
|
@@ -9754,21 +9773,21 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9754
9773
|
gameList: e,
|
|
9755
9774
|
allGameTypes: i,
|
|
9756
9775
|
allPlatforms: n
|
|
9757
|
-
}), _ = Be(n, (
|
|
9758
|
-
const
|
|
9776
|
+
}), _ = Be(n, (L) => {
|
|
9777
|
+
const H = `${Xe}/${Kn}/${L.platformEnum}.png`;
|
|
9759
9778
|
return {
|
|
9760
|
-
...
|
|
9761
|
-
platformImageUrl:
|
|
9779
|
+
...L,
|
|
9780
|
+
platformImageUrl: H
|
|
9762
9781
|
};
|
|
9763
9782
|
}), U = $s(o, l), C = js(y), v = Ys(C), x = Wn(y).reduce(
|
|
9764
|
-
(
|
|
9765
|
-
const
|
|
9766
|
-
return
|
|
9783
|
+
(L, [H, k]) => {
|
|
9784
|
+
const h = $i(Vl(k));
|
|
9785
|
+
return L[H] = h, L;
|
|
9767
9786
|
},
|
|
9768
9787
|
{}
|
|
9769
|
-
), S = Dt(y).reduce((
|
|
9770
|
-
const k = Dt(y[
|
|
9771
|
-
return
|
|
9788
|
+
), S = Dt(y).reduce((L, H) => {
|
|
9789
|
+
const k = Dt(y[H]);
|
|
9790
|
+
return L[H] = k, L;
|
|
9772
9791
|
}, {});
|
|
9773
9792
|
return {
|
|
9774
9793
|
platform: {
|
|
@@ -9803,7 +9822,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9803
9822
|
favorite: f
|
|
9804
9823
|
}
|
|
9805
9824
|
};
|
|
9806
|
-
},
|
|
9825
|
+
}, yu = (e = []) => !la(e) || Ee(e) ? [] : $i(e, (n) => Ee(n.SubPlatformEnum) ? n : n.SubPlatformEnum.map((i) => ({
|
|
9807
9826
|
...n,
|
|
9808
9827
|
...i,
|
|
9809
9828
|
platform: i.SubPlatformEnum,
|
|
@@ -9829,7 +9848,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
9829
9848
|
},
|
|
9830
9849
|
user: { favorite: [] }
|
|
9831
9850
|
}, am = ({ enabled: e = !0 } = {}) => {
|
|
9832
|
-
const { getToken: n } = oe(), { userFavoriteGameApi: i, userGameListApi: l } =
|
|
9851
|
+
const { getToken: n } = oe(), { userFavoriteGameApi: i, userGameListApi: l } = se(), { data: p, isLoading: g, error: b, refetch: d } = Q({
|
|
9833
9852
|
queryKey: ["gamesInfo"],
|
|
9834
9853
|
queryFn: async () => {
|
|
9835
9854
|
let r = {}, a = {};
|
|
@@ -36404,7 +36423,7 @@ const Km = ({ onIdle: e, onActive: n, onAction: i, timeout: l = 6e5 }) => gs({
|
|
|
36404
36423
|
const l = am({ enabled: n });
|
|
36405
36424
|
return /* @__PURE__ */ Fe.jsx(qn.Provider, { value: l, children: e });
|
|
36406
36425
|
};
|
|
36407
|
-
function
|
|
36426
|
+
function Uu({
|
|
36408
36427
|
children: e,
|
|
36409
36428
|
autoFetchGamesInfo: n = !1,
|
|
36410
36429
|
useMockData: i = !1,
|
|
@@ -36434,7 +36453,7 @@ function yu({
|
|
|
36434
36453
|
}
|
|
36435
36454
|
) }) }) });
|
|
36436
36455
|
}
|
|
36437
|
-
const
|
|
36456
|
+
const bu = ({ onFunction: e = () => {
|
|
36438
36457
|
}, buttonProps: n = {} } = {}) => {
|
|
36439
36458
|
const { lineConfig: i } = oe(), l = ee(!1), p = le(i, "liffId", ""), g = new URLSearchParams(window.location.search), b = g.get("line_login"), d = g.get("trans_code"), r = g.get("line_id"), a = g.get("line_name"), t = g.get("invite_code"), { mutate: o, isPending: s } = tl({
|
|
36440
36459
|
options: {
|
|
@@ -37153,7 +37172,7 @@ var pm = (function() {
|
|
|
37153
37172
|
U.current = w, typeof i == "function" ? i(w) : i && (i.current = w);
|
|
37154
37173
|
},
|
|
37155
37174
|
[i]
|
|
37156
|
-
), [x, S] = de.useState(!1), { margin:
|
|
37175
|
+
), [x, S] = de.useState(!1), { margin: L, cells: H, numCells: k, calculatedImageSettings: h } = Rl({
|
|
37157
37176
|
value: p,
|
|
37158
37177
|
level: b,
|
|
37159
37178
|
minVersion: t,
|
|
@@ -37165,34 +37184,34 @@ var pm = (function() {
|
|
|
37165
37184
|
});
|
|
37166
37185
|
de.useEffect(() => {
|
|
37167
37186
|
if (U.current != null) {
|
|
37168
|
-
const w = U.current,
|
|
37169
|
-
if (!
|
|
37187
|
+
const w = U.current, G = w.getContext("2d");
|
|
37188
|
+
if (!G)
|
|
37170
37189
|
return;
|
|
37171
|
-
let
|
|
37172
|
-
const
|
|
37173
|
-
|
|
37174
|
-
|
|
37175
|
-
|
|
37190
|
+
let R = H;
|
|
37191
|
+
const W = C.current, N = h != null && W !== null && W.complete && W.naturalHeight !== 0 && W.naturalWidth !== 0;
|
|
37192
|
+
N && h.excavation != null && (R = Ml(
|
|
37193
|
+
H,
|
|
37194
|
+
h.excavation
|
|
37176
37195
|
));
|
|
37177
|
-
const
|
|
37178
|
-
w.height = w.width = g *
|
|
37179
|
-
const
|
|
37180
|
-
|
|
37181
|
-
D.forEach(function(
|
|
37182
|
-
|
|
37196
|
+
const P = window.devicePixelRatio || 1;
|
|
37197
|
+
w.height = w.width = g * P;
|
|
37198
|
+
const O = g / k * P;
|
|
37199
|
+
G.scale(O, O), G.fillStyle = d, G.fillRect(0, 0, k, k), G.fillStyle = r, pm ? G.fill(new Path2D(Gl(R, L))) : H.forEach(function(D, E) {
|
|
37200
|
+
D.forEach(function(F, M) {
|
|
37201
|
+
F && G.fillRect(M + L, E + L, 1, 1);
|
|
37183
37202
|
});
|
|
37184
|
-
}),
|
|
37185
|
-
|
|
37186
|
-
|
|
37187
|
-
|
|
37188
|
-
|
|
37189
|
-
|
|
37203
|
+
}), h && (G.globalAlpha = h.opacity), N && G.drawImage(
|
|
37204
|
+
W,
|
|
37205
|
+
h.x + L,
|
|
37206
|
+
h.y + L,
|
|
37207
|
+
h.w,
|
|
37208
|
+
h.h
|
|
37190
37209
|
);
|
|
37191
37210
|
}
|
|
37192
37211
|
}), de.useEffect(() => {
|
|
37193
37212
|
S(!1);
|
|
37194
37213
|
}, [_]);
|
|
37195
|
-
const
|
|
37214
|
+
const A = pt({ height: g, width: g }, f);
|
|
37196
37215
|
let B = null;
|
|
37197
37216
|
return _ != null && (B = /* @__PURE__ */ de.createElement(
|
|
37198
37217
|
"img",
|
|
@@ -37204,12 +37223,12 @@ var pm = (function() {
|
|
|
37204
37223
|
S(!0);
|
|
37205
37224
|
},
|
|
37206
37225
|
ref: C,
|
|
37207
|
-
crossOrigin:
|
|
37226
|
+
crossOrigin: h?.crossOrigin
|
|
37208
37227
|
}
|
|
37209
37228
|
)), /* @__PURE__ */ de.createElement(de.Fragment, null, /* @__PURE__ */ de.createElement(
|
|
37210
37229
|
"canvas",
|
|
37211
37230
|
pt({
|
|
37212
|
-
style:
|
|
37231
|
+
style: A,
|
|
37213
37232
|
height: g,
|
|
37214
37233
|
width: g,
|
|
37215
37234
|
ref: v,
|
|
@@ -37341,7 +37360,7 @@ const dm = {
|
|
|
37341
37360
|
title: "Silakan gunakan LINE untuk memindai Kode QR untuk masuk",
|
|
37342
37361
|
expired: "Kode QR telah kedaluwarsa"
|
|
37343
37362
|
}
|
|
37344
|
-
},
|
|
37363
|
+
}, hu = ({ forcedShow: e = !1, isVisible: n, setIsVisible: i } = {}) => {
|
|
37345
37364
|
const { lng: l, getToken: p, lineConfig: g } = oe(), [b, d] = rt(300), [r, a] = rt(!1), t = ee(null), o = le(g, "liffId", ""), s = $e(l), u = p?.(), c = new URLSearchParams(window.location.search).get("mac") || st.get("machine_mac_address") || "", { data: f, isFetching: y } = zo({
|
|
37346
37365
|
formData: {
|
|
37347
37366
|
mac_address: c
|
|
@@ -37406,7 +37425,7 @@ const dm = {
|
|
|
37406
37425
|
)
|
|
37407
37426
|
] })
|
|
37408
37427
|
] });
|
|
37409
|
-
},
|
|
37428
|
+
}, Tu = () => {
|
|
37410
37429
|
const e = ct(), {
|
|
37411
37430
|
mutate: n,
|
|
37412
37431
|
isPending: i,
|
|
@@ -37438,16 +37457,16 @@ const dm = {
|
|
|
37438
37457
|
};
|
|
37439
37458
|
export {
|
|
37440
37459
|
zn as ApiCtx,
|
|
37441
|
-
|
|
37442
|
-
|
|
37460
|
+
Uu as ApiProvider,
|
|
37461
|
+
Tu as Bind,
|
|
37443
37462
|
qn as GamesInfoCtx,
|
|
37444
|
-
|
|
37445
|
-
|
|
37463
|
+
bu as LineLogin,
|
|
37464
|
+
hu as LineQrCode,
|
|
37446
37465
|
Ka as STATUS_TYPES,
|
|
37447
37466
|
In as StatusContext,
|
|
37448
37467
|
Ql as StatusProvider,
|
|
37449
37468
|
Qs as buildMultiTypes,
|
|
37450
|
-
|
|
37469
|
+
_u as buildMultiTypesWithSubTypes,
|
|
37451
37470
|
Xl as buildSinglePlatformWithSubTypes,
|
|
37452
37471
|
Yl as buildSingleType,
|
|
37453
37472
|
$s as categorizeGames,
|
|
@@ -37469,43 +37488,44 @@ export {
|
|
|
37469
37488
|
Vs as handleDarkImage,
|
|
37470
37489
|
im as initMockWindowData,
|
|
37471
37490
|
Xs as processGameInfo,
|
|
37472
|
-
|
|
37491
|
+
yu as processPlatformData,
|
|
37473
37492
|
Nm as useAbandonPoint,
|
|
37474
37493
|
oe as useApiContext,
|
|
37475
37494
|
Tm as useBalanceGetter,
|
|
37476
37495
|
Sm as useBet,
|
|
37496
|
+
Bm as useBetRankingData,
|
|
37477
37497
|
_o as useBetRecord,
|
|
37478
37498
|
yo as useBetRecordDetail,
|
|
37479
37499
|
Io as useBindAccount,
|
|
37480
37500
|
Zo as useCheckCurrentEventProgress,
|
|
37481
37501
|
Ko as useCheckEventStatus,
|
|
37482
37502
|
Em as useCheckPlayerWager,
|
|
37483
|
-
|
|
37503
|
+
Wm as useClientWebSocket,
|
|
37484
37504
|
Fs as useCurrentRebate,
|
|
37485
37505
|
bs as useDepositAction,
|
|
37486
37506
|
vs as useDepositTransaction,
|
|
37487
37507
|
ys as useDepositV1,
|
|
37488
37508
|
Us as useDepositV2,
|
|
37489
|
-
|
|
37490
|
-
|
|
37509
|
+
au as useDepositWalletLog,
|
|
37510
|
+
Vm as useEvent,
|
|
37491
37511
|
Jo as useEventList,
|
|
37492
37512
|
hs as useEventTransaction,
|
|
37493
|
-
|
|
37513
|
+
tu as useEventWalletLog,
|
|
37494
37514
|
Ws as useExpiredRewardsList,
|
|
37495
|
-
|
|
37515
|
+
cu as useGameConfig,
|
|
37496
37516
|
Cm as useGameInfoContext,
|
|
37497
37517
|
am as useGamesInfo,
|
|
37498
|
-
|
|
37518
|
+
Jm as useGetCarouseList,
|
|
37499
37519
|
zo as useGetMachineLoginCode,
|
|
37500
|
-
|
|
37520
|
+
Zm as useGetMarquee,
|
|
37501
37521
|
km as useGetMemberInfo,
|
|
37502
|
-
|
|
37522
|
+
Km as useGetRankingGame,
|
|
37503
37523
|
zs as useHistoryRewardsList,
|
|
37504
|
-
|
|
37505
|
-
|
|
37524
|
+
qm as useIdleTimeout,
|
|
37525
|
+
$m as useInbox,
|
|
37506
37526
|
cs as useInboxList,
|
|
37507
37527
|
xm as useInitializeWithToken,
|
|
37508
|
-
|
|
37528
|
+
Xm as useInvoiceAction,
|
|
37509
37529
|
Om as useJackpotData,
|
|
37510
37530
|
tl as useLineLogin,
|
|
37511
37531
|
Wo as useLineLogin2,
|
|
@@ -37515,46 +37535,46 @@ export {
|
|
|
37515
37535
|
Gm as useMobileLogin,
|
|
37516
37536
|
Mm as useMobileLoginV2,
|
|
37517
37537
|
Rm as useMobileRegister,
|
|
37518
|
-
|
|
37519
|
-
|
|
37520
|
-
|
|
37521
|
-
|
|
37522
|
-
|
|
37538
|
+
jm as useNewsDetail,
|
|
37539
|
+
Qm as useNewsList,
|
|
37540
|
+
ru as usePayment,
|
|
37541
|
+
fu as usePlatformConfig,
|
|
37542
|
+
ou as usePlayGame,
|
|
37523
37543
|
Dm as usePointTransfer,
|
|
37524
37544
|
fs as useReadInbox,
|
|
37525
|
-
|
|
37526
|
-
|
|
37545
|
+
su as useRebate,
|
|
37546
|
+
nu as useRebateWalletLog,
|
|
37527
37547
|
As as useReceiveRebate,
|
|
37528
|
-
|
|
37529
|
-
|
|
37548
|
+
Ym as useRedeemCodeDeposit,
|
|
37549
|
+
zm as useRedeemEventReward,
|
|
37530
37550
|
Bs as useRedeemReward,
|
|
37531
|
-
|
|
37551
|
+
pu as useRedeemTreasure,
|
|
37532
37552
|
wo as useResetUserPassword,
|
|
37533
37553
|
Ao as useResetUserTransactionPassword,
|
|
37534
|
-
|
|
37554
|
+
mu as useRewards,
|
|
37535
37555
|
Os as useRewardsList,
|
|
37536
37556
|
Pm as useSendMobileVerifyCode,
|
|
37537
37557
|
Fo as useSetUserTransactionPassword,
|
|
37538
|
-
|
|
37558
|
+
Im as useSettleEvent,
|
|
37539
37559
|
Mo as useSignUp,
|
|
37540
37560
|
Vn as useStatus,
|
|
37541
37561
|
Ro as useToggleFavoriteGame,
|
|
37542
37562
|
Ho as useTransferInGame,
|
|
37543
|
-
|
|
37544
|
-
|
|
37563
|
+
uu as useTreasureList,
|
|
37564
|
+
lu as useTreasureWalletLog,
|
|
37545
37565
|
Hs as useUnUsedRewardsList,
|
|
37546
|
-
|
|
37566
|
+
eu as useUpdateInvoiceAction,
|
|
37547
37567
|
Po as useUpdateUserInfo,
|
|
37548
|
-
|
|
37568
|
+
Hm as useUser,
|
|
37549
37569
|
Bo as useUserBindCard,
|
|
37550
37570
|
Oo as useUserRebate,
|
|
37551
37571
|
Fm as useVerifyDonationCode,
|
|
37552
37572
|
wm as useVerifyPhoneBar,
|
|
37553
37573
|
Am as useVerifyResetAction,
|
|
37554
|
-
|
|
37555
|
-
|
|
37574
|
+
du as useVip,
|
|
37575
|
+
gu as useVipInfo,
|
|
37556
37576
|
Is as useVipList,
|
|
37557
37577
|
Cs as useWithdrawAction,
|
|
37558
37578
|
ks as useWithdrawTransaction,
|
|
37559
|
-
|
|
37579
|
+
iu as useWithdrawWalletLog
|
|
37560
37580
|
};
|