@ksremp/ngx-ksremp-app-lib 1.0.0 → 1.0.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/README.md +46 -46
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +2 -2
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +4 -1
- package/fesm2022/ksremp-ngx-ksremp-app-lib.mjs +4 -1
- package/fesm2022/ksremp-ngx-ksremp-app-lib.mjs.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -29006,6 +29006,9 @@ class DynamicFormComponent extends BasePage {
|
|
|
29006
29006
|
this.onError.emit(userExistsError);
|
|
29007
29007
|
}
|
|
29008
29008
|
}
|
|
29009
|
+
else {
|
|
29010
|
+
this.onError.emit(err);
|
|
29011
|
+
}
|
|
29009
29012
|
}
|
|
29010
29013
|
else if (this.mfaRequired) {
|
|
29011
29014
|
this.mfaError = err;
|
|
@@ -30187,7 +30190,7 @@ class CommonSuccessPage extends BasePage {
|
|
|
30187
30190
|
this.successPageElementArr.next([
|
|
30188
30191
|
{ type: 'header', description: "<h1>¡Ups! No se pudo procesar tu solicitud.</h1>\t\t", indent: 0, fontSize: 0 },
|
|
30189
30192
|
{ type: 'subhheader', description: '<h4>Por favor, inténtelo de nuevo después de un tiempo.<h4>\t\t', indent: 0, fontSize: 0 },
|
|
30190
|
-
{ type: 'buttonText', description: '
|
|
30193
|
+
{ type: 'buttonText', description: 'Pagina de inicio', indent: 0, fontSize: 0 }
|
|
30191
30194
|
]);
|
|
30192
30195
|
}
|
|
30193
30196
|
else {
|