@betorigami/games 1.13.0 → 1.13.2
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/index.d.ts +81 -97
- package/dist/index.mjs +639 -568
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -343,27 +343,26 @@ export declare const translations: {
|
|
|
343
343
|
segments: string;
|
|
344
344
|
};
|
|
345
345
|
roulette: {
|
|
346
|
-
|
|
346
|
+
chipValue: string;
|
|
347
347
|
totalBetAmount: string;
|
|
348
348
|
};
|
|
349
349
|
};
|
|
350
350
|
hotkeys: {
|
|
351
|
+
clearBets: string;
|
|
351
352
|
doubleBet: string;
|
|
352
|
-
|
|
353
|
+
doubleChipValue: string;
|
|
353
354
|
doubleTotalBet: string;
|
|
354
355
|
halveBet: string;
|
|
355
|
-
|
|
356
|
+
halveChipValue: string;
|
|
356
357
|
halveTotalBet: string;
|
|
357
358
|
higherTarget: string;
|
|
358
359
|
info: string;
|
|
359
360
|
lowerTarget: string;
|
|
360
361
|
makeBet: string;
|
|
362
|
+
resetChipValue: string;
|
|
361
363
|
toggleWinCondition: string;
|
|
362
364
|
undo: string;
|
|
363
|
-
clearBets: string;
|
|
364
365
|
zeroBet: string;
|
|
365
|
-
zeroBetPerClick: string;
|
|
366
|
-
zeroTotalBet: string;
|
|
367
366
|
};
|
|
368
367
|
modals: {
|
|
369
368
|
betResult: string;
|
|
@@ -651,27 +650,26 @@ export declare const translations: {
|
|
|
651
650
|
segments: string;
|
|
652
651
|
};
|
|
653
652
|
roulette: {
|
|
654
|
-
|
|
653
|
+
chipValue: string;
|
|
655
654
|
totalBetAmount: string;
|
|
656
655
|
};
|
|
657
656
|
};
|
|
658
657
|
hotkeys: {
|
|
658
|
+
clearBets: string;
|
|
659
659
|
doubleBet: string;
|
|
660
|
-
|
|
660
|
+
doubleChipValue: string;
|
|
661
661
|
doubleTotalBet: string;
|
|
662
662
|
halveBet: string;
|
|
663
|
-
|
|
663
|
+
halveChipValue: string;
|
|
664
664
|
halveTotalBet: string;
|
|
665
665
|
higherTarget: string;
|
|
666
666
|
info: string;
|
|
667
667
|
lowerTarget: string;
|
|
668
668
|
makeBet: string;
|
|
669
|
+
resetChipValue: string;
|
|
669
670
|
toggleWinCondition: string;
|
|
670
671
|
undo: string;
|
|
671
|
-
clearBets: string;
|
|
672
672
|
zeroBet: string;
|
|
673
|
-
zeroBetPerClick: string;
|
|
674
|
-
zeroTotalBet: string;
|
|
675
673
|
};
|
|
676
674
|
modals: {
|
|
677
675
|
betResult: string;
|
|
@@ -917,7 +915,7 @@ export declare const translations: {
|
|
|
917
915
|
};
|
|
918
916
|
games: {
|
|
919
917
|
roulette: {
|
|
920
|
-
|
|
918
|
+
chipValue: string;
|
|
921
919
|
totalBetAmount: string;
|
|
922
920
|
};
|
|
923
921
|
advancedDice: {
|
|
@@ -964,22 +962,21 @@ export declare const translations: {
|
|
|
964
962
|
};
|
|
965
963
|
};
|
|
966
964
|
hotkeys: {
|
|
965
|
+
clearBets: string;
|
|
967
966
|
doubleBet: string;
|
|
968
|
-
|
|
967
|
+
doubleChipValue: string;
|
|
969
968
|
doubleTotalBet: string;
|
|
970
969
|
halveBet: string;
|
|
971
|
-
|
|
970
|
+
halveChipValue: string;
|
|
972
971
|
halveTotalBet: string;
|
|
973
972
|
higherTarget: string;
|
|
974
973
|
info: string;
|
|
975
974
|
lowerTarget: string;
|
|
976
975
|
makeBet: string;
|
|
976
|
+
resetChipValue: string;
|
|
977
977
|
toggleWinCondition: string;
|
|
978
978
|
undo: string;
|
|
979
|
-
clearBets: string;
|
|
980
979
|
zeroBet: string;
|
|
981
|
-
zeroBetPerClick: string;
|
|
982
|
-
zeroTotalBet: string;
|
|
983
980
|
};
|
|
984
981
|
modals: {
|
|
985
982
|
betResult: string;
|
|
@@ -1267,27 +1264,26 @@ export declare const translations: {
|
|
|
1267
1264
|
segments: string;
|
|
1268
1265
|
};
|
|
1269
1266
|
roulette: {
|
|
1270
|
-
|
|
1267
|
+
chipValue: string;
|
|
1271
1268
|
totalBetAmount: string;
|
|
1272
1269
|
};
|
|
1273
1270
|
};
|
|
1274
1271
|
hotkeys: {
|
|
1272
|
+
clearBets: string;
|
|
1275
1273
|
doubleBet: string;
|
|
1276
|
-
|
|
1274
|
+
doubleChipValue: string;
|
|
1277
1275
|
doubleTotalBet: string;
|
|
1278
1276
|
halveBet: string;
|
|
1279
|
-
|
|
1277
|
+
halveChipValue: string;
|
|
1280
1278
|
halveTotalBet: string;
|
|
1281
1279
|
higherTarget: string;
|
|
1282
1280
|
info: string;
|
|
1283
1281
|
lowerTarget: string;
|
|
1284
1282
|
makeBet: string;
|
|
1283
|
+
resetChipValue: string;
|
|
1285
1284
|
toggleWinCondition: string;
|
|
1286
1285
|
undo: string;
|
|
1287
|
-
clearBets: string;
|
|
1288
1286
|
zeroBet: string;
|
|
1289
|
-
zeroBetPerClick: string;
|
|
1290
|
-
zeroTotalBet: string;
|
|
1291
1287
|
};
|
|
1292
1288
|
modals: {
|
|
1293
1289
|
betResult: string;
|
|
@@ -1575,27 +1571,26 @@ export declare const translations: {
|
|
|
1575
1571
|
segments: string;
|
|
1576
1572
|
};
|
|
1577
1573
|
roulette: {
|
|
1578
|
-
|
|
1574
|
+
chipValue: string;
|
|
1579
1575
|
totalBetAmount: string;
|
|
1580
1576
|
};
|
|
1581
1577
|
};
|
|
1582
1578
|
hotkeys: {
|
|
1579
|
+
clearBets: string;
|
|
1583
1580
|
doubleBet: string;
|
|
1584
|
-
|
|
1581
|
+
doubleChipValue: string;
|
|
1585
1582
|
doubleTotalBet: string;
|
|
1586
1583
|
halveBet: string;
|
|
1587
|
-
|
|
1584
|
+
halveChipValue: string;
|
|
1588
1585
|
halveTotalBet: string;
|
|
1589
1586
|
higherTarget: string;
|
|
1590
1587
|
info: string;
|
|
1591
1588
|
lowerTarget: string;
|
|
1592
1589
|
makeBet: string;
|
|
1590
|
+
resetChipValue: string;
|
|
1593
1591
|
toggleWinCondition: string;
|
|
1594
1592
|
undo: string;
|
|
1595
|
-
clearBets: string;
|
|
1596
1593
|
zeroBet: string;
|
|
1597
|
-
zeroBetPerClick: string;
|
|
1598
|
-
zeroTotalBet: string;
|
|
1599
1594
|
};
|
|
1600
1595
|
modals: {
|
|
1601
1596
|
betResult: string;
|
|
@@ -1883,27 +1878,26 @@ export declare const translations: {
|
|
|
1883
1878
|
segments: string;
|
|
1884
1879
|
};
|
|
1885
1880
|
roulette: {
|
|
1886
|
-
|
|
1881
|
+
chipValue: string;
|
|
1887
1882
|
totalBetAmount: string;
|
|
1888
1883
|
};
|
|
1889
1884
|
};
|
|
1890
1885
|
hotkeys: {
|
|
1886
|
+
clearBets: string;
|
|
1891
1887
|
doubleBet: string;
|
|
1892
|
-
|
|
1888
|
+
doubleChipValue: string;
|
|
1893
1889
|
doubleTotalBet: string;
|
|
1894
1890
|
halveBet: string;
|
|
1895
|
-
|
|
1891
|
+
halveChipValue: string;
|
|
1896
1892
|
halveTotalBet: string;
|
|
1897
1893
|
higherTarget: string;
|
|
1898
1894
|
info: string;
|
|
1899
1895
|
lowerTarget: string;
|
|
1900
1896
|
makeBet: string;
|
|
1897
|
+
resetChipValue: string;
|
|
1901
1898
|
toggleWinCondition: string;
|
|
1902
1899
|
undo: string;
|
|
1903
|
-
clearBets: string;
|
|
1904
1900
|
zeroBet: string;
|
|
1905
|
-
zeroBetPerClick: string;
|
|
1906
|
-
zeroTotalBet: string;
|
|
1907
1901
|
};
|
|
1908
1902
|
modals: {
|
|
1909
1903
|
betResult: string;
|
|
@@ -2191,27 +2185,26 @@ export declare const translations: {
|
|
|
2191
2185
|
segments: string;
|
|
2192
2186
|
};
|
|
2193
2187
|
roulette: {
|
|
2194
|
-
|
|
2188
|
+
chipValue: string;
|
|
2195
2189
|
totalBetAmount: string;
|
|
2196
2190
|
};
|
|
2197
2191
|
};
|
|
2198
2192
|
hotkeys: {
|
|
2193
|
+
clearBets: string;
|
|
2199
2194
|
doubleBet: string;
|
|
2200
|
-
|
|
2195
|
+
doubleChipValue: string;
|
|
2201
2196
|
doubleTotalBet: string;
|
|
2202
2197
|
halveBet: string;
|
|
2203
|
-
|
|
2198
|
+
halveChipValue: string;
|
|
2204
2199
|
halveTotalBet: string;
|
|
2205
2200
|
higherTarget: string;
|
|
2206
2201
|
info: string;
|
|
2207
2202
|
lowerTarget: string;
|
|
2208
2203
|
makeBet: string;
|
|
2204
|
+
resetChipValue: string;
|
|
2209
2205
|
toggleWinCondition: string;
|
|
2210
2206
|
undo: string;
|
|
2211
|
-
clearBets: string;
|
|
2212
2207
|
zeroBet: string;
|
|
2213
|
-
zeroBetPerClick: string;
|
|
2214
|
-
zeroTotalBet: string;
|
|
2215
2208
|
};
|
|
2216
2209
|
modals: {
|
|
2217
2210
|
betResult: string;
|
|
@@ -2499,27 +2492,26 @@ export declare const translations: {
|
|
|
2499
2492
|
segments: string;
|
|
2500
2493
|
};
|
|
2501
2494
|
roulette: {
|
|
2502
|
-
|
|
2495
|
+
chipValue: string;
|
|
2503
2496
|
totalBetAmount: string;
|
|
2504
2497
|
};
|
|
2505
2498
|
};
|
|
2506
2499
|
hotkeys: {
|
|
2500
|
+
clearBets: string;
|
|
2507
2501
|
doubleBet: string;
|
|
2508
|
-
|
|
2502
|
+
doubleChipValue: string;
|
|
2509
2503
|
doubleTotalBet: string;
|
|
2510
2504
|
halveBet: string;
|
|
2511
|
-
|
|
2505
|
+
halveChipValue: string;
|
|
2512
2506
|
halveTotalBet: string;
|
|
2513
2507
|
higherTarget: string;
|
|
2514
2508
|
info: string;
|
|
2515
2509
|
lowerTarget: string;
|
|
2516
2510
|
makeBet: string;
|
|
2511
|
+
resetChipValue: string;
|
|
2517
2512
|
toggleWinCondition: string;
|
|
2518
2513
|
undo: string;
|
|
2519
|
-
clearBets: string;
|
|
2520
2514
|
zeroBet: string;
|
|
2521
|
-
zeroBetPerClick: string;
|
|
2522
|
-
zeroTotalBet: string;
|
|
2523
2515
|
};
|
|
2524
2516
|
modals: {
|
|
2525
2517
|
betResult: string;
|
|
@@ -2807,27 +2799,26 @@ export declare const translations: {
|
|
|
2807
2799
|
segments: string;
|
|
2808
2800
|
};
|
|
2809
2801
|
roulette: {
|
|
2810
|
-
|
|
2802
|
+
chipValue: string;
|
|
2811
2803
|
totalBetAmount: string;
|
|
2812
2804
|
};
|
|
2813
2805
|
};
|
|
2814
2806
|
hotkeys: {
|
|
2807
|
+
clearBets: string;
|
|
2815
2808
|
doubleBet: string;
|
|
2816
|
-
|
|
2809
|
+
doubleChipValue: string;
|
|
2817
2810
|
doubleTotalBet: string;
|
|
2818
2811
|
halveBet: string;
|
|
2819
|
-
|
|
2812
|
+
halveChipValue: string;
|
|
2820
2813
|
halveTotalBet: string;
|
|
2821
2814
|
higherTarget: string;
|
|
2822
2815
|
info: string;
|
|
2823
2816
|
lowerTarget: string;
|
|
2824
2817
|
makeBet: string;
|
|
2818
|
+
resetChipValue: string;
|
|
2825
2819
|
toggleWinCondition: string;
|
|
2826
2820
|
undo: string;
|
|
2827
|
-
clearBets: string;
|
|
2828
2821
|
zeroBet: string;
|
|
2829
|
-
zeroBetPerClick: string;
|
|
2830
|
-
zeroTotalBet: string;
|
|
2831
2822
|
};
|
|
2832
2823
|
modals: {
|
|
2833
2824
|
betResult: string;
|
|
@@ -3115,27 +3106,26 @@ export declare const translations: {
|
|
|
3115
3106
|
segments: string;
|
|
3116
3107
|
};
|
|
3117
3108
|
roulette: {
|
|
3118
|
-
|
|
3109
|
+
chipValue: string;
|
|
3119
3110
|
totalBetAmount: string;
|
|
3120
3111
|
};
|
|
3121
3112
|
};
|
|
3122
3113
|
hotkeys: {
|
|
3114
|
+
clearBets: string;
|
|
3123
3115
|
doubleBet: string;
|
|
3124
|
-
|
|
3116
|
+
doubleChipValue: string;
|
|
3125
3117
|
doubleTotalBet: string;
|
|
3126
3118
|
halveBet: string;
|
|
3127
|
-
|
|
3119
|
+
halveChipValue: string;
|
|
3128
3120
|
halveTotalBet: string;
|
|
3129
3121
|
higherTarget: string;
|
|
3130
3122
|
info: string;
|
|
3131
3123
|
lowerTarget: string;
|
|
3132
3124
|
makeBet: string;
|
|
3125
|
+
resetChipValue: string;
|
|
3133
3126
|
toggleWinCondition: string;
|
|
3134
3127
|
undo: string;
|
|
3135
|
-
clearBets: string;
|
|
3136
3128
|
zeroBet: string;
|
|
3137
|
-
zeroBetPerClick: string;
|
|
3138
|
-
zeroTotalBet: string;
|
|
3139
3129
|
};
|
|
3140
3130
|
modals: {
|
|
3141
3131
|
betResult: string;
|
|
@@ -3423,27 +3413,26 @@ export declare const translations: {
|
|
|
3423
3413
|
segments: string;
|
|
3424
3414
|
};
|
|
3425
3415
|
roulette: {
|
|
3426
|
-
|
|
3416
|
+
chipValue: string;
|
|
3427
3417
|
totalBetAmount: string;
|
|
3428
3418
|
};
|
|
3429
3419
|
};
|
|
3430
3420
|
hotkeys: {
|
|
3421
|
+
clearBets: string;
|
|
3431
3422
|
doubleBet: string;
|
|
3432
|
-
|
|
3423
|
+
doubleChipValue: string;
|
|
3433
3424
|
doubleTotalBet: string;
|
|
3434
3425
|
halveBet: string;
|
|
3435
|
-
|
|
3426
|
+
halveChipValue: string;
|
|
3436
3427
|
halveTotalBet: string;
|
|
3437
3428
|
higherTarget: string;
|
|
3438
3429
|
info: string;
|
|
3439
3430
|
lowerTarget: string;
|
|
3440
3431
|
makeBet: string;
|
|
3432
|
+
resetChipValue: string;
|
|
3441
3433
|
toggleWinCondition: string;
|
|
3442
3434
|
undo: string;
|
|
3443
|
-
clearBets: string;
|
|
3444
3435
|
zeroBet: string;
|
|
3445
|
-
zeroBetPerClick: string;
|
|
3446
|
-
zeroTotalBet: string;
|
|
3447
3436
|
};
|
|
3448
3437
|
modals: {
|
|
3449
3438
|
betResult: string;
|
|
@@ -3731,27 +3720,26 @@ export declare const translations: {
|
|
|
3731
3720
|
segments: string;
|
|
3732
3721
|
};
|
|
3733
3722
|
roulette: {
|
|
3734
|
-
|
|
3723
|
+
chipValue: string;
|
|
3735
3724
|
totalBetAmount: string;
|
|
3736
3725
|
};
|
|
3737
3726
|
};
|
|
3738
3727
|
hotkeys: {
|
|
3728
|
+
clearBets: string;
|
|
3739
3729
|
doubleBet: string;
|
|
3740
|
-
|
|
3730
|
+
doubleChipValue: string;
|
|
3741
3731
|
doubleTotalBet: string;
|
|
3742
3732
|
halveBet: string;
|
|
3743
|
-
|
|
3733
|
+
halveChipValue: string;
|
|
3744
3734
|
halveTotalBet: string;
|
|
3745
3735
|
higherTarget: string;
|
|
3746
3736
|
info: string;
|
|
3747
3737
|
lowerTarget: string;
|
|
3748
3738
|
makeBet: string;
|
|
3739
|
+
resetChipValue: string;
|
|
3749
3740
|
toggleWinCondition: string;
|
|
3750
3741
|
undo: string;
|
|
3751
|
-
clearBets: string;
|
|
3752
3742
|
zeroBet: string;
|
|
3753
|
-
zeroBetPerClick: string;
|
|
3754
|
-
zeroTotalBet: string;
|
|
3755
3743
|
};
|
|
3756
3744
|
modals: {
|
|
3757
3745
|
betResult: string;
|
|
@@ -4039,27 +4027,26 @@ export declare const translations: {
|
|
|
4039
4027
|
segments: string;
|
|
4040
4028
|
};
|
|
4041
4029
|
roulette: {
|
|
4042
|
-
|
|
4030
|
+
chipValue: string;
|
|
4043
4031
|
totalBetAmount: string;
|
|
4044
4032
|
};
|
|
4045
4033
|
};
|
|
4046
4034
|
hotkeys: {
|
|
4035
|
+
clearBets: string;
|
|
4047
4036
|
doubleBet: string;
|
|
4048
|
-
|
|
4037
|
+
doubleChipValue: string;
|
|
4049
4038
|
doubleTotalBet: string;
|
|
4050
4039
|
halveBet: string;
|
|
4051
|
-
|
|
4040
|
+
halveChipValue: string;
|
|
4052
4041
|
halveTotalBet: string;
|
|
4053
4042
|
higherTarget: string;
|
|
4054
4043
|
info: string;
|
|
4055
4044
|
lowerTarget: string;
|
|
4056
4045
|
makeBet: string;
|
|
4046
|
+
resetChipValue: string;
|
|
4057
4047
|
toggleWinCondition: string;
|
|
4058
4048
|
undo: string;
|
|
4059
|
-
clearBets: string;
|
|
4060
4049
|
zeroBet: string;
|
|
4061
|
-
zeroBetPerClick: string;
|
|
4062
|
-
zeroTotalBet: string;
|
|
4063
4050
|
};
|
|
4064
4051
|
modals: {
|
|
4065
4052
|
betResult: string;
|
|
@@ -4347,27 +4334,26 @@ export declare const translations: {
|
|
|
4347
4334
|
segments: string;
|
|
4348
4335
|
};
|
|
4349
4336
|
roulette: {
|
|
4350
|
-
|
|
4337
|
+
chipValue: string;
|
|
4351
4338
|
totalBetAmount: string;
|
|
4352
4339
|
};
|
|
4353
4340
|
};
|
|
4354
4341
|
hotkeys: {
|
|
4342
|
+
clearBets: string;
|
|
4355
4343
|
doubleBet: string;
|
|
4356
|
-
|
|
4344
|
+
doubleChipValue: string;
|
|
4357
4345
|
doubleTotalBet: string;
|
|
4358
4346
|
halveBet: string;
|
|
4359
|
-
|
|
4347
|
+
halveChipValue: string;
|
|
4360
4348
|
halveTotalBet: string;
|
|
4361
4349
|
higherTarget: string;
|
|
4362
4350
|
info: string;
|
|
4363
4351
|
lowerTarget: string;
|
|
4364
4352
|
makeBet: string;
|
|
4353
|
+
resetChipValue: string;
|
|
4365
4354
|
toggleWinCondition: string;
|
|
4366
4355
|
undo: string;
|
|
4367
|
-
clearBets: string;
|
|
4368
4356
|
zeroBet: string;
|
|
4369
|
-
zeroBetPerClick: string;
|
|
4370
|
-
zeroTotalBet: string;
|
|
4371
4357
|
};
|
|
4372
4358
|
modals: {
|
|
4373
4359
|
betResult: string;
|
|
@@ -4655,27 +4641,26 @@ export declare const translations: {
|
|
|
4655
4641
|
segments: string;
|
|
4656
4642
|
};
|
|
4657
4643
|
roulette: {
|
|
4658
|
-
|
|
4644
|
+
chipValue: string;
|
|
4659
4645
|
totalBetAmount: string;
|
|
4660
4646
|
};
|
|
4661
4647
|
};
|
|
4662
4648
|
hotkeys: {
|
|
4649
|
+
clearBets: string;
|
|
4663
4650
|
doubleBet: string;
|
|
4664
|
-
|
|
4651
|
+
doubleChipValue: string;
|
|
4665
4652
|
doubleTotalBet: string;
|
|
4666
4653
|
halveBet: string;
|
|
4667
|
-
|
|
4654
|
+
halveChipValue: string;
|
|
4668
4655
|
halveTotalBet: string;
|
|
4669
4656
|
higherTarget: string;
|
|
4670
4657
|
info: string;
|
|
4671
4658
|
lowerTarget: string;
|
|
4672
4659
|
makeBet: string;
|
|
4660
|
+
resetChipValue: string;
|
|
4673
4661
|
toggleWinCondition: string;
|
|
4674
4662
|
undo: string;
|
|
4675
|
-
clearBets: string;
|
|
4676
4663
|
zeroBet: string;
|
|
4677
|
-
zeroBetPerClick: string;
|
|
4678
|
-
zeroTotalBet: string;
|
|
4679
4664
|
};
|
|
4680
4665
|
modals: {
|
|
4681
4666
|
betResult: string;
|
|
@@ -4963,27 +4948,26 @@ export declare const translations: {
|
|
|
4963
4948
|
segments: string;
|
|
4964
4949
|
};
|
|
4965
4950
|
roulette: {
|
|
4966
|
-
|
|
4951
|
+
chipValue: string;
|
|
4967
4952
|
totalBetAmount: string;
|
|
4968
4953
|
};
|
|
4969
4954
|
};
|
|
4970
4955
|
hotkeys: {
|
|
4956
|
+
clearBets: string;
|
|
4971
4957
|
doubleBet: string;
|
|
4972
|
-
|
|
4958
|
+
doubleChipValue: string;
|
|
4973
4959
|
doubleTotalBet: string;
|
|
4974
4960
|
halveBet: string;
|
|
4975
|
-
|
|
4961
|
+
halveChipValue: string;
|
|
4976
4962
|
halveTotalBet: string;
|
|
4977
4963
|
higherTarget: string;
|
|
4978
4964
|
info: string;
|
|
4979
4965
|
lowerTarget: string;
|
|
4980
4966
|
makeBet: string;
|
|
4967
|
+
resetChipValue: string;
|
|
4981
4968
|
toggleWinCondition: string;
|
|
4982
4969
|
undo: string;
|
|
4983
|
-
clearBets: string;
|
|
4984
4970
|
zeroBet: string;
|
|
4985
|
-
zeroBetPerClick: string;
|
|
4986
|
-
zeroTotalBet: string;
|
|
4987
4971
|
};
|
|
4988
4972
|
modals: {
|
|
4989
4973
|
betResult: string;
|
|
@@ -6158,6 +6142,7 @@ export declare class RouletteGame extends GameComponent {
|
|
|
6158
6142
|
private _autoEl?;
|
|
6159
6143
|
constructor();
|
|
6160
6144
|
get rouletteType(): RouletteType;
|
|
6145
|
+
get maxPerClickAmount(): string;
|
|
6161
6146
|
private adjustPerClickAmount;
|
|
6162
6147
|
/**
|
|
6163
6148
|
* Derive the current chip state from events.
|
|
@@ -6169,7 +6154,6 @@ export declare class RouletteGame extends GameComponent {
|
|
|
6169
6154
|
get canUndo(): boolean;
|
|
6170
6155
|
get canClear(): boolean;
|
|
6171
6156
|
get totalBetAmount(): number;
|
|
6172
|
-
get maxAllowedAmount(): number;
|
|
6173
6157
|
protected onBetAmountChange: (oldBetAmount: string, newBetAmount: string) => void;
|
|
6174
6158
|
get isDoubleDisabled(): boolean;
|
|
6175
6159
|
get maxPossiblePayout(): number;
|