@po-ui/ng-templates 17.20.0 → 18.0.0-rc.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.
Files changed (42) hide show
  1. package/esm2022/lib/components/po-modal-password-recovery/po-modal-password-recovery-base.component.mjs +1 -1
  2. package/esm2022/lib/components/po-modal-password-recovery/po-modal-password-recovery-error-message/po-modal-password-recovery-error-message.component.mjs +2 -2
  3. package/esm2022/lib/components/po-modal-password-recovery/po-modal-password-recovery.component.mjs +69 -69
  4. package/esm2022/lib/components/po-page-background/po-page-background.component.mjs +15 -15
  5. package/esm2022/lib/components/po-page-blocked-user/po-page-blocked-user-base.component.mjs +2 -2
  6. package/esm2022/lib/components/po-page-blocked-user/po-page-blocked-user-contacts/po-page-blocked-user-contacts.component.mjs +8 -8
  7. package/esm2022/lib/components/po-page-blocked-user/po-page-blocked-user-reason/po-page-blocked-user-reason.component.mjs +2 -2
  8. package/esm2022/lib/components/po-page-blocked-user/po-page-blocked-user.component.mjs +2 -2
  9. package/esm2022/lib/components/po-page-change-password/po-page-change-password-base.component.mjs +2 -2
  10. package/esm2022/lib/components/po-page-change-password/po-page-change-password.component.mjs +41 -40
  11. package/esm2022/lib/components/po-page-dynamic-detail/po-page-dynamic-detail-actions.service.mjs +1 -1
  12. package/esm2022/lib/components/po-page-dynamic-detail/po-page-dynamic-detail.component.mjs +12 -12
  13. package/esm2022/lib/components/po-page-dynamic-edit/po-page-dynamic-edit-actions.service.mjs +1 -1
  14. package/esm2022/lib/components/po-page-dynamic-edit/po-page-dynamic-edit.component.mjs +27 -27
  15. package/esm2022/lib/components/po-page-dynamic-search/po-advanced-filter/po-advanced-filter-base.component.mjs +2 -2
  16. package/esm2022/lib/components/po-page-dynamic-search/po-advanced-filter/po-advanced-filter.component.mjs +1 -1
  17. package/esm2022/lib/components/po-page-dynamic-search/po-page-dynamic-search-base.component.mjs +2 -2
  18. package/esm2022/lib/components/po-page-dynamic-search/po-page-dynamic-search.component.mjs +5 -4
  19. package/esm2022/lib/components/po-page-dynamic-table/po-page-dynamic-list-base.component.mjs +2 -2
  20. package/esm2022/lib/components/po-page-dynamic-table/po-page-dynamic-table-actions.service.mjs +1 -1
  21. package/esm2022/lib/components/po-page-dynamic-table/po-page-dynamic-table.component.mjs +2 -2
  22. package/esm2022/lib/components/po-page-job-scheduler/po-page-job-scheduler-base.component.mjs +2 -2
  23. package/esm2022/lib/components/po-page-job-scheduler/po-page-job-scheduler-execution/po-page-job-scheduler-execution.component.mjs +82 -81
  24. package/esm2022/lib/components/po-page-job-scheduler/po-page-job-scheduler-parameters/po-job-scheduler-parameters-template/po-job-scheduler-parameters-template.directive.mjs +1 -1
  25. package/esm2022/lib/components/po-page-job-scheduler/po-page-job-scheduler-parameters/po-page-job-scheduler-parameters.component.mjs +14 -14
  26. package/esm2022/lib/components/po-page-job-scheduler/po-page-job-scheduler-summary/po-page-job-scheduler-summary.component.mjs +9 -9
  27. package/esm2022/lib/components/po-page-job-scheduler/po-page-job-scheduler.component.mjs +19 -18
  28. package/esm2022/lib/components/po-page-job-scheduler/po-page-job-scheduler.service.mjs +1 -1
  29. package/esm2022/lib/components/po-page-login/po-page-login-base.component.mjs +2 -2
  30. package/esm2022/lib/components/po-page-login/po-page-login-popover/po-page-login-popover.component.mjs +12 -12
  31. package/esm2022/lib/components/po-page-login/po-page-login.component.mjs +74 -74
  32. package/esm2022/lib/components/po-page-login/po-page-login.service.mjs +1 -1
  33. package/esm2022/lib/services/po-page-customization/po-page-customization.service.mjs +1 -1
  34. package/esm2022/lib/services/po-page-dynamic/po-page-dynamic.service.mjs +1 -1
  35. package/esm2022/lib/utils/util.mjs +1 -1
  36. package/fesm2022/po-ui-ng-templates.mjs +388 -384
  37. package/fesm2022/po-ui-ng-templates.mjs.map +1 -1
  38. package/package.json +12 -12
  39. package/po-ui-ng-templates-18.0.0-rc.0.tgz +0 -0
  40. package/schematics/ng-add/index.js +1 -1
  41. package/schematics/ng-add/index.js.map +1 -1
  42. package/po-ui-ng-templates-17.20.0.tgz +0 -0
@@ -10,7 +10,7 @@ import * as i1$1 from '@angular/router';
10
10
  import { RouterModule } from '@angular/router';
11
11
  import * as i1 from '@angular/common/http';
12
12
  import { HttpHeaders } from '@angular/common/http';
13
- import { of, throwError, merge, from, EMPTY, concat, Observable, Subscription } from 'rxjs';
13
+ import { of, merge, throwError, from, EMPTY, concat, Observable, Subscription } from 'rxjs';
14
14
  import { map, catchError, switchMap, tap } from 'rxjs/operators';
15
15
 
16
16
  /**
@@ -836,7 +836,7 @@ class PoModalPasswordRecoveryBaseComponent {
836
836
  : literalCodeErrorMessage;
837
837
  }
838
838
  static ɵfac = function PoModalPasswordRecoveryBaseComponent_Factory(t) { return new (t || PoModalPasswordRecoveryBaseComponent)(i0.ɵɵdirectiveInject(i2.PoLanguageService)); };
839
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoModalPasswordRecoveryBaseComponent, inputs: { codeError: [i0.ɵɵInputFlags.None, "p-code-error", "codeError"], urlRecovery: [i0.ɵɵInputFlags.None, "p-url-recovery", "urlRecovery"], contactEmail: [i0.ɵɵInputFlags.None, "p-contact-email", "contactEmail"], phoneMask: [i0.ɵɵInputFlags.None, "p-phone-mask", "phoneMask"], type: [i0.ɵɵInputFlags.None, "p-type", "type"] }, outputs: { codeSubmit: "p-code-submit", submit: "p-submit" } });
839
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoModalPasswordRecoveryBaseComponent, inputs: { codeError: [0, "p-code-error", "codeError"], urlRecovery: [0, "p-url-recovery", "urlRecovery"], contactEmail: [0, "p-contact-email", "contactEmail"], phoneMask: [0, "p-phone-mask", "phoneMask"], type: [0, "p-type", "type"] }, outputs: { codeSubmit: "p-code-submit", submit: "p-submit" } });
840
840
  }
841
841
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoModalPasswordRecoveryBaseComponent, [{
842
842
  type: Directive
@@ -906,7 +906,7 @@ class PoModalPasswordRecoveryErrorMessageComponent {
906
906
  /** Texto exibido na mensagem de erro. */
907
907
  text;
908
908
  static ɵfac = function PoModalPasswordRecoveryErrorMessageComponent_Factory(t) { return new (t || PoModalPasswordRecoveryErrorMessageComponent)(); };
909
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoModalPasswordRecoveryErrorMessageComponent, selectors: [["po-modal-password-recovery-error-message"]], inputs: { text: [i0.ɵɵInputFlags.None, "p-text", "text"] }, decls: 4, vars: 1, consts: [[1, "po-field-container-bottom-text-error", "po-field-container-error-item"], ["p-icon", "ICON_EXCLAMATION"], [1, "po-field-container-error-text"]], template: function PoModalPasswordRecoveryErrorMessageComponent_Template(rf, ctx) { if (rf & 1) {
909
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoModalPasswordRecoveryErrorMessageComponent, selectors: [["po-modal-password-recovery-error-message"]], inputs: { text: [0, "p-text", "text"] }, decls: 4, vars: 1, consts: [[1, "po-field-container-bottom-text-error", "po-field-container-error-item"], ["p-icon", "ICON_EXCLAMATION"], [1, "po-field-container-error-text"]], template: function PoModalPasswordRecoveryErrorMessageComponent_Template(rf, ctx) { if (rf & 1) {
910
910
  i0.ɵɵelementStart(0, "div", 0);
911
911
  i0.ɵɵelement(1, "po-icon", 1);
912
912
  i0.ɵɵelementStart(2, "span", 2);
@@ -930,75 +930,75 @@ const _c0$9 = ["emailForm"];
930
930
  const _c1$6 = ["recoveryModal"];
931
931
  const _c2$4 = ["smsCodeForm"];
932
932
  function PoModalPasswordRecoveryComponent_div_3_div_6_Template(rf, ctx) { if (rf & 1) {
933
- const _r11 = i0.ɵɵgetCurrentView();
934
- i0.ɵɵelementStart(0, "div")(1, "po-radio-group", 15);
935
- i0.ɵɵtwoWayListener("ngModelChange", function PoModalPasswordRecoveryComponent_div_3_div_6_Template_po_radio_group_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r10.chosenTypeFormOption, $event) || (ctx_r10.chosenTypeFormOption = $event); return i0.ɵɵresetView($event); });
936
- i0.ɵɵlistener("p-change", function PoModalPasswordRecoveryComponent_div_3_div_6_Template_po_radio_group_p_change_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r12 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r12.getInputType($event)); });
933
+ const _r1 = i0.ɵɵgetCurrentView();
934
+ i0.ɵɵelementStart(0, "div")(1, "po-radio-group", 18);
935
+ i0.ɵɵtwoWayListener("ngModelChange", function PoModalPasswordRecoveryComponent_div_3_div_6_Template_po_radio_group_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r1.chosenTypeFormOption, $event) || (ctx_r1.chosenTypeFormOption = $event); return i0.ɵɵresetView($event); });
936
+ i0.ɵɵlistener("p-change", function PoModalPasswordRecoveryComponent_div_3_div_6_Template_po_radio_group_p_change_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.getInputType($event)); });
937
937
  i0.ɵɵelementEnd()();
938
938
  } if (rf & 2) {
939
- const ctx_r5 = i0.ɵɵnextContext(2);
939
+ const ctx_r1 = i0.ɵɵnextContext(2);
940
940
  i0.ɵɵadvance();
941
- i0.ɵɵtwoWayProperty("ngModel", ctx_r5.chosenTypeFormOption);
942
- i0.ɵɵproperty("p-options", ctx_r5.typeFormOptions);
941
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.chosenTypeFormOption);
942
+ i0.ɵɵproperty("p-options", ctx_r1.typeFormOptions);
943
943
  } }
944
944
  function PoModalPasswordRecoveryComponent_div_3_po_email_8_Template(rf, ctx) { if (rf & 1) {
945
- const _r14 = i0.ɵɵgetCurrentView();
946
- i0.ɵɵelementStart(0, "po-email", 16);
947
- i0.ɵɵtwoWayListener("ngModelChange", function PoModalPasswordRecoveryComponent_div_3_po_email_8_Template_po_email_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r13.email, $event) || (ctx_r13.email = $event); return i0.ɵɵresetView($event); });
948
- i0.ɵɵlistener("p-change-model", function PoModalPasswordRecoveryComponent_div_3_po_email_8_Template_po_email_p_change_model_0_listener() { i0.ɵɵrestoreView(_r14); i0.ɵɵnextContext(); const _r4 = i0.ɵɵreference(5); const ctx_r15 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r15.formModelChangesCheck(_r4)); });
945
+ const _r3 = i0.ɵɵgetCurrentView();
946
+ i0.ɵɵelementStart(0, "po-email", 19);
947
+ i0.ɵɵtwoWayListener("ngModelChange", function PoModalPasswordRecoveryComponent_div_3_po_email_8_Template_po_email_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r1.email, $event) || (ctx_r1.email = $event); return i0.ɵɵresetView($event); });
948
+ i0.ɵɵlistener("p-change-model", function PoModalPasswordRecoveryComponent_div_3_po_email_8_Template_po_email_p_change_model_0_listener() { i0.ɵɵrestoreView(_r3); i0.ɵɵnextContext(); const emailForm_r4 = i0.ɵɵreference(5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.formModelChangesCheck(emailForm_r4)); });
949
949
  i0.ɵɵelementEnd();
950
950
  } if (rf & 2) {
951
- const ctx_r6 = i0.ɵɵnextContext(2);
952
- i0.ɵɵtwoWayProperty("ngModel", ctx_r6.email);
953
- i0.ɵɵproperty("p-label", ctx_r6.literals.insertEmail);
951
+ const ctx_r1 = i0.ɵɵnextContext(2);
952
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.email);
953
+ i0.ɵɵproperty("p-label", ctx_r1.literals.insertEmail);
954
954
  } }
955
955
  function PoModalPasswordRecoveryComponent_div_3_po_input_9_Template(rf, ctx) { if (rf & 1) {
956
- const _r17 = i0.ɵɵgetCurrentView();
957
- i0.ɵɵelementStart(0, "po-input", 17);
958
- i0.ɵɵtwoWayListener("ngModelChange", function PoModalPasswordRecoveryComponent_div_3_po_input_9_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r16.phone, $event) || (ctx_r16.phone = $event); return i0.ɵɵresetView($event); });
959
- i0.ɵɵlistener("p-change-model", function PoModalPasswordRecoveryComponent_div_3_po_input_9_Template_po_input_p_change_model_0_listener() { i0.ɵɵrestoreView(_r17); i0.ɵɵnextContext(); const _r4 = i0.ɵɵreference(5); const ctx_r18 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r18.formModelChangesCheck(_r4)); });
956
+ const _r5 = i0.ɵɵgetCurrentView();
957
+ i0.ɵɵelementStart(0, "po-input", 20);
958
+ i0.ɵɵtwoWayListener("ngModelChange", function PoModalPasswordRecoveryComponent_div_3_po_input_9_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r1.phone, $event) || (ctx_r1.phone = $event); return i0.ɵɵresetView($event); });
959
+ i0.ɵɵlistener("p-change-model", function PoModalPasswordRecoveryComponent_div_3_po_input_9_Template_po_input_p_change_model_0_listener() { i0.ɵɵrestoreView(_r5); i0.ɵɵnextContext(); const emailForm_r4 = i0.ɵɵreference(5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.formModelChangesCheck(emailForm_r4)); });
960
960
  i0.ɵɵelementEnd();
961
961
  } if (rf & 2) {
962
- const ctx_r7 = i0.ɵɵnextContext(2);
963
- i0.ɵɵtwoWayProperty("ngModel", ctx_r7.phone);
964
- i0.ɵɵproperty("p-label", ctx_r7.literals.insertPhone)("p-mask", ctx_r7.phoneMask)("p-maxlength", ctx_r7.maxLength)("p-minlength", ctx_r7.minLength);
962
+ const ctx_r1 = i0.ɵɵnextContext(2);
963
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.phone);
964
+ i0.ɵɵproperty("p-label", ctx_r1.literals.insertPhone)("p-mask", ctx_r1.phoneMask)("p-maxlength", ctx_r1.maxLength)("p-minlength", ctx_r1.minLength);
965
965
  } }
966
966
  function PoModalPasswordRecoveryComponent_div_3_po_modal_password_recovery_error_message_11_Template(rf, ctx) { if (rf & 1) {
967
- i0.ɵɵelement(0, "po-modal-password-recovery-error-message", 18);
967
+ i0.ɵɵelement(0, "po-modal-password-recovery-error-message", 21);
968
968
  } if (rf & 2) {
969
- const ctx_r8 = i0.ɵɵnextContext(2);
970
- i0.ɵɵproperty("p-text", ctx_r8.type === "sms" ? ctx_r8.literals.phoneErrorMessagePhrase : ctx_r8.literals.emailErrorMessagePhrase);
969
+ const ctx_r1 = i0.ɵɵnextContext(2);
970
+ i0.ɵɵproperty("p-text", ctx_r1.type === "sms" ? ctx_r1.literals.phoneErrorMessagePhrase : ctx_r1.literals.emailErrorMessagePhrase);
971
971
  } }
972
972
  function PoModalPasswordRecoveryComponent_div_3_span_14_Template(rf, ctx) { if (rf & 1) {
973
973
  i0.ɵɵelementStart(0, "span");
974
974
  i0.ɵɵtext(1);
975
- i0.ɵɵelementStart(2, "a", 19);
975
+ i0.ɵɵelementStart(2, "a", 22);
976
976
  i0.ɵɵtext(3);
977
977
  i0.ɵɵelementEnd()();
978
978
  } if (rf & 2) {
979
- const ctx_r9 = i0.ɵɵnextContext(2);
979
+ const ctx_r1 = i0.ɵɵnextContext(2);
980
980
  i0.ɵɵadvance();
981
- i0.ɵɵtextInterpolate1(" ", ctx_r9.literals.prepositionIn, " ");
981
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.literals.prepositionIn, " ");
982
982
  i0.ɵɵadvance();
983
- i0.ɵɵpropertyInterpolate1("href", "mailto:", ctx_r9.contactEmail, "", i0.ɵɵsanitizeUrl);
983
+ i0.ɵɵpropertyInterpolate1("href", "mailto:", ctx_r1.contactEmail, "", i0.ɵɵsanitizeUrl);
984
984
  i0.ɵɵadvance();
985
- i0.ɵɵtextInterpolate1(" ", ctx_r9.contactEmail, " ");
985
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.contactEmail, " ");
986
986
  } }
987
987
  function PoModalPasswordRecoveryComponent_div_3_Template(rf, ctx) { if (rf & 1) {
988
- i0.ɵɵelementStart(0, "div", 4)(1, "div", 5);
988
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 9);
989
989
  i0.ɵɵtext(2);
990
990
  i0.ɵɵelementEnd();
991
- i0.ɵɵelementStart(3, "div", 6)(4, "form", null, 7);
992
- i0.ɵɵtemplate(6, PoModalPasswordRecoveryComponent_div_3_div_6_Template, 2, 2, "div", 8);
993
- i0.ɵɵelementStart(7, "div", 9);
994
- i0.ɵɵtemplate(8, PoModalPasswordRecoveryComponent_div_3_po_email_8_Template, 1, 2, "po-email", 10)(9, PoModalPasswordRecoveryComponent_div_3_po_input_9_Template, 1, 5, "po-input", 11);
991
+ i0.ɵɵelementStart(3, "div", 10)(4, "form", null, 1);
992
+ i0.ɵɵtemplate(6, PoModalPasswordRecoveryComponent_div_3_div_6_Template, 2, 2, "div", 11);
993
+ i0.ɵɵelementStart(7, "div", 12);
994
+ i0.ɵɵtemplate(8, PoModalPasswordRecoveryComponent_div_3_po_email_8_Template, 1, 2, "po-email", 13)(9, PoModalPasswordRecoveryComponent_div_3_po_input_9_Template, 1, 5, "po-input", 14);
995
995
  i0.ɵɵelementEnd();
996
- i0.ɵɵelementStart(10, "div", 12);
997
- i0.ɵɵtemplate(11, PoModalPasswordRecoveryComponent_div_3_po_modal_password_recovery_error_message_11_Template, 1, 1, "po-modal-password-recovery-error-message", 13);
996
+ i0.ɵɵelementStart(10, "div", 15);
997
+ i0.ɵɵtemplate(11, PoModalPasswordRecoveryComponent_div_3_po_modal_password_recovery_error_message_11_Template, 1, 1, "po-modal-password-recovery-error-message", 16);
998
998
  i0.ɵɵelementEnd()()();
999
- i0.ɵɵelementStart(12, "div", 14);
999
+ i0.ɵɵelementStart(12, "div", 17);
1000
1000
  i0.ɵɵtext(13);
1001
- i0.ɵɵtemplate(14, PoModalPasswordRecoveryComponent_div_3_span_14_Template, 4, 3, "span", 8);
1001
+ i0.ɵɵtemplate(14, PoModalPasswordRecoveryComponent_div_3_span_14_Template, 4, 4, "span", 11);
1002
1002
  i0.ɵɵtext(15);
1003
1003
  i0.ɵɵelementEnd()();
1004
1004
  } if (rf & 2) {
@@ -1021,61 +1021,61 @@ function PoModalPasswordRecoveryComponent_div_3_Template(rf, ctx) { if (rf & 1)
1021
1021
  i0.ɵɵtextInterpolate1(" ", ctx_r1.endpoint, " ");
1022
1022
  } }
1023
1023
  function PoModalPasswordRecoveryComponent_div_4_po_modal_password_recovery_error_message_9_Template(rf, ctx) { if (rf & 1) {
1024
- i0.ɵɵelement(0, "po-modal-password-recovery-error-message", 18);
1024
+ i0.ɵɵelement(0, "po-modal-password-recovery-error-message", 21);
1025
1025
  } if (rf & 2) {
1026
- const ctx_r21 = i0.ɵɵnextContext(2);
1027
- i0.ɵɵproperty("p-text", ctx_r21.smsCodeErrorMessage || ctx_r21.literals.smsCodeErrorMessagePhrase);
1026
+ const ctx_r1 = i0.ɵɵnextContext(2);
1027
+ i0.ɵɵproperty("p-text", ctx_r1.smsCodeErrorMessage || ctx_r1.literals.smsCodeErrorMessagePhrase);
1028
1028
  } }
1029
1029
  function PoModalPasswordRecoveryComponent_div_4_po_modal_password_recovery_error_message_10_Template(rf, ctx) { if (rf & 1) {
1030
- i0.ɵɵelement(0, "po-modal-password-recovery-error-message", 18);
1030
+ i0.ɵɵelement(0, "po-modal-password-recovery-error-message", 21);
1031
1031
  } if (rf & 2) {
1032
- const ctx_r22 = i0.ɵɵnextContext(2);
1033
- i0.ɵɵproperty("p-text", ctx_r22.codeError);
1032
+ const ctx_r1 = i0.ɵɵnextContext(2);
1033
+ i0.ɵɵproperty("p-text", ctx_r1.codeError);
1034
1034
  } }
1035
1035
  function PoModalPasswordRecoveryComponent_div_4_Template(rf, ctx) { if (rf & 1) {
1036
- const _r24 = i0.ɵɵgetCurrentView();
1037
- i0.ɵɵelementStart(0, "div", 4, 20)(2, "div", 5);
1036
+ const _r6 = i0.ɵɵgetCurrentView();
1037
+ i0.ɵɵelementStart(0, "div", 8, 2)(2, "div", 9);
1038
1038
  i0.ɵɵtext(3);
1039
1039
  i0.ɵɵelementEnd();
1040
- i0.ɵɵelementStart(4, "div", 6)(5, "form", null, 21)(7, "po-input", 22);
1041
- i0.ɵɵtwoWayListener("ngModelChange", function PoModalPasswordRecoveryComponent_div_4_Template_po_input_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r24); const ctx_r23 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r23.smsCode, $event) || (ctx_r23.smsCode = $event); return i0.ɵɵresetView($event); });
1042
- i0.ɵɵlistener("p-change-model", function PoModalPasswordRecoveryComponent_div_4_Template_po_input_p_change_model_7_listener() { i0.ɵɵrestoreView(_r24); const _r20 = i0.ɵɵreference(6); const ctx_r25 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r25.formModelChangesCheck(_r20)); });
1040
+ i0.ɵɵelementStart(4, "div", 10)(5, "form", null, 3)(7, "po-input", 23);
1041
+ i0.ɵɵtwoWayListener("ngModelChange", function PoModalPasswordRecoveryComponent_div_4_Template_po_input_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.smsCode, $event) || (ctx_r1.smsCode = $event); return i0.ɵɵresetView($event); });
1042
+ i0.ɵɵlistener("p-change-model", function PoModalPasswordRecoveryComponent_div_4_Template_po_input_p_change_model_7_listener() { i0.ɵɵrestoreView(_r6); const smsCodeForm_r7 = i0.ɵɵreference(6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.formModelChangesCheck(smsCodeForm_r7)); });
1043
1043
  i0.ɵɵelementEnd();
1044
- i0.ɵɵelementStart(8, "div", 12);
1045
- i0.ɵɵtemplate(9, PoModalPasswordRecoveryComponent_div_4_po_modal_password_recovery_error_message_9_Template, 1, 1, "po-modal-password-recovery-error-message", 13)(10, PoModalPasswordRecoveryComponent_div_4_po_modal_password_recovery_error_message_10_Template, 1, 1, "po-modal-password-recovery-error-message", 13);
1044
+ i0.ɵɵelementStart(8, "div", 15);
1045
+ i0.ɵɵtemplate(9, PoModalPasswordRecoveryComponent_div_4_po_modal_password_recovery_error_message_9_Template, 1, 1, "po-modal-password-recovery-error-message", 16)(10, PoModalPasswordRecoveryComponent_div_4_po_modal_password_recovery_error_message_10_Template, 1, 1, "po-modal-password-recovery-error-message", 16);
1046
1046
  i0.ɵɵelementEnd()()();
1047
- i0.ɵɵelementStart(11, "div", 14);
1047
+ i0.ɵɵelementStart(11, "div", 17);
1048
1048
  i0.ɵɵtext(12);
1049
- i0.ɵɵelementStart(13, "span", 23);
1050
- i0.ɵɵlistener("click", function PoModalPasswordRecoveryComponent_div_4_Template_span_click_13_listener() { i0.ɵɵrestoreView(_r24); const ctx_r26 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r26.resendSmsCode()); });
1049
+ i0.ɵɵelementStart(13, "span", 24);
1050
+ i0.ɵɵlistener("click", function PoModalPasswordRecoveryComponent_div_4_Template_span_click_13_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.resendSmsCode()); });
1051
1051
  i0.ɵɵtext(14);
1052
1052
  i0.ɵɵelementEnd()()();
1053
1053
  } if (rf & 2) {
1054
- const ctx_r2 = i0.ɵɵnextContext();
1054
+ const ctx_r1 = i0.ɵɵnextContext();
1055
1055
  i0.ɵɵadvance(3);
1056
- i0.ɵɵtextInterpolate(ctx_r2.literals.sentSmsCodePhrase);
1056
+ i0.ɵɵtextInterpolate(ctx_r1.literals.sentSmsCodePhrase);
1057
1057
  i0.ɵɵadvance(4);
1058
- i0.ɵɵtwoWayProperty("ngModel", ctx_r2.smsCode);
1059
- i0.ɵɵproperty("p-label", ctx_r2.literals.insertCode)("p-mask", ctx_r2.codeMask);
1058
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.smsCode);
1059
+ i0.ɵɵproperty("p-label", ctx_r1.literals.insertCode)("p-mask", ctx_r1.codeMask);
1060
1060
  i0.ɵɵadvance(2);
1061
- i0.ɵɵproperty("ngIf", ctx_r2.invalidEmail);
1061
+ i0.ɵɵproperty("ngIf", ctx_r1.invalidEmail);
1062
1062
  i0.ɵɵadvance();
1063
- i0.ɵɵproperty("ngIf", ctx_r2.showCustomCodeError);
1063
+ i0.ɵɵproperty("ngIf", ctx_r1.showCustomCodeError);
1064
1064
  i0.ɵɵadvance(2);
1065
- i0.ɵɵtextInterpolate1(" ", ctx_r2.literals.sendAgainPhrase, " ");
1065
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.literals.sendAgainPhrase, " ");
1066
1066
  i0.ɵɵadvance(2);
