@everymatrix/casino-lobby 1.34.3 → 1.36.0

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.34.3",
3
+ "version": "1.36.0",
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": "4e28e0c3c1affa9d973865e59eaf5af69fcddede"
38
+ "gitHead": "09be81de9c66446d0062303022d5f036d874d153"
39
39
  }
@@ -3,7 +3,8 @@
3
3
  <script lang="ts">
4
4
  import { onMount } from "svelte";
5
5
  import { getDevice, isMobile, checkSession } from 'rvhelper';
6
- import { setupI18n, setLocale } from './i18n';
6
+ import { setupI18n, setLocale, addNewMessages } from './i18n';
7
+
7
8
 
8
9
  import '@everymatrix/casino-categories-slider';
9
10
  import '@everymatrix/casino-page';
@@ -46,6 +47,7 @@
46
47
  export let showgamename:string = 'false';
47
48
  export let gamemodal:string = 'true';
48
49
  export let playrandomgame:string = 'false';
50
+ export let randomgameslider:string = 'false';
49
51
  export let visiblegames:string = '10';
50
52
  export let integratedgameframedesktop:string = 'false';
51
53
  export let integratedgameframemobile:string = 'false';
@@ -94,6 +96,11 @@
94
96
  export let mostplayed:string = '';
95
97
  export let mostplayedrounds:string = '';
96
98
  export let lastplayed:string = 'false';
99
+ //Casino Random Game Slider
100
+ export let specificcategory:string = '';
101
+ export let launchbygamecard:string = '';
102
+ export let iconvisible:string = '';
103
+ export let iconvisibleonanim:string = '';
97
104
 
98
105
  //Je lobby widget
99
106
  export let positionjelobbywidget:string = '';
@@ -251,8 +258,6 @@
251
258
  });
252
259
  }
253
260
 
254
-
255
-
256
261
  onMount(() => {
257
262
  window.addEventListener('message', messageHandler, false);
258
263
 
@@ -310,8 +315,14 @@
310
315
  {showgamename}
311
316
  {cmsendpoint}
312
317
  {env}
318
+ {translationurl}
313
319
  {visiblegames}
314
320
  {playrandomgame}
321
+ {randomgameslider}
322
+ {specificcategory}
323
+ {launchbygamecard}
324
+ {iconvisible}
325
+ {iconvisibleonanim}
315
326
  {activecategory}
316
327
  {favorites}
317
328
  {clientstyling}
@@ -332,7 +343,6 @@
332
343
  {numberusersrecent}
333
344
  {numberuserstop}
334
345
  {amountlimit}
335
- {translationurl}
336
346
  {isrecentavailable}
337
347
  {istopavailable}
338
348
  {integratedgameframedesktop}