@everymatrix/player-account-controller 1.14.7 → 1.14.8

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.14.7",
3
+ "version": "1.14.8",
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": "e0c4908ae0358ad455046427736d3bbb675e6fb6"
38
+ "gitHead": "dd7a5e08435fe692117f5e7bc71fecb04c8e5cc9"
39
39
  }
@@ -45,6 +45,7 @@
45
45
  export let clientstyling:string = '';
46
46
  export let clientstylingurl:string = '';
47
47
  export let translationurl:string = '';
48
+ 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
48
49
 
49
50
  setupI18n({ withLocale: 'en', translations: {}});
50
51
 
@@ -840,7 +841,7 @@
840
841
  </nav>
841
842
  {:else}
842
843
  {#if switchContent && pagePath === widgetPath[0]}
843
- <player-profile-info {endpoint} {lang} {countrycode} {clientstyling} {clientstylingurl}></player-profile-info>
844
+ <player-profile-info {endpoint} {lang} {countrycode} {clientstyling} {clientstylingurl} {custominputtextswitch}></player-profile-info>
844
845
  {:else if switchContent && pagePath === widgetPath[1]}
845
846
  <player-change-password {simplepasswordvalidation} {lang} {clientstyling} {clientstylingurl}></player-change-password>
846
847
  {:else if switchContent && pagePath === widgetPath[2]}
@@ -877,7 +878,7 @@
877
878
  </nav>
878
879
  <main>
879
880
  {#if switchContent && pagePath === widgetPath[0]}
880
- <player-profile-info {endpoint} {lang} {countrycode} {clientstyling} {clientstylingurl}></player-profile-info>
881
+ <player-profile-info {endpoint} {lang} {countrycode} {clientstyling} {clientstylingurl} {custominputtextswitch}></player-profile-info>
881
882
  {:else if switchContent && pagePath === widgetPath[1]}
882
883
  <player-change-password {simplepasswordvalidation}{lang} {clientstyling} {clientstylingurl}></player-change-password>
883
884
  {:else if switchContent && pagePath === widgetPath[2]}