@everymatrix/casino-tournaments-controller 0.0.199 → 0.0.203
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/index.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
</style>
|
|
19
19
|
|
|
20
20
|
<div class="webcomponent">
|
|
21
|
-
<casino-tournaments-controller session="
|
|
21
|
+
<casino-tournaments-controller session="2e16fc0f-065e-46aa-9ffe-4b436b981c54" userid="3916962" loginevent="OpenRegisterLoginModal" showleaderboard="true" endpoint="https://demo-api.stage.norway.everymatrix.com/v1" cmsendpoint="https://casinouat.pamestoixima.gr/apijson/en/tournaments/906333318049055456" numberoftournaments="4" showmorestep="3" lang="en" filters="All,Scheduled,Ongoing,Finished" containermaxwidth="1300"></casino-tournaments-controller>
|
|
22
22
|
<!--<casino-tournaments-controller loginevent="OpenRegisterLoginModal" showleaderboard="true" endpoint="https://demo-api.stage.norway.everymatrix.com/v1" cmsendpoint="https://wp-one-widgets.everymatrix.com/wp-json/wpone-rest/v1/tournaments" numberoftournaments="10" showmorestep="3" lang="en" filters="All,Scheduled,Ongoing,Finished"></casino-tournaments-controller>-->
|
|
23
23
|
</div>
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-tournaments-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.203",
|
|
4
4
|
"main": "dist/casino-tournaments-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"typescript": "^3.9.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@everymatrix/casino-tournaments-details": "^0.0.
|
|
33
|
-
"@everymatrix/casino-tournaments-filter-controller": "^0.0.
|
|
34
|
-
"@everymatrix/casino-tournaments-list-controller": "^0.0.
|
|
35
|
-
"@everymatrix/casino-tournaments-page-controller": "^0.0.
|
|
36
|
-
"@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.
|
|
32
|
+
"@everymatrix/casino-tournaments-details": "^0.0.203",
|
|
33
|
+
"@everymatrix/casino-tournaments-filter-controller": "^0.0.203",
|
|
34
|
+
"@everymatrix/casino-tournaments-list-controller": "^0.0.203",
|
|
35
|
+
"@everymatrix/casino-tournaments-page-controller": "^0.0.203",
|
|
36
|
+
"@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.203",
|
|
37
37
|
"cross-env": "^7.0.3",
|
|
38
38
|
"sirv-cli": "^1.0.0",
|
|
39
39
|
"svelte": "^3.0.0"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "31d7d9eeef7e68b954b83fb3dde25db05d8edf74"
|
|
45
45
|
}
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
export let numberoftournaments:string = '6';
|
|
20
20
|
// number of added elements to the list when showmore is clicked
|
|
21
21
|
export let showmorestep:string = '2';
|
|
22
|
-
export let cmsendpoint:string = '';
|
|
23
22
|
export let filters:string = 'All';
|
|
24
23
|
export let loginevent:string = '';
|
|
25
24
|
export let registerevent:string = '';
|