@everymatrix/player-elevate-points-history 1.86.3 → 1.86.5
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/cjs/bonus-pagination-limits_6.cjs.entry.js +168 -148
- package/dist/collection/components/player-elevate-points-history/player-elevate-points-history.js +2 -2
- package/dist/collection/renders/renderTopBar.js +1 -1
- package/dist/collection/utils/translation.js +58 -58
- package/dist/esm/bonus-pagination-limits_6.entry.js +168 -148
- package/dist/player-elevate-points-history/bonus-pagination-limits_6.entry.js +4 -4
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/stencil.config.dev.d.ts +2 -0
- package/dist/types/renders/renderTopBar.d.ts +1 -1
- package/dist/types/utils/translation.d.ts +57 -57
- package/package.json +1 -1
- package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/stencil.config.d.ts +0 -2
- package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/stencil.config.dev.d.ts +0 -2
- /package/dist/types/{Users/maria.bumbar/Desktop/Widgets & Template → builds/emfe-widgets}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/libs/common/src/storybook/storybook-utils.d.ts +0 -0
- /package/dist/types/{Users/maria.bumbar/Desktop/Widgets & Template → builds/emfe-widgets}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/storybook/main.d.ts +0 -0
- /package/dist/types/{Users/maria.bumbar/Desktop/Widgets & Template → builds/emfe-widgets}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/packages/stencil/player-elevate-points-history/storybook/preview.d.ts +0 -0
- /package/dist/types/{Users/maria.bumbar/Desktop/Widgets & Template → builds/emfe-widgets}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/index.d.ts +0 -0
- /package/dist/types/{Users/maria.bumbar/Desktop/Widgets & Template → builds/emfe-widgets}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +0 -0
- /package/dist/types/{Users/maria.bumbar/Desktop/Widgets & Template → builds/emfe-widgets}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
- /package/dist/types/{Users/maria.bumbar/Desktop/Widgets & Template → builds/emfe-widgets}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
- /package/dist/types/{Users/maria.bumbar/Desktop/Widgets & Template → builds/emfe-widgets}/widgets-monorepo/packages/stencil/player-elevate-points-history/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
|
@@ -3,11 +3,14 @@ import { t as translateWithParams, T as TRANSLATIONS$2, a as translate$2 } from
|
|
|
3
3
|
import { r as requiredArgs, t as toDate, g as getTimezoneOffsetInMilliseconds, P as PlayerAvatar, a as PlayerPoints } from './player-elevate-card-items-38110d9c.js';
|
|
4
4
|
|
|
5
5
|
const DEFAULT_LANGUAGE$1 = 'en';
|
|
6
|
-
const SUPPORTED_LANGUAGES$1 = ['pt-br', 'en', 'es-mx', 'hu', 'hr'];
|
|
6
|
+
const SUPPORTED_LANGUAGES$1 = ['pt-br', 'en', 'es-mx', 'hu', 'hr', 'tr'];
|
|
7
7
|
const TRANSLATIONS$1 = {
|
|
8
8
|
en: {
|
|
9
9
|
"pageLimitLabel": 'Show',
|
|
10
10
|
},
|
|
11
|
+
tr: {
|
|
12
|
+
"pageLimitLabel": 'Göster',
|
|
13
|
+
},
|
|
11
14
|
hu: {
|
|
12
15
|
"pageLimitLabel": 'Show',
|
|
13
16
|
},
|
|
@@ -1032,65 +1035,65 @@ const translation = {
|
|
|
1032
1035
|
"tournamentTicket": "Tournament Ticket Redeem",
|
|
1033
1036
|
"physicalItem": "Custom Reward Redeem",
|
|
1034
1037
|
"role": "Role Assignment Redeem"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"tr": {
|
|
1041
|
+
"tabTitle": {
|
|
1042
|
+
"spendable": "Coin",
|
|
1043
|
+
"loyalty": "XP",
|
|
1044
|
+
"history": "Mağaza Alımları",
|
|
1045
|
+
"rakeback": "Rakeback"
|
|
1035
1046
|
},
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
"
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
"
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
"expiredManualByChallenge": "Süresi Dolan Meydan Okuma Ödülü",
|
|
1087
|
-
"cancelledManualByPrizeEngine": "İptal Edilen PrizeEngine Ödülü",
|
|
1088
|
-
"expiredManualByPrizeEngine": "Süresi Dolan PrizeEngine Ödülü",
|
|
1089
|
-
"prizeEngine": "PrizeEngine Kullanımı",
|
|
1090
|
-
"tournamentTicket": "Turnuva Bileti Kullanımı",
|
|
1091
|
-
"physicalItem": "Özel Ödül Kullanımı",
|
|
1092
|
-
"role": "Rol Ataması Kullanımı"
|
|
1093
|
-
}
|
|
1047
|
+
"barTitle": {
|
|
1048
|
+
"spendable": "Coin Geçmişi",
|
|
1049
|
+
"loyalty": "Deneyim Puanı Geçmişi",
|
|
1050
|
+
"history": "Mağaza Alımları",
|
|
1051
|
+
"rakeback": "Rakeback Geçmişi"
|
|
1052
|
+
},
|
|
1053
|
+
"bonus": "Bonus",
|
|
1054
|
+
"coins": "Coin",
|
|
1055
|
+
"noContent": "İçerik Yok",
|
|
1056
|
+
"loading": "Yükleniyor",
|
|
1057
|
+
"redeem": "Kullan",
|
|
1058
|
+
"reload": "Yenile",
|
|
1059
|
+
"reloadMsgWhenError": "Ağ Sorunu, lütfen ",
|
|
1060
|
+
"rakebackPointType": {
|
|
1061
|
+
"wageringByRealMoney": "Rakeback Casino Gerçek Bahis",
|
|
1062
|
+
"bonus": "Rakeback Talebi",
|
|
1063
|
+
"vendor2User": "Rakeback Talebi",
|
|
1064
|
+
"cancelledWageringByRealMoney": "İptal Edilen Rakeback Casino Gerçek Bahis"
|
|
1065
|
+
},
|
|
1066
|
+
"pointType": {
|
|
1067
|
+
"registration": "Kayıt",
|
|
1068
|
+
"cancelledRegistration": "İptal Edilen Kayıt",
|
|
1069
|
+
"expiredRegistration": "Süresi Dolan Kayıt",
|
|
1070
|
+
"manual": "Manuel",
|
|
1071
|
+
"cancelledManual": "İptal Edilen Manuel",
|
|
1072
|
+
"expiredManual": "Süresi Dolan Manuel",
|
|
1073
|
+
"wageringByRealMoney": "Gerçek Para Bahsi",
|
|
1074
|
+
"wageringByBonusMoney": "Bonus Para Bahsi",
|
|
1075
|
+
"cancelledWageringByRealMoney": "İptal Edilen Gerçek Para Bahsi",
|
|
1076
|
+
"cancelledWageringByBonusMoney": "İptal Edilen Bonus Para Bahsi",
|
|
1077
|
+
"expiredWageringByRealMoney": "Süresi Dolan Gerçek Para Bahsi",
|
|
1078
|
+
"expiredWageringByBonusMoney": "Süresi Dolan Bonus Para Bahsi",
|
|
1079
|
+
"levelExpired": "Seviye Süresi Doldu",
|
|
1080
|
+
"bonus": "Bonus Kullanımı",
|
|
1081
|
+
"manualByTournament": "Turnuvadan Ödül",
|
|
1082
|
+
"manualByPrizeEngine": "PrizeEngine'den Ödül",
|
|
1083
|
+
"manualByMission": "Görevden Ödül",
|
|
1084
|
+
"manualByChallenge": "Meydan Okumadan Ödül",
|
|
1085
|
+
"cancelledManualByTournament": "İptal Edilen Turnuva Ödülü",
|
|
1086
|
+
"cancelledManualByMission": "İptal Edilen Görev Ödülü",
|
|
1087
|
+
"cancelledManualByChallenge": "İptal Edilen Meydan Okuma Ödülü",
|
|
1088
|
+
"expiredManualByTournament": "Süresi Dolan Turnuva Ödülü",
|
|
1089
|
+
"expiredManualByMission": "Süresi Dolan Görev Ödülü",
|
|
1090
|
+
"expiredManualByChallenge": "Süresi Dolan Meydan Okuma Ödülü",
|
|
1091
|
+
"cancelledManualByPrizeEngine": "İptal Edilen PrizeEngine Ödülü",
|
|
1092
|
+
"expiredManualByPrizeEngine": "Süresi Dolan PrizeEngine Ödülü",
|
|
1093
|
+
"prizeEngine": "PrizeEngine Kullanımı",
|
|
1094
|
+
"tournamentTicket": "Turnuva Bileti Kullanımı",
|
|
1095
|
+
"physicalItem": "Özel Ödül Kullanımı",
|
|
1096
|
+
"role": "Rol Ataması Kullanımı"
|
|
1094
1097
|
}
|
|
1095
1098
|
}
|
|
1096
1099
|
};
|
|
@@ -1215,13 +1218,13 @@ const menuSvg = `<svg width="30" height="8" viewBox="0 0 30 8" fill="none" xmlns
|
|
|
1215
1218
|
</svg>
|
|
1216
1219
|
`;
|
|
1217
1220
|
|
|
1218
|
-
const renderTopBar = (locale, type, pageSetting) => h("div", { class: "TopBarContainer" },
|
|
1221
|
+
const renderTopBar = (locale, type, pageSetting, language = 'en') => h("div", { class: "TopBarContainer" },
|
|
1219
1222
|
h("div", { class: "BackImageContainer" },
|
|
1220
1223
|
h("span", { class: "BackImage", innerHTML: backSvg })),
|
|
1221
1224
|
h("div", { class: "TitleContainer" },
|
|
1222
1225
|
h("div", { class: "Title", title: locale.barTitle[type] }, locale.barTitle[type]),
|
|
1223
1226
|
h("div", { class: 'Limits' },
|
|
1224
|
-
h("bonus-pagination-limits", { pageLimitOptions: pageSetting.pageLimitOptions, limit: pageSetting.limit }))),
|
|
1227
|
+
h("bonus-pagination-limits", { pageLimitOptions: pageSetting.pageLimitOptions, limit: pageSetting.limit, language: language }))),
|
|
1225
1228
|
h("div", null,
|
|
1226
1229
|
h("span", { class: "MenuImage", innerHTML: menuSvg })));
|
|
1227
1230
|
|
|
@@ -1234,10 +1237,10 @@ var decimal = {exports: {}};
|
|
|
1234
1237
|
|
|
1235
1238
|
|
|
1236
1239
|
/*!
|
|
1237
|
-
* decimal.js v10.
|
|
1240
|
+
* decimal.js v10.6.0
|
|
1238
1241
|
* An arbitrary-precision Decimal type for JavaScript.
|
|
1239
1242
|
* https://github.com/MikeMcl/decimal.js
|
|
1240
|
-
* Copyright (c)
|
|
1243
|
+
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
1241
1244
|
* MIT Licence
|
|
1242
1245
|
*/
|
|
1243
1246
|
|
|
@@ -1449,8 +1452,8 @@ var decimal = {exports: {}};
|
|
|
1449
1452
|
* Return a new Decimal whose value is the value of this Decimal clamped to the range
|
|
1450
1453
|
* delineated by `min` and `max`.
|
|
1451
1454
|
*
|
|
1452
|
-
* min {number|string|Decimal}
|
|
1453
|
-
* max {number|string|Decimal}
|
|
1455
|
+
* min {number|string|bigint|Decimal}
|
|
1456
|
+
* max {number|string|bigint|Decimal}
|
|
1454
1457
|
*
|
|
1455
1458
|
*/
|
|
1456
1459
|
P.clampedTo = P.clamp = function (min, max) {
|
|
@@ -1954,8 +1957,7 @@ var decimal = {exports: {}};
|
|
|
1954
1957
|
*
|
|
1955
1958
|
*/
|
|
1956
1959
|
P.inverseCosine = P.acos = function () {
|
|
1957
|
-
var
|
|
1958
|
-
x = this,
|
|
1960
|
+
var x = this,
|
|
1959
1961
|
Ctor = x.constructor,
|
|
1960
1962
|
k = x.abs().cmp(1),
|
|
1961
1963
|
pr = Ctor.precision,
|
|
@@ -1976,13 +1978,13 @@ var decimal = {exports: {}};
|
|
|
1976
1978
|
Ctor.precision = pr + 6;
|
|
1977
1979
|
Ctor.rounding = 1;
|
|
1978
1980
|
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
+
// See https://github.com/MikeMcl/decimal.js/pull/217
|
|
1982
|
+
x = new Ctor(1).minus(x).div(x.plus(1)).sqrt().atan();
|
|
1981
1983
|
|
|
1982
1984
|
Ctor.precision = pr;
|
|
1983
1985
|
Ctor.rounding = rm;
|
|
1984
1986
|
|
|
1985
|
-
return
|
|
1987
|
+
return x.times(2);
|
|
1986
1988
|
};
|
|
1987
1989
|
|
|
1988
1990
|
|
|
@@ -2356,7 +2358,7 @@ var decimal = {exports: {}};
|
|
|
2356
2358
|
* log[b](Infinity) = Infinity
|
|
2357
2359
|
* log[b](NaN) = NaN
|
|
2358
2360
|
*
|
|
2359
|
-
* [base] {number|string|Decimal} The base of the logarithm.
|
|
2361
|
+
* [base] {number|string|bigint|Decimal} The base of the logarithm.
|
|
2360
2362
|
*
|
|
2361
2363
|
*/
|
|
2362
2364
|
P.logarithm = P.log = function (base) {
|
|
@@ -2450,11 +2452,11 @@ var decimal = {exports: {}};
|
|
|
2450
2452
|
/*
|
|
2451
2453
|
* Return a new Decimal whose value is the maximum of the arguments and the value of this Decimal.
|
|
2452
2454
|
*
|
|
2453
|
-
* arguments {number|string|Decimal}
|
|
2455
|
+
* arguments {number|string|bigint|Decimal}
|
|
2454
2456
|
*
|
|
2455
2457
|
P.max = function () {
|
|
2456
2458
|
Array.prototype.push.call(arguments, this);
|
|
2457
|
-
return maxOrMin(this.constructor, arguments,
|
|
2459
|
+
return maxOrMin(this.constructor, arguments, -1);
|
|
2458
2460
|
};
|
|
2459
2461
|
*/
|
|
2460
2462
|
|
|
@@ -2462,11 +2464,11 @@ var decimal = {exports: {}};
|
|
|
2462
2464
|
/*
|
|
2463
2465
|
* Return a new Decimal whose value is the minimum of the arguments and the value of this Decimal.
|
|
2464
2466
|
*
|
|
2465
|
-
* arguments {number|string|Decimal}
|
|
2467
|
+
* arguments {number|string|bigint|Decimal}
|
|
2466
2468
|
*
|
|
2467
2469
|
P.min = function () {
|
|
2468
2470
|
Array.prototype.push.call(arguments, this);
|
|
2469
|
-
return maxOrMin(this.constructor, arguments,
|
|
2471
|
+
return maxOrMin(this.constructor, arguments, 1);
|
|
2470
2472
|
};
|
|
2471
2473
|
*/
|
|
2472
2474
|
|
|
@@ -3285,7 +3287,7 @@ var decimal = {exports: {}};
|
|
|
3285
3287
|
* denominator. If a maximum denominator is not specified, the denominator will be the lowest
|
|
3286
3288
|
* value necessary to represent the number exactly.
|
|
3287
3289
|
*
|
|
3288
|
-
* [maxD] {number|string|Decimal} Maximum denominator. Integer >= 1 and < Infinity.
|
|
3290
|
+
* [maxD] {number|string|bigint|Decimal} Maximum denominator. Integer >= 1 and < Infinity.
|
|
3289
3291
|
*
|
|
3290
3292
|
*/
|
|
3291
3293
|
P.toFraction = function (maxD) {
|
|
@@ -3373,7 +3375,7 @@ var decimal = {exports: {}};
|
|
|
3373
3375
|
*
|
|
3374
3376
|
* The return value is not affected by the value of `precision`.
|
|
3375
3377
|
*
|
|
3376
|
-
* y {number|string|Decimal} The magnitude to round to a multiple of.
|
|
3378
|
+
* y {number|string|bigint|Decimal} The magnitude to round to a multiple of.
|
|
3377
3379
|
* [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.
|
|
3378
3380
|
*
|
|
3379
3381
|
* 'toNearest() rounding mode not an integer: {rm}'
|
|
@@ -3493,7 +3495,7 @@ var decimal = {exports: {}};
|
|
|
3493
3495
|
*
|
|
3494
3496
|
* If a result is incorrectly rounded the maximum error will be 1 ulp (unit in last place).
|
|
3495
3497
|
*
|
|
3496
|
-
* y {number|string|Decimal} The power to which to raise this Decimal.
|
|
3498
|
+
* y {number|string|bigint|Decimal} The power to which to raise this Decimal.
|
|
3497
3499
|
*
|
|
3498
3500
|
*/
|
|
3499
3501
|
P.toPower = P.pow = function (y) {
|
|
@@ -4477,19 +4479,25 @@ var decimal = {exports: {}};
|
|
|
4477
4479
|
|
|
4478
4480
|
|
|
4479
4481
|
/*
|
|
4480
|
-
* Handle `max` and `min
|
|
4482
|
+
* Handle `max` (`n` is -1) and `min` (`n` is 1).
|
|
4481
4483
|
*/
|
|
4482
|
-
function maxOrMin(Ctor, args,
|
|
4483
|
-
var y,
|
|
4484
|
+
function maxOrMin(Ctor, args, n) {
|
|
4485
|
+
var k, y,
|
|
4484
4486
|
x = new Ctor(args[0]),
|
|
4485
4487
|
i = 0;
|
|
4486
4488
|
|
|
4487
4489
|
for (; ++i < args.length;) {
|
|
4488
4490
|
y = new Ctor(args[i]);
|
|
4491
|
+
|
|
4492
|
+
// NaN?
|
|
4489
4493
|
if (!y.s) {
|
|
4490
4494
|
x = y;
|
|
4491
4495
|
break;
|
|
4492
|
-
}
|
|
4496
|
+
}
|
|
4497
|
+
|
|
4498
|
+
k = x.cmp(y);
|
|
4499
|
+
|
|
4500
|
+
if (k === n || k === 0 && x.s === n) {
|
|
4493
4501
|
x = y;
|
|
4494
4502
|
}
|
|
4495
4503
|
}
|
|
@@ -4748,6 +4756,8 @@ var decimal = {exports: {}};
|
|
|
4748
4756
|
function parseDecimal(x, str) {
|
|
4749
4757
|
var e, i, len;
|
|
4750
4758
|
|
|
4759
|
+
// TODO BigInt str: no need to check for decimal point, exponential form or leading zeros.
|
|
4760
|
+
|
|
4751
4761
|
// Decimal point?
|
|
4752
4762
|
if ((e = str.indexOf('.')) > -1) str = str.replace('.', '');
|
|
4753
4763
|
|
|
@@ -5213,7 +5223,7 @@ var decimal = {exports: {}};
|
|
|
5213
5223
|
/*
|
|
5214
5224
|
* Return a new Decimal whose value is the absolute value of `x`.
|
|
5215
5225
|
*
|
|
5216
|
-
* x {number|string|Decimal}
|
|
5226
|
+
* x {number|string|bigint|Decimal}
|
|
5217
5227
|
*
|
|
5218
5228
|
*/
|
|
5219
5229
|
function abs(x) {
|
|
@@ -5224,7 +5234,7 @@ var decimal = {exports: {}};
|
|
|
5224
5234
|
/*
|
|
5225
5235
|
* Return a new Decimal whose value is the arccosine in radians of `x`.
|
|
5226
5236
|
*
|
|
5227
|
-
* x {number|string|Decimal}
|
|
5237
|
+
* x {number|string|bigint|Decimal}
|
|
5228
5238
|
*
|
|
5229
5239
|
*/
|
|
5230
5240
|
function acos(x) {
|
|
@@ -5236,7 +5246,7 @@ var decimal = {exports: {}};
|
|
|
5236
5246
|
* Return a new Decimal whose value is the inverse of the hyperbolic cosine of `x`, rounded to
|
|
5237
5247
|
* `precision` significant digits using rounding mode `rounding`.
|
|
5238
5248
|
*
|
|
5239
|
-
* x {number|string|Decimal} A value in radians.
|
|
5249
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
5240
5250
|
*
|
|
5241
5251
|
*/
|
|
5242
5252
|
function acosh(x) {
|
|
@@ -5248,8 +5258,8 @@ var decimal = {exports: {}};
|
|
|
5248
5258
|
* Return a new Decimal whose value is the sum of `x` and `y`, rounded to `precision` significant
|
|
5249
5259
|
* digits using rounding mode `rounding`.
|
|
5250
5260
|
*
|
|
5251
|
-
* x {number|string|Decimal}
|
|
5252
|
-
* y {number|string|Decimal}
|
|
5261
|
+
* x {number|string|bigint|Decimal}
|
|
5262
|
+
* y {number|string|bigint|Decimal}
|
|
5253
5263
|
*
|
|
5254
5264
|
*/
|
|
5255
5265
|
function add(x, y) {
|
|
@@ -5261,7 +5271,7 @@ var decimal = {exports: {}};
|
|
|
5261
5271
|
* Return a new Decimal whose value is the arcsine in radians of `x`, rounded to `precision`
|
|
5262
5272
|
* significant digits using rounding mode `rounding`.
|
|
5263
5273
|
*
|
|
5264
|
-
* x {number|string|Decimal}
|
|
5274
|
+
* x {number|string|bigint|Decimal}
|
|
5265
5275
|
*
|
|
5266
5276
|
*/
|
|
5267
5277
|
function asin(x) {
|
|
@@ -5273,7 +5283,7 @@ var decimal = {exports: {}};
|
|
|
5273
5283
|
* Return a new Decimal whose value is the inverse of the hyperbolic sine of `x`, rounded to
|
|
5274
5284
|
* `precision` significant digits using rounding mode `rounding`.
|
|
5275
5285
|
*
|
|
5276
|
-
* x {number|string|Decimal} A value in radians.
|
|
5286
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
5277
5287
|
*
|
|
5278
5288
|
*/
|
|
5279
5289
|
function asinh(x) {
|
|
@@ -5285,7 +5295,7 @@ var decimal = {exports: {}};
|
|
|
5285
5295
|
* Return a new Decimal whose value is the arctangent in radians of `x`, rounded to `precision`
|
|
5286
5296
|
* significant digits using rounding mode `rounding`.
|
|
5287
5297
|
*
|
|
5288
|
-
* x {number|string|Decimal}
|
|
5298
|
+
* x {number|string|bigint|Decimal}
|
|
5289
5299
|
*
|
|
5290
5300
|
*/
|
|
5291
5301
|
function atan(x) {
|
|
@@ -5297,7 +5307,7 @@ var decimal = {exports: {}};
|
|
|
5297
5307
|
* Return a new Decimal whose value is the inverse of the hyperbolic tangent of `x`, rounded to
|
|
5298
5308
|
* `precision` significant digits using rounding mode `rounding`.
|
|
5299
5309
|
*
|
|
5300
|
-
* x {number|string|Decimal} A value in radians.
|
|
5310
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
5301
5311
|
*
|
|
5302
5312
|
*/
|
|
5303
5313
|
function atanh(x) {
|
|
@@ -5312,8 +5322,8 @@ var decimal = {exports: {}};
|
|
|
5312
5322
|
* Domain: [-Infinity, Infinity]
|
|
5313
5323
|
* Range: [-pi, pi]
|
|
5314
5324
|
*
|
|
5315
|
-
* y {number|string|Decimal} The y-coordinate.
|
|
5316
|
-
* x {number|string|Decimal} The x-coordinate.
|
|
5325
|
+
* y {number|string|bigint|Decimal} The y-coordinate.
|
|
5326
|
+
* x {number|string|bigint|Decimal} The x-coordinate.
|
|
5317
5327
|
*
|
|
5318
5328
|
* atan2(±0, -0) = ±pi
|
|
5319
5329
|
* atan2(±0, +0) = ±0
|
|
@@ -5378,7 +5388,7 @@ var decimal = {exports: {}};
|
|
|
5378
5388
|
* Return a new Decimal whose value is the cube root of `x`, rounded to `precision` significant
|
|
5379
5389
|
* digits using rounding mode `rounding`.
|
|
5380
5390
|
*
|
|
5381
|
-
* x {number|string|Decimal}
|
|
5391
|
+
* x {number|string|bigint|Decimal}
|
|
5382
5392
|
*
|
|
5383
5393
|
*/
|
|
5384
5394
|
function cbrt(x) {
|
|
@@ -5389,7 +5399,7 @@ var decimal = {exports: {}};
|
|
|
5389
5399
|
/*
|
|
5390
5400
|
* Return a new Decimal whose value is `x` rounded to an integer using `ROUND_CEIL`.
|
|
5391
5401
|
*
|
|
5392
|
-
* x {number|string|Decimal}
|
|
5402
|
+
* x {number|string|bigint|Decimal}
|
|
5393
5403
|
*
|
|
5394
5404
|
*/
|
|
5395
5405
|
function ceil(x) {
|
|
@@ -5400,9 +5410,9 @@ var decimal = {exports: {}};
|
|
|
5400
5410
|
/*
|
|
5401
5411
|
* Return a new Decimal whose value is `x` clamped to the range delineated by `min` and `max`.
|
|
5402
5412
|
*
|
|
5403
|
-
* x {number|string|Decimal}
|
|
5404
|
-
* min {number|string|Decimal}
|
|
5405
|
-
* max {number|string|Decimal}
|
|
5413
|
+
* x {number|string|bigint|Decimal}
|
|
5414
|
+
* min {number|string|bigint|Decimal}
|
|
5415
|
+
* max {number|string|bigint|Decimal}
|
|
5406
5416
|
*
|
|
5407
5417
|
*/
|
|
5408
5418
|
function clamp(x, min, max) {
|
|
@@ -5476,7 +5486,7 @@ var decimal = {exports: {}};
|
|
|
5476
5486
|
* Return a new Decimal whose value is the cosine of `x`, rounded to `precision` significant
|
|
5477
5487
|
* digits using rounding mode `rounding`.
|
|
5478
5488
|
*
|
|
5479
|
-
* x {number|string|Decimal} A value in radians.
|
|
5489
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
5480
5490
|
*
|
|
5481
5491
|
*/
|
|
5482
5492
|
function cos(x) {
|
|
@@ -5488,7 +5498,7 @@ var decimal = {exports: {}};
|
|
|
5488
5498
|
* Return a new Decimal whose value is the hyperbolic cosine of `x`, rounded to precision
|
|
5489
5499
|
* significant digits using rounding mode `rounding`.
|
|
5490
5500
|
*
|
|
5491
|
-
* x {number|string|Decimal} A value in radians.
|
|
5501
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
5492
5502
|
*
|
|
5493
5503
|
*/
|
|
5494
5504
|
function cosh(x) {
|
|
@@ -5508,7 +5518,7 @@ var decimal = {exports: {}};
|
|
|
5508
5518
|
* The Decimal constructor and exported function.
|
|
5509
5519
|
* Return a new Decimal instance.
|
|
5510
5520
|
*
|
|
5511
|
-
* v {number|string|Decimal} A numeric value.
|
|
5521
|
+
* v {number|string|bigint|Decimal} A numeric value.
|
|
5512
5522
|
*
|
|
5513
5523
|
*/
|
|
5514
5524
|
function Decimal(v) {
|
|
@@ -5522,7 +5532,6 @@ var decimal = {exports: {}};
|
|
|
5522
5532
|
// which points to Object.
|
|
5523
5533
|
x.constructor = Decimal;
|
|
5524
5534
|
|
|
5525
|
-
// Duplicate.
|
|
5526
5535
|
if (isDecimalInstance(v)) {
|
|
5527
5536
|
x.s = v.s;
|
|
5528
5537
|
|
|
@@ -5587,9 +5596,10 @@ var decimal = {exports: {}};
|
|
|
5587
5596
|
}
|
|
5588
5597
|
|
|
5589
5598
|
return;
|
|
5599
|
+
}
|
|
5590
5600
|
|
|
5591
|
-
// Infinity
|
|
5592
|
-
|
|
5601
|
+
// Infinity or NaN?
|
|
5602
|
+
if (v * 0 !== 0) {
|
|
5593
5603
|
if (!v) x.s = NaN;
|
|
5594
5604
|
x.e = NaN;
|
|
5595
5605
|
x.d = null;
|
|
@@ -5597,22 +5607,32 @@ var decimal = {exports: {}};
|
|
|
5597
5607
|
}
|
|
5598
5608
|
|
|
5599
5609
|
return parseDecimal(x, v.toString());
|
|
5610
|
+
}
|
|
5611
|
+
|
|
5612
|
+
if (t === 'string') {
|
|
5613
|
+
if ((i = v.charCodeAt(0)) === 45) { // minus sign
|
|
5614
|
+
v = v.slice(1);
|
|
5615
|
+
x.s = -1;
|
|
5616
|
+
} else {
|
|
5617
|
+
if (i === 43) v = v.slice(1); // plus sign
|
|
5618
|
+
x.s = 1;
|
|
5619
|
+
}
|
|
5600
5620
|
|
|
5601
|
-
|
|
5602
|
-
throw Error(invalidArgument + v);
|
|
5621
|
+
return isDecimal.test(v) ? parseDecimal(x, v) : parseOther(x, v);
|
|
5603
5622
|
}
|
|
5604
5623
|
|
|
5605
|
-
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
|
|
5611
|
-
|
|
5612
|
-
|
|
5624
|
+
if (t === 'bigint') {
|
|
5625
|
+
if (v < 0) {
|
|
5626
|
+
v = -v;
|
|
5627
|
+
x.s = -1;
|
|
5628
|
+
} else {
|
|
5629
|
+
x.s = 1;
|
|
5630
|
+
}
|
|
5631
|
+
|
|
5632
|
+
return parseDecimal(x, v.toString());
|
|
5613
5633
|
}
|
|
5614
5634
|
|
|
5615
|
-
|
|
5635
|
+
throw Error(invalidArgument + v);
|
|
5616
5636
|
}
|
|
5617
5637
|
|
|
5618
5638
|
Decimal.prototype = P;
|
|
@@ -5689,8 +5709,8 @@ var decimal = {exports: {}};
|
|
|
5689
5709
|
* Return a new Decimal whose value is `x` divided by `y`, rounded to `precision` significant
|
|
5690
5710
|
* digits using rounding mode `rounding`.
|
|
5691
5711
|
*
|
|
5692
|
-
* x {number|string|Decimal}
|
|
5693
|
-
* y {number|string|Decimal}
|
|
5712
|
+
* x {number|string|bigint|Decimal}
|
|
5713
|
+
* y {number|string|bigint|Decimal}
|
|
5694
5714
|
*
|
|
5695
5715
|
*/
|
|
5696
5716
|
function div(x, y) {
|
|
@@ -5702,7 +5722,7 @@ var decimal = {exports: {}};
|
|
|
5702
5722
|
* Return a new Decimal whose value is the natural exponential of `x`, rounded to `precision`
|
|
5703
5723
|
* significant digits using rounding mode `rounding`.
|
|
5704
5724
|
*
|
|
5705
|
-
* x {number|string|Decimal} The power to which to raise the base of the natural log.
|
|
5725
|
+
* x {number|string|bigint|Decimal} The power to which to raise the base of the natural log.
|
|
5706
5726
|
*
|
|
5707
5727
|
*/
|
|
5708
5728
|
function exp(x) {
|
|
@@ -5713,7 +5733,7 @@ var decimal = {exports: {}};
|
|
|
5713
5733
|
/*
|
|
5714
5734
|
* Return a new Decimal whose value is `x` round to an integer using `ROUND_FLOOR`.
|
|
5715
5735
|
*
|
|
5716
|
-
* x {number|string|Decimal}
|
|
5736
|
+
* x {number|string|bigint|Decimal}
|
|
5717
5737
|
*
|
|
5718
5738
|
*/
|
|
5719
5739
|
function floor(x) {
|
|
@@ -5727,7 +5747,7 @@ var decimal = {exports: {}};
|
|
|
5727
5747
|
*
|
|
5728
5748
|
* hypot(a, b, ...) = sqrt(a^2 + b^2 + ...)
|
|
5729
5749
|
*
|
|
5730
|
-
* arguments {number|string|Decimal}
|
|
5750
|
+
* arguments {number|string|bigint|Decimal}
|
|
5731
5751
|
*
|
|
5732
5752
|
*/
|
|
5733
5753
|
function hypot() {
|
|
@@ -5769,7 +5789,7 @@ var decimal = {exports: {}};
|
|
|
5769
5789
|
* Return a new Decimal whose value is the natural logarithm of `x`, rounded to `precision`
|
|
5770
5790
|
* significant digits using rounding mode `rounding`.
|
|
5771
5791
|
*
|
|
5772
|
-
* x {number|string|Decimal}
|
|
5792
|
+
* x {number|string|bigint|Decimal}
|
|
5773
5793
|
*
|
|
5774
5794
|
*/
|
|
5775
5795
|
function ln(x) {
|
|
@@ -5783,8 +5803,8 @@ var decimal = {exports: {}};
|
|
|
5783
5803
|
*
|
|
5784
5804
|
* log[y](x)
|
|
5785
5805
|
*
|
|
5786
|
-
* x {number|string|Decimal} The argument of the logarithm.
|
|
5787
|
-
* y {number|string|Decimal} The base of the logarithm.
|
|
5806
|
+
* x {number|string|bigint|Decimal} The argument of the logarithm.
|
|
5807
|
+
* y {number|string|bigint|Decimal} The base of the logarithm.
|
|
5788
5808
|
*
|
|
5789
5809
|
*/
|
|
5790
5810
|
function log(x, y) {
|
|
@@ -5796,7 +5816,7 @@ var decimal = {exports: {}};
|
|
|
5796
5816
|
* Return a new Decimal whose value is the base 2 logarithm of `x`, rounded to `precision`
|
|
5797
5817
|
* significant digits using rounding mode `rounding`.
|
|
5798
5818
|
*
|
|
5799
|
-
* x {number|string|Decimal}
|
|
5819
|
+
* x {number|string|bigint|Decimal}
|
|
5800
5820
|
*
|
|
5801
5821
|
*/
|
|
5802
5822
|
function log2(x) {
|
|
@@ -5808,7 +5828,7 @@ var decimal = {exports: {}};
|
|
|
5808
5828
|
* Return a new Decimal whose value is the base 10 logarithm of `x`, rounded to `precision`
|
|
5809
5829
|
* significant digits using rounding mode `rounding`.
|
|
5810
5830
|
*
|
|
5811
|
-
* x {number|string|Decimal}
|
|
5831
|
+
* x {number|string|bigint|Decimal}
|
|
5812
5832
|
*
|
|
5813
5833
|
*/
|
|
5814
5834
|
function log10(x) {
|
|
@@ -5819,22 +5839,22 @@ var decimal = {exports: {}};
|
|
|
5819
5839
|
/*
|
|
5820
5840
|
* Return a new Decimal whose value is the maximum of the arguments.
|
|
5821
5841
|
*
|
|
5822
|
-
* arguments {number|string|Decimal}
|
|
5842
|
+
* arguments {number|string|bigint|Decimal}
|
|
5823
5843
|
*
|
|
5824
5844
|
*/
|
|
5825
5845
|
function max() {
|
|
5826
|
-
return maxOrMin(this, arguments,
|
|
5846
|
+
return maxOrMin(this, arguments, -1);
|
|
5827
5847
|
}
|
|
5828
5848
|
|
|
5829
5849
|
|
|
5830
5850
|
/*
|
|
5831
5851
|
* Return a new Decimal whose value is the minimum of the arguments.
|
|
5832
5852
|
*
|
|
5833
|
-
* arguments {number|string|Decimal}
|
|
5853
|
+
* arguments {number|string|bigint|Decimal}
|
|
5834
5854
|
*
|
|
5835
5855
|
*/
|
|
5836
5856
|
function min() {
|
|
5837
|
-
return maxOrMin(this, arguments,
|
|
5857
|
+
return maxOrMin(this, arguments, 1);
|
|
5838
5858
|
}
|
|
5839
5859
|
|
|
5840
5860
|
|
|
@@ -5842,8 +5862,8 @@ var decimal = {exports: {}};
|
|
|
5842
5862
|
* Return a new Decimal whose value is `x` modulo `y`, rounded to `precision` significant digits
|
|
5843
5863
|
* using rounding mode `rounding`.
|
|
5844
5864
|
*
|
|
5845
|
-
* x {number|string|Decimal}
|
|
5846
|
-
* y {number|string|Decimal}
|
|
5865
|
+
* x {number|string|bigint|Decimal}
|
|
5866
|
+
* y {number|string|bigint|Decimal}
|
|
5847
5867
|
*
|
|
5848
5868
|
*/
|
|
5849
5869
|
function mod(x, y) {
|
|
@@ -5855,8 +5875,8 @@ var decimal = {exports: {}};
|
|
|
5855
5875
|
* Return a new Decimal whose value is `x` multiplied by `y`, rounded to `precision` significant
|
|
5856
5876
|
* digits using rounding mode `rounding`.
|
|
5857
5877
|
*
|
|
5858
|
-
* x {number|string|Decimal}
|
|
5859
|
-
* y {number|string|Decimal}
|
|
5878
|
+
* x {number|string|bigint|Decimal}
|
|
5879
|
+
* y {number|string|bigint|Decimal}
|
|
5860
5880
|
*
|
|
5861
5881
|
*/
|
|
5862
5882
|
function mul(x, y) {
|
|
@@ -5868,8 +5888,8 @@ var decimal = {exports: {}};
|
|
|
5868
5888
|
* Return a new Decimal whose value is `x` raised to the power `y`, rounded to precision
|
|
5869
5889
|
* significant digits using rounding mode `rounding`.
|
|
5870
5890
|
*
|
|
5871
|
-
* x {number|string|Decimal} The base.
|
|
5872
|
-
* y {number|string|Decimal} The exponent.
|
|
5891
|
+
* x {number|string|bigint|Decimal} The base.
|
|
5892
|
+
* y {number|string|bigint|Decimal} The exponent.
|
|
5873
5893
|
*
|
|
5874
5894
|
*/
|
|
5875
5895
|
function pow(x, y) {
|
|
@@ -5987,7 +6007,7 @@ var decimal = {exports: {}};
|
|
|
5987
6007
|
*
|
|
5988
6008
|
* To emulate `Math.round`, set rounding to 7 (ROUND_HALF_CEIL).
|
|
5989
6009
|
*
|
|
5990
|
-
* x {number|string|Decimal}
|
|
6010
|
+
* x {number|string|bigint|Decimal}
|
|
5991
6011
|
*
|
|
5992
6012
|
*/
|
|
5993
6013
|
function round(x) {
|
|
@@ -6003,7 +6023,7 @@ var decimal = {exports: {}};
|
|
|
6003
6023
|
* -0 if x is -0,
|
|
6004
6024
|
* NaN otherwise
|
|
6005
6025
|
*
|
|
6006
|
-
* x {number|string|Decimal}
|
|
6026
|
+
* x {number|string|bigint|Decimal}
|
|
6007
6027
|
*
|
|
6008
6028
|
*/
|
|
6009
6029
|
function sign(x) {
|
|
@@ -6016,7 +6036,7 @@ var decimal = {exports: {}};
|
|
|
6016
6036
|
* Return a new Decimal whose value is the sine of `x`, rounded to `precision` significant digits
|
|
6017
6037
|
* using rounding mode `rounding`.
|
|
6018
6038
|
*
|
|
6019
|
-
* x {number|string|Decimal} A value in radians.
|
|
6039
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
6020
6040
|
*
|
|
6021
6041
|
*/
|
|
6022
6042
|
function sin(x) {
|
|
@@ -6028,7 +6048,7 @@ var decimal = {exports: {}};
|
|
|
6028
6048
|
* Return a new Decimal whose value is the hyperbolic sine of `x`, rounded to `precision`
|
|
6029
6049
|
* significant digits using rounding mode `rounding`.
|
|
6030
6050
|
*
|
|
6031
|
-
* x {number|string|Decimal} A value in radians.
|
|
6051
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
6032
6052
|
*
|
|
6033
6053
|
*/
|
|
6034
6054
|
function sinh(x) {
|
|
@@ -6040,7 +6060,7 @@ var decimal = {exports: {}};
|
|
|
6040
6060
|
* Return a new Decimal whose value is the square root of `x`, rounded to `precision` significant
|
|
6041
6061
|
* digits using rounding mode `rounding`.
|
|
6042
6062
|
*
|
|
6043
|
-
* x {number|string|Decimal}
|
|
6063
|
+
* x {number|string|bigint|Decimal}
|
|
6044
6064
|
*
|
|
6045
6065
|
*/
|
|
6046
6066
|
function sqrt(x) {
|
|
@@ -6052,8 +6072,8 @@ var decimal = {exports: {}};
|
|
|
6052
6072
|
* Return a new Decimal whose value is `x` minus `y`, rounded to `precision` significant digits
|
|
6053
6073
|
* using rounding mode `rounding`.
|
|
6054
6074
|
*
|
|
6055
|
-
* x {number|string|Decimal}
|
|
6056
|
-
* y {number|string|Decimal}
|
|
6075
|
+
* x {number|string|bigint|Decimal}
|
|
6076
|
+
* y {number|string|bigint|Decimal}
|
|
6057
6077
|
*
|
|
6058
6078
|
*/
|
|
6059
6079
|
function sub(x, y) {
|
|
@@ -6067,7 +6087,7 @@ var decimal = {exports: {}};
|
|
|
6067
6087
|
*
|
|
6068
6088
|
* Only the result is rounded, not the intermediate calculations.
|
|
6069
6089
|
*
|
|
6070
|
-
* arguments {number|string|Decimal}
|
|
6090
|
+
* arguments {number|string|bigint|Decimal}
|
|
6071
6091
|
*
|
|
6072
6092
|
*/
|
|
6073
6093
|
function sum() {
|
|
@@ -6087,7 +6107,7 @@ var decimal = {exports: {}};
|
|
|
6087
6107
|
* Return a new Decimal whose value is the tangent of `x`, rounded to `precision` significant
|
|
6088
6108
|
* digits using rounding mode `rounding`.
|
|
6089
6109
|
*
|
|
6090
|
-
* x {number|string|Decimal} A value in radians.
|
|
6110
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
6091
6111
|
*
|
|
6092
6112
|
*/
|
|
6093
6113
|
function tan(x) {
|
|
@@ -6099,7 +6119,7 @@ var decimal = {exports: {}};
|
|
|
6099
6119
|
* Return a new Decimal whose value is the hyperbolic tangent of `x`, rounded to `precision`
|
|
6100
6120
|
* significant digits using rounding mode `rounding`.
|
|
6101
6121
|
*
|
|
6102
|
-
* x {number|string|Decimal} A value in radians.
|
|
6122
|
+
* x {number|string|bigint|Decimal} A value in radians.
|
|
6103
6123
|
*
|
|
6104
6124
|
*/
|
|
6105
6125
|
function tanh(x) {
|
|
@@ -6110,7 +6130,7 @@ var decimal = {exports: {}};
|
|
|
6110
6130
|
/*
|
|
6111
6131
|
* Return a new Decimal whose value is `x` truncated to an integer.
|
|
6112
6132
|
*
|
|
6113
|
-
* x {number|string|Decimal}
|
|
6133
|
+
* x {number|string|bigint|Decimal}
|
|
6114
6134
|
*
|
|
6115
6135
|
*/
|
|
6116
6136
|
function trunc(x) {
|
|
@@ -6224,8 +6244,8 @@ const PlayerElevatePointsHistory = class {
|
|
|
6224
6244
|
return (h("main", { key: '88ee16781c8b84ba0cf4c008409c8b0460a65c5d' }, h("general-styling-wrapper", { key: 'a4a86b442087c1a9e8ff27a21adde4a63c2b1773', clientStyling: this.clientStyling, clientStylingUrl: this.clientStylingUrl,
|
|
6225
6245
|
// @ts-ignore
|
|
6226
6246
|
targetTranslations: translation, translationUrl: this.translationUrl, mbSource: this.mbSource }), h("player-elevate-pointcard", { key: 'bed65d6923747be4beb1d1520e4eca4c124eb3e9', playerAvatarUrl: this.playerAvatarUrl, endpoint: this.endpoint, session: this.session, language: this.language, clientStylingUrl: this.clientStylingUrl, clientStyling: this.clientStyling, translationUrl: this.translationUrl }), h("div", { key: 'f5d93a35b480712866fd4af9d0923f65d07b7bb8', class: "PlayerElevatePointsDetaisContainer" }, [
|
|
6227
|
-
renderTopBar(this.locale, this.type, pageSetting),
|
|
6228
|
-
h("div", { key: '
|
|
6247
|
+
renderTopBar(this.locale, this.type, pageSetting, this.language),
|
|
6248
|
+
h("div", { key: '5642ba092d69c539eeceb1360408b6a44d870e3f', class: "Tabs Row" }, (this.validWallets || []).map(key => (h("div", { class: "tab" }, h("div", { class: `TabText ${key === this.type ? 'active' : ''}`, onClick: this.switchTab.bind(this, key) }, this.locale.tabTitle[key]), h("div", { class: `TabBorderBottom ${key === this.type ? 'active' : ''}` }))))),
|
|
6229
6249
|
((_a = this.pointsWallets[this.type]) === null || _a === void 0 ? void 0 : _a.isLoadFailed)
|
|
6230
6250
|
? h("div", { class: "ReloadMsg" }, this.locale['reloadMsgWhenError'], h("a", { class: "Reload", onClick: this.updateWallets }, this.locale['reload']))
|
|
6231
6251
|
: this.loadWallets(renderWallets.bind(this, this.locale, ((_b = this.pointsWallets[this.type]) === null || _b === void 0 ? void 0 : _b.wallets) || [], pageSetting))
|