@everymatrix/casino-lobby 1.27.2 → 1.27.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.3",
|
|
4
4
|
"main": "dist/casino-lobby.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "bb3f018dda0d4518201642689dcd1745b1d9153e"
|
|
39
39
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
export let currency:string = '';
|
|
27
27
|
export let filteredcategories:string = '';
|
|
28
28
|
export let userroles: string = '';
|
|
29
|
+
export let translationurl:string = '';
|
|
29
30
|
|
|
30
31
|
export let loginurl:string = '';
|
|
31
32
|
export let registerurl:string = '';
|
|
@@ -303,6 +304,7 @@
|
|
|
303
304
|
{lastplayed}
|
|
304
305
|
{favorites}
|
|
305
306
|
{activecategory}
|
|
307
|
+
{translationurl}
|
|
306
308
|
{clientstyling}
|
|
307
309
|
{clientstylingurl}
|
|
308
310
|
{containermaxwidth}
|
|
@@ -344,6 +346,7 @@
|
|
|
344
346
|
{numberusersrecent}
|
|
345
347
|
{numberuserstop}
|
|
346
348
|
{amountlimit}
|
|
349
|
+
{translationurl}
|
|
347
350
|
{isrecentavailable}
|
|
348
351
|
{istopavailable}
|
|
349
352
|
{integratedgameframedesktop}
|
|
@@ -392,6 +395,7 @@
|
|
|
392
395
|
datasource={DS}
|
|
393
396
|
lang={language}
|
|
394
397
|
sessioncheck="false"
|
|
398
|
+
{translationurl}
|
|
395
399
|
{clientstyling}
|
|
396
400
|
{clientstylingurl}
|
|
397
401
|
{gamepagemodalurl}
|
|
@@ -410,6 +414,7 @@
|
|
|
410
414
|
depositevent={depositevent}
|
|
411
415
|
checksession="false"
|
|
412
416
|
{playforfun}
|
|
417
|
+
{translationurl}
|
|
413
418
|
{shortcashierenabled}
|
|
414
419
|
{favorites}
|
|
415
420
|
{clientstyling}
|