@everymatrix/casino-lobby 1.5.5 → 1.6.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.5.5",
3
+ "version": "1.6.0",
4
4
  "main": "dist/casino-lobby.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": "394176b807e2523b04e88d04cbdb5d596577547a"
39
+ "gitHead": "e4b57a534bdee7d09fc53a7b49e31338bc1a3f00"
40
40
  }
@@ -34,10 +34,6 @@
34
34
  export let registerevent:string = '';
35
35
  export let depositevent:string = '';
36
36
 
37
- export let mostplayed:string = '';
38
- export let mostplayedrounds:string = '';
39
- export let lastplayed:string = 'false';
40
- export let lastplayedperiod:string = 'Last30Days';
41
37
  export let favorites:string = '';
42
38
 
43
39
  export let desktopoffset:string = '0';
@@ -88,6 +84,14 @@
88
84
  export let collectionprovidersgamenames:string = '';
89
85
  //Casino Calendar
90
86
  export let positioncasinocalendar = '';
87
+ //Casino My Games
88
+ export let lastplayedperiod:string = 'Last30Days';
89
+ export let lastplayedorder:string = '';
90
+ export let lastplayedlimit:string = '';
91
+ export let lastplayedunique: string = 'true';
92
+ export let mostplayed:string = '';
93
+ export let mostplayedrounds:string = '';
94
+ export let lastplayed:string = 'false';
91
95
 
92
96
  // Button icon for random game widget
93
97
  export let randombuttonicon:string = '';
@@ -286,10 +290,6 @@
286
290
  {activecategory}
287
291
  {alternativesearch}
288
292
  {favorites}
289
- {mostplayedrounds}
290
- {mostplayed}
291
- {lastplayed}
292
- {lastplayedperiod}
293
293
  {clientstyling}
294
294
  {clientstylingurl}
295
295
  {lobbyid}
@@ -328,8 +328,15 @@
328
328
  {positioncollections}
329
329
  {type}
330
330
  {titletype}
331
- {showsubgroups}
332
331
  {casinomygames}
332
+ {lastplayedunique}
333
+ {lastplayedlimit}
334
+ {lastplayedorder}
335
+ {mostplayedrounds}
336
+ {mostplayed}
337
+ {lastplayed}
338
+ {lastplayedperiod}>
339
+ {showsubgroups}
333
340
  ></casino-page>
334
341
  {#if gamemodal == 'true'}
335
342
  <casino-modal