@everymatrix/casino-page 0.0.284 → 0.0.285
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/casino-page.js +1 -1
- package/dist/casino-page.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoPage.svelte +6 -0
- package/src/translations.js +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-page",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.285",
|
|
4
4
|
"main": "dist/casino-page.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "e2ab83a03870fbcab9c88dd68379d235ca766614"
|
|
40
40
|
}
|
package/src/CasinoPage.svelte
CHANGED
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
export let activecategory:string = '';
|
|
38
38
|
export let livecasino:string = 'false';
|
|
39
39
|
export let playrandomgame:string = 'false';
|
|
40
|
+
export let gamepagemodalurl:string = 'false';
|
|
40
41
|
let userAgent:any = window.navigator.userAgent;
|
|
41
42
|
let gameevent:string;
|
|
42
43
|
|
|
@@ -1054,6 +1055,7 @@
|
|
|
1054
1055
|
{clientstylingurl}
|
|
1055
1056
|
{livecasino}
|
|
1056
1057
|
{visiblegames}
|
|
1058
|
+
{gamepagemodalurl}
|
|
1057
1059
|
/>
|
|
1058
1060
|
{:else}
|
|
1059
1061
|
{#if lobbyScreen}
|
|
@@ -1076,6 +1078,7 @@
|
|
|
1076
1078
|
{clientstylingurl}
|
|
1077
1079
|
{livecasino}
|
|
1078
1080
|
{visiblegames}
|
|
1081
|
+
{gamepagemodalurl}
|
|
1079
1082
|
/>
|
|
1080
1083
|
{/each}
|
|
1081
1084
|
{:else if favoritesScreen}
|
|
@@ -1094,6 +1097,7 @@
|
|
|
1094
1097
|
{clientstylingurl}
|
|
1095
1098
|
{livecasino}
|
|
1096
1099
|
{visiblegames}
|
|
1100
|
+
{gamepagemodalurl}
|
|
1097
1101
|
/>
|
|
1098
1102
|
{:else if mostPlayedScreen}
|
|
1099
1103
|
{#if mostPlayedEmpty}
|
|
@@ -1115,6 +1119,7 @@
|
|
|
1115
1119
|
{clientstylingurl}
|
|
1116
1120
|
{livecasino}
|
|
1117
1121
|
{visiblegames}
|
|
1122
|
+
{gamepagemodalurl}
|
|
1118
1123
|
/>
|
|
1119
1124
|
{/if}
|
|
1120
1125
|
{:else}
|
|
@@ -1134,6 +1139,7 @@
|
|
|
1134
1139
|
{clientstylingurl}
|
|
1135
1140
|
{livecasino}
|
|
1136
1141
|
{visiblegames}
|
|
1142
|
+
{gamepagemodalurl}
|
|
1137
1143
|
/>
|
|
1138
1144
|
{/if}
|
|
1139
1145
|
{/if}
|
package/src/translations.js
CHANGED
|
@@ -43,16 +43,16 @@ export const CasinoPageTranslations = {
|
|
|
43
43
|
},
|
|
44
44
|
fr: {
|
|
45
45
|
casinoPage: {
|
|
46
|
-
500: 'Erreur
|
|
47
|
-
search: '
|
|
48
|
-
loading: 'Chargement
|
|
49
|
-
searchMobile: '
|
|
50
|
-
break: '
|
|
51
|
-
breakButton: '24
|
|
52
|
-
searchGames: '
|
|
46
|
+
500: 'Erreur - erreur de serveur interne',
|
|
47
|
+
search: 'Recherche',
|
|
48
|
+
loading: 'Chargement',
|
|
49
|
+
searchMobile: 'Recherche',
|
|
50
|
+
break: 'Faire une pause d\'un jour dans le jeu ',
|
|
51
|
+
breakButton: 'Refroidissement de 24 heures',
|
|
52
|
+
searchGames: 'Recherche de jeux de casino',
|
|
53
53
|
filters: 'Filtres',
|
|
54
|
-
clear: '
|
|
55
|
-
noGamesPlayed: 'Vous n\'avez
|
|
54
|
+
clear: 'Clair',
|
|
55
|
+
noGamesPlayed: 'Vous n\'avez aucune partie jouée'
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
es: {
|