@mirai/core 0.3.146 → 0.3.148
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/build/components/Booking/components/Field/Field.module.css +1 -1
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +4 -4
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +8 -8
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Others.test.js.snap +8 -8
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +12 -12
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +6 -6
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +4 -4
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Session.test.js.snap +8 -8
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +1 -1
- package/build/components/Profile/Profile.constants.js +8 -5
- package/build/components/Profile/Profile.constants.js.map +1 -1
- package/build/components/Profile/Profile.js +10 -42
- package/build/components/Profile/Profile.js.map +1 -1
- package/build/components/Profile/Profile.module.css +1 -67
- package/build/components/Profile/components/Bookings/Bookings.js +15 -24
- package/build/components/Profile/components/Bookings/Bookings.js.map +1 -1
- package/build/components/Profile/components/Bookings/Bookings.l10n.js +3 -0
- package/build/components/Profile/components/Bookings/Bookings.l10n.js.map +1 -1
- package/build/components/Profile/components/Bookings/Bookings.module.css +7 -2
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +11 -1
- package/build/components/Profile/{Profile.Account.js → components/Settings/Settings.Account.js} +22 -23
- package/build/components/Profile/components/Settings/Settings.Account.js.map +1 -0
- package/build/components/Profile/{Profile.Password.js → components/Settings/Settings.Password.js} +16 -15
- package/build/components/Profile/components/Settings/Settings.Password.js.map +1 -0
- package/build/components/Profile/{Profile.Signout.js → components/Settings/Settings.Signout.js} +18 -22
- package/build/components/Profile/components/Settings/Settings.Signout.js.map +1 -0
- package/build/components/Profile/components/Settings/Settings.constants.js +24 -0
- package/build/components/Profile/components/Settings/Settings.constants.js.map +1 -0
- package/build/components/Profile/components/Settings/Settings.js +61 -0
- package/build/components/Profile/components/Settings/Settings.js.map +1 -0
- package/build/components/Profile/{Profile.l10n.js → components/Settings/Settings.l10n.js} +9 -9
- package/build/components/Profile/components/Settings/Settings.l10n.js.map +1 -0
- package/build/components/Profile/components/Settings/Settings.module.css +70 -0
- package/build/components/Profile/components/Settings/index.js +17 -0
- package/build/components/Profile/components/Settings/index.js.map +1 -0
- package/build/components/Profile/components/index.js +11 -0
- package/build/components/Profile/components/index.js.map +1 -1
- package/build/components/Session/Session.Account.js +28 -25
- package/build/components/Session/Session.Account.js.map +1 -1
- package/build/components/Session/Session.Login.js +9 -9
- package/build/components/Session/Session.Login.js.map +1 -1
- package/build/components/Session/Session.l10n.js +11 -13
- package/build/components/Session/Session.l10n.js.map +1 -1
- package/build/components/Session/Session.module.css +32 -7
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +30 -36
- package/build/components/Session/helpers/template.js +1 -1
- package/build/components/Session/helpers/template.js.map +1 -1
- package/build/components/Signup/Signup.js +6 -2
- package/build/components/Signup/Signup.js.map +1 -1
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +9 -9
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +4 -4
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +15 -15
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +1 -1
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +6 -6
- package/build/components/helpers/ICON.js +2 -0
- package/build/components/helpers/ICON.js.map +1 -1
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +30 -30
- package/build/components/helpers/parseHtml.js +2 -2
- package/build/components/helpers/parseHtml.js.map +1 -1
- package/package.json +1 -1
- package/public/App.Container.jsx +0 -7
- package/public/App.module.css +0 -21
- package/build/components/Profile/Profile.Account.js.map +0 -1
- package/build/components/Profile/Profile.Password.js.map +0 -1
- package/build/components/Profile/Profile.Signout.js.map +0 -1
- package/build/components/Profile/Profile.l10n.js.map +0 -1
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`modules: parseHtml with values & small 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
El presente
|
|
5
|
+
El presente
|
|
6
6
|
<a
|
|
7
7
|
class="pressable action inline small"
|
|
8
8
|
href="http://www.hotelbarrameda.com/es/legal"
|
|
9
|
-
style="display: inline;"
|
|
9
|
+
style="display: inline-flex;"
|
|
10
10
|
>
|
|
11
11
|
Aviso Legal
|
|
12
12
|
</a>
|
|
13
|
-
|
|
13
|
+
está sujeto a lo dispuesto en la Ley Orgánica 3/2018, de Protección de Datos Personales y garantía de los derechos digitales, de 5 de diciembre de 2018 (LOPDGDD), Reglamento UE 2016/679 del Parlamento Europeo y del Consejo de 27 de abril de 2016 relativo a la protección de las personas físicas en lo que respecta al tratamiento de datos personales y a la libre circulación de estos datos y por el que se deroga la Directiva 95/46/CE (Reglamento General de Protección de Datos), la Ley 34/2002 de 11 de julio, de Servicios de la Sociedad de la Información y de Comercio Electrónico, el Real Decreto-ley 13/2012, de 30 de marzo, por el que se transponen directivas en materia de mercados interiores de electricidad y gas y en materia de comunicaciones electrónicas, y por el que se adoptan medidas para la corrección de las desviaciones por desajustes entre los costes e ingresos de los sectores eléctrico y gasista, el Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, la Ley 3/2014, de 27 de marzo, por la que se modifica el texto refundido de la Ley General para la Defensa de los Consumidores y Usuarios y otras leyes complementarias, aprobado por el Real Decreto Legislativo 1/2007, de 16 de noviembre, la Ley 26/1984, de 19 de julio, General para la Defensa de Consumidores y Usuarios, el Real Decreto 1906/1999 por el que se regula la contratación telefónica o electrónica, Ley 44/2006, de 29 de diciembre, de mejora de la protección de los consumidores y usuarios, la Directiva 2011/83/UE del Parlamento Europeo y del Consejo, de 25 de octubre de 2011, sobre los derechos de los consumidores, la Ley 7/1998, de 13 de abril, sobre Condiciones Generales de Contratación, de 17 de diciembre de 1999, por el que se regula la Contratación Telefónica o Electrónica con condiciones generales, la Ley 17/2009, de 23 de noviembre, sobre el libre acceso a las actividades de servicios y su ejercicio, la Ley 7/1996, de 15 de enero de Ordenación del Comercio Minorista, así como cualquier normativa posterior que las modifican o desarrollan.
|
|
14
14
|
<a
|
|
15
15
|
class="pressable action inline small"
|
|
16
16
|
href="http://www.hotelbarrameda.com/es/legal"
|
|
17
|
-
style="display: inline;"
|
|
17
|
+
style="display: inline-flex;"
|
|
18
18
|
>
|
|
19
19
|
|
|
20
20
|
</a>
|
|
@@ -26,7 +26,7 @@ exports[`modules: parseHtml with values & small 1`] = `
|
|
|
26
26
|
<span
|
|
27
27
|
class="text small wide"
|
|
28
28
|
>
|
|
29
|
-
Plataforma de resolución de litigiosEl Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, establece como objetivo la consecución de un elevado nivel de protección del consumidor y el correcto funcionamiento del mercado interior, en particular de su dimensión digital, proporcionando una plataforma europea de resolución de litigios en línea que facilite la resolución extrajudicial de litigios entre consumidores y comerciantes en línea de forma independiente, imparcial, transparente, eficaz y equitativa.Para ello, este Sitio Web pone a disposición del Usuario, un enlace que permite un acceso a la plataforma de resolución de litigios en línea de la Unión Europea, para cualquier eventual controversia que pudiera originarse en materia de consumo:http://ec.europa.eu/consumers/odr/
|
|
29
|
+
Plataforma de resolución de litigiosEl Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, establece como objetivo la consecución de un elevado nivel de protección del consumidor y el correcto funcionamiento del mercado interior, en particular de su dimensión digital, proporcionando una plataforma europea de resolución de litigios en línea que facilite la resolución extrajudicial de litigios entre consumidores y comerciantes en línea de forma independiente, imparcial, transparente, eficaz y equitativa.Para ello, este Sitio Web pone a disposición del Usuario, un enlace que permite un acceso a la plataforma de resolución de litigios en línea de la Unión Europea, para cualquier eventual controversia que pudiera originarse en materia de consumo: http://ec.europa.eu/consumers/odr/
|
|
30
30
|
</span>
|
|
31
31
|
</DocumentFragment>
|
|
32
32
|
`;
|
|
@@ -56,12 +56,12 @@ exports[`modules: parseHtml with values & small 2`] = `
|
|
|
56
56
|
<span
|
|
57
57
|
class="text small wide"
|
|
58
58
|
>
|
|
59
|
-
• Negative diagnostic test in relation to COVID-19 carried out in the last 72 hours in the case of RT-PCR tests, and in the last 48 hours in the case of antigen tests, both issued or by a public service of health or by an authorized official laboratory (not worth self-test)
|
|
59
|
+
• Negative diagnostic test in relation to COVID-19 carried out in the last 72 hours in the case of RT-PCR tests, and in the last 48 hours in the case of antigen tests, both issued or by a public service of health or by an authorized official laboratory (not worth self-test)
|
|
60
60
|
</span>
|
|
61
61
|
<span
|
|
62
62
|
class="text small wide"
|
|
63
63
|
>
|
|
64
|
-
• Certificate of recovery from COVID-19 in the last six months after a positive result obtained through a diagnostic test considered valid by the competent authority.
|
|
64
|
+
• Certificate of recovery from COVID-19 in the last six months after a positive result obtained through a diagnostic test considered valid by the competent authority.
|
|
65
65
|
</span>
|
|
66
66
|
<span
|
|
67
67
|
class="text small wide"
|
|
@@ -76,12 +76,12 @@ exports[`modules: parseHtml with values & small 2`] = `
|
|
|
76
76
|
<span
|
|
77
77
|
class="text small wide"
|
|
78
78
|
>
|
|
79
|
-
Half Board will be breakfast + dinner.
|
|
79
|
+
Half Board will be breakfast + dinner.
|
|
80
80
|
</span>
|
|
81
81
|
<span
|
|
82
82
|
class="text small wide"
|
|
83
83
|
>
|
|
84
|
-
The Food and Dinner Services menu served. There is a children's menu.
|
|
84
|
+
The Food and Dinner Services menu served. There is a children's menu.
|
|
85
85
|
</span>
|
|
86
86
|
<span
|
|
87
87
|
class="text small wide"
|
|
@@ -91,22 +91,22 @@ exports[`modules: parseHtml with values & small 2`] = `
|
|
|
91
91
|
<span
|
|
92
92
|
class="text small wide"
|
|
93
93
|
>
|
|
94
|
-
Check the lunch supplement on Saturdays, Sundays and holidays, direct payment at reception.
|
|
94
|
+
Check the lunch supplement on Saturdays, Sundays and holidays, direct payment at reception.
|
|
95
95
|
</span>
|
|
96
96
|
<span
|
|
97
97
|
class="text small wide"
|
|
98
98
|
>
|
|
99
|
-
The use of the mask is mandatory throughout the installation.
|
|
99
|
+
The use of the mask is mandatory throughout the installation.
|
|
100
100
|
</span>
|
|
101
101
|
<span
|
|
102
102
|
class="text small wide"
|
|
103
103
|
>
|
|
104
|
-
Restaurant open until 23:00
|
|
104
|
+
Restaurant open until 23:00
|
|
105
105
|
</span>
|
|
106
106
|
<span
|
|
107
107
|
class="text small wide"
|
|
108
108
|
>
|
|
109
|
-
The restaurant services as well as other complementary hotel services may undergo changes. (Consult)
|
|
109
|
+
The restaurant services as well as other complementary hotel services may undergo changes. (Consult)
|
|
110
110
|
</span>
|
|
111
111
|
<span
|
|
112
112
|
class="text small wide"
|
|
@@ -121,7 +121,7 @@ exports[`modules: parseHtml with values & small 2`] = `
|
|
|
121
121
|
<span
|
|
122
122
|
class="text small wide"
|
|
123
123
|
>
|
|
124
|
-
100% of the 1st night expenses in case of no-show at the hotel.
|
|
124
|
+
100% of the 1st night expenses in case of no-show at the hotel.
|
|
125
125
|
</span>
|
|
126
126
|
<span
|
|
127
127
|
class="text small wide"
|
|
@@ -141,7 +141,7 @@ exports[`modules: parseHtml with values & small 2`] = `
|
|
|
141
141
|
<span
|
|
142
142
|
class="text small wide"
|
|
143
143
|
>
|
|
144
|
-
Discomóvil Service until 03:00hrs.
|
|
144
|
+
Discomóvil Service until 03:00hrs.
|
|
145
145
|
</span>
|
|
146
146
|
<span
|
|
147
147
|
class="text small wide"
|
|
@@ -158,19 +158,19 @@ exports[`modules: parseHtml with values & small 2`] = `
|
|
|
158
158
|
|
|
159
159
|
exports[`modules: parseHtml with values 1`] = `
|
|
160
160
|
<DocumentFragment>
|
|
161
|
-
El presente
|
|
161
|
+
El presente
|
|
162
162
|
<a
|
|
163
163
|
class="pressable action inline"
|
|
164
164
|
href="http://www.hotelbarrameda.com/es/legal"
|
|
165
|
-
style="display: inline;"
|
|
165
|
+
style="display: inline-flex;"
|
|
166
166
|
>
|
|
167
167
|
Aviso Legal
|
|
168
168
|
</a>
|
|
169
|
-
|
|
169
|
+
está sujeto a lo dispuesto en la Ley Orgánica 3/2018, de Protección de Datos Personales y garantía de los derechos digitales, de 5 de diciembre de 2018 (LOPDGDD), Reglamento UE 2016/679 del Parlamento Europeo y del Consejo de 27 de abril de 2016 relativo a la protección de las personas físicas en lo que respecta al tratamiento de datos personales y a la libre circulación de estos datos y por el que se deroga la Directiva 95/46/CE (Reglamento General de Protección de Datos), la Ley 34/2002 de 11 de julio, de Servicios de la Sociedad de la Información y de Comercio Electrónico, el Real Decreto-ley 13/2012, de 30 de marzo, por el que se transponen directivas en materia de mercados interiores de electricidad y gas y en materia de comunicaciones electrónicas, y por el que se adoptan medidas para la corrección de las desviaciones por desajustes entre los costes e ingresos de los sectores eléctrico y gasista, el Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, la Ley 3/2014, de 27 de marzo, por la que se modifica el texto refundido de la Ley General para la Defensa de los Consumidores y Usuarios y otras leyes complementarias, aprobado por el Real Decreto Legislativo 1/2007, de 16 de noviembre, la Ley 26/1984, de 19 de julio, General para la Defensa de Consumidores y Usuarios, el Real Decreto 1906/1999 por el que se regula la contratación telefónica o electrónica, Ley 44/2006, de 29 de diciembre, de mejora de la protección de los consumidores y usuarios, la Directiva 2011/83/UE del Parlamento Europeo y del Consejo, de 25 de octubre de 2011, sobre los derechos de los consumidores, la Ley 7/1998, de 13 de abril, sobre Condiciones Generales de Contratación, de 17 de diciembre de 1999, por el que se regula la Contratación Telefónica o Electrónica con condiciones generales, la Ley 17/2009, de 23 de noviembre, sobre el libre acceso a las actividades de servicios y su ejercicio, la Ley 7/1996, de 15 de enero de Ordenación del Comercio Minorista, así como cualquier normativa posterior que las modifican o desarrollan.
|
|
170
170
|
<a
|
|
171
171
|
class="pressable action inline"
|
|
172
172
|
href="http://www.hotelbarrameda.com/es/legal"
|
|
173
|
-
style="display: inline;"
|
|
173
|
+
style="display: inline-flex;"
|
|
174
174
|
>
|
|
175
175
|
|
|
176
176
|
</a>
|
|
@@ -182,7 +182,7 @@ exports[`modules: parseHtml with values 1`] = `
|
|
|
182
182
|
<span
|
|
183
183
|
class="text paragraph wide"
|
|
184
184
|
>
|
|
185
|
-
Plataforma de resolución de litigiosEl Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, establece como objetivo la consecución de un elevado nivel de protección del consumidor y el correcto funcionamiento del mercado interior, en particular de su dimensión digital, proporcionando una plataforma europea de resolución de litigios en línea que facilite la resolución extrajudicial de litigios entre consumidores y comerciantes en línea de forma independiente, imparcial, transparente, eficaz y equitativa.Para ello, este Sitio Web pone a disposición del Usuario, un enlace que permite un acceso a la plataforma de resolución de litigios en línea de la Unión Europea, para cualquier eventual controversia que pudiera originarse en materia de consumo:http://ec.europa.eu/consumers/odr/
|
|
185
|
+
Plataforma de resolución de litigiosEl Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, establece como objetivo la consecución de un elevado nivel de protección del consumidor y el correcto funcionamiento del mercado interior, en particular de su dimensión digital, proporcionando una plataforma europea de resolución de litigios en línea que facilite la resolución extrajudicial de litigios entre consumidores y comerciantes en línea de forma independiente, imparcial, transparente, eficaz y equitativa.Para ello, este Sitio Web pone a disposición del Usuario, un enlace que permite un acceso a la plataforma de resolución de litigios en línea de la Unión Europea, para cualquier eventual controversia que pudiera originarse en materia de consumo: http://ec.europa.eu/consumers/odr/
|
|
186
186
|
</span>
|
|
187
187
|
</DocumentFragment>
|
|
188
188
|
`;
|
|
@@ -212,12 +212,12 @@ exports[`modules: parseHtml with values 2`] = `
|
|
|
212
212
|
<span
|
|
213
213
|
class="text paragraph wide"
|
|
214
214
|
>
|
|
215
|
-
• Negative diagnostic test in relation to COVID-19 carried out in the last 72 hours in the case of RT-PCR tests, and in the last 48 hours in the case of antigen tests, both issued or by a public service of health or by an authorized official laboratory (not worth self-test)
|
|
215
|
+
• Negative diagnostic test in relation to COVID-19 carried out in the last 72 hours in the case of RT-PCR tests, and in the last 48 hours in the case of antigen tests, both issued or by a public service of health or by an authorized official laboratory (not worth self-test)
|
|
216
216
|
</span>
|
|
217
217
|
<span
|
|
218
218
|
class="text paragraph wide"
|
|
219
219
|
>
|
|
220
|
-
• Certificate of recovery from COVID-19 in the last six months after a positive result obtained through a diagnostic test considered valid by the competent authority.
|
|
220
|
+
• Certificate of recovery from COVID-19 in the last six months after a positive result obtained through a diagnostic test considered valid by the competent authority.
|
|
221
221
|
</span>
|
|
222
222
|
<span
|
|
223
223
|
class="text paragraph wide"
|
|
@@ -232,12 +232,12 @@ exports[`modules: parseHtml with values 2`] = `
|
|
|
232
232
|
<span
|
|
233
233
|
class="text paragraph wide"
|
|
234
234
|
>
|
|
235
|
-
Half Board will be breakfast + dinner.
|
|
235
|
+
Half Board will be breakfast + dinner.
|
|
236
236
|
</span>
|
|
237
237
|
<span
|
|
238
238
|
class="text paragraph wide"
|
|
239
239
|
>
|
|
240
|
-
The Food and Dinner Services menu served. There is a children's menu.
|
|
240
|
+
The Food and Dinner Services menu served. There is a children's menu.
|
|
241
241
|
</span>
|
|
242
242
|
<span
|
|
243
243
|
class="text paragraph wide"
|
|
@@ -247,22 +247,22 @@ exports[`modules: parseHtml with values 2`] = `
|
|
|
247
247
|
<span
|
|
248
248
|
class="text paragraph wide"
|
|
249
249
|
>
|
|
250
|
-
Check the lunch supplement on Saturdays, Sundays and holidays, direct payment at reception.
|
|
250
|
+
Check the lunch supplement on Saturdays, Sundays and holidays, direct payment at reception.
|
|
251
251
|
</span>
|
|
252
252
|
<span
|
|
253
253
|
class="text paragraph wide"
|
|
254
254
|
>
|
|
255
|
-
The use of the mask is mandatory throughout the installation.
|
|
255
|
+
The use of the mask is mandatory throughout the installation.
|
|
256
256
|
</span>
|
|
257
257
|
<span
|
|
258
258
|
class="text paragraph wide"
|
|
259
259
|
>
|
|
260
|
-
Restaurant open until 23:00
|
|
260
|
+
Restaurant open until 23:00
|
|
261
261
|
</span>
|
|
262
262
|
<span
|
|
263
263
|
class="text paragraph wide"
|
|
264
264
|
>
|
|
265
|
-
The restaurant services as well as other complementary hotel services may undergo changes. (Consult)
|
|
265
|
+
The restaurant services as well as other complementary hotel services may undergo changes. (Consult)
|
|
266
266
|
</span>
|
|
267
267
|
<span
|
|
268
268
|
class="text paragraph wide"
|
|
@@ -277,7 +277,7 @@ exports[`modules: parseHtml with values 2`] = `
|
|
|
277
277
|
<span
|
|
278
278
|
class="text paragraph wide"
|
|
279
279
|
>
|
|
280
|
-
100% of the 1st night expenses in case of no-show at the hotel.
|
|
280
|
+
100% of the 1st night expenses in case of no-show at the hotel.
|
|
281
281
|
</span>
|
|
282
282
|
<span
|
|
283
283
|
class="text paragraph wide"
|
|
@@ -297,7 +297,7 @@ exports[`modules: parseHtml with values 2`] = `
|
|
|
297
297
|
<span
|
|
298
298
|
class="text paragraph wide"
|
|
299
299
|
>
|
|
300
|
-
Discomóvil Service until 03:00hrs.
|
|
300
|
+
Discomóvil Service until 03:00hrs.
|
|
301
301
|
</span>
|
|
302
302
|
<span
|
|
303
303
|
class="text paragraph wide"
|
|
@@ -26,7 +26,7 @@ const parseHtml = function () {
|
|
|
26
26
|
} = node;
|
|
27
27
|
const key = "".concat(tagName).concat(index);
|
|
28
28
|
if (nodeType === Node.TEXT_NODE) {
|
|
29
|
-
components.push(textContent
|
|
29
|
+
components.push(textContent);
|
|
30
30
|
} else if (nodeType === Node.ELEMENT_NODE) {
|
|
31
31
|
if (tagName === 'P') {
|
|
32
32
|
components.push( /*#__PURE__*/_react.default.createElement(_ui.Text, {
|
|
@@ -56,7 +56,7 @@ const parseHtml = function () {
|
|
|
56
56
|
inline: true,
|
|
57
57
|
small,
|
|
58
58
|
style: {
|
|
59
|
-
display: 'inline'
|
|
59
|
+
display: 'inline-flex'
|
|
60
60
|
},
|
|
61
61
|
target: '_blank'
|
|
62
62
|
} : undefined),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parseHtml.js","names":["_ui","require","_react","_interopRequireDefault","obj","__esModule","default","parseHtml","html","arguments","length","undefined","small","parser","DOMParser","body","parseFromString","querySelector","traverseNodes","nodes","components","forEach","node","index","childNodes","nodeType","tagName","textContent","key","concat","Node","TEXT_NODE","push","
|
|
1
|
+
{"version":3,"file":"parseHtml.js","names":["_ui","require","_react","_interopRequireDefault","obj","__esModule","default","parseHtml","html","arguments","length","undefined","small","parser","DOMParser","body","parseFromString","querySelector","traverseNodes","nodes","components","forEach","node","index","childNodes","nodeType","tagName","textContent","key","concat","Node","TEXT_NODE","push","ELEMENT_NODE","React","createElement","Text","wide","View","style","display","fontWeight","href","getAttribute","Action","Fragment","inline","target","exports"],"sources":["../../../src/components/helpers/parseHtml.js"],"sourcesContent":["import { Action, Text, View } from '@mirai/ui';\nimport React from 'react';\n\nexport const parseHtml = (html = '', { small } = {}) => {\n const parser = new DOMParser();\n const body = parser.parseFromString(html, 'text/html').querySelector('body');\n\n const traverseNodes = (nodes = []) => {\n const components = [];\n\n nodes.forEach((node, index) => {\n const { childNodes, nodeType, tagName, textContent } = node;\n const key = `${tagName}${index}`;\n\n if (nodeType === Node.TEXT_NODE) {\n components.push(textContent);\n } else if (nodeType === Node.ELEMENT_NODE) {\n if (tagName === 'P') {\n components.push(React.createElement(Text, { key, small, wide: true }, traverseNodes(childNodes)));\n } else if (tagName === 'BR') {\n components.push(React.createElement(View, { key, wide: true }));\n } else if (tagName === 'B') {\n components.push(\n React.createElement(\n Text,\n { key, small, style: { display: 'inline', fontWeight: 'var(--mirai-ui-font-bold-weight)' } },\n traverseNodes(childNodes),\n ),\n );\n } else if (tagName === 'A') {\n const href = node.getAttribute('href');\n components.push(\n React.createElement(\n href ? Action : React.Fragment,\n {\n ...(href\n ? { href, inline: true, small, style: { display: 'inline-flex' }, target: '_blank' }\n : undefined),\n key,\n },\n textContent,\n ),\n );\n }\n } else {\n traverseNodes(childNodes);\n }\n });\n\n return components;\n };\n\n return traverseNodes(body.childNodes);\n};\n"],"mappings":"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"}
|
package/package.json
CHANGED
package/public/App.Container.jsx
CHANGED
|
@@ -56,13 +56,6 @@ export const Container = ({ children }) => {
|
|
|
56
56
|
{/* Session.Login */}
|
|
57
57
|
<Text>Login</Text>
|
|
58
58
|
{/* Session.Account */}
|
|
59
|
-
<View row className={style.session}>
|
|
60
|
-
<View row className={style.avatar}>
|
|
61
|
-
<Text bold>[firstName]</Text>
|
|
62
|
-
<Text bold>[lastName]</Text>
|
|
63
|
-
</View>
|
|
64
|
-
<Text>[email]</Text>
|
|
65
|
-
</View>
|
|
66
59
|
</View>
|
|
67
60
|
</View>
|
|
68
61
|
{!session && (
|
package/public/App.module.css
CHANGED
|
@@ -71,27 +71,6 @@ body {
|
|
|
71
71
|
gap: var(--mirai-ui-space-L);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.header .session {
|
|
75
|
-
align-items: center;
|
|
76
|
-
gap: var(--mirai-ui-space-XS);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.header .session .avatar {
|
|
80
|
-
background-color: var(--mirai-ui-content-background);
|
|
81
|
-
border-radius: 50%;
|
|
82
|
-
height: calc(var(--mirai-ui-space-XL) - var(--mirai-ui-space-S));
|
|
83
|
-
justify-content: center;
|
|
84
|
-
overflow: hidden;
|
|
85
|
-
width: calc(var(--mirai-ui-space-XL) - var(--mirai-ui-space-S));
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.header .session .avatar > [data-role='text'] {
|
|
89
|
-
text-transform: uppercase;
|
|
90
|
-
display: inline-block !important;
|
|
91
|
-
max-width: 10px;
|
|
92
|
-
overflow: hidden;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
74
|
.footer {
|
|
96
75
|
background-color: var(--mirai-ui-content);
|
|
97
76
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.Account.js","names":["_dataSources","require","_locale","_services","_ui","_react","_interopRequireWildcard","_Profile","_Profile2","style","_shared__","_helpers","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","Account","_form$dateOfBirth","_formError$dateOfBirt","value","locale","session","useStore","translate","useLocale","busy","setBusy","useState","countries","setCountries","form","setForm","formError","setFormError","responseError","setResponseError","formatDate","getDateFormat","useEffect","profile","next","ServiceCountry","list","country","handleSubmit","undefined","parameters","getCountryCode","dateOfBirth","dateFormat","parseDate","format","response","ServiceUser","update","catch","error","Event","publish","EVENT","NOTIFICATION","success","L10N","SUCCESS_ACCOUNT","countryCode","changes","ACCOUNT_FIELDS","some","key","length","errors","keys","createElement","Form","validateOnMount","onChange","onError","onSubmit","Text","wide","DESCRIPTION_ACCOUNT","TextRequiredFields","InputText","name","firstName","label","FIRSTNAME_LABEL","required","showRequired","lastName","LASTNAME_LABEL","disabled","EMAIL_LABEL","type","email","InputDate","hint","max","DATEOFBIRTH_ERROR","DATEOFBIRTH_LABEL","dateCalc","Date","InputSelect","COUNTRY_LABEL","placeholder","COUNTRY_PLACEHOLDER","options","values","InputOption","checked","subscribed","SUBSCRIBED_LABEL","className","Notification","notification","ERROR","Button","large","button","CTA_ACCOUNT","exports","displayName","propTypes"],"sources":["../../../src/components/Profile/Profile.Account.jsx"],"sourcesContent":["import { Event, useStore } from '@mirai/data-sources';\nimport { dateCalc, dateFormat, getDateFormat, parseDate, useLocale } from '@mirai/locale';\nimport { ServiceCountry, ServiceUser } from '@mirai/services';\nimport { Button, Form, InputDate, InputOption, InputSelect, InputText, Notification, Text } from '@mirai/ui';\nimport React, { useEffect, useState } from 'react';\n\nimport { ACCOUNT_FIELDS } from './Profile.constants';\nimport { L10N } from './Profile.l10n';\nimport * as style from './Profile.module.css';\nimport { TextRequiredFields } from '../__shared__';\nimport { EVENT, getCountryCode } from '../helpers';\n\nconst Account = () => {\n const {\n set,\n value: { locale, session = {} },\n } = useStore();\n const { translate } = useLocale();\n\n const [busy, setBusy] = useState(false);\n const [countries, setCountries] = useState({});\n const [form, setForm] = useState(session);\n const [formError, setFormError] = useState({});\n const [responseError, setResponseError] = useState();\n\n const formatDate = getDateFormat(locale);\n\n useEffect(() => {\n setResponseError();\n set({ profile: form });\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [form]);\n\n useEffect(() => {\n (async () => {\n const next = (await ServiceCountry.list(locale)) || {};\n\n setCountries(next);\n setForm({ ...form, country: next[session.country] });\n })();\n\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [locale]);\n\n const handleSubmit = async (form) => {\n setBusy(true);\n setResponseError(undefined);\n\n const parameters = {\n ...form,\n country: getCountryCode(form.country, countries),\n dateOfBirth: dateFormat(parseDate(form.dateOfBirth, formatDate), { format: 'DD/MM/YYYY' }),\n };\n\n const response = await ServiceUser.update(parameters).catch((error) => {\n setResponseError(error);\n });\n\n if (response) {\n Event.publish(EVENT.NOTIFICATION, { success: true, ...L10N.SUCCESS_ACCOUNT });\n set({ session: { ...session, ...parameters } });\n }\n setBusy(false);\n };\n\n const countryCode = getCountryCode(form.country, countries);\n const has = {\n changes: ACCOUNT_FIELDS.some((key) => form[key] !== session[key]) || countryCode !== session.country,\n dateOfBirth: form.dateOfBirth?.length,\n errors: Object.keys(formError).length !== 0,\n };\n\n return (\n <Form validateOnMount onChange={setForm} onError={setFormError} onSubmit={handleSubmit}>\n <Text wide>{translate(L10N.DESCRIPTION_ACCOUNT)}</Text>\n <TextRequiredFields />\n <InputText\n name=\"firstName\"\n error={formError.firstName}\n label={translate(L10N.FIRSTNAME_LABEL)}\n required\n showRequired\n success={form.firstName !== session.firstName}\n value={form.firstName}\n />\n <InputText\n name=\"lastName\"\n error={formError.lastName}\n label={translate(L10N.LASTNAME_LABEL)}\n required\n showRequired\n success={form.lastName !== session.lastName}\n value={form.lastName}\n />\n <InputText\n name=\"email\"\n disabled\n label={translate(L10N.EMAIL_LABEL)}\n required\n showRequired\n type=\"email\"\n value={form.email}\n />\n <InputDate\n name=\"dateOfBirth\"\n error={has.dateOfBirth && !!formError.dateOfBirth}\n hint={has.dateOfBirth && formError.dateOfBirth?.max ? translate(L10N.DATEOFBIRTH_ERROR) : undefined}\n format={formatDate}\n label={translate(L10N.DATEOFBIRTH_LABEL)}\n max={dateFormat(dateCalc(new Date(), -18, 'years'), { format: formatDate })}\n required\n showRequired\n success={form.dateOfBirth !== session.dateOfBirth}\n type=\"inputDate\"\n value={form.dateOfBirth}\n />\n <InputSelect\n name=\"country\"\n label={translate(L10N.COUNTRY_LABEL)}\n placeholder={translate(L10N.COUNTRY_PLACEHOLDER)}\n options={Object.values(countries)}\n required\n showRequired\n success={countryCode !== session.country}\n value={form.country}\n />\n <InputOption\n name=\"subscribed\"\n checked={form.subscribed}\n type=\"checkbox\"\n label={translate(L10N.SUBSCRIBED_LABEL)}\n value={form.subscribed}\n className={style.wide}\n />\n\n {responseError && (\n <Notification error className={style.notification}>\n {translate(L10N.ERROR)}\n </Notification>\n )}\n\n <Button\n busy={busy}\n disabled={busy || has.errors || !has.changes}\n large\n wide\n type=\"submit\"\n className={style.button}\n >\n {translate(L10N.CTA_ACCOUNT)}\n </Button>\n </Form>\n );\n};\n\nAccount.displayName = 'Mirai:Core:Profile:Account';\n\nAccount.propTypes = {};\n\nexport { Account };\n"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,SAAA,GAAAF,OAAA;AACA,IAAAG,GAAA,GAAAH,OAAA;AACA,IAAAI,MAAA,GAAAC,uBAAA,CAAAL,OAAA;AAEA,IAAAM,QAAA,GAAAN,OAAA;AACA,IAAAO,SAAA,GAAAP,OAAA;AACA,IAAAQ,KAAA,GAAAH,uBAAA,CAAAL,OAAA;AACA,IAAAS,SAAA,GAAAT,OAAA;AACA,IAAAU,QAAA,GAAAV,OAAA;AAAmD,SAAAW,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAP,wBAAAO,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAEnD,MAAMY,OAAO,GAAGA,CAAA,KAAM;EAAA,IAAAC,iBAAA,EAAAC,qBAAA;EACpB,MAAM;IACJH,GAAG;IACHI,KAAK,EAAE;MAAEC,MAAM;MAAEC,OAAO,GAAG,CAAC;IAAE;EAChC,CAAC,GAAG,IAAAC,qBAAQ,EAAC,CAAC;EACd,MAAM;IAAEC;EAAU,CAAC,GAAG,IAAAC,iBAAS,EAAC,CAAC;EAEjC,MAAM,CAACC,IAAI,EAAEC,OAAO,CAAC,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EACvC,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAF,eAAQ,EAAC,CAAC,CAAC,CAAC;EAC9C,MAAM,CAACG,IAAI,EAAEC,OAAO,CAAC,GAAG,IAAAJ,eAAQ,EAACN,OAAO,CAAC;EACzC,MAAM,CAACW,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAN,eAAQ,EAAC,CAAC,CAAC,CAAC;EAC9C,MAAM,CAACO,aAAa,EAAEC,gBAAgB,CAAC,GAAG,IAAAR,eAAQ,EAAC,CAAC;EAEpD,MAAMS,UAAU,GAAG,IAAAC,qBAAa,EAACjB,MAAM,CAAC;EAExC,IAAAkB,gBAAS,EAAC,MAAM;IACdH,gBAAgB,CAAC,CAAC;IAClBpB,GAAG,CAAC;MAAEwB,OAAO,EAAET;IAAK,CAAC,CAAC;IACtB;EACF,CAAC,EAAE,CAACA,IAAI,CAAC,CAAC;EAEV,IAAAQ,gBAAS,EAAC,MAAM;IACd,CAAC,YAAY;MACX,MAAME,IAAI,GAAG,CAAC,MAAMC,wBAAc,CAACC,IAAI,CAACtB,MAAM,CAAC,KAAK,CAAC,CAAC;MAEtDS,YAAY,CAACW,IAAI,CAAC;MAClBT,OAAO,CAAC;QAAE,GAAGD,IAAI;QAAEa,OAAO,EAAEH,IAAI,CAACnB,OAAO,CAACsB,OAAO;MAAE,CAAC,CAAC;IACtD,CAAC,EAAE,CAAC;;IAEJ;EACF,CAAC,EAAE,CAACvB,MAAM,CAAC,CAAC;EAEZ,MAAMwB,YAAY,GAAG,MAAOd,IAAI,IAAK;IACnCJ,OAAO,CAAC,IAAI,CAAC;IACbS,gBAAgB,CAACU,SAAS,CAAC;IAE3B,MAAMC,UAAU,GAAG;MACjB,GAAGhB,IAAI;MACPa,OAAO,EAAE,IAAAI,uBAAc,EAACjB,IAAI,CAACa,OAAO,EAAEf,SAAS,CAAC;MAChDoB,WAAW,EAAE,IAAAC,kBAAU,EAAC,IAAAC,iBAAS,EAACpB,IAAI,CAACkB,WAAW,EAAEZ,UAAU,CAAC,EAAE;QAAEe,MAAM,EAAE;MAAa,CAAC;IAC3F,CAAC;IAED,MAAMC,QAAQ,GAAG,MAAMC,qBAAW,CAACC,MAAM,CAACR,UAAU,CAAC,CAACS,KAAK,CAAEC,KAAK,IAAK;MACrErB,gBAAgB,CAACqB,KAAK,CAAC;IACzB,CAAC,CAAC;IAEF,IAAIJ,QAAQ,EAAE;MACZK,kBAAK,CAACC,OAAO,CAACC,cAAK,CAACC,YAAY,EAAE;QAAEC,OAAO,EAAE,IAAI;QAAE,GAAGC,cAAI,CAACC;MAAgB,CAAC,CAAC;MAC7EhD,GAAG,CAAC;QAAEM,OAAO,EAAE;UAAE,GAAGA,OAAO;UAAE,GAAGyB;QAAW;MAAE,CAAC,CAAC;IACjD;IACApB,OAAO,CAAC,KAAK,CAAC;EAChB,CAAC;EAED,MAAMsC,WAAW,GAAG,IAAAjB,uBAAc,EAACjB,IAAI,CAACa,OAAO,EAAEf,SAAS,CAAC;EAC3D,MAAM1B,GAAG,GAAG;IACV+D,OAAO,EAAEC,uBAAc,CAACC,IAAI,CAAEC,GAAG,IAAKtC,IAAI,CAACsC,GAAG,CAAC,KAAK/C,OAAO,CAAC+C,GAAG,CAAC,CAAC,IAAIJ,WAAW,KAAK3C,OAAO,CAACsB,OAAO;IACpGK,WAAW,GAAA/B,iBAAA,GAAEa,IAAI,CAACkB,WAAW,cAAA/B,iBAAA,uBAAhBA,iBAAA,CAAkBoD,MAAM;IACrCC,MAAM,EAAE/D,MAAM,CAACgE,IAAI,CAACvC,SAAS,CAAC,CAACqC,MAAM,KAAK;EAC5C,CAAC;EAED,oBACEjF,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAAsF,IAAI;IAACC,eAAe;IAACC,QAAQ,EAAE5C,OAAQ;IAAC6C,OAAO,EAAE3C,YAAa;IAAC4C,QAAQ,EAAEjC;EAAa,gBACrFxD,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAA2F,IAAI;IAACC,IAAI;EAAA,GAAExD,SAAS,CAACuC,cAAI,CAACkB,mBAAmB,CAAQ,CAAC,eACvD5F,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAAC/E,SAAA,CAAAwF,kBAAkB,MAAE,CAAC,eACtB7F,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAA+F,SAAS;IACRC,IAAI,EAAC,WAAW;IAChB3B,KAAK,EAAExB,SAAS,CAACoD,SAAU;IAC3BC,KAAK,EAAE9D,SAAS,CAACuC,cAAI,CAACwB,eAAe,CAAE;IACvCC,QAAQ;IACRC,YAAY;IACZ3B,OAAO,EAAE/B,IAAI,CAACsD,SAAS,KAAK/D,OAAO,CAAC+D,SAAU;IAC9CjE,KAAK,EAAEW,IAAI,CAACsD;EAAU,CACvB,CAAC,eACFhG,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAA+F,SAAS;IACRC,IAAI,EAAC,UAAU;IACf3B,KAAK,EAAExB,SAAS,CAACyD,QAAS;IAC1BJ,KAAK,EAAE9D,SAAS,CAACuC,cAAI,CAAC4B,cAAc,CAAE;IACtCH,QAAQ;IACRC,YAAY;IACZ3B,OAAO,EAAE/B,IAAI,CAAC2D,QAAQ,KAAKpE,OAAO,CAACoE,QAAS;IAC5CtE,KAAK,EAAEW,IAAI,CAAC2D;EAAS,CACtB,CAAC,eACFrG,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAA+F,SAAS;IACRC,IAAI,EAAC,OAAO;IACZQ,QAAQ;IACRN,KAAK,EAAE9D,SAAS,CAACuC,cAAI,CAAC8B,WAAW,CAAE;IACnCL,QAAQ;IACRC,YAAY;IACZK,IAAI,EAAC,OAAO;IACZ1E,KAAK,EAAEW,IAAI,CAACgE;EAAM,CACnB,CAAC,eACF1G,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAA4G,SAAS;IACRZ,IAAI,EAAC,aAAa;IAClB3B,KAAK,EAAEtD,GAAG,CAAC8C,WAAW,IAAI,CAAC,CAAChB,SAAS,CAACgB,WAAY;IAClDgD,IAAI,EAAE9F,GAAG,CAAC8C,WAAW,KAAA9B,qBAAA,GAAIc,SAAS,CAACgB,WAAW,cAAA9B,qBAAA,eAArBA,qBAAA,CAAuB+E,GAAG,GAAG1E,SAAS,CAACuC,cAAI,CAACoC,iBAAiB,CAAC,GAAGrD,SAAU;IACpGM,MAAM,EAAEf,UAAW;IACnBiD,KAAK,EAAE9D,SAAS,CAACuC,cAAI,CAACqC,iBAAiB,CAAE;IACzCF,GAAG,EAAE,IAAAhD,kBAAU,EAAC,IAAAmD,gBAAQ,EAAC,IAAIC,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE;MAAElD,MAAM,EAAEf;IAAW,CAAC,CAAE;IAC5EmD,QAAQ;IACRC,YAAY;IACZ3B,OAAO,EAAE/B,IAAI,CAACkB,WAAW,KAAK3B,OAAO,CAAC2B,WAAY;IAClD6C,IAAI,EAAC,WAAW;IAChB1E,KAAK,EAAEW,IAAI,CAACkB;EAAY,CACzB,CAAC,eACF5D,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAAmH,WAAW;IACVnB,IAAI,EAAC,SAAS;IACdE,KAAK,EAAE9D,SAAS,CAACuC,cAAI,CAACyC,aAAa,CAAE;IACrCC,WAAW,EAAEjF,SAAS,CAACuC,cAAI,CAAC2C,mBAAmB,CAAE;IACjDC,OAAO,EAAEnG,MAAM,CAACoG,MAAM,CAAC/E,SAAS,CAAE;IAClC2D,QAAQ;IACRC,YAAY;IACZ3B,OAAO,EAAEG,WAAW,KAAK3C,OAAO,CAACsB,OAAQ;IACzCxB,KAAK,EAAEW,IAAI,CAACa;EAAQ,CACrB,CAAC,eACFvD,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAAyH,WAAW;IACVzB,IAAI,EAAC,YAAY;IACjB0B,OAAO,EAAE/E,IAAI,CAACgF,UAAW;IACzBjB,IAAI,EAAC,UAAU;IACfR,KAAK,EAAE9D,SAAS,CAACuC,cAAI,CAACiD,gBAAgB,CAAE;IACxC5F,KAAK,EAAEW,IAAI,CAACgF,UAAW;IACvBE,SAAS,EAAExH,KAAK,CAACuF;EAAK,CACvB,CAAC,EAED7C,aAAa,iBACZ9C,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAA8H,YAAY;IAACzD,KAAK;IAACwD,SAAS,EAAExH,KAAK,CAAC0H;EAAa,GAC/C3F,SAAS,CAACuC,cAAI,CAACqD,KAAK,CACT,CACf,eAED/H,MAAA,CAAAa,OAAA,CAAAuE,aAAA,CAACrF,GAAA,CAAAiI,MAAM;IACL3F,IAAI,EAAEA,IAAK;IACXkE,QAAQ,EAAElE,IAAI,IAAIvB,GAAG,CAACoE,MAAM,IAAI,CAACpE,GAAG,CAAC+D,OAAQ;IAC7CoD,KAAK;IACLtC,IAAI;IACJc,IAAI,EAAC,QAAQ;IACbmB,SAAS,EAAExH,KAAK,CAAC8H;EAAO,GAEvB/F,SAAS,CAACuC,cAAI,CAACyD,WAAW,CACrB,CACJ,CAAC;AAEX,CAAC;AAACC,OAAA,CAAAxG,OAAA,GAAAA,OAAA;AAEFA,OAAO,CAACyG,WAAW,GAAG,4BAA4B;AAElDzG,OAAO,CAAC0G,SAAS,GAAG,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.Password.js","names":["_dataSources","require","_locale","_services","_ui","_react","_interopRequireWildcard","_Profile","style","_shared__","_helpers","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","_extends","assign","bind","target","arguments","length","source","key","apply","Password","others","_form$currentPassword","_formError$currentPas","_form$currentPassword2","_form$password","_formError$password","_form$password2","translate","useLocale","value","session","club","id","idClub","email","useStore","busy","setBusy","useState","form","setForm","formError","setFormError","responseError","setResponseError","sessionError","setSessionError","useEffect","handleSubmit","undefined","currentPassword","password","ServiceUser","login","catch","error","response","update","Event","publish","EVENT","NOTIFICATION","success","L10N","SUCCESS_PASSWORD","errors","keys","createElement","Form","validateOnMount","onChange","onError","onSubmit","Text","wide","DESCRIPTION_PASSWORD","TextRequiredFields","InputText","name","test","hint","PASSWORD_HINT","label","PASSWORD_LABEL","required","showRequired","type","PASSWORD_NEW_LABEL","testPassword","Notification","className","notification","ERROR","Button","disabled","large","button","CTA_PASSWORD","exports","displayName","propTypes"],"sources":["../../../src/components/Profile/Profile.Password.jsx"],"sourcesContent":["import { Event, useStore } from '@mirai/data-sources';\nimport { useLocale } from '@mirai/locale';\nimport { ServiceUser } from '@mirai/services';\nimport { Button, Form, InputText, Notification, Text } from '@mirai/ui';\nimport React, { useEffect, useState } from 'react';\n\nimport { L10N } from './Profile.l10n';\nimport * as style from './Profile.module.css';\nimport { TextRequiredFields } from '../__shared__';\nimport { EVENT, testPassword } from '../helpers';\n\nconst Password = (others) => {\n const { translate } = useLocale();\n const { value: { session: { club: { id: idClub } = {}, email } = {} } = {}, set } = useStore();\n\n const [busy, setBusy] = useState(false);\n const [form, setForm] = useState({});\n const [formError, setFormError] = useState({});\n const [responseError, setResponseError] = useState();\n const [sessionError, setSessionError] = useState();\n\n useEffect(() => {\n setResponseError();\n setSessionError();\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [form]);\n\n const handleSubmit = async (form) => {\n setBusy(true);\n setResponseError(undefined);\n setSessionError(undefined);\n\n const { currentPassword, password } = form;\n const session = await ServiceUser.login({ email, idClub, password: currentPassword }).catch((error) => {\n setSessionError(error);\n });\n if (session) set({ session });\n\n const response =\n session &&\n (await ServiceUser.update({\n password,\n }).catch((error) => {\n setResponseError(error);\n }));\n\n if (response) {\n Event.publish(EVENT.NOTIFICATION, { success: true, ...L10N.SUCCESS_PASSWORD });\n }\n\n setBusy(false);\n };\n\n const has = {\n errors: Object.keys(formError).length !== 0 || form.password === form.currentPassword,\n responseError: responseError || sessionError,\n };\n\n return (\n <Form {...others} validateOnMount onChange={setForm} onError={setFormError} onSubmit={handleSubmit}>\n <Text wide>{translate(L10N.DESCRIPTION_PASSWORD)}</Text>\n <TextRequiredFields />\n <InputText\n name=\"currentPassword\"\n error={form.currentPassword?.length && formError.currentPassword?.test}\n hint={translate(L10N.PASSWORD_HINT)}\n label={translate(L10N.PASSWORD_LABEL)}\n required\n showRequired\n success={form.currentPassword?.length && !formError.currentPassword}\n type=\"password\"\n value={form.currentPassword}\n />\n\n <InputText\n name=\"password\"\n error={form.password?.length && (formError.password?.test || form.password === form.currentPassword)}\n hint={translate(L10N.PASSWORD_HINT)}\n label={translate(L10N.PASSWORD_NEW_LABEL)}\n required\n showRequired\n success={form.password?.length && form.password !== form.currentPassword && !formError.password}\n test={testPassword}\n type=\"password\"\n value={form.password}\n />\n\n {has.responseError && (\n <Notification error className={style.notification}>\n {translate(L10N.ERROR)}\n </Notification>\n )}\n\n <Button busy={busy} disabled={busy || has.errors} large wide type=\"submit\" className={style.button}>\n {translate(L10N.CTA_PASSWORD)}\n </Button>\n </Form>\n );\n};\n\nPassword.displayName = 'Mirai:Core:Profile:Password';\n\nPassword.propTypes = {};\n\nexport { Password };\n"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.Signout.js","names":["_dataSources","require","_locale","_services","_ui","_react","_interopRequireWildcard","_Profile","style","_helpers","_Session","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","Signout","value","club","hotel","language","useStore","translate","useLocale","busy","setBusy","useState","modal","setModal","response","setResponse","responseError","setResponseError","handleSubmit","undefined","ServiceUser","signout","catch","error","handleClose","handleOpen","handleSignup","url","concat","process","env","SERVICE_USER","ENDPOINT","SIGNUP","toUrlParams","idtokenprovider","id","lang","document","location","href","createElement","Fragment","Text","bold","headline","L10N","TITLE_SIGNOUT","name","className","description","DESCRIPTION_SIGNOUT","Button","secondary","large","wide","onPress","BUTTON_SIGNOUT","Modal","title","visible","onClose","View","content","DESCRIPTION_SIGNOUT_MODAL","Notification","success","notification","ERROR","SUCCESS_SIGNOUT","row","buttons","Action","disabled","ACTION_SIGNOUT_CANCEL","CTA_SIGNOUT","DESCRIPTION_SIGNOUT_MODAL_SUCCESS","type","CTA_SIGNUP","exports","displayName","propTypes"],"sources":["../../../src/components/Profile/Profile.Signout.jsx"],"sourcesContent":["import { useStore } from '@mirai/data-sources';\nimport { useLocale } from '@mirai/locale';\nimport { ServiceUser } from '@mirai/services';\nimport { Action, Button, Modal, Notification, Text, View } from '@mirai/ui';\nimport React, { useState } from 'react';\n\nimport { L10N } from './Profile.l10n';\nimport * as style from './Profile.module.css';\nimport { toUrlParams } from '../helpers';\nimport { ENDPOINT } from '../Session/Session.constants';\n\nconst Signout = () => {\n const {\n value: { club = {}, hotel = {}, language },\n } = useStore();\n const { translate } = useLocale();\n\n const [busy, setBusy] = useState(false);\n const [modal, setModal] = useState(false);\n const [response, setResponse] = useState();\n const [responseError, setResponseError] = useState();\n\n const handleSubmit = async () => {\n setBusy(true);\n setResponseError(undefined);\n\n const response = await ServiceUser.signout().catch((error) => {\n setResponseError(error);\n });\n\n setResponse(response);\n setBusy(false);\n };\n\n const handleClose = () => {\n setModal(false);\n };\n\n const handleOpen = () => {\n setModal(true);\n };\n\n const handleSignup = () => {\n const url = `${process.env.SERVICE_USER}/${ENDPOINT.SIGNUP}${toUrlParams({\n idtokenprovider: hotel.id,\n lang: language,\n })}`;\n\n document.location.href = url;\n };\n\n return (\n <>\n <Text bold headline>\n {translate(L10N.TITLE_SIGNOUT, { club: club.name })}\n </Text>\n\n <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT)}</Text>\n\n <Button secondary large wide onPress={handleOpen}>\n {translate(L10N.BUTTON_SIGNOUT)}\n </Button>\n\n <Modal title={translate(L10N.BUTTON_SIGNOUT)} visible={modal} onClose={handleClose}>\n <View className={style.content}>\n {!response && <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT_MODAL)}</Text>}\n\n {(response || responseError) && (\n <Notification\n large={!!response}\n error={!!responseError}\n success={!!response}\n className={style.notification}\n >\n {translate(responseError ? L10N.ERROR : L10N.SUCCESS_SIGNOUT)}\n </Notification>\n )}\n\n {!response ? (\n <View row className={style.buttons}>\n <Action disabled={busy} onPress={handleClose}>\n {translate(L10N.ACTION_SIGNOUT_CANCEL)}\n </Action>\n <Button busy={busy} onPress={handleSubmit}>\n {translate(L10N.CTA_SIGNOUT)}\n </Button>\n </View>\n ) : (\n <>\n <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT_MODAL_SUCCESS)}</Text>\n <Button wide type=\"submit\" onPress={handleSignup}>\n {translate(L10N.CTA_SIGNUP)}\n </Button>\n </>\n )}\n </View>\n </Modal>\n </>\n );\n};\n\nSignout.displayName = 'Mirai:Core:Profile:Signout';\n\nSignout.propTypes = {};\n\nexport { Signout };\n"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.l10n.js","names":["L10N","exports","ACTION_BOOKINGS","id","defaultMessage","ACTION_PROFILE","ACTION_SIGNOUT_CANCEL","BUTTON_SIGNOUT","COUNTRY_LABEL","COUNTRY_PLACEHOLDER","CTA_SIGNOUT","CTA_ACCOUNT","CTA_PASSWORD","CTA_SIGNUP","DATEOFBIRTH_LABEL","DATEOFBIRTH_ERROR","DESCRIPTION_ACCOUNT","DESCRIPTION_PASSWORD","DESCRIPTION_SIGNOUT","DESCRIPTION_SIGNOUT_MODAL","DESCRIPTION_SIGNOUT_MODAL_SUCCESS","EMAIL_LABEL","FIRSTNAME_LABEL","LASTNAME_LABEL","PASSWORD_LABEL","PASSWORD_HINT","PASSWORD_NEW_LABEL","SUBSCRIBED_LABEL","TITLE_SIGNOUT","SUCCESS_ACCOUNT","SUCCESS_PASSWORD","SUCCESS_SIGNOUT","ERROR","ERROR_PASSWORD"],"sources":["../../../src/components/Profile/Profile.l10n.js"],"sourcesContent":["export const L10N = {\n ACTION_BOOKINGS: { id: 'user.action.view_bookings', defaultMessage: ' ' },\n ACTION_PROFILE: { id: 'user.action.view_profile', defaultMessage: ' ' },\n ACTION_SIGNOUT_CANCEL: { id: 'common.action.close' },\n\n BUTTON_SIGNOUT: { id: 'user.action.delete_account', defaultMessage: ' ' },\n\n COUNTRY_LABEL: { id: 'user.label.country', defaultMessage: ' ' },\n COUNTRY_PLACEHOLDER: { id: 'common.label.select' },\n CTA_SIGNOUT: { id: 'user.action.delete_account' },\n CTA_ACCOUNT: { id: 'user.action.save_info', defaultMessage: ' ' },\n CTA_PASSWORD: { id: 'user.action.save_password', defaultMessage: ' ' },\n CTA_SIGNUP: { id: 'user.action.signup_again' },\n\n DATEOFBIRTH_LABEL: { id: 'user.label.date_of_birth', defaultMessage: ' ' },\n DATEOFBIRTH_ERROR: { id: 'user.label.date_of_birth_error' },\n DESCRIPTION_ACCOUNT: { id: 'user.label.description_account', defaultMessage: ' ' },\n DESCRIPTION_PASSWORD: { id: 'user.label.description_password', defaultMessage: ' ' },\n DESCRIPTION_SIGNOUT: { id: 'user.label.description_delete_account', defaultMessage: ' ' },\n DESCRIPTION_SIGNOUT_MODAL: { id: 'user.label.modal_delete_account' },\n DESCRIPTION_SIGNOUT_MODAL_SUCCESS: { id: 'user.label.account_deleted' },\n\n EMAIL_LABEL: { id: 'common.label.email', defaultMessage: ' ' },\n\n FIRSTNAME_LABEL: { id: 'common.label.name', defaultMessage: ' ' },\n\n LASTNAME_LABEL: { id: 'common.label.lastname', defaultMessage: ' ' },\n\n PASSWORD_LABEL: { id: 'common.label.password', defaultMessage: ' ' },\n PASSWORD_HINT: { id: 'user.label.password_hint', defaultMessage: ' ' },\n PASSWORD_NEW_LABEL: { id: 'common.label.new_password', defaultMessage: ' ' },\n\n SUBSCRIBED_LABEL: { id: 'user.label.subscribe', defaultMessage: ' ' },\n\n TITLE_SIGNOUT: { id: 'user.label.delete_account', defaultMessage: ' ' },\n\n // Notifications\n SUCCESS_ACCOUNT: { id: 'user.notification.update_account_success' },\n SUCCESS_PASSWORD: { id: 'user.notification.update_password_success' },\n SUCCESS_SIGNOUT: { id: 'user.notification.delete_account_success' },\n\n ERROR: { id: 'common.notification.network_error' },\n ERROR_PASSWORD: { id: 'common.notification.password_error' },\n};\n"],"mappings":";;;;;;AAAO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EAClBE,eAAe,EAAE;IAAEC,EAAE,EAAE,2BAA2B;IAAEC,cAAc,EAAE;EAAI,CAAC;EACzEC,cAAc,EAAE;IAAEF,EAAE,EAAE,0BAA0B;IAAEC,cAAc,EAAE;EAAa,CAAC;EAChFE,qBAAqB,EAAE;IAAEH,EAAE,EAAE;EAAsB,CAAC;EAEpDI,cAAc,EAAE;IAAEJ,EAAE,EAAE,4BAA4B;IAAEC,cAAc,EAAE;EAAI,CAAC;EAEzEI,aAAa,EAAE;IAAEL,EAAE,EAAE,oBAAoB;IAAEC,cAAc,EAAE;EAAI,CAAC;EAChEK,mBAAmB,EAAE;IAAEN,EAAE,EAAE;EAAsB,CAAC;EAClDO,WAAW,EAAE;IAAEP,EAAE,EAAE;EAA6B,CAAC;EACjDQ,WAAW,EAAE;IAAER,EAAE,EAAE,uBAAuB;IAAEC,cAAc,EAAE;EAAI,CAAC;EACjEQ,YAAY,EAAE;IAAET,EAAE,EAAE,2BAA2B;IAAEC,cAAc,EAAE;EAAI,CAAC;EACtES,UAAU,EAAE;IAAEV,EAAE,EAAE;EAA2B,CAAC;EAE9CW,iBAAiB,EAAE;IAAEX,EAAE,EAAE,0BAA0B;IAAEC,cAAc,EAAE;EAAI,CAAC;EAC1EW,iBAAiB,EAAE;IAAEZ,EAAE,EAAE;EAAiC,CAAC;EAC3Da,mBAAmB,EAAE;IAAEb,EAAE,EAAE,gCAAgC;IAAEC,cAAc,EAAE;EAAI,CAAC;EAClFa,oBAAoB,EAAE;IAAEd,EAAE,EAAE,iCAAiC;IAAEC,cAAc,EAAE;EAAI,CAAC;EACpFc,mBAAmB,EAAE;IAAEf,EAAE,EAAE,uCAAuC;IAAEC,cAAc,EAAE;EAAI,CAAC;EACzFe,yBAAyB,EAAE;IAAEhB,EAAE,EAAE;EAAkC,CAAC;EACpEiB,iCAAiC,EAAE;IAAEjB,EAAE,EAAE;EAA6B,CAAC;EAEvEkB,WAAW,EAAE;IAAElB,EAAE,EAAE,oBAAoB;IAAEC,cAAc,EAAE;EAAI,CAAC;EAE9DkB,eAAe,EAAE;IAAEnB,EAAE,EAAE,mBAAmB;IAAEC,cAAc,EAAE;EAAI,CAAC;EAEjEmB,cAAc,EAAE;IAAEpB,EAAE,EAAE,uBAAuB;IAAEC,cAAc,EAAE;EAAI,CAAC;EAEpEoB,cAAc,EAAE;IAAErB,EAAE,EAAE,uBAAuB;IAAEC,cAAc,EAAE;EAAI,CAAC;EACpEqB,aAAa,EAAE;IAAEtB,EAAE,EAAE,0BAA0B;IAAEC,cAAc,EAAE;EAAI,CAAC;EACtEsB,kBAAkB,EAAE;IAAEvB,EAAE,EAAE,2BAA2B;IAAEC,cAAc,EAAE;EAAI,CAAC;EAE5EuB,gBAAgB,EAAE;IAAExB,EAAE,EAAE,sBAAsB;IAAEC,cAAc,EAAE;EAAI,CAAC;EAErEwB,aAAa,EAAE;IAAEzB,EAAE,EAAE,2BAA2B;IAAEC,cAAc,EAAE;EAAI,CAAC;EAEvE;EACAyB,eAAe,EAAE;IAAE1B,EAAE,EAAE;EAA2C,CAAC;EACnE2B,gBAAgB,EAAE;IAAE3B,EAAE,EAAE;EAA4C,CAAC;EACrE4B,eAAe,EAAE;IAAE5B,EAAE,EAAE;EAA2C,CAAC;EAEnE6B,KAAK,EAAE;IAAE7B,EAAE,EAAE;EAAoC,CAAC;EAClD8B,cAAc,EAAE;IAAE9B,EAAE,EAAE;EAAqC;AAC7D,CAAC"}
|