60p82u21t54k 0.3.17 → 0.3.19
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/60p82u21t54k.es.js +930 -924
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/model/casinoGameList/getCasinoGameListResponse.d.ts.map +1 -1
- package/dist/model/fishGameList/getFishGameListResponse.d.ts.map +1 -1
- package/dist/model/gameList/getGameListResponse.d.ts +5 -0
- package/dist/model/gameList/getGameListResponse.d.ts.map +1 -1
- package/dist/model/getFavouriteGame/getGetFavouriteGameResponse.d.ts.map +1 -1
- package/dist/model/searchGameByName/getSearchGameByNameResponse.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var f = (e, a, t) =>
|
|
4
|
-
import
|
|
5
|
-
const G =
|
|
1
|
+
var _a = Object.defineProperty;
|
|
2
|
+
var Ta = (e, a, t) => a in e ? _a(e, a, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[a] = t;
|
|
3
|
+
var f = (e, a, t) => Ta(e, typeof a != "symbol" ? a + "" : a, t);
|
|
4
|
+
import ea from "axios";
|
|
5
|
+
const G = ea.create({
|
|
6
6
|
baseURL: "",
|
|
7
7
|
timeout: 29e3,
|
|
8
8
|
// Request timeout
|
|
@@ -71,41 +71,41 @@ let Ce = {
|
|
|
71
71
|
currency: "¥",
|
|
72
72
|
language: "zh"
|
|
73
73
|
};
|
|
74
|
-
const
|
|
74
|
+
const va = (e) => {
|
|
75
75
|
Ce = { ...Ce, ...e };
|
|
76
|
-
}, he = () => Ce,
|
|
76
|
+
}, he = () => Ce, zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
77
77
|
__proto__: null,
|
|
78
78
|
getConfig: he,
|
|
79
|
-
setConfig:
|
|
80
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
79
|
+
setConfig: va
|
|
80
|
+
}, Symbol.toStringTag, { value: "Module" })), ta = 6048e5, wa = 864e5, Pa = 6e4, Ra = 36e5, Da = 1e3, xt = Symbol.for("constructDateFrom");
|
|
81
81
|
function j(e, a) {
|
|
82
82
|
return typeof e == "function" ? e(a) : e && typeof e == "object" && xt in e ? e[xt](a) : e instanceof Date ? new e.constructor(a) : new Date(a);
|
|
83
83
|
}
|
|
84
84
|
function I(e, a) {
|
|
85
85
|
return j(a || e, e);
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function aa(e, a, t) {
|
|
88
88
|
const n = I(e, t == null ? void 0 : t.in);
|
|
89
89
|
return isNaN(a) ? j((t == null ? void 0 : t.in) || e, NaN) : (a && n.setDate(n.getDate() + a), n);
|
|
90
90
|
}
|
|
91
|
-
let
|
|
91
|
+
let ka = {};
|
|
92
92
|
function te() {
|
|
93
|
-
return
|
|
93
|
+
return ka;
|
|
94
94
|
}
|
|
95
95
|
function U(e, a) {
|
|
96
96
|
var l, m, i, c;
|
|
97
97
|
const t = te(), n = (a == null ? void 0 : a.weekStartsOn) ?? ((m = (l = a == null ? void 0 : a.locale) == null ? void 0 : l.options) == null ? void 0 : m.weekStartsOn) ?? t.weekStartsOn ?? ((c = (i = t.locale) == null ? void 0 : i.options) == null ? void 0 : c.weekStartsOn) ?? 0, r = I(e, a == null ? void 0 : a.in), s = r.getDay(), o = (s < n ? 7 : 0) + s - n;
|
|
98
98
|
return r.setDate(r.getDate() - o), r.setHours(0, 0, 0, 0), r;
|
|
99
99
|
}
|
|
100
|
-
function
|
|
100
|
+
function K(e, a) {
|
|
101
101
|
return U(e, { ...a, weekStartsOn: 1 });
|
|
102
102
|
}
|
|
103
|
-
function
|
|
103
|
+
function na(e, a) {
|
|
104
104
|
const t = I(e, a == null ? void 0 : a.in), n = t.getFullYear(), r = j(t, 0);
|
|
105
105
|
r.setFullYear(n + 1, 0, 4), r.setHours(0, 0, 0, 0);
|
|
106
|
-
const s =
|
|
106
|
+
const s = K(r), o = j(t, 0);
|
|
107
107
|
o.setFullYear(n, 0, 4), o.setHours(0, 0, 0, 0);
|
|
108
|
-
const l =
|
|
108
|
+
const l = K(o);
|
|
109
109
|
return t.getTime() >= s.getTime() ? n + 1 : t.getTime() >= l.getTime() ? n : n - 1;
|
|
110
110
|
}
|
|
111
111
|
function de(e) {
|
|
@@ -122,7 +122,7 @@ function de(e) {
|
|
|
122
122
|
);
|
|
123
123
|
return t.setUTCFullYear(a.getFullYear()), +e - +t;
|
|
124
124
|
}
|
|
125
|
-
function
|
|
125
|
+
function xa(e, ...a) {
|
|
126
126
|
const t = j.bind(
|
|
127
127
|
null,
|
|
128
128
|
a.find((n) => typeof n == "object")
|
|
@@ -133,29 +133,29 @@ function Ot(e, a) {
|
|
|
133
133
|
const t = I(e, a == null ? void 0 : a.in);
|
|
134
134
|
return t.setHours(0, 0, 0, 0), t;
|
|
135
135
|
}
|
|
136
|
-
function
|
|
137
|
-
const [n, r] =
|
|
136
|
+
function Oa(e, a, t) {
|
|
137
|
+
const [n, r] = xa(
|
|
138
138
|
t == null ? void 0 : t.in,
|
|
139
139
|
e,
|
|
140
140
|
a
|
|
141
141
|
), s = Ot(n), o = Ot(r), l = +s - de(s), m = +o - de(o);
|
|
142
|
-
return Math.round((l - m) /
|
|
142
|
+
return Math.round((l - m) / wa);
|
|
143
143
|
}
|
|
144
|
-
function
|
|
145
|
-
const t =
|
|
146
|
-
return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0),
|
|
144
|
+
function Ma(e, a) {
|
|
145
|
+
const t = na(e, a), n = j(e, 0);
|
|
146
|
+
return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0), K(n);
|
|
147
147
|
}
|
|
148
|
-
function
|
|
148
|
+
function Sa(e) {
|
|
149
149
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
150
150
|
}
|
|
151
|
-
function
|
|
152
|
-
return !(!
|
|
151
|
+
function Ia(e) {
|
|
152
|
+
return !(!Sa(e) && typeof e != "number" || isNaN(+I(e)));
|
|
153
153
|
}
|
|
154
|
-
function
|
|
154
|
+
function ja(e, a) {
|
|
155
155
|
const t = I(e, a == null ? void 0 : a.in);
|
|
156
156
|
return t.setFullYear(t.getFullYear(), 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
157
157
|
}
|
|
158
|
-
const
|
|
158
|
+
const Ca = {
|
|
159
159
|
lessThanXSeconds: {
|
|
160
160
|
one: "less than a second",
|
|
161
161
|
other: "less than {{count}} seconds"
|
|
@@ -217,9 +217,9 @@ const ja = {
|
|
|
217
217
|
one: "almost 1 year",
|
|
218
218
|
other: "almost {{count}} years"
|
|
219
219
|
}
|
|
220
|
-
},
|
|
220
|
+
}, Na = (e, a, t) => {
|
|
221
221
|
let n;
|
|
222
|
-
const r =
|
|
222
|
+
const r = Ca[e];
|
|
223
223
|
return typeof r == "string" ? n = r : a === 1 ? n = r.one : n = r.other.replace("{{count}}", a.toString()), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? "in " + n : n + " ago" : n;
|
|
224
224
|
};
|
|
225
225
|
function De(e) {
|
|
@@ -228,42 +228,42 @@ function De(e) {
|
|
|
228
228
|
return e.formats[t] || e.formats[e.defaultWidth];
|
|
229
229
|
};
|
|
230
230
|
}
|
|
231
|
-
const
|
|
231
|
+
const La = {
|
|
232
232
|
full: "EEEE, MMMM do, y",
|
|
233
233
|
long: "MMMM do, y",
|
|
234
234
|
medium: "MMM d, y",
|
|
235
235
|
short: "MM/dd/yyyy"
|
|
236
|
-
},
|
|
236
|
+
}, $a = {
|
|
237
237
|
full: "h:mm:ss a zzzz",
|
|
238
238
|
long: "h:mm:ss a z",
|
|
239
239
|
medium: "h:mm:ss a",
|
|
240
240
|
short: "h:mm a"
|
|
241
|
-
},
|
|
241
|
+
}, Ga = {
|
|
242
242
|
full: "{{date}} 'at' {{time}}",
|
|
243
243
|
long: "{{date}} 'at' {{time}}",
|
|
244
244
|
medium: "{{date}}, {{time}}",
|
|
245
245
|
short: "{{date}}, {{time}}"
|
|
246
|
-
},
|
|
246
|
+
}, Fa = {
|
|
247
247
|
date: De({
|
|
248
|
-
formats:
|
|
248
|
+
formats: La,
|
|
249
249
|
defaultWidth: "full"
|
|
250
250
|
}),
|
|
251
251
|
time: De({
|
|
252
|
-
formats:
|
|
252
|
+
formats: $a,
|
|
253
253
|
defaultWidth: "full"
|
|
254
254
|
}),
|
|
255
255
|
dateTime: De({
|
|
256
|
-
formats:
|
|
256
|
+
formats: Ga,
|
|
257
257
|
defaultWidth: "full"
|
|
258
258
|
})
|
|
259
|
-
},
|
|
259
|
+
}, za = {
|
|
260
260
|
lastWeek: "'last' eeee 'at' p",
|
|
261
261
|
yesterday: "'yesterday at' p",
|
|
262
262
|
today: "'today at' p",
|
|
263
263
|
tomorrow: "'tomorrow at' p",
|
|
264
264
|
nextWeek: "eeee 'at' p",
|
|
265
265
|
other: "P"
|
|
266
|
-
},
|
|
266
|
+
}, Wa = (e, a, t, n) => za[e];
|
|
267
267
|
function oe(e) {
|
|
268
268
|
return (a, t) => {
|
|
269
269
|
const n = t != null && t.context ? String(t.context) : "standalone";
|
|
@@ -279,15 +279,15 @@ function oe(e) {
|
|
|
279
279
|
return r[s];
|
|
280
280
|
};
|
|
281
281
|
}
|
|
282
|
-
const
|
|
282
|
+
const Ea = {
|
|
283
283
|
narrow: ["B", "A"],
|
|
284
284
|
abbreviated: ["BC", "AD"],
|
|
285
285
|
wide: ["Before Christ", "Anno Domini"]
|
|
286
|
-
},
|
|
286
|
+
}, Ya = {
|
|
287
287
|
narrow: ["1", "2", "3", "4"],
|
|
288
288
|
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
289
289
|
wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
|
|
290
|
-
},
|
|
290
|
+
}, Ba = {
|
|
291
291
|
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
292
292
|
abbreviated: [
|
|
293
293
|
"Jan",
|
|
@@ -317,7 +317,7 @@ const Wa = {
|
|
|
317
317
|
"November",
|
|
318
318
|
"December"
|
|
319
319
|
]
|
|
320
|
-
},
|
|
320
|
+
}, Ha = {
|
|
321
321
|
narrow: ["S", "M", "T", "W", "T", "F", "S"],
|
|
322
322
|
short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
|
323
323
|
abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
@@ -330,7 +330,7 @@ const Wa = {
|
|
|
330
330
|
"Friday",
|
|
331
331
|
"Saturday"
|
|
332
332
|
]
|
|
333
|
-
},
|
|
333
|
+
}, Ua = {
|
|
334
334
|
narrow: {
|
|
335
335
|
am: "a",
|
|
336
336
|
pm: "p",
|
|
@@ -361,7 +361,7 @@ const Wa = {
|
|
|
361
361
|
evening: "evening",
|
|
362
362
|
night: "night"
|
|
363
363
|
}
|
|
364
|
-
},
|
|
364
|
+
}, qa = {
|
|
365
365
|
narrow: {
|
|
366
366
|
am: "a",
|
|
367
367
|
pm: "p",
|
|
@@ -392,7 +392,7 @@ const Wa = {
|
|
|
392
392
|
evening: "in the evening",
|
|
393
393
|
night: "at night"
|
|
394
394
|
}
|
|
395
|
-
},
|
|
395
|
+
}, Va = (e, a) => {
|
|
396
396
|
const t = Number(e), n = t % 100;
|
|
397
397
|
if (n > 20 || n < 10)
|
|
398
398
|
switch (n % 10) {
|
|
@@ -404,29 +404,29 @@ const Wa = {
|
|
|
404
404
|
return t + "rd";
|
|
405
405
|
}
|
|
406
406
|
return t + "th";
|
|
407
|
-
},
|
|
408
|
-
ordinalNumber:
|
|
407
|
+
}, Aa = {
|
|
408
|
+
ordinalNumber: Va,
|
|
409
409
|
era: oe({
|
|
410
|
-
values:
|
|
410
|
+
values: Ea,
|
|
411
411
|
defaultWidth: "wide"
|
|
412
412
|
}),
|
|
413
413
|
quarter: oe({
|
|
414
|
-
values:
|
|
414
|
+
values: Ya,
|
|
415
415
|
defaultWidth: "wide",
|
|
416
416
|
argumentCallback: (e) => e - 1
|
|
417
417
|
}),
|
|
418
418
|
month: oe({
|
|
419
|
-
values:
|
|
419
|
+
values: Ba,
|
|
420
420
|
defaultWidth: "wide"
|
|
421
421
|
}),
|
|
422
422
|
day: oe({
|
|
423
|
-
values:
|
|
423
|
+
values: Ha,
|
|
424
424
|
defaultWidth: "wide"
|
|
425
425
|
}),
|
|
426
426
|
dayPeriod: oe({
|
|
427
|
-
values:
|
|
427
|
+
values: Ua,
|
|
428
428
|
defaultWidth: "wide",
|
|
429
|
-
formattingValues:
|
|
429
|
+
formattingValues: qa,
|
|
430
430
|
defaultFormattingWidth: "wide"
|
|
431
431
|
})
|
|
432
432
|
};
|
|
@@ -435,9 +435,9 @@ function ie(e) {
|
|
|
435
435
|
const n = t.width, r = n && e.matchPatterns[n] || e.matchPatterns[e.defaultMatchWidth], s = a.match(r);
|
|
436
436
|
if (!s)
|
|
437
437
|
return null;
|
|
438
|
-
const o = s[0], l = n && e.parsePatterns[n] || e.parsePatterns[e.defaultParseWidth], m = Array.isArray(l) ?
|
|
438
|
+
const o = s[0], l = n && e.parsePatterns[n] || e.parsePatterns[e.defaultParseWidth], m = Array.isArray(l) ? Xa(l, (y) => y.test(o)) : (
|
|
439
439
|
// [TODO] -- I challenge you to fix the type
|
|
440
|
-
|
|
440
|
+
Qa(l, (y) => y.test(o))
|
|
441
441
|
);
|
|
442
442
|
let i;
|
|
443
443
|
i = e.valueCallback ? e.valueCallback(m) : m, i = t.valueCallback ? (
|
|
@@ -448,17 +448,17 @@ function ie(e) {
|
|
|
448
448
|
return { value: i, rest: c };
|
|
449
449
|
};
|
|
450
450
|
}
|
|
451
|
-
function
|
|
451
|
+
function Qa(e, a) {
|
|
452
452
|
for (const t in e)
|
|
453
453
|
if (Object.prototype.hasOwnProperty.call(e, t) && a(e[t]))
|
|
454
454
|
return t;
|
|
455
455
|
}
|
|
456
|
-
function
|
|
456
|
+
function Xa(e, a) {
|
|
457
457
|
for (let t = 0; t < e.length; t++)
|
|
458
458
|
if (a(e[t]))
|
|
459
459
|
return t;
|
|
460
460
|
}
|
|
461
|
-
function
|
|
461
|
+
function Za(e) {
|
|
462
462
|
return (a, t = {}) => {
|
|
463
463
|
const n = a.match(e.matchPattern);
|
|
464
464
|
if (!n) return null;
|
|
@@ -470,23 +470,23 @@ function Xa(e) {
|
|
|
470
470
|
return { value: o, rest: l };
|
|
471
471
|
};
|
|
472
472
|
}
|
|
473
|
-
const
|
|
473
|
+
const Ja = /^(\d+)(th|st|nd|rd)?/i, Ka = /\d+/i, en = {
|
|
474
474
|
narrow: /^(b|a)/i,
|
|
475
475
|
abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
|
|
476
476
|
wide: /^(before christ|before common era|anno domini|common era)/i
|
|
477
|
-
}, en = {
|
|
478
|
-
any: [/^b/i, /^(a|c)/i]
|
|
479
477
|
}, tn = {
|
|
478
|
+
any: [/^b/i, /^(a|c)/i]
|
|
479
|
+
}, an = {
|
|
480
480
|
narrow: /^[1234]/i,
|
|
481
481
|
abbreviated: /^q[1234]/i,
|
|
482
482
|
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
483
|
-
}, an = {
|
|
484
|
-
any: [/1/i, /2/i, /3/i, /4/i]
|
|
485
483
|
}, nn = {
|
|
484
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
485
|
+
}, rn = {
|
|
486
486
|
narrow: /^[jfmasond]/i,
|
|
487
487
|
abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
|
|
488
488
|
wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
|
|
489
|
-
},
|
|
489
|
+
}, sn = {
|
|
490
490
|
narrow: [
|
|
491
491
|
/^j/i,
|
|
492
492
|
/^f/i,
|
|
@@ -515,18 +515,18 @@ const Za = /^(\d+)(th|st|nd|rd)?/i, Ja = /\d+/i, Ka = {
|
|
|
515
515
|
/^n/i,
|
|
516
516
|
/^d/i
|
|
517
517
|
]
|
|
518
|
-
},
|
|
518
|
+
}, on = {
|
|
519
519
|
narrow: /^[smtwf]/i,
|
|
520
520
|
short: /^(su|mo|tu|we|th|fr|sa)/i,
|
|
521
521
|
abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
|
|
522
522
|
wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
|
|
523
|
-
},
|
|
523
|
+
}, un = {
|
|
524
524
|
narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
|
|
525
525
|
any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
|
|
526
|
-
},
|
|
526
|
+
}, cn = {
|
|
527
527
|
narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
|
|
528
528
|
any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
|
|
529
|
-
},
|
|
529
|
+
}, ln = {
|
|
530
530
|
any: {
|
|
531
531
|
am: /^a/i,
|
|
532
532
|
pm: /^p/i,
|
|
@@ -537,62 +537,62 @@ const Za = /^(\d+)(th|st|nd|rd)?/i, Ja = /\d+/i, Ka = {
|
|
|
537
537
|
evening: /evening/i,
|
|
538
538
|
night: /night/i
|
|
539
539
|
}
|
|
540
|
-
},
|
|
541
|
-
ordinalNumber:
|
|
542
|
-
matchPattern:
|
|
543
|
-
parsePattern:
|
|
540
|
+
}, dn = {
|
|
541
|
+
ordinalNumber: Za({
|
|
542
|
+
matchPattern: Ja,
|
|
543
|
+
parsePattern: Ka,
|
|
544
544
|
valueCallback: (e) => parseInt(e, 10)
|
|
545
545
|
}),
|
|
546
546
|
era: ie({
|
|
547
|
-
matchPatterns:
|
|
547
|
+
matchPatterns: en,
|
|
548
548
|
defaultMatchWidth: "wide",
|
|
549
|
-
parsePatterns:
|
|
549
|
+
parsePatterns: tn,
|
|
550
550
|
defaultParseWidth: "any"
|
|
551
551
|
}),
|
|
552
552
|
quarter: ie({
|
|
553
|
-
matchPatterns:
|
|
553
|
+
matchPatterns: an,
|
|
554
554
|
defaultMatchWidth: "wide",
|
|
555
|
-
parsePatterns:
|
|
555
|
+
parsePatterns: nn,
|
|
556
556
|
defaultParseWidth: "any",
|
|
557
557
|
valueCallback: (e) => e + 1
|
|
558
558
|
}),
|
|
559
559
|
month: ie({
|
|
560
|
-
matchPatterns:
|
|
560
|
+
matchPatterns: rn,
|
|
561
561
|
defaultMatchWidth: "wide",
|
|
562
|
-
parsePatterns:
|
|
562
|
+
parsePatterns: sn,
|
|
563
563
|
defaultParseWidth: "any"
|
|
564
564
|
}),
|
|
565
565
|
day: ie({
|
|
566
|
-
matchPatterns:
|
|
566
|
+
matchPatterns: on,
|
|
567
567
|
defaultMatchWidth: "wide",
|
|
568
|
-
parsePatterns:
|
|
568
|
+
parsePatterns: un,
|
|
569
569
|
defaultParseWidth: "any"
|
|
570
570
|
}),
|
|
571
571
|
dayPeriod: ie({
|
|
572
|
-
matchPatterns:
|
|
572
|
+
matchPatterns: cn,
|
|
573
573
|
defaultMatchWidth: "any",
|
|
574
|
-
parsePatterns:
|
|
574
|
+
parsePatterns: ln,
|
|
575
575
|
defaultParseWidth: "any"
|
|
576
576
|
})
|
|
577
|
-
},
|
|
577
|
+
}, ra = {
|
|
578
578
|
code: "en-US",
|
|
579
|
-
formatDistance:
|
|
580
|
-
formatLong:
|
|
581
|
-
formatRelative:
|
|
582
|
-
localize:
|
|
583
|
-
match:
|
|
579
|
+
formatDistance: Na,
|
|
580
|
+
formatLong: Fa,
|
|
581
|
+
formatRelative: Wa,
|
|
582
|
+
localize: Aa,
|
|
583
|
+
match: dn,
|
|
584
584
|
options: {
|
|
585
585
|
weekStartsOn: 0,
|
|
586
586
|
firstWeekContainsDate: 1
|
|
587
587
|
}
|
|
588
588
|
};
|
|
589
|
-
function
|
|
589
|
+
function mn(e, a) {
|
|
590
590
|
const t = I(e, a == null ? void 0 : a.in);
|
|
591
|
-
return
|
|
591
|
+
return Oa(t, ja(t)) + 1;
|
|
592
592
|
}
|
|
593
|
-
function
|
|
594
|
-
const t = I(e, a == null ? void 0 : a.in), n = +
|
|
595
|
-
return Math.round(n /
|
|
593
|
+
function sa(e, a) {
|
|
594
|
+
const t = I(e, a == null ? void 0 : a.in), n = +K(t) - +Ma(t);
|
|
595
|
+
return Math.round(n / ta) + 1;
|
|
596
596
|
}
|
|
597
597
|
function Ge(e, a) {
|
|
598
598
|
var c, y, p, g;
|
|
@@ -603,16 +603,16 @@ function Ge(e, a) {
|
|
|
603
603
|
const i = U(m, a);
|
|
604
604
|
return +t >= +l ? n + 1 : +t >= +i ? n : n - 1;
|
|
605
605
|
}
|
|
606
|
-
function
|
|
606
|
+
function gn(e, a) {
|
|
607
607
|
var l, m, i, c;
|
|
608
608
|
const t = te(), n = (a == null ? void 0 : a.firstWeekContainsDate) ?? ((m = (l = a == null ? void 0 : a.locale) == null ? void 0 : l.options) == null ? void 0 : m.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((c = (i = t.locale) == null ? void 0 : i.options) == null ? void 0 : c.firstWeekContainsDate) ?? 1, r = Ge(e, a), s = j((a == null ? void 0 : a.in) || e, 0);
|
|
609
609
|
return s.setFullYear(r, 0, n), s.setHours(0, 0, 0, 0), U(s, a);
|
|
610
610
|
}
|
|
611
|
-
function
|
|
612
|
-
const t = I(e, a == null ? void 0 : a.in), n = +U(t, a) - +
|
|
613
|
-
return Math.round(n /
|
|
611
|
+
function oa(e, a) {
|
|
612
|
+
const t = I(e, a == null ? void 0 : a.in), n = +U(t, a) - +gn(t, a);
|
|
613
|
+
return Math.round(n / ta) + 1;
|
|
614
614
|
}
|
|
615
|
-
function
|
|
615
|
+
function P(e, a) {
|
|
616
616
|
const t = e < 0 ? "-" : "", n = Math.abs(e).toString().padStart(a, "0");
|
|
617
617
|
return t + n;
|
|
618
618
|
}
|
|
@@ -620,16 +620,16 @@ const H = {
|
|
|
620
620
|
// Year
|
|
621
621
|
y(e, a) {
|
|
622
622
|
const t = e.getFullYear(), n = t > 0 ? t : 1 - t;
|
|
623
|
-
return
|
|
623
|
+
return P(a === "yy" ? n % 100 : n, a.length);
|
|
624
624
|
},
|
|
625
625
|
// Month
|
|
626
626
|
M(e, a) {
|
|
627
627
|
const t = e.getMonth();
|
|
628
|
-
return a === "M" ? String(t + 1) :
|
|
628
|
+
return a === "M" ? String(t + 1) : P(t + 1, 2);
|
|
629
629
|
},
|
|
630
630
|
// Day of the month
|
|
631
631
|
d(e, a) {
|
|
632
|
-
return
|
|
632
|
+
return P(e.getDate(), a.length);
|
|
633
633
|
},
|
|
634
634
|
// AM or PM
|
|
635
635
|
a(e, a) {
|
|
@@ -649,28 +649,28 @@ const H = {
|
|
|
649
649
|
},
|
|
650
650
|
// Hour [1-12]
|
|
651
651
|
h(e, a) {
|
|
652
|
-
return
|
|
652
|
+
return P(e.getHours() % 12 || 12, a.length);
|
|
653
653
|
},
|
|
654
654
|
// Hour [0-23]
|
|
655
655
|
H(e, a) {
|
|
656
|
-
return
|
|
656
|
+
return P(e.getHours(), a.length);
|
|
657
657
|
},
|
|
658
658
|
// Minute
|
|
659
659
|
m(e, a) {
|
|
660
|
-
return
|
|
660
|
+
return P(e.getMinutes(), a.length);
|
|
661
661
|
},
|
|
662
662
|
// Second
|
|
663
663
|
s(e, a) {
|
|
664
|
-
return
|
|
664
|
+
return P(e.getSeconds(), a.length);
|
|
665
665
|
},
|
|
666
666
|
// Fraction of second
|
|
667
667
|
S(e, a) {
|
|
668
668
|
const t = a.length, n = e.getMilliseconds(), r = Math.trunc(
|
|
669
669
|
n * Math.pow(10, t - 3)
|
|
670
670
|
);
|
|
671
|
-
return
|
|
671
|
+
return P(r, a.length);
|
|
672
672
|
}
|
|
673
|
-
},
|
|
673
|
+
}, X = {
|
|
674
674
|
midnight: "midnight",
|
|
675
675
|
noon: "noon",
|
|
676
676
|
morning: "morning",
|
|
@@ -709,14 +709,14 @@ const H = {
|
|
|
709
709
|
const r = Ge(e, n), s = r > 0 ? r : 1 - r;
|
|
710
710
|
if (a === "YY") {
|
|
711
711
|
const o = s % 100;
|
|
712
|
-
return
|
|
712
|
+
return P(o, 2);
|
|
713
713
|
}
|
|
714
|
-
return a === "Yo" ? t.ordinalNumber(s, { unit: "year" }) :
|
|
714
|
+
return a === "Yo" ? t.ordinalNumber(s, { unit: "year" }) : P(s, a.length);
|
|
715
715
|
},
|
|
716
716
|
// ISO week-numbering year
|
|
717
717
|
R: function(e, a) {
|
|
718
|
-
const t =
|
|
719
|
-
return
|
|
718
|
+
const t = na(e);
|
|
719
|
+
return P(t, a.length);
|
|
720
720
|
},
|
|
721
721
|
// Extended year. This is a single number designating the year of this calendar system.
|
|
722
722
|
// The main difference between `y` and `u` localizers are B.C. years:
|
|
@@ -729,7 +729,7 @@ const H = {
|
|
|
729
729
|
// while `uu` pads single digit years to 2 characters and returns other years unchanged.
|
|
730
730
|
u: function(e, a) {
|
|
731
731
|
const t = e.getFullYear();
|
|
732
|
-
return
|
|
732
|
+
return P(t, a.length);
|
|
733
733
|
},
|
|
734
734
|
// Quarter
|
|
735
735
|
Q: function(e, a, t) {
|
|
@@ -740,7 +740,7 @@ const H = {
|
|
|
740
740
|
return String(n);
|
|
741
741
|
// 01, 02, 03, 04
|
|
742
742
|
case "QQ":
|
|
743
|
-
return
|
|
743
|
+
return P(n, 2);
|
|
744
744
|
// 1st, 2nd, 3rd, 4th
|
|
745
745
|
case "Qo":
|
|
746
746
|
return t.ordinalNumber(n, { unit: "quarter" });
|
|
@@ -774,7 +774,7 @@ const H = {
|
|
|
774
774
|
return String(n);
|
|
775
775
|
// 01, 02, 03, 04
|
|
776
776
|
case "qq":
|
|
777
|
-
return
|
|
777
|
+
return P(n, 2);
|
|
778
778
|
// 1st, 2nd, 3rd, 4th
|
|
779
779
|
case "qo":
|
|
780
780
|
return t.ordinalNumber(n, { unit: "quarter" });
|
|
@@ -836,7 +836,7 @@ const H = {
|
|
|
836
836
|
return String(n + 1);
|
|
837
837
|
// 01, 02, ..., 12
|
|
838
838
|
case "LL":
|
|
839
|
-
return
|
|
839
|
+
return P(n + 1, 2);
|
|
840
840
|
// 1st, 2nd, ..., 12th
|
|
841
841
|
case "Lo":
|
|
842
842
|
return t.ordinalNumber(n + 1, { unit: "month" });
|
|
@@ -860,13 +860,13 @@ const H = {
|
|
|
860
860
|
},
|
|
861
861
|
// Local week of year
|
|
862
862
|
w: function(e, a, t, n) {
|
|
863
|
-
const r =
|
|
864
|
-
return a === "wo" ? t.ordinalNumber(r, { unit: "week" }) :
|
|
863
|
+
const r = oa(e, n);
|
|
864
|
+
return a === "wo" ? t.ordinalNumber(r, { unit: "week" }) : P(r, a.length);
|
|
865
865
|
},
|
|
866
866
|
// ISO week of year
|
|
867
867
|
I: function(e, a, t) {
|
|
868
|
-
const n =
|
|
869
|
-
return a === "Io" ? t.ordinalNumber(n, { unit: "week" }) :
|
|
868
|
+
const n = sa(e);
|
|
869
|
+
return a === "Io" ? t.ordinalNumber(n, { unit: "week" }) : P(n, a.length);
|
|
870
870
|
},
|
|
871
871
|
// Day of the month
|
|
872
872
|
d: function(e, a, t) {
|
|
@@ -874,8 +874,8 @@ const H = {
|
|
|
874
874
|
},
|
|
875
875
|
// Day of year
|
|
876
876
|
D: function(e, a, t) {
|
|
877
|
-
const n =
|
|
878
|
-
return a === "Do" ? t.ordinalNumber(n, { unit: "dayOfYear" }) :
|
|
877
|
+
const n = mn(e);
|
|
878
|
+
return a === "Do" ? t.ordinalNumber(n, { unit: "dayOfYear" }) : P(n, a.length);
|
|
879
879
|
},
|
|
880
880
|
// Day of week
|
|
881
881
|
E: function(e, a, t) {
|
|
@@ -919,7 +919,7 @@ const H = {
|
|
|
919
919
|
return String(s);
|
|
920
920
|
// Padded numerical value
|
|
921
921
|
case "ee":
|
|
922
|
-
return
|
|
922
|
+
return P(s, 2);
|
|
923
923
|
// 1st, 2nd, ..., 7th
|
|
924
924
|
case "eo":
|
|
925
925
|
return t.ordinalNumber(s, { unit: "day" });
|
|
@@ -958,7 +958,7 @@ const H = {
|
|
|
958
958
|
return String(s);
|
|
959
959
|
// Padded numerical value
|
|
960
960
|
case "cc":
|
|
961
|
-
return
|
|
961
|
+
return P(s, a.length);
|
|
962
962
|
// 1st, 2nd, ..., 7th
|
|
963
963
|
case "co":
|
|
964
964
|
return t.ordinalNumber(s, { unit: "day" });
|
|
@@ -997,7 +997,7 @@ const H = {
|
|
|
997
997
|
return String(r);
|
|
998
998
|
// 02
|
|
999
999
|
case "ii":
|
|
1000
|
-
return
|
|
1000
|
+
return P(r, a.length);
|
|
1001
1001
|
// 2nd
|
|
1002
1002
|
case "io":
|
|
1003
1003
|
return t.ordinalNumber(r, { unit: "day" });
|
|
@@ -1060,7 +1060,7 @@ const H = {
|
|
|
1060
1060
|
b: function(e, a, t) {
|
|
1061
1061
|
const n = e.getHours();
|
|
1062
1062
|
let r;
|
|
1063
|
-
switch (n === 12 ? r =
|
|
1063
|
+
switch (n === 12 ? r = X.noon : n === 0 ? r = X.midnight : r = n / 12 >= 1 ? "pm" : "am", a) {
|
|
1064
1064
|
case "b":
|
|
1065
1065
|
case "bb":
|
|
1066
1066
|
return t.dayPeriod(r, {
|
|
@@ -1089,7 +1089,7 @@ const H = {
|
|
|
1089
1089
|
B: function(e, a, t) {
|
|
1090
1090
|
const n = e.getHours();
|
|
1091
1091
|
let r;
|
|
1092
|
-
switch (n >= 17 ? r =
|
|
1092
|
+
switch (n >= 17 ? r = X.evening : n >= 12 ? r = X.afternoon : n >= 4 ? r = X.morning : r = X.night, a) {
|
|
1093
1093
|
case "B":
|
|
1094
1094
|
case "BB":
|
|
1095
1095
|
case "BBB":
|
|
@@ -1125,12 +1125,12 @@ const H = {
|
|
|
1125
1125
|
// Hour [0-11]
|
|
1126
1126
|
K: function(e, a, t) {
|
|
1127
1127
|
const n = e.getHours() % 12;
|
|
1128
|
-
return a === "Ko" ? t.ordinalNumber(n, { unit: "hour" }) :
|
|
1128
|
+
return a === "Ko" ? t.ordinalNumber(n, { unit: "hour" }) : P(n, a.length);
|
|
1129
1129
|
},
|
|
1130
1130
|
// Hour [1-24]
|
|
1131
1131
|
k: function(e, a, t) {
|
|
1132
1132
|
let n = e.getHours();
|
|
1133
|
-
return n === 0 && (n = 24), a === "ko" ? t.ordinalNumber(n, { unit: "hour" }) :
|
|
1133
|
+
return n === 0 && (n = 24), a === "ko" ? t.ordinalNumber(n, { unit: "hour" }) : P(n, a.length);
|
|
1134
1134
|
},
|
|
1135
1135
|
// Minute
|
|
1136
1136
|
m: function(e, a, t) {
|
|
@@ -1158,7 +1158,7 @@ const H = {
|
|
|
1158
1158
|
// so this token always has the same output as `XX`
|
|
1159
1159
|
case "XXXX":
|
|
1160
1160
|
case "XX":
|
|
1161
|
-
return
|
|
1161
|
+
return V(n);
|
|
1162
1162
|
// Hours, minutes and optional seconds with `:` delimiter
|
|
1163
1163
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
1164
1164
|
// so this token always has the same output as `XXX`
|
|
@@ -1166,7 +1166,7 @@ const H = {
|
|
|
1166
1166
|
case "XXX":
|
|
1167
1167
|
// Hours and minutes with `:` delimiter
|
|
1168
1168
|
default:
|
|
1169
|
-
return
|
|
1169
|
+
return V(n, ":");
|
|
1170
1170
|
}
|
|
1171
1171
|
},
|
|
1172
1172
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -1181,7 +1181,7 @@ const H = {
|
|
|
1181
1181
|
// so this token always has the same output as `xx`
|
|
1182
1182
|
case "xxxx":
|
|
1183
1183
|
case "xx":
|
|
1184
|
-
return
|
|
1184
|
+
return V(n);
|
|
1185
1185
|
// Hours, minutes and optional seconds with `:` delimiter
|
|
1186
1186
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
1187
1187
|
// so this token always has the same output as `xxx`
|
|
@@ -1189,7 +1189,7 @@ const H = {
|
|
|
1189
1189
|
case "xxx":
|
|
1190
1190
|
// Hours and minutes with `:` delimiter
|
|
1191
1191
|
default:
|
|
1192
|
-
return
|
|
1192
|
+
return V(n, ":");
|
|
1193
1193
|
}
|
|
1194
1194
|
},
|
|
1195
1195
|
// Timezone (GMT)
|
|
@@ -1204,7 +1204,7 @@ const H = {
|
|
|
1204
1204
|
// Long
|
|
1205
1205
|
case "OOOO":
|
|
1206
1206
|
default:
|
|
1207
|
-
return "GMT" +
|
|
1207
|
+
return "GMT" + V(n, ":");
|
|
1208
1208
|
}
|
|
1209
1209
|
},
|
|
1210
1210
|
// Timezone (specific non-location)
|
|
@@ -1219,28 +1219,28 @@ const H = {
|
|
|
1219
1219
|
// Long
|
|
1220
1220
|
case "zzzz":
|
|
1221
1221
|
default:
|
|
1222
|
-
return "GMT" +
|
|
1222
|
+
return "GMT" + V(n, ":");
|
|
1223
1223
|
}
|
|
1224
1224
|
},
|
|
1225
1225
|
// Seconds timestamp
|
|
1226
1226
|
t: function(e, a, t) {
|
|
1227
1227
|
const n = Math.trunc(+e / 1e3);
|
|
1228
|
-
return
|
|
1228
|
+
return P(n, a.length);
|
|
1229
1229
|
},
|
|
1230
1230
|
// Milliseconds timestamp
|
|
1231
1231
|
T: function(e, a, t) {
|
|
1232
|
-
return
|
|
1232
|
+
return P(+e, a.length);
|
|
1233
1233
|
}
|
|
1234
1234
|
};
|
|
1235
1235
|
function St(e, a = "") {
|
|
1236
1236
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = Math.trunc(n / 60), s = n % 60;
|
|
1237
|
-
return s === 0 ? t + String(r) : t + String(r) + a +
|
|
1237
|
+
return s === 0 ? t + String(r) : t + String(r) + a + P(s, 2);
|
|
1238
1238
|
}
|
|
1239
1239
|
function It(e, a) {
|
|
1240
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") +
|
|
1240
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + P(Math.abs(e) / 60, 2) : V(e, a);
|
|
1241
1241
|
}
|
|
1242
|
-
function
|
|
1243
|
-
const t = e > 0 ? "-" : "+", n = Math.abs(e), r =
|
|
1242
|
+
function V(e, a = "") {
|
|
1243
|
+
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = P(Math.trunc(n / 60), 2), s = P(n % 60, 2);
|
|
1244
1244
|
return t + r + a + s;
|
|
1245
1245
|
}
|
|
1246
1246
|
const jt = (e, a) => {
|
|
@@ -1255,7 +1255,7 @@ const jt = (e, a) => {
|
|
|
1255
1255
|
default:
|
|
1256
1256
|
return a.date({ width: "full" });
|
|
1257
1257
|
}
|
|
1258
|
-
},
|
|
1258
|
+
}, ia = (e, a) => {
|
|
1259
1259
|
switch (e) {
|
|
1260
1260
|
case "p":
|
|
1261
1261
|
return a.time({ width: "short" });
|
|
@@ -1267,7 +1267,7 @@ const jt = (e, a) => {
|
|
|
1267
1267
|
default:
|
|
1268
1268
|
return a.time({ width: "full" });
|
|
1269
1269
|
}
|
|
1270
|
-
},
|
|
1270
|
+
}, fn = (e, a) => {
|
|
1271
1271
|
const t = e.match(/(P+)(p+)?/) || [], n = t[1], r = t[2];
|
|
1272
1272
|
if (!r)
|
|
1273
1273
|
return jt(e, a);
|
|
@@ -1287,47 +1287,47 @@ const jt = (e, a) => {
|
|
|
1287
1287
|
s = a.dateTime({ width: "full" });
|
|
1288
1288
|
break;
|
|
1289
1289
|
}
|
|
1290
|
-
return s.replace("{{date}}", jt(n, a)).replace("{{time}}",
|
|
1290
|
+
return s.replace("{{date}}", jt(n, a)).replace("{{time}}", ia(r, a));
|
|
1291
1291
|
}, Ne = {
|
|
1292
|
-
p:
|
|
1293
|
-
P:
|
|
1294
|
-
},
|
|
1295
|
-
function ia(e) {
|
|
1296
|
-
return fn.test(e);
|
|
1297
|
-
}
|
|
1292
|
+
p: ia,
|
|
1293
|
+
P: fn
|
|
1294
|
+
}, pn = /^D+$/, yn = /^Y+$/, bn = ["D", "DD", "YY", "YYYY"];
|
|
1298
1295
|
function ua(e) {
|
|
1299
1296
|
return pn.test(e);
|
|
1300
1297
|
}
|
|
1298
|
+
function ca(e) {
|
|
1299
|
+
return yn.test(e);
|
|
1300
|
+
}
|
|
1301
1301
|
function Le(e, a, t) {
|
|
1302
|
-
const n =
|
|
1303
|
-
if (console.warn(n),
|
|
1302
|
+
const n = hn(e, a, t);
|
|
1303
|
+
if (console.warn(n), bn.includes(e)) throw new RangeError(n);
|
|
1304
1304
|
}
|
|
1305
|
-
function
|
|
1305
|
+
function hn(e, a, t) {
|
|
1306
1306
|
const n = e[0] === "Y" ? "years" : "days of the month";
|
|
1307
1307
|
return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${a}\`) for formatting ${n} to the input \`${t}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
|
|
1308
1308
|
}
|
|
1309
|
-
const
|
|
1309
|
+
const _n = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Tn = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, vn = /^'([^]*?)'?$/, wn = /''/g, Pn = /[a-zA-Z]/;
|
|
1310
1310
|
function Rn(e, a, t) {
|
|
1311
1311
|
var c, y, p, g, T, _, k, C;
|
|
1312
|
-
const n = te(), r = (t == null ? void 0 : t.locale) ?? n.locale ??
|
|
1313
|
-
if (!
|
|
1312
|
+
const n = te(), r = (t == null ? void 0 : t.locale) ?? n.locale ?? ra, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((y = (c = t == null ? void 0 : t.locale) == null ? void 0 : c.options) == null ? void 0 : y.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((g = (p = n.locale) == null ? void 0 : p.options) == null ? void 0 : g.firstWeekContainsDate) ?? 1, o = (t == null ? void 0 : t.weekStartsOn) ?? ((_ = (T = t == null ? void 0 : t.locale) == null ? void 0 : T.options) == null ? void 0 : _.weekStartsOn) ?? n.weekStartsOn ?? ((C = (k = n.locale) == null ? void 0 : k.options) == null ? void 0 : C.weekStartsOn) ?? 0, l = I(e, t == null ? void 0 : t.in);
|
|
1313
|
+
if (!Ia(l))
|
|
1314
1314
|
throw new RangeError("Invalid time value");
|
|
1315
|
-
let m = a.match(
|
|
1315
|
+
let m = a.match(Tn).map((D) => {
|
|
1316
1316
|
const h = D[0];
|
|
1317
1317
|
if (h === "p" || h === "P") {
|
|
1318
1318
|
const b = Ne[h];
|
|
1319
1319
|
return b(D, r.formatLong);
|
|
1320
1320
|
}
|
|
1321
1321
|
return D;
|
|
1322
|
-
}).join("").match(
|
|
1322
|
+
}).join("").match(_n).map((D) => {
|
|
1323
1323
|
if (D === "''")
|
|
1324
1324
|
return { isToken: !1, value: "'" };
|
|
1325
1325
|
const h = D[0];
|
|
1326
1326
|
if (h === "'")
|
|
1327
|
-
return { isToken: !1, value:
|
|
1327
|
+
return { isToken: !1, value: Dn(D) };
|
|
1328
1328
|
if (Mt[h])
|
|
1329
1329
|
return { isToken: !0, value: D };
|
|
1330
|
-
if (h.match(
|
|
1330
|
+
if (h.match(Pn))
|
|
1331
1331
|
throw new RangeError(
|
|
1332
1332
|
"Format string contains an unescaped latin alphabet character `" + h + "`"
|
|
1333
1333
|
);
|
|
@@ -1342,24 +1342,24 @@ function Rn(e, a, t) {
|
|
|
1342
1342
|
return m.map((D) => {
|
|
1343
1343
|
if (!D.isToken) return D.value;
|
|
1344
1344
|
const h = D.value;
|
|
1345
|
-
(!(t != null && t.useAdditionalWeekYearTokens) &&
|
|
1345
|
+
(!(t != null && t.useAdditionalWeekYearTokens) && ca(h) || !(t != null && t.useAdditionalDayOfYearTokens) && ua(h)) && Le(h, a, String(e));
|
|
1346
1346
|
const b = Mt[h[0]];
|
|
1347
1347
|
return b(l, h, r.localize, i);
|
|
1348
1348
|
}).join("");
|
|
1349
1349
|
}
|
|
1350
|
-
function
|
|
1351
|
-
const a = e.match(
|
|
1352
|
-
return a ? a[1].replace(
|
|
1350
|
+
function Dn(e) {
|
|
1351
|
+
const a = e.match(vn);
|
|
1352
|
+
return a ? a[1].replace(wn, "'") : e;
|
|
1353
1353
|
}
|
|
1354
|
-
function
|
|
1354
|
+
function la() {
|
|
1355
1355
|
return Object.assign({}, te());
|
|
1356
1356
|
}
|
|
1357
|
-
function
|
|
1357
|
+
function kn(e, a) {
|
|
1358
1358
|
const t = I(e, a == null ? void 0 : a.in).getDay();
|
|
1359
1359
|
return t === 0 ? 7 : t;
|
|
1360
1360
|
}
|
|
1361
|
-
function
|
|
1362
|
-
const t =
|
|
1361
|
+
function xn(e, a) {
|
|
1362
|
+
const t = On(a) ? new a(0) : j(a, 0);
|
|
1363
1363
|
return t.setFullYear(e.getFullYear(), e.getMonth(), e.getDate()), t.setHours(
|
|
1364
1364
|
e.getHours(),
|
|
1365
1365
|
e.getMinutes(),
|
|
@@ -1367,12 +1367,12 @@ function kn(e, a) {
|
|
|
1367
1367
|
e.getMilliseconds()
|
|
1368
1368
|
), t;
|
|
1369
1369
|
}
|
|
1370
|
-
function
|
|
1370
|
+
function On(e) {
|
|
1371
1371
|
var a;
|
|
1372
1372
|
return typeof e == "function" && ((a = e.prototype) == null ? void 0 : a.constructor) === e;
|
|
1373
1373
|
}
|
|
1374
|
-
const
|
|
1375
|
-
class
|
|
1374
|
+
const Mn = 10;
|
|
1375
|
+
class da {
|
|
1376
1376
|
constructor() {
|
|
1377
1377
|
f(this, "subPriority", 0);
|
|
1378
1378
|
}
|
|
@@ -1380,7 +1380,7 @@ class la {
|
|
|
1380
1380
|
return !0;
|
|
1381
1381
|
}
|
|
1382
1382
|
}
|
|
1383
|
-
class
|
|
1383
|
+
class Sn extends da {
|
|
1384
1384
|
constructor(a, t, n, r, s) {
|
|
1385
1385
|
super(), this.value = a, this.validateValue = t, this.setValue = n, this.priority = r, s && (this.subPriority = s);
|
|
1386
1386
|
}
|
|
@@ -1391,22 +1391,22 @@ class Mn extends la {
|
|
|
1391
1391
|
return this.setValue(a, t, this.value, n);
|
|
1392
1392
|
}
|
|
1393
1393
|
}
|
|
1394
|
-
class
|
|
1394
|
+
class In extends da {
|
|
1395
1395
|
constructor(t, n) {
|
|
1396
1396
|
super();
|
|
1397
|
-
f(this, "priority",
|
|
1397
|
+
f(this, "priority", Mn);
|
|
1398
1398
|
f(this, "subPriority", -1);
|
|
1399
1399
|
this.context = t || ((r) => j(n, r));
|
|
1400
1400
|
}
|
|
1401
1401
|
set(t, n) {
|
|
1402
|
-
return n.timestampIsSet ? t : j(t,
|
|
1402
|
+
return n.timestampIsSet ? t : j(t, xn(t, this.context));
|
|
1403
1403
|
}
|
|
1404
1404
|
}
|
|
1405
1405
|
class w {
|
|
1406
1406
|
run(a, t, n, r) {
|
|
1407
1407
|
const s = this.parse(a, t, n, r);
|
|
1408
1408
|
return s ? {
|
|
1409
|
-
setter: new
|
|
1409
|
+
setter: new Sn(
|
|
1410
1410
|
s.value,
|
|
1411
1411
|
this.validate,
|
|
1412
1412
|
this.set,
|
|
@@ -1420,7 +1420,7 @@ class w {
|
|
|
1420
1420
|
return !0;
|
|
1421
1421
|
}
|
|
1422
1422
|
}
|
|
1423
|
-
class
|
|
1423
|
+
class jn extends w {
|
|
1424
1424
|
constructor() {
|
|
1425
1425
|
super(...arguments);
|
|
1426
1426
|
f(this, "priority", 140);
|
|
@@ -1515,11 +1515,11 @@ function z(e, a) {
|
|
|
1515
1515
|
};
|
|
1516
1516
|
const n = t[1] === "+" ? 1 : -1, r = t[2] ? parseInt(t[2], 10) : 0, s = t[3] ? parseInt(t[3], 10) : 0, o = t[5] ? parseInt(t[5], 10) : 0;
|
|
1517
1517
|
return {
|
|
1518
|
-
value: n * (r * Ra + s *
|
|
1518
|
+
value: n * (r * Ra + s * Pa + o * Da),
|
|
1519
1519
|
rest: a.slice(t[0].length)
|
|
1520
1520
|
};
|
|
1521
1521
|
}
|
|
1522
|
-
function
|
|
1522
|
+
function ma(e) {
|
|
1523
1523
|
return x(M.anyDigitsSigned, e);
|
|
1524
1524
|
}
|
|
1525
1525
|
function O(e, a) {
|
|
@@ -1567,7 +1567,7 @@ function Fe(e) {
|
|
|
1567
1567
|
return 0;
|
|
1568
1568
|
}
|
|
1569
1569
|
}
|
|
1570
|
-
function
|
|
1570
|
+
function ga(e, a) {
|
|
1571
1571
|
const t = a > 0, n = t ? a : 1 - a;
|
|
1572
1572
|
let r;
|
|
1573
1573
|
if (n <= 50)
|
|
@@ -1578,10 +1578,10 @@ function ma(e, a) {
|
|
|
1578
1578
|
}
|
|
1579
1579
|
return t ? r : 1 - r;
|
|
1580
1580
|
}
|
|
1581
|
-
function
|
|
1581
|
+
function fa(e) {
|
|
1582
1582
|
return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
|
|
1583
1583
|
}
|
|
1584
|
-
class
|
|
1584
|
+
class Cn extends w {
|
|
1585
1585
|
constructor() {
|
|
1586
1586
|
super(...arguments);
|
|
1587
1587
|
f(this, "priority", 130);
|
|
@@ -1612,7 +1612,7 @@ class jn extends w {
|
|
|
1612
1612
|
set(t, n, r) {
|
|
1613
1613
|
const s = t.getFullYear();
|
|
1614
1614
|
if (r.isTwoDigitYear) {
|
|
1615
|
-
const l =
|
|
1615
|
+
const l = ga(
|
|
1616
1616
|
r.year,
|
|
1617
1617
|
s
|
|
1618
1618
|
);
|
|
@@ -1622,7 +1622,7 @@ class jn extends w {
|
|
|
1622
1622
|
return t.setFullYear(o, 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
1623
1623
|
}
|
|
1624
1624
|
}
|
|
1625
|
-
class
|
|
1625
|
+
class Nn extends w {
|
|
1626
1626
|
constructor() {
|
|
1627
1627
|
super(...arguments);
|
|
1628
1628
|
f(this, "priority", 130);
|
|
@@ -1667,7 +1667,7 @@ class Cn extends w {
|
|
|
1667
1667
|
set(t, n, r, s) {
|
|
1668
1668
|
const o = Ge(t, s);
|
|
1669
1669
|
if (r.isTwoDigitYear) {
|
|
1670
|
-
const m =
|
|
1670
|
+
const m = ga(
|
|
1671
1671
|
r.year,
|
|
1672
1672
|
o
|
|
1673
1673
|
);
|
|
@@ -1681,7 +1681,7 @@ class Cn extends w {
|
|
|
1681
1681
|
return t.setFullYear(l, 0, s.firstWeekContainsDate), t.setHours(0, 0, 0, 0), U(t, s);
|
|
1682
1682
|
}
|
|
1683
1683
|
}
|
|
1684
|
-
class
|
|
1684
|
+
class Ln extends w {
|
|
1685
1685
|
constructor() {
|
|
1686
1686
|
super(...arguments);
|
|
1687
1687
|
f(this, "priority", 130);
|
|
@@ -1708,10 +1708,10 @@ class Nn extends w {
|
|
|
1708
1708
|
}
|
|
1709
1709
|
set(t, n, r) {
|
|
1710
1710
|
const s = j(t, 0);
|
|
1711
|
-
return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0),
|
|
1711
|
+
return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0), K(s);
|
|
1712
1712
|
}
|
|
1713
1713
|
}
|
|
1714
|
-
class
|
|
1714
|
+
class $n extends w {
|
|
1715
1715
|
constructor() {
|
|
1716
1716
|
super(...arguments);
|
|
1717
1717
|
f(this, "priority", 130);
|
|
@@ -1724,7 +1724,7 @@ class Ln extends w {
|
|
|
1724
1724
|
return t.setFullYear(r, 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
1725
1725
|
}
|
|
1726
1726
|
}
|
|
1727
|
-
class
|
|
1727
|
+
class Gn extends w {
|
|
1728
1728
|
constructor() {
|
|
1729
1729
|
super(...arguments);
|
|
1730
1730
|
f(this, "priority", 120);
|
|
@@ -1791,7 +1791,7 @@ class $n extends w {
|
|
|
1791
1791
|
return t.setMonth((r - 1) * 3, 1), t.setHours(0, 0, 0, 0), t;
|
|
1792
1792
|
}
|
|
1793
1793
|
}
|
|
1794
|
-
class
|
|
1794
|
+
class Fn extends w {
|
|
1795
1795
|
constructor() {
|
|
1796
1796
|
super(...arguments);
|
|
1797
1797
|
f(this, "priority", 120);
|
|
@@ -1858,7 +1858,7 @@ class Gn extends w {
|
|
|
1858
1858
|
return t.setMonth((r - 1) * 3, 1), t.setHours(0, 0, 0, 0), t;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
|
1861
|
-
class
|
|
1861
|
+
class zn extends w {
|
|
1862
1862
|
constructor() {
|
|
1863
1863
|
super(...arguments);
|
|
1864
1864
|
f(this, "incompatibleTokens", [
|
|
@@ -1926,7 +1926,7 @@ class Fn extends w {
|
|
|
1926
1926
|
return t.setMonth(r, 1), t.setHours(0, 0, 0, 0), t;
|
|
1927
1927
|
}
|
|
1928
1928
|
}
|
|
1929
|
-
class
|
|
1929
|
+
class Wn extends w {
|
|
1930
1930
|
constructor() {
|
|
1931
1931
|
super(...arguments);
|
|
1932
1932
|
f(this, "priority", 110);
|
|
@@ -1994,11 +1994,11 @@ class zn extends w {
|
|
|
1994
1994
|
return t.setMonth(r, 1), t.setHours(0, 0, 0, 0), t;
|
|
1995
1995
|
}
|
|
1996
1996
|
}
|
|
1997
|
-
function
|
|
1998
|
-
const n = I(e, t == null ? void 0 : t.in), r =
|
|
1997
|
+
function En(e, a, t) {
|
|
1998
|
+
const n = I(e, t == null ? void 0 : t.in), r = oa(n, t) - a;
|
|
1999
1999
|
return n.setDate(n.getDate() - r * 7), I(n, t == null ? void 0 : t.in);
|
|
2000
2000
|
}
|
|
2001
|
-
class
|
|
2001
|
+
class Yn extends w {
|
|
2002
2002
|
constructor() {
|
|
2003
2003
|
super(...arguments);
|
|
2004
2004
|
f(this, "priority", 100);
|
|
@@ -2032,14 +2032,14 @@ class En extends w {
|
|
|
2032
2032
|
return n >= 1 && n <= 53;
|
|
2033
2033
|
}
|
|
2034
2034
|
set(t, n, r, s) {
|
|
2035
|
-
return U(
|
|
2035
|
+
return U(En(t, r, s), s);
|
|
2036
2036
|
}
|
|
2037
2037
|
}
|
|
2038
|
-
function
|
|
2039
|
-
const n = I(e, t == null ? void 0 : t.in), r =
|
|
2038
|
+
function Bn(e, a, t) {
|
|
2039
|
+
const n = I(e, t == null ? void 0 : t.in), r = sa(n, t) - a;
|
|
2040
2040
|
return n.setDate(n.getDate() - r * 7), n;
|
|
2041
2041
|
}
|
|
2042
|
-
class
|
|
2042
|
+
class Hn extends w {
|
|
2043
2043
|
constructor() {
|
|
2044
2044
|
super(...arguments);
|
|
2045
2045
|
f(this, "priority", 100);
|
|
@@ -2074,10 +2074,10 @@ class Bn extends w {
|
|
|
2074
2074
|
return n >= 1 && n <= 53;
|
|
2075
2075
|
}
|
|
2076
2076
|
set(t, n, r) {
|
|
2077
|
-
return
|
|
2077
|
+
return K(Bn(t, r));
|
|
2078
2078
|
}
|
|
2079
2079
|
}
|
|
2080
|
-
const
|
|
2080
|
+
const Un = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], qn = [
|
|
2081
2081
|
31,
|
|
2082
2082
|
29,
|
|
2083
2083
|
31,
|
|
@@ -2091,7 +2091,7 @@ const Hn = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Un = [
|
|
|
2091
2091
|
30,
|
|
2092
2092
|
31
|
|
2093
2093
|
];
|
|
2094
|
-
class
|
|
2094
|
+
class Vn extends w {
|
|
2095
2095
|
constructor() {
|
|
2096
2096
|
super(...arguments);
|
|
2097
2097
|
f(this, "priority", 90);
|
|
@@ -2122,14 +2122,14 @@ class qn extends w {
|
|
|
2122
2122
|
}
|
|
2123
2123
|
}
|
|
2124
2124
|
validate(t, n) {
|
|
2125
|
-
const r = t.getFullYear(), s =
|
|
2126
|
-
return s ? n >= 1 && n <=
|
|
2125
|
+
const r = t.getFullYear(), s = fa(r), o = t.getMonth();
|
|
2126
|
+
return s ? n >= 1 && n <= qn[o] : n >= 1 && n <= Un[o];
|
|
2127
2127
|
}
|
|
2128
2128
|
set(t, n, r) {
|
|
2129
2129
|
return t.setDate(r), t.setHours(0, 0, 0, 0), t;
|
|
2130
2130
|
}
|
|
2131
2131
|
}
|
|
2132
|
-
class
|
|
2132
|
+
class An extends w {
|
|
2133
2133
|
constructor() {
|
|
2134
2134
|
super(...arguments);
|
|
2135
2135
|
f(this, "priority", 90);
|
|
@@ -2165,7 +2165,7 @@ class Vn extends w {
|
|
|
2165
2165
|
}
|
|
2166
2166
|
validate(t, n) {
|
|
2167
2167
|
const r = t.getFullYear();
|
|
2168
|
-
return
|
|
2168
|
+
return fa(r) ? n >= 1 && n <= 366 : n >= 1 && n <= 365;
|
|
2169
2169
|
}
|
|
2170
2170
|
set(t, n, r) {
|
|
2171
2171
|
return t.setMonth(0, r), t.setHours(0, 0, 0, 0), t;
|
|
@@ -2174,9 +2174,9 @@ class Vn extends w {
|
|
|
2174
2174
|
function ze(e, a, t) {
|
|
2175
2175
|
var y, p, g, T;
|
|
2176
2176
|
const n = te(), r = (t == null ? void 0 : t.weekStartsOn) ?? ((p = (y = t == null ? void 0 : t.locale) == null ? void 0 : y.options) == null ? void 0 : p.weekStartsOn) ?? n.weekStartsOn ?? ((T = (g = n.locale) == null ? void 0 : g.options) == null ? void 0 : T.weekStartsOn) ?? 0, s = I(e, t == null ? void 0 : t.in), o = s.getDay(), m = (a % 7 + 7) % 7, i = 7 - r, c = a < 0 || a > 6 ? a - (o + i) % 7 : (m + i) % 7 - (o + i) % 7;
|
|
2177
|
-
return
|
|
2177
|
+
return aa(s, c, t);
|
|
2178
2178
|
}
|
|
2179
|
-
class
|
|
2179
|
+
class Qn extends w {
|
|
2180
2180
|
constructor() {
|
|
2181
2181
|
super(...arguments);
|
|
2182
2182
|
f(this, "priority", 90);
|
|
@@ -2217,7 +2217,7 @@ class An extends w {
|
|
|
2217
2217
|
return t = ze(t, r, s), t.setHours(0, 0, 0, 0), t;
|
|
2218
2218
|
}
|
|
2219
2219
|
}
|
|
2220
|
-
class
|
|
2220
|
+
class Xn extends w {
|
|
2221
2221
|
constructor() {
|
|
2222
2222
|
super(...arguments);
|
|
2223
2223
|
f(this, "priority", 90);
|
|
@@ -2288,7 +2288,7 @@ class Qn extends w {
|
|
|
2288
2288
|
return t = ze(t, r, s), t.setHours(0, 0, 0, 0), t;
|
|
2289
2289
|
}
|
|
2290
2290
|
}
|
|
2291
|
-
class
|
|
2291
|
+
class Zn extends w {
|
|
2292
2292
|
constructor() {
|
|
2293
2293
|
super(...arguments);
|
|
2294
2294
|
f(this, "priority", 90);
|
|
@@ -2359,11 +2359,11 @@ class Xn extends w {
|
|
|
2359
2359
|
return t = ze(t, r, s), t.setHours(0, 0, 0, 0), t;
|
|
2360
2360
|
}
|
|
2361
2361
|
}
|
|
2362
|
-
function
|
|
2363
|
-
const n = I(e, t == null ? void 0 : t.in), r =
|
|
2364
|
-
return
|
|
2362
|
+
function Jn(e, a, t) {
|
|
2363
|
+
const n = I(e, t == null ? void 0 : t.in), r = kn(n, t), s = a - r;
|
|
2364
|
+
return aa(n, s, t);
|
|
2365
2365
|
}
|
|
2366
|
-
class
|
|
2366
|
+
class Kn extends w {
|
|
2367
2367
|
constructor() {
|
|
2368
2368
|
super(...arguments);
|
|
2369
2369
|
f(this, "priority", 90);
|
|
@@ -2456,10 +2456,10 @@ class Jn extends w {
|
|
|
2456
2456
|
return n >= 1 && n <= 7;
|
|
2457
2457
|
}
|
|
2458
2458
|
set(t, n, r) {
|
|
2459
|
-
return t =
|
|
2459
|
+
return t = Jn(t, r), t.setHours(0, 0, 0, 0), t;
|
|
2460
2460
|
}
|
|
2461
2461
|
}
|
|
2462
|
-
class
|
|
2462
|
+
class er extends w {
|
|
2463
2463
|
constructor() {
|
|
2464
2464
|
super(...arguments);
|
|
2465
2465
|
f(this, "priority", 80);
|
|
@@ -2500,7 +2500,7 @@ class Kn extends w {
|
|
|
2500
2500
|
return t.setHours(Fe(r), 0, 0, 0), t;
|
|
2501
2501
|
}
|
|
2502
2502
|
}
|
|
2503
|
-
class
|
|
2503
|
+
class tr extends w {
|
|
2504
2504
|
constructor() {
|
|
2505
2505
|
super(...arguments);
|
|
2506
2506
|
f(this, "priority", 80);
|
|
@@ -2541,7 +2541,7 @@ class er extends w {
|
|
|
2541
2541
|
return t.setHours(Fe(r), 0, 0, 0), t;
|
|
2542
2542
|
}
|
|
2543
2543
|
}
|
|
2544
|
-
class
|
|
2544
|
+
class ar extends w {
|
|
2545
2545
|
constructor() {
|
|
2546
2546
|
super(...arguments);
|
|
2547
2547
|
f(this, "priority", 80);
|
|
@@ -2582,7 +2582,7 @@ class tr extends w {
|
|
|
2582
2582
|
return t.setHours(Fe(r), 0, 0, 0), t;
|
|
2583
2583
|
}
|
|
2584
2584
|
}
|
|
2585
|
-
class
|
|
2585
|
+
class nr extends w {
|
|
2586
2586
|
constructor() {
|
|
2587
2587
|
super(...arguments);
|
|
2588
2588
|
f(this, "priority", 70);
|
|
@@ -2606,7 +2606,7 @@ class ar extends w {
|
|
|
2606
2606
|
return s && r < 12 ? t.setHours(r + 12, 0, 0, 0) : !s && r === 12 ? t.setHours(0, 0, 0, 0) : t.setHours(r, 0, 0, 0), t;
|
|
2607
2607
|
}
|
|
2608
2608
|
}
|
|
2609
|
-
class
|
|
2609
|
+
class rr extends w {
|
|
2610
2610
|
constructor() {
|
|
2611
2611
|
super(...arguments);
|
|
2612
2612
|
f(this, "priority", 70);
|
|
@@ -2629,7 +2629,7 @@ class nr extends w {
|
|
|
2629
2629
|
return t.setHours(r, 0, 0, 0), t;
|
|
2630
2630
|
}
|
|
2631
2631
|
}
|
|
2632
|
-
class
|
|
2632
|
+
class sr extends w {
|
|
2633
2633
|
constructor() {
|
|
2634
2634
|
super(...arguments);
|
|
2635
2635
|
f(this, "priority", 70);
|
|
@@ -2652,7 +2652,7 @@ class rr extends w {
|
|
|
2652
2652
|
return t.getHours() >= 12 && r < 12 ? t.setHours(r + 12, 0, 0, 0) : t.setHours(r, 0, 0, 0), t;
|
|
2653
2653
|
}
|
|
2654
2654
|
}
|
|
2655
|
-
class
|
|
2655
|
+
class or extends w {
|
|
2656
2656
|
constructor() {
|
|
2657
2657
|
super(...arguments);
|
|
2658
2658
|
f(this, "priority", 70);
|
|
@@ -2676,7 +2676,7 @@ class sr extends w {
|
|
|
2676
2676
|
return t.setHours(s, 0, 0, 0), t;
|
|
2677
2677
|
}
|
|
2678
2678
|
}
|
|
2679
|
-
class
|
|
2679
|
+
class ir extends w {
|
|
2680
2680
|
constructor() {
|
|
2681
2681
|
super(...arguments);
|
|
2682
2682
|
f(this, "priority", 60);
|
|
@@ -2699,7 +2699,7 @@ class or extends w {
|
|
|
2699
2699
|
return t.setMinutes(r, 0, 0), t;
|
|
2700
2700
|
}
|
|
2701
2701
|
}
|
|
2702
|
-
class
|
|
2702
|
+
class ur extends w {
|
|
2703
2703
|
constructor() {
|
|
2704
2704
|
super(...arguments);
|
|
2705
2705
|
f(this, "priority", 50);
|
|
@@ -2722,7 +2722,7 @@ class ir extends w {
|
|
|
2722
2722
|
return t.setSeconds(r, 0), t;
|
|
2723
2723
|
}
|
|
2724
2724
|
}
|
|
2725
|
-
class
|
|
2725
|
+
class cr extends w {
|
|
2726
2726
|
constructor() {
|
|
2727
2727
|
super(...arguments);
|
|
2728
2728
|
f(this, "priority", 30);
|
|
@@ -2736,7 +2736,7 @@ class ur extends w {
|
|
|
2736
2736
|
return t.setMilliseconds(r), t;
|
|
2737
2737
|
}
|
|
2738
2738
|
}
|
|
2739
|
-
class
|
|
2739
|
+
class lr extends w {
|
|
2740
2740
|
constructor() {
|
|
2741
2741
|
super(...arguments);
|
|
2742
2742
|
f(this, "priority", 10);
|
|
@@ -2773,7 +2773,7 @@ class cr extends w {
|
|
|
2773
2773
|
);
|
|
2774
2774
|
}
|
|
2775
2775
|
}
|
|
2776
|
-
class
|
|
2776
|
+
class dr extends w {
|
|
2777
2777
|
constructor() {
|
|
2778
2778
|
super(...arguments);
|
|
2779
2779
|
f(this, "priority", 10);
|
|
@@ -2810,82 +2810,82 @@ class lr extends w {
|
|
|
2810
2810
|
);
|
|
2811
2811
|
}
|
|
2812
2812
|
}
|
|
2813
|
-
class
|
|
2813
|
+
class mr extends w {
|
|
2814
2814
|
constructor() {
|
|
2815
2815
|
super(...arguments);
|
|
2816
2816
|
f(this, "priority", 40);
|
|
2817
2817
|
f(this, "incompatibleTokens", "*");
|
|
2818
2818
|
}
|
|
2819
2819
|
parse(t) {
|
|
2820
|
-
return
|
|
2820
|
+
return ma(t);
|
|
2821
2821
|
}
|
|
2822
2822
|
set(t, n, r) {
|
|
2823
2823
|
return [j(t, r * 1e3), { timestampIsSet: !0 }];
|
|
2824
2824
|
}
|
|
2825
2825
|
}
|
|
2826
|
-
class
|
|
2826
|
+
class gr extends w {
|
|
2827
2827
|
constructor() {
|
|
2828
2828
|
super(...arguments);
|
|
2829
2829
|
f(this, "priority", 20);
|
|
2830
2830
|
f(this, "incompatibleTokens", "*");
|
|
2831
2831
|
}
|
|
2832
2832
|
parse(t) {
|
|
2833
|
-
return
|
|
2833
|
+
return ma(t);
|
|
2834
2834
|
}
|
|
2835
2835
|
set(t, n, r) {
|
|
2836
2836
|
return [j(t, r), { timestampIsSet: !0 }];
|
|
2837
2837
|
}
|
|
2838
2838
|
}
|
|
2839
|
-
const
|
|
2840
|
-
G: new
|
|
2841
|
-
y: new
|
|
2842
|
-
Y: new
|
|
2843
|
-
R: new
|
|
2844
|
-
u: new
|
|
2845
|
-
Q: new
|
|
2846
|
-
q: new
|
|
2847
|
-
M: new
|
|
2848
|
-
L: new
|
|
2849
|
-
w: new
|
|
2850
|
-
I: new
|
|
2851
|
-
d: new
|
|
2852
|
-
D: new
|
|
2853
|
-
E: new
|
|
2854
|
-
e: new
|
|
2855
|
-
c: new
|
|
2856
|
-
i: new
|
|
2857
|
-
a: new
|
|
2858
|
-
b: new
|
|
2859
|
-
B: new
|
|
2860
|
-
h: new
|
|
2861
|
-
H: new
|
|
2862
|
-
K: new
|
|
2863
|
-
k: new
|
|
2864
|
-
m: new
|
|
2865
|
-
s: new
|
|
2866
|
-
S: new
|
|
2867
|
-
X: new
|
|
2868
|
-
x: new
|
|
2869
|
-
t: new
|
|
2870
|
-
T: new
|
|
2871
|
-
},
|
|
2872
|
-
function
|
|
2839
|
+
const fr = {
|
|
2840
|
+
G: new jn(),
|
|
2841
|
+
y: new Cn(),
|
|
2842
|
+
Y: new Nn(),
|
|
2843
|
+
R: new Ln(),
|
|
2844
|
+
u: new $n(),
|
|
2845
|
+
Q: new Gn(),
|
|
2846
|
+
q: new Fn(),
|
|
2847
|
+
M: new zn(),
|
|
2848
|
+
L: new Wn(),
|
|
2849
|
+
w: new Yn(),
|
|
2850
|
+
I: new Hn(),
|
|
2851
|
+
d: new Vn(),
|
|
2852
|
+
D: new An(),
|
|
2853
|
+
E: new Qn(),
|
|
2854
|
+
e: new Xn(),
|
|
2855
|
+
c: new Zn(),
|
|
2856
|
+
i: new Kn(),
|
|
2857
|
+
a: new er(),
|
|
2858
|
+
b: new tr(),
|
|
2859
|
+
B: new ar(),
|
|
2860
|
+
h: new nr(),
|
|
2861
|
+
H: new rr(),
|
|
2862
|
+
K: new sr(),
|
|
2863
|
+
k: new or(),
|
|
2864
|
+
m: new ir(),
|
|
2865
|
+
s: new ur(),
|
|
2866
|
+
S: new cr(),
|
|
2867
|
+
X: new lr(),
|
|
2868
|
+
x: new dr(),
|
|
2869
|
+
t: new mr(),
|
|
2870
|
+
T: new gr()
|
|
2871
|
+
}, pr = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, yr = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, br = /^'([^]*?)'?$/, hr = /''/g, _r = /\S/, Tr = /[a-zA-Z]/;
|
|
2872
|
+
function vr(e, a, t, n) {
|
|
2873
2873
|
var k, C, D, h;
|
|
2874
|
-
const r = () => j(t, NaN), s =
|
|
2874
|
+
const r = () => j(t, NaN), s = la(), o = s.locale ?? ra, l = s.firstWeekContainsDate ?? ((C = (k = s.locale) == null ? void 0 : k.options) == null ? void 0 : C.firstWeekContainsDate) ?? 1, m = s.weekStartsOn ?? ((h = (D = s.locale) == null ? void 0 : D.options) == null ? void 0 : h.weekStartsOn) ?? 0, i = {
|
|
2875
2875
|
firstWeekContainsDate: l,
|
|
2876
2876
|
weekStartsOn: m,
|
|
2877
2877
|
locale: o
|
|
2878
|
-
}, c = [new
|
|
2878
|
+
}, c = [new In(n == null ? void 0 : n.in, t)], y = a.match(yr).map((b) => {
|
|
2879
2879
|
const d = b[0];
|
|
2880
2880
|
if (d in Ne) {
|
|
2881
2881
|
const $ = Ne[d];
|
|
2882
2882
|
return $(b, o.formatLong);
|
|
2883
2883
|
}
|
|
2884
2884
|
return b;
|
|
2885
|
-
}).join("").match(
|
|
2885
|
+
}).join("").match(pr), p = [];
|
|
2886
2886
|
for (let b of y) {
|
|
2887
|
-
|
|
2888
|
-
const d = b[0], $ =
|
|
2887
|
+
ca(b) && Le(b, a, e), ua(b) && Le(b, a, e);
|
|
2888
|
+
const d = b[0], $ = fr[d];
|
|
2889
2889
|
if ($) {
|
|
2890
2890
|
const { incompatibleTokens: ne } = $;
|
|
2891
2891
|
if (Array.isArray(ne)) {
|
|
@@ -2901,27 +2901,27 @@ function Tr(e, a, t, n) {
|
|
|
2901
2901
|
`The format string mustn't contain \`${b}\` and any other token at the same time`
|
|
2902
2902
|
);
|
|
2903
2903
|
p.push({ token: d, fullToken: b });
|
|
2904
|
-
const
|
|
2904
|
+
const Q = $.run(
|
|
2905
2905
|
e,
|
|
2906
2906
|
b,
|
|
2907
2907
|
o.match,
|
|
2908
2908
|
i
|
|
2909
2909
|
);
|
|
2910
|
-
if (!
|
|
2910
|
+
if (!Q)
|
|
2911
2911
|
return r();
|
|
2912
|
-
c.push(
|
|
2912
|
+
c.push(Q.setter), e = Q.rest;
|
|
2913
2913
|
} else {
|
|
2914
|
-
if (d.match(
|
|
2914
|
+
if (d.match(Tr))
|
|
2915
2915
|
throw new RangeError(
|
|
2916
2916
|
"Format string contains an unescaped latin alphabet character `" + d + "`"
|
|
2917
2917
|
);
|
|
2918
|
-
if (b === "''" ? b = "'" : d === "'" && (b =
|
|
2918
|
+
if (b === "''" ? b = "'" : d === "'" && (b = wr(b)), e.indexOf(b) === 0)
|
|
2919
2919
|
e = e.slice(b.length);
|
|
2920
2920
|
else
|
|
2921
2921
|
return r();
|
|
2922
2922
|
}
|
|
2923
2923
|
}
|
|
2924
|
-
if (e.length > 0 &&
|
|
2924
|
+
if (e.length > 0 && _r.test(e))
|
|
2925
2925
|
return r();
|
|
2926
2926
|
const g = c.map((b) => b.priority).sort((b, d) => d - b).filter((b, d, $) => $.indexOf(b) === d).map(
|
|
2927
2927
|
(b) => c.filter((d) => d.priority === b).sort((d, $) => $.subPriority - d.subPriority)
|
|
@@ -2937,14 +2937,14 @@ function Tr(e, a, t, n) {
|
|
|
2937
2937
|
}
|
|
2938
2938
|
return T;
|
|
2939
2939
|
}
|
|
2940
|
-
function
|
|
2941
|
-
return e.match(
|
|
2940
|
+
function wr(e) {
|
|
2941
|
+
return e.match(br)[1].replace(hr, "'");
|
|
2942
2942
|
}
|
|
2943
2943
|
function Ct(e, a, t) {
|
|
2944
|
-
const n =
|
|
2945
|
-
return "formatToParts" in r ?
|
|
2944
|
+
const n = la(), r = Dr(e, t.timeZone, t.locale ?? n.locale);
|
|
2945
|
+
return "formatToParts" in r ? Pr(r, a) : Rr(r, a);
|
|
2946
2946
|
}
|
|
2947
|
-
function
|
|
2947
|
+
function Pr(e, a) {
|
|
2948
2948
|
const t = e.formatToParts(a);
|
|
2949
2949
|
for (let n = t.length - 1; n >= 0; --n)
|
|
2950
2950
|
if (t[n].type === "timeZoneName")
|
|
@@ -2954,17 +2954,17 @@ function Rr(e, a) {
|
|
|
2954
2954
|
const t = e.format(a).replace(/\u200E/g, ""), n = / [\w-+ ]+$/.exec(t);
|
|
2955
2955
|
return n ? n[0].substr(1) : "";
|
|
2956
2956
|
}
|
|
2957
|
-
function
|
|
2957
|
+
function Dr(e, a, t) {
|
|
2958
2958
|
return new Intl.DateTimeFormat(t ? [t.code, "en-US"] : void 0, {
|
|
2959
2959
|
timeZone: a,
|
|
2960
2960
|
timeZoneName: e
|
|
2961
2961
|
});
|
|
2962
2962
|
}
|
|
2963
|
-
function
|
|
2964
|
-
const t =
|
|
2965
|
-
return "formatToParts" in t ?
|
|
2963
|
+
function kr(e, a) {
|
|
2964
|
+
const t = Ir(a);
|
|
2965
|
+
return "formatToParts" in t ? Or(t, e) : Mr(t, e);
|
|
2966
2966
|
}
|
|
2967
|
-
const
|
|
2967
|
+
const xr = {
|
|
2968
2968
|
year: 0,
|
|
2969
2969
|
month: 1,
|
|
2970
2970
|
day: 2,
|
|
@@ -2972,11 +2972,11 @@ const kr = {
|
|
|
2972
2972
|
minute: 4,
|
|
2973
2973
|
second: 5
|
|
2974
2974
|
};
|
|
2975
|
-
function
|
|
2975
|
+
function Or(e, a) {
|
|
2976
2976
|
try {
|
|
2977
2977
|
const t = e.formatToParts(a), n = [];
|
|
2978
2978
|
for (let r = 0; r < t.length; r++) {
|
|
2979
|
-
const s =
|
|
2979
|
+
const s = xr[t[r].type];
|
|
2980
2980
|
s !== void 0 && (n[s] = parseInt(t[r].value, 10));
|
|
2981
2981
|
}
|
|
2982
2982
|
return n;
|
|
@@ -2986,7 +2986,7 @@ function xr(e, a) {
|
|
|
2986
2986
|
throw t;
|
|
2987
2987
|
}
|
|
2988
2988
|
}
|
|
2989
|
-
function
|
|
2989
|
+
function Mr(e, a) {
|
|
2990
2990
|
const t = e.format(a), n = /(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(t);
|
|
2991
2991
|
return [
|
|
2992
2992
|
parseInt(n[3], 10),
|
|
@@ -3006,9 +3006,9 @@ const ke = {}, Nt = new Intl.DateTimeFormat("en-US", {
|
|
|
3006
3006
|
hour: "2-digit",
|
|
3007
3007
|
minute: "2-digit",
|
|
3008
3008
|
second: "2-digit"
|
|
3009
|
-
}).format(/* @__PURE__ */ new Date("2014-06-25T04:00:00.123Z")),
|
|
3010
|
-
function
|
|
3011
|
-
return ke[e] || (ke[e] =
|
|
3009
|
+
}).format(/* @__PURE__ */ new Date("2014-06-25T04:00:00.123Z")), Sr = Nt === "06/25/2014, 00:00:00" || Nt === "06/25/2014 00:00:00";
|
|
3010
|
+
function Ir(e) {
|
|
3011
|
+
return ke[e] || (ke[e] = Sr ? new Intl.DateTimeFormat("en-US", {
|
|
3012
3012
|
hourCycle: "h23",
|
|
3013
3013
|
timeZone: e,
|
|
3014
3014
|
year: "numeric",
|
|
@@ -3032,7 +3032,7 @@ function We(e, a, t, n, r, s, o) {
|
|
|
3032
3032
|
const l = /* @__PURE__ */ new Date(0);
|
|
3033
3033
|
return l.setUTCFullYear(e, a, t), l.setUTCHours(n, r, s, o), l;
|
|
3034
3034
|
}
|
|
3035
|
-
const Lt = 36e5,
|
|
3035
|
+
const Lt = 36e5, jr = 6e4, xe = {
|
|
3036
3036
|
timezoneZ: /^(Z)$/,
|
|
3037
3037
|
timezoneHH: /^([+-]\d{2})$/,
|
|
3038
3038
|
timezoneHHMM: /^([+-])(\d{2}):?(\d{2})$/
|
|
@@ -3049,25 +3049,25 @@ function _e(e, a, t) {
|
|
|
3049
3049
|
if (n = xe.timezoneHHMM.exec(e), n) {
|
|
3050
3050
|
r = parseInt(n[2], 10);
|
|
3051
3051
|
const o = parseInt(n[3], 10);
|
|
3052
|
-
return $t(r, o) ? (s = Math.abs(r) * Lt + o *
|
|
3052
|
+
return $t(r, o) ? (s = Math.abs(r) * Lt + o * jr, n[1] === "+" ? -s : s) : NaN;
|
|
3053
3053
|
}
|
|
3054
|
-
if (
|
|
3054
|
+
if (Lr(e)) {
|
|
3055
3055
|
a = new Date(a || Date.now());
|
|
3056
|
-
const o = t ? a :
|
|
3057
|
-
return -(t ? l :
|
|
3056
|
+
const o = t ? a : Cr(a), l = $e(o, e);
|
|
3057
|
+
return -(t ? l : Nr(a, l, e));
|
|
3058
3058
|
}
|
|
3059
3059
|
return NaN;
|
|
3060
3060
|
}
|
|
3061
|
-
function
|
|
3061
|
+
function Cr(e) {
|
|
3062
3062
|
return We(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds());
|
|
3063
3063
|
}
|
|
3064
3064
|
function $e(e, a) {
|
|
3065
|
-
const t =
|
|
3065
|
+
const t = kr(e, a), n = We(t[0], t[1] - 1, t[2], t[3] % 24, t[4], t[5], 0).getTime();
|
|
3066
3066
|
let r = e.getTime();
|
|
3067
3067
|
const s = r % 1e3;
|
|
3068
3068
|
return r -= s >= 0 ? s : 1e3 + s, n - r;
|
|
3069
3069
|
}
|
|
3070
|
-
function
|
|
3070
|
+
function Nr(e, a, t) {
|
|
3071
3071
|
let r = e.getTime() - a;
|
|
3072
3072
|
const s = $e(new Date(r), t);
|
|
3073
3073
|
if (a === s)
|
|
@@ -3080,7 +3080,7 @@ function $t(e, a) {
|
|
|
3080
3080
|
return -23 <= e && e <= 23 && (a == null || 0 <= a && a <= 59);
|
|
3081
3081
|
}
|
|
3082
3082
|
const Gt = {};
|
|
3083
|
-
function
|
|
3083
|
+
function Lr(e) {
|
|
3084
3084
|
if (Gt[e])
|
|
3085
3085
|
return !0;
|
|
3086
3086
|
try {
|
|
@@ -3089,7 +3089,7 @@ function Nr(e) {
|
|
|
3089
3089
|
return !1;
|
|
3090
3090
|
}
|
|
3091
3091
|
}
|
|
3092
|
-
const
|
|
3092
|
+
const $r = 60 * 1e3, Gr = {
|
|
3093
3093
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
3094
3094
|
X: function(e, a, t) {
|
|
3095
3095
|
const n = Oe(t.timeZone, e);
|
|
@@ -3104,7 +3104,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3104
3104
|
// so this token always has the same output as `XX`
|
|
3105
3105
|
case "XXXX":
|
|
3106
3106
|
case "XX":
|
|
3107
|
-
return
|
|
3107
|
+
return Z(n);
|
|
3108
3108
|
// Hours, minutes and optional seconds with `:` delimeter
|
|
3109
3109
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
3110
3110
|
// so this token always has the same output as `XXX`
|
|
@@ -3112,7 +3112,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3112
3112
|
case "XXX":
|
|
3113
3113
|
// Hours and minutes with `:` delimeter
|
|
3114
3114
|
default:
|
|
3115
|
-
return
|
|
3115
|
+
return Z(n, ":");
|
|
3116
3116
|
}
|
|
3117
3117
|
},
|
|
3118
3118
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -3127,7 +3127,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3127
3127
|
// so this token always has the same output as `xx`
|
|
3128
3128
|
case "xxxx":
|
|
3129
3129
|
case "xx":
|
|
3130
|
-
return
|
|
3130
|
+
return Z(n);
|
|
3131
3131
|
// Hours, minutes and optional seconds with `:` delimeter
|
|
3132
3132
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
3133
3133
|
// so this token always has the same output as `xxx`
|
|
@@ -3135,7 +3135,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3135
3135
|
case "xxx":
|
|
3136
3136
|
// Hours and minutes with `:` delimeter
|
|
3137
3137
|
default:
|
|
3138
|
-
return
|
|
3138
|
+
return Z(n, ":");
|
|
3139
3139
|
}
|
|
3140
3140
|
},
|
|
3141
3141
|
// Timezone (GMT)
|
|
@@ -3146,11 +3146,11 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3146
3146
|
case "O":
|
|
3147
3147
|
case "OO":
|
|
3148
3148
|
case "OOO":
|
|
3149
|
-
return "GMT" +
|
|
3149
|
+
return "GMT" + Fr(n, ":");
|
|
3150
3150
|
// Long
|
|
3151
3151
|
case "OOOO":
|
|
3152
3152
|
default:
|
|
3153
|
-
return "GMT" +
|
|
3153
|
+
return "GMT" + Z(n, ":");
|
|
3154
3154
|
}
|
|
3155
3155
|
},
|
|
3156
3156
|
// Timezone (specific non-location)
|
|
@@ -3169,7 +3169,7 @@ const Lr = 60 * 1e3, $r = {
|
|
|
3169
3169
|
}
|
|
3170
3170
|
};
|
|
3171
3171
|
function Oe(e, a) {
|
|
3172
|
-
const t = e ? _e(e, a, !0) /
|
|
3172
|
+
const t = e ? _e(e, a, !0) / $r : (a == null ? void 0 : a.getTimezoneOffset()) ?? 0;
|
|
3173
3173
|
if (Number.isNaN(t))
|
|
3174
3174
|
throw new RangeError("Invalid time zone specified: " + e);
|
|
3175
3175
|
return t;
|
|
@@ -3181,14 +3181,14 @@ function ge(e, a) {
|
|
|
3181
3181
|
n = "0" + n;
|
|
3182
3182
|
return t + n;
|
|
3183
3183
|
}
|
|
3184
|
-
function
|
|
3184
|
+
function Z(e, a = "") {
|
|
3185
3185
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = ge(Math.floor(n / 60), 2), s = ge(Math.floor(n % 60), 2);
|
|
3186
3186
|
return t + r + a + s;
|
|
3187
3187
|
}
|
|
3188
3188
|
function Ft(e, a) {
|
|
3189
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") + ge(Math.abs(e) / 60, 2) :
|
|
3189
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + ge(Math.abs(e) / 60, 2) : Z(e, a);
|
|
3190
3190
|
}
|
|
3191
|
-
function
|
|
3191
|
+
function Fr(e, a = "") {
|
|
3192
3192
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = Math.floor(n / 60), s = n % 60;
|
|
3193
3193
|
return s === 0 ? t + String(r) : t + String(r) + a + ge(s, 2);
|
|
3194
3194
|
}
|
|
@@ -3196,7 +3196,7 @@ function zt(e) {
|
|
|
3196
3196
|
const a = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
|
|
3197
3197
|
return a.setUTCFullYear(e.getFullYear()), +e - +a;
|
|
3198
3198
|
}
|
|
3199
|
-
const
|
|
3199
|
+
const pa = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/, Me = 36e5, Wt = 6e4, zr = 2, N = {
|
|
3200
3200
|
dateTimePattern: /^([0-9W+-]+)(T| )(.*)/,
|
|
3201
3201
|
datePattern: /^([0-9W+-]+)(.*)/,
|
|
3202
3202
|
// year tokens
|
|
@@ -3228,14 +3228,14 @@ const fa = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)
|
|
|
3228
3228
|
HHMM: /^(\d{2}):?(\d{2}([.,]\d*)?)$/,
|
|
3229
3229
|
HHMMSS: /^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,
|
|
3230
3230
|
// time zone tokens (to identify the presence of a tz)
|
|
3231
|
-
timeZone:
|
|
3231
|
+
timeZone: pa
|
|
3232
3232
|
};
|
|
3233
3233
|
function fe(e, a = {}) {
|
|
3234
3234
|
if (arguments.length < 1)
|
|
3235
3235
|
throw new TypeError("1 argument required, but only " + arguments.length + " present");
|
|
3236
3236
|
if (e === null)
|
|
3237
3237
|
return /* @__PURE__ */ new Date(NaN);
|
|
3238
|
-
const t = a.additionalDigits == null ?
|
|
3238
|
+
const t = a.additionalDigits == null ? zr : Number(a.additionalDigits);
|
|
3239
3239
|
if (t !== 2 && t !== 1 && t !== 0)
|
|
3240
3240
|
throw new RangeError("additionalDigits must be 0, 1 or 2");
|
|
3241
3241
|
if (e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]")
|
|
@@ -3244,13 +3244,13 @@ function fe(e, a = {}) {
|
|
|
3244
3244
|
return new Date(e);
|
|
3245
3245
|
if (Object.prototype.toString.call(e) !== "[object String]")
|
|
3246
3246
|
return /* @__PURE__ */ new Date(NaN);
|
|
3247
|
-
const n =
|
|
3247
|
+
const n = Wr(e), { year: r, restDateString: s } = Er(n.date, t), o = Yr(s, r);
|
|
3248
3248
|
if (o === null || isNaN(o.getTime()))
|
|
3249
3249
|
return /* @__PURE__ */ new Date(NaN);
|
|
3250
3250
|
if (o) {
|
|
3251
3251
|
const l = o.getTime();
|
|
3252
3252
|
let m = 0, i;
|
|
3253
|
-
if (n.time && (m =
|
|
3253
|
+
if (n.time && (m = Br(n.time), m === null || isNaN(m)))
|
|
3254
3254
|
return /* @__PURE__ */ new Date(NaN);
|
|
3255
3255
|
if (n.timeZone || a.timeZone) {
|
|
3256
3256
|
if (i = _e(n.timeZone || a.timeZone, new Date(l + m)), isNaN(i))
|
|
@@ -3261,7 +3261,7 @@ function fe(e, a = {}) {
|
|
|
3261
3261
|
} else
|
|
3262
3262
|
return /* @__PURE__ */ new Date(NaN);
|
|
3263
3263
|
}
|
|
3264
|
-
function
|
|
3264
|
+
function Wr(e) {
|
|
3265
3265
|
const a = {};
|
|
3266
3266
|
let t = N.dateTimePattern.exec(e), n;
|
|
3267
3267
|
if (t ? (a.date = t[1], n = t[3]) : (t = N.datePattern.exec(e), t ? (a.date = t[1], n = t[2]) : (a.date = null, n = e)), n) {
|
|
@@ -3270,7 +3270,7 @@ function zr(e) {
|
|
|
3270
3270
|
}
|
|
3271
3271
|
return a;
|
|
3272
3272
|
}
|
|
3273
|
-
function
|
|
3273
|
+
function Er(e, a) {
|
|
3274
3274
|
if (e) {
|
|
3275
3275
|
const t = N.YYY[a], n = N.YYYYY[a];
|
|
3276
3276
|
let r = N.YYYY.exec(e) || n.exec(e);
|
|
@@ -3293,7 +3293,7 @@ function Wr(e, a) {
|
|
|
3293
3293
|
year: null
|
|
3294
3294
|
};
|
|
3295
3295
|
}
|
|
3296
|
-
function
|
|
3296
|
+
function Yr(e, a) {
|
|
3297
3297
|
if (a === null)
|
|
3298
3298
|
return null;
|
|
3299
3299
|
let t, n, r;
|
|
@@ -3305,7 +3305,7 @@ function Er(e, a) {
|
|
|
3305
3305
|
if (s = N.DDD.exec(e), s) {
|
|
3306
3306
|
t = /* @__PURE__ */ new Date(0);
|
|
3307
3307
|
const o = parseInt(s[1], 10);
|
|
3308
|
-
return
|
|
3308
|
+
return qr(a, o) ? (t.setUTCFullYear(a, 0, o), t) : /* @__PURE__ */ new Date(NaN);
|
|
3309
3309
|
}
|
|
3310
3310
|
if (s = N.MMDD.exec(e), s) {
|
|
3311
3311
|
t = /* @__PURE__ */ new Date(0), n = parseInt(s[1], 10) - 1;
|
|
@@ -3321,7 +3321,7 @@ function Er(e, a) {
|
|
|
3321
3321
|
}
|
|
3322
3322
|
return null;
|
|
3323
3323
|
}
|
|
3324
|
-
function
|
|
3324
|
+
function Br(e) {
|
|
3325
3325
|
let a, t, n = N.HH.exec(e);
|
|
3326
3326
|
if (n)
|
|
3327
3327
|
return a = parseFloat(n[1].replace(",", ".")), Se(a) ? a % 24 * Me : NaN;
|
|
@@ -3341,8 +3341,8 @@ function Et(e, a, t) {
|
|
|
3341
3341
|
const r = n.getUTCDay() || 7, s = a * 7 + t + 1 - r;
|
|
3342
3342
|
return n.setUTCDate(n.getUTCDate() + s), n;
|
|
3343
3343
|
}
|
|
3344
|
-
const
|
|
3345
|
-
function
|
|
3344
|
+
const Hr = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Ur = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
|
3345
|
+
function ya(e) {
|
|
3346
3346
|
return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
|
|
3347
3347
|
}
|
|
3348
3348
|
function Yt(e, a, t) {
|
|
@@ -3351,16 +3351,16 @@ function Yt(e, a, t) {
|
|
|
3351
3351
|
if (t != null) {
|
|
3352
3352
|
if (t < 1)
|
|
3353
3353
|
return !1;
|
|
3354
|
-
const n =
|
|
3355
|
-
if (n && t >
|
|
3354
|
+
const n = ya(e);
|
|
3355
|
+
if (n && t > Ur[a] || !n && t > Hr[a])
|
|
3356
3356
|
return !1;
|
|
3357
3357
|
}
|
|
3358
3358
|
return !0;
|
|
3359
3359
|
}
|
|
3360
|
-
function
|
|
3360
|
+
function qr(e, a) {
|
|
3361
3361
|
if (a < 1)
|
|
3362
3362
|
return !1;
|
|
3363
|
-
const t =
|
|
3363
|
+
const t = ya(e);
|
|
3364
3364
|
return !(t && a > 366 || !t && a > 365);
|
|
3365
3365
|
}
|
|
3366
3366
|
function Bt(e, a) {
|
|
@@ -3369,34 +3369,34 @@ function Bt(e, a) {
|
|
|
3369
3369
|
function Se(e, a, t) {
|
|
3370
3370
|
return !(e < 0 || e >= 25 || a != null && (a < 0 || a >= 60) || t != null && (t < 0 || t >= 60));
|
|
3371
3371
|
}
|
|
3372
|
-
const
|
|
3373
|
-
function
|
|
3372
|
+
const Vr = /([xXOz]+)|''|'(''|[^'])+('|$)/g;
|
|
3373
|
+
function Ar(e, a, t = {}) {
|
|
3374
3374
|
a = String(a);
|
|
3375
|
-
const n = a.match(
|
|
3375
|
+
const n = a.match(Vr);
|
|
3376
3376
|
if (n) {
|
|
3377
3377
|
const r = fe(t.originalDate || e, t);
|
|
3378
3378
|
a = n.reduce(function(s, o) {
|
|
3379
3379
|
if (o[0] === "'")
|
|
3380
3380
|
return s;
|
|
3381
|
-
const l = s.indexOf(o), m = s[l - 1] === "'", i = s.replace(o, "'" +
|
|
3381
|
+
const l = s.indexOf(o), m = s[l - 1] === "'", i = s.replace(o, "'" + Gr[o[0]](r, o, t) + "'");
|
|
3382
3382
|
return m ? i.substring(0, l - 1) + i.substring(l + 1) : i;
|
|
3383
3383
|
}, a);
|
|
3384
3384
|
}
|
|
3385
3385
|
return Rn(e, a, t);
|
|
3386
3386
|
}
|
|
3387
|
-
function
|
|
3387
|
+
function Qr(e, a, t) {
|
|
3388
3388
|
e = fe(e, t);
|
|
3389
3389
|
const n = _e(a, e, !0), r = new Date(e.getTime() - n), s = /* @__PURE__ */ new Date(0);
|
|
3390
3390
|
return s.setFullYear(r.getUTCFullYear(), r.getUTCMonth(), r.getUTCDate()), s.setHours(r.getUTCHours(), r.getUTCMinutes(), r.getUTCSeconds(), r.getUTCMilliseconds()), s;
|
|
3391
3391
|
}
|
|
3392
|
-
function
|
|
3393
|
-
if (typeof e == "string" && !e.match(
|
|
3392
|
+
function Xr(e, a, t) {
|
|
3393
|
+
if (typeof e == "string" && !e.match(pa))
|
|
3394
3394
|
return fe(e, { ...t, timeZone: a });
|
|
3395
3395
|
e = fe(e, t);
|
|
3396
3396
|
const n = We(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()).getTime(), r = _e(a, new Date(n));
|
|
3397
3397
|
return new Date(n + r);
|
|
3398
3398
|
}
|
|
3399
|
-
const
|
|
3399
|
+
const Zr = (e) => new TextEncoder().encode(e), Jr = (e) => {
|
|
3400
3400
|
try {
|
|
3401
3401
|
return atob(e);
|
|
3402
3402
|
} catch (a) {
|
|
@@ -3418,22 +3418,22 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3418
3418
|
return B(
|
|
3419
3419
|
new Date(n + 1 > 12 ? t + 1 : t, n + 1 > 12 ? 1 : n + 1, e)
|
|
3420
3420
|
);
|
|
3421
|
-
},
|
|
3421
|
+
}, Kr = () => {
|
|
3422
3422
|
const e = /* @__PURE__ */ new Date(), a = e.getDay(), t = a === 0 ? 13 : a - 1 + 7;
|
|
3423
3423
|
return e.setDate(e.getDate() - t), B(e);
|
|
3424
|
-
},
|
|
3424
|
+
}, es = () => {
|
|
3425
3425
|
const e = /* @__PURE__ */ new Date(), a = e.getDay(), t = a === 0 ? 6 : a - 1;
|
|
3426
3426
|
return e.setDate(e.getDate() - t), B(e);
|
|
3427
|
-
},
|
|
3427
|
+
}, ts = () => {
|
|
3428
3428
|
const e = /* @__PURE__ */ new Date(), a = e.getDay(), t = a === 0 ? 1 : 8 - a;
|
|
3429
3429
|
return e.setDate(e.getDate() + t), e.setHours(12, 0, 0, 0), B(e);
|
|
3430
|
-
},
|
|
3430
|
+
}, as = () => {
|
|
3431
3431
|
const e = /* @__PURE__ */ new Date();
|
|
3432
3432
|
return e.setDate(e.getDate() - 1), e.setHours(12, 0, 0, 0), B(e);
|
|
3433
|
-
},
|
|
3433
|
+
}, ns = () => {
|
|
3434
3434
|
const e = /* @__PURE__ */ new Date();
|
|
3435
3435
|
return e.setHours(12, 0, 0, 0), B(e);
|
|
3436
|
-
},
|
|
3436
|
+
}, rs = () => {
|
|
3437
3437
|
const e = /* @__PURE__ */ new Date();
|
|
3438
3438
|
return e.setDate(e.getDate() + 1), e.setHours(12, 0, 0, 0), B(e);
|
|
3439
3439
|
}, ae = (e, a, t) => {
|
|
@@ -3449,7 +3449,7 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3449
3449
|
remainingTime: o,
|
|
3450
3450
|
percentage: m
|
|
3451
3451
|
};
|
|
3452
|
-
},
|
|
3452
|
+
}, ss = () => {
|
|
3453
3453
|
const { remainingTime: e, percentage: a } = ae(
|
|
3454
3454
|
ve(1),
|
|
3455
3455
|
Te(1),
|
|
@@ -3459,27 +3459,27 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3459
3459
|
monthRemainingTime: e,
|
|
3460
3460
|
monthProgressPercentage: a
|
|
3461
3461
|
};
|
|
3462
|
-
},
|
|
3462
|
+
}, os = () => {
|
|
3463
3463
|
const { remainingTime: e, percentage: a } = ae(
|
|
3464
|
+
es(),
|
|
3464
3465
|
Kr(),
|
|
3465
|
-
|
|
3466
|
-
es()
|
|
3466
|
+
ts()
|
|
3467
3467
|
);
|
|
3468
3468
|
return {
|
|
3469
3469
|
weekRemainingTime: e,
|
|
3470
3470
|
weekProgressPercentage: a
|
|
3471
3471
|
};
|
|
3472
|
-
},
|
|
3472
|
+
}, is = () => {
|
|
3473
3473
|
const { remainingTime: e, percentage: a } = ae(
|
|
3474
|
+
ns(),
|
|
3474
3475
|
as(),
|
|
3475
|
-
|
|
3476
|
-
ns()
|
|
3476
|
+
rs()
|
|
3477
3477
|
);
|
|
3478
3478
|
return {
|
|
3479
3479
|
dayRemainingTime: e,
|
|
3480
3480
|
dayProgressPercentage: a
|
|
3481
3481
|
};
|
|
3482
|
-
},
|
|
3482
|
+
}, us = () => {
|
|
3483
3483
|
const { remainingTime: e, percentage: a } = ae(
|
|
3484
3484
|
ve(5),
|
|
3485
3485
|
Te(5),
|
|
@@ -3489,7 +3489,7 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3489
3489
|
remainingTimeTo5th: e,
|
|
3490
3490
|
progressPercentageTo5th: a
|
|
3491
3491
|
};
|
|
3492
|
-
},
|
|
3492
|
+
}, cs = () => {
|
|
3493
3493
|
const { remainingTime: e, percentage: a } = ae(
|
|
3494
3494
|
ve(10),
|
|
3495
3495
|
Te(10),
|
|
@@ -3499,7 +3499,7 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3499
3499
|
remainingTimeTo10th: e,
|
|
3500
3500
|
progressPercentageTo10th: a
|
|
3501
3501
|
};
|
|
3502
|
-
},
|
|
3502
|
+
}, ls = () => {
|
|
3503
3503
|
const { remainingTime: e, percentage: a } = ae(
|
|
3504
3504
|
ve(20),
|
|
3505
3505
|
Te(20),
|
|
@@ -3509,22 +3509,22 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3509
3509
|
remainingTimeTo20th: e,
|
|
3510
3510
|
progressPercentageTo20th: a
|
|
3511
3511
|
};
|
|
3512
|
-
},
|
|
3512
|
+
}, ds = () => Intl.DateTimeFormat().resolvedOptions().timeZone, pe = (e) => {
|
|
3513
3513
|
try {
|
|
3514
|
-
const { timezone: a } = he(), t = `Etc/GMT${a > 0 ? `-${a}` : `+${Math.abs(a)}`}`, n =
|
|
3514
|
+
const { timezone: a } = he(), t = `Etc/GMT${a > 0 ? `-${a}` : `+${Math.abs(a)}`}`, n = vr(e, "yyyy-MM-dd HH:mm:ss", /* @__PURE__ */ new Date());
|
|
3515
3515
|
if (isNaN(n.getTime()))
|
|
3516
3516
|
throw new Error("Invalid date format");
|
|
3517
|
-
const r =
|
|
3518
|
-
return
|
|
3517
|
+
const r = Xr(n, t), s = ds(), o = Qr(r, s);
|
|
3518
|
+
return Ar(o, "yyyy-MM-dd HH:mm:ss", { timeZone: s });
|
|
3519
3519
|
} catch (a) {
|
|
3520
3520
|
throw console.error("Error converting to user timezone:", a), a;
|
|
3521
3521
|
}
|
|
3522
|
-
},
|
|
3522
|
+
}, ba = (e) => {
|
|
3523
3523
|
const t = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (y, p) => `${p.padStart(3, "0")}:00`), n = new Date(t.replace(/0([+-]\d{1,2}:\d{2})/, "$1")), r = n.getFullYear(), s = String(n.getMonth() + 1).padStart(2, "0"), o = String(n.getDate()).padStart(2, "0"), l = String(n.getHours()).padStart(2, "0"), m = String(n.getMinutes()).padStart(2, "0"), i = String(n.getSeconds()).padStart(2, "0");
|
|
3524
3524
|
return `${r}-${s}-${o} ${l}:${m}:${i}`;
|
|
3525
|
-
},
|
|
3526
|
-
const t =
|
|
3527
|
-
|
|
3525
|
+
}, ms = () => Date.now(), gs = (e) => new Date(e).getTime(), Ht = (e, a = 0) => {
|
|
3526
|
+
const t = ms(), n = gs(
|
|
3527
|
+
ba(pe(e))
|
|
3528
3528
|
);
|
|
3529
3529
|
if (t > n) {
|
|
3530
3530
|
const r = n + a * 60 * 1e3;
|
|
@@ -3536,7 +3536,7 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3536
3536
|
return `${e || ""}`;
|
|
3537
3537
|
const t = `0${a ? "." + "0".repeat(a) : ""}`, n = parseFloat(e);
|
|
3538
3538
|
return isNaN(n) || typeof e == "string" && /[^\d.,]/.test(e) ? `${t}` : `${n.toFixed(a).replace(/\B(?=(\d{3})+(?!\d))/g, ",")}`;
|
|
3539
|
-
},
|
|
3539
|
+
}, ee = (e, a, t) => {
|
|
3540
3540
|
const n = [
|
|
3541
3541
|
42563,
|
|
3542
3542
|
42564,
|
|
@@ -3557,15 +3557,15 @@ const Xr = (e) => new TextEncoder().encode(e), Zr = (e) => {
|
|
|
3557
3557
|
return s ? (n.includes(a) || r.includes(a) ? (s = s.replace(".png", `_${a}.png`).toLowerCase(), s = `${s}?v=1`) : s = `${s}${t}`, s) : "";
|
|
3558
3558
|
};
|
|
3559
3559
|
var u = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e.getMissionData = "getMissionData", e.getMissionClaim = "getMissionClaim", e.registerForm = "registerForm", e.getFavouriteGame = "getFavouriteGame", e.updateFavouriteGame = "updateFavouriteGame", e.requestForgetUsername = "requestForgetUsername", e.submitForgetUsername = "submitForgetUsername", e.getAccumulateDepositData = "getAccumulateDepositData", e.getAccumulateDepositClaim = "getAccumulateDepositClaim", e.rebateRefundSetting = "rebateRefundSetting", e.getASCMatchCount = "getASCMatchCount", e.updateDeviceToken = "updateDeviceToken", e.getCryptoList = "getCryptoList", e.getCryptoAddress = "getCryptoAddress", e.getPopoutItem = "getPopoutItem", e.getTurnOverRewardSettingMult = "getTurnOverRewardSettingMult", e.interestIndex = "interestIndex", e.interestWalletInfo = "interestWalletInfo", e.interestTransactionList = "interestTransactionList", e.interestTransferIn = "interestTransferIn", e.interestTransferOut = "interestTransferOut", e.getWheelData = "getWheelData", e.getWheelTicket = "getWheelTicket", e.spinWheel = "spinWheel", e.getWheelReport = "getWheelReport", e.getWeekCardAllData = "getWeekCardAllData", e.searchGameByName = "searchGameByName", e.checkGoldEggValidate = "checkGoldEggValidate", e.applyGoldEgg = "applyGoldEgg", e.checkGoldEggToken = "checkGoldEggToken", e.getGoldEggData = "getGoldEggData", e.getNewbieMissionData = "getNewbieMissionData", e.getNewbieMissionClaim = "getNewbieMissionClaim", e.getFeedback = "getFeedback", e.submitFeedback = "submitFeedback", e.casinoGameList = "casinoGameList", e))(u || {});
|
|
3560
|
-
const
|
|
3560
|
+
const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3561
3561
|
__proto__: null,
|
|
3562
3562
|
Api: u
|
|
3563
3563
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3564
3564
|
var Y = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(Y || {});
|
|
3565
|
-
const
|
|
3565
|
+
const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3566
3566
|
__proto__: null,
|
|
3567
3567
|
PaymentType: Y
|
|
3568
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
3568
|
+
}, Symbol.toStringTag, { value: "Module" })), Pe = {
|
|
3569
3569
|
depositBank: !1,
|
|
3570
3570
|
depositDateTime: !1,
|
|
3571
3571
|
depositDetail: !1,
|
|
@@ -3579,9 +3579,9 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3579
3579
|
type: Y.unknown,
|
|
3580
3580
|
promo: [],
|
|
3581
3581
|
bank: [],
|
|
3582
|
-
requiredField:
|
|
3582
|
+
requiredField: Pe,
|
|
3583
3583
|
hintMsg: ""
|
|
3584
|
-
},
|
|
3584
|
+
}, fs = (e) => {
|
|
3585
3585
|
var a;
|
|
3586
3586
|
return ((a = e.mdPaymentChannels) == null ? void 0 : a.map((t) => {
|
|
3587
3587
|
const n = [];
|
|
@@ -3591,12 +3591,12 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3591
3591
|
break;
|
|
3592
3592
|
case Y.pay:
|
|
3593
3593
|
n.push(
|
|
3594
|
-
|
|
3594
|
+
ps(t.name, t.paymentmethod.onlinebanking, e)
|
|
3595
3595
|
);
|
|
3596
3596
|
break;
|
|
3597
3597
|
default:
|
|
3598
3598
|
if (t.paymentmethod.auto.bank.length > 0 && n.push(
|
|
3599
|
-
|
|
3599
|
+
ys(
|
|
3600
3600
|
t.name,
|
|
3601
3601
|
t.bankid ?? 0,
|
|
3602
3602
|
t.paymentmethod.auto,
|
|
@@ -3616,7 +3616,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3616
3616
|
);
|
|
3617
3617
|
}
|
|
3618
3618
|
t.paymentmethod.fixamount.bank.length > 0 && n.push(
|
|
3619
|
-
|
|
3619
|
+
bs(
|
|
3620
3620
|
t.name,
|
|
3621
3621
|
t.bankid ?? 0,
|
|
3622
3622
|
t.paymentmethod.fixamount
|
|
@@ -3629,7 +3629,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3629
3629
|
paymentList: n
|
|
3630
3630
|
};
|
|
3631
3631
|
})) ?? [];
|
|
3632
|
-
},
|
|
3632
|
+
}, Re = (e) => {
|
|
3633
3633
|
const a = {
|
|
3634
3634
|
id: -1,
|
|
3635
3635
|
name: "excludePromo",
|
|
@@ -3678,7 +3678,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3678
3678
|
name: "manualMethod",
|
|
3679
3679
|
pathName: e,
|
|
3680
3680
|
type: n,
|
|
3681
|
-
promo:
|
|
3681
|
+
promo: Re(a.promo),
|
|
3682
3682
|
bank: a.bank.map((s) => {
|
|
3683
3683
|
const o = s.list && s.list.length > 0 ? s.list[0].mintransaction ?? "0.00" : "0.00", l = s.list && s.list.length > 0 ? s.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: i, maxAmount: c } = le(
|
|
3684
3684
|
Number(o),
|
|
@@ -3708,7 +3708,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3708
3708
|
},
|
|
3709
3709
|
hintMsg: ""
|
|
3710
3710
|
};
|
|
3711
|
-
},
|
|
3711
|
+
}, ps = (e, a, t) => {
|
|
3712
3712
|
if (!t) return Ee;
|
|
3713
3713
|
const n = Y.pay;
|
|
3714
3714
|
return {
|
|
@@ -3716,7 +3716,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3716
3716
|
name: "onlineBankingMethod",
|
|
3717
3717
|
pathName: e,
|
|
3718
3718
|
type: n,
|
|
3719
|
-
promo:
|
|
3719
|
+
promo: Re(a.promo),
|
|
3720
3720
|
bank: a.banklist.map((s) => {
|
|
3721
3721
|
let o = "0.00", l = "0.00";
|
|
3722
3722
|
const m = s.bankindex ?? 0;
|
|
@@ -3757,10 +3757,10 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3757
3757
|
gateway: [p, ...g]
|
|
3758
3758
|
};
|
|
3759
3759
|
}),
|
|
3760
|
-
requiredField:
|
|
3760
|
+
requiredField: Pe,
|
|
3761
3761
|
hintMsg: ""
|
|
3762
3762
|
};
|
|
3763
|
-
},
|
|
3763
|
+
}, ys = (e, a, t, n) => {
|
|
3764
3764
|
if (!n) return Ee;
|
|
3765
3765
|
const r = Y.auto;
|
|
3766
3766
|
let s = [];
|
|
@@ -3804,19 +3804,19 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3804
3804
|
name: "autoMethod",
|
|
3805
3805
|
pathName: e,
|
|
3806
3806
|
type: r,
|
|
3807
|
-
promo:
|
|
3807
|
+
promo: Re(t.promo),
|
|
3808
3808
|
bank: s,
|
|
3809
|
-
requiredField:
|
|
3809
|
+
requiredField: Pe,
|
|
3810
3810
|
hintMsg: ""
|
|
3811
3811
|
};
|
|
3812
|
-
},
|
|
3812
|
+
}, bs = (e, a, t) => {
|
|
3813
3813
|
const n = Y.fix;
|
|
3814
3814
|
return {
|
|
3815
3815
|
id: a,
|
|
3816
3816
|
name: "fixAmountMethod",
|
|
3817
3817
|
pathName: e,
|
|
3818
3818
|
type: n,
|
|
3819
|
-
promo:
|
|
3819
|
+
promo: Re(t.promo),
|
|
3820
3820
|
bank: t.bank.map((s) => {
|
|
3821
3821
|
const o = s.amtlist.map(Number).sort((m, i) => m - i);
|
|
3822
3822
|
return {
|
|
@@ -3827,14 +3827,14 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3827
3827
|
max: o.length > 0 ? o[o.length - 1] : 0
|
|
3828
3828
|
};
|
|
3829
3829
|
}),
|
|
3830
|
-
requiredField:
|
|
3830
|
+
requiredField: Pe,
|
|
3831
3831
|
hintMsg: ""
|
|
3832
3832
|
};
|
|
3833
|
-
},
|
|
3833
|
+
}, hs = (e) => (e == null ? void 0 : e.map((a) => ({
|
|
3834
3834
|
alert: a.announcement_alert === "1",
|
|
3835
3835
|
content: a.announcement_simplified ?? "",
|
|
3836
3836
|
lastUpdatedTime: a.announcement_lastupdated
|
|
3837
|
-
}))) ?? [],
|
|
3837
|
+
}))) ?? [], _s = (e) => ({
|
|
3838
3838
|
username: e.username ?? "",
|
|
3839
3839
|
birthday: e.mdUserDetail.dob ?? "",
|
|
3840
3840
|
dateCreated: e.mdUserDetail.datecreated ?? "",
|
|
@@ -3842,7 +3842,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3842
3842
|
fullName: e.mdUserDetail.firstname ?? "",
|
|
3843
3843
|
phoneNumber: e.mdUserDetail.mobileno ?? "",
|
|
3844
3844
|
profilePicUrl: e.mdUserDetail.profile_pic ?? ""
|
|
3845
|
-
}),
|
|
3845
|
+
}), Ts = (e) => {
|
|
3846
3846
|
var a, t, n, r, s, o;
|
|
3847
3847
|
return {
|
|
3848
3848
|
platformGame: ((a = e.mdGameListResult) == null ? void 0 : a.map((l) => {
|
|
@@ -3864,8 +3864,11 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3864
3864
|
trial: (c.flag & 4) > 0,
|
|
3865
3865
|
new: (c.flag & 8) > 0
|
|
3866
3866
|
},
|
|
3867
|
-
imageUrl: `${e.mdDomains[c.mdDomains_id]}${
|
|
3868
|
-
logoUrl:
|
|
3867
|
+
imageUrl: `${e.mdDomains[c.mdDomains_id]}${ee(c.img, c.id_GameMaster, `?ts=${c.filemtime}`)}`,
|
|
3868
|
+
logoUrl: qt(
|
|
3869
|
+
c.com ?? "",
|
|
3870
|
+
e.platformCodeImagePath ?? null
|
|
3871
|
+
),
|
|
3869
3872
|
rate: "0.00",
|
|
3870
3873
|
jackpotAmount: ""
|
|
3871
3874
|
}))) ?? [] : []
|
|
@@ -3885,17 +3888,20 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3885
3888
|
trial: (l.flag ?? 0) > 0,
|
|
3886
3889
|
new: (l.flag ?? 0) > 0
|
|
3887
3890
|
},
|
|
3888
|
-
imageUrl: e.mdDomains && e.mdDomains.length > 0 ? `${e.mdDomains[l.mdDomains_id ?? 0]}${
|
|
3889
|
-
logoUrl:
|
|
3891
|
+
imageUrl: e.mdDomains && e.mdDomains.length > 0 ? `${e.mdDomains[l.mdDomains_id ?? 0]}${ee(l.img ?? "", l.id ?? 0, `?ts=${l.filemtime}`)}` : "",
|
|
3892
|
+
logoUrl: qt(
|
|
3893
|
+
l.code_PlatformProduct ?? "",
|
|
3894
|
+
e.platformCodeImagePath ?? null
|
|
3895
|
+
),
|
|
3890
3896
|
rate: "0.00",
|
|
3891
3897
|
jackpotAmount: l.jackpotAmount ?? ""
|
|
3892
3898
|
}))) == null ? void 0 : o.sort((l, m) => (m.jackpotAmount ? 1 : 0) - (l.jackpotAmount ? 1 : 0))) ?? []
|
|
3893
3899
|
},
|
|
3894
3900
|
trialGameList: []
|
|
3895
3901
|
};
|
|
3896
|
-
},
|
|
3902
|
+
}, qt = (e, a) => !a || !e || !(a != null && a[e]) ? "" : a == null ? void 0 : a[e], vs = (e) => ({
|
|
3897
3903
|
list: e.mdGrade.map((a) => {
|
|
3898
|
-
var t, n, r, s, o, l, m, i, c, y, p, g, T, _, k, C, D, h, b, d, $, ne,
|
|
3904
|
+
var t, n, r, s, o, l, m, i, c, y, p, g, T, _, k, C, D, h, b, d, $, ne, Q, re, se, Ye, Be, He, Ue, qe, Ve, Ae, Qe, Xe, Ze, Je, Ke, et, tt, at, nt, rt, st, ot, it, ut, ct, lt, dt, mt, gt, ft, pt, yt, bt, ht, _t, Tt, vt, wt, Pt, Rt, Dt, kt;
|
|
3899
3905
|
return {
|
|
3900
3906
|
id: a.gradeindex,
|
|
3901
3907
|
is_current_level: !1,
|
|
@@ -3939,7 +3945,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3939
3945
|
bonus: v(((h = (D = a.benefit) == null ? void 0 : D.weekly) == null ? void 0 : h.bonus) ?? "0"),
|
|
3940
3946
|
bonus_name: ((d = (b = a.benefit) == null ? void 0 : b.weekly) == null ? void 0 : d.bonus_name) ?? "",
|
|
3941
3947
|
turnover: v(((ne = ($ = a.benefit) == null ? void 0 : $.weekly) == null ? void 0 : ne.turnover) ?? "0"),
|
|
3942
|
-
turnover_name: ((re = (
|
|
3948
|
+
turnover_name: ((re = (Q = a.benefit) == null ? void 0 : Q.weekly) == null ? void 0 : re.turnover_name) ?? ""
|
|
3943
3949
|
},
|
|
3944
3950
|
upgrade: {
|
|
3945
3951
|
isShow: !0,
|
|
@@ -3973,7 +3979,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3973
3979
|
isShow: !0,
|
|
3974
3980
|
bonus: v(((Tt = (_t = a.benefit) == null ? void 0 : _t.salary_20th) == null ? void 0 : Tt.bonus) ?? "0"),
|
|
3975
3981
|
bonus_name: ((wt = (vt = a.benefit) == null ? void 0 : vt.salary_20th) == null ? void 0 : wt.bonus_name) ?? "",
|
|
3976
|
-
turnover: v(((
|
|
3982
|
+
turnover: v(((Rt = (Pt = a.benefit) == null ? void 0 : Pt.salary_20th) == null ? void 0 : Rt.turnover) ?? "0"),
|
|
3977
3983
|
turnover_name: ((kt = (Dt = a.benefit) == null ? void 0 : Dt.salary_20th) == null ? void 0 : kt.turnover_name) ?? ""
|
|
3978
3984
|
}
|
|
3979
3985
|
}
|
|
@@ -4077,7 +4083,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4077
4083
|
title: a.title,
|
|
4078
4084
|
content: a.content
|
|
4079
4085
|
})) ?? []
|
|
4080
|
-
}),
|
|
4086
|
+
}), ws = (e) => ({
|
|
4081
4087
|
category: e.category.map((a) => ({
|
|
4082
4088
|
id: a.catid,
|
|
4083
4089
|
name: a.name
|
|
@@ -4096,42 +4102,42 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4096
4102
|
amountDisplay: ((r = a.promo_cash) == null ? void 0 : r.display) ?? ""
|
|
4097
4103
|
};
|
|
4098
4104
|
}).sort((a, t) => a.claimable && !t.claimable ? -1 : !a.claimable && t.claimable ? 1 : 0)
|
|
4099
|
-
}),
|
|
4105
|
+
}), Ps = (e) => ({
|
|
4100
4106
|
month: {
|
|
4101
|
-
status:
|
|
4107
|
+
status: q(e.month)
|
|
4102
4108
|
},
|
|
4103
4109
|
week: {
|
|
4104
|
-
status:
|
|
4110
|
+
status: q(e.week)
|
|
4105
4111
|
},
|
|
4106
4112
|
day: {
|
|
4107
|
-
status:
|
|
4113
|
+
status: q(e.day)
|
|
4108
4114
|
},
|
|
4109
4115
|
birthday: {
|
|
4110
|
-
status:
|
|
4116
|
+
status: q(e.birthday)
|
|
4111
4117
|
},
|
|
4112
4118
|
salary_1st: {
|
|
4113
|
-
status:
|
|
4119
|
+
status: q(e.salary1st)
|
|
4114
4120
|
},
|
|
4115
4121
|
salary_10th: {
|
|
4116
|
-
status:
|
|
4122
|
+
status: q(e.salary10th)
|
|
4117
4123
|
},
|
|
4118
4124
|
salary_20th: {
|
|
4119
|
-
status:
|
|
4125
|
+
status: q(e.salary20th)
|
|
4120
4126
|
}
|
|
4121
|
-
}),
|
|
4127
|
+
}), q = (e) => ({
|
|
4122
4128
|
claimable: e === 1,
|
|
4123
4129
|
expired: e === 0,
|
|
4124
4130
|
claimed: e === -1
|
|
4125
4131
|
}), Rs = (e) => e.mdVipSetting.filter((t) => t.status == 1).map((t) => ({
|
|
4126
4132
|
fieldName: t.fieldname,
|
|
4127
4133
|
showName: t.showname
|
|
4128
|
-
})),
|
|
4134
|
+
})), Ds = (e) => ({
|
|
4129
4135
|
current_deposit: e.deposit,
|
|
4130
4136
|
current_turnover: e.turnOver,
|
|
4131
4137
|
current_grade_id: e.mdCurrentGrade ? e.mdCurrentGrade.gradeindex : 0,
|
|
4132
4138
|
next_grade_id: e.mdNextGrade.gradeindex,
|
|
4133
4139
|
percentage: Number(e.percentage) * 100 > 100 ? 100 : Number(e.percentage) * 100
|
|
4134
|
-
}),
|
|
4140
|
+
}), ks = (e) => {
|
|
4135
4141
|
var n, r, s, o, l, m, i, c;
|
|
4136
4142
|
let a = 4;
|
|
4137
4143
|
e.vipcalculation && (a = Number(e.vipcalculation));
|
|
@@ -4179,7 +4185,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4179
4185
|
facebookPixelIdArr: e.facebook_pixel_id_arr ?? [],
|
|
4180
4186
|
googleAnalyticArr: e.google_analytic_arr ?? []
|
|
4181
4187
|
};
|
|
4182
|
-
},
|
|
4188
|
+
}, xs = (e) => {
|
|
4183
4189
|
var a, t, n, r, s, o, l, m;
|
|
4184
4190
|
return {
|
|
4185
4191
|
banner: ((a = e.mobileBanner) == null ? void 0 : a.map((i) => `${i.imagepath}?ts=${i.filemtime}`)) ?? [],
|
|
@@ -4214,7 +4220,7 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4214
4220
|
redirect: i.link_target == 0
|
|
4215
4221
|
}))) ?? []
|
|
4216
4222
|
};
|
|
4217
|
-
},
|
|
4223
|
+
}, Os = (e) => {
|
|
4218
4224
|
var a;
|
|
4219
4225
|
return ((a = e.data) == null ? void 0 : a.filter((t) => t.status == "1").map((t) => ({
|
|
4220
4226
|
code: t.area_code,
|
|
@@ -4223,42 +4229,42 @@ const Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4223
4229
|
minLength: t.minlength,
|
|
4224
4230
|
maxLength: t.maxlength
|
|
4225
4231
|
}))) ?? [];
|
|
4226
|
-
},
|
|
4232
|
+
}, Ms = (e) => e, Ss = (e) => {
|
|
4227
4233
|
let a = null;
|
|
4228
4234
|
return e ? e.status != 1 ? a = 0 : a = e.mainwallet : a = 0, {
|
|
4229
4235
|
amount: a
|
|
4230
4236
|
};
|
|
4231
|
-
},
|
|
4237
|
+
}, Is = (e) => {
|
|
4232
4238
|
var a;
|
|
4233
4239
|
return ((a = e.data) == null ? void 0 : a.filter((t) => t.status == "1").map((t) => ({
|
|
4234
4240
|
name: t.title,
|
|
4235
4241
|
code: t.code,
|
|
4236
4242
|
iconUrl: t.flag_icon
|
|
4237
4243
|
}))) ?? [];
|
|
4238
|
-
},
|
|
4244
|
+
}, js = (e) => ({
|
|
4239
4245
|
name: ""
|
|
4240
|
-
}),
|
|
4246
|
+
}), Cs = (e) => {
|
|
4241
4247
|
var a;
|
|
4242
4248
|
return ((a = e.data) == null ? void 0 : a.filter((t) => t.company_status == 1).map((t) => ({
|
|
4243
4249
|
id: t.company_id,
|
|
4244
4250
|
name: t.company_name,
|
|
4245
4251
|
date: []
|
|
4246
4252
|
}))) ?? [];
|
|
4247
|
-
},
|
|
4253
|
+
}, Ns = (e) => {
|
|
4248
4254
|
var a;
|
|
4249
4255
|
return ((a = e.data) == null ? void 0 : a.map((t) => {
|
|
4250
4256
|
var n;
|
|
4251
4257
|
return {
|
|
4252
4258
|
id: t.key,
|
|
4253
|
-
date: ((n = t.draw_date) == null ? void 0 : n.map((r) =>
|
|
4259
|
+
date: ((n = t.draw_date) == null ? void 0 : n.map((r) => Ls(r.draw_tmactive))) ?? []
|
|
4254
4260
|
};
|
|
4255
4261
|
})) ?? [];
|
|
4256
4262
|
};
|
|
4257
|
-
function
|
|
4263
|
+
function Ls(e) {
|
|
4258
4264
|
const a = new Date(e * 1e3), t = a.getFullYear(), n = ("0" + (a.getMonth() + 1)).slice(-2), r = ("0" + a.getDate()).slice(-2);
|
|
4259
4265
|
return `${t}-${n}-${r}`;
|
|
4260
4266
|
}
|
|
4261
|
-
const
|
|
4267
|
+
const $s = (e) => {
|
|
4262
4268
|
var a;
|
|
4263
4269
|
return ((a = e.data) == null ? void 0 : a.map((t) => {
|
|
4264
4270
|
var n;
|
|
@@ -4271,7 +4277,7 @@ const Ls = (e) => {
|
|
|
4271
4277
|
}))) ?? []
|
|
4272
4278
|
};
|
|
4273
4279
|
})) ?? [];
|
|
4274
|
-
},
|
|
4280
|
+
}, Gs = (e) => e.data.map((a) => ({
|
|
4275
4281
|
companyId: a.company_id,
|
|
4276
4282
|
companyName: a.company_name,
|
|
4277
4283
|
resultByDateList: a.draws.map((t) => {
|
|
@@ -4310,9 +4316,9 @@ const Ls = (e) => {
|
|
|
4310
4316
|
}
|
|
4311
4317
|
};
|
|
4312
4318
|
})
|
|
4313
|
-
})),
|
|
4319
|
+
})), Fs = (e) => e.data ? e.data.filter((a) => !Ht(a.matchDate, 120)).map((a) => ({
|
|
4314
4320
|
id: a.id,
|
|
4315
|
-
date:
|
|
4321
|
+
date: ba(pe(a.matchDate)),
|
|
4316
4322
|
started: Ht(a.matchDate),
|
|
4317
4323
|
stage: a.Stage,
|
|
4318
4324
|
sportId: a.SportID,
|
|
@@ -4334,18 +4340,18 @@ const Ls = (e) => {
|
|
|
4334
4340
|
score: a.HomeScore ?? 0,
|
|
4335
4341
|
logo_url: a.homeLogo
|
|
4336
4342
|
}
|
|
4337
|
-
})) ?? [] : [],
|
|
4343
|
+
})) ?? [] : [], zs = (e) => ({
|
|
4338
4344
|
status: e.status == 1,
|
|
4339
4345
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4340
4346
|
paymentUrl: e.urlpayment ?? ""
|
|
4341
|
-
}),
|
|
4347
|
+
}), Ws = (e) => ({
|
|
4342
4348
|
status: e.status == 1,
|
|
4343
4349
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4344
4350
|
flag: e.flag
|
|
4345
|
-
}),
|
|
4351
|
+
}), R = (e) => ({
|
|
4346
4352
|
status: e.status == 1,
|
|
4347
4353
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
4348
|
-
}),
|
|
4354
|
+
}), Es = (e) => R(e), Ys = (e) => {
|
|
4349
4355
|
var a, t, n, r, s;
|
|
4350
4356
|
return {
|
|
4351
4357
|
bankCard: ((a = e.bankCard) == null ? void 0 : a.map((o) => {
|
|
@@ -4403,7 +4409,7 @@ const Ls = (e) => {
|
|
|
4403
4409
|
},
|
|
4404
4410
|
bankCardLimit: e.bankcardlimit
|
|
4405
4411
|
};
|
|
4406
|
-
},
|
|
4412
|
+
}, Bs = (e) => ({
|
|
4407
4413
|
withdrawMin: Number(e.withdrawMin),
|
|
4408
4414
|
withdrawMax: Number(e.withdrawMax),
|
|
4409
4415
|
dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
|
|
@@ -4412,12 +4418,12 @@ const Ls = (e) => {
|
|
|
4412
4418
|
withdrawCount: e.withdrawCount,
|
|
4413
4419
|
withdrawMin135: Number(e.withdrawMin_135) && Number(e.withdrawMin_135) > 0 ? Number(e.withdrawMin_135) : Number(e.withdrawMin),
|
|
4414
4420
|
withdrawMax135: Number(e.withdrawMax_135) && Number(e.withdrawMax_135) > 0 ? Number(e.withdrawMax_135) : Number(e.withdrawMax)
|
|
4415
|
-
}),
|
|
4421
|
+
}), Hs = (e) => R(e);
|
|
4416
4422
|
var L = /* @__PURE__ */ ((e) => (e.deposit = "deposit", e.withdraw = "withdraw", e.promo = "promotion", e.manual = "adjustment", e.cashIn = "cashIn", e.cashOut = "cashOut", e.transfer = "transfer", e.incentive = "incentive", e.upgradeBonus = "upgradeBonus", e.extension = "extension", e.creditTransfer = "creditTransfer", e.shareHolder = "shareHolderDividend", e))(L || {});
|
|
4417
|
-
const
|
|
4423
|
+
const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4418
4424
|
__proto__: null,
|
|
4419
4425
|
TransactionMethod: L
|
|
4420
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
4426
|
+
}, Symbol.toStringTag, { value: "Module" })), Us = (e) => {
|
|
4421
4427
|
var a, t, n, r, s, o;
|
|
4422
4428
|
return {
|
|
4423
4429
|
statusMode: ((a = e.subStatusModes) == null ? void 0 : a.map((l) => ({
|
|
@@ -4437,7 +4443,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4437
4443
|
transactionIndex: l.ledgerindex,
|
|
4438
4444
|
transactionInfo: {
|
|
4439
4445
|
id: l.fundindex,
|
|
4440
|
-
desc:
|
|
4446
|
+
desc: qs(l.fundindex, l.transactionindex),
|
|
4441
4447
|
ext: l.fundindex === 3 ? `(${l.promo_cash})` : ""
|
|
4442
4448
|
},
|
|
4443
4449
|
statusInfo: {
|
|
@@ -4453,7 +4459,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4453
4459
|
})) ?? []
|
|
4454
4460
|
}
|
|
4455
4461
|
};
|
|
4456
|
-
},
|
|
4462
|
+
}, qs = (e, a) => {
|
|
4457
4463
|
switch (e) {
|
|
4458
4464
|
case 1:
|
|
4459
4465
|
if (a === 1)
|
|
@@ -4483,9 +4489,9 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4483
4489
|
return L.shareHolder;
|
|
4484
4490
|
}
|
|
4485
4491
|
return "";
|
|
4486
|
-
},
|
|
4492
|
+
}, Vs = (e) => ({
|
|
4487
4493
|
status: e.status == 1
|
|
4488
|
-
}),
|
|
4494
|
+
}), As = (e) => (e == null ? void 0 : e.map((a) => {
|
|
4489
4495
|
var t;
|
|
4490
4496
|
return {
|
|
4491
4497
|
activeCom: ((t = a.active_com) == null ? void 0 : t.map((n) => ({
|
|
@@ -4498,7 +4504,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4498
4504
|
com: a.com ?? "",
|
|
4499
4505
|
maintenance: a.maintenance ?? !1
|
|
4500
4506
|
};
|
|
4501
|
-
})) ?? [],
|
|
4507
|
+
})) ?? [], Qs = (e) => ({
|
|
4502
4508
|
status: e.status == 1,
|
|
4503
4509
|
message: e.message ?? "",
|
|
4504
4510
|
data: e.data.map((a) => ({
|
|
@@ -4508,7 +4514,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4508
4514
|
imageUrl: a.image_url,
|
|
4509
4515
|
getToken: a.getToken === 1
|
|
4510
4516
|
}))
|
|
4511
|
-
}),
|
|
4517
|
+
}), Xs = (e) => {
|
|
4512
4518
|
var a;
|
|
4513
4519
|
return {
|
|
4514
4520
|
status: e.status == 1,
|
|
@@ -4518,13 +4524,13 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4518
4524
|
tokenAmount: t.token_amount
|
|
4519
4525
|
}))) ?? []
|
|
4520
4526
|
};
|
|
4521
|
-
},
|
|
4527
|
+
}, Zs = (e) => ({
|
|
4522
4528
|
status: e.status == 1,
|
|
4523
4529
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4524
4530
|
loginId: e.loginId ?? "",
|
|
4525
4531
|
password: e.password ?? "",
|
|
4526
4532
|
downloadUrl: e.download_link ?? ""
|
|
4527
|
-
}),
|
|
4533
|
+
}), Js = (e) => ({
|
|
4528
4534
|
mail: (e == null ? void 0 : e.filter((a) => a.type == "1").map((a) => {
|
|
4529
4535
|
var t, n;
|
|
4530
4536
|
return {
|
|
@@ -4546,7 +4552,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4546
4552
|
amount: parseFloat(a.amount ?? "0")
|
|
4547
4553
|
};
|
|
4548
4554
|
})) ?? []
|
|
4549
|
-
}),
|
|
4555
|
+
}), Ks = (e) => {
|
|
4550
4556
|
var a, t, n, r;
|
|
4551
4557
|
return {
|
|
4552
4558
|
currentPage: ((a = e.mdGameLists) == null ? void 0 : a.current_page) ?? 1,
|
|
@@ -4562,13 +4568,13 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4562
4568
|
trial: !1,
|
|
4563
4569
|
new: !1
|
|
4564
4570
|
},
|
|
4565
|
-
imageUrl: `${e.mdDomains[s.mdDomains_id]}${
|
|
4566
|
-
logoUrl:
|
|
4571
|
+
imageUrl: `${e.mdDomains[s.mdDomains_id]}${ee(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
4572
|
+
logoUrl: s.code_PlatformMaster ? `/image/platform_logo/platform_logo_${s.code_PlatformMaster}.png?v=1` : "",
|
|
4567
4573
|
rate: "0.00",
|
|
4568
4574
|
jackpotAmount: ""
|
|
4569
4575
|
}))) ?? []
|
|
4570
4576
|
};
|
|
4571
|
-
},
|
|
4577
|
+
}, eo = (e) => e.mdGameLists.map((a) => ({
|
|
4572
4578
|
id: a.id,
|
|
4573
4579
|
name: a.name,
|
|
4574
4580
|
list: a.gameList.map((t) => {
|
|
@@ -4579,7 +4585,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4579
4585
|
imageUrl: s
|
|
4580
4586
|
};
|
|
4581
4587
|
})
|
|
4582
|
-
})),
|
|
4588
|
+
})), to = (e) => {
|
|
4583
4589
|
let a = "0", t = "0", n = "0", r = "0", s = "0", o = "0";
|
|
4584
4590
|
return e.status == 0 ? {
|
|
4585
4591
|
claimedReward: a,
|
|
@@ -4596,7 +4602,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4596
4602
|
totalReward: s,
|
|
4597
4603
|
unclaimReward: o
|
|
4598
4604
|
});
|
|
4599
|
-
},
|
|
4605
|
+
}, ao = (e) => {
|
|
4600
4606
|
const a = /* @__PURE__ */ new Set(), t = e.data.map((s) => (a.add(s.downline), {
|
|
4601
4607
|
id: s.logindex,
|
|
4602
4608
|
name: s.firstname,
|
|
@@ -4609,7 +4615,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4609
4615
|
totalCount: r,
|
|
4610
4616
|
list: t
|
|
4611
4617
|
};
|
|
4612
|
-
},
|
|
4618
|
+
}, no = (e) => {
|
|
4613
4619
|
let a = "0", t = "0", n = "0", r = "0", s = "0", o = "0";
|
|
4614
4620
|
return e.status == 0 ? {
|
|
4615
4621
|
claimedReward: a,
|
|
@@ -4626,7 +4632,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4626
4632
|
totalReward: s,
|
|
4627
4633
|
unclaimReward: o
|
|
4628
4634
|
});
|
|
4629
|
-
},
|
|
4635
|
+
}, ro = (e) => {
|
|
4630
4636
|
const a = /* @__PURE__ */ new Set(), t = e.data.map((s) => (a.add(s.accountid), {
|
|
4631
4637
|
id: s.id,
|
|
4632
4638
|
name: s.firstname,
|
|
@@ -4640,7 +4646,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4640
4646
|
totalCount: r,
|
|
4641
4647
|
list: t
|
|
4642
4648
|
};
|
|
4643
|
-
},
|
|
4649
|
+
}, so = (e) => {
|
|
4644
4650
|
let a = "0", t = "0", n = "0", r = "0", s = "0", o = "0";
|
|
4645
4651
|
return e.status == 0 ? {
|
|
4646
4652
|
claimedReward: a,
|
|
@@ -4657,7 +4663,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4657
4663
|
totalReward: s,
|
|
4658
4664
|
unclaimReward: o
|
|
4659
4665
|
});
|
|
4660
|
-
},
|
|
4666
|
+
}, oo = (e) => {
|
|
4661
4667
|
const a = /* @__PURE__ */ new Set(), t = e.data.map((s) => (a.add(s.accountid), {
|
|
4662
4668
|
id: s.logindex,
|
|
4663
4669
|
name: s.firstname,
|
|
@@ -4670,7 +4676,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4670
4676
|
totalCount: r,
|
|
4671
4677
|
list: t
|
|
4672
4678
|
};
|
|
4673
|
-
},
|
|
4679
|
+
}, io = (e) => {
|
|
4674
4680
|
const a = {
|
|
4675
4681
|
claimedReward: "0",
|
|
4676
4682
|
currentInvite: "0",
|
|
@@ -4718,7 +4724,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4718
4724
|
turnOverRewardData: t,
|
|
4719
4725
|
topupRewardData: n
|
|
4720
4726
|
};
|
|
4721
|
-
},
|
|
4727
|
+
}, uo = (e) => {
|
|
4722
4728
|
if (e.status == 0 || e.data.new_price == null || e.data.ori_price == null || e.data.promoindex == null)
|
|
4723
4729
|
return null;
|
|
4724
4730
|
const a = Number(e.data.ori_price), t = Number(e.data.new_price), n = Math.round((a - t) / t * 100);
|
|
@@ -4728,16 +4734,16 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4728
4734
|
depositAmount: t,
|
|
4729
4735
|
percentage: n
|
|
4730
4736
|
};
|
|
4731
|
-
},
|
|
4737
|
+
}, co = (e) => ({
|
|
4732
4738
|
status: e.status == 1,
|
|
4733
4739
|
message: e.msg ?? ""
|
|
4734
|
-
}),
|
|
4740
|
+
}), lo = (e) => ({
|
|
4735
4741
|
status: e.status == 1,
|
|
4736
4742
|
message: e.msg ?? ""
|
|
4737
|
-
}),
|
|
4743
|
+
}), mo = (e) => ({
|
|
4738
4744
|
status: e.status == 1,
|
|
4739
4745
|
message: e.msg ?? ""
|
|
4740
|
-
}),
|
|
4746
|
+
}), go = (e) => e.status == 0 ? {
|
|
4741
4747
|
deposit: "0",
|
|
4742
4748
|
reward: "0",
|
|
4743
4749
|
turnover: "0",
|
|
@@ -4747,7 +4753,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4747
4753
|
reward: e.data.reward,
|
|
4748
4754
|
turnover: e.data.turnover,
|
|
4749
4755
|
multiplier: e.data.multiply
|
|
4750
|
-
},
|
|
4756
|
+
}, fo = (e) => {
|
|
4751
4757
|
if (e.status == 0 || !e.data)
|
|
4752
4758
|
return {};
|
|
4753
4759
|
const a = {};
|
|
@@ -4767,7 +4773,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4767
4773
|
}
|
|
4768
4774
|
}
|
|
4769
4775
|
return a;
|
|
4770
|
-
},
|
|
4776
|
+
}, po = (e) => {
|
|
4771
4777
|
if (e.status == 0 || !e.data)
|
|
4772
4778
|
return {};
|
|
4773
4779
|
const a = {};
|
|
@@ -4787,7 +4793,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4787
4793
|
}
|
|
4788
4794
|
}
|
|
4789
4795
|
return a;
|
|
4790
|
-
},
|
|
4796
|
+
}, yo = (e) => R(e), bo = (e) => R(e), ho = (e) => {
|
|
4791
4797
|
var a, t, n, r, s;
|
|
4792
4798
|
return {
|
|
4793
4799
|
status: e.status == 1,
|
|
@@ -4800,8 +4806,8 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4800
4806
|
};
|
|
4801
4807
|
}, Ie = (e) => ({
|
|
4802
4808
|
validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
|
|
4803
|
-
forms:
|
|
4804
|
-
}),
|
|
4809
|
+
forms: _o(e)
|
|
4810
|
+
}), _o = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((a) => ({
|
|
4805
4811
|
id: a.id,
|
|
4806
4812
|
fieldName: a.fieldname,
|
|
4807
4813
|
regex: a.regex,
|
|
@@ -4819,7 +4825,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4819
4825
|
regex: a.regex,
|
|
4820
4826
|
showName: a.showname,
|
|
4821
4827
|
inputHelper: a.inputHelper
|
|
4822
|
-
})) : [],
|
|
4828
|
+
})) : [], To = (e) => R(e), vo = (e) => e, wo = (e) => {
|
|
4823
4829
|
var a;
|
|
4824
4830
|
return {
|
|
4825
4831
|
status: e.status == 1,
|
|
@@ -4829,22 +4835,22 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4829
4835
|
ledgerIndex: e.checkgame.ledgerindex ?? 0,
|
|
4830
4836
|
amount: e.checkgame.amount ?? ""
|
|
4831
4837
|
};
|
|
4832
|
-
},
|
|
4838
|
+
}, Po = (e) => R(e), Ro = (e) => ({
|
|
4833
4839
|
status: e.status == 1,
|
|
4834
4840
|
message: e.message,
|
|
4835
4841
|
user: e.user ?? ""
|
|
4836
|
-
}),
|
|
4842
|
+
}), Do = (e) => ({
|
|
4837
4843
|
status: e.status == 1,
|
|
4838
4844
|
message: e.msg ?? "",
|
|
4839
4845
|
amount: e.amount ?? ""
|
|
4840
|
-
}),
|
|
4846
|
+
}), ko = (e) => R(e), xo = (e) => {
|
|
4841
4847
|
var a;
|
|
4842
4848
|
return {
|
|
4843
4849
|
status: e.status == 1,
|
|
4844
4850
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4845
4851
|
dayStreak: ((a = e.data) == null ? void 0 : a.continuousDay) ?? 0
|
|
4846
4852
|
};
|
|
4847
|
-
},
|
|
4853
|
+
}, Oo = (e) => {
|
|
4848
4854
|
var a;
|
|
4849
4855
|
return {
|
|
4850
4856
|
status: e.status == 1,
|
|
@@ -4862,19 +4868,19 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4862
4868
|
};
|
|
4863
4869
|
})) ?? []
|
|
4864
4870
|
};
|
|
4865
|
-
},
|
|
4871
|
+
}, Mo = (e) => ({
|
|
4866
4872
|
status: e.status == 1,
|
|
4867
4873
|
message: e.msg ?? ""
|
|
4868
|
-
}),
|
|
4874
|
+
}), So = (e) => ({
|
|
4869
4875
|
status: e.status == 1,
|
|
4870
4876
|
code: e.code ?? 0,
|
|
4871
4877
|
message: e.msg ?? "",
|
|
4872
4878
|
form: e.form ?? "",
|
|
4873
4879
|
gameUrl: e.data ?? ""
|
|
4874
|
-
}),
|
|
4880
|
+
}), Io = (e) => R(e), jo = (e) => R(e), je = (e) => ({
|
|
4875
4881
|
status: e.status == 1,
|
|
4876
4882
|
message: e.errormessage ?? ""
|
|
4877
|
-
}),
|
|
4883
|
+
}), Co = (e) => R(e), No = (e) => e, Lo = (e) => R(e), $o = (e) => {
|
|
4878
4884
|
var a;
|
|
4879
4885
|
return {
|
|
4880
4886
|
platformProduct: ((a = e.mdPlatformProduct) == null ? void 0 : a.map((t) => ({
|
|
@@ -4883,7 +4889,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4883
4889
|
com: t.com
|
|
4884
4890
|
}))) ?? []
|
|
4885
4891
|
};
|
|
4886
|
-
},
|
|
4892
|
+
}, Go = (e) => {
|
|
4887
4893
|
var a;
|
|
4888
4894
|
return ((a = e.mdProductMaster) == null ? void 0 : a.map((t) => {
|
|
4889
4895
|
var n;
|
|
@@ -4898,33 +4904,33 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4898
4904
|
}))) ?? []
|
|
4899
4905
|
};
|
|
4900
4906
|
})) ?? [];
|
|
4901
|
-
},
|
|
4907
|
+
}, Fo = (e) => R(e), zo = (e) => R(e), Wo = (e) => R(e), Eo = (e) => R(e), Yo = (e) => R(e), Bo = (e) => R(e), Ho = (e) => R(e), Uo = (e) => ({
|
|
4902
4908
|
status: e.status == 1,
|
|
4903
4909
|
message: e.msg ?? "",
|
|
4904
4910
|
data: e.data
|
|
4905
|
-
}),
|
|
4911
|
+
}), qo = (e) => ({
|
|
4906
4912
|
status: e.status == 1,
|
|
4907
4913
|
message: e.msg ?? ""
|
|
4908
|
-
}),
|
|
4914
|
+
}), Vo = (e) => {
|
|
4909
4915
|
let a = "";
|
|
4910
4916
|
return e.data && (a = e.data.max_promo_amt), {
|
|
4911
4917
|
status: e.status == 1,
|
|
4912
4918
|
amount: a
|
|
4913
4919
|
};
|
|
4914
|
-
},
|
|
4920
|
+
}, Ao = (e) => ({
|
|
4915
4921
|
eventDescription: {
|
|
4916
4922
|
condition: e.bottomDescription.signinCondition,
|
|
4917
4923
|
prize: e.bottomDescription.signinPrize,
|
|
4918
4924
|
others: e.bottomDescription.otherDescription
|
|
4919
4925
|
},
|
|
4920
4926
|
firstDayOfMonth: e.firstDayOfMonth
|
|
4921
|
-
}),
|
|
4927
|
+
}), Qo = (e) => ({
|
|
4922
4928
|
status: e.status == 1,
|
|
4923
4929
|
signedDays: e.days,
|
|
4924
4930
|
signedToday: e.todayIsSign === 1,
|
|
4925
4931
|
dayStreak: e.continuousDay,
|
|
4926
4932
|
canSignToday: e.canSign === 1
|
|
4927
|
-
}),
|
|
4933
|
+
}), Xo = (e) => ({
|
|
4928
4934
|
status: e.status == 1,
|
|
4929
4935
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4930
4936
|
fullName: e.fullname,
|
|
@@ -4962,7 +4968,7 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4962
4968
|
commission: t.commission
|
|
4963
4969
|
}))
|
|
4964
4970
|
}))
|
|
4965
|
-
}),
|
|
4971
|
+
}), Zo = (e) => ({
|
|
4966
4972
|
status: e.status == 1,
|
|
4967
4973
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4968
4974
|
id: e.id ?? 0,
|
|
@@ -4974,17 +4980,17 @@ const Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4974
4980
|
})),
|
|
4975
4981
|
currentPage: e.page,
|
|
4976
4982
|
lastPage: e.lastpage
|
|
4977
|
-
}),
|
|
4983
|
+
}), Jo = (e) => ({
|
|
4978
4984
|
status: e.status == "1",
|
|
4979
4985
|
message: e.msg ?? "",
|
|
4980
4986
|
username: e.accountcode,
|
|
4981
4987
|
password: e.password
|
|
4982
4988
|
});
|
|
4983
4989
|
var ye = /* @__PURE__ */ ((e) => (e.toPlatform = "transferIn", e.toWallet = "transferOut", e))(ye || {});
|
|
4984
|
-
const
|
|
4990
|
+
const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4985
4991
|
__proto__: null,
|
|
4986
4992
|
TransferMethod: ye
|
|
4987
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
4993
|
+
}, Symbol.toStringTag, { value: "Module" })), Ko = (e) => {
|
|
4988
4994
|
var a;
|
|
4989
4995
|
return {
|
|
4990
4996
|
currentPage: e.mdGameCreditLimitTransfers.current_page,
|
|
@@ -4997,7 +5003,7 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4997
5003
|
dateTime: t.transferdatetime
|
|
4998
5004
|
}))) ?? []
|
|
4999
5005
|
};
|
|
5000
|
-
},
|
|
5006
|
+
}, ei = (e) => {
|
|
5001
5007
|
var a;
|
|
5002
5008
|
return {
|
|
5003
5009
|
currentPage: e.mdAgTransfeReport.current_page,
|
|
@@ -5010,7 +5016,7 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5010
5016
|
dateTime: t.transferdatetime
|
|
5011
5017
|
}))) ?? []
|
|
5012
5018
|
};
|
|
5013
|
-
},
|
|
5019
|
+
}, ti = (e) => {
|
|
5014
5020
|
var a, t, n, r, s, o, l, m, i, c, y;
|
|
5015
5021
|
return {
|
|
5016
5022
|
status: e.status == 1,
|
|
@@ -5049,7 +5055,7 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5049
5055
|
lastPage: ((y = e.data) == null ? void 0 : y.page.last_page) ?? 1
|
|
5050
5056
|
}
|
|
5051
5057
|
};
|
|
5052
|
-
},
|
|
5058
|
+
}, ai = (e) => {
|
|
5053
5059
|
var a, t, n;
|
|
5054
5060
|
return {
|
|
5055
5061
|
status: e.status == 1,
|
|
@@ -5060,7 +5066,7 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5060
5066
|
binded: ((n = e.data) == null ? void 0 : n.binded) ?? !1
|
|
5061
5067
|
}
|
|
5062
5068
|
};
|
|
5063
|
-
},
|
|
5069
|
+
}, ni = (e) => R(e), ri = (e) => {
|
|
5064
5070
|
var a;
|
|
5065
5071
|
return {
|
|
5066
5072
|
status: e.status == 1,
|
|
@@ -5070,7 +5076,7 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5070
5076
|
createdAt: t.created_at
|
|
5071
5077
|
}))) ?? []
|
|
5072
5078
|
};
|
|
5073
|
-
},
|
|
5079
|
+
}, si = (e) => R(e), oi = (e) => {
|
|
5074
5080
|
var a, t, n;
|
|
5075
5081
|
return {
|
|
5076
5082
|
status: e.status == 1,
|
|
@@ -5095,18 +5101,18 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5095
5101
|
}))) ?? []
|
|
5096
5102
|
}
|
|
5097
5103
|
};
|
|
5098
|
-
},
|
|
5104
|
+
}, ii = (e) => R(e), ui = (e) => ({
|
|
5099
5105
|
status: e.status == 1,
|
|
5100
5106
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
5101
5107
|
tokenAmount: e.token_amount
|
|
5102
|
-
}),
|
|
5108
|
+
}), ci = (e) => R(e), li = (e) => {
|
|
5103
5109
|
let a = 0;
|
|
5104
5110
|
return e.data != null && typeof e.data == "object" && (a = e.data.amount), {
|
|
5105
5111
|
status: e.status,
|
|
5106
5112
|
message: e.msg ?? "",
|
|
5107
5113
|
amount: a
|
|
5108
5114
|
};
|
|
5109
|
-
},
|
|
5115
|
+
}, di = (e) => e.status == 0 ? {
|
|
5110
5116
|
record: {
|
|
5111
5117
|
today: {
|
|
5112
5118
|
deposit: "0",
|
|
@@ -5136,15 +5142,15 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5136
5142
|
loseLimit: a.loselimit,
|
|
5137
5143
|
maxReward: a.max_reward
|
|
5138
5144
|
}))
|
|
5139
|
-
},
|
|
5145
|
+
}, mi = (e) => e.status == 0 ? [] : e.data.map((a) => ({
|
|
5140
5146
|
amount: a.amount,
|
|
5141
5147
|
date: a.date,
|
|
5142
5148
|
deposit: a.deposit,
|
|
5143
5149
|
payout: a.payout
|
|
5144
|
-
})),
|
|
5150
|
+
})), gi = (e) => ({
|
|
5145
5151
|
status: e.status == 1,
|
|
5146
5152
|
message: e.msg ?? ""
|
|
5147
|
-
}),
|
|
5153
|
+
}), fi = (e) => {
|
|
5148
5154
|
var a, t, n, r;
|
|
5149
5155
|
return {
|
|
5150
5156
|
status: e.status == 1,
|
|
@@ -5172,31 +5178,31 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5172
5178
|
}))) ?? []
|
|
5173
5179
|
}
|
|
5174
5180
|
};
|
|
5175
|
-
},
|
|
5181
|
+
}, pi = (e) => ({
|
|
5176
5182
|
status: e.status == 1,
|
|
5177
5183
|
message: e.msg ?? ""
|
|
5178
|
-
}),
|
|
5184
|
+
}), yi = (e) => {
|
|
5179
5185
|
var a, t;
|
|
5180
5186
|
return {
|
|
5181
5187
|
status: e.status == 1,
|
|
5182
5188
|
errorMessage: e.errormessage ?? "",
|
|
5183
5189
|
isAutoTransfer: e.optionkey == "auto" || ((a = e.message) == null ? void 0 : a.optionkey) == "auto" || ((t = e.mdAccountSetting) == null ? void 0 : t.optionkey) == "auto"
|
|
5184
5190
|
};
|
|
5185
|
-
},
|
|
5191
|
+
}, bi = (e) => R(e), hi = (e) => ({
|
|
5186
5192
|
status: e.status,
|
|
5187
5193
|
message: e.msg ?? "",
|
|
5188
5194
|
turnover: e.data ? e.data.turnover : 0,
|
|
5189
5195
|
percentage: e.data ? e.data.percentage ?? 0 : 0,
|
|
5190
5196
|
incentive: e.data ? e.data.incentive : 0,
|
|
5191
5197
|
claimable: 0
|
|
5192
|
-
}),
|
|
5198
|
+
}), _i = (e) => {
|
|
5193
5199
|
let a = "0";
|
|
5194
5200
|
return e.data && (a = e.data.incentive), {
|
|
5195
5201
|
status: e.status,
|
|
5196
5202
|
message: e.msg ?? "",
|
|
5197
5203
|
amount: a
|
|
5198
5204
|
};
|
|
5199
|
-
},
|
|
5205
|
+
}, Ti = (e) => {
|
|
5200
5206
|
let a = "0";
|
|
5201
5207
|
return e.data && (a = e.data.incentive), {
|
|
5202
5208
|
status: e.status,
|
|
@@ -5205,33 +5211,33 @@ const Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5205
5211
|
};
|
|
5206
5212
|
};
|
|
5207
5213
|
var W = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(W || {});
|
|
5208
|
-
const
|
|
5214
|
+
const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5209
5215
|
__proto__: null,
|
|
5210
5216
|
MissionStatus: W
|
|
5211
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5217
|
+
}, Symbol.toStringTag, { value: "Module" })), vi = (e) => {
|
|
5212
5218
|
if (e.status === 0)
|
|
5213
5219
|
return {
|
|
5214
5220
|
status: e.status,
|
|
5215
5221
|
data: null
|
|
5216
5222
|
};
|
|
5217
|
-
const a =
|
|
5223
|
+
const a = Vt(e, 0), t = Vt(e, 1);
|
|
5218
5224
|
return {
|
|
5219
5225
|
status: e.status,
|
|
5220
5226
|
data: {
|
|
5221
|
-
period: `${
|
|
5227
|
+
period: `${At(e.data.datefrom)} ~ ${At(e.data.dateto)}`,
|
|
5222
5228
|
gift: {
|
|
5223
5229
|
deposit: {
|
|
5224
5230
|
current: a.filter((n) => n.status == W.collected).length,
|
|
5225
5231
|
total: a.length,
|
|
5226
|
-
percentage:
|
|
5232
|
+
percentage: Qt(a)
|
|
5227
5233
|
},
|
|
5228
5234
|
activeBet: {
|
|
5229
5235
|
current: t.filter((n) => n.status == W.collected).length,
|
|
5230
5236
|
total: t.length,
|
|
5231
|
-
percentage:
|
|
5237
|
+
percentage: Qt(t)
|
|
5232
5238
|
},
|
|
5233
5239
|
grandPrize: {
|
|
5234
|
-
countDownTimestamp:
|
|
5240
|
+
countDownTimestamp: wi(e.data.dateto),
|
|
5235
5241
|
status: e.data.final_claimable ? e.data.final_collected === "1" ? W.collected : W.collectable : W.inProgress,
|
|
5236
5242
|
prize: e.data.reward
|
|
5237
5243
|
}
|
|
@@ -5240,7 +5246,7 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5240
5246
|
activeBet: t
|
|
5241
5247
|
}
|
|
5242
5248
|
};
|
|
5243
|
-
},
|
|
5249
|
+
}, Vt = (e, a) => e.data.tier.filter((t) => t.type == a).map((t) => {
|
|
5244
5250
|
const n = Math.min(t.achieve ?? 0, t.requirement);
|
|
5245
5251
|
return {
|
|
5246
5252
|
id: t.transid,
|
|
@@ -5252,16 +5258,16 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5252
5258
|
currentPercentage: (n / t.requirement * 100).toFixed(0)
|
|
5253
5259
|
}
|
|
5254
5260
|
};
|
|
5255
|
-
}),
|
|
5261
|
+
}), At = (e) => {
|
|
5256
5262
|
const a = new Date(e), t = a.getDate().toString().padStart(2, "0"), n = (a.getMonth() + 1).toString().padStart(2, "0"), r = a.getHours().toString().padStart(2, "0"), s = a.getMinutes().toString().padStart(2, "0");
|
|
5257
5263
|
return `${t}/${n} ${r}:${s}`;
|
|
5258
|
-
},
|
|
5264
|
+
}, Qt = (e) => {
|
|
5259
5265
|
const a = e.reduce((n, r) => n + parseFloat(r.reward), 0), t = e.reduce((n, r) => n + r.progress.total, 0);
|
|
5260
5266
|
return t > 0 ? (a / t * 100).toFixed(2) : "0";
|
|
5261
|
-
},
|
|
5267
|
+
}, wi = (e) => {
|
|
5262
5268
|
const a = (/* @__PURE__ */ new Date()).getTime(), t = new Date(e).getTime();
|
|
5263
5269
|
return Math.max(0, t - a);
|
|
5264
|
-
},
|
|
5270
|
+
}, Pi = (e) => ({
|
|
5265
5271
|
status: e.status,
|
|
5266
5272
|
message: e.msg ?? ""
|
|
5267
5273
|
}), Ri = (e) => ({
|
|
@@ -5276,7 +5282,7 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5276
5282
|
maxLength: a.maxlen ?? "0",
|
|
5277
5283
|
inputHelper: a.inputHelper ?? ""
|
|
5278
5284
|
}))
|
|
5279
|
-
}),
|
|
5285
|
+
}), Di = (e) => ({
|
|
5280
5286
|
currentPage: e.mdGameLists.current_page ?? 0,
|
|
5281
5287
|
lastPage: e.mdGameLists.last_page ?? 0,
|
|
5282
5288
|
data: e.mdGameLists.data && e.mdGameLists.data.length > 0 ? e.mdGameLists.data.map((a) => ({
|
|
@@ -5290,17 +5296,17 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5290
5296
|
trial: !1,
|
|
5291
5297
|
new: !1
|
|
5292
5298
|
},
|
|
5293
|
-
imageUrl: `${e.mdDomains[a.mdDomains_id]}${
|
|
5294
|
-
logoUrl: `/image/platform_logo
|
|
5299
|
+
imageUrl: `${e.mdDomains[a.mdDomains_id]}${ee(a.img, a.id, `?ts=${a.filemtime}`)}`,
|
|
5300
|
+
logoUrl: a.code ? `/image/platform_logo/platform_logo_${a.code}.png?v=1` : "",
|
|
5295
5301
|
rate: "0.00",
|
|
5296
5302
|
jackpotAmount: ""
|
|
5297
5303
|
})) ?? [] : []
|
|
5298
|
-
}),
|
|
5299
|
-
var
|
|
5300
|
-
const
|
|
5304
|
+
}), ki = (e) => R(e), xi = (e) => R(e);
|
|
5305
|
+
var A = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(A || {});
|
|
5306
|
+
const Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5301
5307
|
__proto__: null,
|
|
5302
|
-
AccumulateDepositStatus:
|
|
5303
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5308
|
+
AccumulateDepositStatus: A
|
|
5309
|
+
}, Symbol.toStringTag, { value: "Module" })), Oi = (e) => {
|
|
5304
5310
|
if (e.status == 0)
|
|
5305
5311
|
return {
|
|
5306
5312
|
status: !1,
|
|
@@ -5313,7 +5319,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5313
5319
|
a = {
|
|
5314
5320
|
buttonStatus: e.data.tier.filter(
|
|
5315
5321
|
(o) => o.claimable == "1" && o.collected != "1"
|
|
5316
|
-
).length > 0 ?
|
|
5322
|
+
).length > 0 ? A.collectable : A.collected,
|
|
5317
5323
|
dateFrom: e.data.datefrom,
|
|
5318
5324
|
dateTo: e.data.dateto,
|
|
5319
5325
|
progress: {
|
|
@@ -5324,7 +5330,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5324
5330
|
list: e.data.tier.map((o) => ({
|
|
5325
5331
|
total: o.requirement,
|
|
5326
5332
|
reward: Number(o.reward),
|
|
5327
|
-
status: o.claimable != "1" ?
|
|
5333
|
+
status: o.claimable != "1" ? A.inProgress : o.collected == "1" ? A.collected : A.collectable
|
|
5328
5334
|
}))
|
|
5329
5335
|
};
|
|
5330
5336
|
}
|
|
@@ -5333,17 +5339,17 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5333
5339
|
message: e.msg ?? "",
|
|
5334
5340
|
data: a
|
|
5335
5341
|
};
|
|
5336
|
-
},
|
|
5342
|
+
}, Mi = (e) => ({
|
|
5337
5343
|
status: e.status == 1,
|
|
5338
5344
|
message: e.msg ?? ""
|
|
5339
|
-
}),
|
|
5345
|
+
}), Si = (e) => {
|
|
5340
5346
|
var a;
|
|
5341
5347
|
return {
|
|
5342
5348
|
status: e.status == 1,
|
|
5343
5349
|
errorMessage: e.errormessage ?? "",
|
|
5344
5350
|
username: ((a = e.data) == null ? void 0 : a.username) ?? ""
|
|
5345
5351
|
};
|
|
5346
|
-
},
|
|
5352
|
+
}, Ii = (e) => {
|
|
5347
5353
|
var a;
|
|
5348
5354
|
return {
|
|
5349
5355
|
status: e.status == 1,
|
|
@@ -5375,7 +5381,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5375
5381
|
};
|
|
5376
5382
|
})) ?? []
|
|
5377
5383
|
};
|
|
5378
|
-
},
|
|
5384
|
+
}, ji = (e) => {
|
|
5379
5385
|
var a, t, n;
|
|
5380
5386
|
return {
|
|
5381
5387
|
status: e.status == 1,
|
|
@@ -5386,10 +5392,10 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5386
5392
|
early: ((n = e.data) == null ? void 0 : n.e) ?? 0
|
|
5387
5393
|
}
|
|
5388
5394
|
};
|
|
5389
|
-
},
|
|
5395
|
+
}, Ci = (e) => (console.log(e), {
|
|
5390
5396
|
status: e.status,
|
|
5391
5397
|
message: e.message ?? ""
|
|
5392
|
-
}),
|
|
5398
|
+
}), Ni = (e) => ({
|
|
5393
5399
|
status: e.status == 1,
|
|
5394
5400
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
5395
5401
|
coinList: e.data.map((a) => ({
|
|
@@ -5400,11 +5406,11 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5400
5406
|
networkId: t.network_id
|
|
5401
5407
|
})) ?? []
|
|
5402
5408
|
})) ?? []
|
|
5403
|
-
}),
|
|
5409
|
+
}), Li = (e) => ({
|
|
5404
5410
|
status: e.status == 1,
|
|
5405
5411
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
5406
5412
|
address: e.data ?? ""
|
|
5407
|
-
}),
|
|
5413
|
+
}), $i = (e) => {
|
|
5408
5414
|
if (e.status == 0)
|
|
5409
5415
|
return {
|
|
5410
5416
|
status: 0,
|
|
@@ -5423,13 +5429,13 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5423
5429
|
popoutList: t
|
|
5424
5430
|
}
|
|
5425
5431
|
};
|
|
5426
|
-
},
|
|
5432
|
+
}, Gi = (e) => {
|
|
5427
5433
|
var a;
|
|
5428
5434
|
return ((a = e.data) == null ? void 0 : a.map((t) => ({
|
|
5429
5435
|
name: t.name,
|
|
5430
|
-
data:
|
|
5436
|
+
data: Fi(t)
|
|
5431
5437
|
}))) ?? [];
|
|
5432
|
-
},
|
|
5438
|
+
}, Fi = (e) => {
|
|
5433
5439
|
const a = [], t = Object.entries(e).filter(([n]) => n !== "name");
|
|
5434
5440
|
for (const [, n] of t) {
|
|
5435
5441
|
const r = n, s = [];
|
|
@@ -5446,7 +5452,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5446
5452
|
a.push({ achievementRate: s });
|
|
5447
5453
|
}
|
|
5448
5454
|
return a;
|
|
5449
|
-
},
|
|
5455
|
+
}, zi = (e) => {
|
|
5450
5456
|
const a = {
|
|
5451
5457
|
minAmount: "0",
|
|
5452
5458
|
minHours: "0",
|
|
@@ -5464,7 +5470,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5464
5470
|
message: e.msg ?? "",
|
|
5465
5471
|
data: a
|
|
5466
5472
|
};
|
|
5467
|
-
},
|
|
5473
|
+
}, Wi = (e) => ({
|
|
5468
5474
|
status: e.status,
|
|
5469
5475
|
message: e.msg ?? "",
|
|
5470
5476
|
data: {
|
|
@@ -5473,13 +5479,13 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5473
5479
|
monthInterestSum: e.data.monthInterestSum ?? "0",
|
|
5474
5480
|
maintainStatus: e.data.maintainStatus
|
|
5475
5481
|
}
|
|
5476
|
-
}), Wi = (e) => ({
|
|
5477
|
-
status: e.status == 1,
|
|
5478
|
-
message: e.msg ?? ""
|
|
5479
5482
|
}), Ei = (e) => ({
|
|
5480
5483
|
status: e.status == 1,
|
|
5481
5484
|
message: e.msg ?? ""
|
|
5482
5485
|
}), Yi = (e) => ({
|
|
5486
|
+
status: e.status == 1,
|
|
5487
|
+
message: e.msg ?? ""
|
|
5488
|
+
}), Bi = (e) => ({
|
|
5483
5489
|
status: e.status == 1,
|
|
5484
5490
|
message: e.msg ?? "",
|
|
5485
5491
|
data: {
|
|
@@ -5492,7 +5498,7 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5492
5498
|
desc: a.txn_type
|
|
5493
5499
|
}))
|
|
5494
5500
|
}
|
|
5495
|
-
}),
|
|
5501
|
+
}), Hi = (e) => e.status == 0 ? {
|
|
5496
5502
|
status: !1,
|
|
5497
5503
|
message: e.msg ?? "",
|
|
5498
5504
|
data: null
|
|
@@ -5510,20 +5516,20 @@ const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5510
5516
|
prize: a.prize
|
|
5511
5517
|
}))
|
|
5512
5518
|
}
|
|
5513
|
-
},
|
|
5519
|
+
}, Ui = (e) => ({
|
|
5514
5520
|
status: e.status === 1,
|
|
5515
5521
|
message: e.msg ?? "",
|
|
5516
5522
|
data: Number(e.data ?? "0")
|
|
5517
|
-
}),
|
|
5523
|
+
}), qi = (e) => ({
|
|
5518
5524
|
status: e.status == 1,
|
|
5519
5525
|
message: e.msg ?? "",
|
|
5520
5526
|
data: e.data ?? 0
|
|
5521
5527
|
});
|
|
5522
5528
|
var be = /* @__PURE__ */ ((e) => (e.complete = "complete", e.pending = "pending", e))(be || {});
|
|
5523
|
-
const
|
|
5529
|
+
const qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5524
5530
|
__proto__: null,
|
|
5525
5531
|
WheelStatus: be
|
|
5526
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5532
|
+
}, Symbol.toStringTag, { value: "Module" })), Vi = (e) => {
|
|
5527
5533
|
if (e.status === 0)
|
|
5528
5534
|
return {
|
|
5529
5535
|
status: !1,
|
|
@@ -5547,7 +5553,7 @@ const Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5547
5553
|
totalPage: t
|
|
5548
5554
|
}
|
|
5549
5555
|
};
|
|
5550
|
-
},
|
|
5556
|
+
}, Ai = (e) => {
|
|
5551
5557
|
var a, t, n, r;
|
|
5552
5558
|
return {
|
|
5553
5559
|
status: e.status == 1,
|
|
@@ -5575,7 +5581,7 @@ const Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5575
5581
|
}))) ?? []
|
|
5576
5582
|
}
|
|
5577
5583
|
};
|
|
5578
|
-
},
|
|
5584
|
+
}, Qi = (e) => {
|
|
5579
5585
|
var a, t, n, r;
|
|
5580
5586
|
return {
|
|
5581
5587
|
gameList: {
|
|
@@ -5592,14 +5598,14 @@ const Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5592
5598
|
trial: !1,
|
|
5593
5599
|
new: !1
|
|
5594
5600
|
},
|
|
5595
|
-
imageUrl: `${e.mdDomains[s.mdDomains_id]}${
|
|
5596
|
-
logoUrl: `/image/platform_logo
|
|
5601
|
+
imageUrl: `${e.mdDomains[s.mdDomains_id]}${ee(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
5602
|
+
logoUrl: s.code ? `/image/platform_logo/platform_logo_${s.code}.png?v=1` : "",
|
|
5597
5603
|
rate: "0.00",
|
|
5598
5604
|
jackpotAmount: ""
|
|
5599
5605
|
}))) ?? []
|
|
5600
5606
|
}
|
|
5601
5607
|
};
|
|
5602
|
-
},
|
|
5608
|
+
}, Xi = (e) => {
|
|
5603
5609
|
var a;
|
|
5604
5610
|
return {
|
|
5605
5611
|
status: e.status == 1,
|
|
@@ -5609,28 +5615,28 @@ const Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5609
5615
|
ledgerIndex: e.checkgame.ledgerindex ?? 0,
|
|
5610
5616
|
amount: e.checkgame.amount ?? ""
|
|
5611
5617
|
};
|
|
5612
|
-
},
|
|
5618
|
+
}, Zi = (e) => ({
|
|
5613
5619
|
status: !0,
|
|
5614
5620
|
message: "",
|
|
5615
5621
|
data: e.bottomDescription ?? ""
|
|
5616
|
-
}),
|
|
5622
|
+
}), Ji = (e) => ({
|
|
5617
5623
|
status: e.status == 1,
|
|
5618
5624
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
5619
5625
|
tokenAmount: e.token_amount
|
|
5620
|
-
}),
|
|
5621
|
-
var
|
|
5622
|
-
const
|
|
5626
|
+
}), Ki = (e) => R(e);
|
|
5627
|
+
var J = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(J || {});
|
|
5628
|
+
const Vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5623
5629
|
__proto__: null,
|
|
5624
|
-
NewbieMissionStatus:
|
|
5625
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5630
|
+
NewbieMissionStatus: J
|
|
5631
|
+
}, Symbol.toStringTag, { value: "Module" })), eu = (e) => {
|
|
5626
5632
|
if (e.status == 0 || e.data == null)
|
|
5627
5633
|
return {
|
|
5628
5634
|
status: !1,
|
|
5629
5635
|
message: e.msg ?? "",
|
|
5630
5636
|
data: null
|
|
5631
5637
|
};
|
|
5632
|
-
let a =
|
|
5633
|
-
return e.data.has_claimed ? a =
|
|
5638
|
+
let a = J.inProgress;
|
|
5639
|
+
return e.data.has_claimed ? a = J.collected : a = e.data.claimable ? J.collectable : J.inProgress, {
|
|
5634
5640
|
status: e.status == 1,
|
|
5635
5641
|
message: e.msg ?? "",
|
|
5636
5642
|
data: {
|
|
@@ -5652,7 +5658,7 @@ const qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5652
5658
|
}
|
|
5653
5659
|
}
|
|
5654
5660
|
};
|
|
5655
|
-
},
|
|
5661
|
+
}, tu = (e) => e.status == 0 || e.data == null ? {
|
|
5656
5662
|
status: !1,
|
|
5657
5663
|
message: e.msg ?? "",
|
|
5658
5664
|
data: {
|
|
@@ -5666,10 +5672,10 @@ const qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5666
5672
|
}
|
|
5667
5673
|
};
|
|
5668
5674
|
var ue = /* @__PURE__ */ ((e) => (e.vipcalculation = "vipcalculation", e.livechat = "livechat", e.extralivechat = "extralivechat", e.mobilevalidate = "mobilevalidate", e.withdrawtac = "withdrawtac", e.imageDomain = "imagedomain", e.withdrawalCode = "withdrawalcode", e.withdrawAlipay = "withdrawalipay", e.crypto = "crypto", e.loginCaptcha = "logincaptcha", e.registerCaptcha = "registercaptcha", e.telegramAuthDomain = "telegramauthdomain", e.telegramBotId = "telegrambotid", e.registerwa = "registerwa", e.forgetUser = "forgetuser", e.contactUsSetting = "contact_us_setting", e.facebookPixelId = "facebookpixelid", e.facebookPixelIdArr = "facebook_pixel_id_arr", e.googleAnalyticArr = "google_analytic_arr", e))(ue || {});
|
|
5669
|
-
const
|
|
5675
|
+
const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5670
5676
|
__proto__: null,
|
|
5671
5677
|
SettingCategory: ue
|
|
5672
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5678
|
+
}, Symbol.toStringTag, { value: "Module" })), au = (e) => {
|
|
5673
5679
|
if (e.findIndex((a) => a.name === u.vipList) > -1) {
|
|
5674
5680
|
e.findIndex((t) => t.name === u.vipBonus) === -1 && e.push({
|
|
5675
5681
|
name: u.vipBonus,
|
|
@@ -5693,7 +5699,7 @@ const Vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5693
5699
|
}
|
|
5694
5700
|
}
|
|
5695
5701
|
return e;
|
|
5696
|
-
},
|
|
5702
|
+
}, nu = (e) => {
|
|
5697
5703
|
if (u.vipList in e && e.vipList !== null) {
|
|
5698
5704
|
const a = e.vipList;
|
|
5699
5705
|
let t = 4;
|
|
@@ -5732,32 +5738,32 @@ const Vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5732
5738
|
if (e != null && e.vipBonus) {
|
|
5733
5739
|
const n = e.vipBonus;
|
|
5734
5740
|
a.bonus.day.status = n.day.status;
|
|
5735
|
-
const { dayRemainingTime: r, dayProgressPercentage: s } =
|
|
5741
|
+
const { dayRemainingTime: r, dayProgressPercentage: s } = is();
|
|
5736
5742
|
a.bonus.day.timestamp = {
|
|
5737
5743
|
current: r,
|
|
5738
5744
|
percentage: s > 100 ? 100 : s
|
|
5739
5745
|
}, a.bonus.week.status = n.week.status;
|
|
5740
|
-
const { weekRemainingTime: o, weekProgressPercentage: l } =
|
|
5746
|
+
const { weekRemainingTime: o, weekProgressPercentage: l } = os();
|
|
5741
5747
|
a.bonus.week.timestamp = {
|
|
5742
5748
|
current: o,
|
|
5743
5749
|
percentage: l > 100 ? 100 : l
|
|
5744
5750
|
}, a.bonus.month.status = n.month.status;
|
|
5745
|
-
const { monthRemainingTime: m, monthProgressPercentage: i } =
|
|
5751
|
+
const { monthRemainingTime: m, monthProgressPercentage: i } = ss();
|
|
5746
5752
|
a.bonus.month.timestamp = {
|
|
5747
5753
|
current: m,
|
|
5748
5754
|
percentage: i > 100 ? 100 : i
|
|
5749
5755
|
}, a.bonus.salary_1st.status = n.salary_1st.status;
|
|
5750
|
-
const { remainingTimeTo5th: c, progressPercentageTo5th: y } =
|
|
5756
|
+
const { remainingTimeTo5th: c, progressPercentageTo5th: y } = us();
|
|
5751
5757
|
a.bonus.salary_1st.timestamp = {
|
|
5752
5758
|
current: c,
|
|
5753
5759
|
percentage: y > 100 ? 100 : y
|
|
5754
5760
|
}, a.bonus.salary_10th.status = n.salary_10th.status;
|
|
5755
|
-
const { remainingTimeTo10th: p, progressPercentageTo10th: g } =
|
|
5761
|
+
const { remainingTimeTo10th: p, progressPercentageTo10th: g } = cs();
|
|
5756
5762
|
a.bonus.salary_10th.timestamp = {
|
|
5757
5763
|
current: p,
|
|
5758
5764
|
percentage: g > 100 ? 100 : g
|
|
5759
5765
|
}, a.bonus.salary_20th.status = n.salary_20th.status;
|
|
5760
|
-
const { remainingTimeTo20th: T, progressPercentageTo20th: _ } =
|
|
5766
|
+
const { remainingTimeTo20th: T, progressPercentageTo20th: _ } = ls();
|
|
5761
5767
|
a.bonus.salary_20th.timestamp = {
|
|
5762
5768
|
current: T,
|
|
5763
5769
|
percentage: _ > 100 ? 100 : _
|
|
@@ -5928,7 +5934,7 @@ const Vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5928
5934
|
}
|
|
5929
5935
|
}
|
|
5930
5936
|
return e;
|
|
5931
|
-
},
|
|
5937
|
+
}, ru = (e) => (e.findIndex((a) => a.name === u.getRewardReferral) > -1 && (e.findIndex((a) => a.name === u.getTurnOverRewardData) === -1 && e.push({
|
|
5932
5938
|
name: u.getTurnOverRewardData,
|
|
5933
5939
|
query: ""
|
|
5934
5940
|
}), e.findIndex((a) => a.name === u.getInviteRewardData) === -1 && e.push({
|
|
@@ -5937,7 +5943,7 @@ const Vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5937
5943
|
}), e.findIndex((a) => a.name === u.getTopupRewardData) === -1 && e.push({
|
|
5938
5944
|
name: u.getTopupRewardData,
|
|
5939
5945
|
query: ""
|
|
5940
|
-
})), e),
|
|
5946
|
+
})), e), su = (e) => {
|
|
5941
5947
|
if (u.getRewardReferral in e && (e != null && e.getRewardReferral)) {
|
|
5942
5948
|
const a = e == null ? void 0 : e.getRewardReferral;
|
|
5943
5949
|
let t = 0, n = 0;
|
|
@@ -5958,10 +5964,10 @@ const Vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5958
5964
|
return e;
|
|
5959
5965
|
};
|
|
5960
5966
|
var ce = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e.appAd = "appAd", e.deposit = "deposit", e.eventPopupBotLeft = "eventPopupBotLeft", e.eventPopupBotRight = "eventPopupBotRight", e))(ce || {});
|
|
5961
|
-
const
|
|
5967
|
+
const Qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5962
5968
|
__proto__: null,
|
|
5963
5969
|
CmsCategory: ce
|
|
5964
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5970
|
+
}, Symbol.toStringTag, { value: "Module" })), ou = (e) => {
|
|
5965
5971
|
if (e.findIndex((a) => a.name === u.paymentsProvider) > -1) {
|
|
5966
5972
|
const a = e.findIndex((t) => t.name === u.cmsList);
|
|
5967
5973
|
if (a === -1)
|
|
@@ -5979,7 +5985,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5979
5985
|
}
|
|
5980
5986
|
}
|
|
5981
5987
|
return e;
|
|
5982
|
-
},
|
|
5988
|
+
}, iu = (e) => {
|
|
5983
5989
|
if (u.paymentsProvider in e && e.paymentsProvider) {
|
|
5984
5990
|
const a = e.paymentsProvider;
|
|
5985
5991
|
if (u.cmsList in e && (e != null && e.cmsList)) {
|
|
@@ -5993,7 +5999,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5993
5999
|
}
|
|
5994
6000
|
}
|
|
5995
6001
|
return e;
|
|
5996
|
-
},
|
|
6002
|
+
}, uu = (e) => {
|
|
5997
6003
|
if (u.getIncentiveData in e && (e != null && e.getIncentiveData)) {
|
|
5998
6004
|
const a = e.getIncentiveData;
|
|
5999
6005
|
if (u.getIncentiveRebate in e) {
|
|
@@ -6006,13 +6012,13 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6006
6012
|
e.getIncentiveData = a;
|
|
6007
6013
|
}
|
|
6008
6014
|
return e;
|
|
6009
|
-
},
|
|
6015
|
+
}, cu = (e) => (e.findIndex((a) => a.name === u.getIncentiveData) > -1 && e.findIndex((a) => a.name === u.getIncentiveRebate) === -1 && e.push({
|
|
6010
6016
|
name: u.getIncentiveRebate,
|
|
6011
6017
|
query: ""
|
|
6012
|
-
}), e),
|
|
6018
|
+
}), e), lu = (e) => (e.findIndex((a) => a.name === u.getFavouriteGame) > -1 && e.findIndex((a) => a.name === u.getPlatformTurnoverRate) === -1 && e.push({
|
|
6013
6019
|
name: u.getPlatformTurnoverRate,
|
|
6014
6020
|
query: ""
|
|
6015
|
-
}), e),
|
|
6021
|
+
}), e), du = (e) => {
|
|
6016
6022
|
if (u.getFavouriteGame in e && (e != null && e.getFavouriteGame)) {
|
|
6017
6023
|
const a = e.getFavouriteGame;
|
|
6018
6024
|
if (u.getPlatformTurnoverRate in e && (e != null && e.getPlatformTurnoverRate)) {
|
|
@@ -6032,10 +6038,10 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6032
6038
|
}
|
|
6033
6039
|
}
|
|
6034
6040
|
return e;
|
|
6035
|
-
},
|
|
6041
|
+
}, mu = (e) => (e.findIndex((a) => a.name === u.searchGameByName) > -1 && e.findIndex((a) => a.name === u.getPlatformTurnoverRate) === -1 && e.push({
|
|
6036
6042
|
name: u.getPlatformTurnoverRate,
|
|
6037
6043
|
query: ""
|
|
6038
|
-
}), e),
|
|
6044
|
+
}), e), gu = (e) => {
|
|
6039
6045
|
if (u.searchGameByName in e && (e != null && e.searchGameByName)) {
|
|
6040
6046
|
const a = e.searchGameByName;
|
|
6041
6047
|
if (u.getPlatformTurnoverRate in e && (e != null && e.getPlatformTurnoverRate)) {
|
|
@@ -6055,7 +6061,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6055
6061
|
}
|
|
6056
6062
|
}
|
|
6057
6063
|
return e;
|
|
6058
|
-
},
|
|
6064
|
+
}, fu = (e) => {
|
|
6059
6065
|
if (u.fishGameList in e && (e != null && e.fishGameList)) {
|
|
6060
6066
|
const a = e.fishGameList;
|
|
6061
6067
|
if (u.getPlatformTurnoverRate in e && (e != null && e.getPlatformTurnoverRate)) {
|
|
@@ -6075,13 +6081,13 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6075
6081
|
}
|
|
6076
6082
|
}
|
|
6077
6083
|
return e;
|
|
6078
|
-
},
|
|
6084
|
+
}, pu = (e) => (e.findIndex((a) => a.name === u.fishGameList) > -1 && e.findIndex((a) => a.name === u.getPlatformTurnoverRate) === -1 && e.push({
|
|
6079
6085
|
name: u.getPlatformTurnoverRate,
|
|
6080
6086
|
query: ""
|
|
6081
|
-
}), e),
|
|
6087
|
+
}), e), yu = (e) => (e.findIndex((a) => a.name === u.gameList) > -1 && e.findIndex((a) => a.name === u.getPlatformTurnoverRate) === -1 && e.push({
|
|
6082
6088
|
name: u.getPlatformTurnoverRate,
|
|
6083
6089
|
query: ""
|
|
6084
|
-
}), e),
|
|
6090
|
+
}), e), bu = (e) => {
|
|
6085
6091
|
if (u.gameList in e && (e != null && e.gameList)) {
|
|
6086
6092
|
const a = e.gameList, t = a.platformGame.map((n) => n.list.filter((r) => r.flag.trial && !n.nextPage).map((r) => r));
|
|
6087
6093
|
if (a.trialGameList = t.flat(), u.getPlatformTurnoverRate in e && (e != null && e.getPlatformTurnoverRate)) {
|
|
@@ -6118,7 +6124,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6118
6124
|
e.gameList = a;
|
|
6119
6125
|
}
|
|
6120
6126
|
return e;
|
|
6121
|
-
},
|
|
6127
|
+
}, hu = (e) => {
|
|
6122
6128
|
if (u.getCompany in e && (e != null && e.getCompany)) {
|
|
6123
6129
|
const a = e.getCompany;
|
|
6124
6130
|
if (u.searchResultDate in e && e != null && e.searchResultDate) {
|
|
@@ -6131,7 +6137,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6131
6137
|
e.getCompany = a;
|
|
6132
6138
|
}
|
|
6133
6139
|
return e;
|
|
6134
|
-
},
|
|
6140
|
+
}, _u = (e) => {
|
|
6135
6141
|
const a = e.findIndex((t) => t.name === u.searchHot);
|
|
6136
6142
|
if (a !== -1) {
|
|
6137
6143
|
let t = {};
|
|
@@ -6143,7 +6149,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6143
6149
|
});
|
|
6144
6150
|
}
|
|
6145
6151
|
return e;
|
|
6146
|
-
},
|
|
6152
|
+
}, Tu = (e) => {
|
|
6147
6153
|
const a = e.findIndex((t) => t.name === u.searchNumberHistory);
|
|
6148
6154
|
if (a !== -1) {
|
|
6149
6155
|
let t = {};
|
|
@@ -6155,7 +6161,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6155
6161
|
});
|
|
6156
6162
|
}
|
|
6157
6163
|
return e;
|
|
6158
|
-
},
|
|
6164
|
+
}, vu = (e) => {
|
|
6159
6165
|
const a = e.findIndex((t) => t.name === u.searchByDate);
|
|
6160
6166
|
if (a !== -1) {
|
|
6161
6167
|
let t = {};
|
|
@@ -6167,7 +6173,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6167
6173
|
});
|
|
6168
6174
|
}
|
|
6169
6175
|
return e;
|
|
6170
|
-
},
|
|
6176
|
+
}, wu = (e) => {
|
|
6171
6177
|
const a = e.findIndex(
|
|
6172
6178
|
(t) => t.name === u.getFourDimensionData
|
|
6173
6179
|
);
|
|
@@ -6187,7 +6193,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6187
6193
|
})
|
|
6188
6194
|
}
|
|
6189
6195
|
)), e;
|
|
6190
|
-
},
|
|
6196
|
+
}, Pu = (e) => e.status == 0 ? {
|
|
6191
6197
|
status: !1,
|
|
6192
6198
|
message: e.errormessage ?? "",
|
|
6193
6199
|
data: null
|
|
@@ -6208,7 +6214,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6208
6214
|
}, Ru = (e) => ({
|
|
6209
6215
|
status: e.status == 1,
|
|
6210
6216
|
message: e.message ?? ""
|
|
6211
|
-
}),
|
|
6217
|
+
}), Du = (e) => {
|
|
6212
6218
|
if (u.casinoGameList in e && (e != null && e.casinoGameList)) {
|
|
6213
6219
|
const a = e.casinoGameList;
|
|
6214
6220
|
if (u.getPlatformTurnoverRate in e && (e != null && e.getPlatformTurnoverRate)) {
|
|
@@ -6228,10 +6234,10 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6228
6234
|
}
|
|
6229
6235
|
}
|
|
6230
6236
|
return e;
|
|
6231
|
-
},
|
|
6237
|
+
}, ku = (e) => (e.findIndex((a) => a.name === u.casinoGameList) > -1 && e.findIndex((a) => a.name === u.getPlatformTurnoverRate) === -1 && e.push({
|
|
6232
6238
|
name: u.getPlatformTurnoverRate,
|
|
6233
6239
|
query: ""
|
|
6234
|
-
}), e),
|
|
6240
|
+
}), e), xu = (e) => {
|
|
6235
6241
|
var a, t, n, r;
|
|
6236
6242
|
return {
|
|
6237
6243
|
currentPage: ((a = e.mdGameLists) == null ? void 0 : a.current_page) ?? 1,
|
|
@@ -6247,16 +6253,16 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6247
6253
|
trial: !1,
|
|
6248
6254
|
new: !1
|
|
6249
6255
|
},
|
|
6250
|
-
imageUrl: `${e.mdDomains[s.mdDomains_id]}${
|
|
6251
|
-
logoUrl:
|
|
6256
|
+
imageUrl: `${e.mdDomains[s.mdDomains_id]}${ee(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
6257
|
+
logoUrl: s.code_PlatformMaster ? `/image/platform_logo/platform_logo_${s.code_PlatformMaster}.png?v=1` : "",
|
|
6252
6258
|
rate: "0.00",
|
|
6253
6259
|
jackpotAmount: ""
|
|
6254
6260
|
}))) ?? []
|
|
6255
6261
|
};
|
|
6256
|
-
},
|
|
6262
|
+
}, Ou = async (e) => {
|
|
6257
6263
|
var a, t;
|
|
6258
6264
|
try {
|
|
6259
|
-
e =
|
|
6265
|
+
e = cu(e), e = au(e), e = ru(e), e = ou(e), e = lu(e), e = mu(e), e = pu(e), e = yu(e), e = _u(e), e = Tu(e), e = vu(e), e = wu(e), e = ku(e);
|
|
6260
6266
|
const r = {
|
|
6261
6267
|
requests: e.map((l) => ({
|
|
6262
6268
|
name: l.name,
|
|
@@ -6264,7 +6270,7 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6264
6270
|
}))
|
|
6265
6271
|
}, s = await G.post(
|
|
6266
6272
|
"/graph/jwt",
|
|
6267
|
-
|
|
6273
|
+
Zr(JSON.stringify(r))
|
|
6268
6274
|
), o = {
|
|
6269
6275
|
status: 200,
|
|
6270
6276
|
message: "",
|
|
@@ -6272,169 +6278,169 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6272
6278
|
};
|
|
6273
6279
|
for (const l of s.data.responses) {
|
|
6274
6280
|
l.error != null && l.error.code != 200 && (o.status = l.error.code, o.message = l.error.message);
|
|
6275
|
-
const m = l.attributes !== null && l.attributes !== void 0 ?
|
|
6281
|
+
const m = l.attributes !== null && l.attributes !== void 0 ? Jr(l.attributes) : null, i = l.name, c = m ? JSON.parse(m) : null;
|
|
6276
6282
|
if (!c)
|
|
6277
6283
|
o.result[i] = null;
|
|
6278
6284
|
else
|
|
6279
6285
|
switch (i) {
|
|
6280
6286
|
case u.announcement:
|
|
6281
|
-
o.result[i] =
|
|
6287
|
+
o.result[i] = hs(c);
|
|
6282
6288
|
break;
|
|
6283
6289
|
case u.gameList:
|
|
6284
|
-
o.result[i] =
|
|
6290
|
+
o.result[i] = Ts(c);
|
|
6285
6291
|
break;
|
|
6286
6292
|
case u.cmsList:
|
|
6287
|
-
o.result[i] =
|
|
6293
|
+
o.result[i] = xs(c);
|
|
6288
6294
|
break;
|
|
6289
6295
|
case u.paymentsProvider:
|
|
6290
|
-
o.result[i] =
|
|
6296
|
+
o.result[i] = fs(
|
|
6291
6297
|
c
|
|
6292
6298
|
);
|
|
6293
6299
|
break;
|
|
6294
6300
|
case u.getUserProfile:
|
|
6295
|
-
o.result[i] =
|
|
6301
|
+
o.result[i] = _s(c);
|
|
6296
6302
|
break;
|
|
6297
6303
|
case u.vipList:
|
|
6298
|
-
o.result[i] =
|
|
6304
|
+
o.result[i] = vs(c);
|
|
6299
6305
|
break;
|
|
6300
6306
|
case u.vipBonus:
|
|
6301
|
-
o.result[i] =
|
|
6307
|
+
o.result[i] = Ps(c);
|
|
6302
6308
|
break;
|
|
6303
6309
|
case u.vipFieldStatus:
|
|
6304
6310
|
o.result[i] = Rs(c);
|
|
6305
6311
|
break;
|
|
6306
6312
|
case u.vipStatus:
|
|
6307
|
-
o.result[i] =
|
|
6313
|
+
o.result[i] = Ds(c);
|
|
6308
6314
|
break;
|
|
6309
6315
|
case u.promotion:
|
|
6310
|
-
o.result[i] =
|
|
6316
|
+
o.result[i] = ws(c);
|
|
6311
6317
|
break;
|
|
6312
6318
|
case u.getSetting:
|
|
6313
|
-
o.result[i] =
|
|
6319
|
+
o.result[i] = ks(c);
|
|
6314
6320
|
break;
|
|
6315
6321
|
case u.getCountryMobile:
|
|
6316
|
-
o.result[i] =
|
|
6322
|
+
o.result[i] = Os(
|
|
6317
6323
|
c
|
|
6318
6324
|
);
|
|
6319
6325
|
break;
|
|
6320
6326
|
case u.getPlatformTurnoverRate:
|
|
6321
|
-
o.result[i] =
|
|
6327
|
+
o.result[i] = Ms(
|
|
6322
6328
|
c
|
|
6323
6329
|
);
|
|
6324
6330
|
break;
|
|
6325
6331
|
case u.mainWallet:
|
|
6326
|
-
o.result[i] =
|
|
6332
|
+
o.result[i] = Ss(c);
|
|
6327
6333
|
break;
|
|
6328
6334
|
case u.getLanguageSetting:
|
|
6329
|
-
o.result[i] =
|
|
6335
|
+
o.result[i] = Is(
|
|
6330
6336
|
c
|
|
6331
6337
|
);
|
|
6332
6338
|
break;
|
|
6333
6339
|
case u.getFourDimensionData:
|
|
6334
|
-
o.result[i] =
|
|
6340
|
+
o.result[i] = js(
|
|
6335
6341
|
c
|
|
6336
6342
|
);
|
|
6337
6343
|
break;
|
|
6338
6344
|
case u.getCompany:
|
|
6339
|
-
o.result[i] =
|
|
6345
|
+
o.result[i] = Cs(c);
|
|
6340
6346
|
break;
|
|
6341
6347
|
case u.searchResultDate:
|
|
6342
|
-
o.result[i] =
|
|
6348
|
+
o.result[i] = Ns(
|
|
6343
6349
|
c
|
|
6344
6350
|
);
|
|
6345
6351
|
break;
|
|
6346
6352
|
case u.searchHot:
|
|
6347
|
-
o.result[i] =
|
|
6353
|
+
o.result[i] = $s(c);
|
|
6348
6354
|
break;
|
|
6349
6355
|
case u.searchByDate:
|
|
6350
|
-
o.result[i] =
|
|
6356
|
+
o.result[i] = Gs(c);
|
|
6351
6357
|
break;
|
|
6352
6358
|
case u.upcomingMatches:
|
|
6353
|
-
o.result[i] =
|
|
6359
|
+
o.result[i] = Fs(
|
|
6354
6360
|
c
|
|
6355
6361
|
);
|
|
6356
6362
|
break;
|
|
6357
6363
|
case u.deposit:
|
|
6358
|
-
o.result[i] =
|
|
6364
|
+
o.result[i] = zs(c);
|
|
6359
6365
|
break;
|
|
6360
6366
|
case u.applyVipBonus:
|
|
6361
|
-
o.result[i] =
|
|
6367
|
+
o.result[i] = Ws(c);
|
|
6362
6368
|
break;
|
|
6363
6369
|
case u.withdraw:
|
|
6364
|
-
o.result[i] =
|
|
6370
|
+
o.result[i] = Es(c);
|
|
6365
6371
|
break;
|
|
6366
6372
|
case u.getBankCardData:
|
|
6367
|
-
o.result[i] =
|
|
6373
|
+
o.result[i] = Ys(
|
|
6368
6374
|
c
|
|
6369
6375
|
);
|
|
6370
6376
|
break;
|
|
6371
6377
|
case u.withdrawalGet:
|
|
6372
|
-
o.result[i] =
|
|
6378
|
+
o.result[i] = Bs(c);
|
|
6373
6379
|
break;
|
|
6374
6380
|
case u.addBankCard:
|
|
6375
|
-
o.result[i] =
|
|
6381
|
+
o.result[i] = Hs(c);
|
|
6376
6382
|
break;
|
|
6377
6383
|
case u.transactionReport:
|
|
6378
|
-
o.result[i] =
|
|
6384
|
+
o.result[i] = Us(
|
|
6379
6385
|
c
|
|
6380
6386
|
);
|
|
6381
6387
|
break;
|
|
6382
6388
|
case u.changePassword:
|
|
6383
|
-
o.result[i] =
|
|
6389
|
+
o.result[i] = Vs(c);
|
|
6384
6390
|
break;
|
|
6385
6391
|
case u.wallet:
|
|
6386
|
-
o.result[i] =
|
|
6392
|
+
o.result[i] = As(c);
|
|
6387
6393
|
break;
|
|
6388
6394
|
case u.getEventList:
|
|
6389
|
-
o.result[i] =
|
|
6395
|
+
o.result[i] = Qs(c);
|
|
6390
6396
|
break;
|
|
6391
6397
|
case u.getEventToken:
|
|
6392
|
-
o.result[i] =
|
|
6398
|
+
o.result[i] = Xs(c);
|
|
6393
6399
|
break;
|
|
6394
6400
|
case u.getExtraGame:
|
|
6395
|
-
o.result[i] =
|
|
6401
|
+
o.result[i] = Zs(c);
|
|
6396
6402
|
break;
|
|
6397
6403
|
case u.mailBox:
|
|
6398
|
-
o.result[i] =
|
|
6404
|
+
o.result[i] = Js(c);
|
|
6399
6405
|
break;
|
|
6400
6406
|
case u.fishGameList:
|
|
6401
|
-
o.result[i] =
|
|
6407
|
+
o.result[i] = Ks(c);
|
|
6402
6408
|
break;
|
|
6403
6409
|
case u.slotGameList:
|
|
6404
|
-
o.result[i] =
|
|
6410
|
+
o.result[i] = eo(c);
|
|
6405
6411
|
break;
|
|
6406
6412
|
case u.getTurnOverRewardData:
|
|
6407
|
-
o.result[i] =
|
|
6413
|
+
o.result[i] = to(
|
|
6408
6414
|
c
|
|
6409
6415
|
);
|
|
6410
6416
|
break;
|
|
6411
6417
|
case u.getTurnOverRewardReport:
|
|
6412
|
-
o.result[i] =
|
|
6418
|
+
o.result[i] = ao(
|
|
6413
6419
|
c
|
|
6414
6420
|
);
|
|
6415
6421
|
break;
|
|
6416
6422
|
case u.getInviteRewardData:
|
|
6417
|
-
o.result[i] =
|
|
6423
|
+
o.result[i] = no(
|
|
6418
6424
|
c
|
|
6419
6425
|
);
|
|
6420
6426
|
break;
|
|
6421
6427
|
case u.getInviteRewardReport:
|
|
6422
|
-
o.result[i] =
|
|
6428
|
+
o.result[i] = ro(
|
|
6423
6429
|
c
|
|
6424
6430
|
);
|
|
6425
6431
|
break;
|
|
6426
6432
|
case u.getTopupRewardData:
|
|
6427
|
-
o.result[i] =
|
|
6433
|
+
o.result[i] = so(
|
|
6428
6434
|
c
|
|
6429
6435
|
);
|
|
6430
6436
|
break;
|
|
6431
6437
|
case u.getTopupRewardReport:
|
|
6432
|
-
o.result[i] =
|
|
6438
|
+
o.result[i] = oo(
|
|
6433
6439
|
c
|
|
6434
6440
|
);
|
|
6435
6441
|
break;
|
|
6436
6442
|
case u.getRewardReferral:
|
|
6437
|
-
o.result[i] =
|
|
6443
|
+
o.result[i] = io(
|
|
6438
6444
|
c
|
|
6439
6445
|
);
|
|
6440
6446
|
break;
|
|
@@ -6442,52 +6448,52 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6442
6448
|
o.result[i] = je(c);
|
|
6443
6449
|
break;
|
|
6444
6450
|
case u.getDepositPromotion:
|
|
6445
|
-
o.result[i] =
|
|
6451
|
+
o.result[i] = uo(
|
|
6446
6452
|
c
|
|
6447
6453
|
);
|
|
6448
6454
|
break;
|
|
6449
6455
|
case u.getTopUpRewardClaim:
|
|
6450
|
-
o.result[i] =
|
|
6456
|
+
o.result[i] = co(
|
|
6451
6457
|
c
|
|
6452
6458
|
);
|
|
6453
6459
|
break;
|
|
6454
6460
|
case u.getInviteRewardClaim:
|
|
6455
|
-
o.result[i] =
|
|
6461
|
+
o.result[i] = lo(
|
|
6456
6462
|
c
|
|
6457
6463
|
);
|
|
6458
6464
|
break;
|
|
6459
6465
|
case u.getTurnOverRewardClaim:
|
|
6460
|
-
o.result[i] =
|
|
6466
|
+
o.result[i] = mo(
|
|
6461
6467
|
c
|
|
6462
6468
|
);
|
|
6463
6469
|
break;
|
|
6464
6470
|
case u.getInviteRewardSetting:
|
|
6465
|
-
o.result[i] =
|
|
6471
|
+
o.result[i] = go(
|
|
6466
6472
|
c
|
|
6467
6473
|
);
|
|
6468
6474
|
break;
|
|
6469
6475
|
case u.getTurnOverRewardSetting:
|
|
6470
|
-
o.result[i] =
|
|
6476
|
+
o.result[i] = fo(
|
|
6471
6477
|
c
|
|
6472
6478
|
);
|
|
6473
6479
|
break;
|
|
6474
6480
|
case u.getTopUpRewardSetting:
|
|
6475
|
-
o.result[i] =
|
|
6481
|
+
o.result[i] = po(
|
|
6476
6482
|
c
|
|
6477
6483
|
);
|
|
6478
6484
|
break;
|
|
6479
6485
|
case u.requestForgetPassword:
|
|
6480
|
-
o.result[i] =
|
|
6486
|
+
o.result[i] = yo(
|
|
6481
6487
|
c
|
|
6482
6488
|
);
|
|
6483
6489
|
break;
|
|
6484
6490
|
case u.submitForgetPassword:
|
|
6485
|
-
o.result[i] =
|
|
6491
|
+
o.result[i] = bo(
|
|
6486
6492
|
c
|
|
6487
6493
|
);
|
|
6488
6494
|
break;
|
|
6489
6495
|
case u.getImage:
|
|
6490
|
-
o.result[i] =
|
|
6496
|
+
o.result[i] = ho(c);
|
|
6491
6497
|
break;
|
|
6492
6498
|
case u.getDepositValidate:
|
|
6493
6499
|
o.result[i] = Ie(c);
|
|
@@ -6499,20 +6505,20 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6499
6505
|
o.result[i] = Ie(c);
|
|
6500
6506
|
break;
|
|
6501
6507
|
case u.updateProfilePicture:
|
|
6502
|
-
o.result[i] =
|
|
6508
|
+
o.result[i] = To(
|
|
6503
6509
|
c
|
|
6504
6510
|
);
|
|
6505
6511
|
break;
|
|
6506
6512
|
case u.readMail:
|
|
6507
|
-
o.result[i] =
|
|
6513
|
+
o.result[i] = vo(c);
|
|
6508
6514
|
break;
|
|
6509
6515
|
case u.checkRedPacketValidate:
|
|
6510
|
-
o.result[i] =
|
|
6516
|
+
o.result[i] = wo(
|
|
6511
6517
|
c
|
|
6512
6518
|
);
|
|
6513
6519
|
break;
|
|
6514
6520
|
case u.requestTacCode:
|
|
6515
|
-
o.result[i] =
|
|
6521
|
+
o.result[i] = Po(c);
|
|
6516
6522
|
break;
|
|
6517
6523
|
case u.getUsernameByRefer:
|
|
6518
6524
|
o.result[i] = Ro(
|
|
@@ -6520,28 +6526,28 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6520
6526
|
);
|
|
6521
6527
|
break;
|
|
6522
6528
|
case u.applyPromo:
|
|
6523
|
-
o.result[i] =
|
|
6529
|
+
o.result[i] = Do(c);
|
|
6524
6530
|
break;
|
|
6525
6531
|
case u.applyRedPacket:
|
|
6526
|
-
o.result[i] =
|
|
6532
|
+
o.result[i] = ko(c);
|
|
6527
6533
|
break;
|
|
6528
6534
|
case u.applySignIn:
|
|
6529
|
-
o.result[i] =
|
|
6535
|
+
o.result[i] = xo(c);
|
|
6530
6536
|
break;
|
|
6531
6537
|
case u.getCountry:
|
|
6532
|
-
o.result[i] =
|
|
6538
|
+
o.result[i] = Oo(c);
|
|
6533
6539
|
break;
|
|
6534
6540
|
case u.submitGiftCode:
|
|
6535
|
-
o.result[i] =
|
|
6541
|
+
o.result[i] = Mo(c);
|
|
6536
6542
|
break;
|
|
6537
6543
|
case u.playGame:
|
|
6538
|
-
o.result[i] =
|
|
6544
|
+
o.result[i] = So(c);
|
|
6539
6545
|
break;
|
|
6540
6546
|
case u.transferToMain:
|
|
6541
|
-
o.result[i] =
|
|
6547
|
+
o.result[i] = Io(c);
|
|
6542
6548
|
break;
|
|
6543
6549
|
case u.transferProcess:
|
|
6544
|
-
o.result[i] =
|
|
6550
|
+
o.result[i] = jo(
|
|
6545
6551
|
c
|
|
6546
6552
|
);
|
|
6547
6553
|
break;
|
|
@@ -6552,198 +6558,198 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6552
6558
|
o.result[i] = je(c);
|
|
6553
6559
|
break;
|
|
6554
6560
|
case u.checkTransferCredit:
|
|
6555
|
-
o.result[i] =
|
|
6561
|
+
o.result[i] = Co(
|
|
6556
6562
|
c
|
|
6557
6563
|
);
|
|
6558
6564
|
break;
|
|
6559
6565
|
case u.friendList:
|
|
6560
|
-
o.result[i] =
|
|
6566
|
+
o.result[i] = No(c);
|
|
6561
6567
|
break;
|
|
6562
6568
|
case u.friendListEdit:
|
|
6563
|
-
o.result[i] =
|
|
6569
|
+
o.result[i] = Lo(c);
|
|
6564
6570
|
break;
|
|
6565
6571
|
case u.getActivePP:
|
|
6566
|
-
o.result[i] =
|
|
6572
|
+
o.result[i] = $o(c);
|
|
6567
6573
|
break;
|
|
6568
6574
|
case u.getActiveProduct:
|
|
6569
|
-
o.result[i] =
|
|
6575
|
+
o.result[i] = Go(
|
|
6570
6576
|
c
|
|
6571
6577
|
);
|
|
6572
6578
|
break;
|
|
6573
6579
|
case u.requestWithdrawTac:
|
|
6574
|
-
o.result[i] =
|
|
6580
|
+
o.result[i] = Fo(
|
|
6575
6581
|
c
|
|
6576
6582
|
);
|
|
6577
6583
|
break;
|
|
6578
6584
|
case u.requestWithdrawalCode:
|
|
6579
|
-
o.result[i] =
|
|
6585
|
+
o.result[i] = zo(
|
|
6580
6586
|
c
|
|
6581
6587
|
);
|
|
6582
6588
|
break;
|
|
6583
6589
|
case u.commissionWithdraw:
|
|
6584
|
-
o.result[i] =
|
|
6590
|
+
o.result[i] = Wo(
|
|
6585
6591
|
c
|
|
6586
6592
|
);
|
|
6587
6593
|
break;
|
|
6588
6594
|
case u.submitWithdrawalCode:
|
|
6589
|
-
o.result[i] =
|
|
6595
|
+
o.result[i] = Eo(
|
|
6590
6596
|
c
|
|
6591
6597
|
);
|
|
6592
6598
|
break;
|
|
6593
6599
|
case u.submitCryptoAccount:
|
|
6594
|
-
o.result[i] =
|
|
6600
|
+
o.result[i] = Yo(
|
|
6595
6601
|
c
|
|
6596
6602
|
);
|
|
6597
6603
|
break;
|
|
6598
6604
|
case u.requestTransferMoney:
|
|
6599
|
-
o.result[i] =
|
|
6605
|
+
o.result[i] = Bo(
|
|
6600
6606
|
c
|
|
6601
6607
|
);
|
|
6602
6608
|
break;
|
|
6603
6609
|
case u.submitTransferMoney:
|
|
6604
|
-
o.result[i] =
|
|
6610
|
+
o.result[i] = Ho(
|
|
6605
6611
|
c
|
|
6606
6612
|
);
|
|
6607
6613
|
break;
|
|
6608
6614
|
case u.requestUpdateMobileTacCode:
|
|
6609
|
-
o.result[i] =
|
|
6615
|
+
o.result[i] = Uo(
|
|
6610
6616
|
c
|
|
6611
6617
|
);
|
|
6612
6618
|
break;
|
|
6613
6619
|
case u.submitUpdateMobileTacCode:
|
|
6614
|
-
o.result[i] =
|
|
6620
|
+
o.result[i] = qo(
|
|
6615
6621
|
c
|
|
6616
6622
|
);
|
|
6617
6623
|
break;
|
|
6618
6624
|
case u.getVerifyPromo:
|
|
6619
|
-
o.result[i] =
|
|
6625
|
+
o.result[i] = Vo(c);
|
|
6620
6626
|
break;
|
|
6621
6627
|
case u.signInViewInfo:
|
|
6622
|
-
o.result[i] =
|
|
6628
|
+
o.result[i] = Ao(c);
|
|
6623
6629
|
break;
|
|
6624
6630
|
case u.signInRecord:
|
|
6625
|
-
o.result[i] =
|
|
6631
|
+
o.result[i] = Qo(c);
|
|
6626
6632
|
break;
|
|
6627
6633
|
case u.referralProfile:
|
|
6628
|
-
o.result[i] =
|
|
6634
|
+
o.result[i] = Xo(
|
|
6629
6635
|
c
|
|
6630
6636
|
);
|
|
6631
6637
|
break;
|
|
6632
6638
|
case u.referralMemberProfile:
|
|
6633
|
-
o.result[i] =
|
|
6639
|
+
o.result[i] = Zo(
|
|
6634
6640
|
c
|
|
6635
6641
|
);
|
|
6636
6642
|
break;
|
|
6637
6643
|
case u.registerAction:
|
|
6638
|
-
o.result[i] =
|
|
6644
|
+
o.result[i] = Jo(c);
|
|
6639
6645
|
break;
|
|
6640
6646
|
case u.transferReport:
|
|
6641
|
-
o.result[i] =
|
|
6647
|
+
o.result[i] = Ko(c);
|
|
6642
6648
|
break;
|
|
6643
6649
|
case u.agTransferCreditReport:
|
|
6644
|
-
o.result[i] =
|
|
6650
|
+
o.result[i] = ei(
|
|
6645
6651
|
c
|
|
6646
6652
|
);
|
|
6647
6653
|
break;
|
|
6648
6654
|
case u.betReport:
|
|
6649
|
-
o.result[i] =
|
|
6655
|
+
o.result[i] = ti(c);
|
|
6650
6656
|
break;
|
|
6651
6657
|
case u.getTwoFactorAuthenticate:
|
|
6652
|
-
o.result[i] =
|
|
6658
|
+
o.result[i] = ai(
|
|
6653
6659
|
c
|
|
6654
6660
|
);
|
|
6655
6661
|
break;
|
|
6656
6662
|
case u.submitTwoFactorAuthenticate:
|
|
6657
|
-
o.result[i] =
|
|
6663
|
+
o.result[i] = ni(
|
|
6658
6664
|
c
|
|
6659
6665
|
);
|
|
6660
6666
|
break;
|
|
6661
6667
|
case u.getUserDeviceList:
|
|
6662
|
-
o.result[i] =
|
|
6668
|
+
o.result[i] = ri(
|
|
6663
6669
|
c
|
|
6664
6670
|
);
|
|
6665
6671
|
break;
|
|
6666
6672
|
case u.unbindUserDevice:
|
|
6667
|
-
o.result[i] =
|
|
6673
|
+
o.result[i] = si(
|
|
6668
6674
|
c
|
|
6669
6675
|
);
|
|
6670
6676
|
break;
|
|
6671
6677
|
case u.searchNumberHistory:
|
|
6672
|
-
o.result[i] =
|
|
6678
|
+
o.result[i] = oi(
|
|
6673
6679
|
c
|
|
6674
6680
|
);
|
|
6675
6681
|
break;
|
|
6676
6682
|
case u.changeWithdrawalCode:
|
|
6677
|
-
o.result[i] =
|
|
6683
|
+
o.result[i] = ii(
|
|
6678
6684
|
c
|
|
6679
6685
|
);
|
|
6680
6686
|
break;
|
|
6681
6687
|
case u.checkRedPacketToken:
|
|
6682
|
-
o.result[i] =
|
|
6688
|
+
o.result[i] = ui(
|
|
6683
6689
|
c
|
|
6684
6690
|
);
|
|
6685
6691
|
break;
|
|
6686
6692
|
case u.submitWithdrawalAlipay:
|
|
6687
|
-
o.result[i] =
|
|
6693
|
+
o.result[i] = ci(
|
|
6688
6694
|
c
|
|
6689
6695
|
);
|
|
6690
6696
|
break;
|
|
6691
6697
|
case u.applyReliefFund:
|
|
6692
|
-
o.result[i] =
|
|
6698
|
+
o.result[i] = li(
|
|
6693
6699
|
c
|
|
6694
6700
|
);
|
|
6695
6701
|
break;
|
|
6696
6702
|
case u.getReliefFundData:
|
|
6697
|
-
o.result[i] =
|
|
6703
|
+
o.result[i] = di(
|
|
6698
6704
|
c
|
|
6699
6705
|
);
|
|
6700
6706
|
break;
|
|
6701
6707
|
case u.getReliefFundReport:
|
|
6702
|
-
o.result[i] =
|
|
6708
|
+
o.result[i] = mi(
|
|
6703
6709
|
c
|
|
6704
6710
|
);
|
|
6705
6711
|
break;
|
|
6706
6712
|
case u.getWeekCardClaim:
|
|
6707
|
-
o.result[i] =
|
|
6713
|
+
o.result[i] = gi(
|
|
6708
6714
|
c
|
|
6709
6715
|
);
|
|
6710
6716
|
break;
|
|
6711
6717
|
case u.getWeekCardData:
|
|
6712
|
-
o.result[i] =
|
|
6718
|
+
o.result[i] = fi(
|
|
6713
6719
|
c
|
|
6714
6720
|
);
|
|
6715
6721
|
break;
|
|
6716
6722
|
case u.applyWeekCard:
|
|
6717
|
-
o.result[i] =
|
|
6723
|
+
o.result[i] = pi(c);
|
|
6718
6724
|
break;
|
|
6719
6725
|
case u.transferSetting:
|
|
6720
|
-
o.result[i] =
|
|
6726
|
+
o.result[i] = yi(
|
|
6721
6727
|
c
|
|
6722
6728
|
);
|
|
6723
6729
|
break;
|
|
6724
6730
|
case u.transfer:
|
|
6725
|
-
o.result[i] =
|
|
6731
|
+
o.result[i] = bi(c);
|
|
6726
6732
|
break;
|
|
6727
6733
|
case u.getIncentiveData:
|
|
6728
|
-
o.result[i] =
|
|
6734
|
+
o.result[i] = hi(
|
|
6729
6735
|
c
|
|
6730
6736
|
);
|
|
6731
6737
|
break;
|
|
6732
6738
|
case u.getIncentiveRebate:
|
|
6733
|
-
o.result[i] =
|
|
6739
|
+
o.result[i] = _i(
|
|
6734
6740
|
c
|
|
6735
6741
|
);
|
|
6736
6742
|
break;
|
|
6737
6743
|
case u.claimIncentiveRebate:
|
|
6738
|
-
o.result[i] =
|
|
6744
|
+
o.result[i] = Ti(
|
|
6739
6745
|
c
|
|
6740
6746
|
);
|
|
6741
6747
|
break;
|
|
6742
6748
|
case u.getMissionData:
|
|
6743
|
-
o.result[i] =
|
|
6749
|
+
o.result[i] = vi(c);
|
|
6744
6750
|
break;
|
|
6745
6751
|
case u.getMissionClaim:
|
|
6746
|
-
o.result[i] =
|
|
6752
|
+
o.result[i] = Pi(
|
|
6747
6753
|
c
|
|
6748
6754
|
);
|
|
6749
6755
|
break;
|
|
@@ -6751,151 +6757,151 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6751
6757
|
o.result[i] = Ri(c);
|
|
6752
6758
|
break;
|
|
6753
6759
|
case u.getFavouriteGame:
|
|
6754
|
-
o.result[i] =
|
|
6760
|
+
o.result[i] = Di(
|
|
6755
6761
|
c
|
|
6756
6762
|
);
|
|
6757
6763
|
break;
|
|
6758
6764
|
case u.updateFavouriteGame:
|
|
6759
|
-
o.result[i] =
|
|
6765
|
+
o.result[i] = ki(
|
|
6760
6766
|
c
|
|
6761
6767
|
);
|
|
6762
6768
|
break;
|
|
6763
6769
|
case u.requestForgetUsername:
|
|
6764
|
-
o.result[i] =
|
|
6770
|
+
o.result[i] = xi(
|
|
6765
6771
|
c
|
|
6766
6772
|
);
|
|
6767
6773
|
break;
|
|
6768
6774
|
case u.submitForgetUsername:
|
|
6769
|
-
o.result[i] =
|
|
6775
|
+
o.result[i] = Si(
|
|
6770
6776
|
c
|
|
6771
6777
|
);
|
|
6772
6778
|
break;
|
|
6773
6779
|
case u.getAccumulateDepositData:
|
|
6774
|
-
o.result[i] =
|
|
6780
|
+
o.result[i] = Oi(
|
|
6775
6781
|
c
|
|
6776
6782
|
);
|
|
6777
6783
|
break;
|
|
6778
6784
|
case u.getAccumulateDepositClaim:
|
|
6779
|
-
o.result[i] =
|
|
6785
|
+
o.result[i] = Mi(
|
|
6780
6786
|
c
|
|
6781
6787
|
);
|
|
6782
6788
|
break;
|
|
6783
6789
|
case u.rebateRefundSetting:
|
|
6784
|
-
o.result[i] =
|
|
6790
|
+
o.result[i] = Ii(
|
|
6785
6791
|
c
|
|
6786
6792
|
);
|
|
6787
6793
|
break;
|
|
6788
6794
|
case u.getASCMatchCount:
|
|
6789
|
-
o.result[i] =
|
|
6795
|
+
o.result[i] = ji(
|
|
6790
6796
|
c
|
|
6791
6797
|
);
|
|
6792
6798
|
break;
|
|
6793
6799
|
case u.updateDeviceToken:
|
|
6794
|
-
o.result[i] =
|
|
6800
|
+
o.result[i] = Ci(
|
|
6795
6801
|
c
|
|
6796
6802
|
);
|
|
6797
6803
|
break;
|
|
6798
6804
|
case u.getCryptoList:
|
|
6799
|
-
o.result[i] =
|
|
6805
|
+
o.result[i] = Ni(c);
|
|
6800
6806
|
break;
|
|
6801
6807
|
case u.getCryptoAddress:
|
|
6802
|
-
o.result[i] =
|
|
6808
|
+
o.result[i] = Li(
|
|
6803
6809
|
c
|
|
6804
6810
|
);
|
|
6805
6811
|
break;
|
|
6806
6812
|
case u.getPopoutItem:
|
|
6807
|
-
o.result[i] =
|
|
6813
|
+
o.result[i] = $i(c);
|
|
6808
6814
|
break;
|
|
6809
6815
|
case u.getTurnOverRewardSettingMult:
|
|
6810
|
-
o.result[i] =
|
|
6816
|
+
o.result[i] = Gi(
|
|
6811
6817
|
c
|
|
6812
6818
|
);
|
|
6813
6819
|
break;
|
|
6814
6820
|
case u.interestIndex:
|
|
6815
|
-
o.result[i] =
|
|
6821
|
+
o.result[i] = zi(c);
|
|
6816
6822
|
break;
|
|
6817
6823
|
case u.interestWalletInfo:
|
|
6818
|
-
o.result[i] =
|
|
6824
|
+
o.result[i] = Wi(
|
|
6819
6825
|
c
|
|
6820
6826
|
);
|
|
6821
6827
|
break;
|
|
6822
6828
|
case u.interestTransactionList:
|
|
6823
|
-
o.result[i] =
|
|
6829
|
+
o.result[i] = Bi(
|
|
6824
6830
|
c
|
|
6825
6831
|
);
|
|
6826
6832
|
break;
|
|
6827
6833
|
case u.interestTransferIn:
|
|
6828
|
-
o.result[i] =
|
|
6834
|
+
o.result[i] = Ei(
|
|
6829
6835
|
c
|
|
6830
6836
|
);
|
|
6831
6837
|
break;
|
|
6832
6838
|
case u.interestTransferOut:
|
|
6833
|
-
o.result[i] =
|
|
6839
|
+
o.result[i] = Yi(
|
|
6834
6840
|
c
|
|
6835
6841
|
);
|
|
6836
6842
|
break;
|
|
6837
6843
|
case u.getWheelData:
|
|
6838
|
-
o.result[i] =
|
|
6844
|
+
o.result[i] = Hi(c);
|
|
6839
6845
|
break;
|
|
6840
6846
|
case u.getWheelTicket:
|
|
6841
|
-
o.result[i] =
|
|
6847
|
+
o.result[i] = Ui(c);
|
|
6842
6848
|
break;
|
|
6843
6849
|
case u.spinWheel:
|
|
6844
|
-
o.result[i] =
|
|
6850
|
+
o.result[i] = qi(c);
|
|
6845
6851
|
break;
|
|
6846
6852
|
case u.getWheelReport:
|
|
6847
|
-
o.result[i] =
|
|
6853
|
+
o.result[i] = Vi(c);
|
|
6848
6854
|
break;
|
|
6849
6855
|
case u.getWeekCardAllData:
|
|
6850
|
-
o.result[i] =
|
|
6856
|
+
o.result[i] = Ai(
|
|
6851
6857
|
c
|
|
6852
6858
|
);
|
|
6853
6859
|
break;
|
|
6854
6860
|
case u.searchGameByName:
|
|
6855
|
-
o.result[i] =
|
|
6861
|
+
o.result[i] = Qi(
|
|
6856
6862
|
c
|
|
6857
6863
|
);
|
|
6858
6864
|
break;
|
|
6859
6865
|
case u.checkGoldEggValidate:
|
|
6860
|
-
o.result[i] =
|
|
6866
|
+
o.result[i] = Xi(
|
|
6861
6867
|
c
|
|
6862
6868
|
);
|
|
6863
6869
|
break;
|
|
6864
6870
|
case u.applyGoldEgg:
|
|
6865
|
-
o.result[i] =
|
|
6871
|
+
o.result[i] = Ki(c);
|
|
6866
6872
|
break;
|
|
6867
6873
|
case u.checkGoldEggToken:
|
|
6868
|
-
o.result[i] =
|
|
6874
|
+
o.result[i] = Ji(
|
|
6869
6875
|
c
|
|
6870
6876
|
);
|
|
6871
6877
|
break;
|
|
6872
6878
|
case u.getGoldEggData:
|
|
6873
|
-
o.result[i] =
|
|
6879
|
+
o.result[i] = Zi(c);
|
|
6874
6880
|
break;
|
|
6875
6881
|
case u.getNewbieMissionData:
|
|
6876
|
-
o.result[i] =
|
|
6882
|
+
o.result[i] = eu(
|
|
6877
6883
|
c
|
|
6878
6884
|
);
|
|
6879
6885
|
break;
|
|
6880
6886
|
case u.getNewbieMissionClaim:
|
|
6881
|
-
o.result[i] =
|
|
6887
|
+
o.result[i] = tu(
|
|
6882
6888
|
c
|
|
6883
6889
|
);
|
|
6884
6890
|
break;
|
|
6885
6891
|
case u.getFeedback:
|
|
6886
|
-
o.result[i] =
|
|
6892
|
+
o.result[i] = Pu(c);
|
|
6887
6893
|
break;
|
|
6888
6894
|
case u.submitFeedback:
|
|
6889
6895
|
o.result[i] = Ru(c);
|
|
6890
6896
|
break;
|
|
6891
6897
|
case u.casinoGameList:
|
|
6892
|
-
o.result[i] =
|
|
6898
|
+
o.result[i] = xu(c);
|
|
6893
6899
|
break;
|
|
6894
6900
|
}
|
|
6895
6901
|
}
|
|
6896
|
-
return o.result =
|
|
6902
|
+
return o.result = uu(o.result), o.result = nu(o.result), o.result = su(o.result), o.result = iu(o.result), o.result = du(o.result), o.result = gu(o.result), o.result = fu(o.result), o.result = bu(o.result), o.result = hu(o.result), o.result = Du(o.result), o;
|
|
6897
6903
|
} catch (n) {
|
|
6898
|
-
return
|
|
6904
|
+
return ea.isAxiosError(n) ? {
|
|
6899
6905
|
status: ((a = n.response) == null ? void 0 : a.status) || 600,
|
|
6900
6906
|
message: JSON.stringify((t = n.response) == null ? void 0 : t.data),
|
|
6901
6907
|
result: {}
|
|
@@ -6905,10 +6911,10 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6905
6911
|
result: {}
|
|
6906
6912
|
});
|
|
6907
6913
|
}
|
|
6908
|
-
},
|
|
6914
|
+
}, Xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6909
6915
|
__proto__: null,
|
|
6910
|
-
post:
|
|
6911
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6916
|
+
post: Ou
|
|
6917
|
+
}, Symbol.toStringTag, { value: "Module" })), Mu = async (e) => {
|
|
6912
6918
|
let a = {
|
|
6913
6919
|
status: 200,
|
|
6914
6920
|
message: ""
|
|
@@ -6925,10 +6931,10 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6925
6931
|
};
|
|
6926
6932
|
}
|
|
6927
6933
|
return a;
|
|
6928
|
-
},
|
|
6934
|
+
}, Zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6929
6935
|
__proto__: null,
|
|
6930
|
-
call:
|
|
6931
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6936
|
+
call: Mu
|
|
6937
|
+
}, Symbol.toStringTag, { value: "Module" })), Su = async (e, a) => {
|
|
6932
6938
|
let t = {
|
|
6933
6939
|
status: 200,
|
|
6934
6940
|
message: ""
|
|
@@ -6948,21 +6954,21 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6948
6954
|
};
|
|
6949
6955
|
}
|
|
6950
6956
|
return t;
|
|
6951
|
-
},
|
|
6957
|
+
}, Ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6952
6958
|
__proto__: null,
|
|
6953
|
-
call:
|
|
6954
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6959
|
+
call: Su
|
|
6960
|
+
}, Symbol.toStringTag, { value: "Module" })), Xt = {
|
|
6955
6961
|
data: {
|
|
6956
6962
|
startTimestamp: 0,
|
|
6957
6963
|
startJackpot: 0,
|
|
6958
6964
|
dailyIncrease: 0,
|
|
6959
6965
|
updateInterval: 0
|
|
6960
6966
|
}
|
|
6961
|
-
},
|
|
6967
|
+
}, Iu = async () => {
|
|
6962
6968
|
let e = {
|
|
6963
6969
|
status: 200,
|
|
6964
6970
|
message: "",
|
|
6965
|
-
...
|
|
6971
|
+
...Xt
|
|
6966
6972
|
};
|
|
6967
6973
|
try {
|
|
6968
6974
|
const t = (await G.get("/api/jackpotData")).data;
|
|
@@ -6976,14 +6982,14 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6976
6982
|
e = {
|
|
6977
6983
|
status: a.status || 500,
|
|
6978
6984
|
message: a.message,
|
|
6979
|
-
...
|
|
6985
|
+
...Xt
|
|
6980
6986
|
};
|
|
6981
6987
|
}
|
|
6982
6988
|
return e;
|
|
6983
|
-
},
|
|
6989
|
+
}, Ku = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6984
6990
|
__proto__: null,
|
|
6985
|
-
call:
|
|
6986
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6991
|
+
call: Iu
|
|
6992
|
+
}, Symbol.toStringTag, { value: "Module" })), ju = async () => {
|
|
6987
6993
|
let e = {
|
|
6988
6994
|
status: 200,
|
|
6989
6995
|
message: ""
|
|
@@ -6997,10 +7003,10 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6997
7003
|
};
|
|
6998
7004
|
}
|
|
6999
7005
|
return e;
|
|
7000
|
-
},
|
|
7006
|
+
}, ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7001
7007
|
__proto__: null,
|
|
7002
|
-
call:
|
|
7003
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7008
|
+
call: ju
|
|
7009
|
+
}, Symbol.toStringTag, { value: "Module" })), Zt = {
|
|
7004
7010
|
data: {
|
|
7005
7011
|
status: !1,
|
|
7006
7012
|
message: "",
|
|
@@ -7010,11 +7016,11 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7010
7016
|
accountId: 0
|
|
7011
7017
|
}
|
|
7012
7018
|
}
|
|
7013
|
-
},
|
|
7019
|
+
}, Cu = async () => {
|
|
7014
7020
|
let e = {
|
|
7015
7021
|
status: 200,
|
|
7016
7022
|
message: "",
|
|
7017
|
-
...
|
|
7023
|
+
...Zt
|
|
7018
7024
|
};
|
|
7019
7025
|
try {
|
|
7020
7026
|
const t = (await G.get("/graph/autoregister")).data;
|
|
@@ -7031,23 +7037,23 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7031
7037
|
e = {
|
|
7032
7038
|
status: a.status || 500,
|
|
7033
7039
|
message: a.message,
|
|
7034
|
-
...
|
|
7040
|
+
...Zt
|
|
7035
7041
|
};
|
|
7036
7042
|
}
|
|
7037
7043
|
return e;
|
|
7038
|
-
},
|
|
7044
|
+
}, tc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7039
7045
|
__proto__: null,
|
|
7040
|
-
call:
|
|
7041
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7046
|
+
call: Cu
|
|
7047
|
+
}, Symbol.toStringTag, { value: "Module" })), Jt = {
|
|
7042
7048
|
data: {
|
|
7043
7049
|
status: !1,
|
|
7044
7050
|
message: ""
|
|
7045
7051
|
}
|
|
7046
|
-
},
|
|
7052
|
+
}, Nu = async (e, a) => {
|
|
7047
7053
|
let t = {
|
|
7048
7054
|
status: 200,
|
|
7049
7055
|
message: "",
|
|
7050
|
-
...
|
|
7056
|
+
...Jt
|
|
7051
7057
|
};
|
|
7052
7058
|
try {
|
|
7053
7059
|
const n = await G.post("/graph/setlocale", {
|
|
@@ -7064,14 +7070,14 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7064
7070
|
t = {
|
|
7065
7071
|
status: n.status || 500,
|
|
7066
7072
|
message: n.message,
|
|
7067
|
-
...
|
|
7073
|
+
...Jt
|
|
7068
7074
|
};
|
|
7069
7075
|
}
|
|
7070
7076
|
return t;
|
|
7071
|
-
},
|
|
7077
|
+
}, ac = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7072
7078
|
__proto__: null,
|
|
7073
|
-
call:
|
|
7074
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7079
|
+
call: Nu
|
|
7080
|
+
}, Symbol.toStringTag, { value: "Module" })), Lu = async (e, a, t, n, r) => {
|
|
7075
7081
|
let s = {
|
|
7076
7082
|
status: 200,
|
|
7077
7083
|
message: "",
|
|
@@ -7109,10 +7115,10 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7109
7115
|
};
|
|
7110
7116
|
}
|
|
7111
7117
|
return s;
|
|
7112
|
-
},
|
|
7118
|
+
}, nc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7113
7119
|
__proto__: null,
|
|
7114
|
-
call:
|
|
7115
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7120
|
+
call: Lu
|
|
7121
|
+
}, Symbol.toStringTag, { value: "Module" })), Kt = {
|
|
7116
7122
|
data: {
|
|
7117
7123
|
status: !1,
|
|
7118
7124
|
message: "",
|
|
@@ -7122,12 +7128,12 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7122
7128
|
endTime: ""
|
|
7123
7129
|
}
|
|
7124
7130
|
}
|
|
7125
|
-
},
|
|
7131
|
+
}, $u = async () => {
|
|
7126
7132
|
var a, t, n;
|
|
7127
7133
|
let e = {
|
|
7128
7134
|
status: 200,
|
|
7129
7135
|
message: "",
|
|
7130
|
-
...
|
|
7136
|
+
...Kt
|
|
7131
7137
|
};
|
|
7132
7138
|
try {
|
|
7133
7139
|
const s = (await G.get("/graph/getMaintenanceMode")).data;
|
|
@@ -7144,15 +7150,13 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7144
7150
|
e = {
|
|
7145
7151
|
status: r.status || 500,
|
|
7146
7152
|
message: r.message,
|
|
7147
|
-
...
|
|
7153
|
+
...Kt
|
|
7148
7154
|
};
|
|
7149
7155
|
}
|
|
7150
7156
|
return e;
|
|
7151
|
-
},
|
|
7157
|
+
}, rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7152
7158
|
__proto__: null,
|
|
7153
|
-
call:
|
|
7154
|
-
}, Symbol.toStringTag, { value: "Module" })), rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7155
|
-
__proto__: null
|
|
7159
|
+
call: $u
|
|
7156
7160
|
}, Symbol.toStringTag, { value: "Module" })), sc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7157
7161
|
__proto__: null
|
|
7158
7162
|
}, Symbol.toStringTag, { value: "Module" })), oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -7189,10 +7193,10 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7189
7193
|
__proto__: null
|
|
7190
7194
|
}, Symbol.toStringTag, { value: "Module" })), wc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7191
7195
|
__proto__: null
|
|
7192
|
-
}, Symbol.toStringTag, { value: "Module" })), Rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7193
|
-
__proto__: null
|
|
7194
7196
|
}, Symbol.toStringTag, { value: "Module" })), Pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7195
7197
|
__proto__: null
|
|
7198
|
+
}, Symbol.toStringTag, { value: "Module" })), Rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7199
|
+
__proto__: null
|
|
7196
7200
|
}, Symbol.toStringTag, { value: "Module" })), Dc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7197
7201
|
__proto__: null
|
|
7198
7202
|
}, Symbol.toStringTag, { value: "Module" })), kc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -7235,13 +7239,13 @@ const Au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7235
7239
|
__proto__: null
|
|
7236
7240
|
}, Symbol.toStringTag, { value: "Module" })), Uc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7237
7241
|
__proto__: null
|
|
7242
|
+
}, Symbol.toStringTag, { value: "Module" })), qc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7243
|
+
__proto__: null
|
|
7238
7244
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
7239
|
-
var
|
|
7240
|
-
const
|
|
7245
|
+
var ha = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ha || {});
|
|
7246
|
+
const Vc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7241
7247
|
__proto__: null,
|
|
7242
|
-
ImageCategory:
|
|
7243
|
-
}, Symbol.toStringTag, { value: "Module" })), Vc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7244
|
-
__proto__: null
|
|
7248
|
+
ImageCategory: ha
|
|
7245
7249
|
}, Symbol.toStringTag, { value: "Module" })), Ac = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7246
7250
|
__proto__: null
|
|
7247
7251
|
}, Symbol.toStringTag, { value: "Module" })), Qc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -7300,10 +7304,10 @@ const qc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7300
7304
|
__proto__: null
|
|
7301
7305
|
}, Symbol.toStringTag, { value: "Module" })), wl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7302
7306
|
__proto__: null
|
|
7303
|
-
}, Symbol.toStringTag, { value: "Module" })), Rl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7304
|
-
__proto__: null
|
|
7305
7307
|
}, Symbol.toStringTag, { value: "Module" })), Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7306
7308
|
__proto__: null
|
|
7309
|
+
}, Symbol.toStringTag, { value: "Module" })), Rl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7310
|
+
__proto__: null
|
|
7307
7311
|
}, Symbol.toStringTag, { value: "Module" })), Dl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7308
7312
|
__proto__: null
|
|
7309
7313
|
}, Symbol.toStringTag, { value: "Module" })), kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -7406,155 +7410,157 @@ const qc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7406
7410
|
__proto__: null
|
|
7407
7411
|
}, Symbol.toStringTag, { value: "Module" })), vd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7408
7412
|
__proto__: null
|
|
7413
|
+
}, Symbol.toStringTag, { value: "Module" })), wd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7414
|
+
__proto__: null
|
|
7409
7415
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
7410
7416
|
export {
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
|
|
7414
|
-
|
|
7415
|
-
|
|
7416
|
-
|
|
7417
|
-
|
|
7418
|
-
|
|
7419
|
-
|
|
7420
|
-
|
|
7421
|
-
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
7431
|
-
|
|
7432
|
-
|
|
7433
|
-
|
|
7434
|
-
|
|
7435
|
-
|
|
7436
|
-
|
|
7437
|
-
|
|
7417
|
+
yc as addBankCardType,
|
|
7418
|
+
Dl as agTransferCreditReportType,
|
|
7419
|
+
ic as announcementType,
|
|
7420
|
+
Xu as api,
|
|
7421
|
+
Wu as apiType,
|
|
7422
|
+
pd as applyGoldEggType,
|
|
7423
|
+
tl as applyPromoType,
|
|
7424
|
+
nl as applyRedPacketType,
|
|
7425
|
+
Ll as applyReliefFund,
|
|
7426
|
+
al as applySignInType,
|
|
7427
|
+
fc as applyVipBonusType,
|
|
7428
|
+
Wl as applyWeekCard,
|
|
7429
|
+
tc as autoRegisterApi,
|
|
7430
|
+
kl as betReportType,
|
|
7431
|
+
wd as casinoGameListType,
|
|
7432
|
+
hc as changePasswordType,
|
|
7433
|
+
jl as changeWithdrawalCodeType,
|
|
7434
|
+
yd as checkGoldEggTokenType,
|
|
7435
|
+
bd as checkGoldEggValidateType,
|
|
7436
|
+
Cl as checkRedPacketTokenType,
|
|
7437
|
+
Zc as checkRedPacketValidateType,
|
|
7438
|
+
ul as checkTransferCreditType,
|
|
7439
|
+
Bl as claimIncentiveRebate,
|
|
7440
|
+
Qu as cmsListType,
|
|
7441
|
+
pl as commissionWithdrawType,
|
|
7442
|
+
zu as config,
|
|
7443
|
+
gc as depositType,
|
|
7438
7444
|
Rc as fishGameListType,
|
|
7439
|
-
|
|
7440
|
-
|
|
7441
|
-
|
|
7442
|
-
|
|
7443
|
-
|
|
7444
|
-
|
|
7445
|
-
|
|
7446
|
-
|
|
7447
|
-
|
|
7448
|
-
|
|
7449
|
-
|
|
7450
|
-
|
|
7451
|
-
|
|
7452
|
-
|
|
7453
|
-
|
|
7454
|
-
|
|
7455
|
-
|
|
7456
|
-
|
|
7457
|
-
|
|
7458
|
-
|
|
7459
|
-
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
|
|
7463
|
-
|
|
7464
|
-
|
|
7465
|
-
|
|
7466
|
-
|
|
7467
|
-
|
|
7468
|
-
|
|
7469
|
-
|
|
7470
|
-
|
|
7471
|
-
|
|
7472
|
-
|
|
7473
|
-
|
|
7474
|
-
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
|
|
7493
|
-
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
|
|
7503
|
-
|
|
7504
|
-
|
|
7505
|
-
|
|
7506
|
-
|
|
7507
|
-
|
|
7508
|
-
|
|
7509
|
-
|
|
7510
|
-
|
|
7511
|
-
|
|
7512
|
-
|
|
7513
|
-
|
|
7514
|
-
|
|
7515
|
-
|
|
7516
|
-
|
|
7445
|
+
ll as friendListEditType,
|
|
7446
|
+
cl as friendListType,
|
|
7447
|
+
uc as gameListType,
|
|
7448
|
+
ed as getASCMatchCountType,
|
|
7449
|
+
Jl as getAccumulateDepositClaimType,
|
|
7450
|
+
Uu as getAccumulateDepositDataType,
|
|
7451
|
+
dl as getActivePPType,
|
|
7452
|
+
ml as getActiveProductType,
|
|
7453
|
+
rl as getCountryType,
|
|
7454
|
+
nd as getCryptoAddressType,
|
|
7455
|
+
ad as getCryptoListType,
|
|
7456
|
+
Cc as getDepositPromotionType,
|
|
7457
|
+
Tc as getEventListType,
|
|
7458
|
+
vc as getEventTokenType,
|
|
7459
|
+
wc as getExtraGameType,
|
|
7460
|
+
Al as getFavouriteGameType,
|
|
7461
|
+
Td as getFeedbackType,
|
|
7462
|
+
hd as getGoldEggDataType,
|
|
7463
|
+
Vc as getImageType,
|
|
7464
|
+
Hl as getIncentiveData,
|
|
7465
|
+
Ul as getIncentiveRebate,
|
|
7466
|
+
Nc as getInviteRewardClaimType,
|
|
7467
|
+
Oc as getInviteRewardDataType,
|
|
7468
|
+
Mc as getInviteRewardReportType,
|
|
7469
|
+
Gc as getInviteRewardSettingType,
|
|
7470
|
+
rc as getMaintenanceModeApi,
|
|
7471
|
+
ql as getMissionClaim,
|
|
7472
|
+
Hu as getMissionData,
|
|
7473
|
+
_d as getNewbieMissionClaimType,
|
|
7474
|
+
Vu as getNewbieMissionDataType,
|
|
7475
|
+
rd as getPopoutItemType,
|
|
7476
|
+
$l as getReliefFundData,
|
|
7477
|
+
Gl as getReliefFundReport,
|
|
7478
|
+
jc as getRewardReferralType,
|
|
7479
|
+
Au as getSettingType,
|
|
7480
|
+
Lc as getTopUpRewardClaimType,
|
|
7481
|
+
Fc as getTopUpRewardSettingType,
|
|
7482
|
+
Sc as getTopupRewardDataType,
|
|
7483
|
+
Ic as getTopupRewardReportType,
|
|
7484
|
+
$c as getTurnOverRewardClaimType,
|
|
7485
|
+
kc as getTurnOverRewardDataType,
|
|
7486
|
+
xc as getTurnOverRewardReportType,
|
|
7487
|
+
sd as getTurnOverRewardSettingMultType,
|
|
7488
|
+
zc as getTurnOverRewardSettingType,
|
|
7489
|
+
xl as getTwoFactorAuthenticateType,
|
|
7490
|
+
Ml as getUserDeviceListType,
|
|
7491
|
+
Jc as getUserProfileType,
|
|
7492
|
+
el as getUsernameByReferType,
|
|
7493
|
+
Ac as getValidateType,
|
|
7494
|
+
qc as getVerifyPromo,
|
|
7495
|
+
fd as getWeekCardAllDataType,
|
|
7496
|
+
Fl as getWeekCardClaim,
|
|
7497
|
+
zl as getWeekCardData,
|
|
7498
|
+
md as getWheelDataType,
|
|
7499
|
+
qu as getWheelReportType,
|
|
7500
|
+
gd as getWheelTicketType,
|
|
7501
|
+
od as interestIndexType,
|
|
7502
|
+
id as interestTransactionListType,
|
|
7503
|
+
ud as interestTransferInType,
|
|
7504
|
+
cd as interestTransferOutType,
|
|
7505
|
+
ld as interestWalletInfoType,
|
|
7506
|
+
Ku as jackpotDataApi,
|
|
7507
|
+
nc as loadMatchApi,
|
|
7508
|
+
Ju as loginApi,
|
|
7509
|
+
sc as loginType,
|
|
7510
|
+
ec as logoutApi,
|
|
7511
|
+
oc as logoutType,
|
|
7512
|
+
Pc as mailBoxType,
|
|
7513
|
+
dc as mainWalletType,
|
|
7514
|
+
Eu as paymentsProviderType,
|
|
7515
|
+
Bc as playGame,
|
|
7516
|
+
Bc as playGameType,
|
|
7517
|
+
Ou as post,
|
|
7518
|
+
lc as promotionType,
|
|
7519
|
+
Xc as readMailType,
|
|
7520
|
+
Kl as rebateRefundSettingType,
|
|
7521
|
+
Pl as referralMemberProfileType,
|
|
7522
|
+
wl as referralProfileType,
|
|
7517
7523
|
Rl as registerActionType,
|
|
7518
|
-
|
|
7519
|
-
|
|
7520
|
-
|
|
7521
|
-
|
|
7522
|
-
|
|
7523
|
-
|
|
7524
|
-
|
|
7525
|
-
|
|
7526
|
-
|
|
7527
|
-
|
|
7528
|
-
|
|
7529
|
-
|
|
7530
|
-
|
|
7531
|
-
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7537
|
-
|
|
7538
|
-
|
|
7539
|
-
|
|
7540
|
-
|
|
7541
|
-
|
|
7542
|
-
|
|
7543
|
-
|
|
7544
|
-
|
|
7545
|
-
|
|
7546
|
-
|
|
7547
|
-
|
|
7548
|
-
|
|
7549
|
-
|
|
7550
|
-
|
|
7551
|
-
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
|
|
7559
|
-
|
|
7524
|
+
Vl as registerFormType,
|
|
7525
|
+
Wc as requestForgetPasswordType,
|
|
7526
|
+
Xl as requestForgetUsernameType,
|
|
7527
|
+
Kc as requestTacCodeType,
|
|
7528
|
+
hl as requestTransferMoneyType,
|
|
7529
|
+
Hc as requestUpdateMobileTacCode,
|
|
7530
|
+
gl as requestWithdrawTacType,
|
|
7531
|
+
fl as requestWithdrawalCodeType,
|
|
7532
|
+
Il as searchNumberHistoryType,
|
|
7533
|
+
ac as setLocaleApi,
|
|
7534
|
+
vl as signInRecordType,
|
|
7535
|
+
Tl as signInViewInfoType,
|
|
7536
|
+
Dc as slotGameListType,
|
|
7537
|
+
dd as spinWheelType,
|
|
7538
|
+
bl as submitCryptoAccountType,
|
|
7539
|
+
vd as submitFeedbackType,
|
|
7540
|
+
Ec as submitForgetPasswordType,
|
|
7541
|
+
Zl as submitForgetUsernameType,
|
|
7542
|
+
Yc as submitGiftCode,
|
|
7543
|
+
Yc as submitGiftCodeType,
|
|
7544
|
+
_l as submitTransferMoneyType,
|
|
7545
|
+
Ol as submitTwoFactorAuthenticateType,
|
|
7546
|
+
Uc as submitUpdateMobileTacCode,
|
|
7547
|
+
il as submitValidateType,
|
|
7548
|
+
Nl as submitWithdrawalAlipayType,
|
|
7549
|
+
yl as submitWithdrawalCodeType,
|
|
7550
|
+
Zu as telegramLoginApi,
|
|
7551
|
+
Yu as transactionReportType,
|
|
7552
|
+
ol as transferProcessType,
|
|
7553
|
+
Bu as transferReportType,
|
|
7554
|
+
El as transferSettingType,
|
|
7555
|
+
sl as transferToMainType,
|
|
7556
|
+
Yl as transferType,
|
|
7557
|
+
Sl as unbindUserDeviceType,
|
|
7558
|
+
mc as upcomingMatchType,
|
|
7559
|
+
td as updateDeviceTokenType,
|
|
7560
|
+
Ql as updateFavouriteGameType,
|
|
7561
|
+
Qc as updateProfilePictureType,
|
|
7562
|
+
cc as vipListType,
|
|
7563
|
+
_c as walletType,
|
|
7564
|
+
bc as withdrawType,
|
|
7565
|
+
pc as withdrawalGetType
|
|
7560
7566
|
};
|