@reusa/ngx-reusa-app-lib 0.0.731 → 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,24 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@ionic/angular";
|
|
4
|
+
import * as i2 from "../../../components/page/page.component";
|
|
5
|
+
export class UnauthorizedPage {
|
|
6
|
+
constructor() { }
|
|
7
|
+
ngOnInit() {
|
|
8
|
+
}
|
|
9
|
+
static { this.ɵfac = function UnauthorizedPage_Factory(t) { return new (t || UnauthorizedPage)(); }; }
|
|
10
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnauthorizedPage, selectors: [["app-unauthorized"]], decls: 2, vars: 1, consts: [["src", "assets/icon/401.svg", "icon", "pi pi-times-circle", "headingText", "Access Denied", "detailText", "You are not authorized to access this resource.", 3, "homeButton"]], template: function UnauthorizedPage_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
+
i0.ɵɵelementStart(0, "ion-content");
|
|
12
|
+
i0.ɵɵelement(1, "app-page", 0);
|
|
13
|
+
i0.ɵɵelementEnd();
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
i0.ɵɵadvance(1);
|
|
16
|
+
i0.ɵɵproperty("homeButton", "true");
|
|
17
|
+
} }, dependencies: [i1.IonContent, i2.PageComponent] }); }
|
|
18
|
+
}
|
|
19
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnauthorizedPage, [{
|
|
20
|
+
type: Component,
|
|
21
|
+
args: [{ selector: 'app-unauthorized', template: "<ion-content>\n <app-page src=\"assets/icon/401.svg\" \n icon=\"pi pi-times-circle\" \n headingText=\"Access Denied\" \n detailText=\"You are not authorized to access this resource.\"\n [homeButton]=\"'true'\">\n </app-page>\n</ion-content>" }]
|
|
22
|
+
}], () => [], null); })();
|
|
23
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnauthorizedPage, { className: "UnauthorizedPage" }); })();
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5hdXRob3JpemVkLnBhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi91bmF1dGhvcml6ZWQvdW5hdXRob3JpemVkLnBhZ2UudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL2NvbW1vbi91bmF1dGhvcml6ZWQvdW5hdXRob3JpemVkLnBhZ2UuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7O0FBT2xELE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0IsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7aUZBTFUsZ0JBQWdCO29FQUFoQixnQkFBZ0I7WUNQN0IsbUNBQWE7WUFDWCw4QkFLVztZQUNiLGlCQUFjOztZQUZGLGVBQXFCO1lBQXJCLG1DQUFxQjs7O2lGREVwQixnQkFBZ0I7Y0FMNUIsU0FBUzsyQkFDRSxrQkFBa0I7O2tGQUlqQixnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtdW5hdXRob3JpemVkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3VuYXV0aG9yaXplZC5wYWdlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi91bmF1dGhvcml6ZWQucGFnZS5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIFVuYXV0aG9yaXplZFBhZ2UgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxufVxuIiwiPGlvbi1jb250ZW50PlxuICA8YXBwLXBhZ2Ugc3JjPVwiYXNzZXRzL2ljb24vNDAxLnN2Z1wiIFxuICAgICAgICAgICAgaWNvbj1cInBpIHBpLXRpbWVzLWNpcmNsZVwiIFxuICAgICAgICAgICAgaGVhZGluZ1RleHQ9XCJBY2Nlc3MgRGVuaWVkXCIgXG4gICAgICAgICAgICBkZXRhaWxUZXh0PVwiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byBhY2Nlc3MgdGhpcyByZXNvdXJjZS5cIlxuICAgICAgICAgICAgW2hvbWVCdXR0b25dPVwiJ3RydWUnXCI+XG4gIDwvYXBwLXBhZ2U+XG48L2lvbi1jb250ZW50PiJdfQ==
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@ngx-translate/core";
|
|
4
|
+
import * as i2 from "@ionic/angular";
|
|
5
|
+
import * as i3 from "@angular/forms";
|
|
6
|
+
import * as i4 from "../../../components/msg/msg.component";
|
|
7
|
+
export class LanguagePage {
|
|
8
|
+
constructor(translateService, popup) {
|
|
9
|
+
this.translateService = translateService;
|
|
10
|
+
this.popup = popup;
|
|
11
|
+
this.language = '';
|
|
12
|
+
}
|
|
13
|
+
ngOnInit() {
|
|
14
|
+
this.currentLanguage = localStorage.getItem('language');
|
|
15
|
+
}
|
|
16
|
+
changeLanguage(lang) {
|
|
17
|
+
this.translateService.use(lang);
|
|
18
|
+
localStorage.setItem('language', lang);
|
|
19
|
+
}
|
|
20
|
+
close() {
|
|
21
|
+
this.popup.dismiss(null);
|
|
22
|
+
}
|
|
23
|
+
static { this.ɵfac = function LanguagePage_Factory(t) { return new (t || LanguagePage)(i0.ɵɵdirectiveInject(i1.TranslateService), i0.ɵɵdirectiveInject(i2.PopoverController)); }; }
|
|
24
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LanguagePage, selectors: [["app-language"]], decls: 21, vars: 1, consts: [["color", "primary"], ["slot", "end"], [3, "click"], ["slot", "icon-only", "name", "close"], ["key", "language.title"], ["lines", "none"], [3, "ngModel", "ngModelChange"], ["key", "language.heading"], ["slot", "start", "value", "en"], ["slot", "start", "value", "es"]], template: function LanguagePage_Template(rf, ctx) { if (rf & 1) {
|
|
25
|
+
i0.ɵɵelementStart(0, "ion-header")(1, "ion-toolbar", 0)(2, "ion-buttons", 1)(3, "ion-button", 2);
|
|
26
|
+
i0.ɵɵlistener("click", function LanguagePage_Template_ion_button_click_3_listener() { return ctx.close(); });
|
|
27
|
+
i0.ɵɵelement(4, "ion-icon", 3);
|
|
28
|
+
i0.ɵɵelementEnd()();
|
|
29
|
+
i0.ɵɵelementStart(5, "ion-title");
|
|
30
|
+
i0.ɵɵelement(6, "app-msg", 4);
|
|
31
|
+
i0.ɵɵelementEnd()()();
|
|
32
|
+
i0.ɵɵelementStart(7, "ion-content")(8, "ion-list", 5)(9, "ion-radio-group", 6);
|
|
33
|
+
i0.ɵɵlistener("ngModelChange", function LanguagePage_Template_ion_radio_group_ngModelChange_9_listener($event) { return ctx.language = $event; });
|
|
34
|
+
i0.ɵɵelementStart(10, "ion-list-header")(11, "ion-label");
|
|
35
|
+
i0.ɵɵelement(12, "app-msg", 7);
|
|
36
|
+
i0.ɵɵelementEnd()();
|
|
37
|
+
i0.ɵɵelementStart(13, "ion-item", 2);
|
|
38
|
+
i0.ɵɵlistener("click", function LanguagePage_Template_ion_item_click_13_listener() { return ctx.changeLanguage("en"); });
|
|
39
|
+
i0.ɵɵelementStart(14, "ion-label");
|
|
40
|
+
i0.ɵɵtext(15, "English");
|
|
41
|
+
i0.ɵɵelementEnd();
|
|
42
|
+
i0.ɵɵelement(16, "ion-radio", 8);
|
|
43
|
+
i0.ɵɵelementEnd();
|
|
44
|
+
i0.ɵɵelementStart(17, "ion-item", 2);
|
|
45
|
+
i0.ɵɵlistener("click", function LanguagePage_Template_ion_item_click_17_listener() { return ctx.changeLanguage("es"); });
|
|
46
|
+
i0.ɵɵelementStart(18, "ion-label");
|
|
47
|
+
i0.ɵɵtext(19, "Espa\u00F1ol");
|
|
48
|
+
i0.ɵɵelementEnd();
|
|
49
|
+
i0.ɵɵelement(20, "ion-radio", 9);
|
|
50
|
+
i0.ɵɵelementEnd()()()();
|
|
51
|
+
} if (rf & 2) {
|
|
52
|
+
i0.ɵɵadvance(9);
|
|
53
|
+
i0.ɵɵproperty("ngModel", ctx.language);
|
|
54
|
+
} }, dependencies: [i2.IonButton, i2.IonButtons, i2.IonContent, i2.IonHeader, i2.IonIcon, i2.IonItem, i2.IonLabel, i2.IonList, i2.IonListHeader, i2.IonRadio, i2.IonRadioGroup, i2.IonTitle, i2.IonToolbar, i2.RadioValueAccessor, i2.SelectValueAccessor, i3.NgControlStatus, i3.NgModel, i4.MsgComponent] }); }
|
|
55
|
+
}
|
|
56
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LanguagePage, [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{ selector: 'app-language', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"end\">\n <ion-button (click)=\"close()\">\n <ion-icon slot=\"icon-only\" name=\"close\"></ion-icon>\n </ion-button>\n </ion-buttons>\n <ion-title><app-msg key=\"language.title\"></app-msg></ion-title>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <ion-list lines=\"none\">\n <ion-radio-group [(ngModel)]=\"language\" >\n <ion-list-header>\n <ion-label><app-msg key=\"language.heading\"></app-msg></ion-label>\n </ion-list-header>\n <ion-item (click)=\"changeLanguage('en')\">\n <ion-label>English</ion-label>\n <ion-radio slot=\"start\" value=\"en\"></ion-radio>\n </ion-item>\n \n <ion-item (click)=\"changeLanguage('es')\">\n <ion-label>Espa\u00F1ol</ion-label>\n <ion-radio slot=\"start\" value=\"es\"></ion-radio>\n </ion-item>\n </ion-radio-group>\n </ion-list>\n</ion-content>\n" }]
|
|
59
|
+
}], () => [{ type: i1.TranslateService }, { type: i2.PopoverController }], null); })();
|
|
60
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LanguagePage, { className: "LanguagePage" }); })();
|
|
61
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZ3VhZ2UucGFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGFnZXMvcG9wb3ZlcnMvbGFuZ3VhZ2UvbGFuZ3VhZ2UucGFnZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGFnZXMvcG9wb3ZlcnMvbGFuZ3VhZ2UvbGFuZ3VhZ2UucGFnZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7OztBQVNsRCxNQUFNLE9BQU8sWUFBWTtJQUt2QixZQUFtQixnQkFBbUMsRUFBUyxLQUF3QjtRQUFwRSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQW1CO1FBQVMsVUFBSyxHQUFMLEtBQUssQ0FBbUI7UUFIaEYsYUFBUSxHQUFHLEVBQUUsQ0FBQztJQUdzRSxDQUFDO0lBRTVGLFFBQVE7UUFDTixJQUFJLENBQUMsZUFBZSxHQUFHLFlBQVksQ0FBQyxPQUFPLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDMUQsQ0FBQztJQUVELGNBQWMsQ0FBQyxJQUFJO1FBQ2pCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDaEMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxVQUFVLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDekMsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQixDQUFDOzZFQWxCVSxZQUFZO29FQUFaLFlBQVk7WUNUekIsa0NBQVkscUJBQUEscUJBQUEsb0JBQUE7WUFHTSw2RkFBUyxXQUFPLElBQUM7WUFDM0IsOEJBQW1EO1lBQ3JELGlCQUFhLEVBQUE7WUFFZixpQ0FBVztZQUFBLDZCQUF3QztZQUFBLGlCQUFZLEVBQUEsRUFBQTtZQUluRSxtQ0FBYSxrQkFBQSx5QkFBQTtZQUVRLGlKQUFzQjtZQUNyQyx3Q0FBaUIsaUJBQUE7WUFDSiw4QkFBMEM7WUFBQSxpQkFBWSxFQUFBO1lBRW5FLG9DQUF5QztZQUEvQiw0RkFBUyxtQkFBZSxJQUFJLENBQUMsSUFBQztZQUN0QyxrQ0FBVztZQUFBLHdCQUFPO1lBQUEsaUJBQVk7WUFDOUIsZ0NBQStDO1lBQ2pELGlCQUFXO1lBRVgsb0NBQXlDO1lBQS9CLDRGQUFTLG1CQUFlLElBQUksQ0FBQyxJQUFDO1lBQ3RDLGtDQUFXO1lBQUEsNkJBQU87WUFBQSxpQkFBWTtZQUM5QixnQ0FBK0M7WUFDakQsaUJBQVcsRUFBQSxFQUFBLEVBQUE7O1lBWkksZUFBc0I7WUFBdEIsc0NBQXNCOzs7aUZESjlCLFlBQVk7Y0FMeEIsU0FBUzsyQkFDRSxjQUFjOztrRkFJYixZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcbmltcG9ydCB7IFBvcG92ZXJDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbGFuZ3VhZ2UnLFxuICB0ZW1wbGF0ZVVybDogJy4vbGFuZ3VhZ2UucGFnZS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbGFuZ3VhZ2UucGFnZS5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIExhbmd1YWdlUGFnZSBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgcHVibGljIGxhbmd1YWdlID0gJyc7XG4gIHB1YmxpYyBjdXJyZW50TGFuZ3VhZ2U7XG5cbiAgY29uc3RydWN0b3IocHVibGljIHRyYW5zbGF0ZVNlcnZpY2UgOiBUcmFuc2xhdGVTZXJ2aWNlLCBwdWJsaWMgcG9wdXA6IFBvcG92ZXJDb250cm9sbGVyKSB7IH1cblxuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLmN1cnJlbnRMYW5ndWFnZSA9IGxvY2FsU3RvcmFnZS5nZXRJdGVtKCdsYW5ndWFnZScpO1xuICB9XG5cbiAgY2hhbmdlTGFuZ3VhZ2UobGFuZykge1xuICAgIHRoaXMudHJhbnNsYXRlU2VydmljZS51c2UobGFuZyk7XG4gICAgbG9jYWxTdG9yYWdlLnNldEl0ZW0oJ2xhbmd1YWdlJywgbGFuZyk7XG4gIH1cblxuICBjbG9zZSgpe1xuICAgIHRoaXMucG9wdXAuZGlzbWlzcyhudWxsKTtcbiAgfVxuXG59XG4iLCI8aW9uLWhlYWRlcj5cbiAgPGlvbi10b29sYmFyIGNvbG9yPVwicHJpbWFyeVwiPlxuICAgIDxpb24tYnV0dG9ucyBzbG90PVwiZW5kXCI+XG4gICAgICA8aW9uLWJ1dHRvbiAoY2xpY2spPVwiY2xvc2UoKVwiPlxuICAgICAgICA8aW9uLWljb24gc2xvdD1cImljb24tb25seVwiIG5hbWU9XCJjbG9zZVwiPjwvaW9uLWljb24+XG4gICAgICA8L2lvbi1idXR0b24+XG4gICAgPC9pb24tYnV0dG9ucz5cbiAgICA8aW9uLXRpdGxlPjxhcHAtbXNnIGtleT1cImxhbmd1YWdlLnRpdGxlXCI+PC9hcHAtbXNnPjwvaW9uLXRpdGxlPlxuICA8L2lvbi10b29sYmFyPlxuPC9pb24taGVhZGVyPlxuXG48aW9uLWNvbnRlbnQ+XG4gIDxpb24tbGlzdCBsaW5lcz1cIm5vbmVcIj5cbiAgICA8aW9uLXJhZGlvLWdyb3VwIFsobmdNb2RlbCldPVwibGFuZ3VhZ2VcIiA+XG4gICAgICA8aW9uLWxpc3QtaGVhZGVyPlxuICAgICAgICA8aW9uLWxhYmVsPjxhcHAtbXNnIGtleT1cImxhbmd1YWdlLmhlYWRpbmdcIj48L2FwcC1tc2c+PC9pb24tbGFiZWw+XG4gICAgICA8L2lvbi1saXN0LWhlYWRlcj5cbiAgICAgIDxpb24taXRlbSAoY2xpY2spPVwiY2hhbmdlTGFuZ3VhZ2UoJ2VuJylcIj5cbiAgICAgICAgPGlvbi1sYWJlbD5FbmdsaXNoPC9pb24tbGFiZWw+XG4gICAgICAgIDxpb24tcmFkaW8gc2xvdD1cInN0YXJ0XCIgdmFsdWU9XCJlblwiPjwvaW9uLXJhZGlvPlxuICAgICAgPC9pb24taXRlbT5cbiAgXG4gICAgICA8aW9uLWl0ZW0gKGNsaWNrKT1cImNoYW5nZUxhbmd1YWdlKCdlcycpXCI+XG4gICAgICAgIDxpb24tbGFiZWw+RXNwYcOxb2w8L2lvbi1sYWJlbD5cbiAgICAgICAgPGlvbi1yYWRpbyBzbG90PVwic3RhcnRcIiB2YWx1ZT1cImVzXCI+PC9pb24tcmFkaW8+XG4gICAgICA8L2lvbi1pdGVtPlxuICAgIDwvaW9uLXJhZGlvLWdyb3VwPlxuICA8L2lvbi1saXN0PlxuPC9pb24tY29udGVudD5cbiJdfQ==
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { rowExpansionTrigger } from '../../../annimations/app-animations';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@ionic/angular";
|
|
5
|
+
import * as i2 from "../../../services/login/login.service";
|
|
6
|
+
import * as i3 from "../../../services/util/util.service";
|
|
7
|
+
import * as i4 from "../../../services/notification/notification.service";
|
|
8
|
+
import * as i5 from "@angular/common";
|
|
9
|
+
import * as i6 from "primeng/tabview";
|
|
10
|
+
import * as i7 from "@angular/material/expansion";
|
|
11
|
+
function MyNotificationsPage_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
12
|
+
i0.ɵɵelementStart(0, "div", 7);
|
|
13
|
+
i0.ɵɵelement(1, "br")(2, "ion-progress-bar", 8);
|
|
14
|
+
i0.ɵɵelementEnd();
|
|
15
|
+
} }
|
|
16
|
+
function MyNotificationsPage_div_8_mat_accordion_3_mat_expansion_panel_1_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
+
const _r11 = i0.ɵɵgetCurrentView();
|
|
18
|
+
i0.ɵɵelementStart(0, "mat-expansion-panel", 14);
|
|
19
|
+
i0.ɵɵlistener("opened", function MyNotificationsPage_div_8_mat_accordion_3_mat_expansion_panel_1_Template_mat_expansion_panel_opened_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r11); const n_r9 = restoredCtx.$implicit; const ctx_r10 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r10.notificationOpened(n_r9.userNotificationId)); })("closed", function MyNotificationsPage_div_8_mat_accordion_3_mat_expansion_panel_1_Template_mat_expansion_panel_closed_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r11); const n_r9 = restoredCtx.$implicit; const ctx_r12 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r12.notificationClosed(n_r9.userNotificationId)); });
|
|
20
|
+
i0.ɵɵelementStart(1, "mat-expansion-panel-header", 15)(2, "mat-panel-title", 16)(3, "p", 17);
|
|
21
|
+
i0.ɵɵtext(4);
|
|
22
|
+
i0.ɵɵelementEnd()()();
|
|
23
|
+
i0.ɵɵelementStart(5, "div", 1);
|
|
24
|
+
i0.ɵɵtext(6);
|
|
25
|
+
i0.ɵɵelementStart(7, "div", 18)(8, "ion-text", 19);
|
|
26
|
+
i0.ɵɵtext(9);
|
|
27
|
+
i0.ɵɵelementEnd()()()();
|
|
28
|
+
} if (rf & 2) {
|
|
29
|
+
const n_r9 = ctx.$implicit;
|
|
30
|
+
const ctx_r8 = i0.ɵɵnextContext(3);
|
|
31
|
+
i0.ɵɵproperty("@rowExpansionTrigger", "active");
|
|
32
|
+
i0.ɵɵadvance(4);
|
|
33
|
+
i0.ɵɵtextInterpolate(n_r9.messageHeading);
|
|
34
|
+
i0.ɵɵadvance(2);
|
|
35
|
+
i0.ɵɵtextInterpolate1(" ", n_r9.messageDetails, " ");
|
|
36
|
+
i0.ɵɵadvance(3);
|
|
37
|
+
i0.ɵɵtextInterpolate1(" Displayed Till : ", ctx_r8.util.getDateInMMDDYYYY(n_r9.validTill), " ");
|
|
38
|
+
} }
|
|
39
|
+
function MyNotificationsPage_div_8_mat_accordion_3_Template(rf, ctx) { if (rf & 1) {
|
|
40
|
+
i0.ɵɵelementStart(0, "mat-accordion");
|
|
41
|
+
i0.ɵɵtemplate(1, MyNotificationsPage_div_8_mat_accordion_3_mat_expansion_panel_1_Template, 10, 4, "mat-expansion-panel", 13);
|
|
42
|
+
i0.ɵɵelementEnd();
|
|
43
|
+
} if (rf & 2) {
|
|
44
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
45
|
+
i0.ɵɵadvance(1);
|
|
46
|
+
i0.ɵɵproperty("ngForOf", ctx_r2.ns.getUnReadNotifications());
|
|
47
|
+
} }
|
|
48
|
+
function MyNotificationsPage_div_8_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
49
|
+
i0.ɵɵelementStart(0, "div", 7)(1, "div", 20);
|
|
50
|
+
i0.ɵɵelement(2, "ion-icon", 21);
|
|
51
|
+
i0.ɵɵelementStart(3, "h4", 22);
|
|
52
|
+
i0.ɵɵtext(4, "You don't have any notifications");
|
|
53
|
+
i0.ɵɵelementEnd();
|
|
54
|
+
i0.ɵɵelementStart(5, "ion-label", 23);
|
|
55
|
+
i0.ɵɵtext(6, "Please check back later.");
|
|
56
|
+
i0.ɵɵelementEnd()()();
|
|
57
|
+
} }
|
|
58
|
+
function MyNotificationsPage_div_8_mat_expansion_panel_7_Template(rf, ctx) { if (rf & 1) {
|
|
59
|
+
i0.ɵɵelementStart(0, "mat-expansion-panel", 24)(1, "mat-expansion-panel-header", 15)(2, "mat-panel-title", 16)(3, "p", 17);
|
|
60
|
+
i0.ɵɵtext(4);
|
|
61
|
+
i0.ɵɵelementEnd()()();
|
|
62
|
+
i0.ɵɵelementStart(5, "div", 1);
|
|
63
|
+
i0.ɵɵtext(6);
|
|
64
|
+
i0.ɵɵelementStart(7, "div", 18)(8, "ion-text", 19);
|
|
65
|
+
i0.ɵɵtext(9);
|
|
66
|
+
i0.ɵɵelementEnd()()()();
|
|
67
|
+
} if (rf & 2) {
|
|
68
|
+
const n_r13 = ctx.$implicit;
|
|
69
|
+
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
70
|
+
i0.ɵɵadvance(4);
|
|
71
|
+
i0.ɵɵtextInterpolate(n_r13.messageHeading);
|
|
72
|
+
i0.ɵɵadvance(2);
|
|
73
|
+
i0.ɵɵtextInterpolate1(" ", n_r13.messageDetails, " ");
|
|
74
|
+
i0.ɵɵadvance(3);
|
|
75
|
+
i0.ɵɵtextInterpolate1(" Displayed Till : ", ctx_r4.util.getDateInMMDDYYYY(n_r13.validTill), " ");
|
|
76
|
+
} }
|
|
77
|
+
function MyNotificationsPage_div_8_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
78
|
+
i0.ɵɵelementStart(0, "div", 7)(1, "div", 20);
|
|
79
|
+
i0.ɵɵelement(2, "ion-icon", 21);
|
|
80
|
+
i0.ɵɵelementStart(3, "h4", 22);
|
|
81
|
+
i0.ɵɵtext(4, "You don't have any notifications");
|
|
82
|
+
i0.ɵɵelementEnd();
|
|
83
|
+
i0.ɵɵelementStart(5, "ion-label", 23);
|
|
84
|
+
i0.ɵɵtext(6, "Please check back later.");
|
|
85
|
+
i0.ɵɵelementEnd()()();
|
|
86
|
+
} }
|
|
87
|
+
function MyNotificationsPage_div_8_mat_expansion_panel_11_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
+
i0.ɵɵelementStart(0, "mat-expansion-panel", 24)(1, "mat-expansion-panel-header", 15)(2, "mat-panel-title", 16)(3, "p", 17);
|
|
89
|
+
i0.ɵɵtext(4);
|
|
90
|
+
i0.ɵɵelementEnd()()();
|
|
91
|
+
i0.ɵɵelementStart(5, "div", 1);
|
|
92
|
+
i0.ɵɵtext(6);
|
|
93
|
+
i0.ɵɵelementStart(7, "div", 18)(8, "ion-text", 19);
|
|
94
|
+
i0.ɵɵtext(9);
|
|
95
|
+
i0.ɵɵelementEnd()()()();
|
|
96
|
+
} if (rf & 2) {
|
|
97
|
+
const n_r14 = ctx.$implicit;
|
|
98
|
+
const ctx_r6 = i0.ɵɵnextContext(2);
|
|
99
|
+
i0.ɵɵadvance(4);
|
|
100
|
+
i0.ɵɵtextInterpolate(n_r14.messageHeading);
|
|
101
|
+
i0.ɵɵadvance(2);
|
|
102
|
+
i0.ɵɵtextInterpolate1(" ", n_r14.messageDetails, " ");
|
|
103
|
+
i0.ɵɵadvance(3);
|
|
104
|
+
i0.ɵɵtextInterpolate1(" Displayed Till : ", ctx_r6.util.getDateInMMDDYYYY(n_r14.validTill), " ");
|
|
105
|
+
} }
|
|
106
|
+
function MyNotificationsPage_div_8_div_12_Template(rf, ctx) { if (rf & 1) {
|
|
107
|
+
i0.ɵɵelementStart(0, "div", 7)(1, "div", 20);
|
|
108
|
+
i0.ɵɵelement(2, "ion-icon", 21);
|
|
109
|
+
i0.ɵɵelementStart(3, "h4", 22);
|
|
110
|
+
i0.ɵɵtext(4, "You don't have any notifications");
|
|
111
|
+
i0.ɵɵelementEnd();
|
|
112
|
+
i0.ɵɵelementStart(5, "ion-label", 23);
|
|
113
|
+
i0.ɵɵtext(6, "Please check back later.");
|
|
114
|
+
i0.ɵɵelementEnd()()();
|
|
115
|
+
} }
|
|
116
|
+
function MyNotificationsPage_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
117
|
+
i0.ɵɵelementStart(0, "div", 9)(1, "p-tabView")(2, "p-tabPanel", 10);
|
|
118
|
+
i0.ɵɵtemplate(3, MyNotificationsPage_div_8_mat_accordion_3_Template, 2, 1, "mat-accordion", 11)(4, MyNotificationsPage_div_8_div_4_Template, 7, 0, "div", 5);
|
|
119
|
+
i0.ɵɵelementEnd();
|
|
120
|
+
i0.ɵɵelementStart(5, "p-tabPanel", 10)(6, "mat-accordion");
|
|
121
|
+
i0.ɵɵtemplate(7, MyNotificationsPage_div_8_mat_expansion_panel_7_Template, 10, 3, "mat-expansion-panel", 12);
|
|
122
|
+
i0.ɵɵelementEnd();
|
|
123
|
+
i0.ɵɵtemplate(8, MyNotificationsPage_div_8_div_8_Template, 7, 0, "div", 5);
|
|
124
|
+
i0.ɵɵelementEnd();
|
|
125
|
+
i0.ɵɵelementStart(9, "p-tabPanel", 10)(10, "mat-accordion");
|
|
126
|
+
i0.ɵɵtemplate(11, MyNotificationsPage_div_8_mat_expansion_panel_11_Template, 10, 3, "mat-expansion-panel", 12);
|
|
127
|
+
i0.ɵɵelementEnd();
|
|
128
|
+
i0.ɵɵtemplate(12, MyNotificationsPage_div_8_div_12_Template, 7, 0, "div", 5);
|
|
129
|
+
i0.ɵɵelementEnd()()();
|
|
130
|
+
} if (rf & 2) {
|
|
131
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
132
|
+
i0.ɵɵadvance(2);
|
|
133
|
+
i0.ɵɵpropertyInterpolate1("header", "Unread (", ctx_r1.ns.getUnreadNotificationCount(), ")");
|
|
134
|
+
i0.ɵɵadvance(1);
|
|
135
|
+
i0.ɵɵproperty("ngIf", ctx_r1.ns.getUnreadNotificationCount() > 0);
|
|
136
|
+
i0.ɵɵadvance(1);
|
|
137
|
+
i0.ɵɵproperty("ngIf", ctx_r1.ns.getUnreadNotificationCount() == 0);
|
|
138
|
+
i0.ɵɵadvance(1);
|
|
139
|
+
i0.ɵɵpropertyInterpolate1("header", "Read (", ctx_r1.ns.getReadNotificationCount(), ")");
|
|
140
|
+
i0.ɵɵadvance(2);
|
|
141
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.ns.getReadNotifications());
|
|
142
|
+
i0.ɵɵadvance(1);
|
|
143
|
+
i0.ɵɵproperty("ngIf", ctx_r1.ns.getReadNotificationCount() == 0);
|
|
144
|
+
i0.ɵɵadvance(1);
|
|
145
|
+
i0.ɵɵpropertyInterpolate1("header", "All (", ctx_r1.ns.notifications.getValue().length, ")");
|
|
146
|
+
i0.ɵɵadvance(2);
|
|
147
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.ns.notifications.getValue());
|
|
148
|
+
i0.ɵɵadvance(1);
|
|
149
|
+
i0.ɵɵproperty("ngIf", ctx_r1.ns.notifications.getValue().length == 0);
|
|
150
|
+
} }
|
|
151
|
+
export class MyNotificationsPage {
|
|
152
|
+
constructor(popup, loginService, util, navParams, ns) {
|
|
153
|
+
this.popup = popup;
|
|
154
|
+
this.loginService = loginService;
|
|
155
|
+
this.util = util;
|
|
156
|
+
this.navParams = navParams;
|
|
157
|
+
this.ns = ns;
|
|
158
|
+
this.showLoader = false;
|
|
159
|
+
}
|
|
160
|
+
ngOnInit() {
|
|
161
|
+
this.showLoader = true;
|
|
162
|
+
this.ns
|
|
163
|
+
.getNotifications()
|
|
164
|
+
.subscribe(res => {
|
|
165
|
+
this.ns.notifications.next(res);
|
|
166
|
+
this.ns.getUnreadNotificationCount();
|
|
167
|
+
this.showLoader = false;
|
|
168
|
+
}, err => {
|
|
169
|
+
this.ns.notificationCount.next(0);
|
|
170
|
+
this.ns.notifications.next([]);
|
|
171
|
+
this.showLoader = false;
|
|
172
|
+
});
|
|
173
|
+
}
|
|
174
|
+
close() {
|
|
175
|
+
this.ns.updateReadFlag();
|
|
176
|
+
this.popup.dismiss(null);
|
|
177
|
+
}
|
|
178
|
+
notificationOpened(id) {
|
|
179
|
+
this.ns.markForUpdate(id);
|
|
180
|
+
}
|
|
181
|
+
notificationClosed(id) {
|
|
182
|
+
this.ns.markAsRead(id);
|
|
183
|
+
}
|
|
184
|
+
static { this.ɵfac = function MyNotificationsPage_Factory(t) { return new (t || MyNotificationsPage)(i0.ɵɵdirectiveInject(i1.PopoverController), i0.ɵɵdirectiveInject(i2.LoginService), i0.ɵɵdirectiveInject(i3.UtilService), i0.ɵɵdirectiveInject(i1.NavParams), i0.ɵɵdirectiveInject(i4.NotificationService)); }; }
|
|
185
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MyNotificationsPage, selectors: [["app-my-notifications"]], decls: 9, vars: 2, consts: [[2, "margin", "0px"], [1, "ion-padding"], [2, "font-size", "large"], ["color", "dark"], [2, "padding", "0px"], ["class", "ion-text-center", 4, "ngIf"], ["class", "app-box", 4, "ngIf"], [1, "ion-text-center"], ["type", "indeterminate"], [1, "app-box"], [3, "header"], [4, "ngIf"], ["class", "ion-padding-top", 4, "ngFor", "ngForOf"], ["class", "ion-padding-top", 3, "opened", "closed", 4, "ngFor", "ngForOf"], [1, "ion-padding-top", 3, "opened", "closed"], ["color", "primary"], [1, "ion-text-wrap"], [1, "ion-padding-left"], [1, "ion-text-right", "ion-padding-top"], ["color", "dark", 2, "font-size", "smaller", "font-style", "italic"], [1, "ion-text-center", "ion-padding"], ["name", "notifications-outline", 2, "font-size", "60px"], [2, "color", "var(--ion-color-dark)"], ["color", "grey"], [1, "ion-padding-top"]], template: function MyNotificationsPage_Template(rf, ctx) { if (rf & 1) {
|
|
186
|
+
i0.ɵɵelementStart(0, "ion-content")(1, "ion-card", 0)(2, "ion-card-header", 1)(3, "ion-card-subtitle", 2)(4, "ion-label", 3);
|
|
187
|
+
i0.ɵɵtext(5, "My Notifications");
|
|
188
|
+
i0.ɵɵelementEnd()()();
|
|
189
|
+
i0.ɵɵelementStart(6, "ion-card-content", 4);
|
|
190
|
+
i0.ɵɵtemplate(7, MyNotificationsPage_div_7_Template, 3, 0, "div", 5)(8, MyNotificationsPage_div_8_Template, 13, 9, "div", 6);
|
|
191
|
+
i0.ɵɵelementEnd()()();
|
|
192
|
+
} if (rf & 2) {
|
|
193
|
+
i0.ɵɵadvance(7);
|
|
194
|
+
i0.ɵɵproperty("ngIf", ctx.showLoader);
|
|
195
|
+
i0.ɵɵadvance(1);
|
|
196
|
+
i0.ɵɵproperty("ngIf", !ctx.showLoader);
|
|
197
|
+
} }, dependencies: [i1.IonCard, i1.IonCardContent, i1.IonCardHeader, i1.IonCardSubtitle, i1.IonContent, i1.IonIcon, i1.IonLabel, i1.IonProgressBar, i1.IonText, i5.NgForOf, i5.NgIf, i6.TabView, i6.TabPanel, i7.MatAccordion, i7.MatExpansionPanel, i7.MatExpansionPanelHeader, i7.MatExpansionPanelTitle], styles: [".mat-expanded[_ngcontent-%COMP%]{background:#f0f8ff}.mat-expansion-panel-header[_ngcontent-%COMP%]{padding:0 10px}"], data: { animation: [rowExpansionTrigger] } }); }
|
|
198
|
+
}
|
|
199
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MyNotificationsPage, [{
|
|
200
|
+
type: Component,
|
|
201
|
+
args: [{ selector: 'app-my-notifications', animations: [rowExpansionTrigger], template: "<ion-content>\n <ion-card style=\"margin: 0px;\">\n <ion-card-header class=\"ion-padding\">\n <ion-card-subtitle style=\"font-size:large\">\n <ion-label color=\"dark\">My Notifications</ion-label>\n </ion-card-subtitle>\n </ion-card-header>\n <ion-card-content style=\"padding: 0px;\">\n <div class=\"ion-text-center\" *ngIf=\"showLoader\">\n <br />\n <ion-progress-bar type=\"indeterminate\"></ion-progress-bar>\n </div>\n <div class=\"app-box\" *ngIf=\"!showLoader\">\n <p-tabView>\n <p-tabPanel header=\"Unread ({{ns.getUnreadNotificationCount()}})\">\n <mat-accordion *ngIf=\"ns.getUnreadNotificationCount() > 0\">\n <mat-expansion-panel *ngFor=\"let n of ns.getUnReadNotifications()\"\n (opened)=\"notificationOpened(n.userNotificationId)\" (closed)=\"notificationClosed(n.userNotificationId)\"\n class=\"ion-padding-top\" [@rowExpansionTrigger]=\"'active'\">\n <mat-expansion-panel-header color=\"primary\">\n <mat-panel-title class=\"ion-text-wrap\">\n <p class=\"ion-padding-left\">{{n.messageHeading}}</p>\n </mat-panel-title>\n </mat-expansion-panel-header>\n\n <div class=\"ion-padding\">\n {{n.messageDetails}}\n <div class=\"ion-text-right ion-padding-top\">\n <ion-text style=\"font-size: smaller; font-style: italic;\" color=\"dark\">\n Displayed Till : {{util.getDateInMMDDYYYY(n.validTill)}}\n </ion-text>\n </div>\n </div>\n </mat-expansion-panel>\n </mat-accordion>\n <div *ngIf=\"ns.getUnreadNotificationCount() == 0\" class=\"ion-text-center\">\n <div class=\"ion-text-center ion-padding\">\n <ion-icon name=\"notifications-outline\" style=\"font-size: 60px;\"></ion-icon>\n <h4 style=\"color: var(--ion-color-dark);\">You don't have any notifications</h4>\n <ion-label color=\"grey\">Please check back later.</ion-label>\n </div>\n </div>\n </p-tabPanel>\n <p-tabPanel header=\"Read ({{ns.getReadNotificationCount()}})\">\n <mat-accordion>\n <mat-expansion-panel *ngFor=\"let n of ns.getReadNotifications()\" class=\"ion-padding-top\">\n <mat-expansion-panel-header color=\"primary\">\n <mat-panel-title class=\"ion-text-wrap\">\n <p class=\"ion-padding-left\">{{n.messageHeading}}</p>\n </mat-panel-title>\n </mat-expansion-panel-header>\n\n <div class=\"ion-padding\">\n {{n.messageDetails}}\n <div class=\"ion-text-right ion-padding-top\">\n <ion-text style=\"font-size: smaller; font-style: italic;\" color=\"dark\">\n Displayed Till : {{util.getDateInMMDDYYYY(n.validTill)}}\n </ion-text>\n </div>\n </div>\n </mat-expansion-panel>\n </mat-accordion>\n\n <div *ngIf=\"ns.getReadNotificationCount() == 0\" class=\"ion-text-center\">\n <div class=\"ion-text-center ion-padding\">\n <ion-icon name=\"notifications-outline\" style=\"font-size: 60px;\"></ion-icon>\n <h4 style=\"color: var(--ion-color-dark);\">You don't have any notifications</h4>\n <ion-label color=\"grey\">Please check back later.</ion-label>\n </div>\n </div>\n </p-tabPanel>\n <p-tabPanel header=\"All ({{ns.notifications.getValue().length}})\">\n <mat-accordion>\n <mat-expansion-panel *ngFor=\"let n of ns.notifications.getValue()\" class=\"ion-padding-top\">\n <mat-expansion-panel-header color=\"primary\">\n <mat-panel-title class=\"ion-text-wrap\">\n <p class=\"ion-padding-left\">{{n.messageHeading}}</p>\n </mat-panel-title>\n </mat-expansion-panel-header>\n\n <div class=\"ion-padding\">\n {{n.messageDetails}}\n <div class=\"ion-text-right ion-padding-top\">\n <ion-text style=\"font-size: smaller; font-style: italic;\" color=\"dark\">\n Displayed Till : {{util.getDateInMMDDYYYY(n.validTill)}}\n </ion-text>\n </div>\n </div>\n </mat-expansion-panel>\n </mat-accordion>\n <div *ngIf=\"ns.notifications.getValue().length == 0\" class=\"ion-text-center\">\n <div class=\"ion-text-center ion-padding\">\n <ion-icon name=\"notifications-outline\" style=\"font-size: 60px;\"></ion-icon>\n <h4 style=\"color: var(--ion-color-dark);\">You don't have any notifications</h4>\n <ion-label color=\"grey\">Please check back later.</ion-label>\n </div>\n </div>\n </p-tabPanel>\n </p-tabView>\n\n </div>\n </ion-card-content>\n </ion-card>\n</ion-content>", styles: [".mat-expanded{background:#f0f8ff}.mat-expansion-panel-header{padding:0 10px}\n"] }]
|
|
202
|
+
}], () => [{ type: i1.PopoverController }, { type: i2.LoginService }, { type: i3.UtilService }, { type: i1.NavParams }, { type: i4.NotificationService }], null); })();
|
|
203
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MyNotificationsPage, { className: "MyNotificationsPage" }); })();
|
|
204
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXktbm90aWZpY2F0aW9ucy5wYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9wYWdlcy9wb3BvdmVycy9teS1ub3RpZmljYXRpb25zL215LW5vdGlmaWNhdGlvbnMucGFnZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGFnZXMvcG9wb3ZlcnMvbXktbm90aWZpY2F0aW9ucy9teS1ub3RpZmljYXRpb25zLnBhZ2UuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBRWxELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDOzs7Ozs7Ozs7O0lDTXBFLDhCQUFnRDtJQUM5QyxxQkFBTSwwQkFBQTtJQUVSLGlCQUFNOzs7O0lBS0UsK0NBRTREO0lBRDFELGdSQUFVLGVBQUEsbURBQXdDLENBQUEsSUFBQyxtUUFBVyxlQUFBLG1EQUF3QyxDQUFBLElBQW5EO0lBRW5ELHNEQUE0QywwQkFBQSxZQUFBO0lBRVosWUFBb0I7SUFBQSxpQkFBSSxFQUFBLEVBQUE7SUFJeEQsOEJBQXlCO0lBQ3ZCLFlBQ0E7SUFBQSwrQkFBNEMsbUJBQUE7SUFFeEMsWUFDRjtJQUFBLGlCQUFXLEVBQUEsRUFBQSxFQUFBOzs7O0lBWlMsK0NBQWlDO0lBR3pCLGVBQW9CO0lBQXBCLHlDQUFvQjtJQUtsRCxlQUNBO0lBREEsb0RBQ0E7SUFFSSxlQUNGO0lBREUsK0ZBQ0Y7OztJQWZSLHFDQUEyRDtJQUN6RCw0SEFpQnNCO0lBQ3hCLGlCQUFnQjs7O0lBbEJxQixlQUE4QjtJQUE5Qiw0REFBOEI7OztJQW1CbkUsOEJBQTBFLGNBQUE7SUFFdEUsK0JBQTJFO0lBQzNFLDhCQUEwQztJQUFBLGdEQUFnQztJQUFBLGlCQUFLO0lBQy9FLHFDQUF3QjtJQUFBLHdDQUF3QjtJQUFBLGlCQUFZLEVBQUEsRUFBQTs7O0lBTTlELCtDQUF5RixxQ0FBQSwwQkFBQSxZQUFBO0lBR3ZELFlBQW9CO0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBSXhELDhCQUF5QjtJQUN2QixZQUNBO0lBQUEsK0JBQTRDLG1CQUFBO0lBRXhDLFlBQ0Y7SUFBQSxpQkFBVyxFQUFBLEVBQUEsRUFBQTs7OztJQVRpQixlQUFvQjtJQUFwQiwwQ0FBb0I7SUFLbEQsZUFDQTtJQURBLHFEQUNBO0lBRUksZUFDRjtJQURFLGdHQUNGOzs7SUFNUiw4QkFBd0UsY0FBQTtJQUVwRSwrQkFBMkU7SUFDM0UsOEJBQTBDO0lBQUEsZ0RBQWdDO0lBQUEsaUJBQUs7SUFDL0UscUNBQXdCO0lBQUEsd0NBQXdCO0lBQUEsaUJBQVksRUFBQSxFQUFBOzs7SUFNOUQsK0NBQTJGLHFDQUFBLDBCQUFBLFlBQUE7SUFHekQsWUFBb0I7SUFBQSxpQkFBSSxFQUFBLEVBQUE7SUFJeEQsOEJBQXlCO0lBQ3ZCLFlBQ0E7SUFBQSwrQkFBNEMsbUJBQUE7SUFFeEMsWUFDRjtJQUFBLGlCQUFXLEVBQUEsRUFBQSxFQUFBOzs7O0lBVGlCLGVBQW9CO0lBQXBCLDBDQUFvQjtJQUtsRCxlQUNBO0lBREEscURBQ0E7SUFFSSxlQUNGO0lBREUsZ0dBQ0Y7OztJQUtSLDhCQUE2RSxjQUFBO0lBRXpFLCtCQUEyRTtJQUMzRSw4QkFBMEM7SUFBQSxnREFBZ0M7SUFBQSxpQkFBSztJQUMvRSxxQ0FBd0I7SUFBQSx3Q0FBd0I7SUFBQSxpQkFBWSxFQUFBLEVBQUE7OztJQWxGdEUsOEJBQXlDLGdCQUFBLHFCQUFBO0lBR25DLCtGQW1CZ0IsNkRBQUE7SUFRbEIsaUJBQWE7SUFDYixzQ0FBOEQsb0JBQUE7SUFFMUQsNEdBZXNCO0lBQ3hCLGlCQUFnQjtJQUVoQiwwRUFNTTtJQUNSLGlCQUFhO0lBQ2Isc0NBQWtFLHFCQUFBO0lBRTlELDhHQWVzQjtJQUN4QixpQkFBZ0I7SUFDaEIsNEVBTU07SUFDUixpQkFBYSxFQUFBLEVBQUE7OztJQW5GRCxlQUFxRDtJQUFyRCw0RkFBcUQ7SUFDL0MsZUFBeUM7SUFBekMsaUVBQXlDO0lBb0JuRCxlQUEwQztJQUExQyxrRUFBMEM7SUFRdEMsZUFBaUQ7SUFBakQsd0ZBQWlEO0lBRXRCLGVBQTRCO0lBQTVCLDBEQUE0QjtJQWtCM0QsZUFBd0M7SUFBeEMsZ0VBQXdDO0lBUXBDLGVBQXFEO0lBQXJELDRGQUFxRDtJQUUxQixlQUE4QjtJQUE5Qiw0REFBOEI7SUFpQjdELGVBQTZDO0lBQTdDLHFFQUE2Qzs7QUQ3RS9ELE1BQU0sT0FBTyxtQkFBbUI7SUFJOUIsWUFBbUIsS0FBd0IsRUFBUyxZQUEyQixFQUFTLElBQWlCLEVBQ3RGLFNBQW1CLEVBQVMsRUFBd0I7UUFEcEQsVUFBSyxHQUFMLEtBQUssQ0FBbUI7UUFBUyxpQkFBWSxHQUFaLFlBQVksQ0FBZTtRQUFTLFNBQUksR0FBSixJQUFJLENBQWE7UUFDdEYsY0FBUyxHQUFULFNBQVMsQ0FBVTtRQUFTLE9BQUUsR0FBRixFQUFFLENBQXNCO1FBSGhFLGVBQVUsR0FBRyxLQUFLLENBQUM7SUFHaUQsQ0FBQztJQUU1RSxRQUFRO1FBQ04sSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7UUFDdkIsSUFBSSxDQUFDLEVBQUU7YUFDRixnQkFBZ0IsRUFBRTthQUNsQixTQUFTLENBQ1IsR0FBRyxDQUFDLEVBQUU7WUFDSixJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7WUFDaEMsSUFBSSxDQUFDLEVBQUUsQ0FBQywwQkFBMEIsRUFBRSxDQUFDO1lBQ3JDLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO1FBQzFCLENBQUMsRUFDRCxHQUFHLENBQUMsRUFBRTtZQUNKLElBQUksQ0FBQyxFQUFFLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ2xDLElBQUksQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQztZQUMvQixJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztRQUMxQixDQUFDLENBQ0YsQ0FBQztJQUNSLENBQUM7SUFFRCxLQUFLO1FBQ0gsSUFBSSxDQUFDLEVBQUUsQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUN6QixJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBRUQsa0JBQWtCLENBQUMsRUFBRTtRQUNuQixJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUM1QixDQUFDO0lBRUQsa0JBQWtCLENBQUMsRUFBRTtRQUNuQixJQUFJLENBQUMsRUFBRSxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUN6QixDQUFDO29GQXBDVSxtQkFBbUI7b0VBQW5CLG1CQUFtQjtZQ2JoQyxtQ0FBYSxrQkFBQSx5QkFBQSwyQkFBQSxtQkFBQTtZQUltQixnQ0FBZ0I7WUFBQSxpQkFBWSxFQUFBLEVBQUE7WUFHeEQsMkNBQXdDO1lBQ3RDLG9FQUdNLHdEQUFBO1lBMEZSLGlCQUFtQixFQUFBLEVBQUE7O1lBN0ZhLGVBQWdCO1lBQWhCLHFDQUFnQjtZQUl4QixlQUFpQjtZQUFqQixzQ0FBaUI7d2NERC9CLENBQUMsbUJBQW1CLENBQUM7O2lGQUV0QixtQkFBbUI7Y0FOL0IsU0FBUzsyQkFDRSxzQkFBc0IsY0FHcEIsQ0FBQyxtQkFBbUIsQ0FBQzs7a0ZBRXRCLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBQb3BvdmVyQ29udHJvbGxlciwgTmF2UGFyYW1zIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuaW1wb3J0IHsgcm93RXhwYW5zaW9uVHJpZ2dlciB9IGZyb20gJy4uLy4uLy4uL2FubmltYXRpb25zL2FwcC1hbmltYXRpb25zJztcbmltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24uc2VydmljZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW15LW5vdGlmaWNhdGlvbnMnLFxuICB0ZW1wbGF0ZVVybDogJy4vbXktbm90aWZpY2F0aW9ucy5wYWdlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9teS1ub3RpZmljYXRpb25zLnBhZ2Uuc2NzcyddLFxuICBhbmltYXRpb25zOiBbcm93RXhwYW5zaW9uVHJpZ2dlcl1cbn0pXG5leHBvcnQgY2xhc3MgTXlOb3RpZmljYXRpb25zUGFnZSBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgcHVibGljIHNob3dMb2FkZXIgPSBmYWxzZTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgcG9wdXA6IFBvcG92ZXJDb250cm9sbGVyLCBwdWJsaWMgbG9naW5TZXJ2aWNlIDogTG9naW5TZXJ2aWNlLCBwdWJsaWMgdXRpbDogVXRpbFNlcnZpY2UsIFxuICAgICAgICAgICAgICBwdWJsaWMgbmF2UGFyYW1zOk5hdlBhcmFtcywgcHVibGljIG5zIDogTm90aWZpY2F0aW9uU2VydmljZSkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5zaG93TG9hZGVyID0gdHJ1ZTtcbiAgICB0aGlzLm5zXG4gICAgICAgIC5nZXROb3RpZmljYXRpb25zKClcbiAgICAgICAgLnN1YnNjcmliZShcbiAgICAgICAgICByZXMgPT4ge1xuICAgICAgICAgICAgdGhpcy5ucy5ub3RpZmljYXRpb25zLm5leHQocmVzKTtcbiAgICAgICAgICAgIHRoaXMubnMuZ2V0VW5yZWFkTm90aWZpY2F0aW9uQ291bnQoKTtcbiAgICAgICAgICAgIHRoaXMuc2hvd0xvYWRlciA9IGZhbHNlO1xuICAgICAgICAgIH0sXG4gICAgICAgICAgZXJyID0+IHtcbiAgICAgICAgICAgIHRoaXMubnMubm90aWZpY2F0aW9uQ291bnQubmV4dCgwKTtcbiAgICAgICAgICAgIHRoaXMubnMubm90aWZpY2F0aW9ucy5uZXh0KFtdKTtcbiAgICAgICAgICAgIHRoaXMuc2hvd0xvYWRlciA9IGZhbHNlO1xuICAgICAgICAgIH1cbiAgICAgICAgKTtcbiAgfVxuXG4gIGNsb3NlKCl7XG4gICAgdGhpcy5ucy51cGRhdGVSZWFkRmxhZygpO1xuICAgIHRoaXMucG9wdXAuZGlzbWlzcyhudWxsKTtcbiAgfVxuXG4gIG5vdGlmaWNhdGlvbk9wZW5lZChpZCl7XG4gICAgdGhpcy5ucy5tYXJrRm9yVXBkYXRlKGlkKTtcbiAgfVxuXG4gIG5vdGlmaWNhdGlvbkNsb3NlZChpZCl7XG4gICAgdGhpcy5ucy5tYXJrQXNSZWFkKGlkKTtcbiAgfVxuXG59XG4iLCI8aW9uLWNvbnRlbnQ+XG4gIDxpb24tY2FyZCBzdHlsZT1cIm1hcmdpbjogMHB4O1wiPlxuICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tcGFkZGluZ1wiPlxuICAgICAgPGlvbi1jYXJkLXN1YnRpdGxlIHN0eWxlPVwiZm9udC1zaXplOmxhcmdlXCI+XG4gICAgICAgIDxpb24tbGFiZWwgY29sb3I9XCJkYXJrXCI+TXkgTm90aWZpY2F0aW9uczwvaW9uLWxhYmVsPlxuICAgICAgPC9pb24tY2FyZC1zdWJ0aXRsZT5cbiAgICA8L2lvbi1jYXJkLWhlYWRlcj5cbiAgICA8aW9uLWNhcmQtY29udGVudCBzdHlsZT1cInBhZGRpbmc6IDBweDtcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIiAqbmdJZj1cInNob3dMb2FkZXJcIj5cbiAgICAgICAgPGJyIC8+XG4gICAgICAgIDxpb24tcHJvZ3Jlc3MtYmFyIHR5cGU9XCJpbmRldGVybWluYXRlXCI+PC9pb24tcHJvZ3Jlc3MtYmFyPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiYXBwLWJveFwiICpuZ0lmPVwiIXNob3dMb2FkZXJcIj5cbiAgICAgICAgPHAtdGFiVmlldz5cbiAgICAgICAgICA8cC10YWJQYW5lbCBoZWFkZXI9XCJVbnJlYWQgKHt7bnMuZ2V0VW5yZWFkTm90aWZpY2F0aW9uQ291bnQoKX19KVwiPlxuICAgICAgICAgICAgPG1hdC1hY2NvcmRpb24gKm5nSWY9XCJucy5nZXRVbnJlYWROb3RpZmljYXRpb25Db3VudCgpID4gMFwiPlxuICAgICAgICAgICAgICA8bWF0LWV4cGFuc2lvbi1wYW5lbCAqbmdGb3I9XCJsZXQgbiBvZiBucy5nZXRVblJlYWROb3RpZmljYXRpb25zKClcIlxuICAgICAgICAgICAgICAgIChvcGVuZWQpPVwibm90aWZpY2F0aW9uT3BlbmVkKG4udXNlck5vdGlmaWNhdGlvbklkKVwiIChjbG9zZWQpPVwibm90aWZpY2F0aW9uQ2xvc2VkKG4udXNlck5vdGlmaWNhdGlvbklkKVwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJpb24tcGFkZGluZy10b3BcIiBbQHJvd0V4cGFuc2lvblRyaWdnZXJdPVwiJ2FjdGl2ZSdcIj5cbiAgICAgICAgICAgICAgICA8bWF0LWV4cGFuc2lvbi1wYW5lbC1oZWFkZXIgY29sb3I9XCJwcmltYXJ5XCI+XG4gICAgICAgICAgICAgICAgICA8bWF0LXBhbmVsLXRpdGxlIGNsYXNzPVwiaW9uLXRleHQtd3JhcFwiPlxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cImlvbi1wYWRkaW5nLWxlZnRcIj57e24ubWVzc2FnZUhlYWRpbmd9fTwvcD5cbiAgICAgICAgICAgICAgICAgIDwvbWF0LXBhbmVsLXRpdGxlPlxuICAgICAgICAgICAgICAgIDwvbWF0LWV4cGFuc2lvbi1wYW5lbC1oZWFkZXI+XG5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXBhZGRpbmdcIj5cbiAgICAgICAgICAgICAgICAgIHt7bi5tZXNzYWdlRGV0YWlsc319XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtcmlnaHQgaW9uLXBhZGRpbmctdG9wXCI+XG4gICAgICAgICAgICAgICAgICAgIDxpb24tdGV4dCBzdHlsZT1cImZvbnQtc2l6ZTogc21hbGxlcjsgZm9udC1zdHlsZTogaXRhbGljO1wiIGNvbG9yPVwiZGFya1wiPlxuICAgICAgICAgICAgICAgICAgICAgIERpc3BsYXllZCBUaWxsIDoge3t1dGlsLmdldERhdGVJbk1NRERZWVlZKG4udmFsaWRUaWxsKX19XG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLXRleHQ+XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9tYXQtZXhwYW5zaW9uLXBhbmVsPlxuICAgICAgICAgICAgPC9tYXQtYWNjb3JkaW9uPlxuICAgICAgICAgICAgPGRpdiAqbmdJZj1cIm5zLmdldFVucmVhZE5vdGlmaWNhdGlvbkNvdW50KCkgPT0gMFwiIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgaW9uLXBhZGRpbmdcIj5cbiAgICAgICAgICAgICAgICA8aW9uLWljb24gbmFtZT1cIm5vdGlmaWNhdGlvbnMtb3V0bGluZVwiIHN0eWxlPVwiZm9udC1zaXplOiA2MHB4O1wiPjwvaW9uLWljb24+XG4gICAgICAgICAgICAgICAgPGg0IHN0eWxlPVwiY29sb3I6IHZhcigtLWlvbi1jb2xvci1kYXJrKTtcIj5Zb3UgZG9uJ3QgaGF2ZSBhbnkgbm90aWZpY2F0aW9uczwvaDQ+XG4gICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImdyZXlcIj5QbGVhc2UgY2hlY2sgYmFjayBsYXRlci48L2lvbi1sYWJlbD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L3AtdGFiUGFuZWw+XG4gICAgICAgICAgPHAtdGFiUGFuZWwgaGVhZGVyPVwiUmVhZCAoe3tucy5nZXRSZWFkTm90aWZpY2F0aW9uQ291bnQoKX19KVwiPlxuICAgICAgICAgICAgPG1hdC1hY2NvcmRpb24+XG4gICAgICAgICAgICAgIDxtYXQtZXhwYW5zaW9uLXBhbmVsICpuZ0Zvcj1cImxldCBuIG9mIG5zLmdldFJlYWROb3RpZmljYXRpb25zKClcIiBjbGFzcz1cImlvbi1wYWRkaW5nLXRvcFwiPlxuICAgICAgICAgICAgICAgIDxtYXQtZXhwYW5zaW9uLXBhbmVsLWhlYWRlciBjb2xvcj1cInByaW1hcnlcIj5cbiAgICAgICAgICAgICAgICAgIDxtYXQtcGFuZWwtdGl0bGUgY2xhc3M9XCJpb24tdGV4dC13cmFwXCI+XG4gICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwiaW9uLXBhZGRpbmctbGVmdFwiPnt7bi5tZXNzYWdlSGVhZGluZ319PC9wPlxuICAgICAgICAgICAgICAgICAgPC9tYXQtcGFuZWwtdGl0bGU+XG4gICAgICAgICAgICAgICAgPC9tYXQtZXhwYW5zaW9uLXBhbmVsLWhlYWRlcj5cblxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpb24tcGFkZGluZ1wiPlxuICAgICAgICAgICAgICAgICAge3tuLm1lc3NhZ2VEZXRhaWxzfX1cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1yaWdodCBpb24tcGFkZGluZy10b3BcIj5cbiAgICAgICAgICAgICAgICAgICAgPGlvbi10ZXh0IHN0eWxlPVwiZm9udC1zaXplOiBzbWFsbGVyOyBmb250LXN0eWxlOiBpdGFsaWM7XCIgY29sb3I9XCJkYXJrXCI+XG4gICAgICAgICAgICAgICAgICAgICAgRGlzcGxheWVkIFRpbGwgOiB7e3V0aWwuZ2V0RGF0ZUluTU1ERFlZWVkobi52YWxpZFRpbGwpfX1cbiAgICAgICAgICAgICAgICAgICAgPC9pb24tdGV4dD5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L21hdC1leHBhbnNpb24tcGFuZWw+XG4gICAgICAgICAgICA8L21hdC1hY2NvcmRpb24+XG5cbiAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJucy5nZXRSZWFkTm90aWZpY2F0aW9uQ291bnQoKSA9PSAwXCIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBpb24tcGFkZGluZ1wiPlxuICAgICAgICAgICAgICAgIDxpb24taWNvbiBuYW1lPVwibm90aWZpY2F0aW9ucy1vdXRsaW5lXCIgc3R5bGU9XCJmb250LXNpemU6IDYwcHg7XCI+PC9pb24taWNvbj5cbiAgICAgICAgICAgICAgICA8aDQgc3R5bGU9XCJjb2xvcjogdmFyKC0taW9uLWNvbG9yLWRhcmspO1wiPllvdSBkb24ndCBoYXZlIGFueSBub3RpZmljYXRpb25zPC9oND5cbiAgICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZ3JleVwiPlBsZWFzZSBjaGVjayBiYWNrIGxhdGVyLjwvaW9uLWxhYmVsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvcC10YWJQYW5lbD5cbiAgICAgICAgICA8cC10YWJQYW5lbCBoZWFkZXI9XCJBbGwgKHt7bnMubm90aWZpY2F0aW9ucy5nZXRWYWx1ZSgpLmxlbmd0aH19KVwiPlxuICAgICAgICAgICAgPG1hdC1hY2NvcmRpb24+XG4gICAgICAgICAgICAgIDxtYXQtZXhwYW5zaW9uLXBhbmVsICpuZ0Zvcj1cImxldCBuIG9mIG5zLm5vdGlmaWNhdGlvbnMuZ2V0VmFsdWUoKVwiIGNsYXNzPVwiaW9uLXBhZGRpbmctdG9wXCI+XG4gICAgICAgICAgICAgICAgPG1hdC1leHBhbnNpb24tcGFuZWwtaGVhZGVyIGNvbG9yPVwicHJpbWFyeVwiPlxuICAgICAgICAgICAgICAgICAgPG1hdC1wYW5lbC10aXRsZSBjbGFzcz1cImlvbi10ZXh0LXdyYXBcIj5cbiAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJpb24tcGFkZGluZy1sZWZ0XCI+e3tuLm1lc3NhZ2VIZWFkaW5nfX08L3A+XG4gICAgICAgICAgICAgICAgICA8L21hdC1wYW5lbC10aXRsZT5cbiAgICAgICAgICAgICAgICA8L21hdC1leHBhbnNpb24tcGFuZWwtaGVhZGVyPlxuXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlvbi1wYWRkaW5nXCI+XG4gICAgICAgICAgICAgICAgICB7e24ubWVzc2FnZURldGFpbHN9fVxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LXJpZ2h0IGlvbi1wYWRkaW5nLXRvcFwiPlxuICAgICAgICAgICAgICAgICAgICA8aW9uLXRleHQgc3R5bGU9XCJmb250LXNpemU6IHNtYWxsZXI7IGZvbnQtc3R5bGU6IGl0YWxpYztcIiBjb2xvcj1cImRhcmtcIj5cbiAgICAgICAgICAgICAgICAgICAgICBEaXNwbGF5ZWQgVGlsbCA6IHt7dXRpbC5nZXREYXRlSW5NTUREWVlZWShuLnZhbGlkVGlsbCl9fVxuICAgICAgICAgICAgICAgICAgICA8L2lvbi10ZXh0PlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvbWF0LWV4cGFuc2lvbi1wYW5lbD5cbiAgICAgICAgICAgIDwvbWF0LWFjY29yZGlvbj5cbiAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJucy5ub3RpZmljYXRpb25zLmdldFZhbHVlKCkubGVuZ3RoID09IDBcIiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtY2VudGVyIGlvbi1wYWRkaW5nXCI+XG4gICAgICAgICAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJub3RpZmljYXRpb25zLW91dGxpbmVcIiBzdHlsZT1cImZvbnQtc2l6ZTogNjBweDtcIj48L2lvbi1pY29uPlxuICAgICAgICAgICAgICAgIDxoNCBzdHlsZT1cImNvbG9yOiB2YXIoLS1pb24tY29sb3ItZGFyayk7XCI+WW91IGRvbid0IGhhdmUgYW55IG5vdGlmaWNhdGlvbnM8L2g0PlxuICAgICAgICAgICAgICAgIDxpb24tbGFiZWwgY29sb3I9XCJncmV5XCI+UGxlYXNlIGNoZWNrIGJhY2sgbGF0ZXIuPC9pb24tbGFiZWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9wLXRhYlBhbmVsPlxuICAgICAgICA8L3AtdGFiVmlldz5cblxuICAgICAgPC9kaXY+XG4gICAgPC9pb24tY2FyZC1jb250ZW50PlxuICA8L2lvbi1jYXJkPlxuPC9pb24tY29udGVudD4iXX0=
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { EmailStatusEnum } from '../../../enums/EmailStatusEnum';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@ionic/angular";
|
|
5
|
+
import * as i2 from "../../../services/login/login.service";
|
|
6
|
+
import * as i3 from "../../../services/util/util.service";
|
|
7
|
+
import * as i4 from "@angular/common";
|
|
8
|
+
import * as i5 from "primeng/tooltip";
|
|
9
|
+
function MyProfilePage_ion_label_19_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
+
i0.ɵɵelementStart(0, "ion-label", 2);
|
|
11
|
+
i0.ɵɵtext(1);
|
|
12
|
+
i0.ɵɵelementEnd();
|
|
13
|
+
} if (rf & 2) {
|
|
14
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
15
|
+
i0.ɵɵadvance(1);
|
|
16
|
+
i0.ɵɵtextInterpolate(ctx_r0.ls.getUser().middleName);
|
|
17
|
+
} }
|
|
18
|
+
function MyProfilePage_ion_label_20_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
i0.ɵɵelementStart(0, "ion-label", 2);
|
|
20
|
+
i0.ɵɵtext(1, "--");
|
|
21
|
+
i0.ɵɵelementEnd();
|
|
22
|
+
} }
|
|
23
|
+
export class MyProfilePage {
|
|
24
|
+
constructor(popup, ls, util, navParams, nav) {
|
|
25
|
+
this.popup = popup;
|
|
26
|
+
this.ls = ls;
|
|
27
|
+
this.util = util;
|
|
28
|
+
this.navParams = navParams;
|
|
29
|
+
this.nav = nav;
|
|
30
|
+
this.statusEnum = EmailStatusEnum;
|
|
31
|
+
}
|
|
32
|
+
ngOnInit() {
|
|
33
|
+
}
|
|
34
|
+
close() {
|
|
35
|
+
this.popup.dismiss(null);
|
|
36
|
+
}
|
|
37
|
+
logout() {
|
|
38
|
+
this.nav.navigateRoot('/landing');
|
|
39
|
+
this.ls.logout();
|
|
40
|
+
this.popup.dismiss(null);
|
|
41
|
+
}
|
|
42
|
+
static { this.ɵfac = function MyProfilePage_Factory(t) { return new (t || MyProfilePage)(i0.ɵɵdirectiveInject(i1.PopoverController), i0.ɵɵdirectiveInject(i2.LoginService), i0.ɵɵdirectiveInject(i3.UtilService), i0.ɵɵdirectiveInject(i1.NavParams), i0.ɵɵdirectiveInject(i1.NavController)); }; }
|
|
43
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MyProfilePage, selectors: [["app-my-profile"]], decls: 60, vars: 8, consts: [[2, "margin", "0px"], [1, "ion-padding", 2, "font-size", "large"], ["color", "dark"], [1, "ion-padding", "app-box"], ["color", "dark", 4, "ngIf"], ["pTooltip", "Logout", "tooltipPosition", "bottom", "size", "small", "fill", "outline", "shape", "round", 3, "click"], ["slot", "start", "name", "log-out-sharp"]], template: function MyProfilePage_Template(rf, ctx) { if (rf & 1) {
|
|
44
|
+
i0.ɵɵelementStart(0, "ion-content")(1, "ion-card", 0)(2, "ion-card-header", 1)(3, "ion-label", 2);
|
|
45
|
+
i0.ɵɵtext(4, "My Profile");
|
|
46
|
+
i0.ɵɵelementEnd()();
|
|
47
|
+
i0.ɵɵelementStart(5, "ion-card-content");
|
|
48
|
+
i0.ɵɵelement(6, "br");
|
|
49
|
+
i0.ɵɵelementStart(7, "div", 3)(8, "ion-row")(9, "ion-col")(10, "ion-label");
|
|
50
|
+
i0.ɵɵtext(11, "First Name");
|
|
51
|
+
i0.ɵɵelementEnd();
|
|
52
|
+
i0.ɵɵelement(12, "br");
|
|
53
|
+
i0.ɵɵelementStart(13, "ion-label", 2);
|
|
54
|
+
i0.ɵɵtext(14);
|
|
55
|
+
i0.ɵɵelementEnd()();
|
|
56
|
+
i0.ɵɵelementStart(15, "ion-col")(16, "ion-label");
|
|
57
|
+
i0.ɵɵtext(17, "Middle Name");
|
|
58
|
+
i0.ɵɵelementEnd();
|
|
59
|
+
i0.ɵɵelement(18, "br");
|
|
60
|
+
i0.ɵɵtemplate(19, MyProfilePage_ion_label_19_Template, 2, 1, "ion-label", 4)(20, MyProfilePage_ion_label_20_Template, 2, 0, "ion-label", 4);
|
|
61
|
+
i0.ɵɵelementEnd();
|
|
62
|
+
i0.ɵɵelementStart(21, "ion-col")(22, "ion-label");
|
|
63
|
+
i0.ɵɵtext(23, "Last Name");
|
|
64
|
+
i0.ɵɵelementEnd();
|
|
65
|
+
i0.ɵɵelement(24, "br");
|
|
66
|
+
i0.ɵɵelementStart(25, "ion-label", 2);
|
|
67
|
+
i0.ɵɵtext(26);
|
|
68
|
+
i0.ɵɵelementEnd()()();
|
|
69
|
+
i0.ɵɵelement(27, "br");
|
|
70
|
+
i0.ɵɵelementStart(28, "ion-row")(29, "ion-col")(30, "ion-label");
|
|
71
|
+
i0.ɵɵtext(31, "User ID");
|
|
72
|
+
i0.ɵɵelementEnd();
|
|
73
|
+
i0.ɵɵelement(32, "br");
|
|
74
|
+
i0.ɵɵelementStart(33, "ion-label", 2);
|
|
75
|
+
i0.ɵɵtext(34);
|
|
76
|
+
i0.ɵɵelementEnd()();
|
|
77
|
+
i0.ɵɵelementStart(35, "ion-col")(36, "ion-label");
|
|
78
|
+
i0.ɵɵtext(37, "Email");
|
|
79
|
+
i0.ɵɵelementEnd();
|
|
80
|
+
i0.ɵɵelement(38, "br");
|
|
81
|
+
i0.ɵɵelementStart(39, "ion-label", 2);
|
|
82
|
+
i0.ɵɵtext(40);
|
|
83
|
+
i0.ɵɵelementEnd()();
|
|
84
|
+
i0.ɵɵelementStart(41, "ion-col")(42, "ion-label");
|
|
85
|
+
i0.ɵɵtext(43, "Email Status");
|
|
86
|
+
i0.ɵɵelementEnd();
|
|
87
|
+
i0.ɵɵelement(44, "br");
|
|
88
|
+
i0.ɵɵelementStart(45, "ion-label", 2);
|
|
89
|
+
i0.ɵɵtext(46);
|
|
90
|
+
i0.ɵɵelementEnd()()();
|
|
91
|
+
i0.ɵɵelement(47, "br");
|
|
92
|
+
i0.ɵɵelementStart(48, "ion-row")(49, "ion-col")(50, "ion-label");
|
|
93
|
+
i0.ɵɵtext(51, "Password Expiration Date");
|
|
94
|
+
i0.ɵɵelementEnd();
|
|
95
|
+
i0.ɵɵelement(52, "br");
|
|
96
|
+
i0.ɵɵelementStart(53, "ion-label", 2);
|
|
97
|
+
i0.ɵɵtext(54);
|
|
98
|
+
i0.ɵɵelementEnd()();
|
|
99
|
+
i0.ɵɵelement(55, "ion-col");
|
|
100
|
+
i0.ɵɵelementStart(56, "ion-col")(57, "ion-button", 5);
|
|
101
|
+
i0.ɵɵlistener("click", function MyProfilePage_Template_ion_button_click_57_listener() { return ctx.logout(); });
|
|
102
|
+
i0.ɵɵelement(58, "ion-icon", 6);
|
|
103
|
+
i0.ɵɵtext(59, " Logout ");
|
|
104
|
+
i0.ɵɵelementEnd()()()()()()();
|
|
105
|
+
} if (rf & 2) {
|
|
106
|
+
i0.ɵɵadvance(14);
|
|
107
|
+
i0.ɵɵtextInterpolate(ctx.ls.getUser().firstName);
|
|
108
|
+
i0.ɵɵadvance(5);
|
|
109
|
+
i0.ɵɵproperty("ngIf", ctx.ls.getUser().middleName);
|
|
110
|
+
i0.ɵɵadvance(1);
|
|
111
|
+
i0.ɵɵproperty("ngIf", !ctx.ls.getUser().middleName);
|
|
112
|
+
i0.ɵɵadvance(6);
|
|
113
|
+
i0.ɵɵtextInterpolate(ctx.ls.getUser().lastName);
|
|
114
|
+
i0.ɵɵadvance(8);
|
|
115
|
+
i0.ɵɵtextInterpolate(ctx.ls.getUser().username);
|
|
116
|
+
i0.ɵɵadvance(6);
|
|
117
|
+
i0.ɵɵtextInterpolate(ctx.ls.getUser().emailId);
|
|
118
|
+
i0.ɵɵadvance(6);
|
|
119
|
+
i0.ɵɵtextInterpolate(ctx.statusEnum[ctx.ls.getUser().emailStatus]);
|
|
120
|
+
i0.ɵɵadvance(8);
|
|
121
|
+
i0.ɵɵtextInterpolate(ctx.util.getDateInMMDDYYYYFormat(ctx.util.getEnteredDate(ctx.ls.getUser().passwordExpirationDate)));
|
|
122
|
+
} }, dependencies: [i1.IonButton, i1.IonCard, i1.IonCardContent, i1.IonCardHeader, i1.IonCol, i1.IonContent, i1.IonIcon, i1.IonLabel, i1.IonRow, i4.NgIf, i5.Tooltip] }); }
|
|
123
|
+
}
|
|
124
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MyProfilePage, [{
|
|
125
|
+
type: Component,
|
|
126
|
+
args: [{ selector: 'app-my-profile', template: "<ion-content>\n\n <ion-card style=\"margin: 0px;\">\n <ion-card-header class=\"ion-padding\" style=\"font-size:large\">\n <ion-label color=\"dark\">My Profile</ion-label>\n </ion-card-header>\n <ion-card-content>\n <br/>\n <div class=\"ion-padding app-box\">\n <ion-row>\n <ion-col>\n <ion-label>First Name</ion-label><br/>\n <ion-label color=\"dark\">{{ls.getUser().firstName}}</ion-label>\n </ion-col>\n <ion-col>\n <ion-label>Middle Name</ion-label><br/>\n <ion-label color=\"dark\" *ngIf=\"ls.getUser().middleName\">{{ls.getUser().middleName}}</ion-label>\n <ion-label color=\"dark\" *ngIf=\"!ls.getUser().middleName\">--</ion-label>\n </ion-col>\n <ion-col>\n <ion-label>Last Name</ion-label><br/>\n <ion-label color=\"dark\">{{ls.getUser().lastName}}</ion-label>\n </ion-col>\n </ion-row>\n <br/>\n <ion-row>\n <ion-col>\n <ion-label>User ID</ion-label><br/>\n <ion-label color=\"dark\">{{ls.getUser().username}}</ion-label>\n </ion-col>\n <ion-col>\n <ion-label>Email</ion-label><br/>\n <ion-label color=\"dark\">{{ls.getUser().emailId}}</ion-label>\n </ion-col>\n <ion-col>\n <ion-label>Email Status</ion-label><br/>\n <ion-label color=\"dark\">{{statusEnum[ls.getUser().emailStatus]}}</ion-label>\n </ion-col>\n </ion-row>\n <br/>\n <ion-row>\n <ion-col>\n <ion-label>Password Expiration Date</ion-label><br/>\n <ion-label color=\"dark\">{{util.getDateInMMDDYYYYFormat(util.getEnteredDate(ls.getUser().passwordExpirationDate))}}</ion-label>\n </ion-col>\n <ion-col>\n </ion-col>\n <ion-col>\n <ion-button (click)=\"logout()\" pTooltip=\"Logout\" tooltipPosition=\"bottom\" size=\"small\" fill=\"outline\" shape=\"round\">\n <ion-icon slot=\"start\" name=\"log-out-sharp\"></ion-icon>\n Logout\n </ion-button>\n </ion-col>\n </ion-row>\n </div>\n </ion-card-content>\n </ion-card>\n \n</ion-content>\n" }]
|
|
127
|
+
}], () => [{ type: i1.PopoverController }, { type: i2.LoginService }, { type: i3.UtilService }, { type: i1.NavParams }, { type: i1.NavController }], null); })();
|
|
128
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MyProfilePage, { className: "MyProfilePage" }); })();
|
|
129
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXktcHJvZmlsZS5wYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9wYWdlcy9wb3BvdmVycy9teS1wcm9maWxlL215LXByb2ZpbGUucGFnZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGFnZXMvcG9wb3ZlcnMvbXktcHJvZmlsZS9teS1wcm9maWxlLnBhZ2UuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBRWxELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7Ozs7Ozs7SUNjbkQsb0NBQXdEO0lBQUEsWUFBMkI7SUFBQSxpQkFBWTs7O0lBQXZDLGVBQTJCO0lBQTNCLG9EQUEyQjs7O0lBQ25GLG9DQUF5RDtJQUFBLGtCQUFFO0lBQUEsaUJBQVk7O0FETnJGLE1BQU0sT0FBTyxhQUFhO0lBSXhCLFlBQW1CLEtBQXdCLEVBQVMsRUFBaUIsRUFBUyxJQUFpQixFQUFTLFNBQW1CLEVBQVMsR0FBbUI7UUFBcEksVUFBSyxHQUFMLEtBQUssQ0FBbUI7UUFBUyxPQUFFLEdBQUYsRUFBRSxDQUFlO1FBQVMsU0FBSSxHQUFKLElBQUksQ0FBYTtRQUFTLGNBQVMsR0FBVCxTQUFTLENBQVU7UUFBUyxRQUFHLEdBQUgsR0FBRyxDQUFnQjtRQUZ2SixlQUFVLEdBQTJCLGVBQWUsQ0FBQztJQUVzRyxDQUFDO0lBRTVKLFFBQVE7SUFDUixDQUFDO0lBRUQsS0FBSztRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFRCxNQUFNO1FBQ0osSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDbEMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQixDQUFDOzhFQWpCVSxhQUFhO29FQUFiLGFBQWE7WUNYMUIsbUNBQWEsa0JBQUEseUJBQUEsbUJBQUE7WUFJZ0IsMEJBQVU7WUFBQSxpQkFBWSxFQUFBO1lBRS9DLHdDQUFrQjtZQUNoQixxQkFBSztZQUNMLDhCQUFpQyxjQUFBLGNBQUEsaUJBQUE7WUFHZCwyQkFBVTtZQUFBLGlCQUFZO1lBQUEsc0JBQUs7WUFDdEMscUNBQXdCO1lBQUEsYUFBMEI7WUFBQSxpQkFBWSxFQUFBO1lBRWhFLGdDQUFTLGlCQUFBO1lBQ0ksNEJBQVc7WUFBQSxpQkFBWTtZQUFBLHNCQUFLO1lBQ3ZDLDRFQUErRiwrREFBQTtZQUVqRyxpQkFBVTtZQUNWLGdDQUFTLGlCQUFBO1lBQ0ksMEJBQVM7WUFBQSxpQkFBWTtZQUFBLHNCQUFLO1lBQ3JDLHFDQUF3QjtZQUFBLGFBQXlCO1lBQUEsaUJBQVksRUFBQSxFQUFBO1lBR2pFLHNCQUFLO1lBQ0wsZ0NBQVMsZUFBQSxpQkFBQTtZQUVNLHdCQUFPO1lBQUEsaUJBQVk7WUFBQSxzQkFBSztZQUNuQyxxQ0FBd0I7WUFBQSxhQUF5QjtZQUFBLGlCQUFZLEVBQUE7WUFFL0QsZ0NBQVMsaUJBQUE7WUFDSSxzQkFBSztZQUFBLGlCQUFZO1lBQUEsc0JBQUs7WUFDakMscUNBQXdCO1lBQUEsYUFBd0I7WUFBQSxpQkFBWSxFQUFBO1lBRTlELGdDQUFTLGlCQUFBO1lBQ0ksNkJBQVk7WUFBQSxpQkFBWTtZQUFBLHNCQUFLO1lBQ3hDLHFDQUF3QjtZQUFBLGFBQXdDO1lBQUEsaUJBQVksRUFBQSxFQUFBO1lBR2hGLHNCQUFLO1lBQ0wsZ0NBQVMsZUFBQSxpQkFBQTtZQUVNLHlDQUF3QjtZQUFBLGlCQUFZO1lBQUEsc0JBQUs7WUFDcEQscUNBQXdCO1lBQUEsYUFBMEY7WUFBQSxpQkFBWSxFQUFBO1lBRWhJLDJCQUNVO1lBQ1YsZ0NBQVMscUJBQUE7WUFDSywrRkFBUyxZQUFRLElBQUM7WUFDNUIsK0JBQXVEO1lBQ3ZELHlCQUNGO1lBQUEsaUJBQWEsRUFBQSxFQUFBLEVBQUEsRUFBQSxFQUFBLEVBQUE7O1lBdkNXLGdCQUEwQjtZQUExQixnREFBMEI7WUFJekIsZUFBNkI7WUFBN0Isa0RBQTZCO1lBQzdCLGVBQThCO1lBQTlCLG1EQUE4QjtZQUkvQixlQUF5QjtZQUF6QiwrQ0FBeUI7WUFPekIsZUFBeUI7WUFBekIsK0NBQXlCO1lBSXpCLGVBQXdCO1lBQXhCLDhDQUF3QjtZQUl4QixlQUF3QztZQUF4QyxrRUFBd0M7WUFPeEMsZUFBMEY7WUFBMUYsd0hBQTBGOzs7aUZEaENuSCxhQUFhO2NBTHpCLFNBQVM7MkJBQ0UsZ0JBQWdCOztrRkFJZixhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFBvcG92ZXJDb250cm9sbGVyLCBOYXZQYXJhbXMsIE5hdkNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBFbWFpbFN0YXR1c0VudW0gfSBmcm9tICcuLi8uLi8uLi9lbnVtcy9FbWFpbFN0YXR1c0VudW0nO1xuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW15LXByb2ZpbGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vbXktcHJvZmlsZS5wYWdlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9teS1wcm9maWxlLnBhZ2Uuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBNeVByb2ZpbGVQYWdlIGltcGxlbWVudHMgT25Jbml0IHtcblxuICBzdGF0dXNFbnVtOiB0eXBlb2YgRW1haWxTdGF0dXNFbnVtID0gRW1haWxTdGF0dXNFbnVtO1xuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBwb3B1cDogUG9wb3ZlckNvbnRyb2xsZXIsIHB1YmxpYyBscyA6IExvZ2luU2VydmljZSwgcHVibGljIHV0aWw6IFV0aWxTZXJ2aWNlLCBwdWJsaWMgbmF2UGFyYW1zOk5hdlBhcmFtcywgcHVibGljIG5hdiA6IE5hdkNvbnRyb2xsZXIpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICB9XG5cbiAgY2xvc2UoKXtcbiAgICB0aGlzLnBvcHVwLmRpc21pc3MobnVsbCk7XG4gIH1cblxuICBsb2dvdXQoKXtcbiAgICB0aGlzLm5hdi5uYXZpZ2F0ZVJvb3QoJy9sYW5kaW5nJyk7XG4gICAgdGhpcy5scy5sb2dvdXQoKTtcbiAgICB0aGlzLnBvcHVwLmRpc21pc3MobnVsbCk7XG4gIH1cblxufVxuIiwiPGlvbi1jb250ZW50PlxuXG4gIDxpb24tY2FyZCBzdHlsZT1cIm1hcmdpbjogMHB4O1wiPlxuICAgIDxpb24tY2FyZC1oZWFkZXIgY2xhc3M9XCJpb24tcGFkZGluZ1wiIHN0eWxlPVwiZm9udC1zaXplOmxhcmdlXCI+XG4gICAgIDxpb24tbGFiZWwgY29sb3I9XCJkYXJrXCI+TXkgUHJvZmlsZTwvaW9uLWxhYmVsPlxuICAgIDwvaW9uLWNhcmQtaGVhZGVyPlxuICAgIDxpb24tY2FyZC1jb250ZW50PlxuICAgICAgPGJyLz5cbiAgICAgIDxkaXYgY2xhc3M9XCJpb24tcGFkZGluZyBhcHAtYm94XCI+XG4gICAgICAgICAgPGlvbi1yb3c+XG4gICAgICAgICAgICA8aW9uLWNvbD5cbiAgICAgICAgICAgICAgPGlvbi1sYWJlbD5GaXJzdCBOYW1lPC9pb24tbGFiZWw+PGJyLz5cbiAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57e2xzLmdldFVzZXIoKS5maXJzdE5hbWV9fTwvaW9uLWxhYmVsPlxuICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICAgICAgPGlvbi1jb2w+XG4gICAgICAgICAgICAgIDxpb24tbGFiZWw+TWlkZGxlIE5hbWU8L2lvbi1sYWJlbD48YnIvPlxuICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiICpuZ0lmPVwibHMuZ2V0VXNlcigpLm1pZGRsZU5hbWVcIj57e2xzLmdldFVzZXIoKS5taWRkbGVOYW1lfX08L2lvbi1sYWJlbD5cbiAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIiAqbmdJZj1cIiFscy5nZXRVc2VyKCkubWlkZGxlTmFtZVwiPi0tPC9pb24tbGFiZWw+XG4gICAgICAgICAgICA8L2lvbi1jb2w+XG4gICAgICAgICAgICA8aW9uLWNvbD5cbiAgICAgICAgICAgICAgPGlvbi1sYWJlbD5MYXN0IE5hbWU8L2lvbi1sYWJlbD48YnIvPlxuICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7bHMuZ2V0VXNlcigpLmxhc3ROYW1lfX08L2lvbi1sYWJlbD5cbiAgICAgICAgICAgIDwvaW9uLWNvbD5cbiAgICAgICAgICA8L2lvbi1yb3c+XG4gICAgICAgICAgPGJyLz5cbiAgICAgICAgICA8aW9uLXJvdz5cbiAgICAgICAgICAgIDxpb24tY29sPlxuICAgICAgICAgICAgICA8aW9uLWxhYmVsPlVzZXIgSUQ8L2lvbi1sYWJlbD48YnIvPlxuICAgICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7bHMuZ2V0VXNlcigpLnVzZXJuYW1lfX08L2lvbi1sYWJlbD5cbiAgICAgICAgICAgIDwvaW9uLWNvbD5cbiAgICAgICAgICAgIDxpb24tY29sPlxuICAgICAgICAgICAgICA8aW9uLWxhYmVsPkVtYWlsPC9pb24tbGFiZWw+PGJyLz5cbiAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57e2xzLmdldFVzZXIoKS5lbWFpbElkfX08L2lvbi1sYWJlbD5cbiAgICAgICAgICAgIDwvaW9uLWNvbD5cbiAgICAgICAgICAgIDxpb24tY29sPlxuICAgICAgICAgICAgICA8aW9uLWxhYmVsPkVtYWlsIFN0YXR1czwvaW9uLWxhYmVsPjxici8+XG4gICAgICAgICAgICAgIDxpb24tbGFiZWwgY29sb3I9XCJkYXJrXCI+e3tzdGF0dXNFbnVtW2xzLmdldFVzZXIoKS5lbWFpbFN0YXR1c119fTwvaW9uLWxhYmVsPlxuICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICAgIDwvaW9uLXJvdz5cbiAgICAgICAgICA8YnIvPlxuICAgICAgICAgIDxpb24tcm93PlxuICAgICAgICAgICAgPGlvbi1jb2w+XG4gICAgICAgICAgICAgIDxpb24tbGFiZWw+UGFzc3dvcmQgRXhwaXJhdGlvbiBEYXRlPC9pb24tbGFiZWw+PGJyLz5cbiAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhcmtcIj57e3V0aWwuZ2V0RGF0ZUluTU1ERFlZWVlGb3JtYXQodXRpbC5nZXRFbnRlcmVkRGF0ZShscy5nZXRVc2VyKCkucGFzc3dvcmRFeHBpcmF0aW9uRGF0ZSkpfX08L2lvbi1sYWJlbD5cbiAgICAgICAgICAgIDwvaW9uLWNvbD5cbiAgICAgICAgICAgIDxpb24tY29sPlxuICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICAgICAgPGlvbi1jb2w+XG4gICAgICAgICAgICAgIDxpb24tYnV0dG9uIChjbGljayk9XCJsb2dvdXQoKVwiIHBUb29sdGlwPVwiTG9nb3V0XCIgdG9vbHRpcFBvc2l0aW9uPVwiYm90dG9tXCIgc2l6ZT1cInNtYWxsXCIgZmlsbD1cIm91dGxpbmVcIiBzaGFwZT1cInJvdW5kXCI+XG4gICAgICAgICAgICAgICAgPGlvbi1pY29uIHNsb3Q9XCJzdGFydFwiIG5hbWU9XCJsb2ctb3V0LXNoYXJwXCI+PC9pb24taWNvbj5cbiAgICAgICAgICAgICAgICBMb2dvdXRcbiAgICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxuICAgICAgICAgICAgPC9pb24tY29sPlxuICAgICAgICAgIDwvaW9uLXJvdz5cbiAgICAgIDwvZGl2PlxuICAgIDwvaW9uLWNhcmQtY29udGVudD5cbiAgPC9pb24tY2FyZD5cbiAgXG48L2lvbi1jb250ZW50PlxuIl19
|