1067
- i0.ɵɵtextInterpolate(ctx_r2.literals.sendAgain);
1067
+ i0.ɵɵtextInterpolate(ctx_r1.literals.sendAgain);
1068
1068
  } }
1069
1069
  function PoModalPasswordRecoveryComponent_div_5_Template(rf, ctx) { if (rf & 1) {
1070
- i0.ɵɵelementStart(0, "div", 4, 24);
1070
+ i0.ɵɵelementStart(0, "div", 8, 4);
1071
1071
  i0.ɵɵelement(2, "img", 25);
1072
1072
  i0.ɵɵelementStart(3, "div", 26);
1073
1073
  i0.ɵɵtext(4);
1074
1074
  i0.ɵɵelementEnd()();
1075
1075
  } if (rf & 2) {
1076
- const ctx_r3 = i0.ɵɵnextContext();
1076
+ const ctx_r1 = i0.ɵɵnextContext();
1077
1077
  i0.ɵɵadvance(4);
1078
- i0.ɵɵtextInterpolate1(" ", ctx_r3.literals.emailSentConfirmationPhrase, " ");
1078
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.literals.emailSentConfirmationPhrase, " ");
1079
1079
  } }
1080
1080
  /**
1081
1081
  * @docsExtends PoModalPasswordRecoveryBaseComponent
@@ -1336,9 +1336,9 @@ class PoModalPasswordRecoveryComponent extends PoModalPasswordRecoveryBaseCompon
1336
1336
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.emailForm = _t.first);
1337
1337
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.recoveryModalElement = _t.first);
1338
1338
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.smsCodeForm = _t.first);
1339
- } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 7, consts: [["p-hide-close", "", "p-size", "auto", 3, "ngSwitch", "p-primary-action", "p-secondary-action", "p-title"], ["recoveryModal", ""], [1, "po-modal-password-recovery-wrapper"], ["class", "po-modal-password-recovery-content po-row", 4, "ngSwitchCase"], [1, "po-modal-password-recovery-content", "po-row"], [1, "po-modal-password-recovery-text", "po-md-12", "po-mb-1"], [1, "po-mb-2", "po-md-12"], ["emailForm", "ngForm"], [4, "ngIf"], [1, "po-mt-1"], ["name", "email", "p-required", "", 3, "ngModel", "p-label", "ngModelChange", "p-change-model", 4, "ngIf"], ["name", "sms", "p-icon", "ICON_TELEPHONE", "p-required", "", 3, "ngModel", "p-label", "p-mask", "p-maxlength", "p-minlength", "ngModelChange", "p-change-model", 4, "ngIf"], [1, "po-field-container-bottom", "po-field-container-error-container"], [3, "p-text", 4, "ngIf"], [1, "po-modal-password-recovery-text", "po-md-12"], ["name", "type", 3, "ngModel", "p-options", "ngModelChange", "p-change"], ["name", "email", "p-required", "", 3, "ngModel", "p-label", "ngModelChange", "p-change-model"], ["name", "sms", "p-icon", "ICON_TELEPHONE", "p-required", "", 3, "ngModel", "p-label", "p-mask", "p-maxlength", "p-minlength", "ngModelChange", "p-change-model"], [3, "p-text"], ["target", "_self", 1, "po-modal-password-recovery-link", 3, "href"], ["smsCodeModal", ""], ["smsCodeForm", "ngForm"], ["name", "sms", "p-maxlength", "11", "p-minlength", "11", "p-required", "", 3, "ngModel", "p-label", "p-mask", "ngModelChange", "p-change-model"], [1, "po-modal-password-recovery-link", 3, "click"], ["confirmationModal", ""], ["src", "./assets/images/email-sent.svg", 1, "po-modal-password-recovery-user-image", "po-mb-2"], [1, "po-modal-password-recovery-text"]], template: function PoModalPasswordRecoveryComponent_Template(rf, ctx) { if (rf & 1) {
1340
- i0.ɵɵelementStart(0, "po-modal", 0, 1)(2, "div", 2);
1341
- i0.ɵɵtemplate(3, PoModalPasswordRecoveryComponent_div_3_Template, 16, 8, "div", 3)(4, PoModalPasswordRecoveryComponent_div_4_Template, 15, 8, "div", 3)(5, PoModalPasswordRecoveryComponent_div_5_Template, 5, 1, "div", 3);
1339
+ } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 7, consts: [["recoveryModal", ""], ["emailForm", "ngForm"], ["smsCodeModal", ""], ["smsCodeForm", "ngForm"], ["confirmationModal", ""], ["p-hide-close", "", "p-size", "auto", 3, "ngSwitch", "p-primary-action", "p-secondary-action", "p-title"], [1, "po-modal-password-recovery-wrapper"], ["class", "po-modal-password-recovery-content po-row", 4, "ngSwitchCase"], [1, "po-modal-password-recovery-content", "po-row"], [1, "po-modal-password-recovery-text", "po-md-12", "po-mb-1"], [1, "po-mb-2", "po-md-12"], [4, "ngIf"], [1, "po-mt-1"], ["name", "email", "p-required", "", 3, "ngModel", "p-label", "ngModelChange", "p-change-model", 4, "ngIf"], ["name", "sms", "p-icon", "ICON_TELEPHONE", "p-required", "", 3, "ngModel", "p-label", "p-mask", "p-maxlength", "p-minlength", "ngModelChange", "p-change-model", 4, "ngIf"], [1, "po-field-container-bottom", "po-field-container-error-container"], [3, "p-text", 4, "ngIf"], [1, "po-modal-password-recovery-text", "po-md-12"], ["name", "type", 3, "ngModelChange", "p-change", "ngModel", "p-options"], ["name", "email", "p-required", "", 3, "ngModelChange", "p-change-model", "ngModel", "p-label"], ["name", "sms", "p-icon", "ICON_TELEPHONE", "p-required", "", 3, "ngModelChange", "p-change-model", "ngModel", "p-label", "p-mask", "p-maxlength", "p-minlength"], [3, "p-text"], ["target", "_self", 1, "po-modal-password-recovery-link", 3, "href"], ["name", "sms", "p-maxlength", "11", "p-minlength", "11", "p-required", "", 3, "ngModelChange", "p-change-model", "ngModel", "p-label", "p-mask"], [1, "po-modal-password-recovery-link", 3, "click"], ["src", "./assets/images/email-sent.svg", 1, "po-modal-password-recovery-user-image", "po-mb-2"], [1, "po-modal-password-recovery-text"]], template: function PoModalPasswordRecoveryComponent_Template(rf, ctx) { if (rf & 1) {
1340
+ i0.ɵɵelementStart(0, "po-modal", 5, 0)(2, "div", 6);
1341
+ i0.ɵɵtemplate(3, PoModalPasswordRecoveryComponent_div_3_Template, 16, 8, "div", 7)(4, PoModalPasswordRecoveryComponent_div_4_Template, 15, 8, "div", 7)(5, PoModalPasswordRecoveryComponent_div_5_Template, 5, 1, "div", 7);
1342
1342
  i0.ɵɵelementEnd()();
1343
1343
  } if (rf & 2) {
1344
1344
  i0.ɵɵproperty("ngSwitch", ctx.modalType)("p-primary-action", ctx.primaryAction)("p-secondary-action", ctx.secondaryAction)("p-title", ctx.modalTitle);
@@ -1386,6 +1386,7 @@ class PoModalPasswordRecoveryModule {
1386
1386
  }], null, null); })();
1387
1387
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(PoModalPasswordRecoveryModule, { declarations: [PoModalPasswordRecoveryComponent, PoModalPasswordRecoveryErrorMessageComponent], imports: [CommonModule, FormsModule, PoFieldModule, PoModalModule, PoIconModule], exports: [PoModalPasswordRecoveryComponent, PoModalPasswordRecoveryErrorMessageComponent] }); })();
1388
1388
 
1389
+ const _c0$8 = ["*"];
1389
1390
  function PoPageBackgroundComponent_po_logo_3_Template(rf, ctx) { if (rf & 1) {
1390
1391
  i0.ɵɵelement(0, "po-logo", 13);
1391
1392
  } if (rf & 2) {
@@ -1393,35 +1394,34 @@ function PoPageBackgroundComponent_po_logo_3_Template(rf, ctx) { if (rf & 1) {
1393
1394
  i0.ɵɵproperty("p-link", false)("p-logo", ctx_r0.logo)("p-logo-alt", ctx_r0.logoAlt);
1394
1395
  } }
1395
1396
  function PoPageBackgroundComponent_div_10_Template(rf, ctx) { if (rf & 1) {
1396
- const _r5 = i0.ɵɵgetCurrentView();
1397
+ const _r2 = i0.ɵɵgetCurrentView();
1397
1398
  i0.ɵɵelementStart(0, "div", 14)(1, "po-select", 15);
1398
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageBackgroundComponent_div_10_Template_po_select_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r4.selectedLanguageOption, $event) || (ctx_r4.selectedLanguageOption = $event); return i0.ɵɵresetView($event); });
1399
- i0.ɵɵlistener("p-change", function PoPageBackgroundComponent_div_10_Template_po_select_p_change_1_listener() { i0.ɵɵrestoreView(_r5); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.onChangeLanguage()); });
1399
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageBackgroundComponent_div_10_Template_po_select_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r0.selectedLanguageOption, $event) || (ctx_r0.selectedLanguageOption = $event); return i0.ɵɵresetView($event); });
1400
+ i0.ɵɵlistener("p-change", function PoPageBackgroundComponent_div_10_Template_po_select_p_change_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onChangeLanguage()); });
1400
1401
  i0.ɵɵelementEnd()();
1401
1402
  } if (rf & 2) {
1402
- const ctx_r1 = i0.ɵɵnextContext();
1403
+ const ctx_r0 = i0.ɵɵnextContext();
1403
1404
  i0.ɵɵadvance();
1404
- i0.ɵɵtwoWayProperty("ngModel", ctx_r1.selectedLanguageOption);
1405
- i0.ɵɵproperty("p-options", ctx_r1.selectLanguageOptions);
1405
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r0.selectedLanguageOption);
1406
+ i0.ɵɵproperty("p-options", ctx_r0.selectLanguageOptions);
1406
1407
  } }
1407
1408
  function PoPageBackgroundComponent_po_logo_12_Template(rf, ctx) { if (rf & 1) {
1408
1409
  i0.ɵɵelement(0, "po-logo", 16);
1409
1410
  } if (rf & 2) {
1410
- const ctx_r2 = i0.ɵɵnextContext();
1411
- i0.ɵɵproperty("p-link", false)("p-logo", ctx_r2.secondaryLogo);
1411
+ const ctx_r0 = i0.ɵɵnextContext();
1412
+ i0.ɵɵproperty("p-link", false)("p-logo", ctx_r0.secondaryLogo);
1412
1413
  } }
1413
1414
  function PoPageBackgroundComponent_div_13_Template(rf, ctx) { if (rf & 1) {
1414
1415
  i0.ɵɵelementStart(0, "div", 17)(1, "div", 18)(2, "div", 19);
1415
1416
  i0.ɵɵtext(3);
1416
1417
  i0.ɵɵelementEnd()()();
1417
1418
  } if (rf & 2) {
1418
- const ctx_r3 = i0.ɵɵnextContext();
1419
- i0.ɵɵstyleProp("background-image", "url(" + ctx_r3.background + ")");
1420
- i0.ɵɵproperty("ngClass", ctx_r3.background ? "po-page-login-highlight-image" : "po-page-login-highlight-image-off");
1419
+ const ctx_r0 = i0.ɵɵnextContext();
1420
+ i0.ɵɵstyleProp("background-image", "url(" + ctx_r0.background + ")");
1421
+ i0.ɵɵproperty("ngClass", ctx_r0.background ? "po-page-login-highlight-image" : "po-page-login-highlight-image-off");
1421
1422
  i0.ɵɵadvance(3);
1422
- i0.ɵɵtextInterpolate(ctx_r3.highlightInfo);
1423
+ i0.ɵɵtextInterpolate(ctx_r0.highlightInfo);
1423
1424
  } }
1424
- const _c0$8 = ["*"];
1425
1425
  /**
1426
1426
  * @docsPrivate
1427
1427
  *
@@ -1502,7 +1502,7 @@ class PoPageBackgroundComponent {
1502
1502
  }));
1503
1503
  }
1504
1504
  static ɵfac = function PoPageBackgroundComponent_Factory(t) { return new (t || PoPageBackgroundComponent)(i0.ɵɵdirectiveInject(i2.PoLanguageService)); };
1505
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageBackgroundComponent, selectors: [["po-page-background"]], inputs: { background: [i0.ɵɵInputFlags.None, "p-background", "background"], initialSelectLanguage: [i0.ɵɵInputFlags.None, "p-initial-language", "initialSelectLanguage"], hideLogo: [i0.ɵɵInputFlags.None, "p-hide-logo", "hideLogo"], highlightInfo: [i0.ɵɵInputFlags.None, "p-highlight-info", "highlightInfo"], languagesList: [i0.ɵɵInputFlags.None, "p-languages", "languagesList"], logo: [i0.ɵɵInputFlags.None, "p-logo", "logo"], logoAlt: [i0.ɵɵInputFlags.None, "p-logo-alt", "logoAlt"], secondaryLogo: [i0.ɵɵInputFlags.None, "p-secondary-logo", "secondaryLogo"], showSelectLanguage: [i0.ɵɵInputFlags.None, "p-show-select-language", "showSelectLanguage"] }, outputs: { selectedLanguage: "p-selected-language" }, ngContentSelectors: _c0$8, decls: 14, vars: 7, consts: [[1, "po-page-login-container"], [1, "po-page-login-panel"], [1, "po-page-background-main-logo"], ["p-class", "po-page-background-main-logo-image", 3, "p-link", "p-logo", "p-logo-alt", 4, "ngIf"], [1, "po-page-login-body"], [1, "po-page-login-panel-content"], [1, "po-page-background-footer", "po-sm-12"], [1, "po-page-background-footer-mobile-only"], [1, "po-page-background-footer-content"], ["class", "po-page-background-footer-select", 4, "ngIf"], [1, "po-page-background-secondary-logo", 3, "ngClass"], ["p-class", "po-page-background-secondary-logo-image", "p-logo-alt", "secondary-logomarca", 3, "p-link", "p-logo", 4, "ngIf"], [3, "ngClass", "background-image", 4, "ngIf"], ["p-class", "po-page-background-main-logo-image", 3, "p-link", "p-logo", "p-logo-alt"], [1, "po-page-background-footer-select"], ["name", "selectedLanguageOption", 3, "ngModel", "p-options", "ngModelChange", "p-change"], ["p-class", "po-page-background-secondary-logo-image", "p-logo-alt", "secondary-logomarca", 3, "p-link", "p-logo"], [3, "ngClass"], [1, "po-page-login-highlight-text"], [1, "po-font-display"]], template: function PoPageBackgroundComponent_Template(rf, ctx) { if (rf & 1) {
1505
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageBackgroundComponent, selectors: [["po-page-background"]], inputs: { background: [0, "p-background", "background"], initialSelectLanguage: [0, "p-initial-language", "initialSelectLanguage"], hideLogo: [0, "p-hide-logo", "hideLogo"], highlightInfo: [0, "p-highlight-info", "highlightInfo"], languagesList: [0, "p-languages", "languagesList"], logo: [0, "p-logo", "logo"], logoAlt: [0, "p-logo-alt", "logoAlt"], secondaryLogo: [0, "p-secondary-logo", "secondaryLogo"], showSelectLanguage: [0, "p-show-select-language", "showSelectLanguage"] }, outputs: { selectedLanguage: "p-selected-language" }, ngContentSelectors: _c0$8, decls: 14, vars: 7, consts: [[1, "po-page-login-container"], [1, "po-page-login-panel"], [1, "po-page-background-main-logo"], ["p-class", "po-page-background-main-logo-image", 3, "p-link", "p-logo", "p-logo-alt", 4, "ngIf"], [1, "po-page-login-body"], [1, "po-page-login-panel-content"], [1, "po-page-background-footer", "po-sm-12"], [1, "po-page-background-footer-mobile-only"], [1, "po-page-background-footer-content"], ["class", "po-page-background-footer-select", 4, "ngIf"], [1, "po-page-background-secondary-logo", 3, "ngClass"], ["p-class", "po-page-background-secondary-logo-image", "p-logo-alt", "secondary-logomarca", 3, "p-link", "p-logo", 4, "ngIf"], [3, "ngClass", "background-image", 4, "ngIf"], ["p-class", "po-page-background-main-logo-image", 3, "p-link", "p-logo", "p-logo-alt"], [1, "po-page-background-footer-select"], ["name", "selectedLanguageOption", 3, "ngModelChange", "p-change", "ngModel", "p-options"], ["p-class", "po-page-background-secondary-logo-image", "p-logo-alt", "secondary-logomarca", 3, "p-link", "p-logo"], [3, "ngClass"], [1, "po-page-login-highlight-text"], [1, "po-font-display"]], template: function PoPageBackgroundComponent_Template(rf, ctx) { if (rf & 1) {
1506
1506
  i0.ɵɵprojectionDef();
1507
1507
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2);
1508
1508
  i0.ɵɵtemplate(3, PoPageBackgroundComponent_po_logo_3_Template, 1, 3, "po-logo", 3);
@@ -1774,7 +1774,7 @@ class PoPageBlockedUserBaseComponent {
1774
1774
  return this._urlBack;
1775
1775
  }
1776
1776
  static ɵfac = function PoPageBlockedUserBaseComponent_Factory(t) { return new (t || PoPageBlockedUserBaseComponent)(); };
1777
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageBlockedUserBaseComponent, inputs: { contactEmail: [i0.ɵɵInputFlags.None, "p-contact-email", "contactEmail"], contactPhone: [i0.ɵɵInputFlags.None, "p-contact-phone", "contactPhone"], logo: [i0.ɵɵInputFlags.None, "p-logo", "logo"], secondaryLogo: [i0.ɵɵInputFlags.None, "p-secondary-logo", "secondaryLogo"], params: [i0.ɵɵInputFlags.None, "p-params", "params"], reason: [i0.ɵɵInputFlags.None, "p-reason", "reason"], urlBack: [i0.ɵɵInputFlags.None, "p-url-back", "urlBack"] } });
1777
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageBlockedUserBaseComponent, inputs: { contactEmail: [0, "p-contact-email", "contactEmail"], contactPhone: [0, "p-contact-phone", "contactPhone"], logo: [0, "p-logo", "logo"], secondaryLogo: [0, "p-secondary-logo", "secondaryLogo"], params: [0, "p-params", "params"], reason: [0, "p-reason", "reason"], urlBack: [0, "p-url-back", "urlBack"] } });
1778
1778
  }
1779
1779
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageBlockedUserBaseComponent, [{
1780
1780
  type: Directive
@@ -1851,15 +1851,15 @@ class PoPageBlockedUserContactsComponent {
1851
1851
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contactGroup = _t.first);
1852
1852
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.mailItem = _t.first);
1853
1853
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.phoneItem = _t.first);
1854
- } }, inputs: { email: [i0.ɵɵInputFlags.None, "p-email", "email"], phone: [i0.ɵɵInputFlags.None, "p-phone", "phone"] }, decls: 16, vars: 14, consts: [[1, "po-page-blocked-user-contact-group", "po-row", "po-mb-3"], ["contactGroup", ""], [1, "po-page-blocked-user-contact-item", 3, "ngClass"], ["target", "_self", 1, "po-page-blocked-user-link", "po-clickable", 3, "href"], [1, "po-page-blocked-user-contact-group-item"], ["p-icon", "ICON_TELEPHONE", 1, "po-page-blocked-user-contact-icon", "po-pr-1"], [1, "po-page-blocked-user-contact-text", "po-font-text"], ["phoneItem", ""], [1, "po-page-blocked-user-contact-item", "po-page-blocked-user-contact-mail", 3, "ngClass"], ["p-icon", "ICON_MAIL", 1, "po-page-blocked-user-contact-icon", "po-pr-1"], ["mailItem", ""]], template: function PoPageBlockedUserContactsComponent_Template(rf, ctx) { if (rf & 1) {
1855
- i0.ɵɵelementStart(0, "div", 0, 1)(2, "div", 2)(3, "a", 3)(4, "div", 4);
1856
- i0.ɵɵelement(5, "po-icon", 5);
1857
- i0.ɵɵelementStart(6, "div", 6, 7);
1854
+ } }, inputs: { email: [0, "p-email", "email"], phone: [0, "p-phone", "phone"] }, decls: 16, vars: 16, consts: [["contactGroup", ""], ["phoneItem", ""], ["mailItem", ""], [1, "po-page-blocked-user-contact-group", "po-row", "po-mb-3"], [1, "po-page-blocked-user-contact-item", 3, "ngClass"], ["target", "_self", 1, "po-page-blocked-user-link", "po-clickable", 3, "href"], [1, "po-page-blocked-user-contact-group-item"], ["p-icon", "ICON_TELEPHONE", 1, "po-page-blocked-user-contact-icon", "po-pr-1"], [1, "po-page-blocked-user-contact-text", "po-font-text"], [1, "po-page-blocked-user-contact-item", "po-page-blocked-user-contact-mail", 3, "ngClass"], ["p-icon", "ICON_MAIL", 1, "po-page-blocked-user-contact-icon", "po-pr-1"]], template: function PoPageBlockedUserContactsComponent_Template(rf, ctx) { if (rf & 1) {
1855
+ i0.ɵɵelementStart(0, "div", 3, 0)(2, "div", 4)(3, "a", 5)(4, "div", 6);
1856
+ i0.ɵɵelement(5, "po-icon", 7);
1857
+ i0.ɵɵelementStart(6, "div", 8, 1);
1858
1858
  i0.ɵɵtext(8);
1859
1859
  i0.ɵɵelementEnd()()()();
1860
- i0.ɵɵelementStart(9, "div", 8)(10, "a", 3)(11, "div", 4);
1861
- i0.ɵɵelement(12, "po-icon", 9);
1862
- i0.ɵɵelementStart(13, "div", 6, 10);
1860
+ i0.ɵɵelementStart(9, "div", 9)(10, "a", 5)(11, "div", 6);
1861
+ i0.ɵɵelement(12, "po-icon", 10);
1862
+ i0.ɵɵelementStart(13, "div", 8, 2);
1863
1863
  i0.ɵɵtext(15);
1864
1864
  i0.ɵɵelementEnd()()()()();
1865
1865
  } if (rf & 2) {
@@ -2041,7 +2041,7 @@ class PoPageBlockedUserReasonComponent {
2041
2041
  this.changeDetector.detectChanges();
2042
2042
  }
2043
2043
  static ɵfac = function PoPageBlockedUserReasonComponent_Factory(t) { return new (t || PoPageBlockedUserReasonComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i2.PoLanguageService)); };
2044
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageBlockedUserReasonComponent, selectors: [["po-page-blocked-user-reason"]], inputs: { params: [i0.ɵɵInputFlags.None, "p-params", "params"], reason: [i0.ɵɵInputFlags.None, "p-reason", "reason"] }, features: [i0.ɵɵNgOnChangesFeature], decls: 12, vars: 8, consts: [[1, "po-page-blocked-user-reason-content"], [1, "po-page-blocked-user-image", "po-mb-3", 3, "src"], [1, "po-page-blocked-user-header", "po-mb-md-3", "po-row"], [1, "po-md-12"], [1, "po-page-blocked-user-text", "po-font-text", "po-row"], [1, "po-mb-sm-2", "po-mb-md-3", "po-md-12", "po-page-blocked-user-text-bold"], [1, "po-mb-sm-2", "po-mb-md-3", "po-md-12"], ["class", "po-mb-sm-2 po-mb-md-3 po-md-12", 4, "ngIf"]], template: function PoPageBlockedUserReasonComponent_Template(rf, ctx) { if (rf & 1) {
2044
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageBlockedUserReasonComponent, selectors: [["po-page-blocked-user-reason"]], inputs: { params: [0, "p-params", "params"], reason: [0, "p-reason", "reason"] }, features: [i0.ɵɵNgOnChangesFeature], decls: 12, vars: 8, consts: [[1, "po-page-blocked-user-reason-content"], [1, "po-page-blocked-user-image", "po-mb-3", 3, "src"], [1, "po-page-blocked-user-header", "po-mb-md-3", "po-row"], [1, "po-md-12"], [1, "po-page-blocked-user-text", "po-font-text", "po-row"], [1, "po-mb-sm-2", "po-mb-md-3", "po-md-12", "po-page-blocked-user-text-bold"], [1, "po-mb-sm-2", "po-mb-md-3", "po-md-12"], ["class", "po-mb-sm-2 po-mb-md-3 po-md-12", 4, "ngIf"]], template: function PoPageBlockedUserReasonComponent_Template(rf, ctx) { if (rf & 1) {
2045
2045
  i0.ɵɵelementStart(0, "div", 0);
2046
2046
  i0.ɵɵelement(1, "img", 1);
2047
2047
  i0.ɵɵelementStart(2, "div", 2)(3, "div", 3);
@@ -2154,7 +2154,7 @@ class PoPageBlockedUserComponent extends PoPageBlockedUserBaseComponent {
2154
2154
  }
2155
2155
  }
2156
2156
  static ɵfac = function PoPageBlockedUserComponent_Factory(t) { return new (t || PoPageBlockedUserComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i2.PoLanguageService)); };
2157
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageBlockedUserComponent, selectors: [["po-page-blocked-user"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 8, consts: [[1, "po-page-blocked-user-wrapper"], [1, "po-page-background-wrap"], [3, "p-hide-logo", "p-logo", "p-secondary-logo"], [3, "p-params", "p-reason"], [1, "po-page-blocked-user-mobile-bottom-alignment"], [3, "p-email", "p-phone"], [1, "po-row"], ["p-kind", "primary", 1, "po-lg-12", "po-sm-12", "po-page-blocked-user-button", 3, "p-label", "p-click"]], template: function PoPageBlockedUserComponent_Template(rf, ctx) { if (rf & 1) {
2157
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageBlockedUserComponent, selectors: [["po-page-blocked-user"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 8, consts: [[1, "po-page-blocked-user-wrapper"], [1, "po-page-background-wrap"], [3, "p-hide-logo", "p-logo", "p-secondary-logo"], [3, "p-params", "p-reason"], [1, "po-page-blocked-user-mobile-bottom-alignment"], [3, "p-email", "p-phone"], [1, "po-row"], ["p-kind", "primary", 1, "po-lg-12", "po-sm-12", "po-page-blocked-user-button", 3, "p-click", "p-label"]], template: function PoPageBlockedUserComponent_Template(rf, ctx) { if (rf & 1) {
2158
2158
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "po-page-background", 2);
2159
2159
  i0.ɵɵelement(3, "po-page-blocked-user-reason", 3);
2160
2160
  i0.ɵɵelementStart(4, "div", 4);
@@ -2445,7 +2445,7 @@ class PoPageChangePasswordBaseComponent {
2445
2445
  return this._urlHome;
2446
2446
  }
2447
2447
  static ɵfac = function PoPageChangePasswordBaseComponent_Factory(t) { return new (t || PoPageChangePasswordBaseComponent)(); };
2448
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageChangePasswordBaseComponent, inputs: { logo: [i0.ɵɵInputFlags.None, "p-logo", "logo"], secondaryLogo: [i0.ɵɵInputFlags.None, "p-secondary-logo", "secondaryLogo"], token: [i0.ɵɵInputFlags.None, "p-token", "token"], urlBack: [i0.ɵɵInputFlags.None, "p-url-back", "urlBack"], urlNewPassword: [i0.ɵɵInputFlags.None, "p-url-new-password", "urlNewPassword"], hideCurrentPassword: [i0.ɵɵInputFlags.None, "p-hide-current-password", "hideCurrentPassword"], recovery: [i0.ɵɵInputFlags.None, "p-recovery", "recovery"], requirements: [i0.ɵɵInputFlags.None, "p-requirements", "requirements"], urlHome: [i0.ɵɵInputFlags.None, "p-url-home", "urlHome"] }, outputs: { submit: "p-submit" } });
2448
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageChangePasswordBaseComponent, inputs: { logo: [0, "p-logo", "logo"], secondaryLogo: [0, "p-secondary-logo", "secondaryLogo"], token: [0, "p-token", "token"], urlBack: [0, "p-url-back", "urlBack"], urlNewPassword: [0, "p-url-new-password", "urlNewPassword"], hideCurrentPassword: [0, "p-hide-current-password", "hideCurrentPassword"], recovery: [0, "p-recovery", "recovery"], requirements: [0, "p-requirements", "requirements"], urlHome: [0, "p-url-home", "urlHome"] }, outputs: { submit: "p-submit" } });
2449
2449
  }
2450
2450
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageChangePasswordBaseComponent, [{
2451
2451
  type: Directive
@@ -2577,10 +2577,11 @@ class PoPageChangePasswordService {
2577
2577
 
2578
2578
  const _c0$6 = ["pageChangePassword"];
2579
2579
  const _c1$4 = ["passwordForm"];
2580
+ const _c2$2 = a0 => ({ "po-offset-md-3 po-offset-lg-3 po-offset-xl-3": a0 });
2580
2581
  function PoPageChangePasswordComponent_div_13_Template(rf, ctx) { if (rf & 1) {
2581
- const _r7 = i0.ɵɵgetCurrentView();
2582
+ const _r2 = i0.ɵɵgetCurrentView();
2582
2583
  i0.ɵɵelementStart(0, "div")(1, "po-password", 30);
2583
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageChangePasswordComponent_div_13_Template_po_password_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r6.currentPassword, $event) || (ctx_r6.currentPassword = $event); return i0.ɵɵresetView($event); });
2584
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageChangePasswordComponent_div_13_Template_po_password_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.currentPassword, $event) || (ctx_r2.currentPassword = $event); return i0.ɵɵresetView($event); });
2584
2585
  i0.ɵɵelementEnd()();
2585
2586
  } if (rf & 2) {
2586
2587
  const ctx_r2 = i0.ɵɵnextContext();
@@ -2593,44 +2594,44 @@ function PoPageChangePasswordComponent_div_14_a_1_Template(rf, ctx) { if (rf & 1
2593
2594
  i0.ɵɵtext(1);
2594
2595
  i0.ɵɵelementEnd();
2595
2596
  } if (rf & 2) {
2596
- const ctx_r8 = i0.ɵɵnextContext(2);
2597
- i0.ɵɵproperty("routerLink", ctx_r8.recovery);
2597
+ const ctx_r2 = i0.ɵɵnextContext(2);
2598
+ i0.ɵɵproperty("routerLink", ctx_r2.recovery);
2598
2599
  i0.ɵɵadvance();
2599
- i0.ɵɵtextInterpolate1(" ", ctx_r8.literals.forgotPassword, " ");
2600
+ i0.ɵɵtextInterpolate1(" ", ctx_r2.literals.forgotPassword, " ");
2600
2601
  } }
2601
2602
  function PoPageChangePasswordComponent_div_14_a_2_Template(rf, ctx) { if (rf & 1) {
2602
2603
  i0.ɵɵelementStart(0, "a", 36);
2603
2604
  i0.ɵɵtext(1);
2604
2605
  i0.ɵɵelementEnd();
2605
2606
  } if (rf & 2) {
2606
- const ctx_r9 = i0.ɵɵnextContext(2);
2607
- i0.ɵɵproperty("href", ctx_r9.recovery, i0.ɵɵsanitizeUrl);
2607
+ const ctx_r2 = i0.ɵɵnextContext(2);
2608
+ i0.ɵɵproperty("href", ctx_r2.recovery, i0.ɵɵsanitizeUrl);
2608
2609
  i0.ɵɵadvance();
2609
- i0.ɵɵtextInterpolate1(" ", ctx_r9.literals.forgotPassword, " ");
2610
+ i0.ɵɵtextInterpolate1(" ", ctx_r2.literals.forgotPassword, " ");
2610
2611
  } }
2611
2612
  function PoPageChangePasswordComponent_div_14_a_3_Template(rf, ctx) { if (rf & 1) {
2612
- const _r12 = i0.ɵɵgetCurrentView();
2613
+ const _r4 = i0.ɵɵgetCurrentView();
2613
2614
  i0.ɵɵelementStart(0, "a", 37);
2614
- i0.ɵɵlistener("click", function PoPageChangePasswordComponent_div_14_a_3_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r11.onForgotPasswordClick(ctx_r11.recovery)); });
2615
+ i0.ɵɵlistener("click", function PoPageChangePasswordComponent_div_14_a_3_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onForgotPasswordClick(ctx_r2.recovery)); });
2615
2616
  i0.ɵɵtext(1);
2616
2617
  i0.ɵɵelementEnd();
2617
2618
  } if (rf & 2) {
2618
- const ctx_r10 = i0.ɵɵnextContext(2);
2619
+ const ctx_r2 = i0.ɵɵnextContext(2);
2619
2620
  i0.ɵɵadvance();
2620
- i0.ɵɵtextInterpolate1(" ", ctx_r10.literals.forgotPassword, " ");
2621
+ i0.ɵɵtextInterpolate1(" ", ctx_r2.literals.forgotPassword, " ");
2621
2622
  } }
2622
2623
  function PoPageChangePasswordComponent_div_14_Template(rf, ctx) { if (rf & 1) {
2623
2624
  i0.ɵɵelementStart(0, "div", 31);
2624
2625
  i0.ɵɵtemplate(1, PoPageChangePasswordComponent_div_14_a_1_Template, 2, 2, "a", 32)(2, PoPageChangePasswordComponent_div_14_a_2_Template, 2, 2, "a", 33)(3, PoPageChangePasswordComponent_div_14_a_3_Template, 2, 1, "a", 34);
2625
2626
  i0.ɵɵelementEnd();
2626
2627
  } if (rf & 2) {
2627
- const ctx_r3 = i0.ɵɵnextContext();
2628
+ const ctx_r2 = i0.ɵɵnextContext();
2628
2629
  i0.ɵɵadvance();
2629
- i0.ɵɵproperty("ngIf", ctx_r3.recoveryUrlType === "internalLink");
2630
+ i0.ɵɵproperty("ngIf", ctx_r2.recoveryUrlType === "internalLink");
2630
2631
  i0.ɵɵadvance();
2631
- i0.ɵɵproperty("ngIf", ctx_r3.recoveryUrlType === "externalLink");
2632
+ i0.ɵɵproperty("ngIf", ctx_r2.recoveryUrlType === "externalLink");
2632
2633
  i0.ɵɵadvance();
2633
- i0.ɵɵproperty("ngIf", !ctx_r3.recoveryUrlType);
2634
+ i0.ɵɵproperty("ngIf", !ctx_r2.recoveryUrlType);
2634
2635
  } }
2635
2636
  function PoPageChangePasswordComponent_div_19_li_6_Template(rf, ctx) { if (rf & 1) {
2636
2637
  i0.ɵɵelementStart(0, "li", 40);
@@ -2639,12 +2640,12 @@ function PoPageChangePasswordComponent_div_19_li_6_Template(rf, ctx) { if (rf &
2639
2640
  i0.ɵɵtext(3);
2640
2641
  i0.ɵɵelementEnd()();
2641
2642
  } if (rf & 2) {
2642
- const requirement_r14 = ctx.$implicit;
2643
- const ctx_r13 = i0.ɵɵnextContext(2);
2643
+ const requirement_r5 = ctx.$implicit;
2644
+ const ctx_r2 = i0.ɵɵnextContext(2);
2644
2645
  i0.ɵɵadvance();
2645
- i0.ɵɵproperty("p-icon", ctx_r13.validateRequirement(requirement_r14) ? "ICON_OK po-page-change-password-required-ok" : "ICON_MINUS po-page-change-password-required-minus");
2646
+ i0.ɵɵproperty("p-icon", ctx_r2.validateRequirement(requirement_r5) ? "ICON_OK po-page-change-password-required-ok" : "ICON_MINUS po-page-change-password-required-minus");
2646
2647
  i0.ɵɵadvance(2);
2647
- i0.ɵɵtextInterpolate1(" ", requirement_r14.requirement, " ");
2648
+ i0.ɵɵtextInterpolate1(" ", requirement_r5.requirement, " ");
2648
2649
  } }
2649
2650
  function PoPageChangePasswordComponent_div_19_Template(rf, ctx) { if (rf & 1) {
2650
2651
  i0.ɵɵelementStart(0, "div", 38)(1, "po-container")(2, "ul", 39)(3, "li", 40)(4, "p", 41);
@@ -2653,22 +2654,21 @@ function PoPageChangePasswordComponent_div_19_Template(rf, ctx) { if (rf & 1) {
2653
2654
  i0.ɵɵtemplate(6, PoPageChangePasswordComponent_div_19_li_6_Template, 4, 2, "li", 42);
2654
2655
  i0.ɵɵelementEnd()()();
2655
2656
  } if (rf & 2) {
2656
- const ctx_r4 = i0.ɵɵnextContext();
2657
+ const ctx_r2 = i0.ɵɵnextContext();
2657
2658
  i0.ɵɵadvance(5);
2658
- i0.ɵɵtextInterpolate1(" ", ctx_r4.literals == null ? null : ctx_r4.literals.requirements, " ");
2659
+ i0.ɵɵtextInterpolate1(" ", ctx_r2.literals == null ? null : ctx_r2.literals.requirements, " ");
2659
2660
  i0.ɵɵadvance();
2660
- i0.ɵɵproperty("ngForOf", ctx_r4.requirements);
2661
+ i0.ɵɵproperty("ngForOf", ctx_r2.requirements);
2661
2662
  } }
2662
2663
  function PoPageChangePasswordComponent_po_button_38_Template(rf, ctx) { if (rf & 1) {
2663
- const _r16 = i0.ɵɵgetCurrentView();
2664
+ const _r6 = i0.ɵɵgetCurrentView();
2664
2665
  i0.ɵɵelementStart(0, "po-button", 45);
2665
- i0.ɵɵlistener("p-click", function PoPageChangePasswordComponent_po_button_38_Template_po_button_p_click_0_listener() { i0.ɵɵrestoreView(_r16); const ctx_r15 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r15.navigateTo(ctx_r15.urlBack)); });
2666
+ i0.ɵɵlistener("p-click", function PoPageChangePasswordComponent_po_button_38_Template_po_button_p_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.navigateTo(ctx_r2.urlBack)); });
2666
2667
  i0.ɵɵelementEnd();
2667
2668
  } if (rf & 2) {
2668
- const ctx_r5 = i0.ɵɵnextContext();
2669
- i0.ɵɵproperty("p-label", ctx_r5.literals.backButton);
2669
+ const ctx_r2 = i0.ɵɵnextContext();
2670
+ i0.ɵɵproperty("p-label", ctx_r2.literals.backButton);
2670
2671
  } }
2671
- const _c2$2 = a0 => ({ "po-offset-md-3 po-offset-lg-3 po-offset-xl-3": a0 });
2672
2672
  /**
2673
2673
  * @docsExtends PoPageChangePasswordBaseComponent
2674
2674
  *
@@ -2858,22 +2858,23 @@ class PoPageChangePasswordComponent extends PoPageChangePasswordBaseComponent {
2858
2858
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modal = _t.first);
2859
2859
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.pageChangePassword = _t.first);
2860
2860
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.passwordForm = _t.first);
2861
- } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 43, vars: 25, consts: [[1, "po-page-change-password-wrapper"], ["pageChangePassword", ""], [1, "po-page-change-password-container"], [1, "po-page-change-password", 3, "p-logo", "p-secondary-logo"], [1, "po-page-blocked-user-header", "po-row"], [1, "po-md-12"], [1, "po-md-12", "po-text-center", "po-font-text"], ["passwordForm", "ngForm"], [1, "po-row", "po-mt-3", "po-mt-sm-1"], [1, "po-md-6", 3, "ngClass"], [4, "ngIf"], ["class", "po-text-center po-mb-sm-1 po-mb-2", 4, "ngIf"], ["name", "newPassword", "p-required", "", 3, "ngModel", "p-label", "ngModelChange", "p-change-model"], ["name", "confirmPassword", "p-required", "", 3, "ngModel", "p-label", "ngModelChange", "p-change-model"], ["class", "po-md-6 po-page-change-password-required-container", 4, "ngIf"], [1, "po-sm-12"], [1, "po-page-change-password-tips", "po-row"], [1, "po-md-2", "po-mr-3"], ["alt", "Blocked user image", "src", "./assets/images/big-lock.svg", 1, "po-page-change-password-lock-image", "po-mb-3"], [1, "po-md-9", "po-page-change-password-tips-text"], [1, "po-font-text-bold", "po-pb-1"], [1, "po-font-text-small"], [1, "po-row", "po-pb-1"], [1, "po-page-change-password-buttons", "po-row"], [1, "po-sm-12", "po-mobile-only"], ["class", "po-sm-6 po-mb-sm-1", 3, "p-label", "p-click", 4, "ngIf"], ["p-kind", "primary", 3, "ngClass", "p-disabled", "p-label", "p-click"], ["p-hide-close", "", "p-size", "auto", 3, "p-primary-action", "p-title"], [1, "po-text-center"], ["alt", "Blocked user image", "src", "./assets/images/success.svg", 1, "po-page-change-password-lock-image", "po-mb-3"], ["name", "currentPassword", "p-required", "", 3, "ngModel", "p-label", "ngModelChange"], [1, "po-text-center", "po-mb-sm-1", "po-mb-2"], ["class", "po-font-text-bold po-page-change-password-forgot-password", 3, "routerLink", 4, "ngIf"], ["class", "po-font-text-bold po-page-change-password-forgot-password", 3, "href", 4, "ngIf"], ["class", "po-font-text-bold po-page-change-password-forgot-password po-clickable", 3, "click", 4, "ngIf"], [1, "po-font-text-bold", "po-page-change-password-forgot-password", 3, "routerLink"], [1, "po-font-text-bold", "po-page-change-password-forgot-password", 3, "href"], [1, "po-font-text-bold", "po-page-change-password-forgot-password", "po-clickable", 3, "click"], [1, "po-md-6", "po-page-change-password-required-container"], [1, "po-page-change-password-required-list"], [1, "po-page-change-password-required-item"], [1, "po-mb-1", "po-font-text-bold", "po-page-change-password-required-title"], ["class", "po-page-change-password-required-item", 4, "ngFor", "ngForOf"], [1, "po-icon", "po-page-change-password-required-icon", 3, "p-icon"], [1, "po-page-change-password-required-text", "po-font-text"], [1, "po-sm-6", "po-mb-sm-1", 3, "p-label", "p-click"]], template: function PoPageChangePasswordComponent_Template(rf, ctx) { if (rf & 1) {
2862
- i0.ɵɵelementStart(0, "div", 0, 1)(2, "div", 2)(3, "po-page-background", 3)(4, "div", 4)(5, "div", 5);
2861
+ } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 43, vars: 25, consts: [["pageChangePassword", ""], ["passwordForm", "ngForm"], [1, "po-page-change-password-wrapper"], [1, "po-page-change-password-container"], [1, "po-page-change-password", 3, "p-logo", "p-secondary-logo"], [1, "po-page-blocked-user-header", "po-row"], [1, "po-md-12"], [1, "po-md-12", "po-text-center", "po-font-text"], [1, "po-row", "po-mt-3", "po-mt-sm-1"], [1, "po-md-6", 3, "ngClass"], [4, "ngIf"], ["class", "po-text-center po-mb-sm-1 po-mb-2", 4, "ngIf"], ["name", "newPassword", "p-required", "", 3, "ngModelChange", "p-change-model", "ngModel", "p-label"], ["name", "confirmPassword", "p-required", "", 3, "ngModelChange", "p-change-model", "ngModel", "p-label"], ["class", "po-md-6 po-page-change-password-required-container", 4, "ngIf"], [1, "po-sm-12"], [1, "po-page-change-password-tips", "po-row"], [1, "po-md-2", "po-mr-3"], ["alt", "Blocked user image", "src", "./assets/images/big-lock.svg", 1, "po-page-change-password-lock-image", "po-mb-3"], [1, "po-md-9", "po-page-change-password-tips-text"], [1, "po-font-text-bold", "po-pb-1"], [1, "po-font-text-small"], [1, "po-row", "po-pb-1"], [1, "po-page-change-password-buttons", "po-row"], [1, "po-sm-12", "po-mobile-only"], ["class", "po-sm-6 po-mb-sm-1", 3, "p-label", "p-click", 4, "ngIf"], ["p-kind", "primary", 3, "p-click", "ngClass", "p-disabled", "p-label"], ["p-hide-close", "", "p-size", "auto", 3, "p-primary-action", "p-title"], [1, "po-text-center"], ["alt", "Blocked user image", "src", "./assets/images/success.svg", 1, "po-page-change-password-lock-image", "po-mb-3"], ["name", "currentPassword", "p-required", "", 3, "ngModelChange", "ngModel", "p-label"], [1, "po-text-center", "po-mb-sm-1", "po-mb-2"], ["class", "po-font-text-bold po-page-change-password-forgot-password", 3, "routerLink", 4, "ngIf"], ["class", "po-font-text-bold po-page-change-password-forgot-password", 3, "href", 4, "ngIf"], ["class", "po-font-text-bold po-page-change-password-forgot-password po-clickable", 3, "click", 4, "ngIf"], [1, "po-font-text-bold", "po-page-change-password-forgot-password", 3, "routerLink"], [1, "po-font-text-bold", "po-page-change-password-forgot-password", 3, "href"], [1, "po-font-text-bold", "po-page-change-password-forgot-password", "po-clickable", 3, "click"], [1, "po-md-6", "po-page-change-password-required-container"], [1, "po-page-change-password-required-list"], [1, "po-page-change-password-required-item"], [1, "po-mb-1", "po-font-text-bold", "po-page-change-password-required-title"], ["class", "po-page-change-password-required-item", 4, "ngFor", "ngForOf"], [1, "po-icon", "po-page-change-password-required-icon", 3, "p-icon"], [1, "po-page-change-password-required-text", "po-font-text"], [1, "po-sm-6", "po-mb-sm-1", 3, "p-click", "p-label"]], template: function PoPageChangePasswordComponent_Template(rf, ctx) { if (rf & 1) {
2862
+ const _r1 = i0.ɵɵgetCurrentView();
2863
+ i0.ɵɵelementStart(0, "div", 2, 0)(2, "div", 3)(3, "po-page-background", 4)(4, "div", 5)(5, "div", 6);
2863
2864
  i0.ɵɵtext(6);
2864
2865
  i0.ɵɵelementEnd();
2865
- i0.ɵɵelementStart(7, "div", 6);
2866
+ i0.ɵɵelementStart(7, "div", 7);
2866
2867
  i0.ɵɵtext(8);
2867
2868
  i0.ɵɵelementEnd()();
2868
- i0.ɵɵelementStart(9, "form", null, 7)(11, "div", 8)(12, "div", 9);
2869
+ i0.ɵɵelementStart(9, "form", null, 1)(11, "div", 8)(12, "div", 9);
2869
2870
  i0.ɵɵtemplate(13, PoPageChangePasswordComponent_div_13_Template, 2, 2, "div", 10)(14, PoPageChangePasswordComponent_div_14_Template, 4, 3, "div", 11);
2870
2871
  i0.ɵɵelementStart(15, "div")(16, "po-password", 12);
2871
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageChangePasswordComponent_Template_po_password_ngModelChange_16_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.newPassword, $event) || (ctx.newPassword = $event); return $event; });
2872
- i0.ɵɵlistener("p-change-model", function PoPageChangePasswordComponent_Template_po_password_p_change_model_16_listener() { return ctx.validatePassword(); });
2872
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageChangePasswordComponent_Template_po_password_ngModelChange_16_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.newPassword, $event) || (ctx.newPassword = $event); return i0.ɵɵresetView($event); });
2873
+ i0.ɵɵlistener("p-change-model", function PoPageChangePasswordComponent_Template_po_password_p_change_model_16_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.validatePassword()); });
2873
2874
  i0.ɵɵelementEnd()();
2874
2875
  i0.ɵɵelementStart(17, "div")(18, "po-password", 13);
2875
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageChangePasswordComponent_Template_po_password_ngModelChange_18_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.confirmPassword, $event) || (ctx.confirmPassword = $event); return $event; });
2876
- i0.ɵɵlistener("p-change-model", function PoPageChangePasswordComponent_Template_po_password_p_change_model_18_listener() { return ctx.validatePassword(); });
2876
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageChangePasswordComponent_Template_po_password_ngModelChange_18_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.confirmPassword, $event) || (ctx.confirmPassword = $event); return i0.ɵɵresetView($event); });
2877
+ i0.ɵɵlistener("p-change-model", function PoPageChangePasswordComponent_Template_po_password_p_change_model_18_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.validatePassword()); });
2877
2878
  i0.ɵɵelementEnd()()();
2878
2879
  i0.ɵɵtemplate(19, PoPageChangePasswordComponent_div_19_Template, 7, 2, "div", 14);
2879
2880
  i0.ɵɵelementEnd()();
@@ -2900,13 +2901,13 @@ class PoPageChangePasswordComponent extends PoPageChangePasswordBaseComponent {
2900
2901
  i0.ɵɵelement(37, "po-divider", 24);
2901
2902
  i0.ɵɵtemplate(38, PoPageChangePasswordComponent_po_button_38_Template, 1, 1, "po-button", 25);
2902
2903
  i0.ɵɵelementStart(39, "po-button", 26);
2903
- i0.ɵɵlistener("p-click", function PoPageChangePasswordComponent_Template_po_button_p_click_39_listener() { return ctx.onLoginSubmit(); });
2904
+ i0.ɵɵlistener("p-click", function PoPageChangePasswordComponent_Template_po_button_p_click_39_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onLoginSubmit()); });
2904
2905
  i0.ɵɵelementEnd()()()()();
2905
2906
  i0.ɵɵelementStart(40, "po-modal", 27)(41, "div", 28);
2906
2907
  i0.ɵɵelement(42, "img", 29);
2907
2908
  i0.ɵɵelementEnd()();
2908
2909
  } if (rf & 2) {
2909
- const _r1 = i0.ɵɵreference(10);
2910
+ const passwordForm_r7 = i0.ɵɵreference(10);
2910
2911
  i0.ɵɵadvance(3);
2911
2912
  i0.ɵɵproperty("p-logo", ctx.logo)("p-secondary-logo", ctx.secondaryLogo);
2912
2913
  i0.ɵɵadvance(3);
@@ -2940,7 +2941,7 @@ class PoPageChangePasswordComponent extends PoPageChangePasswordBaseComponent {
2940
2941
  i0.ɵɵadvance(3);
2941
2942
  i0.ɵɵproperty("ngIf", !ctx.hideCurrentPassword);
2942
2943
  i0.ɵɵadvance();
2943
- i0.ɵɵproperty("ngClass", ctx.hideCurrentPassword ? "po-md-12" : "po-sm-6")("p-disabled", _r1.invalid)("p-label", ctx.literals.saveButton);
2944
+ i0.ɵɵproperty("ngClass", ctx.hideCurrentPassword ? "po-md-12" : "po-sm-6")("p-disabled", passwordForm_r7.invalid)("p-label", ctx.literals.saveButton);
2944
2945
  i0.ɵɵadvance();
2945
2946
  i0.ɵɵproperty("p-primary-action", ctx.modalAction)("p-title", ctx.hideCurrentPassword ? ctx.literals.passwordSuccessfullyCreated : ctx.literals.passwordSuccessfullyUpdated);
2946
2947
  } }, dependencies: [i4.NgClass, i4.NgForOf, i4.NgIf, i5.ɵNgNoValidate, i5.NgControlStatus, i5.NgControlStatusGroup, i5.NgModel, i5.NgForm, i1$1.RouterLink, i2.PoButtonComponent, i2.PoContainerComponent, i2.PoDividerComponent, i2.PoPasswordComponent, i2.PoIconComponent, i2.PoModalComponent, PoPageBackgroundComponent], encapsulation: 2 });
@@ -3210,15 +3211,15 @@ function PoPageDynamicDetailComponent_ng_template_2_Template(rf, ctx) { if (rf &
3210
3211
  i0.ɵɵtext(3);
3211
3212
  i0.ɵɵelementEnd()();
3212
3213
  } if (rf & 2) {
3213
- const ctx_r1 = i0.ɵɵnextContext();
3214
+ const ctx_r0 = i0.ɵɵnextContext();
3214
3215
  i0.ɵɵadvance(3);
3215
- i0.ɵɵtextInterpolate1(" ", ctx_r1.literals.registerNotFound, " ");
3216
+ i0.ɵɵtextInterpolate1(" ", ctx_r0.literals.registerNotFound, " ");
3216
3217
  } }
3217
3218
  function PoPageDynamicDetailComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
3218
3219
  i0.ɵɵelement(0, "po-dynamic-view", 6);
3219
3220
  } if (rf & 2) {
3220
- const ctx_r3 = i0.ɵɵnextContext();
3221
- i0.ɵɵproperty("p-fields", ctx_r3.fields)("p-value", ctx_r3.model);
3221
+ const ctx_r0 = i0.ɵɵnextContext();
3222
+ i0.ɵɵproperty("p-fields", ctx_r0.fields)("p-value", ctx_r0.model);
3222
3223
  } }
3223
3224
  const poPageDynamicDetailLiteralsDefault = {
3224
3225
  en: {
@@ -3692,17 +3693,17 @@ class PoPageDynamicDetailComponent {
3692
3693
  return this.poPageCustomizationService.getCustomOptions(onLoad, originalOption, pageOptionSchema);
3693
3694
  }
3694
3695
  static ɵfac = function PoPageDynamicDetailComponent_Factory(t) { return new (t || PoPageDynamicDetailComponent)(i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i2.PoNotificationService), i0.ɵɵdirectiveInject(i2.PoDialogService), i0.ɵɵdirectiveInject(PoPageDynamicService), i0.ɵɵdirectiveInject(PoPageDynamicDetailActionsService), i0.ɵɵdirectiveInject(PoPageCustomizationService), i0.ɵɵdirectiveInject(i2.PoLanguageService)); };
3695
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageDynamicDetailComponent, selectors: [["po-page-dynamic-detail"]], inputs: { breadcrumb: [i0.ɵɵInputFlags.None, "p-breadcrumb", "breadcrumb"], onLoad: [i0.ɵɵInputFlags.None, "p-load", "onLoad"], title: [i0.ɵɵInputFlags.None, "p-title", "title"], serviceApi: [i0.ɵɵInputFlags.None, "p-service-api", "serviceApi"], actions: [i0.ɵɵInputFlags.None, "p-actions", "actions"], autoRouter: [i0.ɵɵInputFlags.None, "p-auto-router", "autoRouter"], fields: [i0.ɵɵInputFlags.None, "p-fields", "fields"] }, features: [i0.ɵɵProvidersFeature([PoPageDynamicService, PoPageDynamicDetailActionsService])], decls: 6, vars: 6, consts: [[3, "p-actions", "p-breadcrumb", "p-title"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["registerNotFoundTemplate", ""], ["viewFieldsTemplate", ""], ["p-icon", "ICON_INFO"], [1, "po-font-text-large"], [3, "p-fields", "p-value"]], template: function PoPageDynamicDetailComponent_Template(rf, ctx) { if (rf & 1) {
3696
- i0.ɵɵelementStart(0, "po-page-default", 0);
3697
- i0.ɵɵtemplate(1, PoPageDynamicDetailComponent_ng_container_1_Template, 1, 0, "ng-container", 1);
3696
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageDynamicDetailComponent, selectors: [["po-page-dynamic-detail"]], inputs: { breadcrumb: [0, "p-breadcrumb", "breadcrumb"], onLoad: [0, "p-load", "onLoad"], title: [0, "p-title", "title"], serviceApi: [0, "p-service-api", "serviceApi"], actions: [0, "p-actions", "actions"], autoRouter: [0, "p-auto-router", "autoRouter"], fields: [0, "p-fields", "fields"] }, features: [i0.ɵɵProvidersFeature([PoPageDynamicService, PoPageDynamicDetailActionsService])], decls: 6, vars: 6, consts: [["registerNotFoundTemplate", ""], ["viewFieldsTemplate", ""], [3, "p-actions", "p-breadcrumb", "p-title"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["p-icon", "ICON_INFO"], [1, "po-font-text-large"], [3, "p-fields", "p-value"]], template: function PoPageDynamicDetailComponent_Template(rf, ctx) { if (rf & 1) {
3697
+ i0.ɵɵelementStart(0, "po-page-default", 2);
3698
+ i0.ɵɵtemplate(1, PoPageDynamicDetailComponent_ng_container_1_Template, 1, 0, "ng-container", 3);
3698
3699
  i0.ɵɵelementEnd();
3699
- i0.ɵɵtemplate(2, PoPageDynamicDetailComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor)(4, PoPageDynamicDetailComponent_ng_template_4_Template, 1, 2, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
3700
+ i0.ɵɵtemplate(2, PoPageDynamicDetailComponent_ng_template_2_Template, 4, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(4, PoPageDynamicDetailComponent_ng_template_4_Template, 1, 2, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
3700
3701
  } if (rf & 2) {
3701
- const _r2 = i0.ɵɵreference(3);
3702
- const _r4 = i0.ɵɵreference(5);
3702
+ const registerNotFoundTemplate_r2 = i0.ɵɵreference(3);
3703
+ const viewFieldsTemplate_r3 = i0.ɵɵreference(5);
3703
3704
  i0.ɵɵproperty("p-actions", ctx.pageActions)("p-breadcrumb", ctx.breadcrumb)("p-title", ctx.title);
3704
3705
  i0.ɵɵadvance();
3705
- i0.ɵɵproperty("ngIf", ctx.model)("ngIfThen", _r4)("ngIfElse", _r2);
3706
+ i0.ɵɵproperty("ngIf", ctx.model)("ngIfThen", viewFieldsTemplate_r3)("ngIfElse", registerNotFoundTemplate_r2);
3706
3707
  } }, dependencies: [i4.NgIf, i2.PoDynamicViewComponent, i2.PoIconComponent, i2.PoPageDefaultComponent, i2.PoWidgetComponent], encapsulation: 2 });
3707
3708
  }
3708
3709
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageDynamicDetailComponent, [{
@@ -3843,41 +3844,41 @@ function PoPageDynamicEditComponent_ng_container_1_Template(rf, ctx) { if (rf &
3843
3844
  } }
3844
3845
  function PoPageDynamicEditComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
3845
3846
  i0.ɵɵelementStart(0, "po-widget");
3846
- i0.ɵɵelement(1, "po-icon", 4);
3847
- i0.ɵɵelementStart(2, "span", 5);
3847
+ i0.ɵɵelement(1, "po-icon", 6);
3848
+ i0.ɵɵelementStart(2, "span", 7);
3848
3849
  i0.ɵɵtext(3);
3849
3850
  i0.ɵɵelementEnd()();
3850
3851
  } if (rf & 2) {
3851
- const ctx_r1 = i0.ɵɵnextContext();
3852
+ const ctx_r0 = i0.ɵɵnextContext();
3852
3853
  i0.ɵɵadvance(3);
3853
- i0.ɵɵtextInterpolate1(" ", ctx_r1.literals.registerNotFound, " ");
3854
+ i0.ɵɵtextInterpolate1(" ", ctx_r0.literals.registerNotFound, " ");
3854
3855
  } }
3855
3856
  function PoPageDynamicEditComponent_ng_template_4_div_2_Template(rf, ctx) { if (rf & 1) {
3856
- const _r9 = i0.ɵɵgetCurrentView();
3857
- i0.ɵɵelementStart(0, "div", 9);
3858
- i0.ɵɵelement(1, "po-divider", 10);
3859
- i0.ɵɵelementStart(2, "div", 11)(3, "po-button", 12);
3860
- i0.ɵɵlistener("p-click", function PoPageDynamicEditComponent_ng_template_4_div_2_Template_po_button_p_click_3_listener() { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.detailActionNew()); });
3857
+ const _r2 = i0.ɵɵgetCurrentView();
3858
+ i0.ɵɵelementStart(0, "div", 10);
3859
+ i0.ɵɵelement(1, "po-divider", 11);
3860
+ i0.ɵɵelementStart(2, "div", 12)(3, "po-button", 13);
3861
+ i0.ɵɵlistener("p-click", function PoPageDynamicEditComponent_ng_template_4_div_2_Template_po_button_p_click_3_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.detailActionNew()); });
3861
3862
  i0.ɵɵelementEnd()();
3862
- i0.ɵɵelement(4, "po-grid", 13, 14);
3863
+ i0.ɵɵelement(4, "po-grid", 14, 3);
3863
3864
  i0.ɵɵelementEnd();
3864
3865
  } if (rf & 2) {
3865
- const ctx_r6 = i0.ɵɵnextContext(2);
3866
+ const ctx_r0 = i0.ɵɵnextContext(2);
3866
3867
  i0.ɵɵadvance();
3867
- i0.ɵɵproperty("p-label", ctx_r6.detailFields[0].divider);
3868
+ i0.ɵɵproperty("p-label", ctx_r0.detailFields[0].divider);
3868
3869
  i0.ɵɵadvance(2);
3869
- i0.ɵɵproperty("p-label", ctx_r6.literals.detailActionNew);
3870
+ i0.ɵɵproperty("p-label", ctx_r0.literals.detailActionNew);
3870
3871
  i0.ɵɵadvance();
3871
- i0.ɵɵproperty("p-row-actions", ctx_r6.detailActions)("p-columns", ctx_r6.detailFields[0].detail.columns)("p-data", ctx_r6.model[ctx_r6.detailFields[0].property]);
3872
+ i0.ɵɵproperty("p-row-actions", ctx_r0.detailActions)("p-columns", ctx_r0.detailFields[0].detail.columns)("p-data", ctx_r0.model[ctx_r0.detailFields[0].property]);
3872
3873
  } }
3873
3874
  function PoPageDynamicEditComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
3874
- i0.ɵɵelement(0, "po-dynamic-form", 6, 7);
3875
- i0.ɵɵtemplate(2, PoPageDynamicEditComponent_ng_template_4_div_2_Template, 6, 5, "div", 8);
3875
+ i0.ɵɵelement(0, "po-dynamic-form", 8, 2);
3876
+ i0.ɵɵtemplate(2, PoPageDynamicEditComponent_ng_template_4_div_2_Template, 6, 5, "div", 9);
3876
3877
  } if (rf & 2) {
3877
- const ctx_r3 = i0.ɵɵnextContext();
3878
- i0.ɵɵproperty("p-fields", ctx_r3.controlFields)("p-value", ctx_r3.model);
3878
+ const ctx_r0 = i0.ɵɵnextContext();
3879
+ i0.ɵɵproperty("p-fields", ctx_r0.controlFields)("p-value", ctx_r0.model);
3879
3880
  i0.ɵɵadvance(2);
3880
- i0.ɵɵproperty("ngIf", ctx_r3.detailFields.length > 0);
3881
+ i0.ɵɵproperty("ngIf", ctx_r0.detailFields.length > 0);
3881
3882
  } }
3882
3883
  const poNotificationType = ['error', 'warning'];
3883
3884
  const poNotificationTypeDefault = 'warning';
@@ -4657,17 +4658,17 @@ class PoPageDynamicEditComponent {
4657
4658
  let _t;
4658
4659
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dynamicForm = _t.first);
4659
4660
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.gridDetail = _t.first);
4660
- } }, inputs: { breadcrumb: [i0.ɵɵInputFlags.None, "p-breadcrumb", "breadcrumb"], serviceApi: [i0.ɵɵInputFlags.None, "p-service-api", "serviceApi"], title: [i0.ɵɵInputFlags.None, "p-title", "title"], onLoad: [i0.ɵɵInputFlags.None, "p-load", "onLoad"], onLoadData: [i0.ɵɵInputFlags.None, "p-load-data", "onLoadData"], actions: [i0.ɵɵInputFlags.None, "p-actions", "actions"], literals: [i0.ɵɵInputFlags.None, "p-literals", "literals"], notificationType: [i0.ɵɵInputFlags.None, "p-notification-type", "notificationType"], autoRouter: [i0.ɵɵInputFlags.None, "p-auto-router", "autoRouter"], fields: [i0.ɵɵInputFlags.None, "p-fields", "fields"] }, features: [i0.ɵɵProvidersFeature([PoPageDynamicService])], decls: 6, vars: 6, consts: [[3, "p-actions", "p-breadcrumb", "p-title"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["registerNotFoundTemplate", ""], ["formFieldsTemplate", ""], ["p-icon", "ICON_INFO"], [1, "po-font-text-large"], [3, "p-fields", "p-value"], ["dynamicForm", ""], ["class", "po-sm-12", 4, "ngIf"], [1, "po-sm-12"], [3, "p-label"], [1, "po-row", "po-mb-2"], [3, "p-label", "p-click"], [3, "p-row-actions", "p-columns", "p-data"], ["gridDetail", ""]], template: function PoPageDynamicEditComponent_Template(rf, ctx) { if (rf & 1) {
4661
- i0.ɵɵelementStart(0, "po-page-default", 0);
4662
- i0.ɵɵtemplate(1, PoPageDynamicEditComponent_ng_container_1_Template, 1, 0, "ng-container", 1);
4661
+ } }, inputs: { breadcrumb: [0, "p-breadcrumb", "breadcrumb"], serviceApi: [0, "p-service-api", "serviceApi"], title: [0, "p-title", "title"], onLoad: [0, "p-load", "onLoad"], onLoadData: [0, "p-load-data", "onLoadData"], actions: [0, "p-actions", "actions"], literals: [0, "p-literals", "literals"], notificationType: [0, "p-notification-type", "notificationType"], autoRouter: [0, "p-auto-router", "autoRouter"], fields: [0, "p-fields", "fields"] }, features: [i0.ɵɵProvidersFeature([PoPageDynamicService])], decls: 6, vars: 6, consts: [["registerNotFoundTemplate", ""], ["formFieldsTemplate", ""], ["dynamicForm", ""], ["gridDetail", ""], [3, "p-actions", "p-breadcrumb", "p-title"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["p-icon", "ICON_INFO"], [1, "po-font-text-large"], [3, "p-fields", "p-value"], ["class", "po-sm-12", 4, "ngIf"], [1, "po-sm-12"], [3, "p-label"], [1, "po-row", "po-mb-2"], [3, "p-click", "p-label"], [3, "p-row-actions", "p-columns", "p-data"]], template: function PoPageDynamicEditComponent_Template(rf, ctx) { if (rf & 1) {
4662
+ i0.ɵɵelementStart(0, "po-page-default", 4);
4663
+ i0.ɵɵtemplate(1, PoPageDynamicEditComponent_ng_container_1_Template, 1, 0, "ng-container", 5);
4663
4664
  i0.ɵɵelementEnd();
4664
- i0.ɵɵtemplate(2, PoPageDynamicEditComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor)(4, PoPageDynamicEditComponent_ng_template_4_Template, 3, 3, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
4665
+ i0.ɵɵtemplate(2, PoPageDynamicEditComponent_ng_template_2_Template, 4, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(4, PoPageDynamicEditComponent_ng_template_4_Template, 3, 3, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
4665
4666
  } if (rf & 2) {
4666
- const _r2 = i0.ɵɵreference(3);
4667
- const _r4 = i0.ɵɵreference(5);
4667
+ const registerNotFoundTemplate_r3 = i0.ɵɵreference(3);
4668
+ const formFieldsTemplate_r4 = i0.ɵɵreference(5);
4668
4669
  i0.ɵɵproperty("p-actions", ctx.pageActions)("p-breadcrumb", ctx.breadcrumb)("p-title", ctx.title);
4669
4670
  i0.ɵɵadvance();
4670
- i0.ɵɵproperty("ngIf", ctx.model)("ngIfThen", _r4)("ngIfElse", _r2);
4671
+ i0.ɵɵproperty("ngIf", ctx.model)("ngIfThen", formFieldsTemplate_r4)("ngIfElse", registerNotFoundTemplate_r3);
4671
4672
  } }, dependencies: [i4.NgIf, i2.PoButtonComponent, i2.PoDividerComponent, i2.PoDynamicFormComponent, i2.PoGridComponent, i2.PoIconComponent, i2.PoPageDefaultComponent, i2.PoWidgetComponent], encapsulation: 2 });
4672
4673
  }
4673
4674
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageDynamicEditComponent, [{
@@ -4890,7 +4891,7 @@ class PoAdvancedFilterBaseComponent {
4890
4891
  } if (rf & 2) {
4891
4892
  let _t;
4892
4893
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.poModal = _t.first);
4893
- } }, inputs: { keepFilters: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-keep-filters", "keepFilters", convertToBoolean], filters: [i0.ɵɵInputFlags.None, "p-filters", "filters"], literals: [i0.ɵɵInputFlags.None, "p-literals", "literals"] }, outputs: { searchEvent: "p-search-event" }, features: [i0.ɵɵInputTransformsFeature] });
4894
+ } }, inputs: { keepFilters: [2, "p-keep-filters", "keepFilters", convertToBoolean], filters: [0, "p-filters", "filters"], literals: [0, "p-literals", "literals"] }, outputs: { searchEvent: "p-search-event" }, features: [i0.ɵɵInputTransformsFeature] });
4894
4895
  }
4895
4896
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoAdvancedFilterBaseComponent, [{
4896
4897
  type: Directive
@@ -5265,7 +5266,7 @@ class PoPageDynamicSearchBaseComponent {
5265
5266
  });
5266
5267
  }
5267
5268
  static ɵfac = function PoPageDynamicSearchBaseComponent_Factory(t) { return new (t || PoPageDynamicSearchBaseComponent)(i0.ɵɵdirectiveInject(i2.PoLanguageService)); };
5268
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageDynamicSearchBaseComponent, inputs: { actions: [i0.ɵɵInputFlags.None, "p-actions", "actions"], breadcrumb: [i0.ɵɵInputFlags.None, "p-breadcrumb", "breadcrumb"], keepFilters: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-keep-filters", "keepFilters", convertToBoolean], concatFilters: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-concat-filters", "concatFilters", convertToBoolean], hideRemoveAllDisclaimer: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-hide-remove-all-disclaimer", "hideRemoveAllDisclaimer", convertToBoolean], onLoad: [i0.ɵɵInputFlags.None, "p-load", "onLoad"], title: [i0.ɵɵInputFlags.None, "p-title", "title"], quickSearchValue: [i0.ɵɵInputFlags.None, "p-quick-search-value", "quickSearchValue"], literals: [i0.ɵɵInputFlags.None, "p-literals", "literals"], filters: [i0.ɵɵInputFlags.None, "p-filters", "filters"], quickSearchWidth: [i0.ɵɵInputFlags.None, "p-quick-search-width", "quickSearchWidth"], hideCloseDisclaimers: [i0.ɵɵInputFlags.None, "p-hide-close-disclaimers", "hideCloseDisclaimers"] }, outputs: { advancedSearch: "p-advanced-search", changeDisclaimers: "p-change-disclaimers", quickSearch: "p-quick-search" }, features: [i0.ɵɵInputTransformsFeature] });
5269
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageDynamicSearchBaseComponent, inputs: { actions: [0, "p-actions", "actions"], breadcrumb: [0, "p-breadcrumb", "breadcrumb"], keepFilters: [2, "p-keep-filters", "keepFilters", convertToBoolean], concatFilters: [2, "p-concat-filters", "concatFilters", convertToBoolean], hideRemoveAllDisclaimer: [2, "p-hide-remove-all-disclaimer", "hideRemoveAllDisclaimer", convertToBoolean], onLoad: [0, "p-load", "onLoad"], title: [0, "p-title", "title"], quickSearchValue: [0, "p-quick-search-value", "quickSearchValue"], literals: [0, "p-literals", "literals"], filters: [0, "p-filters", "filters"], quickSearchWidth: [0, "p-quick-search-width", "quickSearchWidth"], hideCloseDisclaimers: [0, "p-hide-close-disclaimers", "hideCloseDisclaimers"] }, outputs: { advancedSearch: "p-advanced-search", changeDisclaimers: "p-change-disclaimers", quickSearch: "p-quick-search" }, features: [i0.ɵɵInputTransformsFeature] });
5269
5270
  }
5270
5271
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageDynamicSearchBaseComponent, [{
5271
5272
  type: Directive
@@ -5593,10 +5594,11 @@ class PoPageDynamicSearchComponent extends PoPageDynamicSearchBaseComponent {
5593
5594
  let _t;
5594
5595
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.poAdvancedFilter = _t.first);
5595
5596
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.poPageList = _t.first);
5596
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$4, decls: 4, vars: 9, consts: [[3, "p-actions", "p-breadcrumb", "p-disclaimer-group", "p-filter", "p-title", "p-quick-search-value"], ["poPageList", ""], [3, "p-filters", "p-keep-filters", "p-literals", "p-search-event"]], template: function PoPageDynamicSearchComponent_Template(rf, ctx) { if (rf & 1) {
5597
+ } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$4, decls: 4, vars: 9, consts: [["poPageList", ""], [3, "p-actions", "p-breadcrumb", "p-disclaimer-group", "p-filter", "p-title", "p-quick-search-value"], [3, "p-search-event", "p-filters", "p-keep-filters", "p-literals"]], template: function PoPageDynamicSearchComponent_Template(rf, ctx) { if (rf & 1) {
5598
+ const _r1 = i0.ɵɵgetCurrentView();
5597
5599
  i0.ɵɵprojectionDef();
5598
- i0.ɵɵelementStart(0, "po-page-list", 0, 1)(2, "po-advanced-filter", 2);
5599
- i0.ɵɵlistener("p-search-event", function PoPageDynamicSearchComponent_Template_po_advanced_filter_p_search_event_2_listener($event) { return ctx.onAdvancedSearch($event, true); });
5600
+ i0.ɵɵelementStart(0, "po-page-list", 1, 0)(2, "po-advanced-filter", 2);
5601
+ i0.ɵɵlistener("p-search-event", function PoPageDynamicSearchComponent_Template_po_advanced_filter_p_search_event_2_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onAdvancedSearch($event, true)); });
5600
5602
  i0.ɵɵelementEnd();
5601
5603
  i0.ɵɵprojection(3);
5602
5604
  i0.ɵɵelementEnd();
@@ -5899,7 +5901,7 @@ class PoPageDynamicListBaseComponent {
5899
5901
  });
5900
5902
  }
5901
5903
  static ɵfac = function PoPageDynamicListBaseComponent_Factory(t) { return new (t || PoPageDynamicListBaseComponent)(); };
5902
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageDynamicListBaseComponent, inputs: { breadcrumb: [i0.ɵɵInputFlags.None, "p-breadcrumb", "breadcrumb"], serviceApi: [i0.ɵɵInputFlags.None, "p-service-api", "serviceApi"], title: [i0.ɵɵInputFlags.None, "p-title", "title"], autoRouter: [i0.ɵɵInputFlags.None, "p-auto-router", "autoRouter"], fields: [i0.ɵɵInputFlags.None, "p-fields", "fields"] }, outputs: { changeVisibleColumns: "p-change-visible-columns", columnRestoreManager: "p-restore-column-manager", sortBy: "p-sort-by" } });
5904
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageDynamicListBaseComponent, inputs: { breadcrumb: [0, "p-breadcrumb", "breadcrumb"], serviceApi: [0, "p-service-api", "serviceApi"], title: [0, "p-title", "title"], autoRouter: [0, "p-auto-router", "autoRouter"], fields: [0, "p-fields", "fields"] }, outputs: { changeVisibleColumns: "p-change-visible-columns", columnRestoreManager: "p-restore-column-manager", sortBy: "p-sort-by" } });
5903
5905
  }
5904
5906
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageDynamicListBaseComponent, [{
5905
5907
  type: Directive
@@ -7161,7 +7163,7 @@ class PoPageDynamicTableComponent extends PoPageDynamicListBaseComponent {
7161
7163
  this.tableActions = newTableActions;
7162
7164
  }
7163
7165
  static ɵfac = function PoPageDynamicTableComponent_Factory(t) { return new (t || PoPageDynamicTableComponent)(i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i2.PoDialogService), i0.ɵɵdirectiveInject(i2.PoNotificationService), i0.ɵɵdirectiveInject(PoPageDynamicService), i0.ɵɵdirectiveInject(PoPageCustomizationService), i0.ɵɵdirectiveInject(PoPageDynamicTableActionsService), i0.ɵɵdirectiveInject(i2.PoLanguageService)); };
7164
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageDynamicTableComponent, selectors: [["po-page-dynamic-table"]], inputs: { onLoad: [i0.ɵɵInputFlags.None, "p-load", "onLoad"], keepFilters: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-keep-filters", "keepFilters", convertToBoolean], actionRight: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-actions-right", "actionRight", convertToBoolean], concatFilters: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-concat-filters", "concatFilters", convertToBoolean], hideColumnsManager: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-hide-columns-manager", "hideColumnsManager", convertToBoolean], hideRemoveAllDisclaimer: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-hide-remove-all-disclaimer", "hideRemoveAllDisclaimer", convertToBoolean], infiniteScroll: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-infinite-scroll", "infiniteScroll", convertToBoolean], actions: [i0.ɵɵInputFlags.None, "p-actions", "actions"], pageCustomActions: [i0.ɵɵInputFlags.None, "p-page-custom-actions", "pageCustomActions"], tableCustomActions: [i0.ɵɵInputFlags.None, "p-table-custom-actions", "tableCustomActions"], quickSearchWidth: [i0.ɵɵInputFlags.None, "p-quick-search-width", "quickSearchWidth"], height: [i0.ɵɵInputFlags.None, "p-height", "height"], hideCloseDisclaimers: [i0.ɵɵInputFlags.None, "p-hide-close-disclaimers", "hideCloseDisclaimers"], quickSearchParam: [i0.ɵɵInputFlags.None, "p-quick-search-param", "quickSearchParam"], quickSearchValue: [i0.ɵɵInputFlags.None, "p-quick-search-value", "quickSearchValue"], searchLiterals: [i0.ɵɵInputFlags.None, "p-literals", "searchLiterals"], spacing: [i0.ɵɵInputFlags.None, "p-spacing", "spacing"], textWrap: [i0.ɵɵInputFlags.HasDecoratorInputTransform, "p-text-wrap", "textWrap", convertToBoolean], draggable: [i0.ɵɵInputFlags.None, "p-draggable", "draggable"] }, features: [i0.ɵɵProvidersFeature([PoPageDynamicService]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 24, consts: [[3, "p-actions", "p-breadcrumb", "p-hide-close-disclaimers", "p-filters", "p-keep-filters", "p-literals", "p-concat-filters", "p-hide-remove-all-disclaimer", "p-quick-search-width", "p-title", "p-quick-search-value", "p-advanced-search", "p-change-disclaimers", "p-quick-search"], [3, "p-sort", "p-actions", "p-actions-right", "p-selectable", "p-columns", "p-items", "p-height", "p-hide-columns-manager", "p-infinite-scroll", "p-show-more-disabled", "p-text-wrap", "p-draggable", "p-spacing", "p-show-more", "p-sort-by", "p-change-visible-columns", "p-restore-column-manager"]], template: function PoPageDynamicTableComponent_Template(rf, ctx) { if (rf & 1) {
7166
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageDynamicTableComponent, selectors: [["po-page-dynamic-table"]], inputs: { onLoad: [0, "p-load", "onLoad"], keepFilters: [2, "p-keep-filters", "keepFilters", convertToBoolean], actionRight: [2, "p-actions-right", "actionRight", convertToBoolean], concatFilters: [2, "p-concat-filters", "concatFilters", convertToBoolean], hideColumnsManager: [2, "p-hide-columns-manager", "hideColumnsManager", convertToBoolean], hideRemoveAllDisclaimer: [2, "p-hide-remove-all-disclaimer", "hideRemoveAllDisclaimer", convertToBoolean], infiniteScroll: [2, "p-infinite-scroll", "infiniteScroll", convertToBoolean], actions: [0, "p-actions", "actions"], pageCustomActions: [0, "p-page-custom-actions", "pageCustomActions"], tableCustomActions: [0, "p-table-custom-actions", "tableCustomActions"], quickSearchWidth: [0, "p-quick-search-width", "quickSearchWidth"], height: [0, "p-height", "height"], hideCloseDisclaimers: [0, "p-hide-close-disclaimers", "hideCloseDisclaimers"], quickSearchParam: [0, "p-quick-search-param", "quickSearchParam"], quickSearchValue: [0, "p-quick-search-value", "quickSearchValue"], searchLiterals: [0, "p-literals", "searchLiterals"], spacing: [0, "p-spacing", "spacing"], textWrap: [2, "p-text-wrap", "textWrap", convertToBoolean], draggable: [0, "p-draggable", "draggable"] }, features: [i0.ɵɵProvidersFeature([PoPageDynamicService]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 24, consts: [[3, "p-advanced-search", "p-change-disclaimers", "p-quick-search", "p-actions", "p-breadcrumb", "p-hide-close-disclaimers", "p-filters", "p-keep-filters", "p-literals", "p-concat-filters", "p-hide-remove-all-disclaimer", "p-quick-search-width", "p-title", "p-quick-search-value"], [3, "p-show-more", "p-sort-by", "p-change-visible-columns", "p-restore-column-manager", "p-sort", "p-actions", "p-actions-right", "p-selectable", "p-columns", "p-items", "p-height", "p-hide-columns-manager", "p-infinite-scroll", "p-show-more-disabled", "p-text-wrap", "p-draggable", "p-spacing"]], template: function PoPageDynamicTableComponent_Template(rf, ctx) { if (rf & 1) {
7165
7167
  i0.ɵɵelementStart(0, "po-page-dynamic-search", 0);
7166
7168
  i0.ɵɵlistener("p-advanced-search", function PoPageDynamicTableComponent_Template_po_page_dynamic_search_p_advanced_search_0_listener($event) { return ctx.onAdvancedSearch($event); })("p-change-disclaimers", function PoPageDynamicTableComponent_Template_po_page_dynamic_search_p_change_disclaimers_0_listener($event) { return ctx.onChangeDisclaimers($event); })("p-quick-search", function PoPageDynamicTableComponent_Template_po_page_dynamic_search_p_quick_search_0_listener($event) { return ctx.onQuickSearch($event); });
7167
7169
  i0.ɵɵelementStart(1, "po-table", 1);
@@ -7750,7 +7752,7 @@ class PoPageJobSchedulerBaseComponent {
7750
7752
  }
7751
7753
  }
7752
7754
  static ɵfac = function PoPageJobSchedulerBaseComponent_Factory(t) { return new (t || PoPageJobSchedulerBaseComponent)(i0.ɵɵdirectiveInject(PoPageJobSchedulerService)); };
7753
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageJobSchedulerBaseComponent, inputs: { breadcrumb: [i0.ɵɵInputFlags.None, "p-breadcrumb", "breadcrumb"], serviceApi: [i0.ɵɵInputFlags.None, "p-service-api", "serviceApi"], title: [i0.ɵɵInputFlags.None, "p-title", "title"], parameters: [i0.ɵɵInputFlags.None, "p-parameters", "parameters"], value: [i0.ɵɵInputFlags.None, "p-value", "value"], stepperDefaultOrientation: [i0.ɵɵInputFlags.None, "p-orientation", "stepperDefaultOrientation"], beforeSendAction: [i0.ɵɵInputFlags.None, "p-before-send", "beforeSendAction"], stepExecutionLast: [i0.ɵɵInputFlags.None, "p-step-execution-last", "stepExecutionLast"] }, outputs: { success: "p-success", error: "p-error" } });
7755
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageJobSchedulerBaseComponent, inputs: { breadcrumb: [0, "p-breadcrumb", "breadcrumb"], serviceApi: [0, "p-service-api", "serviceApi"], title: [0, "p-title", "title"], parameters: [0, "p-parameters", "parameters"], value: [0, "p-value", "value"], stepperDefaultOrientation: [0, "p-orientation", "stepperDefaultOrientation"], beforeSendAction: [0, "p-before-send", "beforeSendAction"], stepExecutionLast: [0, "p-step-execution-last", "stepExecutionLast"] }, outputs: { success: "p-success", error: "p-error" } });
7754
7756
  }
7755
7757
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageJobSchedulerBaseComponent, [{
7756
7758
  type: Directive
@@ -8053,7 +8055,7 @@ class PoJobSchedulerParametersTemplateDirective {
8053
8055
  this.templateRef = templateRef;
8054
8056
  }
8055
8057
  static ɵfac = function PoJobSchedulerParametersTemplateDirective_Factory(t) { return new (t || PoJobSchedulerParametersTemplateDirective)(i0.ɵɵdirectiveInject(i0.TemplateRef)); };
8056
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoJobSchedulerParametersTemplateDirective, selectors: [["", "p-job-scheduler-parameters-template", ""]], inputs: { executionParameter: [i0.ɵɵInputFlags.None, "p-execution-parameter", "executionParameter"], disabledAdvance: [i0.ɵɵInputFlags.None, "p-disable-advance", "disabledAdvance"], title: [i0.ɵɵInputFlags.None, "p-label-step", "title"] } });
8058
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoJobSchedulerParametersTemplateDirective, selectors: [["", "p-job-scheduler-parameters-template", ""]], inputs: { executionParameter: [0, "p-execution-parameter", "executionParameter"], disabledAdvance: [0, "p-disable-advance", "disabledAdvance"], title: [0, "p-label-step", "title"] } });
8057
8059
  }
8058
8060
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoJobSchedulerParametersTemplateDirective, [{
8059
8061
  type: Directive,
@@ -8098,42 +8100,42 @@ function PoPageJobSchedulerExecutionComponent_ng_container_3_Template(rf, ctx) {
8098
8100
  i0.ɵɵelementContainer(0);
8099
8101
  } }
8100
8102
  function PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template(rf, ctx) { if (rf & 1) {
8101
- const _r18 = i0.ɵɵgetCurrentView();
8103
+ const _r4 = i0.ɵɵgetCurrentView();
8102
8104
  i0.ɵɵelementContainerStart(0);
8103
8105
  i0.ɵɵelementStart(1, "po-radio-group", 17);
8104
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template_po_radio_group_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r17 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r17.value.frequency.type, $event) || (ctx_r17.value.frequency.type = $event); return i0.ɵɵresetView($event); });
8105
- i0.ɵɵlistener("p-change", function PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template_po_radio_group_p_change_1_listener() { i0.ɵɵrestoreView(_r18); const ctx_r19 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r19.onChangeFrequencyOptions()); });
8106
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template_po_radio_group_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r2.value.frequency.type, $event) || (ctx_r2.value.frequency.type = $event); return i0.ɵɵresetView($event); });
8107
+ i0.ɵɵlistener("p-change", function PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template_po_radio_group_p_change_1_listener() { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onChangeFrequencyOptions()); });
8106
8108
  i0.ɵɵelementEnd();
8107
8109
  i0.ɵɵelementStart(2, "po-number", 18);
8108
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template_po_number_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r20 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r20.value.frequency.value, $event) || (ctx_r20.value.frequency.value = $event); return i0.ɵɵresetView($event); });
8110
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template_po_number_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r2.value.frequency.value, $event) || (ctx_r2.value.frequency.value = $event); return i0.ɵɵresetView($event); });
8109
8111
  i0.ɵɵelementEnd();
8110
8112
  i0.ɵɵelementContainerEnd();
8111
8113
  } if (rf & 2) {
8112
- const ctx_r15 = i0.ɵɵnextContext(2);
8114
+ const ctx_r2 = i0.ɵɵnextContext(2);
8113
8115
  i0.ɵɵadvance();
8114
- i0.ɵɵtwoWayProperty("ngModel", ctx_r15.value.frequency.type);
8115
- i0.ɵɵproperty("p-columns", 3)("p-options", ctx_r15.frequencyOptions);
8116
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.frequency.type);
8117
+ i0.ɵɵproperty("p-columns", 3)("p-options", ctx_r2.frequencyOptions);
8116
8118
  i0.ɵɵadvance();
8117
- i0.ɵɵtwoWayProperty("ngModel", ctx_r15.value.frequency.value);
8119
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.frequency.value);
8118
8120
  } }
8119
8121
  function PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_6_Template(rf, ctx) { if (rf & 1) {
8120
8122
  i0.ɵɵelementContainer(0);
8121
8123
  } }
8122
8124
  function PoPageJobSchedulerExecutionComponent_ng_container_11_Template(rf, ctx) { if (rf & 1) {
8123
- const _r22 = i0.ɵɵgetCurrentView();
8125
+ const _r2 = i0.ɵɵgetCurrentView();
8124
8126
  i0.ɵɵelementContainerStart(0);
8125
- i0.ɵɵelementStart(1, "div", 1)(2, "po-switch", 14);
8126
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_container_11_Template_po_switch_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r21 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r21.containsFrequency, $event) || (ctx_r21.containsFrequency = $event); return i0.ɵɵresetView($event); });
8127
- i0.ɵɵlistener("p-change", function PoPageJobSchedulerExecutionComponent_ng_container_11_Template_po_switch_p_change_2_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r23 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r23.onChangeContainsFrequency($event)); });
8127
+ i0.ɵɵelementStart(1, "div", 7)(2, "po-switch", 14);
8128
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_container_11_Template_po_switch_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.containsFrequency, $event) || (ctx_r2.containsFrequency = $event); return i0.ɵɵresetView($event); });
8129
+ i0.ɵɵlistener("p-change", function PoPageJobSchedulerExecutionComponent_ng_container_11_Template_po_switch_p_change_2_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onChangeContainsFrequency($event)); });
8128
8130
  i0.ɵɵelementEnd();
8129
- i0.ɵɵtemplate(3, PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template, 3, 4, "ng-container", 7);
8131
+ i0.ɵɵtemplate(3, PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_3_Template, 3, 4, "ng-container", 13);
8130
8132
  i0.ɵɵelementEnd();
8131
- i0.ɵɵelementStart(4, "div", 1);
8132
- i0.ɵɵelement(5, "po-divider", 3);
8133
+ i0.ɵɵelementStart(4, "div", 7);
8134
+ i0.ɵɵelement(5, "po-divider", 9);
8133
8135
  i0.ɵɵtemplate(6, PoPageJobSchedulerExecutionComponent_ng_container_11_ng_container_6_Template, 1, 0, "ng-container", 15);
8134
8136
  i0.ɵɵelementEnd();
8135
- i0.ɵɵelementStart(7, "div", 1)(8, "po-switch", 16);
8136
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_container_11_Template_po_switch_ngModelChange_8_listener($event) { i0.ɵɵrestoreView(_r22); const ctx_r24 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r24.value.recurrent, $event) || (ctx_r24.value.recurrent = $event); return i0.ɵɵresetView($event); });
8137
+ i0.ɵɵelementStart(7, "div", 7)(8, "po-switch", 16);
8138
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_container_11_Template_po_switch_ngModelChange_8_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.value.recurrent, $event) || (ctx_r2.value.recurrent = $event); return i0.ɵɵresetView($event); });
8137
8139
  i0.ɵɵelementEnd()();
8138
8140
  i0.ɵɵelementContainerEnd();
8139
8141
  } if (rf & 2) {
@@ -8152,30 +8154,30 @@ function PoPageJobSchedulerExecutionComponent_ng_container_11_Template(rf, ctx)
8152
8154
  i0.ɵɵproperty("p-label", ctx_r2.literals.recurrent)("p-label-off", ctx_r2.literals.no)("p-label-on", ctx_r2.literals.yes);
8153
8155
  } }
8154
8156
  function PoPageJobSchedulerExecutionComponent_ng_template_12_po_lookup_0_Template(rf, ctx) { if (rf & 1) {
8155
- const _r27 = i0.ɵɵgetCurrentView();
8157
+ const _r5 = i0.ɵɵgetCurrentView();
8156
8158
  i0.ɵɵelementStart(0, "po-lookup", 20);
8157
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_12_po_lookup_0_Template_po_lookup_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r26 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r26.value.processID, $event) || (ctx_r26.value.processID = $event); return i0.ɵɵresetView($event); });
8159
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_12_po_lookup_0_Template_po_lookup_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r2.value.processID, $event) || (ctx_r2.value.processID = $event); return i0.ɵɵresetView($event); });
8158
8160
  i0.ɵɵelementEnd();
8159
8161
  } if (rf & 2) {
8160
- const ctx_r25 = i0.ɵɵnextContext(2);
8161
- i0.ɵɵtwoWayProperty("ngModel", ctx_r25.value.processID);
8162
- i0.ɵɵproperty("p-disabled", ctx_r25.isEdit)("p-filter-service", ctx_r25.poPageJobSchedulerLookup)("p-label", ctx_r25.literals.process)("p-placeholder", ctx_r25.literals.enterProcess);
8162
+ const ctx_r2 = i0.ɵɵnextContext(2);
8163
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.processID);
8164
+ i0.ɵɵproperty("p-disabled", ctx_r2.isEdit)("p-filter-service", ctx_r2.poPageJobSchedulerLookup)("p-label", ctx_r2.literals.process)("p-placeholder", ctx_r2.literals.enterProcess);
8163
8165
  } }
8164
8166
  function PoPageJobSchedulerExecutionComponent_ng_template_12_Template(rf, ctx) { if (rf & 1) {
8165
8167
  i0.ɵɵtemplate(0, PoPageJobSchedulerExecutionComponent_ng_template_12_po_lookup_0_Template, 1, 5, "po-lookup", 19);
8166
8168
  } if (rf & 2) {
8167
- const ctx_r3 = i0.ɵɵnextContext();
8168
- i0.ɵɵproperty("ngIf", ctx_r3.noParameters && ctx_r3.noCustomParamsComponent);
8169
+ const ctx_r2 = i0.ɵɵnextContext();
8170
+ i0.ɵɵproperty("ngIf", ctx_r2.noParameters && ctx_r2.noCustomParamsComponent);
8169
8171
  } }
8170
8172
  function PoPageJobSchedulerExecutionComponent_ng_template_14_Template(rf, ctx) { if (rf & 1) {
8171
- const _r29 = i0.ɵɵgetCurrentView();
8173
+ const _r6 = i0.ɵɵgetCurrentView();
8172
8174
  i0.ɵɵelementStart(0, "po-input", 21);
8173
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_14_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r28 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r28.value.processID, $event) || (ctx_r28.value.processID = $event); return i0.ɵɵresetView($event); });
8175
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_14_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.value.processID, $event) || (ctx_r2.value.processID = $event); return i0.ɵɵresetView($event); });
8174
8176
  i0.ɵɵelementEnd();
8175
8177
  } if (rf & 2) {
8176
- const ctx_r5 = i0.ɵɵnextContext();
8177
- i0.ɵɵtwoWayProperty("ngModel", ctx_r5.value.processID);
8178
- i0.ɵɵproperty("p-disabled", ctx_r5.isEdit)("p-label", ctx_r5.literals.process)("p-placeholder", ctx_r5.literals.enterProcess);
8178
+ const ctx_r2 = i0.ɵɵnextContext();
8179
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.processID);
8180
+ i0.ɵɵproperty("p-disabled", ctx_r2.isEdit)("p-label", ctx_r2.literals.process)("p-placeholder", ctx_r2.literals.enterProcess);
8179
8181
  } }
8180
8182
  function PoPageJobSchedulerExecutionComponent_ng_template_16_ng_container_0_Template(rf, ctx) { if (rf & 1) {
8181
8183
  i0.ɵɵelementContainer(0);
@@ -8184,80 +8186,80 @@ function PoPageJobSchedulerExecutionComponent_ng_template_16_Template(rf, ctx) {
8184
8186
  i0.ɵɵtemplate(0, PoPageJobSchedulerExecutionComponent_ng_template_16_ng_container_0_Template, 1, 0, "ng-container", 15);
8185
8187
  } if (rf & 2) {
8186
8188
  i0.ɵɵnextContext();
8187
- const _r14 = i0.ɵɵreference(23);
8188
- i0.ɵɵproperty("ngTemplateOutlet", _r14);
8189
+ const inputHourTemplate_r7 = i0.ɵɵreference(23);
8190
+ i0.ɵɵproperty("ngTemplateOutlet", inputHourTemplate_r7);
8189
8191
  } }
8190
8192
  function PoPageJobSchedulerExecutionComponent_ng_template_18_ng_container_1_Template(rf, ctx) { if (rf & 1) {
8191
8193
  i0.ɵɵelementContainer(0);
8192
8194
  } }
8193
8195
  function PoPageJobSchedulerExecutionComponent_ng_template_18_Template(rf, ctx) { if (rf & 1) {
8194
- const _r33 = i0.ɵɵgetCurrentView();
8195
- i0.ɵɵelementStart(0, "div", 1);
8196
+ const _r8 = i0.ɵɵgetCurrentView();
8197
+ i0.ɵɵelementStart(0, "div", 7);
8196
8198
  i0.ɵɵtemplate(1, PoPageJobSchedulerExecutionComponent_ng_template_18_ng_container_1_Template, 1, 0, "ng-container", 15);
8197
8199
  i0.ɵɵelementEnd();
8198
8200
  i0.ɵɵelementStart(2, "po-checkbox-group", 22);
8199
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_18_Template_po_checkbox_group_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r32 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r32.value.daysOfWeek, $event) || (ctx_r32.value.daysOfWeek = $event); return i0.ɵɵresetView($event); });
8201
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_18_Template_po_checkbox_group_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.value.daysOfWeek, $event) || (ctx_r2.value.daysOfWeek = $event); return i0.ɵɵresetView($event); });
8200
8202
  i0.ɵɵelementEnd();
8201
8203
  } if (rf & 2) {
8202
- const ctx_r9 = i0.ɵɵnextContext();
8203
- const _r14 = i0.ɵɵreference(23);
8204
+ const ctx_r2 = i0.ɵɵnextContext();
8205
+ const inputHourTemplate_r7 = i0.ɵɵreference(23);
8204
8206
  i0.ɵɵadvance();
8205
- i0.ɵɵproperty("ngTemplateOutlet", _r14);
8207
+ i0.ɵɵproperty("ngTemplateOutlet", inputHourTemplate_r7);
8206
8208
  i0.ɵɵadvance();
8207
- i0.ɵɵtwoWayProperty("ngModel", ctx_r9.value.daysOfWeek);
8208
- i0.ɵɵproperty("p-label", ctx_r9.literals.weekDays)("p-options", ctx_r9.weekDays);
8209
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.daysOfWeek);
8210
+ i0.ɵɵproperty("p-label", ctx_r2.literals.weekDays)("p-options", ctx_r2.weekDays);
8209
8211
  } }
8210
8212
  function PoPageJobSchedulerExecutionComponent_ng_template_20_po_number_1_Template(rf, ctx) { if (rf & 1) {
8211
- const _r37 = i0.ɵɵgetCurrentView();
8213
+ const _r10 = i0.ɵɵgetCurrentView();
8212
8214
  i0.ɵɵelementStart(0, "po-number", 25);
8213
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_20_po_number_1_Template_po_number_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r36 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r36.value.rangeLimitDay, $event) || (ctx_r36.value.rangeLimitDay = $event); return i0.ɵɵresetView($event); });
8215
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_20_po_number_1_Template_po_number_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r2.value.rangeLimitDay, $event) || (ctx_r2.value.rangeLimitDay = $event); return i0.ɵɵresetView($event); });
8214
8216
  i0.ɵɵelementEnd();
8215
8217
  } if (rf & 2) {
8216
- const ctx_r34 = i0.ɵɵnextContext(2);
8217
- i0.ɵɵtwoWayProperty("ngModel", ctx_r34.value.rangeLimitDay);
8218
- i0.ɵɵproperty("p-error-pattern", "Dia inv\u00E1lido")("p-label", ctx_r34.literals.endDay)("p-max", 31)("p-pattern", ctx_r34.dayPattern);
8218
+ const ctx_r2 = i0.ɵɵnextContext(2);
8219
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.rangeLimitDay);
8220
+ i0.ɵɵproperty("p-error-pattern", "Dia inv\u00E1lido")("p-label", ctx_r2.literals.endDay)("p-max", 31)("p-pattern", ctx_r2.dayPattern);
8219
8221
  } }
8220
8222
  function PoPageJobSchedulerExecutionComponent_ng_template_20_ng_container_2_Template(rf, ctx) { if (rf & 1) {
8221
8223
  i0.ɵɵelementContainer(0);
8222
8224
  } }
8223
8225
  function PoPageJobSchedulerExecutionComponent_ng_template_20_Template(rf, ctx) { if (rf & 1) {
8224
- const _r39 = i0.ɵɵgetCurrentView();
8226
+ const _r9 = i0.ɵɵgetCurrentView();
8225
8227
  i0.ɵɵelementStart(0, "po-number", 23);
8226
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_20_Template_po_number_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r39); const ctx_r38 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r38.value.dayOfMonth, $event) || (ctx_r38.value.dayOfMonth = $event); return i0.ɵɵresetView($event); });
8228
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_20_Template_po_number_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.value.dayOfMonth, $event) || (ctx_r2.value.dayOfMonth = $event); return i0.ɵɵresetView($event); });
8227
8229
  i0.ɵɵelementEnd();
8228
8230
  i0.ɵɵtemplate(1, PoPageJobSchedulerExecutionComponent_ng_template_20_po_number_1_Template, 1, 5, "po-number", 24)(2, PoPageJobSchedulerExecutionComponent_ng_template_20_ng_container_2_Template, 1, 0, "ng-container", 15);
8229
8231
  } if (rf & 2) {
8230
- const ctx_r11 = i0.ɵɵnextContext();
8231
- const _r14 = i0.ɵɵreference(23);
8232
- i0.ɵɵtwoWayProperty("ngModel", ctx_r11.value.dayOfMonth);
8233
- i0.ɵɵproperty("p-error-pattern", "Dia inv\u00E1lido")("p-label", ctx_r11.dayLabel)("p-max", 31)("p-pattern", ctx_r11.dayPattern);
8232
+ const ctx_r2 = i0.ɵɵnextContext();
8233
+ const inputHourTemplate_r7 = i0.ɵɵreference(23);
8234
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.dayOfMonth);
8235
+ i0.ɵɵproperty("p-error-pattern", "Dia inv\u00E1lido")("p-label", ctx_r2.dayLabel)("p-max", 31)("p-pattern", ctx_r2.dayPattern);
8234
8236
  i0.ɵɵadvance();
8235
- i0.ɵɵproperty("ngIf", ctx_r11.containsFrequency);
8237
+ i0.ɵɵproperty("ngIf", ctx_r2.containsFrequency);
8236
8238
  i0.ɵɵadvance();
8237
- i0.ɵɵproperty("ngTemplateOutlet", _r14);
8239
+ i0.ɵɵproperty("ngTemplateOutlet", inputHourTemplate_r7);
8238
8240
  } }
8239
8241
  function PoPageJobSchedulerExecutionComponent_ng_template_22_po_input_1_Template(rf, ctx) { if (rf & 1) {
8240
- const _r42 = i0.ɵɵgetCurrentView();
8242
+ const _r12 = i0.ɵɵgetCurrentView();
8241
8243
  i0.ɵɵelementStart(0, "po-input", 28);
8242
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_22_po_input_1_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r41 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r41.value.rangeLimitHour, $event) || (ctx_r41.value.rangeLimitHour = $event); return i0.ɵɵresetView($event); });
8244
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_22_po_input_1_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r2.value.rangeLimitHour, $event) || (ctx_r2.value.rangeLimitHour = $event); return i0.ɵɵresetView($event); });
8243
8245
  i0.ɵɵelementEnd();
8244
8246
  } if (rf & 2) {
8245
- const ctx_r40 = i0.ɵɵnextContext(2);
8246
- i0.ɵɵtwoWayProperty("ngModel", ctx_r40.value.rangeLimitHour);
8247
- i0.ɵɵproperty("p-label", ctx_r40.literals.endTime)("p-pattern", ctx_r40.timePattern);
8247
+ const ctx_r2 = i0.ɵɵnextContext(2);
8248
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.rangeLimitHour);
8249
+ i0.ɵɵproperty("p-label", ctx_r2.literals.endTime)("p-pattern", ctx_r2.timePattern);
8248
8250
  } }
8249
8251
  function PoPageJobSchedulerExecutionComponent_ng_template_22_Template(rf, ctx) { if (rf & 1) {
8250
- const _r44 = i0.ɵɵgetCurrentView();
8252
+ const _r11 = i0.ɵɵgetCurrentView();
8251
8253
  i0.ɵɵelementStart(0, "po-input", 26);
8252
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_22_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r43 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r43.value.hour, $event) || (ctx_r43.value.hour = $event); return i0.ɵɵresetView($event); });
8254
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_ng_template_22_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.value.hour, $event) || (ctx_r2.value.hour = $event); return i0.ɵɵresetView($event); });
8253
8255
  i0.ɵɵelementEnd();
8254
8256
  i0.ɵɵtemplate(1, PoPageJobSchedulerExecutionComponent_ng_template_22_po_input_1_Template, 1, 3, "po-input", 27);
8255
8257
  } if (rf & 2) {
8256
- const ctx_r13 = i0.ɵɵnextContext();
8257
- i0.ɵɵtwoWayProperty("ngModel", ctx_r13.value.hour);
8258
- i0.ɵɵproperty("p-label", ctx_r13.hourLabel)("p-pattern", ctx_r13.timePattern);
8258
+ const ctx_r2 = i0.ɵɵnextContext();
8259
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.value.hour);
8260
+ i0.ɵɵproperty("p-label", ctx_r2.hourLabel)("p-pattern", ctx_r2.timePattern);
8259
8261
  i0.ɵɵadvance();
8260
- i0.ɵɵproperty("ngIf", ctx_r13.containsFrequency && ctx_r13.value.frequency.type !== "day");
8262
+ i0.ɵɵproperty("ngIf", ctx_r2.containsFrequency && ctx_r2.value.frequency.type !== "day");
8261
8263
  } }
8262
8264
  class PoPageJobSchedulerExecutionComponent {
8263
8265
  poPageJobSchedulerService;
@@ -8397,32 +8399,33 @@ class PoPageJobSchedulerExecutionComponent {
8397
8399
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dailyTemplate = _t.first);
8398
8400
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.monthlyTemplate = _t.first);
8399
8401
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.weeklyTempalte = _t.first);
8400
- } }, inputs: { isEdit: [i0.ɵɵInputFlags.None, "p-is-edit", "isEdit"], literals: [i0.ɵɵInputFlags.None, "p-literals", "literals"], noParameters: [i0.ɵɵInputFlags.None, "p-no-parameters", "noParameters"], noCustomParamsComponent: [i0.ɵɵInputFlags.None, "p-no-custom-params-component", "noCustomParamsComponent"], value: [i0.ɵɵInputFlags.None, "p-value", "value"] }, outputs: { changeProcess: "p-change-process" }, decls: 24, vars: 16, consts: [["formExecution", "ngForm"], [1, "po-row"], [4, "ngIf", "ngIfThen", "ngIfElse"], [1, "po-md-12", 3, "p-label"], ["name", "firstExecution", "p-placeholder", "dd/mm/aaaa", "p-required", "", 1, "po-md-4", 3, "ngModel", "p-disabled", "p-label", "p-min-date", "ngModelChange"], ["name", "firstExecutionHour", "p-mask", "99:99", "p-mask-format-model", "", "p-placeholder", "HH:mm", "p-required", "", 1, "po-md-2", 3, "ngModel", "p-disabled", "p-label", "p-pattern", "ngModelChange"], ["name", "periodicity", "p-columns", "4", "p-required", "", 1, "po-sm-12", 3, "ngModel", "p-label", "p-options", "ngModelChange", "p-change"], [4, "ngIf"], ["lookupProcessesID", ""], ["inputProcessesID", ""], ["dailyTemplate", ""], ["weeklyTemplate", ""], ["monthlyTemplate", ""], ["inputHourTemplate", ""], ["name", "containsFrequency", 1, "po-md-12", 3, "ngModel", "p-label", "p-label-off", "p-label-on", "ngModelChange", "p-change"], [4, "ngTemplateOutlet"], ["name", "recurrent", 1, "po-md-3", 3, "ngModel", "p-label", "p-label-off", "p-label-on", "ngModelChange"], ["name", "frequencyType", "p-required", "", 1, "po-md-10", 3, "ngModel", "p-columns", "p-options", "ngModelChange", "p-change"], ["name", "frequencyValue", "p-required", "", 1, "po-md-2", 3, "ngModel", "ngModelChange"], ["class", "po-md-12", "name", "processID", "p-field-label", "description", "p-field-value", "processID", "p-required", "", 3, "ngModel", "p-disabled", "p-filter-service", "p-label", "p-placeholder", "ngModelChange", 4, "ngIf"], ["name", "processID", "p-field-label", "description", "p-field-value", "processID", "p-required", "", 1, "po-md-12", 3, "ngModel", "p-disabled", "p-filter-service", "p-label", "p-placeholder", "ngModelChange"], ["name", "processID", "p-required", "", 1, "po-md-12", 3, "ngModel", "p-disabled", "p-label", "p-placeholder", "ngModelChange"], ["name", "daysOfWeek", "p-columns", "4", "p-required", "", 1, "po-md-12", 3, "ngModel", "p-label", "p-options", "ngModelChange"], ["name", "dayOfMonth", "p-required", "", 1, "po-md-3", 3, "ngModel", "p-error-pattern", "p-label", "p-max", "p-pattern", "ngModelChange"], ["class", "po-md-3", "name", "rangeLimitDay", "p-required", "", 3, "ngModel", "p-error-pattern", "p-label", "p-max", "p-pattern", "ngModelChange", 4, "ngIf"], ["name", "rangeLimitDay", "p-required", "", 1, "po-md-3", 3, "ngModel", "p-error-pattern", "p-label", "p-max", "p-pattern", "ngModelChange"], ["name", "hour", "p-mask", "99:99", "p-mask-format-model", "", "p-placeholder", "HH:mm", "p-required", "", 1, "po-md-2", 3, "ngModel", "p-label", "p-pattern", "ngModelChange"], ["class", "po-md-2", "name", "rangeLimitHour", "p-mask", "99:99", "p-mask-format-model", "", "p-placeholder", "HH:mm", "p-required", "", 3, "ngModel", "p-label", "p-pattern", "ngModelChange", 4, "ngIf"], ["name", "rangeLimitHour", "p-mask", "99:99", "p-mask-format-model", "", "p-placeholder", "HH:mm", "p-required", "", 1, "po-md-2", 3, "ngModel", "p-label", "p-pattern", "ngModelChange"]], template: function PoPageJobSchedulerExecutionComponent_Template(rf, ctx) { if (rf & 1) {
8401
- i0.ɵɵelementStart(0, "form", null, 0)(2, "div", 1);
8402
- i0.ɵɵtemplate(3, PoPageJobSchedulerExecutionComponent_ng_container_3_Template, 1, 0, "ng-container", 2);
8402
+ } }, inputs: { isEdit: [0, "p-is-edit", "isEdit"], literals: [0, "p-literals", "literals"], noParameters: [0, "p-no-parameters", "noParameters"], noCustomParamsComponent: [0, "p-no-custom-params-component", "noCustomParamsComponent"], value: [0, "p-value", "value"] }, outputs: { changeProcess: "p-change-process" }, decls: 24, vars: 16, consts: [["formExecution", "ngForm"], ["lookupProcessesID", ""], ["inputProcessesID", ""], ["dailyTemplate", ""], ["weeklyTemplate", ""], ["monthlyTemplate", ""], ["inputHourTemplate", ""], [1, "po-row"], [4, "ngIf", "ngIfThen", "ngIfElse"], [1, "po-md-12", 3, "p-label"], ["name", "firstExecution", "p-placeholder", "dd/mm/aaaa", "p-required", "", 1, "po-md-4", 3, "ngModelChange", "ngModel", "p-disabled", "p-label", "p-min-date"], ["name", "firstExecutionHour", "p-mask", "99:99", "p-mask-format-model", "", "p-placeholder", "HH:mm", "p-required", "", 1, "po-md-2", 3, "ngModelChange", "ngModel", "p-disabled", "p-label", "p-pattern"], ["name", "periodicity", "p-columns", "4", "p-required", "", 1, "po-sm-12", 3, "ngModelChange", "p-change", "ngModel", "p-label", "p-options"], [4, "ngIf"], ["name", "containsFrequency", 1, "po-md-12", 3, "ngModelChange", "p-change", "ngModel", "p-label", "p-label-off", "p-label-on"], [4, "ngTemplateOutlet"], ["name", "recurrent", 1, "po-md-3", 3, "ngModelChange", "ngModel", "p-label", "p-label-off", "p-label-on"], ["name", "frequencyType", "p-required", "", 1, "po-md-10", 3, "ngModelChange", "p-change", "ngModel", "p-columns", "p-options"], ["name", "frequencyValue", "p-required", "", 1, "po-md-2", 3, "ngModelChange", "ngModel"], ["class", "po-md-12", "name", "processID", "p-field-label", "description", "p-field-value", "processID", "p-required", "", 3, "ngModel", "p-disabled", "p-filter-service", "p-label", "p-placeholder", "ngModelChange", 4, "ngIf"], ["name", "processID", "p-field-label", "description", "p-field-value", "processID", "p-required", "", 1, "po-md-12", 3, "ngModelChange", "ngModel", "p-disabled", "p-filter-service", "p-label", "p-placeholder"], ["name", "processID", "p-required", "", 1, "po-md-12", 3, "ngModelChange", "ngModel", "p-disabled", "p-label", "p-placeholder"], ["name", "daysOfWeek", "p-columns", "4", "p-required", "", 1, "po-md-12", 3, "ngModelChange", "ngModel", "p-label", "p-options"], ["name", "dayOfMonth", "p-required", "", 1, "po-md-3", 3, "ngModelChange", "ngModel", "p-error-pattern", "p-label", "p-max", "p-pattern"], ["class", "po-md-3", "name", "rangeLimitDay", "p-required", "", 3, "ngModel", "p-error-pattern", "p-label", "p-max", "p-pattern", "ngModelChange", 4, "ngIf"], ["name", "rangeLimitDay", "p-required", "", 1, "po-md-3", 3, "ngModelChange", "ngModel", "p-error-pattern", "p-label", "p-max", "p-pattern"], ["name", "hour", "p-mask", "99:99", "p-mask-format-model", "", "p-placeholder", "HH:mm", "p-required", "", 1, "po-md-2", 3, "ngModelChange", "ngModel", "p-label", "p-pattern"], ["class", "po-md-2", "name", "rangeLimitHour", "p-mask", "99:99", "p-mask-format-model", "", "p-placeholder", "HH:mm", "p-required", "", 3, "ngModel", "p-label", "p-pattern", "ngModelChange", 4, "ngIf"], ["name", "rangeLimitHour", "p-mask", "99:99", "p-mask-format-model", "", "p-placeholder", "HH:mm", "p-required", "", 1, "po-md-2", 3, "ngModelChange", "ngModel", "p-label", "p-pattern"]], template: function PoPageJobSchedulerExecutionComponent_Template(rf, ctx) { if (rf & 1) {
8403
+ const _r1 = i0.ɵɵgetCurrentView();
8404
+ i0.ɵɵelementStart(0, "form", null, 0)(2, "div", 7);
8405
+ i0.ɵɵtemplate(3, PoPageJobSchedulerExecutionComponent_ng_container_3_Template, 1, 0, "ng-container", 8);
8403
8406
  i0.ɵɵelementEnd();
8404
- i0.ɵɵelementStart(4, "div", 1);
8405
- i0.ɵɵelement(5, "po-divider", 3);
8406
- i0.ɵɵelementStart(6, "po-datepicker", 4);
8407
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_Template_po_datepicker_ngModelChange_6_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.value.firstExecution, $event) || (ctx.value.firstExecution = $event); return $event; });
8407
+ i0.ɵɵelementStart(4, "div", 7);
8408
+ i0.ɵɵelement(5, "po-divider", 9);
8409
+ i0.ɵɵelementStart(6, "po-datepicker", 10);
8410
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_Template_po_datepicker_ngModelChange_6_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.value.firstExecution, $event) || (ctx.value.firstExecution = $event); return i0.ɵɵresetView($event); });
8408
8411
  i0.ɵɵelementEnd();
8409
- i0.ɵɵelementStart(7, "po-input", 5);
8410
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_Template_po_input_ngModelChange_7_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.value.firstExecutionHour, $event) || (ctx.value.firstExecutionHour = $event); return $event; });
8412
+ i0.ɵɵelementStart(7, "po-input", 11);
8413
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_Template_po_input_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.value.firstExecutionHour, $event) || (ctx.value.firstExecutionHour = $event); return i0.ɵɵresetView($event); });
8411
8414
  i0.ɵɵelementEnd()();
8412
8415
  i0.ɵɵelement(8, "hr");
8413
- i0.ɵɵelementStart(9, "div", 1)(10, "po-radio-group", 6);
8414
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_Template_po_radio_group_ngModelChange_10_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.value.periodicity, $event) || (ctx.value.periodicity = $event); return $event; });
8415
- i0.ɵɵlistener("p-change", function PoPageJobSchedulerExecutionComponent_Template_po_radio_group_p_change_10_listener($event) { return ctx.onChangePeriodicityOptions($event); });
8416
+ i0.ɵɵelementStart(9, "div", 7)(10, "po-radio-group", 12);
8417
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageJobSchedulerExecutionComponent_Template_po_radio_group_ngModelChange_10_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.value.periodicity, $event) || (ctx.value.periodicity = $event); return i0.ɵɵresetView($event); });
8418
+ i0.ɵɵlistener("p-change", function PoPageJobSchedulerExecutionComponent_Template_po_radio_group_p_change_10_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onChangePeriodicityOptions($event)); });
8416
8419
  i0.ɵɵelementEnd();
8417
- i0.ɵɵtemplate(11, PoPageJobSchedulerExecutionComponent_ng_container_11_Template, 9, 11, "ng-container", 7);
8420
+ i0.ɵɵtemplate(11, PoPageJobSchedulerExecutionComponent_ng_container_11_Template, 9, 11, "ng-container", 13);
8418
8421
  i0.ɵɵelementEnd();
8419
- i0.ɵɵtemplate(12, PoPageJobSchedulerExecutionComponent_ng_template_12_Template, 1, 1, "ng-template", null, 8, i0.ɵɵtemplateRefExtractor)(14, PoPageJobSchedulerExecutionComponent_ng_template_14_Template, 1, 4, "ng-template", null, 9, i0.ɵɵtemplateRefExtractor)(16, PoPageJobSchedulerExecutionComponent_ng_template_16_Template, 1, 1, "ng-template", null, 10, i0.ɵɵtemplateRefExtractor)(18, PoPageJobSchedulerExecutionComponent_ng_template_18_Template, 3, 4, "ng-template", null, 11, i0.ɵɵtemplateRefExtractor)(20, PoPageJobSchedulerExecutionComponent_ng_template_20_Template, 3, 7, "ng-template", null, 12, i0.ɵɵtemplateRefExtractor)(22, PoPageJobSchedulerExecutionComponent_ng_template_22_Template, 2, 4, "ng-template", null, 13, i0.ɵɵtemplateRefExtractor);
8422
+ i0.ɵɵtemplate(12, PoPageJobSchedulerExecutionComponent_ng_template_12_Template, 1, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor)(14, PoPageJobSchedulerExecutionComponent_ng_template_14_Template, 1, 4, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor)(16, PoPageJobSchedulerExecutionComponent_ng_template_16_Template, 1, 1, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor)(18, PoPageJobSchedulerExecutionComponent_ng_template_18_Template, 3, 4, "ng-template", null, 4, i0.ɵɵtemplateRefExtractor)(20, PoPageJobSchedulerExecutionComponent_ng_template_20_Template, 3, 7, "ng-template", null, 5, i0.ɵɵtemplateRefExtractor)(22, PoPageJobSchedulerExecutionComponent_ng_template_22_Template, 2, 4, "ng-template", null, 6, i0.ɵɵtemplateRefExtractor);
8420
8423
  i0.ɵɵelementEnd();
8421
8424
  } if (rf & 2) {
8422
- const _r4 = i0.ɵɵreference(13);
8423
- const _r6 = i0.ɵɵreference(15);
8425
+ const lookupProcessesID_r13 = i0.ɵɵreference(13);
8426
+ const inputProcessesID_r14 = i0.ɵɵreference(15);
8424
8427
  i0.ɵɵadvance(3);
8425
- i0.ɵɵproperty("ngIf", ctx.existProcessAPI)("ngIfThen", _r4)("ngIfElse", _r6);
8428
+ i0.ɵɵproperty("ngIf", ctx.existProcessAPI)("ngIfThen", lookupProcessesID_r13)("ngIfElse", inputProcessesID_r14);
8426
8429
  i0.ɵɵadvance(2);
8427
8430
  i0.ɵɵproperty("p-label", ctx.literals.firstExecution);
8428
8431
  i0.ɵɵadvance();
@@ -8479,24 +8482,24 @@ function PoPageJobSchedulerParametersComponent_ng_container_0_Template(rf, ctx)
8479
8482
  i0.ɵɵelementContainer(0);
8480
8483
  } }
8481
8484
  function PoPageJobSchedulerParametersComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
8482
- i0.ɵɵelementStart(0, "div", 3);
8483
- i0.ɵɵelement(1, "po-icon", 4);
8484
- i0.ɵɵelementStart(2, "span", 5);
8485
+ i0.ɵɵelementStart(0, "div", 4);
8486
+ i0.ɵɵelement(1, "po-icon", 5);
8487
+ i0.ɵɵelementStart(2, "span", 6);
8485
8488
  i0.ɵɵtext(3);
8486
8489
  i0.ɵɵelementEnd()();
8487
8490
  } if (rf & 2) {
8488
- const ctx_r1 = i0.ɵɵnextContext();
8491
+ const ctx_r0 = i0.ɵɵnextContext();
8489
8492
  i0.ɵɵadvance(3);
8490
- i0.ɵɵtextInterpolate1(" ", ctx_r1.literals.parametersNotFound, " ");
8493
+ i0.ɵɵtextInterpolate1(" ", ctx_r0.literals.parametersNotFound, " ");
8491
8494
  } }
8492
8495
  function PoPageJobSchedulerParametersComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
8493
- i0.ɵɵelementStart(0, "form", null, 6);
8496
+ i0.ɵɵelementStart(0, "form", null, 2);
8494
8497
  i0.ɵɵelement(2, "po-dynamic-form", 7);
8495
8498
  i0.ɵɵelementEnd();
8496
8499
  } if (rf & 2) {
8497
- const ctx_r3 = i0.ɵɵnextContext();
8500
+ const ctx_r0 = i0.ɵɵnextContext();
8498
8501
  i0.ɵɵadvance(2);
8499
- i0.ɵɵproperty("p-fields", ctx_r3.parameters)("p-value", ctx_r3.value);
8502
+ i0.ɵɵproperty("p-fields", ctx_r0.parameters)("p-value", ctx_r0.value);
8500
8503
  } }
8501
8504
  class PoPageJobSchedulerParametersComponent {
8502
8505
  form;
@@ -8519,12 +8522,12 @@ class PoPageJobSchedulerParametersComponent {
8519
8522
  } if (rf & 2) {
8520
8523
  let _t;
8521
8524
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.form = _t.first);
8522
- } }, inputs: { literals: [i0.ɵɵInputFlags.None, "p-literals", "literals"], parameters: [i0.ɵɵInputFlags.None, "p-parameters", "parameters"], value: [i0.ɵɵInputFlags.None, "p-value", "value"] }, outputs: { valueChange: "p-valueChange" }, decls: 5, vars: 3, consts: [[4, "ngIf", "ngIfThen", "ngIfElse"], ["parametersNotFoundTemplate", ""], ["formFieldsTemplate", ""], [1, "po-text-center"], ["p-icon", "ICON_INFO"], [1, "po-font-text-large"], ["parametersForm", "ngForm"], ["p-group-form", "", 3, "p-fields", "p-value"]], template: function PoPageJobSchedulerParametersComponent_Template(rf, ctx) { if (rf & 1) {
8523
- i0.ɵɵtemplate(0, PoPageJobSchedulerParametersComponent_ng_container_0_Template, 1, 0, "ng-container", 0)(1, PoPageJobSchedulerParametersComponent_ng_template_1_Template, 4, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor)(3, PoPageJobSchedulerParametersComponent_ng_template_3_Template, 3, 2, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
8525
+ } }, inputs: { literals: [0, "p-literals", "literals"], parameters: [0, "p-parameters", "parameters"], value: [0, "p-value", "value"] }, outputs: { valueChange: "p-valueChange" }, decls: 5, vars: 3, consts: [["parametersNotFoundTemplate", ""], ["formFieldsTemplate", ""], ["parametersForm", "ngForm"], [4, "ngIf", "ngIfThen", "ngIfElse"], [1, "po-text-center"], ["p-icon", "ICON_INFO"], [1, "po-font-text-large"], ["p-group-form", "", 3, "p-fields", "p-value"]], template: function PoPageJobSchedulerParametersComponent_Template(rf, ctx) { if (rf & 1) {
8526
+ i0.ɵɵtemplate(0, PoPageJobSchedulerParametersComponent_ng_container_0_Template, 1, 0, "ng-container", 3)(1, PoPageJobSchedulerParametersComponent_ng_template_1_Template, 4, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, PoPageJobSchedulerParametersComponent_ng_template_3_Template, 3, 2, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
8524
8527
  } if (rf & 2) {
8525
- const _r2 = i0.ɵɵreference(2);
8526
- const _r4 = i0.ɵɵreference(4);
8527
- i0.ɵɵproperty("ngIf", ctx.parameters && ctx.parameters.length)("ngIfThen", _r4)("ngIfElse", _r2);
8528
+ const parametersNotFoundTemplate_r2 = i0.ɵɵreference(2);
8529
+ const formFieldsTemplate_r3 = i0.ɵɵreference(4);
8530
+ i0.ɵɵproperty("ngIf", ctx.parameters && ctx.parameters.length)("ngIfThen", formFieldsTemplate_r3)("ngIfElse", parametersNotFoundTemplate_r2);
8528
8531
  } }, dependencies: [i4.NgIf, i5.ɵNgNoValidate, i5.NgControlStatusGroup, i5.NgForm, i2.PoDynamicFormComponent, i2.PoIconComponent], encapsulation: 2 });
8529
8532
  }
8530
8533
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageJobSchedulerParametersComponent, [{
@@ -8557,24 +8560,24 @@ function PoPageJobSchedulerSummaryComponent_po_info_1_Template(rf, ctx) { if (rf
8557
8560
  function PoPageJobSchedulerSummaryComponent_po_info_3_Template(rf, ctx) { if (rf & 1) {
8558
8561
  i0.ɵɵelement(0, "po-info", 2);
8559
8562
  } if (rf & 2) {
8560
- const ctx_r1 = i0.ɵɵnextContext();
8561
- i0.ɵɵproperty("p-label", ctx_r1.literals.frequency)("p-orientation", ctx_r1.infoOrientation)("p-value", ctx_r1.frequencyValue);
8563
+ const ctx_r0 = i0.ɵɵnextContext();
8564
+ i0.ɵɵproperty("p-label", ctx_r0.literals.frequency)("p-orientation", ctx_r0.infoOrientation)("p-value", ctx_r0.frequencyValue);
8562
8565
  } }
8563
8566
  function PoPageJobSchedulerSummaryComponent_po_info_4_Template(rf, ctx) { if (rf & 1) {
8564
8567
  i0.ɵɵelement(0, "po-info", 2);
8565
8568
  } if (rf & 2) {
8566
- const ctx_r2 = i0.ɵɵnextContext();
8567
- i0.ɵɵproperty("p-label", ctx_r2.literals.execution)("p-orientation", ctx_r2.infoOrientation)("p-value", ctx_r2.executionValue);
8569
+ const ctx_r0 = i0.ɵɵnextContext();
8570
+ i0.ɵɵproperty("p-label", ctx_r0.literals.execution)("p-orientation", ctx_r0.infoOrientation)("p-value", ctx_r0.executionValue);
8568
8571
  } }
8569
8572
  function PoPageJobSchedulerSummaryComponent_po_widget_7_Template(rf, ctx) { if (rf & 1) {
8570
8573
  i0.ɵɵelementStart(0, "po-widget", 4);
8571
8574
  i0.ɵɵelement(1, "po-dynamic-view", 5);
8572
8575
  i0.ɵɵelementEnd();
8573
8576
  } if (rf & 2) {
8574
- const ctx_r3 = i0.ɵɵnextContext();
8575
- i0.ɵɵproperty("p-title", ctx_r3.literals.parameters);
8577
+ const ctx_r0 = i0.ɵɵnextContext();
8578
+ i0.ɵɵproperty("p-title", ctx_r0.literals.parameters);
8576
8579
  i0.ɵɵadvance();
8577
- i0.ɵɵproperty("p-fields", ctx_r3.parameters)("p-value", ctx_r3.value.executionParameter);
8580
+ i0.ɵɵproperty("p-fields", ctx_r0.parameters)("p-value", ctx_r0.value.executionParameter);
8578
8581
  } }
8579
8582
  class PoPageJobSchedulerSummaryComponent {
8580
8583
  datePipe;
@@ -8695,7 +8698,7 @@ class PoPageJobSchedulerSummaryComponent {
8695
8698
  });
8696
8699
  }
8697
8700
  static ɵfac = function PoPageJobSchedulerSummaryComponent_Factory(t) { return new (t || PoPageJobSchedulerSummaryComponent)(i0.ɵɵdirectiveInject(i4.DatePipe)); };
8698
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageJobSchedulerSummaryComponent, selectors: [["po-page-job-scheduler-summary"]], inputs: { literals: [i0.ɵɵInputFlags.None, "p-literals", "literals"], parameters: [i0.ɵɵInputFlags.None, "p-parameters", "parameters"], value: [i0.ɵɵInputFlags.None, "p-value", "value"], noParameters: [i0.ɵɵInputFlags.None, "p-no-parameters", "noParameters"] }, decls: 8, vars: 13, consts: [[1, "po-md-12"], [3, "p-label", "p-orientation", "p-value", 4, "ngIf"], [3, "p-label", "p-orientation", "p-value"], ["class", "po-pt-1 po-pb-1 po-md-12", 3, "p-title", 4, "ngIf"], [1, "po-pt-1", "po-pb-1", "po-md-12", 3, "p-title"], [3, "p-fields", "p-value"]], template: function PoPageJobSchedulerSummaryComponent_Template(rf, ctx) { if (rf & 1) {
8701
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageJobSchedulerSummaryComponent, selectors: [["po-page-job-scheduler-summary"]], inputs: { literals: [0, "p-literals", "literals"], parameters: [0, "p-parameters", "parameters"], value: [0, "p-value", "value"], noParameters: [0, "p-no-parameters", "noParameters"] }, decls: 8, vars: 13, consts: [[1, "po-md-12"], [3, "p-label", "p-orientation", "p-value", 4, "ngIf"], [3, "p-label", "p-orientation", "p-value"], ["class", "po-pt-1 po-pb-1 po-md-12", 3, "p-title", 4, "ngIf"], [1, "po-pt-1", "po-pb-1", "po-md-12", 3, "p-title"], [3, "p-fields", "p-value"]], template: function PoPageJobSchedulerSummaryComponent_Template(rf, ctx) { if (rf & 1) {
8699
8702
  i0.ɵɵelementStart(0, "div", 0);
8700
8703
  i0.ɵɵtemplate(1, PoPageJobSchedulerSummaryComponent_po_info_1_Template, 1, 3, "po-info", 1);
8701
8704
  i0.ɵɵelement(2, "po-info", 2);
@@ -8742,9 +8745,9 @@ const _c0$1 = ["schedulerExecution"];
8742
8745
  const _c1$1 = ["schedulerParameters"];
8743
8746
  const _c2 = () => [];
8744
8747
  function PoPageJobSchedulerComponent_po_page_job_scheduler_parameters_9_Template(rf, ctx) { if (rf & 1) {
8745
- const _r7 = i0.ɵɵgetCurrentView();
8746
- i0.ɵɵelementStart(0, "po-page-job-scheduler-parameters", 10, 11);
8747
- i0.ɵɵtwoWayListener("p-valueChange", function PoPageJobSchedulerComponent_po_page_job_scheduler_parameters_9_Template_po_page_job_scheduler_parameters_p_valueChange_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r6.model.executionParameter, $event) || (ctx_r6.model.executionParameter = $event); return i0.ɵɵresetView($event); });
8748
+ const _r2 = i0.ɵɵgetCurrentView();
8749
+ i0.ɵɵelementStart(0, "po-page-job-scheduler-parameters", 11, 2);
8750
+ i0.ɵɵtwoWayListener("p-valueChange", function PoPageJobSchedulerComponent_po_page_job_scheduler_parameters_9_Template_po_page_job_scheduler_parameters_p_valueChange_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.model.executionParameter, $event) || (ctx_r2.model.executionParameter = $event); return i0.ɵɵresetView($event); });
8748
8751
  i0.ɵɵelementEnd();
8749
8752
  } if (rf & 2) {
8750
8753
  const ctx_r2 = i0.ɵɵnextContext();
@@ -8754,8 +8757,8 @@ function PoPageJobSchedulerComponent_po_page_job_scheduler_parameters_9_Template
8754
8757
  function PoPageJobSchedulerComponent_po_page_job_scheduler_summary_10_Template(rf, ctx) { if (rf & 1) {
8755
8758
  i0.ɵɵelement(0, "po-page-job-scheduler-summary", 12);
8756
8759
  } if (rf & 2) {
8757
- const ctx_r3 = i0.ɵɵnextContext();
8758
- i0.ɵɵproperty("p-no-parameters", !ctx_r3.parameters.length)("p-literals", ctx_r3.literals)("p-parameters", ctx_r3.parameters)("p-value", ctx_r3.publicValues);
8760
+ const ctx_r2 = i0.ɵɵnextContext();
8761
+ i0.ɵɵproperty("p-no-parameters", !ctx_r2.parameters.length)("p-literals", ctx_r2.literals)("p-parameters", ctx_r2.parameters)("p-value", ctx_r2.publicValues);
8759
8762
  } }
8760
8763
  function PoPageJobSchedulerComponent_ng_container_11_ng_template_2_Template(rf, ctx) { }
8761
8764
  function PoPageJobSchedulerComponent_ng_container_11_Template(rf, ctx) { if (rf & 1) {
@@ -8765,13 +8768,13 @@ function PoPageJobSchedulerComponent_ng_container_11_Template(rf, ctx) { if (rf
8765
8768
  i0.ɵɵelementEnd();
8766
8769
  i0.ɵɵelementContainerEnd();
8767
8770
  } if (rf & 2) {
8768
- const template_r8 = ctx.$implicit;
8769
- const index_r9 = ctx.index;
8770
- const ctx_r4 = i0.ɵɵnextContext();
8771
+ const template_r4 = ctx.$implicit;
8772
+ const index_r5 = ctx.index;
8773
+ const ctx_r2 = i0.ɵɵnextContext();
8771
8774
  i0.ɵɵadvance();
8772
- i0.ɵɵproperty("hidden", ctx_r4.step !== index_r9 + (ctx_r4._stepExecutionLast ? 1 : 2));
8775
+ i0.ɵɵproperty("hidden", ctx_r2.step !== index_r5 + (ctx_r2._stepExecutionLast ? 1 : 2));
8773
8776
  i0.ɵɵadvance();
8774
- i0.ɵɵproperty("ngTemplateOutlet", template_r8 == null ? null : template_r8.templateRef);
8777
+ i0.ɵɵproperty("ngTemplateOutlet", template_r4 == null ? null : template_r4.templateRef);
8775
8778
  } }
8776
8779
  /**
8777
8780
  * @docsExtends PoPageJobSchedulerBaseComponent
@@ -9085,16 +9088,17 @@ class PoPageJobSchedulerComponent extends PoPageJobSchedulerBaseComponent {
9085
9088
  let _t;
9086
9089
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.schedulerExecution = _t.first);
9087
9090
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.schedulerParameters = _t.first);
9088
- } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 17, consts: [[3, "p-actions", "p-breadcrumb", "p-title"], [1, "po-row"], ["p-sequential", "true", 3, "ngClass", "p-orientation", "p-step", "p-steps", "p-change-step"], [3, "ngClass"], ["formScheduler", "ngForm"], [1, "po-md-12", 3, "p-no-parameters", "p-no-custom-params-component", "hidden", "p-is-edit", "p-literals", "p-value", "p-change-process"], ["schedulerExecution", ""], ["class", "po-md-12", 3, "hidden", "p-literals", "p-parameters", "p-value", "p-valueChange", 4, "ngIf"], ["class", "po-md-12", 3, "p-no-parameters", "p-literals", "p-parameters", "p-value", 4, "ngIf"], [4, "ngFor", "ngForOf"], [1, "po-md-12", 3, "hidden", "p-literals", "p-parameters", "p-value", "p-valueChange"], ["schedulerParameters", ""], [1, "po-md-12", 3, "p-no-parameters", "p-literals", "p-parameters", "p-value"], [3, "hidden"], [3, "ngTemplateOutlet"]], template: function PoPageJobSchedulerComponent_Template(rf, ctx) { if (rf & 1) {
9089
- i0.ɵɵelementStart(0, "po-page-default", 0)(1, "div", 1)(2, "po-stepper", 2);
9090
- i0.ɵɵlistener("p-change-step", function PoPageJobSchedulerComponent_Template_po_stepper_p_change_step_2_listener($event) { return ctx.nextStep($event); });
9091
+ } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 17, consts: [["formScheduler", "ngForm"], ["schedulerExecution", ""], ["schedulerParameters", ""], [3, "p-actions", "p-breadcrumb", "p-title"], [1, "po-row"], ["p-sequential", "true", 3, "p-change-step", "ngClass", "p-orientation", "p-step", "p-steps"], [3, "ngClass"], [1, "po-md-12", 3, "p-change-process", "p-no-parameters", "p-no-custom-params-component", "hidden", "p-is-edit", "p-literals", "p-value"], ["class", "po-md-12", 3, "hidden", "p-literals", "p-parameters", "p-value", "p-valueChange", 4, "ngIf"], ["class", "po-md-12", 3, "p-no-parameters", "p-literals", "p-parameters", "p-value", 4, "ngIf"], [4, "ngFor", "ngForOf"], [1, "po-md-12", 3, "p-valueChange", "hidden", "p-literals", "p-parameters", "p-value"], [1, "po-md-12", 3, "p-no-parameters", "p-literals", "p-parameters", "p-value"], [3, "hidden"], [3, "ngTemplateOutlet"]], template: function PoPageJobSchedulerComponent_Template(rf, ctx) { if (rf & 1) {
9092
+ const _r1 = i0.ɵɵgetCurrentView();
9093
+ i0.ɵɵelementStart(0, "po-page-default", 3)(1, "div", 4)(2, "po-stepper", 5);
9094
+ i0.ɵɵlistener("p-change-step", function PoPageJobSchedulerComponent_Template_po_stepper_p_change_step_2_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.nextStep($event)); });
9091
9095
  i0.ɵɵelementEnd();
9092
- i0.ɵɵelementStart(3, "po-container", 3)(4, "form", null, 4)(6, "div", 1)(7, "po-page-job-scheduler-execution", 5, 6);
9093
- i0.ɵɵlistener("p-change-process", function PoPageJobSchedulerComponent_Template_po_page_job_scheduler_execution_p_change_process_7_listener($event) { return ctx.onChangeProcess($event); });
9096
+ i0.ɵɵelementStart(3, "po-container", 6)(4, "form", null, 0)(6, "div", 4)(7, "po-page-job-scheduler-execution", 7, 1);
9097
+ i0.ɵɵlistener("p-change-process", function PoPageJobSchedulerComponent_Template_po_page_job_scheduler_execution_p_change_process_7_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onChangeProcess($event)); });
9094
9098
  i0.ɵɵelementEnd();
9095
- i0.ɵɵtemplate(9, PoPageJobSchedulerComponent_po_page_job_scheduler_parameters_9_Template, 2, 5, "po-page-job-scheduler-parameters", 7)(10, PoPageJobSchedulerComponent_po_page_job_scheduler_summary_10_Template, 1, 4, "po-page-job-scheduler-summary", 8);
9099
+ i0.ɵɵtemplate(9, PoPageJobSchedulerComponent_po_page_job_scheduler_parameters_9_Template, 2, 5, "po-page-job-scheduler-parameters", 8)(10, PoPageJobSchedulerComponent_po_page_job_scheduler_summary_10_Template, 1, 4, "po-page-job-scheduler-summary", 9);
9096
9100
  i0.ɵɵelementEnd()();
9097
- i0.ɵɵtemplate(11, PoPageJobSchedulerComponent_ng_container_11_Template, 3, 2, "ng-container", 9);
9101
+ i0.ɵɵtemplate(11, PoPageJobSchedulerComponent_ng_container_11_Template, 3, 2, "ng-container", 10);
9098
9102
  i0.ɵɵelementEnd()()();
9099
9103
  } if (rf & 2) {
9100
9104
  i0.ɵɵproperty("p-actions", ctx.jobSchedulerActions)("p-breadcrumb", ctx.breadcrumb)("p-title", ctx.title);
@@ -10214,7 +10218,7 @@ class PoPageLoginBaseComponent {
10214
10218
  }
10215
10219
  }
10216
10220
  static ɵfac = function PoPageLoginBaseComponent_Factory(t) { return new (t || PoPageLoginBaseComponent)(i0.ɵɵdirectiveInject(PoPageLoginService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i2.PoLanguageService)); };
10217
- static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageLoginBaseComponent, inputs: { background: [i0.ɵɵInputFlags.None, "p-background", "background"], logo: [i0.ɵɵInputFlags.None, "p-logo", "logo"], loginPattern: [i0.ɵɵInputFlags.None, "p-login-pattern", "loginPattern"], passwordPattern: [i0.ɵɵInputFlags.None, "p-password-pattern", "passwordPattern"], secondaryLogo: [i0.ɵɵInputFlags.None, "p-secondary-logo", "secondaryLogo"], noAutocompleteLogin: [i0.ɵɵInputFlags.None, "p-no-autocomplete-login", "noAutocompleteLogin"], noAutocompletePassword: [i0.ɵɵInputFlags.None, "p-no-autocomplete-password", "noAutocompletePassword"], hidePasswordPeek: [i0.ɵɵInputFlags.None, "p-hide-password-peek", "hidePasswordPeek"], customField: [i0.ɵɵInputFlags.None, "p-custom-field", "customField"], contactEmail: [i0.ɵɵInputFlags.None, "p-contact-email", "contactEmail"], productName: [i0.ɵɵInputFlags.None, "p-product-name", "productName"], environment: [i0.ɵɵInputFlags.None, "p-environment", "environment"], exceededAttemptsWarning: [i0.ɵɵInputFlags.None, "p-exceeded-attempts-warning", "exceededAttemptsWarning"], hideRememberUser: [i0.ɵɵInputFlags.None, "p-hide-remember-user", "hideRememberUser"], literals: [i0.ɵɵInputFlags.None, "p-literals", "literals"], loading: [i0.ɵɵInputFlags.None, "p-loading", "loading"], login: [i0.ɵɵInputFlags.None, "p-login", "login"], loginErrors: [i0.ɵɵInputFlags.None, "p-login-errors", "loginErrors"], passwordErrors: [i0.ɵɵInputFlags.None, "p-password-errors", "passwordErrors"], recovery: [i0.ɵɵInputFlags.None, "p-recovery", "recovery"], registerUrl: [i0.ɵɵInputFlags.None, "p-register-url", "registerUrl"], authenticationType: [i0.ɵɵInputFlags.None, "p-authentication-type", "authenticationType"], authenticationUrl: [i0.ɵɵInputFlags.None, "p-authentication-url", "authenticationUrl"], blockedUrl: [i0.ɵɵInputFlags.None, "p-blocked-url", "blockedUrl"], support: [i0.ɵɵInputFlags.None, "p-support", "support"], languagesList: [i0.ɵɵInputFlags.None, "p-languages", "languagesList"] }, outputs: { loginChange: "p-login-change", loginSubmit: "p-login-submit", passwordChange: "p-password-change", languageChange: "p-language-change" } });
10221
+ static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageLoginBaseComponent, inputs: { background: [0, "p-background", "background"], logo: [0, "p-logo", "logo"], loginPattern: [0, "p-login-pattern", "loginPattern"], passwordPattern: [0, "p-password-pattern", "passwordPattern"], secondaryLogo: [0, "p-secondary-logo", "secondaryLogo"], noAutocompleteLogin: [0, "p-no-autocomplete-login", "noAutocompleteLogin"], noAutocompletePassword: [0, "p-no-autocomplete-password", "noAutocompletePassword"], hidePasswordPeek: [0, "p-hide-password-peek", "hidePasswordPeek"], customField: [0, "p-custom-field", "customField"], contactEmail: [0, "p-contact-email", "contactEmail"], productName: [0, "p-product-name", "productName"], environment: [0, "p-environment", "environment"], exceededAttemptsWarning: [0, "p-exceeded-attempts-warning", "exceededAttemptsWarning"], hideRememberUser: [0, "p-hide-remember-user", "hideRememberUser"], literals: [0, "p-literals", "literals"], loading: [0, "p-loading", "loading"], login: [0, "p-login", "login"], loginErrors: [0, "p-login-errors", "loginErrors"], passwordErrors: [0, "p-password-errors", "passwordErrors"], recovery: [0, "p-recovery", "recovery"], registerUrl: [0, "p-register-url", "registerUrl"], authenticationType: [0, "p-authentication-type", "authenticationType"], authenticationUrl: [0, "p-authentication-url", "authenticationUrl"], blockedUrl: [0, "p-blocked-url", "blockedUrl"], support: [0, "p-support", "support"], languagesList: [0, "p-languages", "languagesList"] }, outputs: { loginChange: "p-login-change", loginSubmit: "p-login-submit", passwordChange: "p-password-change", languageChange: "p-language-change" } });
10218
10222
  }
10219
10223
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageLoginBaseComponent, [{
10220
10224
  type: Directive
@@ -10315,31 +10319,31 @@ function PoPageLoginPopoverComponent_div_17_a_1_Template(rf, ctx) { if (rf & 1)
10315
10319
  i0.ɵɵtext(1);
10316
10320
  i0.ɵɵelementEnd();
10317
10321
  } if (rf & 2) {
10318
- const ctx_r1 = i0.ɵɵnextContext(2);
10319
- i0.ɵɵproperty("routerLink", ctx_r1.recovery);
10322
+ const ctx_r0 = i0.ɵɵnextContext(2);
10323
+ i0.ɵɵproperty("routerLink", ctx_r0.recovery);
10320
10324
  i0.ɵɵadvance();
10321
- i0.ɵɵtextInterpolate1(" ", ctx_r1.literals == null ? null : ctx_r1.literals.iForgotMyPassword, " ");
10325
+ i0.ɵɵtextInterpolate1(" ", ctx_r0.literals == null ? null : ctx_r0.literals.iForgotMyPassword, " ");
10322
10326
  } }
10323
10327
  function PoPageLoginPopoverComponent_div_17_a_2_Template(rf, ctx) { if (rf & 1) {
10324
10328
  i0.ɵɵelementStart(0, "a", 13);
10325
10329
  i0.ɵɵtext(1);
10326
10330
  i0.ɵɵelementEnd();
10327
10331
  } if (rf & 2) {
10328
- const ctx_r2 = i0.ɵɵnextContext(2);
10329
- i0.ɵɵproperty("href", ctx_r2.recovery, i0.ɵɵsanitizeUrl);
10332
+ const ctx_r0 = i0.ɵɵnextContext(2);
10333
+ i0.ɵɵproperty("href", ctx_r0.recovery, i0.ɵɵsanitizeUrl);
10330
10334
  i0.ɵɵadvance();
10331
- i0.ɵɵtextInterpolate1(" ", ctx_r2.literals == null ? null : ctx_r2.literals.iForgotMyPassword, " ");
10335
+ i0.ɵɵtextInterpolate1(" ", ctx_r0.literals == null ? null : ctx_r0.literals.iForgotMyPassword, " ");
10332
10336
  } }
10333
10337
  function PoPageLoginPopoverComponent_div_17_a_3_Template(rf, ctx) { if (rf & 1) {
10334
- const _r5 = i0.ɵɵgetCurrentView();
10338
+ const _r2 = i0.ɵɵgetCurrentView();
10335
10339
  i0.ɵɵelementStart(0, "a", 14);
10336
- i0.ɵɵlistener("click", function PoPageLoginPopoverComponent_div_17_a_3_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r4.onForgotPasswordClick(ctx_r4.recovery)); });
10340
+ i0.ɵɵlistener("click", function PoPageLoginPopoverComponent_div_17_a_3_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onForgotPasswordClick(ctx_r0.recovery)); });
10337
10341
  i0.ɵɵtext(1);
10338
10342
  i0.ɵɵelementEnd();
10339
10343
  } if (rf & 2) {
10340
- const ctx_r3 = i0.ɵɵnextContext(2);
10344
+ const ctx_r0 = i0.ɵɵnextContext(2);
10341
10345
  i0.ɵɵadvance();
10342
- i0.ɵɵtextInterpolate1(" ", ctx_r3.literals == null ? null : ctx_r3.literals.iForgotMyPassword, " ");
10346
+ i0.ɵɵtextInterpolate1(" ", ctx_r0.literals == null ? null : ctx_r0.literals.iForgotMyPassword, " ");
10343
10347
  } }
10344
10348
  function PoPageLoginPopoverComponent_div_17_Template(rf, ctx) { if (rf & 1) {
10345
10349
  i0.ɵɵelementStart(0, "div", 8);
@@ -10383,7 +10387,7 @@ class PoPageLoginPopoverComponent {
10383
10387
  this.forgotPassword.emit(recovery);
10384
10388
  }
10385
10389
  static ɵfac = function PoPageLoginPopoverComponent_Factory(t) { return new (t || PoPageLoginPopoverComponent)(); };
10386
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageLoginPopoverComponent, selectors: [["po-page-login-popover"]], inputs: { literals: [i0.ɵɵInputFlags.None, "p-literals", "literals"], recovery: [i0.ɵɵInputFlags.None, "p-recovery", "recovery"], remainingAttempts: [i0.ɵɵInputFlags.None, "p-remaining-attempts", "remainingAttempts"] }, outputs: { forgotPassword: "p-forgot-password" }, decls: 18, vars: 10, consts: [[1, "po-page-login-popover-container"], [1, "po-page-login-popover"], [1, "po-page-login-popover-arrow"], [1, "po-page-login-popover-content"], [1, "po-font-text-bold", "po-page-login-popover-title"], [1, "po-font-text"], [1, "po-font-text-bold", "po-page-login-popover-attempts"], ["class", "po-font-text-bold po-mt-1 po-page-login-popover-link-container", 4, "ngIf"], [1, "po-font-text-bold", "po-mt-1", "po-page-login-popover-link-container"], ["class", "po-page-login-popover-link", 3, "routerLink", 4, "ngIf"], ["class", "po-page-login-popover-link", "target", "_blank", 3, "href", 4, "ngIf"], ["class", "po-page-login-popover-link", 3, "click", 4, "ngIf"], [1, "po-page-login-popover-link", 3, "routerLink"], ["target", "_blank", 1, "po-page-login-popover-link", 3, "href"], [1, "po-page-login-popover-link", 3, "click"]], template: function PoPageLoginPopoverComponent_Template(rf, ctx) { if (rf & 1) {
10390
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageLoginPopoverComponent, selectors: [["po-page-login-popover"]], inputs: { literals: [0, "p-literals", "literals"], recovery: [0, "p-recovery", "recovery"], remainingAttempts: [0, "p-remaining-attempts", "remainingAttempts"] }, outputs: { forgotPassword: "p-forgot-password" }, decls: 18, vars: 10, consts: [[1, "po-page-login-popover-container"], [1, "po-page-login-popover"], [1, "po-page-login-popover-arrow"], [1, "po-page-login-popover-content"], [1, "po-font-text-bold", "po-page-login-popover-title"], [1, "po-font-text"], [1, "po-font-text-bold", "po-page-login-popover-attempts"], ["class", "po-font-text-bold po-mt-1 po-page-login-popover-link-container", 4, "ngIf"], [1, "po-font-text-bold", "po-mt-1", "po-page-login-popover-link-container"], ["class", "po-page-login-popover-link", 3, "routerLink", 4, "ngIf"], ["class", "po-page-login-popover-link", "target", "_blank", 3, "href", 4, "ngIf"], ["class", "po-page-login-popover-link", 3, "click", 4, "ngIf"], [1, "po-page-login-popover-link", 3, "routerLink"], ["target", "_blank", 1, "po-page-login-popover-link", 3, "href"], [1, "po-page-login-popover-link", 3, "click"]], template: function PoPageLoginPopoverComponent_Template(rf, ctx) { if (rf & 1) {
10387
10391
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
10388
10392
  i0.ɵɵelement(2, "div", 2);
10389
10393
  i0.ɵɵelementStart(3, "div", 3)(4, "p", 4);
@@ -10452,18 +10456,18 @@ function PoPageLoginComponent_po_tag_10_Template(rf, ctx) { if (rf & 1) {
10452
10456
  function PoPageLoginComponent_div_19_po_icon_1_Template(rf, ctx) { if (rf & 1) {
10453
10457
  i0.ɵɵelement(0, "po-icon", 31);
10454
10458
  } if (rf & 2) {
10455
- const ctx_r13 = i0.ɵɵnextContext(2);
10456
- i0.ɵɵproperty("p-tooltip", ctx_r13.pageLoginLiterals.loginHint);
10459
+ const ctx_r1 = i0.ɵɵnextContext(2);
10460
+ i0.ɵɵproperty("p-tooltip", ctx_r1.pageLoginLiterals.loginHint);
10457
10461
  } }
10458
10462
  function PoPageLoginComponent_div_19_Template(rf, ctx) { if (rf & 1) {
10459
10463
  i0.ɵɵelementStart(0, "div", 29);
10460
10464
  i0.ɵɵtemplate(1, PoPageLoginComponent_div_19_po_icon_1_Template, 1, 1, "po-icon", 30);
10461
10465
  i0.ɵɵelementEnd();
10462
10466
  } if (rf & 2) {
10463
- const ctx_r3 = i0.ɵɵnextContext();
10464
- i0.ɵɵclassProp("po-page-login-info-icon-container-dynamic", !ctx_r3.pageLoginLiterals.loginHint && !ctx_r3.pageLoginLiterals.rememberUserHint);
10467
+ const ctx_r1 = i0.ɵɵnextContext();
10468
+ i0.ɵɵclassProp("po-page-login-info-icon-container-dynamic", !ctx_r1.pageLoginLiterals.loginHint && !ctx_r1.pageLoginLiterals.rememberUserHint);
10465
10469
  i0.ɵɵadvance();
10466
- i0.ɵɵproperty("ngIf", ctx_r3.pageLoginLiterals.loginHint);
10470
+ i0.ɵɵproperty("ngIf", ctx_r1.pageLoginLiterals.loginHint);
10467
10471
  } }
10468
10472
  function PoPageLoginComponent_div_21_Template(rf, ctx) { if (rf & 1) {
10469
10473
  i0.ɵɵelementStart(0, "div", 32);
@@ -10472,27 +10476,27 @@ function PoPageLoginComponent_div_21_Template(rf, ctx) { if (rf & 1) {
10472
10476
  i0.ɵɵtext(3);
10473
10477
  i0.ɵɵelementEnd()();
10474
10478
  } if (rf & 2) {
10475
- const error_r14 = ctx.$implicit;
10479
+ const error_r4 = ctx.$implicit;
10476
10480
  i0.ɵɵadvance(3);
10477
- i0.ɵɵtextInterpolate(error_r14);
10481
+ i0.ɵɵtextInterpolate(error_r4);
10478
10482
  } }
10479
10483
  function PoPageLoginComponent_div_25_po_page_login_popover_1_Template(rf, ctx) { if (rf & 1) {
10480
- const _r17 = i0.ɵɵgetCurrentView();
10484
+ const _r5 = i0.ɵɵgetCurrentView();
10481
10485
  i0.ɵɵelementStart(0, "po-page-login-popover", 37);
10482
- i0.ɵɵlistener("p-forgot-password", function PoPageLoginComponent_div_25_po_page_login_popover_1_Template_po_page_login_popover_p_forgot_password_0_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r16.openUrl($event)); });
10486
+ i0.ɵɵlistener("p-forgot-password", function PoPageLoginComponent_div_25_po_page_login_popover_1_Template_po_page_login_popover_p_forgot_password_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.openUrl($event)); });
10483
10487
  i0.ɵɵelementEnd();
10484
10488
  } if (rf & 2) {
10485
- const ctx_r15 = i0.ɵɵnextContext(2);
10486
- i0.ɵɵproperty("p-literals", ctx_r15.pageLoginLiterals)("p-recovery", ctx_r15.recovery)("p-remaining-attempts", ctx_r15.exceededAttemptsWarning);
10489
+ const ctx_r1 = i0.ɵɵnextContext(2);
10490
+ i0.ɵɵproperty("p-literals", ctx_r1.pageLoginLiterals)("p-recovery", ctx_r1.recovery)("p-remaining-attempts", ctx_r1.exceededAttemptsWarning);
10487
10491
  } }
10488
10492
  function PoPageLoginComponent_div_25_Template(rf, ctx) { if (rf & 1) {
10489
10493
  i0.ɵɵelementStart(0, "div", 35);
10490
10494
  i0.ɵɵtemplate(1, PoPageLoginComponent_div_25_po_page_login_popover_1_Template, 1, 3, "po-page-login-popover", 36);
10491
10495
  i0.ɵɵelementEnd();
10492
10496
  } if (rf & 2) {
10493
- const ctx_r5 = i0.ɵɵnextContext();
10497
+ const ctx_r1 = i0.ɵɵnextContext();
10494
10498
  i0.ɵɵadvance();
10495
- i0.ɵɵproperty("ngIf", ctx_r5.showExceededAttemptsWarning && ctx_r5.exceededAttemptsWarning);
10499
+ i0.ɵɵproperty("ngIf", ctx_r1.showExceededAttemptsWarning && ctx_r1.exceededAttemptsWarning);
10496
10500
  } }
10497
10501
  function PoPageLoginComponent_div_27_Template(rf, ctx) { if (rf & 1) {
10498
10502
  i0.ɵɵelementStart(0, "div", 32);
@@ -10501,97 +10505,97 @@ function PoPageLoginComponent_div_27_Template(rf, ctx) { if (rf & 1) {
10501
10505
  i0.ɵɵtext(3);
10502
10506
  i0.ɵɵelementEnd()();
10503
10507
  } if (rf & 2) {
10504
- const error_r18 = ctx.$implicit;
10508
+ const error_r6 = ctx.$implicit;
10505
10509
  i0.ɵɵadvance(3);
10506
- i0.ɵɵtextInterpolate(error_r18);
10510
+ i0.ɵɵtextInterpolate(error_r6);
10507
10511
  } }
10508
10512
  function PoPageLoginComponent_po_input_28_Template(rf, ctx) { if (rf & 1) {
10509
- const _r20 = i0.ɵɵgetCurrentView();
10513
+ const _r7 = i0.ɵɵgetCurrentView();
10510
10514
  i0.ɵɵelementStart(0, "po-input", 38);
10511
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_po_input_28_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r20); const ctx_r19 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r19.customFieldObject.value, $event) || (ctx_r19.customFieldObject.value = $event); return i0.ɵɵresetView($event); });
10512
- i0.ɵɵlistener("keyup.enter", function PoPageLoginComponent_po_input_28_Template_po_input_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r20); const ctx_r21 = i0.ɵɵnextContext(); const _r2 = i0.ɵɵreference(14); return i0.ɵɵresetView(_r2.valid && ctx_r21.onLoginSubmit()); });
10515
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_po_input_28_Template_po_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.customFieldObject.value, $event) || (ctx_r1.customFieldObject.value = $event); return i0.ɵɵresetView($event); });
10516
+ i0.ɵɵlistener("keyup.enter", function PoPageLoginComponent_po_input_28_Template_po_input_keyup_enter_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); const loginForm_r3 = i0.ɵɵreference(14); return i0.ɵɵresetView(loginForm_r3.valid && ctx_r1.onLoginSubmit()); });
10513
10517
  i0.ɵɵelementEnd();
10514
10518
  } if (rf & 2) {
10515
- const ctx_r7 = i0.ɵɵnextContext();
10516
- i0.ɵɵclassProp("po-page-login-field-size-dynamic", !ctx_r7.pageLoginLiterals.loginHint && !ctx_r7.pageLoginLiterals.rememberUserHint);
10517
- i0.ɵɵtwoWayProperty("ngModel", ctx_r7.customFieldObject.value);
10518
- i0.ɵɵproperty("p-error-pattern", ctx_r7.customFieldObject.errorPattern || ctx_r7.pageLoginLiterals.customFieldErrorPattern)("p-pattern", ctx_r7.customFieldObject.pattern)("p-placeholder", ctx_r7.customFieldObject.placeholder || ctx_r7.pageLoginLiterals.customFieldPlaceholder);
10519
+ const ctx_r1 = i0.ɵɵnextContext();
10520
+ i0.ɵɵclassProp("po-page-login-field-size-dynamic", !ctx_r1.pageLoginLiterals.loginHint && !ctx_r1.pageLoginLiterals.rememberUserHint);
10521
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.customFieldObject.value);
10522
+ i0.ɵɵproperty("p-error-pattern", ctx_r1.customFieldObject.errorPattern || ctx_r1.pageLoginLiterals.customFieldErrorPattern)("p-pattern", ctx_r1.customFieldObject.pattern)("p-placeholder", ctx_r1.customFieldObject.placeholder || ctx_r1.pageLoginLiterals.customFieldPlaceholder);
10519
10523
  } }
10520
10524
  function PoPageLoginComponent_po_combo_29_Template(rf, ctx) { if (rf & 1) {
10521
- const _r23 = i0.ɵɵgetCurrentView();
10525
+ const _r8 = i0.ɵɵgetCurrentView();
10522
10526
  i0.ɵɵelementStart(0, "po-combo", 39);
10523
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_po_combo_29_Template_po_combo_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r22 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r22.customFieldObject.value, $event) || (ctx_r22.customFieldObject.value = $event); return i0.ɵɵresetView($event); });
10527
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_po_combo_29_Template_po_combo_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.customFieldObject.value, $event) || (ctx_r1.customFieldObject.value = $event); return i0.ɵɵresetView($event); });
10524
10528
  i0.ɵɵelementEnd();
10525
10529
  } if (rf & 2) {
10526
- const ctx_r8 = i0.ɵɵnextContext();
10527
- i0.ɵɵclassProp("po-page-login-field-size-dynamic", !ctx_r8.pageLoginLiterals.loginHint && !ctx_r8.pageLoginLiterals.rememberUserHint);
10528
- i0.ɵɵtwoWayProperty("ngModel", ctx_r8.customFieldObject.value);
10529
- i0.ɵɵproperty("p-field-value", ctx_r8.customFieldObject.fieldValue)("p-filter-service", ctx_r8.customFieldObject.url)("p-placeholder", ctx_r8.customFieldObject.placeholder || ctx_r8.pageLoginLiterals.customFieldPlaceholder);
10530
+ const ctx_r1 = i0.ɵɵnextContext();
10531
+ i0.ɵɵclassProp("po-page-login-field-size-dynamic", !ctx_r1.pageLoginLiterals.loginHint && !ctx_r1.pageLoginLiterals.rememberUserHint);
10532
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.customFieldObject.value);
10533
+ i0.ɵɵproperty("p-field-value", ctx_r1.customFieldObject.fieldValue)("p-filter-service", ctx_r1.customFieldObject.url)("p-placeholder", ctx_r1.customFieldObject.placeholder || ctx_r1.pageLoginLiterals.customFieldPlaceholder);
10530
10534
  } }
10531
10535
  function PoPageLoginComponent_po_select_30_Template(rf, ctx) { if (rf & 1) {
10532
- const _r25 = i0.ɵɵgetCurrentView();
10536
+ const _r9 = i0.ɵɵgetCurrentView();
10533
10537
  i0.ɵɵelementStart(0, "po-select", 40);
10534
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_po_select_30_Template_po_select_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r25); const ctx_r24 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r24.customFieldObject.value, $event) || (ctx_r24.customFieldObject.value = $event); return i0.ɵɵresetView($event); });
10538
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_po_select_30_Template_po_select_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.customFieldObject.value, $event) || (ctx_r1.customFieldObject.value = $event); return i0.ɵɵresetView($event); });
10535
10539
  i0.ɵɵelementEnd();
10536
10540
  } if (rf & 2) {
10537
- const ctx_r9 = i0.ɵɵnextContext();
10538
- i0.ɵɵclassProp("po-page-login-field-size-dynamic", !ctx_r9.pageLoginLiterals.loginHint && !ctx_r9.pageLoginLiterals.rememberUserHint);
10539
- i0.ɵɵtwoWayProperty("ngModel", ctx_r9.customFieldObject.value);
10540
- i0.ɵɵproperty("p-placeholder", ctx_r9.customFieldObject.placeholder || ctx_r9.pageLoginLiterals.customFieldPlaceholder)("p-options", ctx_r9.customFieldObject.options);
10541
+ const ctx_r1 = i0.ɵɵnextContext();
10542
+ i0.ɵɵclassProp("po-page-login-field-size-dynamic", !ctx_r1.pageLoginLiterals.loginHint && !ctx_r1.pageLoginLiterals.rememberUserHint);
10543
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.customFieldObject.value);
10544
+ i0.ɵɵproperty("p-placeholder", ctx_r1.customFieldObject.placeholder || ctx_r1.pageLoginLiterals.customFieldPlaceholder)("p-options", ctx_r1.customFieldObject.options);
10541
10545
  } }
10542
10546
  function PoPageLoginComponent_div_32_div_2_po_icon_1_Template(rf, ctx) { if (rf & 1) {
10543
10547
  i0.ɵɵelement(0, "po-icon", 31);
10544
10548
  } if (rf & 2) {
10545
- const ctx_r27 = i0.ɵɵnextContext(3);
10546
- i0.ɵɵproperty("p-tooltip", ctx_r27.pageLoginLiterals.rememberUserHint);
10549
+ const ctx_r1 = i0.ɵɵnextContext(3);
10550
+ i0.ɵɵproperty("p-tooltip", ctx_r1.pageLoginLiterals.rememberUserHint);
10547
10551
  } }
10548
10552
  function PoPageLoginComponent_div_32_div_2_Template(rf, ctx) { if (rf & 1) {
10549
10553
  i0.ɵɵelementStart(0, "div", 43);
10550
10554
  i0.ɵɵtemplate(1, PoPageLoginComponent_div_32_div_2_po_icon_1_Template, 1, 1, "po-icon", 30);
10551
10555
  i0.ɵɵelementEnd();
10552
10556
  } if (rf & 2) {
10553
- const ctx_r26 = i0.ɵɵnextContext(2);
10554
- i0.ɵɵclassProp("po-page-login-info-icon-container-dynamic", !ctx_r26.pageLoginLiterals.rememberUserHint);
10557
+ const ctx_r1 = i0.ɵɵnextContext(2);
10558
+ i0.ɵɵclassProp("po-page-login-info-icon-container-dynamic", !ctx_r1.pageLoginLiterals.rememberUserHint);
10555
10559
  i0.ɵɵadvance();
10556
- i0.ɵɵproperty("ngIf", ctx_r26.pageLoginLiterals.rememberUserHint);
10560
+ i0.ɵɵproperty("ngIf", ctx_r1.pageLoginLiterals.rememberUserHint);
10557
10561
  } }
10558
10562
  function PoPageLoginComponent_div_32_Template(rf, ctx) { if (rf & 1) {
10559
- const _r29 = i0.ɵɵgetCurrentView();
10563
+ const _r10 = i0.ɵɵgetCurrentView();
10560
10564
  i0.ɵɵelementStart(0, "div", 13)(1, "po-switch", 41);
10561
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_div_32_Template_po_switch_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r29); const ctx_r28 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r28.rememberUser, $event) || (ctx_r28.rememberUser = $event); return i0.ɵɵresetView($event); });
10562
- i0.ɵɵlistener("keyup.enter", function PoPageLoginComponent_div_32_Template_po_switch_keyup_enter_1_listener() { i0.ɵɵrestoreView(_r29); const ctx_r30 = i0.ɵɵnextContext(); const _r2 = i0.ɵɵreference(14); return i0.ɵɵresetView(_r2.valid && ctx_r30.onLoginSubmit()); });
10565
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_div_32_Template_po_switch_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.rememberUser, $event) || (ctx_r1.rememberUser = $event); return i0.ɵɵresetView($event); });
10566
+ i0.ɵɵlistener("keyup.enter", function PoPageLoginComponent_div_32_Template_po_switch_keyup_enter_1_listener() { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); const loginForm_r3 = i0.ɵɵreference(14); return i0.ɵɵresetView(loginForm_r3.valid && ctx_r1.onLoginSubmit()); });
10563
10567
  i0.ɵɵelementEnd();
10564
10568
  i0.ɵɵtemplate(2, PoPageLoginComponent_div_32_div_2_Template, 2, 3, "div", 42);
10565
10569
  i0.ɵɵelementEnd();
10566
10570
  } if (rf & 2) {
10567
- const ctx_r10 = i0.ɵɵnextContext();
10571
+ const ctx_r1 = i0.ɵɵnextContext();
10568
10572
  i0.ɵɵadvance();
10569
- i0.ɵɵtwoWayProperty("ngModel", ctx_r10.rememberUser);
10570
- i0.ɵɵproperty("p-label-off", ctx_r10.pageLoginLiterals.rememberUser)("p-label-on", ctx_r10.pageLoginLiterals.rememberUser);
10573
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.rememberUser);
10574
+ i0.ɵɵproperty("p-label-off", ctx_r1.pageLoginLiterals.rememberUser)("p-label-on", ctx_r1.pageLoginLiterals.rememberUser);
10571
10575
  i0.ɵɵadvance();
10572
- i0.ɵɵproperty("ngIf", ctx_r10.pageLoginLiterals.loginHint || ctx_r10.pageLoginLiterals.rememberUserHint);
10576
+ i0.ɵɵproperty("ngIf", ctx_r1.pageLoginLiterals.loginHint || ctx_r1.pageLoginLiterals.rememberUserHint);
10573
10577
  } }
10574
10578
  function PoPageLoginComponent_div_34_Template(rf, ctx) { if (rf & 1) {
10575
- const _r32 = i0.ɵɵgetCurrentView();
10579
+ const _r11 = i0.ɵɵgetCurrentView();
10576
10580
  i0.ɵɵelementStart(0, "div", 44)(1, "a", 45);
10577
- i0.ɵɵlistener("click", function PoPageLoginComponent_div_34_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r32); const ctx_r31 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r31.openUrl(ctx_r31.recovery)); });
10581
+ i0.ɵɵlistener("click", function PoPageLoginComponent_div_34_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.openUrl(ctx_r1.recovery)); });
10578
10582
  i0.ɵɵtext(2);
10579
10583
  i0.ɵɵelementEnd()();
10580
10584
  } if (rf & 2) {
10581
- const ctx_r11 = i0.ɵɵnextContext();
10585
+ const ctx_r1 = i0.ɵɵnextContext();
10582
10586
  i0.ɵɵadvance(2);
10583
- i0.ɵɵtextInterpolate(ctx_r11.pageLoginLiterals.forgotPassword);
10587
+ i0.ɵɵtextInterpolate(ctx_r1.pageLoginLiterals.forgotPassword);
10584
10588
  } }
10585
10589
  function PoPageLoginComponent_div_35_Template(rf, ctx) { if (rf & 1) {
10586
- const _r34 = i0.ɵɵgetCurrentView();
10590
+ const _r12 = i0.ɵɵgetCurrentView();
10587
10591
  i0.ɵɵelementStart(0, "div", 46)(1, "a", 45);
10588
- i0.ɵɵlistener("click", function PoPageLoginComponent_div_35_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r34); const ctx_r33 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r33.openUrl(ctx_r33.registerUrl)); });
10592
+ i0.ɵɵlistener("click", function PoPageLoginComponent_div_35_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.openUrl(ctx_r1.registerUrl)); });
10589
10593
  i0.ɵɵtext(2);
10590
10594
  i0.ɵɵelementEnd()();
10591
10595
  } if (rf & 2) {
10592
- const ctx_r12 = i0.ɵɵnextContext();
10596
+ const ctx_r1 = i0.ɵɵnextContext();
10593
10597
  i0.ɵɵadvance(2);
10594
- i0.ɵɵtextInterpolate(ctx_r12.pageLoginLiterals.registerUrl);
10598
+ i0.ɵɵtextInterpolate(ctx_r1.pageLoginLiterals.registerUrl);
10595
10599
  } }
10596
10600
  /**
10597
10601
  * @docsExtends PoPageLoginBaseComponent
@@ -10807,27 +10811,27 @@ class PoPageLoginComponent extends PoPageLoginBaseComponent {
10807
10811
  let _t;
10808
10812
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.loginForm = _t.first);
10809
10813
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.pageLogin = _t.first);
10810
- } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 36, vars: 42, consts: [[1, "po-page-login-support", 3, "hidden", "click"], ["p-icon", "ICON_HELP"], [3, "p-show-select-language", "p-languages", "p-initial-language", "p-background", "p-highlight-info", "p-logo", "p-secondary-logo", "p-selected-language"], ["pageLogin", ""], [1, "po-page-login-header"], [1, "po-page-login-header-product-name"], [1, "po-page-login-header-product-environment", "po-mb-md-4", "po-mb-sm-1"], ["p-type", "warning", 3, "p-value", 4, "ngIf"], [1, "po-page-login-header-welcome", "po-mb-md-4", "po-mb-sm-2"], [1, "po-page-login-form"], ["loginForm", "ngForm"], [1, "po-row"], [1, "po-lg-12"], [1, "po-page-login-hint", "po-page-login-info-container"], ["name", "login", "p-auto-focus", "", "p-required", "", 1, "po-page-login-info-field", 3, "ngModel", "p-label", "p-no-autocomplete", "p-pattern", "p-placeholder", "ngModelChange", "click", "keyup.enter", "p-change-model"], ["class", "po-page-login-info-icon-container", 3, "po-page-login-info-icon-container-dynamic", 4, "ngIf"], [1, "po-field-container-bottom", "po-field-container-error-container"], ["class", "po-field-container-bottom-text-error po-field-container-error-item", 4, "ngFor", "ngForOf"], [1, "po-page-login-password-container"], ["name", "password", "p-required", "", 1, "po-page-login-field-size", "po-page-login-password-item", 3, "ngModel", "p-hide-password-peek", "p-label", "p-no-autocomplete", "p-pattern", "p-placeholder", "ngModelChange", "click", "keyup.enter", "p-change-model"], ["class", "po-page-login-password-item po-page-login-password-popover-container", 4, "ngIf"], ["class", "po-page-login-field-size po-lg-12", "name", "customFieldInput", "p-required", "", 3, "po-page-login-field-size-dynamic", "ngModel", "p-error-pattern", "p-pattern", "p-placeholder", "ngModelChange", "keyup.enter", 4, "ngIf"], ["class", "po-page-login-field-size po-lg-12", "name", "customFieldCombo", "p-required", "", 3, "po-page-login-field-size-dynamic", "ngModel", "p-field-value", "p-filter-service", "p-placeholder", "ngModelChange", 4, "ngIf"], ["class", "po-page-login-field-size po-lg-12", "name", "customFieldSelect", "p-required", "", 3, "po-page-login-field-size-dynamic", "ngModel", "p-placeholder", "p-options", "ngModelChange", 4, "ngIf"], ["class", "po-page-login-hint po-page-login-info-container", 4, "ngIf"], ["p-kind", "primary", 1, "po-lg-12", "po-page-login-button", "po-page-login-field-size", 3, "p-disabled", "p-label", "p-loading", "p-click"], ["class", "po-page-login-recovery-link", 4, "ngIf"], ["class", "po-page-login-register-link", 4, "ngIf"], ["p-type", "warning", 3, "p-value"], [1, "po-page-login-info-icon-container"], ["p-icon", "ICON_INFO po-field-icon", "p-tooltip-position", "right", 3, "p-tooltip", 4, "ngIf"], ["p-icon", "ICON_INFO po-field-icon", "p-tooltip-position", "right", 3, "p-tooltip"], [1, "po-field-container-bottom-text-error", "po-field-container-error-item"], ["p-icon", "ICON_EXCLAMATION"], [1, "po-field-container-error-text"], [1, "po-page-login-password-item", "po-page-login-password-popover-container"], [3, "p-literals", "p-recovery", "p-remaining-attempts", "p-forgot-password", 4, "ngIf"], [3, "p-literals", "p-recovery", "p-remaining-attempts", "p-forgot-password"], ["name", "customFieldInput", "p-required", "", 1, "po-page-login-field-size", "po-lg-12", 3, "ngModel", "p-error-pattern", "p-pattern", "p-placeholder", "ngModelChange", "keyup.enter"], ["name", "customFieldCombo", "p-required", "", 1, "po-page-login-field-size", "po-lg-12", 3, "ngModel", "p-field-value", "p-filter-service", "p-placeholder", "ngModelChange"], ["name", "customFieldSelect", "p-required", "", 1, "po-page-login-field-size", "po-lg-12", 3, "ngModel", "p-placeholder", "p-options", "ngModelChange"], ["name", "rememberUser", "p-label-position", "1", 1, "po-page-login-info-field", "po-lg-7", "po-offset-lg-5", "po-offset-xl-5", 3, "ngModel", "p-label-off", "p-label-on", "ngModelChange", "keyup.enter"], ["class", "po-page-login-info-icon-container po-page-login-info-icon-remember-user", 3, "po-page-login-info-icon-container-dynamic", 4, "ngIf"], [1, "po-page-login-info-icon-container", "po-page-login-info-icon-remember-user"], [1, "po-page-login-recovery-link"], [1, "po-font-text-large-bold", 3, "click"], [1, "po-page-login-register-link"]], template: function PoPageLoginComponent_Template(rf, ctx) { if (rf & 1) {
10811
- const _r35 = i0.ɵɵgetCurrentView();
10812
- i0.ɵɵelementStart(0, "button", 0);
10813
- i0.ɵɵlistener("click", function PoPageLoginComponent_Template_button_click_0_listener() { return ctx.activateSupport(); });
10814
- i0.ɵɵelement(1, "po-icon", 1);
10814
+ } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 36, vars: 42, consts: [["pageLogin", ""], ["loginForm", "ngForm"], [1, "po-page-login-support", 3, "click", "hidden"], ["p-icon", "ICON_HELP"], [3, "p-selected-language", "p-show-select-language", "p-languages", "p-initial-language", "p-background", "p-highlight-info", "p-logo", "p-secondary-logo"], [1, "po-page-login-header"], [1, "po-page-login-header-product-name"], [1, "po-page-login-header-product-environment", "po-mb-md-4", "po-mb-sm-1"], ["p-type", "warning", 3, "p-value", 4, "ngIf"], [1, "po-page-login-header-welcome", "po-mb-md-4", "po-mb-sm-2"], [1, "po-page-login-form"], [1, "po-row"], [1, "po-lg-12"], [1, "po-page-login-hint", "po-page-login-info-container"], ["name", "login", "p-auto-focus", "", "p-required", "", 1, "po-page-login-info-field", 3, "ngModelChange", "click", "keyup.enter", "p-change-model", "ngModel", "p-label", "p-no-autocomplete", "p-pattern", "p-placeholder"], ["class", "po-page-login-info-icon-container", 3, "po-page-login-info-icon-container-dynamic", 4, "ngIf"], [1, "po-field-container-bottom", "po-field-container-error-container"], ["class", "po-field-container-bottom-text-error po-field-container-error-item", 4, "ngFor", "ngForOf"], [1, "po-page-login-password-container"], ["name", "password", "p-required", "", 1, "po-page-login-field-size", "po-page-login-password-item", 3, "ngModelChange", "click", "keyup.enter", "p-change-model", "ngModel", "p-hide-password-peek", "p-label", "p-no-autocomplete", "p-pattern", "p-placeholder"], ["class", "po-page-login-password-item po-page-login-password-popover-container", 4, "ngIf"], ["class", "po-page-login-field-size po-lg-12", "name", "customFieldInput", "p-required", "", 3, "po-page-login-field-size-dynamic", "ngModel", "p-error-pattern", "p-pattern", "p-placeholder", "ngModelChange", "keyup.enter", 4, "ngIf"], ["class", "po-page-login-field-size po-lg-12", "name", "customFieldCombo", "p-required", "", 3, "po-page-login-field-size-dynamic", "ngModel", "p-field-value", "p-filter-service", "p-placeholder", "ngModelChange", 4, "ngIf"], ["class", "po-page-login-field-size po-lg-12", "name", "customFieldSelect", "p-required", "", 3, "po-page-login-field-size-dynamic", "ngModel", "p-placeholder", "p-options", "ngModelChange", 4, "ngIf"], ["class", "po-page-login-hint po-page-login-info-container", 4, "ngIf"], ["p-kind", "primary", 1, "po-lg-12", "po-page-login-button", "po-page-login-field-size", 3, "p-click", "p-disabled", "p-label", "p-loading"], ["class", "po-page-login-recovery-link", 4, "ngIf"], ["class", "po-page-login-register-link", 4, "ngIf"], ["p-type", "warning", 3, "p-value"], [1, "po-page-login-info-icon-container"], ["p-icon", "ICON_INFO po-field-icon", "p-tooltip-position", "right", 3, "p-tooltip", 4, "ngIf"], ["p-icon", "ICON_INFO po-field-icon", "p-tooltip-position", "right", 3, "p-tooltip"], [1, "po-field-container-bottom-text-error", "po-field-container-error-item"], ["p-icon", "ICON_EXCLAMATION"], [1, "po-field-container-error-text"], [1, "po-page-login-password-item", "po-page-login-password-popover-container"], [3, "p-literals", "p-recovery", "p-remaining-attempts", "p-forgot-password", 4, "ngIf"], [3, "p-forgot-password", "p-literals", "p-recovery", "p-remaining-attempts"], ["name", "customFieldInput", "p-required", "", 1, "po-page-login-field-size", "po-lg-12", 3, "ngModelChange", "keyup.enter", "ngModel", "p-error-pattern", "p-pattern", "p-placeholder"], ["name", "customFieldCombo", "p-required", "", 1, "po-page-login-field-size", "po-lg-12", 3, "ngModelChange", "ngModel", "p-field-value", "p-filter-service", "p-placeholder"], ["name", "customFieldSelect", "p-required", "", 1, "po-page-login-field-size", "po-lg-12", 3, "ngModelChange", "ngModel", "p-placeholder", "p-options"], ["name", "rememberUser", "p-label-position", "1", 1, "po-page-login-info-field", "po-lg-7", "po-offset-lg-5", "po-offset-xl-5", 3, "ngModelChange", "keyup.enter", "ngModel", "p-label-off", "p-label-on"], ["class", "po-page-login-info-icon-container po-page-login-info-icon-remember-user", 3, "po-page-login-info-icon-container-dynamic", 4, "ngIf"], [1, "po-page-login-info-icon-container", "po-page-login-info-icon-remember-user"], [1, "po-page-login-recovery-link"], [1, "po-font-text-large-bold", 3, "click"], [1, "po-page-login-register-link"]], template: function PoPageLoginComponent_Template(rf, ctx) { if (rf & 1) {
10815
+ const _r1 = i0.ɵɵgetCurrentView();
10816
+ i0.ɵɵelementStart(0, "button", 2);
10817
+ i0.ɵɵlistener("click", function PoPageLoginComponent_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.activateSupport()); });
10818
+ i0.ɵɵelement(1, "po-icon", 3);
10815
10819
  i0.ɵɵtext(2);
10816
10820
  i0.ɵɵelementEnd();
10817
- i0.ɵɵelementStart(3, "po-page-background", 2, 3);
10818
- i0.ɵɵlistener("p-selected-language", function PoPageLoginComponent_Template_po_page_background_p_selected_language_3_listener($event) { return ctx.onSelectedLanguage($event); });
10819
- i0.ɵɵelementStart(5, "header", 4)(6, "div", 5)(7, "h1");
10821
+ i0.ɵɵelementStart(3, "po-page-background", 4, 0);
10822
+ i0.ɵɵlistener("p-selected-language", function PoPageLoginComponent_Template_po_page_background_p_selected_language_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSelectedLanguage($event)); });
10823
+ i0.ɵɵelementStart(5, "header", 5)(6, "div", 6)(7, "h1");
10820
10824
  i0.ɵɵtext(8);
10821
10825
  i0.ɵɵelementEnd()();
10822
- i0.ɵɵelementStart(9, "div", 6);
10823
- i0.ɵɵtemplate(10, PoPageLoginComponent_po_tag_10_Template, 1, 1, "po-tag", 7);
10826
+ i0.ɵɵelementStart(9, "div", 7);
10827
+ i0.ɵɵtemplate(10, PoPageLoginComponent_po_tag_10_Template, 1, 1, "po-tag", 8);
10824
10828
  i0.ɵɵelementEnd();
10825
- i0.ɵɵelementStart(11, "div", 8);
10829
+ i0.ɵɵelementStart(11, "div", 9);
10826
10830
  i0.ɵɵtext(12);
10827
10831
  i0.ɵɵelementEnd()();
10828
- i0.ɵɵelementStart(13, "form", 9, 10)(15, "div", 11)(16, "div", 12)(17, "div", 13)(18, "po-login", 14);
10829
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_Template_po_login_ngModelChange_18_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.login, $event) || (ctx.login = $event); return $event; });
10830
- i0.ɵɵlistener("click", function PoPageLoginComponent_Template_po_login_click_18_listener() { return ctx.closePopover(); })("keyup.enter", function PoPageLoginComponent_Template_po_login_keyup_enter_18_listener() { i0.ɵɵrestoreView(_r35); const _r2 = i0.ɵɵreference(14); return i0.ɵɵresetView(_r2.valid && ctx.onLoginSubmit()); })("p-change-model", function PoPageLoginComponent_Template_po_login_p_change_model_18_listener() { return ctx.changeLoginModel(); });
10832
+ i0.ɵɵelementStart(13, "form", 10, 1)(15, "div", 11)(16, "div", 12)(17, "div", 13)(18, "po-login", 14);
10833
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_Template_po_login_ngModelChange_18_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.login, $event) || (ctx.login = $event); return i0.ɵɵresetView($event); });
10834
+ i0.ɵɵlistener("click", function PoPageLoginComponent_Template_po_login_click_18_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.closePopover()); })("keyup.enter", function PoPageLoginComponent_Template_po_login_keyup_enter_18_listener() { i0.ɵɵrestoreView(_r1); const loginForm_r3 = i0.ɵɵreference(14); return i0.ɵɵresetView(loginForm_r3.valid && ctx.onLoginSubmit()); })("p-change-model", function PoPageLoginComponent_Template_po_login_p_change_model_18_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.changeLoginModel()); });
10831
10835
  i0.ɵɵelementEnd();
10832
10836
  i0.ɵɵtemplate(19, PoPageLoginComponent_div_19_Template, 2, 3, "div", 15);
10833
10837
  i0.ɵɵelementEnd();
@@ -10835,8 +10839,8 @@ class PoPageLoginComponent extends PoPageLoginBaseComponent {
10835
10839
  i0.ɵɵtemplate(21, PoPageLoginComponent_div_21_Template, 4, 1, "div", 17);
10836
10840
  i0.ɵɵelementEnd()();
10837
10841
  i0.ɵɵelementStart(22, "div", 12)(23, "div", 18)(24, "po-password", 19);
10838
- i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_Template_po_password_ngModelChange_24_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.password, $event) || (ctx.password = $event); return $event; });
10839
- i0.ɵɵlistener("click", function PoPageLoginComponent_Template_po_password_click_24_listener() { return ctx.closePopover(); })("keyup.enter", function PoPageLoginComponent_Template_po_password_keyup_enter_24_listener() { i0.ɵɵrestoreView(_r35); const _r2 = i0.ɵɵreference(14); return i0.ɵɵresetView(_r2.valid && ctx.onLoginSubmit()); })("p-change-model", function PoPageLoginComponent_Template_po_password_p_change_model_24_listener() { return ctx.changePasswordModel(); });
10842
+ i0.ɵɵtwoWayListener("ngModelChange", function PoPageLoginComponent_Template_po_password_ngModelChange_24_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.password, $event) || (ctx.password = $event); return i0.ɵɵresetView($event); });
10843
+ i0.ɵɵlistener("click", function PoPageLoginComponent_Template_po_password_click_24_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.closePopover()); })("keyup.enter", function PoPageLoginComponent_Template_po_password_keyup_enter_24_listener() { i0.ɵɵrestoreView(_r1); const loginForm_r3 = i0.ɵɵreference(14); return i0.ɵɵresetView(loginForm_r3.valid && ctx.onLoginSubmit()); })("p-change-model", function PoPageLoginComponent_Template_po_password_p_change_model_24_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.changePasswordModel()); });
10840
10844
  i0.ɵɵelementEnd();
10841
10845
  i0.ɵɵtemplate(25, PoPageLoginComponent_div_25_Template, 2, 1, "div", 20);
10842
10846
  i0.ɵɵelementEnd();
@@ -10848,12 +10852,12 @@ class PoPageLoginComponent extends PoPageLoginBaseComponent {
10848
10852
  i0.ɵɵtemplate(32, PoPageLoginComponent_div_32_Template, 3, 4, "div", 24);
10849
10853
  i0.ɵɵelementEnd();
10850
10854
  i0.ɵɵelementStart(33, "po-button", 25);
10851
- i0.ɵɵlistener("p-click", function PoPageLoginComponent_Template_po_button_p_click_33_listener() { return ctx.onLoginSubmit(); });
10855
+ i0.ɵɵlistener("p-click", function PoPageLoginComponent_Template_po_button_p_click_33_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onLoginSubmit()); });
10852
10856
  i0.ɵɵelementEnd();
10853
10857
  i0.ɵɵtemplate(34, PoPageLoginComponent_div_34_Template, 3, 1, "div", 26)(35, PoPageLoginComponent_div_35_Template, 3, 1, "div", 27);
10854
10858
  i0.ɵɵelementEnd()()();
10855
10859
  } if (rf & 2) {
10856
- const _r2 = i0.ɵɵreference(14);
10860
+ const loginForm_r3 = i0.ɵɵreference(14);
10857
10861
  i0.ɵɵproperty("hidden", !ctx.support);
10858
10862
  i0.ɵɵadvance(2);
10859
10863
  i0.ɵɵtextInterpolate1(" ", ctx.pageLoginLiterals == null ? null : ctx.pageLoginLiterals.support, "\n");
@@ -10891,7 +10895,7 @@ class PoPageLoginComponent extends PoPageLoginBaseComponent {
10891
10895
  i0.ɵɵproperty("ngIf", !ctx.hideRememberUser);
10892
10896
  i0.ɵɵadvance();
10893
10897
  i0.ɵɵclassProp("po-page-login-button-dynamic", !ctx.pageLoginLiterals.loginHint && !ctx.pageLoginLiterals.rememberUserHint);
10894
- i0.ɵɵproperty("p-disabled", _r2.invalid)("p-label", ctx.loading ? ctx.pageLoginLiterals.submittedLabel : ctx.pageLoginLiterals.submitLabel)("p-loading", ctx.loading);
10898
+ i0.ɵɵproperty("p-disabled", loginForm_r3.invalid)("p-label", ctx.loading ? ctx.pageLoginLiterals.submittedLabel : ctx.pageLoginLiterals.submitLabel)("p-loading", ctx.loading);
10895
10899
  i0.ɵɵadvance();
10896
10900
  i0.ɵɵproperty("ngIf", ctx.recovery);
10897
10901
  i0.ɵɵadvance();