@everymatrix/general-player-register-form 1.11.0 → 1.12.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/general-player-register-form",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"main": "dist/general-player-register-form.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": "5ba32db088ec6ebf8eb6110b6172d8c9409b9f70"
|
|
39
39
|
}
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
export let clientstylingurl:string = '';
|
|
34
34
|
export let translationurl:string = '';
|
|
35
35
|
export let savecredentials:string = '';
|
|
36
|
+
export let tempopcustomization:string = 'false';
|
|
36
37
|
|
|
37
38
|
let customStylingContainer:HTMLElement;
|
|
38
39
|
let displayNone:boolean = false;
|
|
@@ -455,7 +456,7 @@ $: translationurl && setTranslationUrl();
|
|
|
455
456
|
{/if}
|
|
456
457
|
{#if showRegisterStepOne}
|
|
457
458
|
<div class="RegisterFormStep1" part="RegisterFormStep1">
|
|
458
|
-
<general-player-register-form-step1 {lang} {disabledfields} {defaultoptions} {dummydata} {simplepasswordvalidation} {clientstyling} {clientstylingurl} {savecredentials}/>
|
|
459
|
+
<general-player-register-form-step1 {lang} {disabledfields} {defaultoptions} {dummydata} {tempopcustomization} {simplepasswordvalidation} {clientstyling} {clientstylingurl} {savecredentials}/>
|
|
459
460
|
</div>
|
|
460
461
|
{/if}
|
|
461
462
|
{#if showRegisterStepTwo}
|