60p82u21t54k 0.1.24 → 0.1.26
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 +1062 -998
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var un = Object.defineProperty;
|
|
2
2
|
var ln = (e, n, t) => n in e ? un(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
|
3
|
-
var
|
|
3
|
+
var h = (e, n, t) => ln(e, typeof n != "symbol" ? n + "" : n, t);
|
|
4
4
|
import Yt from "axios";
|
|
5
|
-
const
|
|
5
|
+
const ue = Yt.create({
|
|
6
6
|
baseURL: "",
|
|
7
7
|
timeout: 15e3,
|
|
8
8
|
// Request timeout
|
|
@@ -48,11 +48,11 @@ const ie = Yt.create({
|
|
|
48
48
|
// },
|
|
49
49
|
// },
|
|
50
50
|
});
|
|
51
|
-
|
|
51
|
+
ue.interceptors.request.use(
|
|
52
52
|
(e) => e,
|
|
53
53
|
(e) => (console.error("Error request:", e.response), Promise.reject(e))
|
|
54
54
|
);
|
|
55
|
-
|
|
55
|
+
ue.interceptors.response.use(
|
|
56
56
|
(e) => e,
|
|
57
57
|
(e) => {
|
|
58
58
|
const n = {
|
|
@@ -74,26 +74,26 @@ function Et(e, n, t) {
|
|
|
74
74
|
return isNaN(n) ? Y((t == null ? void 0 : t.in) || e, NaN) : (n && r.setDate(r.getDate() + n), r);
|
|
75
75
|
}
|
|
76
76
|
let gn = {};
|
|
77
|
-
function
|
|
77
|
+
function Te() {
|
|
78
78
|
return gn;
|
|
79
79
|
}
|
|
80
|
-
function
|
|
81
|
-
var d, p,
|
|
82
|
-
const t =
|
|
80
|
+
function ie(e, n) {
|
|
81
|
+
var d, p, f, b;
|
|
82
|
+
const t = Te(), r = (n == null ? void 0 : n.weekStartsOn) ?? ((p = (d = n == null ? void 0 : n.locale) == null ? void 0 : d.options) == null ? void 0 : p.weekStartsOn) ?? t.weekStartsOn ?? ((b = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : b.weekStartsOn) ?? 0, a = W(e, n == null ? void 0 : n.in), s = a.getDay(), o = (s < r ? 7 : 0) + s - r;
|
|
83
83
|
return a.setDate(a.getDate() - o), a.setHours(0, 0, 0, 0), a;
|
|
84
84
|
}
|
|
85
|
-
function
|
|
86
|
-
return
|
|
85
|
+
function _e(e, n) {
|
|
86
|
+
return ie(e, { ...n, weekStartsOn: 1 });
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function Bt(e, n) {
|
|
89
89
|
const t = W(e, n == null ? void 0 : n.in), r = t.getFullYear(), a = Y(t, 0);
|
|
90
90
|
a.setFullYear(r + 1, 0, 4), a.setHours(0, 0, 0, 0);
|
|
91
|
-
const s =
|
|
91
|
+
const s = _e(a), o = Y(t, 0);
|
|
92
92
|
o.setFullYear(r, 0, 4), o.setHours(0, 0, 0, 0);
|
|
93
|
-
const d =
|
|
93
|
+
const d = _e(o);
|
|
94
94
|
return t.getTime() >= s.getTime() ? r + 1 : t.getTime() >= d.getTime() ? r : r - 1;
|
|
95
95
|
}
|
|
96
|
-
function
|
|
96
|
+
function Re(e) {
|
|
97
97
|
const n = W(e), t = new Date(
|
|
98
98
|
Date.UTC(
|
|
99
99
|
n.getFullYear(),
|
|
@@ -123,12 +123,12 @@ function bn(e, n, t) {
|
|
|
123
123
|
t == null ? void 0 : t.in,
|
|
124
124
|
e,
|
|
125
125
|
n
|
|
126
|
-
), s = bt(r), o = bt(a), d = +s -
|
|
126
|
+
), s = bt(r), o = bt(a), d = +s - Re(s), p = +o - Re(o);
|
|
127
127
|
return Math.round((d - p) / cn);
|
|
128
128
|
}
|
|
129
129
|
function yn(e, n) {
|
|
130
|
-
const t =
|
|
131
|
-
return r.setFullYear(t, 0, 4), r.setHours(0, 0, 0, 0),
|
|
130
|
+
const t = Bt(e, n), r = Y(e, 0);
|
|
131
|
+
return r.setFullYear(t, 0, 4), r.setHours(0, 0, 0, 0), _e(r);
|
|
132
132
|
}
|
|
133
133
|
function hn(e) {
|
|
134
134
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
@@ -207,18 +207,18 @@ const vn = {
|
|
|
207
207
|
const a = vn[e];
|
|
208
208
|
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;
|
|
209
209
|
};
|
|
210
|
-
function
|
|
210
|
+
function Ge(e) {
|
|
211
211
|
return (n = {}) => {
|
|
212
212
|
const t = n.width ? String(n.width) : e.defaultWidth;
|
|
213
213
|
return e.formats[t] || e.formats[e.defaultWidth];
|
|
214
214
|
};
|
|
215
215
|
}
|
|
216
|
-
const
|
|
216
|
+
const xn = {
|
|
217
217
|
full: "EEEE, MMMM do, y",
|
|
218
218
|
long: "MMMM do, y",
|
|
219
219
|
medium: "MMM d, y",
|
|
220
220
|
short: "MM/dd/yyyy"
|
|
221
|
-
},
|
|
221
|
+
}, Pn = {
|
|
222
222
|
full: "h:mm:ss a zzzz",
|
|
223
223
|
long: "h:mm:ss a z",
|
|
224
224
|
medium: "h:mm:ss a",
|
|
@@ -229,15 +229,15 @@ const Pn = {
|
|
|
229
229
|
medium: "{{date}}, {{time}}",
|
|
230
230
|
short: "{{date}}, {{time}}"
|
|
231
231
|
}, Mn = {
|
|
232
|
-
date:
|
|
233
|
-
formats:
|
|
232
|
+
date: Ge({
|
|
233
|
+
formats: xn,
|
|
234
234
|
defaultWidth: "full"
|
|
235
235
|
}),
|
|
236
|
-
time:
|
|
237
|
-
formats:
|
|
236
|
+
time: Ge({
|
|
237
|
+
formats: Pn,
|
|
238
238
|
defaultWidth: "full"
|
|
239
239
|
}),
|
|
240
|
-
dateTime:
|
|
240
|
+
dateTime: Ge({
|
|
241
241
|
formats: Dn,
|
|
242
242
|
defaultWidth: "full"
|
|
243
243
|
})
|
|
@@ -249,7 +249,7 @@ const Pn = {
|
|
|
249
249
|
nextWeek: "eeee 'at' p",
|
|
250
250
|
other: "P"
|
|
251
251
|
}, kn = (e, n, t, r) => On[e];
|
|
252
|
-
function
|
|
252
|
+
function Pe(e) {
|
|
253
253
|
return (n, t) => {
|
|
254
254
|
const r = t != null && t.context ? String(t.context) : "standalone";
|
|
255
255
|
let a;
|
|
@@ -272,7 +272,7 @@ const Rn = {
|
|
|
272
272
|
narrow: ["1", "2", "3", "4"],
|
|
273
273
|
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
274
274
|
wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
|
|
275
|
-
},
|
|
275
|
+
}, In = {
|
|
276
276
|
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
277
277
|
abbreviated: [
|
|
278
278
|
"Jan",
|
|
@@ -302,7 +302,7 @@ const Rn = {
|
|
|
302
302
|
"November",
|
|
303
303
|
"December"
|
|
304
304
|
]
|
|
305
|
-
},
|
|
305
|
+
}, Cn = {
|
|
306
306
|
narrow: ["S", "M", "T", "W", "T", "F", "S"],
|
|
307
307
|
short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
|
308
308
|
abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
@@ -315,7 +315,7 @@ const Rn = {
|
|
|
315
315
|
"Friday",
|
|
316
316
|
"Saturday"
|
|
317
317
|
]
|
|
318
|
-
},
|
|
318
|
+
}, Nn = {
|
|
319
319
|
narrow: {
|
|
320
320
|
am: "a",
|
|
321
321
|
pm: "p",
|
|
@@ -346,7 +346,7 @@ const Rn = {
|
|
|
346
346
|
evening: "evening",
|
|
347
347
|
night: "night"
|
|
348
348
|
}
|
|
349
|
-
},
|
|
349
|
+
}, jn = {
|
|
350
350
|
narrow: {
|
|
351
351
|
am: "a",
|
|
352
352
|
pm: "p",
|
|
@@ -391,31 +391,31 @@ const Rn = {
|
|
|
391
391
|
return t + "th";
|
|
392
392
|
}, Fn = {
|
|
393
393
|
ordinalNumber: Ln,
|
|
394
|
-
era:
|
|
394
|
+
era: Pe({
|
|
395
395
|
values: Rn,
|
|
396
396
|
defaultWidth: "wide"
|
|
397
397
|
}),
|
|
398
|
-
quarter:
|
|
398
|
+
quarter: Pe({
|
|
399
399
|
values: Sn,
|
|
400
400
|
defaultWidth: "wide",
|
|
401
401
|
argumentCallback: (e) => e - 1
|
|
402
402
|
}),
|
|
403
|
-
month:
|
|
404
|
-
values:
|
|
403
|
+
month: Pe({
|
|
404
|
+
values: In,
|
|
405
405
|
defaultWidth: "wide"
|
|
406
406
|
}),
|
|
407
|
-
day:
|
|
408
|
-
values:
|
|
407
|
+
day: Pe({
|
|
408
|
+
values: Cn,
|
|
409
409
|
defaultWidth: "wide"
|
|
410
410
|
}),
|
|
411
|
-
dayPeriod:
|
|
412
|
-
values:
|
|
411
|
+
dayPeriod: Pe({
|
|
412
|
+
values: Nn,
|
|
413
413
|
defaultWidth: "wide",
|
|
414
|
-
formattingValues:
|
|
414
|
+
formattingValues: jn,
|
|
415
415
|
defaultFormattingWidth: "wide"
|
|
416
416
|
})
|
|
417
417
|
};
|
|
418
|
-
function
|
|
418
|
+
function De(e) {
|
|
419
419
|
return (n, t = {}) => {
|
|
420
420
|
const r = t.width, a = r && e.matchPatterns[r] || e.matchPatterns[e.defaultMatchWidth], s = n.match(a);
|
|
421
421
|
if (!s)
|
|
@@ -424,13 +424,13 @@ function he(e) {
|
|
|
424
424
|
// [TODO] -- I challenge you to fix the type
|
|
425
425
|
Gn(d, (w) => w.test(o))
|
|
426
426
|
);
|
|
427
|
-
let
|
|
428
|
-
|
|
427
|
+
let f;
|
|
428
|
+
f = e.valueCallback ? e.valueCallback(p) : p, f = t.valueCallback ? (
|
|
429
429
|
// [TODO] -- I challenge you to fix the type
|
|
430
|
-
t.valueCallback(
|
|
431
|
-
) :
|
|
430
|
+
t.valueCallback(f)
|
|
431
|
+
) : f;
|
|
432
432
|
const b = n.slice(o.length);
|
|
433
|
-
return { value:
|
|
433
|
+
return { value: f, rest: b };
|
|
434
434
|
};
|
|
435
435
|
}
|
|
436
436
|
function Gn(e, n) {
|
|
@@ -459,9 +459,9 @@ const Yn = /^(\d+)(th|st|nd|rd)?/i, qn = /\d+/i, En = {
|
|
|
459
459
|
narrow: /^(b|a)/i,
|
|
460
460
|
abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
|
|
461
461
|
wide: /^(before christ|before common era|anno domini|common era)/i
|
|
462
|
-
}, Hn = {
|
|
463
|
-
any: [/^b/i, /^(a|c)/i]
|
|
464
462
|
}, Bn = {
|
|
463
|
+
any: [/^b/i, /^(a|c)/i]
|
|
464
|
+
}, Hn = {
|
|
465
465
|
narrow: /^[1234]/i,
|
|
466
466
|
abbreviated: /^q[1234]/i,
|
|
467
467
|
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
@@ -528,38 +528,38 @@ const Yn = /^(\d+)(th|st|nd|rd)?/i, qn = /\d+/i, En = {
|
|
|
528
528
|
parsePattern: qn,
|
|
529
529
|
valueCallback: (e) => parseInt(e, 10)
|
|
530
530
|
}),
|
|
531
|
-
era:
|
|
531
|
+
era: De({
|
|
532
532
|
matchPatterns: En,
|
|
533
533
|
defaultMatchWidth: "wide",
|
|
534
|
-
parsePatterns:
|
|
534
|
+
parsePatterns: Bn,
|
|
535
535
|
defaultParseWidth: "any"
|
|
536
536
|
}),
|
|
537
|
-
quarter:
|
|
538
|
-
matchPatterns:
|
|
537
|
+
quarter: De({
|
|
538
|
+
matchPatterns: Hn,
|
|
539
539
|
defaultMatchWidth: "wide",
|
|
540
540
|
parsePatterns: Un,
|
|
541
541
|
defaultParseWidth: "any",
|
|
542
542
|
valueCallback: (e) => e + 1
|
|
543
543
|
}),
|
|
544
|
-
month:
|
|
544
|
+
month: De({
|
|
545
545
|
matchPatterns: $n,
|
|
546
546
|
defaultMatchWidth: "wide",
|
|
547
547
|
parsePatterns: Vn,
|
|
548
548
|
defaultParseWidth: "any"
|
|
549
549
|
}),
|
|
550
|
-
day:
|
|
550
|
+
day: De({
|
|
551
551
|
matchPatterns: An,
|
|
552
552
|
defaultMatchWidth: "wide",
|
|
553
553
|
parsePatterns: Qn,
|
|
554
554
|
defaultParseWidth: "any"
|
|
555
555
|
}),
|
|
556
|
-
dayPeriod:
|
|
556
|
+
dayPeriod: De({
|
|
557
557
|
matchPatterns: Xn,
|
|
558
558
|
defaultMatchWidth: "any",
|
|
559
559
|
parsePatterns: Zn,
|
|
560
560
|
defaultParseWidth: "any"
|
|
561
561
|
})
|
|
562
|
-
},
|
|
562
|
+
}, Ht = {
|
|
563
563
|
code: "en-US",
|
|
564
564
|
formatDistance: wn,
|
|
565
565
|
formatLong: Mn,
|
|
@@ -576,32 +576,32 @@ function Kn(e, n) {
|
|
|
576
576
|
return bn(t, Tn(t)) + 1;
|
|
577
577
|
}
|
|
578
578
|
function Ut(e, n) {
|
|
579
|
-
const t = W(e, n == null ? void 0 : n.in), r = +
|
|
579
|
+
const t = W(e, n == null ? void 0 : n.in), r = +_e(t) - +yn(t);
|
|
580
580
|
return Math.round(r / qt) + 1;
|
|
581
581
|
}
|
|
582
|
-
function
|
|
582
|
+
function Ae(e, n) {
|
|
583
583
|
var b, w, _, g;
|
|
584
|
-
const t = W(e, n == null ? void 0 : n.in), r = t.getFullYear(), a =
|
|
584
|
+
const t = W(e, n == null ? void 0 : n.in), r = t.getFullYear(), a = Te(), s = (n == null ? void 0 : n.firstWeekContainsDate) ?? ((w = (b = n == null ? void 0 : n.locale) == null ? void 0 : b.options) == null ? void 0 : w.firstWeekContainsDate) ?? a.firstWeekContainsDate ?? ((g = (_ = a.locale) == null ? void 0 : _.options) == null ? void 0 : g.firstWeekContainsDate) ?? 1, o = Y((n == null ? void 0 : n.in) || e, 0);
|
|
585
585
|
o.setFullYear(r + 1, 0, s), o.setHours(0, 0, 0, 0);
|
|
586
|
-
const d =
|
|
586
|
+
const d = ie(o, n), p = Y((n == null ? void 0 : n.in) || e, 0);
|
|
587
587
|
p.setFullYear(r, 0, s), p.setHours(0, 0, 0, 0);
|
|
588
|
-
const
|
|
589
|
-
return +t >= +d ? r + 1 : +t >= +
|
|
588
|
+
const f = ie(p, n);
|
|
589
|
+
return +t >= +d ? r + 1 : +t >= +f ? r : r - 1;
|
|
590
590
|
}
|
|
591
591
|
function er(e, n) {
|
|
592
|
-
var d, p,
|
|
593
|
-
const t =
|
|
594
|
-
return s.setFullYear(a, 0, r), s.setHours(0, 0, 0, 0),
|
|
592
|
+
var d, p, f, b;
|
|
593
|
+
const t = Te(), r = (n == null ? void 0 : n.firstWeekContainsDate) ?? ((p = (d = n == null ? void 0 : n.locale) == null ? void 0 : d.options) == null ? void 0 : p.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((b = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : b.firstWeekContainsDate) ?? 1, a = Ae(e, n), s = Y((n == null ? void 0 : n.in) || e, 0);
|
|
594
|
+
return s.setFullYear(a, 0, r), s.setHours(0, 0, 0, 0), ie(s, n);
|
|
595
595
|
}
|
|
596
596
|
function $t(e, n) {
|
|
597
|
-
const t = W(e, n == null ? void 0 : n.in), r = +
|
|
597
|
+
const t = W(e, n == null ? void 0 : n.in), r = +ie(t, n) - +er(t, n);
|
|
598
598
|
return Math.round(r / qt) + 1;
|
|
599
599
|
}
|
|
600
600
|
function R(e, n) {
|
|
601
601
|
const t = e < 0 ? "-" : "", r = Math.abs(e).toString().padStart(n, "0");
|
|
602
602
|
return t + r;
|
|
603
603
|
}
|
|
604
|
-
const
|
|
604
|
+
const oe = {
|
|
605
605
|
// Year
|
|
606
606
|
y(e, n) {
|
|
607
607
|
const t = e.getFullYear(), r = t > 0 ? t : 1 - t;
|
|
@@ -655,7 +655,7 @@ const se = {
|
|
|
655
655
|
);
|
|
656
656
|
return R(a, n.length);
|
|
657
657
|
}
|
|
658
|
-
},
|
|
658
|
+
}, ye = {
|
|
659
659
|
am: "am",
|
|
660
660
|
pm: "pm",
|
|
661
661
|
midnight: "midnight",
|
|
@@ -686,11 +686,11 @@ const se = {
|
|
|
686
686
|
const r = e.getFullYear(), a = r > 0 ? r : 1 - r;
|
|
687
687
|
return t.ordinalNumber(a, { unit: "year" });
|
|
688
688
|
}
|
|
689
|
-
return
|
|
689
|
+
return oe.y(e, n);
|
|
690
690
|
},
|
|
691
691
|
// Local week-numbering year
|
|
692
692
|
Y: function(e, n, t, r) {
|
|
693
|
-
const a =
|
|
693
|
+
const a = Ae(e, r), s = a > 0 ? a : 1 - a;
|
|
694
694
|
if (n === "YY") {
|
|
695
695
|
const o = s % 100;
|
|
696
696
|
return R(o, 2);
|
|
@@ -699,7 +699,7 @@ const se = {
|
|
|
699
699
|
},
|
|
700
700
|
// ISO week-numbering year
|
|
701
701
|
R: function(e, n) {
|
|
702
|
-
const t =
|
|
702
|
+
const t = Bt(e);
|
|
703
703
|
return R(t, n.length);
|
|
704
704
|
},
|
|
705
705
|
// Extended year. This is a single number designating the year of this calendar system.
|
|
@@ -777,7 +777,7 @@ const se = {
|
|
|
777
777
|
switch (n) {
|
|
778
778
|
case "M":
|
|
779
779
|
case "MM":
|
|
780
|
-
return
|
|
780
|
+
return oe.M(e, n);
|
|
781
781
|
case "Mo":
|
|
782
782
|
return t.ordinalNumber(r + 1, { unit: "month" });
|
|
783
783
|
case "MMM":
|
|
@@ -832,7 +832,7 @@ const se = {
|
|
|
832
832
|
},
|
|
833
833
|
// Day of the month
|
|
834
834
|
d: function(e, n, t) {
|
|
835
|
-
return n === "do" ? t.ordinalNumber(e.getDate(), { unit: "date" }) :
|
|
835
|
+
return n === "do" ? t.ordinalNumber(e.getDate(), { unit: "date" }) : oe.d(e, n);
|
|
836
836
|
},
|
|
837
837
|
// Day of year
|
|
838
838
|
D: function(e, n, t) {
|
|
@@ -999,7 +999,7 @@ const se = {
|
|
|
999
999
|
b: function(e, n, t) {
|
|
1000
1000
|
const r = e.getHours();
|
|
1001
1001
|
let a;
|
|
1002
|
-
switch (r === 12 ? a =
|
|
1002
|
+
switch (r === 12 ? a = ye.noon : r === 0 ? a = ye.midnight : a = r / 12 >= 1 ? "pm" : "am", n) {
|
|
1003
1003
|
case "b":
|
|
1004
1004
|
case "bb":
|
|
1005
1005
|
return t.dayPeriod(a, {
|
|
@@ -1028,7 +1028,7 @@ const se = {
|
|
|
1028
1028
|
B: function(e, n, t) {
|
|
1029
1029
|
const r = e.getHours();
|
|
1030
1030
|
let a;
|
|
1031
|
-
switch (r >= 17 ? a =
|
|
1031
|
+
switch (r >= 17 ? a = ye.evening : r >= 12 ? a = ye.afternoon : r >= 4 ? a = ye.morning : a = ye.night, n) {
|
|
1032
1032
|
case "B":
|
|
1033
1033
|
case "BB":
|
|
1034
1034
|
case "BBB":
|
|
@@ -1055,11 +1055,11 @@ const se = {
|
|
|
1055
1055
|
let r = e.getHours() % 12;
|
|
1056
1056
|
return r === 0 && (r = 12), t.ordinalNumber(r, { unit: "hour" });
|
|
1057
1057
|
}
|
|
1058
|
-
return
|
|
1058
|
+
return oe.h(e, n);
|
|
1059
1059
|
},
|
|
1060
1060
|
// Hour [0-23]
|
|
1061
1061
|
H: function(e, n, t) {
|
|
1062
|
-
return n === "Ho" ? t.ordinalNumber(e.getHours(), { unit: "hour" }) :
|
|
1062
|
+
return n === "Ho" ? t.ordinalNumber(e.getHours(), { unit: "hour" }) : oe.H(e, n);
|
|
1063
1063
|
},
|
|
1064
1064
|
// Hour [0-11]
|
|
1065
1065
|
K: function(e, n, t) {
|
|
@@ -1073,15 +1073,15 @@ const se = {
|
|
|
1073
1073
|
},
|
|
1074
1074
|
// Minute
|
|
1075
1075
|
m: function(e, n, t) {
|
|
1076
|
-
return n === "mo" ? t.ordinalNumber(e.getMinutes(), { unit: "minute" }) :
|
|
1076
|
+
return n === "mo" ? t.ordinalNumber(e.getMinutes(), { unit: "minute" }) : oe.m(e, n);
|
|
1077
1077
|
},
|
|
1078
1078
|
// Second
|
|
1079
1079
|
s: function(e, n, t) {
|
|
1080
|
-
return n === "so" ? t.ordinalNumber(e.getSeconds(), { unit: "second" }) :
|
|
1080
|
+
return n === "so" ? t.ordinalNumber(e.getSeconds(), { unit: "second" }) : oe.s(e, n);
|
|
1081
1081
|
},
|
|
1082
1082
|
// Fraction of second
|
|
1083
1083
|
S: function(e, n) {
|
|
1084
|
-
return
|
|
1084
|
+
return oe.S(e, n);
|
|
1085
1085
|
},
|
|
1086
1086
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
1087
1087
|
X: function(e, n, t) {
|
|
@@ -1093,11 +1093,11 @@ const se = {
|
|
|
1093
1093
|
return _t(r);
|
|
1094
1094
|
case "XXXX":
|
|
1095
1095
|
case "XX":
|
|
1096
|
-
return
|
|
1096
|
+
return de(r);
|
|
1097
1097
|
case "XXXXX":
|
|
1098
1098
|
case "XXX":
|
|
1099
1099
|
default:
|
|
1100
|
-
return
|
|
1100
|
+
return de(r, ":");
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
1103
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -1108,11 +1108,11 @@ const se = {
|
|
|
1108
1108
|
return _t(r);
|
|
1109
1109
|
case "xxxx":
|
|
1110
1110
|
case "xx":
|
|
1111
|
-
return
|
|
1111
|
+
return de(r);
|
|
1112
1112
|
case "xxxxx":
|
|
1113
1113
|
case "xxx":
|
|
1114
1114
|
default:
|
|
1115
|
-
return
|
|
1115
|
+
return de(r, ":");
|
|
1116
1116
|
}
|
|
1117
1117
|
},
|
|
1118
1118
|
// Timezone (GMT)
|
|
@@ -1125,7 +1125,7 @@ const se = {
|
|
|
1125
1125
|
return "GMT" + ht(r, ":");
|
|
1126
1126
|
case "OOOO":
|
|
1127
1127
|
default:
|
|
1128
|
-
return "GMT" +
|
|
1128
|
+
return "GMT" + de(r, ":");
|
|
1129
1129
|
}
|
|
1130
1130
|
},
|
|
1131
1131
|
// Timezone (specific non-location)
|
|
@@ -1138,7 +1138,7 @@ const se = {
|
|
|
1138
1138
|
return "GMT" + ht(r, ":");
|
|
1139
1139
|
case "zzzz":
|
|
1140
1140
|
default:
|
|
1141
|
-
return "GMT" +
|
|
1141
|
+
return "GMT" + de(r, ":");
|
|
1142
1142
|
}
|
|
1143
1143
|
},
|
|
1144
1144
|
// Seconds timestamp
|
|
@@ -1156,9 +1156,9 @@ function ht(e, n = "") {
|
|
|
1156
1156
|
return s === 0 ? t + String(a) : t + String(a) + n + R(s, 2);
|
|
1157
1157
|
}
|
|
1158
1158
|
function _t(e, n) {
|
|
1159
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") + R(Math.abs(e) / 60, 2) :
|
|
1159
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + R(Math.abs(e) / 60, 2) : de(e, n);
|
|
1160
1160
|
}
|
|
1161
|
-
function
|
|
1161
|
+
function de(e, n = "") {
|
|
1162
1162
|
const t = e > 0 ? "-" : "+", r = Math.abs(e), a = R(Math.trunc(r / 60), 2), s = R(r % 60, 2);
|
|
1163
1163
|
return t + a + n + s;
|
|
1164
1164
|
}
|
|
@@ -1207,7 +1207,7 @@ const Tt = (e, n) => {
|
|
|
1207
1207
|
break;
|
|
1208
1208
|
}
|
|
1209
1209
|
return s.replace("{{date}}", Tt(r, n)).replace("{{time}}", Vt(a, n));
|
|
1210
|
-
},
|
|
1210
|
+
}, Ue = {
|
|
1211
1211
|
p: Vt,
|
|
1212
1212
|
P: tr
|
|
1213
1213
|
}, nr = /^D+$/, rr = /^Y+$/, ar = ["D", "DD", "YY", "YYYY"];
|
|
@@ -1217,7 +1217,7 @@ function At(e) {
|
|
|
1217
1217
|
function Qt(e) {
|
|
1218
1218
|
return rr.test(e);
|
|
1219
1219
|
}
|
|
1220
|
-
function
|
|
1220
|
+
function $e(e, n, t) {
|
|
1221
1221
|
const r = sr(e, n, t);
|
|
1222
1222
|
if (console.warn(r), ar.includes(e)) throw new RangeError(r);
|
|
1223
1223
|
}
|
|
@@ -1227,14 +1227,14 @@ function sr(e, n, t) {
|
|
|
1227
1227
|
}
|
|
1228
1228
|
const or = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, ir = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, ur = /^'([^]*?)'?$/, lr = /''/g, cr = /[a-zA-Z]/;
|
|
1229
1229
|
function dr(e, n, t) {
|
|
1230
|
-
var b, w, _, g,
|
|
1231
|
-
const r =
|
|
1230
|
+
var b, w, _, g, D, j, B, H;
|
|
1231
|
+
const r = Te(), a = (t == null ? void 0 : t.locale) ?? r.locale ?? Ht, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((w = (b = t == null ? void 0 : t.locale) == null ? void 0 : b.options) == null ? void 0 : w.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((g = (_ = r.locale) == null ? void 0 : _.options) == null ? void 0 : g.firstWeekContainsDate) ?? 1, o = (t == null ? void 0 : t.weekStartsOn) ?? ((j = (D = t == null ? void 0 : t.locale) == null ? void 0 : D.options) == null ? void 0 : j.weekStartsOn) ?? r.weekStartsOn ?? ((H = (B = r.locale) == null ? void 0 : B.options) == null ? void 0 : H.weekStartsOn) ?? 0, d = W(e, t == null ? void 0 : t.in);
|
|
1232
1232
|
if (!_n(d))
|
|
1233
1233
|
throw new RangeError("Invalid time value");
|
|
1234
1234
|
let p = n.match(ir).map((T) => {
|
|
1235
1235
|
const S = T[0];
|
|
1236
1236
|
if (S === "p" || S === "P") {
|
|
1237
|
-
const v =
|
|
1237
|
+
const v = Ue[S];
|
|
1238
1238
|
return v(T, a.formatLong);
|
|
1239
1239
|
}
|
|
1240
1240
|
return T;
|
|
@@ -1253,7 +1253,7 @@ function dr(e, n, t) {
|
|
|
1253
1253
|
return { isToken: !1, value: T };
|
|
1254
1254
|
});
|
|
1255
1255
|
a.localize.preprocessor && (p = a.localize.preprocessor(d, p));
|
|
1256
|
-
const
|
|
1256
|
+
const f = {
|
|
1257
1257
|
firstWeekContainsDate: s,
|
|
1258
1258
|
weekStartsOn: o,
|
|
1259
1259
|
locale: a
|
|
@@ -1261,9 +1261,9 @@ function dr(e, n, t) {
|
|
|
1261
1261
|
return p.map((T) => {
|
|
1262
1262
|
if (!T.isToken) return T.value;
|
|
1263
1263
|
const S = T.value;
|
|
1264
|
-
(!(t != null && t.useAdditionalWeekYearTokens) && Qt(S) || !(t != null && t.useAdditionalDayOfYearTokens) && At(S)) &&
|
|
1264
|
+
(!(t != null && t.useAdditionalWeekYearTokens) && Qt(S) || !(t != null && t.useAdditionalDayOfYearTokens) && At(S)) && $e(S, n, String(e));
|
|
1265
1265
|
const v = yt[S[0]];
|
|
1266
|
-
return v(d, S, a.localize,
|
|
1266
|
+
return v(d, S, a.localize, f);
|
|
1267
1267
|
}).join("");
|
|
1268
1268
|
}
|
|
1269
1269
|
function mr(e) {
|
|
@@ -1271,7 +1271,7 @@ function mr(e) {
|
|
|
1271
1271
|
return n ? n[1].replace(lr, "'") : e;
|
|
1272
1272
|
}
|
|
1273
1273
|
function Xt() {
|
|
1274
|
-
return Object.assign({},
|
|
1274
|
+
return Object.assign({}, Te());
|
|
1275
1275
|
}
|
|
1276
1276
|
function fr(e, n) {
|
|
1277
1277
|
const t = W(e, n == null ? void 0 : n.in).getDay();
|
|
@@ -1293,7 +1293,7 @@ function pr(e) {
|
|
|
1293
1293
|
const br = 10;
|
|
1294
1294
|
class Zt {
|
|
1295
1295
|
constructor() {
|
|
1296
|
-
|
|
1296
|
+
h(this, "subPriority", 0);
|
|
1297
1297
|
}
|
|
1298
1298
|
validate(n, t) {
|
|
1299
1299
|
return !0;
|
|
@@ -1313,8 +1313,8 @@ class yr extends Zt {
|
|
|
1313
1313
|
class hr extends Zt {
|
|
1314
1314
|
constructor(t, r) {
|
|
1315
1315
|
super();
|
|
1316
|
-
|
|
1317
|
-
|
|
1316
|
+
h(this, "priority", br);
|
|
1317
|
+
h(this, "subPriority", -1);
|
|
1318
1318
|
this.context = t || ((a) => Y(r, a));
|
|
1319
1319
|
}
|
|
1320
1320
|
set(t, r) {
|
|
@@ -1342,8 +1342,8 @@ class M {
|
|
|
1342
1342
|
class _r extends M {
|
|
1343
1343
|
constructor() {
|
|
1344
1344
|
super(...arguments);
|
|
1345
|
-
|
|
1346
|
-
|
|
1345
|
+
h(this, "priority", 140);
|
|
1346
|
+
h(this, "incompatibleTokens", ["R", "u", "t", "T"]);
|
|
1347
1347
|
}
|
|
1348
1348
|
parse(t, r, a) {
|
|
1349
1349
|
switch (r) {
|
|
@@ -1400,7 +1400,7 @@ const L = {
|
|
|
1400
1400
|
// 0 to 999, -0 to -999
|
|
1401
1401
|
fourDigitsSigned: /^-?\d{1,4}/
|
|
1402
1402
|
// 0 to 9999, -0 to -9999
|
|
1403
|
-
},
|
|
1403
|
+
}, K = {
|
|
1404
1404
|
basicOptionalMinutes: /^([+-])(\d{2})(\d{2})?|Z/,
|
|
1405
1405
|
basic: /^([+-])(\d{2})(\d{2})|Z/,
|
|
1406
1406
|
basicOptionalSeconds: /^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,
|
|
@@ -1413,14 +1413,14 @@ function F(e, n) {
|
|
|
1413
1413
|
rest: e.rest
|
|
1414
1414
|
};
|
|
1415
1415
|
}
|
|
1416
|
-
function
|
|
1416
|
+
function C(e, n) {
|
|
1417
1417
|
const t = n.match(e);
|
|
1418
1418
|
return t ? {
|
|
1419
1419
|
value: parseInt(t[0], 10),
|
|
1420
1420
|
rest: n.slice(t[0].length)
|
|
1421
1421
|
} : null;
|
|
1422
1422
|
}
|
|
1423
|
-
function
|
|
1423
|
+
function ee(e, n) {
|
|
1424
1424
|
const t = n.match(e);
|
|
1425
1425
|
if (!t)
|
|
1426
1426
|
return null;
|
|
@@ -1436,37 +1436,37 @@ function K(e, n) {
|
|
|
1436
1436
|
};
|
|
1437
1437
|
}
|
|
1438
1438
|
function Jt(e) {
|
|
1439
|
-
return
|
|
1439
|
+
return C(L.anyDigitsSigned, e);
|
|
1440
1440
|
}
|
|
1441
|
-
function
|
|
1441
|
+
function N(e, n) {
|
|
1442
1442
|
switch (e) {
|
|
1443
1443
|
case 1:
|
|
1444
|
-
return
|
|
1444
|
+
return C(L.singleDigit, n);
|
|
1445
1445
|
case 2:
|
|
1446
|
-
return
|
|
1446
|
+
return C(L.twoDigits, n);
|
|
1447
1447
|
case 3:
|
|
1448
|
-
return
|
|
1448
|
+
return C(L.threeDigits, n);
|
|
1449
1449
|
case 4:
|
|
1450
|
-
return
|
|
1450
|
+
return C(L.fourDigits, n);
|
|
1451
1451
|
default:
|
|
1452
|
-
return
|
|
1452
|
+
return C(new RegExp("^\\d{1," + e + "}"), n);
|
|
1453
1453
|
}
|
|
1454
1454
|
}
|
|
1455
|
-
function
|
|
1455
|
+
function Se(e, n) {
|
|
1456
1456
|
switch (e) {
|
|
1457
1457
|
case 1:
|
|
1458
|
-
return
|
|
1458
|
+
return C(L.singleDigitSigned, n);
|
|
1459
1459
|
case 2:
|
|
1460
|
-
return
|
|
1460
|
+
return C(L.twoDigitsSigned, n);
|
|
1461
1461
|
case 3:
|
|
1462
|
-
return
|
|
1462
|
+
return C(L.threeDigitsSigned, n);
|
|
1463
1463
|
case 4:
|
|
1464
|
-
return
|
|
1464
|
+
return C(L.fourDigitsSigned, n);
|
|
1465
1465
|
default:
|
|
1466
|
-
return
|
|
1466
|
+
return C(new RegExp("^-?\\d{1," + e + "}"), n);
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
|
-
function
|
|
1469
|
+
function Qe(e) {
|
|
1470
1470
|
switch (e) {
|
|
1471
1471
|
case "morning":
|
|
1472
1472
|
return 4;
|
|
@@ -1500,8 +1500,8 @@ function en(e) {
|
|
|
1500
1500
|
class Tr extends M {
|
|
1501
1501
|
constructor() {
|
|
1502
1502
|
super(...arguments);
|
|
1503
|
-
|
|
1504
|
-
|
|
1503
|
+
h(this, "priority", 130);
|
|
1504
|
+
h(this, "incompatibleTokens", ["Y", "R", "u", "w", "I", "i", "e", "c", "t", "T"]);
|
|
1505
1505
|
}
|
|
1506
1506
|
parse(t, r, a) {
|
|
1507
1507
|
const s = (o) => ({
|
|
@@ -1510,7 +1510,7 @@ class Tr extends M {
|
|
|
1510
1510
|
});
|
|
1511
1511
|
switch (r) {
|
|
1512
1512
|
case "y":
|
|
1513
|
-
return F(
|
|
1513
|
+
return F(N(4, t), s);
|
|
1514
1514
|
case "yo":
|
|
1515
1515
|
return F(
|
|
1516
1516
|
a.ordinalNumber(t, {
|
|
@@ -1519,7 +1519,7 @@ class Tr extends M {
|
|
|
1519
1519
|
s
|
|
1520
1520
|
);
|
|
1521
1521
|
default:
|
|
1522
|
-
return F(
|
|
1522
|
+
return F(N(r.length, t), s);
|
|
1523
1523
|
}
|
|
1524
1524
|
}
|
|
1525
1525
|
validate(t, r) {
|
|
@@ -1541,8 +1541,8 @@ class Tr extends M {
|
|
|
1541
1541
|
class vr extends M {
|
|
1542
1542
|
constructor() {
|
|
1543
1543
|
super(...arguments);
|
|
1544
|
-
|
|
1545
|
-
|
|
1544
|
+
h(this, "priority", 130);
|
|
1545
|
+
h(this, "incompatibleTokens", [
|
|
1546
1546
|
"y",
|
|
1547
1547
|
"R",
|
|
1548
1548
|
"u",
|
|
@@ -1565,7 +1565,7 @@ class vr extends M {
|
|
|
1565
1565
|
});
|
|
1566
1566
|
switch (r) {
|
|
1567
1567
|
case "Y":
|
|
1568
|
-
return F(
|
|
1568
|
+
return F(N(4, t), s);
|
|
1569
1569
|
case "Yo":
|
|
1570
1570
|
return F(
|
|
1571
1571
|
a.ordinalNumber(t, {
|
|
@@ -1574,14 +1574,14 @@ class vr extends M {
|
|
|
1574
1574
|
s
|
|
1575
1575
|
);
|
|
1576
1576
|
default:
|
|
1577
|
-
return F(
|
|
1577
|
+
return F(N(r.length, t), s);
|
|
1578
1578
|
}
|
|
1579
1579
|
}
|
|
1580
1580
|
validate(t, r) {
|
|
1581
1581
|
return r.isTwoDigitYear || r.year > 0;
|
|
1582
1582
|
}
|
|
1583
1583
|
set(t, r, a, s) {
|
|
1584
|
-
const o =
|
|
1584
|
+
const o = Ae(t, s);
|
|
1585
1585
|
if (a.isTwoDigitYear) {
|
|
1586
1586
|
const p = Kt(
|
|
1587
1587
|
a.year,
|
|
@@ -1591,17 +1591,17 @@ class vr extends M {
|
|
|
1591
1591
|
p,
|
|
1592
1592
|
0,
|
|
1593
1593
|
s.firstWeekContainsDate
|
|
1594
|
-
), t.setHours(0, 0, 0, 0),
|
|
1594
|
+
), t.setHours(0, 0, 0, 0), ie(t, s);
|
|
1595
1595
|
}
|
|
1596
1596
|
const d = !("era" in r) || r.era === 1 ? a.year : 1 - a.year;
|
|
1597
|
-
return t.setFullYear(d, 0, s.firstWeekContainsDate), t.setHours(0, 0, 0, 0),
|
|
1597
|
+
return t.setFullYear(d, 0, s.firstWeekContainsDate), t.setHours(0, 0, 0, 0), ie(t, s);
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
1600
|
class wr extends M {
|
|
1601
1601
|
constructor() {
|
|
1602
1602
|
super(...arguments);
|
|
1603
|
-
|
|
1604
|
-
|
|
1603
|
+
h(this, "priority", 130);
|
|
1604
|
+
h(this, "incompatibleTokens", [
|
|
1605
1605
|
"G",
|
|
1606
1606
|
"y",
|
|
1607
1607
|
"Y",
|
|
@@ -1620,31 +1620,31 @@ class wr extends M {
|
|
|
1620
1620
|
]);
|
|
1621
1621
|
}
|
|
1622
1622
|
parse(t, r) {
|
|
1623
|
-
return
|
|
1623
|
+
return Se(r === "R" ? 4 : r.length, t);
|
|
1624
1624
|
}
|
|
1625
1625
|
set(t, r, a) {
|
|
1626
1626
|
const s = Y(t, 0);
|
|
1627
|
-
return s.setFullYear(a, 0, 4), s.setHours(0, 0, 0, 0),
|
|
1627
|
+
return s.setFullYear(a, 0, 4), s.setHours(0, 0, 0, 0), _e(s);
|
|
1628
1628
|
}
|
|
1629
1629
|
}
|
|
1630
|
-
class
|
|
1630
|
+
class xr extends M {
|
|
1631
1631
|
constructor() {
|
|
1632
1632
|
super(...arguments);
|
|
1633
|
-
|
|
1634
|
-
|
|
1633
|
+
h(this, "priority", 130);
|
|
1634
|
+
h(this, "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]);
|
|
1635
1635
|
}
|
|
1636
1636
|
parse(t, r) {
|
|
1637
|
-
return
|
|
1637
|
+
return Se(r === "u" ? 4 : r.length, t);
|
|
1638
1638
|
}
|
|
1639
1639
|
set(t, r, a) {
|
|
1640
1640
|
return t.setFullYear(a, 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
1641
1641
|
}
|
|
1642
1642
|
}
|
|
1643
|
-
class
|
|
1643
|
+
class Pr extends M {
|
|
1644
1644
|
constructor() {
|
|
1645
1645
|
super(...arguments);
|
|
1646
|
-
|
|
1647
|
-
|
|
1646
|
+
h(this, "priority", 120);
|
|
1647
|
+
h(this, "incompatibleTokens", [
|
|
1648
1648
|
"Y",
|
|
1649
1649
|
"R",
|
|
1650
1650
|
"q",
|
|
@@ -1665,7 +1665,7 @@ class xr extends M {
|
|
|
1665
1665
|
switch (r) {
|
|
1666
1666
|
case "Q":
|
|
1667
1667
|
case "QQ":
|
|
1668
|
-
return
|
|
1668
|
+
return N(r.length, t);
|
|
1669
1669
|
case "Qo":
|
|
1670
1670
|
return a.ordinalNumber(t, { unit: "quarter" });
|
|
1671
1671
|
case "QQQ":
|
|
@@ -1705,8 +1705,8 @@ class xr extends M {
|
|
|
1705
1705
|
class Dr extends M {
|
|
1706
1706
|
constructor() {
|
|
1707
1707
|
super(...arguments);
|
|
1708
|
-
|
|
1709
|
-
|
|
1708
|
+
h(this, "priority", 120);
|
|
1709
|
+
h(this, "incompatibleTokens", [
|
|
1710
1710
|
"Y",
|
|
1711
1711
|
"R",
|
|
1712
1712
|
"Q",
|
|
@@ -1727,7 +1727,7 @@ class Dr extends M {
|
|
|
1727
1727
|
switch (r) {
|
|
1728
1728
|
case "q":
|
|
1729
1729
|
case "qq":
|
|
1730
|
-
return
|
|
1730
|
+
return N(r.length, t);
|
|
1731
1731
|
case "qo":
|
|
1732
1732
|
return a.ordinalNumber(t, { unit: "quarter" });
|
|
1733
1733
|
case "qqq":
|
|
@@ -1767,7 +1767,7 @@ class Dr extends M {
|
|
|
1767
1767
|
class Mr extends M {
|
|
1768
1768
|
constructor() {
|
|
1769
1769
|
super(...arguments);
|
|
1770
|
-
|
|
1770
|
+
h(this, "incompatibleTokens", [
|
|
1771
1771
|
"Y",
|
|
1772
1772
|
"R",
|
|
1773
1773
|
"q",
|
|
@@ -1782,18 +1782,18 @@ class Mr extends M {
|
|
|
1782
1782
|
"t",
|
|
1783
1783
|
"T"
|
|
1784
1784
|
]);
|
|
1785
|
-
|
|
1785
|
+
h(this, "priority", 110);
|
|
1786
1786
|
}
|
|
1787
1787
|
parse(t, r, a) {
|
|
1788
1788
|
const s = (o) => o - 1;
|
|
1789
1789
|
switch (r) {
|
|
1790
1790
|
case "M":
|
|
1791
1791
|
return F(
|
|
1792
|
-
|
|
1792
|
+
C(L.month, t),
|
|
1793
1793
|
s
|
|
1794
1794
|
);
|
|
1795
1795
|
case "MM":
|
|
1796
|
-
return F(
|
|
1796
|
+
return F(N(2, t), s);
|
|
1797
1797
|
case "Mo":
|
|
1798
1798
|
return F(
|
|
1799
1799
|
a.ordinalNumber(t, {
|
|
@@ -1829,8 +1829,8 @@ class Mr extends M {
|
|
|
1829
1829
|
class Or extends M {
|
|
1830
1830
|
constructor() {
|
|
1831
1831
|
super(...arguments);
|
|
1832
|
-
|
|
1833
|
-
|
|
1832
|
+
h(this, "priority", 110);
|
|
1833
|
+
h(this, "incompatibleTokens", [
|
|
1834
1834
|
"Y",
|
|
1835
1835
|
"R",
|
|
1836
1836
|
"q",
|
|
@@ -1851,11 +1851,11 @@ class Or extends M {
|
|
|
1851
1851
|
switch (r) {
|
|
1852
1852
|
case "L":
|
|
1853
1853
|
return F(
|
|
1854
|
-
|
|
1854
|
+
C(L.month, t),
|
|
1855
1855
|
s
|
|
1856
1856
|
);
|
|
1857
1857
|
case "LL":
|
|
1858
|
-
return F(
|
|
1858
|
+
return F(N(2, t), s);
|
|
1859
1859
|
case "Lo":
|
|
1860
1860
|
return F(
|
|
1861
1861
|
a.ordinalNumber(t, {
|
|
@@ -1895,8 +1895,8 @@ function kr(e, n, t) {
|
|
|
1895
1895
|
class Rr extends M {
|
|
1896
1896
|
constructor() {
|
|
1897
1897
|
super(...arguments);
|
|
1898
|
-
|
|
1899
|
-
|
|
1898
|
+
h(this, "priority", 100);
|
|
1899
|
+
h(this, "incompatibleTokens", [
|
|
1900
1900
|
"y",
|
|
1901
1901
|
"R",
|
|
1902
1902
|
"u",
|
|
@@ -1915,29 +1915,29 @@ class Rr extends M {
|
|
|
1915
1915
|
parse(t, r, a) {
|
|
1916
1916
|
switch (r) {
|
|
1917
1917
|
case "w":
|
|
1918
|
-
return
|
|
1918
|
+
return C(L.week, t);
|
|
1919
1919
|
case "wo":
|
|
1920
1920
|
return a.ordinalNumber(t, { unit: "week" });
|
|
1921
1921
|
default:
|
|
1922
|
-
return
|
|
1922
|
+
return N(r.length, t);
|
|
1923
1923
|
}
|
|
1924
1924
|
}
|
|
1925
1925
|
validate(t, r) {
|
|
1926
1926
|
return r >= 1 && r <= 53;
|
|
1927
1927
|
}
|
|
1928
1928
|
set(t, r, a, s) {
|
|
1929
|
-
return
|
|
1929
|
+
return ie(kr(t, a, s), s);
|
|
1930
1930
|
}
|
|
1931
1931
|
}
|
|
1932
1932
|
function Sr(e, n, t) {
|
|
1933
1933
|
const r = W(e, t == null ? void 0 : t.in), a = Ut(r, t) - n;
|
|
1934
1934
|
return r.setDate(r.getDate() - a * 7), r;
|
|
1935
1935
|
}
|
|
1936
|
-
class
|
|
1936
|
+
class Ir extends M {
|
|
1937
1937
|
constructor() {
|
|
1938
1938
|
super(...arguments);
|
|
1939
|
-
|
|
1940
|
-
|
|
1939
|
+
h(this, "priority", 100);
|
|
1940
|
+
h(this, "incompatibleTokens", [
|
|
1941
1941
|
"y",
|
|
1942
1942
|
"Y",
|
|
1943
1943
|
"u",
|
|
@@ -1957,21 +1957,21 @@ class Cr extends M {
|
|
|
1957
1957
|
parse(t, r, a) {
|
|
1958
1958
|
switch (r) {
|
|
1959
1959
|
case "I":
|
|
1960
|
-
return
|
|
1960
|
+
return C(L.week, t);
|
|
1961
1961
|
case "Io":
|
|
1962
1962
|
return a.ordinalNumber(t, { unit: "week" });
|
|
1963
1963
|
default:
|
|
1964
|
-
return
|
|
1964
|
+
return N(r.length, t);
|
|
1965
1965
|
}
|
|
1966
1966
|
}
|
|
1967
1967
|
validate(t, r) {
|
|
1968
1968
|
return r >= 1 && r <= 53;
|
|
1969
1969
|
}
|
|
1970
1970
|
set(t, r, a) {
|
|
1971
|
-
return
|
|
1971
|
+
return _e(Sr(t, a));
|
|
1972
1972
|
}
|
|
1973
1973
|
}
|
|
1974
|
-
const
|
|
1974
|
+
const Cr = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Nr = [
|
|
1975
1975
|
31,
|
|
1976
1976
|
29,
|
|
1977
1977
|
31,
|
|
@@ -1985,12 +1985,12 @@ const Ir = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], jr = [
|
|
|
1985
1985
|
30,
|
|
1986
1986
|
31
|
|
1987
1987
|
];
|
|
1988
|
-
class
|
|
1988
|
+
class jr extends M {
|
|
1989
1989
|
constructor() {
|
|
1990
1990
|
super(...arguments);
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1991
|
+
h(this, "priority", 90);
|
|
1992
|
+
h(this, "subPriority", 1);
|
|
1993
|
+
h(this, "incompatibleTokens", [
|
|
1994
1994
|
"Y",
|
|
1995
1995
|
"R",
|
|
1996
1996
|
"q",
|
|
@@ -2008,16 +2008,16 @@ class Nr extends M {
|
|
|
2008
2008
|
parse(t, r, a) {
|
|
2009
2009
|
switch (r) {
|
|
2010
2010
|
case "d":
|
|
2011
|
-
return
|
|
2011
|
+
return C(L.date, t);
|
|
2012
2012
|
case "do":
|
|
2013
2013
|
return a.ordinalNumber(t, { unit: "date" });
|
|
2014
2014
|
default:
|
|
2015
|
-
return
|
|
2015
|
+
return N(r.length, t);
|
|
2016
2016
|
}
|
|
2017
2017
|
}
|
|
2018
2018
|
validate(t, r) {
|
|
2019
2019
|
const a = t.getFullYear(), s = en(a), o = t.getMonth();
|
|
2020
|
-
return s ? r >= 1 && r <=
|
|
2020
|
+
return s ? r >= 1 && r <= Nr[o] : r >= 1 && r <= Cr[o];
|
|
2021
2021
|
}
|
|
2022
2022
|
set(t, r, a) {
|
|
2023
2023
|
return t.setDate(a), t.setHours(0, 0, 0, 0), t;
|
|
@@ -2026,9 +2026,9 @@ class Nr extends M {
|
|
|
2026
2026
|
class Lr extends M {
|
|
2027
2027
|
constructor() {
|
|
2028
2028
|
super(...arguments);
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2029
|
+
h(this, "priority", 90);
|
|
2030
|
+
h(this, "subpriority", 1);
|
|
2031
|
+
h(this, "incompatibleTokens", [
|
|
2032
2032
|
"Y",
|
|
2033
2033
|
"R",
|
|
2034
2034
|
"q",
|
|
@@ -2050,11 +2050,11 @@ class Lr extends M {
|
|
|
2050
2050
|
switch (r) {
|
|
2051
2051
|
case "D":
|
|
2052
2052
|
case "DD":
|
|
2053
|
-
return
|
|
2053
|
+
return C(L.dayOfYear, t);
|
|
2054
2054
|
case "Do":
|
|
2055
2055
|
return a.ordinalNumber(t, { unit: "date" });
|
|
2056
2056
|
default:
|
|
2057
|
-
return
|
|
2057
|
+
return N(r.length, t);
|
|
2058
2058
|
}
|
|
2059
2059
|
}
|
|
2060
2060
|
validate(t, r) {
|
|
@@ -2065,16 +2065,16 @@ class Lr extends M {
|
|
|
2065
2065
|
return t.setMonth(0, a), t.setHours(0, 0, 0, 0), t;
|
|
2066
2066
|
}
|
|
2067
2067
|
}
|
|
2068
|
-
function
|
|
2069
|
-
var w, _, g,
|
|
2070
|
-
const r =
|
|
2068
|
+
function Xe(e, n, t) {
|
|
2069
|
+
var w, _, g, D;
|
|
2070
|
+
const r = Te(), a = (t == null ? void 0 : t.weekStartsOn) ?? ((_ = (w = t == null ? void 0 : t.locale) == null ? void 0 : w.options) == null ? void 0 : _.weekStartsOn) ?? r.weekStartsOn ?? ((D = (g = r.locale) == null ? void 0 : g.options) == null ? void 0 : D.weekStartsOn) ?? 0, s = W(e, t == null ? void 0 : t.in), o = s.getDay(), p = (n % 7 + 7) % 7, f = 7 - a, b = n < 0 || n > 6 ? n - (o + f) % 7 : (p + f) % 7 - (o + f) % 7;
|
|
2071
2071
|
return Et(s, b, t);
|
|
2072
2072
|
}
|
|
2073
2073
|
class Fr extends M {
|
|
2074
2074
|
constructor() {
|
|
2075
2075
|
super(...arguments);
|
|
2076
|
-
|
|
2077
|
-
|
|
2076
|
+
h(this, "priority", 90);
|
|
2077
|
+
h(this, "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]);
|
|
2078
2078
|
}
|
|
2079
2079
|
parse(t, r, a) {
|
|
2080
2080
|
switch (r) {
|
|
@@ -2104,14 +2104,14 @@ class Fr extends M {
|
|
|
2104
2104
|
return r >= 0 && r <= 6;
|
|
2105
2105
|
}
|
|
2106
2106
|
set(t, r, a, s) {
|
|
2107
|
-
return t =
|
|
2107
|
+
return t = Xe(t, a, s), t.setHours(0, 0, 0, 0), t;
|
|
2108
2108
|
}
|
|
2109
2109
|
}
|
|
2110
2110
|
class Gr extends M {
|
|
2111
2111
|
constructor() {
|
|
2112
2112
|
super(...arguments);
|
|
2113
|
-
|
|
2114
|
-
|
|
2113
|
+
h(this, "priority", 90);
|
|
2114
|
+
h(this, "incompatibleTokens", [
|
|
2115
2115
|
"y",
|
|
2116
2116
|
"R",
|
|
2117
2117
|
"u",
|
|
@@ -2137,7 +2137,7 @@ class Gr extends M {
|
|
|
2137
2137
|
switch (r) {
|
|
2138
2138
|
case "e":
|
|
2139
2139
|
case "ee":
|
|
2140
|
-
return F(
|
|
2140
|
+
return F(N(r.length, t), o);
|
|
2141
2141
|
case "eo":
|
|
2142
2142
|
return F(
|
|
2143
2143
|
a.ordinalNumber(t, {
|
|
@@ -2169,14 +2169,14 @@ class Gr extends M {
|
|
|
2169
2169
|
return r >= 0 && r <= 6;
|
|
2170
2170
|
}
|
|
2171
2171
|
set(t, r, a, s) {
|
|
2172
|
-
return t =
|
|
2172
|
+
return t = Xe(t, a, s), t.setHours(0, 0, 0, 0), t;
|
|
2173
2173
|
}
|
|
2174
2174
|
}
|
|
2175
2175
|
class zr extends M {
|
|
2176
2176
|
constructor() {
|
|
2177
2177
|
super(...arguments);
|
|
2178
|
-
|
|
2179
|
-
|
|
2178
|
+
h(this, "priority", 90);
|
|
2179
|
+
h(this, "incompatibleTokens", [
|
|
2180
2180
|
"y",
|
|
2181
2181
|
"R",
|
|
2182
2182
|
"u",
|
|
@@ -2202,7 +2202,7 @@ class zr extends M {
|
|
|
2202
2202
|
switch (r) {
|
|
2203
2203
|
case "c":
|
|
2204
2204
|
case "cc":
|
|
2205
|
-
return F(
|
|
2205
|
+
return F(N(r.length, t), o);
|
|
2206
2206
|
case "co":
|
|
2207
2207
|
return F(
|
|
2208
2208
|
a.ordinalNumber(t, {
|
|
@@ -2234,7 +2234,7 @@ class zr extends M {
|
|
|
2234
2234
|
return r >= 0 && r <= 6;
|
|
2235
2235
|
}
|
|
2236
2236
|
set(t, r, a, s) {
|
|
2237
|
-
return t =
|
|
2237
|
+
return t = Xe(t, a, s), t.setHours(0, 0, 0, 0), t;
|
|
2238
2238
|
}
|
|
2239
2239
|
}
|
|
2240
2240
|
function Wr(e, n, t) {
|
|
@@ -2244,8 +2244,8 @@ function Wr(e, n, t) {
|
|
|
2244
2244
|
class Yr extends M {
|
|
2245
2245
|
constructor() {
|
|
2246
2246
|
super(...arguments);
|
|
2247
|
-
|
|
2248
|
-
|
|
2247
|
+
h(this, "priority", 90);
|
|
2248
|
+
h(this, "incompatibleTokens", [
|
|
2249
2249
|
"y",
|
|
2250
2250
|
"Y",
|
|
2251
2251
|
"u",
|
|
@@ -2268,7 +2268,7 @@ class Yr extends M {
|
|
|
2268
2268
|
switch (r) {
|
|
2269
2269
|
case "i":
|
|
2270
2270
|
case "ii":
|
|
2271
|
-
return
|
|
2271
|
+
return N(r.length, t);
|
|
2272
2272
|
case "io":
|
|
2273
2273
|
return a.ordinalNumber(t, { unit: "day" });
|
|
2274
2274
|
case "iii":
|
|
@@ -2334,8 +2334,8 @@ class Yr extends M {
|
|
|
2334
2334
|
class qr extends M {
|
|
2335
2335
|
constructor() {
|
|
2336
2336
|
super(...arguments);
|
|
2337
|
-
|
|
2338
|
-
|
|
2337
|
+
h(this, "priority", 80);
|
|
2338
|
+
h(this, "incompatibleTokens", ["b", "B", "H", "k", "t", "T"]);
|
|
2339
2339
|
}
|
|
2340
2340
|
parse(t, r, a) {
|
|
2341
2341
|
switch (r) {
|
|
@@ -2369,14 +2369,14 @@ class qr extends M {
|
|
|
2369
2369
|
}
|
|
2370
2370
|
}
|
|
2371
2371
|
set(t, r, a) {
|
|
2372
|
-
return t.setHours(
|
|
2372
|
+
return t.setHours(Qe(a), 0, 0, 0), t;
|
|
2373
2373
|
}
|
|
2374
2374
|
}
|
|
2375
2375
|
class Er extends M {
|
|
2376
2376
|
constructor() {
|
|
2377
2377
|
super(...arguments);
|
|
2378
|
-
|
|
2379
|
-
|
|
2378
|
+
h(this, "priority", 80);
|
|
2379
|
+
h(this, "incompatibleTokens", ["a", "B", "H", "k", "t", "T"]);
|
|
2380
2380
|
}
|
|
2381
2381
|
parse(t, r, a) {
|
|
2382
2382
|
switch (r) {
|
|
@@ -2410,14 +2410,14 @@ class Er extends M {
|
|
|
2410
2410
|
}
|
|
2411
2411
|
}
|
|
2412
2412
|
set(t, r, a) {
|
|
2413
|
-
return t.setHours(
|
|
2413
|
+
return t.setHours(Qe(a), 0, 0, 0), t;
|
|
2414
2414
|
}
|
|
2415
2415
|
}
|
|
2416
|
-
class
|
|
2416
|
+
class Br extends M {
|
|
2417
2417
|
constructor() {
|
|
2418
2418
|
super(...arguments);
|
|
2419
|
-
|
|
2420
|
-
|
|
2419
|
+
h(this, "priority", 80);
|
|
2420
|
+
h(this, "incompatibleTokens", ["a", "b", "t", "T"]);
|
|
2421
2421
|
}
|
|
2422
2422
|
parse(t, r, a) {
|
|
2423
2423
|
switch (r) {
|
|
@@ -2451,23 +2451,23 @@ class Hr extends M {
|
|
|
2451
2451
|
}
|
|
2452
2452
|
}
|
|
2453
2453
|
set(t, r, a) {
|
|
2454
|
-
return t.setHours(
|
|
2454
|
+
return t.setHours(Qe(a), 0, 0, 0), t;
|
|
2455
2455
|
}
|
|
2456
2456
|
}
|
|
2457
|
-
class
|
|
2457
|
+
class Hr extends M {
|
|
2458
2458
|
constructor() {
|
|
2459
2459
|
super(...arguments);
|
|
2460
|
-
|
|
2461
|
-
|
|
2460
|
+
h(this, "priority", 70);
|
|
2461
|
+
h(this, "incompatibleTokens", ["H", "K", "k", "t", "T"]);
|
|
2462
2462
|
}
|
|
2463
2463
|
parse(t, r, a) {
|
|
2464
2464
|
switch (r) {
|
|
2465
2465
|
case "h":
|
|
2466
|
-
return
|
|
2466
|
+
return C(L.hour12h, t);
|
|
2467
2467
|
case "ho":
|
|
2468
2468
|
return a.ordinalNumber(t, { unit: "hour" });
|
|
2469
2469
|
default:
|
|
2470
|
-
return
|
|
2470
|
+
return N(r.length, t);
|
|
2471
2471
|
}
|
|
2472
2472
|
}
|
|
2473
2473
|
validate(t, r) {
|
|
@@ -2481,17 +2481,17 @@ class Br extends M {
|
|
|
2481
2481
|
class Ur extends M {
|
|
2482
2482
|
constructor() {
|
|
2483
2483
|
super(...arguments);
|
|
2484
|
-
|
|
2485
|
-
|
|
2484
|
+
h(this, "priority", 70);
|
|
2485
|
+
h(this, "incompatibleTokens", ["a", "b", "h", "K", "k", "t", "T"]);
|
|
2486
2486
|
}
|
|
2487
2487
|
parse(t, r, a) {
|
|
2488
2488
|
switch (r) {
|
|
2489
2489
|
case "H":
|
|
2490
|
-
return
|
|
2490
|
+
return C(L.hour23h, t);
|
|
2491
2491
|
case "Ho":
|
|
2492
2492
|
return a.ordinalNumber(t, { unit: "hour" });
|
|
2493
2493
|
default:
|
|
2494
|
-
return
|
|
2494
|
+
return N(r.length, t);
|
|
2495
2495
|
}
|
|
2496
2496
|
}
|
|
2497
2497
|
validate(t, r) {
|
|
@@ -2504,17 +2504,17 @@ class Ur extends M {
|
|
|
2504
2504
|
class $r extends M {
|
|
2505
2505
|
constructor() {
|
|
2506
2506
|
super(...arguments);
|
|
2507
|
-
|
|
2508
|
-
|
|
2507
|
+
h(this, "priority", 70);
|
|
2508
|
+
h(this, "incompatibleTokens", ["h", "H", "k", "t", "T"]);
|
|
2509
2509
|
}
|
|
2510
2510
|
parse(t, r, a) {
|
|
2511
2511
|
switch (r) {
|
|
2512
2512
|
case "K":
|
|
2513
|
-
return
|
|
2513
|
+
return C(L.hour11h, t);
|
|
2514
2514
|
case "Ko":
|
|
2515
2515
|
return a.ordinalNumber(t, { unit: "hour" });
|
|
2516
2516
|
default:
|
|
2517
|
-
return
|
|
2517
|
+
return N(r.length, t);
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
2520
|
validate(t, r) {
|
|
@@ -2527,17 +2527,17 @@ class $r extends M {
|
|
|
2527
2527
|
class Vr extends M {
|
|
2528
2528
|
constructor() {
|
|
2529
2529
|
super(...arguments);
|
|
2530
|
-
|
|
2531
|
-
|
|
2530
|
+
h(this, "priority", 70);
|
|
2531
|
+
h(this, "incompatibleTokens", ["a", "b", "h", "H", "K", "t", "T"]);
|
|
2532
2532
|
}
|
|
2533
2533
|
parse(t, r, a) {
|
|
2534
2534
|
switch (r) {
|
|
2535
2535
|
case "k":
|
|
2536
|
-
return
|
|
2536
|
+
return C(L.hour24h, t);
|
|
2537
2537
|
case "ko":
|
|
2538
2538
|
return a.ordinalNumber(t, { unit: "hour" });
|
|
2539
2539
|
default:
|
|
2540
|
-
return
|
|
2540
|
+
return N(r.length, t);
|
|
2541
2541
|
}
|
|
2542
2542
|
}
|
|
2543
2543
|
validate(t, r) {
|
|
@@ -2551,17 +2551,17 @@ class Vr extends M {
|
|
|
2551
2551
|
class Ar extends M {
|
|
2552
2552
|
constructor() {
|
|
2553
2553
|
super(...arguments);
|
|
2554
|
-
|
|
2555
|
-
|
|
2554
|
+
h(this, "priority", 60);
|
|
2555
|
+
h(this, "incompatibleTokens", ["t", "T"]);
|
|
2556
2556
|
}
|
|
2557
2557
|
parse(t, r, a) {
|
|
2558
2558
|
switch (r) {
|
|
2559
2559
|
case "m":
|
|
2560
|
-
return
|
|
2560
|
+
return C(L.minute, t);
|
|
2561
2561
|
case "mo":
|
|
2562
2562
|
return a.ordinalNumber(t, { unit: "minute" });
|
|
2563
2563
|
default:
|
|
2564
|
-
return
|
|
2564
|
+
return N(r.length, t);
|
|
2565
2565
|
}
|
|
2566
2566
|
}
|
|
2567
2567
|
validate(t, r) {
|
|
@@ -2574,17 +2574,17 @@ class Ar extends M {
|
|
|
2574
2574
|
class Qr extends M {
|
|
2575
2575
|
constructor() {
|
|
2576
2576
|
super(...arguments);
|
|
2577
|
-
|
|
2578
|
-
|
|
2577
|
+
h(this, "priority", 50);
|
|
2578
|
+
h(this, "incompatibleTokens", ["t", "T"]);
|
|
2579
2579
|
}
|
|
2580
2580
|
parse(t, r, a) {
|
|
2581
2581
|
switch (r) {
|
|
2582
2582
|
case "s":
|
|
2583
|
-
return
|
|
2583
|
+
return C(L.second, t);
|
|
2584
2584
|
case "so":
|
|
2585
2585
|
return a.ordinalNumber(t, { unit: "second" });
|
|
2586
2586
|
default:
|
|
2587
|
-
return
|
|
2587
|
+
return N(r.length, t);
|
|
2588
2588
|
}
|
|
2589
2589
|
}
|
|
2590
2590
|
validate(t, r) {
|
|
@@ -2597,12 +2597,12 @@ class Qr extends M {
|
|
|
2597
2597
|
class Xr extends M {
|
|
2598
2598
|
constructor() {
|
|
2599
2599
|
super(...arguments);
|
|
2600
|
-
|
|
2601
|
-
|
|
2600
|
+
h(this, "priority", 30);
|
|
2601
|
+
h(this, "incompatibleTokens", ["t", "T"]);
|
|
2602
2602
|
}
|
|
2603
2603
|
parse(t, r) {
|
|
2604
2604
|
const a = (s) => Math.trunc(s * Math.pow(10, -r.length + 3));
|
|
2605
|
-
return F(
|
|
2605
|
+
return F(N(r.length, t), a);
|
|
2606
2606
|
}
|
|
2607
2607
|
set(t, r, a) {
|
|
2608
2608
|
return t.setMilliseconds(a), t;
|
|
@@ -2611,82 +2611,82 @@ class Xr extends M {
|
|
|
2611
2611
|
class Zr extends M {
|
|
2612
2612
|
constructor() {
|
|
2613
2613
|
super(...arguments);
|
|
2614
|
-
|
|
2615
|
-
|
|
2614
|
+
h(this, "priority", 10);
|
|
2615
|
+
h(this, "incompatibleTokens", ["t", "T", "x"]);
|
|
2616
2616
|
}
|
|
2617
2617
|
parse(t, r) {
|
|
2618
2618
|
switch (r) {
|
|
2619
2619
|
case "X":
|
|
2620
|
-
return
|
|
2621
|
-
|
|
2620
|
+
return ee(
|
|
2621
|
+
K.basicOptionalMinutes,
|
|
2622
2622
|
t
|
|
2623
2623
|
);
|
|
2624
2624
|
case "XX":
|
|
2625
|
-
return K
|
|
2625
|
+
return ee(K.basic, t);
|
|
2626
2626
|
case "XXXX":
|
|
2627
|
-
return
|
|
2628
|
-
|
|
2627
|
+
return ee(
|
|
2628
|
+
K.basicOptionalSeconds,
|
|
2629
2629
|
t
|
|
2630
2630
|
);
|
|
2631
2631
|
case "XXXXX":
|
|
2632
|
-
return
|
|
2633
|
-
|
|
2632
|
+
return ee(
|
|
2633
|
+
K.extendedOptionalSeconds,
|
|
2634
2634
|
t
|
|
2635
2635
|
);
|
|
2636
2636
|
case "XXX":
|
|
2637
2637
|
default:
|
|
2638
|
-
return K
|
|
2638
|
+
return ee(K.extended, t);
|
|
2639
2639
|
}
|
|
2640
2640
|
}
|
|
2641
2641
|
set(t, r, a) {
|
|
2642
2642
|
return r.timestampIsSet ? t : Y(
|
|
2643
2643
|
t,
|
|
2644
|
-
t.getTime() -
|
|
2644
|
+
t.getTime() - Re(t) - a
|
|
2645
2645
|
);
|
|
2646
2646
|
}
|
|
2647
2647
|
}
|
|
2648
2648
|
class Jr extends M {
|
|
2649
2649
|
constructor() {
|
|
2650
2650
|
super(...arguments);
|
|
2651
|
-
|
|
2652
|
-
|
|
2651
|
+
h(this, "priority", 10);
|
|
2652
|
+
h(this, "incompatibleTokens", ["t", "T", "X"]);
|
|
2653
2653
|
}
|
|
2654
2654
|
parse(t, r) {
|
|
2655
2655
|
switch (r) {
|
|
2656
2656
|
case "x":
|
|
2657
|
-
return
|
|
2658
|
-
|
|
2657
|
+
return ee(
|
|
2658
|
+
K.basicOptionalMinutes,
|
|
2659
2659
|
t
|
|
2660
2660
|
);
|
|
2661
2661
|
case "xx":
|
|
2662
|
-
return K
|
|
2662
|
+
return ee(K.basic, t);
|
|
2663
2663
|
case "xxxx":
|
|
2664
|
-
return
|
|
2665
|
-
|
|
2664
|
+
return ee(
|
|
2665
|
+
K.basicOptionalSeconds,
|
|
2666
2666
|
t
|
|
2667
2667
|
);
|
|
2668
2668
|
case "xxxxx":
|
|
2669
|
-
return
|
|
2670
|
-
|
|
2669
|
+
return ee(
|
|
2670
|
+
K.extendedOptionalSeconds,
|
|
2671
2671
|
t
|
|
2672
2672
|
);
|
|
2673
2673
|
case "xxx":
|
|
2674
2674
|
default:
|
|
2675
|
-
return K
|
|
2675
|
+
return ee(K.extended, t);
|
|
2676
2676
|
}
|
|
2677
2677
|
}
|
|
2678
2678
|
set(t, r, a) {
|
|
2679
2679
|
return r.timestampIsSet ? t : Y(
|
|
2680
2680
|
t,
|
|
2681
|
-
t.getTime() -
|
|
2681
|
+
t.getTime() - Re(t) - a
|
|
2682
2682
|
);
|
|
2683
2683
|
}
|
|
2684
2684
|
}
|
|
2685
2685
|
class Kr extends M {
|
|
2686
2686
|
constructor() {
|
|
2687
2687
|
super(...arguments);
|
|
2688
|
-
|
|
2689
|
-
|
|
2688
|
+
h(this, "priority", 40);
|
|
2689
|
+
h(this, "incompatibleTokens", "*");
|
|
2690
2690
|
}
|
|
2691
2691
|
parse(t) {
|
|
2692
2692
|
return Jt(t);
|
|
@@ -2698,8 +2698,8 @@ class Kr extends M {
|
|
|
2698
2698
|
class ea extends M {
|
|
2699
2699
|
constructor() {
|
|
2700
2700
|
super(...arguments);
|
|
2701
|
-
|
|
2702
|
-
|
|
2701
|
+
h(this, "priority", 20);
|
|
2702
|
+
h(this, "incompatibleTokens", "*");
|
|
2703
2703
|
}
|
|
2704
2704
|
parse(t) {
|
|
2705
2705
|
return Jt(t);
|
|
@@ -2713,14 +2713,14 @@ const ta = {
|
|
|
2713
2713
|
y: new Tr(),
|
|
2714
2714
|
Y: new vr(),
|
|
2715
2715
|
R: new wr(),
|
|
2716
|
-
u: new
|
|
2717
|
-
Q: new
|
|
2716
|
+
u: new xr(),
|
|
2717
|
+
Q: new Pr(),
|
|
2718
2718
|
q: new Dr(),
|
|
2719
2719
|
M: new Mr(),
|
|
2720
2720
|
L: new Or(),
|
|
2721
2721
|
w: new Rr(),
|
|
2722
|
-
I: new
|
|
2723
|
-
d: new
|
|
2722
|
+
I: new Ir(),
|
|
2723
|
+
d: new jr(),
|
|
2724
2724
|
D: new Lr(),
|
|
2725
2725
|
E: new Fr(),
|
|
2726
2726
|
e: new Gr(),
|
|
@@ -2728,8 +2728,8 @@ const ta = {
|
|
|
2728
2728
|
i: new Yr(),
|
|
2729
2729
|
a: new qr(),
|
|
2730
2730
|
b: new Er(),
|
|
2731
|
-
B: new
|
|
2732
|
-
h: new
|
|
2731
|
+
B: new Br(),
|
|
2732
|
+
h: new Hr(),
|
|
2733
2733
|
H: new Ur(),
|
|
2734
2734
|
K: new $r(),
|
|
2735
2735
|
k: new Vr(),
|
|
@@ -2742,46 +2742,46 @@ const ta = {
|
|
|
2742
2742
|
T: new ea()
|
|
2743
2743
|
}, na = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, ra = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, aa = /^'([^]*?)'?$/, sa = /''/g, oa = /\S/, ia = /[a-zA-Z]/;
|
|
2744
2744
|
function ua(e, n, t, r) {
|
|
2745
|
-
var
|
|
2746
|
-
const a = () => Y(t, NaN), s = Xt(), o = s.locale ??
|
|
2745
|
+
var B, H, T, S;
|
|
2746
|
+
const a = () => Y(t, NaN), s = Xt(), o = s.locale ?? Ht, d = s.firstWeekContainsDate ?? ((H = (B = s.locale) == null ? void 0 : B.options) == null ? void 0 : H.firstWeekContainsDate) ?? 1, p = s.weekStartsOn ?? ((S = (T = s.locale) == null ? void 0 : T.options) == null ? void 0 : S.weekStartsOn) ?? 0, f = {
|
|
2747
2747
|
firstWeekContainsDate: d,
|
|
2748
2748
|
weekStartsOn: p,
|
|
2749
2749
|
locale: o
|
|
2750
2750
|
}, b = [new hr(r == null ? void 0 : r.in, t)], w = n.match(ra).map((v) => {
|
|
2751
2751
|
const k = v[0];
|
|
2752
|
-
if (k in
|
|
2753
|
-
const q =
|
|
2752
|
+
if (k in Ue) {
|
|
2753
|
+
const q = Ue[k];
|
|
2754
2754
|
return q(v, o.formatLong);
|
|
2755
2755
|
}
|
|
2756
2756
|
return v;
|
|
2757
2757
|
}).join("").match(na), _ = [];
|
|
2758
2758
|
for (let v of w) {
|
|
2759
|
-
Qt(v) &&
|
|
2759
|
+
Qt(v) && $e(v, n, e), At(v) && $e(v, n, e);
|
|
2760
2760
|
const k = v[0], q = ta[k];
|
|
2761
2761
|
if (q) {
|
|
2762
|
-
const { incompatibleTokens:
|
|
2763
|
-
if (Array.isArray(
|
|
2764
|
-
const
|
|
2765
|
-
(
|
|
2762
|
+
const { incompatibleTokens: ne } = q;
|
|
2763
|
+
if (Array.isArray(ne)) {
|
|
2764
|
+
const re = _.find(
|
|
2765
|
+
(fe) => ne.includes(fe.token) || fe.token === k
|
|
2766
2766
|
);
|
|
2767
|
-
if (
|
|
2767
|
+
if (re)
|
|
2768
2768
|
throw new RangeError(
|
|
2769
|
-
`The format string mustn't contain \`${
|
|
2769
|
+
`The format string mustn't contain \`${re.fullToken}\` and \`${v}\` at the same time`
|
|
2770
2770
|
);
|
|
2771
2771
|
} else if (q.incompatibleTokens === "*" && _.length > 0)
|
|
2772
2772
|
throw new RangeError(
|
|
2773
2773
|
`The format string mustn't contain \`${v}\` and any other token at the same time`
|
|
2774
2774
|
);
|
|
2775
2775
|
_.push({ token: k, fullToken: v });
|
|
2776
|
-
const
|
|
2776
|
+
const le = q.run(
|
|
2777
2777
|
e,
|
|
2778
2778
|
v,
|
|
2779
2779
|
o.match,
|
|
2780
|
-
|
|
2780
|
+
f
|
|
2781
2781
|
);
|
|
2782
|
-
if (!
|
|
2782
|
+
if (!le)
|
|
2783
2783
|
return a();
|
|
2784
|
-
b.push(
|
|
2784
|
+
b.push(le.setter), e = le.rest;
|
|
2785
2785
|
} else {
|
|
2786
2786
|
if (k.match(ia))
|
|
2787
2787
|
throw new RangeError(
|
|
@@ -2798,16 +2798,16 @@ function ua(e, n, t, r) {
|
|
|
2798
2798
|
const g = b.map((v) => v.priority).sort((v, k) => k - v).filter((v, k, q) => q.indexOf(v) === k).map(
|
|
2799
2799
|
(v) => b.filter((k) => k.priority === v).sort((k, q) => q.subPriority - k.subPriority)
|
|
2800
2800
|
).map((v) => v[0]);
|
|
2801
|
-
let
|
|
2802
|
-
if (isNaN(+
|
|
2803
|
-
const
|
|
2801
|
+
let D = W(t, r == null ? void 0 : r.in);
|
|
2802
|
+
if (isNaN(+D)) return a();
|
|
2803
|
+
const j = {};
|
|
2804
2804
|
for (const v of g) {
|
|
2805
|
-
if (!v.validate(
|
|
2805
|
+
if (!v.validate(D, f))
|
|
2806
2806
|
return a();
|
|
2807
|
-
const k = v.set(
|
|
2808
|
-
Array.isArray(k) ? (
|
|
2807
|
+
const k = v.set(D, j, f);
|
|
2808
|
+
Array.isArray(k) ? (D = k[0], Object.assign(j, k[1])) : D = k;
|
|
2809
2809
|
}
|
|
2810
|
-
return
|
|
2810
|
+
return D;
|
|
2811
2811
|
}
|
|
2812
2812
|
function la(e) {
|
|
2813
2813
|
return e.match(aa)[1].replace(sa, "'");
|
|
@@ -2869,7 +2869,7 @@ function ba(e, n) {
|
|
|
2869
2869
|
parseInt(r[6], 10)
|
|
2870
2870
|
];
|
|
2871
2871
|
}
|
|
2872
|
-
const
|
|
2872
|
+
const ze = {}, wt = new Intl.DateTimeFormat("en-US", {
|
|
2873
2873
|
hourCycle: "h23",
|
|
2874
2874
|
timeZone: "America/New_York",
|
|
2875
2875
|
year: "numeric",
|
|
@@ -2880,7 +2880,7 @@ const Ce = {}, wt = new Intl.DateTimeFormat("en-US", {
|
|
|
2880
2880
|
second: "2-digit"
|
|
2881
2881
|
}).format(/* @__PURE__ */ new Date("2014-06-25T04:00:00.123Z")), ya = wt === "06/25/2014, 00:00:00" || wt === "06/25/2014 00:00:00";
|
|
2882
2882
|
function ha(e) {
|
|
2883
|
-
return
|
|
2883
|
+
return ze[e] || (ze[e] = ya ? new Intl.DateTimeFormat("en-US", {
|
|
2884
2884
|
hourCycle: "h23",
|
|
2885
2885
|
timeZone: e,
|
|
2886
2886
|
year: "numeric",
|
|
@@ -2898,58 +2898,58 @@ function ha(e) {
|
|
|
2898
2898
|
hour: "2-digit",
|
|
2899
2899
|
minute: "2-digit",
|
|
2900
2900
|
second: "2-digit"
|
|
2901
|
-
})),
|
|
2901
|
+
})), ze[e];
|
|
2902
2902
|
}
|
|
2903
|
-
function
|
|
2903
|
+
function Ze(e, n, t, r, a, s, o) {
|
|
2904
2904
|
const d = /* @__PURE__ */ new Date(0);
|
|
2905
2905
|
return d.setUTCFullYear(e, n, t), d.setUTCHours(r, a, s, o), d;
|
|
2906
2906
|
}
|
|
2907
|
-
const
|
|
2907
|
+
const xt = 36e5, _a = 6e4, We = {
|
|
2908
2908
|
timezone: /([Z+-].*)$/,
|
|
2909
2909
|
timezoneZ: /^(Z)$/,
|
|
2910
2910
|
timezoneHH: /^([+-]\d{2})$/,
|
|
2911
2911
|
timezoneHHMM: /^([+-])(\d{2}):?(\d{2})$/
|
|
2912
2912
|
};
|
|
2913
|
-
function
|
|
2913
|
+
function je(e, n, t) {
|
|
2914
2914
|
if (!e)
|
|
2915
2915
|
return 0;
|
|
2916
|
-
let r =
|
|
2916
|
+
let r = We.timezoneZ.exec(e);
|
|
2917
2917
|
if (r)
|
|
2918
2918
|
return 0;
|
|
2919
2919
|
let a, s;
|
|
2920
|
-
if (r =
|
|
2921
|
-
return a = parseInt(r[1], 10),
|
|
2922
|
-
if (r =
|
|
2920
|
+
if (r = We.timezoneHH.exec(e), r)
|
|
2921
|
+
return a = parseInt(r[1], 10), Pt(a) ? -(a * xt) : NaN;
|
|
2922
|
+
if (r = We.timezoneHHMM.exec(e), r) {
|
|
2923
2923
|
a = parseInt(r[2], 10);
|
|
2924
2924
|
const o = parseInt(r[3], 10);
|
|
2925
|
-
return
|
|
2925
|
+
return Pt(a, o) ? (s = Math.abs(a) * xt + o * _a, r[1] === "+" ? -s : s) : NaN;
|
|
2926
2926
|
}
|
|
2927
2927
|
if (wa(e)) {
|
|
2928
2928
|
n = new Date(n || Date.now());
|
|
2929
|
-
const o = t ? n : Ta(n), d =
|
|
2929
|
+
const o = t ? n : Ta(n), d = Ve(o, e);
|
|
2930
2930
|
return -(t ? d : va(n, d, e));
|
|
2931
2931
|
}
|
|
2932
2932
|
return NaN;
|
|
2933
2933
|
}
|
|
2934
2934
|
function Ta(e) {
|
|
2935
|
-
return
|
|
2935
|
+
return Ze(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds());
|
|
2936
2936
|
}
|
|
2937
|
-
function
|
|
2938
|
-
const t = fa(e, n), r =
|
|
2937
|
+
function Ve(e, n) {
|
|
2938
|
+
const t = fa(e, n), r = Ze(t[0], t[1] - 1, t[2], t[3] % 24, t[4], t[5], 0).getTime();
|
|
2939
2939
|
let a = e.getTime();
|
|
2940
2940
|
const s = a % 1e3;
|
|
2941
2941
|
return a -= s >= 0 ? s : 1e3 + s, r - a;
|
|
2942
2942
|
}
|
|
2943
2943
|
function va(e, n, t) {
|
|
2944
2944
|
let a = e.getTime() - n;
|
|
2945
|
-
const s =
|
|
2945
|
+
const s = Ve(new Date(a), t);
|
|
2946
2946
|
if (n === s)
|
|
2947
2947
|
return n;
|
|
2948
2948
|
a -= s - n;
|
|
2949
|
-
const o =
|
|
2949
|
+
const o = Ve(new Date(a), t);
|
|
2950
2950
|
return s === o ? s : Math.max(s, o);
|
|
2951
2951
|
}
|
|
2952
|
-
function
|
|
2952
|
+
function Pt(e, n) {
|
|
2953
2953
|
return -23 <= e && e <= 23 && (n == null || 0 <= n && n <= 59);
|
|
2954
2954
|
}
|
|
2955
2955
|
const Dt = {};
|
|
@@ -2962,10 +2962,10 @@ function wa(e) {
|
|
|
2962
2962
|
return !1;
|
|
2963
2963
|
}
|
|
2964
2964
|
}
|
|
2965
|
-
const
|
|
2965
|
+
const xa = 60 * 1e3, Pa = {
|
|
2966
2966
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
2967
2967
|
X: function(e, n, t) {
|
|
2968
|
-
const r =
|
|
2968
|
+
const r = Ye(t.timeZone, e);
|
|
2969
2969
|
if (r === 0)
|
|
2970
2970
|
return "Z";
|
|
2971
2971
|
switch (n) {
|
|
@@ -2973,31 +2973,31 @@ const Pa = 60 * 1e3, xa = {
|
|
|
2973
2973
|
return Mt(r);
|
|
2974
2974
|
case "XXXX":
|
|
2975
2975
|
case "XX":
|
|
2976
|
-
return
|
|
2976
|
+
return he(r);
|
|
2977
2977
|
case "XXXXX":
|
|
2978
2978
|
case "XXX":
|
|
2979
2979
|
default:
|
|
2980
|
-
return
|
|
2980
|
+
return he(r, ":");
|
|
2981
2981
|
}
|
|
2982
2982
|
},
|
|
2983
2983
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
2984
2984
|
x: function(e, n, t) {
|
|
2985
|
-
const r =
|
|
2985
|
+
const r = Ye(t.timeZone, e);
|
|
2986
2986
|
switch (n) {
|
|
2987
2987
|
case "x":
|
|
2988
2988
|
return Mt(r);
|
|
2989
2989
|
case "xxxx":
|
|
2990
2990
|
case "xx":
|
|
2991
|
-
return
|
|
2991
|
+
return he(r);
|
|
2992
2992
|
case "xxxxx":
|
|
2993
2993
|
case "xxx":
|
|
2994
2994
|
default:
|
|
2995
|
-
return
|
|
2995
|
+
return he(r, ":");
|
|
2996
2996
|
}
|
|
2997
2997
|
},
|
|
2998
2998
|
// Timezone (GMT)
|
|
2999
2999
|
O: function(e, n, t) {
|
|
3000
|
-
const r =
|
|
3000
|
+
const r = Ye(t.timeZone, e);
|
|
3001
3001
|
switch (n) {
|
|
3002
3002
|
case "O":
|
|
3003
3003
|
case "OO":
|
|
@@ -3005,7 +3005,7 @@ const Pa = 60 * 1e3, xa = {
|
|
|
3005
3005
|
return "GMT" + Da(r, ":");
|
|
3006
3006
|
case "OOOO":
|
|
3007
3007
|
default:
|
|
3008
|
-
return "GMT" +
|
|
3008
|
+
return "GMT" + he(r, ":");
|
|
3009
3009
|
}
|
|
3010
3010
|
},
|
|
3011
3011
|
// Timezone (specific non-location)
|
|
@@ -3021,35 +3021,35 @@ const Pa = 60 * 1e3, xa = {
|
|
|
3021
3021
|
}
|
|
3022
3022
|
}
|
|
3023
3023
|
};
|
|
3024
|
-
function
|
|
3025
|
-
const t = e ?
|
|
3024
|
+
function Ye(e, n) {
|
|
3025
|
+
const t = e ? je(e, n, !0) / xa : (n == null ? void 0 : n.getTimezoneOffset()) ?? 0;
|
|
3026
3026
|
if (Number.isNaN(t))
|
|
3027
3027
|
throw new RangeError("Invalid time zone specified: " + e);
|
|
3028
3028
|
return t;
|
|
3029
3029
|
}
|
|
3030
|
-
function
|
|
3030
|
+
function Ie(e, n) {
|
|
3031
3031
|
const t = e < 0 ? "-" : "";
|
|
3032
3032
|
let r = Math.abs(e).toString();
|
|
3033
3033
|
for (; r.length < n; )
|
|
3034
3034
|
r = "0" + r;
|
|
3035
3035
|
return t + r;
|
|
3036
3036
|
}
|
|
3037
|
-
function
|
|
3038
|
-
const t = e > 0 ? "-" : "+", r = Math.abs(e), a =
|
|
3037
|
+
function he(e, n = "") {
|
|
3038
|
+
const t = e > 0 ? "-" : "+", r = Math.abs(e), a = Ie(Math.floor(r / 60), 2), s = Ie(Math.floor(r % 60), 2);
|
|
3039
3039
|
return t + a + n + s;
|
|
3040
3040
|
}
|
|
3041
3041
|
function Mt(e, n) {
|
|
3042
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") +
|
|
3042
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + Ie(Math.abs(e) / 60, 2) : he(e, n);
|
|
3043
3043
|
}
|
|
3044
3044
|
function Da(e, n = "") {
|
|
3045
3045
|
const t = e > 0 ? "-" : "+", r = Math.abs(e), a = Math.floor(r / 60), s = r % 60;
|
|
3046
|
-
return s === 0 ? t + String(a) : t + String(a) + n +
|
|
3046
|
+
return s === 0 ? t + String(a) : t + String(a) + n + Ie(s, 2);
|
|
3047
3047
|
}
|
|
3048
3048
|
function Ot(e) {
|
|
3049
3049
|
const n = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
|
|
3050
3050
|
return n.setUTCFullYear(e.getFullYear()), +e - +n;
|
|
3051
3051
|
}
|
|
3052
|
-
const tn = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,
|
|
3052
|
+
const tn = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/, qe = 36e5, kt = 6e4, Ma = 2, E = {
|
|
3053
3053
|
dateTimePattern: /^([0-9W+-]+)(T| )(.*)/,
|
|
3054
3054
|
datePattern: /^([0-9W+-]+)(.*)/,
|
|
3055
3055
|
plainTime: /:/,
|
|
@@ -3084,7 +3084,7 @@ const tn = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)
|
|
|
3084
3084
|
// time zone tokens (to identify the presence of a tz)
|
|
3085
3085
|
timeZone: tn
|
|
3086
3086
|
};
|
|
3087
|
-
function
|
|
3087
|
+
function Ce(e, n = {}) {
|
|
3088
3088
|
if (arguments.length < 1)
|
|
3089
3089
|
throw new TypeError("1 argument required, but only " + arguments.length + " present");
|
|
3090
3090
|
if (e === null)
|
|
@@ -3103,15 +3103,15 @@ function De(e, n = {}) {
|
|
|
3103
3103
|
return /* @__PURE__ */ new Date(NaN);
|
|
3104
3104
|
if (o) {
|
|
3105
3105
|
const d = o.getTime();
|
|
3106
|
-
let p = 0,
|
|
3106
|
+
let p = 0, f;
|
|
3107
3107
|
if (r.time && (p = Sa(r.time), p === null || isNaN(p)))
|
|
3108
3108
|
return /* @__PURE__ */ new Date(NaN);
|
|
3109
3109
|
if (r.timeZone || n.timeZone) {
|
|
3110
|
-
if (
|
|
3110
|
+
if (f = je(r.timeZone || n.timeZone, new Date(d + p)), isNaN(f))
|
|
3111
3111
|
return /* @__PURE__ */ new Date(NaN);
|
|
3112
3112
|
} else
|
|
3113
|
-
|
|
3114
|
-
return new Date(d + p +
|
|
3113
|
+
f = Ot(new Date(d + p)), f = Ot(new Date(d + p + f));
|
|
3114
|
+
return new Date(d + p + f);
|
|
3115
3115
|
} else
|
|
3116
3116
|
return /* @__PURE__ */ new Date(NaN);
|
|
3117
3117
|
}
|
|
@@ -3159,7 +3159,7 @@ function Ra(e, n) {
|
|
|
3159
3159
|
if (s = E.DDD.exec(e), s) {
|
|
3160
3160
|
t = /* @__PURE__ */ new Date(0);
|
|
3161
3161
|
const o = parseInt(s[1], 10);
|
|
3162
|
-
return
|
|
3162
|
+
return Na(n, o) ? (t.setUTCFullYear(n, 0, o), t) : /* @__PURE__ */ new Date(NaN);
|
|
3163
3163
|
}
|
|
3164
3164
|
if (s = E.MMDD.exec(e), s) {
|
|
3165
3165
|
t = /* @__PURE__ */ new Date(0), r = parseInt(s[1], 10) - 1;
|
|
@@ -3167,24 +3167,24 @@ function Ra(e, n) {
|
|
|
3167
3167
|
return St(n, r, o) ? (t.setUTCFullYear(n, r, o), t) : /* @__PURE__ */ new Date(NaN);
|
|
3168
3168
|
}
|
|
3169
3169
|
if (s = E.Www.exec(e), s)
|
|
3170
|
-
return a = parseInt(s[1], 10) - 1,
|
|
3170
|
+
return a = parseInt(s[1], 10) - 1, It(a) ? Rt(n, a) : /* @__PURE__ */ new Date(NaN);
|
|
3171
3171
|
if (s = E.WwwD.exec(e), s) {
|
|
3172
3172
|
a = parseInt(s[1], 10) - 1;
|
|
3173
3173
|
const o = parseInt(s[2], 10) - 1;
|
|
3174
|
-
return
|
|
3174
|
+
return It(a, o) ? Rt(n, a, o) : /* @__PURE__ */ new Date(NaN);
|
|
3175
3175
|
}
|
|
3176
3176
|
return null;
|
|
3177
3177
|
}
|
|
3178
3178
|
function Sa(e) {
|
|
3179
3179
|
let n, t, r = E.HH.exec(e);
|
|
3180
3180
|
if (r)
|
|
3181
|
-
return n = parseFloat(r[1].replace(",", ".")),
|
|
3181
|
+
return n = parseFloat(r[1].replace(",", ".")), Ee(n) ? n % 24 * qe : NaN;
|
|
3182
3182
|
if (r = E.HHMM.exec(e), r)
|
|
3183
|
-
return n = parseInt(r[1], 10), t = parseFloat(r[2].replace(",", ".")),
|
|
3183
|
+
return n = parseInt(r[1], 10), t = parseFloat(r[2].replace(",", ".")), Ee(n, t) ? n % 24 * qe + t * kt : NaN;
|
|
3184
3184
|
if (r = E.HHMMSS.exec(e), r) {
|
|
3185
3185
|
n = parseInt(r[1], 10), t = parseInt(r[2], 10);
|
|
3186
3186
|
const a = parseFloat(r[3].replace(",", "."));
|
|
3187
|
-
return
|
|
3187
|
+
return Ee(n, t, a) ? n % 24 * qe + t * kt + a * 1e3 : NaN;
|
|
3188
3188
|
}
|
|
3189
3189
|
return null;
|
|
3190
3190
|
}
|
|
@@ -3195,7 +3195,7 @@ function Rt(e, n, t) {
|
|
|
3195
3195
|
const a = r.getUTCDay() || 7, s = n * 7 + t + 1 - a;
|
|
3196
3196
|
return r.setUTCDate(r.getUTCDate() + s), r;
|
|
3197
3197
|
}
|
|
3198
|
-
const
|
|
3198
|
+
const Ia = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Ca = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
|
3199
3199
|
function nn(e) {
|
|
3200
3200
|
return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
|
|
3201
3201
|
}
|
|
@@ -3206,48 +3206,48 @@ function St(e, n, t) {
|
|
|
3206
3206
|
if (t < 1)
|
|
3207
3207
|
return !1;
|
|
3208
3208
|
const r = nn(e);
|
|
3209
|
-
if (r && t >
|
|
3209
|
+
if (r && t > Ca[n] || !r && t > Ia[n])
|
|
3210
3210
|
return !1;
|
|
3211
3211
|
}
|
|
3212
3212
|
return !0;
|
|
3213
3213
|
}
|
|
3214
|
-
function
|
|
3214
|
+
function Na(e, n) {
|
|
3215
3215
|
if (n < 1)
|
|
3216
3216
|
return !1;
|
|
3217
3217
|
const t = nn(e);
|
|
3218
3218
|
return !(t && n > 366 || !t && n > 365);
|
|
3219
3219
|
}
|
|
3220
|
-
function
|
|
3220
|
+
function It(e, n) {
|
|
3221
3221
|
return !(e < 0 || e > 52 || n != null && (n < 0 || n > 6));
|
|
3222
3222
|
}
|
|
3223
|
-
function
|
|
3223
|
+
function Ee(e, n, t) {
|
|
3224
3224
|
return !(e < 0 || e >= 25 || n != null && (n < 0 || n >= 60) || t != null && (t < 0 || t >= 60));
|
|
3225
3225
|
}
|
|
3226
|
-
const
|
|
3226
|
+
const ja = /([xXOz]+)|''|'(''|[^'])+('|$)/g;
|
|
3227
3227
|
function La(e, n, t = {}) {
|
|
3228
3228
|
n = String(n);
|
|
3229
|
-
const r = n.match(
|
|
3229
|
+
const r = n.match(ja);
|
|
3230
3230
|
if (r) {
|
|
3231
|
-
const a =
|
|
3231
|
+
const a = Ce(t.originalDate || e, t);
|
|
3232
3232
|
n = r.reduce(function(s, o) {
|
|
3233
3233
|
if (o[0] === "'")
|
|
3234
3234
|
return s;
|
|
3235
|
-
const d = s.indexOf(o), p = s[d - 1] === "'",
|
|
3236
|
-
return p ?
|
|
3235
|
+
const d = s.indexOf(o), p = s[d - 1] === "'", f = s.replace(o, "'" + Pa[o[0]](a, o, t) + "'");
|
|
3236
|
+
return p ? f.substring(0, d - 1) + f.substring(d + 1) : f;
|
|
3237
3237
|
}, n);
|
|
3238
3238
|
}
|
|
3239
3239
|
return dr(e, n, t);
|
|
3240
3240
|
}
|
|
3241
3241
|
function Fa(e, n, t) {
|
|
3242
|
-
e =
|
|
3243
|
-
const r =
|
|
3242
|
+
e = Ce(e, t);
|
|
3243
|
+
const r = je(n, e, !0), a = new Date(e.getTime() - r), s = /* @__PURE__ */ new Date(0);
|
|
3244
3244
|
return s.setFullYear(a.getUTCFullYear(), a.getUTCMonth(), a.getUTCDate()), s.setHours(a.getUTCHours(), a.getUTCMinutes(), a.getUTCSeconds(), a.getUTCMilliseconds()), s;
|
|
3245
3245
|
}
|
|
3246
3246
|
function Ga(e, n, t) {
|
|
3247
3247
|
if (typeof e == "string" && !e.match(tn))
|
|
3248
|
-
return
|
|
3249
|
-
e =
|
|
3250
|
-
const r =
|
|
3248
|
+
return Ce(e, { ...t, timeZone: n });
|
|
3249
|
+
e = Ce(e, t);
|
|
3250
|
+
const r = Ze(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()).getTime(), a = je(n, new Date(r));
|
|
3251
3251
|
return new Date(r + a);
|
|
3252
3252
|
}
|
|
3253
3253
|
const za = (e) => new TextEncoder().encode(e), Wa = (e) => {
|
|
@@ -3275,10 +3275,10 @@ const za = (e) => new TextEncoder().encode(e), Wa = (e) => {
|
|
|
3275
3275
|
0,
|
|
3276
3276
|
0,
|
|
3277
3277
|
0
|
|
3278
|
-
), a = Math.floor((r.getTime() - e.getTime()) / 1e3),
|
|
3279
|
-
return console.log(a), console.log(
|
|
3278
|
+
), a = Math.floor((r.getTime() - e.getTime()) / 1e3), f = 7 * 24 * 60 * 60;
|
|
3279
|
+
return console.log(a), console.log(f), {
|
|
3280
3280
|
weekRemainingTime: a,
|
|
3281
|
-
weekProgressPercentage: Math.round(a /
|
|
3281
|
+
weekProgressPercentage: Math.round(a / f * 100)
|
|
3282
3282
|
};
|
|
3283
3283
|
}, Ea = () => {
|
|
3284
3284
|
const e = /* @__PURE__ */ new Date(), n = new Date(
|
|
@@ -3305,9 +3305,9 @@ const za = (e) => new TextEncoder().encode(e), Wa = (e) => {
|
|
|
3305
3305
|
throw console.error("Error converting to user timezone:", n), n;
|
|
3306
3306
|
}
|
|
3307
3307
|
}, an = (e) => {
|
|
3308
|
-
const t = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (w, _) => `${_.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"), p = String(r.getMinutes()).padStart(2, "0"),
|
|
3309
|
-
return `${a}-${s}-${o} ${d}:${p}:${
|
|
3310
|
-
},
|
|
3308
|
+
const t = e.replace(" at ", " ").replace(/GMT([+-]\d+)/, (w, _) => `${_.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"), p = String(r.getMinutes()).padStart(2, "0"), f = String(r.getSeconds()).padStart(2, "0");
|
|
3309
|
+
return `${a}-${s}-${o} ${d}:${p}:${f}`;
|
|
3310
|
+
}, Ba = () => Date.now(), Ha = (e) => new Date(e).getTime(), Ua = (e) => Ba() > Ha(an(rn(e))), P = (e, n = 2) => {
|
|
3311
3311
|
if (Number(e) !== 0 && !Number(e))
|
|
3312
3312
|
return `${e || ""}`;
|
|
3313
3313
|
const t = `0${n ? "." + "0".repeat(n) : ""}`, r = parseFloat(e);
|
|
@@ -3318,33 +3318,33 @@ const $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3318
3318
|
__proto__: null,
|
|
3319
3319
|
Api: c
|
|
3320
3320
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3321
|
-
var
|
|
3321
|
+
var se = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(se || {});
|
|
3322
3322
|
const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3323
3323
|
__proto__: null,
|
|
3324
|
-
PaymentType:
|
|
3325
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
3324
|
+
PaymentType: se
|
|
3325
|
+
}, Symbol.toStringTag, { value: "Module" })), Le = {
|
|
3326
3326
|
depositBank: !1,
|
|
3327
3327
|
depositDateTime: !1,
|
|
3328
3328
|
depositDetail: !1,
|
|
3329
3329
|
depositMethod: !1,
|
|
3330
3330
|
depositor: !1,
|
|
3331
3331
|
uploadReceipt: !1
|
|
3332
|
-
},
|
|
3332
|
+
}, Je = {
|
|
3333
3333
|
id: 0,
|
|
3334
3334
|
name: "",
|
|
3335
|
-
type:
|
|
3335
|
+
type: se.unknown,
|
|
3336
3336
|
promo: [],
|
|
3337
3337
|
bank: [],
|
|
3338
|
-
requiredField:
|
|
3338
|
+
requiredField: Le
|
|
3339
3339
|
}, Aa = (e) => {
|
|
3340
3340
|
var n;
|
|
3341
3341
|
return ((n = e.mdPaymentChannels) == null ? void 0 : n.map((t) => {
|
|
3342
3342
|
const r = [];
|
|
3343
3343
|
switch (t.name) {
|
|
3344
|
-
case
|
|
3345
|
-
r.push(
|
|
3344
|
+
case se.default:
|
|
3345
|
+
r.push(Ct(t.paymentmethod.manual, e));
|
|
3346
3346
|
break;
|
|
3347
|
-
case
|
|
3347
|
+
case se.pay:
|
|
3348
3348
|
r.push(Qa(t.paymentmethod.onlinebanking, e));
|
|
3349
3349
|
break;
|
|
3350
3350
|
default:
|
|
@@ -3359,7 +3359,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3359
3359
|
break;
|
|
3360
3360
|
}
|
|
3361
3361
|
}
|
|
3362
|
-
a && r.push(
|
|
3362
|
+
a && r.push(Ct(t.paymentmethod.manual, e));
|
|
3363
3363
|
}
|
|
3364
3364
|
t.paymentmethod.fixamount.bank.length > 0 && r.push(
|
|
3365
3365
|
Za(t.bankid ?? 0, t.paymentmethod.fixamount)
|
|
@@ -3371,7 +3371,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3371
3371
|
paymentList: r
|
|
3372
3372
|
};
|
|
3373
3373
|
})) ?? [];
|
|
3374
|
-
},
|
|
3374
|
+
}, Fe = (e) => {
|
|
3375
3375
|
const n = {
|
|
3376
3376
|
id: -1,
|
|
3377
3377
|
name: "excludePromo",
|
|
@@ -3386,40 +3386,40 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3386
3386
|
dailyBonus: r.dtype === "5" && r.type === "D"
|
|
3387
3387
|
}));
|
|
3388
3388
|
return [n, ...t];
|
|
3389
|
-
},
|
|
3389
|
+
}, Me = (e, n, t, r) => {
|
|
3390
3390
|
let a, s;
|
|
3391
3391
|
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);
|
|
3392
3392
|
const o = Math.round(a);
|
|
3393
3393
|
let d = 1e3;
|
|
3394
3394
|
s < d && (d = Math.round(s));
|
|
3395
3395
|
const p = d - o;
|
|
3396
|
-
let
|
|
3396
|
+
let f = "", b = "";
|
|
3397
3397
|
if (p > 0) {
|
|
3398
|
-
let
|
|
3399
|
-
for (const T of
|
|
3400
|
-
T !== "" &&
|
|
3401
|
-
for (let T = 0; T <
|
|
3402
|
-
T === 0 ?
|
|
3403
|
-
|
|
3404
|
-
for (const T of
|
|
3405
|
-
T !== "" &&
|
|
3406
|
-
for (let T = 0; T <
|
|
3407
|
-
T === 0 ? b += (parseInt(
|
|
3398
|
+
let D = Math.round((d - o) * 0.25).toString().split(""), j = [];
|
|
3399
|
+
for (const T of D)
|
|
3400
|
+
T !== "" && j.push(T);
|
|
3401
|
+
for (let T = 0; T < j.length; T++)
|
|
3402
|
+
T === 0 ? f += (parseInt(j[T]) + 1).toString() : f += "0";
|
|
3403
|
+
D = Math.round((d - o) * 0.5).toString().split(""), j = [];
|
|
3404
|
+
for (const T of D)
|
|
3405
|
+
T !== "" && j.push(T);
|
|
3406
|
+
for (let T = 0; T < j.length; T++)
|
|
3407
|
+
T === 0 ? b += (parseInt(j[T]) + 1).toString() : b += "0";
|
|
3408
3408
|
} else
|
|
3409
|
-
|
|
3409
|
+
f = d.toString(), b = d.toString();
|
|
3410
3410
|
return { amountList: [
|
|
3411
3411
|
o.toString(),
|
|
3412
|
-
|
|
3412
|
+
f,
|
|
3413
3413
|
b,
|
|
3414
3414
|
d.toString()
|
|
3415
3415
|
], minAmount: o, maxAmount: s };
|
|
3416
|
-
},
|
|
3416
|
+
}, Ct = (e, n) => n ? {
|
|
3417
3417
|
id: 0,
|
|
3418
3418
|
name: "manualMethod",
|
|
3419
|
-
type:
|
|
3420
|
-
promo:
|
|
3419
|
+
type: se.manual,
|
|
3420
|
+
promo: Fe(e.promo),
|
|
3421
3421
|
bank: e.bank.map((a) => {
|
|
3422
|
-
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: p, maxAmount:
|
|
3422
|
+
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: p, maxAmount: f } = Me(
|
|
3423
3423
|
Number(s),
|
|
3424
3424
|
Number(o),
|
|
3425
3425
|
n.mdBankLevelDetail.deposit_min,
|
|
@@ -3434,7 +3434,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3434
3434
|
qrcode: a.list && a.list.length > 0 ? a.list[0].bankaccountdesc : "",
|
|
3435
3435
|
amountList: d,
|
|
3436
3436
|
min: p,
|
|
3437
|
-
max:
|
|
3437
|
+
max: f
|
|
3438
3438
|
};
|
|
3439
3439
|
}),
|
|
3440
3440
|
requiredField: {
|
|
@@ -3445,17 +3445,17 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3445
3445
|
depositor: n.mdManualDepositRequireField.depositor,
|
|
3446
3446
|
uploadReceipt: n.mdUploadReceipt
|
|
3447
3447
|
}
|
|
3448
|
-
} :
|
|
3448
|
+
} : Je, Qa = (e, n) => n ? {
|
|
3449
3449
|
id: 0,
|
|
3450
3450
|
name: "onlineBankingMethod",
|
|
3451
|
-
type:
|
|
3452
|
-
promo:
|
|
3451
|
+
type: se.pay,
|
|
3452
|
+
promo: Fe(e.promo),
|
|
3453
3453
|
bank: e.banklist.map((a) => {
|
|
3454
3454
|
let s = "0.00", o = "0.00";
|
|
3455
3455
|
const d = a.bankindex ?? 0;
|
|
3456
|
-
for (let
|
|
3457
|
-
n.mdGatewayMinMax[
|
|
3458
|
-
const { amountList: p, minAmount:
|
|
3456
|
+
for (let D = 0; D < n.mdGatewayMinMax.length; D++)
|
|
3457
|
+
n.mdGatewayMinMax[D].bankindex == d.toString() && (s = n.mdGatewayMinMax[D].min, o = n.mdGatewayMinMax[D].max);
|
|
3458
|
+
const { amountList: p, minAmount: f, maxAmount: b } = Me(
|
|
3459
3459
|
Number(s),
|
|
3460
3460
|
Number(o),
|
|
3461
3461
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3464,19 +3464,19 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3464
3464
|
id: 0,
|
|
3465
3465
|
name: "autoChannel",
|
|
3466
3466
|
amountList: p,
|
|
3467
|
-
min:
|
|
3467
|
+
min: f,
|
|
3468
3468
|
max: b
|
|
3469
|
-
}, _ = a.pg.map((
|
|
3470
|
-
const
|
|
3471
|
-
Number(
|
|
3472
|
-
Number(
|
|
3469
|
+
}, _ = a.pg.map((D) => {
|
|
3470
|
+
const j = D.mintransaction ?? "0.00", B = D.maxtransaction ?? "0.00", { amountList: H, minAmount: T, maxAmount: S } = Me(
|
|
3471
|
+
Number(j),
|
|
3472
|
+
Number(B),
|
|
3473
3473
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
3474
3474
|
n.mdBankLevelDetail.onlinepayment_max
|
|
3475
3475
|
);
|
|
3476
3476
|
return {
|
|
3477
|
-
id:
|
|
3478
|
-
name:
|
|
3479
|
-
amountList:
|
|
3477
|
+
id: D.pgindex,
|
|
3478
|
+
name: D.bankaccountname,
|
|
3479
|
+
amountList: H,
|
|
3480
3480
|
min: T,
|
|
3481
3481
|
max: S
|
|
3482
3482
|
};
|
|
@@ -3490,15 +3490,15 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3490
3490
|
gateway: [w, ..._]
|
|
3491
3491
|
};
|
|
3492
3492
|
}),
|
|
3493
|
-
requiredField:
|
|
3494
|
-
} :
|
|
3495
|
-
if (!t) return
|
|
3496
|
-
const r =
|
|
3493
|
+
requiredField: Le
|
|
3494
|
+
} : Je, Xa = (e, n, t) => {
|
|
3495
|
+
if (!t) return Je;
|
|
3496
|
+
const r = se.auto;
|
|
3497
3497
|
let a = [];
|
|
3498
3498
|
const s = t.mdGatewayMinMax ?? [];
|
|
3499
3499
|
if (n.bank.length > 0 && t.mdPGSelection === "1")
|
|
3500
3500
|
a = n.bank.map((d) => {
|
|
3501
|
-
const { amountList: p, minAmount:
|
|
3501
|
+
const { amountList: p, minAmount: f, maxAmount: b } = Me(
|
|
3502
3502
|
d.mintransaction ?? 0,
|
|
3503
3503
|
d.maxtransaction ?? 0,
|
|
3504
3504
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3508,7 +3508,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3508
3508
|
id: d.pgindex ?? 0,
|
|
3509
3509
|
name: d.bankaccountname || "",
|
|
3510
3510
|
amountList: p,
|
|
3511
|
-
min:
|
|
3511
|
+
min: f,
|
|
3512
3512
|
max: b
|
|
3513
3513
|
};
|
|
3514
3514
|
});
|
|
@@ -3516,7 +3516,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3516
3516
|
let d = "0.00", p = "0.00";
|
|
3517
3517
|
for (let g = 0; g < s.length; g++)
|
|
3518
3518
|
s[g].bankindex === e.toString() && (d = s[g].min, p = s[g].max);
|
|
3519
|
-
const { amountList:
|
|
3519
|
+
const { amountList: f, minAmount: b, maxAmount: w } = Me(
|
|
3520
3520
|
Number(d),
|
|
3521
3521
|
Number(p),
|
|
3522
3522
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -3524,7 +3524,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3524
3524
|
), _ = {
|
|
3525
3525
|
id: 0,
|
|
3526
3526
|
name: "autoChannel",
|
|
3527
|
-
amountList:
|
|
3527
|
+
amountList: f,
|
|
3528
3528
|
min: b,
|
|
3529
3529
|
max: w
|
|
3530
3530
|
};
|
|
@@ -3534,17 +3534,17 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3534
3534
|
id: e,
|
|
3535
3535
|
name: "autoMethod",
|
|
3536
3536
|
type: r,
|
|
3537
|
-
promo:
|
|
3537
|
+
promo: Fe(n.promo),
|
|
3538
3538
|
bank: a,
|
|
3539
|
-
requiredField:
|
|
3539
|
+
requiredField: Le
|
|
3540
3540
|
};
|
|
3541
3541
|
}, Za = (e, n) => {
|
|
3542
|
-
const t =
|
|
3542
|
+
const t = se.fix;
|
|
3543
3543
|
return {
|
|
3544
3544
|
id: e,
|
|
3545
3545
|
name: "fixAmountMethod",
|
|
3546
3546
|
type: t,
|
|
3547
|
-
promo:
|
|
3547
|
+
promo: Fe(n.promo),
|
|
3548
3548
|
bank: n.bank.map((a) => {
|
|
3549
3549
|
const s = a.amtlist.map(Number).sort((d, p) => d - p);
|
|
3550
3550
|
return {
|
|
@@ -3555,7 +3555,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3555
3555
|
max: s.length > 0 ? s[s.length - 1] : 0
|
|
3556
3556
|
};
|
|
3557
3557
|
}),
|
|
3558
|
-
requiredField:
|
|
3558
|
+
requiredField: Le
|
|
3559
3559
|
};
|
|
3560
3560
|
}, Ja = (e) => (e == null ? void 0 : e.map((n) => ({
|
|
3561
3561
|
alert: n.announcement_alert === "1",
|
|
@@ -3569,7 +3569,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3569
3569
|
phoneNumber: e.mdUserDetail.mobileno ?? "",
|
|
3570
3570
|
profilePicUrl: e.mdUserDetail.profile_pic
|
|
3571
3571
|
}), es = (e) => {
|
|
3572
|
-
var n, t, r, a, s, o, d, p,
|
|
3572
|
+
var n, t, r, a, s, o, d, p, f;
|
|
3573
3573
|
return {
|
|
3574
3574
|
platformGame: ((n = e.mdGameListResult) == null ? void 0 : n.map((b) => {
|
|
3575
3575
|
var w, _;
|
|
@@ -3616,7 +3616,7 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3616
3616
|
platformGameList: ns(e.mdGameLists.data) ? {
|
|
3617
3617
|
currentPage: ((o = e.mdGameLists) == null ? void 0 : o.current_page) ?? 1,
|
|
3618
3618
|
lastPage: ((d = e.mdGameLists) == null ? void 0 : d.last_page) ?? 1,
|
|
3619
|
-
data: ((
|
|
3619
|
+
data: ((f = (p = e.mdGameLists) == null ? void 0 : p.data) == null ? void 0 : f.map((b) => ({
|
|
3620
3620
|
gameId: Number(b.id),
|
|
3621
3621
|
platformId: Number(b.id_PlatformProduct),
|
|
3622
3622
|
name: b.name,
|
|
@@ -3646,7 +3646,7 @@ function ns(e) {
|
|
|
3646
3646
|
}
|
|
3647
3647
|
const rs = (e) => ({
|
|
3648
3648
|
list: e.mdGrade.map((n) => {
|
|
3649
|
-
var t, r, a, s, o, d, p,
|
|
3649
|
+
var t, r, a, s, o, d, p, f, b, w, _, g, D, j, B, H, T, S, v, k, q, ne, le, re, fe, Oe, ke, u, m, x, i, l, O, G, A, Z, z, J, Q, X, U, V, ge, ve, pe, we, be, xe, y, et, tt, nt, rt, at, st, ot, it, ut, lt, ct, dt, mt, ft, gt;
|
|
3650
3650
|
return {
|
|
3651
3651
|
id: n.gradeindex,
|
|
3652
3652
|
is_current_level: !1,
|
|
@@ -3655,68 +3655,68 @@ const rs = (e) => ({
|
|
|
3655
3655
|
turnover: {
|
|
3656
3656
|
isShow: !1,
|
|
3657
3657
|
current: "0.00",
|
|
3658
|
-
total:
|
|
3658
|
+
total: P(n.min_activebet)
|
|
3659
3659
|
},
|
|
3660
3660
|
deposit: {
|
|
3661
3661
|
isShow: !1,
|
|
3662
3662
|
current: "0.00",
|
|
3663
|
-
total:
|
|
3663
|
+
total: P(n.min_deposit)
|
|
3664
3664
|
},
|
|
3665
|
-
promo_list: n.promocash.filter((
|
|
3666
|
-
name:
|
|
3667
|
-
min_deposit:
|
|
3668
|
-
promo_bonus:
|
|
3669
|
-
promo_limit:
|
|
3670
|
-
turnover_multiplier:
|
|
3671
|
-
type:
|
|
3665
|
+
promo_list: n.promocash.filter((ae) => ae.isshow == 1 && ae.status == "1").map((ae) => ({
|
|
3666
|
+
name: ae.promosimplified,
|
|
3667
|
+
min_deposit: P(ae.min_deposit),
|
|
3668
|
+
promo_bonus: ae.percentage,
|
|
3669
|
+
promo_limit: P(ae.max_promo_amt),
|
|
3670
|
+
turnover_multiplier: ae.multiply,
|
|
3671
|
+
type: ae.promo_type
|
|
3672
3672
|
})),
|
|
3673
3673
|
benefit_list: {
|
|
3674
3674
|
daily: {
|
|
3675
|
-
bonus:
|
|
3675
|
+
bonus: P(((r = (t = n.benefit) == null ? void 0 : t.daily) == null ? void 0 : r.bonus) ?? "0"),
|
|
3676
3676
|
bonus_name: ((s = (a = n.benefit) == null ? void 0 : a.daily) == null ? void 0 : s.bonus_name) ?? "",
|
|
3677
|
-
turnover:
|
|
3678
|
-
turnover_name: ((
|
|
3677
|
+
turnover: P(((d = (o = n.benefit) == null ? void 0 : o.daily) == null ? void 0 : d.turnover) ?? "0"),
|
|
3678
|
+
turnover_name: ((f = (p = n.benefit) == null ? void 0 : p.daily) == null ? void 0 : f.turnover_name) ?? ""
|
|
3679
3679
|
},
|
|
3680
3680
|
monthly: {
|
|
3681
|
-
bonus:
|
|
3681
|
+
bonus: P(((w = (b = n.benefit) == null ? void 0 : b.monthly) == null ? void 0 : w.bonus) ?? "0"),
|
|
3682
3682
|
bonus_name: ((g = (_ = n.benefit) == null ? void 0 : _.monthly) == null ? void 0 : g.bonus_name) ?? "",
|
|
3683
|
-
turnover:
|
|
3684
|
-
turnover_name: ((
|
|
3683
|
+
turnover: P(((j = (D = n.benefit) == null ? void 0 : D.monthly) == null ? void 0 : j.turnover) ?? "0"),
|
|
3684
|
+
turnover_name: ((H = (B = n.benefit) == null ? void 0 : B.monthly) == null ? void 0 : H.turnover_name) ?? ""
|
|
3685
3685
|
},
|
|
3686
3686
|
weekly: {
|
|
3687
|
-
bonus:
|
|
3687
|
+
bonus: P(((S = (T = n.benefit) == null ? void 0 : T.weekly) == null ? void 0 : S.bonus) ?? "0"),
|
|
3688
3688
|
bonus_name: ((k = (v = n.benefit) == null ? void 0 : v.weekly) == null ? void 0 : k.bonus_name) ?? "",
|
|
3689
|
-
turnover:
|
|
3690
|
-
turnover_name: ((
|
|
3689
|
+
turnover: P(((ne = (q = n.benefit) == null ? void 0 : q.weekly) == null ? void 0 : ne.turnover) ?? "0"),
|
|
3690
|
+
turnover_name: ((re = (le = n.benefit) == null ? void 0 : le.weekly) == null ? void 0 : re.turnover_name) ?? ""
|
|
3691
3691
|
},
|
|
3692
3692
|
upgrade: {
|
|
3693
|
-
bonus:
|
|
3694
|
-
bonus_name: ((
|
|
3695
|
-
turnover:
|
|
3696
|
-
turnover_name: ((
|
|
3693
|
+
bonus: P(((Oe = (fe = n.benefit) == null ? void 0 : fe.upgrade) == null ? void 0 : Oe.bonus) ?? "0"),
|
|
3694
|
+
bonus_name: ((u = (ke = n.benefit) == null ? void 0 : ke.upgrade) == null ? void 0 : u.bonus_name) ?? "",
|
|
3695
|
+
turnover: P(((x = (m = n.benefit) == null ? void 0 : m.upgrade) == null ? void 0 : x.turnover) ?? "0"),
|
|
3696
|
+
turnover_name: ((l = (i = n.benefit) == null ? void 0 : i.upgrade) == null ? void 0 : l.turnover_name) ?? ""
|
|
3697
3697
|
},
|
|
3698
3698
|
birthday: {
|
|
3699
|
-
bonus:
|
|
3700
|
-
bonus_name: ((
|
|
3701
|
-
turnover:
|
|
3702
|
-
turnover_name: ((
|
|
3699
|
+
bonus: P(((G = (O = n.benefit) == null ? void 0 : O.birthday) == null ? void 0 : G.bonus) ?? "0"),
|
|
3700
|
+
bonus_name: ((Z = (A = n.benefit) == null ? void 0 : A.birthday) == null ? void 0 : Z.bonus_name) ?? "",
|
|
3701
|
+
turnover: P(((J = (z = n.benefit) == null ? void 0 : z.birthday) == null ? void 0 : J.turnover) ?? "0"),
|
|
3702
|
+
turnover_name: ((X = (Q = n.benefit) == null ? void 0 : Q.birthday) == null ? void 0 : X.turnover_name) ?? ""
|
|
3703
3703
|
},
|
|
3704
3704
|
salary_1st: {
|
|
3705
|
-
bonus:
|
|
3706
|
-
bonus_name: ((
|
|
3707
|
-
turnover:
|
|
3708
|
-
turnover_name: ((
|
|
3705
|
+
bonus: P(((V = (U = n.benefit) == null ? void 0 : U.salary_1st) == null ? void 0 : V.bonus) ?? "0"),
|
|
3706
|
+
bonus_name: ((ve = (ge = n.benefit) == null ? void 0 : ge.salary_1st) == null ? void 0 : ve.bonus_name) ?? "",
|
|
3707
|
+
turnover: P(((we = (pe = n.benefit) == null ? void 0 : pe.salary_1st) == null ? void 0 : we.turnover) ?? "0"),
|
|
3708
|
+
turnover_name: ((xe = (be = n.benefit) == null ? void 0 : be.salary_1st) == null ? void 0 : xe.turnover_name) ?? ""
|
|
3709
3709
|
},
|
|
3710
3710
|
salary_10th: {
|
|
3711
|
-
bonus:
|
|
3711
|
+
bonus: P(((et = (y = n.benefit) == null ? void 0 : y.salary_10th) == null ? void 0 : et.bonus) ?? "0"),
|
|
3712
3712
|
bonus_name: ((nt = (tt = n.benefit) == null ? void 0 : tt.salary_10th) == null ? void 0 : nt.bonus_name) ?? "",
|
|
3713
|
-
turnover:
|
|
3713
|
+
turnover: P(((at = (rt = n.benefit) == null ? void 0 : rt.salary_10th) == null ? void 0 : at.turnover) ?? "0"),
|
|
3714
3714
|
turnover_name: ((ot = (st = n.benefit) == null ? void 0 : st.salary_10th) == null ? void 0 : ot.turnover_name) ?? ""
|
|
3715
3715
|
},
|
|
3716
3716
|
salary_20th: {
|
|
3717
|
-
bonus:
|
|
3717
|
+
bonus: P(((ut = (it = n.benefit) == null ? void 0 : it.salary_20th) == null ? void 0 : ut.bonus) ?? "0"),
|
|
3718
3718
|
bonus_name: ((ct = (lt = n.benefit) == null ? void 0 : lt.salary_20th) == null ? void 0 : ct.bonus_name) ?? "",
|
|
3719
|
-
turnover:
|
|
3719
|
+
turnover: P(((mt = (dt = n.benefit) == null ? void 0 : dt.salary_20th) == null ? void 0 : mt.turnover) ?? "0"),
|
|
3720
3720
|
turnover_name: ((gt = (ft = n.benefit) == null ? void 0 : ft.salary_20th) == null ? void 0 : gt.turnover_name) ?? ""
|
|
3721
3721
|
}
|
|
3722
3722
|
}
|
|
@@ -3817,27 +3817,27 @@ const rs = (e) => ({
|
|
|
3817
3817
|
})
|
|
3818
3818
|
}), ss = (e) => ({
|
|
3819
3819
|
month: {
|
|
3820
|
-
status:
|
|
3820
|
+
status: ce(e.month)
|
|
3821
3821
|
},
|
|
3822
3822
|
week: {
|
|
3823
|
-
status:
|
|
3823
|
+
status: ce(e.week)
|
|
3824
3824
|
},
|
|
3825
3825
|
day: {
|
|
3826
|
-
status:
|
|
3826
|
+
status: ce(e.day)
|
|
3827
3827
|
},
|
|
3828
3828
|
birthday: {
|
|
3829
|
-
status:
|
|
3829
|
+
status: ce(e.birthday)
|
|
3830
3830
|
},
|
|
3831
3831
|
salary_1st: {
|
|
3832
|
-
status:
|
|
3832
|
+
status: ce(e.salary1st)
|
|
3833
3833
|
},
|
|
3834
3834
|
salary_10th: {
|
|
3835
|
-
status:
|
|
3835
|
+
status: ce(e.salary10th)
|
|
3836
3836
|
},
|
|
3837
3837
|
salary_20th: {
|
|
3838
|
-
status:
|
|
3838
|
+
status: ce(e.salary20th)
|
|
3839
3839
|
}
|
|
3840
|
-
}),
|
|
3840
|
+
}), ce = (e) => ({
|
|
3841
3841
|
claimable: e === 1,
|
|
3842
3842
|
expired: e === 0,
|
|
3843
3843
|
claimed: e === -1
|
|
@@ -3971,7 +3971,7 @@ const hs = (e) => {
|
|
|
3971
3971
|
(g) => g.combination_dimension === 4 && g.combination_position === 4
|
|
3972
3972
|
).map((g) => g.combination_combination), p = t.results.filter(
|
|
3973
3973
|
(g) => g.combination_dimension === 4 && g.combination_position === 5
|
|
3974
|
-
).map((g) => g.combination_combination),
|
|
3974
|
+
).map((g) => g.combination_combination), f = t.results.filter(
|
|
3975
3975
|
(g) => g.combination_dimension === 5 && g.combination_position === 1
|
|
3976
3976
|
).map((g) => g.combination_combination), b = t.results.filter((g) => g.combination_dimension == 5).map((g) => g.combination_combination), w = t.results.filter(
|
|
3977
3977
|
(g) => g.combination_dimension === 6 && g.combination_position === 1
|
|
@@ -3987,7 +3987,7 @@ const hs = (e) => {
|
|
|
3987
3987
|
prize_5: p
|
|
3988
3988
|
},
|
|
3989
3989
|
dimension_5: {
|
|
3990
|
-
prize_1:
|
|
3990
|
+
prize_1: f,
|
|
3991
3991
|
all: b
|
|
3992
3992
|
},
|
|
3993
3993
|
dimension_6: {
|
|
@@ -4024,10 +4024,10 @@ const hs = (e) => {
|
|
|
4024
4024
|
status: e.status == 1,
|
|
4025
4025
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4026
4026
|
flag: e.flag
|
|
4027
|
-
}),
|
|
4027
|
+
}), I = (e) => ({
|
|
4028
4028
|
status: e.status == 1,
|
|
4029
4029
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
4030
|
-
}),
|
|
4030
|
+
}), xs = (e) => I(e), Ps = (e) => {
|
|
4031
4031
|
var n, t, r, a, s;
|
|
4032
4032
|
return {
|
|
4033
4033
|
bankCard: ((n = e.bankCard) == null ? void 0 : n.map((o) => {
|
|
@@ -4037,7 +4037,7 @@ const hs = (e) => {
|
|
|
4037
4037
|
bankProvince: {
|
|
4038
4038
|
id: o.bankprovince,
|
|
4039
4039
|
desc: ((p = (d = e.province) == null ? void 0 : d.find(
|
|
4040
|
-
(
|
|
4040
|
+
(f) => f.provinceindex == o.bankprovince
|
|
4041
4041
|
)) == null ? void 0 : p.label) ?? ""
|
|
4042
4042
|
},
|
|
4043
4043
|
bankName: o.banknamesimplified,
|
|
@@ -4092,11 +4092,11 @@ const hs = (e) => {
|
|
|
4092
4092
|
withdrawFee: e.withdrawFee,
|
|
4093
4093
|
withdrawMaxFee: Number(e.withdrawMaxFee),
|
|
4094
4094
|
withdrawCount: e.withdrawCount
|
|
4095
|
-
}), Ms = (e) =>
|
|
4096
|
-
var
|
|
4095
|
+
}), Ms = (e) => I(e);
|
|
4096
|
+
var $ = /* @__PURE__ */ ((e) => (e.deposit = "deposit", e.withdraw = "withdraw", e.promo = "promotion", e.manual = "adjustment", e.cashIn = "cashIn", e.cashOut = "cashOut", e.transfer = "transfer", e.incentive = "incentive", e.upgradeBonus = "upgradeBonus", e.extension = "extension", e.creditTransfer = "creditTransfer", e.shareHolder = "shareHolderDividend", e))($ || {});
|
|
4097
4097
|
const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4098
4098
|
__proto__: null,
|
|
4099
|
-
TransactionMethod:
|
|
4099
|
+
TransactionMethod: $
|
|
4100
4100
|
}, Symbol.toStringTag, { value: "Module" })), ks = (e) => {
|
|
4101
4101
|
var n, t, r, a, s, o;
|
|
4102
4102
|
return {
|
|
@@ -4112,7 +4112,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4112
4112
|
currentPage: ((r = e.mdCashLedgers) == null ? void 0 : r.current_page) ?? 0,
|
|
4113
4113
|
lastPage: ((a = e.mdCashLedgers) == null ? void 0 : a.last_page) ?? 0,
|
|
4114
4114
|
data: ((o = (s = e.mdCashLedgers) == null ? void 0 : s.data) == null ? void 0 : o.map((d) => {
|
|
4115
|
-
var p,
|
|
4115
|
+
var p, f;
|
|
4116
4116
|
return {
|
|
4117
4117
|
transactionIndex: d.ledgerindex,
|
|
4118
4118
|
transactionInfo: {
|
|
@@ -4123,9 +4123,9 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4123
4123
|
statusInfo: {
|
|
4124
4124
|
id: d.status,
|
|
4125
4125
|
value: d.status == 1,
|
|
4126
|
-
desc: ((
|
|
4126
|
+
desc: ((f = (p = e.subStatusModes) == null ? void 0 : p.find((b) => b.key === d.status)) == null ? void 0 : f.value) ?? ""
|
|
4127
4127
|
},
|
|
4128
|
-
amount:
|
|
4128
|
+
amount: P(d.amount),
|
|
4129
4129
|
dateTime: d.ledgerdatetime,
|
|
4130
4130
|
reason: d.reasonsimplified,
|
|
4131
4131
|
method: d.fundmethod
|
|
@@ -4137,35 +4137,35 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4137
4137
|
switch (e) {
|
|
4138
4138
|
case 1:
|
|
4139
4139
|
if (n === 1)
|
|
4140
|
-
return
|
|
4140
|
+
return $.deposit;
|
|
4141
4141
|
if (n === 2)
|
|
4142
|
-
return
|
|
4142
|
+
return $.withdraw;
|
|
4143
4143
|
break;
|
|
4144
4144
|
case 3:
|
|
4145
|
-
return
|
|
4145
|
+
return $.promo;
|
|
4146
4146
|
case 4:
|
|
4147
|
-
return
|
|
4147
|
+
return $.manual;
|
|
4148
4148
|
case 32:
|
|
4149
|
-
return
|
|
4149
|
+
return $.cashIn;
|
|
4150
4150
|
case 33:
|
|
4151
|
-
return
|
|
4151
|
+
return $.cashOut;
|
|
4152
4152
|
case 34:
|
|
4153
|
-
return
|
|
4153
|
+
return $.transfer;
|
|
4154
4154
|
case 35:
|
|
4155
|
-
return
|
|
4155
|
+
return $.incentive;
|
|
4156
4156
|
case 36:
|
|
4157
|
-
return
|
|
4157
|
+
return $.upgradeBonus;
|
|
4158
4158
|
case 40:
|
|
4159
|
-
return
|
|
4159
|
+
return $.extension;
|
|
4160
4160
|
case 42:
|
|
4161
|
-
return
|
|
4161
|
+
return $.creditTransfer;
|
|
4162
4162
|
case 43:
|
|
4163
|
-
return
|
|
4163
|
+
return $.shareHolder;
|
|
4164
4164
|
}
|
|
4165
4165
|
return "";
|
|
4166
4166
|
}, Ss = (e) => ({
|
|
4167
4167
|
status: e.status == 1
|
|
4168
|
-
}),
|
|
4168
|
+
}), Is = (e) => (e == null ? void 0 : e.map((n) => {
|
|
4169
4169
|
var t;
|
|
4170
4170
|
return {
|
|
4171
4171
|
activeCom: ((t = n.active_com) == null ? void 0 : t.map((r) => ({
|
|
@@ -4174,11 +4174,11 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4174
4174
|
categoryId: r.category_id,
|
|
4175
4175
|
maintenance: r.maintenance === 1
|
|
4176
4176
|
}))) ?? [],
|
|
4177
|
-
platformWallet:
|
|
4177
|
+
platformWallet: P(n.platformwallet),
|
|
4178
4178
|
com: n.com ?? "",
|
|
4179
4179
|
maintenance: n.maintenance ?? !1
|
|
4180
4180
|
};
|
|
4181
|
-
})) ?? [],
|
|
4181
|
+
})) ?? [], Cs = (e) => ({
|
|
4182
4182
|
status: e.status == 1,
|
|
4183
4183
|
message: e.message ?? "",
|
|
4184
4184
|
data: e.data.map((n) => ({
|
|
@@ -4188,7 +4188,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4188
4188
|
imageUrl: n.image_url,
|
|
4189
4189
|
getToken: n.getToken === 1
|
|
4190
4190
|
}))
|
|
4191
|
-
}),
|
|
4191
|
+
}), Ns = (e) => {
|
|
4192
4192
|
var n;
|
|
4193
4193
|
return {
|
|
4194
4194
|
status: e.status == 1,
|
|
@@ -4198,7 +4198,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4198
4198
|
tokenAmount: t.token_amount
|
|
4199
4199
|
}))) ?? []
|
|
4200
4200
|
};
|
|
4201
|
-
},
|
|
4201
|
+
}, js = (e) => ({
|
|
4202
4202
|
status: e.status == 1,
|
|
4203
4203
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4204
4204
|
loginId: e.loginId ?? "",
|
|
@@ -4319,7 +4319,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4319
4319
|
totalReward: s,
|
|
4320
4320
|
unclaimReward: o
|
|
4321
4321
|
});
|
|
4322
|
-
},
|
|
4322
|
+
}, Bs = (e) => {
|
|
4323
4323
|
const n = /* @__PURE__ */ new Set(), t = e.data.map((s) => (n.add(s.accountid), {
|
|
4324
4324
|
id: s.logindex,
|
|
4325
4325
|
name: s.firstname,
|
|
@@ -4332,7 +4332,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4332
4332
|
totalCount: a,
|
|
4333
4333
|
list: t
|
|
4334
4334
|
};
|
|
4335
|
-
},
|
|
4335
|
+
}, Hs = (e) => e.status == 0 ? {
|
|
4336
4336
|
directDownline: "0",
|
|
4337
4337
|
otherDownline: "0",
|
|
4338
4338
|
uplineCode: "",
|
|
@@ -4351,38 +4351,38 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4351
4351
|
let n = null, t = null;
|
|
4352
4352
|
if (e.status == 0)
|
|
4353
4353
|
return { welcomeBonus: null, dailyBonus: null };
|
|
4354
|
-
const r = e.data.filter((
|
|
4354
|
+
const r = e.data.filter((f) => f.dtype == "5" && f.type == "F").map((f) => {
|
|
4355
4355
|
const b = Math.min(
|
|
4356
|
-
Number(
|
|
4357
|
-
Number(
|
|
4356
|
+
Number(f.min_deposit) * Number(f.percentage) / 100,
|
|
4357
|
+
Number(f.max_promo_amt)
|
|
4358
4358
|
);
|
|
4359
4359
|
return {
|
|
4360
|
-
name:
|
|
4361
|
-
depositAmount: Number(
|
|
4360
|
+
name: f.promodesc,
|
|
4361
|
+
depositAmount: Number(f.min_deposit),
|
|
4362
4362
|
promoAmount: b,
|
|
4363
|
-
percentage: Math.round(b / Number(
|
|
4364
|
-
expiryTime:
|
|
4363
|
+
percentage: Math.round(b / Number(f.min_deposit) * 100),
|
|
4364
|
+
expiryTime: f.etime
|
|
4365
4365
|
};
|
|
4366
4366
|
});
|
|
4367
4367
|
r.length > 0 && (n = r[0]);
|
|
4368
|
-
const a = e.data.filter((
|
|
4368
|
+
const a = e.data.filter((f) => f.dtype == "5" && f.type == "D").map((f) => {
|
|
4369
4369
|
const b = Math.min(
|
|
4370
|
-
Number(
|
|
4371
|
-
Number(
|
|
4370
|
+
Number(f.min_deposit) * Number(f.percentage) / 100,
|
|
4371
|
+
Number(f.max_promo_amt)
|
|
4372
4372
|
);
|
|
4373
4373
|
return {
|
|
4374
|
-
name:
|
|
4375
|
-
depositAmount: Number(
|
|
4374
|
+
name: f.promodesc,
|
|
4375
|
+
depositAmount: Number(f.min_deposit),
|
|
4376
4376
|
promoAmount: b,
|
|
4377
|
-
percentage: Number((b / Number(
|
|
4378
|
-
expiryTime:
|
|
4377
|
+
percentage: Number((b / Number(f.min_deposit) * 100).toFixed(2)),
|
|
4378
|
+
expiryTime: f.etime
|
|
4379
4379
|
};
|
|
4380
4380
|
});
|
|
4381
4381
|
let s = 0, o = ((p = a[0]) == null ? void 0 : p.expiryTime) || "";
|
|
4382
|
-
const d = a.map((
|
|
4383
|
-
name:
|
|
4384
|
-
depositAmount:
|
|
4385
|
-
promoAmount:
|
|
4382
|
+
const d = a.map((f) => (s = Math.max(s, f.percentage), new Date(f.expiryTime) < new Date(o) && (o = f.expiryTime), {
|
|
4383
|
+
name: f.name,
|
|
4384
|
+
depositAmount: f.depositAmount,
|
|
4385
|
+
promoAmount: f.promoAmount
|
|
4386
4386
|
}));
|
|
4387
4387
|
return t = {
|
|
4388
4388
|
percentage: s,
|
|
@@ -4444,7 +4444,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4444
4444
|
}
|
|
4445
4445
|
}
|
|
4446
4446
|
return n;
|
|
4447
|
-
}, Js = (e) =>
|
|
4447
|
+
}, Js = (e) => I(e), Ks = (e) => I(e), eo = (e) => {
|
|
4448
4448
|
var n, t, r, a, s;
|
|
4449
4449
|
return {
|
|
4450
4450
|
status: e.status == 1,
|
|
@@ -4455,7 +4455,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4455
4455
|
qrcode: ((a = e.data) == null ? void 0 : a.qrcode) ?? [],
|
|
4456
4456
|
personal: ((s = e.data) == null ? void 0 : s.personal) ?? []
|
|
4457
4457
|
};
|
|
4458
|
-
},
|
|
4458
|
+
}, Be = (e) => ({
|
|
4459
4459
|
validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
|
|
4460
4460
|
forms: to(e)
|
|
4461
4461
|
}), to = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((n) => ({
|
|
@@ -4476,10 +4476,10 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4476
4476
|
regex: n.regex,
|
|
4477
4477
|
showName: n.showname,
|
|
4478
4478
|
inputHelper: n.inputHelper
|
|
4479
|
-
})) : [], no = (e) =>
|
|
4479
|
+
})) : [], no = (e) => I(e), ro = (e) => e, ao = (e) => ({
|
|
4480
4480
|
status: e.status == 1,
|
|
4481
4481
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
4482
|
-
}), so = (e) =>
|
|
4482
|
+
}), so = (e) => I(e), oo = (e) => ({
|
|
4483
4483
|
status: e.status == 1,
|
|
4484
4484
|
message: e.message,
|
|
4485
4485
|
user: e.user ?? ""
|
|
@@ -4487,7 +4487,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4487
4487
|
status: e.status == 1,
|
|
4488
4488
|
message: e.msg ?? "",
|
|
4489
4489
|
amount: e.amount ?? ""
|
|
4490
|
-
}), uo = (e) =>
|
|
4490
|
+
}), uo = (e) => I(e), lo = (e) => {
|
|
4491
4491
|
var n;
|
|
4492
4492
|
return {
|
|
4493
4493
|
status: e.status == 1,
|
|
@@ -4521,10 +4521,10 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4521
4521
|
message: e.msg ?? "",
|
|
4522
4522
|
form: e.form ?? "",
|
|
4523
4523
|
gameUrl: e.data ?? ""
|
|
4524
|
-
}), go = (e) =>
|
|
4524
|
+
}), go = (e) => I(e), po = (e) => I(e), He = (e) => ({
|
|
4525
4525
|
status: e.status == 1,
|
|
4526
4526
|
message: e.errormessage ?? ""
|
|
4527
|
-
}), bo = (e) =>
|
|
4527
|
+
}), bo = (e) => I(e), yo = (e) => e, ho = (e) => I(e), _o = (e) => {
|
|
4528
4528
|
var n;
|
|
4529
4529
|
return {
|
|
4530
4530
|
platformProduct: ((n = e.mdPlatformProduct) == null ? void 0 : n.map((t) => ({
|
|
@@ -4548,7 +4548,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4548
4548
|
}))) ?? []
|
|
4549
4549
|
};
|
|
4550
4550
|
})) ?? [];
|
|
4551
|
-
}, vo = (e) =>
|
|
4551
|
+
}, vo = (e) => I(e), wo = (e) => I(e), xo = (e) => I(e), Po = (e) => I(e), Do = (e) => I(e), Mo = (e) => I(e), Oo = (e) => I(e), ko = (e) => ({
|
|
4552
4552
|
status: e.status == 1,
|
|
4553
4553
|
message: e.msg ?? "",
|
|
4554
4554
|
data: e.data
|
|
@@ -4561,20 +4561,20 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4561
4561
|
status: e.status == 1,
|
|
4562
4562
|
amount: n
|
|
4563
4563
|
};
|
|
4564
|
-
},
|
|
4564
|
+
}, Io = (e) => ({
|
|
4565
4565
|
eventDescription: {
|
|
4566
4566
|
condition: e.bottomDescription.signinCondition,
|
|
4567
4567
|
prize: e.bottomDescription.signinPrize,
|
|
4568
4568
|
others: e.bottomDescription.otherDescription
|
|
4569
4569
|
},
|
|
4570
4570
|
firstDayOfMonth: e.firstDayOfMonth
|
|
4571
|
-
}),
|
|
4571
|
+
}), Co = (e) => ({
|
|
4572
4572
|
status: e.status == 1,
|
|
4573
4573
|
signedDays: e.days,
|
|
4574
4574
|
signedToday: e.todayIsSign === 1,
|
|
4575
4575
|
dayStreak: e.continuousDay,
|
|
4576
4576
|
canSignToday: e.canSign === 1
|
|
4577
|
-
}),
|
|
4577
|
+
}), No = (e) => ({
|
|
4578
4578
|
status: e.status == 1,
|
|
4579
4579
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4580
4580
|
fullName: e.fullname,
|
|
@@ -4612,7 +4612,7 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4612
4612
|
commission: t.commission
|
|
4613
4613
|
}))
|
|
4614
4614
|
}))
|
|
4615
|
-
}),
|
|
4615
|
+
}), jo = (e) => ({
|
|
4616
4616
|
status: e.status == 1,
|
|
4617
4617
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4618
4618
|
id: e.id ?? 0,
|
|
@@ -4630,10 +4630,10 @@ const Os = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4630
4630
|
username: e.accountcode,
|
|
4631
4631
|
password: e.password
|
|
4632
4632
|
});
|
|
4633
|
-
var
|
|
4633
|
+
var Ne = /* @__PURE__ */ ((e) => (e.toPlatform = "transferIn", e.toWallet = "transferOut", e))(Ne || {});
|
|
4634
4634
|
const Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4635
4635
|
__proto__: null,
|
|
4636
|
-
TransferMethod:
|
|
4636
|
+
TransferMethod: Ne
|
|
4637
4637
|
}, Symbol.toStringTag, { value: "Module" })), Go = (e) => {
|
|
4638
4638
|
var n;
|
|
4639
4639
|
return {
|
|
@@ -4642,8 +4642,8 @@ const Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4642
4642
|
data: ((n = e.mdGameCreditLimitTransfers.data) == null ? void 0 : n.map((t) => ({
|
|
4643
4643
|
transferIndex: t.clindex,
|
|
4644
4644
|
target: t.com_from !== "" ? t.com_from : t.com_to,
|
|
4645
|
-
category: t.com_from !== "" ?
|
|
4646
|
-
amount:
|
|
4645
|
+
category: t.com_from !== "" ? Ne.toWallet : Ne.toPlatform,
|
|
4646
|
+
amount: P(t.amount),
|
|
4647
4647
|
dateTime: t.transferdatetime
|
|
4648
4648
|
}))) ?? []
|
|
4649
4649
|
};
|
|
@@ -4661,16 +4661,16 @@ const Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4661
4661
|
}))) ?? []
|
|
4662
4662
|
};
|
|
4663
4663
|
}, Wo = (e) => {
|
|
4664
|
-
var n, t, r, a, s, o, d, p,
|
|
4664
|
+
var n, t, r, a, s, o, d, p, f, b, w;
|
|
4665
4665
|
return {
|
|
4666
4666
|
status: e.status == 1,
|
|
4667
4667
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4668
4668
|
data: {
|
|
4669
4669
|
total: (n = e.data) != null && n.total ? {
|
|
4670
|
-
bet:
|
|
4671
|
-
activeBet:
|
|
4672
|
-
validBet:
|
|
4673
|
-
payout:
|
|
4670
|
+
bet: P(((t = e.data) == null ? void 0 : t.total.bet) ?? 0),
|
|
4671
|
+
activeBet: P(((r = e.data) == null ? void 0 : r.total.activebet) ?? 0),
|
|
4672
|
+
validBet: P(((a = e.data) == null ? void 0 : a.total.validbet) ?? 0),
|
|
4673
|
+
payout: P(((s = e.data) == null ? void 0 : s.total.payout) ?? 0)
|
|
4674
4674
|
} : {
|
|
4675
4675
|
bet: "0.00",
|
|
4676
4676
|
activeBet: "0.00",
|
|
@@ -4678,17 +4678,17 @@ const Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4678
4678
|
payout: "0.00"
|
|
4679
4679
|
},
|
|
4680
4680
|
data: ((d = (o = e.data) == null ? void 0 : o.sum) == null ? void 0 : d.map((_) => ({
|
|
4681
|
-
bet:
|
|
4682
|
-
activeBet:
|
|
4683
|
-
payout:
|
|
4681
|
+
bet: P(_.bet),
|
|
4682
|
+
activeBet: P(_.activebet),
|
|
4683
|
+
payout: P(_.payout),
|
|
4684
4684
|
target: _.name,
|
|
4685
4685
|
com: _.com
|
|
4686
4686
|
}))) ?? [],
|
|
4687
|
-
wagers: ((
|
|
4688
|
-
payout:
|
|
4687
|
+
wagers: ((f = (p = e.data) == null ? void 0 : p.wagers) == null ? void 0 : f.map((_) => ({
|
|
4688
|
+
payout: P(_.payout),
|
|
4689
4689
|
betType: _.betType,
|
|
4690
|
-
stakeF:
|
|
4691
|
-
stakeL:
|
|
4690
|
+
stakeF: P(_.stakeF),
|
|
4691
|
+
stakeL: P(_.stakeL),
|
|
4692
4692
|
date: _.date,
|
|
4693
4693
|
key: _.key,
|
|
4694
4694
|
detailSA: _.detailsa,
|
|
@@ -4710,7 +4710,7 @@ const Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4710
4710
|
binded: ((r = e.data) == null ? void 0 : r.binded) ?? !1
|
|
4711
4711
|
}
|
|
4712
4712
|
};
|
|
4713
|
-
}, qo = (e) =>
|
|
4713
|
+
}, qo = (e) => I(e), Eo = (e) => {
|
|
4714
4714
|
var n;
|
|
4715
4715
|
return {
|
|
4716
4716
|
status: e.status == 1,
|
|
@@ -4720,7 +4720,7 @@ const Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4720
4720
|
createdAt: t.created_at
|
|
4721
4721
|
}))) ?? []
|
|
4722
4722
|
};
|
|
4723
|
-
},
|
|
4723
|
+
}, Bo = (e) => I(e), Ho = (e) => {
|
|
4724
4724
|
var n, t, r;
|
|
4725
4725
|
return {
|
|
4726
4726
|
status: e.status == 1,
|
|
@@ -4745,15 +4745,15 @@ const Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4745
4745
|
}))) ?? []
|
|
4746
4746
|
}
|
|
4747
4747
|
};
|
|
4748
|
-
}, Uo = (e) =>
|
|
4748
|
+
}, Uo = (e) => I(e), $o = (e) => ({
|
|
4749
4749
|
status: e.status == 1,
|
|
4750
4750
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
4751
4751
|
tokenAmount: e.token_amount
|
|
4752
|
-
}), Vo = (e) =>
|
|
4753
|
-
var
|
|
4752
|
+
}), Vo = (e) => I(e);
|
|
4753
|
+
var Ke = /* @__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))(Ke || {});
|
|
4754
4754
|
const Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4755
4755
|
__proto__: null,
|
|
4756
|
-
SettingCategory:
|
|
4756
|
+
SettingCategory: Ke
|
|
4757
4757
|
}, Symbol.toStringTag, { value: "Module" })), Qo = (e) => {
|
|
4758
4758
|
let n = 0;
|
|
4759
4759
|
return e.data != null && typeof e.data == "object" && (n = e.data.amount), {
|
|
@@ -4828,7 +4828,7 @@ const Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4828
4828
|
status: e.status == 1,
|
|
4829
4829
|
errorMessage: e.errormessage ?? "",
|
|
4830
4830
|
isAutoTransfer: e.optionkey == "auto"
|
|
4831
|
-
}), ni = (e) =>
|
|
4831
|
+
}), ni = (e) => I(e), ri = (e) => ({
|
|
4832
4832
|
status: e.status,
|
|
4833
4833
|
message: e.msg ?? "",
|
|
4834
4834
|
turnover: e.data ? e.data.turnover : 0,
|
|
@@ -4850,35 +4850,35 @@ const Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4850
4850
|
amount: n
|
|
4851
4851
|
};
|
|
4852
4852
|
};
|
|
4853
|
-
var
|
|
4853
|
+
var te = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(te || {});
|
|
4854
4854
|
const oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4855
4855
|
__proto__: null,
|
|
4856
|
-
MissionStatus:
|
|
4856
|
+
MissionStatus: te
|
|
4857
4857
|
}, Symbol.toStringTag, { value: "Module" })), ii = (e) => {
|
|
4858
4858
|
if (e.status === 0)
|
|
4859
4859
|
return {
|
|
4860
4860
|
status: e.status,
|
|
4861
4861
|
data: null
|
|
4862
4862
|
};
|
|
4863
|
-
const n =
|
|
4863
|
+
const n = Nt(e, 0), t = Nt(e, 1);
|
|
4864
4864
|
return {
|
|
4865
4865
|
status: e.status,
|
|
4866
4866
|
data: {
|
|
4867
|
-
period: `${
|
|
4867
|
+
period: `${jt(e.data.datefrom)} ~ ${jt(e.data.dateto)}`,
|
|
4868
4868
|
gift: {
|
|
4869
4869
|
deposit: {
|
|
4870
|
-
current: n.filter((r) => r.status ==
|
|
4870
|
+
current: n.filter((r) => r.status == te.collected).length,
|
|
4871
4871
|
total: n.length,
|
|
4872
4872
|
percentage: Lt(n)
|
|
4873
4873
|
},
|
|
4874
4874
|
activeBet: {
|
|
4875
|
-
current: t.filter((r) => r.status ==
|
|
4875
|
+
current: t.filter((r) => r.status == te.collected).length,
|
|
4876
4876
|
total: t.length,
|
|
4877
4877
|
percentage: Lt(t)
|
|
4878
4878
|
},
|
|
4879
4879
|
grandPrize: {
|
|
4880
4880
|
countDownTimestamp: ui(e.data.dateto),
|
|
4881
|
-
status: e.data.final_claimable ? e.data.final_collected === "1" ?
|
|
4881
|
+
status: e.data.final_claimable ? e.data.final_collected === "1" ? te.collected : te.collectable : te.inProgress,
|
|
4882
4882
|
prize: e.data.reward
|
|
4883
4883
|
}
|
|
4884
4884
|
},
|
|
@@ -4886,19 +4886,19 @@ const oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4886
4886
|
activeBet: t
|
|
4887
4887
|
}
|
|
4888
4888
|
};
|
|
4889
|
-
},
|
|
4889
|
+
}, Nt = (e, n) => e.data.tier.filter((t) => t.type == n).map((t) => {
|
|
4890
4890
|
const r = Math.min(t.achieve ?? 0, t.requirement);
|
|
4891
4891
|
return {
|
|
4892
4892
|
id: t.transid,
|
|
4893
4893
|
reward: t.reward,
|
|
4894
|
-
status: t.claimable !== "1" ?
|
|
4894
|
+
status: t.claimable !== "1" ? te.inProgress : t.collected === "1" ? te.collected : te.collectable,
|
|
4895
4895
|
progress: {
|
|
4896
4896
|
current: r,
|
|
4897
4897
|
total: t.requirement,
|
|
4898
4898
|
currentPercentage: (r / t.requirement * 100).toFixed(0)
|
|
4899
4899
|
}
|
|
4900
4900
|
};
|
|
4901
|
-
}),
|
|
4901
|
+
}), jt = (e) => {
|
|
4902
4902
|
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");
|
|
4903
4903
|
return `${t}/${r} ${a}:${s}`;
|
|
4904
4904
|
}, Lt = (e) => {
|
|
@@ -4939,11 +4939,11 @@ const oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4939
4939
|
logoUrl: `/image/platform_logo/${n.img.split("/").pop()}?v=1`,
|
|
4940
4940
|
rate: "0.00"
|
|
4941
4941
|
})) ?? [] : []
|
|
4942
|
-
}), mi = (e) =>
|
|
4943
|
-
var
|
|
4942
|
+
}), mi = (e) => I(e), fi = (e) => I(e);
|
|
4943
|
+
var me = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(me || {});
|
|
4944
4944
|
const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4945
4945
|
__proto__: null,
|
|
4946
|
-
AccumulateDepositStatus:
|
|
4946
|
+
AccumulateDepositStatus: me
|
|
4947
4947
|
}, Symbol.toStringTag, { value: "Module" })), pi = (e) => {
|
|
4948
4948
|
if (e.status == 0)
|
|
4949
4949
|
return {
|
|
@@ -4957,7 +4957,7 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4957
4957
|
n = {
|
|
4958
4958
|
buttonStatus: e.data.tier.filter(
|
|
4959
4959
|
(o) => o.claimable == "1" && o.collected != "1"
|
|
4960
|
-
).length > 0 ?
|
|
4960
|
+
).length > 0 ? me.collectable : me.collected,
|
|
4961
4961
|
dateFrom: e.data.datefrom,
|
|
4962
4962
|
dateTo: e.data.dateto,
|
|
4963
4963
|
progress: {
|
|
@@ -4968,7 +4968,7 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4968
4968
|
list: e.data.tier.map((o) => ({
|
|
4969
4969
|
total: o.requirement,
|
|
4970
4970
|
reward: Number(o.reward),
|
|
4971
|
-
status: o.claimable != "1" ?
|
|
4971
|
+
status: o.claimable != "1" ? me.inProgress : o.collected == "1" ? me.collected : me.collectable
|
|
4972
4972
|
}))
|
|
4973
4973
|
};
|
|
4974
4974
|
}
|
|
@@ -5022,9 +5022,9 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5022
5022
|
early: e.data.e
|
|
5023
5023
|
}
|
|
5024
5024
|
}), Ti = async (e) => {
|
|
5025
|
-
var n, t, r, a, s, o, d, p,
|
|
5025
|
+
var n, t, r, a, s, o, d, p, f, b, w, _, g, D, j, B, H;
|
|
5026
5026
|
try {
|
|
5027
|
-
e.findIndex((
|
|
5027
|
+
e.findIndex((m) => m.name === c.vipList) !== -1 && e.push(
|
|
5028
5028
|
{
|
|
5029
5029
|
name: c.vipBonus,
|
|
5030
5030
|
query: ""
|
|
@@ -5033,59 +5033,59 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5033
5033
|
{ name: c.vipStatus, query: "" },
|
|
5034
5034
|
{
|
|
5035
5035
|
name: c.getSetting,
|
|
5036
|
-
query: JSON.stringify({ name: [
|
|
5036
|
+
query: JSON.stringify({ name: [Ke.vipcalculation] })
|
|
5037
5037
|
}
|
|
5038
5038
|
);
|
|
5039
5039
|
const S = e.findIndex(
|
|
5040
|
-
(
|
|
5040
|
+
(m) => m.name === c.getFavouriteGame
|
|
5041
5041
|
);
|
|
5042
5042
|
S !== -1 && (JSON.parse(e[S].query).pid || e.push({
|
|
5043
5043
|
name: c.getPlatformTurnoverRate,
|
|
5044
5044
|
query: ""
|
|
5045
5045
|
}));
|
|
5046
|
-
const v = e.findIndex((
|
|
5046
|
+
const v = e.findIndex((m) => m.name === c.fishGameList);
|
|
5047
5047
|
v !== -1 && (JSON.parse(e[v].query).pid || e.push({
|
|
5048
5048
|
name: c.getPlatformTurnoverRate,
|
|
5049
5049
|
query: ""
|
|
5050
5050
|
}));
|
|
5051
|
-
const k = e.findIndex((
|
|
5051
|
+
const k = e.findIndex((m) => m.name === c.gameList);
|
|
5052
5052
|
k !== -1 && (JSON.parse(e[k].query).pid || e.push({
|
|
5053
5053
|
name: c.getPlatformTurnoverRate,
|
|
5054
5054
|
query: ""
|
|
5055
5055
|
}));
|
|
5056
|
-
const q = e.findIndex((
|
|
5056
|
+
const q = e.findIndex((m) => m.name === c.searchHot);
|
|
5057
5057
|
if (q !== -1) {
|
|
5058
|
-
let
|
|
5059
|
-
e.forEach((
|
|
5060
|
-
|
|
5058
|
+
let m = {};
|
|
5059
|
+
e.forEach((x) => {
|
|
5060
|
+
m = x.query;
|
|
5061
5061
|
}), e.splice(q), e.push({
|
|
5062
5062
|
name: c.getFourDimensionData,
|
|
5063
|
-
query: String(
|
|
5063
|
+
query: String(m)
|
|
5064
5064
|
});
|
|
5065
5065
|
}
|
|
5066
|
-
const
|
|
5067
|
-
if (
|
|
5068
|
-
let
|
|
5069
|
-
e.forEach((
|
|
5070
|
-
|
|
5071
|
-
}), e.splice(
|
|
5066
|
+
const ne = e.findIndex((m) => m.name === c.searchNumberHistory);
|
|
5067
|
+
if (ne !== -1) {
|
|
5068
|
+
let m = {};
|
|
5069
|
+
e.forEach((x) => {
|
|
5070
|
+
m = x.query;
|
|
5071
|
+
}), e.splice(ne), e.push({
|
|
5072
5072
|
name: c.getFourDimensionData,
|
|
5073
|
-
query: String(
|
|
5073
|
+
query: String(m)
|
|
5074
5074
|
});
|
|
5075
5075
|
}
|
|
5076
|
-
if (e.findIndex((
|
|
5077
|
-
let
|
|
5078
|
-
e.forEach((
|
|
5079
|
-
|
|
5080
|
-
}), e.splice(
|
|
5076
|
+
if (e.findIndex((m) => m.name === c.searchByDate) !== -1) {
|
|
5077
|
+
let m = {};
|
|
5078
|
+
e.forEach((x) => {
|
|
5079
|
+
m = x.query;
|
|
5080
|
+
}), e.splice(ne), e.push({
|
|
5081
5081
|
name: c.getFourDimensionData,
|
|
5082
|
-
query: String(
|
|
5082
|
+
query: String(m)
|
|
5083
5083
|
});
|
|
5084
5084
|
}
|
|
5085
|
-
const
|
|
5086
|
-
(
|
|
5085
|
+
const re = e.findIndex(
|
|
5086
|
+
(m) => m.name === c.getFourDimensionData
|
|
5087
5087
|
);
|
|
5088
|
-
|
|
5088
|
+
re !== -1 && e[re].query == "" && (e.splice(re), e.push(
|
|
5089
5089
|
{
|
|
5090
5090
|
name: c.getFourDimensionData,
|
|
5091
5091
|
query: JSON.stringify({ action: c.getCompany, native: "1" })
|
|
@@ -5101,784 +5101,848 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5101
5101
|
})
|
|
5102
5102
|
}
|
|
5103
5103
|
));
|
|
5104
|
-
const
|
|
5105
|
-
requests: e.map((
|
|
5106
|
-
name:
|
|
5107
|
-
query: btoa(
|
|
5104
|
+
const Oe = {
|
|
5105
|
+
requests: e.map((m) => ({
|
|
5106
|
+
name: m.name,
|
|
5107
|
+
query: btoa(m.query)
|
|
5108
5108
|
}))
|
|
5109
|
-
},
|
|
5109
|
+
}, ke = await ue.post(
|
|
5110
5110
|
"/graph/jwt",
|
|
5111
|
-
za(JSON.stringify(
|
|
5112
|
-
),
|
|
5111
|
+
za(JSON.stringify(Oe))
|
|
5112
|
+
), u = {
|
|
5113
5113
|
status: 200,
|
|
5114
5114
|
message: "",
|
|
5115
5115
|
result: {}
|
|
5116
5116
|
};
|
|
5117
|
-
for (const
|
|
5118
|
-
|
|
5119
|
-
const
|
|
5120
|
-
if (console.log(
|
|
5121
|
-
console.log("Not data received"),
|
|
5117
|
+
for (const m of ke.data.responses) {
|
|
5118
|
+
m.error != null && m.error.code != 200 && (u.status = m.error.code, u.message = m.error.message);
|
|
5119
|
+
const x = m.attributes !== null && m.attributes !== void 0 ? Wa(m.attributes) : null, i = m.name, l = x ? JSON.parse(x) : null;
|
|
5120
|
+
if (console.log(i), console.log(l), !l)
|
|
5121
|
+
console.log("Not data received"), u.result[i] = null;
|
|
5122
5122
|
else
|
|
5123
|
-
switch (
|
|
5123
|
+
switch (i) {
|
|
5124
5124
|
case c.announcement:
|
|
5125
|
-
|
|
5125
|
+
u.result[i] = Ja(l);
|
|
5126
5126
|
break;
|
|
5127
5127
|
case c.gameList:
|
|
5128
|
-
|
|
5128
|
+
u.result[i] = es(l);
|
|
5129
5129
|
break;
|
|
5130
5130
|
case c.cmsList:
|
|
5131
|
-
|
|
5131
|
+
u.result[i] = ls(l);
|
|
5132
5132
|
break;
|
|
5133
5133
|
case c.paymentsProvider:
|
|
5134
|
-
|
|
5135
|
-
|
|
5134
|
+
u.result[i] = Aa(
|
|
5135
|
+
l
|
|
5136
5136
|
);
|
|
5137
5137
|
break;
|
|
5138
5138
|
case c.getUserProfile:
|
|
5139
|
-
|
|
5139
|
+
u.result[i] = Ka(l);
|
|
5140
5140
|
break;
|
|
5141
5141
|
case c.vipList:
|
|
5142
|
-
|
|
5142
|
+
u.result[i] = rs(l);
|
|
5143
5143
|
break;
|
|
5144
5144
|
case c.vipBonus:
|
|
5145
|
-
|
|
5145
|
+
u.result[i] = ss(l);
|
|
5146
5146
|
break;
|
|
5147
5147
|
case c.vipFieldStatus:
|
|
5148
|
-
|
|
5148
|
+
u.result[i] = os(l);
|
|
5149
5149
|
break;
|
|
5150
5150
|
case c.vipStatus:
|
|
5151
|
-
|
|
5151
|
+
u.result[i] = is(l);
|
|
5152
5152
|
break;
|
|
5153
5153
|
case c.promotion:
|
|
5154
|
-
|
|
5154
|
+
u.result[i] = as(l);
|
|
5155
5155
|
break;
|
|
5156
5156
|
case c.getSetting:
|
|
5157
|
-
|
|
5157
|
+
u.result[i] = us(l);
|
|
5158
5158
|
break;
|
|
5159
5159
|
case c.getCountryMobile:
|
|
5160
|
-
|
|
5161
|
-
|
|
5160
|
+
u.result[i] = cs(
|
|
5161
|
+
l
|
|
5162
5162
|
);
|
|
5163
5163
|
break;
|
|
5164
5164
|
case c.getPlatformTurnoverRate:
|
|
5165
|
-
|
|
5166
|
-
|
|
5165
|
+
u.result[i] = ds(
|
|
5166
|
+
l
|
|
5167
5167
|
);
|
|
5168
5168
|
break;
|
|
5169
5169
|
case c.mainWallet:
|
|
5170
|
-
|
|
5170
|
+
u.result[i] = ms(l);
|
|
5171
5171
|
break;
|
|
5172
5172
|
case c.getLanguageSetting:
|
|
5173
|
-
|
|
5174
|
-
|
|
5173
|
+
u.result[i] = fs(
|
|
5174
|
+
l
|
|
5175
5175
|
);
|
|
5176
5176
|
break;
|
|
5177
5177
|
case c.getFourDimensionData:
|
|
5178
|
-
|
|
5179
|
-
|
|
5178
|
+
u.result[i] = gs(
|
|
5179
|
+
l
|
|
5180
5180
|
);
|
|
5181
5181
|
break;
|
|
5182
5182
|
case c.getCompany:
|
|
5183
|
-
|
|
5183
|
+
u.result[i] = ps(l);
|
|
5184
5184
|
break;
|
|
5185
5185
|
case c.searchResultDate:
|
|
5186
|
-
|
|
5187
|
-
|
|
5186
|
+
u.result[i] = bs(
|
|
5187
|
+
l
|
|
5188
5188
|
);
|
|
5189
5189
|
break;
|
|
5190
5190
|
case c.searchHot:
|
|
5191
|
-
|
|
5191
|
+
u.result[i] = hs(l);
|
|
5192
5192
|
break;
|
|
5193
5193
|
case c.searchByDate:
|
|
5194
|
-
|
|
5194
|
+
u.result[i] = _s(l);
|
|
5195
5195
|
break;
|
|
5196
5196
|
case c.upcomingMatches:
|
|
5197
|
-
|
|
5198
|
-
|
|
5197
|
+
u.result[i] = Ts(
|
|
5198
|
+
l
|
|
5199
5199
|
);
|
|
5200
5200
|
break;
|
|
5201
5201
|
case c.deposit:
|
|
5202
|
-
|
|
5202
|
+
u.result[i] = vs(l);
|
|
5203
5203
|
break;
|
|
5204
5204
|
case c.applyVipBonus:
|
|
5205
|
-
|
|
5205
|
+
u.result[i] = ws(l);
|
|
5206
5206
|
break;
|
|
5207
5207
|
case c.withdraw:
|
|
5208
|
-
|
|
5208
|
+
u.result[i] = xs(l);
|
|
5209
5209
|
break;
|
|
5210
5210
|
case c.getBankCardData:
|
|
5211
|
-
|
|
5212
|
-
|
|
5211
|
+
u.result[i] = Ps(
|
|
5212
|
+
l
|
|
5213
5213
|
);
|
|
5214
5214
|
break;
|
|
5215
5215
|
case c.withdrawalGet:
|
|
5216
|
-
|
|
5216
|
+
u.result[i] = Ds(l);
|
|
5217
5217
|
break;
|
|
5218
5218
|
case c.addBankCard:
|
|
5219
|
-
|
|
5219
|
+
u.result[i] = Ms(l);
|
|
5220
5220
|
break;
|
|
5221
5221
|
case c.transactionReport:
|
|
5222
|
-
|
|
5223
|
-
|
|
5222
|
+
u.result[i] = ks(
|
|
5223
|
+
l
|
|
5224
5224
|
);
|
|
5225
5225
|
break;
|
|
5226
5226
|
case c.changePassword:
|
|
5227
|
-
|
|
5227
|
+
u.result[i] = Ss(l);
|
|
5228
5228
|
break;
|
|
5229
5229
|
case c.wallet:
|
|
5230
|
-
|
|
5230
|
+
u.result[i] = Is(l);
|
|
5231
5231
|
break;
|
|
5232
5232
|
case c.getEventList:
|
|
5233
|
-
|
|
5233
|
+
u.result[i] = Cs(l);
|
|
5234
5234
|
break;
|
|
5235
5235
|
case c.getEventToken:
|
|
5236
|
-
|
|
5236
|
+
u.result[i] = Ns(l);
|
|
5237
5237
|
break;
|
|
5238
5238
|
case c.getExtraGame:
|
|
5239
|
-
|
|
5239
|
+
u.result[i] = js(l);
|
|
5240
5240
|
break;
|
|
5241
5241
|
case c.mailBox:
|
|
5242
|
-
|
|
5242
|
+
u.result[i] = Ls(l);
|
|
5243
5243
|
break;
|
|
5244
5244
|
case c.fishGameList:
|
|
5245
|
-
|
|
5245
|
+
u.result[i] = Fs(l);
|
|
5246
5246
|
break;
|
|
5247
5247
|
case c.slotGameList:
|
|
5248
|
-
|
|
5248
|
+
u.result[i] = Gs(l);
|
|
5249
5249
|
break;
|
|
5250
5250
|
case c.getTurnOverRewardData:
|
|
5251
|
-
|
|
5252
|
-
|
|
5251
|
+
u.result[i] = zs(
|
|
5252
|
+
l
|
|
5253
5253
|
);
|
|
5254
5254
|
break;
|
|
5255
5255
|
case c.getTurnOverRewardReport:
|
|
5256
|
-
|
|
5257
|
-
|
|
5256
|
+
u.result[i] = Ws(
|
|
5257
|
+
l
|
|
5258
5258
|
);
|
|
5259
5259
|
break;
|
|
5260
5260
|
case c.getInviteRewardData:
|
|
5261
|
-
|
|
5262
|
-
|
|
5261
|
+
u.result[i] = Ys(
|
|
5262
|
+
l
|
|
5263
5263
|
);
|
|
5264
5264
|
break;
|
|
5265
5265
|
case c.getInviteRewardReport:
|
|
5266
|
-
|
|
5267
|
-
|
|
5266
|
+
u.result[i] = qs(
|
|
5267
|
+
l
|
|
5268
5268
|
);
|
|
5269
5269
|
break;
|
|
5270
5270
|
case c.getTopupRewardData:
|
|
5271
|
-
|
|
5272
|
-
|
|
5271
|
+
u.result[i] = Es(
|
|
5272
|
+
l
|
|
5273
5273
|
);
|
|
5274
5274
|
break;
|
|
5275
5275
|
case c.getTopupRewardReport:
|
|
5276
|
-
|
|
5277
|
-
|
|
5276
|
+
u.result[i] = Bs(
|
|
5277
|
+
l
|
|
5278
5278
|
);
|
|
5279
5279
|
break;
|
|
5280
5280
|
case c.getRewardReferral:
|
|
5281
|
-
|
|
5282
|
-
|
|
5281
|
+
u.result[i] = Hs(
|
|
5282
|
+
l
|
|
5283
5283
|
);
|
|
5284
5284
|
break;
|
|
5285
5285
|
case c.submitWithdrawValidate:
|
|
5286
|
-
|
|
5286
|
+
u.result[i] = He(l);
|
|
5287
5287
|
break;
|
|
5288
5288
|
case c.getDepositPromotion:
|
|
5289
|
-
|
|
5290
|
-
|
|
5289
|
+
u.result[i] = Us(
|
|
5290
|
+
l
|
|
5291
5291
|
);
|
|
5292
5292
|
break;
|
|
5293
5293
|
case c.getTopUpRewardClaim:
|
|
5294
|
-
|
|
5295
|
-
|
|
5294
|
+
u.result[i] = $s(
|
|
5295
|
+
l
|
|
5296
5296
|
);
|
|
5297
5297
|
break;
|
|
5298
5298
|
case c.getInviteRewardClaim:
|
|
5299
|
-
|
|
5300
|
-
|
|
5299
|
+
u.result[i] = Vs(
|
|
5300
|
+
l
|
|
5301
5301
|
);
|
|
5302
5302
|
break;
|
|
5303
5303
|
case c.getTurnOverRewardClaim:
|
|
5304
|
-
|
|
5305
|
-
|
|
5304
|
+
u.result[i] = As(
|
|
5305
|
+
l
|
|
5306
5306
|
);
|
|
5307
5307
|
break;
|
|
5308
5308
|
case c.getInviteRewardSetting:
|
|
5309
|
-
|
|
5310
|
-
|
|
5309
|
+
u.result[i] = Qs(
|
|
5310
|
+
l
|
|
5311
5311
|
);
|
|
5312
5312
|
break;
|
|
5313
5313
|
case c.getTurnOverRewardSetting:
|
|
5314
|
-
|
|
5315
|
-
|
|
5314
|
+
u.result[i] = Xs(
|
|
5315
|
+
l
|
|
5316
5316
|
);
|
|
5317
5317
|
break;
|
|
5318
5318
|
case c.getTopUpRewardSetting:
|
|
5319
|
-
|
|
5320
|
-
|
|
5319
|
+
u.result[i] = Zs(
|
|
5320
|
+
l
|
|
5321
5321
|
);
|
|
5322
5322
|
break;
|
|
5323
5323
|
case c.requestForgetPassword:
|
|
5324
|
-
|
|
5325
|
-
|
|
5324
|
+
u.result[i] = Js(
|
|
5325
|
+
l
|
|
5326
5326
|
);
|
|
5327
5327
|
break;
|
|
5328
5328
|
case c.submitForgetPassword:
|
|
5329
|
-
|
|
5330
|
-
|
|
5329
|
+
u.result[i] = Ks(
|
|
5330
|
+
l
|
|
5331
5331
|
);
|
|
5332
5332
|
break;
|
|
5333
5333
|
case c.getImage:
|
|
5334
|
-
|
|
5334
|
+
u.result[i] = eo(l);
|
|
5335
5335
|
break;
|
|
5336
5336
|
case c.getDepositValidate:
|
|
5337
|
-
|
|
5337
|
+
u.result[i] = Be(l);
|
|
5338
5338
|
break;
|
|
5339
5339
|
case c.getWithdrawValidate:
|
|
5340
|
-
|
|
5340
|
+
u.result[i] = Be(l);
|
|
5341
5341
|
break;
|
|
5342
5342
|
case c.getTransferCreditValidate:
|
|
5343
|
-
|
|
5343
|
+
u.result[i] = Be(l);
|
|
5344
5344
|
break;
|
|
5345
5345
|
case c.updateProfilePicture:
|
|
5346
|
-
|
|
5347
|
-
|
|
5346
|
+
u.result[i] = no(
|
|
5347
|
+
l
|
|
5348
5348
|
);
|
|
5349
5349
|
break;
|
|
5350
5350
|
case c.readMail:
|
|
5351
|
-
|
|
5351
|
+
u.result[i] = ro(l);
|
|
5352
5352
|
break;
|
|
5353
5353
|
case c.checkRedPacketValidate:
|
|
5354
|
-
|
|
5355
|
-
|
|
5354
|
+
u.result[i] = ao(
|
|
5355
|
+
l
|
|
5356
5356
|
);
|
|
5357
5357
|
break;
|
|
5358
5358
|
case c.requestTacCode:
|
|
5359
|
-
|
|
5359
|
+
u.result[i] = so(l);
|
|
5360
5360
|
break;
|
|
5361
5361
|
case c.getUsernameByRefer:
|
|
5362
|
-
|
|
5363
|
-
|
|
5362
|
+
u.result[i] = oo(
|
|
5363
|
+
l
|
|
5364
5364
|
);
|
|
5365
5365
|
break;
|
|
5366
5366
|
case c.applyPromo:
|
|
5367
|
-
|
|
5367
|
+
u.result[i] = io(l);
|
|
5368
5368
|
break;
|
|
5369
5369
|
case c.applyRedPacket:
|
|
5370
|
-
|
|
5370
|
+
u.result[i] = uo(l);
|
|
5371
5371
|
break;
|
|
5372
5372
|
case c.applySignIn:
|
|
5373
|
-
|
|
5373
|
+
u.result[i] = lo(l);
|
|
5374
5374
|
break;
|
|
5375
5375
|
case c.getCountry:
|
|
5376
|
-
|
|
5376
|
+
u.result[i] = co(l);
|
|
5377
5377
|
break;
|
|
5378
5378
|
case c.submitGiftCode:
|
|
5379
|
-
|
|
5379
|
+
u.result[i] = mo(l);
|
|
5380
5380
|
break;
|
|
5381
5381
|
case c.playGame:
|
|
5382
|
-
|
|
5382
|
+
u.result[i] = fo(l);
|
|
5383
5383
|
break;
|
|
5384
5384
|
case c.transferToMain:
|
|
5385
|
-
|
|
5385
|
+
u.result[i] = go(l);
|
|
5386
5386
|
break;
|
|
5387
5387
|
case c.transferProcess:
|
|
5388
|
-
|
|
5389
|
-
|
|
5388
|
+
u.result[i] = po(
|
|
5389
|
+
l
|
|
5390
5390
|
);
|
|
5391
5391
|
break;
|
|
5392
5392
|
case c.submitDepositValidate:
|
|
5393
|
-
|
|
5393
|
+
u.result[i] = He(l);
|
|
5394
5394
|
break;
|
|
5395
5395
|
case c.submitTransferCreditValidate:
|
|
5396
|
-
|
|
5396
|
+
u.result[i] = He(l);
|
|
5397
5397
|
break;
|
|
5398
5398
|
case c.checkTransferCredit:
|
|
5399
|
-
|
|
5400
|
-
|
|
5399
|
+
u.result[i] = bo(
|
|
5400
|
+
l
|
|
5401
5401
|
);
|
|
5402
5402
|
break;
|
|
5403
5403
|
case c.friendList:
|
|
5404
|
-
|
|
5404
|
+
u.result[i] = yo(l);
|
|
5405
5405
|
break;
|
|
5406
5406
|
case c.friendListEdit:
|
|
5407
|
-
|
|
5407
|
+
u.result[i] = ho(l);
|
|
5408
5408
|
break;
|
|
5409
5409
|
case c.getActivePP:
|
|
5410
|
-
|
|
5410
|
+
u.result[i] = _o(l);
|
|
5411
5411
|
break;
|
|
5412
5412
|
case c.getActiveProduct:
|
|
5413
|
-
|
|
5414
|
-
|
|
5413
|
+
u.result[i] = To(
|
|
5414
|
+
l
|
|
5415
5415
|
);
|
|
5416
5416
|
break;
|
|
5417
5417
|
case c.requestWithdrawTac:
|
|
5418
|
-
|
|
5419
|
-
|
|
5418
|
+
u.result[i] = vo(
|
|
5419
|
+
l
|
|
5420
5420
|
);
|
|
5421
5421
|
break;
|
|
5422
5422
|
case c.requestWithdrawalCode:
|
|
5423
|
-
|
|
5424
|
-
|
|
5423
|
+
u.result[i] = wo(
|
|
5424
|
+
l
|
|
5425
5425
|
);
|
|
5426
5426
|
break;
|
|
5427
5427
|
case c.commissionWithdraw:
|
|
5428
|
-
|
|
5429
|
-
|
|
5428
|
+
u.result[i] = xo(
|
|
5429
|
+
l
|
|
5430
5430
|
);
|
|
5431
5431
|
break;
|
|
5432
5432
|
case c.submitWithdrawalCode:
|
|
5433
|
-
|
|
5434
|
-
|
|
5433
|
+
u.result[i] = Po(
|
|
5434
|
+
l
|
|
5435
5435
|
);
|
|
5436
5436
|
break;
|
|
5437
5437
|
case c.submitCryptoAccount:
|
|
5438
|
-
|
|
5439
|
-
|
|
5438
|
+
u.result[i] = Do(
|
|
5439
|
+
l
|
|
5440
5440
|
);
|
|
5441
5441
|
break;
|
|
5442
5442
|
case c.requestTransferMoney:
|
|
5443
|
-
|
|
5444
|
-
|
|
5443
|
+
u.result[i] = Mo(
|
|
5444
|
+
l
|
|
5445
5445
|
);
|
|
5446
5446
|
break;
|
|
5447
5447
|
case c.submitTransferMoney:
|
|
5448
|
-
|
|
5449
|
-
|
|
5448
|
+
u.result[i] = Oo(
|
|
5449
|
+
l
|
|
5450
5450
|
);
|
|
5451
5451
|
break;
|
|
5452
5452
|
case c.requestUpdateMobileTacCode:
|
|
5453
|
-
|
|
5454
|
-
|
|
5453
|
+
u.result[i] = ko(
|
|
5454
|
+
l
|
|
5455
5455
|
);
|
|
5456
5456
|
break;
|
|
5457
5457
|
case c.submitUpdateMobileTacCode:
|
|
5458
|
-
|
|
5459
|
-
|
|
5458
|
+
u.result[i] = Ro(
|
|
5459
|
+
l
|
|
5460
5460
|
);
|
|
5461
5461
|
break;
|
|
5462
5462
|
case c.getVerifyPromo:
|
|
5463
|
-
|
|
5463
|
+
u.result[i] = So(l);
|
|
5464
5464
|
break;
|
|
5465
5465
|
case c.signInViewInfo:
|
|
5466
|
-
|
|
5466
|
+
u.result[i] = Io(l);
|
|
5467
5467
|
break;
|
|
5468
5468
|
case c.signInRecord:
|
|
5469
|
-
|
|
5469
|
+
u.result[i] = Co(l);
|
|
5470
5470
|
break;
|
|
5471
5471
|
case c.referralProfile:
|
|
5472
|
-
|
|
5473
|
-
|
|
5472
|
+
u.result[i] = No(
|
|
5473
|
+
l
|
|
5474
5474
|
);
|
|
5475
5475
|
break;
|
|
5476
5476
|
case c.referralMemberProfile:
|
|
5477
|
-
|
|
5478
|
-
|
|
5477
|
+
u.result[i] = jo(
|
|
5478
|
+
l
|
|
5479
5479
|
);
|
|
5480
5480
|
break;
|
|
5481
5481
|
case c.registerAction:
|
|
5482
|
-
|
|
5482
|
+
u.result[i] = Lo(l);
|
|
5483
5483
|
break;
|
|
5484
5484
|
case c.transferReport:
|
|
5485
|
-
|
|
5485
|
+
u.result[i] = Go(l);
|
|
5486
5486
|
break;
|
|
5487
5487
|
case c.agTransferCreditReport:
|
|
5488
|
-
|
|
5489
|
-
|
|
5488
|
+
u.result[i] = zo(
|
|
5489
|
+
l
|
|
5490
5490
|
);
|
|
5491
5491
|
break;
|
|
5492
5492
|
case c.betReport:
|
|
5493
|
-
|
|
5493
|
+
u.result[i] = Wo(l);
|
|
5494
5494
|
break;
|
|
5495
5495
|
case c.getTwoFactorAuthenticate:
|
|
5496
|
-
|
|
5497
|
-
|
|
5496
|
+
u.result[i] = Yo(
|
|
5497
|
+
l
|
|
5498
5498
|
);
|
|
5499
5499
|
break;
|
|
5500
5500
|
case c.submitTwoFactorAuthenticate:
|
|
5501
|
-
|
|
5502
|
-
|
|
5501
|
+
u.result[i] = qo(
|
|
5502
|
+
l
|
|
5503
5503
|
);
|
|
5504
5504
|
break;
|
|
5505
5505
|
case c.getUserDeviceList:
|
|
5506
|
-
|
|
5507
|
-
|
|
5506
|
+
u.result[i] = Eo(
|
|
5507
|
+
l
|
|
5508
5508
|
);
|
|
5509
5509
|
break;
|
|
5510
5510
|
case c.unbindUserDevice:
|
|
5511
|
-
|
|
5512
|
-
|
|
5511
|
+
u.result[i] = Bo(
|
|
5512
|
+
l
|
|
5513
5513
|
);
|
|
5514
5514
|
break;
|
|
5515
5515
|
case c.searchNumberHistory:
|
|
5516
|
-
|
|
5517
|
-
|
|
5516
|
+
u.result[i] = Ho(
|
|
5517
|
+
l
|
|
5518
5518
|
);
|
|
5519
5519
|
break;
|
|
5520
5520
|
case c.changeWithdrawalCode:
|
|
5521
|
-
|
|
5522
|
-
|
|
5521
|
+
u.result[i] = Uo(
|
|
5522
|
+
l
|
|
5523
5523
|
);
|
|
5524
5524
|
break;
|
|
5525
5525
|
case c.checkRedPacketToken:
|
|
5526
|
-
|
|
5527
|
-
|
|
5526
|
+
u.result[i] = $o(
|
|
5527
|
+
l
|
|
5528
5528
|
);
|
|
5529
5529
|
break;
|
|
5530
5530
|
case c.submitWithdrawalAlipay:
|
|
5531
|
-
|
|
5532
|
-
|
|
5531
|
+
u.result[i] = Vo(
|
|
5532
|
+
l
|
|
5533
5533
|
);
|
|
5534
5534
|
break;
|
|
5535
5535
|
case c.applyReliefFund:
|
|
5536
|
-
|
|
5537
|
-
|
|
5536
|
+
u.result[i] = Qo(
|
|
5537
|
+
l
|
|
5538
5538
|
);
|
|
5539
5539
|
break;
|
|
5540
5540
|
case c.getReliefFundData:
|
|
5541
|
-
|
|
5542
|
-
|
|
5541
|
+
u.result[i] = Xo(
|
|
5542
|
+
l
|
|
5543
5543
|
);
|
|
5544
5544
|
break;
|
|
5545
5545
|
case c.getReliefFundReport:
|
|
5546
|
-
|
|
5547
|
-
|
|
5546
|
+
u.result[i] = Zo(
|
|
5547
|
+
l
|
|
5548
5548
|
);
|
|
5549
5549
|
break;
|
|
5550
5550
|
case c.getWeekCardClaim:
|
|
5551
|
-
|
|
5552
|
-
|
|
5551
|
+
u.result[i] = Jo(
|
|
5552
|
+
l
|
|
5553
5553
|
);
|
|
5554
5554
|
break;
|
|
5555
5555
|
case c.getWeekCardData:
|
|
5556
|
-
|
|
5557
|
-
|
|
5556
|
+
u.result[i] = Ko(
|
|
5557
|
+
l
|
|
5558
5558
|
);
|
|
5559
5559
|
break;
|
|
5560
5560
|
case c.applyWeekCard:
|
|
5561
|
-
|
|
5561
|
+
u.result[i] = ei(l);
|
|
5562
5562
|
break;
|
|
5563
5563
|
case c.transferSetting:
|
|
5564
|
-
|
|
5565
|
-
|
|
5564
|
+
u.result[i] = ti(
|
|
5565
|
+
l
|
|
5566
5566
|
);
|
|
5567
5567
|
break;
|
|
5568
5568
|
case c.transfer:
|
|
5569
|
-
|
|
5569
|
+
u.result[i] = ni(l);
|
|
5570
5570
|
break;
|
|
5571
5571
|
case c.getIncentiveData:
|
|
5572
|
-
|
|
5573
|
-
|
|
5572
|
+
u.result[i] = ri(
|
|
5573
|
+
l
|
|
5574
5574
|
);
|
|
5575
5575
|
break;
|
|
5576
5576
|
case c.getIncentiveRebate:
|
|
5577
|
-
|
|
5578
|
-
|
|
5577
|
+
u.result[i] = ai(
|
|
5578
|
+
l
|
|
5579
5579
|
);
|
|
5580
5580
|
break;
|
|
5581
5581
|
case c.claimIncentiveRebate:
|
|
5582
|
-
|
|
5583
|
-
|
|
5582
|
+
u.result[i] = si(
|
|
5583
|
+
l
|
|
5584
5584
|
);
|
|
5585
5585
|
break;
|
|
5586
5586
|
case c.getMissionData:
|
|
5587
|
-
|
|
5587
|
+
u.result[i] = ii(l);
|
|
5588
5588
|
break;
|
|
5589
5589
|
case c.getMissionClaim:
|
|
5590
|
-
|
|
5591
|
-
|
|
5590
|
+
u.result[i] = li(
|
|
5591
|
+
l
|
|
5592
5592
|
);
|
|
5593
5593
|
break;
|
|
5594
5594
|
case c.registerForm:
|
|
5595
|
-
|
|
5595
|
+
u.result[i] = ci(l);
|
|
5596
5596
|
break;
|
|
5597
5597
|
case c.getFavouriteGame:
|
|
5598
|
-
|
|
5599
|
-
|
|
5598
|
+
u.result[i] = di(
|
|
5599
|
+
l
|
|
5600
5600
|
);
|
|
5601
5601
|
break;
|
|
5602
5602
|
case c.updateFavouriteGame:
|
|
5603
|
-
|
|
5604
|
-
|
|
5603
|
+
u.result[i] = mi(
|
|
5604
|
+
l
|
|
5605
5605
|
);
|
|
5606
5606
|
break;
|
|
5607
5607
|
case c.requestForgetUsername:
|
|
5608
|
-
|
|
5609
|
-
|
|
5608
|
+
u.result[i] = fi(
|
|
5609
|
+
l
|
|
5610
5610
|
);
|
|
5611
5611
|
break;
|
|
5612
5612
|
case c.submitForgetUsername:
|
|
5613
|
-
|
|
5614
|
-
|
|
5613
|
+
u.result[i] = yi(
|
|
5614
|
+
l
|
|
5615
5615
|
);
|
|
5616
5616
|
break;
|
|
5617
5617
|
case c.getAccumulateDepositData:
|
|
5618
|
-
|
|
5619
|
-
|
|
5618
|
+
u.result[i] = pi(
|
|
5619
|
+
l
|
|
5620
5620
|
);
|
|
5621
5621
|
break;
|
|
5622
5622
|
case c.getAccumulateDepositClaim:
|
|
5623
|
-
|
|
5624
|
-
|
|
5623
|
+
u.result[i] = bi(
|
|
5624
|
+
l
|
|
5625
5625
|
);
|
|
5626
5626
|
break;
|
|
5627
5627
|
case c.rebateRefundSetting:
|
|
5628
|
-
|
|
5629
|
-
|
|
5628
|
+
u.result[i] = hi(
|
|
5629
|
+
l
|
|
5630
5630
|
);
|
|
5631
5631
|
break;
|
|
5632
5632
|
case c.getASCMatchCount:
|
|
5633
|
-
|
|
5634
|
-
|
|
5633
|
+
u.result[i] = _i(
|
|
5634
|
+
l
|
|
5635
5635
|
);
|
|
5636
5636
|
break;
|
|
5637
5637
|
}
|
|
5638
5638
|
}
|
|
5639
|
-
if (c.getIncentiveData in
|
|
5640
|
-
const
|
|
5641
|
-
if (c.getIncentiveRebate in
|
|
5642
|
-
if ((t =
|
|
5643
|
-
const
|
|
5644
|
-
|
|
5639
|
+
if (c.getIncentiveData in u.result && ((n = u.result) != null && n.getIncentiveData)) {
|
|
5640
|
+
const m = u.result.getIncentiveData;
|
|
5641
|
+
if (c.getIncentiveRebate in u.result) {
|
|
5642
|
+
if ((t = u.result) != null && t.getIncentiveRebate) {
|
|
5643
|
+
const x = u.result.getIncentiveRebate;
|
|
5644
|
+
m.claimable = Number(x.amount);
|
|
5645
5645
|
}
|
|
5646
|
-
delete
|
|
5646
|
+
delete u.result.getIncentiveRebate;
|
|
5647
5647
|
}
|
|
5648
|
-
|
|
5648
|
+
u.result.getIncentiveData = m;
|
|
5649
5649
|
}
|
|
5650
|
-
if (c.vipList in
|
|
5651
|
-
const
|
|
5652
|
-
let
|
|
5653
|
-
if (c.getSetting in
|
|
5654
|
-
if ((s =
|
|
5655
|
-
const
|
|
5656
|
-
current_grade_id:
|
|
5650
|
+
if (c.vipList in u.result && ((r = u.result) != null && r.vipList)) {
|
|
5651
|
+
const m = u.result.vipList;
|
|
5652
|
+
let x = 4;
|
|
5653
|
+
if (c.getSetting in u.result && ((a = u.result) != null && a.getSetting && (x = u.result.getSetting.vipCalculation), delete u.result.getSetting), c.vipStatus in u.result) {
|
|
5654
|
+
if ((s = u.result) != null && s.vipStatus) {
|
|
5655
|
+
const i = u.result.vipStatus, {
|
|
5656
|
+
current_grade_id: l,
|
|
5657
5657
|
current_deposit: O,
|
|
5658
5658
|
current_turnover: G,
|
|
5659
|
-
percentage:
|
|
5660
|
-
} =
|
|
5661
|
-
|
|
5662
|
-
const
|
|
5663
|
-
let
|
|
5664
|
-
return
|
|
5659
|
+
percentage: A
|
|
5660
|
+
} = i, Z = m.list.findIndex((z) => z.id === l);
|
|
5661
|
+
m.list = m.list.map((z, J) => {
|
|
5662
|
+
const Q = J === Z;
|
|
5663
|
+
let X = "0", U = "0", V = 0;
|
|
5664
|
+
return Q ? (X = `${Math.min(Number(O), Number(z.deposit.total))}`, U = `${Math.min(Number(G), Number(z.turnover.total))}`, V = A) : J < Z ? (X = z.deposit.total, U = z.turnover.total, V = 1) : J > Z && (X = "0.00", U = "0.00", V = 0), {
|
|
5665
5665
|
...z,
|
|
5666
|
-
is_current_level:
|
|
5666
|
+
is_current_level: Q,
|
|
5667
5667
|
deposit: {
|
|
5668
5668
|
...z.deposit,
|
|
5669
|
-
isShow:
|
|
5670
|
-
current:
|
|
5669
|
+
isShow: x === 1 || x === 3 || x === 4,
|
|
5670
|
+
current: P(X)
|
|
5671
5671
|
},
|
|
5672
5672
|
turnover: {
|
|
5673
5673
|
...z.turnover,
|
|
5674
|
-
isShow:
|
|
5675
|
-
current:
|
|
5674
|
+
isShow: x === 2 || x === 3 || x === 4,
|
|
5675
|
+
current: P(U)
|
|
5676
5676
|
},
|
|
5677
|
-
percentage:
|
|
5677
|
+
percentage: V * 100 > 100 ? 100 : V * 100
|
|
5678
5678
|
};
|
|
5679
5679
|
});
|
|
5680
5680
|
}
|
|
5681
|
-
delete
|
|
5681
|
+
delete u.result.vipStatus;
|
|
5682
5682
|
}
|
|
5683
|
-
if (c.vipBonus in
|
|
5684
|
-
if ((o =
|
|
5685
|
-
const
|
|
5686
|
-
|
|
5687
|
-
const { dayRemainingTime:
|
|
5688
|
-
|
|
5689
|
-
current: !
|
|
5683
|
+
if (c.vipBonus in u.result) {
|
|
5684
|
+
if ((o = u.result) != null && o.vipBonus) {
|
|
5685
|
+
const i = u.result.vipBonus, l = m.list.find((V) => V.is_current_level == !0), O = Number(l == null ? void 0 : l.benefit_list.daily.bonus) ?? 0, G = Number(l == null ? void 0 : l.benefit_list.weekly.bonus) ?? 0, A = Number(l == null ? void 0 : l.benefit_list.monthly.bonus) ?? 0;
|
|
5686
|
+
m.bonus.day.status = i.day.status;
|
|
5687
|
+
const { dayRemainingTime: Z, dayProgressPercentage: z } = Ea();
|
|
5688
|
+
m.bonus.day.timestamp = {
|
|
5689
|
+
current: !i.day.status.claimable && O > 0 ? Z : 0,
|
|
5690
5690
|
percentage: z > 100 ? 100 : z
|
|
5691
|
-
},
|
|
5692
|
-
const { weekRemainingTime:
|
|
5693
|
-
|
|
5694
|
-
current: !
|
|
5695
|
-
percentage:
|
|
5696
|
-
},
|
|
5697
|
-
const { monthRemainingTime:
|
|
5698
|
-
|
|
5699
|
-
current: !
|
|
5700
|
-
percentage:
|
|
5701
|
-
},
|
|
5691
|
+
}, m.bonus.week.status = i.week.status;
|
|
5692
|
+
const { weekRemainingTime: J, weekProgressPercentage: Q } = qa();
|
|
5693
|
+
m.bonus.week.timestamp = {
|
|
5694
|
+
current: !i.week.status.claimable && G > 0 ? J : 0,
|
|
5695
|
+
percentage: Q > 100 ? 100 : Q
|
|
5696
|
+
}, m.bonus.month.status = i.month.status;
|
|
5697
|
+
const { monthRemainingTime: X, monthProgressPercentage: U } = Ya();
|
|
5698
|
+
m.bonus.month.timestamp = {
|
|
5699
|
+
current: !i.month.status.claimable && A > 0 ? X : 0,
|
|
5700
|
+
percentage: U > 100 ? 100 : U
|
|
5701
|
+
}, m.bonus.birthday.status = i.birthday.status, m.bonus.salary_1st.status = i.salary_1st.status, m.bonus.salary_10th.status = i.salary_10th.status, m.bonus.salary_20th.status = i.salary_20th.status;
|
|
5702
5702
|
}
|
|
5703
|
-
delete
|
|
5703
|
+
delete u.result.vipBonus;
|
|
5704
5704
|
}
|
|
5705
|
-
if (c.vipFieldStatus in
|
|
5706
|
-
if ((d =
|
|
5707
|
-
const
|
|
5708
|
-
|
|
5705
|
+
if (c.vipFieldStatus in u.result) {
|
|
5706
|
+
if ((d = u.result) != null && d.vipFieldStatus) {
|
|
5707
|
+
const i = u.result.vipFieldStatus, l = [];
|
|
5708
|
+
l.push({
|
|
5709
5709
|
name: "",
|
|
5710
5710
|
code: "vipLevel",
|
|
5711
|
-
value:
|
|
5711
|
+
value: m.list.map((y) => y.name)
|
|
5712
|
+
});
|
|
5713
|
+
const O = i.findIndex(
|
|
5714
|
+
(y) => y.fieldName == "upgrade_bonus"
|
|
5715
|
+
);
|
|
5716
|
+
O > -1 && l.push({
|
|
5717
|
+
name: i[O].showName,
|
|
5718
|
+
code: "",
|
|
5719
|
+
value: m.list.map((y) => y.benefit_list.upgrade.bonus)
|
|
5720
|
+
});
|
|
5721
|
+
const G = i.findIndex(
|
|
5722
|
+
(y) => y.fieldName == "upgrade_bonus_multiply"
|
|
5723
|
+
);
|
|
5724
|
+
G > -1 && l.push({
|
|
5725
|
+
name: i[G].showName,
|
|
5726
|
+
code: "",
|
|
5727
|
+
value: m.list.map((y) => y.benefit_list.upgrade.turnover)
|
|
5728
|
+
});
|
|
5729
|
+
const A = i.findIndex(
|
|
5730
|
+
(y) => y.fieldName == "monthly_bonus"
|
|
5731
|
+
);
|
|
5732
|
+
m.bonus.month.isShow = A > -1, A > -1 && l.push({
|
|
5733
|
+
name: i[A].showName,
|
|
5734
|
+
code: "",
|
|
5735
|
+
value: m.list.map((y) => y.benefit_list.monthly.bonus)
|
|
5712
5736
|
});
|
|
5713
|
-
const
|
|
5714
|
-
(
|
|
5737
|
+
const Z = i.findIndex(
|
|
5738
|
+
(y) => y.fieldName == "monthly_bonus_multiply"
|
|
5715
5739
|
);
|
|
5716
|
-
|
|
5717
|
-
name:
|
|
5740
|
+
Z > -1 && l.push({
|
|
5741
|
+
name: i[Z].showName,
|
|
5718
5742
|
code: "",
|
|
5719
|
-
value:
|
|
5743
|
+
value: m.list.map((y) => y.benefit_list.monthly.turnover)
|
|
5720
5744
|
});
|
|
5721
|
-
const
|
|
5722
|
-
(
|
|
5745
|
+
const z = i.findIndex(
|
|
5746
|
+
(y) => y.fieldName == "weekly_bonus"
|
|
5723
5747
|
);
|
|
5724
|
-
|
|
5725
|
-
name:
|
|
5748
|
+
m.bonus.week.isShow = z > -1, z > -1 && l.push({
|
|
5749
|
+
name: i[z].showName,
|
|
5726
5750
|
code: "",
|
|
5727
|
-
value:
|
|
5751
|
+
value: m.list.map((y) => y.benefit_list.weekly.bonus)
|
|
5728
5752
|
});
|
|
5729
|
-
const
|
|
5730
|
-
(
|
|
5753
|
+
const J = i.findIndex(
|
|
5754
|
+
(y) => y.fieldName == "weekly_bonus_multiply"
|
|
5731
5755
|
);
|
|
5732
|
-
|
|
5733
|
-
name:
|
|
5756
|
+
J > -1 && l.push({
|
|
5757
|
+
name: i[J].showName,
|
|
5734
5758
|
code: "",
|
|
5735
|
-
value:
|
|
5759
|
+
value: m.list.map((y) => y.benefit_list.weekly.turnover)
|
|
5736
5760
|
});
|
|
5737
|
-
const Q =
|
|
5738
|
-
(
|
|
5761
|
+
const Q = i.findIndex(
|
|
5762
|
+
(y) => y.fieldName == "daily_bonus"
|
|
5739
5763
|
);
|
|
5740
|
-
Q > -1 &&
|
|
5741
|
-
name:
|
|
5764
|
+
m.bonus.day.isShow = Q > -1, Q > -1 && l.push({
|
|
5765
|
+
name: i[Q].showName,
|
|
5742
5766
|
code: "",
|
|
5743
|
-
value:
|
|
5767
|
+
value: m.list.map((y) => y.benefit_list.daily.bonus)
|
|
5744
5768
|
});
|
|
5745
|
-
const
|
|
5746
|
-
(
|
|
5769
|
+
const X = i.findIndex(
|
|
5770
|
+
(y) => y.fieldName == "daily_bonus_multiply"
|
|
5747
5771
|
);
|
|
5748
|
-
|
|
5749
|
-
name:
|
|
5772
|
+
X > -1 && l.push({
|
|
5773
|
+
name: i[X].showName,
|
|
5750
5774
|
code: "",
|
|
5751
|
-
value:
|
|
5775
|
+
value: m.list.map((y) => y.benefit_list.daily.turnover)
|
|
5752
5776
|
});
|
|
5753
|
-
const
|
|
5754
|
-
(
|
|
5777
|
+
const U = i.findIndex(
|
|
5778
|
+
(y) => y.fieldName == "birthday_bonus"
|
|
5755
5779
|
);
|
|
5756
|
-
|
|
5757
|
-
name:
|
|
5780
|
+
m.bonus.birthday.isShow = U > -1, U > -1 && l.push({
|
|
5781
|
+
name: i[U].showName,
|
|
5758
5782
|
code: "",
|
|
5759
|
-
value:
|
|
5783
|
+
value: m.list.map((y) => y.benefit_list.birthday.bonus)
|
|
5760
5784
|
});
|
|
5761
|
-
const V =
|
|
5762
|
-
(
|
|
5785
|
+
const V = i.findIndex(
|
|
5786
|
+
(y) => y.fieldName == "birthday_bonus_multiply"
|
|
5763
5787
|
);
|
|
5764
|
-
|
|
5765
|
-
name:
|
|
5788
|
+
V > -1 && l.push({
|
|
5789
|
+
name: i[V].showName,
|
|
5766
5790
|
code: "",
|
|
5767
|
-
value:
|
|
5791
|
+
value: m.list.map((y) => y.benefit_list.birthday.turnover)
|
|
5768
5792
|
});
|
|
5769
|
-
const
|
|
5770
|
-
(
|
|
5793
|
+
const ge = i.findIndex(
|
|
5794
|
+
(y) => y.fieldName == "salary_bonus_1st"
|
|
5771
5795
|
);
|
|
5772
|
-
|
|
5773
|
-
name:
|
|
5796
|
+
m.bonus.salary_1st.isShow = ge > -1, ge > -1 && l.push({
|
|
5797
|
+
name: i[ge].showName,
|
|
5774
5798
|
code: "",
|
|
5775
|
-
value:
|
|
5776
|
-
})
|
|
5799
|
+
value: m.list.map((y) => y.benefit_list.salary_1st.bonus)
|
|
5800
|
+
});
|
|
5801
|
+
const ve = i.findIndex(
|
|
5802
|
+
(y) => y.fieldName == "salary_bonus_multiply_1st"
|
|
5803
|
+
);
|
|
5804
|
+
ve > -1 && l.push({
|
|
5805
|
+
name: i[ve].showName,
|
|
5806
|
+
code: "",
|
|
5807
|
+
value: m.list.map((y) => y.benefit_list.salary_1st.turnover)
|
|
5808
|
+
});
|
|
5809
|
+
const pe = i.findIndex(
|
|
5810
|
+
(y) => y.fieldName == "salary_bonus_10th"
|
|
5811
|
+
);
|
|
5812
|
+
m.bonus.salary_10th.isShow = pe > -1, pe > -1 && l.push({
|
|
5813
|
+
name: i[pe].showName,
|
|
5814
|
+
code: "",
|
|
5815
|
+
value: m.list.map((y) => y.benefit_list.salary_10th.bonus)
|
|
5816
|
+
});
|
|
5817
|
+
const we = i.findIndex(
|
|
5818
|
+
(y) => y.fieldName == "salary_bonus_multiply_10th"
|
|
5819
|
+
);
|
|
5820
|
+
we > -1 && l.push({
|
|
5821
|
+
name: i[we].showName,
|
|
5822
|
+
code: "",
|
|
5823
|
+
value: m.list.map((y) => y.benefit_list.salary_10th.turnover)
|
|
5824
|
+
});
|
|
5825
|
+
const be = i.findIndex(
|
|
5826
|
+
(y) => y.fieldName == "salary_bonus_20th"
|
|
5827
|
+
);
|
|
5828
|
+
m.bonus.salary_20th.isShow = be > -1, be > -1 && l.push({
|
|
5829
|
+
name: i[be].showName,
|
|
5830
|
+
code: "",
|
|
5831
|
+
value: m.list.map((y) => y.benefit_list.salary_20th.bonus)
|
|
5832
|
+
});
|
|
5833
|
+
const xe = i.findIndex(
|
|
5834
|
+
(y) => y.fieldName == "salary_bonus_multiply_20th"
|
|
5835
|
+
);
|
|
5836
|
+
xe > -1 && l.push({
|
|
5837
|
+
name: i[xe].showName,
|
|
5838
|
+
code: "",
|
|
5839
|
+
value: m.list.map((y) => y.benefit_list.salary_20th.turnover)
|
|
5840
|
+
}), (x === 1 || x === 3 || x === 4) && l.push({
|
|
5777
5841
|
name: "",
|
|
5778
5842
|
code: "detail_deposit",
|
|
5779
|
-
value:
|
|
5780
|
-
}), (
|
|
5843
|
+
value: m.list.map((y) => y.deposit.total)
|
|
5844
|
+
}), (x === 2 || x === 3 || x === 4) && l.push({
|
|
5781
5845
|
name: "",
|
|
5782
5846
|
code: "detail_turnover",
|
|
5783
|
-
value:
|
|
5784
|
-
}),
|
|
5847
|
+
value: m.list.map((y) => y.turnover.total)
|
|
5848
|
+
}), m.detail = l;
|
|
5785
5849
|
}
|
|
5786
|
-
delete
|
|
5850
|
+
delete u.result.vipFieldStatus;
|
|
5787
5851
|
}
|
|
5788
|
-
|
|
5852
|
+
u.result.vipList = m;
|
|
5789
5853
|
}
|
|
5790
|
-
if (c.getFavouriteGame in
|
|
5791
|
-
const
|
|
5792
|
-
if (JSON.parse(e[S].query).pid && c.getPlatformTurnoverRate in
|
|
5793
|
-
const
|
|
5794
|
-
|
|
5795
|
-
const
|
|
5796
|
-
(O) => O.id ===
|
|
5854
|
+
if (c.getFavouriteGame in u.result && ((p = u.result) != null && p.getFavouriteGame)) {
|
|
5855
|
+
const m = u.result.getFavouriteGame;
|
|
5856
|
+
if (JSON.parse(e[S].query).pid && c.getPlatformTurnoverRate in u.result && (f = u.result) != null && f.getPlatformTurnoverRate) {
|
|
5857
|
+
const x = u.result.getPlatformTurnoverRate;
|
|
5858
|
+
u.result.getFavouriteGame = m.data.map((i) => {
|
|
5859
|
+
const l = x.find(
|
|
5860
|
+
(O) => O.id === i.platformId
|
|
5797
5861
|
);
|
|
5798
5862
|
return {
|
|
5799
|
-
...
|
|
5800
|
-
rate: (
|
|
5863
|
+
...i,
|
|
5864
|
+
rate: (l == null ? void 0 : l.percentage) ?? "0.00"
|
|
5801
5865
|
};
|
|
5802
|
-
}), delete
|
|
5866
|
+
}), delete u.result.getPlatformTurnoverRate;
|
|
5803
5867
|
}
|
|
5804
5868
|
}
|
|
5805
|
-
if (c.fishGameList in
|
|
5806
|
-
const
|
|
5807
|
-
if (JSON.parse(e[v].query).pid && c.getPlatformTurnoverRate in
|
|
5808
|
-
const
|
|
5809
|
-
|
|
5810
|
-
const
|
|
5811
|
-
(O) => O.id ===
|
|
5869
|
+
if (c.fishGameList in u.result && ((b = u.result) != null && b.fishGameList)) {
|
|
5870
|
+
const m = u.result.fishGameList;
|
|
5871
|
+
if (JSON.parse(e[v].query).pid && c.getPlatformTurnoverRate in u.result && (w = u.result) != null && w.getPlatformTurnoverRate) {
|
|
5872
|
+
const x = u.result.getPlatformTurnoverRate;
|
|
5873
|
+
u.result.fishGameList = m.data.map((i) => {
|
|
5874
|
+
const l = x.find(
|
|
5875
|
+
(O) => O.id === i.platformId
|
|
5812
5876
|
);
|
|
5813
5877
|
return {
|
|
5814
|
-
...
|
|
5815
|
-
rate: (
|
|
5878
|
+
...i,
|
|
5879
|
+
rate: (l == null ? void 0 : l.percentage) ?? "0.00"
|
|
5816
5880
|
};
|
|
5817
|
-
}), delete
|
|
5881
|
+
}), delete u.result.getPlatformTurnoverRate;
|
|
5818
5882
|
}
|
|
5819
5883
|
}
|
|
5820
|
-
if (c.gameList in
|
|
5821
|
-
const
|
|
5884
|
+
if (c.gameList in u.result && ((_ = u.result) != null && _.gameList)) {
|
|
5885
|
+
const m = u.result.gameList;
|
|
5822
5886
|
if (JSON.parse(e[k].query).pid) {
|
|
5823
|
-
const
|
|
5824
|
-
if (
|
|
5825
|
-
const
|
|
5826
|
-
|
|
5827
|
-
...
|
|
5828
|
-
list:
|
|
5829
|
-
const G =
|
|
5830
|
-
(
|
|
5887
|
+
const x = m.platformGame.map((i) => i.list.filter((l) => l.flag.trial && !i.nextPage).map((l) => l));
|
|
5888
|
+
if (m.trialGameList = x.flat(), c.getPlatformTurnoverRate in u.result && ((g = u.result) != null && g.getPlatformTurnoverRate)) {
|
|
5889
|
+
const i = u.result.getPlatformTurnoverRate;
|
|
5890
|
+
m.platformGame = m.platformGame.map((l) => ({
|
|
5891
|
+
...l,
|
|
5892
|
+
list: l.list.map((O) => {
|
|
5893
|
+
const G = i.find(
|
|
5894
|
+
(A) => A.id === O.platformId
|
|
5831
5895
|
);
|
|
5832
5896
|
return {
|
|
5833
5897
|
...O,
|
|
5834
5898
|
rate: (G == null ? void 0 : G.percentage) ?? "0.00"
|
|
5835
5899
|
};
|
|
5836
5900
|
})
|
|
5837
|
-
})),
|
|
5838
|
-
const O =
|
|
5839
|
-
(G) => G.id ===
|
|
5901
|
+
})), m.platformGameList.data = m.platformGameList.data.map((l) => {
|
|
5902
|
+
const O = i.find(
|
|
5903
|
+
(G) => G.id === l.platformId
|
|
5840
5904
|
);
|
|
5841
5905
|
return {
|
|
5842
|
-
...
|
|
5906
|
+
...l,
|
|
5843
5907
|
rate: (O == null ? void 0 : O.percentage) ?? "0.00"
|
|
5844
5908
|
};
|
|
5845
|
-
}),
|
|
5846
|
-
const O =
|
|
5847
|
-
(G) => G.id ===
|
|
5909
|
+
}), m.hotGameList.data = m.hotGameList.data.map((l) => {
|
|
5910
|
+
const O = i.find(
|
|
5911
|
+
(G) => G.id === l.platformId
|
|
5848
5912
|
);
|
|
5849
5913
|
return {
|
|
5850
|
-
...
|
|
5914
|
+
...l,
|
|
5851
5915
|
rate: (O == null ? void 0 : O.percentage) ?? "0.00"
|
|
5852
5916
|
};
|
|
5853
|
-
}),
|
|
5854
|
-
const O =
|
|
5855
|
-
(G) => G.id ===
|
|
5917
|
+
}), m.trialGameList = m.trialGameList.map((l) => {
|
|
5918
|
+
const O = i.find(
|
|
5919
|
+
(G) => G.id === l.platformId
|
|
5856
5920
|
);
|
|
5857
5921
|
return {
|
|
5858
|
-
...
|
|
5922
|
+
...l,
|
|
5859
5923
|
rate: (O == null ? void 0 : O.percentage) ?? "0.00"
|
|
5860
5924
|
};
|
|
5861
|
-
}), delete
|
|
5925
|
+
}), delete u.result.getPlatformTurnoverRate;
|
|
5862
5926
|
}
|
|
5863
5927
|
}
|
|
5864
|
-
|
|
5928
|
+
u.result.gameList = m;
|
|
5865
5929
|
}
|
|
5866
|
-
if (c.getCompany in
|
|
5867
|
-
const
|
|
5868
|
-
if (c.searchResultDate in
|
|
5869
|
-
const
|
|
5870
|
-
|
|
5871
|
-
const
|
|
5872
|
-
|
|
5873
|
-
}), delete
|
|
5930
|
+
if (c.getCompany in u.result && ((D = u.result) != null && D.getCompany)) {
|
|
5931
|
+
const m = u.result.getCompany;
|
|
5932
|
+
if (c.searchResultDate in u.result && (j = u.result) != null && j.searchResultDate) {
|
|
5933
|
+
const x = u.result.searchResultDate;
|
|
5934
|
+
m.forEach((i) => {
|
|
5935
|
+
const l = x.find((O) => O.id == i.id);
|
|
5936
|
+
l && (i.date = l == null ? void 0 : l.date);
|
|
5937
|
+
}), delete u.result.searchResultDate;
|
|
5874
5938
|
}
|
|
5875
|
-
|
|
5939
|
+
u.result.getCompany = m;
|
|
5876
5940
|
}
|
|
5877
|
-
return
|
|
5941
|
+
return u;
|
|
5878
5942
|
} catch (T) {
|
|
5879
5943
|
return Yt.isAxiosError(T) ? {
|
|
5880
|
-
status: ((
|
|
5881
|
-
message: JSON.stringify((
|
|
5944
|
+
status: ((B = T.response) == null ? void 0 : B.status) || 600,
|
|
5945
|
+
message: JSON.stringify((H = T.response) == null ? void 0 : H.data),
|
|
5882
5946
|
result: {}
|
|
5883
5947
|
} : (console.error(T), {
|
|
5884
5948
|
status: T.status || 500,
|
|
@@ -5895,7 +5959,7 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5895
5959
|
message: ""
|
|
5896
5960
|
};
|
|
5897
5961
|
try {
|
|
5898
|
-
await
|
|
5962
|
+
await ue.post("/graph/auth/sesh", {
|
|
5899
5963
|
usr: e,
|
|
5900
5964
|
pwd: n
|
|
5901
5965
|
}), t = {
|
|
@@ -5909,16 +5973,16 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5909
5973
|
};
|
|
5910
5974
|
}
|
|
5911
5975
|
return t;
|
|
5912
|
-
},
|
|
5976
|
+
}, xi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5913
5977
|
__proto__: null,
|
|
5914
5978
|
call: wi
|
|
5915
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5979
|
+
}, Symbol.toStringTag, { value: "Module" })), Pi = async () => {
|
|
5916
5980
|
let e = {
|
|
5917
5981
|
status: 200,
|
|
5918
5982
|
message: ""
|
|
5919
5983
|
};
|
|
5920
5984
|
try {
|
|
5921
|
-
await
|
|
5985
|
+
await ue.post("/graph/auth/sesh/logout");
|
|
5922
5986
|
} catch (n) {
|
|
5923
5987
|
e = {
|
|
5924
5988
|
status: n.status || 500,
|
|
@@ -5928,7 +5992,7 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5928
5992
|
return e;
|
|
5929
5993
|
}, Di = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5930
5994
|
__proto__: null,
|
|
5931
|
-
call:
|
|
5995
|
+
call: Pi
|
|
5932
5996
|
}, Symbol.toStringTag, { value: "Module" })), Ft = {
|
|
5933
5997
|
data: {
|
|
5934
5998
|
status: !1,
|
|
@@ -5946,7 +6010,7 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5946
6010
|
...Ft
|
|
5947
6011
|
};
|
|
5948
6012
|
try {
|
|
5949
|
-
const t = (await
|
|
6013
|
+
const t = (await ue.get("/graph/autoregister")).data;
|
|
5950
6014
|
e.data = {
|
|
5951
6015
|
status: t.status == 1,
|
|
5952
6016
|
message: t.message ?? "",
|
|
@@ -5979,7 +6043,7 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5979
6043
|
...Gt
|
|
5980
6044
|
};
|
|
5981
6045
|
try {
|
|
5982
|
-
const r = await
|
|
6046
|
+
const r = await ue.post("/graph/setlocale", {
|
|
5983
6047
|
language: e,
|
|
5984
6048
|
udid: n ?? ""
|
|
5985
6049
|
}), a = JSON.parse(
|
|
@@ -6010,7 +6074,7 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6010
6074
|
}
|
|
6011
6075
|
};
|
|
6012
6076
|
try {
|
|
6013
|
-
const o = (await
|
|
6077
|
+
const o = (await ue.post("/loadgame/40770", {
|
|
6014
6078
|
wanturl: 1,
|
|
6015
6079
|
extra: {
|
|
6016
6080
|
Stage: e,
|
|
@@ -6038,15 +6102,15 @@ const gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6038
6102
|
};
|
|
6039
6103
|
}
|
|
6040
6104
|
return a;
|
|
6041
|
-
},
|
|
6105
|
+
}, Ii = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6042
6106
|
__proto__: null,
|
|
6043
6107
|
call: Si
|
|
6044
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6045
|
-
__proto__: null
|
|
6046
|
-
}, Symbol.toStringTag, { value: "Module" })), ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6108
|
+
}, Symbol.toStringTag, { value: "Module" })), Ci = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6047
6109
|
__proto__: null
|
|
6048
6110
|
}, Symbol.toStringTag, { value: "Module" })), Ni = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6049
6111
|
__proto__: null
|
|
6112
|
+
}, Symbol.toStringTag, { value: "Module" })), ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6113
|
+
__proto__: null
|
|
6050
6114
|
}, Symbol.toStringTag, { value: "Module" })), Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6051
6115
|
__proto__: null
|
|
6052
6116
|
}, Symbol.toStringTag, { value: "Module" })), Fi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6066,10 +6130,10 @@ const zi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6066
6130
|
__proto__: null
|
|
6067
6131
|
}, Symbol.toStringTag, { value: "Module" })), Ei = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6068
6132
|
__proto__: null
|
|
6069
|
-
}, Symbol.toStringTag, { value: "Module" })), Hi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6070
|
-
__proto__: null
|
|
6071
6133
|
}, Symbol.toStringTag, { value: "Module" })), Bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6072
6134
|
__proto__: null
|
|
6135
|
+
}, Symbol.toStringTag, { value: "Module" })), Hi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6136
|
+
__proto__: null
|
|
6073
6137
|
}, Symbol.toStringTag, { value: "Module" })), Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6074
6138
|
__proto__: null
|
|
6075
6139
|
}, Symbol.toStringTag, { value: "Module" })), $i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6141,10 +6205,10 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6141
6205
|
__proto__: null
|
|
6142
6206
|
}, Symbol.toStringTag, { value: "Module" })), wu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6143
6207
|
__proto__: null
|
|
6144
|
-
}, Symbol.toStringTag, { value: "Module" })), Pu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6145
|
-
__proto__: null
|
|
6146
6208
|
}, Symbol.toStringTag, { value: "Module" })), xu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6147
6209
|
__proto__: null
|
|
6210
|
+
}, Symbol.toStringTag, { value: "Module" })), Pu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6211
|
+
__proto__: null
|
|
6148
6212
|
}, Symbol.toStringTag, { value: "Module" })), Du = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6149
6213
|
__proto__: null
|
|
6150
6214
|
}, Symbol.toStringTag, { value: "Module" })), Mu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6157,14 +6221,14 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6157
6221
|
__proto__: null
|
|
6158
6222
|
}, Symbol.toStringTag, { value: "Module" })), Su = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6159
6223
|
__proto__: null
|
|
6160
|
-
}, Symbol.toStringTag, { value: "Module" })), Cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6161
|
-
__proto__: null
|
|
6162
6224
|
}, Symbol.toStringTag, { value: "Module" })), Iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6163
6225
|
__proto__: null
|
|
6164
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6226
|
+
}, Symbol.toStringTag, { value: "Module" })), Cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6165
6227
|
__proto__: null
|
|
6166
6228
|
}, Symbol.toStringTag, { value: "Module" })), Nu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6167
6229
|
__proto__: null
|
|
6230
|
+
}, Symbol.toStringTag, { value: "Module" })), ju = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6231
|
+
__proto__: null
|
|
6168
6232
|
}, Symbol.toStringTag, { value: "Module" })), Lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6169
6233
|
__proto__: null
|
|
6170
6234
|
}, Symbol.toStringTag, { value: "Module" })), Fu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6181,10 +6245,10 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6181
6245
|
__proto__: null
|
|
6182
6246
|
}, Symbol.toStringTag, { value: "Module" })), Eu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6183
6247
|
__proto__: null
|
|
6184
|
-
}, Symbol.toStringTag, { value: "Module" })), Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6185
|
-
__proto__: null
|
|
6186
6248
|
}, Symbol.toStringTag, { value: "Module" })), Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6187
6249
|
__proto__: null
|
|
6250
|
+
}, Symbol.toStringTag, { value: "Module" })), Hu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6251
|
+
__proto__: null
|
|
6188
6252
|
}, Symbol.toStringTag, { value: "Module" })), Uu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6189
6253
|
__proto__: null
|
|
6190
6254
|
}, Symbol.toStringTag, { value: "Module" })), $u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6249,25 +6313,25 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6249
6313
|
__proto__: null
|
|
6250
6314
|
}, Symbol.toStringTag, { value: "Module" })), wl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6251
6315
|
__proto__: null
|
|
6252
|
-
}, Symbol.toStringTag, { value: "Module" })), Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6253
|
-
__proto__: null
|
|
6254
6316
|
}, Symbol.toStringTag, { value: "Module" })), xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6255
6317
|
__proto__: null
|
|
6318
|
+
}, Symbol.toStringTag, { value: "Module" })), Pl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6319
|
+
__proto__: null
|
|
6256
6320
|
}, Symbol.toStringTag, { value: "Module" })), Dl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6257
6321
|
__proto__: null
|
|
6258
6322
|
}, Symbol.toStringTag, { value: "Module" })), Ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6259
6323
|
__proto__: null
|
|
6260
6324
|
}, Symbol.toStringTag, { value: "Module" })), Rl = {
|
|
6261
6325
|
api: vi,
|
|
6262
|
-
loginApi:
|
|
6326
|
+
loginApi: xi,
|
|
6263
6327
|
logoutApi: Di,
|
|
6264
6328
|
autoRegisterApi: Oi,
|
|
6265
6329
|
setLocaleApi: Ri,
|
|
6266
|
-
loadMatchApi:
|
|
6330
|
+
loadMatchApi: Ii,
|
|
6267
6331
|
apiType: $a,
|
|
6268
|
-
loginType:
|
|
6269
|
-
logoutType:
|
|
6270
|
-
announcementType:
|
|
6332
|
+
loginType: Ci,
|
|
6333
|
+
logoutType: Ni,
|
|
6334
|
+
announcementType: ji,
|
|
6271
6335
|
paymentsProviderType: Va,
|
|
6272
6336
|
gameListType: Li,
|
|
6273
6337
|
vipListType: Fi,
|
|
@@ -6277,8 +6341,8 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6277
6341
|
upcomingMatchType: Yi,
|
|
6278
6342
|
depositType: qi,
|
|
6279
6343
|
applyVipBonusType: Ei,
|
|
6280
|
-
withdrawalGetType:
|
|
6281
|
-
addBankCardType:
|
|
6344
|
+
withdrawalGetType: Bi,
|
|
6345
|
+
addBankCardType: Hi,
|
|
6282
6346
|
withdrawType: Ui,
|
|
6283
6347
|
getSettingType: Ao,
|
|
6284
6348
|
transactionReportType: Os,
|
|
@@ -6315,8 +6379,8 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6315
6379
|
getValidateType: Tu,
|
|
6316
6380
|
updateProfilePictureType: vu,
|
|
6317
6381
|
readMailType: wu,
|
|
6318
|
-
checkRedPacketValidateType:
|
|
6319
|
-
getUserProfileType:
|
|
6382
|
+
checkRedPacketValidateType: xu,
|
|
6383
|
+
getUserProfileType: Pu,
|
|
6320
6384
|
requestTacCodeType: Du,
|
|
6321
6385
|
getUsernameByReferType: Mu,
|
|
6322
6386
|
applyPromoType: Ou,
|
|
@@ -6325,10 +6389,10 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6325
6389
|
getCountryType: Su,
|
|
6326
6390
|
submitGiftCodeType: zt,
|
|
6327
6391
|
playGameType: Wt,
|
|
6328
|
-
transferToMainType:
|
|
6329
|
-
transferProcessType:
|
|
6330
|
-
submitValidateType:
|
|
6331
|
-
checkTransferCreditType:
|
|
6392
|
+
transferToMainType: Iu,
|
|
6393
|
+
transferProcessType: Cu,
|
|
6394
|
+
submitValidateType: Nu,
|
|
6395
|
+
checkTransferCreditType: ju,
|
|
6332
6396
|
friendListType: Lu,
|
|
6333
6397
|
friendListEditType: Fu,
|
|
6334
6398
|
getActivePPType: Gu,
|
|
@@ -6337,8 +6401,8 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6337
6401
|
requestWithdrawalCodeType: Yu,
|
|
6338
6402
|
commissionWithdrawType: qu,
|
|
6339
6403
|
submitWithdrawalCodeType: Eu,
|
|
6340
|
-
submitCryptoAccountType:
|
|
6341
|
-
requestTransferMoneyType:
|
|
6404
|
+
submitCryptoAccountType: Bu,
|
|
6405
|
+
requestTransferMoneyType: Hu,
|
|
6342
6406
|
submitTransferMoneyType: Uu,
|
|
6343
6407
|
signInViewInfoType: $u,
|
|
6344
6408
|
signInRecordType: Vu,
|
|
@@ -6373,17 +6437,17 @@ const _u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6373
6437
|
getFavouriteGameType: Tl,
|
|
6374
6438
|
updateFavouriteGameType: vl,
|
|
6375
6439
|
requestForgetUsernameType: wl,
|
|
6376
|
-
submitForgetUsernameType:
|
|
6440
|
+
submitForgetUsernameType: xl,
|
|
6377
6441
|
getAccumulateDepositDataType: gi,
|
|
6378
|
-
getAccumulateDepositClaimType:
|
|
6442
|
+
getAccumulateDepositClaimType: Pl,
|
|
6379
6443
|
rebateRefundSettingType: Dl,
|
|
6380
6444
|
getASCMatchCountType: Ml
|
|
6381
6445
|
};
|
|
6382
6446
|
export {
|
|
6383
6447
|
Rl as Repository,
|
|
6384
|
-
|
|
6448
|
+
Hi as addBankCardType,
|
|
6385
6449
|
Zu as agTransferCreditReportType,
|
|
6386
|
-
|
|
6450
|
+
ji as announcementType,
|
|
6387
6451
|
vi as api,
|
|
6388
6452
|
$a as apiType,
|
|
6389
6453
|
Ou as applyPromoType,
|
|
@@ -6397,8 +6461,8 @@ export {
|
|
|
6397
6461
|
$i as changePasswordType,
|
|
6398
6462
|
al as changeWithdrawalCodeType,
|
|
6399
6463
|
sl as checkRedPacketTokenType,
|
|
6400
|
-
|
|
6401
|
-
|
|
6464
|
+
xu as checkRedPacketValidateType,
|
|
6465
|
+
ju as checkTransferCreditType,
|
|
6402
6466
|
pl as claimIncentiveRebate,
|
|
6403
6467
|
zi as cmsListType,
|
|
6404
6468
|
qu as commissionWithdrawType,
|
|
@@ -6408,7 +6472,7 @@ export {
|
|
|
6408
6472
|
Lu as friendListType,
|
|
6409
6473
|
Li as gameListType,
|
|
6410
6474
|
Ml as getASCMatchCountType,
|
|
6411
|
-
|
|
6475
|
+
Pl as getAccumulateDepositClaimType,
|
|
6412
6476
|
gi as getAccumulateDepositDataType,
|
|
6413
6477
|
Gu as getActivePPType,
|
|
6414
6478
|
zu as getActiveProductType,
|
|
@@ -6441,17 +6505,17 @@ export {
|
|
|
6441
6505
|
fu as getTurnOverRewardSettingType,
|
|
6442
6506
|
Ku as getTwoFactorAuthenticateType,
|
|
6443
6507
|
tl as getUserDeviceListType,
|
|
6444
|
-
|
|
6508
|
+
Pu as getUserProfileType,
|
|
6445
6509
|
Mu as getUsernameByReferType,
|
|
6446
6510
|
Tu as getValidateType,
|
|
6447
6511
|
hu as getVerifyPromo,
|
|
6448
6512
|
cl as getWeekCardClaim,
|
|
6449
6513
|
dl as getWeekCardData,
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6514
|
+
Ii as loadMatchApi,
|
|
6515
|
+
xi as loginApi,
|
|
6516
|
+
Ci as loginType,
|
|
6453
6517
|
Di as logoutApi,
|
|
6454
|
-
|
|
6518
|
+
Ni as logoutType,
|
|
6455
6519
|
Zi as mailBoxType,
|
|
6456
6520
|
Wi as mainWalletType,
|
|
6457
6521
|
Va as paymentsProviderType,
|
|
@@ -6467,7 +6531,7 @@ export {
|
|
|
6467
6531
|
gu as requestForgetPasswordType,
|
|
6468
6532
|
wl as requestForgetUsernameType,
|
|
6469
6533
|
Du as requestTacCodeType,
|
|
6470
|
-
|
|
6534
|
+
Hu as requestTransferMoneyType,
|
|
6471
6535
|
bu as requestUpdateMobileTacCode,
|
|
6472
6536
|
Wu as requestWithdrawTacType,
|
|
6473
6537
|
Yu as requestWithdrawalCodeType,
|
|
@@ -6476,22 +6540,22 @@ export {
|
|
|
6476
6540
|
Vu as signInRecordType,
|
|
6477
6541
|
$u as signInViewInfoType,
|
|
6478
6542
|
Ki as slotGameListType,
|
|
6479
|
-
|
|
6543
|
+
Bu as submitCryptoAccountType,
|
|
6480
6544
|
pu as submitForgetPasswordType,
|
|
6481
|
-
|
|
6545
|
+
xl as submitForgetUsernameType,
|
|
6482
6546
|
zt as submitGiftCode,
|
|
6483
6547
|
zt as submitGiftCodeType,
|
|
6484
6548
|
Uu as submitTransferMoneyType,
|
|
6485
6549
|
el as submitTwoFactorAuthenticateType,
|
|
6486
6550
|
yu as submitUpdateMobileTacCode,
|
|
6487
|
-
|
|
6551
|
+
Nu as submitValidateType,
|
|
6488
6552
|
ol as submitWithdrawalAlipayType,
|
|
6489
6553
|
Eu as submitWithdrawalCodeType,
|
|
6490
6554
|
Os as transactionReportType,
|
|
6491
|
-
|
|
6555
|
+
Cu as transferProcessType,
|
|
6492
6556
|
Fo as transferReportType,
|
|
6493
6557
|
fl as transferSettingType,
|
|
6494
|
-
|
|
6558
|
+
Iu as transferToMainType,
|
|
6495
6559
|
gl as transferType,
|
|
6496
6560
|
nl as unbindUserDeviceType,
|
|
6497
6561
|
Yi as upcomingMatchType,
|
|
@@ -6500,5 +6564,5 @@ export {
|
|
|
6500
6564
|
Fi as vipListType,
|
|
6501
6565
|
Vi as walletType,
|
|
6502
6566
|
Ui as withdrawType,
|
|
6503
|
-
|
|
6567
|
+
Bi as withdrawalGetType
|
|
6504
6568
|
};
|