@everymatrix/player-profile-info 1.31.1 → 1.32.16

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-profile-info",
3
- "version": "1.31.1",
3
+ "version": "1.32.16",
4
4
  "main": "dist/player-profile-info.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": "0b3995d8c9121bfc27eb9aed6a034bbd1583400b"
38
+ "gitHead": "74214330ddf7a4efc50d3ae4c918f9d1129331b6"
39
39
  }
@@ -106,6 +106,7 @@
106
106
  city: "i.e.: Cork",
107
107
  country: "i.e.: Ireland",
108
108
  currency: "EUR",
109
+ iban: "",
109
110
  email: "email@here.com",
110
111
  firstname: "Joe",
111
112
  userTitles: "M",
@@ -118,7 +119,7 @@
118
119
  username: "Username"
119
120
  };
120
121
 
121
- let {address1, birth, city, country, currency, mobile, email, firstname, userTitles, language, lastname, postalCode, securityAnswer, securityQuestion, username, consents} = profileDetails;
122
+ let {address1, birth, city, country, currency, mobile, email, firstname, userTitles, language, lastname, postalCode, securityAnswer, securityQuestion, username, consents, iban} = profileDetails;
122
123
 
123
124
  const messageHandler = (e:any):void => {
124
125
  if (e.data) {
@@ -136,6 +137,7 @@
136
137
  language = profileDetails.language;
137
138
  birth = profileDetails.birth?.day + '/' + profileDetails.birth?.month + '/' + profileDetails.birth?.year;
138
139
  currency = profileDetails.currency;
140
+ iban = profileDetails.iban;
139
141
  userTitles = profileDetails.title;
140
142
 
141
143
  // editable field values used for bindings
@@ -517,6 +519,12 @@
517
519
  <label>{$_('currency')}</label>
518
520
  <input type="text" class="FieldDisabled" value={currency} readonly />
519
521
  </div>
522
+ {#if iban}
523
+ <div class="PlayerInfoBox">
524
+ <label>{$_('iban')}</label>
525
+ <input type="text" class="FieldDisabled" value={iban} readonly />
526
+ </div>
527
+ {/if}
520
528
  </section>
521
529
 
522
530
  <div class="PlayerLocationHeader">
@@ -18,6 +18,7 @@ export const TRANSLATIONS = {
18
18
  "lastName": "Last Name:",
19
19
  "dateOfBirth": "Date of Birth:",
20
20
  "currency": "Currency:",
21
+ "iban": "IBAN:",
21
22
  "userTitle": "Title:",
22
23
  "locationDetails": "Location Details",
23
24
  "userCountry": "Country:",
@@ -52,6 +53,7 @@ export const TRANSLATIONS = {
52
53
  "lastName": "姓:",
53
54
  "dateOfBirth": "出生日期:",
54
55
  "currency": "貨幣:",
56
+ "iban": "銀行網",
55
57
  "userTitle": "標題:",
56
58
  "locationDetails": "位置詳情",
57
59
  "userCountry": "國家:",
@@ -86,6 +88,7 @@ export const TRANSLATIONS = {
86
88
  "lastName": "Nom de famille:",
87
89
  "dateOfBirth": "Date de naissance:",
88
90
  "currency": "Monnaie:",
91
+ "iban": "IBAN:",
89
92
  "userTitle": "Titre:",
90
93
  "locationDetails": "Détails de l'emplacement",
91
94
  "userCountry": "Pays:",
@@ -120,6 +123,7 @@ export const TRANSLATIONS = {
120
123
  "lastName": "Nume:",
121
124
  "dateOfBirth": "Data nașterii:",
122
125
  "currency": "Monedă:",
126
+ "iban": "IBAN:",
123
127
  "userTitle": "Titlu:",
124
128
  "locationDetails": "Detalii de Localizare",
125
129
  "userCountry": "Țară:",
@@ -154,6 +158,7 @@ export const TRANSLATIONS = {
154
158
  "lastName": "Soyadı:",
155
159
  "dateOfBirth": "Doğum tarihi:",
156
160
  "currency": "Para birimi:",
161
+ "iban": "IBAN:",
157
162
  "userTitle": "Başlık:",
158
163
  "locationDetails": "Konum Ayrıntıları",
159
164
  "userCountry": "Ülke:",
@@ -188,6 +193,7 @@ export const TRANSLATIONS = {
188
193
  "lastName": "Apellido",
189
194
  "dateOfBirth": "Fecha de nacimiento:",
190
195
  "currency": "Moneda:",
196
+ "iban": "IBAN:",
191
197
  "userTitle": "Título:",
192
198
  "locationDetails": "Detalles de ubicación",
193
199
  "userCountry": "País:",
@@ -222,6 +228,7 @@ export const TRANSLATIONS = {
222
228
  "lastName": "Último nome:",
223
229
  "dateOfBirth": "Data de nascimento:",
224
230
  "currency": "Moeda:",
231
+ "iban": "IBAN:",
225
232
  "userTitle": "Título:",
226
233
  "locationDetails": "Detalhes do local",
227
234
  "userCountry": "País:",
@@ -256,6 +263,7 @@ export const TRANSLATIONS = {
256
263
  "lastName": "Prezime",
257
264
  "dateOfBirth": "Datum rođenja:",
258
265
  "currency": "Valuta:",
266
+ "iban": "IBAN:",
259
267
  "userTitle": "Titula:",
260
268
  "locationDetails": "Detalji lokacije",
261
269
  "userCountry": "Zemlja:",
@@ -290,6 +298,7 @@ export const TRANSLATIONS = {
290
298
  "lastName": "Sobrenome:",
291
299
  "dateOfBirth": "Data de nascimento:",
292
300
  "currency": "Moeda:",
301
+ "iban": "IBAN:",
293
302
  "userTitle": "Qualificação:",
294
303
  "locationDetails": "Detalhes da localização:",
295
304
  "userCountry": "País:",
@@ -324,6 +333,7 @@ export const TRANSLATIONS = {
324
333
  "lastName": "Apellido:",
325
334
  "dateOfBirth": "Fecha de nacimiento:",
326
335
  "currency": "Moneda:",
336
+ "iban": "IBAN:",
327
337
  "userTitle": "Título:",
328
338
  "locationDetails": "Detalles de ubicación:",
329
339
  "userCountry": "País:",