60p82u21t54k 0.2.12 → 0.2.14
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 +739 -679
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/dist/api/type.d.ts +13 -1
- package/dist/api/type.d.ts.map +1 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/model/applyGoldEgg/getApplyGoldEggResponse.d.ts +10 -0
- package/dist/model/applyGoldEgg/getApplyGoldEggResponse.d.ts.map +1 -0
- package/dist/model/applyGoldEgg/type.d.ts +5 -0
- package/dist/model/applyGoldEgg/type.d.ts.map +1 -0
- package/dist/model/checkGoldEggToken/getCheckGoldEggTokenResponse.d.ts +11 -0
- package/dist/model/checkGoldEggToken/getCheckGoldEggTokenResponse.d.ts.map +1 -0
- package/dist/model/checkGoldEggToken/type.d.ts +6 -0
- package/dist/model/checkGoldEggToken/type.d.ts.map +1 -0
- package/dist/model/checkGoldEggValidate/getCheckGoldEggValidateResponse.d.ts +42 -0
- package/dist/model/checkGoldEggValidate/getCheckGoldEggValidateResponse.d.ts.map +1 -0
- package/dist/model/checkGoldEggValidate/type.d.ts +9 -0
- package/dist/model/checkGoldEggValidate/type.d.ts.map +1 -0
- package/dist/model/fishGameList/getFishGameListResponse.d.ts.map +1 -1
- package/dist/model/fishGameList/type.d.ts +1 -0
- package/dist/model/fishGameList/type.d.ts.map +1 -1
- package/dist/model/gameList/getGameListResponse.d.ts +1 -0
- package/dist/model/gameList/getGameListResponse.d.ts.map +1 -1
- package/dist/model/gameList/type.d.ts +1 -0
- package/dist/model/gameList/type.d.ts.map +1 -1
- package/dist/model/getFavouriteGame/getGetFavouriteGameResponse.d.ts.map +1 -1
- package/dist/model/getFavouriteGame/type.d.ts +1 -0
- package/dist/model/getFavouriteGame/type.d.ts.map +1 -1
- package/dist/model/getGoldEggData/getGoldEggDataResponse.d.ts +9 -0
- package/dist/model/getGoldEggData/getGoldEggDataResponse.d.ts.map +1 -0
- package/dist/model/getGoldEggData/type.d.ts +6 -0
- package/dist/model/getGoldEggData/type.d.ts.map +1 -0
- package/dist/model/searchGameByName/getSearchGameByNameResponse.d.ts.map +1 -1
- package/dist/model/searchGameByName/type.d.ts +1 -0
- package/dist/model/searchGameByName/type.d.ts.map +1 -1
- package/dist/plugin.d.ts +5 -1
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -76,35 +76,35 @@ const va = (e) => {
|
|
|
76
76
|
__proto__: null,
|
|
77
77
|
getConfig: yt,
|
|
78
78
|
setConfig: va
|
|
79
|
-
}, Symbol.toStringTag, { value: "Module" })), ta = 6048e5,
|
|
80
|
-
function
|
|
81
|
-
return typeof e == "function" ? e(a) : e && typeof e == "object" &&
|
|
79
|
+
}, Symbol.toStringTag, { value: "Module" })), ta = 6048e5, Da = 864e5, Pa = 6e4, Ra = 36e5, Oa = 1e3, Ot = Symbol.for("constructDateFrom");
|
|
80
|
+
function E(e, a) {
|
|
81
|
+
return typeof e == "function" ? e(a) : e && typeof e == "object" && Ot in e ? e[Ot](a) : e instanceof Date ? new e.constructor(a) : new Date(a);
|
|
82
82
|
}
|
|
83
83
|
function W(e, a) {
|
|
84
|
-
return
|
|
84
|
+
return E(a || e, e);
|
|
85
85
|
}
|
|
86
86
|
function aa(e, a, t) {
|
|
87
87
|
const n = W(e, t == null ? void 0 : t.in);
|
|
88
|
-
return isNaN(a) ?
|
|
88
|
+
return isNaN(a) ? E((t == null ? void 0 : t.in) || e, NaN) : (a && n.setDate(n.getDate() + a), n);
|
|
89
89
|
}
|
|
90
|
-
let
|
|
90
|
+
let xa = {};
|
|
91
91
|
function Se() {
|
|
92
|
-
return
|
|
92
|
+
return xa;
|
|
93
93
|
}
|
|
94
94
|
function fe(e, a) {
|
|
95
95
|
var d, f, h, b;
|
|
96
96
|
const t = Se(), n = (a == null ? void 0 : a.weekStartsOn) ?? ((f = (d = a == null ? void 0 : a.locale) == null ? void 0 : d.options) == null ? void 0 : f.weekStartsOn) ?? t.weekStartsOn ?? ((b = (h = t.locale) == null ? void 0 : h.options) == null ? void 0 : b.weekStartsOn) ?? 0, r = W(e, a == null ? void 0 : a.in), s = r.getDay(), i = (s < n ? 7 : 0) + s - n;
|
|
97
97
|
return r.setDate(r.getDate() - i), r.setHours(0, 0, 0, 0), r;
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function Me(e, a) {
|
|
100
100
|
return fe(e, { ...a, weekStartsOn: 1 });
|
|
101
101
|
}
|
|
102
102
|
function na(e, a) {
|
|
103
|
-
const t = W(e, a == null ? void 0 : a.in), n = t.getFullYear(), r =
|
|
103
|
+
const t = W(e, a == null ? void 0 : a.in), n = t.getFullYear(), r = E(t, 0);
|
|
104
104
|
r.setFullYear(n + 1, 0, 4), r.setHours(0, 0, 0, 0);
|
|
105
|
-
const s =
|
|
105
|
+
const s = Me(r), i = E(t, 0);
|
|
106
106
|
i.setFullYear(n, 0, 4), i.setHours(0, 0, 0, 0);
|
|
107
|
-
const d =
|
|
107
|
+
const d = Me(i);
|
|
108
108
|
return t.getTime() >= s.getTime() ? n + 1 : t.getTime() >= d.getTime() ? n : n - 1;
|
|
109
109
|
}
|
|
110
110
|
function He(e) {
|
|
@@ -121,28 +121,28 @@ function He(e) {
|
|
|
121
121
|
);
|
|
122
122
|
return t.setUTCFullYear(a.getFullYear()), +e - +t;
|
|
123
123
|
}
|
|
124
|
-
function
|
|
125
|
-
const t =
|
|
124
|
+
function ka(e, ...a) {
|
|
125
|
+
const t = E.bind(
|
|
126
126
|
null,
|
|
127
127
|
a.find((n) => typeof n == "object")
|
|
128
128
|
);
|
|
129
129
|
return a.map(t);
|
|
130
130
|
}
|
|
131
|
-
function
|
|
131
|
+
function xt(e, a) {
|
|
132
132
|
const t = W(e, a == null ? void 0 : a.in);
|
|
133
133
|
return t.setHours(0, 0, 0, 0), t;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
136
|
-
const [n, r] =
|
|
135
|
+
function Ma(e, a, t) {
|
|
136
|
+
const [n, r] = ka(
|
|
137
137
|
t == null ? void 0 : t.in,
|
|
138
138
|
e,
|
|
139
139
|
a
|
|
140
|
-
), s =
|
|
141
|
-
return Math.round((d - f) /
|
|
140
|
+
), s = xt(n), i = xt(r), d = +s - He(s), f = +i - He(i);
|
|
141
|
+
return Math.round((d - f) / Da);
|
|
142
142
|
}
|
|
143
143
|
function Sa(e, a) {
|
|
144
|
-
const t = na(e, a), n =
|
|
145
|
-
return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0),
|
|
144
|
+
const t = na(e, a), n = E(e, 0);
|
|
145
|
+
return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0), Me(n);
|
|
146
146
|
}
|
|
147
147
|
function Ia(e) {
|
|
148
148
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
@@ -227,12 +227,12 @@ function st(e) {
|
|
|
227
227
|
return e.formats[t] || e.formats[e.defaultWidth];
|
|
228
228
|
};
|
|
229
229
|
}
|
|
230
|
-
const
|
|
230
|
+
const Ga = {
|
|
231
231
|
full: "EEEE, MMMM do, y",
|
|
232
232
|
long: "MMMM do, y",
|
|
233
233
|
medium: "MMM d, y",
|
|
234
234
|
short: "MM/dd/yyyy"
|
|
235
|
-
},
|
|
235
|
+
}, Fa = {
|
|
236
236
|
full: "h:mm:ss a zzzz",
|
|
237
237
|
long: "h:mm:ss a z",
|
|
238
238
|
medium: "h:mm:ss a",
|
|
@@ -244,26 +244,26 @@ const Fa = {
|
|
|
244
244
|
short: "{{date}}, {{time}}"
|
|
245
245
|
}, Wa = {
|
|
246
246
|
date: st({
|
|
247
|
-
formats:
|
|
247
|
+
formats: Ga,
|
|
248
248
|
defaultWidth: "full"
|
|
249
249
|
}),
|
|
250
250
|
time: st({
|
|
251
|
-
formats:
|
|
251
|
+
formats: Fa,
|
|
252
252
|
defaultWidth: "full"
|
|
253
253
|
}),
|
|
254
254
|
dateTime: st({
|
|
255
255
|
formats: za,
|
|
256
256
|
defaultWidth: "full"
|
|
257
257
|
})
|
|
258
|
-
},
|
|
258
|
+
}, Ea = {
|
|
259
259
|
lastWeek: "'last' eeee 'at' p",
|
|
260
260
|
yesterday: "'yesterday at' p",
|
|
261
261
|
today: "'today at' p",
|
|
262
262
|
tomorrow: "'tomorrow at' p",
|
|
263
263
|
nextWeek: "eeee 'at' p",
|
|
264
264
|
other: "P"
|
|
265
|
-
},
|
|
266
|
-
function
|
|
265
|
+
}, Ya = (e, a, t, n) => Ea[e];
|
|
266
|
+
function Fe(e) {
|
|
267
267
|
return (a, t) => {
|
|
268
268
|
const n = t != null && t.context ? String(t.context) : "standalone";
|
|
269
269
|
let r;
|
|
@@ -405,24 +405,24 @@ const qa = {
|
|
|
405
405
|
return t + "th";
|
|
406
406
|
}, Qa = {
|
|
407
407
|
ordinalNumber: Aa,
|
|
408
|
-
era:
|
|
408
|
+
era: Fe({
|
|
409
409
|
values: qa,
|
|
410
410
|
defaultWidth: "wide"
|
|
411
411
|
}),
|
|
412
|
-
quarter:
|
|
412
|
+
quarter: Fe({
|
|
413
413
|
values: Ha,
|
|
414
414
|
defaultWidth: "wide",
|
|
415
415
|
argumentCallback: (e) => e - 1
|
|
416
416
|
}),
|
|
417
|
-
month:
|
|
417
|
+
month: Fe({
|
|
418
418
|
values: Ba,
|
|
419
419
|
defaultWidth: "wide"
|
|
420
420
|
}),
|
|
421
|
-
day:
|
|
421
|
+
day: Fe({
|
|
422
422
|
values: $a,
|
|
423
423
|
defaultWidth: "wide"
|
|
424
424
|
}),
|
|
425
|
-
dayPeriod:
|
|
425
|
+
dayPeriod: Fe({
|
|
426
426
|
values: Ua,
|
|
427
427
|
defaultWidth: "wide",
|
|
428
428
|
formattingValues: Va,
|
|
@@ -434,9 +434,9 @@ function ze(e) {
|
|
|
434
434
|
const n = t.width, r = n && e.matchPatterns[n] || e.matchPatterns[e.defaultMatchWidth], s = a.match(r);
|
|
435
435
|
if (!s)
|
|
436
436
|
return null;
|
|
437
|
-
const i = s[0], d = n && e.parsePatterns[n] || e.parsePatterns[e.defaultParseWidth], f = Array.isArray(d) ? Za(d, (
|
|
437
|
+
const i = s[0], d = n && e.parsePatterns[n] || e.parsePatterns[e.defaultParseWidth], f = Array.isArray(d) ? Za(d, (D) => D.test(i)) : (
|
|
438
438
|
// [TODO] -- I challenge you to fix the type
|
|
439
|
-
Xa(d, (
|
|
439
|
+
Xa(d, (D) => D.test(i))
|
|
440
440
|
);
|
|
441
441
|
let h;
|
|
442
442
|
h = e.valueCallback ? e.valueCallback(f) : f, h = t.valueCallback ? (
|
|
@@ -577,7 +577,7 @@ const Ka = /^(\d+)(th|st|nd|rd)?/i, en = /\d+/i, tn = {
|
|
|
577
577
|
code: "en-US",
|
|
578
578
|
formatDistance: La,
|
|
579
579
|
formatLong: Wa,
|
|
580
|
-
formatRelative:
|
|
580
|
+
formatRelative: Ya,
|
|
581
581
|
localize: Qa,
|
|
582
582
|
match: mn,
|
|
583
583
|
options: {
|
|
@@ -587,31 +587,31 @@ const Ka = /^(\d+)(th|st|nd|rd)?/i, en = /\d+/i, tn = {
|
|
|
587
587
|
};
|
|
588
588
|
function gn(e, a) {
|
|
589
589
|
const t = W(e, a == null ? void 0 : a.in);
|
|
590
|
-
return
|
|
590
|
+
return Ma(t, Ca(t)) + 1;
|
|
591
591
|
}
|
|
592
592
|
function sa(e, a) {
|
|
593
|
-
const t = W(e, a == null ? void 0 : a.in), n = +
|
|
593
|
+
const t = W(e, a == null ? void 0 : a.in), n = +Me(t) - +Sa(t);
|
|
594
594
|
return Math.round(n / ta) + 1;
|
|
595
595
|
}
|
|
596
596
|
function ht(e, a) {
|
|
597
|
-
var b,
|
|
598
|
-
const t = W(e, a == null ? void 0 : a.in), n = t.getFullYear(), r = Se(), s = (a == null ? void 0 : a.firstWeekContainsDate) ?? ((
|
|
597
|
+
var b, D, _, p;
|
|
598
|
+
const t = W(e, a == null ? void 0 : a.in), n = t.getFullYear(), r = Se(), s = (a == null ? void 0 : a.firstWeekContainsDate) ?? ((D = (b = a == null ? void 0 : a.locale) == null ? void 0 : b.options) == null ? void 0 : D.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((p = (_ = r.locale) == null ? void 0 : _.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, i = E((a == null ? void 0 : a.in) || e, 0);
|
|
599
599
|
i.setFullYear(n + 1, 0, s), i.setHours(0, 0, 0, 0);
|
|
600
|
-
const d = fe(i, a), f =
|
|
600
|
+
const d = fe(i, a), f = E((a == null ? void 0 : a.in) || e, 0);
|
|
601
601
|
f.setFullYear(n, 0, s), f.setHours(0, 0, 0, 0);
|
|
602
602
|
const h = fe(f, a);
|
|
603
603
|
return +t >= +d ? n + 1 : +t >= +h ? n : n - 1;
|
|
604
604
|
}
|
|
605
605
|
function fn(e, a) {
|
|
606
606
|
var d, f, h, b;
|
|
607
|
-
const t = Se(), n = (a == null ? void 0 : a.firstWeekContainsDate) ?? ((f = (d = a == null ? void 0 : a.locale) == null ? void 0 : d.options) == null ? void 0 : f.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((b = (h = t.locale) == null ? void 0 : h.options) == null ? void 0 : b.firstWeekContainsDate) ?? 1, r = ht(e, a), s =
|
|
607
|
+
const t = Se(), n = (a == null ? void 0 : a.firstWeekContainsDate) ?? ((f = (d = a == null ? void 0 : a.locale) == null ? void 0 : d.options) == null ? void 0 : f.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((b = (h = t.locale) == null ? void 0 : h.options) == null ? void 0 : b.firstWeekContainsDate) ?? 1, r = ht(e, a), s = E((a == null ? void 0 : a.in) || e, 0);
|
|
608
608
|
return s.setFullYear(r, 0, n), s.setHours(0, 0, 0, 0), fe(s, a);
|
|
609
609
|
}
|
|
610
610
|
function oa(e, a) {
|
|
611
611
|
const t = W(e, a == null ? void 0 : a.in), n = +fe(t, a) - +fn(t, a);
|
|
612
612
|
return Math.round(n / ta) + 1;
|
|
613
613
|
}
|
|
614
|
-
function
|
|
614
|
+
function x(e, a) {
|
|
615
615
|
const t = e < 0 ? "-" : "", n = Math.abs(e).toString().padStart(a, "0");
|
|
616
616
|
return t + n;
|
|
617
617
|
}
|
|
@@ -619,16 +619,16 @@ const ge = {
|
|
|
619
619
|
// Year
|
|
620
620
|
y(e, a) {
|
|
621
621
|
const t = e.getFullYear(), n = t > 0 ? t : 1 - t;
|
|
622
|
-
return
|
|
622
|
+
return x(a === "yy" ? n % 100 : n, a.length);
|
|
623
623
|
},
|
|
624
624
|
// Month
|
|
625
625
|
M(e, a) {
|
|
626
626
|
const t = e.getMonth();
|
|
627
|
-
return a === "M" ? String(t + 1) :
|
|
627
|
+
return a === "M" ? String(t + 1) : x(t + 1, 2);
|
|
628
628
|
},
|
|
629
629
|
// Day of the month
|
|
630
630
|
d(e, a) {
|
|
631
|
-
return
|
|
631
|
+
return x(e.getDate(), a.length);
|
|
632
632
|
},
|
|
633
633
|
// AM or PM
|
|
634
634
|
a(e, a) {
|
|
@@ -648,28 +648,28 @@ const ge = {
|
|
|
648
648
|
},
|
|
649
649
|
// Hour [1-12]
|
|
650
650
|
h(e, a) {
|
|
651
|
-
return
|
|
651
|
+
return x(e.getHours() % 12 || 12, a.length);
|
|
652
652
|
},
|
|
653
653
|
// Hour [0-23]
|
|
654
654
|
H(e, a) {
|
|
655
|
-
return
|
|
655
|
+
return x(e.getHours(), a.length);
|
|
656
656
|
},
|
|
657
657
|
// Minute
|
|
658
658
|
m(e, a) {
|
|
659
|
-
return
|
|
659
|
+
return x(e.getMinutes(), a.length);
|
|
660
660
|
},
|
|
661
661
|
// Second
|
|
662
662
|
s(e, a) {
|
|
663
|
-
return
|
|
663
|
+
return x(e.getSeconds(), a.length);
|
|
664
664
|
},
|
|
665
665
|
// Fraction of second
|
|
666
666
|
S(e, a) {
|
|
667
667
|
const t = a.length, n = e.getMilliseconds(), r = Math.trunc(
|
|
668
668
|
n * Math.pow(10, t - 3)
|
|
669
669
|
);
|
|
670
|
-
return
|
|
670
|
+
return x(r, a.length);
|
|
671
671
|
}
|
|
672
|
-
},
|
|
672
|
+
}, xe = {
|
|
673
673
|
am: "am",
|
|
674
674
|
pm: "pm",
|
|
675
675
|
midnight: "midnight",
|
|
@@ -678,7 +678,7 @@ const ge = {
|
|
|
678
678
|
afternoon: "afternoon",
|
|
679
679
|
evening: "evening",
|
|
680
680
|
night: "night"
|
|
681
|
-
},
|
|
681
|
+
}, kt = {
|
|
682
682
|
// Era
|
|
683
683
|
G: function(e, a, t) {
|
|
684
684
|
const n = e.getFullYear() > 0 ? 1 : 0;
|
|
@@ -707,14 +707,14 @@ const ge = {
|
|
|
707
707
|
const r = ht(e, n), s = r > 0 ? r : 1 - r;
|
|
708
708
|
if (a === "YY") {
|
|
709
709
|
const i = s % 100;
|
|
710
|
-
return
|
|
710
|
+
return x(i, 2);
|
|
711
711
|
}
|
|
712
|
-
return a === "Yo" ? t.ordinalNumber(s, { unit: "year" }) :
|
|
712
|
+
return a === "Yo" ? t.ordinalNumber(s, { unit: "year" }) : x(s, a.length);
|
|
713
713
|
},
|
|
714
714
|
// ISO week-numbering year
|
|
715
715
|
R: function(e, a) {
|
|
716
716
|
const t = na(e);
|
|
717
|
-
return
|
|
717
|
+
return x(t, a.length);
|
|
718
718
|
},
|
|
719
719
|
// Extended year. This is a single number designating the year of this calendar system.
|
|
720
720
|
// The main difference between `y` and `u` localizers are B.C. years:
|
|
@@ -727,7 +727,7 @@ const ge = {
|
|
|
727
727
|
// while `uu` pads single digit years to 2 characters and returns other years unchanged.
|
|
728
728
|
u: function(e, a) {
|
|
729
729
|
const t = e.getFullYear();
|
|
730
|
-
return
|
|
730
|
+
return x(t, a.length);
|
|
731
731
|
},
|
|
732
732
|
// Quarter
|
|
733
733
|
Q: function(e, a, t) {
|
|
@@ -736,7 +736,7 @@ const ge = {
|
|
|
736
736
|
case "Q":
|
|
737
737
|
return String(n);
|
|
738
738
|
case "QQ":
|
|
739
|
-
return
|
|
739
|
+
return x(n, 2);
|
|
740
740
|
case "Qo":
|
|
741
741
|
return t.ordinalNumber(n, { unit: "quarter" });
|
|
742
742
|
case "QQQ":
|
|
@@ -764,7 +764,7 @@ const ge = {
|
|
|
764
764
|
case "q":
|
|
765
765
|
return String(n);
|
|
766
766
|
case "qq":
|
|
767
|
-
return
|
|
767
|
+
return x(n, 2);
|
|
768
768
|
case "qo":
|
|
769
769
|
return t.ordinalNumber(n, { unit: "quarter" });
|
|
770
770
|
case "qqq":
|
|
@@ -816,7 +816,7 @@ const ge = {
|
|
|
816
816
|
case "L":
|
|
817
817
|
return String(n + 1);
|
|
818
818
|
case "LL":
|
|
819
|
-
return
|
|
819
|
+
return x(n + 1, 2);
|
|
820
820
|
case "Lo":
|
|
821
821
|
return t.ordinalNumber(n + 1, { unit: "month" });
|
|
822
822
|
case "LLL":
|
|
@@ -837,12 +837,12 @@ const ge = {
|
|
|
837
837
|
// Local week of year
|
|
838
838
|
w: function(e, a, t, n) {
|
|
839
839
|
const r = oa(e, n);
|
|
840
|
-
return a === "wo" ? t.ordinalNumber(r, { unit: "week" }) :
|
|
840
|
+
return a === "wo" ? t.ordinalNumber(r, { unit: "week" }) : x(r, a.length);
|
|
841
841
|
},
|
|
842
842
|
// ISO week of year
|
|
843
843
|
I: function(e, a, t) {
|
|
844
844
|
const n = sa(e);
|
|
845
|
-
return a === "Io" ? t.ordinalNumber(n, { unit: "week" }) :
|
|
845
|
+
return a === "Io" ? t.ordinalNumber(n, { unit: "week" }) : x(n, a.length);
|
|
846
846
|
},
|
|
847
847
|
// Day of the month
|
|
848
848
|
d: function(e, a, t) {
|
|
@@ -851,7 +851,7 @@ const ge = {
|
|
|
851
851
|
// Day of year
|
|
852
852
|
D: function(e, a, t) {
|
|
853
853
|
const n = gn(e);
|
|
854
|
-
return a === "Do" ? t.ordinalNumber(n, { unit: "dayOfYear" }) :
|
|
854
|
+
return a === "Do" ? t.ordinalNumber(n, { unit: "dayOfYear" }) : x(n, a.length);
|
|
855
855
|
},
|
|
856
856
|
// Day of week
|
|
857
857
|
E: function(e, a, t) {
|
|
@@ -889,7 +889,7 @@ const ge = {
|
|
|
889
889
|
case "e":
|
|
890
890
|
return String(s);
|
|
891
891
|
case "ee":
|
|
892
|
-
return
|
|
892
|
+
return x(s, 2);
|
|
893
893
|
case "eo":
|
|
894
894
|
return t.ordinalNumber(s, { unit: "day" });
|
|
895
895
|
case "eee":
|
|
@@ -922,7 +922,7 @@ const ge = {
|
|
|
922
922
|
case "c":
|
|
923
923
|
return String(s);
|
|
924
924
|
case "cc":
|
|
925
|
-
return
|
|
925
|
+
return x(s, a.length);
|
|
926
926
|
case "co":
|
|
927
927
|
return t.ordinalNumber(s, { unit: "day" });
|
|
928
928
|
case "ccc":
|
|
@@ -955,7 +955,7 @@ const ge = {
|
|
|
955
955
|
case "i":
|
|
956
956
|
return String(r);
|
|
957
957
|
case "ii":
|
|
958
|
-
return
|
|
958
|
+
return x(r, a.length);
|
|
959
959
|
case "io":
|
|
960
960
|
return t.ordinalNumber(r, { unit: "day" });
|
|
961
961
|
case "iii":
|
|
@@ -1013,7 +1013,7 @@ const ge = {
|
|
|
1013
1013
|
b: function(e, a, t) {
|
|
1014
1014
|
const n = e.getHours();
|
|
1015
1015
|
let r;
|
|
1016
|
-
switch (n === 12 ? r =
|
|
1016
|
+
switch (n === 12 ? r = xe.noon : n === 0 ? r = xe.midnight : r = n / 12 >= 1 ? "pm" : "am", a) {
|
|
1017
1017
|
case "b":
|
|
1018
1018
|
case "bb":
|
|
1019
1019
|
return t.dayPeriod(r, {
|
|
@@ -1042,7 +1042,7 @@ const ge = {
|
|
|
1042
1042
|
B: function(e, a, t) {
|
|
1043
1043
|
const n = e.getHours();
|
|
1044
1044
|
let r;
|
|
1045
|
-
switch (n >= 17 ? r =
|
|
1045
|
+
switch (n >= 17 ? r = xe.evening : n >= 12 ? r = xe.afternoon : n >= 4 ? r = xe.morning : r = xe.night, a) {
|
|
1046
1046
|
case "B":
|
|
1047
1047
|
case "BB":
|
|
1048
1048
|
case "BBB":
|
|
@@ -1078,12 +1078,12 @@ const ge = {
|
|
|
1078
1078
|
// Hour [0-11]
|
|
1079
1079
|
K: function(e, a, t) {
|
|
1080
1080
|
const n = e.getHours() % 12;
|
|
1081
|
-
return a === "Ko" ? t.ordinalNumber(n, { unit: "hour" }) :
|
|
1081
|
+
return a === "Ko" ? t.ordinalNumber(n, { unit: "hour" }) : x(n, a.length);
|
|
1082
1082
|
},
|
|
1083
1083
|
// Hour [1-24]
|
|
1084
1084
|
k: function(e, a, t) {
|
|
1085
1085
|
let n = e.getHours();
|
|
1086
|
-
return n === 0 && (n = 24), a === "ko" ? t.ordinalNumber(n, { unit: "hour" }) :
|
|
1086
|
+
return n === 0 && (n = 24), a === "ko" ? t.ordinalNumber(n, { unit: "hour" }) : x(n, a.length);
|
|
1087
1087
|
},
|
|
1088
1088
|
// Minute
|
|
1089
1089
|
m: function(e, a, t) {
|
|
@@ -1136,7 +1136,7 @@ const ge = {
|
|
|
1136
1136
|
case "O":
|
|
1137
1137
|
case "OO":
|
|
1138
1138
|
case "OOO":
|
|
1139
|
-
return "GMT" +
|
|
1139
|
+
return "GMT" + Mt(n, ":");
|
|
1140
1140
|
case "OOOO":
|
|
1141
1141
|
default:
|
|
1142
1142
|
return "GMT" + he(n, ":");
|
|
@@ -1149,7 +1149,7 @@ const ge = {
|
|
|
1149
1149
|
case "z":
|
|
1150
1150
|
case "zz":
|
|
1151
1151
|
case "zzz":
|
|
1152
|
-
return "GMT" +
|
|
1152
|
+
return "GMT" + Mt(n, ":");
|
|
1153
1153
|
case "zzzz":
|
|
1154
1154
|
default:
|
|
1155
1155
|
return "GMT" + he(n, ":");
|
|
@@ -1158,22 +1158,22 @@ const ge = {
|
|
|
1158
1158
|
// Seconds timestamp
|
|
1159
1159
|
t: function(e, a, t) {
|
|
1160
1160
|
const n = Math.trunc(+e / 1e3);
|
|
1161
|
-
return
|
|
1161
|
+
return x(n, a.length);
|
|
1162
1162
|
},
|
|
1163
1163
|
// Milliseconds timestamp
|
|
1164
1164
|
T: function(e, a, t) {
|
|
1165
|
-
return
|
|
1165
|
+
return x(+e, a.length);
|
|
1166
1166
|
}
|
|
1167
1167
|
};
|
|
1168
|
-
function
|
|
1168
|
+
function Mt(e, a = "") {
|
|
1169
1169
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = Math.trunc(n / 60), s = n % 60;
|
|
1170
|
-
return s === 0 ? t + String(r) : t + String(r) + a +
|
|
1170
|
+
return s === 0 ? t + String(r) : t + String(r) + a + x(s, 2);
|
|
1171
1171
|
}
|
|
1172
1172
|
function St(e, a) {
|
|
1173
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") +
|
|
1173
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + x(Math.abs(e) / 60, 2) : he(e, a);
|
|
1174
1174
|
}
|
|
1175
1175
|
function he(e, a = "") {
|
|
1176
|
-
const t = e > 0 ? "-" : "+", n = Math.abs(e), r =
|
|
1176
|
+
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = x(Math.trunc(n / 60), 2), s = x(n % 60, 2);
|
|
1177
1177
|
return t + r + a + s;
|
|
1178
1178
|
}
|
|
1179
1179
|
const It = (e, a) => {
|
|
@@ -1239,30 +1239,30 @@ function _n(e, a, t) {
|
|
|
1239
1239
|
const n = e[0] === "Y" ? "years" : "days of the month";
|
|
1240
1240
|
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`;
|
|
1241
1241
|
}
|
|
1242
|
-
const Tn = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, vn = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, wn = /^'([^]*?)'?$/,
|
|
1242
|
+
const Tn = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, vn = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, wn = /^'([^]*?)'?$/, Dn = /''/g, Pn = /[a-zA-Z]/;
|
|
1243
1243
|
function Rn(e, a, t) {
|
|
1244
|
-
var b,
|
|
1245
|
-
const n = Se(), r = (t == null ? void 0 : t.locale) ?? n.locale ?? ra, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((
|
|
1244
|
+
var b, D, _, p, k, C, V, A;
|
|
1245
|
+
const n = Se(), r = (t == null ? void 0 : t.locale) ?? n.locale ?? ra, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((D = (b = t == null ? void 0 : t.locale) == null ? void 0 : b.options) == null ? void 0 : D.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((p = (_ = n.locale) == null ? void 0 : _.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, i = (t == null ? void 0 : t.weekStartsOn) ?? ((C = (k = t == null ? void 0 : t.locale) == null ? void 0 : k.options) == null ? void 0 : C.weekStartsOn) ?? n.weekStartsOn ?? ((A = (V = n.locale) == null ? void 0 : V.options) == null ? void 0 : A.weekStartsOn) ?? 0, d = W(e, t == null ? void 0 : t.in);
|
|
1246
1246
|
if (!ja(d))
|
|
1247
1247
|
throw new RangeError("Invalid time value");
|
|
1248
1248
|
let f = a.match(vn).map((I) => {
|
|
1249
|
-
const
|
|
1250
|
-
if (
|
|
1251
|
-
const T = ft[
|
|
1249
|
+
const M = I[0];
|
|
1250
|
+
if (M === "p" || M === "P") {
|
|
1251
|
+
const T = ft[M];
|
|
1252
1252
|
return T(I, r.formatLong);
|
|
1253
1253
|
}
|
|
1254
1254
|
return I;
|
|
1255
1255
|
}).join("").match(Tn).map((I) => {
|
|
1256
1256
|
if (I === "''")
|
|
1257
1257
|
return { isToken: !1, value: "'" };
|
|
1258
|
-
const
|
|
1259
|
-
if (
|
|
1260
|
-
return { isToken: !1, value:
|
|
1261
|
-
if (
|
|
1258
|
+
const M = I[0];
|
|
1259
|
+
if (M === "'")
|
|
1260
|
+
return { isToken: !1, value: On(I) };
|
|
1261
|
+
if (kt[M])
|
|
1262
1262
|
return { isToken: !0, value: I };
|
|
1263
|
-
if (
|
|
1263
|
+
if (M.match(Pn))
|
|
1264
1264
|
throw new RangeError(
|
|
1265
|
-
"Format string contains an unescaped latin alphabet character `" +
|
|
1265
|
+
"Format string contains an unescaped latin alphabet character `" + M + "`"
|
|
1266
1266
|
);
|
|
1267
1267
|
return { isToken: !1, value: I };
|
|
1268
1268
|
});
|
|
@@ -1274,25 +1274,25 @@ function Rn(e, a, t) {
|
|
|
1274
1274
|
};
|
|
1275
1275
|
return f.map((I) => {
|
|
1276
1276
|
if (!I.isToken) return I.value;
|
|
1277
|
-
const
|
|
1278
|
-
(!(t != null && t.useAdditionalWeekYearTokens) && la(
|
|
1279
|
-
const T =
|
|
1280
|
-
return T(d,
|
|
1277
|
+
const M = I.value;
|
|
1278
|
+
(!(t != null && t.useAdditionalWeekYearTokens) && la(M) || !(t != null && t.useAdditionalDayOfYearTokens) && ua(M)) && pt(M, a, String(e));
|
|
1279
|
+
const T = kt[M[0]];
|
|
1280
|
+
return T(d, M, r.localize, h);
|
|
1281
1281
|
}).join("");
|
|
1282
1282
|
}
|
|
1283
|
-
function
|
|
1283
|
+
function On(e) {
|
|
1284
1284
|
const a = e.match(wn);
|
|
1285
|
-
return a ? a[1].replace(
|
|
1285
|
+
return a ? a[1].replace(Dn, "'") : e;
|
|
1286
1286
|
}
|
|
1287
1287
|
function ca() {
|
|
1288
1288
|
return Object.assign({}, Se());
|
|
1289
1289
|
}
|
|
1290
|
-
function
|
|
1290
|
+
function xn(e, a) {
|
|
1291
1291
|
const t = W(e, a == null ? void 0 : a.in).getDay();
|
|
1292
1292
|
return t === 0 ? 7 : t;
|
|
1293
1293
|
}
|
|
1294
|
-
function
|
|
1295
|
-
const t =
|
|
1294
|
+
function kn(e, a) {
|
|
1295
|
+
const t = Mn(a) ? new a(0) : E(a, 0);
|
|
1296
1296
|
return t.setFullYear(e.getFullYear(), e.getMonth(), e.getDate()), t.setHours(
|
|
1297
1297
|
e.getHours(),
|
|
1298
1298
|
e.getMinutes(),
|
|
@@ -1300,7 +1300,7 @@ function Mn(e, a) {
|
|
|
1300
1300
|
e.getMilliseconds()
|
|
1301
1301
|
), t;
|
|
1302
1302
|
}
|
|
1303
|
-
function
|
|
1303
|
+
function Mn(e) {
|
|
1304
1304
|
var a;
|
|
1305
1305
|
return typeof e == "function" && ((a = e.prototype) == null ? void 0 : a.constructor) === e;
|
|
1306
1306
|
}
|
|
@@ -1329,10 +1329,10 @@ class jn extends da {
|
|
|
1329
1329
|
super();
|
|
1330
1330
|
y(this, "priority", Sn);
|
|
1331
1331
|
y(this, "subPriority", -1);
|
|
1332
|
-
this.context = t || ((r) =>
|
|
1332
|
+
this.context = t || ((r) => E(n, r));
|
|
1333
1333
|
}
|
|
1334
1334
|
set(t, n) {
|
|
1335
|
-
return n.timestampIsSet ? t :
|
|
1335
|
+
return n.timestampIsSet ? t : E(t, kn(t, this.context));
|
|
1336
1336
|
}
|
|
1337
1337
|
}
|
|
1338
1338
|
class R {
|
|
@@ -1376,7 +1376,7 @@ class Cn extends R {
|
|
|
1376
1376
|
return n.era = r, t.setFullYear(r, 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
1377
1377
|
}
|
|
1378
1378
|
}
|
|
1379
|
-
const
|
|
1379
|
+
const F = {
|
|
1380
1380
|
month: /^(1[0-2]|0?\d)/,
|
|
1381
1381
|
// 0 to 12
|
|
1382
1382
|
date: /^(3[0-1]|[0-2]?\d)/,
|
|
@@ -1445,23 +1445,23 @@ function ne(e, a) {
|
|
|
1445
1445
|
};
|
|
1446
1446
|
const n = t[1] === "+" ? 1 : -1, r = t[2] ? parseInt(t[2], 10) : 0, s = t[3] ? parseInt(t[3], 10) : 0, i = t[5] ? parseInt(t[5], 10) : 0;
|
|
1447
1447
|
return {
|
|
1448
|
-
value: n * (r * Ra + s *
|
|
1448
|
+
value: n * (r * Ra + s * Pa + i * Oa),
|
|
1449
1449
|
rest: a.slice(t[0].length)
|
|
1450
1450
|
};
|
|
1451
1451
|
}
|
|
1452
1452
|
function ma(e) {
|
|
1453
|
-
return j(
|
|
1453
|
+
return j(F.anyDigitsSigned, e);
|
|
1454
1454
|
}
|
|
1455
1455
|
function L(e, a) {
|
|
1456
1456
|
switch (e) {
|
|
1457
1457
|
case 1:
|
|
1458
|
-
return j(
|
|
1458
|
+
return j(F.singleDigit, a);
|
|
1459
1459
|
case 2:
|
|
1460
|
-
return j(
|
|
1460
|
+
return j(F.twoDigits, a);
|
|
1461
1461
|
case 3:
|
|
1462
|
-
return j(
|
|
1462
|
+
return j(F.threeDigits, a);
|
|
1463
1463
|
case 4:
|
|
1464
|
-
return j(
|
|
1464
|
+
return j(F.fourDigits, a);
|
|
1465
1465
|
default:
|
|
1466
1466
|
return j(new RegExp("^\\d{1," + e + "}"), a);
|
|
1467
1467
|
}
|
|
@@ -1469,13 +1469,13 @@ function L(e, a) {
|
|
|
1469
1469
|
function Be(e, a) {
|
|
1470
1470
|
switch (e) {
|
|
1471
1471
|
case 1:
|
|
1472
|
-
return j(
|
|
1472
|
+
return j(F.singleDigitSigned, a);
|
|
1473
1473
|
case 2:
|
|
1474
|
-
return j(
|
|
1474
|
+
return j(F.twoDigitsSigned, a);
|
|
1475
1475
|
case 3:
|
|
1476
|
-
return j(
|
|
1476
|
+
return j(F.threeDigitsSigned, a);
|
|
1477
1477
|
case 4:
|
|
1478
|
-
return j(
|
|
1478
|
+
return j(F.fourDigitsSigned, a);
|
|
1479
1479
|
default:
|
|
1480
1480
|
return j(new RegExp("^-?\\d{1," + e + "}"), a);
|
|
1481
1481
|
}
|
|
@@ -1611,7 +1611,7 @@ class Ln extends R {
|
|
|
1611
1611
|
return t.setFullYear(d, 0, s.firstWeekContainsDate), t.setHours(0, 0, 0, 0), fe(t, s);
|
|
1612
1612
|
}
|
|
1613
1613
|
}
|
|
1614
|
-
class
|
|
1614
|
+
class Gn extends R {
|
|
1615
1615
|
constructor() {
|
|
1616
1616
|
super(...arguments);
|
|
1617
1617
|
y(this, "priority", 130);
|
|
@@ -1637,11 +1637,11 @@ class Fn extends R {
|
|
|
1637
1637
|
return Be(n === "R" ? 4 : n.length, t);
|
|
1638
1638
|
}
|
|
1639
1639
|
set(t, n, r) {
|
|
1640
|
-
const s =
|
|
1641
|
-
return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0),
|
|
1640
|
+
const s = E(t, 0);
|
|
1641
|
+
return s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0), Me(s);
|
|
1642
1642
|
}
|
|
1643
1643
|
}
|
|
1644
|
-
class
|
|
1644
|
+
class Fn extends R {
|
|
1645
1645
|
constructor() {
|
|
1646
1646
|
super(...arguments);
|
|
1647
1647
|
y(this, "priority", 130);
|
|
@@ -1778,7 +1778,7 @@ class Wn extends R {
|
|
|
1778
1778
|
return t.setMonth((r - 1) * 3, 1), t.setHours(0, 0, 0, 0), t;
|
|
1779
1779
|
}
|
|
1780
1780
|
}
|
|
1781
|
-
class
|
|
1781
|
+
class En extends R {
|
|
1782
1782
|
constructor() {
|
|
1783
1783
|
super(...arguments);
|
|
1784
1784
|
y(this, "incompatibleTokens", [
|
|
@@ -1803,7 +1803,7 @@ class Yn extends R {
|
|
|
1803
1803
|
switch (n) {
|
|
1804
1804
|
case "M":
|
|
1805
1805
|
return z(
|
|
1806
|
-
j(
|
|
1806
|
+
j(F.month, t),
|
|
1807
1807
|
s
|
|
1808
1808
|
);
|
|
1809
1809
|
case "MM":
|
|
@@ -1840,7 +1840,7 @@ class Yn extends R {
|
|
|
1840
1840
|
return t.setMonth(r, 1), t.setHours(0, 0, 0, 0), t;
|
|
1841
1841
|
}
|
|
1842
1842
|
}
|
|
1843
|
-
class
|
|
1843
|
+
class Yn extends R {
|
|
1844
1844
|
constructor() {
|
|
1845
1845
|
super(...arguments);
|
|
1846
1846
|
y(this, "priority", 110);
|
|
@@ -1865,7 +1865,7 @@ class En extends R {
|
|
|
1865
1865
|
switch (n) {
|
|
1866
1866
|
case "L":
|
|
1867
1867
|
return z(
|
|
1868
|
-
j(
|
|
1868
|
+
j(F.month, t),
|
|
1869
1869
|
s
|
|
1870
1870
|
);
|
|
1871
1871
|
case "LL":
|
|
@@ -1929,7 +1929,7 @@ class Hn extends R {
|
|
|
1929
1929
|
parse(t, n, r) {
|
|
1930
1930
|
switch (n) {
|
|
1931
1931
|
case "w":
|
|
1932
|
-
return j(
|
|
1932
|
+
return j(F.week, t);
|
|
1933
1933
|
case "wo":
|
|
1934
1934
|
return r.ordinalNumber(t, { unit: "week" });
|
|
1935
1935
|
default:
|
|
@@ -1971,7 +1971,7 @@ class $n extends R {
|
|
|
1971
1971
|
parse(t, n, r) {
|
|
1972
1972
|
switch (n) {
|
|
1973
1973
|
case "I":
|
|
1974
|
-
return j(
|
|
1974
|
+
return j(F.week, t);
|
|
1975
1975
|
case "Io":
|
|
1976
1976
|
return r.ordinalNumber(t, { unit: "week" });
|
|
1977
1977
|
default:
|
|
@@ -1982,7 +1982,7 @@ class $n extends R {
|
|
|
1982
1982
|
return n >= 1 && n <= 53;
|
|
1983
1983
|
}
|
|
1984
1984
|
set(t, n, r) {
|
|
1985
|
-
return
|
|
1985
|
+
return Me(Bn(t, r));
|
|
1986
1986
|
}
|
|
1987
1987
|
}
|
|
1988
1988
|
const Un = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Vn = [
|
|
@@ -2022,7 +2022,7 @@ class An extends R {
|
|
|
2022
2022
|
parse(t, n, r) {
|
|
2023
2023
|
switch (n) {
|
|
2024
2024
|
case "d":
|
|
2025
|
-
return j(
|
|
2025
|
+
return j(F.date, t);
|
|
2026
2026
|
case "do":
|
|
2027
2027
|
return r.ordinalNumber(t, { unit: "date" });
|
|
2028
2028
|
default:
|
|
@@ -2064,7 +2064,7 @@ class Qn extends R {
|
|
|
2064
2064
|
switch (n) {
|
|
2065
2065
|
case "D":
|
|
2066
2066
|
case "DD":
|
|
2067
|
-
return j(
|
|
2067
|
+
return j(F.dayOfYear, t);
|
|
2068
2068
|
case "Do":
|
|
2069
2069
|
return r.ordinalNumber(t, { unit: "date" });
|
|
2070
2070
|
default:
|
|
@@ -2080,8 +2080,8 @@ class Qn extends R {
|
|
|
2080
2080
|
}
|
|
2081
2081
|
}
|
|
2082
2082
|
function Tt(e, a, t) {
|
|
2083
|
-
var
|
|
2084
|
-
const n = Se(), r = (t == null ? void 0 : t.weekStartsOn) ?? ((_ = (
|
|
2083
|
+
var D, _, p, k;
|
|
2084
|
+
const n = Se(), r = (t == null ? void 0 : t.weekStartsOn) ?? ((_ = (D = t == null ? void 0 : t.locale) == null ? void 0 : D.options) == null ? void 0 : _.weekStartsOn) ?? n.weekStartsOn ?? ((k = (p = n.locale) == null ? void 0 : p.options) == null ? void 0 : k.weekStartsOn) ?? 0, s = W(e, t == null ? void 0 : t.in), i = s.getDay(), f = (a % 7 + 7) % 7, h = 7 - r, b = a < 0 || a > 6 ? a - (i + h) % 7 : (f + h) % 7 - (i + h) % 7;
|
|
2085
2085
|
return aa(s, b, t);
|
|
2086
2086
|
}
|
|
2087
2087
|
class Xn extends R {
|
|
@@ -2252,7 +2252,7 @@ class Jn extends R {
|
|
|
2252
2252
|
}
|
|
2253
2253
|
}
|
|
2254
2254
|
function Kn(e, a, t) {
|
|
2255
|
-
const n = W(e, t == null ? void 0 : t.in), r =
|
|
2255
|
+
const n = W(e, t == null ? void 0 : t.in), r = xn(n, t), s = a - r;
|
|
2256
2256
|
return aa(n, s, t);
|
|
2257
2257
|
}
|
|
2258
2258
|
class er extends R {
|
|
@@ -2477,7 +2477,7 @@ class rr extends R {
|
|
|
2477
2477
|
parse(t, n, r) {
|
|
2478
2478
|
switch (n) {
|
|
2479
2479
|
case "h":
|
|
2480
|
-
return j(
|
|
2480
|
+
return j(F.hour12h, t);
|
|
2481
2481
|
case "ho":
|
|
2482
2482
|
return r.ordinalNumber(t, { unit: "hour" });
|
|
2483
2483
|
default:
|
|
@@ -2501,7 +2501,7 @@ class sr extends R {
|
|
|
2501
2501
|
parse(t, n, r) {
|
|
2502
2502
|
switch (n) {
|
|
2503
2503
|
case "H":
|
|
2504
|
-
return j(
|
|
2504
|
+
return j(F.hour23h, t);
|
|
2505
2505
|
case "Ho":
|
|
2506
2506
|
return r.ordinalNumber(t, { unit: "hour" });
|
|
2507
2507
|
default:
|
|
@@ -2524,7 +2524,7 @@ class or extends R {
|
|
|
2524
2524
|
parse(t, n, r) {
|
|
2525
2525
|
switch (n) {
|
|
2526
2526
|
case "K":
|
|
2527
|
-
return j(
|
|
2527
|
+
return j(F.hour11h, t);
|
|
2528
2528
|
case "Ko":
|
|
2529
2529
|
return r.ordinalNumber(t, { unit: "hour" });
|
|
2530
2530
|
default:
|
|
@@ -2547,7 +2547,7 @@ class ir extends R {
|
|
|
2547
2547
|
parse(t, n, r) {
|
|
2548
2548
|
switch (n) {
|
|
2549
2549
|
case "k":
|
|
2550
|
-
return j(
|
|
2550
|
+
return j(F.hour24h, t);
|
|
2551
2551
|
case "ko":
|
|
2552
2552
|
return r.ordinalNumber(t, { unit: "hour" });
|
|
2553
2553
|
default:
|
|
@@ -2571,7 +2571,7 @@ class ur extends R {
|
|
|
2571
2571
|
parse(t, n, r) {
|
|
2572
2572
|
switch (n) {
|
|
2573
2573
|
case "m":
|
|
2574
|
-
return j(
|
|
2574
|
+
return j(F.minute, t);
|
|
2575
2575
|
case "mo":
|
|
2576
2576
|
return r.ordinalNumber(t, { unit: "minute" });
|
|
2577
2577
|
default:
|
|
@@ -2594,7 +2594,7 @@ class lr extends R {
|
|
|
2594
2594
|
parse(t, n, r) {
|
|
2595
2595
|
switch (n) {
|
|
2596
2596
|
case "s":
|
|
2597
|
-
return j(
|
|
2597
|
+
return j(F.second, t);
|
|
2598
2598
|
case "so":
|
|
2599
2599
|
return r.ordinalNumber(t, { unit: "second" });
|
|
2600
2600
|
default:
|
|
@@ -2653,7 +2653,7 @@ class dr extends R {
|
|
|
2653
2653
|
}
|
|
2654
2654
|
}
|
|
2655
2655
|
set(t, n, r) {
|
|
2656
|
-
return n.timestampIsSet ? t :
|
|
2656
|
+
return n.timestampIsSet ? t : E(
|
|
2657
2657
|
t,
|
|
2658
2658
|
t.getTime() - He(t) - r
|
|
2659
2659
|
);
|
|
@@ -2690,7 +2690,7 @@ class mr extends R {
|
|
|
2690
2690
|
}
|
|
2691
2691
|
}
|
|
2692
2692
|
set(t, n, r) {
|
|
2693
|
-
return n.timestampIsSet ? t :
|
|
2693
|
+
return n.timestampIsSet ? t : E(
|
|
2694
2694
|
t,
|
|
2695
2695
|
t.getTime() - He(t) - r
|
|
2696
2696
|
);
|
|
@@ -2706,7 +2706,7 @@ class gr extends R {
|
|
|
2706
2706
|
return ma(t);
|
|
2707
2707
|
}
|
|
2708
2708
|
set(t, n, r) {
|
|
2709
|
-
return [
|
|
2709
|
+
return [E(t, r * 1e3), { timestampIsSet: !0 }];
|
|
2710
2710
|
}
|
|
2711
2711
|
}
|
|
2712
2712
|
class fr extends R {
|
|
@@ -2719,19 +2719,19 @@ class fr extends R {
|
|
|
2719
2719
|
return ma(t);
|
|
2720
2720
|
}
|
|
2721
2721
|
set(t, n, r) {
|
|
2722
|
-
return [
|
|
2722
|
+
return [E(t, r), { timestampIsSet: !0 }];
|
|
2723
2723
|
}
|
|
2724
2724
|
}
|
|
2725
2725
|
const pr = {
|
|
2726
2726
|
G: new Cn(),
|
|
2727
2727
|
y: new Nn(),
|
|
2728
2728
|
Y: new Ln(),
|
|
2729
|
-
R: new
|
|
2730
|
-
u: new
|
|
2729
|
+
R: new Gn(),
|
|
2730
|
+
u: new Fn(),
|
|
2731
2731
|
Q: new zn(),
|
|
2732
2732
|
q: new Wn(),
|
|
2733
|
-
M: new
|
|
2734
|
-
L: new
|
|
2733
|
+
M: new En(),
|
|
2734
|
+
L: new Yn(),
|
|
2735
2735
|
w: new Hn(),
|
|
2736
2736
|
I: new $n(),
|
|
2737
2737
|
d: new An(),
|
|
@@ -2756,38 +2756,38 @@ const pr = {
|
|
|
2756
2756
|
T: new fr()
|
|
2757
2757
|
}, br = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, yr = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, hr = /^'([^]*?)'?$/, _r = /''/g, Tr = /\S/, vr = /[a-zA-Z]/;
|
|
2758
2758
|
function wr(e, a, t, n) {
|
|
2759
|
-
var V, A, I,
|
|
2760
|
-
const r = () =>
|
|
2759
|
+
var V, A, I, M;
|
|
2760
|
+
const r = () => E(t, NaN), s = ca(), i = s.locale ?? ra, d = s.firstWeekContainsDate ?? ((A = (V = s.locale) == null ? void 0 : V.options) == null ? void 0 : A.firstWeekContainsDate) ?? 1, f = s.weekStartsOn ?? ((M = (I = s.locale) == null ? void 0 : I.options) == null ? void 0 : M.weekStartsOn) ?? 0, h = {
|
|
2761
2761
|
firstWeekContainsDate: d,
|
|
2762
2762
|
weekStartsOn: f,
|
|
2763
2763
|
locale: i
|
|
2764
|
-
}, b = [new jn(n == null ? void 0 : n.in, t)],
|
|
2765
|
-
const
|
|
2766
|
-
if (
|
|
2767
|
-
const
|
|
2768
|
-
return
|
|
2764
|
+
}, b = [new jn(n == null ? void 0 : n.in, t)], D = a.match(yr).map((T) => {
|
|
2765
|
+
const O = T[0];
|
|
2766
|
+
if (O in ft) {
|
|
2767
|
+
const Y = ft[O];
|
|
2768
|
+
return Y(T, i.formatLong);
|
|
2769
2769
|
}
|
|
2770
2770
|
return T;
|
|
2771
2771
|
}).join("").match(br), _ = [];
|
|
2772
|
-
for (let T of
|
|
2772
|
+
for (let T of D) {
|
|
2773
2773
|
la(T) && pt(T, a, e), ua(T) && pt(T, a, e);
|
|
2774
|
-
const
|
|
2775
|
-
if (
|
|
2776
|
-
const { incompatibleTokens: le } =
|
|
2774
|
+
const O = T[0], Y = pr[O];
|
|
2775
|
+
if (Y) {
|
|
2776
|
+
const { incompatibleTokens: le } = Y;
|
|
2777
2777
|
if (Array.isArray(le)) {
|
|
2778
2778
|
const ce = _.find(
|
|
2779
|
-
(de) => le.includes(de.token) || de.token ===
|
|
2779
|
+
(de) => le.includes(de.token) || de.token === O
|
|
2780
2780
|
);
|
|
2781
2781
|
if (ce)
|
|
2782
2782
|
throw new RangeError(
|
|
2783
2783
|
`The format string mustn't contain \`${ce.fullToken}\` and \`${T}\` at the same time`
|
|
2784
2784
|
);
|
|
2785
|
-
} else if (
|
|
2785
|
+
} else if (Y.incompatibleTokens === "*" && _.length > 0)
|
|
2786
2786
|
throw new RangeError(
|
|
2787
2787
|
`The format string mustn't contain \`${T}\` and any other token at the same time`
|
|
2788
2788
|
);
|
|
2789
|
-
_.push({ token:
|
|
2790
|
-
const se =
|
|
2789
|
+
_.push({ token: O, fullToken: T });
|
|
2790
|
+
const se = Y.run(
|
|
2791
2791
|
e,
|
|
2792
2792
|
T,
|
|
2793
2793
|
i.match,
|
|
@@ -2797,11 +2797,11 @@ function wr(e, a, t, n) {
|
|
|
2797
2797
|
return r();
|
|
2798
2798
|
b.push(se.setter), e = se.rest;
|
|
2799
2799
|
} else {
|
|
2800
|
-
if (
|
|
2800
|
+
if (O.match(vr))
|
|
2801
2801
|
throw new RangeError(
|
|
2802
|
-
"Format string contains an unescaped latin alphabet character `" +
|
|
2802
|
+
"Format string contains an unescaped latin alphabet character `" + O + "`"
|
|
2803
2803
|
);
|
|
2804
|
-
if (T === "''" ? T = "'" :
|
|
2804
|
+
if (T === "''" ? T = "'" : O === "'" && (T = Dr(T)), e.indexOf(T) === 0)
|
|
2805
2805
|
e = e.slice(T.length);
|
|
2806
2806
|
else
|
|
2807
2807
|
return r();
|
|
@@ -2809,28 +2809,28 @@ function wr(e, a, t, n) {
|
|
|
2809
2809
|
}
|
|
2810
2810
|
if (e.length > 0 && Tr.test(e))
|
|
2811
2811
|
return r();
|
|
2812
|
-
const p = b.map((T) => T.priority).sort((T,
|
|
2813
|
-
(T) => b.filter((
|
|
2812
|
+
const p = b.map((T) => T.priority).sort((T, O) => O - T).filter((T, O, Y) => Y.indexOf(T) === O).map(
|
|
2813
|
+
(T) => b.filter((O) => O.priority === T).sort((O, Y) => Y.subPriority - O.subPriority)
|
|
2814
2814
|
).map((T) => T[0]);
|
|
2815
|
-
let
|
|
2816
|
-
if (isNaN(+
|
|
2815
|
+
let k = W(t, n == null ? void 0 : n.in);
|
|
2816
|
+
if (isNaN(+k)) return r();
|
|
2817
2817
|
const C = {};
|
|
2818
2818
|
for (const T of p) {
|
|
2819
|
-
if (!T.validate(
|
|
2819
|
+
if (!T.validate(k, h))
|
|
2820
2820
|
return r();
|
|
2821
|
-
const
|
|
2822
|
-
Array.isArray(
|
|
2821
|
+
const O = T.set(k, C, h);
|
|
2822
|
+
Array.isArray(O) ? (k = O[0], Object.assign(C, O[1])) : k = O;
|
|
2823
2823
|
}
|
|
2824
|
-
return
|
|
2824
|
+
return k;
|
|
2825
2825
|
}
|
|
2826
|
-
function
|
|
2826
|
+
function Dr(e) {
|
|
2827
2827
|
return e.match(hr)[1].replace(_r, "'");
|
|
2828
2828
|
}
|
|
2829
2829
|
function jt(e, a, t) {
|
|
2830
|
-
const n = ca(), r =
|
|
2831
|
-
return "formatToParts" in r ?
|
|
2830
|
+
const n = ca(), r = Or(e, t.timeZone, t.locale ?? n.locale);
|
|
2831
|
+
return "formatToParts" in r ? Pr(r, a) : Rr(r, a);
|
|
2832
2832
|
}
|
|
2833
|
-
function
|
|
2833
|
+
function Pr(e, a) {
|
|
2834
2834
|
const t = e.formatToParts(a);
|
|
2835
2835
|
for (let n = t.length - 1; n >= 0; --n)
|
|
2836
2836
|
if (t[n].type === "timeZoneName")
|
|
@@ -2840,17 +2840,17 @@ function Rr(e, a) {
|
|
|
2840
2840
|
const t = e.format(a).replace(/\u200E/g, ""), n = / [\w-+ ]+$/.exec(t);
|
|
2841
2841
|
return n ? n[0].substr(1) : "";
|
|
2842
2842
|
}
|
|
2843
|
-
function
|
|
2843
|
+
function Or(e, a, t) {
|
|
2844
2844
|
return new Intl.DateTimeFormat(t ? [t.code, "en-US"] : void 0, {
|
|
2845
2845
|
timeZone: a,
|
|
2846
2846
|
timeZoneName: e
|
|
2847
2847
|
});
|
|
2848
2848
|
}
|
|
2849
|
-
function
|
|
2849
|
+
function xr(e, a) {
|
|
2850
2850
|
const t = jr(a);
|
|
2851
|
-
return "formatToParts" in t ?
|
|
2851
|
+
return "formatToParts" in t ? Mr(t, e) : Sr(t, e);
|
|
2852
2852
|
}
|
|
2853
|
-
const
|
|
2853
|
+
const kr = {
|
|
2854
2854
|
year: 0,
|
|
2855
2855
|
month: 1,
|
|
2856
2856
|
day: 2,
|
|
@@ -2858,11 +2858,11 @@ const Mr = {
|
|
|
2858
2858
|
minute: 4,
|
|
2859
2859
|
second: 5
|
|
2860
2860
|
};
|
|
2861
|
-
function
|
|
2861
|
+
function Mr(e, a) {
|
|
2862
2862
|
try {
|
|
2863
2863
|
const t = e.formatToParts(a), n = [];
|
|
2864
2864
|
for (let r = 0; r < t.length; r++) {
|
|
2865
|
-
const s =
|
|
2865
|
+
const s = kr[t[r].type];
|
|
2866
2866
|
s !== void 0 && (n[s] = parseInt(t[r].value, 10));
|
|
2867
2867
|
}
|
|
2868
2868
|
return n;
|
|
@@ -2938,7 +2938,7 @@ function Xe(e, a, t) {
|
|
|
2938
2938
|
const i = parseInt(n[3], 10);
|
|
2939
2939
|
return Lt(r, i) ? (s = Math.abs(r) * Nt + i * Cr, n[1] === "+" ? -s : s) : NaN;
|
|
2940
2940
|
}
|
|
2941
|
-
if (
|
|
2941
|
+
if (Gr(e)) {
|
|
2942
2942
|
a = new Date(a || Date.now());
|
|
2943
2943
|
const i = t ? a : Nr(a), d = bt(i, e);
|
|
2944
2944
|
return -(t ? d : Lr(a, d, e));
|
|
@@ -2949,7 +2949,7 @@ function Nr(e) {
|
|
|
2949
2949
|
return vt(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds());
|
|
2950
2950
|
}
|
|
2951
2951
|
function bt(e, a) {
|
|
2952
|
-
const t =
|
|
2952
|
+
const t = xr(e, a), n = vt(t[0], t[1] - 1, t[2], t[3] % 24, t[4], t[5], 0).getTime();
|
|
2953
2953
|
let r = e.getTime();
|
|
2954
2954
|
const s = r % 1e3;
|
|
2955
2955
|
return r -= s >= 0 ? s : 1e3 + s, n - r;
|
|
@@ -2966,17 +2966,17 @@ function Lr(e, a, t) {
|
|
|
2966
2966
|
function Lt(e, a) {
|
|
2967
2967
|
return -23 <= e && e <= 23 && (a == null || 0 <= a && a <= 59);
|
|
2968
2968
|
}
|
|
2969
|
-
const
|
|
2970
|
-
function
|
|
2971
|
-
if (
|
|
2969
|
+
const Gt = {};
|
|
2970
|
+
function Gr(e) {
|
|
2971
|
+
if (Gt[e])
|
|
2972
2972
|
return !0;
|
|
2973
2973
|
try {
|
|
2974
|
-
return new Intl.DateTimeFormat(void 0, { timeZone: e }),
|
|
2974
|
+
return new Intl.DateTimeFormat(void 0, { timeZone: e }), Gt[e] = !0, !0;
|
|
2975
2975
|
} catch {
|
|
2976
2976
|
return !1;
|
|
2977
2977
|
}
|
|
2978
2978
|
}
|
|
2979
|
-
const
|
|
2979
|
+
const Fr = 60 * 1e3, zr = {
|
|
2980
2980
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
2981
2981
|
X: function(e, a, t) {
|
|
2982
2982
|
const n = ut(t.timeZone, e);
|
|
@@ -2984,14 +2984,14 @@ const Gr = 60 * 1e3, zr = {
|
|
|
2984
2984
|
return "Z";
|
|
2985
2985
|
switch (a) {
|
|
2986
2986
|
case "X":
|
|
2987
|
-
return
|
|
2987
|
+
return Ft(n);
|
|
2988
2988
|
case "XXXX":
|
|
2989
2989
|
case "XX":
|
|
2990
|
-
return
|
|
2990
|
+
return ke(n);
|
|
2991
2991
|
case "XXXXX":
|
|
2992
2992
|
case "XXX":
|
|
2993
2993
|
default:
|
|
2994
|
-
return
|
|
2994
|
+
return ke(n, ":");
|
|
2995
2995
|
}
|
|
2996
2996
|
},
|
|
2997
2997
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -2999,14 +2999,14 @@ const Gr = 60 * 1e3, zr = {
|
|
|
2999
2999
|
const n = ut(t.timeZone, e);
|
|
3000
3000
|
switch (a) {
|
|
3001
3001
|
case "x":
|
|
3002
|
-
return
|
|
3002
|
+
return Ft(n);
|
|
3003
3003
|
case "xxxx":
|
|
3004
3004
|
case "xx":
|
|
3005
|
-
return
|
|
3005
|
+
return ke(n);
|
|
3006
3006
|
case "xxxxx":
|
|
3007
3007
|
case "xxx":
|
|
3008
3008
|
default:
|
|
3009
|
-
return
|
|
3009
|
+
return ke(n, ":");
|
|
3010
3010
|
}
|
|
3011
3011
|
},
|
|
3012
3012
|
// Timezone (GMT)
|
|
@@ -3019,7 +3019,7 @@ const Gr = 60 * 1e3, zr = {
|
|
|
3019
3019
|
return "GMT" + Wr(n, ":");
|
|
3020
3020
|
case "OOOO":
|
|
3021
3021
|
default:
|
|
3022
|
-
return "GMT" +
|
|
3022
|
+
return "GMT" + ke(n, ":");
|
|
3023
3023
|
}
|
|
3024
3024
|
},
|
|
3025
3025
|
// Timezone (specific non-location)
|
|
@@ -3036,7 +3036,7 @@ const Gr = 60 * 1e3, zr = {
|
|
|
3036
3036
|
}
|
|
3037
3037
|
};
|
|
3038
3038
|
function ut(e, a) {
|
|
3039
|
-
const t = e ? Xe(e, a, !0) /
|
|
3039
|
+
const t = e ? Xe(e, a, !0) / Fr : (a == null ? void 0 : a.getTimezoneOffset()) ?? 0;
|
|
3040
3040
|
if (Number.isNaN(t))
|
|
3041
3041
|
throw new RangeError("Invalid time zone specified: " + e);
|
|
3042
3042
|
return t;
|
|
@@ -3048,12 +3048,12 @@ function $e(e, a) {
|
|
|
3048
3048
|
n = "0" + n;
|
|
3049
3049
|
return t + n;
|
|
3050
3050
|
}
|
|
3051
|
-
function
|
|
3051
|
+
function ke(e, a = "") {
|
|
3052
3052
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = $e(Math.floor(n / 60), 2), s = $e(Math.floor(n % 60), 2);
|
|
3053
3053
|
return t + r + a + s;
|
|
3054
3054
|
}
|
|
3055
|
-
function
|
|
3056
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") + $e(Math.abs(e) / 60, 2) :
|
|
3055
|
+
function Ft(e, a) {
|
|
3056
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + $e(Math.abs(e) / 60, 2) : ke(e, a);
|
|
3057
3057
|
}
|
|
3058
3058
|
function Wr(e, a = "") {
|
|
3059
3059
|
const t = e > 0 ? "-" : "+", n = Math.abs(e), r = Math.floor(n / 60), s = n % 60;
|
|
@@ -3063,7 +3063,7 @@ function zt(e) {
|
|
|
3063
3063
|
const a = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
|
|
3064
3064
|
return a.setUTCFullYear(e.getFullYear()), +e - +a;
|
|
3065
3065
|
}
|
|
3066
|
-
const pa = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/, lt = 36e5, Wt = 6e4,
|
|
3066
|
+
const pa = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/, lt = 36e5, Wt = 6e4, Er = 2, B = {
|
|
3067
3067
|
dateTimePattern: /^([0-9W+-]+)(T| )(.*)/,
|
|
3068
3068
|
datePattern: /^([0-9W+-]+)(.*)/,
|
|
3069
3069
|
plainTime: /:/,
|
|
@@ -3103,7 +3103,7 @@ function Ue(e, a = {}) {
|
|
|
3103
3103
|
throw new TypeError("1 argument required, but only " + arguments.length + " present");
|
|
3104
3104
|
if (e === null)
|
|
3105
3105
|
return /* @__PURE__ */ new Date(NaN);
|
|
3106
|
-
const t = a.additionalDigits == null ?
|
|
3106
|
+
const t = a.additionalDigits == null ? Er : Number(a.additionalDigits);
|
|
3107
3107
|
if (t !== 2 && t !== 1 && t !== 0)
|
|
3108
3108
|
throw new RangeError("additionalDigits must be 0, 1 or 2");
|
|
3109
3109
|
if (e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]")
|
|
@@ -3112,7 +3112,7 @@ function Ue(e, a = {}) {
|
|
|
3112
3112
|
return new Date(e);
|
|
3113
3113
|
if (Object.prototype.toString.call(e) !== "[object String]")
|
|
3114
3114
|
return /* @__PURE__ */ new Date(NaN);
|
|
3115
|
-
const n =
|
|
3115
|
+
const n = Yr(e), { year: r, restDateString: s } = qr(n.date, t), i = Hr(s, r);
|
|
3116
3116
|
if (i === null || isNaN(i.getTime()))
|
|
3117
3117
|
return /* @__PURE__ */ new Date(NaN);
|
|
3118
3118
|
if (i) {
|
|
@@ -3129,7 +3129,7 @@ function Ue(e, a = {}) {
|
|
|
3129
3129
|
} else
|
|
3130
3130
|
return /* @__PURE__ */ new Date(NaN);
|
|
3131
3131
|
}
|
|
3132
|
-
function
|
|
3132
|
+
function Yr(e) {
|
|
3133
3133
|
const a = {};
|
|
3134
3134
|
let t = B.dateTimePattern.exec(e), n;
|
|
3135
3135
|
if (t ? (a.date = t[1], n = t[3]) : (t = B.datePattern.exec(e), t ? (a.date = t[1], n = t[2]) : (a.date = null, n = e)), n) {
|
|
@@ -3169,7 +3169,7 @@ function Hr(e, a) {
|
|
|
3169
3169
|
return t = /* @__PURE__ */ new Date(0), t.setUTCFullYear(a), t;
|
|
3170
3170
|
let s = B.MM.exec(e);
|
|
3171
3171
|
if (s)
|
|
3172
|
-
return t = /* @__PURE__ */ new Date(0), n = parseInt(s[1], 10) - 1,
|
|
3172
|
+
return t = /* @__PURE__ */ new Date(0), n = parseInt(s[1], 10) - 1, Yt(a, n) ? (t.setUTCFullYear(a, n), t) : /* @__PURE__ */ new Date(NaN);
|
|
3173
3173
|
if (s = B.DDD.exec(e), s) {
|
|
3174
3174
|
t = /* @__PURE__ */ new Date(0);
|
|
3175
3175
|
const i = parseInt(s[1], 10);
|
|
@@ -3178,14 +3178,14 @@ function Hr(e, a) {
|
|
|
3178
3178
|
if (s = B.MMDD.exec(e), s) {
|
|
3179
3179
|
t = /* @__PURE__ */ new Date(0), n = parseInt(s[1], 10) - 1;
|
|
3180
3180
|
const i = parseInt(s[2], 10);
|
|
3181
|
-
return
|
|
3181
|
+
return Yt(a, n, i) ? (t.setUTCFullYear(a, n, i), t) : /* @__PURE__ */ new Date(NaN);
|
|
3182
3182
|
}
|
|
3183
3183
|
if (s = B.Www.exec(e), s)
|
|
3184
|
-
return r = parseInt(s[1], 10) - 1, qt(r) ?
|
|
3184
|
+
return r = parseInt(s[1], 10) - 1, qt(r) ? Et(a, r) : /* @__PURE__ */ new Date(NaN);
|
|
3185
3185
|
if (s = B.WwwD.exec(e), s) {
|
|
3186
3186
|
r = parseInt(s[1], 10) - 1;
|
|
3187
3187
|
const i = parseInt(s[2], 10) - 1;
|
|
3188
|
-
return qt(r, i) ?
|
|
3188
|
+
return qt(r, i) ? Et(a, r, i) : /* @__PURE__ */ new Date(NaN);
|
|
3189
3189
|
}
|
|
3190
3190
|
return null;
|
|
3191
3191
|
}
|
|
@@ -3202,7 +3202,7 @@ function Br(e) {
|
|
|
3202
3202
|
}
|
|
3203
3203
|
return null;
|
|
3204
3204
|
}
|
|
3205
|
-
function
|
|
3205
|
+
function Et(e, a, t) {
|
|
3206
3206
|
a = a || 0, t = t || 0;
|
|
3207
3207
|
const n = /* @__PURE__ */ new Date(0);
|
|
3208
3208
|
n.setUTCFullYear(e, 0, 4);
|
|
@@ -3213,7 +3213,7 @@ const $r = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Ur = [31, 29, 31, 3
|
|
|
3213
3213
|
function ba(e) {
|
|
3214
3214
|
return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
|
|
3215
3215
|
}
|
|
3216
|
-
function
|
|
3216
|
+
function Yt(e, a, t) {
|
|
3217
3217
|
if (a < 0 || a > 11)
|
|
3218
3218
|
return !1;
|
|
3219
3219
|
if (t != null) {
|
|
@@ -3388,7 +3388,7 @@ const Jr = (e) => new TextEncoder().encode(e), Kr = (e) => {
|
|
|
3388
3388
|
throw console.error("Error converting to user timezone:", a), a;
|
|
3389
3389
|
}
|
|
3390
3390
|
}, ya = (e) => {
|
|
3391
|
-
const t = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (
|
|
3391
|
+
const t = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (D, _) => `${_.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"), i = String(n.getDate()).padStart(2, "0"), d = String(n.getHours()).padStart(2, "0"), f = String(n.getMinutes()).padStart(2, "0"), h = String(n.getSeconds()).padStart(2, "0");
|
|
3392
3392
|
return `${r}-${s}-${i} ${d}:${f}:${h}`;
|
|
3393
3393
|
}, gs = () => Date.now(), fs = (e) => new Date(e).getTime(), Ht = (e, a = 0) => {
|
|
3394
3394
|
const t = gs(), n = fs(
|
|
@@ -3399,7 +3399,7 @@ const Jr = (e) => new TextEncoder().encode(e), Kr = (e) => {
|
|
|
3399
3399
|
return !(t <= r);
|
|
3400
3400
|
}
|
|
3401
3401
|
return !1;
|
|
3402
|
-
},
|
|
3402
|
+
}, P = (e, a = 2) => {
|
|
3403
3403
|
if (Number(e) !== 0 && !Number(e))
|
|
3404
3404
|
return `${e || ""}`;
|
|
3405
3405
|
const t = `0${a ? "." + "0".repeat(a) : ""}`, n = parseFloat(e);
|
|
@@ -3409,7 +3409,7 @@ const Jr = (e) => new TextEncoder().encode(e), Kr = (e) => {
|
|
|
3409
3409
|
let r = e;
|
|
3410
3410
|
return r ? (n.includes(a) ? (r = r.replace(".png", `_${a}.png`).toLowerCase(), r = `${r}?v=1`) : r = `${r}${t}`, r) : "";
|
|
3411
3411
|
};
|
|
3412
|
-
var c = /* @__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))(c || {});
|
|
3412
|
+
var c = /* @__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))(c || {});
|
|
3413
3413
|
const ps = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3414
3414
|
__proto__: null,
|
|
3415
3415
|
Api: c
|
|
@@ -3552,7 +3552,7 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3552
3552
|
const f = s.bankindex ?? 0;
|
|
3553
3553
|
for (let C = 0; C < t.mdGatewayMinMax.length; C++)
|
|
3554
3554
|
t.mdGatewayMinMax[C].bankindex == f.toString() && (i = t.mdGatewayMinMax[C].min, d = t.mdGatewayMinMax[C].max);
|
|
3555
|
-
const { amountList: h, minAmount: b, maxAmount:
|
|
3555
|
+
const { amountList: h, minAmount: b, maxAmount: D } = We(
|
|
3556
3556
|
Number(i),
|
|
3557
3557
|
Number(d),
|
|
3558
3558
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3562,9 +3562,9 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3562
3562
|
name: "autoChannel",
|
|
3563
3563
|
amountList: h,
|
|
3564
3564
|
min: b,
|
|
3565
|
-
max:
|
|
3565
|
+
max: D
|
|
3566
3566
|
}, p = s.pg.map((C) => {
|
|
3567
|
-
const V = C.mintransaction ?? "0.00", A = C.maxtransaction ?? "0.00", { amountList: I, minAmount:
|
|
3567
|
+
const V = C.mintransaction ?? "0.00", A = C.maxtransaction ?? "0.00", { amountList: I, minAmount: M, maxAmount: T } = We(
|
|
3568
3568
|
Number(V),
|
|
3569
3569
|
Number(A),
|
|
3570
3570
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3574,7 +3574,7 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3574
3574
|
id: C.pgindex,
|
|
3575
3575
|
name: C.bankaccountname,
|
|
3576
3576
|
amountList: I,
|
|
3577
|
-
min:
|
|
3577
|
+
min: M,
|
|
3578
3578
|
max: T
|
|
3579
3579
|
};
|
|
3580
3580
|
});
|
|
@@ -3597,7 +3597,7 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3597
3597
|
const i = n.mdGatewayMinMax ?? [];
|
|
3598
3598
|
if (t.bank.length > 0 && n.mdPGSelection === "1")
|
|
3599
3599
|
s = t.bank.map((f) => {
|
|
3600
|
-
const { amountList: h, minAmount: b, maxAmount:
|
|
3600
|
+
const { amountList: h, minAmount: b, maxAmount: D } = We(
|
|
3601
3601
|
f.mintransaction ?? 0,
|
|
3602
3602
|
f.maxtransaction ?? 0,
|
|
3603
3603
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3608,14 +3608,14 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3608
3608
|
name: f.bankaccountname || "",
|
|
3609
3609
|
amountList: h,
|
|
3610
3610
|
min: b,
|
|
3611
|
-
max:
|
|
3611
|
+
max: D
|
|
3612
3612
|
};
|
|
3613
3613
|
});
|
|
3614
3614
|
else {
|
|
3615
3615
|
let f = "0.00", h = "0.00";
|
|
3616
|
-
for (let
|
|
3617
|
-
i[
|
|
3618
|
-
const { amountList: b, minAmount:
|
|
3616
|
+
for (let k = 0; k < i.length; k++)
|
|
3617
|
+
i[k].bankindex === a.toString() && (f = i[k].min, h = i[k].max);
|
|
3618
|
+
const { amountList: b, minAmount: D, maxAmount: _ } = We(
|
|
3619
3619
|
Number(f),
|
|
3620
3620
|
Number(h),
|
|
3621
3621
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3624,7 +3624,7 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3624
3624
|
id: 0,
|
|
3625
3625
|
name: "autoChannel",
|
|
3626
3626
|
amountList: b,
|
|
3627
|
-
min:
|
|
3627
|
+
min: D,
|
|
3628
3628
|
max: _
|
|
3629
3629
|
};
|
|
3630
3630
|
s.push(p);
|
|
@@ -3671,18 +3671,18 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3671
3671
|
fullName: e.mdUserDetail.firstname ?? "",
|
|
3672
3672
|
phoneNumber: e.mdUserDetail.mobileno ?? "",
|
|
3673
3673
|
profilePicUrl: e.mdUserDetail.profile_pic
|
|
3674
|
-
}),
|
|
3674
|
+
}), Ds = (e) => {
|
|
3675
3675
|
var a, t, n, r, s, i, d, f, h;
|
|
3676
3676
|
return {
|
|
3677
3677
|
platformGame: ((a = e.mdGameListResult) == null ? void 0 : a.map((b) => {
|
|
3678
|
-
var
|
|
3678
|
+
var D, _;
|
|
3679
3679
|
return {
|
|
3680
3680
|
code: b.code.toLowerCase(),
|
|
3681
3681
|
id: b.id,
|
|
3682
3682
|
name: b.name,
|
|
3683
3683
|
iconUrl: `/custom/image/side_menu/${b.code.toLowerCase()}.png?v=1`,
|
|
3684
3684
|
nextPage: b.nextPage === 1,
|
|
3685
|
-
list: (b.mdPlatformProducts !== null && ((
|
|
3685
|
+
list: (b.mdPlatformProducts !== null && ((D = b.mdPlatformProducts) == null ? void 0 : D.length)) ?? !1 ? ((_ = b.mdPlatformProducts) == null ? void 0 : _.map((p) => ({
|
|
3686
3686
|
gameId: p.id_GameMaster,
|
|
3687
3687
|
platformId: p.id,
|
|
3688
3688
|
platformCode: p.code,
|
|
@@ -3695,11 +3695,12 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3695
3695
|
},
|
|
3696
3696
|
imageUrl: `${e.mdDomains[p.mdDomains_id]}${Te(p.img, p.id_GameMaster, `?ts=${p.filemtime}`)}`,
|
|
3697
3697
|
logoUrl: `/image/platform_logo/${p.img.split("/").pop()}?v=1`,
|
|
3698
|
-
rate: "0.00"
|
|
3698
|
+
rate: "0.00",
|
|
3699
|
+
jackpotAmount: ""
|
|
3699
3700
|
}))) ?? [] : []
|
|
3700
3701
|
};
|
|
3701
3702
|
})) ?? [],
|
|
3702
|
-
specialGameList:
|
|
3703
|
+
specialGameList: Ps(e.mdGameLists.data) ? {
|
|
3703
3704
|
currentPage: ((t = e.mdGameLists) == null ? void 0 : t.current_page) ?? 1,
|
|
3704
3705
|
lastPage: ((n = e.mdGameLists) == null ? void 0 : n.last_page) ?? 1,
|
|
3705
3706
|
data: ((s = (r = e.mdGameLists) == null ? void 0 : r.data) == null ? void 0 : s.map((b) => ({
|
|
@@ -3715,7 +3716,8 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3715
3716
|
},
|
|
3716
3717
|
imageUrl: `${e.mdDomains[b.mdDomains_id]}${Te(b.img, b.id, `?ts=${b.filemtime}`)}`,
|
|
3717
3718
|
logoUrl: `/image/platform_logo/${b.img.split("/").pop()}?v=1`,
|
|
3718
|
-
rate: "0.00"
|
|
3719
|
+
rate: "0.00",
|
|
3720
|
+
jackpotAmount: b.jackpotAmount ?? ""
|
|
3719
3721
|
}))) ?? []
|
|
3720
3722
|
} : {},
|
|
3721
3723
|
platformGameList: Rs(e.mdGameLists.data) ? {
|
|
@@ -3734,13 +3736,14 @@ const bs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3734
3736
|
},
|
|
3735
3737
|
imageUrl: `${e.mdDomains[b.mdDomains_id]}${Te(b.img, b.id, `?ts=${b.filemtime}`)}`,
|
|
3736
3738
|
logoUrl: `/image/platform_logo/${b.img.split("/").pop()}?v=1`,
|
|
3737
|
-
rate: "0.00"
|
|
3739
|
+
rate: "0.00",
|
|
3740
|
+
jackpotAmount: ""
|
|
3738
3741
|
}))) ?? []
|
|
3739
3742
|
} : {},
|
|
3740
3743
|
trialGameList: []
|
|
3741
3744
|
};
|
|
3742
3745
|
};
|
|
3743
|
-
function
|
|
3746
|
+
function Ps(e) {
|
|
3744
3747
|
const a = [
|
|
3745
3748
|
"appFlag",
|
|
3746
3749
|
"code_PlatformProduct",
|
|
@@ -3750,6 +3753,7 @@ function Ds(e) {
|
|
|
3750
3753
|
"id_CategoryMaster",
|
|
3751
3754
|
"id_PlatformProduct",
|
|
3752
3755
|
"img",
|
|
3756
|
+
"jackpotAmount",
|
|
3753
3757
|
"mdDomains_id",
|
|
3754
3758
|
"name",
|
|
3755
3759
|
"shortName_PlatformProduct"
|
|
@@ -3775,9 +3779,9 @@ function Rs(e) {
|
|
|
3775
3779
|
return a.sort().join(",") === n;
|
|
3776
3780
|
});
|
|
3777
3781
|
}
|
|
3778
|
-
const
|
|
3782
|
+
const Os = (e) => ({
|
|
3779
3783
|
list: e.mdGrade.map((a) => {
|
|
3780
|
-
var t, n, r, s, i, d, f, h, b,
|
|
3784
|
+
var t, n, r, s, i, d, f, h, b, D, _, p, k, C, V, A, I, M, T, O, Y, le, se, ce, de, je, Ce, te, Ee, at, ve, we, De, Pe, Ne, Re, nt, Oe, rt, Ye, qe, o, m, v, u, l, w, G, $, X, N, K, q, Z, H, J, Q, me, pe, Le, be, Ge, g, Rt;
|
|
3781
3785
|
return {
|
|
3782
3786
|
id: a.gradeindex,
|
|
3783
3787
|
is_current_level: !1,
|
|
@@ -3786,76 +3790,76 @@ const xs = (e) => ({
|
|
|
3786
3790
|
turnover: {
|
|
3787
3791
|
isShow: !1,
|
|
3788
3792
|
current: "0.00",
|
|
3789
|
-
total:
|
|
3793
|
+
total: P(a.min_activebet)
|
|
3790
3794
|
},
|
|
3791
3795
|
deposit: {
|
|
3792
3796
|
isShow: !1,
|
|
3793
3797
|
current: "0.00",
|
|
3794
|
-
total:
|
|
3798
|
+
total: P(a.min_deposit)
|
|
3795
3799
|
},
|
|
3796
3800
|
promo_list: a.promocash.filter((oe) => oe.isshow == 1 && oe.status == "1").map((oe) => ({
|
|
3797
3801
|
name: oe.promosimplified,
|
|
3798
|
-
min_deposit:
|
|
3802
|
+
min_deposit: P(oe.min_deposit),
|
|
3799
3803
|
promo_bonus: oe.percentage,
|
|
3800
|
-
promo_limit:
|
|
3804
|
+
promo_limit: P(oe.max_promo_amt),
|
|
3801
3805
|
turnover_multiplier: oe.multiply,
|
|
3802
3806
|
type: oe.promo_type
|
|
3803
3807
|
})),
|
|
3804
3808
|
benefit_list: {
|
|
3805
3809
|
daily: {
|
|
3806
3810
|
isShow: !0,
|
|
3807
|
-
bonus:
|
|
3811
|
+
bonus: P(((n = (t = a.benefit) == null ? void 0 : t.daily) == null ? void 0 : n.bonus) ?? "0"),
|
|
3808
3812
|
bonus_name: ((s = (r = a.benefit) == null ? void 0 : r.daily) == null ? void 0 : s.bonus_name) ?? "",
|
|
3809
|
-
turnover:
|
|
3813
|
+
turnover: P(((d = (i = a.benefit) == null ? void 0 : i.daily) == null ? void 0 : d.turnover) ?? "0"),
|
|
3810
3814
|
turnover_name: ((h = (f = a.benefit) == null ? void 0 : f.daily) == null ? void 0 : h.turnover_name) ?? ""
|
|
3811
3815
|
},
|
|
3812
3816
|
monthly: {
|
|
3813
3817
|
isShow: !0,
|
|
3814
|
-
bonus:
|
|
3818
|
+
bonus: P(((D = (b = a.benefit) == null ? void 0 : b.monthly) == null ? void 0 : D.bonus) ?? "0"),
|
|
3815
3819
|
bonus_name: ((p = (_ = a.benefit) == null ? void 0 : _.monthly) == null ? void 0 : p.bonus_name) ?? "",
|
|
3816
|
-
turnover:
|
|
3820
|
+
turnover: P(((C = (k = a.benefit) == null ? void 0 : k.monthly) == null ? void 0 : C.turnover) ?? "0"),
|
|
3817
3821
|
turnover_name: ((A = (V = a.benefit) == null ? void 0 : V.monthly) == null ? void 0 : A.turnover_name) ?? ""
|
|
3818
3822
|
},
|
|
3819
3823
|
weekly: {
|
|
3820
3824
|
isShow: !0,
|
|
3821
|
-
bonus:
|
|
3822
|
-
bonus_name: ((
|
|
3823
|
-
turnover:
|
|
3825
|
+
bonus: P(((M = (I = a.benefit) == null ? void 0 : I.weekly) == null ? void 0 : M.bonus) ?? "0"),
|
|
3826
|
+
bonus_name: ((O = (T = a.benefit) == null ? void 0 : T.weekly) == null ? void 0 : O.bonus_name) ?? "",
|
|
3827
|
+
turnover: P(((le = (Y = a.benefit) == null ? void 0 : Y.weekly) == null ? void 0 : le.turnover) ?? "0"),
|
|
3824
3828
|
turnover_name: ((ce = (se = a.benefit) == null ? void 0 : se.weekly) == null ? void 0 : ce.turnover_name) ?? ""
|
|
3825
3829
|
},
|
|
3826
3830
|
upgrade: {
|
|
3827
3831
|
isShow: !0,
|
|
3828
|
-
bonus:
|
|
3832
|
+
bonus: P(((je = (de = a.benefit) == null ? void 0 : de.upgrade) == null ? void 0 : je.bonus) ?? "0"),
|
|
3829
3833
|
bonus_name: ((te = (Ce = a.benefit) == null ? void 0 : Ce.upgrade) == null ? void 0 : te.bonus_name) ?? "",
|
|
3830
|
-
turnover:
|
|
3834
|
+
turnover: P(((at = (Ee = a.benefit) == null ? void 0 : Ee.upgrade) == null ? void 0 : at.turnover) ?? "0"),
|
|
3831
3835
|
turnover_name: ((we = (ve = a.benefit) == null ? void 0 : ve.upgrade) == null ? void 0 : we.turnover_name) ?? ""
|
|
3832
3836
|
},
|
|
3833
3837
|
birthday: {
|
|
3834
3838
|
isShow: !0,
|
|
3835
|
-
bonus:
|
|
3839
|
+
bonus: P(((Pe = (De = a.benefit) == null ? void 0 : De.birthday) == null ? void 0 : Pe.bonus) ?? "0"),
|
|
3836
3840
|
bonus_name: ((Re = (Ne = a.benefit) == null ? void 0 : Ne.birthday) == null ? void 0 : Re.bonus_name) ?? "",
|
|
3837
|
-
turnover:
|
|
3838
|
-
turnover_name: ((
|
|
3841
|
+
turnover: P(((Oe = (nt = a.benefit) == null ? void 0 : nt.birthday) == null ? void 0 : Oe.turnover) ?? "0"),
|
|
3842
|
+
turnover_name: ((Ye = (rt = a.benefit) == null ? void 0 : rt.birthday) == null ? void 0 : Ye.turnover_name) ?? ""
|
|
3839
3843
|
},
|
|
3840
3844
|
salary_1st: {
|
|
3841
3845
|
isShow: !0,
|
|
3842
|
-
bonus:
|
|
3846
|
+
bonus: P(((o = (qe = a.benefit) == null ? void 0 : qe.salary_1st) == null ? void 0 : o.bonus) ?? "0"),
|
|
3843
3847
|
bonus_name: ((v = (m = a.benefit) == null ? void 0 : m.salary_1st) == null ? void 0 : v.bonus_name) ?? "",
|
|
3844
|
-
turnover:
|
|
3845
|
-
turnover_name: ((
|
|
3848
|
+
turnover: P(((l = (u = a.benefit) == null ? void 0 : u.salary_1st) == null ? void 0 : l.turnover) ?? "0"),
|
|
3849
|
+
turnover_name: ((G = (w = a.benefit) == null ? void 0 : w.salary_1st) == null ? void 0 : G.turnover_name) ?? ""
|
|
3846
3850
|
},
|
|
3847
3851
|
salary_10th: {
|
|
3848
3852
|
isShow: !0,
|
|
3849
|
-
bonus:
|
|
3853
|
+
bonus: P(((X = ($ = a.benefit) == null ? void 0 : $.salary_10th) == null ? void 0 : X.bonus) ?? "0"),
|
|
3850
3854
|
bonus_name: ((K = (N = a.benefit) == null ? void 0 : N.salary_10th) == null ? void 0 : K.bonus_name) ?? "",
|
|
3851
|
-
turnover:
|
|
3855
|
+
turnover: P(((Z = (q = a.benefit) == null ? void 0 : q.salary_10th) == null ? void 0 : Z.turnover) ?? "0"),
|
|
3852
3856
|
turnover_name: ((J = (H = a.benefit) == null ? void 0 : H.salary_10th) == null ? void 0 : J.turnover_name) ?? ""
|
|
3853
3857
|
},
|
|
3854
3858
|
salary_20th: {
|
|
3855
3859
|
isShow: !0,
|
|
3856
|
-
bonus:
|
|
3860
|
+
bonus: P(((me = (Q = a.benefit) == null ? void 0 : Q.salary_20th) == null ? void 0 : me.bonus) ?? "0"),
|
|
3857
3861
|
bonus_name: ((Le = (pe = a.benefit) == null ? void 0 : pe.salary_20th) == null ? void 0 : Le.bonus_name) ?? "",
|
|
3858
|
-
turnover:
|
|
3862
|
+
turnover: P(((Ge = (be = a.benefit) == null ? void 0 : be.salary_20th) == null ? void 0 : Ge.turnover) ?? "0"),
|
|
3859
3863
|
turnover_name: ((Rt = (g = a.benefit) == null ? void 0 : g.salary_20th) == null ? void 0 : Rt.turnover_name) ?? ""
|
|
3860
3864
|
}
|
|
3861
3865
|
}
|
|
@@ -3955,7 +3959,7 @@ const xs = (e) => ({
|
|
|
3955
3959
|
}
|
|
3956
3960
|
}
|
|
3957
3961
|
}
|
|
3958
|
-
}),
|
|
3962
|
+
}), xs = (e) => ({
|
|
3959
3963
|
category: e.category.map((a) => ({
|
|
3960
3964
|
id: a.catid,
|
|
3961
3965
|
name: a.name
|
|
@@ -3974,7 +3978,7 @@ const xs = (e) => ({
|
|
|
3974
3978
|
amountDisplay: ((r = a.promo_cash) == null ? void 0 : r.display) ?? ""
|
|
3975
3979
|
};
|
|
3976
3980
|
}).sort((a, t) => a.claimable && !t.claimable ? -1 : !a.claimable && t.claimable ? 1 : 0)
|
|
3977
|
-
}),
|
|
3981
|
+
}), ks = (e) => ({
|
|
3978
3982
|
month: {
|
|
3979
3983
|
status: ye(e.month)
|
|
3980
3984
|
},
|
|
@@ -4000,7 +4004,7 @@ const xs = (e) => ({
|
|
|
4000
4004
|
claimable: e === 1,
|
|
4001
4005
|
expired: e === 0,
|
|
4002
4006
|
claimed: e === -1
|
|
4003
|
-
}),
|
|
4007
|
+
}), Ms = (e) => e.mdVipSetting.filter((t) => t.status == 1).map((t) => ({
|
|
4004
4008
|
fieldName: t.fieldname,
|
|
4005
4009
|
showName: t.showname
|
|
4006
4010
|
})), Ss = (e) => ({
|
|
@@ -4085,14 +4089,14 @@ const xs = (e) => ({
|
|
|
4085
4089
|
return e ? e.status != 1 ? a = 0 : a = e.mainwallet : a = 0, {
|
|
4086
4090
|
amount: a
|
|
4087
4091
|
};
|
|
4088
|
-
},
|
|
4092
|
+
}, Gs = (e) => {
|
|
4089
4093
|
var a;
|
|
4090
4094
|
return ((a = e.data) == null ? void 0 : a.filter((t) => t.status == "1").map((t) => ({
|
|
4091
4095
|
name: t.title,
|
|
4092
4096
|
code: t.code,
|
|
4093
4097
|
iconUrl: t.flag_icon
|
|
4094
4098
|
}))) ?? [];
|
|
4095
|
-
},
|
|
4099
|
+
}, Fs = (e) => ({
|
|
4096
4100
|
name: ""
|
|
4097
4101
|
}), zs = (e) => {
|
|
4098
4102
|
var a;
|
|
@@ -4107,15 +4111,15 @@ const xs = (e) => ({
|
|
|
4107
4111
|
var n;
|
|
4108
4112
|
return {
|
|
4109
4113
|
id: t.key,
|
|
4110
|
-
date: ((n = t.draw_date) == null ? void 0 : n.map((r) =>
|
|
4114
|
+
date: ((n = t.draw_date) == null ? void 0 : n.map((r) => Es(r.draw_tmactive))) ?? []
|
|
4111
4115
|
};
|
|
4112
4116
|
})) ?? [];
|
|
4113
4117
|
};
|
|
4114
|
-
function
|
|
4118
|
+
function Es(e) {
|
|
4115
4119
|
const a = new Date(e * 1e3), t = a.getFullYear(), n = ("0" + (a.getMonth() + 1)).slice(-2), r = ("0" + a.getDate()).slice(-2);
|
|
4116
4120
|
return `${t}-${n}-${r}`;
|
|
4117
4121
|
}
|
|
4118
|
-
const
|
|
4122
|
+
const Ys = (e) => {
|
|
4119
4123
|
var a;
|
|
4120
4124
|
return ((a = e.data) == null ? void 0 : a.map((t) => {
|
|
4121
4125
|
var n;
|
|
@@ -4144,7 +4148,7 @@ const Es = (e) => {
|
|
|
4144
4148
|
(p) => p.combination_dimension === 4 && p.combination_position === 5
|
|
4145
4149
|
).map((p) => p.combination_combination), h = t.results.filter(
|
|
4146
4150
|
(p) => p.combination_dimension === 5 && p.combination_position === 1
|
|
4147
|
-
).map((p) => p.combination_combination), b = t.results.filter((p) => p.combination_dimension == 5).map((p) => p.combination_combination),
|
|
4151
|
+
).map((p) => p.combination_combination), b = t.results.filter((p) => p.combination_dimension == 5).map((p) => p.combination_combination), D = t.results.filter(
|
|
4148
4152
|
(p) => p.combination_dimension === 6 && p.combination_position === 1
|
|
4149
4153
|
).map((p) => p.combination_combination), _ = t.results.filter((p) => p.combination_dimension === 6).map((p) => p.combination_combination);
|
|
4150
4154
|
return {
|
|
@@ -4162,7 +4166,7 @@ const Es = (e) => {
|
|
|
4162
4166
|
all: b
|
|
4163
4167
|
},
|
|
4164
4168
|
dimension_6: {
|
|
4165
|
-
prize_1:
|
|
4169
|
+
prize_1: D,
|
|
4166
4170
|
all: _
|
|
4167
4171
|
}
|
|
4168
4172
|
};
|
|
@@ -4302,7 +4306,7 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4302
4306
|
value: d.status == 1,
|
|
4303
4307
|
desc: ((h = (f = e.subStatusModes) == null ? void 0 : f.find((b) => b.key === d.status)) == null ? void 0 : h.value) ?? ""
|
|
4304
4308
|
},
|
|
4305
|
-
amount:
|
|
4309
|
+
amount: P(d.amount),
|
|
4306
4310
|
dateTime: d.ledgerdatetime,
|
|
4307
4311
|
reason: d.reasonsimplified,
|
|
4308
4312
|
method: d.fundmethod
|
|
@@ -4351,7 +4355,7 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4351
4355
|
categoryId: n.category_id,
|
|
4352
4356
|
maintenance: n.maintenance === 1
|
|
4353
4357
|
}))) ?? [],
|
|
4354
|
-
platformWallet:
|
|
4358
|
+
platformWallet: P(a.platformwallet),
|
|
4355
4359
|
com: a.com ?? "",
|
|
4356
4360
|
maintenance: a.maintenance ?? !1
|
|
4357
4361
|
};
|
|
@@ -4421,7 +4425,8 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4421
4425
|
},
|
|
4422
4426
|
imageUrl: `${e.mdDomains[s.mdDomains_id]}${Te(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
4423
4427
|
logoUrl: `${e.mdDomains[s.mdDomains_id]}${Te(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
4424
|
-
rate: "0.00"
|
|
4428
|
+
rate: "0.00",
|
|
4429
|
+
jackpot: ""
|
|
4425
4430
|
}))) ?? []
|
|
4426
4431
|
};
|
|
4427
4432
|
}, oo = (e) => e.mdGameLists.map((a) => ({
|
|
@@ -4643,7 +4648,7 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4643
4648
|
}
|
|
4644
4649
|
}
|
|
4645
4650
|
return a;
|
|
4646
|
-
}, wo = (e) => S(e),
|
|
4651
|
+
}, wo = (e) => S(e), Do = (e) => S(e), Po = (e) => {
|
|
4647
4652
|
var a, t, n, r, s;
|
|
4648
4653
|
return {
|
|
4649
4654
|
status: e.status == 1,
|
|
@@ -4675,7 +4680,7 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4675
4680
|
regex: a.regex,
|
|
4676
4681
|
showName: a.showname,
|
|
4677
4682
|
inputHelper: a.inputHelper
|
|
4678
|
-
})) : [],
|
|
4683
|
+
})) : [], Oo = (e) => S(e), xo = (e) => e, ko = (e) => {
|
|
4679
4684
|
var a;
|
|
4680
4685
|
return {
|
|
4681
4686
|
status: e.status == 1,
|
|
@@ -4685,7 +4690,7 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4685
4690
|
ledgerIndex: e.checkgame.ledgerindex ?? 0,
|
|
4686
4691
|
amount: e.checkgame.amount ?? ""
|
|
4687
4692
|
};
|
|
4688
|
-
},
|
|
4693
|
+
}, Mo = (e) => S(e), So = (e) => ({
|
|
4689
4694
|
status: e.status == 1,
|
|
4690
4695
|
message: e.message,
|
|
4691
4696
|
user: e.user ?? ""
|
|
@@ -4721,16 +4726,16 @@ const Xs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4721
4726
|
}, Lo = (e) => ({
|
|
4722
4727
|
status: e.status == 1,
|
|
4723
4728
|
message: e.msg ?? ""
|
|
4724
|
-
}),
|
|
4729
|
+
}), Go = (e) => ({
|
|
4725
4730
|
status: e.status == 1,
|
|
4726
4731
|
code: e.code ?? 0,
|
|
4727
4732
|
message: e.msg ?? "",
|
|
4728
4733
|
form: e.form ?? "",
|
|
4729
4734
|
gameUrl: e.data ?? ""
|
|
4730
|
-
}),
|
|
4735
|
+
}), Fo = (e) => S(e), zo = (e) => S(e), mt = (e) => ({
|
|
4731
4736
|
status: e.status == 1,
|
|
4732
4737
|
message: e.errormessage ?? ""
|
|
4733
|
-
}), Wo = (e) => S(e),
|
|
4738
|
+
}), Wo = (e) => S(e), Eo = (e) => e, Yo = (e) => S(e), qo = (e) => {
|
|
4734
4739
|
var a;
|
|
4735
4740
|
return {
|
|
4736
4741
|
platformProduct: ((a = e.mdPlatformProduct) == null ? void 0 : a.map((t) => ({
|
|
@@ -4849,7 +4854,7 @@ const si = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4849
4854
|
transferIndex: t.clindex,
|
|
4850
4855
|
target: t.com_from !== "" ? t.com_from : t.com_to,
|
|
4851
4856
|
category: t.com_from !== "" ? Ae.toWallet : Ae.toPlatform,
|
|
4852
|
-
amount:
|
|
4857
|
+
amount: P(t.amount),
|
|
4853
4858
|
dateTime: t.transferdatetime
|
|
4854
4859
|
}))) ?? []
|
|
4855
4860
|
};
|
|
@@ -4867,16 +4872,16 @@ const si = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4867
4872
|
}))) ?? []
|
|
4868
4873
|
};
|
|
4869
4874
|
}, ui = (e) => {
|
|
4870
|
-
var a, t, n, r, s, i, d, f, h, b,
|
|
4875
|
+
var a, t, n, r, s, i, d, f, h, b, D;
|
|
4871
4876
|
return {
|
|
4872
4877
|
status: e.status == 1,
|
|
4873
4878
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4874
4879
|
data: {
|
|
4875
4880
|
total: (a = e.data) != null && a.total ? {
|
|
4876
|
-
bet:
|
|
4877
|
-
activeBet:
|
|
4878
|
-
validBet:
|
|
4879
|
-
payout:
|
|
4881
|
+
bet: P(((t = e.data) == null ? void 0 : t.total.bet) ?? 0),
|
|
4882
|
+
activeBet: P(((n = e.data) == null ? void 0 : n.total.activebet) ?? 0),
|
|
4883
|
+
validBet: P(((r = e.data) == null ? void 0 : r.total.validbet) ?? 0),
|
|
4884
|
+
payout: P(((s = e.data) == null ? void 0 : s.total.payout) ?? 0)
|
|
4880
4885
|
} : {
|
|
4881
4886
|
bet: "0.00",
|
|
4882
4887
|
activeBet: "0.00",
|
|
@@ -4884,17 +4889,17 @@ const si = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4884
4889
|
payout: "0.00"
|
|
4885
4890
|
},
|
|
4886
4891
|
data: ((d = (i = e.data) == null ? void 0 : i.sum) == null ? void 0 : d.map((_) => ({
|
|
4887
|
-
bet:
|
|
4888
|
-
activeBet:
|
|
4889
|
-
payout:
|
|
4892
|
+
bet: P(_.bet),
|
|
4893
|
+
activeBet: P(_.activebet),
|
|
4894
|
+
payout: P(_.payout),
|
|
4890
4895
|
target: _.name,
|
|
4891
4896
|
com: _.com
|
|
4892
4897
|
}))) ?? [],
|
|
4893
4898
|
wagers: ((h = (f = e.data) == null ? void 0 : f.wagers) == null ? void 0 : h.map((_) => ({
|
|
4894
|
-
payout:
|
|
4899
|
+
payout: P(_.payout),
|
|
4895
4900
|
betType: _.betType,
|
|
4896
|
-
stakeF:
|
|
4897
|
-
stakeL:
|
|
4901
|
+
stakeF: P(_.stakeF),
|
|
4902
|
+
stakeL: P(_.stakeL),
|
|
4898
4903
|
date: _.date,
|
|
4899
4904
|
key: _.key,
|
|
4900
4905
|
detailSA: _.detailsa,
|
|
@@ -4902,7 +4907,7 @@ const si = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4902
4907
|
resultL: _.resultL
|
|
4903
4908
|
}))) ?? [],
|
|
4904
4909
|
currentPage: ((b = e.data) == null ? void 0 : b.page.current_page) ?? 1,
|
|
4905
|
-
lastPage: ((
|
|
4910
|
+
lastPage: ((D = e.data) == null ? void 0 : D.page.last_page) ?? 1
|
|
4906
4911
|
}
|
|
4907
4912
|
};
|
|
4908
4913
|
}, li = (e) => {
|
|
@@ -4956,10 +4961,10 @@ const si = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4956
4961
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4957
4962
|
tokenAmount: e.token_amount
|
|
4958
4963
|
}), bi = (e) => S(e);
|
|
4959
|
-
var
|
|
4964
|
+
var Dt = /* @__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))(Dt || {});
|
|
4960
4965
|
const yi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4961
4966
|
__proto__: null,
|
|
4962
|
-
SettingCategory:
|
|
4967
|
+
SettingCategory: Dt
|
|
4963
4968
|
}, Symbol.toStringTag, { value: "Module" })), hi = (e) => {
|
|
4964
4969
|
let a = 0;
|
|
4965
4970
|
return e.data != null && typeof e.data == "object" && (a = e.data.amount), {
|
|
@@ -5033,31 +5038,31 @@ const yi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5033
5038
|
}))) ?? []
|
|
5034
5039
|
}
|
|
5035
5040
|
};
|
|
5036
|
-
},
|
|
5041
|
+
}, Di = (e) => ({
|
|
5037
5042
|
status: e.status == 1,
|
|
5038
5043
|
message: e.msg ?? ""
|
|
5039
|
-
}),
|
|
5044
|
+
}), Pi = (e) => {
|
|
5040
5045
|
var a, t;
|
|
5041
5046
|
return {
|
|
5042
5047
|
status: e.status == 1,
|
|
5043
5048
|
errorMessage: e.errormessage ?? "",
|
|
5044
5049
|
isAutoTransfer: e.optionkey == "auto" || ((a = e.message) == null ? void 0 : a.optionkey) == "auto" || ((t = e.mdAccountSetting) == null ? void 0 : t.optionkey) == "auto"
|
|
5045
5050
|
};
|
|
5046
|
-
}, Ri = (e) => S(e),
|
|
5051
|
+
}, Ri = (e) => S(e), Oi = (e) => ({
|
|
5047
5052
|
status: e.status,
|
|
5048
5053
|
message: e.msg ?? "",
|
|
5049
5054
|
turnover: e.data ? e.data.turnover : 0,
|
|
5050
5055
|
percentage: e.data ? e.data.percentage ?? 0 : 0,
|
|
5051
5056
|
incentive: e.data ? e.data.incentive : 0,
|
|
5052
5057
|
claimable: 0
|
|
5053
|
-
}),
|
|
5058
|
+
}), xi = (e) => {
|
|
5054
5059
|
let a = "0";
|
|
5055
5060
|
return e.data && (a = e.data.incentive), {
|
|
5056
5061
|
status: e.status,
|
|
5057
5062
|
message: e.msg ?? "",
|
|
5058
5063
|
amount: a
|
|
5059
5064
|
};
|
|
5060
|
-
},
|
|
5065
|
+
}, ki = (e) => {
|
|
5061
5066
|
let a = "0";
|
|
5062
5067
|
return e.data && (a = e.data.incentive), {
|
|
5063
5068
|
status: e.status,
|
|
@@ -5066,7 +5071,7 @@ const yi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5066
5071
|
};
|
|
5067
5072
|
};
|
|
5068
5073
|
var re = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(re || {});
|
|
5069
|
-
const
|
|
5074
|
+
const Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5070
5075
|
__proto__: null,
|
|
5071
5076
|
MissionStatus: re
|
|
5072
5077
|
}, Symbol.toStringTag, { value: "Module" })), Si = (e) => {
|
|
@@ -5153,11 +5158,12 @@ const ki = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5153
5158
|
},
|
|
5154
5159
|
imageUrl: `${e.mdDomains[a.mdDomains_id]}${Te(a.img, a.id, `?ts=${a.filemtime}`)}`,
|
|
5155
5160
|
logoUrl: `/image/platform_logo/${a.img.split("/").pop()}?v=1`,
|
|
5156
|
-
rate: "0.00"
|
|
5161
|
+
rate: "0.00",
|
|
5162
|
+
jackpot: ""
|
|
5157
5163
|
})) ?? [] : []
|
|
5158
|
-
}), Li = (e) => S(e),
|
|
5164
|
+
}), Li = (e) => S(e), Gi = (e) => S(e);
|
|
5159
5165
|
var _e = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(_e || {});
|
|
5160
|
-
const
|
|
5166
|
+
const Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5161
5167
|
__proto__: null,
|
|
5162
5168
|
AccumulateDepositStatus: _e
|
|
5163
5169
|
}, Symbol.toStringTag, { value: "Module" })), zi = (e) => {
|
|
@@ -5196,14 +5202,14 @@ const Gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5196
5202
|
}, Wi = (e) => ({
|
|
5197
5203
|
status: e.status == 1,
|
|
5198
5204
|
message: e.msg ?? ""
|
|
5199
|
-
}),
|
|
5205
|
+
}), Ei = (e) => {
|
|
5200
5206
|
var a;
|
|
5201
5207
|
return {
|
|
5202
5208
|
status: e.status == 1,
|
|
5203
5209
|
errorMessage: e.errormessage ?? "",
|
|
5204
5210
|
username: ((a = e.data) == null ? void 0 : a.username) ?? ""
|
|
5205
5211
|
};
|
|
5206
|
-
},
|
|
5212
|
+
}, Yi = (e) => {
|
|
5207
5213
|
var a;
|
|
5208
5214
|
return {
|
|
5209
5215
|
status: e.status == 1,
|
|
@@ -5379,10 +5385,10 @@ const Gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5379
5385
|
message: e.msg ?? "",
|
|
5380
5386
|
data: e.data ?? 0
|
|
5381
5387
|
});
|
|
5382
|
-
var
|
|
5388
|
+
var Pt = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e.appAd = "appAd", e.deposit = "deposit", e))(Pt || {});
|
|
5383
5389
|
const nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5384
5390
|
__proto__: null,
|
|
5385
|
-
CmsCategory:
|
|
5391
|
+
CmsCategory: Pt
|
|
5386
5392
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5387
5393
|
var Qe = /* @__PURE__ */ ((e) => (e.complete = "complete", e.pending = "pending", e))(Qe || {});
|
|
5388
5394
|
const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -5459,12 +5465,34 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5459
5465
|
},
|
|
5460
5466
|
imageUrl: `${e.mdDomains[s.mdDomains_id]}${Te(s.img, s.id, `?ts=${s.filemtime}`)}`,
|
|
5461
5467
|
logoUrl: `/image/platform_logo/${s.img.split("/").pop()}?v=1`,
|
|
5462
|
-
rate: "0.00"
|
|
5468
|
+
rate: "0.00",
|
|
5469
|
+
jackpot: ""
|
|
5463
5470
|
}))) ?? []
|
|
5464
5471
|
}
|
|
5465
5472
|
};
|
|
5466
|
-
}, uu =
|
|
5467
|
-
var a
|
|
5473
|
+
}, uu = (e) => {
|
|
5474
|
+
var a;
|
|
5475
|
+
return {
|
|
5476
|
+
status: e.status == 1,
|
|
5477
|
+
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
5478
|
+
desc: ((a = e.data) == null ? void 0 : a.bottom_description_setting) ?? "",
|
|
5479
|
+
unfinishGame: e.checkgame.unfinishgame == 1,
|
|
5480
|
+
ledgerIndex: e.checkgame.ledgerindex ?? 0,
|
|
5481
|
+
amount: e.checkgame.amount ?? ""
|
|
5482
|
+
};
|
|
5483
|
+
}, lu = (e) => ({
|
|
5484
|
+
status: !0,
|
|
5485
|
+
message: "",
|
|
5486
|
+
data: e.bottomDescription ?? ""
|
|
5487
|
+
}), cu = (e) => ({
|
|
5488
|
+
status: e.status == 1,
|
|
5489
|
+
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
5490
|
+
tokenAmount: e.token_amount
|
|
5491
|
+
}), du = (e) => ({
|
|
5492
|
+
status: e.status == 1,
|
|
5493
|
+
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
5494
|
+
}), mu = async (e) => {
|
|
5495
|
+
var a, t, n, r, s, i, d, f, h, b, D, _, p, k, C, V, A, I, M, T, O, Y, le, se, ce, de, je, Ce;
|
|
5468
5496
|
try {
|
|
5469
5497
|
e.findIndex((m) => m.name === c.vipList) !== -1 && e.push(
|
|
5470
5498
|
{
|
|
@@ -5475,7 +5503,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5475
5503
|
{ name: c.vipStatus, query: "" },
|
|
5476
5504
|
{
|
|
5477
5505
|
name: c.getSetting,
|
|
5478
|
-
query: JSON.stringify({ name: [
|
|
5506
|
+
query: JSON.stringify({ name: [Dt.vipcalculation] })
|
|
5479
5507
|
}
|
|
5480
5508
|
), e.findIndex(
|
|
5481
5509
|
(m) => m.name === c.getRewardReferral
|
|
@@ -5499,7 +5527,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5499
5527
|
query: JSON.stringify({
|
|
5500
5528
|
p: 1,
|
|
5501
5529
|
c: 0,
|
|
5502
|
-
list: [
|
|
5530
|
+
list: [Pt.deposit]
|
|
5503
5531
|
})
|
|
5504
5532
|
});
|
|
5505
5533
|
const ve = e.findIndex(
|
|
@@ -5516,13 +5544,13 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5516
5544
|
name: c.getPlatformTurnoverRate,
|
|
5517
5545
|
query: ""
|
|
5518
5546
|
}));
|
|
5519
|
-
const
|
|
5520
|
-
|
|
5547
|
+
const De = e.findIndex((m) => m.name === c.fishGameList);
|
|
5548
|
+
De !== -1 && (JSON.parse(e[De].query).pid || e.push({
|
|
5521
5549
|
name: c.getPlatformTurnoverRate,
|
|
5522
5550
|
query: ""
|
|
5523
5551
|
}));
|
|
5524
|
-
const
|
|
5525
|
-
|
|
5552
|
+
const Pe = e.findIndex((m) => m.name === c.gameList);
|
|
5553
|
+
Pe !== -1 && (JSON.parse(e[Pe].query).pid || e.push({
|
|
5526
5554
|
name: c.getPlatformTurnoverRate,
|
|
5527
5555
|
query: ""
|
|
5528
5556
|
}));
|
|
@@ -5555,10 +5583,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5555
5583
|
query: String(m)
|
|
5556
5584
|
});
|
|
5557
5585
|
}
|
|
5558
|
-
const
|
|
5586
|
+
const Oe = e.findIndex(
|
|
5559
5587
|
(m) => m.name === c.getFourDimensionData
|
|
5560
5588
|
);
|
|
5561
|
-
|
|
5589
|
+
Oe !== -1 && e[Oe].query == "" && (e.splice(Oe), e.push(
|
|
5562
5590
|
{
|
|
5563
5591
|
name: c.getFourDimensionData,
|
|
5564
5592
|
query: JSON.stringify({ action: c.getCompany, native: "1" })
|
|
@@ -5574,14 +5602,14 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5574
5602
|
})
|
|
5575
5603
|
}
|
|
5576
5604
|
));
|
|
5577
|
-
const
|
|
5605
|
+
const Ye = {
|
|
5578
5606
|
requests: e.map((m) => ({
|
|
5579
5607
|
name: m.name,
|
|
5580
5608
|
query: btoa(m.query)
|
|
5581
5609
|
}))
|
|
5582
5610
|
}, qe = await ee.post(
|
|
5583
5611
|
"/graph/jwt",
|
|
5584
|
-
Jr(JSON.stringify(
|
|
5612
|
+
Jr(JSON.stringify(Ye))
|
|
5585
5613
|
), o = {
|
|
5586
5614
|
status: 200,
|
|
5587
5615
|
message: "",
|
|
@@ -5598,7 +5626,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5598
5626
|
o.result[u] = vs(l);
|
|
5599
5627
|
break;
|
|
5600
5628
|
case c.gameList:
|
|
5601
|
-
o.result[u] =
|
|
5629
|
+
o.result[u] = Ds(l);
|
|
5602
5630
|
break;
|
|
5603
5631
|
case c.cmsList:
|
|
5604
5632
|
o.result[u] = js(l);
|
|
@@ -5612,19 +5640,19 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5612
5640
|
o.result[u] = ws(l);
|
|
5613
5641
|
break;
|
|
5614
5642
|
case c.vipList:
|
|
5615
|
-
o.result[u] =
|
|
5643
|
+
o.result[u] = Os(l);
|
|
5616
5644
|
break;
|
|
5617
5645
|
case c.vipBonus:
|
|
5618
|
-
o.result[u] =
|
|
5646
|
+
o.result[u] = ks(l);
|
|
5619
5647
|
break;
|
|
5620
5648
|
case c.vipFieldStatus:
|
|
5621
|
-
o.result[u] =
|
|
5649
|
+
o.result[u] = Ms(l);
|
|
5622
5650
|
break;
|
|
5623
5651
|
case c.vipStatus:
|
|
5624
5652
|
o.result[u] = Ss(l);
|
|
5625
5653
|
break;
|
|
5626
5654
|
case c.promotion:
|
|
5627
|
-
o.result[u] =
|
|
5655
|
+
o.result[u] = xs(l);
|
|
5628
5656
|
break;
|
|
5629
5657
|
case c.getSetting:
|
|
5630
5658
|
o.result[u] = Is(l);
|
|
@@ -5643,12 +5671,12 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5643
5671
|
o.result[u] = Ls(l);
|
|
5644
5672
|
break;
|
|
5645
5673
|
case c.getLanguageSetting:
|
|
5646
|
-
o.result[u] =
|
|
5674
|
+
o.result[u] = Gs(
|
|
5647
5675
|
l
|
|
5648
5676
|
);
|
|
5649
5677
|
break;
|
|
5650
5678
|
case c.getFourDimensionData:
|
|
5651
|
-
o.result[u] =
|
|
5679
|
+
o.result[u] = Fs(
|
|
5652
5680
|
l
|
|
5653
5681
|
);
|
|
5654
5682
|
break;
|
|
@@ -5661,7 +5689,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5661
5689
|
);
|
|
5662
5690
|
break;
|
|
5663
5691
|
case c.searchHot:
|
|
5664
|
-
o.result[u] =
|
|
5692
|
+
o.result[u] = Ys(l);
|
|
5665
5693
|
break;
|
|
5666
5694
|
case c.searchByDate:
|
|
5667
5695
|
o.result[u] = qs(l);
|
|
@@ -5799,12 +5827,12 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5799
5827
|
);
|
|
5800
5828
|
break;
|
|
5801
5829
|
case c.submitForgetPassword:
|
|
5802
|
-
o.result[u] =
|
|
5830
|
+
o.result[u] = Do(
|
|
5803
5831
|
l
|
|
5804
5832
|
);
|
|
5805
5833
|
break;
|
|
5806
5834
|
case c.getImage:
|
|
5807
|
-
o.result[u] =
|
|
5835
|
+
o.result[u] = Po(l);
|
|
5808
5836
|
break;
|
|
5809
5837
|
case c.getDepositValidate:
|
|
5810
5838
|
o.result[u] = dt(l);
|
|
@@ -5816,20 +5844,20 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5816
5844
|
o.result[u] = dt(l);
|
|
5817
5845
|
break;
|
|
5818
5846
|
case c.updateProfilePicture:
|
|
5819
|
-
o.result[u] =
|
|
5847
|
+
o.result[u] = Oo(
|
|
5820
5848
|
l
|
|
5821
5849
|
);
|
|
5822
5850
|
break;
|
|
5823
5851
|
case c.readMail:
|
|
5824
|
-
o.result[u] =
|
|
5852
|
+
o.result[u] = xo(l);
|
|
5825
5853
|
break;
|
|
5826
5854
|
case c.checkRedPacketValidate:
|
|
5827
|
-
o.result[u] =
|
|
5855
|
+
o.result[u] = ko(
|
|
5828
5856
|
l
|
|
5829
5857
|
);
|
|
5830
5858
|
break;
|
|
5831
5859
|
case c.requestTacCode:
|
|
5832
|
-
o.result[u] =
|
|
5860
|
+
o.result[u] = Mo(l);
|
|
5833
5861
|
break;
|
|
5834
5862
|
case c.getUsernameByRefer:
|
|
5835
5863
|
o.result[u] = So(
|
|
@@ -5852,10 +5880,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5852
5880
|
o.result[u] = Lo(l);
|
|
5853
5881
|
break;
|
|
5854
5882
|
case c.playGame:
|
|
5855
|
-
o.result[u] =
|
|
5883
|
+
o.result[u] = Go(l);
|
|
5856
5884
|
break;
|
|
5857
5885
|
case c.transferToMain:
|
|
5858
|
-
o.result[u] =
|
|
5886
|
+
o.result[u] = Fo(l);
|
|
5859
5887
|
break;
|
|
5860
5888
|
case c.transferProcess:
|
|
5861
5889
|
o.result[u] = zo(
|
|
@@ -5874,10 +5902,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5874
5902
|
);
|
|
5875
5903
|
break;
|
|
5876
5904
|
case c.friendList:
|
|
5877
|
-
o.result[u] =
|
|
5905
|
+
o.result[u] = Eo(l);
|
|
5878
5906
|
break;
|
|
5879
5907
|
case c.friendListEdit:
|
|
5880
|
-
o.result[u] =
|
|
5908
|
+
o.result[u] = Yo(l);
|
|
5881
5909
|
break;
|
|
5882
5910
|
case c.getActivePP:
|
|
5883
5911
|
o.result[u] = qo(l);
|
|
@@ -6031,10 +6059,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6031
6059
|
);
|
|
6032
6060
|
break;
|
|
6033
6061
|
case c.applyWeekCard:
|
|
6034
|
-
o.result[u] =
|
|
6062
|
+
o.result[u] = Di(l);
|
|
6035
6063
|
break;
|
|
6036
6064
|
case c.transferSetting:
|
|
6037
|
-
o.result[u] =
|
|
6065
|
+
o.result[u] = Pi(
|
|
6038
6066
|
l
|
|
6039
6067
|
);
|
|
6040
6068
|
break;
|
|
@@ -6042,17 +6070,17 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6042
6070
|
o.result[u] = Ri(l);
|
|
6043
6071
|
break;
|
|
6044
6072
|
case c.getIncentiveData:
|
|
6045
|
-
o.result[u] =
|
|
6073
|
+
o.result[u] = Oi(
|
|
6046
6074
|
l
|
|
6047
6075
|
);
|
|
6048
6076
|
break;
|
|
6049
6077
|
case c.getIncentiveRebate:
|
|
6050
|
-
o.result[u] =
|
|
6078
|
+
o.result[u] = xi(
|
|
6051
6079
|
l
|
|
6052
6080
|
);
|
|
6053
6081
|
break;
|
|
6054
6082
|
case c.claimIncentiveRebate:
|
|
6055
|
-
o.result[u] =
|
|
6083
|
+
o.result[u] = ki(
|
|
6056
6084
|
l
|
|
6057
6085
|
);
|
|
6058
6086
|
break;
|
|
@@ -6078,12 +6106,12 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6078
6106
|
);
|
|
6079
6107
|
break;
|
|
6080
6108
|
case c.requestForgetUsername:
|
|
6081
|
-
o.result[u] =
|
|
6109
|
+
o.result[u] = Gi(
|
|
6082
6110
|
l
|
|
6083
6111
|
);
|
|
6084
6112
|
break;
|
|
6085
6113
|
case c.submitForgetUsername:
|
|
6086
|
-
o.result[u] =
|
|
6114
|
+
o.result[u] = Ei(
|
|
6087
6115
|
l
|
|
6088
6116
|
);
|
|
6089
6117
|
break;
|
|
@@ -6098,7 +6126,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6098
6126
|
);
|
|
6099
6127
|
break;
|
|
6100
6128
|
case c.rebateRefundSetting:
|
|
6101
|
-
o.result[u] =
|
|
6129
|
+
o.result[u] = Yi(
|
|
6102
6130
|
l
|
|
6103
6131
|
);
|
|
6104
6132
|
break;
|
|
@@ -6173,6 +6201,22 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6173
6201
|
l
|
|
6174
6202
|
);
|
|
6175
6203
|
break;
|
|
6204
|
+
case c.checkGoldEggValidate:
|
|
6205
|
+
o.result[u] = uu(
|
|
6206
|
+
l
|
|
6207
|
+
);
|
|
6208
|
+
break;
|
|
6209
|
+
case c.applyGoldEgg:
|
|
6210
|
+
o.result[u] = du(l);
|
|
6211
|
+
break;
|
|
6212
|
+
case c.checkGoldEggToken:
|
|
6213
|
+
o.result[u] = cu(
|
|
6214
|
+
l
|
|
6215
|
+
);
|
|
6216
|
+
break;
|
|
6217
|
+
case c.getGoldEggData:
|
|
6218
|
+
o.result[u] = lu(l);
|
|
6219
|
+
break;
|
|
6176
6220
|
}
|
|
6177
6221
|
}
|
|
6178
6222
|
if (c.getIncentiveData in o.result && ((a = o.result) != null && a.getIncentiveData)) {
|
|
@@ -6194,14 +6238,14 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6194
6238
|
const u = o.result.vipStatus, {
|
|
6195
6239
|
current_grade_id: l,
|
|
6196
6240
|
current_deposit: w,
|
|
6197
|
-
current_turnover:
|
|
6241
|
+
current_turnover: G,
|
|
6198
6242
|
percentage: $
|
|
6199
6243
|
} = u, X = m.list.findIndex((N) => N.id === l);
|
|
6200
6244
|
for (let N = 0; N < m.list.length; N++) {
|
|
6201
6245
|
const K = m.list[N], q = m.list[N + 1];
|
|
6202
6246
|
let Z = "0", H = "0", J = 0;
|
|
6203
6247
|
const Q = q === void 0 ? "0.00" : q.deposit.total, me = q === void 0 ? "0.00" : q.turnover.total;
|
|
6204
|
-
N === X ? (Z = `${Math.min(Number(w), Number(Q))}`, H = `${Math.min(Number(
|
|
6248
|
+
N === X ? (Z = `${Math.min(Number(w), Number(Q))}`, H = `${Math.min(Number(G), Number(me))}`, J = $) : N < X ? (Z = K.deposit.total, H = K.turnover.total, J = 1) : N > X && (Z = "0.00", H = "0.00", J = 0), m.list[N] = {
|
|
6205
6249
|
...K,
|
|
6206
6250
|
is_current_level: N === X,
|
|
6207
6251
|
deposit: {
|
|
@@ -6229,9 +6273,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6229
6273
|
current: l,
|
|
6230
6274
|
percentage: w > 100 ? 100 : w
|
|
6231
6275
|
}, m.bonus.week.status = u.week.status;
|
|
6232
|
-
const { weekRemainingTime:
|
|
6276
|
+
const { weekRemainingTime: G, weekProgressPercentage: $ } = is();
|
|
6233
6277
|
m.bonus.week.timestamp = {
|
|
6234
|
-
current:
|
|
6278
|
+
current: G,
|
|
6235
6279
|
percentage: $ > 100 ? 100 : $
|
|
6236
6280
|
}, m.bonus.month.status = u.month.status;
|
|
6237
6281
|
const { monthRemainingTime: X, monthProgressPercentage: N } = os();
|
|
@@ -6273,11 +6317,11 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6273
6317
|
code: "",
|
|
6274
6318
|
value: m.list.map((g) => g.benefit_list.upgrade.bonus)
|
|
6275
6319
|
});
|
|
6276
|
-
const
|
|
6320
|
+
const G = u.findIndex(
|
|
6277
6321
|
(g) => g.fieldName == "upgrade_bonus_multiply"
|
|
6278
6322
|
);
|
|
6279
|
-
|
|
6280
|
-
name: u[
|
|
6323
|
+
G > -1 && l.push({
|
|
6324
|
+
name: u[G].showName,
|
|
6281
6325
|
code: "",
|
|
6282
6326
|
value: m.list.map((g) => g.benefit_list.upgrade.turnover)
|
|
6283
6327
|
});
|
|
@@ -6399,11 +6443,11 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6399
6443
|
code: "",
|
|
6400
6444
|
value: m.list.map((g) => g.benefit_list.salary_20th.bonus)
|
|
6401
6445
|
});
|
|
6402
|
-
const
|
|
6446
|
+
const Ge = u.findIndex(
|
|
6403
6447
|
(g) => g.fieldName == "salary_bonus_multiply_20th"
|
|
6404
6448
|
);
|
|
6405
|
-
|
|
6406
|
-
name: u[
|
|
6449
|
+
Ge > -1 && l.push({
|
|
6450
|
+
name: u[Ge].showName,
|
|
6407
6451
|
code: "",
|
|
6408
6452
|
value: m.list.map((g) => g.benefit_list.salary_20th.turnover)
|
|
6409
6453
|
}), (v === 1 || v === 3 || v === 4) && l.push({
|
|
@@ -6424,14 +6468,14 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6424
6468
|
const m = (h = o.result) == null ? void 0 : h.getRewardReferral;
|
|
6425
6469
|
let v = 0, u = 0;
|
|
6426
6470
|
if (c.getTurnOverRewardData in o.result && ((b = o.result) != null && b.getTurnOverRewardData)) {
|
|
6427
|
-
const l = (
|
|
6471
|
+
const l = (D = o.result) == null ? void 0 : D.getTurnOverRewardData;
|
|
6428
6472
|
v += Number(l.totalReward), u += Number(l.unclaimReward), m.turnOverRewardData = l, delete o.result.getTurnOverRewardData;
|
|
6429
6473
|
}
|
|
6430
6474
|
if (c.getInviteRewardData in o.result && ((_ = o.result) != null && _.getInviteRewardData)) {
|
|
6431
6475
|
const l = (p = o.result) == null ? void 0 : p.getInviteRewardData;
|
|
6432
6476
|
v += Number(l.totalReward), u += Number(l.unclaimReward), m.inviteRewardData = l, delete o.result.getInviteRewardData;
|
|
6433
6477
|
}
|
|
6434
|
-
if (c.getTopupRewardData in o.result && ((
|
|
6478
|
+
if (c.getTopupRewardData in o.result && ((k = o.result) != null && k.getTopupRewardData)) {
|
|
6435
6479
|
const l = (C = o.result) == null ? void 0 : C.getTopupRewardData;
|
|
6436
6480
|
v += Number(l.totalReward), u += Number(l.unclaimReward), m.topupRewardData = l, delete o.result.getTopupRewardData;
|
|
6437
6481
|
}
|
|
@@ -6454,7 +6498,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6454
6498
|
}
|
|
6455
6499
|
if (c.searchGameByName in o.result && ((I = o.result) != null && I.searchGameByName)) {
|
|
6456
6500
|
const m = o.result.searchGameByName;
|
|
6457
|
-
if (JSON.parse(e[we].query).pid && c.getPlatformTurnoverRate in o.result && (
|
|
6501
|
+
if (JSON.parse(e[we].query).pid && c.getPlatformTurnoverRate in o.result && (M = o.result) != null && M.getPlatformTurnoverRate) {
|
|
6458
6502
|
const v = o.result.getPlatformTurnoverRate;
|
|
6459
6503
|
o.result.searchGameByName = m.gameList.data.map(
|
|
6460
6504
|
(u) => {
|
|
@@ -6471,7 +6515,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6471
6515
|
}
|
|
6472
6516
|
if (c.fishGameList in o.result && ((T = o.result) != null && T.fishGameList)) {
|
|
6473
6517
|
const m = o.result.fishGameList;
|
|
6474
|
-
if (JSON.parse(e[
|
|
6518
|
+
if (JSON.parse(e[De].query).pid && c.getPlatformTurnoverRate in o.result && (O = o.result) != null && O.getPlatformTurnoverRate) {
|
|
6475
6519
|
const v = o.result.getPlatformTurnoverRate;
|
|
6476
6520
|
o.result.fishGameList = m.data.map((u) => {
|
|
6477
6521
|
const l = v.find(
|
|
@@ -6486,11 +6530,11 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6486
6530
|
}
|
|
6487
6531
|
if (c.paymentsProvider in o.result && o.result.paymentsProvider) {
|
|
6488
6532
|
const m = o.result.paymentsProvider;
|
|
6489
|
-
if (c.cmsList in o.result && ((
|
|
6533
|
+
if (c.cmsList in o.result && ((Y = o.result) != null && Y.cmsList)) {
|
|
6490
6534
|
const v = o.result.cmsList;
|
|
6491
6535
|
o.result.paymentsProvider = m.map((u) => (u.paymentList.map((l) => {
|
|
6492
6536
|
const w = v.depositHint.find(
|
|
6493
|
-
(
|
|
6537
|
+
(G) => G.path === `/member/deposit/${l.pathName}`
|
|
6494
6538
|
);
|
|
6495
6539
|
l.hintMsg = (w == null ? void 0 : w.content) ?? "";
|
|
6496
6540
|
}), u)), delete o.result.cmsList;
|
|
@@ -6498,24 +6542,24 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6498
6542
|
}
|
|
6499
6543
|
if (c.gameList in o.result && ((le = o.result) != null && le.gameList)) {
|
|
6500
6544
|
const m = o.result.gameList;
|
|
6501
|
-
if (JSON.parse(e[
|
|
6545
|
+
if (JSON.parse(e[Pe].query).pid) {
|
|
6502
6546
|
const v = m.platformGame.map((u) => u.list.filter((l) => l.flag.trial && !u.nextPage).map((l) => l));
|
|
6503
6547
|
if (m.trialGameList = v.flat(), c.getPlatformTurnoverRate in o.result && ((se = o.result) != null && se.getPlatformTurnoverRate)) {
|
|
6504
6548
|
const u = o.result.getPlatformTurnoverRate;
|
|
6505
6549
|
m.platformGame = m.platformGame.map((l) => ({
|
|
6506
6550
|
...l,
|
|
6507
6551
|
list: l.list.map((w) => {
|
|
6508
|
-
const
|
|
6552
|
+
const G = u.find(
|
|
6509
6553
|
($) => $.id === w.platformId
|
|
6510
6554
|
);
|
|
6511
6555
|
return {
|
|
6512
6556
|
...w,
|
|
6513
|
-
rate: (
|
|
6557
|
+
rate: (G == null ? void 0 : G.percentage) ?? "0.00"
|
|
6514
6558
|
};
|
|
6515
6559
|
})
|
|
6516
6560
|
})), m.platformGameList.data = m.platformGameList.data.map((l) => {
|
|
6517
6561
|
const w = u.find(
|
|
6518
|
-
(
|
|
6562
|
+
(G) => G.id === l.platformId
|
|
6519
6563
|
);
|
|
6520
6564
|
return {
|
|
6521
6565
|
...l,
|
|
@@ -6523,7 +6567,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6523
6567
|
};
|
|
6524
6568
|
}), m.specialGameList.data = m.specialGameList.data.map((l) => {
|
|
6525
6569
|
const w = u.find(
|
|
6526
|
-
(
|
|
6570
|
+
(G) => G.id === l.platformId
|
|
6527
6571
|
);
|
|
6528
6572
|
return {
|
|
6529
6573
|
...l,
|
|
@@ -6531,7 +6575,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6531
6575
|
};
|
|
6532
6576
|
}), m.trialGameList = m.trialGameList.map((l) => {
|
|
6533
6577
|
const w = u.find(
|
|
6534
|
-
(
|
|
6578
|
+
(G) => G.id === l.platformId
|
|
6535
6579
|
);
|
|
6536
6580
|
return {
|
|
6537
6581
|
...l,
|
|
@@ -6565,10 +6609,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6565
6609
|
result: {}
|
|
6566
6610
|
});
|
|
6567
6611
|
}
|
|
6568
|
-
},
|
|
6612
|
+
}, gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6569
6613
|
__proto__: null,
|
|
6570
|
-
post:
|
|
6571
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6614
|
+
post: mu
|
|
6615
|
+
}, Symbol.toStringTag, { value: "Module" })), fu = async (e) => {
|
|
6572
6616
|
let a = {
|
|
6573
6617
|
status: 200,
|
|
6574
6618
|
message: ""
|
|
@@ -6585,10 +6629,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6585
6629
|
};
|
|
6586
6630
|
}
|
|
6587
6631
|
return a;
|
|
6588
|
-
},
|
|
6632
|
+
}, pu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6589
6633
|
__proto__: null,
|
|
6590
|
-
call:
|
|
6591
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6634
|
+
call: fu
|
|
6635
|
+
}, Symbol.toStringTag, { value: "Module" })), bu = async (e, a) => {
|
|
6592
6636
|
let t = {
|
|
6593
6637
|
status: 200,
|
|
6594
6638
|
message: ""
|
|
@@ -6608,9 +6652,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6608
6652
|
};
|
|
6609
6653
|
}
|
|
6610
6654
|
return t;
|
|
6611
|
-
},
|
|
6655
|
+
}, yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6612
6656
|
__proto__: null,
|
|
6613
|
-
call:
|
|
6657
|
+
call: bu
|
|
6614
6658
|
}, Symbol.toStringTag, { value: "Module" })), At = {
|
|
6615
6659
|
data: {
|
|
6616
6660
|
startTimestamp: 0,
|
|
@@ -6618,7 +6662,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6618
6662
|
dailyIncrease: 0,
|
|
6619
6663
|
updateInterval: 0
|
|
6620
6664
|
}
|
|
6621
|
-
},
|
|
6665
|
+
}, hu = async () => {
|
|
6622
6666
|
let e = {
|
|
6623
6667
|
status: 200,
|
|
6624
6668
|
message: "",
|
|
@@ -6640,10 +6684,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6640
6684
|
};
|
|
6641
6685
|
}
|
|
6642
6686
|
return e;
|
|
6643
|
-
},
|
|
6687
|
+
}, _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6644
6688
|
__proto__: null,
|
|
6645
|
-
call:
|
|
6646
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6689
|
+
call: hu
|
|
6690
|
+
}, Symbol.toStringTag, { value: "Module" })), Tu = async () => {
|
|
6647
6691
|
let e = {
|
|
6648
6692
|
status: 200,
|
|
6649
6693
|
message: ""
|
|
@@ -6657,9 +6701,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6657
6701
|
};
|
|
6658
6702
|
}
|
|
6659
6703
|
return e;
|
|
6660
|
-
},
|
|
6704
|
+
}, vu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6661
6705
|
__proto__: null,
|
|
6662
|
-
call:
|
|
6706
|
+
call: Tu
|
|
6663
6707
|
}, Symbol.toStringTag, { value: "Module" })), Qt = {
|
|
6664
6708
|
data: {
|
|
6665
6709
|
status: !1,
|
|
@@ -6670,7 +6714,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6670
6714
|
accountId: 0
|
|
6671
6715
|
}
|
|
6672
6716
|
}
|
|
6673
|
-
},
|
|
6717
|
+
}, wu = async () => {
|
|
6674
6718
|
let e = {
|
|
6675
6719
|
status: 200,
|
|
6676
6720
|
message: "",
|
|
@@ -6695,15 +6739,15 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6695
6739
|
};
|
|
6696
6740
|
}
|
|
6697
6741
|
return e;
|
|
6698
|
-
},
|
|
6742
|
+
}, Du = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6699
6743
|
__proto__: null,
|
|
6700
|
-
call:
|
|
6744
|
+
call: wu
|
|
6701
6745
|
}, Symbol.toStringTag, { value: "Module" })), Xt = {
|
|
6702
6746
|
data: {
|
|
6703
6747
|
status: !1,
|
|
6704
6748
|
message: ""
|
|
6705
6749
|
}
|
|
6706
|
-
},
|
|
6750
|
+
}, Pu = async (e, a) => {
|
|
6707
6751
|
let t = {
|
|
6708
6752
|
status: 200,
|
|
6709
6753
|
message: "",
|
|
@@ -6728,10 +6772,10 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6728
6772
|
};
|
|
6729
6773
|
}
|
|
6730
6774
|
return t;
|
|
6731
|
-
},
|
|
6775
|
+
}, Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6732
6776
|
__proto__: null,
|
|
6733
|
-
call:
|
|
6734
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6777
|
+
call: Pu
|
|
6778
|
+
}, Symbol.toStringTag, { value: "Module" })), Ou = async (e, a, t, n, r) => {
|
|
6735
6779
|
let s = {
|
|
6736
6780
|
status: 200,
|
|
6737
6781
|
message: "",
|
|
@@ -6769,9 +6813,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6769
6813
|
};
|
|
6770
6814
|
}
|
|
6771
6815
|
return s;
|
|
6772
|
-
},
|
|
6816
|
+
}, xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6773
6817
|
__proto__: null,
|
|
6774
|
-
call:
|
|
6818
|
+
call: Ou
|
|
6775
6819
|
}, Symbol.toStringTag, { value: "Module" })), Zt = {
|
|
6776
6820
|
data: {
|
|
6777
6821
|
status: !1,
|
|
@@ -6782,7 +6826,7 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6782
6826
|
endTime: ""
|
|
6783
6827
|
}
|
|
6784
6828
|
}
|
|
6785
|
-
},
|
|
6829
|
+
}, ku = async () => {
|
|
6786
6830
|
var a, t, n;
|
|
6787
6831
|
let e = {
|
|
6788
6832
|
status: 200,
|
|
@@ -6808,17 +6852,9 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6808
6852
|
};
|
|
6809
6853
|
}
|
|
6810
6854
|
return e;
|
|
6811
|
-
},
|
|
6855
|
+
}, Mu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6812
6856
|
__proto__: null,
|
|
6813
|
-
call:
|
|
6814
|
-
}, Symbol.toStringTag, { value: "Module" })), xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6815
|
-
__proto__: null
|
|
6816
|
-
}, Symbol.toStringTag, { value: "Module" })), Ou = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6817
|
-
__proto__: null
|
|
6818
|
-
}, Symbol.toStringTag, { value: "Module" })), Mu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6819
|
-
__proto__: null
|
|
6820
|
-
}, Symbol.toStringTag, { value: "Module" })), ku = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6821
|
-
__proto__: null
|
|
6857
|
+
call: ku
|
|
6822
6858
|
}, Symbol.toStringTag, { value: "Module" })), Su = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6823
6859
|
__proto__: null
|
|
6824
6860
|
}, Symbol.toStringTag, { value: "Module" })), Iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6831,18 +6867,18 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6831
6867
|
__proto__: null
|
|
6832
6868
|
}, Symbol.toStringTag, { value: "Module" })), Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6833
6869
|
__proto__: null
|
|
6834
|
-
}, Symbol.toStringTag, { value: "Module" })), Fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6835
|
-
__proto__: null
|
|
6836
6870
|
}, Symbol.toStringTag, { value: "Module" })), Gu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6837
6871
|
__proto__: null
|
|
6872
|
+
}, Symbol.toStringTag, { value: "Module" })), Fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6873
|
+
__proto__: null
|
|
6838
6874
|
}, Symbol.toStringTag, { value: "Module" })), zu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6839
6875
|
__proto__: null
|
|
6840
6876
|
}, Symbol.toStringTag, { value: "Module" })), Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6841
6877
|
__proto__: null
|
|
6842
|
-
}, Symbol.toStringTag, { value: "Module" })), Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6843
|
-
__proto__: null
|
|
6844
6878
|
}, Symbol.toStringTag, { value: "Module" })), Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6845
6879
|
__proto__: null
|
|
6880
|
+
}, Symbol.toStringTag, { value: "Module" })), Yu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6881
|
+
__proto__: null
|
|
6846
6882
|
}, Symbol.toStringTag, { value: "Module" })), qu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6847
6883
|
__proto__: null
|
|
6848
6884
|
}, Symbol.toStringTag, { value: "Module" })), Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6885,29 +6921,29 @@ const ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6885
6921
|
__proto__: null
|
|
6886
6922
|
}, Symbol.toStringTag, { value: "Module" })), ul = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6887
6923
|
__proto__: null
|
|
6888
|
-
}, Symbol.toStringTag, { value: "Module" })), Jt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6889
|
-
__proto__: null
|
|
6890
|
-
}, Symbol.toStringTag, { value: "Module" })), Kt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6891
|
-
__proto__: null
|
|
6892
6924
|
}, Symbol.toStringTag, { value: "Module" })), ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6893
6925
|
__proto__: null
|
|
6894
6926
|
}, Symbol.toStringTag, { value: "Module" })), cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6895
6927
|
__proto__: null
|
|
6896
6928
|
}, Symbol.toStringTag, { value: "Module" })), dl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6897
6929
|
__proto__: null
|
|
6898
|
-
}, Symbol.toStringTag, { value: "Module" }))
|
|
6899
|
-
|
|
6900
|
-
|
|
6901
|
-
__proto__: null
|
|
6902
|
-
|
|
6930
|
+
}, Symbol.toStringTag, { value: "Module" })), ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6931
|
+
__proto__: null
|
|
6932
|
+
}, Symbol.toStringTag, { value: "Module" })), Jt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6933
|
+
__proto__: null
|
|
6934
|
+
}, Symbol.toStringTag, { value: "Module" })), Kt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6935
|
+
__proto__: null
|
|
6903
6936
|
}, Symbol.toStringTag, { value: "Module" })), gl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6904
6937
|
__proto__: null
|
|
6905
6938
|
}, Symbol.toStringTag, { value: "Module" })), fl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6906
6939
|
__proto__: null
|
|
6907
6940
|
}, Symbol.toStringTag, { value: "Module" })), pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6908
6941
|
__proto__: null
|
|
6909
|
-
}, Symbol.toStringTag, { value: "Module" }))
|
|
6910
|
-
|
|
6942
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
6943
|
+
var ha = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ha || {});
|
|
6944
|
+
const bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6945
|
+
__proto__: null,
|
|
6946
|
+
ImageCategory: ha
|
|
6911
6947
|
}, Symbol.toStringTag, { value: "Module" })), yl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6912
6948
|
__proto__: null
|
|
6913
6949
|
}, Symbol.toStringTag, { value: "Module" })), hl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6920,20 +6956,20 @@ const ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6920
6956
|
__proto__: null
|
|
6921
6957
|
}, Symbol.toStringTag, { value: "Module" })), wl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6922
6958
|
__proto__: null
|
|
6923
|
-
}, Symbol.toStringTag, { value: "Module" })), Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6924
|
-
__proto__: null
|
|
6925
6959
|
}, Symbol.toStringTag, { value: "Module" })), Dl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6926
6960
|
__proto__: null
|
|
6927
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6961
|
+
}, Symbol.toStringTag, { value: "Module" })), Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6928
6962
|
__proto__: null
|
|
6929
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6963
|
+
}, Symbol.toStringTag, { value: "Module" })), Rl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6930
6964
|
__proto__: null
|
|
6931
6965
|
}, Symbol.toStringTag, { value: "Module" })), Ol = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6932
6966
|
__proto__: null
|
|
6933
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6967
|
+
}, Symbol.toStringTag, { value: "Module" })), xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6934
6968
|
__proto__: null
|
|
6935
6969
|
}, Symbol.toStringTag, { value: "Module" })), kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6936
6970
|
__proto__: null
|
|
6971
|
+
}, Symbol.toStringTag, { value: "Module" })), Ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6972
|
+
__proto__: null
|
|
6937
6973
|
}, Symbol.toStringTag, { value: "Module" })), Sl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6938
6974
|
__proto__: null
|
|
6939
6975
|
}, Symbol.toStringTag, { value: "Module" })), Il = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6946,18 +6982,18 @@ const ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6946
6982
|
__proto__: null
|
|
6947
6983
|
}, Symbol.toStringTag, { value: "Module" })), Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6948
6984
|
__proto__: null
|
|
6949
|
-
}, Symbol.toStringTag, { value: "Module" })), Fl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6950
|
-
__proto__: null
|
|
6951
6985
|
}, Symbol.toStringTag, { value: "Module" })), Gl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6952
6986
|
__proto__: null
|
|
6987
|
+
}, Symbol.toStringTag, { value: "Module" })), Fl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6988
|
+
__proto__: null
|
|
6953
6989
|
}, Symbol.toStringTag, { value: "Module" })), zl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6954
6990
|
__proto__: null
|
|
6955
6991
|
}, Symbol.toStringTag, { value: "Module" })), Wl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6956
6992
|
__proto__: null
|
|
6957
|
-
}, Symbol.toStringTag, { value: "Module" })), Yl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6958
|
-
__proto__: null
|
|
6959
6993
|
}, Symbol.toStringTag, { value: "Module" })), El = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6960
6994
|
__proto__: null
|
|
6995
|
+
}, Symbol.toStringTag, { value: "Module" })), Yl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6996
|
+
__proto__: null
|
|
6961
6997
|
}, Symbol.toStringTag, { value: "Module" })), ql = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6962
6998
|
__proto__: null
|
|
6963
6999
|
}, Symbol.toStringTag, { value: "Module" })), Hl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -7028,20 +7064,20 @@ const ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7028
7064
|
__proto__: null
|
|
7029
7065
|
}, Symbol.toStringTag, { value: "Module" })), wc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7030
7066
|
__proto__: null
|
|
7031
|
-
}, Symbol.toStringTag, { value: "Module" })), Pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7032
|
-
__proto__: null
|
|
7033
7067
|
}, Symbol.toStringTag, { value: "Module" })), Dc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7034
7068
|
__proto__: null
|
|
7035
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7069
|
+
}, Symbol.toStringTag, { value: "Module" })), Pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7036
7070
|
__proto__: null
|
|
7037
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7071
|
+
}, Symbol.toStringTag, { value: "Module" })), Rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7038
7072
|
__proto__: null
|
|
7039
7073
|
}, Symbol.toStringTag, { value: "Module" })), Oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7040
7074
|
__proto__: null
|
|
7041
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7075
|
+
}, Symbol.toStringTag, { value: "Module" })), xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7042
7076
|
__proto__: null
|
|
7043
7077
|
}, Symbol.toStringTag, { value: "Module" })), kc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7044
7078
|
__proto__: null
|
|
7079
|
+
}, Symbol.toStringTag, { value: "Module" })), Mc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7080
|
+
__proto__: null
|
|
7045
7081
|
}, Symbol.toStringTag, { value: "Module" })), Sc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7046
7082
|
__proto__: null
|
|
7047
7083
|
}, Symbol.toStringTag, { value: "Module" })), Ic = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -7050,286 +7086,310 @@ const ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7050
7086
|
__proto__: null
|
|
7051
7087
|
}, Symbol.toStringTag, { value: "Module" })), Cc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7052
7088
|
__proto__: null
|
|
7053
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7054
|
-
|
|
7089
|
+
}, Symbol.toStringTag, { value: "Module" })), Nc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7090
|
+
__proto__: null
|
|
7091
|
+
}, Symbol.toStringTag, { value: "Module" })), Lc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7092
|
+
__proto__: null
|
|
7093
|
+
}, Symbol.toStringTag, { value: "Module" })), Gc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7094
|
+
__proto__: null
|
|
7095
|
+
}, Symbol.toStringTag, { value: "Module" })), Fc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7096
|
+
__proto__: null
|
|
7097
|
+
}, Symbol.toStringTag, { value: "Module" })), zc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7098
|
+
__proto__: null
|
|
7099
|
+
}, Symbol.toStringTag, { value: "Module" })), Wc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7100
|
+
__proto__: null
|
|
7101
|
+
}, Symbol.toStringTag, { value: "Module" })), Ec = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7102
|
+
__proto__: null
|
|
7103
|
+
}, Symbol.toStringTag, { value: "Module" })), Yc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7104
|
+
__proto__: null
|
|
7105
|
+
}, Symbol.toStringTag, { value: "Module" })), Bc = {
|
|
7106
|
+
api: gu,
|
|
7055
7107
|
config: wa,
|
|
7056
|
-
telegramLoginApi:
|
|
7057
|
-
loginApi:
|
|
7058
|
-
jackpotDataApi:
|
|
7059
|
-
logoutApi:
|
|
7060
|
-
autoRegisterApi:
|
|
7061
|
-
setLocaleApi:
|
|
7062
|
-
loadMatchApi:
|
|
7063
|
-
getMaintenanceModeApi:
|
|
7108
|
+
telegramLoginApi: pu,
|
|
7109
|
+
loginApi: yu,
|
|
7110
|
+
jackpotDataApi: _u,
|
|
7111
|
+
logoutApi: vu,
|
|
7112
|
+
autoRegisterApi: Du,
|
|
7113
|
+
setLocaleApi: Ru,
|
|
7114
|
+
loadMatchApi: xu,
|
|
7115
|
+
getMaintenanceModeApi: Mu,
|
|
7064
7116
|
apiType: ps,
|
|
7065
|
-
loginType:
|
|
7066
|
-
logoutType:
|
|
7067
|
-
announcementType:
|
|
7117
|
+
loginType: Su,
|
|
7118
|
+
logoutType: Iu,
|
|
7119
|
+
announcementType: ju,
|
|
7068
7120
|
paymentsProviderType: bs,
|
|
7069
|
-
gameListType:
|
|
7070
|
-
vipListType:
|
|
7071
|
-
promotionType:
|
|
7121
|
+
gameListType: Cu,
|
|
7122
|
+
vipListType: Nu,
|
|
7123
|
+
promotionType: Lu,
|
|
7072
7124
|
cmsListType: nu,
|
|
7073
|
-
mainWalletType:
|
|
7074
|
-
upcomingMatchType:
|
|
7075
|
-
depositType:
|
|
7076
|
-
applyVipBonusType:
|
|
7077
|
-
withdrawalGetType:
|
|
7078
|
-
addBankCardType:
|
|
7079
|
-
withdrawType:
|
|
7125
|
+
mainWalletType: Gu,
|
|
7126
|
+
upcomingMatchType: Fu,
|
|
7127
|
+
depositType: zu,
|
|
7128
|
+
applyVipBonusType: Wu,
|
|
7129
|
+
withdrawalGetType: Eu,
|
|
7130
|
+
addBankCardType: Yu,
|
|
7131
|
+
withdrawType: qu,
|
|
7080
7132
|
getSettingType: yi,
|
|
7081
7133
|
transactionReportType: Xs,
|
|
7082
|
-
changePasswordType:
|
|
7083
|
-
walletType:
|
|
7084
|
-
getEventListType:
|
|
7085
|
-
getEventTokenType:
|
|
7086
|
-
getExtraGameType:
|
|
7087
|
-
mailBoxType:
|
|
7088
|
-
fishGameListType:
|
|
7089
|
-
slotGameListType:
|
|
7090
|
-
getTurnOverRewardDataType:
|
|
7091
|
-
getTurnOverRewardReportType:
|
|
7092
|
-
getInviteRewardDataType:
|
|
7093
|
-
getInviteRewardReportType:
|
|
7094
|
-
getTopupRewardDataType:
|
|
7095
|
-
getTopupRewardReportType:
|
|
7096
|
-
getRewardReferralType:
|
|
7097
|
-
getDepositPromotionType:
|
|
7098
|
-
getInviteRewardClaimType:
|
|
7099
|
-
getTopUpRewardClaimType:
|
|
7100
|
-
getTurnOverRewardClaimType:
|
|
7101
|
-
getInviteRewardSettingType:
|
|
7102
|
-
getTopUpRewardSettingType:
|
|
7103
|
-
getTurnOverRewardSettingType:
|
|
7104
|
-
requestForgetPasswordType:
|
|
7105
|
-
submitForgetPasswordType:
|
|
7134
|
+
changePasswordType: Hu,
|
|
7135
|
+
walletType: Bu,
|
|
7136
|
+
getEventListType: $u,
|
|
7137
|
+
getEventTokenType: Uu,
|
|
7138
|
+
getExtraGameType: Vu,
|
|
7139
|
+
mailBoxType: Au,
|
|
7140
|
+
fishGameListType: Qu,
|
|
7141
|
+
slotGameListType: Xu,
|
|
7142
|
+
getTurnOverRewardDataType: Zu,
|
|
7143
|
+
getTurnOverRewardReportType: Ju,
|
|
7144
|
+
getInviteRewardDataType: Ku,
|
|
7145
|
+
getInviteRewardReportType: el,
|
|
7146
|
+
getTopupRewardDataType: tl,
|
|
7147
|
+
getTopupRewardReportType: al,
|
|
7148
|
+
getRewardReferralType: nl,
|
|
7149
|
+
getDepositPromotionType: rl,
|
|
7150
|
+
getInviteRewardClaimType: sl,
|
|
7151
|
+
getTopUpRewardClaimType: ol,
|
|
7152
|
+
getTurnOverRewardClaimType: il,
|
|
7153
|
+
getInviteRewardSettingType: ul,
|
|
7154
|
+
getTopUpRewardSettingType: ll,
|
|
7155
|
+
getTurnOverRewardSettingType: cl,
|
|
7156
|
+
requestForgetPasswordType: dl,
|
|
7157
|
+
submitForgetPasswordType: ml,
|
|
7106
7158
|
submitGiftCode: Jt,
|
|
7107
7159
|
playGame: Kt,
|
|
7108
|
-
requestUpdateMobileTacCode:
|
|
7109
|
-
submitUpdateMobileTacCode:
|
|
7110
|
-
getVerifyPromo:
|
|
7111
|
-
getImageType:
|
|
7112
|
-
getValidateType:
|
|
7113
|
-
updateProfilePictureType:
|
|
7114
|
-
readMailType:
|
|
7115
|
-
checkRedPacketValidateType:
|
|
7116
|
-
getUserProfileType:
|
|
7117
|
-
requestTacCodeType:
|
|
7118
|
-
getUsernameByReferType:
|
|
7119
|
-
applyPromoType:
|
|
7120
|
-
applySignInType:
|
|
7121
|
-
applyRedPacketType:
|
|
7122
|
-
getCountryType:
|
|
7160
|
+
requestUpdateMobileTacCode: gl,
|
|
7161
|
+
submitUpdateMobileTacCode: fl,
|
|
7162
|
+
getVerifyPromo: pl,
|
|
7163
|
+
getImageType: bl,
|
|
7164
|
+
getValidateType: yl,
|
|
7165
|
+
updateProfilePictureType: hl,
|
|
7166
|
+
readMailType: _l,
|
|
7167
|
+
checkRedPacketValidateType: Tl,
|
|
7168
|
+
getUserProfileType: vl,
|
|
7169
|
+
requestTacCodeType: wl,
|
|
7170
|
+
getUsernameByReferType: Dl,
|
|
7171
|
+
applyPromoType: Pl,
|
|
7172
|
+
applySignInType: Rl,
|
|
7173
|
+
applyRedPacketType: Ol,
|
|
7174
|
+
getCountryType: xl,
|
|
7123
7175
|
submitGiftCodeType: Jt,
|
|
7124
7176
|
playGameType: Kt,
|
|
7125
|
-
transferToMainType:
|
|
7126
|
-
transferProcessType:
|
|
7127
|
-
submitValidateType:
|
|
7128
|
-
checkTransferCreditType:
|
|
7129
|
-
friendListType:
|
|
7130
|
-
friendListEditType:
|
|
7131
|
-
getActivePPType:
|
|
7132
|
-
getActiveProductType:
|
|
7133
|
-
requestWithdrawTacType:
|
|
7134
|
-
requestWithdrawalCodeType:
|
|
7135
|
-
commissionWithdrawType:
|
|
7136
|
-
submitWithdrawalCodeType:
|
|
7137
|
-
submitCryptoAccountType:
|
|
7138
|
-
requestTransferMoneyType:
|
|
7139
|
-
submitTransferMoneyType:
|
|
7140
|
-
signInViewInfoType:
|
|
7141
|
-
signInRecordType:
|
|
7142
|
-
referralProfileType:
|
|
7143
|
-
referralMemberProfileType:
|
|
7144
|
-
registerActionType:
|
|
7177
|
+
transferToMainType: kl,
|
|
7178
|
+
transferProcessType: Ml,
|
|
7179
|
+
submitValidateType: Sl,
|
|
7180
|
+
checkTransferCreditType: Il,
|
|
7181
|
+
friendListType: jl,
|
|
7182
|
+
friendListEditType: Cl,
|
|
7183
|
+
getActivePPType: Nl,
|
|
7184
|
+
getActiveProductType: Ll,
|
|
7185
|
+
requestWithdrawTacType: Gl,
|
|
7186
|
+
requestWithdrawalCodeType: Fl,
|
|
7187
|
+
commissionWithdrawType: zl,
|
|
7188
|
+
submitWithdrawalCodeType: Wl,
|
|
7189
|
+
submitCryptoAccountType: El,
|
|
7190
|
+
requestTransferMoneyType: Yl,
|
|
7191
|
+
submitTransferMoneyType: ql,
|
|
7192
|
+
signInViewInfoType: Hl,
|
|
7193
|
+
signInRecordType: Bl,
|
|
7194
|
+
referralProfileType: $l,
|
|
7195
|
+
referralMemberProfileType: Ul,
|
|
7196
|
+
registerActionType: Vl,
|
|
7145
7197
|
transferReportType: si,
|
|
7146
|
-
agTransferCreditReportType:
|
|
7147
|
-
betReportType:
|
|
7148
|
-
getTwoFactorAuthenticateType:
|
|
7149
|
-
submitTwoFactorAuthenticateType:
|
|
7150
|
-
getUserDeviceListType:
|
|
7151
|
-
unbindUserDeviceType:
|
|
7152
|
-
searchNumberHistoryType:
|
|
7153
|
-
changeWithdrawalCodeType:
|
|
7154
|
-
checkRedPacketTokenType:
|
|
7155
|
-
submitWithdrawalAlipayType:
|
|
7156
|
-
applyReliefFund:
|
|
7157
|
-
getReliefFundData:
|
|
7158
|
-
getReliefFundReport:
|
|
7159
|
-
getWeekCardClaim:
|
|
7160
|
-
getWeekCardData:
|
|
7161
|
-
applyWeekCard:
|
|
7162
|
-
transferSettingType:
|
|
7163
|
-
transferType:
|
|
7164
|
-
claimIncentiveRebate:
|
|
7165
|
-
getIncentiveData:
|
|
7166
|
-
getIncentiveRebate:
|
|
7167
|
-
getMissionData:
|
|
7168
|
-
getMissionClaim:
|
|
7169
|
-
registerFormType:
|
|
7170
|
-
getFavouriteGameType:
|
|
7171
|
-
updateFavouriteGameType:
|
|
7172
|
-
requestForgetUsernameType:
|
|
7173
|
-
submitForgetUsernameType:
|
|
7174
|
-
getAccumulateDepositDataType:
|
|
7175
|
-
getAccumulateDepositClaimType:
|
|
7176
|
-
rebateRefundSettingType:
|
|
7177
|
-
getASCMatchCountType:
|
|
7178
|
-
updateDeviceTokenType:
|
|
7179
|
-
getCryptoListType:
|
|
7180
|
-
getCryptoAddressType:
|
|
7181
|
-
getPopoutItemType:
|
|
7182
|
-
getTurnOverRewardSettingMultType:
|
|
7183
|
-
interestIndexType:
|
|
7184
|
-
interestTransactionListType:
|
|
7185
|
-
interestTransferInType:
|
|
7186
|
-
interestTransferOutType:
|
|
7187
|
-
interestWalletInfoType:
|
|
7188
|
-
spinWheelType:
|
|
7189
|
-
getWheelDataType:
|
|
7190
|
-
getWheelTicketType:
|
|
7198
|
+
agTransferCreditReportType: Al,
|
|
7199
|
+
betReportType: Ql,
|
|
7200
|
+
getTwoFactorAuthenticateType: Xl,
|
|
7201
|
+
submitTwoFactorAuthenticateType: Zl,
|
|
7202
|
+
getUserDeviceListType: Jl,
|
|
7203
|
+
unbindUserDeviceType: Kl,
|
|
7204
|
+
searchNumberHistoryType: ec,
|
|
7205
|
+
changeWithdrawalCodeType: tc,
|
|
7206
|
+
checkRedPacketTokenType: ac,
|
|
7207
|
+
submitWithdrawalAlipayType: nc,
|
|
7208
|
+
applyReliefFund: rc,
|
|
7209
|
+
getReliefFundData: sc,
|
|
7210
|
+
getReliefFundReport: oc,
|
|
7211
|
+
getWeekCardClaim: ic,
|
|
7212
|
+
getWeekCardData: uc,
|
|
7213
|
+
applyWeekCard: lc,
|
|
7214
|
+
transferSettingType: cc,
|
|
7215
|
+
transferType: dc,
|
|
7216
|
+
claimIncentiveRebate: mc,
|
|
7217
|
+
getIncentiveData: gc,
|
|
7218
|
+
getIncentiveRebate: fc,
|
|
7219
|
+
getMissionData: Mi,
|
|
7220
|
+
getMissionClaim: pc,
|
|
7221
|
+
registerFormType: bc,
|
|
7222
|
+
getFavouriteGameType: yc,
|
|
7223
|
+
updateFavouriteGameType: hc,
|
|
7224
|
+
requestForgetUsernameType: _c,
|
|
7225
|
+
submitForgetUsernameType: Tc,
|
|
7226
|
+
getAccumulateDepositDataType: Fi,
|
|
7227
|
+
getAccumulateDepositClaimType: vc,
|
|
7228
|
+
rebateRefundSettingType: wc,
|
|
7229
|
+
getASCMatchCountType: Dc,
|
|
7230
|
+
updateDeviceTokenType: Pc,
|
|
7231
|
+
getCryptoListType: Rc,
|
|
7232
|
+
getCryptoAddressType: Oc,
|
|
7233
|
+
getPopoutItemType: xc,
|
|
7234
|
+
getTurnOverRewardSettingMultType: kc,
|
|
7235
|
+
interestIndexType: Mc,
|
|
7236
|
+
interestTransactionListType: Sc,
|
|
7237
|
+
interestTransferInType: Ic,
|
|
7238
|
+
interestTransferOutType: jc,
|
|
7239
|
+
interestWalletInfoType: Cc,
|
|
7240
|
+
spinWheelType: Nc,
|
|
7241
|
+
getWheelDataType: Lc,
|
|
7242
|
+
getWheelTicketType: Gc,
|
|
7191
7243
|
getWheelReportType: ru,
|
|
7192
|
-
getWeekCardAllDataType:
|
|
7244
|
+
getWeekCardAllDataType: Fc,
|
|
7245
|
+
applyGoldEggType: zc,
|
|
7246
|
+
checkGoldEggTokenType: Wc,
|
|
7247
|
+
checkGoldEggValidateType: Ec,
|
|
7248
|
+
getGoldEggDataType: Yc
|
|
7193
7249
|
};
|
|
7194
7250
|
export {
|
|
7195
|
-
|
|
7196
|
-
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
|
|
7251
|
+
Bc as Repository,
|
|
7252
|
+
Yu as addBankCardType,
|
|
7253
|
+
Al as agTransferCreditReportType,
|
|
7254
|
+
ju as announcementType,
|
|
7255
|
+
gu as api,
|
|
7200
7256
|
ps as apiType,
|
|
7201
|
-
|
|
7202
|
-
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
|
|
7210
|
-
|
|
7211
|
-
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
|
|
7257
|
+
zc as applyGoldEggType,
|
|
7258
|
+
Pl as applyPromoType,
|
|
7259
|
+
Ol as applyRedPacketType,
|
|
7260
|
+
rc as applyReliefFund,
|
|
7261
|
+
Rl as applySignInType,
|
|
7262
|
+
Wu as applyVipBonusType,
|
|
7263
|
+
lc as applyWeekCard,
|
|
7264
|
+
Du as autoRegisterApi,
|
|
7265
|
+
Ql as betReportType,
|
|
7266
|
+
Hu as changePasswordType,
|
|
7267
|
+
tc as changeWithdrawalCodeType,
|
|
7268
|
+
Wc as checkGoldEggTokenType,
|
|
7269
|
+
Ec as checkGoldEggValidateType,
|
|
7270
|
+
ac as checkRedPacketTokenType,
|
|
7271
|
+
Tl as checkRedPacketValidateType,
|
|
7272
|
+
Il as checkTransferCreditType,
|
|
7273
|
+
mc as claimIncentiveRebate,
|
|
7215
7274
|
nu as cmsListType,
|
|
7216
|
-
|
|
7275
|
+
zl as commissionWithdrawType,
|
|
7217
7276
|
wa as config,
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7277
|
+
zu as depositType,
|
|
7278
|
+
Qu as fishGameListType,
|
|
7279
|
+
Cl as friendListEditType,
|
|
7280
|
+
jl as friendListType,
|
|
7281
|
+
Cu as gameListType,
|
|
7282
|
+
Dc as getASCMatchCountType,
|
|
7283
|
+
vc as getAccumulateDepositClaimType,
|
|
7284
|
+
Fi as getAccumulateDepositDataType,
|
|
7285
|
+
Nl as getActivePPType,
|
|
7286
|
+
Ll as getActiveProductType,
|
|
7287
|
+
xl as getCountryType,
|
|
7288
|
+
Oc as getCryptoAddressType,
|
|
7289
|
+
Rc as getCryptoListType,
|
|
7290
|
+
rl as getDepositPromotionType,
|
|
7291
|
+
$u as getEventListType,
|
|
7292
|
+
Uu as getEventTokenType,
|
|
7293
|
+
Vu as getExtraGameType,
|
|
7294
|
+
yc as getFavouriteGameType,
|
|
7295
|
+
Yc as getGoldEggDataType,
|
|
7296
|
+
bl as getImageType,
|
|
7297
|
+
gc as getIncentiveData,
|
|
7298
|
+
fc as getIncentiveRebate,
|
|
7299
|
+
sl as getInviteRewardClaimType,
|
|
7300
|
+
Ku as getInviteRewardDataType,
|
|
7301
|
+
el as getInviteRewardReportType,
|
|
7302
|
+
ul as getInviteRewardSettingType,
|
|
7303
|
+
Mu as getMaintenanceModeApi,
|
|
7304
|
+
pc as getMissionClaim,
|
|
7305
|
+
Mi as getMissionData,
|
|
7306
|
+
xc as getPopoutItemType,
|
|
7307
|
+
sc as getReliefFundData,
|
|
7308
|
+
oc as getReliefFundReport,
|
|
7309
|
+
nl as getRewardReferralType,
|
|
7250
7310
|
yi as getSettingType,
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
|
|
7267
|
-
|
|
7268
|
-
|
|
7269
|
-
|
|
7311
|
+
ol as getTopUpRewardClaimType,
|
|
7312
|
+
ll as getTopUpRewardSettingType,
|
|
7313
|
+
tl as getTopupRewardDataType,
|
|
7314
|
+
al as getTopupRewardReportType,
|
|
7315
|
+
il as getTurnOverRewardClaimType,
|
|
7316
|
+
Zu as getTurnOverRewardDataType,
|
|
7317
|
+
Ju as getTurnOverRewardReportType,
|
|
7318
|
+
kc as getTurnOverRewardSettingMultType,
|
|
7319
|
+
cl as getTurnOverRewardSettingType,
|
|
7320
|
+
Xl as getTwoFactorAuthenticateType,
|
|
7321
|
+
Jl as getUserDeviceListType,
|
|
7322
|
+
vl as getUserProfileType,
|
|
7323
|
+
Dl as getUsernameByReferType,
|
|
7324
|
+
yl as getValidateType,
|
|
7325
|
+
pl as getVerifyPromo,
|
|
7326
|
+
Fc as getWeekCardAllDataType,
|
|
7327
|
+
ic as getWeekCardClaim,
|
|
7328
|
+
uc as getWeekCardData,
|
|
7329
|
+
Lc as getWheelDataType,
|
|
7270
7330
|
ru as getWheelReportType,
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7331
|
+
Gc as getWheelTicketType,
|
|
7332
|
+
Mc as interestIndexType,
|
|
7333
|
+
Sc as interestTransactionListType,
|
|
7334
|
+
Ic as interestTransferInType,
|
|
7335
|
+
jc as interestTransferOutType,
|
|
7336
|
+
Cc as interestWalletInfoType,
|
|
7337
|
+
_u as jackpotDataApi,
|
|
7338
|
+
xu as loadMatchApi,
|
|
7339
|
+
yu as loginApi,
|
|
7340
|
+
Su as loginType,
|
|
7341
|
+
vu as logoutApi,
|
|
7342
|
+
Iu as logoutType,
|
|
7343
|
+
Au as mailBoxType,
|
|
7344
|
+
Gu as mainWalletType,
|
|
7285
7345
|
bs as paymentsProviderType,
|
|
7286
7346
|
Kt as playGame,
|
|
7287
7347
|
Kt as playGameType,
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7302
|
-
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7307
|
-
|
|
7308
|
-
|
|
7309
|
-
|
|
7310
|
-
|
|
7348
|
+
Lu as promotionType,
|
|
7349
|
+
_l as readMailType,
|
|
7350
|
+
wc as rebateRefundSettingType,
|
|
7351
|
+
Ul as referralMemberProfileType,
|
|
7352
|
+
$l as referralProfileType,
|
|
7353
|
+
Vl as registerActionType,
|
|
7354
|
+
bc as registerFormType,
|
|
7355
|
+
dl as requestForgetPasswordType,
|
|
7356
|
+
_c as requestForgetUsernameType,
|
|
7357
|
+
wl as requestTacCodeType,
|
|
7358
|
+
Yl as requestTransferMoneyType,
|
|
7359
|
+
gl as requestUpdateMobileTacCode,
|
|
7360
|
+
Gl as requestWithdrawTacType,
|
|
7361
|
+
Fl as requestWithdrawalCodeType,
|
|
7362
|
+
ec as searchNumberHistoryType,
|
|
7363
|
+
Ru as setLocaleApi,
|
|
7364
|
+
Bl as signInRecordType,
|
|
7365
|
+
Hl as signInViewInfoType,
|
|
7366
|
+
Xu as slotGameListType,
|
|
7367
|
+
Nc as spinWheelType,
|
|
7368
|
+
El as submitCryptoAccountType,
|
|
7369
|
+
ml as submitForgetPasswordType,
|
|
7370
|
+
Tc as submitForgetUsernameType,
|
|
7311
7371
|
Jt as submitGiftCode,
|
|
7312
7372
|
Jt as submitGiftCodeType,
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
|
|
7317
|
-
|
|
7318
|
-
|
|
7319
|
-
|
|
7373
|
+
ql as submitTransferMoneyType,
|
|
7374
|
+
Zl as submitTwoFactorAuthenticateType,
|
|
7375
|
+
fl as submitUpdateMobileTacCode,
|
|
7376
|
+
Sl as submitValidateType,
|
|
7377
|
+
nc as submitWithdrawalAlipayType,
|
|
7378
|
+
Wl as submitWithdrawalCodeType,
|
|
7379
|
+
pu as telegramLoginApi,
|
|
7320
7380
|
Xs as transactionReportType,
|
|
7321
|
-
|
|
7381
|
+
Ml as transferProcessType,
|
|
7322
7382
|
si as transferReportType,
|
|
7323
|
-
|
|
7324
|
-
|
|
7325
|
-
|
|
7326
|
-
|
|
7327
|
-
|
|
7328
|
-
|
|
7329
|
-
|
|
7330
|
-
|
|
7331
|
-
|
|
7332
|
-
|
|
7333
|
-
|
|
7334
|
-
|
|
7383
|
+
cc as transferSettingType,
|
|
7384
|
+
kl as transferToMainType,
|
|
7385
|
+
dc as transferType,
|
|
7386
|
+
Kl as unbindUserDeviceType,
|
|
7387
|
+
Fu as upcomingMatchType,
|
|
7388
|
+
Pc as updateDeviceTokenType,
|
|
7389
|
+
hc as updateFavouriteGameType,
|
|
7390
|
+
hl as updateProfilePictureType,
|
|
7391
|
+
Nu as vipListType,
|
|
7392
|
+
Bu as walletType,
|
|
7393
|
+
qu as withdrawType,
|
|
7394
|
+
Eu as withdrawalGetType
|
|
7335
7395
|
};
|