@reusa/ngx-reusa-app-lib 0.0.732 → 0.1.731
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2020 → esm2022}/lib/annimations/app-animations.mjs +36 -36
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3027 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +394 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +187 -0
- package/esm2022/lib/components/address/address.component.mjs +487 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
- package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
- package/esm2022/lib/components/card/card.component.mjs +55 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +970 -0
- package/esm2022/lib/components/content/content.component.mjs +61 -0
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +223 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +292 -0
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +794 -0
- package/esm2022/lib/components/error/error.component.mjs +86 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/{esm2020 → esm2022}/lib/components/file-download/file-download.component.mjs +104 -104
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +315 -0
- package/esm2022/lib/components/footer/footer.component.mjs +332 -0
- package/esm2022/lib/components/header/header.component.mjs +558 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/{esm2020 → esm2022}/lib/components/info/info.component.mjs +187 -188
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +193 -0
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
- package/esm2022/lib/components/mask/mask.component.mjs +48 -0
- package/esm2022/lib/components/menu/menu.component.mjs +423 -0
- package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +90 -0
- package/esm2022/lib/components/msg/msg.component.mjs +48 -0
- package/esm2022/lib/components/news/news.component.mjs +90 -0
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
- package/esm2022/lib/components/page/page.component.mjs +136 -0
- package/esm2022/lib/components/profile/profile.component.mjs +177 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +63 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +487 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/FbConstants.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/questionnaire/SelectItem.mjs +1 -1
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +256 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +475 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1094 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +1882 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1263 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +244 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/input-focus.directive.mjs +44 -44
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +256 -0
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-base.mjs +2 -2
- package/{esm2020 → esm2022}/lib/components/questionnaire/question-control.service.mjs +420 -419
- package/{esm2020 → esm2022}/lib/components/questionnaire/question.service.mjs +33 -33
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +262 -0
- package/{esm2020 → esm2022}/lib/components/read-more/read-more.component.mjs +67 -67
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +690 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +142 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
- package/esm2022/lib/components/test/test.component.mjs +19 -0
- package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +442 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +307 -0
- package/{esm2020 → esm2022}/lib/directives/auto-focus/auto-focus.directive.mjs +31 -31
- package/{esm2020 → esm2022}/lib/directives/caps-lock.directive.mjs +38 -38
- package/{esm2020 → esm2022}/lib/directives/required-roles/required-roles.directive.mjs +30 -30
- package/{esm2020 → esm2022}/lib/enums/EmailStatusEnum.mjs +8 -8
- package/{esm2020 → esm2022}/lib/guards/auth.guard.mjs +138 -138
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/{esm2020 → esm2022}/lib/interceptors/error-interceptor/http-error-interceptor.mjs +107 -107
- package/{esm2020 → esm2022}/lib/interceptors/header-interceptor/http-header.interceptor.mjs +99 -99
- package/{esm2020 → esm2022}/lib/models/AddressComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsComponentModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/BankDetailsModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/CinRequalificationCriteriaModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/EmployerDetailSearchResult.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/ErrorModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/FileModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/LibConstants.mjs +119 -119
- package/{esm2020 → esm2022}/lib/models/NewsAndAnnouncementModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/NotificationModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/OtpAuthModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/PaymentComponentModel.mjs +2 -2
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/{esm2020 → esm2022}/lib/models/SsaVerificationModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/TrendModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserDetailsModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/UserModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/case/CaseAttachmentModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/claimant/ClaimantModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/JobResultsData.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/MatchingJobs.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/claimant/ResetPasswordModel.mjs +2 -2
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -5
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/cmp/EmailTemplateModel.mjs +3 -3
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/{esm2020 → esm2022}/lib/models/cmp/messageRourceModel.mjs +3 -3
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +337 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ElementsModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerDetailSearchResult.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/EmployerWagesModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/FBConfigModel.mjs +5 -5
- package/{esm2020 → esm2022}/lib/models/questionnaire/KeyValueModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LegalDiscaimarModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/LoaderModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/PollingStatusModel.mjs +3 -3
- package/{esm2020 → esm2022}/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireQueryModel.mjs +7 -7
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireReturnModel.mjs +10 -10
- package/{esm2020 → esm2022}/lib/models/questionnaire/QuestionnaireSaveModel.mjs +2 -2
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -3
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/SuccessPageElement.mjs +2 -2
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/{esm2020 → esm2022}/lib/models/questionnaire/ValidationModel.mjs +2 -2
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +402 -0
- package/{esm2020 → esm2022}/lib/ngx-reusa-app-lib.service.mjs +14 -14
- package/{esm2020 → esm2022}/lib/pages/BasePage.mjs +76 -76
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +463 -0
- package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
- package/esm2022/lib/pages/common/login/login.component.mjs +526 -0
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
- package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +129 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/{esm2020 → esm2022}/lib/pipes/filter.pipe.mjs +30 -30
- package/{esm2020 → esm2022}/lib/pipes/mask/mask.email.pipe.mjs +23 -23
- package/{esm2020 → esm2022}/lib/pipes/proper-case/proper-case.pipe.mjs +27 -27
- package/{esm2020 → esm2022}/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -44
- package/{esm2020 → esm2022}/lib/pipes/trust-html/trust-html.pipe.mjs +20 -20
- package/{esm2020 → esm2022}/lib/services/base-service.mjs +49 -49
- package/{esm2020 → esm2022}/lib/services/captcha/captcha.service.mjs +46 -46
- package/{esm2020 → esm2022}/lib/services/case-service/case.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/chatbot/chatbot.service.mjs +257 -257
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/{esm2020 → esm2022}/lib/services/claimant/claimant.service.mjs +31 -31
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/{esm2020 → esm2022}/lib/services/claimant-service/claimant.service.mjs +47 -47
- package/{esm2020 → esm2022}/lib/services/claims/claims.service.mjs +99 -99
- package/{esm2020 → esm2022}/lib/services/cmp-service/cmp.service.mjs +84 -84
- package/{esm2020 → esm2022}/lib/services/dms-service/dms.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/fpjs/fingerprint.service.mjs +70 -70
- package/{esm2020 → esm2022}/lib/services/google-analytics/google-analytics.service.mjs +29 -29
- package/{esm2020 → esm2022}/lib/services/help/help.service.mjs +63 -63
- package/{esm2020 → esm2022}/lib/services/idle/idle.service.mjs +159 -159
- package/{esm2020 → esm2022}/lib/services/logger/logger.service.mjs +67 -67
- package/esm2022/lib/services/login/login.service.mjs +330 -0
- package/{esm2020 → esm2022}/lib/services/maintenance/maintenance.service.mjs +21 -21
- package/{esm2020 → esm2022}/lib/services/notification/notification.service.mjs +113 -113
- package/{esm2020 → esm2022}/lib/services/questionnaire/questionnaire.service.mjs +69 -69
- package/{esm2020 → esm2022}/lib/services/questionnaire/validation.service.mjs +59 -59
- package/{esm2020 → esm2022}/lib/services/security-service/security.service.mjs +35 -35
- package/{esm2020 → esm2022}/lib/services/tour/tour.service.mjs +60 -60
- package/{esm2020 → esm2022}/lib/services/util/util.service.mjs +424 -424
- package/esm2022/lib/validations/AppRegex.mjs +45 -0
- package/{esm2020 → esm2022}/lib/validations/AppValidators.mjs +165 -165
- package/{esm2020 → esm2022}/public-api.mjs +131 -131
- package/{esm2020 → esm2022}/reusa-ngx-reusa-app-lib.mjs +4 -4
- package/{fesm2020 → fesm2022}/reusa-ngx-reusa-app-lib.mjs +27966 -27877
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/annimations/app-animations.d.ts +3 -3
- package/lib/components/add-employer/add-employer.component.d.ts +276 -276
- package/lib/components/add-participant/add-participant.component.d.ts +45 -45
- package/lib/components/add-payment/add-payment.component.d.ts +33 -33
- package/lib/components/address/address.component.d.ts +68 -68
- package/lib/components/address/address.component.d.ts.map +1 -1
- package/lib/components/bank-details/bank-details.component.d.ts +39 -39
- package/lib/components/captcha/captcha.component.d.ts +44 -44
- package/lib/components/card/card.component.d.ts +11 -11
- package/lib/components/contact-us/contact-us.component.d.ts +105 -107
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/content/content.component.d.ts +13 -13
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +21 -21
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +25 -25
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +35 -35
- package/lib/components/disclosure/disclosure.component.d.ts +12 -12
- package/lib/components/dropdown/dropdown.component.d.ts +581 -207
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +31 -31
- package/lib/components/employer-grid/employer-grid.component.d.ts +95 -94
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- package/lib/components/error/error.component.d.ts +17 -17
- package/lib/components/fav-menu/fav-menu.component.d.ts +21 -21
- package/lib/components/file-download/file-download.component.d.ts +22 -22
- package/lib/components/file-uploader/file-uploader.component.d.ts +47 -47
- package/lib/components/footer/footer.component.d.ts +36 -36
- package/lib/components/header/header.component.d.ts +59 -58
- package/lib/components/header/header.component.d.ts.map +1 -1
- package/lib/components/help/help.component.d.ts +10 -10
- package/lib/components/idle-detector/idle-detector.component.d.ts +15 -15
- package/lib/components/info/info.component.d.ts +22 -22
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +21 -21
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +33 -33
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +15 -15
- package/lib/components/mask/mask.component.d.ts +11 -11
- package/lib/components/menu/menu.component.d.ts +43 -43
- package/lib/components/mfa/mfa.component.d.ts +59 -59
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +16 -16
- package/lib/components/money-expect/money-expect.component.d.ts +18 -18
- package/lib/components/msg/msg.component.d.ts +10 -10
- package/lib/components/news/news.component.d.ts +14 -14
- package/lib/components/overlay-info/overlay-info.component.d.ts +34 -34
- package/lib/components/page/page.component.d.ts +23 -23
- package/lib/components/profile/profile.component.d.ts +28 -28
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +13 -13
- package/lib/components/questionnaire/AppValidators.d.ts +14 -14
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/FbConstants.d.ts +7 -7
- package/lib/components/questionnaire/SelectItem.d.ts +4 -4
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +53 -53
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +75 -75
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +46 -46
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +82 -82
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +130 -130
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +66 -64
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/input-focus.directive.d.ts +11 -11
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +38 -38
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-base.d.ts +16 -16
- package/lib/components/questionnaire/question-control.service.d.ts +19 -19
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +18 -18
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +75 -74
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/read-more/read-more.component.d.ts +14 -14
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +67 -67
- package/lib/components/search-employer/search-employer.component.d.ts +37 -36
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- package/lib/components/select/select.component.d.ts +55 -55
- package/lib/components/ssn/ssn.component.d.ts +11 -11
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +22 -22
- package/lib/components/test/test.component.d.ts +8 -8
- package/lib/components/user-login/user-login.component.d.ts +48 -48
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +59 -59
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +45 -45
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +12 -12
- package/lib/directives/caps-lock.directive.d.ts +11 -11
- package/lib/directives/required-roles/required-roles.directive.d.ts +14 -14
- package/lib/enums/EmailStatusEnum.d.ts +7 -7
- package/lib/guards/auth.guard.d.ts +28 -28
- package/lib/guards/auth.guard.d.ts.map +1 -1
- package/lib/guards/no-login/no-login.guard.d.ts +11 -11
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +22 -22
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +21 -21
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -1
- package/lib/models/AddressComponentModel.d.ts +12 -12
- package/lib/models/BankDetailsComponentModel.d.ts +11 -11
- package/lib/models/BankDetailsModel.d.ts +4 -4
- package/lib/models/CinRequalificationCriteriaModel.d.ts +10 -10
- package/lib/models/EmployerDetailSearchResult.d.ts +47 -47
- package/lib/models/ErrorModel.d.ts +6 -6
- package/lib/models/FileModel.d.ts +4 -4
- package/lib/models/LibConstants.d.ts +112 -112
- package/lib/models/NewsAndAnnouncementModel.d.ts +5 -5
- package/lib/models/NotificationModel.d.ts +10 -10
- package/lib/models/OtpAuthModel.d.ts +6 -6
- package/lib/models/PaymentComponentModel.d.ts +7 -7
- package/lib/models/RequalifyLiftPageModel.d.ts +11 -11
- package/lib/models/SsaVerificationModel.d.ts +8 -8
- package/lib/models/TrendModel.d.ts +13 -13
- package/lib/models/UserDetailsModel.d.ts +9 -9
- package/lib/models/UserModel.d.ts +46 -46
- package/lib/models/case/CaseAttachmentModel.d.ts +5 -5
- package/lib/models/claimant/ClaimantModel.d.ts +22 -22
- package/lib/models/claimant/JobResultsData.d.ts +7 -7
- package/lib/models/claimant/MatchingJobs.d.ts +12 -12
- package/lib/models/claimant/ResetPasswordModel.d.ts +8 -8
- package/lib/models/cmp/CaseCoreModel.d.ts +20 -20
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +8 -8
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +5 -5
- package/lib/models/cmp/ContactUsModel.d.ts +22 -22
- package/lib/models/cmp/EmailTemplateModel.d.ts +6 -6
- package/lib/models/cmp/contactUsInqueryModel.d.ts +46 -46
- package/lib/models/cmp/messageRourceModel.d.ts +5 -5
- package/lib/models/dashboard-model.d.ts +43 -43
- package/lib/models/dependent.model.d.ts +11 -18
- package/lib/models/dependent.model.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +8 -8
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +16 -16
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +151 -151
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +16 -16
- package/lib/models/questionnaire/ComboModel.d.ts +85 -85
- package/lib/models/questionnaire/ElementsModel.d.ts +68 -68
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +17 -17
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +4 -4
- package/lib/models/questionnaire/FBConfigModel.d.ts +11 -11
- package/lib/models/questionnaire/KeyValueModel.d.ts +10 -10
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +10 -10
- package/lib/models/questionnaire/LoaderModel.d.ts +4 -4
- package/lib/models/questionnaire/PollingStatusModel.d.ts +6 -6
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +8 -8
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +23 -23
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +20 -20
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +24 -24
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +13 -13
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +6 -6
- package/lib/models/questionnaire/StatusModel.d.ts +15 -15
- package/lib/models/questionnaire/SuccessPageElement.d.ts +8 -8
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +12 -12
- package/lib/models/questionnaire/ValidationModel.d.ts +17 -17
- package/lib/ngx-reusa-app-lib.component.d.ts +8 -8
- package/lib/ngx-reusa-app-lib.module.d.ts +148 -145
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/ngx-reusa-app-lib.service.d.ts +6 -6
- package/lib/pages/BasePage.d.ts +26 -26
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +11 -11
- package/lib/pages/common/change-password/change-password.page.d.ts +40 -40
- package/lib/pages/common/landing/landing.component.d.ts +24 -24
- package/lib/pages/common/landing2/landing2.component.d.ts +30 -30
- package/lib/pages/common/login/login.component.d.ts +64 -64
- package/lib/pages/common/not-found/not-found.page.d.ts +8 -8
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +11 -11
- package/lib/pages/common/security-policy/security-policy.page.d.ts +11 -11
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +8 -8
- package/lib/pages/popovers/language/language.page.d.ts +16 -16
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +21 -21
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +20 -20
- package/lib/pages/popovers/user-search/user-search.component.d.ts +31 -31
- package/lib/pipes/filter.pipe.d.ts +7 -7
- package/lib/pipes/mask/mask.email.pipe.d.ts +10 -10
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +8 -8
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +10 -10
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +10 -10
- package/lib/services/base-service.d.ts +92 -92
- package/lib/services/captcha/captcha.service.d.ts +15 -15
- package/lib/services/case-service/case.service.d.ts +19 -19
- package/lib/services/chatbot/chatbot.service.d.ts +60 -60
- package/lib/services/chatbot/script.const.d.ts +15 -15
- package/lib/services/claimant/claimant.service.d.ts +17 -17
- package/lib/services/claimant-context/claimant-context.service.d.ts +18 -18
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -1
- package/lib/services/claimant-service/claimant.service.d.ts +19 -19
- package/lib/services/claims/claims.service.d.ts +39 -39
- package/lib/services/cmp-service/cmp.service.d.ts +33 -33
- package/lib/services/dms-service/dms.service.d.ts +23 -23
- package/lib/services/fpjs/fingerprint.service.d.ts +18 -18
- package/lib/services/google-analytics/google-analytics.service.d.ts +8 -8
- package/lib/services/help/help.service.d.ts +25 -25
- package/lib/services/help/help.service.d.ts.map +1 -1
- package/lib/services/idle/idle.service.d.ts +43 -43
- package/lib/services/logger/logger.service.d.ts +31 -31
- package/lib/services/logger/logger.service.d.ts.map +1 -1
- package/lib/services/login/login.service.d.ts +75 -75
- package/lib/services/login/login.service.d.ts.map +1 -1
- package/lib/services/maintenance/maintenance.service.d.ts +15 -15
- package/lib/services/notification/notification.service.d.ts +38 -38
- package/lib/services/questionnaire/questionnaire.service.d.ts +35 -35
- package/lib/services/questionnaire/validation.service.d.ts +81 -81
- package/lib/services/security-service/security.service.d.ts +14 -14
- package/lib/services/tour/tour.service.d.ts +24 -24
- package/lib/services/util/util.service.d.ts +190 -190
- package/lib/validations/AppRegex.d.ts +43 -43
- package/lib/validations/AppValidators.d.ts +53 -53
- package/package.json +6 -11
- package/public-api.d.ts +121 -121
- package/esm2020/lib/components/add-employer/add-employer.component.mjs +0 -3099
- package/esm2020/lib/components/add-participant/add-participant.component.mjs +0 -396
- package/esm2020/lib/components/add-payment/add-payment.component.mjs +0 -186
- package/esm2020/lib/components/address/address.component.mjs +0 -480
- package/esm2020/lib/components/bank-details/bank-details.component.mjs +0 -275
- package/esm2020/lib/components/captcha/captcha.component.mjs +0 -180
- package/esm2020/lib/components/card/card.component.mjs +0 -54
- package/esm2020/lib/components/contact-us/contact-us.component.mjs +0 -1004
- package/esm2020/lib/components/content/content.component.mjs +0 -60
- package/esm2020/lib/components/correspondence-download/correspondence-download.component.mjs +0 -82
- package/esm2020/lib/components/dashboard-card/dashboard-card.component.mjs +0 -219
- package/esm2020/lib/components/dependent-grid/dependent-grid.component.mjs +0 -297
- package/esm2020/lib/components/disclosure/disclosure.component.mjs +0 -59
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -1552
- package/esm2020/lib/components/email-update/email-update.component.mjs +0 -287
- package/esm2020/lib/components/employer-grid/employer-grid.component.mjs +0 -800
- package/esm2020/lib/components/error/error.component.mjs +0 -85
- package/esm2020/lib/components/fav-menu/fav-menu.component.mjs +0 -163
- package/esm2020/lib/components/file-uploader/file-uploader.component.mjs +0 -317
- package/esm2020/lib/components/footer/footer.component.mjs +0 -337
- package/esm2020/lib/components/header/header.component.mjs +0 -566
- package/esm2020/lib/components/help/help.component.mjs +0 -48
- package/esm2020/lib/components/idle-detector/idle-detector.component.mjs +0 -64
- package/esm2020/lib/components/job-search-result-page/job-search-result-page.component.mjs +0 -209
- package/esm2020/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +0 -192
- package/esm2020/lib/components/maintenance-detector/maintenance-detector.component.mjs +0 -42
- package/esm2020/lib/components/mask/mask.component.mjs +0 -48
- package/esm2020/lib/components/menu/menu.component.mjs +0 -430
- package/esm2020/lib/components/mfa/mfa.component.mjs +0 -451
- package/esm2020/lib/components/mfa-popup/mfa-popup.component.mjs +0 -49
- package/esm2020/lib/components/money-expect/money-expect.component.mjs +0 -89
- package/esm2020/lib/components/msg/msg.component.mjs +0 -48
- package/esm2020/lib/components/news/news.component.mjs +0 -89
- package/esm2020/lib/components/overlay-info/overlay-info.component.mjs +0 -235
- package/esm2020/lib/components/page/page.component.mjs +0 -138
- package/esm2020/lib/components/profile/profile.component.mjs +0 -182
- package/esm2020/lib/components/profile-redirect/profile-redirect.component.mjs +0 -62
- package/esm2020/lib/components/questionnaire/AppValidators.mjs +0 -523
- package/esm2020/lib/components/questionnaire/account-success/account-success.page.mjs +0 -259
- package/esm2020/lib/components/questionnaire/common-success/common-success.page.mjs +0 -483
- package/esm2020/lib/components/questionnaire/dynamic-form-panel.component.mjs +0 -1137
- package/esm2020/lib/components/questionnaire/dynamic-form-question.component.mjs +0 -1948
- package/esm2020/lib/components/questionnaire/dynamic-form.component.mjs +0 -1257
- package/esm2020/lib/components/questionnaire/form-builder/form-builder.page.mjs +0 -240
- package/esm2020/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +0 -259
- package/esm2020/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +0 -260
- package/esm2020/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +0 -703
- package/esm2020/lib/components/search-employer/search-employer.component.mjs +0 -142
- package/esm2020/lib/components/select/select.component.mjs +0 -153
- package/esm2020/lib/components/ssn/ssn.component.mjs +0 -43
- package/esm2020/lib/components/ssn-reverify/ssn-reverify.component.mjs +0 -150
- package/esm2020/lib/components/test/test.component.mjs +0 -18
- package/esm2020/lib/components/user-login/user-login.component.mjs +0 -401
- package/esm2020/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +0 -445
- package/esm2020/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +0 -308
- package/esm2020/lib/guards/no-login/no-login.guard.mjs +0 -21
- package/esm2020/lib/models/RequalifyLiftPageModel.mjs +0 -11
- package/esm2020/lib/models/cmp/CaseCoreModel.mjs +0 -3
- package/esm2020/lib/models/cmp/ContactUsModel.mjs +0 -3
- package/esm2020/lib/models/cmp/contactUsInqueryModel.mjs +0 -7
- package/esm2020/lib/models/dashboard-model.mjs +0 -3
- package/esm2020/lib/models/dependent.model.mjs +0 -8
- package/esm2020/lib/models/questionnaire/ComboModel.mjs +0 -337
- package/esm2020/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +0 -3
- package/esm2020/lib/models/questionnaire/StatusModel.mjs +0 -6
- package/esm2020/lib/models/questionnaire/UI512AResponseModel.mjs +0 -3
- package/esm2020/lib/ngx-reusa-app-lib.component.mjs +0 -22
- package/esm2020/lib/ngx-reusa-app-lib.module.mjs +0 -390
- package/esm2020/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +0 -80
- package/esm2020/lib/pages/common/change-password/change-password.page.mjs +0 -477
- package/esm2020/lib/pages/common/landing/landing.component.mjs +0 -207
- package/esm2020/lib/pages/common/landing2/landing2.component.mjs +0 -244
- package/esm2020/lib/pages/common/login/login.component.mjs +0 -542
- package/esm2020/lib/pages/common/not-found/not-found.page.mjs +0 -23
- package/esm2020/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +0 -305
- package/esm2020/lib/pages/common/security-policy/security-policy.page.mjs +0 -60
- package/esm2020/lib/pages/common/unauthorized/unauthorized.page.mjs +0 -23
- package/esm2020/lib/pages/popovers/language/language.page.mjs +0 -60
- package/esm2020/lib/pages/popovers/my-notifications/my-notifications.page.mjs +0 -205
- package/esm2020/lib/pages/popovers/my-profile/my-profile.page.mjs +0 -129
- package/esm2020/lib/pages/popovers/user-search/user-search.component.mjs +0 -253
- package/esm2020/lib/services/chatbot/script.const.mjs +0 -42
- package/esm2020/lib/services/claimant-context/claimant-context.service.mjs +0 -47
- package/esm2020/lib/services/login/login.service.mjs +0 -330
- package/esm2020/lib/validations/AppRegex.mjs +0 -45
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs +0 -30728
- package/fesm2015/reusa-ngx-reusa-app-lib.mjs.map +0 -1
- package/fesm2020/reusa-ngx-reusa-app-lib.mjs.map +0 -1
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@ionic/angular";
|
|
4
|
+
import * as i2 from "../../services/login/login.service";
|
|
5
|
+
import * as i3 from "../../services/util/util.service";
|
|
6
|
+
import * as i4 from "@angular/common";
|
|
7
|
+
import * as i5 from "primeng/messages";
|
|
8
|
+
function PageComponent_div_6_h1_3_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
i0.ɵɵelementStart(0, "h1");
|
|
10
|
+
i0.ɵɵtext(1);
|
|
11
|
+
i0.ɵɵelementEnd();
|
|
12
|
+
} if (rf & 2) {
|
|
13
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
14
|
+
i0.ɵɵadvance(1);
|
|
15
|
+
i0.ɵɵtextInterpolate(ctx_r2.headingText);
|
|
16
|
+
} }
|
|
17
|
+
function PageComponent_div_6_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
+
i0.ɵɵelementStart(0, "div", 11);
|
|
19
|
+
i0.ɵɵtext(1);
|
|
20
|
+
i0.ɵɵelementEnd();
|
|
21
|
+
} if (rf & 2) {
|
|
22
|
+
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
23
|
+
i0.ɵɵadvance(1);
|
|
24
|
+
i0.ɵɵtextInterpolate(ctx_r3.detailText);
|
|
25
|
+
} }
|
|
26
|
+
function PageComponent_div_6_ion_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
28
|
+
i0.ɵɵelementStart(0, "ion-button", 12);
|
|
29
|
+
i0.ɵɵlistener("click", function PageComponent_div_6_ion_button_5_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r5.openHome()); });
|
|
30
|
+
i0.ɵɵelement(1, "ion-icon", 13);
|
|
31
|
+
i0.ɵɵtext(2, " Home ");
|
|
32
|
+
i0.ɵɵelementEnd();
|
|
33
|
+
} }
|
|
34
|
+
function PageComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
35
|
+
i0.ɵɵelementStart(0, "div", 6);
|
|
36
|
+
i0.ɵɵelement(1, "p-messages", 7)(2, "i");
|
|
37
|
+
i0.ɵɵtemplate(3, PageComponent_div_6_h1_3_Template, 2, 1, "h1", 8)(4, PageComponent_div_6_div_4_Template, 2, 1, "div", 9)(5, PageComponent_div_6_ion_button_5_Template, 3, 0, "ion-button", 10);
|
|
38
|
+
i0.ɵɵelementEnd();
|
|
39
|
+
} if (rf & 2) {
|
|
40
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
41
|
+
i0.ɵɵadvance(1);
|
|
42
|
+
i0.ɵɵproperty("value", ctx_r0.util.msgs);
|
|
43
|
+
i0.ɵɵadvance(1);
|
|
44
|
+
i0.ɵɵclassMap(ctx_r0.icon);
|
|
45
|
+
i0.ɵɵadvance(1);
|
|
46
|
+
i0.ɵɵproperty("ngIf", ctx_r0.headingText);
|
|
47
|
+
i0.ɵɵadvance(1);
|
|
48
|
+
i0.ɵɵproperty("ngIf", ctx_r0.detailText);
|
|
49
|
+
i0.ɵɵadvance(1);
|
|
50
|
+
i0.ɵɵproperty("ngIf", ctx_r0.homeButton);
|
|
51
|
+
} }
|
|
52
|
+
function PageComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
53
|
+
i0.ɵɵelementStart(0, "div", 14);
|
|
54
|
+
i0.ɵɵprojection(1);
|
|
55
|
+
i0.ɵɵelementEnd();
|
|
56
|
+
} }
|
|
57
|
+
const _c0 = ["*"];
|
|
58
|
+
export class PageComponent {
|
|
59
|
+
constructor(nav, ls, util) {
|
|
60
|
+
this.nav = nav;
|
|
61
|
+
this.ls = ls;
|
|
62
|
+
this.util = util;
|
|
63
|
+
this.homeButton = false;
|
|
64
|
+
this.hideCard = false;
|
|
65
|
+
}
|
|
66
|
+
ngOnInit() { }
|
|
67
|
+
openHome() {
|
|
68
|
+
if (this.ls.getUser()) {
|
|
69
|
+
if (this.ls.isClaimant()) {
|
|
70
|
+
this.util.openPageByContextRoot('cp', "welcome");
|
|
71
|
+
this.util.hideLoader();
|
|
72
|
+
}
|
|
73
|
+
else if (this.ls.isEmployer() || this.ls.isTpa()) {
|
|
74
|
+
//this.util.openPageByContextRoot('cp',"employer-dashboard");
|
|
75
|
+
this.util.openPageByContextRoot('ss', "welcome");
|
|
76
|
+
this.util.hideLoader();
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
//this.util.openPageByContextRoot('cp',"csr-dashboard");
|
|
80
|
+
this.util.openPageByContextRoot('ss', "welcome");
|
|
81
|
+
this.util.hideLoader();
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
this.nav.navigateRoot('/login');
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
static { this.ɵfac = function PageComponent_Factory(t) { return new (t || PageComponent)(i0.ɵɵdirectiveInject(i1.NavController), i0.ɵɵdirectiveInject(i2.LoginService), i0.ɵɵdirectiveInject(i3.UtilService)); }; }
|
|
89
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageComponent, selectors: [["app-page"]], inputs: { src: "src", style: "style", alt: "alt", icon: "icon", headingText: "headingText", detailText: "detailText", homeButton: "homeButton", hideCard: "hideCard" }, ngContentSelectors: _c0, decls: 8, vars: 6, consts: [[1, "page-body", "notfound-page"], [1, "page-type"], [3, "src", "alt"], ["size", "12", "size-xl", "6", "size-lg", "8", "size-md", "10", "size-sm", "12", "offset-lg", "3", "offset-md", "3", "offset-xl", "3"], ["class", "card page-panel", 4, "ngIf"], ["style", "margin: -13% auto 0 auto;", 4, "ngIf"], [1, "card", "page-panel"], [3, "value"], [4, "ngIf"], ["class", "page-detail", 4, "ngIf"], ["color", "dark", "shape", "round", "value", "Home", 3, "click", 4, "ngIf"], [1, "page-detail"], ["color", "dark", "shape", "round", "value", "Home", 3, "click"], ["name", "home", "slot", "start"], [2, "margin", "-13% auto 0 auto"]], template: function PageComponent_Template(rf, ctx) { if (rf & 1) {
|
|
90
|
+
i0.ɵɵprojectionDef();
|
|
91
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
92
|
+
i0.ɵɵelement(2, "img", 2);
|
|
93
|
+
i0.ɵɵelementEnd();
|
|
94
|
+
i0.ɵɵelementStart(3, "ion-grid")(4, "ion-row")(5, "ion-col", 3);
|
|
95
|
+
i0.ɵɵtemplate(6, PageComponent_div_6_Template, 6, 6, "div", 4)(7, PageComponent_div_7_Template, 2, 0, "div", 5);
|
|
96
|
+
i0.ɵɵelementEnd()()()();
|
|
97
|
+
} if (rf & 2) {
|
|
98
|
+
i0.ɵɵstyleMap(ctx.style);
|
|
99
|
+
i0.ɵɵadvance(2);
|
|
100
|
+
i0.ɵɵproperty("src", ctx.src, i0.ɵɵsanitizeUrl)("alt", ctx.alt ? ctx.alt : "image");
|
|
101
|
+
i0.ɵɵadvance(4);
|
|
102
|
+
i0.ɵɵproperty("ngIf", !ctx.hideCard);
|
|
103
|
+
i0.ɵɵadvance(1);
|
|
104
|
+
i0.ɵɵproperty("ngIf", ctx.hideCard);
|
|
105
|
+
} }, dependencies: [i1.IonButton, i1.IonCol, i1.IonGrid, i1.IonIcon, i1.IonRow, i4.NgIf, i5.Messages], styles: [".page-body[_ngcontent-%COMP%]{height:auto}.page-body.notfound-page[_ngcontent-%COMP%] .page-type[_ngcontent-%COMP%]{background:var(--ion-color-primary)}.page-body[_ngcontent-%COMP%] .page-type[_ngcontent-%COMP%]{width:100%;height:50%;padding:50px 100px 100px;box-sizing:border-box;text-align:center}.page-type[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:15%}@media (max-width: 576px){.page-type[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:100%}}.page-body[_ngcontent-%COMP%] .page-panel[_ngcontent-%COMP%]{text-align:center;padding:35px;margin:-15% auto 0;z-index:100}.card[_ngcontent-%COMP%]{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);border-radius:2px;background:#fff;padding:1em;margin-bottom:1em;box-sizing:border-box}.page-body.notfound-page[_ngcontent-%COMP%] .page-panel[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{color:var(--ion-color-dark)}.page-body[_ngcontent-%COMP%] .page-panel[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:72px}.page-body[_ngcontent-%COMP%] .page-panel[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font-size:36px;line-height:36px;color:#757575}.card[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font-size:1.5em;font-weight:400;margin:1em 0}.page-body[_ngcontent-%COMP%] .page-panel[_ngcontent-%COMP%] .page-detail[_ngcontent-%COMP%]{margin:20px 0 100px;color:#757575}"] }); }
|
|
106
|
+
}
|
|
107
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageComponent, [{
|
|
108
|
+
type: Component,
|
|
109
|
+
args: [{ selector: 'app-page', template: "<div class=\"page-body notfound-page\" [style]=\"style\">\n \n<div class=\"page-type\"><img [src]=\"src\" [alt]=\"alt ? alt : 'image'\"></div>\n<ion-grid>\n <ion-row>\n <ion-col size=\"12\" size-xl=\"6\" size-lg=\"8\" size-md=\"10\" size-sm=\"12\" offset-lg=\"3\" offset-md=\"3\" offset-xl=\"3\">\n <div class=\"card page-panel\" *ngIf=\"!hideCard\">\n <p-messages [value]=\"util.msgs\"></p-messages>\n <i [class]=\"icon\"></i>\n <h1 *ngIf=\"headingText\">{{headingText}}</h1>\n <div class=\"page-detail\" *ngIf=\"detailText\">{{detailText}}</div>\n <ion-button color=\"dark\" shape=\"round\" (click)=\"openHome()\" *ngIf=\"homeButton\" value=\"Home\"> \n <ion-icon name=\"home\" slot=\"start\"></ion-icon>\n Home \n </ion-button>\n </div>\n <div *ngIf=\"hideCard\" style=\"margin: -13% auto 0 auto;\">\n <ng-content></ng-content>\n </div>\n </ion-col>\n </ion-row>\n</ion-grid>\n</div>", styles: [".page-body{height:auto}.page-body.notfound-page .page-type{background:var(--ion-color-primary)}.page-body .page-type{width:100%;height:50%;padding:50px 100px 100px;box-sizing:border-box;text-align:center}.page-type img{width:15%}@media (max-width: 576px){.page-type img{width:100%}}.page-body .page-panel{text-align:center;padding:35px;margin:-15% auto 0;z-index:100}.card{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);border-radius:2px;background:#fff;padding:1em;margin-bottom:1em;box-sizing:border-box}.page-body.notfound-page .page-panel i{color:var(--ion-color-dark)}.page-body .page-panel i{font-size:72px}.page-body .page-panel h1{font-size:36px;line-height:36px;color:#757575}.card h1{font-size:1.5em;font-weight:400;margin:1em 0}.page-body .page-panel .page-detail{margin:20px 0 100px;color:#757575}\n"] }]
|
|
110
|
+
}], () => [{ type: i1.NavController }, { type: i2.LoginService }, { type: i3.UtilService }], { src: [{
|
|
111
|
+
type: Input,
|
|
112
|
+
args: ['src']
|
|
113
|
+
}], style: [{
|
|
114
|
+
type: Input,
|
|
115
|
+
args: ['style']
|
|
116
|
+
}], alt: [{
|
|
117
|
+
type: Input,
|
|
118
|
+
args: ['alt']
|
|
119
|
+
}], icon: [{
|
|
120
|
+
type: Input,
|
|
121
|
+
args: ['icon']
|
|
122
|
+
}], headingText: [{
|
|
123
|
+
type: Input,
|
|
124
|
+
args: ['headingText']
|
|
125
|
+
}], detailText: [{
|
|
126
|
+
type: Input,
|
|
127
|
+
args: ['detailText']
|
|
128
|
+
}], homeButton: [{
|
|
129
|
+
type: Input,
|
|
130
|
+
args: ['homeButton']
|
|
131
|
+
}], hideCard: [{
|
|
132
|
+
type: Input,
|
|
133
|
+
args: ['hideCard']
|
|
134
|
+
}] }); })();
|
|
135
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PageComponent, { className: "PageComponent" }); })();
|
|
136
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvcGFnZS9wYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9wYWdlL3BhZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7O0lDU2pELDBCQUF3QjtJQUFBLFlBQWU7SUFBQSxpQkFBSzs7O0lBQXBCLGVBQWU7SUFBZix3Q0FBZTs7O0lBQ3ZDLCtCQUE0QztJQUFBLFlBQWM7SUFBQSxpQkFBTTs7O0lBQXBCLGVBQWM7SUFBZCx1Q0FBYzs7OztJQUMxRCxzQ0FBNEY7SUFBckQsNEtBQVMsZUFBQSxpQkFBVSxDQUFBLElBQUM7SUFDdkQsK0JBQThDO0lBQzlDLHNCQUNKO0lBQUEsaUJBQWE7OztJQVJiLDhCQUErQztJQUMvQyxnQ0FBNkMsUUFBQTtJQUU3QyxrRUFBNEMsdURBQUEsc0VBQUE7SUFNNUMsaUJBQU07OztJQVJNLGVBQW1CO0lBQW5CLHdDQUFtQjtJQUM1QixlQUFjO0lBQWQsMEJBQWM7SUFDWixlQUFpQjtJQUFqQix5Q0FBaUI7SUFDSSxlQUFnQjtJQUFoQix3Q0FBZ0I7SUFDbUIsZUFBZ0I7SUFBaEIsd0NBQWdCOzs7SUFLN0UsK0JBQXdEO0lBQ3hELGtCQUF5QjtJQUN6QixpQkFBTTs7O0FEUmQsTUFBTSxPQUFPLGFBQWE7SUFrQnhCLFlBQW9CLEdBQW1CLEVBQVUsRUFBaUIsRUFBUyxJQUFrQjtRQUF6RSxRQUFHLEdBQUgsR0FBRyxDQUFnQjtRQUFVLE9BQUUsR0FBRixFQUFFLENBQWU7UUFBUyxTQUFJLEdBQUosSUFBSSxDQUFjO1FBSnhFLGVBQVUsR0FBYSxLQUFLLENBQUM7UUFFL0IsYUFBUSxHQUFjLEtBQUssQ0FBQztJQUVrRCxDQUFDO0lBRWxHLFFBQVEsS0FBSSxDQUFDO0lBRWIsUUFBUTtRQUNOLElBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxPQUFPLEVBQUUsRUFBQztZQUNuQixJQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsVUFBVSxFQUFFLEVBQUM7Z0JBQ3RCLElBQUksQ0FBQyxJQUFJLENBQUMscUJBQXFCLENBQUMsSUFBSSxFQUFDLFNBQVMsQ0FBQyxDQUFDO2dCQUNoRCxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO2FBQ3hCO2lCQUFNLElBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxVQUFVLEVBQUUsSUFBSSxJQUFJLENBQUMsRUFBRSxDQUFDLEtBQUssRUFBRSxFQUFDO2dCQUNoRCw2REFBNkQ7Z0JBQzdELElBQUksQ0FBQyxJQUFJLENBQUMscUJBQXFCLENBQUMsSUFBSSxFQUFDLFNBQVMsQ0FBQyxDQUFDO2dCQUNoRCxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO2FBQ3hCO2lCQUFNO2dCQUNMLHdEQUF3RDtnQkFDeEQsSUFBSSxDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLEVBQUMsU0FBUyxDQUFDLENBQUM7Z0JBQ2hELElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7YUFDeEI7U0FDRjthQUFJO1lBQ0gsSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLENBQUM7U0FDakM7SUFDSCxDQUFDOzhFQXZDVSxhQUFhO29FQUFiLGFBQWE7O1lDVjFCLDhCQUFxRCxhQUFBO1lBRTlCLHlCQUE2QztZQUFBLGlCQUFNO1lBQzFFLGdDQUFVLGNBQUEsaUJBQUE7WUFHRiw4REFTTSxpREFBQTtZQUlWLGlCQUFVLEVBQUEsRUFBQSxFQUFBOztZQW5CdUIsd0JBQWU7WUFFeEIsZUFBVztZQUFYLCtDQUFXLG9DQUFBO1lBSUQsZUFBZTtZQUFmLG9DQUFlO1lBVXZDLGVBQWM7WUFBZCxtQ0FBYzs7O2lGRE5mLGFBQWE7Y0FMekIsU0FBUzsyQkFDRSxVQUFVO21HQU1OLEdBQUc7a0JBQWhCLEtBQUs7bUJBQUMsS0FBSztZQUVJLEtBQUs7a0JBQXBCLEtBQUs7bUJBQUMsT0FBTztZQUVBLEdBQUc7a0JBQWhCLEtBQUs7bUJBQUMsS0FBSztZQUVHLElBQUk7a0JBQWxCLEtBQUs7bUJBQUMsTUFBTTtZQUVTLFdBQVc7a0JBQWhDLEtBQUs7bUJBQUMsYUFBYTtZQUVDLFVBQVU7a0JBQTlCLEtBQUs7bUJBQUMsWUFBWTtZQUVFLFVBQVU7a0JBQTlCLEtBQUs7bUJBQUMsWUFBWTtZQUVBLFFBQVE7a0JBQTFCLEtBQUs7bUJBQUMsVUFBVTs7a0ZBaEJOLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5hdkNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcbmltcG9ydCB7IFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtcGFnZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9wYWdlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcGFnZS5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgUGFnZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KCdzcmMnKSBzcmMgOiBzdHJpbmc7XG5cbiAgQElucHV0KCdzdHlsZScpIHN0eWxlIDogc3RyaW5nO1xuXG4gIEBJbnB1dCgnYWx0JykgYWx0IDogc3RyaW5nO1xuICBcbiAgQElucHV0KCdpY29uJykgaWNvbiA6IHN0cmluZztcblxuICBASW5wdXQoJ2hlYWRpbmdUZXh0JykgaGVhZGluZ1RleHQgOiBzdHJpbmc7XG5cbiAgQElucHV0KCdkZXRhaWxUZXh0JykgZGV0YWlsVGV4dCA6IHN0cmluZztcblxuICBASW5wdXQoJ2hvbWVCdXR0b24nKSBob21lQnV0dG9uIDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgnaGlkZUNhcmQnKSBoaWRlQ2FyZCAgOiBib29sZWFuID0gZmFsc2U7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBuYXYgOiBOYXZDb250cm9sbGVyLCBwcml2YXRlIGxzIDogTG9naW5TZXJ2aWNlLCBwdWJsaWMgdXRpbCA6IFV0aWxTZXJ2aWNlKSB7IH1cblxuICBuZ09uSW5pdCgpIHt9XG5cbiAgb3BlbkhvbWUoKXtcbiAgICBpZih0aGlzLmxzLmdldFVzZXIoKSl7XG4gICAgICBpZih0aGlzLmxzLmlzQ2xhaW1hbnQoKSl7XG4gICAgICAgIHRoaXMudXRpbC5vcGVuUGFnZUJ5Q29udGV4dFJvb3QoJ2NwJyxcIndlbGNvbWVcIik7XG4gICAgICAgIHRoaXMudXRpbC5oaWRlTG9hZGVyKCk7XG4gICAgICB9IGVsc2UgaWYodGhpcy5scy5pc0VtcGxveWVyKCkgfHwgdGhpcy5scy5pc1RwYSgpKXtcbiAgICAgICAgLy90aGlzLnV0aWwub3BlblBhZ2VCeUNvbnRleHRSb290KCdjcCcsXCJlbXBsb3llci1kYXNoYm9hcmRcIik7XG4gICAgICAgIHRoaXMudXRpbC5vcGVuUGFnZUJ5Q29udGV4dFJvb3QoJ3NzJyxcIndlbGNvbWVcIik7XG4gICAgICAgIHRoaXMudXRpbC5oaWRlTG9hZGVyKCk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICAvL3RoaXMudXRpbC5vcGVuUGFnZUJ5Q29udGV4dFJvb3QoJ2NwJyxcImNzci1kYXNoYm9hcmRcIik7XG4gICAgICAgIHRoaXMudXRpbC5vcGVuUGFnZUJ5Q29udGV4dFJvb3QoJ3NzJyxcIndlbGNvbWVcIik7XG4gICAgICAgIHRoaXMudXRpbC5oaWRlTG9hZGVyKCk7XG4gICAgICB9XG4gICAgfWVsc2V7XG4gICAgICB0aGlzLm5hdi5uYXZpZ2F0ZVJvb3QoJy9sb2dpbicpO1xuICAgIH1cbiAgfVxuXG59XG4iLCI8ZGl2IGNsYXNzPVwicGFnZS1ib2R5IG5vdGZvdW5kLXBhZ2VcIiBbc3R5bGVdPVwic3R5bGVcIj5cbiAgXG48ZGl2IGNsYXNzPVwicGFnZS10eXBlXCI+PGltZyBbc3JjXT1cInNyY1wiIFthbHRdPVwiYWx0ID8gYWx0IDogJ2ltYWdlJ1wiPjwvZGl2PlxuPGlvbi1ncmlkPlxuICAgIDxpb24tcm93PlxuICAgIDxpb24tY29sIHNpemU9XCIxMlwiIHNpemUteGw9XCI2XCIgc2l6ZS1sZz1cIjhcIiBzaXplLW1kPVwiMTBcIiBzaXplLXNtPVwiMTJcIiBvZmZzZXQtbGc9XCIzXCIgb2Zmc2V0LW1kPVwiM1wiIG9mZnNldC14bD1cIjNcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNhcmQgcGFnZS1wYW5lbFwiICpuZ0lmPVwiIWhpZGVDYXJkXCI+XG4gICAgICAgIDxwLW1lc3NhZ2VzIFt2YWx1ZV09XCJ1dGlsLm1zZ3NcIj48L3AtbWVzc2FnZXM+XG4gICAgICAgIDxpIFtjbGFzc109XCJpY29uXCI+PC9pPlxuICAgICAgICA8aDEgKm5nSWY9XCJoZWFkaW5nVGV4dFwiPnt7aGVhZGluZ1RleHR9fTwvaDE+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJwYWdlLWRldGFpbFwiICpuZ0lmPVwiZGV0YWlsVGV4dFwiPnt7ZGV0YWlsVGV4dH19PC9kaXY+XG4gICAgICAgIDxpb24tYnV0dG9uIGNvbG9yPVwiZGFya1wiIHNoYXBlPVwicm91bmRcIiAoY2xpY2spPVwib3BlbkhvbWUoKVwiICpuZ0lmPVwiaG9tZUJ1dHRvblwiIHZhbHVlPVwiSG9tZVwiPiBcbiAgICAgICAgICAgIDxpb24taWNvbiBuYW1lPVwiaG9tZVwiIHNsb3Q9XCJzdGFydFwiPjwvaW9uLWljb24+XG4gICAgICAgICAgICBIb21lIFxuICAgICAgICA8L2lvbi1idXR0b24+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2ICpuZ0lmPVwiaGlkZUNhcmRcIiBzdHlsZT1cIm1hcmdpbjogLTEzJSBhdXRvIDAgYXV0bztcIj5cbiAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2lvbi1jb2w+XG4gICAgPC9pb24tcm93PlxuPC9pb24tZ3JpZD5cbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import { Component, EventEmitter, Output, ViewChild } from '@angular/core';
|
|
2
|
+
import { ComboOption } from '../../models/questionnaire/ComboModel';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../services/login/login.service";
|
|
5
|
+
import * as i2 from "@ionic/angular";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "primeng/api";
|
|
8
|
+
import * as i5 from "@angular/forms";
|
|
9
|
+
import * as i6 from "primeng/dialog";
|
|
10
|
+
import * as i7 from "primeng/selectbutton";
|
|
11
|
+
import * as i8 from "../questionnaire/form-builder/form-builder.page";
|
|
12
|
+
import * as i9 from "@ngx-translate/core";
|
|
13
|
+
const _c0 = ["fb"];
|
|
14
|
+
function ProfileComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
16
|
+
i0.ɵɵelementStart(0, "ion-grid")(1, "ion-row")(2, "ion-col", 5);
|
|
17
|
+
i0.ɵɵtext(3);
|
|
18
|
+
i0.ɵɵpipe(4, "translate");
|
|
19
|
+
i0.ɵɵelementStart(5, "span", 6);
|
|
20
|
+
i0.ɵɵtext(6);
|
|
21
|
+
i0.ɵɵelementEnd()()();
|
|
22
|
+
i0.ɵɵelementStart(7, "ion-row")(8, "ion-col")(9, "p-selectButton", 7);
|
|
23
|
+
i0.ɵɵlistener("ngModelChange", function ProfileComponent_ng_template_1_Template_p_selectButton_ngModelChange_9_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.selected = $event); })("onOptionClick", function ProfileComponent_ng_template_1_Template_p_selectButton_onOptionClick_9_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.onValueChange($event)); });
|
|
24
|
+
i0.ɵɵelementEnd()()()();
|
|
25
|
+
} if (rf & 2) {
|
|
26
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
27
|
+
i0.ɵɵadvance(3);
|
|
28
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(4, 4, "Your Account"), " ");
|
|
29
|
+
i0.ɵɵadvance(3);
|
|
30
|
+
i0.ɵɵtextInterpolate1("(CID ", ctx_r0.ls.getUser().claimantId, ")");
|
|
31
|
+
i0.ɵɵadvance(3);
|
|
32
|
+
i0.ɵɵproperty("options", ctx_r0.profileOpts)("ngModel", ctx_r0.selected);
|
|
33
|
+
} }
|
|
34
|
+
function ProfileComponent_div_2_app_form_builder_1_Template(rf, ctx) { if (rf & 1) {
|
|
35
|
+
const _r13 = i0.ɵɵgetCurrentView();
|
|
36
|
+
i0.ɵɵelementStart(0, "app-form-builder", 10, 11);
|
|
37
|
+
i0.ɵɵlistener("onError", function ProfileComponent_div_2_app_form_builder_1_Template_app_form_builder_onError_0_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r12 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r12.handleError($event)); })("onComplete", function ProfileComponent_div_2_app_form_builder_1_Template_app_form_builder_onComplete_0_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r14 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r14.success($event)); });
|
|
38
|
+
i0.ɵɵelementEnd();
|
|
39
|
+
} if (rf & 2) {
|
|
40
|
+
const ctx_r8 = i0.ɵɵnextContext(2);
|
|
41
|
+
i0.ɵɵproperty("flowKey", ctx_r8.selected)("showOnlyQuestion", true)("hideHeader", true)("hideFooter", true)("sizeXs", 12)("sizeSm", 12)("sizeMd", 12)("sizeLg", 12)("sizeXl", 12)("offsetXl", 0)("offsetLg", 0);
|
|
42
|
+
} }
|
|
43
|
+
function ProfileComponent_div_2_app_form_builder_2_Template(rf, ctx) { if (rf & 1) {
|
|
44
|
+
const _r17 = i0.ɵɵgetCurrentView();
|
|
45
|
+
i0.ɵɵelementStart(0, "app-form-builder", 10, 11);
|
|
46
|
+
i0.ɵɵlistener("onError", function ProfileComponent_div_2_app_form_builder_2_Template_app_form_builder_onError_0_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r16 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r16.handleError($event)); })("onComplete", function ProfileComponent_div_2_app_form_builder_2_Template_app_form_builder_onComplete_0_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r18 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r18.success($event)); });
|
|
47
|
+
i0.ɵɵelementEnd();
|
|
48
|
+
} if (rf & 2) {
|
|
49
|
+
const ctx_r9 = i0.ɵɵnextContext(2);
|
|
50
|
+
i0.ɵɵproperty("flowKey", ctx_r9.selected)("showOnlyQuestion", true)("hideHeader", true)("hideFooter", true)("sizeXs", 12)("sizeSm", 12)("sizeMd", 12)("sizeLg", 12)("sizeXl", 12)("offsetXl", 0)("offsetLg", 0);
|
|
51
|
+
} }
|
|
52
|
+
function ProfileComponent_div_2_app_form_builder_3_Template(rf, ctx) { if (rf & 1) {
|
|
53
|
+
const _r21 = i0.ɵɵgetCurrentView();
|
|
54
|
+
i0.ɵɵelementStart(0, "app-form-builder", 10, 11);
|
|
55
|
+
i0.ɵɵlistener("onError", function ProfileComponent_div_2_app_form_builder_3_Template_app_form_builder_onError_0_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r20 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r20.handleError($event)); })("onComplete", function ProfileComponent_div_2_app_form_builder_3_Template_app_form_builder_onComplete_0_listener($event) { i0.ɵɵrestoreView(_r21); const ctx_r22 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r22.success($event)); });
|
|
56
|
+
i0.ɵɵelementEnd();
|
|
57
|
+
} if (rf & 2) {
|
|
58
|
+
const ctx_r10 = i0.ɵɵnextContext(2);
|
|
59
|
+
i0.ɵɵproperty("flowKey", ctx_r10.selected)("showOnlyQuestion", true)("hideHeader", true)("hideFooter", true)("sizeXs", 12)("sizeSm", 12)("sizeMd", 12)("sizeLg", 12)("sizeXl", 12)("offsetXl", 0)("offsetLg", 0);
|
|
60
|
+
} }
|
|
61
|
+
function ProfileComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
62
|
+
i0.ɵɵelementStart(0, "div", 8);
|
|
63
|
+
i0.ɵɵtemplate(1, ProfileComponent_div_2_app_form_builder_1_Template, 2, 11, "app-form-builder", 9)(2, ProfileComponent_div_2_app_form_builder_2_Template, 2, 11, "app-form-builder", 9)(3, ProfileComponent_div_2_app_form_builder_3_Template, 2, 11, "app-form-builder", 9);
|
|
64
|
+
i0.ɵɵelementEnd();
|
|
65
|
+
} if (rf & 2) {
|
|
66
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
67
|
+
i0.ɵɵadvance(1);
|
|
68
|
+
i0.ɵɵproperty("ngIf", ctx_r1.selected == "personal-details");
|
|
69
|
+
i0.ɵɵadvance(1);
|
|
70
|
+
i0.ɵɵproperty("ngIf", ctx_r1.selected == "contact-details");
|
|
71
|
+
i0.ɵɵadvance(1);
|
|
72
|
+
i0.ɵɵproperty("ngIf", ctx_r1.selected == "payment-details");
|
|
73
|
+
} }
|
|
74
|
+
function ProfileComponent_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
75
|
+
i0.ɵɵelementStart(0, "div")(1, "div", 12);
|
|
76
|
+
i0.ɵɵelement(2, "ion-icon", 13);
|
|
77
|
+
i0.ɵɵelementStart(3, "h1");
|
|
78
|
+
i0.ɵɵtext(4, "Saved successfully.");
|
|
79
|
+
i0.ɵɵelementEnd()()();
|
|
80
|
+
} }
|
|
81
|
+
function ProfileComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
82
|
+
i0.ɵɵelementStart(0, "div")(1, "div", 12);
|
|
83
|
+
i0.ɵɵelement(2, "ion-icon", 14);
|
|
84
|
+
i0.ɵɵelementStart(3, "h1");
|
|
85
|
+
i0.ɵɵtext(4, "Opps, could not process your request. Please try again.");
|
|
86
|
+
i0.ɵɵelementEnd()()();
|
|
87
|
+
} }
|
|
88
|
+
function ProfileComponent_ng_template_5_ion_button_8_Template(rf, ctx) { if (rf & 1) {
|
|
89
|
+
const _r25 = i0.ɵɵgetCurrentView();
|
|
90
|
+
i0.ɵɵelementStart(0, "ion-button", 20);
|
|
91
|
+
i0.ɵɵlistener("click", function ProfileComponent_ng_template_5_ion_button_8_Template_ion_button_click_0_listener() { i0.ɵɵrestoreView(_r25); const ctx_r24 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r24.save()); });
|
|
92
|
+
i0.ɵɵtext(1, "Save");
|
|
93
|
+
i0.ɵɵelementEnd();
|
|
94
|
+
} }
|
|
95
|
+
function ProfileComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
|
|
96
|
+
const _r27 = i0.ɵɵgetCurrentView();
|
|
97
|
+
i0.ɵɵelementStart(0, "ion-grid")(1, "ion-row")(2, "ion-col", 15)(3, "ion-button", 16);
|
|
98
|
+
i0.ɵɵlistener("click", function ProfileComponent_ng_template_5_Template_ion_button_click_3_listener() { i0.ɵɵrestoreView(_r27); const ctx_r26 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r26.logout()); });
|
|
99
|
+
i0.ɵɵtext(4, "Logout");
|
|
100
|
+
i0.ɵɵelementEnd()();
|
|
101
|
+
i0.ɵɵelementStart(5, "ion-col", 17)(6, "ion-button", 18);
|
|
102
|
+
i0.ɵɵlistener("click", function ProfileComponent_ng_template_5_Template_ion_button_click_6_listener() { i0.ɵɵrestoreView(_r27); const ctx_r28 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r28.cancel()); });
|
|
103
|
+
i0.ɵɵtext(7, "Close");
|
|
104
|
+
i0.ɵɵelementEnd();
|
|
105
|
+
i0.ɵɵtemplate(8, ProfileComponent_ng_template_5_ion_button_8_Template, 2, 0, "ion-button", 19);
|
|
106
|
+
i0.ɵɵelementEnd()()();
|
|
107
|
+
} if (rf & 2) {
|
|
108
|
+
const ctx_r4 = i0.ɵɵnextContext();
|
|
109
|
+
i0.ɵɵadvance(8);
|
|
110
|
+
i0.ɵɵproperty("ngIf", !(ctx_r4.showSuccess || ctx_r4.showError));
|
|
111
|
+
} }
|
|
112
|
+
const _c1 = () => ({ width: "60vw" });
|
|
113
|
+
const _c2 = () => ({ "1024px": "75vw", "768px": "85vw", "640px": "100vw" });
|
|
114
|
+
export class ProfileComponent {
|
|
115
|
+
constructor(ls, nav) {
|
|
116
|
+
this.ls = ls;
|
|
117
|
+
this.nav = nav;
|
|
118
|
+
this.showSuccess = false;
|
|
119
|
+
this.showError = false;
|
|
120
|
+
this.onCancel = new EventEmitter();
|
|
121
|
+
this.profileOpts = ComboOption.CLAIMANT_PROFILE_OPTS;
|
|
122
|
+
this.selected = 'personal-details';
|
|
123
|
+
}
|
|
124
|
+
ngOnInit() {
|
|
125
|
+
}
|
|
126
|
+
onValueChange(event) {
|
|
127
|
+
this.showError = false;
|
|
128
|
+
this.showSuccess = false;
|
|
129
|
+
}
|
|
130
|
+
cancel() {
|
|
131
|
+
this.onCancel.emit();
|
|
132
|
+
}
|
|
133
|
+
save() {
|
|
134
|
+
this.fb.submitQuestionnaire();
|
|
135
|
+
}
|
|
136
|
+
handleError(error) {
|
|
137
|
+
this.showError = true;
|
|
138
|
+
}
|
|
139
|
+
success(msg) {
|
|
140
|
+
this.showSuccess = true;
|
|
141
|
+
}
|
|
142
|
+
logout() {
|
|
143
|
+
this.nav.navigateRoot('/landing');
|
|
144
|
+
this.ls.logout();
|
|
145
|
+
}
|
|
146
|
+
static { this.ɵfac = function ProfileComponent_Factory(t) { return new (t || ProfileComponent)(i0.ɵɵdirectiveInject(i1.LoginService), i0.ɵɵdirectiveInject(i2.NavController)); }; }
|
|
147
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileComponent, selectors: [["app-profile"]], viewQuery: function ProfileComponent_Query(rf, ctx) { if (rf & 1) {
|
|
148
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
149
|
+
} if (rf & 2) {
|
|
150
|
+
let _t;
|
|
151
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.fb = _t.first);
|
|
152
|
+
} }, outputs: { onCancel: "onCancel" }, decls: 6, vars: 8, consts: [["visible", "true", "modal", "true", "appendTo", "body", "position", "top", 3, "breakpoints"], ["pTemplate", "header"], ["style", "margin-left: -8px;", 4, "ngIf"], [4, "ngIf"], ["pTemplate", "footer"], [1, "ion-text-left", "heading", 2, "padding-left", "24px"], [2, "font-size", "16px"], ["styleClass", "ion-padding-start", "optionLabel", "text", "optionValue", "value", 3, "options", "ngModel", "ngModelChange", "onOptionClick"], [2, "margin-left", "-8px"], [3, "flowKey", "showOnlyQuestion", "hideHeader", "hideFooter", "sizeXs", "sizeSm", "sizeMd", "sizeLg", "sizeXl", "offsetXl", "offsetLg", "onError", "onComplete", 4, "ngIf"], [3, "flowKey", "showOnlyQuestion", "hideHeader", "hideFooter", "sizeXs", "sizeSm", "sizeMd", "sizeLg", "sizeXl", "offsetXl", "offsetLg", "onError", "onComplete"], ["fb", ""], [1, "ion-text-center", "ion-padding-top"], ["name", "checkmark-circle", 2, "font-size", "80px", "color", "var(--ion-color-green)"], ["name", "close-circle-outline", 2, "font-size", "80px", "color", "var(--ion-color-danger)"], ["size", "12", "sizeXl", "4", "sizeLg", "4", "sizeMd", "5", 1, "ion-text-left"], ["shape", "round", "fill", "outline", "type", "button", 3, "click"], ["size", "12", "sizeXl", "8", "sizeLg", "8", "sizeMd", "7", 1, "ion-text-right"], ["shape", "round", "fill", "outline", "type", "reset", 3, "click"], ["shape", "round", "type", "submit", 3, "click", 4, "ngIf"], ["shape", "round", "type", "submit", 3, "click"]], template: function ProfileComponent_Template(rf, ctx) { if (rf & 1) {
|
|
153
|
+
i0.ɵɵelementStart(0, "p-dialog", 0);
|
|
154
|
+
i0.ɵɵtemplate(1, ProfileComponent_ng_template_1_Template, 10, 6, "ng-template", 1)(2, ProfileComponent_div_2_Template, 4, 3, "div", 2)(3, ProfileComponent_div_3_Template, 5, 0, "div", 3)(4, ProfileComponent_div_4_Template, 5, 0, "div", 3)(5, ProfileComponent_ng_template_5_Template, 9, 1, "ng-template", 4);
|
|
155
|
+
i0.ɵɵelementEnd();
|
|
156
|
+
} if (rf & 2) {
|
|
157
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(6, _c1));
|
|
158
|
+
i0.ɵɵproperty("breakpoints", i0.ɵɵpureFunction0(7, _c2));
|
|
159
|
+
i0.ɵɵadvance(2);
|
|
160
|
+
i0.ɵɵproperty("ngIf", !(ctx.showSuccess || ctx.showError));
|
|
161
|
+
i0.ɵɵadvance(1);
|
|
162
|
+
i0.ɵɵproperty("ngIf", ctx.showSuccess);
|
|
163
|
+
i0.ɵɵadvance(1);
|
|
164
|
+
i0.ɵɵproperty("ngIf", ctx.showError);
|
|
165
|
+
} }, dependencies: [i2.IonButton, i2.IonCol, i2.IonGrid, i2.IonIcon, i2.IonRow, i3.NgIf, i4.PrimeTemplate, i5.NgControlStatus, i5.NgModel, i6.Dialog, i7.SelectButton, i8.FormBuilderPage, i9.TranslatePipe], styles: ["ion-col[_ngcontent-%COMP%]{margin-left:0!important}"] }); }
|
|
166
|
+
}
|
|
167
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProfileComponent, [{
|
|
168
|
+
type: Component,
|
|
169
|
+
args: [{ selector: 'app-profile', template: "<p-dialog visible=\"true\" modal=\"true\" appendTo=\"body\" [breakpoints]=\"{'1024px': '75vw', '768px': '85vw', '640px': '100vw'}\"\n [style]=\"{width: '60vw'}\" position=\"top\">\n <ng-template pTemplate=\"header\">\n <ion-grid>\n <ion-row>\n <ion-col class=\"ion-text-left heading\" style=\"padding-left: 24px;\">\n {{\"Your Account\" | translate}} <span style=\"font-size: 16px;\">(CID\n {{ls.getUser().claimantId}})</span>\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col>\n <p-selectButton styleClass=\"ion-padding-start\" [options]=\"profileOpts\" optionLabel=\"text\"\n optionValue=\"value\" [(ngModel)]=\"selected\" (onOptionClick)=\"onValueChange($event)\">\n </p-selectButton>\n </ion-col>\n </ion-row>\n </ion-grid>\n </ng-template>\n <div *ngIf=\"!(showSuccess || showError)\" style=\"margin-left: -8px;\">\n <app-form-builder #fb *ngIf=\"selected == 'personal-details'\" [flowKey]=\"selected\" [showOnlyQuestion]=\"true\" [hideHeader]=\"true\" [hideFooter]=\"true\"\n [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\" [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" (onError)=\"handleError($event)\" (onComplete)=\"success($event)\">\n </app-form-builder>\n <app-form-builder #fb *ngIf=\"selected == 'contact-details'\" [flowKey]=\"selected\" [showOnlyQuestion]=\"true\" [hideHeader]=\"true\" [hideFooter]=\"true\"\n [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\" [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" (onError)=\"handleError($event)\" (onComplete)=\"success($event)\">\n </app-form-builder>\n <app-form-builder #fb *ngIf=\"selected == 'payment-details'\" [flowKey]=\"selected\" [showOnlyQuestion]=\"true\" [hideHeader]=\"true\" [hideFooter]=\"true\"\n [sizeXs]=\"12\" [sizeSm]=\"12\" [sizeMd]=\"12\" [sizeLg]=\"12\" [sizeXl]=\"12\" [offsetXl]=\"0\" [offsetLg]=\"0\" (onError)=\"handleError($event)\" (onComplete)=\"success($event)\">\n </app-form-builder>\n </div>\n <div *ngIf=\"showSuccess\">\n <div class=\"ion-text-center ion-padding-top\">\n <ion-icon name=\"checkmark-circle\" style=\"font-size: 80px; color: var(--ion-color-green);\"></ion-icon>\n <h1>Saved successfully.</h1>\n </div>\n </div>\n\n <div *ngIf=\"showError\">\n <div class=\"ion-text-center ion-padding-top\">\n <ion-icon name=\"close-circle-outline\" style=\"font-size: 80px; color: var(--ion-color-danger);\"></ion-icon>\n <h1>Opps, could not process your request. Please try again.</h1>\n </div>\n </div>\n <ng-template pTemplate=\"footer\">\n <ion-grid>\n <ion-row>\n <ion-col class=\"ion-text-left\" size=\"12\" sizeXl=\"4\" sizeLg=\"4\" sizeMd=\"5\">\n <ion-button shape=\"round\" fill=\"outline\" type=\"button\" (click)=\"logout()\">Logout</ion-button>\n </ion-col>\n <ion-col class=\"ion-text-right\" size=\"12\" sizeXl=\"8\" sizeLg=\"8\" sizeMd=\"7\">\n <ion-button shape=\"round\" fill=\"outline\" type=\"reset\" (click)=\"cancel()\">Close</ion-button>\n <ion-button shape=\"round\" type=\"submit\" (click)=\"save()\" *ngIf=\"!(showSuccess || showError)\">Save</ion-button>\n </ion-col>\n </ion-row>\n </ion-grid>\n </ng-template>\n</p-dialog>", styles: ["ion-col{margin-left:0!important}\n"] }]
|
|
170
|
+
}], () => [{ type: i1.LoginService }, { type: i2.NavController }], { fb: [{
|
|
171
|
+
type: ViewChild,
|
|
172
|
+
args: ['fb']
|
|
173
|
+
}], onCancel: [{
|
|
174
|
+
type: Output
|
|
175
|
+
}] }); })();
|
|
176
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileComponent, { className: "ProfileComponent" }); })();
|
|
177
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvcHJvZmlsZS9wcm9maWxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9wcm9maWxlL3Byb2ZpbGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQVUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRixPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sdUNBQXVDLENBQUM7Ozs7Ozs7Ozs7Ozs7O0lDRTVELGdDQUFVLGNBQUEsaUJBQUE7SUFHRSxZQUErQjs7SUFBQSwrQkFBK0I7SUFBQSxZQUM5QjtJQUFBLGlCQUFPLEVBQUEsRUFBQTtJQUcvQywrQkFBUyxjQUFBLHdCQUFBO0lBR21CLCtPQUFzQixzTEFBa0IsZUFBQSw0QkFBcUIsQ0FBQSxJQUF2QztJQUM5QyxpQkFBaUIsRUFBQSxFQUFBLEVBQUE7OztJQVJiLGVBQStCO0lBQS9CLHFFQUErQjtJQUErQixlQUM5QjtJQUQ4QixtRUFDOUI7SUFLZSxlQUF1QjtJQUF2Qiw0Q0FBdUIsNEJBQUE7Ozs7SUFRbEYsZ0RBQ3VLO0lBQS9ELHVNQUFXLGVBQUEsMkJBQW1CLENBQUEsSUFBQyxnTUFBZSxlQUFBLHVCQUFlLENBQUEsSUFBOUI7SUFDdkksaUJBQW1COzs7SUFGMEMseUNBQW9CLDBCQUFBLG9CQUFBLG9CQUFBLGNBQUEsY0FBQSxjQUFBLGNBQUEsY0FBQSxlQUFBLGVBQUE7Ozs7SUFHakYsZ0RBQ3VLO0lBQS9ELHVNQUFXLGVBQUEsMkJBQW1CLENBQUEsSUFBQyxnTUFBZSxlQUFBLHVCQUFlLENBQUEsSUFBOUI7SUFDdkksaUJBQW1COzs7SUFGeUMseUNBQW9CLDBCQUFBLG9CQUFBLG9CQUFBLGNBQUEsY0FBQSxjQUFBLGNBQUEsY0FBQSxlQUFBLGVBQUE7Ozs7SUFHaEYsZ0RBQ3VLO0lBQS9ELHVNQUFXLGVBQUEsMkJBQW1CLENBQUEsSUFBQyxnTUFBZSxlQUFBLHVCQUFlLENBQUEsSUFBOUI7SUFDdkksaUJBQW1COzs7SUFGeUMsMENBQW9CLDBCQUFBLG9CQUFBLG9CQUFBLGNBQUEsY0FBQSxjQUFBLGNBQUEsY0FBQSxlQUFBLGVBQUE7OztJQVBwRiw4QkFBb0U7SUFDaEUsa0dBRW1CLHFGQUFBLHFGQUFBO0lBT3ZCLGlCQUFNOzs7SUFUcUIsZUFBb0M7SUFBcEMsNERBQW9DO0lBR3BDLGVBQW1DO0lBQW5DLDJEQUFtQztJQUduQyxlQUFtQztJQUFuQywyREFBbUM7OztJQUk5RCwyQkFBeUIsY0FBQTtJQUVqQiwrQkFBcUc7SUFDckcsMEJBQUk7SUFBQSxtQ0FBbUI7SUFBQSxpQkFBSyxFQUFBLEVBQUE7OztJQUlwQywyQkFBdUIsY0FBQTtJQUVmLCtCQUEwRztJQUMxRywwQkFBSTtJQUFBLHVFQUF1RDtJQUFBLGlCQUFLLEVBQUEsRUFBQTs7OztJQVd4RCxzQ0FBNkY7SUFBckQseUxBQVMsZUFBQSxjQUFNLENBQUEsSUFBQztJQUFxQyxvQkFBSTtJQUFBLGlCQUFhOzs7O0lBUDFILGdDQUFVLGNBQUEsa0JBQUEscUJBQUE7SUFHeUQsMktBQVMsZUFBQSxnQkFBUSxDQUFBLElBQUM7SUFBQyxzQkFBTTtJQUFBLGlCQUFhLEVBQUE7SUFFakcsbUNBQTJFLHFCQUFBO0lBQ2pCLDJLQUFTLGVBQUEsZ0JBQVEsQ0FBQSxJQUFDO0lBQUMscUJBQUs7SUFBQSxpQkFBYTtJQUMzRiw4RkFBOEc7SUFDbEgsaUJBQVUsRUFBQSxFQUFBOzs7SUFEb0QsZUFBaUM7SUFBakMsZ0VBQWlDOzs7O0FEdkMvRyxNQUFNLE9BQU8sZ0JBQWdCO0lBWTNCLFlBQW1CLEVBQWdCLEVBQVMsR0FBbUI7UUFBNUMsT0FBRSxHQUFGLEVBQUUsQ0FBYztRQUFTLFFBQUcsR0FBSCxHQUFHLENBQWdCO1FBWC9ELGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBQ3BCLGNBQVMsR0FBRyxLQUFLLENBQUM7UUFJbEIsYUFBUSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRTNDLGdCQUFXLEdBQUcsV0FBVyxDQUFDLHFCQUFxQixDQUFDO1FBRWhELGFBQVEsR0FBRyxrQkFBa0IsQ0FBQztJQUU4QixDQUFDO0lBRXBFLFFBQVE7SUFDUixDQUFDO0lBRUQsYUFBYSxDQUFDLEtBQUs7UUFDakIsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7UUFDdkIsSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUM7SUFDM0IsQ0FBQztJQUVELE1BQU07UUFDSixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxJQUFJO1FBQ0YsSUFBSSxDQUFDLEVBQUUsQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxXQUFXLENBQUMsS0FBSztRQUNmLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxPQUFPLENBQUMsR0FBRztRQUNULElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO0lBQzFCLENBQUM7SUFFRCxNQUFNO1FBQ0osSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDbEMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztJQUNuQixDQUFDO2lGQXpDVSxnQkFBZ0I7b0VBQWhCLGdCQUFnQjs7Ozs7O1lDWjdCLG1DQUM2QztZQUN6QyxrRkFnQmMsb0RBQUEsb0RBQUEsb0RBQUEsb0VBQUE7WUFzQ2xCLGlCQUFXOztZQXZEUCx5Q0FBeUI7WUFEeUIsd0RBQXFFO1lBbUJqSCxlQUFpQztZQUFqQywwREFBaUM7WUFXakMsZUFBaUI7WUFBakIsc0NBQWlCO1lBT2pCLGVBQWU7WUFBZixvQ0FBZTs7O2lGRHpCWixnQkFBZ0I7Y0FMNUIsU0FBUzsyQkFDRSxhQUFhO3lFQU9OLEVBQUU7a0JBQWxCLFNBQVM7bUJBQUMsSUFBSTtZQUdmLFFBQVE7a0JBRFAsTUFBTTs7a0ZBTEksZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE9uSW5pdCwgT3V0cHV0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbWJvT3B0aW9uIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ29tYm9Nb2RlbCc7XG5pbXBvcnQgeyBMb2dpblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dpbi9sb2dpbi5zZXJ2aWNlJztcbmltcG9ydCB7IFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xuaW1wb3J0IHsgRm9ybUJ1aWxkZXJQYWdlIH0gZnJvbSAnLi4vcXVlc3Rpb25uYWlyZS9mb3JtLWJ1aWxkZXIvZm9ybS1idWlsZGVyLnBhZ2UnO1xuaW1wb3J0IHsgTmF2Q29udHJvbGxlciB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXByb2ZpbGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vcHJvZmlsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3Byb2ZpbGUuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBQcm9maWxlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgc2hvd1N1Y2Nlc3MgPSBmYWxzZTtcbiAgc2hvd0Vycm9yID0gZmFsc2U7XG4gIEBWaWV3Q2hpbGQoJ2ZiJykgZmIgOiBGb3JtQnVpbGRlclBhZ2VcblxuICBAT3V0cHV0KClcbiAgb25DYW5jZWwgOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBwdWJsaWMgcHJvZmlsZU9wdHMgPSBDb21ib09wdGlvbi5DTEFJTUFOVF9QUk9GSUxFX09QVFM7XG5cbiAgcHVibGljIHNlbGVjdGVkID0gJ3BlcnNvbmFsLWRldGFpbHMnO1xuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBsczogTG9naW5TZXJ2aWNlLCBwdWJsaWMgbmF2IDogTmF2Q29udHJvbGxlcikgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxuICBvblZhbHVlQ2hhbmdlKGV2ZW50KXtcbiAgICB0aGlzLnNob3dFcnJvciA9IGZhbHNlO1xuICAgIHRoaXMuc2hvd1N1Y2Nlc3MgPSBmYWxzZTtcbiAgfVxuXG4gIGNhbmNlbCgpe1xuICAgIHRoaXMub25DYW5jZWwuZW1pdCgpO1xuICB9XG5cbiAgc2F2ZSgpe1xuICAgIHRoaXMuZmIuc3VibWl0UXVlc3Rpb25uYWlyZSgpO1xuICB9XG5cbiAgaGFuZGxlRXJyb3IoZXJyb3IpIHtcbiAgICB0aGlzLnNob3dFcnJvciA9IHRydWU7XG4gIH1cblxuICBzdWNjZXNzKG1zZykge1xuICAgIHRoaXMuc2hvd1N1Y2Nlc3MgPSB0cnVlO1xuICB9XG5cbiAgbG9nb3V0KCl7XG4gICAgdGhpcy5uYXYubmF2aWdhdGVSb290KCcvbGFuZGluZycpO1xuICAgIHRoaXMubHMubG9nb3V0KCk7XG4gIH1cblxufVxuIiwiPHAtZGlhbG9nIHZpc2libGU9XCJ0cnVlXCIgbW9kYWw9XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgW2JyZWFrcG9pbnRzXT1cInsnMTAyNHB4JzogJzc1dncnLCAnNzY4cHgnOiAnODV2dycsICc2NDBweCc6ICcxMDB2dyd9XCJcbiAgICBbc3R5bGVdPVwie3dpZHRoOiAnNjB2dyd9XCIgcG9zaXRpb249XCJ0b3BcIj5cbiAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCI+XG4gICAgICAgIDxpb24tZ3JpZD5cbiAgICAgICAgICAgIDxpb24tcm93PlxuICAgICAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdCBoZWFkaW5nXCIgc3R5bGU9XCJwYWRkaW5nLWxlZnQ6IDI0cHg7XCI+XG4gICAgICAgICAgICAgICAgICAgIHt7XCJZb3VyIEFjY291bnRcIiB8IHRyYW5zbGF0ZX19IDxzcGFuIHN0eWxlPVwiZm9udC1zaXplOiAxNnB4O1wiPihDSURcbiAgICAgICAgICAgICAgICAgICAgICAgIHt7bHMuZ2V0VXNlcigpLmNsYWltYW50SWR9fSk8L3NwYW4+XG4gICAgICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICAgICAgPC9pb24tcm93PlxuICAgICAgICAgICAgPGlvbi1yb3c+XG4gICAgICAgICAgICAgICAgPGlvbi1jb2w+XG4gICAgICAgICAgICAgICAgICAgIDxwLXNlbGVjdEJ1dHRvbiBzdHlsZUNsYXNzPVwiaW9uLXBhZGRpbmctc3RhcnRcIiBbb3B0aW9uc109XCJwcm9maWxlT3B0c1wiIG9wdGlvbkxhYmVsPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgICAgIG9wdGlvblZhbHVlPVwidmFsdWVcIiBbKG5nTW9kZWwpXT1cInNlbGVjdGVkXCIgKG9uT3B0aW9uQ2xpY2spPVwib25WYWx1ZUNoYW5nZSgkZXZlbnQpXCI+XG4gICAgICAgICAgICAgICAgPC9wLXNlbGVjdEJ1dHRvbj5cbiAgICAgICAgICAgICAgICA8L2lvbi1jb2w+XG4gICAgICAgICAgICA8L2lvbi1yb3c+XG4gICAgICAgIDwvaW9uLWdyaWQ+XG4gICAgPC9uZy10ZW1wbGF0ZT5cbiAgICA8ZGl2ICpuZ0lmPVwiIShzaG93U3VjY2VzcyB8fCBzaG93RXJyb3IpXCIgc3R5bGU9XCJtYXJnaW4tbGVmdDogLThweDtcIj5cbiAgICAgICAgPGFwcC1mb3JtLWJ1aWxkZXIgI2ZiICpuZ0lmPVwic2VsZWN0ZWQgPT0gJ3BlcnNvbmFsLWRldGFpbHMnXCIgW2Zsb3dLZXldPVwic2VsZWN0ZWRcIiBbc2hvd09ubHlRdWVzdGlvbl09XCJ0cnVlXCIgW2hpZGVIZWFkZXJdPVwidHJ1ZVwiIFtoaWRlRm9vdGVyXT1cInRydWVcIlxuICAgICAgICAgICAgW3NpemVYc109XCIxMlwiIFtzaXplU21dPVwiMTJcIiBbc2l6ZU1kXT1cIjEyXCIgW3NpemVMZ109XCIxMlwiIFtzaXplWGxdPVwiMTJcIiBbb2Zmc2V0WGxdPVwiMFwiIFtvZmZzZXRMZ109XCIwXCIgKG9uRXJyb3IpPVwiaGFuZGxlRXJyb3IoJGV2ZW50KVwiIChvbkNvbXBsZXRlKT1cInN1Y2Nlc3MoJGV2ZW50KVwiPlxuICAgICAgICA8L2FwcC1mb3JtLWJ1aWxkZXI+XG4gICAgICAgIDxhcHAtZm9ybS1idWlsZGVyICNmYiAqbmdJZj1cInNlbGVjdGVkID09ICdjb250YWN0LWRldGFpbHMnXCIgW2Zsb3dLZXldPVwic2VsZWN0ZWRcIiBbc2hvd09ubHlRdWVzdGlvbl09XCJ0cnVlXCIgW2hpZGVIZWFkZXJdPVwidHJ1ZVwiIFtoaWRlRm9vdGVyXT1cInRydWVcIlxuICAgICAgICAgICAgW3NpemVYc109XCIxMlwiIFtzaXplU21dPVwiMTJcIiBbc2l6ZU1kXT1cIjEyXCIgW3NpemVMZ109XCIxMlwiIFtzaXplWGxdPVwiMTJcIiBbb2Zmc2V0WGxdPVwiMFwiIFtvZmZzZXRMZ109XCIwXCIgKG9uRXJyb3IpPVwiaGFuZGxlRXJyb3IoJGV2ZW50KVwiIChvbkNvbXBsZXRlKT1cInN1Y2Nlc3MoJGV2ZW50KVwiPlxuICAgICAgICA8L2FwcC1mb3JtLWJ1aWxkZXI+XG4gICAgICAgIDxhcHAtZm9ybS1idWlsZGVyICNmYiAqbmdJZj1cInNlbGVjdGVkID09ICdwYXltZW50LWRldGFpbHMnXCIgW2Zsb3dLZXldPVwic2VsZWN0ZWRcIiBbc2hvd09ubHlRdWVzdGlvbl09XCJ0cnVlXCIgW2hpZGVIZWFkZXJdPVwidHJ1ZVwiIFtoaWRlRm9vdGVyXT1cInRydWVcIlxuICAgICAgICAgICAgW3NpemVYc109XCIxMlwiIFtzaXplU21dPVwiMTJcIiBbc2l6ZU1kXT1cIjEyXCIgW3NpemVMZ109XCIxMlwiIFtzaXplWGxdPVwiMTJcIiBbb2Zmc2V0WGxdPVwiMFwiIFtvZmZzZXRMZ109XCIwXCIgKG9uRXJyb3IpPVwiaGFuZGxlRXJyb3IoJGV2ZW50KVwiIChvbkNvbXBsZXRlKT1cInN1Y2Nlc3MoJGV2ZW50KVwiPlxuICAgICAgICA8L2FwcC1mb3JtLWJ1aWxkZXI+XG4gICAgPC9kaXY+XG4gICAgPGRpdiAqbmdJZj1cInNob3dTdWNjZXNzXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmctdG9wXCI+XG4gICAgICAgICAgICA8aW9uLWljb24gbmFtZT1cImNoZWNrbWFyay1jaXJjbGVcIiBzdHlsZT1cImZvbnQtc2l6ZTogODBweDsgY29sb3I6IHZhcigtLWlvbi1jb2xvci1ncmVlbik7XCI+PC9pb24taWNvbj5cbiAgICAgICAgICAgIDxoMT5TYXZlZCBzdWNjZXNzZnVsbHkuPC9oMT5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2ICpuZ0lmPVwic2hvd0Vycm9yXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmctdG9wXCI+XG4gICAgICAgICAgICA8aW9uLWljb24gbmFtZT1cImNsb3NlLWNpcmNsZS1vdXRsaW5lXCIgc3R5bGU9XCJmb250LXNpemU6IDgwcHg7IGNvbG9yOiB2YXIoLS1pb24tY29sb3ItZGFuZ2VyKTtcIj48L2lvbi1pY29uPlxuICAgICAgICAgICAgPGgxPk9wcHMsIGNvdWxkIG5vdCBwcm9jZXNzIHlvdXIgcmVxdWVzdC4gUGxlYXNlIHRyeSBhZ2Fpbi48L2gxPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiZm9vdGVyXCI+XG4gICAgICAgIDxpb24tZ3JpZD5cbiAgICAgICAgICAgIDxpb24tcm93PlxuICAgICAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtbGVmdFwiIHNpemU9XCIxMlwiIHNpemVYbD1cIjRcIiBzaXplTGc9XCI0XCIgc2l6ZU1kPVwiNVwiPlxuICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgZmlsbD1cIm91dGxpbmVcIiB0eXBlPVwiYnV0dG9uXCIgKGNsaWNrKT1cImxvZ291dCgpXCI+TG9nb3V0PC9pb24tYnV0dG9uPlxuICAgICAgICAgICAgICAgIDwvaW9uLWNvbD5cbiAgICAgICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0XCIgc2l6ZT1cIjEyXCIgc2l6ZVhsPVwiOFwiIHNpemVMZz1cIjhcIiBzaXplTWQ9XCI3XCI+XG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiBmaWxsPVwib3V0bGluZVwiIHR5cGU9XCJyZXNldFwiIChjbGljayk9XCJjYW5jZWwoKVwiPkNsb3NlPC9pb24tYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgdHlwZT1cInN1Ym1pdFwiIChjbGljayk9XCJzYXZlKClcIiAqbmdJZj1cIiEoc2hvd1N1Y2Nlc3MgfHwgc2hvd0Vycm9yKVwiPlNhdmU8L2lvbi1idXR0b24+XG4gICAgICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICAgICAgPC9pb24tcm93PlxuICAgICAgICA8L2lvbi1ncmlkPlxuICAgIDwvbmctdGVtcGxhdGU+XG48L3AtZGlhbG9nPiJdfQ==
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@ionic/angular";
|
|
4
|
+
import * as i2 from "primeng/api";
|
|
5
|
+
import * as i3 from "@angular/forms";
|
|
6
|
+
import * as i4 from "primeng/dialog";
|
|
7
|
+
const _c0 = () => ({ width: "50vw" });
|
|
8
|
+
const _c1 = () => ({ "960px": "60vw", "640px": "100vw" });
|
|
9
|
+
export class ProfileRedirectComponent {
|
|
10
|
+
constructor() {
|
|
11
|
+
this.onSuccess = new EventEmitter();
|
|
12
|
+
this.onClose = new EventEmitter();
|
|
13
|
+
}
|
|
14
|
+
ngOnInit() {
|
|
15
|
+
console.log("profile redirect form for " + this.email);
|
|
16
|
+
}
|
|
17
|
+
redirectToLink() {
|
|
18
|
+
this.onSuccess.emit();
|
|
19
|
+
}
|
|
20
|
+
close() {
|
|
21
|
+
this.onClose.emit();
|
|
22
|
+
}
|
|
23
|
+
static { this.ɵfac = function ProfileRedirectComponent_Factory(t) { return new (t || ProfileRedirectComponent)(); }; }
|
|
24
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileRedirectComponent, selectors: [["app-profile-redirect"]], inputs: { email: "email" }, outputs: { onSuccess: "onSuccess", onClose: "onClose" }, decls: 20, vars: 5, consts: [["visible", "true", "modal", "true", "appendTo", "body", "position", "top", 3, "breakpoints"], [1, "heading", "ion-padding-left"], [1, "ion-padding-left"], [1, "ion-text-right"], ["shape", "round", "type", "button", "color", "primary", "fill", "outline", 3, "click"], ["shape", "round", "type", "submit", "color", "primary", 3, "click"]], template: function ProfileRedirectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
25
|
+
i0.ɵɵelementStart(0, "p-dialog", 0)(1, "form")(2, "h4", 1);
|
|
26
|
+
i0.ɵɵtext(3, " Your MDES account is activated. ");
|
|
27
|
+
i0.ɵɵelementEnd();
|
|
28
|
+
i0.ɵɵelementStart(4, "div", 2)(5, "p");
|
|
29
|
+
i0.ɵɵtext(6, " First, you will complete your Employment Service registration and then you will have access to ");
|
|
30
|
+
i0.ɵɵelementStart(7, "b");
|
|
31
|
+
i0.ɵɵtext(8, "Employment");
|
|
32
|
+
i0.ɵɵelementEnd();
|
|
33
|
+
i0.ɵɵtext(9, " and ");
|
|
34
|
+
i0.ɵɵelementStart(10, "b");
|
|
35
|
+
i0.ɵɵtext(11, "Unemployment Insurance");
|
|
36
|
+
i0.ɵɵelementEnd();
|
|
37
|
+
i0.ɵɵtext(12, " services. ");
|
|
38
|
+
i0.ɵɵelementEnd()();
|
|
39
|
+
i0.ɵɵelementStart(13, "p-footer")(14, "div")(15, "div", 3)(16, "ion-button", 4);
|
|
40
|
+
i0.ɵɵlistener("click", function ProfileRedirectComponent_Template_ion_button_click_16_listener() { return ctx.close(); });
|
|
41
|
+
i0.ɵɵtext(17, "Close");
|
|
42
|
+
i0.ɵɵelementEnd();
|
|
43
|
+
i0.ɵɵelementStart(18, "ion-button", 5);
|
|
44
|
+
i0.ɵɵlistener("click", function ProfileRedirectComponent_Template_ion_button_click_18_listener() { return ctx.redirectToLink(); });
|
|
45
|
+
i0.ɵɵtext(19, "Next");
|
|
46
|
+
i0.ɵɵelementEnd()()()()()();
|
|
47
|
+
} if (rf & 2) {
|
|
48
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(3, _c0));
|
|
49
|
+
i0.ɵɵproperty("breakpoints", i0.ɵɵpureFunction0(4, _c1));
|
|
50
|
+
} }, dependencies: [i1.IonButton, i2.Footer, i3.ɵNgNoValidate, i3.NgControlStatusGroup, i3.NgForm, i4.Dialog] }); }
|
|
51
|
+
}
|
|
52
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProfileRedirectComponent, [{
|
|
53
|
+
type: Component,
|
|
54
|
+
args: [{ selector: 'app-profile-redirect', template: "<p-dialog visible=\"true\" modal=\"true\" appendTo=\"body\" [breakpoints]=\"{'960px': '60vw', '640px': '100vw'}\" [style]=\"{width: '50vw'}\" position=\"top\">\n <form>\n <h4 class=\"heading ion-padding-left\">\n Your MDES account is activated.\n </h4>\n <div class=\"ion-padding-left\">\n <p>\n First, you will complete your Employment Service registration and then you will have access to <b>Employment</b> and <b>Unemployment Insurance</b> services.\n </p>\n </div>\n\n <p-footer >\n <div>\n <div class=\"ion-text-right\">\n <ion-button shape=\"round\" type=\"button\" color=\"primary\" fill=\"outline\" (click)=\"close()\">Close</ion-button>\n <ion-button shape=\"round\" type=\"submit\" color=\"primary\" (click)=\"redirectToLink()\">Next</ion-button>\n </div>\n </div>\n </p-footer>\n </form>\n</p-dialog>" }]
|
|
55
|
+
}], () => [], { onSuccess: [{
|
|
56
|
+
type: Output
|
|
57
|
+
}], onClose: [{
|
|
58
|
+
type: Output
|
|
59
|
+
}], email: [{
|
|
60
|
+
type: Input
|
|
61
|
+
}] }); })();
|
|
62
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileRedirectComponent, { className: "ProfileRedirectComponent" }); })();
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZmlsZS1yZWRpcmVjdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvcHJvZmlsZS1yZWRpcmVjdC9wcm9maWxlLXJlZGlyZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9wcm9maWxlLXJlZGlyZWN0L3Byb2ZpbGUtcmVkaXJlY3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7QUFPL0UsTUFBTSxPQUFPLHdCQUF3QjtJQVVuQztRQVBBLGNBQVMsR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUdsRCxZQUFPLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7SUFJaEMsQ0FBQztJQUVqQixRQUFRO1FBQ04sT0FBTyxDQUFDLEdBQUcsQ0FBQyw0QkFBNEIsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekQsQ0FBQztJQUdELGNBQWM7UUFDWixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3hCLENBQUM7SUFHRCxLQUFLO1FBQ0gsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN0QixDQUFDO3lGQXhCVSx3QkFBd0I7b0VBQXhCLHdCQUF3QjtZQ1ByQyxtQ0FBbUosV0FBQSxZQUFBO1lBR3hJLGlEQUNIO1lBQUEsaUJBQUs7WUFDTCw4QkFBOEIsUUFBQTtZQUV2QixnSEFBK0Y7WUFBQSx5QkFBRztZQUFBLDBCQUFVO1lBQUEsaUJBQUk7WUFBQyxxQkFBSTtZQUFBLDBCQUFHO1lBQUEsdUNBQXNCO1lBQUEsaUJBQUk7WUFBQyw0QkFDdEo7WUFBQSxpQkFBSSxFQUFBO1lBR1IsaUNBQVcsV0FBQSxjQUFBLHFCQUFBO1lBR3lFLDBHQUFTLFdBQU8sSUFBQztZQUFDLHNCQUFLO1lBQUEsaUJBQWE7WUFDNUcsc0NBQW9GO1lBQTNCLDBHQUFTLG9CQUFnQixJQUFDO1lBQUMscUJBQUk7WUFBQSxpQkFBYSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7O1lBZmYseUNBQXlCO1lBQTdFLHdEQUFtRDs7O2lGRE81Rix3QkFBd0I7Y0FMcEMsU0FBUzsyQkFDRSxzQkFBc0I7b0JBT2hDLFNBQVM7a0JBRFIsTUFBTTtZQUlQLE9BQU87a0JBRE4sTUFBTTtZQUdTLEtBQUs7a0JBQXBCLEtBQUs7O2tGQVJLLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXByb2ZpbGUtcmVkaXJlY3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vcHJvZmlsZS1yZWRpcmVjdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3Byb2ZpbGUtcmVkaXJlY3QuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIFByb2ZpbGVSZWRpcmVjdENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQE91dHB1dCgpIFxuICBvblN1Y2Nlc3M6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIEBPdXRwdXQoKSBcbiAgb25DbG9zZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgQElucHV0KCkgcHVibGljIGVtYWlsIDogc3RyaW5nO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgY29uc29sZS5sb2coXCJwcm9maWxlIHJlZGlyZWN0IGZvcm0gZm9yIFwiICsgdGhpcy5lbWFpbCk7XG4gIH1cblxuXG4gIHJlZGlyZWN0VG9MaW5rKCl7XG4gICAgdGhpcy5vblN1Y2Nlc3MuZW1pdCgpO1xuICB9XG5cblxuICBjbG9zZSgpe1xuICAgIHRoaXMub25DbG9zZS5lbWl0KCk7XG4gIH1cbn1cbiIsIjxwLWRpYWxvZyB2aXNpYmxlPVwidHJ1ZVwiIG1vZGFsPVwidHJ1ZVwiIGFwcGVuZFRvPVwiYm9keVwiIFticmVha3BvaW50c109XCJ7Jzk2MHB4JzogJzYwdncnLCAnNjQwcHgnOiAnMTAwdncnfVwiIFtzdHlsZV09XCJ7d2lkdGg6ICc1MHZ3J31cIiBwb3NpdGlvbj1cInRvcFwiPlxuICAgIDxmb3JtPlxuICAgICAgICA8aDQgY2xhc3M9XCJoZWFkaW5nIGlvbi1wYWRkaW5nLWxlZnRcIj5cbiAgICAgICAgICAgWW91ciBNREVTIGFjY291bnQgaXMgYWN0aXZhdGVkLlxuICAgICAgICA8L2g0PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXBhZGRpbmctbGVmdFwiPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgICBGaXJzdCwgeW91IHdpbGwgY29tcGxldGUgeW91ciBFbXBsb3ltZW50IFNlcnZpY2UgcmVnaXN0cmF0aW9uIGFuZCB0aGVuIHlvdSB3aWxsIGhhdmUgYWNjZXNzIHRvIDxiPkVtcGxveW1lbnQ8L2I+IGFuZCA8Yj5VbmVtcGxveW1lbnQgSW5zdXJhbmNlPC9iPiBzZXJ2aWNlcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPHAtZm9vdGVyID5cbiAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0XCI+XG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiB0eXBlPVwiYnV0dG9uXCIgIGNvbG9yPVwicHJpbWFyeVwiIGZpbGw9XCJvdXRsaW5lXCIgKGNsaWNrKT1cImNsb3NlKClcIj5DbG9zZTwvaW9uLWJ1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJzdWJtaXRcIiAgY29sb3I9XCJwcmltYXJ5XCIgKGNsaWNrKT1cInJlZGlyZWN0VG9MaW5rKClcIj5OZXh0PC9pb24tYnV0dG9uPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvcC1mb290ZXI+XG4gICAgPC9mb3JtPlxuPC9wLWRpYWxvZz4iXX0=
|