@everymatrix/casino-lobby 1.0.16 → 1.1.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/dist/casino-lobby.js +3 -3
- package/dist/casino-lobby.js.map +1 -1
- package/index.html +40 -15
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +11 -12
package/index.html
CHANGED
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
|
|
17
17
|
<div class="webcomponent">
|
|
18
18
|
<casino-lobby
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
19
|
+
endpoint="https://demo-api.stage.norway.everymatrix.com/v1"
|
|
20
|
+
datasource="RNG"
|
|
21
|
+
playforfun="true"
|
|
22
|
+
lang="en"
|
|
23
|
+
loginevent="OpenLoginRegisterModal"
|
|
24
|
+
registerevent="OpenLoginRegisterModal"
|
|
25
|
+
depositevent="OpenDepositModal"
|
|
26
|
+
favorites="true"
|
|
27
|
+
activecategory="LOBBY"
|
|
28
|
+
mostplayed="true"
|
|
29
|
+
mostplayedrounds="1"
|
|
30
|
+
lastplayed="true"
|
|
31
|
+
lastplayedperiod="Today"
|
|
32
|
+
lobbyid="casino"
|
|
33
|
+
clockformat="LTS"
|
|
34
34
|
containermaxwidth="1300"
|
|
35
35
|
haspanicbutton="true"
|
|
36
36
|
alternativesearch="true"
|
|
@@ -48,6 +48,31 @@
|
|
|
48
48
|
</style>
|
|
49
49
|
<path class="st0" d="M161,16.7c-2.7,0-5.5,0.5-8.1,1.6l-44.2,18.3C98.1,41,93,53.2,97.4,63.8l18.3,44.2 c4.4,10.6,16.6,15.7,27.2,11.3l44.2-18.3c10.6-4.4,15.7-16.6,11.3-27.2l-18.3-44.2C176.8,21.6,169.1,16.7,161,16.7L161,16.7z M161,25c4.9,0,9.4,2.9,11.4,7.8l18.3,44.2c2.7,6.5-0.3,13.7-6.8,16.3l-44.2,18.3c-6.5,2.7-13.7-0.3-16.3-6.8l-18.3-44.2 c-2.7-6.5,0.3-13.7,6.8-16.3L156.1,26C157.7,25.3,159.4,25,161,25L161,25z M127.1,54.2c-1.7,0-3.2,0.7-4.4,1.8 c-1.2,1.2-1.8,2.8-1.8,4.4s0.7,3.2,1.8,4.4c1.2,1.2,2.8,1.8,4.4,1.8s3.2-0.7,4.4-1.8c1.2-1.2,1.8-2.8,1.8-4.4s-0.7-3.2-1.8-4.4 C130.3,54.8,128.7,54.2,127.1,54.2z M147.9,62.5c-1.7,0-3.2,0.7-4.4,1.8c-1.2,1.2-1.8,2.8-1.8,4.4s0.7,3.2,1.8,4.4 c1.2,1.2,2.8,1.8,4.4,1.8s3.2-0.7,4.4-1.8c1.2-1.2,1.8-2.8,1.8-4.4s-0.7-3.2-1.8-4.4C151.2,63.2,149.6,62.5,147.9,62.5z M168.8,70.8 c-1.7,0-3.2,0.7-4.4,1.8c-1.2,1.2-1.8,2.8-1.8,4.4s0.7,3.2,1.8,4.4c1.2,1.2,2.8,1.8,4.4,1.8s3.2-0.7,4.4-1.8 c1.2-1.2,1.8-2.8,1.8-4.4s-0.7-3.2-1.8-4.4C172,71.5,170.4,70.8,168.8,70.8L168.8,70.8z M39,79.2c-8.1,0.1-15.8,4.9-19.1,12.9 L1.6,136.2c-4.4,10.6,0.7,22.8,11.3,27.2l44.2,18.3c10.6,4.4,22.8-0.7,27.2-11.3l18.3-44.2c4.4-10.6-0.7-22.8-11.3-27.2L47.1,80.8 C44.5,79.7,41.7,79.1,39,79.2L39,79.2z M39,87.5c1.6,0,3.3,0.3,4.9,1l44.2,18.3c6.5,2.7,9.4,9.9,6.8,16.3l-18.3,44.2 c-2.7,6.5-9.9,9.4-16.3,6.8l-44.2-18.3c-6.5-2.7-9.4-9.9-6.8-16.3l18.3-44.2C29.6,90.4,34.1,87.5,39,87.5L39,87.5z M44.7,99.4 c-1.7,0-3.2,0.7-4.4,1.8c-1.2,1.2-1.8,2.8-1.8,4.4c0,1.7,0.7,3.2,1.8,4.4c1.2,1.2,2.8,1.8,4.4,1.8s3.2-0.7,4.4-1.8 c1.2-1.2,1.8-2.8,1.8-4.4c0-1.7-0.7-3.2-1.8-4.4C47.9,100,46.3,99.4,44.7,99.4z M75.5,112.1c-1.7,0-3.2,0.7-4.4,1.8 c-1.2,1.2-1.8,2.8-1.8,4.4c0,1.7,0.7,3.2,1.8,4.4c1.2,1.2,2.8,1.8,4.4,1.8c1.7,0,3.2-0.7,4.4-1.8c1.2-1.2,1.8-2.8,1.8-4.4 c0-1.7-0.7-3.2-1.8-4.4C78.7,112.8,77.1,112.1,75.5,112.1z M36.7,118.6c-1.7,0-3.2,0.7-4.4,1.8c-1.2,1.2-1.8,2.8-1.8,4.4 s0.7,3.2,1.8,4.4c1.2,1.2,2.8,1.8,4.4,1.8c1.7,0,3.2-0.7,4.4-1.8c1.2-1.2,1.8-2.8,1.8-4.4s-0.7-3.2-1.8-4.4 C39.9,119.3,38.3,118.6,36.7,118.6z M67.5,131.4c-1.7,0-3.2,0.7-4.4,1.8c-1.2,1.2-1.8,2.8-1.8,4.4s0.7,3.2,1.8,4.4 c1.2,1.2,2.8,1.8,4.4,1.8c1.7,0,3.2-0.7,4.4-1.8c1.2-1.2,1.8-2.8,1.8-4.4s-0.7-3.2-1.8-4.4C70.7,132,69.1,131.4,67.5,131.4z M28.7,137.9c-1.7,0-3.2,0.7-4.4,1.8c-1.2,1.2-1.8,2.8-1.8,4.4c0,1.7,0.7,3.2,1.8,4.4c1.2,1.2,2.8,1.8,4.4,1.8 c1.7,0,3.2-0.7,4.4-1.8c1.2-1.2,1.8-2.8,1.8-4.4c0-1.7-0.7-3.2-1.8-4.4C32,138.5,30.4,137.9,28.7,137.9z M59.5,150.6 c-1.7,0-3.2,0.7-4.4,1.8c-1.2,1.2-1.8,2.8-1.8,4.4c0,1.7,0.7,3.2,1.8,4.4c1.2,1.2,2.8,1.8,4.4,1.8s3.2-0.7,4.4-1.8 c1.2-1.2,1.8-2.8,1.8-4.4c0-1.7-0.7-3.2-1.8-4.4C62.8,151.3,61.2,150.6,59.5,150.6z"/>
|
|
50
50
|
</svg>'
|
|
51
|
+
positionjackpotbanners="2,4"
|
|
52
|
+
caticon0="/assets/egypt_icon0.svg"
|
|
53
|
+
caticon1="/assets/egypt_icon0.svg"
|
|
54
|
+
caticon2="/assets/egypt_icon0.svg"
|
|
55
|
+
caticon3="/assets/egypt_icon0.svg"
|
|
56
|
+
backgroundsrc="/assets/background_egypt.svg"
|
|
57
|
+
backgroundsrcmobile="/assets/background_egypt_mobile.png"
|
|
58
|
+
titlelogopath="/assets/egypt_logo.svg"
|
|
59
|
+
iconlabels="bronze, silver, gold, platinum"
|
|
60
|
+
visualstructure="typeLeft"
|
|
61
|
+
positionwinnerswidget="1"
|
|
62
|
+
periodrecent="Last7Days"
|
|
63
|
+
periodtop="Last7Days"
|
|
64
|
+
numberusersrecent="20"
|
|
65
|
+
numberuserstop="20"
|
|
66
|
+
amountlimit="1"
|
|
67
|
+
istopavailable="true"
|
|
68
|
+
isrecentavailable="true"
|
|
69
|
+
defaultcurrency="USD"
|
|
70
|
+
enableautoscroll="true"
|
|
71
|
+
tabsorder="top,recent"
|
|
72
|
+
positioncollections=",8"
|
|
73
|
+
type="collection"
|
|
74
|
+
titletype="title"
|
|
75
|
+
filteredcategories="collection,vendor"
|
|
51
76
|
></casino-lobby>
|
|
52
77
|
</div>
|
|
53
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.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": "
|
|
39
|
+
"gitHead": "62036ada223f2b4f7b64d99a81ab2229ecba3cf1"
|
|
40
40
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import '@everymatrix/casino-filter-modal';
|
|
13
13
|
import '@everymatrix/casino-filter-page';
|
|
14
14
|
import '@everymatrix/casino-integrated-game-page';
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
export let endpoint:string = '';
|
|
17
17
|
export let datasource:string = '';
|
|
18
18
|
export let lang:string = ''; // Language
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
export let loginevent:string = '';
|
|
33
33
|
export let registerevent:string = '';
|
|
34
34
|
export let depositevent:string = '';
|
|
35
|
-
|
|
35
|
+
|
|
36
36
|
export let mostplayed:string = '';
|
|
37
37
|
export let mostplayedrounds:string = '';
|
|
38
38
|
export let lastplayed:string = 'false';
|
|
39
39
|
export let lastplayedperiod:string = 'Last30Days';
|
|
40
40
|
export let favorites:string = '';
|
|
41
|
-
|
|
41
|
+
|
|
42
42
|
export let desktopoffset:string = '0';
|
|
43
43
|
export let mobileoffset:string = '0';
|
|
44
44
|
export let alternativesearch:string = 'false';
|
|
45
|
-
|
|
45
|
+
|
|
46
46
|
export let containermaxwidth:string = '';
|
|
47
47
|
export let haspanicbutton:string = 'false';
|
|
48
|
-
|
|
48
|
+
|
|
49
49
|
export let activecategory:string = 'LOBBY';
|
|
50
50
|
export let actionevent:string = 'CategoryChange';
|
|
51
51
|
export let livecasino:string = 'false';
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
export let integratedgameframemobile:string = 'false';
|
|
58
58
|
export let gamepagemodalurl:string = 'false';
|
|
59
59
|
//Casino Winners
|
|
60
|
-
export let
|
|
60
|
+
export let positionwinnerswidget:string = '';
|
|
61
61
|
export let tabsorder:string = '';
|
|
62
62
|
export let enableautoscroll:string = '';
|
|
63
63
|
export let istopavailable:string = '';
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
export let amountlimit:string = '';
|
|
70
70
|
export let defaultcurrency:string = '';
|
|
71
71
|
//Jackpot Banners
|
|
72
|
-
export let
|
|
72
|
+
export let positionjackpotbanners:string = '';
|
|
73
73
|
export let caticon0:string = '';
|
|
74
74
|
export let caticon1:string = '';
|
|
75
75
|
export let caticon2:string = '';
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
export let visualstructure:string = '';
|
|
82
82
|
export let showsubgroups:string = 'false';
|
|
83
83
|
//Casino Collections Providers
|
|
84
|
-
export let
|
|
84
|
+
export let positioncollections:string = '';
|
|
85
85
|
export let type:string = '';
|
|
86
86
|
export let titletype:string = '';
|
|
87
87
|
|
|
@@ -236,7 +236,6 @@
|
|
|
236
236
|
$: opsession && setOpSession();
|
|
237
237
|
$: clientstyling && customStylingContainer && setClientStyling();
|
|
238
238
|
$: clientstylingurl && customStylingContainer && setClientStylingURL();
|
|
239
|
-
|
|
240
239
|
</script>
|
|
241
240
|
|
|
242
241
|
<div bind:this={customStylingContainer} class={displayNone ? 'DisplayNone' : ''} part="{displayNone ? 'DisplayNone' : ''}">
|
|
@@ -293,8 +292,7 @@
|
|
|
293
292
|
{filteredcategories}
|
|
294
293
|
{gamepagemodalurl}
|
|
295
294
|
{randombuttonicon}
|
|
296
|
-
{
|
|
297
|
-
{enablecasinowinners}
|
|
295
|
+
{positionwinnerswidget}
|
|
298
296
|
{periodrecent}
|
|
299
297
|
{periodtop}
|
|
300
298
|
{numberusersrecent}
|
|
@@ -307,6 +305,7 @@
|
|
|
307
305
|
{defaultcurrency}
|
|
308
306
|
{enableautoscroll}
|
|
309
307
|
{tabsorder}
|
|
308
|
+
{positionjackpotbanners}
|
|
310
309
|
{backgroundsrc}
|
|
311
310
|
{backgroundsrcmobile}
|
|
312
311
|
{titlelogopath}
|
|
@@ -315,7 +314,7 @@
|
|
|
315
314
|
{caticon2}
|
|
316
315
|
{caticon3}
|
|
317
316
|
{iconlabels}
|
|
318
|
-
{
|
|
317
|
+
{positioncollections}
|
|
319
318
|
{type}
|
|
320
319
|
{titletype}>
|
|
321
320
|
</casino-page>
|