@everymatrix/player-account-controller 1.15.7 → 1.16.1
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/player-account-controller",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"main": "dist/player-account-controller.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": "a305078a67c4daeeb719b3e79cecee8b7c87f030"
|
|
39
39
|
}
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
export let clientstylingurl:string = '';
|
|
57
57
|
export let translationurl:string = '';
|
|
58
58
|
export let custominputtextswitch:string = 'false'; // used by playzonbet for switching input field texts and validation for register and player profile widgets: security question, answer, error messages and validation
|
|
59
|
+
export let gmversion:string = '';
|
|
59
60
|
|
|
60
61
|
setupI18n({ withLocale: 'en', translations: {}});
|
|
61
62
|
|
|
@@ -871,7 +872,7 @@
|
|
|
871
872
|
{:else if switchContent && pagePath === widgetPath[8]}
|
|
872
873
|
<player-bonus-history {endpoint} {session} {playerid} {lang} {clientstyling} {clientstylingurl}></player-bonus-history>
|
|
873
874
|
{:else if switchContent && pagePath === widgetPath[9]}
|
|
874
|
-
<player-gaming-history {endpoint} {session} {playerid} {lang} {clientstyling} {clientstylingurl}></player-gaming-history>
|
|
875
|
+
<player-gaming-history {endpoint} {session} {playerid} {lang} {clientstyling} {clientstylingurl} {gmversion}></player-gaming-history>
|
|
875
876
|
{:else if switchContent && pagePath === widgetPath[10]}
|
|
876
877
|
<player-deposit {endpoint} {session} {playerid} {lang} {hasdefaultamount} {clientstyling} {clientstylingurl} {playercurrency}></player-deposit>
|
|
877
878
|
{:else if switchContent && pagePath === widgetPath[11]}
|
|
@@ -910,7 +911,7 @@
|
|
|
910
911
|
{:else if switchContent && pagePath === widgetPath[8]}
|
|
911
912
|
<player-bonus-history {endpoint} {session} {playerid} {lang} {clientstyling} {clientstylingurl}></player-bonus-history>
|
|
912
913
|
{:else if switchContent && pagePath === widgetPath[9]}
|
|
913
|
-
<player-gaming-history {endpoint} {session} {playerid} {lang} {clientstyling} {clientstylingurl}></player-gaming-history>
|
|
914
|
+
<player-gaming-history {endpoint} {session} {playerid} {lang} {clientstyling} {clientstylingurl} {gmversion}></player-gaming-history>
|
|
914
915
|
{:else if switchContent && pagePath === widgetPath[10]}
|
|
915
916
|
<player-deposit {endpoint} {session} {playerid} {lang} {hasdefaultamount} {clientstyling} {clientstylingurl} {playercurrency}></player-deposit>
|
|
916
917
|
{:else if switchContent && pagePath === widgetPath[11]}
|