60p82u21t54k 0.1.74 → 0.1.76
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 +774 -711
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/dist/model/cmsList/getCmsListResponse.d.ts +19 -0
- package/dist/model/cmsList/getCmsListResponse.d.ts.map +1 -1
- package/dist/model/cmsList/type.d.ts +7 -1
- package/dist/model/cmsList/type.d.ts.map +1 -1
- package/dist/model/getRewardReferral/getGetRewardReferralResponse.d.ts.map +1 -1
- package/dist/model/getRewardReferral/type.d.ts +10 -0
- package/dist/model/getRewardReferral/type.d.ts.map +1 -1
- package/dist/model/getTopupRewardData/getGetTopupRewardDataResponse.d.ts.map +1 -1
- package/dist/model/getTurnOverRewardData/getGetTurnOverRewardDataResponse.d.ts.map +1 -1
- package/dist/model/paymentsProvider/getPaymentsProviderResponse.d.ts.map +1 -1
- package/dist/model/paymentsProvider/type.d.ts +1 -0
- package/dist/model/paymentsProvider/type.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var fn = Object.defineProperty;
|
|
2
2
|
var gn = (e, n, t) => n in e ? fn(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
|
3
3
|
var h = (e, n, t) => gn(e, typeof n != "symbol" ? n + "" : n, t);
|
|
4
|
-
import
|
|
5
|
-
const ae =
|
|
4
|
+
import Ut from "axios";
|
|
5
|
+
const ae = Ut.create({
|
|
6
6
|
baseURL: "",
|
|
7
7
|
timeout: 15e3,
|
|
8
8
|
// Request timeout
|
|
@@ -62,49 +62,49 @@ ae.interceptors.response.use(
|
|
|
62
62
|
return e.response ? (n.status = e.response.status, n.message = e.response.data.message || e.response.statusText, console.error("Error response:", JSON.stringify(n)), e.response.status === 401 ? console.error("Unauthorized access - redirecting to login.") : e.response.status === 404 ? console.error("Resource not found.") : e.response.status >= 500 && console.error("Server error. Please try again later.")) : e.request ? console.error("No response received:", e.request) : console.error("Error setting up request:", e.message), Promise.reject(n);
|
|
63
63
|
}
|
|
64
64
|
);
|
|
65
|
-
let
|
|
65
|
+
let rt = {
|
|
66
66
|
timezone: -4,
|
|
67
67
|
currency: "¥",
|
|
68
68
|
language: "zh"
|
|
69
69
|
};
|
|
70
70
|
const pn = (e) => {
|
|
71
|
-
|
|
72
|
-
},
|
|
71
|
+
rt = { ...rt, ...e };
|
|
72
|
+
}, $t = () => rt, bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
73
73
|
__proto__: null,
|
|
74
|
-
getConfig:
|
|
74
|
+
getConfig: $t,
|
|
75
75
|
setConfig: pn
|
|
76
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
76
|
+
}, Symbol.toStringTag, { value: "Module" })), Vt = 6048e5, yn = 864e5, hn = 6e4, _n = 36e5, Tn = 1e3, ht = Symbol.for("constructDateFrom");
|
|
77
77
|
function Y(e, n) {
|
|
78
|
-
return typeof e == "function" ? e(n) : e && typeof e == "object" &&
|
|
78
|
+
return typeof e == "function" ? e(n) : e && typeof e == "object" && ht in e ? e[ht](n) : e instanceof Date ? new e.constructor(n) : new Date(n);
|
|
79
79
|
}
|
|
80
80
|
function W(e, n) {
|
|
81
81
|
return Y(n || e, e);
|
|
82
82
|
}
|
|
83
|
-
function
|
|
83
|
+
function At(e, n, t) {
|
|
84
84
|
const r = W(e, t == null ? void 0 : t.in);
|
|
85
85
|
return isNaN(n) ? Y((t == null ? void 0 : t.in) || e, NaN) : (n && r.setDate(r.getDate() + n), r);
|
|
86
86
|
}
|
|
87
87
|
let vn = {};
|
|
88
|
-
function
|
|
88
|
+
function Re() {
|
|
89
89
|
return vn;
|
|
90
90
|
}
|
|
91
|
-
function
|
|
91
|
+
function me(e, n) {
|
|
92
92
|
var d, g, f, y;
|
|
93
|
-
const t =
|
|
93
|
+
const t = Re(), r = (n == null ? void 0 : n.weekStartsOn) ?? ((g = (d = n == null ? void 0 : n.locale) == null ? void 0 : d.options) == null ? void 0 : g.weekStartsOn) ?? t.weekStartsOn ?? ((y = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : y.weekStartsOn) ?? 0, a = W(e, n == null ? void 0 : n.in), s = a.getDay(), o = (s < r ? 7 : 0) + s - r;
|
|
94
94
|
return a.setDate(a.getDate() - o), a.setHours(0, 0, 0, 0), a;
|
|
95
95
|
}
|
|
96
|
-
function
|
|
97
|
-
return
|
|
96
|
+
function xe(e, n) {
|
|
97
|
+
return me(e, { ...n, weekStartsOn: 1 });
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function Qt(e, n) {
|
|
100
100
|
const t = W(e, n == null ? void 0 : n.in), r = t.getFullYear(), a = Y(t, 0);
|
|
101
101
|
a.setFullYear(r + 1, 0, 4), a.setHours(0, 0, 0, 0);
|
|
102
|
-
const s =
|
|
102
|
+
const s = xe(a), o = Y(t, 0);
|
|
103
103
|
o.setFullYear(r, 0, 4), o.setHours(0, 0, 0, 0);
|
|
104
|
-
const d =
|
|
104
|
+
const d = xe(o);
|
|
105
105
|
return t.getTime() >= s.getTime() ? r + 1 : t.getTime() >= d.getTime() ? r : r - 1;
|
|
106
106
|
}
|
|
107
|
-
function
|
|
107
|
+
function Ge(e) {
|
|
108
108
|
const n = W(e), t = new Date(
|
|
109
109
|
Date.UTC(
|
|
110
110
|
n.getFullYear(),
|
|
@@ -125,33 +125,33 @@ function wn(e, ...n) {
|
|
|
125
125
|
);
|
|
126
126
|
return n.map(t);
|
|
127
127
|
}
|
|
128
|
-
function
|
|
128
|
+
function _t(e, n) {
|
|
129
129
|
const t = W(e, n == null ? void 0 : n.in);
|
|
130
130
|
return t.setHours(0, 0, 0, 0), t;
|
|
131
131
|
}
|
|
132
|
-
function
|
|
132
|
+
function Dn(e, n, t) {
|
|
133
133
|
const [r, a] = wn(
|
|
134
134
|
t == null ? void 0 : t.in,
|
|
135
135
|
e,
|
|
136
136
|
n
|
|
137
|
-
), s =
|
|
137
|
+
), s = _t(r), o = _t(a), d = +s - Ge(s), g = +o - Ge(o);
|
|
138
138
|
return Math.round((d - g) / yn);
|
|
139
139
|
}
|
|
140
140
|
function Pn(e, n) {
|
|
141
|
-
const t =
|
|
142
|
-
return r.setFullYear(t, 0, 4), r.setHours(0, 0, 0, 0),
|
|
141
|
+
const t = Qt(e, n), r = Y(e, 0);
|
|
142
|
+
return r.setFullYear(t, 0, 4), r.setHours(0, 0, 0, 0), xe(r);
|
|
143
143
|
}
|
|
144
|
-
function
|
|
144
|
+
function xn(e) {
|
|
145
145
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
146
146
|
}
|
|
147
|
-
function
|
|
148
|
-
return !(!
|
|
147
|
+
function Rn(e) {
|
|
148
|
+
return !(!xn(e) && typeof e != "number" || isNaN(+W(e)));
|
|
149
149
|
}
|
|
150
150
|
function On(e, n) {
|
|
151
151
|
const t = W(e, n == null ? void 0 : n.in);
|
|
152
152
|
return t.setFullYear(t.getFullYear(), 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
153
153
|
}
|
|
154
|
-
const
|
|
154
|
+
const Mn = {
|
|
155
155
|
lessThanXSeconds: {
|
|
156
156
|
one: "less than a second",
|
|
157
157
|
other: "less than {{count}} seconds"
|
|
@@ -215,10 +215,10 @@ const Rn = {
|
|
|
215
215
|
}
|
|
216
216
|
}, kn = (e, n, t) => {
|
|
217
217
|
let r;
|
|
218
|
-
const a =
|
|
218
|
+
const a = Mn[e];
|
|
219
219
|
return typeof a == "string" ? r = a : n === 1 ? r = a.one : r = a.other.replace("{{count}}", n.toString()), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? "in " + r : r + " ago" : r;
|
|
220
220
|
};
|
|
221
|
-
function
|
|
221
|
+
function Qe(e) {
|
|
222
222
|
return (n = {}) => {
|
|
223
223
|
const t = n.width ? String(n.width) : e.defaultWidth;
|
|
224
224
|
return e.formats[t] || e.formats[e.defaultWidth];
|
|
@@ -240,15 +240,15 @@ const Sn = {
|
|
|
240
240
|
medium: "{{date}}, {{time}}",
|
|
241
241
|
short: "{{date}}, {{time}}"
|
|
242
242
|
}, jn = {
|
|
243
|
-
date:
|
|
243
|
+
date: Qe({
|
|
244
244
|
formats: Sn,
|
|
245
245
|
defaultWidth: "full"
|
|
246
246
|
}),
|
|
247
|
-
time:
|
|
247
|
+
time: Qe({
|
|
248
248
|
formats: In,
|
|
249
249
|
defaultWidth: "full"
|
|
250
250
|
}),
|
|
251
|
-
dateTime:
|
|
251
|
+
dateTime: Qe({
|
|
252
252
|
formats: Cn,
|
|
253
253
|
defaultWidth: "full"
|
|
254
254
|
})
|
|
@@ -260,7 +260,7 @@ const Sn = {
|
|
|
260
260
|
nextWeek: "eeee 'at' p",
|
|
261
261
|
other: "P"
|
|
262
262
|
}, Ln = (e, n, t, r) => Nn[e];
|
|
263
|
-
function
|
|
263
|
+
function Ie(e) {
|
|
264
264
|
return (n, t) => {
|
|
265
265
|
const r = t != null && t.context ? String(t.context) : "standalone";
|
|
266
266
|
let a;
|
|
@@ -400,40 +400,40 @@ const Fn = {
|
|
|
400
400
|
return t + "rd";
|
|
401
401
|
}
|
|
402
402
|
return t + "th";
|
|
403
|
-
},
|
|
403
|
+
}, Hn = {
|
|
404
404
|
ordinalNumber: En,
|
|
405
|
-
era:
|
|
405
|
+
era: Ie({
|
|
406
406
|
values: Fn,
|
|
407
407
|
defaultWidth: "wide"
|
|
408
408
|
}),
|
|
409
|
-
quarter:
|
|
409
|
+
quarter: Ie({
|
|
410
410
|
values: zn,
|
|
411
411
|
defaultWidth: "wide",
|
|
412
412
|
argumentCallback: (e) => e - 1
|
|
413
413
|
}),
|
|
414
|
-
month:
|
|
414
|
+
month: Ie({
|
|
415
415
|
values: Gn,
|
|
416
416
|
defaultWidth: "wide"
|
|
417
417
|
}),
|
|
418
|
-
day:
|
|
418
|
+
day: Ie({
|
|
419
419
|
values: Wn,
|
|
420
420
|
defaultWidth: "wide"
|
|
421
421
|
}),
|
|
422
|
-
dayPeriod:
|
|
422
|
+
dayPeriod: Ie({
|
|
423
423
|
values: Yn,
|
|
424
424
|
defaultWidth: "wide",
|
|
425
425
|
formattingValues: qn,
|
|
426
426
|
defaultFormattingWidth: "wide"
|
|
427
427
|
})
|
|
428
428
|
};
|
|
429
|
-
function
|
|
429
|
+
function Ce(e) {
|
|
430
430
|
return (n, t = {}) => {
|
|
431
431
|
const r = t.width, a = r && e.matchPatterns[r] || e.matchPatterns[e.defaultMatchWidth], s = n.match(a);
|
|
432
432
|
if (!s)
|
|
433
433
|
return null;
|
|
434
|
-
const o = s[0], d = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], g = Array.isArray(d) ? Un(d, (
|
|
434
|
+
const o = s[0], d = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], g = Array.isArray(d) ? Un(d, (D) => D.test(o)) : (
|
|
435
435
|
// [TODO] -- I challenge you to fix the type
|
|
436
|
-
|
|
436
|
+
Bn(d, (D) => D.test(o))
|
|
437
437
|
);
|
|
438
438
|
let f;
|
|
439
439
|
f = e.valueCallback ? e.valueCallback(g) : g, f = t.valueCallback ? (
|
|
@@ -444,7 +444,7 @@ function Ie(e) {
|
|
|
444
444
|
return { value: f, rest: y };
|
|
445
445
|
};
|
|
446
446
|
}
|
|
447
|
-
function
|
|
447
|
+
function Bn(e, n) {
|
|
448
448
|
for (const t in e)
|
|
449
449
|
if (Object.prototype.hasOwnProperty.call(e, t) && n(e[t]))
|
|
450
450
|
return t;
|
|
@@ -539,43 +539,43 @@ const Vn = /^(\d+)(th|st|nd|rd)?/i, An = /\d+/i, Qn = {
|
|
|
539
539
|
parsePattern: An,
|
|
540
540
|
valueCallback: (e) => parseInt(e, 10)
|
|
541
541
|
}),
|
|
542
|
-
era:
|
|
542
|
+
era: Ce({
|
|
543
543
|
matchPatterns: Qn,
|
|
544
544
|
defaultMatchWidth: "wide",
|
|
545
545
|
parsePatterns: Xn,
|
|
546
546
|
defaultParseWidth: "any"
|
|
547
547
|
}),
|
|
548
|
-
quarter:
|
|
548
|
+
quarter: Ce({
|
|
549
549
|
matchPatterns: Zn,
|
|
550
550
|
defaultMatchWidth: "wide",
|
|
551
551
|
parsePatterns: Jn,
|
|
552
552
|
defaultParseWidth: "any",
|
|
553
553
|
valueCallback: (e) => e + 1
|
|
554
554
|
}),
|
|
555
|
-
month:
|
|
555
|
+
month: Ce({
|
|
556
556
|
matchPatterns: Kn,
|
|
557
557
|
defaultMatchWidth: "wide",
|
|
558
558
|
parsePatterns: er,
|
|
559
559
|
defaultParseWidth: "any"
|
|
560
560
|
}),
|
|
561
|
-
day:
|
|
561
|
+
day: Ce({
|
|
562
562
|
matchPatterns: tr,
|
|
563
563
|
defaultMatchWidth: "wide",
|
|
564
564
|
parsePatterns: nr,
|
|
565
565
|
defaultParseWidth: "any"
|
|
566
566
|
}),
|
|
567
|
-
dayPeriod:
|
|
567
|
+
dayPeriod: Ce({
|
|
568
568
|
matchPatterns: rr,
|
|
569
569
|
defaultMatchWidth: "any",
|
|
570
570
|
parsePatterns: ar,
|
|
571
571
|
defaultParseWidth: "any"
|
|
572
572
|
})
|
|
573
|
-
},
|
|
573
|
+
}, Xt = {
|
|
574
574
|
code: "en-US",
|
|
575
575
|
formatDistance: kn,
|
|
576
576
|
formatLong: jn,
|
|
577
577
|
formatRelative: Ln,
|
|
578
|
-
localize:
|
|
578
|
+
localize: Hn,
|
|
579
579
|
match: sr,
|
|
580
580
|
options: {
|
|
581
581
|
weekStartsOn: 0,
|
|
@@ -584,48 +584,48 @@ const Vn = /^(\d+)(th|st|nd|rd)?/i, An = /\d+/i, Qn = {
|
|
|
584
584
|
};
|
|
585
585
|
function or(e, n) {
|
|
586
586
|
const t = W(e, n == null ? void 0 : n.in);
|
|
587
|
-
return
|
|
587
|
+
return Dn(t, On(t)) + 1;
|
|
588
588
|
}
|
|
589
|
-
function
|
|
590
|
-
const t = W(e, n == null ? void 0 : n.in), r = +
|
|
591
|
-
return Math.round(r /
|
|
589
|
+
function Zt(e, n) {
|
|
590
|
+
const t = W(e, n == null ? void 0 : n.in), r = +xe(t) - +Pn(t);
|
|
591
|
+
return Math.round(r / Vt) + 1;
|
|
592
592
|
}
|
|
593
|
-
function
|
|
594
|
-
var y,
|
|
595
|
-
const t = W(e, n == null ? void 0 : n.in), r = t.getFullYear(), a =
|
|
593
|
+
function it(e, n) {
|
|
594
|
+
var y, D, _, p;
|
|
595
|
+
const t = W(e, n == null ? void 0 : n.in), r = t.getFullYear(), a = Re(), s = (n == null ? void 0 : n.firstWeekContainsDate) ?? ((D = (y = n == null ? void 0 : n.locale) == null ? void 0 : y.options) == null ? void 0 : D.firstWeekContainsDate) ?? a.firstWeekContainsDate ?? ((p = (_ = a.locale) == null ? void 0 : _.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, o = Y((n == null ? void 0 : n.in) || e, 0);
|
|
596
596
|
o.setFullYear(r + 1, 0, s), o.setHours(0, 0, 0, 0);
|
|
597
|
-
const d =
|
|
597
|
+
const d = me(o, n), g = Y((n == null ? void 0 : n.in) || e, 0);
|
|
598
598
|
g.setFullYear(r, 0, s), g.setHours(0, 0, 0, 0);
|
|
599
|
-
const f =
|
|
599
|
+
const f = me(g, n);
|
|
600
600
|
return +t >= +d ? r + 1 : +t >= +f ? r : r - 1;
|
|
601
601
|
}
|
|
602
602
|
function ir(e, n) {
|
|
603
603
|
var d, g, f, y;
|
|
604
|
-
const t =
|
|
605
|
-
return s.setFullYear(a, 0, r), s.setHours(0, 0, 0, 0),
|
|
604
|
+
const t = Re(), r = (n == null ? void 0 : n.firstWeekContainsDate) ?? ((g = (d = n == null ? void 0 : n.locale) == null ? void 0 : d.options) == null ? void 0 : g.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((y = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : y.firstWeekContainsDate) ?? 1, a = it(e, n), s = Y((n == null ? void 0 : n.in) || e, 0);
|
|
605
|
+
return s.setFullYear(a, 0, r), s.setHours(0, 0, 0, 0), me(s, n);
|
|
606
606
|
}
|
|
607
|
-
function
|
|
608
|
-
const t = W(e, n == null ? void 0 : n.in), r = +
|
|
609
|
-
return Math.round(r /
|
|
607
|
+
function Jt(e, n) {
|
|
608
|
+
const t = W(e, n == null ? void 0 : n.in), r = +me(t, n) - +ir(t, n);
|
|
609
|
+
return Math.round(r / Vt) + 1;
|
|
610
610
|
}
|
|
611
|
-
function
|
|
611
|
+
function M(e, n) {
|
|
612
612
|
const t = e < 0 ? "-" : "", r = Math.abs(e).toString().padStart(n, "0");
|
|
613
613
|
return t + r;
|
|
614
614
|
}
|
|
615
|
-
const
|
|
615
|
+
const de = {
|
|
616
616
|
// Year
|
|
617
617
|
y(e, n) {
|
|
618
618
|
const t = e.getFullYear(), r = t > 0 ? t : 1 - t;
|
|
619
|
-
return
|
|
619
|
+
return M(n === "yy" ? r % 100 : r, n.length);
|
|
620
620
|
},
|
|
621
621
|
// Month
|
|
622
622
|
M(e, n) {
|
|
623
623
|
const t = e.getMonth();
|
|
624
|
-
return n === "M" ? String(t + 1) :
|
|
624
|
+
return n === "M" ? String(t + 1) : M(t + 1, 2);
|
|
625
625
|
},
|
|
626
626
|
// Day of the month
|
|
627
627
|
d(e, n) {
|
|
628
|
-
return
|
|
628
|
+
return M(e.getDate(), n.length);
|
|
629
629
|
},
|
|
630
630
|
// AM or PM
|
|
631
631
|
a(e, n) {
|
|
@@ -645,28 +645,28 @@ const ce = {
|
|
|
645
645
|
},
|
|
646
646
|
// Hour [1-12]
|
|
647
647
|
h(e, n) {
|
|
648
|
-
return
|
|
648
|
+
return M(e.getHours() % 12 || 12, n.length);
|
|
649
649
|
},
|
|
650
650
|
// Hour [0-23]
|
|
651
651
|
H(e, n) {
|
|
652
|
-
return
|
|
652
|
+
return M(e.getHours(), n.length);
|
|
653
653
|
},
|
|
654
654
|
// Minute
|
|
655
655
|
m(e, n) {
|
|
656
|
-
return
|
|
656
|
+
return M(e.getMinutes(), n.length);
|
|
657
657
|
},
|
|
658
658
|
// Second
|
|
659
659
|
s(e, n) {
|
|
660
|
-
return
|
|
660
|
+
return M(e.getSeconds(), n.length);
|
|
661
661
|
},
|
|
662
662
|
// Fraction of second
|
|
663
663
|
S(e, n) {
|
|
664
664
|
const t = n.length, r = e.getMilliseconds(), a = Math.trunc(
|
|
665
665
|
r * Math.pow(10, t - 3)
|
|
666
666
|
);
|
|
667
|
-
return
|
|
667
|
+
return M(a, n.length);
|
|
668
668
|
}
|
|
669
|
-
},
|
|
669
|
+
}, De = {
|
|
670
670
|
am: "am",
|
|
671
671
|
pm: "pm",
|
|
672
672
|
midnight: "midnight",
|
|
@@ -675,7 +675,7 @@ const ce = {
|
|
|
675
675
|
afternoon: "afternoon",
|
|
676
676
|
evening: "evening",
|
|
677
677
|
night: "night"
|
|
678
|
-
},
|
|
678
|
+
}, Tt = {
|
|
679
679
|
// Era
|
|
680
680
|
G: function(e, n, t) {
|
|
681
681
|
const r = e.getFullYear() > 0 ? 1 : 0;
|
|
@@ -697,21 +697,21 @@ const ce = {
|
|
|
697
697
|
const r = e.getFullYear(), a = r > 0 ? r : 1 - r;
|
|
698
698
|
return t.ordinalNumber(a, { unit: "year" });
|
|
699
699
|
}
|
|
700
|
-
return
|
|
700
|
+
return de.y(e, n);
|
|
701
701
|
},
|
|
702
702
|
// Local week-numbering year
|
|
703
703
|
Y: function(e, n, t, r) {
|
|
704
|
-
const a =
|
|
704
|
+
const a = it(e, r), s = a > 0 ? a : 1 - a;
|
|
705
705
|
if (n === "YY") {
|
|
706
706
|
const o = s % 100;
|
|
707
|
-
return
|
|
707
|
+
return M(o, 2);
|
|
708
708
|
}
|
|
709
|
-
return n === "Yo" ? t.ordinalNumber(s, { unit: "year" }) :
|
|
709
|
+
return n === "Yo" ? t.ordinalNumber(s, { unit: "year" }) : M(s, n.length);
|
|
710
710
|
},
|
|
711
711
|
// ISO week-numbering year
|
|
712
712
|
R: function(e, n) {
|
|
713
|
-
const t =
|
|
714
|
-
return
|
|
713
|
+
const t = Qt(e);
|
|
714
|
+
return M(t, n.length);
|
|
715
715
|
},
|
|
716
716
|
// Extended year. This is a single number designating the year of this calendar system.
|
|
717
717
|
// The main difference between `y` and `u` localizers are B.C. years:
|
|
@@ -724,7 +724,7 @@ const ce = {
|
|
|
724
724
|
// while `uu` pads single digit years to 2 characters and returns other years unchanged.
|
|
725
725
|
u: function(e, n) {
|
|
726
726
|
const t = e.getFullYear();
|
|
727
|
-
return
|
|
727
|
+
return M(t, n.length);
|
|
728
728
|
},
|
|
729
729
|
// Quarter
|
|
730
730
|
Q: function(e, n, t) {
|
|
@@ -733,7 +733,7 @@ const ce = {
|
|
|
733
733
|
case "Q":
|
|
734
734
|
return String(r);
|
|
735
735
|
case "QQ":
|
|
736
|
-
return
|
|
736
|
+
return M(r, 2);
|
|
737
737
|
case "Qo":
|
|
738
738
|
return t.ordinalNumber(r, { unit: "quarter" });
|
|
739
739
|
case "QQQ":
|
|
@@ -761,7 +761,7 @@ const ce = {
|
|
|
761
761
|
case "q":
|
|
762
762
|
return String(r);
|
|
763
763
|
case "qq":
|
|
764
|
-
return
|
|
764
|
+
return M(r, 2);
|
|
765
765
|
case "qo":
|
|
766
766
|
return t.ordinalNumber(r, { unit: "quarter" });
|
|
767
767
|
case "qqq":
|
|
@@ -788,7 +788,7 @@ const ce = {
|
|
|
788
788
|
switch (n) {
|
|
789
789
|
case "M":
|
|
790
790
|
case "MM":
|
|
791
|
-
return
|
|
791
|
+
return de.M(e, n);
|
|
792
792
|
case "Mo":
|
|
793
793
|
return t.ordinalNumber(r + 1, { unit: "month" });
|
|
794
794
|
case "MMM":
|
|
@@ -813,7 +813,7 @@ const ce = {
|
|
|
813
813
|
case "L":
|
|
814
814
|
return String(r + 1);
|
|
815
815
|
case "LL":
|
|
816
|
-
return
|
|
816
|
+
return M(r + 1, 2);
|
|
817
817
|
case "Lo":
|
|
818
818
|
return t.ordinalNumber(r + 1, { unit: "month" });
|
|
819
819
|
case "LLL":
|
|
@@ -833,22 +833,22 @@ const ce = {
|
|
|
833
833
|
},
|
|
834
834
|
// Local week of year
|
|
835
835
|
w: function(e, n, t, r) {
|
|
836
|
-
const a =
|
|
837
|
-
return n === "wo" ? t.ordinalNumber(a, { unit: "week" }) :
|
|
836
|
+
const a = Jt(e, r);
|
|
837
|
+
return n === "wo" ? t.ordinalNumber(a, { unit: "week" }) : M(a, n.length);
|
|
838
838
|
},
|
|
839
839
|
// ISO week of year
|
|
840
840
|
I: function(e, n, t) {
|
|
841
|
-
const r =
|
|
842
|
-
return n === "Io" ? t.ordinalNumber(r, { unit: "week" }) :
|
|
841
|
+
const r = Zt(e);
|
|
842
|
+
return n === "Io" ? t.ordinalNumber(r, { unit: "week" }) : M(r, n.length);
|
|
843
843
|
},
|
|
844
844
|
// Day of the month
|
|
845
845
|
d: function(e, n, t) {
|
|
846
|
-
return n === "do" ? t.ordinalNumber(e.getDate(), { unit: "date" }) :
|
|
846
|
+
return n === "do" ? t.ordinalNumber(e.getDate(), { unit: "date" }) : de.d(e, n);
|
|
847
847
|
},
|
|
848
848
|
// Day of year
|
|
849
849
|
D: function(e, n, t) {
|
|
850
850
|
const r = or(e);
|
|
851
|
-
return n === "Do" ? t.ordinalNumber(r, { unit: "dayOfYear" }) :
|
|
851
|
+
return n === "Do" ? t.ordinalNumber(r, { unit: "dayOfYear" }) : M(r, n.length);
|
|
852
852
|
},
|
|
853
853
|
// Day of week
|
|
854
854
|
E: function(e, n, t) {
|
|
@@ -886,7 +886,7 @@ const ce = {
|
|
|
886
886
|
case "e":
|
|
887
887
|
return String(s);
|
|
888
888
|
case "ee":
|
|
889
|
-
return
|
|
889
|
+
return M(s, 2);
|
|
890
890
|
case "eo":
|
|
891
891
|
return t.ordinalNumber(s, { unit: "day" });
|
|
892
892
|
case "eee":
|
|
@@ -919,7 +919,7 @@ const ce = {
|
|
|
919
919
|
case "c":
|
|
920
920
|
return String(s);
|
|
921
921
|
case "cc":
|
|
922
|
-
return
|
|
922
|
+
return M(s, n.length);
|
|
923
923
|
case "co":
|
|
924
924
|
return t.ordinalNumber(s, { unit: "day" });
|
|
925
925
|
case "ccc":
|
|
@@ -952,7 +952,7 @@ const ce = {
|
|
|
952
952
|
case "i":
|
|
953
953
|
return String(a);
|
|
954
954
|
case "ii":
|
|
955
|
-
return
|
|
955
|
+
return M(a, n.length);
|
|
956
956
|
case "io":
|
|
957
957
|
return t.ordinalNumber(a, { unit: "day" });
|
|
958
958
|
case "iii":
|
|
@@ -1010,7 +1010,7 @@ const ce = {
|
|
|
1010
1010
|
b: function(e, n, t) {
|
|
1011
1011
|
const r = e.getHours();
|
|
1012
1012
|
let a;
|
|
1013
|
-
switch (r === 12 ? a =
|
|
1013
|
+
switch (r === 12 ? a = De.noon : r === 0 ? a = De.midnight : a = r / 12 >= 1 ? "pm" : "am", n) {
|
|
1014
1014
|
case "b":
|
|
1015
1015
|
case "bb":
|
|
1016
1016
|
return t.dayPeriod(a, {
|
|
@@ -1039,7 +1039,7 @@ const ce = {
|
|
|
1039
1039
|
B: function(e, n, t) {
|
|
1040
1040
|
const r = e.getHours();
|
|
1041
1041
|
let a;
|
|
1042
|
-
switch (r >= 17 ? a =
|
|
1042
|
+
switch (r >= 17 ? a = De.evening : r >= 12 ? a = De.afternoon : r >= 4 ? a = De.morning : a = De.night, n) {
|
|
1043
1043
|
case "B":
|
|
1044
1044
|
case "BB":
|
|
1045
1045
|
case "BBB":
|
|
@@ -1066,33 +1066,33 @@ const ce = {
|
|
|
1066
1066
|
let r = e.getHours() % 12;
|
|
1067
1067
|
return r === 0 && (r = 12), t.ordinalNumber(r, { unit: "hour" });
|
|
1068
1068
|
}
|
|
1069
|
-
return
|
|
1069
|
+
return de.h(e, n);
|
|
1070
1070
|
},
|
|
1071
1071
|
// Hour [0-23]
|
|
1072
1072
|
H: function(e, n, t) {
|
|
1073
|
-
return n === "Ho" ? t.ordinalNumber(e.getHours(), { unit: "hour" }) :
|
|
1073
|
+
return n === "Ho" ? t.ordinalNumber(e.getHours(), { unit: "hour" }) : de.H(e, n);
|
|
1074
1074
|
},
|
|
1075
1075
|
// Hour [0-11]
|
|
1076
1076
|
K: function(e, n, t) {
|
|
1077
1077
|
const r = e.getHours() % 12;
|
|
1078
|
-
return n === "Ko" ? t.ordinalNumber(r, { unit: "hour" }) :
|
|
1078
|
+
return n === "Ko" ? t.ordinalNumber(r, { unit: "hour" }) : M(r, n.length);
|
|
1079
1079
|
},
|
|
1080
1080
|
// Hour [1-24]
|
|
1081
1081
|
k: function(e, n, t) {
|
|
1082
1082
|
let r = e.getHours();
|
|
1083
|
-
return r === 0 && (r = 24), n === "ko" ? t.ordinalNumber(r, { unit: "hour" }) :
|
|
1083
|
+
return r === 0 && (r = 24), n === "ko" ? t.ordinalNumber(r, { unit: "hour" }) : M(r, n.length);
|
|
1084
1084
|
},
|
|
1085
1085
|
// Minute
|
|
1086
1086
|
m: function(e, n, t) {
|
|
1087
|
-
return n === "mo" ? t.ordinalNumber(e.getMinutes(), { unit: "minute" }) :
|
|
1087
|
+
return n === "mo" ? t.ordinalNumber(e.getMinutes(), { unit: "minute" }) : de.m(e, n);
|
|
1088
1088
|
},
|
|
1089
1089
|
// Second
|
|
1090
1090
|
s: function(e, n, t) {
|
|
1091
|
-
return n === "so" ? t.ordinalNumber(e.getSeconds(), { unit: "second" }) :
|
|
1091
|
+
return n === "so" ? t.ordinalNumber(e.getSeconds(), { unit: "second" }) : de.s(e, n);
|
|
1092
1092
|
},
|
|
1093
1093
|
// Fraction of second
|
|
1094
1094
|
S: function(e, n) {
|
|
1095
|
-
return
|
|
1095
|
+
return de.S(e, n);
|
|
1096
1096
|
},
|
|
1097
1097
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
1098
1098
|
X: function(e, n, t) {
|
|
@@ -1101,14 +1101,14 @@ const ce = {
|
|
|
1101
1101
|
return "Z";
|
|
1102
1102
|
switch (n) {
|
|
1103
1103
|
case "X":
|
|
1104
|
-
return
|
|
1104
|
+
return wt(r);
|
|
1105
1105
|
case "XXXX":
|
|
1106
1106
|
case "XX":
|
|
1107
|
-
return
|
|
1107
|
+
return be(r);
|
|
1108
1108
|
case "XXXXX":
|
|
1109
1109
|
case "XXX":
|
|
1110
1110
|
default:
|
|
1111
|
-
return
|
|
1111
|
+
return be(r, ":");
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
1114
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -1116,14 +1116,14 @@ const ce = {
|
|
|
1116
1116
|
const r = e.getTimezoneOffset();
|
|
1117
1117
|
switch (n) {
|
|
1118
1118
|
case "x":
|
|
1119
|
-
return
|
|
1119
|
+
return wt(r);
|
|
1120
1120
|
case "xxxx":
|
|
1121
1121
|
case "xx":
|
|
1122
|
-
return
|
|
1122
|
+
return be(r);
|
|
1123
1123
|
case "xxxxx":
|
|
1124
1124
|
case "xxx":
|
|
1125
1125
|
default:
|
|
1126
|
-
return
|
|
1126
|
+
return be(r, ":");
|
|
1127
1127
|
}
|
|
1128
1128
|
},
|
|
1129
1129
|
// Timezone (GMT)
|
|
@@ -1133,10 +1133,10 @@ const ce = {
|
|
|
1133
1133
|
case "O":
|
|
1134
1134
|
case "OO":
|
|
1135
1135
|
case "OOO":
|
|
1136
|
-
return "GMT" +
|
|
1136
|
+
return "GMT" + vt(r, ":");
|
|
1137
1137
|
case "OOOO":
|
|
1138
1138
|
default:
|
|
1139
|
-
return "GMT" +
|
|
1139
|
+
return "GMT" + be(r, ":");
|
|
1140
1140
|
}
|
|
1141
1141
|
},
|
|
1142
1142
|
// Timezone (specific non-location)
|
|
@@ -1146,34 +1146,34 @@ const ce = {
|
|
|
1146
1146
|
case "z":
|
|
1147
1147
|
case "zz":
|
|
1148
1148
|
case "zzz":
|
|
1149
|
-
return "GMT" +
|
|
1149
|
+
return "GMT" + vt(r, ":");
|
|
1150
1150
|
case "zzzz":
|
|
1151
1151
|
default:
|
|
1152
|
-
return "GMT" +
|
|
1152
|
+
return "GMT" + be(r, ":");
|
|
1153
1153
|
}
|
|
1154
1154
|
},
|
|
1155
1155
|
// Seconds timestamp
|
|
1156
1156
|
t: function(e, n, t) {
|
|
1157
1157
|
const r = Math.trunc(+e / 1e3);
|
|
1158
|
-
return
|
|
1158
|
+
return M(r, n.length);
|
|
1159
1159
|
},
|
|
1160
1160
|
// Milliseconds timestamp
|
|
1161
1161
|
T: function(e, n, t) {
|
|
1162
|
-
return
|
|
1162
|
+
return M(+e, n.length);
|
|
1163
1163
|
}
|
|
1164
1164
|
};
|
|
1165
|
-
function
|
|
1165
|
+
function vt(e, n = "") {
|
|
1166
1166
|
const t = e > 0 ? "-" : "+", r = Math.abs(e), a = Math.trunc(r / 60), s = r % 60;
|
|
1167
|
-
return s === 0 ? t + String(a) : t + String(a) + n +
|
|
1167
|
+
return s === 0 ? t + String(a) : t + String(a) + n + M(s, 2);
|
|
1168
1168
|
}
|
|
1169
|
-
function
|
|
1170
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") +
|
|
1169
|
+
function wt(e, n) {
|
|
1170
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + M(Math.abs(e) / 60, 2) : be(e, n);
|
|
1171
1171
|
}
|
|
1172
|
-
function
|
|
1173
|
-
const t = e > 0 ? "-" : "+", r = Math.abs(e), a =
|
|
1172
|
+
function be(e, n = "") {
|
|
1173
|
+
const t = e > 0 ? "-" : "+", r = Math.abs(e), a = M(Math.trunc(r / 60), 2), s = M(r % 60, 2);
|
|
1174
1174
|
return t + a + n + s;
|
|
1175
1175
|
}
|
|
1176
|
-
const
|
|
1176
|
+
const Dt = (e, n) => {
|
|
1177
1177
|
switch (e) {
|
|
1178
1178
|
case "P":
|
|
1179
1179
|
return n.date({ width: "short" });
|
|
@@ -1185,7 +1185,7 @@ const wt = (e, n) => {
|
|
|
1185
1185
|
default:
|
|
1186
1186
|
return n.date({ width: "full" });
|
|
1187
1187
|
}
|
|
1188
|
-
},
|
|
1188
|
+
}, Kt = (e, n) => {
|
|
1189
1189
|
switch (e) {
|
|
1190
1190
|
case "p":
|
|
1191
1191
|
return n.time({ width: "short" });
|
|
@@ -1200,7 +1200,7 @@ const wt = (e, n) => {
|
|
|
1200
1200
|
}, ur = (e, n) => {
|
|
1201
1201
|
const t = e.match(/(P+)(p+)?/) || [], r = t[1], a = t[2];
|
|
1202
1202
|
if (!a)
|
|
1203
|
-
return
|
|
1203
|
+
return Dt(e, n);
|
|
1204
1204
|
let s;
|
|
1205
1205
|
switch (r) {
|
|
1206
1206
|
case "P":
|
|
@@ -1217,18 +1217,18 @@ const wt = (e, n) => {
|
|
|
1217
1217
|
s = n.dateTime({ width: "full" });
|
|
1218
1218
|
break;
|
|
1219
1219
|
}
|
|
1220
|
-
return s.replace("{{date}}",
|
|
1221
|
-
},
|
|
1222
|
-
p:
|
|
1220
|
+
return s.replace("{{date}}", Dt(r, n)).replace("{{time}}", Kt(a, n));
|
|
1221
|
+
}, at = {
|
|
1222
|
+
p: Kt,
|
|
1223
1223
|
P: ur
|
|
1224
1224
|
}, lr = /^D+$/, cr = /^Y+$/, dr = ["D", "DD", "YY", "YYYY"];
|
|
1225
|
-
function
|
|
1225
|
+
function en(e) {
|
|
1226
1226
|
return lr.test(e);
|
|
1227
1227
|
}
|
|
1228
|
-
function
|
|
1228
|
+
function tn(e) {
|
|
1229
1229
|
return cr.test(e);
|
|
1230
1230
|
}
|
|
1231
|
-
function
|
|
1231
|
+
function st(e, n, t) {
|
|
1232
1232
|
const r = mr(e, n, t);
|
|
1233
1233
|
if (console.warn(r), dr.includes(e)) throw new RangeError(r);
|
|
1234
1234
|
}
|
|
@@ -1238,30 +1238,30 @@ function mr(e, n, t) {
|
|
|
1238
1238
|
}
|
|
1239
1239
|
const fr = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, gr = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, pr = /^'([^]*?)'?$/, br = /''/g, yr = /[a-zA-Z]/;
|
|
1240
1240
|
function hr(e, n, t) {
|
|
1241
|
-
var y,
|
|
1242
|
-
const r =
|
|
1243
|
-
if (!
|
|
1241
|
+
var y, D, _, p, x, N, H, B;
|
|
1242
|
+
const r = Re(), a = (t == null ? void 0 : t.locale) ?? r.locale ?? Xt, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((D = (y = t == null ? void 0 : t.locale) == null ? void 0 : y.options) == null ? void 0 : D.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((p = (_ = r.locale) == null ? void 0 : _.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, o = (t == null ? void 0 : t.weekStartsOn) ?? ((N = (x = t == null ? void 0 : t.locale) == null ? void 0 : x.options) == null ? void 0 : N.weekStartsOn) ?? r.weekStartsOn ?? ((B = (H = r.locale) == null ? void 0 : H.options) == null ? void 0 : B.weekStartsOn) ?? 0, d = W(e, t == null ? void 0 : t.in);
|
|
1243
|
+
if (!Rn(d))
|
|
1244
1244
|
throw new RangeError("Invalid time value");
|
|
1245
|
-
let g = n.match(gr).map((
|
|
1246
|
-
const S =
|
|
1245
|
+
let g = n.match(gr).map((w) => {
|
|
1246
|
+
const S = w[0];
|
|
1247
1247
|
if (S === "p" || S === "P") {
|
|
1248
|
-
const T =
|
|
1249
|
-
return T(
|
|
1248
|
+
const T = at[S];
|
|
1249
|
+
return T(w, a.formatLong);
|
|
1250
1250
|
}
|
|
1251
|
-
return
|
|
1252
|
-
}).join("").match(fr).map((
|
|
1253
|
-
if (
|
|
1251
|
+
return w;
|
|
1252
|
+
}).join("").match(fr).map((w) => {
|
|
1253
|
+
if (w === "''")
|
|
1254
1254
|
return { isToken: !1, value: "'" };
|
|
1255
|
-
const S =
|
|
1255
|
+
const S = w[0];
|
|
1256
1256
|
if (S === "'")
|
|
1257
|
-
return { isToken: !1, value: _r(
|
|
1258
|
-
if (
|
|
1259
|
-
return { isToken: !0, value:
|
|
1257
|
+
return { isToken: !1, value: _r(w) };
|
|
1258
|
+
if (Tt[S])
|
|
1259
|
+
return { isToken: !0, value: w };
|
|
1260
1260
|
if (S.match(yr))
|
|
1261
1261
|
throw new RangeError(
|
|
1262
1262
|
"Format string contains an unescaped latin alphabet character `" + S + "`"
|
|
1263
1263
|
);
|
|
1264
|
-
return { isToken: !1, value:
|
|
1264
|
+
return { isToken: !1, value: w };
|
|
1265
1265
|
});
|
|
1266
1266
|
a.localize.preprocessor && (g = a.localize.preprocessor(d, g));
|
|
1267
1267
|
const f = {
|
|
@@ -1269,11 +1269,11 @@ function hr(e, n, t) {
|
|
|
1269
1269
|
weekStartsOn: o,
|
|
1270
1270
|
locale: a
|
|
1271
1271
|
};
|
|
1272
|
-
return g.map((
|
|
1273
|
-
if (!
|
|
1274
|
-
const S =
|
|
1275
|
-
(!(t != null && t.useAdditionalWeekYearTokens) &&
|
|
1276
|
-
const T =
|
|
1272
|
+
return g.map((w) => {
|
|
1273
|
+
if (!w.isToken) return w.value;
|
|
1274
|
+
const S = w.value;
|
|
1275
|
+
(!(t != null && t.useAdditionalWeekYearTokens) && tn(S) || !(t != null && t.useAdditionalDayOfYearTokens) && en(S)) && st(S, n, String(e));
|
|
1276
|
+
const T = Tt[S[0]];
|
|
1277
1277
|
return T(d, S, a.localize, f);
|
|
1278
1278
|
}).join("");
|
|
1279
1279
|
}
|
|
@@ -1281,8 +1281,8 @@ function _r(e) {
|
|
|
1281
1281
|
const n = e.match(pr);
|
|
1282
1282
|
return n ? n[1].replace(br, "'") : e;
|
|
1283
1283
|
}
|
|
1284
|
-
function
|
|
1285
|
-
return Object.assign({},
|
|
1284
|
+
function nn() {
|
|
1285
|
+
return Object.assign({}, Re());
|
|
1286
1286
|
}
|
|
1287
1287
|
function Tr(e, n) {
|
|
1288
1288
|
const t = W(e, n == null ? void 0 : n.in).getDay();
|
|
@@ -1301,8 +1301,8 @@ function wr(e) {
|
|
|
1301
1301
|
var n;
|
|
1302
1302
|
return typeof e == "function" && ((n = e.prototype) == null ? void 0 : n.constructor) === e;
|
|
1303
1303
|
}
|
|
1304
|
-
const
|
|
1305
|
-
class
|
|
1304
|
+
const Dr = 10;
|
|
1305
|
+
class rn {
|
|
1306
1306
|
constructor() {
|
|
1307
1307
|
h(this, "subPriority", 0);
|
|
1308
1308
|
}
|
|
@@ -1310,7 +1310,7 @@ class nn {
|
|
|
1310
1310
|
return !0;
|
|
1311
1311
|
}
|
|
1312
1312
|
}
|
|
1313
|
-
class Pr extends
|
|
1313
|
+
class Pr extends rn {
|
|
1314
1314
|
constructor(n, t, r, a, s) {
|
|
1315
1315
|
super(), this.value = n, this.validateValue = t, this.setValue = r, this.priority = a, s && (this.subPriority = s);
|
|
1316
1316
|
}
|
|
@@ -1321,10 +1321,10 @@ class Pr extends nn {
|
|
|
1321
1321
|
return this.setValue(n, t, this.value, r);
|
|
1322
1322
|
}
|
|
1323
1323
|
}
|
|
1324
|
-
class
|
|
1324
|
+
class xr extends rn {
|
|
1325
1325
|
constructor(t, r) {
|
|
1326
1326
|
super();
|
|
1327
|
-
h(this, "priority",
|
|
1327
|
+
h(this, "priority", Dr);
|
|
1328
1328
|
h(this, "subPriority", -1);
|
|
1329
1329
|
this.context = t || ((a) => Y(r, a));
|
|
1330
1330
|
}
|
|
@@ -1350,7 +1350,7 @@ class O {
|
|
|
1350
1350
|
return !0;
|
|
1351
1351
|
}
|
|
1352
1352
|
}
|
|
1353
|
-
class
|
|
1353
|
+
class Rr extends O {
|
|
1354
1354
|
constructor() {
|
|
1355
1355
|
super(...arguments);
|
|
1356
1356
|
h(this, "priority", 140);
|
|
@@ -1446,7 +1446,7 @@ function ne(e, n) {
|
|
|
1446
1446
|
rest: n.slice(t[0].length)
|
|
1447
1447
|
};
|
|
1448
1448
|
}
|
|
1449
|
-
function
|
|
1449
|
+
function an(e) {
|
|
1450
1450
|
return C(L.anyDigitsSigned, e);
|
|
1451
1451
|
}
|
|
1452
1452
|
function j(e, n) {
|
|
@@ -1463,7 +1463,7 @@ function j(e, n) {
|
|
|
1463
1463
|
return C(new RegExp("^\\d{1," + e + "}"), n);
|
|
1464
1464
|
}
|
|
1465
1465
|
}
|
|
1466
|
-
function
|
|
1466
|
+
function We(e, n) {
|
|
1467
1467
|
switch (e) {
|
|
1468
1468
|
case 1:
|
|
1469
1469
|
return C(L.singleDigitSigned, n);
|
|
@@ -1477,7 +1477,7 @@ function Ge(e, n) {
|
|
|
1477
1477
|
return C(new RegExp("^-?\\d{1," + e + "}"), n);
|
|
1478
1478
|
}
|
|
1479
1479
|
}
|
|
1480
|
-
function
|
|
1480
|
+
function ut(e) {
|
|
1481
1481
|
switch (e) {
|
|
1482
1482
|
case "morning":
|
|
1483
1483
|
return 4;
|
|
@@ -1494,7 +1494,7 @@ function ot(e) {
|
|
|
1494
1494
|
return 0;
|
|
1495
1495
|
}
|
|
1496
1496
|
}
|
|
1497
|
-
function
|
|
1497
|
+
function sn(e, n) {
|
|
1498
1498
|
const t = n > 0, r = t ? n : 1 - n;
|
|
1499
1499
|
let a;
|
|
1500
1500
|
if (r <= 50)
|
|
@@ -1505,7 +1505,7 @@ function an(e, n) {
|
|
|
1505
1505
|
}
|
|
1506
1506
|
return t ? a : 1 - a;
|
|
1507
1507
|
}
|
|
1508
|
-
function
|
|
1508
|
+
function on(e) {
|
|
1509
1509
|
return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
|
|
1510
1510
|
}
|
|
1511
1511
|
class Or extends O {
|
|
@@ -1539,7 +1539,7 @@ class Or extends O {
|
|
|
1539
1539
|
set(t, r, a) {
|
|
1540
1540
|
const s = t.getFullYear();
|
|
1541
1541
|
if (a.isTwoDigitYear) {
|
|
1542
|
-
const d =
|
|
1542
|
+
const d = sn(
|
|
1543
1543
|
a.year,
|
|
1544
1544
|
s
|
|
1545
1545
|
);
|
|
@@ -1549,7 +1549,7 @@ class Or extends O {
|
|
|
1549
1549
|
return t.setFullYear(o, 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
1552
|
-
class
|
|
1552
|
+
class Mr extends O {
|
|
1553
1553
|
constructor() {
|
|
1554
1554
|
super(...arguments);
|
|
1555
1555
|
h(this, "priority", 130);
|
|
@@ -1592,9 +1592,9 @@ class Rr extends O {
|
|
|
1592
1592
|
return r.isTwoDigitYear || r.year > 0;
|
|
1593
1593
|
}
|
|
1594
1594
|
set(t, r, a, s) {
|
|
1595
|
-
const o =
|
|
1595
|
+
const o = it(t, s);
|
|
1596
1596
|
if (a.isTwoDigitYear) {
|
|
1597
|
-
const g =
|
|
1597
|
+
const g = sn(
|
|
1598
1598
|
a.year,
|
|
1599
1599
|
o
|
|
1600
1600
|
);
|
|
@@ -1602,10 +1602,10 @@ class Rr extends O {
|
|
|
1602
1602
|
g,
|
|
1603
1603
|
0,
|
|
1604
1604
|
s.firstWeekContainsDate
|
|
1605
|
-
), t.setHours(0, 0, 0, 0),
|
|
1605
|
+
), t.setHours(0, 0, 0, 0), me(t, s);
|
|
1606
1606
|
}
|
|
1607
1607
|
const d = !("era" in r) || r.era === 1 ? a.year : 1 - a.year;
|
|
1608
|
-
return t.setFullYear(d, 0, s.firstWeekContainsDate), t.setHours(0, 0, 0, 0),
|
|
1608
|
+
return t.setFullYear(d, 0, s.firstWeekContainsDate), t.setHours(0, 0, 0, 0), me(t, s);
|
|
1609
1609
|
}
|
|
1610
1610
|
}
|
|
1611
1611
|
class kr extends O {
|
|
@@ -1631,11 +1631,11 @@ class kr extends O {
|
|
|
1631
1631
|
]);
|
|
1632
1632
|
}
|
|
1633
1633
|
parse(t, r) {
|
|
1634
|
-
return
|
|
1634
|
+
return We(r === "R" ? 4 : r.length, t);
|
|
1635
1635
|
}
|
|
1636
1636
|
set(t, r, a) {
|
|
1637
1637
|
const s = Y(t, 0);
|
|
1638
|
-
return s.setFullYear(a, 0, 4), s.setHours(0, 0, 0, 0),
|
|
1638
|
+
return s.setFullYear(a, 0, 4), s.setHours(0, 0, 0, 0), xe(s);
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
1641
1641
|
class Sr extends O {
|
|
@@ -1645,7 +1645,7 @@ class Sr extends O {
|
|
|
1645
1645
|
h(this, "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]);
|
|
1646
1646
|
}
|
|
1647
1647
|
parse(t, r) {
|
|
1648
|
-
return
|
|
1648
|
+
return We(r === "u" ? 4 : r.length, t);
|
|
1649
1649
|
}
|
|
1650
1650
|
set(t, r, a) {
|
|
1651
1651
|
return t.setFullYear(a, 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
@@ -1900,7 +1900,7 @@ class Nr extends O {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
}
|
|
1902
1902
|
function Lr(e, n, t) {
|
|
1903
|
-
const r = W(e, t == null ? void 0 : t.in), a =
|
|
1903
|
+
const r = W(e, t == null ? void 0 : t.in), a = Jt(r, t) - n;
|
|
1904
1904
|
return r.setDate(r.getDate() - a * 7), W(r, t == null ? void 0 : t.in);
|
|
1905
1905
|
}
|
|
1906
1906
|
class Fr extends O {
|
|
@@ -1937,11 +1937,11 @@ class Fr extends O {
|
|
|
1937
1937
|
return r >= 1 && r <= 53;
|
|
1938
1938
|
}
|
|
1939
1939
|
set(t, r, a, s) {
|
|
1940
|
-
return
|
|
1940
|
+
return me(Lr(t, a, s), s);
|
|
1941
1941
|
}
|
|
1942
1942
|
}
|
|
1943
1943
|
function zr(e, n, t) {
|
|
1944
|
-
const r = W(e, t == null ? void 0 : t.in), a =
|
|
1944
|
+
const r = W(e, t == null ? void 0 : t.in), a = Zt(r, t) - n;
|
|
1945
1945
|
return r.setDate(r.getDate() - a * 7), r;
|
|
1946
1946
|
}
|
|
1947
1947
|
class Gr extends O {
|
|
@@ -1979,7 +1979,7 @@ class Gr extends O {
|
|
|
1979
1979
|
return r >= 1 && r <= 53;
|
|
1980
1980
|
}
|
|
1981
1981
|
set(t, r, a) {
|
|
1982
|
-
return
|
|
1982
|
+
return xe(zr(t, a));
|
|
1983
1983
|
}
|
|
1984
1984
|
}
|
|
1985
1985
|
const Wr = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Yr = [
|
|
@@ -2027,7 +2027,7 @@ class qr extends O {
|
|
|
2027
2027
|
}
|
|
2028
2028
|
}
|
|
2029
2029
|
validate(t, r) {
|
|
2030
|
-
const a = t.getFullYear(), s =
|
|
2030
|
+
const a = t.getFullYear(), s = on(a), o = t.getMonth();
|
|
2031
2031
|
return s ? r >= 1 && r <= Yr[o] : r >= 1 && r <= Wr[o];
|
|
2032
2032
|
}
|
|
2033
2033
|
set(t, r, a) {
|
|
@@ -2070,18 +2070,18 @@ class Er extends O {
|
|
|
2070
2070
|
}
|
|
2071
2071
|
validate(t, r) {
|
|
2072
2072
|
const a = t.getFullYear();
|
|
2073
|
-
return
|
|
2073
|
+
return on(a) ? r >= 1 && r <= 366 : r >= 1 && r <= 365;
|
|
2074
2074
|
}
|
|
2075
2075
|
set(t, r, a) {
|
|
2076
2076
|
return t.setMonth(0, a), t.setHours(0, 0, 0, 0), t;
|
|
2077
2077
|
}
|
|
2078
2078
|
}
|
|
2079
|
-
function
|
|
2080
|
-
var
|
|
2081
|
-
const r =
|
|
2082
|
-
return
|
|
2079
|
+
function lt(e, n, t) {
|
|
2080
|
+
var D, _, p, x;
|
|
2081
|
+
const r = Re(), a = (t == null ? void 0 : t.weekStartsOn) ?? ((_ = (D = t == null ? void 0 : t.locale) == null ? void 0 : D.options) == null ? void 0 : _.weekStartsOn) ?? r.weekStartsOn ?? ((x = (p = r.locale) == null ? void 0 : p.options) == null ? void 0 : x.weekStartsOn) ?? 0, s = W(e, t == null ? void 0 : t.in), o = s.getDay(), g = (n % 7 + 7) % 7, f = 7 - a, y = n < 0 || n > 6 ? n - (o + f) % 7 : (g + f) % 7 - (o + f) % 7;
|
|
2082
|
+
return At(s, y, t);
|
|
2083
2083
|
}
|
|
2084
|
-
class
|
|
2084
|
+
class Hr extends O {
|
|
2085
2085
|
constructor() {
|
|
2086
2086
|
super(...arguments);
|
|
2087
2087
|
h(this, "priority", 90);
|
|
@@ -2115,10 +2115,10 @@ class Br extends O {
|
|
|
2115
2115
|
return r >= 0 && r <= 6;
|
|
2116
2116
|
}
|
|
2117
2117
|
set(t, r, a, s) {
|
|
2118
|
-
return t =
|
|
2118
|
+
return t = lt(t, a, s), t.setHours(0, 0, 0, 0), t;
|
|
2119
2119
|
}
|
|
2120
2120
|
}
|
|
2121
|
-
class
|
|
2121
|
+
class Br extends O {
|
|
2122
2122
|
constructor() {
|
|
2123
2123
|
super(...arguments);
|
|
2124
2124
|
h(this, "priority", 90);
|
|
@@ -2180,7 +2180,7 @@ class Hr extends O {
|
|
|
2180
2180
|
return r >= 0 && r <= 6;
|
|
2181
2181
|
}
|
|
2182
2182
|
set(t, r, a, s) {
|
|
2183
|
-
return t =
|
|
2183
|
+
return t = lt(t, a, s), t.setHours(0, 0, 0, 0), t;
|
|
2184
2184
|
}
|
|
2185
2185
|
}
|
|
2186
2186
|
class Ur extends O {
|
|
@@ -2245,12 +2245,12 @@ class Ur extends O {
|
|
|
2245
2245
|
return r >= 0 && r <= 6;
|
|
2246
2246
|
}
|
|
2247
2247
|
set(t, r, a, s) {
|
|
2248
|
-
return t =
|
|
2248
|
+
return t = lt(t, a, s), t.setHours(0, 0, 0, 0), t;
|
|
2249
2249
|
}
|
|
2250
2250
|
}
|
|
2251
2251
|
function $r(e, n, t) {
|
|
2252
2252
|
const r = W(e, t == null ? void 0 : t.in), a = Tr(r, t), s = n - a;
|
|
2253
|
-
return
|
|
2253
|
+
return At(r, s, t);
|
|
2254
2254
|
}
|
|
2255
2255
|
class Vr extends O {
|
|
2256
2256
|
constructor() {
|
|
@@ -2380,7 +2380,7 @@ class Ar extends O {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
}
|
|
2382
2382
|
set(t, r, a) {
|
|
2383
|
-
return t.setHours(
|
|
2383
|
+
return t.setHours(ut(a), 0, 0, 0), t;
|
|
2384
2384
|
}
|
|
2385
2385
|
}
|
|
2386
2386
|
class Qr extends O {
|
|
@@ -2421,7 +2421,7 @@ class Qr extends O {
|
|
|
2421
2421
|
}
|
|
2422
2422
|
}
|
|
2423
2423
|
set(t, r, a) {
|
|
2424
|
-
return t.setHours(
|
|
2424
|
+
return t.setHours(ut(a), 0, 0, 0), t;
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
2427
|
class Xr extends O {
|
|
@@ -2462,7 +2462,7 @@ class Xr extends O {
|
|
|
2462
2462
|
}
|
|
2463
2463
|
}
|
|
2464
2464
|
set(t, r, a) {
|
|
2465
|
-
return t.setHours(
|
|
2465
|
+
return t.setHours(ut(a), 0, 0, 0), t;
|
|
2466
2466
|
}
|
|
2467
2467
|
}
|
|
2468
2468
|
class Zr extends O {
|
|
@@ -2652,7 +2652,7 @@ class aa extends O {
|
|
|
2652
2652
|
set(t, r, a) {
|
|
2653
2653
|
return r.timestampIsSet ? t : Y(
|
|
2654
2654
|
t,
|
|
2655
|
-
t.getTime() -
|
|
2655
|
+
t.getTime() - Ge(t) - a
|
|
2656
2656
|
);
|
|
2657
2657
|
}
|
|
2658
2658
|
}
|
|
@@ -2689,7 +2689,7 @@ class sa extends O {
|
|
|
2689
2689
|
set(t, r, a) {
|
|
2690
2690
|
return r.timestampIsSet ? t : Y(
|
|
2691
2691
|
t,
|
|
2692
|
-
t.getTime() -
|
|
2692
|
+
t.getTime() - Ge(t) - a
|
|
2693
2693
|
);
|
|
2694
2694
|
}
|
|
2695
2695
|
}
|
|
@@ -2700,7 +2700,7 @@ class oa extends O {
|
|
|
2700
2700
|
h(this, "incompatibleTokens", "*");
|
|
2701
2701
|
}
|
|
2702
2702
|
parse(t) {
|
|
2703
|
-
return
|
|
2703
|
+
return an(t);
|
|
2704
2704
|
}
|
|
2705
2705
|
set(t, r, a) {
|
|
2706
2706
|
return [Y(t, a * 1e3), { timestampIsSet: !0 }];
|
|
@@ -2713,16 +2713,16 @@ class ia extends O {
|
|
|
2713
2713
|
h(this, "incompatibleTokens", "*");
|
|
2714
2714
|
}
|
|
2715
2715
|
parse(t) {
|
|
2716
|
-
return
|
|
2716
|
+
return an(t);
|
|
2717
2717
|
}
|
|
2718
2718
|
set(t, r, a) {
|
|
2719
2719
|
return [Y(t, a), { timestampIsSet: !0 }];
|
|
2720
2720
|
}
|
|
2721
2721
|
}
|
|
2722
2722
|
const ua = {
|
|
2723
|
-
G: new
|
|
2723
|
+
G: new Rr(),
|
|
2724
2724
|
y: new Or(),
|
|
2725
|
-
Y: new
|
|
2725
|
+
Y: new Mr(),
|
|
2726
2726
|
R: new kr(),
|
|
2727
2727
|
u: new Sr(),
|
|
2728
2728
|
Q: new Ir(),
|
|
@@ -2733,8 +2733,8 @@ const ua = {
|
|
|
2733
2733
|
I: new Gr(),
|
|
2734
2734
|
d: new qr(),
|
|
2735
2735
|
D: new Er(),
|
|
2736
|
-
E: new
|
|
2737
|
-
e: new
|
|
2736
|
+
E: new Hr(),
|
|
2737
|
+
e: new Br(),
|
|
2738
2738
|
c: new Ur(),
|
|
2739
2739
|
i: new Vr(),
|
|
2740
2740
|
a: new Ar(),
|
|
@@ -2753,27 +2753,27 @@ const ua = {
|
|
|
2753
2753
|
T: new ia()
|
|
2754
2754
|
}, la = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, ca = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, da = /^'([^]*?)'?$/, ma = /''/g, fa = /\S/, ga = /[a-zA-Z]/;
|
|
2755
2755
|
function pa(e, n, t, r) {
|
|
2756
|
-
var
|
|
2757
|
-
const a = () => Y(t, NaN), s =
|
|
2756
|
+
var H, B, w, S;
|
|
2757
|
+
const a = () => Y(t, NaN), s = nn(), o = s.locale ?? Xt, d = s.firstWeekContainsDate ?? ((B = (H = s.locale) == null ? void 0 : H.options) == null ? void 0 : B.firstWeekContainsDate) ?? 1, g = s.weekStartsOn ?? ((S = (w = s.locale) == null ? void 0 : w.options) == null ? void 0 : S.weekStartsOn) ?? 0, f = {
|
|
2758
2758
|
firstWeekContainsDate: d,
|
|
2759
2759
|
weekStartsOn: g,
|
|
2760
2760
|
locale: o
|
|
2761
|
-
}, y = [new
|
|
2761
|
+
}, y = [new xr(r == null ? void 0 : r.in, t)], D = n.match(ca).map((T) => {
|
|
2762
2762
|
const k = T[0];
|
|
2763
|
-
if (k in
|
|
2764
|
-
const q =
|
|
2763
|
+
if (k in at) {
|
|
2764
|
+
const q = at[k];
|
|
2765
2765
|
return q(T, o.formatLong);
|
|
2766
2766
|
}
|
|
2767
2767
|
return T;
|
|
2768
2768
|
}).join("").match(la), _ = [];
|
|
2769
|
-
for (let T of
|
|
2770
|
-
|
|
2769
|
+
for (let T of D) {
|
|
2770
|
+
tn(T) && st(T, n, e), en(T) && st(T, n, e);
|
|
2771
2771
|
const k = T[0], q = ua[k];
|
|
2772
2772
|
if (q) {
|
|
2773
2773
|
const { incompatibleTokens: ue } = q;
|
|
2774
2774
|
if (Array.isArray(ue)) {
|
|
2775
2775
|
const le = _.find(
|
|
2776
|
-
(
|
|
2776
|
+
(ce) => ue.includes(ce.token) || ce.token === k
|
|
2777
2777
|
);
|
|
2778
2778
|
if (le)
|
|
2779
2779
|
throw new RangeError(
|
|
@@ -2809,22 +2809,22 @@ function pa(e, n, t, r) {
|
|
|
2809
2809
|
const p = y.map((T) => T.priority).sort((T, k) => k - T).filter((T, k, q) => q.indexOf(T) === k).map(
|
|
2810
2810
|
(T) => y.filter((k) => k.priority === T).sort((k, q) => q.subPriority - k.subPriority)
|
|
2811
2811
|
).map((T) => T[0]);
|
|
2812
|
-
let
|
|
2813
|
-
if (isNaN(+
|
|
2812
|
+
let x = W(t, r == null ? void 0 : r.in);
|
|
2813
|
+
if (isNaN(+x)) return a();
|
|
2814
2814
|
const N = {};
|
|
2815
2815
|
for (const T of p) {
|
|
2816
|
-
if (!T.validate(
|
|
2816
|
+
if (!T.validate(x, f))
|
|
2817
2817
|
return a();
|
|
2818
|
-
const k = T.set(
|
|
2819
|
-
Array.isArray(k) ? (
|
|
2818
|
+
const k = T.set(x, N, f);
|
|
2819
|
+
Array.isArray(k) ? (x = k[0], Object.assign(N, k[1])) : x = k;
|
|
2820
2820
|
}
|
|
2821
|
-
return
|
|
2821
|
+
return x;
|
|
2822
2822
|
}
|
|
2823
2823
|
function ba(e) {
|
|
2824
2824
|
return e.match(da)[1].replace(ma, "'");
|
|
2825
2825
|
}
|
|
2826
|
-
function
|
|
2827
|
-
const r =
|
|
2826
|
+
function Pt(e, n, t) {
|
|
2827
|
+
const r = nn(), a = _a(e, t.timeZone, t.locale ?? r.locale);
|
|
2828
2828
|
return "formatToParts" in a ? ya(a, n) : ha(a, n);
|
|
2829
2829
|
}
|
|
2830
2830
|
function ya(e, n) {
|
|
@@ -2844,8 +2844,8 @@ function _a(e, n, t) {
|
|
|
2844
2844
|
});
|
|
2845
2845
|
}
|
|
2846
2846
|
function Ta(e, n) {
|
|
2847
|
-
const t =
|
|
2848
|
-
return "formatToParts" in t ? wa(t, e) :
|
|
2847
|
+
const t = xa(n);
|
|
2848
|
+
return "formatToParts" in t ? wa(t, e) : Da(t, e);
|
|
2849
2849
|
}
|
|
2850
2850
|
const va = {
|
|
2851
2851
|
year: 0,
|
|
@@ -2869,7 +2869,7 @@ function wa(e, n) {
|
|
|
2869
2869
|
throw t;
|
|
2870
2870
|
}
|
|
2871
2871
|
}
|
|
2872
|
-
function
|
|
2872
|
+
function Da(e, n) {
|
|
2873
2873
|
const t = e.format(n), r = /(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(t);
|
|
2874
2874
|
return [
|
|
2875
2875
|
parseInt(r[3], 10),
|
|
@@ -2880,7 +2880,7 @@ function xa(e, n) {
|
|
|
2880
2880
|
parseInt(r[6], 10)
|
|
2881
2881
|
];
|
|
2882
2882
|
}
|
|
2883
|
-
const
|
|
2883
|
+
const Xe = {}, xt = new Intl.DateTimeFormat("en-US", {
|
|
2884
2884
|
hourCycle: "h23",
|
|
2885
2885
|
timeZone: "America/New_York",
|
|
2886
2886
|
year: "numeric",
|
|
@@ -2889,9 +2889,9 @@ const Ae = {}, Pt = new Intl.DateTimeFormat("en-US", {
|
|
|
2889
2889
|
hour: "2-digit",
|
|
2890
2890
|
minute: "2-digit",
|
|
2891
2891
|
second: "2-digit"
|
|
2892
|
-
}).format(/* @__PURE__ */ new Date("2014-06-25T04:00:00.123Z")), Pa =
|
|
2893
|
-
function
|
|
2894
|
-
return
|
|
2892
|
+
}).format(/* @__PURE__ */ new Date("2014-06-25T04:00:00.123Z")), Pa = xt === "06/25/2014, 00:00:00" || xt === "06/25/2014 00:00:00";
|
|
2893
|
+
function xa(e) {
|
|
2894
|
+
return Xe[e] || (Xe[e] = Pa ? new Intl.DateTimeFormat("en-US", {
|
|
2895
2895
|
hourCycle: "h23",
|
|
2896
2896
|
timeZone: e,
|
|
2897
2897
|
year: "numeric",
|
|
@@ -2909,66 +2909,66 @@ function Da(e) {
|
|
|
2909
2909
|
hour: "2-digit",
|
|
2910
2910
|
minute: "2-digit",
|
|
2911
2911
|
second: "2-digit"
|
|
2912
|
-
})),
|
|
2912
|
+
})), Xe[e];
|
|
2913
2913
|
}
|
|
2914
|
-
function
|
|
2914
|
+
function ct(e, n, t, r, a, s, o) {
|
|
2915
2915
|
const d = /* @__PURE__ */ new Date(0);
|
|
2916
2916
|
return d.setUTCFullYear(e, n, t), d.setUTCHours(r, a, s, o), d;
|
|
2917
2917
|
}
|
|
2918
|
-
const
|
|
2918
|
+
const Rt = 36e5, Ra = 6e4, Ze = {
|
|
2919
2919
|
timezone: /([Z+-].*)$/,
|
|
2920
2920
|
timezoneZ: /^(Z)$/,
|
|
2921
2921
|
timezoneHH: /^([+-]\d{2})$/,
|
|
2922
2922
|
timezoneHHMM: /^([+-])(\d{2}):?(\d{2})$/
|
|
2923
2923
|
};
|
|
2924
|
-
function
|
|
2924
|
+
function He(e, n, t) {
|
|
2925
2925
|
if (!e)
|
|
2926
2926
|
return 0;
|
|
2927
|
-
let r =
|
|
2927
|
+
let r = Ze.timezoneZ.exec(e);
|
|
2928
2928
|
if (r)
|
|
2929
2929
|
return 0;
|
|
2930
2930
|
let a, s;
|
|
2931
|
-
if (r =
|
|
2932
|
-
return a = parseInt(r[1], 10),
|
|
2933
|
-
if (r =
|
|
2931
|
+
if (r = Ze.timezoneHH.exec(e), r)
|
|
2932
|
+
return a = parseInt(r[1], 10), Ot(a) ? -(a * Rt) : NaN;
|
|
2933
|
+
if (r = Ze.timezoneHHMM.exec(e), r) {
|
|
2934
2934
|
a = parseInt(r[2], 10);
|
|
2935
2935
|
const o = parseInt(r[3], 10);
|
|
2936
|
-
return
|
|
2936
|
+
return Ot(a, o) ? (s = Math.abs(a) * Rt + o * Ra, r[1] === "+" ? -s : s) : NaN;
|
|
2937
2937
|
}
|
|
2938
2938
|
if (ka(e)) {
|
|
2939
2939
|
n = new Date(n || Date.now());
|
|
2940
|
-
const o = t ? n : Oa(n), d =
|
|
2941
|
-
return -(t ? d :
|
|
2940
|
+
const o = t ? n : Oa(n), d = ot(o, e);
|
|
2941
|
+
return -(t ? d : Ma(n, d, e));
|
|
2942
2942
|
}
|
|
2943
2943
|
return NaN;
|
|
2944
2944
|
}
|
|
2945
2945
|
function Oa(e) {
|
|
2946
|
-
return
|
|
2946
|
+
return ct(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds());
|
|
2947
2947
|
}
|
|
2948
|
-
function
|
|
2949
|
-
const t = Ta(e, n), r =
|
|
2948
|
+
function ot(e, n) {
|
|
2949
|
+
const t = Ta(e, n), r = ct(t[0], t[1] - 1, t[2], t[3] % 24, t[4], t[5], 0).getTime();
|
|
2950
2950
|
let a = e.getTime();
|
|
2951
2951
|
const s = a % 1e3;
|
|
2952
2952
|
return a -= s >= 0 ? s : 1e3 + s, r - a;
|
|
2953
2953
|
}
|
|
2954
|
-
function
|
|
2954
|
+
function Ma(e, n, t) {
|
|
2955
2955
|
let a = e.getTime() - n;
|
|
2956
|
-
const s =
|
|
2956
|
+
const s = ot(new Date(a), t);
|
|
2957
2957
|
if (n === s)
|
|
2958
2958
|
return n;
|
|
2959
2959
|
a -= s - n;
|
|
2960
|
-
const o =
|
|
2960
|
+
const o = ot(new Date(a), t);
|
|
2961
2961
|
return s === o ? s : Math.max(s, o);
|
|
2962
2962
|
}
|
|
2963
|
-
function
|
|
2963
|
+
function Ot(e, n) {
|
|
2964
2964
|
return -23 <= e && e <= 23 && (n == null || 0 <= n && n <= 59);
|
|
2965
2965
|
}
|
|
2966
|
-
const
|
|
2966
|
+
const Mt = {};
|
|
2967
2967
|
function ka(e) {
|
|
2968
|
-
if (
|
|
2968
|
+
if (Mt[e])
|
|
2969
2969
|
return !0;
|
|
2970
2970
|
try {
|
|
2971
|
-
return new Intl.DateTimeFormat(void 0, { timeZone: e }),
|
|
2971
|
+
return new Intl.DateTimeFormat(void 0, { timeZone: e }), Mt[e] = !0, !0;
|
|
2972
2972
|
} catch {
|
|
2973
2973
|
return !1;
|
|
2974
2974
|
}
|
|
@@ -2976,39 +2976,39 @@ function ka(e) {
|
|
|
2976
2976
|
const Sa = 60 * 1e3, Ia = {
|
|
2977
2977
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
2978
2978
|
X: function(e, n, t) {
|
|
2979
|
-
const r =
|
|
2979
|
+
const r = Je(t.timeZone, e);
|
|
2980
2980
|
if (r === 0)
|
|
2981
2981
|
return "Z";
|
|
2982
2982
|
switch (n) {
|
|
2983
2983
|
case "X":
|
|
2984
|
-
return
|
|
2984
|
+
return kt(r);
|
|
2985
2985
|
case "XXXX":
|
|
2986
2986
|
case "XX":
|
|
2987
|
-
return
|
|
2987
|
+
return Pe(r);
|
|
2988
2988
|
case "XXXXX":
|
|
2989
2989
|
case "XXX":
|
|
2990
2990
|
default:
|
|
2991
|
-
return
|
|
2991
|
+
return Pe(r, ":");
|
|
2992
2992
|
}
|
|
2993
2993
|
},
|
|
2994
2994
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
2995
2995
|
x: function(e, n, t) {
|
|
2996
|
-
const r =
|
|
2996
|
+
const r = Je(t.timeZone, e);
|
|
2997
2997
|
switch (n) {
|
|
2998
2998
|
case "x":
|
|
2999
|
-
return
|
|
2999
|
+
return kt(r);
|
|
3000
3000
|
case "xxxx":
|
|
3001
3001
|
case "xx":
|
|
3002
|
-
return
|
|
3002
|
+
return Pe(r);
|
|
3003
3003
|
case "xxxxx":
|
|
3004
3004
|
case "xxx":
|
|
3005
3005
|
default:
|
|
3006
|
-
return
|
|
3006
|
+
return Pe(r, ":");
|
|
3007
3007
|
}
|
|
3008
3008
|
},
|
|
3009
3009
|
// Timezone (GMT)
|
|
3010
3010
|
O: function(e, n, t) {
|
|
3011
|
-
const r =
|
|
3011
|
+
const r = Je(t.timeZone, e);
|
|
3012
3012
|
switch (n) {
|
|
3013
3013
|
case "O":
|
|
3014
3014
|
case "OO":
|
|
@@ -3016,7 +3016,7 @@ const Sa = 60 * 1e3, Ia = {
|
|
|
3016
3016
|
return "GMT" + Ca(r, ":");
|
|
3017
3017
|
case "OOOO":
|
|
3018
3018
|
default:
|
|
3019
|
-
return "GMT" +
|
|
3019
|
+
return "GMT" + Pe(r, ":");
|
|
3020
3020
|
}
|
|
3021
3021
|
},
|
|
3022
3022
|
// Timezone (specific non-location)
|
|
@@ -3025,42 +3025,42 @@ const Sa = 60 * 1e3, Ia = {
|
|
|
3025
3025
|
case "z":
|
|
3026
3026
|
case "zz":
|
|
3027
3027
|
case "zzz":
|
|
3028
|
-
return
|
|
3028
|
+
return Pt("short", e, t);
|
|
3029
3029
|
case "zzzz":
|
|
3030
3030
|
default:
|
|
3031
|
-
return
|
|
3031
|
+
return Pt("long", e, t);
|
|
3032
3032
|
}
|
|
3033
3033
|
}
|
|
3034
3034
|
};
|
|
3035
|
-
function
|
|
3036
|
-
const t = e ?
|
|
3035
|
+
function Je(e, n) {
|
|
3036
|
+
const t = e ? He(e, n, !0) / Sa : (n == null ? void 0 : n.getTimezoneOffset()) ?? 0;
|
|
3037
3037
|
if (Number.isNaN(t))
|
|
3038
3038
|
throw new RangeError("Invalid time zone specified: " + e);
|
|
3039
3039
|
return t;
|
|
3040
3040
|
}
|
|
3041
|
-
function
|
|
3041
|
+
function Ye(e, n) {
|
|
3042
3042
|
const t = e < 0 ? "-" : "";
|
|
3043
3043
|
let r = Math.abs(e).toString();
|
|
3044
3044
|
for (; r.length < n; )
|
|
3045
3045
|
r = "0" + r;
|
|
3046
3046
|
return t + r;
|
|
3047
3047
|
}
|
|
3048
|
-
function
|
|
3049
|
-
const t = e > 0 ? "-" : "+", r = Math.abs(e), a =
|
|
3048
|
+
function Pe(e, n = "") {
|
|
3049
|
+
const t = e > 0 ? "-" : "+", r = Math.abs(e), a = Ye(Math.floor(r / 60), 2), s = Ye(Math.floor(r % 60), 2);
|
|
3050
3050
|
return t + a + n + s;
|
|
3051
3051
|
}
|
|
3052
|
-
function
|
|
3053
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") +
|
|
3052
|
+
function kt(e, n) {
|
|
3053
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + Ye(Math.abs(e) / 60, 2) : Pe(e, n);
|
|
3054
3054
|
}
|
|
3055
3055
|
function Ca(e, n = "") {
|
|
3056
3056
|
const t = e > 0 ? "-" : "+", r = Math.abs(e), a = Math.floor(r / 60), s = r % 60;
|
|
3057
|
-
return s === 0 ? t + String(a) : t + String(a) + n +
|
|
3057
|
+
return s === 0 ? t + String(a) : t + String(a) + n + Ye(s, 2);
|
|
3058
3058
|
}
|
|
3059
|
-
function
|
|
3059
|
+
function St(e) {
|
|
3060
3060
|
const n = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
|
|
3061
3061
|
return n.setUTCFullYear(e.getFullYear()), +e - +n;
|
|
3062
3062
|
}
|
|
3063
|
-
const
|
|
3063
|
+
const un = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/, Ke = 36e5, It = 6e4, ja = 2, E = {
|
|
3064
3064
|
dateTimePattern: /^([0-9W+-]+)(T| )(.*)/,
|
|
3065
3065
|
datePattern: /^([0-9W+-]+)(.*)/,
|
|
3066
3066
|
plainTime: /:/,
|
|
@@ -3093,9 +3093,9 @@ const on = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)
|
|
|
3093
3093
|
HHMM: /^(\d{2}):?(\d{2}([.,]\d*)?)$/,
|
|
3094
3094
|
HHMMSS: /^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,
|
|
3095
3095
|
// time zone tokens (to identify the presence of a tz)
|
|
3096
|
-
timeZone:
|
|
3096
|
+
timeZone: un
|
|
3097
3097
|
};
|
|
3098
|
-
function
|
|
3098
|
+
function qe(e, n = {}) {
|
|
3099
3099
|
if (arguments.length < 1)
|
|
3100
3100
|
throw new TypeError("1 argument required, but only " + arguments.length + " present");
|
|
3101
3101
|
if (e === null)
|
|
@@ -3118,10 +3118,10 @@ function Ye(e, n = {}) {
|
|
|
3118
3118
|
if (r.time && (g = za(r.time), g === null || isNaN(g)))
|
|
3119
3119
|
return /* @__PURE__ */ new Date(NaN);
|
|
3120
3120
|
if (r.timeZone || n.timeZone) {
|
|
3121
|
-
if (f =
|
|
3121
|
+
if (f = He(r.timeZone || n.timeZone, new Date(d + g)), isNaN(f))
|
|
3122
3122
|
return /* @__PURE__ */ new Date(NaN);
|
|
3123
3123
|
} else
|
|
3124
|
-
f =
|
|
3124
|
+
f = St(new Date(d + g)), f = St(new Date(d + g + f));
|
|
3125
3125
|
return new Date(d + g + f);
|
|
3126
3126
|
} else
|
|
3127
3127
|
return /* @__PURE__ */ new Date(NaN);
|
|
@@ -3166,7 +3166,7 @@ function Fa(e, n) {
|
|
|
3166
3166
|
return t = /* @__PURE__ */ new Date(0), t.setUTCFullYear(n), t;
|
|
3167
3167
|
let s = E.MM.exec(e);
|
|
3168
3168
|
if (s)
|
|
3169
|
-
return t = /* @__PURE__ */ new Date(0), r = parseInt(s[1], 10) - 1,
|
|
3169
|
+
return t = /* @__PURE__ */ new Date(0), r = parseInt(s[1], 10) - 1, jt(n, r) ? (t.setUTCFullYear(n, r), t) : /* @__PURE__ */ new Date(NaN);
|
|
3170
3170
|
if (s = E.DDD.exec(e), s) {
|
|
3171
3171
|
t = /* @__PURE__ */ new Date(0);
|
|
3172
3172
|
const o = parseInt(s[1], 10);
|
|
@@ -3175,31 +3175,31 @@ function Fa(e, n) {
|
|
|
3175
3175
|
if (s = E.MMDD.exec(e), s) {
|
|
3176
3176
|
t = /* @__PURE__ */ new Date(0), r = parseInt(s[1], 10) - 1;
|
|
3177
3177
|
const o = parseInt(s[2], 10);
|
|
3178
|
-
return
|
|
3178
|
+
return jt(n, r, o) ? (t.setUTCFullYear(n, r, o), t) : /* @__PURE__ */ new Date(NaN);
|
|
3179
3179
|
}
|
|
3180
3180
|
if (s = E.Www.exec(e), s)
|
|
3181
|
-
return a = parseInt(s[1], 10) - 1,
|
|
3181
|
+
return a = parseInt(s[1], 10) - 1, Nt(a) ? Ct(n, a) : /* @__PURE__ */ new Date(NaN);
|
|
3182
3182
|
if (s = E.WwwD.exec(e), s) {
|
|
3183
3183
|
a = parseInt(s[1], 10) - 1;
|
|
3184
3184
|
const o = parseInt(s[2], 10) - 1;
|
|
3185
|
-
return
|
|
3185
|
+
return Nt(a, o) ? Ct(n, a, o) : /* @__PURE__ */ new Date(NaN);
|
|
3186
3186
|
}
|
|
3187
3187
|
return null;
|
|
3188
3188
|
}
|
|
3189
3189
|
function za(e) {
|
|
3190
3190
|
let n, t, r = E.HH.exec(e);
|
|
3191
3191
|
if (r)
|
|
3192
|
-
return n = parseFloat(r[1].replace(",", ".")),
|
|
3192
|
+
return n = parseFloat(r[1].replace(",", ".")), et(n) ? n % 24 * Ke : NaN;
|
|
3193
3193
|
if (r = E.HHMM.exec(e), r)
|
|
3194
|
-
return n = parseInt(r[1], 10), t = parseFloat(r[2].replace(",", ".")),
|
|
3194
|
+
return n = parseInt(r[1], 10), t = parseFloat(r[2].replace(",", ".")), et(n, t) ? n % 24 * Ke + t * It : NaN;
|
|
3195
3195
|
if (r = E.HHMMSS.exec(e), r) {
|
|
3196
3196
|
n = parseInt(r[1], 10), t = parseInt(r[2], 10);
|
|
3197
3197
|
const a = parseFloat(r[3].replace(",", "."));
|
|
3198
|
-
return
|
|
3198
|
+
return et(n, t, a) ? n % 24 * Ke + t * It + a * 1e3 : NaN;
|
|
3199
3199
|
}
|
|
3200
3200
|
return null;
|
|
3201
3201
|
}
|
|
3202
|
-
function
|
|
3202
|
+
function Ct(e, n, t) {
|
|
3203
3203
|
n = n || 0, t = t || 0;
|
|
3204
3204
|
const r = /* @__PURE__ */ new Date(0);
|
|
3205
3205
|
r.setUTCFullYear(e, 0, 4);
|
|
@@ -3207,16 +3207,16 @@ function It(e, n, t) {
|
|
|
3207
3207
|
return r.setUTCDate(r.getUTCDate() + s), r;
|
|
3208
3208
|
}
|
|
3209
3209
|
const Ga = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Wa = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
|
3210
|
-
function
|
|
3210
|
+
function ln(e) {
|
|
3211
3211
|
return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
|
|
3212
3212
|
}
|
|
3213
|
-
function
|
|
3213
|
+
function jt(e, n, t) {
|
|
3214
3214
|
if (n < 0 || n > 11)
|
|
3215
3215
|
return !1;
|
|
3216
3216
|
if (t != null) {
|
|
3217
3217
|
if (t < 1)
|
|
3218
3218
|
return !1;
|
|
3219
|
-
const r =
|
|
3219
|
+
const r = ln(e);
|
|
3220
3220
|
if (r && t > Wa[n] || !r && t > Ga[n])
|
|
3221
3221
|
return !1;
|
|
3222
3222
|
}
|
|
@@ -3225,13 +3225,13 @@ function Ct(e, n, t) {
|
|
|
3225
3225
|
function Ya(e, n) {
|
|
3226
3226
|
if (n < 1)
|
|
3227
3227
|
return !1;
|
|
3228
|
-
const t =
|
|
3228
|
+
const t = ln(e);
|
|
3229
3229
|
return !(t && n > 366 || !t && n > 365);
|
|
3230
3230
|
}
|
|
3231
|
-
function
|
|
3231
|
+
function Nt(e, n) {
|
|
3232
3232
|
return !(e < 0 || e > 52 || n != null && (n < 0 || n > 6));
|
|
3233
3233
|
}
|
|
3234
|
-
function
|
|
3234
|
+
function et(e, n, t) {
|
|
3235
3235
|
return !(e < 0 || e >= 25 || n != null && (n < 0 || n >= 60) || t != null && (t < 0 || t >= 60));
|
|
3236
3236
|
}
|
|
3237
3237
|
const qa = /([xXOz]+)|''|'(''|[^'])+('|$)/g;
|
|
@@ -3239,7 +3239,7 @@ function Ea(e, n, t = {}) {
|
|
|
3239
3239
|
n = String(n);
|
|
3240
3240
|
const r = n.match(qa);
|
|
3241
3241
|
if (r) {
|
|
3242
|
-
const a =
|
|
3242
|
+
const a = qe(t.originalDate || e, t);
|
|
3243
3243
|
n = r.reduce(function(s, o) {
|
|
3244
3244
|
if (o[0] === "'")
|
|
3245
3245
|
return s;
|
|
@@ -3249,16 +3249,16 @@ function Ea(e, n, t = {}) {
|
|
|
3249
3249
|
}
|
|
3250
3250
|
return hr(e, n, t);
|
|
3251
3251
|
}
|
|
3252
|
-
function
|
|
3253
|
-
e =
|
|
3254
|
-
const r =
|
|
3252
|
+
function Ha(e, n, t) {
|
|
3253
|
+
e = qe(e, t);
|
|
3254
|
+
const r = He(n, e, !0), a = new Date(e.getTime() - r), s = /* @__PURE__ */ new Date(0);
|
|
3255
3255
|
return s.setFullYear(a.getUTCFullYear(), a.getUTCMonth(), a.getUTCDate()), s.setHours(a.getUTCHours(), a.getUTCMinutes(), a.getUTCSeconds(), a.getUTCMilliseconds()), s;
|
|
3256
3256
|
}
|
|
3257
|
-
function
|
|
3258
|
-
if (typeof e == "string" && !e.match(
|
|
3259
|
-
return
|
|
3260
|
-
e =
|
|
3261
|
-
const r =
|
|
3257
|
+
function Ba(e, n, t) {
|
|
3258
|
+
if (typeof e == "string" && !e.match(un))
|
|
3259
|
+
return qe(e, { ...t, timeZone: n });
|
|
3260
|
+
e = qe(e, t);
|
|
3261
|
+
const r = ct(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()).getTime(), a = He(n, new Date(r));
|
|
3262
3262
|
return new Date(r + a);
|
|
3263
3263
|
}
|
|
3264
3264
|
const Ua = (e) => new TextEncoder().encode(e), $a = (e) => {
|
|
@@ -3346,29 +3346,29 @@ const Ua = (e) => new TextEncoder().encode(e), $a = (e) => {
|
|
|
3346
3346
|
remainingTimeTo20th: a,
|
|
3347
3347
|
progressPercentageTo20th: g
|
|
3348
3348
|
};
|
|
3349
|
-
},
|
|
3349
|
+
}, cn = (e) => {
|
|
3350
3350
|
try {
|
|
3351
|
-
const { timezone: n } =
|
|
3351
|
+
const { timezone: n } = $t(), t = `Etc/GMT${n > 0 ? `-${n}` : `+${Math.abs(n)}`}`, r = pa(e, "yyyy-MM-dd HH:mm:ss", /* @__PURE__ */ new Date());
|
|
3352
3352
|
if (isNaN(r.getTime()))
|
|
3353
3353
|
throw new Error("Invalid date format");
|
|
3354
|
-
const a =
|
|
3354
|
+
const a = Ba(r, t), s = Intl.DateTimeFormat().resolvedOptions().timeZone, o = Ha(a, s);
|
|
3355
3355
|
return Ea(o, "yyyy-MM-dd HH:mm:ss", { timeZone: s });
|
|
3356
3356
|
} catch (n) {
|
|
3357
3357
|
throw console.error("Error converting to user timezone:", n), n;
|
|
3358
3358
|
}
|
|
3359
|
-
},
|
|
3360
|
-
const t = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (
|
|
3359
|
+
}, dn = (e) => {
|
|
3360
|
+
const t = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (D, _) => `${_.padStart(3, "0")}:00`), r = new Date(t.replace(/0([+-]\d{1,2}:\d{2})/, "$1")), a = r.getFullYear(), s = String(r.getMonth() + 1).padStart(2, "0"), o = String(r.getDate()).padStart(2, "0"), d = String(r.getHours()).padStart(2, "0"), g = String(r.getMinutes()).padStart(2, "0"), f = String(r.getSeconds()).padStart(2, "0");
|
|
3361
3361
|
return `${a}-${s}-${o} ${d}:${g}:${f}`;
|
|
3362
|
-
}, Ka = () => Date.now(), es = (e) => new Date(e).getTime(),
|
|
3362
|
+
}, Ka = () => Date.now(), es = (e) => new Date(e).getTime(), Lt = (e, n = 0) => {
|
|
3363
3363
|
const t = Ka(), r = es(
|
|
3364
|
-
cn(
|
|
3364
|
+
dn(cn(e))
|
|
3365
3365
|
);
|
|
3366
3366
|
if (t > r) {
|
|
3367
3367
|
const a = r + n * 60 * 1e3;
|
|
3368
3368
|
return !(t <= a);
|
|
3369
3369
|
}
|
|
3370
3370
|
return !1;
|
|
3371
|
-
},
|
|
3371
|
+
}, ze = (e) => parseFloat(e.replace(/[^0-9.-]/g, "")), P = (e, n = 2) => {
|
|
3372
3372
|
if (Number(e) !== 0 && !Number(e))
|
|
3373
3373
|
return `${e || ""}`;
|
|
3374
3374
|
const t = `0${n ? "." + "0".repeat(n) : ""}`, r = parseFloat(e);
|
|
@@ -3390,7 +3390,7 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3390
3390
|
depositMethod: !1,
|
|
3391
3391
|
depositor: !1,
|
|
3392
3392
|
uploadReceipt: !1
|
|
3393
|
-
},
|
|
3393
|
+
}, dt = {
|
|
3394
3394
|
id: 0,
|
|
3395
3395
|
name: "",
|
|
3396
3396
|
type: ie.unknown,
|
|
@@ -3403,7 +3403,7 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3403
3403
|
const r = [];
|
|
3404
3404
|
switch (t.name) {
|
|
3405
3405
|
case ie.default:
|
|
3406
|
-
r.push(
|
|
3406
|
+
r.push(Ft(t.paymentmethod.manual, e));
|
|
3407
3407
|
break;
|
|
3408
3408
|
case ie.pay:
|
|
3409
3409
|
r.push(as(t.paymentmethod.onlinebanking, e));
|
|
@@ -3420,7 +3420,7 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3420
3420
|
break;
|
|
3421
3421
|
}
|
|
3422
3422
|
}
|
|
3423
|
-
a && r.push(
|
|
3423
|
+
a && r.push(Ft(t.paymentmethod.manual, e));
|
|
3424
3424
|
}
|
|
3425
3425
|
t.paymentmethod.fixamount.bank.length > 0 && r.push(
|
|
3426
3426
|
os(t.bankid ?? 0, t.paymentmethod.fixamount)
|
|
@@ -3429,10 +3429,11 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3429
3429
|
return {
|
|
3430
3430
|
name: t.label,
|
|
3431
3431
|
imageUrl: `/image/game/native/deposit/sidemenu/${t.name}.png?${e.systemtime}`,
|
|
3432
|
-
paymentList: r
|
|
3432
|
+
paymentList: r,
|
|
3433
|
+
hintMsg: ""
|
|
3433
3434
|
};
|
|
3434
3435
|
})) ?? [];
|
|
3435
|
-
},
|
|
3436
|
+
}, Ue = (e) => {
|
|
3436
3437
|
const n = {
|
|
3437
3438
|
id: -1,
|
|
3438
3439
|
name: "excludePromo",
|
|
@@ -3447,7 +3448,7 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3447
3448
|
dailyBonus: r.dtype === "5" && r.type === "D"
|
|
3448
3449
|
}));
|
|
3449
3450
|
return [n, ...t];
|
|
3450
|
-
},
|
|
3451
|
+
}, je = (e, n, t, r) => {
|
|
3451
3452
|
let a, s;
|
|
3452
3453
|
t > 0 ? a = e > 0 ? Math.max(t, e) : t : a = Math.max(e, 0), r > 0 ? s = n > 0 ? Math.min(r, n) : r : s = Math.max(n, 0);
|
|
3453
3454
|
const o = 100;
|
|
@@ -3456,16 +3457,16 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3456
3457
|
const g = d - o;
|
|
3457
3458
|
let f = "", y = "";
|
|
3458
3459
|
if (g > 0) {
|
|
3459
|
-
let
|
|
3460
|
-
for (const
|
|
3461
|
-
|
|
3462
|
-
for (let
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
for (const
|
|
3466
|
-
|
|
3467
|
-
for (let
|
|
3468
|
-
|
|
3460
|
+
let x = Math.round((d - o) * 0.25).toString().split(""), N = [];
|
|
3461
|
+
for (const w of x)
|
|
3462
|
+
w !== "" && N.push(w);
|
|
3463
|
+
for (let w = 0; w < N.length; w++)
|
|
3464
|
+
w === 0 ? f += (parseInt(N[w]) + 1).toString() : f += "0";
|
|
3465
|
+
x = Math.round((d - o) * 0.5).toString().split(""), N = [];
|
|
3466
|
+
for (const w of x)
|
|
3467
|
+
w !== "" && N.push(w);
|
|
3468
|
+
for (let w = 0; w < N.length; w++)
|
|
3469
|
+
w === 0 ? y += (parseInt(N[w]) + 1).toString() : y += "0";
|
|
3469
3470
|
} else
|
|
3470
3471
|
f = d.toString(), y = d.toString();
|
|
3471
3472
|
return { amountList: [
|
|
@@ -3474,13 +3475,13 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3474
3475
|
y,
|
|
3475
3476
|
d.toString()
|
|
3476
3477
|
], minAmount: a, maxAmount: s };
|
|
3477
|
-
},
|
|
3478
|
+
}, Ft = (e, n) => n ? {
|
|
3478
3479
|
id: 0,
|
|
3479
3480
|
name: "manualMethod",
|
|
3480
3481
|
type: ie.manual,
|
|
3481
|
-
promo:
|
|
3482
|
+
promo: Ue(e.promo),
|
|
3482
3483
|
bank: e.bank.map((a) => {
|
|
3483
|
-
const s = a.list && a.list.length > 0 ? a.list[0].mintransaction ?? "0.00" : "0.00", o = a.list && a.list.length > 0 ? a.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: d, minAmount: g, maxAmount: f } =
|
|
3484
|
+
const s = a.list && a.list.length > 0 ? a.list[0].mintransaction ?? "0.00" : "0.00", o = a.list && a.list.length > 0 ? a.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: d, minAmount: g, maxAmount: f } = je(
|
|
3484
3485
|
Number(s),
|
|
3485
3486
|
Number(o),
|
|
3486
3487
|
n.mdBankLevelDetail.deposit_min,
|
|
@@ -3506,39 +3507,39 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3506
3507
|
depositor: n.mdManualDepositRequireField.depositor,
|
|
3507
3508
|
uploadReceipt: n.mdUploadReceipt
|
|
3508
3509
|
}
|
|
3509
|
-
} :
|
|
3510
|
+
} : dt, as = (e, n) => n ? {
|
|
3510
3511
|
id: 0,
|
|
3511
3512
|
name: "onlineBankingMethod",
|
|
3512
3513
|
type: ie.pay,
|
|
3513
|
-
promo:
|
|
3514
|
+
promo: Ue(e.promo),
|
|
3514
3515
|
bank: e.banklist.map((a) => {
|
|
3515
3516
|
let s = "0.00", o = "0.00";
|
|
3516
3517
|
const d = a.bankindex ?? 0;
|
|
3517
|
-
for (let
|
|
3518
|
-
n.mdGatewayMinMax[
|
|
3519
|
-
const { amountList: g, minAmount: f, maxAmount: y } =
|
|
3518
|
+
for (let x = 0; x < n.mdGatewayMinMax.length; x++)
|
|
3519
|
+
n.mdGatewayMinMax[x].bankindex == d.toString() && (s = n.mdGatewayMinMax[x].min, o = n.mdGatewayMinMax[x].max);
|
|
3520
|
+
const { amountList: g, minAmount: f, maxAmount: y } = je(
|
|
3520
3521
|
Number(s),
|
|
3521
3522
|
Number(o),
|
|
3522
3523
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
3523
3524
|
n.mdBankLevelDetail.onlinepayment_max
|
|
3524
|
-
),
|
|
3525
|
+
), D = {
|
|
3525
3526
|
id: 0,
|
|
3526
3527
|
name: "autoChannel",
|
|
3527
3528
|
amountList: g,
|
|
3528
3529
|
min: f,
|
|
3529
3530
|
max: y
|
|
3530
|
-
}, _ = a.pg.map((
|
|
3531
|
-
const N =
|
|
3531
|
+
}, _ = a.pg.map((x) => {
|
|
3532
|
+
const N = x.mintransaction ?? "0.00", H = x.maxtransaction ?? "0.00", { amountList: B, minAmount: w, maxAmount: S } = je(
|
|
3532
3533
|
Number(N),
|
|
3533
|
-
Number(
|
|
3534
|
+
Number(H),
|
|
3534
3535
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
3535
3536
|
n.mdBankLevelDetail.onlinepayment_max
|
|
3536
3537
|
);
|
|
3537
3538
|
return {
|
|
3538
|
-
id:
|
|
3539
|
-
name:
|
|
3540
|
-
amountList:
|
|
3541
|
-
min:
|
|
3539
|
+
id: x.pgindex,
|
|
3540
|
+
name: x.bankaccountname,
|
|
3541
|
+
amountList: B,
|
|
3542
|
+
min: w,
|
|
3542
3543
|
max: S
|
|
3543
3544
|
};
|
|
3544
3545
|
});
|
|
@@ -3548,18 +3549,18 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3548
3549
|
amountList: [],
|
|
3549
3550
|
min: 0,
|
|
3550
3551
|
max: 0,
|
|
3551
|
-
gateway: [
|
|
3552
|
+
gateway: [D, ..._]
|
|
3552
3553
|
};
|
|
3553
3554
|
}),
|
|
3554
3555
|
requiredField: Be
|
|
3555
|
-
} :
|
|
3556
|
-
if (!t) return
|
|
3556
|
+
} : dt, ss = (e, n, t) => {
|
|
3557
|
+
if (!t) return dt;
|
|
3557
3558
|
const r = ie.auto;
|
|
3558
3559
|
let a = [];
|
|
3559
3560
|
const s = t.mdGatewayMinMax ?? [];
|
|
3560
3561
|
if (n.bank.length > 0 && t.mdPGSelection === "1")
|
|
3561
3562
|
a = n.bank.map((d) => {
|
|
3562
|
-
const { amountList: g, minAmount: f, maxAmount: y } =
|
|
3563
|
+
const { amountList: g, minAmount: f, maxAmount: y } = je(
|
|
3563
3564
|
d.mintransaction ?? 0,
|
|
3564
3565
|
d.maxtransaction ?? 0,
|
|
3565
3566
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3577,7 +3578,7 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3577
3578
|
let d = "0.00", g = "0.00";
|
|
3578
3579
|
for (let p = 0; p < s.length; p++)
|
|
3579
3580
|
s[p].bankindex === e.toString() && (d = s[p].min, g = s[p].max);
|
|
3580
|
-
const { amountList: f, minAmount: y, maxAmount:
|
|
3581
|
+
const { amountList: f, minAmount: y, maxAmount: D } = je(
|
|
3581
3582
|
Number(d),
|
|
3582
3583
|
Number(g),
|
|
3583
3584
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3587,7 +3588,7 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3587
3588
|
name: "autoChannel",
|
|
3588
3589
|
amountList: f,
|
|
3589
3590
|
min: y,
|
|
3590
|
-
max:
|
|
3591
|
+
max: D
|
|
3591
3592
|
};
|
|
3592
3593
|
a.push(_);
|
|
3593
3594
|
}
|
|
@@ -3595,7 +3596,7 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3595
3596
|
id: e,
|
|
3596
3597
|
name: "autoMethod",
|
|
3597
3598
|
type: r,
|
|
3598
|
-
promo:
|
|
3599
|
+
promo: Ue(n.promo),
|
|
3599
3600
|
bank: a,
|
|
3600
3601
|
requiredField: Be
|
|
3601
3602
|
};
|
|
@@ -3605,7 +3606,7 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3605
3606
|
id: e,
|
|
3606
3607
|
name: "fixAmountMethod",
|
|
3607
3608
|
type: t,
|
|
3608
|
-
promo:
|
|
3609
|
+
promo: Ue(n.promo),
|
|
3609
3610
|
bank: n.bank.map((a) => {
|
|
3610
3611
|
const s = a.amtlist.map(Number).sort((d, g) => d - g);
|
|
3611
3612
|
return {
|
|
@@ -3633,14 +3634,14 @@ const ns = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3633
3634
|
var n, t, r, a, s, o, d, g, f;
|
|
3634
3635
|
return {
|
|
3635
3636
|
platformGame: ((n = e.mdGameListResult) == null ? void 0 : n.map((y) => {
|
|
3636
|
-
var
|
|
3637
|
+
var D, _;
|
|
3637
3638
|
return {
|
|
3638
3639
|
code: y.code.toLowerCase(),
|
|
3639
3640
|
id: y.id,
|
|
3640
3641
|
name: y.name,
|
|
3641
3642
|
iconUrl: `/custom/image/side_menu/${y.code.toLowerCase()}.png?v=1`,
|
|
3642
3643
|
nextPage: y.nextPage === 1,
|
|
3643
|
-
list: (y.mdPlatformProducts !== null && ((
|
|
3644
|
+
list: (y.mdPlatformProducts !== null && ((D = y.mdPlatformProducts) == null ? void 0 : D.length)) ?? !1 ? ((_ = y.mdPlatformProducts) == null ? void 0 : _.map((p) => ({
|
|
3644
3645
|
gameId: Number(p.id_GameMaster),
|
|
3645
3646
|
platformId: Number(p.id),
|
|
3646
3647
|
platformCode: p.code,
|
|
@@ -3710,7 +3711,7 @@ function ds(e) {
|
|
|
3710
3711
|
}
|
|
3711
3712
|
const ms = (e) => ({
|
|
3712
3713
|
list: e.mdGrade.map((n) => {
|
|
3713
|
-
var t, r, a, s, o, d, g, f, y,
|
|
3714
|
+
var t, r, a, s, o, d, g, f, y, D, _, p, x, N, H, B, w, S, T, k, q, ue, se, le, ce, K, Ne, $e, he, _e, Te, Oe, ve, Ve, we, Ae, Le, Fe, i, m, v, u, l, R, z, V, Z, G, J, Q, X, U, A, ee, Me, fe, ke, ge, Se, b, gt, pt, bt, yt;
|
|
3714
3715
|
return {
|
|
3715
3716
|
id: n.gradeindex,
|
|
3716
3717
|
is_current_level: !1,
|
|
@@ -3744,52 +3745,52 @@ const ms = (e) => ({
|
|
|
3744
3745
|
},
|
|
3745
3746
|
monthly: {
|
|
3746
3747
|
isShow: !0,
|
|
3747
|
-
bonus: P(((
|
|
3748
|
+
bonus: P(((D = (y = n.benefit) == null ? void 0 : y.monthly) == null ? void 0 : D.bonus) ?? "0"),
|
|
3748
3749
|
bonus_name: ((p = (_ = n.benefit) == null ? void 0 : _.monthly) == null ? void 0 : p.bonus_name) ?? "",
|
|
3749
|
-
turnover: P(((N = (
|
|
3750
|
-
turnover_name: ((
|
|
3750
|
+
turnover: P(((N = (x = n.benefit) == null ? void 0 : x.monthly) == null ? void 0 : N.turnover) ?? "0"),
|
|
3751
|
+
turnover_name: ((B = (H = n.benefit) == null ? void 0 : H.monthly) == null ? void 0 : B.turnover_name) ?? ""
|
|
3751
3752
|
},
|
|
3752
3753
|
weekly: {
|
|
3753
3754
|
isShow: !0,
|
|
3754
|
-
bonus: P(((S = (
|
|
3755
|
+
bonus: P(((S = (w = n.benefit) == null ? void 0 : w.weekly) == null ? void 0 : S.bonus) ?? "0"),
|
|
3755
3756
|
bonus_name: ((k = (T = n.benefit) == null ? void 0 : T.weekly) == null ? void 0 : k.bonus_name) ?? "",
|
|
3756
3757
|
turnover: P(((ue = (q = n.benefit) == null ? void 0 : q.weekly) == null ? void 0 : ue.turnover) ?? "0"),
|
|
3757
3758
|
turnover_name: ((le = (se = n.benefit) == null ? void 0 : se.weekly) == null ? void 0 : le.turnover_name) ?? ""
|
|
3758
3759
|
},
|
|
3759
3760
|
upgrade: {
|
|
3760
3761
|
isShow: !0,
|
|
3761
|
-
bonus: P(((
|
|
3762
|
-
bonus_name: ((
|
|
3763
|
-
turnover: P(((
|
|
3764
|
-
turnover_name: ((
|
|
3762
|
+
bonus: P(((K = (ce = n.benefit) == null ? void 0 : ce.upgrade) == null ? void 0 : K.bonus) ?? "0"),
|
|
3763
|
+
bonus_name: (($e = (Ne = n.benefit) == null ? void 0 : Ne.upgrade) == null ? void 0 : $e.bonus_name) ?? "",
|
|
3764
|
+
turnover: P(((_e = (he = n.benefit) == null ? void 0 : he.upgrade) == null ? void 0 : _e.turnover) ?? "0"),
|
|
3765
|
+
turnover_name: ((Oe = (Te = n.benefit) == null ? void 0 : Te.upgrade) == null ? void 0 : Oe.turnover_name) ?? ""
|
|
3765
3766
|
},
|
|
3766
3767
|
birthday: {
|
|
3767
3768
|
isShow: !0,
|
|
3768
|
-
bonus: P(((
|
|
3769
|
-
bonus_name: ((
|
|
3770
|
-
turnover: P(((
|
|
3771
|
-
turnover_name: ((
|
|
3769
|
+
bonus: P(((Ve = (ve = n.benefit) == null ? void 0 : ve.birthday) == null ? void 0 : Ve.bonus) ?? "0"),
|
|
3770
|
+
bonus_name: ((Ae = (we = n.benefit) == null ? void 0 : we.birthday) == null ? void 0 : Ae.bonus_name) ?? "",
|
|
3771
|
+
turnover: P(((Fe = (Le = n.benefit) == null ? void 0 : Le.birthday) == null ? void 0 : Fe.turnover) ?? "0"),
|
|
3772
|
+
turnover_name: ((m = (i = n.benefit) == null ? void 0 : i.birthday) == null ? void 0 : m.turnover_name) ?? ""
|
|
3772
3773
|
},
|
|
3773
3774
|
salary_1st: {
|
|
3774
3775
|
isShow: !0,
|
|
3775
|
-
bonus: P(((
|
|
3776
|
-
bonus_name: ((
|
|
3777
|
-
turnover: P(((
|
|
3778
|
-
turnover_name: ((
|
|
3776
|
+
bonus: P(((u = (v = n.benefit) == null ? void 0 : v.salary_1st) == null ? void 0 : u.bonus) ?? "0"),
|
|
3777
|
+
bonus_name: ((R = (l = n.benefit) == null ? void 0 : l.salary_1st) == null ? void 0 : R.bonus_name) ?? "",
|
|
3778
|
+
turnover: P(((V = (z = n.benefit) == null ? void 0 : z.salary_1st) == null ? void 0 : V.turnover) ?? "0"),
|
|
3779
|
+
turnover_name: ((G = (Z = n.benefit) == null ? void 0 : Z.salary_1st) == null ? void 0 : G.turnover_name) ?? ""
|
|
3779
3780
|
},
|
|
3780
3781
|
salary_10th: {
|
|
3781
3782
|
isShow: !0,
|
|
3782
|
-
bonus: P(((
|
|
3783
|
-
bonus_name: ((
|
|
3784
|
-
turnover: P(((
|
|
3785
|
-
turnover_name: ((fe = (
|
|
3783
|
+
bonus: P(((Q = (J = n.benefit) == null ? void 0 : J.salary_10th) == null ? void 0 : Q.bonus) ?? "0"),
|
|
3784
|
+
bonus_name: ((U = (X = n.benefit) == null ? void 0 : X.salary_10th) == null ? void 0 : U.bonus_name) ?? "",
|
|
3785
|
+
turnover: P(((ee = (A = n.benefit) == null ? void 0 : A.salary_10th) == null ? void 0 : ee.turnover) ?? "0"),
|
|
3786
|
+
turnover_name: ((fe = (Me = n.benefit) == null ? void 0 : Me.salary_10th) == null ? void 0 : fe.turnover_name) ?? ""
|
|
3786
3787
|
},
|
|
3787
3788
|
salary_20th: {
|
|
3788
3789
|
isShow: !0,
|
|
3789
|
-
bonus: P(((
|
|
3790
|
-
bonus_name: ((
|
|
3791
|
-
turnover: P(((
|
|
3792
|
-
turnover_name: ((
|
|
3790
|
+
bonus: P(((ge = (ke = n.benefit) == null ? void 0 : ke.salary_20th) == null ? void 0 : ge.bonus) ?? "0"),
|
|
3791
|
+
bonus_name: ((b = (Se = n.benefit) == null ? void 0 : Se.salary_20th) == null ? void 0 : b.bonus_name) ?? "",
|
|
3792
|
+
turnover: P(((pt = (gt = n.benefit) == null ? void 0 : gt.salary_20th) == null ? void 0 : pt.turnover) ?? "0"),
|
|
3793
|
+
turnover_name: ((yt = (bt = n.benefit) == null ? void 0 : bt.salary_20th) == null ? void 0 : yt.turnover_name) ?? ""
|
|
3793
3794
|
}
|
|
3794
3795
|
}
|
|
3795
3796
|
};
|
|
@@ -3909,27 +3910,27 @@ const ms = (e) => ({
|
|
|
3909
3910
|
}).sort((n, t) => n.claimable && !t.claimable ? -1 : !n.claimable && t.claimable ? 1 : 0)
|
|
3910
3911
|
}), gs = (e) => ({
|
|
3911
3912
|
month: {
|
|
3912
|
-
status:
|
|
3913
|
+
status: pe(e.month)
|
|
3913
3914
|
},
|
|
3914
3915
|
week: {
|
|
3915
|
-
status:
|
|
3916
|
+
status: pe(e.week)
|
|
3916
3917
|
},
|
|
3917
3918
|
day: {
|
|
3918
|
-
status:
|
|
3919
|
+
status: pe(e.day)
|
|
3919
3920
|
},
|
|
3920
3921
|
birthday: {
|
|
3921
|
-
status:
|
|
3922
|
+
status: pe(e.birthday)
|
|
3922
3923
|
},
|
|
3923
3924
|
salary_1st: {
|
|
3924
|
-
status:
|
|
3925
|
+
status: pe(e.salary1st)
|
|
3925
3926
|
},
|
|
3926
3927
|
salary_10th: {
|
|
3927
|
-
status:
|
|
3928
|
+
status: pe(e.salary10th)
|
|
3928
3929
|
},
|
|
3929
3930
|
salary_20th: {
|
|
3930
|
-
status:
|
|
3931
|
+
status: pe(e.salary20th)
|
|
3931
3932
|
}
|
|
3932
|
-
}),
|
|
3933
|
+
}), pe = (e) => ({
|
|
3933
3934
|
claimable: e === 1,
|
|
3934
3935
|
expired: e === 0,
|
|
3935
3936
|
claimed: e === -1
|
|
@@ -3980,21 +3981,25 @@ const ms = (e) => ({
|
|
|
3980
3981
|
whatsappRegister: e.registerwa ?? ""
|
|
3981
3982
|
};
|
|
3982
3983
|
}, hs = (e) => {
|
|
3983
|
-
var n, t, r, a, s;
|
|
3984
|
+
var n, t, r, a, s, o;
|
|
3984
3985
|
return {
|
|
3985
|
-
banner: ((n = e.mobileBanner) == null ? void 0 : n.map((
|
|
3986
|
-
ad: ((t = e.mobileAd) == null ? void 0 : t.map((
|
|
3987
|
-
about: ((r = e.about) == null ? void 0 : r.map((
|
|
3988
|
-
name:
|
|
3989
|
-
content:
|
|
3990
|
-
link:
|
|
3986
|
+
banner: ((n = e.mobileBanner) == null ? void 0 : n.map((d) => `${d.imagepath}?ts=${d.filemtime}`)) ?? [],
|
|
3987
|
+
ad: ((t = e.mobileAd) == null ? void 0 : t.map((d) => `${d.imagepath}?ts=${d.filemtime}`)) ?? [],
|
|
3988
|
+
about: ((r = e.about) == null ? void 0 : r.map((d) => ({
|
|
3989
|
+
name: d.name,
|
|
3990
|
+
content: d.content,
|
|
3991
|
+
link: d.link
|
|
3991
3992
|
}))) ?? [],
|
|
3992
|
-
mobileAbout: ((a = e.mobileAbout) == null ? void 0 : a.map((
|
|
3993
|
-
name:
|
|
3994
|
-
content:
|
|
3995
|
-
link:
|
|
3993
|
+
mobileAbout: ((a = e.mobileAbout) == null ? void 0 : a.map((d) => ({
|
|
3994
|
+
name: d.name,
|
|
3995
|
+
content: d.content,
|
|
3996
|
+
link: d.link
|
|
3996
3997
|
}))) ?? [],
|
|
3997
|
-
appAd: ((s = e.appAd) == null ? void 0 : s.map((
|
|
3998
|
+
appAd: ((s = e.appAd) == null ? void 0 : s.map((d) => `${d.imagepath}?ts=${d.filemtime}`)) ?? [],
|
|
3999
|
+
depositHint: ((o = e.deposit) == null ? void 0 : o.map((d) => ({
|
|
4000
|
+
paymentName: d.name,
|
|
4001
|
+
content: d.content
|
|
4002
|
+
}))) ?? []
|
|
3998
4003
|
};
|
|
3999
4004
|
}, _s = (e) => {
|
|
4000
4005
|
var n;
|
|
@@ -4015,7 +4020,7 @@ const ms = (e) => ({
|
|
|
4015
4020
|
code: t.code,
|
|
4016
4021
|
iconUrl: t.flag_icon
|
|
4017
4022
|
}))) ?? [];
|
|
4018
|
-
},
|
|
4023
|
+
}, Ds = (e) => ({
|
|
4019
4024
|
name: ""
|
|
4020
4025
|
}), Ps = (e) => {
|
|
4021
4026
|
var n;
|
|
@@ -4024,17 +4029,17 @@ const ms = (e) => ({
|
|
|
4024
4029
|
name: t.company_name,
|
|
4025
4030
|
date: []
|
|
4026
4031
|
}))) ?? [];
|
|
4027
|
-
},
|
|
4032
|
+
}, xs = (e) => {
|
|
4028
4033
|
var n;
|
|
4029
4034
|
return ((n = e.data) == null ? void 0 : n.map((t) => {
|
|
4030
4035
|
var r;
|
|
4031
4036
|
return {
|
|
4032
4037
|
id: t.key,
|
|
4033
|
-
date: ((r = t.draw_date) == null ? void 0 : r.map((a) =>
|
|
4038
|
+
date: ((r = t.draw_date) == null ? void 0 : r.map((a) => Rs(a.draw_tmactive))) ?? []
|
|
4034
4039
|
};
|
|
4035
4040
|
})) ?? [];
|
|
4036
4041
|
};
|
|
4037
|
-
function
|
|
4042
|
+
function Rs(e) {
|
|
4038
4043
|
const n = new Date(e * 1e3), t = n.getFullYear(), r = ("0" + (n.getMonth() + 1)).slice(-2), a = ("0" + n.getDate()).slice(-2);
|
|
4039
4044
|
return `${t}-${r}-${a}`;
|
|
4040
4045
|
}
|
|
@@ -4051,7 +4056,7 @@ const Os = (e) => {
|
|
|
4051
4056
|
}))) ?? []
|
|
4052
4057
|
};
|
|
4053
4058
|
})) ?? [];
|
|
4054
|
-
},
|
|
4059
|
+
}, Ms = (e) => e.data.map((n) => ({
|
|
4055
4060
|
companyId: n.company_id,
|
|
4056
4061
|
companyName: n.company_name,
|
|
4057
4062
|
resultByDateList: n.draws.map((t) => {
|
|
@@ -4067,7 +4072,7 @@ const Os = (e) => {
|
|
|
4067
4072
|
(p) => p.combination_dimension === 4 && p.combination_position === 5
|
|
4068
4073
|
).map((p) => p.combination_combination), f = t.results.filter(
|
|
4069
4074
|
(p) => p.combination_dimension === 5 && p.combination_position === 1
|
|
4070
|
-
).map((p) => p.combination_combination), y = t.results.filter((p) => p.combination_dimension == 5).map((p) => p.combination_combination),
|
|
4075
|
+
).map((p) => p.combination_combination), y = t.results.filter((p) => p.combination_dimension == 5).map((p) => p.combination_combination), D = t.results.filter(
|
|
4071
4076
|
(p) => p.combination_dimension === 6 && p.combination_position === 1
|
|
4072
4077
|
).map((p) => p.combination_combination), _ = t.results.filter((p) => p.combination_dimension === 6).map((p) => p.combination_combination);
|
|
4073
4078
|
return {
|
|
@@ -4085,15 +4090,15 @@ const Os = (e) => {
|
|
|
4085
4090
|
all: y
|
|
4086
4091
|
},
|
|
4087
4092
|
dimension_6: {
|
|
4088
|
-
prize_1:
|
|
4093
|
+
prize_1: D,
|
|
4089
4094
|
all: _
|
|
4090
4095
|
}
|
|
4091
4096
|
};
|
|
4092
4097
|
})
|
|
4093
|
-
})), ks = (e) => e.data ? e.data.filter((n) => !
|
|
4098
|
+
})), ks = (e) => e.data ? e.data.filter((n) => !Lt(n.matchDate, 120)).map((n) => ({
|
|
4094
4099
|
id: n.id,
|
|
4095
|
-
date: cn(
|
|
4096
|
-
started:
|
|
4100
|
+
date: dn(cn(n.matchDate)),
|
|
4101
|
+
started: Lt(n.matchDate),
|
|
4097
4102
|
stage: n.Stage,
|
|
4098
4103
|
sportId: n.SportID,
|
|
4099
4104
|
matchId: n.MatchID,
|
|
@@ -4296,13 +4301,13 @@ const Fs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4296
4301
|
tokenAmount: t.token_amount
|
|
4297
4302
|
}))) ?? []
|
|
4298
4303
|
};
|
|
4299
|
-
},
|
|
4304
|
+
}, Hs = (e) => ({
|
|
4300
4305
|
status: e.status == 1,
|
|
4301
4306
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4302
4307
|
loginId: e.loginId ?? "",
|
|
4303
4308
|
password: e.password ?? "",
|
|
4304
4309
|
downloadUrl: e.download_link ?? ""
|
|
4305
|
-
}),
|
|
4310
|
+
}), Bs = (e) => (e == null ? void 0 : e.map((n) => ({
|
|
4306
4311
|
messageId: n.msgindex,
|
|
4307
4312
|
unread: n.status == "0",
|
|
4308
4313
|
date: n.cdate,
|
|
@@ -4431,20 +4436,54 @@ const Fs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4431
4436
|
totalCount: a,
|
|
4432
4437
|
list: t
|
|
4433
4438
|
};
|
|
4434
|
-
}, Ks = (e) =>
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4439
|
+
}, Ks = (e) => {
|
|
4440
|
+
const n = {
|
|
4441
|
+
claimedReward: "0",
|
|
4442
|
+
currentInvite: "0",
|
|
4443
|
+
currentReward: "0",
|
|
4444
|
+
totalInvite: "0",
|
|
4445
|
+
totalReward: "0",
|
|
4446
|
+
unclaimReward: "0"
|
|
4447
|
+
}, t = {
|
|
4448
|
+
claimedReward: "0",
|
|
4449
|
+
currentDirectDownline: "0",
|
|
4450
|
+
currentOtherDownline: "0",
|
|
4451
|
+
currentReward: "0",
|
|
4452
|
+
totalReward: "0",
|
|
4453
|
+
unclaimReward: "0"
|
|
4454
|
+
}, r = {
|
|
4455
|
+
claimedReward: "0",
|
|
4456
|
+
currentDirectDownline: "0",
|
|
4457
|
+
currentOtherDownline: "0",
|
|
4458
|
+
currentReward: "0",
|
|
4459
|
+
totalReward: "0",
|
|
4460
|
+
unclaimReward: "0"
|
|
4461
|
+
};
|
|
4462
|
+
return e.status == 0 ? {
|
|
4463
|
+
referralRewardData: {
|
|
4464
|
+
directDownline: "0",
|
|
4465
|
+
otherDownline: "0",
|
|
4466
|
+
uplineCode: "",
|
|
4467
|
+
referralCode: "",
|
|
4468
|
+
totalCommission: "0",
|
|
4469
|
+
isClaimable: !1
|
|
4470
|
+
},
|
|
4471
|
+
inviteRewardData: n,
|
|
4472
|
+
turnOverRewardData: t,
|
|
4473
|
+
topupRewardData: r
|
|
4474
|
+
} : {
|
|
4475
|
+
referralRewardData: {
|
|
4476
|
+
directDownline: e.data.direct_downline_count.toString(),
|
|
4477
|
+
otherDownline: e.data.others_downline_count.toString(),
|
|
4478
|
+
uplineCode: e.data.upline.accountcode,
|
|
4479
|
+
referralCode: e.data.referral_code,
|
|
4480
|
+
totalCommission: "0",
|
|
4481
|
+
isClaimable: !1
|
|
4482
|
+
},
|
|
4483
|
+
inviteRewardData: n,
|
|
4484
|
+
turnOverRewardData: t,
|
|
4485
|
+
topupRewardData: r
|
|
4486
|
+
};
|
|
4448
4487
|
}, eo = (e) => {
|
|
4449
4488
|
var g;
|
|
4450
4489
|
let n = null, t = null;
|
|
@@ -4558,7 +4597,7 @@ const Fs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4558
4597
|
qrcode: ((a = e.data) == null ? void 0 : a.qrcode) ?? [],
|
|
4559
4598
|
personal: ((s = e.data) == null ? void 0 : s.personal) ?? []
|
|
4560
4599
|
};
|
|
4561
|
-
},
|
|
4600
|
+
}, tt = (e) => ({
|
|
4562
4601
|
validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
|
|
4563
4602
|
forms: co(e)
|
|
4564
4603
|
}), co = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((n) => ({
|
|
@@ -4631,10 +4670,10 @@ const Fs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4631
4670
|
message: e.msg ?? "",
|
|
4632
4671
|
form: e.form ?? "",
|
|
4633
4672
|
gameUrl: e.data ?? ""
|
|
4634
|
-
}),
|
|
4673
|
+
}), Do = (e) => I(e), Po = (e) => I(e), nt = (e) => ({
|
|
4635
4674
|
status: e.status == 1,
|
|
4636
4675
|
message: e.errormessage ?? ""
|
|
4637
|
-
}),
|
|
4676
|
+
}), xo = (e) => I(e), Ro = (e) => e, Oo = (e) => I(e), Mo = (e) => {
|
|
4638
4677
|
var n;
|
|
4639
4678
|
return {
|
|
4640
4679
|
platformProduct: ((n = e.mdPlatformProduct) == null ? void 0 : n.map((t) => ({
|
|
@@ -4722,7 +4761,7 @@ const Fs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4722
4761
|
commission: t.commission
|
|
4723
4762
|
}))
|
|
4724
4763
|
}))
|
|
4725
|
-
}),
|
|
4764
|
+
}), Ho = (e) => ({
|
|
4726
4765
|
status: e.status == 1,
|
|
4727
4766
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4728
4767
|
id: e.id ?? 0,
|
|
@@ -4734,16 +4773,16 @@ const Fs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4734
4773
|
})),
|
|
4735
4774
|
currentPage: e.page,
|
|
4736
4775
|
lastPage: e.lastpage
|
|
4737
|
-
}),
|
|
4776
|
+
}), Bo = (e) => ({
|
|
4738
4777
|
status: e.status == "1",
|
|
4739
4778
|
message: e.msg ?? "",
|
|
4740
4779
|
username: e.accountcode,
|
|
4741
4780
|
password: e.password
|
|
4742
4781
|
});
|
|
4743
|
-
var
|
|
4782
|
+
var Ee = /* @__PURE__ */ ((e) => (e.toPlatform = "transferIn", e.toWallet = "transferOut", e))(Ee || {});
|
|
4744
4783
|
const Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4745
4784
|
__proto__: null,
|
|
4746
|
-
TransferMethod:
|
|
4785
|
+
TransferMethod: Ee
|
|
4747
4786
|
}, Symbol.toStringTag, { value: "Module" })), $o = (e) => {
|
|
4748
4787
|
var n;
|
|
4749
4788
|
return {
|
|
@@ -4752,7 +4791,7 @@ const Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4752
4791
|
data: ((n = e.mdGameCreditLimitTransfers.data) == null ? void 0 : n.map((t) => ({
|
|
4753
4792
|
transferIndex: t.clindex,
|
|
4754
4793
|
target: t.com_from !== "" ? t.com_from : t.com_to,
|
|
4755
|
-
category: t.com_from !== "" ?
|
|
4794
|
+
category: t.com_from !== "" ? Ee.toWallet : Ee.toPlatform,
|
|
4756
4795
|
amount: P(t.amount),
|
|
4757
4796
|
dateTime: t.transferdatetime
|
|
4758
4797
|
}))) ?? []
|
|
@@ -4771,7 +4810,7 @@ const Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4771
4810
|
}))) ?? []
|
|
4772
4811
|
};
|
|
4773
4812
|
}, Ao = (e) => {
|
|
4774
|
-
var n, t, r, a, s, o, d, g, f, y,
|
|
4813
|
+
var n, t, r, a, s, o, d, g, f, y, D;
|
|
4775
4814
|
return {
|
|
4776
4815
|
status: e.status == 1,
|
|
4777
4816
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
@@ -4806,7 +4845,7 @@ const Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4806
4845
|
resultL: _.resultL
|
|
4807
4846
|
}))) ?? [],
|
|
4808
4847
|
currentPage: ((y = e.data) == null ? void 0 : y.page.current_page) ?? 1,
|
|
4809
|
-
lastPage: ((
|
|
4848
|
+
lastPage: ((D = e.data) == null ? void 0 : D.page.last_page) ?? 1
|
|
4810
4849
|
}
|
|
4811
4850
|
};
|
|
4812
4851
|
}, Qo = (e) => {
|
|
@@ -4860,10 +4899,10 @@ const Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4860
4899
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4861
4900
|
tokenAmount: e.token_amount
|
|
4862
4901
|
}), ni = (e) => I(e);
|
|
4863
|
-
var
|
|
4902
|
+
var mt = /* @__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))(mt || {});
|
|
4864
4903
|
const ri = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4865
4904
|
__proto__: null,
|
|
4866
|
-
SettingCategory:
|
|
4905
|
+
SettingCategory: mt
|
|
4867
4906
|
}, Symbol.toStringTag, { value: "Module" })), ai = (e) => {
|
|
4868
4907
|
let n = 0;
|
|
4869
4908
|
return e.data != null && typeof e.data == "object" && (n = e.data.amount), {
|
|
@@ -4973,21 +5012,21 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4973
5012
|
status: e.status,
|
|
4974
5013
|
data: null
|
|
4975
5014
|
};
|
|
4976
|
-
const n =
|
|
5015
|
+
const n = zt(e, 0), t = zt(e, 1);
|
|
4977
5016
|
return {
|
|
4978
5017
|
status: e.status,
|
|
4979
5018
|
data: {
|
|
4980
|
-
period: `${
|
|
5019
|
+
period: `${Gt(e.data.datefrom)} ~ ${Gt(e.data.dateto)}`,
|
|
4981
5020
|
gift: {
|
|
4982
5021
|
deposit: {
|
|
4983
5022
|
current: n.filter((r) => r.status == re.collected).length,
|
|
4984
5023
|
total: n.length,
|
|
4985
|
-
percentage:
|
|
5024
|
+
percentage: Wt(n)
|
|
4986
5025
|
},
|
|
4987
5026
|
activeBet: {
|
|
4988
5027
|
current: t.filter((r) => r.status == re.collected).length,
|
|
4989
5028
|
total: t.length,
|
|
4990
|
-
percentage:
|
|
5029
|
+
percentage: Wt(t)
|
|
4991
5030
|
},
|
|
4992
5031
|
grandPrize: {
|
|
4993
5032
|
countDownTimestamp: yi(e.data.dateto),
|
|
@@ -4999,7 +5038,7 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4999
5038
|
activeBet: t
|
|
5000
5039
|
}
|
|
5001
5040
|
};
|
|
5002
|
-
},
|
|
5041
|
+
}, zt = (e, n) => e.data.tier.filter((t) => t.type == n).map((t) => {
|
|
5003
5042
|
const r = Math.min(t.achieve ?? 0, t.requirement);
|
|
5004
5043
|
return {
|
|
5005
5044
|
id: t.transid,
|
|
@@ -5011,10 +5050,10 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5011
5050
|
currentPercentage: (r / t.requirement * 100).toFixed(0)
|
|
5012
5051
|
}
|
|
5013
5052
|
};
|
|
5014
|
-
}),
|
|
5053
|
+
}), Gt = (e) => {
|
|
5015
5054
|
const n = new Date(e), t = n.getDate().toString().padStart(2, "0"), r = (n.getMonth() + 1).toString().padStart(2, "0"), a = n.getHours().toString().padStart(2, "0"), s = n.getMinutes().toString().padStart(2, "0");
|
|
5016
5055
|
return `${t}/${r} ${a}:${s}`;
|
|
5017
|
-
},
|
|
5056
|
+
}, Wt = (e) => {
|
|
5018
5057
|
const n = e.reduce((r, a) => r + parseFloat(a.reward), 0), t = e.reduce((r, a) => r + a.progress.total, 0);
|
|
5019
5058
|
return t > 0 ? (n / t * 100).toFixed(2) : "0";
|
|
5020
5059
|
}, yi = (e) => {
|
|
@@ -5054,10 +5093,10 @@ const pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5054
5093
|
rate: "0.00"
|
|
5055
5094
|
})) ?? [] : []
|
|
5056
5095
|
}), vi = (e) => I(e), wi = (e) => I(e);
|
|
5057
|
-
var
|
|
5058
|
-
const
|
|
5096
|
+
var ye = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(ye || {});
|
|
5097
|
+
const Di = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5059
5098
|
__proto__: null,
|
|
5060
|
-
AccumulateDepositStatus:
|
|
5099
|
+
AccumulateDepositStatus: ye
|
|
5061
5100
|
}, Symbol.toStringTag, { value: "Module" })), Pi = (e) => {
|
|
5062
5101
|
if (e.status == 0)
|
|
5063
5102
|
return {
|
|
@@ -5071,7 +5110,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5071
5110
|
n = {
|
|
5072
5111
|
buttonStatus: e.data.tier.filter(
|
|
5073
5112
|
(o) => o.claimable == "1" && o.collected != "1"
|
|
5074
|
-
).length > 0 ?
|
|
5113
|
+
).length > 0 ? ye.collectable : ye.collected,
|
|
5075
5114
|
dateFrom: e.data.datefrom,
|
|
5076
5115
|
dateTo: e.data.dateto,
|
|
5077
5116
|
progress: {
|
|
@@ -5082,7 +5121,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5082
5121
|
list: e.data.tier.map((o) => ({
|
|
5083
5122
|
total: o.requirement,
|
|
5084
5123
|
reward: Number(o.reward),
|
|
5085
|
-
status: o.claimable != "1" ?
|
|
5124
|
+
status: o.claimable != "1" ? ye.inProgress : o.collected == "1" ? ye.collected : ye.collectable
|
|
5086
5125
|
}))
|
|
5087
5126
|
};
|
|
5088
5127
|
}
|
|
@@ -5091,10 +5130,10 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5091
5130
|
message: e.msg ?? "",
|
|
5092
5131
|
data: n
|
|
5093
5132
|
};
|
|
5094
|
-
},
|
|
5133
|
+
}, xi = (e) => ({
|
|
5095
5134
|
status: e.status == 1,
|
|
5096
5135
|
message: e.msg ?? ""
|
|
5097
|
-
}),
|
|
5136
|
+
}), Ri = (e) => {
|
|
5098
5137
|
var n;
|
|
5099
5138
|
return {
|
|
5100
5139
|
status: e.status == 1,
|
|
@@ -5133,7 +5172,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5133
5172
|
};
|
|
5134
5173
|
})) ?? []
|
|
5135
5174
|
};
|
|
5136
|
-
},
|
|
5175
|
+
}, Mi = (e) => ({
|
|
5137
5176
|
status: e.status == 1,
|
|
5138
5177
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
5139
5178
|
data: {
|
|
@@ -5247,8 +5286,13 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5247
5286
|
desc: n.txn_type
|
|
5248
5287
|
}))
|
|
5249
5288
|
}
|
|
5250
|
-
})
|
|
5251
|
-
|
|
5289
|
+
});
|
|
5290
|
+
var ft = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e.appAd = "appAd", e.deposit = "deposit", e))(ft || {});
|
|
5291
|
+
const Yi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5292
|
+
__proto__: null,
|
|
5293
|
+
CmsCategory: ft
|
|
5294
|
+
}, Symbol.toStringTag, { value: "Module" })), qi = async (e) => {
|
|
5295
|
+
var n, t, r, a, s, o, d, g, f, y, D, _, p, x, N, H, B, w, S, T, k, q, ue, se, le, ce;
|
|
5252
5296
|
try {
|
|
5253
5297
|
e.findIndex((m) => m.name === c.vipList) !== -1 && e.push(
|
|
5254
5298
|
{
|
|
@@ -5259,7 +5303,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5259
5303
|
{ name: c.vipStatus, query: "" },
|
|
5260
5304
|
{
|
|
5261
5305
|
name: c.getSetting,
|
|
5262
|
-
query: JSON.stringify({ name: [
|
|
5306
|
+
query: JSON.stringify({ name: [mt.vipcalculation] })
|
|
5263
5307
|
}
|
|
5264
5308
|
), e.findIndex(
|
|
5265
5309
|
(m) => m.name === c.getRewardReferral
|
|
@@ -5276,57 +5320,66 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5276
5320
|
name: c.getTopupRewardData,
|
|
5277
5321
|
query: ""
|
|
5278
5322
|
}
|
|
5279
|
-
)
|
|
5280
|
-
|
|
5323
|
+
), e.findIndex(
|
|
5324
|
+
(m) => m.name === c.paymentsProvider
|
|
5325
|
+
) !== -1 && e.push({
|
|
5326
|
+
name: c.cmsList,
|
|
5327
|
+
query: JSON.stringify({
|
|
5328
|
+
p: 1,
|
|
5329
|
+
c: 0,
|
|
5330
|
+
list: [ft.deposit]
|
|
5331
|
+
})
|
|
5332
|
+
});
|
|
5333
|
+
const he = e.findIndex(
|
|
5281
5334
|
(m) => m.name === c.getFavouriteGame
|
|
5282
5335
|
);
|
|
5283
|
-
|
|
5336
|
+
he !== -1 && (JSON.parse(e[he].query).pid || e.push({
|
|
5284
5337
|
name: c.getPlatformTurnoverRate,
|
|
5285
5338
|
query: ""
|
|
5286
5339
|
}));
|
|
5287
|
-
const
|
|
5288
|
-
|
|
5340
|
+
const _e = e.findIndex((m) => m.name === c.fishGameList);
|
|
5341
|
+
_e !== -1 && (JSON.parse(e[_e].query).pid || e.push({
|
|
5289
5342
|
name: c.getPlatformTurnoverRate,
|
|
5290
5343
|
query: ""
|
|
5291
5344
|
}));
|
|
5292
|
-
const
|
|
5293
|
-
|
|
5345
|
+
const Te = e.findIndex((m) => m.name === c.gameList);
|
|
5346
|
+
Te !== -1 && (JSON.parse(e[Te].query).pid || e.push({
|
|
5294
5347
|
name: c.getPlatformTurnoverRate,
|
|
5295
5348
|
query: ""
|
|
5296
5349
|
}));
|
|
5297
|
-
const
|
|
5298
|
-
if (
|
|
5350
|
+
const Oe = e.findIndex((m) => m.name === c.searchHot);
|
|
5351
|
+
if (Oe !== -1) {
|
|
5299
5352
|
let m = {};
|
|
5300
|
-
e.forEach((
|
|
5301
|
-
m =
|
|
5302
|
-
}), e.splice(
|
|
5353
|
+
e.forEach((v) => {
|
|
5354
|
+
m = v.query;
|
|
5355
|
+
}), e.splice(Oe), e.push({
|
|
5303
5356
|
name: c.getFourDimensionData,
|
|
5304
5357
|
query: String(m)
|
|
5305
5358
|
});
|
|
5306
5359
|
}
|
|
5307
|
-
const
|
|
5308
|
-
if (
|
|
5360
|
+
const ve = e.findIndex((m) => m.name === c.searchNumberHistory);
|
|
5361
|
+
if (ve !== -1) {
|
|
5309
5362
|
let m = {};
|
|
5310
|
-
e.forEach((
|
|
5311
|
-
m =
|
|
5312
|
-
}), e.splice(
|
|
5363
|
+
e.forEach((v) => {
|
|
5364
|
+
m = v.query;
|
|
5365
|
+
}), e.splice(ve), e.push({
|
|
5313
5366
|
name: c.getFourDimensionData,
|
|
5314
5367
|
query: String(m)
|
|
5315
5368
|
});
|
|
5316
5369
|
}
|
|
5317
5370
|
if (e.findIndex((m) => m.name === c.searchByDate) !== -1) {
|
|
5318
5371
|
let m = {};
|
|
5319
|
-
e.forEach((
|
|
5320
|
-
m =
|
|
5321
|
-
}), e.splice(
|
|
5372
|
+
e.forEach((v) => {
|
|
5373
|
+
m = v.query;
|
|
5374
|
+
}), e.splice(ve), e.push({
|
|
5322
5375
|
name: c.getFourDimensionData,
|
|
5323
5376
|
query: String(m)
|
|
5324
5377
|
});
|
|
5325
5378
|
}
|
|
5326
|
-
const
|
|
5379
|
+
const we = e.findIndex(
|
|
5327
5380
|
(m) => m.name === c.getFourDimensionData
|
|
5328
5381
|
);
|
|
5329
|
-
|
|
5382
|
+
we !== -1 && e[we].query == "" && (e.splice(we), e.push(
|
|
5330
5383
|
{
|
|
5331
5384
|
name: c.getFourDimensionData,
|
|
5332
5385
|
query: JSON.stringify({ action: c.getCompany, native: "1" })
|
|
@@ -5342,22 +5395,22 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5342
5395
|
})
|
|
5343
5396
|
}
|
|
5344
5397
|
));
|
|
5345
|
-
const
|
|
5398
|
+
const Le = {
|
|
5346
5399
|
requests: e.map((m) => ({
|
|
5347
5400
|
name: m.name,
|
|
5348
5401
|
query: btoa(m.query)
|
|
5349
5402
|
}))
|
|
5350
|
-
},
|
|
5403
|
+
}, Fe = await ae.post(
|
|
5351
5404
|
"/graph/jwt",
|
|
5352
|
-
Ua(JSON.stringify(
|
|
5405
|
+
Ua(JSON.stringify(Le))
|
|
5353
5406
|
), i = {
|
|
5354
5407
|
status: 200,
|
|
5355
5408
|
message: "",
|
|
5356
5409
|
result: {}
|
|
5357
5410
|
};
|
|
5358
|
-
for (const m of
|
|
5411
|
+
for (const m of Fe.data.responses) {
|
|
5359
5412
|
m.error != null && m.error.code != 200 && (i.status = m.error.code, i.message = m.error.message);
|
|
5360
|
-
const
|
|
5413
|
+
const v = m.attributes !== null && m.attributes !== void 0 ? $a(m.attributes) : null, u = m.name, l = v ? JSON.parse(v) : null;
|
|
5361
5414
|
if (!l)
|
|
5362
5415
|
i.result[u] = null;
|
|
5363
5416
|
else
|
|
@@ -5416,7 +5469,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5416
5469
|
);
|
|
5417
5470
|
break;
|
|
5418
5471
|
case c.getFourDimensionData:
|
|
5419
|
-
i.result[u] =
|
|
5472
|
+
i.result[u] = Ds(
|
|
5420
5473
|
l
|
|
5421
5474
|
);
|
|
5422
5475
|
break;
|
|
@@ -5424,7 +5477,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5424
5477
|
i.result[u] = Ps(l);
|
|
5425
5478
|
break;
|
|
5426
5479
|
case c.searchResultDate:
|
|
5427
|
-
i.result[u] =
|
|
5480
|
+
i.result[u] = xs(
|
|
5428
5481
|
l
|
|
5429
5482
|
);
|
|
5430
5483
|
break;
|
|
@@ -5432,7 +5485,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5432
5485
|
i.result[u] = Os(l);
|
|
5433
5486
|
break;
|
|
5434
5487
|
case c.searchByDate:
|
|
5435
|
-
i.result[u] =
|
|
5488
|
+
i.result[u] = Ms(l);
|
|
5436
5489
|
break;
|
|
5437
5490
|
case c.upcomingMatches:
|
|
5438
5491
|
i.result[u] = ks(
|
|
@@ -5477,10 +5530,10 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5477
5530
|
i.result[u] = Es(l);
|
|
5478
5531
|
break;
|
|
5479
5532
|
case c.getExtraGame:
|
|
5480
|
-
i.result[u] =
|
|
5533
|
+
i.result[u] = Hs(l);
|
|
5481
5534
|
break;
|
|
5482
5535
|
case c.mailBox:
|
|
5483
|
-
i.result[u] =
|
|
5536
|
+
i.result[u] = Bs(l);
|
|
5484
5537
|
break;
|
|
5485
5538
|
case c.fishGameList:
|
|
5486
5539
|
i.result[u] = Us(l);
|
|
@@ -5524,7 +5577,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5524
5577
|
);
|
|
5525
5578
|
break;
|
|
5526
5579
|
case c.submitWithdrawValidate:
|
|
5527
|
-
i.result[u] =
|
|
5580
|
+
i.result[u] = nt(l);
|
|
5528
5581
|
break;
|
|
5529
5582
|
case c.getDepositPromotion:
|
|
5530
5583
|
i.result[u] = eo(
|
|
@@ -5575,13 +5628,13 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5575
5628
|
i.result[u] = lo(l);
|
|
5576
5629
|
break;
|
|
5577
5630
|
case c.getDepositValidate:
|
|
5578
|
-
i.result[u] =
|
|
5631
|
+
i.result[u] = tt(l);
|
|
5579
5632
|
break;
|
|
5580
5633
|
case c.getWithdrawValidate:
|
|
5581
|
-
i.result[u] =
|
|
5634
|
+
i.result[u] = tt(l);
|
|
5582
5635
|
break;
|
|
5583
5636
|
case c.getTransferCreditValidate:
|
|
5584
|
-
i.result[u] =
|
|
5637
|
+
i.result[u] = tt(l);
|
|
5585
5638
|
break;
|
|
5586
5639
|
case c.updateProfilePicture:
|
|
5587
5640
|
i.result[u] = mo(
|
|
@@ -5623,7 +5676,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5623
5676
|
i.result[u] = wo(l);
|
|
5624
5677
|
break;
|
|
5625
5678
|
case c.transferToMain:
|
|
5626
|
-
i.result[u] =
|
|
5679
|
+
i.result[u] = Do(l);
|
|
5627
5680
|
break;
|
|
5628
5681
|
case c.transferProcess:
|
|
5629
5682
|
i.result[u] = Po(
|
|
@@ -5631,24 +5684,24 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5631
5684
|
);
|
|
5632
5685
|
break;
|
|
5633
5686
|
case c.submitDepositValidate:
|
|
5634
|
-
i.result[u] =
|
|
5687
|
+
i.result[u] = nt(l);
|
|
5635
5688
|
break;
|
|
5636
5689
|
case c.submitTransferCreditValidate:
|
|
5637
|
-
i.result[u] =
|
|
5690
|
+
i.result[u] = nt(l);
|
|
5638
5691
|
break;
|
|
5639
5692
|
case c.checkTransferCredit:
|
|
5640
|
-
i.result[u] =
|
|
5693
|
+
i.result[u] = xo(
|
|
5641
5694
|
l
|
|
5642
5695
|
);
|
|
5643
5696
|
break;
|
|
5644
5697
|
case c.friendList:
|
|
5645
|
-
i.result[u] =
|
|
5698
|
+
i.result[u] = Ro(l);
|
|
5646
5699
|
break;
|
|
5647
5700
|
case c.friendListEdit:
|
|
5648
5701
|
i.result[u] = Oo(l);
|
|
5649
5702
|
break;
|
|
5650
5703
|
case c.getActivePP:
|
|
5651
|
-
i.result[u] =
|
|
5704
|
+
i.result[u] = Mo(l);
|
|
5652
5705
|
break;
|
|
5653
5706
|
case c.getActiveProduct:
|
|
5654
5707
|
i.result[u] = ko(
|
|
@@ -5715,12 +5768,12 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5715
5768
|
);
|
|
5716
5769
|
break;
|
|
5717
5770
|
case c.referralMemberProfile:
|
|
5718
|
-
i.result[u] =
|
|
5771
|
+
i.result[u] = Ho(
|
|
5719
5772
|
l
|
|
5720
5773
|
);
|
|
5721
5774
|
break;
|
|
5722
5775
|
case c.registerAction:
|
|
5723
|
-
i.result[u] =
|
|
5776
|
+
i.result[u] = Bo(l);
|
|
5724
5777
|
break;
|
|
5725
5778
|
case c.transferReport:
|
|
5726
5779
|
i.result[u] = $o(l);
|
|
@@ -5851,7 +5904,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5851
5904
|
);
|
|
5852
5905
|
break;
|
|
5853
5906
|
case c.submitForgetUsername:
|
|
5854
|
-
i.result[u] =
|
|
5907
|
+
i.result[u] = Ri(
|
|
5855
5908
|
l
|
|
5856
5909
|
);
|
|
5857
5910
|
break;
|
|
@@ -5861,7 +5914,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5861
5914
|
);
|
|
5862
5915
|
break;
|
|
5863
5916
|
case c.getAccumulateDepositClaim:
|
|
5864
|
-
i.result[u] =
|
|
5917
|
+
i.result[u] = xi(
|
|
5865
5918
|
l
|
|
5866
5919
|
);
|
|
5867
5920
|
break;
|
|
@@ -5871,7 +5924,7 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5871
5924
|
);
|
|
5872
5925
|
break;
|
|
5873
5926
|
case c.getASCMatchCount:
|
|
5874
|
-
i.result[u] =
|
|
5927
|
+
i.result[u] = Mi(
|
|
5875
5928
|
l
|
|
5876
5929
|
);
|
|
5877
5930
|
break;
|
|
@@ -5925,8 +5978,8 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5925
5978
|
const m = i.result.getIncentiveData;
|
|
5926
5979
|
if (c.getIncentiveRebate in i.result) {
|
|
5927
5980
|
if ((t = i.result) != null && t.getIncentiveRebate) {
|
|
5928
|
-
const
|
|
5929
|
-
m.claimable = Number(
|
|
5981
|
+
const v = i.result.getIncentiveRebate;
|
|
5982
|
+
m.claimable = Number(v.amount);
|
|
5930
5983
|
}
|
|
5931
5984
|
delete i.result.getIncentiveRebate;
|
|
5932
5985
|
}
|
|
@@ -5934,32 +5987,32 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5934
5987
|
}
|
|
5935
5988
|
if (c.vipList in i.result && ((r = i.result) != null && r.vipList)) {
|
|
5936
5989
|
const m = i.result.vipList;
|
|
5937
|
-
let
|
|
5938
|
-
if (c.getSetting in i.result && ((a = i.result) != null && a.getSetting && (
|
|
5990
|
+
let v = 4;
|
|
5991
|
+
if (c.getSetting in i.result && ((a = i.result) != null && a.getSetting && (v = i.result.getSetting.vipCalculation), delete i.result.getSetting), c.vipStatus in i.result) {
|
|
5939
5992
|
if ((s = i.result) != null && s.vipStatus) {
|
|
5940
5993
|
const u = i.result.vipStatus, {
|
|
5941
5994
|
current_grade_id: l,
|
|
5942
|
-
current_deposit:
|
|
5995
|
+
current_deposit: R,
|
|
5943
5996
|
current_turnover: z,
|
|
5944
|
-
percentage:
|
|
5945
|
-
} = u,
|
|
5946
|
-
m.list = m.list.map((G,
|
|
5947
|
-
const
|
|
5948
|
-
let
|
|
5949
|
-
return
|
|
5997
|
+
percentage: V
|
|
5998
|
+
} = u, Z = m.list.findIndex((G) => G.id === l);
|
|
5999
|
+
m.list = m.list.map((G, J) => {
|
|
6000
|
+
const Q = J === Z;
|
|
6001
|
+
let X = "0", U = "0", A = 0;
|
|
6002
|
+
return Q ? (X = `${Math.min(ze(R), ze(G.deposit.total))}`, U = `${Math.min(ze(z), ze(G.turnover.total))}`, A = V) : J < Z ? (X = G.deposit.total, U = G.turnover.total, A = 1) : J > Z && (X = "0.00", U = "0.00", A = 0), {
|
|
5950
6003
|
...G,
|
|
5951
|
-
is_current_level:
|
|
6004
|
+
is_current_level: Q,
|
|
5952
6005
|
deposit: {
|
|
5953
6006
|
...G.deposit,
|
|
5954
|
-
isShow:
|
|
5955
|
-
current: P(
|
|
6007
|
+
isShow: v === 1 || v === 3 || v === 4,
|
|
6008
|
+
current: P(X)
|
|
5956
6009
|
},
|
|
5957
6010
|
turnover: {
|
|
5958
6011
|
...G.turnover,
|
|
5959
|
-
isShow:
|
|
6012
|
+
isShow: v === 2 || v === 3 || v === 4,
|
|
5960
6013
|
current: P(U)
|
|
5961
6014
|
},
|
|
5962
|
-
percentage:
|
|
6015
|
+
percentage: A * 100 > 100 ? 100 : A * 100
|
|
5963
6016
|
};
|
|
5964
6017
|
});
|
|
5965
6018
|
}
|
|
@@ -5969,34 +6022,34 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5969
6022
|
if ((o = i.result) != null && o.vipBonus) {
|
|
5970
6023
|
const u = i.result.vipBonus;
|
|
5971
6024
|
m.bonus.day.status = u.day.status;
|
|
5972
|
-
const { dayRemainingTime: l, dayProgressPercentage:
|
|
6025
|
+
const { dayRemainingTime: l, dayProgressPercentage: R } = Qa();
|
|
5973
6026
|
m.bonus.day.timestamp = {
|
|
5974
6027
|
current: l,
|
|
5975
|
-
percentage:
|
|
6028
|
+
percentage: R > 100 ? 100 : R
|
|
5976
6029
|
}, m.bonus.week.status = u.week.status;
|
|
5977
|
-
const { weekRemainingTime: z, weekProgressPercentage:
|
|
6030
|
+
const { weekRemainingTime: z, weekProgressPercentage: V } = Aa();
|
|
5978
6031
|
m.bonus.week.timestamp = {
|
|
5979
6032
|
current: z,
|
|
5980
|
-
percentage:
|
|
6033
|
+
percentage: V > 100 ? 100 : V
|
|
5981
6034
|
}, m.bonus.month.status = u.month.status;
|
|
5982
|
-
const { monthRemainingTime:
|
|
6035
|
+
const { monthRemainingTime: Z, monthProgressPercentage: G } = Va();
|
|
5983
6036
|
m.bonus.month.timestamp = {
|
|
5984
|
-
current:
|
|
6037
|
+
current: Z,
|
|
5985
6038
|
percentage: G > 100 ? 100 : G
|
|
5986
6039
|
}, m.bonus.salary_1st.status = u.salary_1st.status;
|
|
5987
|
-
const { remainingTimeTo5th:
|
|
6040
|
+
const { remainingTimeTo5th: J, progressPercentageTo5th: Q } = Xa();
|
|
5988
6041
|
m.bonus.salary_1st.timestamp = {
|
|
5989
|
-
current:
|
|
5990
|
-
percentage:
|
|
6042
|
+
current: J,
|
|
6043
|
+
percentage: Q > 100 ? 100 : Q
|
|
5991
6044
|
}, m.bonus.salary_10th.status = u.salary_10th.status;
|
|
5992
|
-
const { remainingTimeTo10th:
|
|
6045
|
+
const { remainingTimeTo10th: X, progressPercentageTo10th: U } = Za();
|
|
5993
6046
|
m.bonus.salary_10th.timestamp = {
|
|
5994
|
-
current:
|
|
6047
|
+
current: X,
|
|
5995
6048
|
percentage: U > 100 ? 100 : U
|
|
5996
6049
|
}, m.bonus.salary_20th.status = u.salary_20th.status;
|
|
5997
|
-
const { remainingTimeTo20th:
|
|
6050
|
+
const { remainingTimeTo20th: A, progressPercentageTo20th: ee } = Ja();
|
|
5998
6051
|
m.bonus.salary_20th.timestamp = {
|
|
5999
|
-
current:
|
|
6052
|
+
current: A,
|
|
6000
6053
|
percentage: ee > 100 ? 100 : ee
|
|
6001
6054
|
}, m.bonus.birthday.status = u.birthday.status;
|
|
6002
6055
|
}
|
|
@@ -6010,11 +6063,11 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6010
6063
|
code: "vipLevel",
|
|
6011
6064
|
value: m.list.map((b) => b.name)
|
|
6012
6065
|
});
|
|
6013
|
-
const
|
|
6066
|
+
const R = u.findIndex(
|
|
6014
6067
|
(b) => b.fieldName == "upgrade_bonus"
|
|
6015
6068
|
);
|
|
6016
|
-
|
|
6017
|
-
name: u[
|
|
6069
|
+
R > -1 && l.push({
|
|
6070
|
+
name: u[R].showName,
|
|
6018
6071
|
code: "",
|
|
6019
6072
|
value: m.list.map((b) => b.benefit_list.upgrade.bonus)
|
|
6020
6073
|
});
|
|
@@ -6026,19 +6079,19 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6026
6079
|
code: "",
|
|
6027
6080
|
value: m.list.map((b) => b.benefit_list.upgrade.turnover)
|
|
6028
6081
|
});
|
|
6029
|
-
const
|
|
6082
|
+
const V = u.findIndex(
|
|
6030
6083
|
(b) => b.fieldName == "monthly_bonus"
|
|
6031
6084
|
);
|
|
6032
|
-
m.bonus.month.isShow =
|
|
6033
|
-
name: u[
|
|
6085
|
+
m.bonus.month.isShow = V > -1, V > -1 && l.push({
|
|
6086
|
+
name: u[V].showName,
|
|
6034
6087
|
code: "",
|
|
6035
6088
|
value: m.list.map((b) => b.benefit_list.monthly.bonus)
|
|
6036
6089
|
});
|
|
6037
|
-
const
|
|
6090
|
+
const Z = u.findIndex(
|
|
6038
6091
|
(b) => b.fieldName == "monthly_bonus_multiply"
|
|
6039
6092
|
);
|
|
6040
|
-
|
|
6041
|
-
name: u[
|
|
6093
|
+
Z > -1 && l.push({
|
|
6094
|
+
name: u[Z].showName,
|
|
6042
6095
|
code: "",
|
|
6043
6096
|
value: m.list.map((b) => b.benefit_list.monthly.turnover)
|
|
6044
6097
|
});
|
|
@@ -6050,27 +6103,27 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6050
6103
|
code: "",
|
|
6051
6104
|
value: m.list.map((b) => b.benefit_list.weekly.bonus)
|
|
6052
6105
|
});
|
|
6053
|
-
const
|
|
6106
|
+
const J = u.findIndex(
|
|
6054
6107
|
(b) => b.fieldName == "weekly_bonus_multiply"
|
|
6055
6108
|
);
|
|
6056
|
-
|
|
6057
|
-
name: u[
|
|
6109
|
+
J > -1 && l.push({
|
|
6110
|
+
name: u[J].showName,
|
|
6058
6111
|
code: "",
|
|
6059
6112
|
value: m.list.map((b) => b.benefit_list.weekly.turnover)
|
|
6060
6113
|
});
|
|
6061
|
-
const
|
|
6114
|
+
const Q = u.findIndex(
|
|
6062
6115
|
(b) => b.fieldName == "daily_bonus"
|
|
6063
6116
|
);
|
|
6064
|
-
m.bonus.day.isShow =
|
|
6065
|
-
name: u[
|
|
6117
|
+
m.bonus.day.isShow = Q > -1, Q > -1 && l.push({
|
|
6118
|
+
name: u[Q].showName,
|
|
6066
6119
|
code: "",
|
|
6067
6120
|
value: m.list.map((b) => b.benefit_list.daily.bonus)
|
|
6068
6121
|
});
|
|
6069
|
-
const
|
|
6122
|
+
const X = u.findIndex(
|
|
6070
6123
|
(b) => b.fieldName == "daily_bonus_multiply"
|
|
6071
6124
|
);
|
|
6072
|
-
|
|
6073
|
-
name: u[
|
|
6125
|
+
X > -1 && l.push({
|
|
6126
|
+
name: u[X].showName,
|
|
6074
6127
|
code: "",
|
|
6075
6128
|
value: m.list.map((b) => b.benefit_list.daily.turnover)
|
|
6076
6129
|
});
|
|
@@ -6082,11 +6135,11 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6082
6135
|
code: "",
|
|
6083
6136
|
value: m.list.map((b) => b.benefit_list.birthday.bonus)
|
|
6084
6137
|
});
|
|
6085
|
-
const
|
|
6138
|
+
const A = u.findIndex(
|
|
6086
6139
|
(b) => b.fieldName == "birthday_bonus_multiply"
|
|
6087
6140
|
);
|
|
6088
|
-
|
|
6089
|
-
name: u[
|
|
6141
|
+
A > -1 && l.push({
|
|
6142
|
+
name: u[A].showName,
|
|
6090
6143
|
code: "",
|
|
6091
6144
|
value: m.list.map((b) => b.benefit_list.birthday.turnover)
|
|
6092
6145
|
});
|
|
@@ -6100,54 +6153,54 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6100
6153
|
code: "",
|
|
6101
6154
|
value: m.list.map((b) => b.benefit_list.salary_1st.bonus)
|
|
6102
6155
|
});
|
|
6103
|
-
const
|
|
6156
|
+
const Me = u.findIndex(
|
|
6104
6157
|
(b) => b.fieldName == "salary_bonus_multiply_1st"
|
|
6105
6158
|
);
|
|
6106
|
-
|
|
6107
|
-
name: u[
|
|
6159
|
+
Me > -1 && l.push({
|
|
6160
|
+
name: u[Me].showName,
|
|
6108
6161
|
code: "",
|
|
6109
6162
|
value: m.list.map((b) => b.benefit_list.salary_1st.turnover)
|
|
6110
6163
|
});
|
|
6111
|
-
const
|
|
6164
|
+
const fe = u.findIndex(
|
|
6112
6165
|
(b) => b.fieldName == "salary_bonus_10th"
|
|
6113
6166
|
);
|
|
6114
6167
|
m.list.map((b) => {
|
|
6115
|
-
b.benefit_list.salary_10th.isShow =
|
|
6116
|
-
}), m.bonus.salary_10th.isShow =
|
|
6117
|
-
name: u[
|
|
6168
|
+
b.benefit_list.salary_10th.isShow = fe > -1;
|
|
6169
|
+
}), m.bonus.salary_10th.isShow = fe > -1, fe > -1 && l.push({
|
|
6170
|
+
name: u[fe].showName,
|
|
6118
6171
|
code: "",
|
|
6119
6172
|
value: m.list.map((b) => b.benefit_list.salary_10th.bonus)
|
|
6120
6173
|
});
|
|
6121
|
-
const
|
|
6174
|
+
const ke = u.findIndex(
|
|
6122
6175
|
(b) => b.fieldName == "salary_bonus_multiply_10th"
|
|
6123
6176
|
);
|
|
6124
|
-
|
|
6125
|
-
name: u[
|
|
6177
|
+
ke > -1 && l.push({
|
|
6178
|
+
name: u[ke].showName,
|
|
6126
6179
|
code: "",
|
|
6127
6180
|
value: m.list.map((b) => b.benefit_list.salary_10th.turnover)
|
|
6128
6181
|
});
|
|
6129
|
-
const
|
|
6182
|
+
const ge = u.findIndex(
|
|
6130
6183
|
(b) => b.fieldName == "salary_bonus_20th"
|
|
6131
6184
|
);
|
|
6132
6185
|
m.list.map((b) => {
|
|
6133
|
-
b.benefit_list.salary_20th.isShow =
|
|
6134
|
-
}), m.bonus.salary_20th.isShow =
|
|
6135
|
-
name: u[
|
|
6186
|
+
b.benefit_list.salary_20th.isShow = ge > -1;
|
|
6187
|
+
}), m.bonus.salary_20th.isShow = ge > -1, ge > -1 && l.push({
|
|
6188
|
+
name: u[ge].showName,
|
|
6136
6189
|
code: "",
|
|
6137
6190
|
value: m.list.map((b) => b.benefit_list.salary_20th.bonus)
|
|
6138
6191
|
});
|
|
6139
|
-
const
|
|
6192
|
+
const Se = u.findIndex(
|
|
6140
6193
|
(b) => b.fieldName == "salary_bonus_multiply_20th"
|
|
6141
6194
|
);
|
|
6142
|
-
|
|
6143
|
-
name: u[
|
|
6195
|
+
Se > -1 && l.push({
|
|
6196
|
+
name: u[Se].showName,
|
|
6144
6197
|
code: "",
|
|
6145
6198
|
value: m.list.map((b) => b.benefit_list.salary_20th.turnover)
|
|
6146
|
-
}), (
|
|
6199
|
+
}), (v === 1 || v === 3 || v === 4) && l.push({
|
|
6147
6200
|
name: "",
|
|
6148
6201
|
code: "detail_deposit",
|
|
6149
6202
|
value: m.list.map((b) => b.deposit.total)
|
|
6150
|
-
}), (
|
|
6203
|
+
}), (v === 2 || v === 3 || v === 4) && l.push({
|
|
6151
6204
|
name: "",
|
|
6152
6205
|
code: "detail_turnover",
|
|
6153
6206
|
value: m.list.map((b) => b.turnover.total)
|
|
@@ -6159,28 +6212,28 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6159
6212
|
}
|
|
6160
6213
|
if (c.getRewardReferral in i.result && ((g = i.result) != null && g.getRewardReferral)) {
|
|
6161
6214
|
const m = (f = i.result) == null ? void 0 : f.getRewardReferral;
|
|
6162
|
-
let
|
|
6215
|
+
let v = 0, u = 0;
|
|
6163
6216
|
if (c.getTurnOverRewardData in i.result && ((y = i.result) != null && y.getTurnOverRewardData)) {
|
|
6164
|
-
const l = (
|
|
6165
|
-
|
|
6217
|
+
const l = (D = i.result) == null ? void 0 : D.getTurnOverRewardData;
|
|
6218
|
+
v += Number(l.totalReward), u += Number(l.unclaimReward), m.turnOverRewardData = l, delete i.result.getTurnOverRewardData;
|
|
6166
6219
|
}
|
|
6167
6220
|
if (c.getInviteRewardData in i.result && ((_ = i.result) != null && _.getInviteRewardData)) {
|
|
6168
6221
|
const l = (p = i.result) == null ? void 0 : p.getInviteRewardData;
|
|
6169
|
-
|
|
6222
|
+
v += Number(l.totalReward), u += Number(l.unclaimReward), m.inviteRewardData = l, delete i.result.getInviteRewardData;
|
|
6170
6223
|
}
|
|
6171
|
-
if (c.getTopupRewardData in i.result && ((
|
|
6224
|
+
if (c.getTopupRewardData in i.result && ((x = i.result) != null && x.getTopupRewardData)) {
|
|
6172
6225
|
const l = (N = i.result) == null ? void 0 : N.getTopupRewardData;
|
|
6173
|
-
|
|
6226
|
+
v += Number(l.totalReward), u += Number(l.unclaimReward), m.topupRewardData = l, delete i.result.getTopupRewardData;
|
|
6174
6227
|
}
|
|
6175
|
-
m.isClaimable = u > 0, m.totalCommission =
|
|
6228
|
+
m.referralRewardData.isClaimable = u > 0, m.referralRewardData.totalCommission = v.toString();
|
|
6176
6229
|
}
|
|
6177
|
-
if (c.getFavouriteGame in i.result && ((
|
|
6230
|
+
if (c.getFavouriteGame in i.result && ((H = i.result) != null && H.getFavouriteGame)) {
|
|
6178
6231
|
const m = i.result.getFavouriteGame;
|
|
6179
|
-
if (JSON.parse(e[
|
|
6180
|
-
const
|
|
6232
|
+
if (JSON.parse(e[he].query).pid && c.getPlatformTurnoverRate in i.result && (B = i.result) != null && B.getPlatformTurnoverRate) {
|
|
6233
|
+
const v = i.result.getPlatformTurnoverRate;
|
|
6181
6234
|
i.result.getFavouriteGame = m.data.map((u) => {
|
|
6182
|
-
const l =
|
|
6183
|
-
(
|
|
6235
|
+
const l = v.find(
|
|
6236
|
+
(R) => R.id === u.platformId
|
|
6184
6237
|
);
|
|
6185
6238
|
return {
|
|
6186
6239
|
...u,
|
|
@@ -6189,13 +6242,13 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6189
6242
|
}), delete i.result.getPlatformTurnoverRate;
|
|
6190
6243
|
}
|
|
6191
6244
|
}
|
|
6192
|
-
if (c.fishGameList in i.result && ((
|
|
6245
|
+
if (c.fishGameList in i.result && ((w = i.result) != null && w.fishGameList)) {
|
|
6193
6246
|
const m = i.result.fishGameList;
|
|
6194
|
-
if (JSON.parse(e[
|
|
6195
|
-
const
|
|
6247
|
+
if (JSON.parse(e[_e].query).pid && c.getPlatformTurnoverRate in i.result && (S = i.result) != null && S.getPlatformTurnoverRate) {
|
|
6248
|
+
const v = i.result.getPlatformTurnoverRate;
|
|
6196
6249
|
i.result.fishGameList = m.data.map((u) => {
|
|
6197
|
-
const l =
|
|
6198
|
-
(
|
|
6250
|
+
const l = v.find(
|
|
6251
|
+
(R) => R.id === u.platformId
|
|
6199
6252
|
);
|
|
6200
6253
|
return {
|
|
6201
6254
|
...u,
|
|
@@ -6204,79 +6257,94 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6204
6257
|
}), delete i.result.getPlatformTurnoverRate;
|
|
6205
6258
|
}
|
|
6206
6259
|
}
|
|
6207
|
-
if (c.
|
|
6260
|
+
if (c.paymentsProvider in i.result && i.result.paymentsProvider) {
|
|
6261
|
+
const m = i.result.paymentsProvider;
|
|
6262
|
+
if (c.cmsList in i.result && ((T = i.result) != null && T.cmsList)) {
|
|
6263
|
+
const v = i.result.cmsList;
|
|
6264
|
+
i.result.paymentsProvider = m.map((u) => {
|
|
6265
|
+
const l = v.depositHint.find(
|
|
6266
|
+
(R) => R.paymentName === u.name
|
|
6267
|
+
);
|
|
6268
|
+
return {
|
|
6269
|
+
...u,
|
|
6270
|
+
hintMsg: (l == null ? void 0 : l.content) ?? ""
|
|
6271
|
+
};
|
|
6272
|
+
}), delete i.result.cmsList;
|
|
6273
|
+
}
|
|
6274
|
+
}
|
|
6275
|
+
if (c.gameList in i.result && ((k = i.result) != null && k.gameList)) {
|
|
6208
6276
|
const m = i.result.gameList;
|
|
6209
|
-
if (JSON.parse(e[
|
|
6210
|
-
const
|
|
6211
|
-
if (m.trialGameList =
|
|
6277
|
+
if (JSON.parse(e[Te].query).pid) {
|
|
6278
|
+
const v = m.platformGame.map((u) => u.list.filter((l) => l.flag.trial && !u.nextPage).map((l) => l));
|
|
6279
|
+
if (m.trialGameList = v.flat(), c.getPlatformTurnoverRate in i.result && ((q = i.result) != null && q.getPlatformTurnoverRate)) {
|
|
6212
6280
|
const u = i.result.getPlatformTurnoverRate;
|
|
6213
6281
|
m.platformGame = m.platformGame.map((l) => ({
|
|
6214
6282
|
...l,
|
|
6215
|
-
list: l.list.map((
|
|
6283
|
+
list: l.list.map((R) => {
|
|
6216
6284
|
const z = u.find(
|
|
6217
|
-
(
|
|
6285
|
+
(V) => V.id === R.platformId
|
|
6218
6286
|
);
|
|
6219
6287
|
return {
|
|
6220
|
-
...
|
|
6288
|
+
...R,
|
|
6221
6289
|
rate: (z == null ? void 0 : z.percentage) ?? "0.00"
|
|
6222
6290
|
};
|
|
6223
6291
|
})
|
|
6224
6292
|
})), m.platformGameList.data = m.platformGameList.data.map((l) => {
|
|
6225
|
-
const
|
|
6293
|
+
const R = u.find(
|
|
6226
6294
|
(z) => z.id === l.platformId
|
|
6227
6295
|
);
|
|
6228
6296
|
return {
|
|
6229
6297
|
...l,
|
|
6230
|
-
rate: (
|
|
6298
|
+
rate: (R == null ? void 0 : R.percentage) ?? "0.00"
|
|
6231
6299
|
};
|
|
6232
6300
|
}), m.hotGameList.data = m.hotGameList.data.map((l) => {
|
|
6233
|
-
const
|
|
6301
|
+
const R = u.find(
|
|
6234
6302
|
(z) => z.id === l.platformId
|
|
6235
6303
|
);
|
|
6236
6304
|
return {
|
|
6237
6305
|
...l,
|
|
6238
|
-
rate: (
|
|
6306
|
+
rate: (R == null ? void 0 : R.percentage) ?? "0.00"
|
|
6239
6307
|
};
|
|
6240
6308
|
}), m.trialGameList = m.trialGameList.map((l) => {
|
|
6241
|
-
const
|
|
6309
|
+
const R = u.find(
|
|
6242
6310
|
(z) => z.id === l.platformId
|
|
6243
6311
|
);
|
|
6244
6312
|
return {
|
|
6245
6313
|
...l,
|
|
6246
|
-
rate: (
|
|
6314
|
+
rate: (R == null ? void 0 : R.percentage) ?? "0.00"
|
|
6247
6315
|
};
|
|
6248
6316
|
}), delete i.result.getPlatformTurnoverRate;
|
|
6249
6317
|
}
|
|
6250
6318
|
}
|
|
6251
6319
|
i.result.gameList = m;
|
|
6252
6320
|
}
|
|
6253
|
-
if (c.getCompany in i.result && ((
|
|
6321
|
+
if (c.getCompany in i.result && ((ue = i.result) != null && ue.getCompany)) {
|
|
6254
6322
|
const m = i.result.getCompany;
|
|
6255
|
-
if (c.searchResultDate in i.result && (
|
|
6256
|
-
const
|
|
6323
|
+
if (c.searchResultDate in i.result && (se = i.result) != null && se.searchResultDate) {
|
|
6324
|
+
const v = i.result.searchResultDate;
|
|
6257
6325
|
m.forEach((u) => {
|
|
6258
|
-
const l =
|
|
6326
|
+
const l = v.find((R) => R.id == u.id);
|
|
6259
6327
|
l && (u.date = l == null ? void 0 : l.date);
|
|
6260
6328
|
}), delete i.result.searchResultDate;
|
|
6261
6329
|
}
|
|
6262
6330
|
i.result.getCompany = m;
|
|
6263
6331
|
}
|
|
6264
6332
|
return i;
|
|
6265
|
-
} catch (
|
|
6266
|
-
return
|
|
6267
|
-
status: ((
|
|
6268
|
-
message: JSON.stringify((
|
|
6333
|
+
} catch (K) {
|
|
6334
|
+
return Ut.isAxiosError(K) ? {
|
|
6335
|
+
status: ((le = K.response) == null ? void 0 : le.status) || 600,
|
|
6336
|
+
message: JSON.stringify((ce = K.response) == null ? void 0 : ce.data),
|
|
6269
6337
|
result: {}
|
|
6270
|
-
} : (console.error(
|
|
6271
|
-
status:
|
|
6272
|
-
message:
|
|
6338
|
+
} : (console.error(K), {
|
|
6339
|
+
status: K.status || 500,
|
|
6340
|
+
message: K.message,
|
|
6273
6341
|
result: {}
|
|
6274
6342
|
});
|
|
6275
6343
|
}
|
|
6276
|
-
},
|
|
6344
|
+
}, Ei = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6277
6345
|
__proto__: null,
|
|
6278
|
-
post:
|
|
6279
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6346
|
+
post: qi
|
|
6347
|
+
}, Symbol.toStringTag, { value: "Module" })), Hi = async (e) => {
|
|
6280
6348
|
let n = {
|
|
6281
6349
|
status: 200,
|
|
6282
6350
|
message: ""
|
|
@@ -6295,8 +6363,8 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6295
6363
|
return n;
|
|
6296
6364
|
}, Bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6297
6365
|
__proto__: null,
|
|
6298
|
-
call:
|
|
6299
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6366
|
+
call: Hi
|
|
6367
|
+
}, Symbol.toStringTag, { value: "Module" })), Ui = async (e, n) => {
|
|
6300
6368
|
let t = {
|
|
6301
6369
|
status: 200,
|
|
6302
6370
|
message: ""
|
|
@@ -6316,10 +6384,10 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6316
6384
|
};
|
|
6317
6385
|
}
|
|
6318
6386
|
return t;
|
|
6319
|
-
},
|
|
6387
|
+
}, $i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6320
6388
|
__proto__: null,
|
|
6321
|
-
call:
|
|
6322
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6389
|
+
call: Ui
|
|
6390
|
+
}, Symbol.toStringTag, { value: "Module" })), Vi = async () => {
|
|
6323
6391
|
let e = {
|
|
6324
6392
|
status: 200,
|
|
6325
6393
|
message: ""
|
|
@@ -6333,10 +6401,10 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6333
6401
|
};
|
|
6334
6402
|
}
|
|
6335
6403
|
return e;
|
|
6336
|
-
},
|
|
6404
|
+
}, Ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6337
6405
|
__proto__: null,
|
|
6338
|
-
call:
|
|
6339
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6406
|
+
call: Vi
|
|
6407
|
+
}, Symbol.toStringTag, { value: "Module" })), Yt = {
|
|
6340
6408
|
data: {
|
|
6341
6409
|
status: !1,
|
|
6342
6410
|
message: "",
|
|
@@ -6346,11 +6414,11 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6346
6414
|
accountId: 0
|
|
6347
6415
|
}
|
|
6348
6416
|
}
|
|
6349
|
-
},
|
|
6417
|
+
}, Qi = async () => {
|
|
6350
6418
|
let e = {
|
|
6351
6419
|
status: 200,
|
|
6352
6420
|
message: "",
|
|
6353
|
-
...
|
|
6421
|
+
...Yt
|
|
6354
6422
|
};
|
|
6355
6423
|
try {
|
|
6356
6424
|
const t = (await ae.get("/graph/autoregister")).data;
|
|
@@ -6367,23 +6435,23 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6367
6435
|
e = {
|
|
6368
6436
|
status: n.status || 500,
|
|
6369
6437
|
message: n.message,
|
|
6370
|
-
...
|
|
6438
|
+
...Yt
|
|
6371
6439
|
};
|
|
6372
6440
|
}
|
|
6373
6441
|
return e;
|
|
6374
|
-
},
|
|
6442
|
+
}, Xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6375
6443
|
__proto__: null,
|
|
6376
|
-
call:
|
|
6377
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6444
|
+
call: Qi
|
|
6445
|
+
}, Symbol.toStringTag, { value: "Module" })), qt = {
|
|
6378
6446
|
data: {
|
|
6379
6447
|
status: !1,
|
|
6380
6448
|
message: ""
|
|
6381
6449
|
}
|
|
6382
|
-
},
|
|
6450
|
+
}, Zi = async (e, n) => {
|
|
6383
6451
|
let t = {
|
|
6384
6452
|
status: 200,
|
|
6385
6453
|
message: "",
|
|
6386
|
-
...
|
|
6454
|
+
...qt
|
|
6387
6455
|
};
|
|
6388
6456
|
try {
|
|
6389
6457
|
const r = await ae.post("/graph/setlocale", {
|
|
@@ -6400,14 +6468,14 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6400
6468
|
t = {
|
|
6401
6469
|
status: r.status || 500,
|
|
6402
6470
|
message: r.message,
|
|
6403
|
-
...
|
|
6471
|
+
...qt
|
|
6404
6472
|
};
|
|
6405
6473
|
}
|
|
6406
6474
|
return t;
|
|
6407
|
-
},
|
|
6475
|
+
}, Ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6408
6476
|
__proto__: null,
|
|
6409
|
-
call:
|
|
6410
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6477
|
+
call: Zi
|
|
6478
|
+
}, Symbol.toStringTag, { value: "Module" })), Ki = async (e, n, t, r, a) => {
|
|
6411
6479
|
let s = {
|
|
6412
6480
|
status: 200,
|
|
6413
6481
|
message: "",
|
|
@@ -6445,10 +6513,10 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6445
6513
|
};
|
|
6446
6514
|
}
|
|
6447
6515
|
return s;
|
|
6448
|
-
},
|
|
6516
|
+
}, eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6449
6517
|
__proto__: null,
|
|
6450
|
-
call:
|
|
6451
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6518
|
+
call: Ki
|
|
6519
|
+
}, Symbol.toStringTag, { value: "Module" })), Et = {
|
|
6452
6520
|
data: {
|
|
6453
6521
|
status: !1,
|
|
6454
6522
|
message: "",
|
|
@@ -6458,12 +6526,12 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6458
6526
|
endTime: ""
|
|
6459
6527
|
}
|
|
6460
6528
|
}
|
|
6461
|
-
},
|
|
6529
|
+
}, tu = async () => {
|
|
6462
6530
|
var n, t, r;
|
|
6463
6531
|
let e = {
|
|
6464
6532
|
status: 200,
|
|
6465
6533
|
message: "",
|
|
6466
|
-
...
|
|
6534
|
+
...Et
|
|
6467
6535
|
};
|
|
6468
6536
|
try {
|
|
6469
6537
|
const s = (await ae.get("/graph/getMaintenanceMode")).data;
|
|
@@ -6480,15 +6548,13 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6480
6548
|
e = {
|
|
6481
6549
|
status: a.status || 500,
|
|
6482
6550
|
message: a.message,
|
|
6483
|
-
...
|
|
6551
|
+
...Et
|
|
6484
6552
|
};
|
|
6485
6553
|
}
|
|
6486
6554
|
return e;
|
|
6487
|
-
},
|
|
6555
|
+
}, nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6488
6556
|
__proto__: null,
|
|
6489
|
-
call:
|
|
6490
|
-
}, Symbol.toStringTag, { value: "Module" })), nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6491
|
-
__proto__: null
|
|
6557
|
+
call: tu
|
|
6492
6558
|
}, Symbol.toStringTag, { value: "Module" })), ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6493
6559
|
__proto__: null
|
|
6494
6560
|
}, Symbol.toStringTag, { value: "Module" })), au = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6499,11 +6565,8 @@ const xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6499
6565
|
__proto__: null
|
|
6500
6566
|
}, Symbol.toStringTag, { value: "Module" })), iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6501
6567
|
__proto__: null
|
|
6502
|
-
}, Symbol.toStringTag, { value: "Module" }))
|
|
6503
|
-
|
|
6504
|
-
const uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6505
|
-
__proto__: null,
|
|
6506
|
-
CmsCategory: dn
|
|
6568
|
+
}, Symbol.toStringTag, { value: "Module" })), uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6569
|
+
__proto__: null
|
|
6507
6570
|
}, Symbol.toStringTag, { value: "Module" })), lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6508
6571
|
__proto__: null
|
|
6509
6572
|
}, Symbol.toStringTag, { value: "Module" })), cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6532,17 +6595,17 @@ const uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6532
6595
|
__proto__: null
|
|
6533
6596
|
}, Symbol.toStringTag, { value: "Module" })), wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6534
6597
|
__proto__: null
|
|
6535
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6598
|
+
}, Symbol.toStringTag, { value: "Module" })), Du = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6536
6599
|
__proto__: null
|
|
6537
6600
|
}, Symbol.toStringTag, { value: "Module" })), Pu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6538
6601
|
__proto__: null
|
|
6539
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6602
|
+
}, Symbol.toStringTag, { value: "Module" })), xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6540
6603
|
__proto__: null
|
|
6541
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6604
|
+
}, Symbol.toStringTag, { value: "Module" })), Ru = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6542
6605
|
__proto__: null
|
|
6543
6606
|
}, Symbol.toStringTag, { value: "Module" })), Ou = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6544
6607
|
__proto__: null
|
|
6545
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6608
|
+
}, Symbol.toStringTag, { value: "Module" })), Mu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6546
6609
|
__proto__: null
|
|
6547
6610
|
}, Symbol.toStringTag, { value: "Module" })), ku = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6548
6611
|
__proto__: null
|
|
@@ -6566,7 +6629,7 @@ const uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6566
6629
|
__proto__: null
|
|
6567
6630
|
}, Symbol.toStringTag, { value: "Module" })), Wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6568
6631
|
__proto__: null
|
|
6569
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6632
|
+
}, Symbol.toStringTag, { value: "Module" })), Ht = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6570
6633
|
__proto__: null
|
|
6571
6634
|
}, Symbol.toStringTag, { value: "Module" })), Bt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6572
6635
|
__proto__: null
|
|
@@ -6578,10 +6641,10 @@ const uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6578
6641
|
__proto__: null
|
|
6579
6642
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6580
6643
|
var mn = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(mn || {});
|
|
6581
|
-
const
|
|
6644
|
+
const Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6582
6645
|
__proto__: null,
|
|
6583
6646
|
ImageCategory: mn
|
|
6584
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6647
|
+
}, Symbol.toStringTag, { value: "Module" })), Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6585
6648
|
__proto__: null
|
|
6586
6649
|
}, Symbol.toStringTag, { value: "Module" })), Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6587
6650
|
__proto__: null
|
|
@@ -6647,17 +6710,17 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6647
6710
|
__proto__: null
|
|
6648
6711
|
}, Symbol.toStringTag, { value: "Module" })), wl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6649
6712
|
__proto__: null
|
|
6650
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6713
|
+
}, Symbol.toStringTag, { value: "Module" })), Dl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6651
6714
|
__proto__: null
|
|
6652
6715
|
}, Symbol.toStringTag, { value: "Module" })), Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6653
6716
|
__proto__: null
|
|
6654
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6717
|
+
}, Symbol.toStringTag, { value: "Module" })), xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6655
6718
|
__proto__: null
|
|
6656
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6719
|
+
}, Symbol.toStringTag, { value: "Module" })), Rl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6657
6720
|
__proto__: null
|
|
6658
6721
|
}, Symbol.toStringTag, { value: "Module" })), Ol = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6659
6722
|
__proto__: null
|
|
6660
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6723
|
+
}, Symbol.toStringTag, { value: "Module" })), Ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6661
6724
|
__proto__: null
|
|
6662
6725
|
}, Symbol.toStringTag, { value: "Module" })), kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6663
6726
|
__proto__: null
|
|
@@ -6687,10 +6750,10 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6687
6750
|
__proto__: null
|
|
6688
6751
|
}, Symbol.toStringTag, { value: "Module" })), El = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6689
6752
|
__proto__: null
|
|
6690
|
-
}, Symbol.toStringTag, { value: "Module" })), Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6691
|
-
__proto__: null
|
|
6692
6753
|
}, Symbol.toStringTag, { value: "Module" })), Hl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6693
6754
|
__proto__: null
|
|
6755
|
+
}, Symbol.toStringTag, { value: "Module" })), Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6756
|
+
__proto__: null
|
|
6694
6757
|
}, Symbol.toStringTag, { value: "Module" })), Ul = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6695
6758
|
__proto__: null
|
|
6696
6759
|
}, Symbol.toStringTag, { value: "Module" })), $l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6724,24 +6787,24 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6724
6787
|
}, Symbol.toStringTag, { value: "Module" })), oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6725
6788
|
__proto__: null
|
|
6726
6789
|
}, Symbol.toStringTag, { value: "Module" })), lc = {
|
|
6727
|
-
api:
|
|
6790
|
+
api: Ei,
|
|
6728
6791
|
config: bn,
|
|
6729
6792
|
telegramLoginApi: Bi,
|
|
6730
|
-
loginApi:
|
|
6731
|
-
logoutApi:
|
|
6732
|
-
autoRegisterApi:
|
|
6733
|
-
setLocaleApi:
|
|
6734
|
-
loadMatchApi:
|
|
6735
|
-
getMaintenanceModeApi:
|
|
6793
|
+
loginApi: $i,
|
|
6794
|
+
logoutApi: Ai,
|
|
6795
|
+
autoRegisterApi: Xi,
|
|
6796
|
+
setLocaleApi: Ji,
|
|
6797
|
+
loadMatchApi: eu,
|
|
6798
|
+
getMaintenanceModeApi: nu,
|
|
6736
6799
|
apiType: ts,
|
|
6737
|
-
loginType:
|
|
6738
|
-
logoutType:
|
|
6739
|
-
announcementType:
|
|
6800
|
+
loginType: ru,
|
|
6801
|
+
logoutType: au,
|
|
6802
|
+
announcementType: su,
|
|
6740
6803
|
paymentsProviderType: ns,
|
|
6741
|
-
gameListType:
|
|
6742
|
-
vipListType:
|
|
6743
|
-
promotionType:
|
|
6744
|
-
cmsListType:
|
|
6804
|
+
gameListType: ou,
|
|
6805
|
+
vipListType: iu,
|
|
6806
|
+
promotionType: uu,
|
|
6807
|
+
cmsListType: Yi,
|
|
6745
6808
|
mainWalletType: lu,
|
|
6746
6809
|
upcomingMatchType: cu,
|
|
6747
6810
|
depositType: du,
|
|
@@ -6758,12 +6821,12 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6758
6821
|
getExtraGameType: Tu,
|
|
6759
6822
|
mailBoxType: vu,
|
|
6760
6823
|
fishGameListType: wu,
|
|
6761
|
-
slotGameListType:
|
|
6824
|
+
slotGameListType: Du,
|
|
6762
6825
|
getTurnOverRewardDataType: Pu,
|
|
6763
|
-
getTurnOverRewardReportType:
|
|
6764
|
-
getInviteRewardDataType:
|
|
6826
|
+
getTurnOverRewardReportType: xu,
|
|
6827
|
+
getInviteRewardDataType: Ru,
|
|
6765
6828
|
getInviteRewardReportType: Ou,
|
|
6766
|
-
getTopupRewardDataType:
|
|
6829
|
+
getTopupRewardDataType: Mu,
|
|
6767
6830
|
getTopupRewardReportType: ku,
|
|
6768
6831
|
getRewardReferralType: Su,
|
|
6769
6832
|
getDepositPromotionType: Iu,
|
|
@@ -6775,13 +6838,13 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6775
6838
|
getTurnOverRewardSettingType: zu,
|
|
6776
6839
|
requestForgetPasswordType: Gu,
|
|
6777
6840
|
submitForgetPasswordType: Wu,
|
|
6778
|
-
submitGiftCode:
|
|
6841
|
+
submitGiftCode: Ht,
|
|
6779
6842
|
playGame: Bt,
|
|
6780
6843
|
requestUpdateMobileTacCode: Yu,
|
|
6781
6844
|
submitUpdateMobileTacCode: qu,
|
|
6782
6845
|
getVerifyPromo: Eu,
|
|
6783
|
-
getImageType:
|
|
6784
|
-
getValidateType:
|
|
6846
|
+
getImageType: Hu,
|
|
6847
|
+
getValidateType: Bu,
|
|
6785
6848
|
updateProfilePictureType: Uu,
|
|
6786
6849
|
readMailType: $u,
|
|
6787
6850
|
checkRedPacketValidateType: Vu,
|
|
@@ -6792,7 +6855,7 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6792
6855
|
applySignInType: Ju,
|
|
6793
6856
|
applyRedPacketType: Ku,
|
|
6794
6857
|
getCountryType: el,
|
|
6795
|
-
submitGiftCodeType:
|
|
6858
|
+
submitGiftCodeType: Ht,
|
|
6796
6859
|
playGameType: Bt,
|
|
6797
6860
|
transferToMainType: tl,
|
|
6798
6861
|
transferProcessType: nl,
|
|
@@ -6817,12 +6880,12 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6817
6880
|
transferReportType: Uo,
|
|
6818
6881
|
agTransferCreditReportType: vl,
|
|
6819
6882
|
betReportType: wl,
|
|
6820
|
-
getTwoFactorAuthenticateType:
|
|
6883
|
+
getTwoFactorAuthenticateType: Dl,
|
|
6821
6884
|
submitTwoFactorAuthenticateType: Pl,
|
|
6822
|
-
getUserDeviceListType:
|
|
6823
|
-
unbindUserDeviceType:
|
|
6885
|
+
getUserDeviceListType: xl,
|
|
6886
|
+
unbindUserDeviceType: Rl,
|
|
6824
6887
|
searchNumberHistoryType: Ol,
|
|
6825
|
-
changeWithdrawalCodeType:
|
|
6888
|
+
changeWithdrawalCodeType: Ml,
|
|
6826
6889
|
checkRedPacketTokenType: kl,
|
|
6827
6890
|
submitWithdrawalAlipayType: Sl,
|
|
6828
6891
|
applyReliefFund: Il,
|
|
@@ -6838,12 +6901,12 @@ const Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6838
6901
|
getIncentiveRebate: ql,
|
|
6839
6902
|
getMissionData: pi,
|
|
6840
6903
|
getMissionClaim: El,
|
|
6841
|
-
registerFormType:
|
|
6842
|
-
getFavouriteGameType:
|
|
6904
|
+
registerFormType: Hl,
|
|
6905
|
+
getFavouriteGameType: Bl,
|
|
6843
6906
|
updateFavouriteGameType: Ul,
|
|
6844
6907
|
requestForgetUsernameType: $l,
|
|
6845
6908
|
submitForgetUsernameType: Vl,
|
|
6846
|
-
getAccumulateDepositDataType:
|
|
6909
|
+
getAccumulateDepositDataType: Di,
|
|
6847
6910
|
getAccumulateDepositClaimType: Al,
|
|
6848
6911
|
rebateRefundSettingType: Ql,
|
|
6849
6912
|
getASCMatchCountType: Xl,
|
|
@@ -6862,8 +6925,8 @@ export {
|
|
|
6862
6925
|
lc as Repository,
|
|
6863
6926
|
gu as addBankCardType,
|
|
6864
6927
|
vl as agTransferCreditReportType,
|
|
6865
|
-
|
|
6866
|
-
|
|
6928
|
+
su as announcementType,
|
|
6929
|
+
Ei as api,
|
|
6867
6930
|
ts as apiType,
|
|
6868
6931
|
Zu as applyPromoType,
|
|
6869
6932
|
Ku as applyRedPacketType,
|
|
@@ -6871,25 +6934,25 @@ export {
|
|
|
6871
6934
|
Ju as applySignInType,
|
|
6872
6935
|
mu as applyVipBonusType,
|
|
6873
6936
|
Fl as applyWeekCard,
|
|
6874
|
-
|
|
6937
|
+
Xi as autoRegisterApi,
|
|
6875
6938
|
wl as betReportType,
|
|
6876
6939
|
bu as changePasswordType,
|
|
6877
|
-
|
|
6940
|
+
Ml as changeWithdrawalCodeType,
|
|
6878
6941
|
kl as checkRedPacketTokenType,
|
|
6879
6942
|
Vu as checkRedPacketValidateType,
|
|
6880
6943
|
al as checkTransferCreditType,
|
|
6881
6944
|
Wl as claimIncentiveRebate,
|
|
6882
|
-
|
|
6945
|
+
Yi as cmsListType,
|
|
6883
6946
|
dl as commissionWithdrawType,
|
|
6884
6947
|
bn as config,
|
|
6885
6948
|
du as depositType,
|
|
6886
6949
|
wu as fishGameListType,
|
|
6887
6950
|
ol as friendListEditType,
|
|
6888
6951
|
sl as friendListType,
|
|
6889
|
-
|
|
6952
|
+
ou as gameListType,
|
|
6890
6953
|
Xl as getASCMatchCountType,
|
|
6891
6954
|
Al as getAccumulateDepositClaimType,
|
|
6892
|
-
|
|
6955
|
+
Di as getAccumulateDepositDataType,
|
|
6893
6956
|
il as getActivePPType,
|
|
6894
6957
|
ul as getActiveProductType,
|
|
6895
6958
|
el as getCountryType,
|
|
@@ -6899,15 +6962,15 @@ export {
|
|
|
6899
6962
|
hu as getEventListType,
|
|
6900
6963
|
_u as getEventTokenType,
|
|
6901
6964
|
Tu as getExtraGameType,
|
|
6902
|
-
|
|
6903
|
-
|
|
6965
|
+
Bl as getFavouriteGameType,
|
|
6966
|
+
Hu as getImageType,
|
|
6904
6967
|
Yl as getIncentiveData,
|
|
6905
6968
|
ql as getIncentiveRebate,
|
|
6906
6969
|
Cu as getInviteRewardClaimType,
|
|
6907
|
-
|
|
6970
|
+
Ru as getInviteRewardDataType,
|
|
6908
6971
|
Ou as getInviteRewardReportType,
|
|
6909
6972
|
Lu as getInviteRewardSettingType,
|
|
6910
|
-
|
|
6973
|
+
nu as getMaintenanceModeApi,
|
|
6911
6974
|
El as getMissionClaim,
|
|
6912
6975
|
pi as getMissionData,
|
|
6913
6976
|
ec as getPopoutItemType,
|
|
@@ -6917,18 +6980,18 @@ export {
|
|
|
6917
6980
|
ri as getSettingType,
|
|
6918
6981
|
ju as getTopUpRewardClaimType,
|
|
6919
6982
|
Fu as getTopUpRewardSettingType,
|
|
6920
|
-
|
|
6983
|
+
Mu as getTopupRewardDataType,
|
|
6921
6984
|
ku as getTopupRewardReportType,
|
|
6922
6985
|
Nu as getTurnOverRewardClaimType,
|
|
6923
6986
|
Pu as getTurnOverRewardDataType,
|
|
6924
|
-
|
|
6987
|
+
xu as getTurnOverRewardReportType,
|
|
6925
6988
|
tc as getTurnOverRewardSettingMultType,
|
|
6926
6989
|
zu as getTurnOverRewardSettingType,
|
|
6927
|
-
|
|
6928
|
-
|
|
6990
|
+
Dl as getTwoFactorAuthenticateType,
|
|
6991
|
+
xl as getUserDeviceListType,
|
|
6929
6992
|
Au as getUserProfileType,
|
|
6930
6993
|
Xu as getUsernameByReferType,
|
|
6931
|
-
|
|
6994
|
+
Bu as getValidateType,
|
|
6932
6995
|
Eu as getVerifyPromo,
|
|
6933
6996
|
Nl as getWeekCardClaim,
|
|
6934
6997
|
Ll as getWeekCardData,
|
|
@@ -6937,23 +7000,23 @@ export {
|
|
|
6937
7000
|
ac as interestTransferInType,
|
|
6938
7001
|
sc as interestTransferOutType,
|
|
6939
7002
|
oc as interestWalletInfoType,
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
6944
|
-
|
|
7003
|
+
eu as loadMatchApi,
|
|
7004
|
+
$i as loginApi,
|
|
7005
|
+
ru as loginType,
|
|
7006
|
+
Ai as logoutApi,
|
|
7007
|
+
au as logoutType,
|
|
6945
7008
|
vu as mailBoxType,
|
|
6946
7009
|
lu as mainWalletType,
|
|
6947
7010
|
ns as paymentsProviderType,
|
|
6948
7011
|
Bt as playGame,
|
|
6949
7012
|
Bt as playGameType,
|
|
6950
|
-
|
|
7013
|
+
uu as promotionType,
|
|
6951
7014
|
$u as readMailType,
|
|
6952
7015
|
Ql as rebateRefundSettingType,
|
|
6953
7016
|
_l as referralMemberProfileType,
|
|
6954
7017
|
hl as referralProfileType,
|
|
6955
7018
|
Tl as registerActionType,
|
|
6956
|
-
|
|
7019
|
+
Hl as registerFormType,
|
|
6957
7020
|
Gu as requestForgetPasswordType,
|
|
6958
7021
|
$l as requestForgetUsernameType,
|
|
6959
7022
|
Qu as requestTacCodeType,
|
|
@@ -6962,15 +7025,15 @@ export {
|
|
|
6962
7025
|
ll as requestWithdrawTacType,
|
|
6963
7026
|
cl as requestWithdrawalCodeType,
|
|
6964
7027
|
Ol as searchNumberHistoryType,
|
|
6965
|
-
|
|
7028
|
+
Ji as setLocaleApi,
|
|
6966
7029
|
yl as signInRecordType,
|
|
6967
7030
|
bl as signInViewInfoType,
|
|
6968
|
-
|
|
7031
|
+
Du as slotGameListType,
|
|
6969
7032
|
fl as submitCryptoAccountType,
|
|
6970
7033
|
Wu as submitForgetPasswordType,
|
|
6971
7034
|
Vl as submitForgetUsernameType,
|
|
6972
|
-
|
|
6973
|
-
|
|
7035
|
+
Ht as submitGiftCode,
|
|
7036
|
+
Ht as submitGiftCodeType,
|
|
6974
7037
|
pl as submitTransferMoneyType,
|
|
6975
7038
|
Pl as submitTwoFactorAuthenticateType,
|
|
6976
7039
|
qu as submitUpdateMobileTacCode,
|
|
@@ -6984,12 +7047,12 @@ export {
|
|
|
6984
7047
|
zl as transferSettingType,
|
|
6985
7048
|
tl as transferToMainType,
|
|
6986
7049
|
Gl as transferType,
|
|
6987
|
-
|
|
7050
|
+
Rl as unbindUserDeviceType,
|
|
6988
7051
|
cu as upcomingMatchType,
|
|
6989
7052
|
Zl as updateDeviceTokenType,
|
|
6990
7053
|
Ul as updateFavouriteGameType,
|
|
6991
7054
|
Uu as updateProfilePictureType,
|
|
6992
|
-
|
|
7055
|
+
iu as vipListType,
|
|
6993
7056
|
yu as walletType,
|
|
6994
7057
|
pu as withdrawType,
|
|
6995
7058
|
fu as withdrawalGetType
|