@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,90 @@
|
|
|
1
|
+
import { Component, } from '@angular/core';
|
|
2
|
+
import { ClaimAppEmpRequestModel } from '../../models/questionnaire/ClaimAppEmpRequestModel';
|
|
3
|
+
import { ClaimAppEmpResponseModel } from '../../models/questionnaire/ClaimAppEmpResponseModel';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../../services/logger/logger.service";
|
|
6
|
+
import * as i2 from "../../services/questionnaire/validation.service";
|
|
7
|
+
import * as i3 from "../../services/login/login.service";
|
|
8
|
+
import * as i4 from "@angular/router";
|
|
9
|
+
import * as i5 from "@ionic/angular";
|
|
10
|
+
import * as i6 from "@angular/common";
|
|
11
|
+
import * as i7 from "primeng/divider";
|
|
12
|
+
import * as i8 from "@fortawesome/angular-fontawesome";
|
|
13
|
+
const _c0 = () => ["far", "sack-dollar"];
|
|
14
|
+
function MoneyExpectComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2)(2, "div", 3)(3, "ion-row")(4, "ion-col", 4);
|
|
16
|
+
i0.ɵɵelement(5, "fa-icon", 5);
|
|
17
|
+
i0.ɵɵelementEnd();
|
|
18
|
+
i0.ɵɵelementStart(6, "ion-col", 6)(7, "h2", 7);
|
|
19
|
+
i0.ɵɵtext(8, "Maximum payments you can expect");
|
|
20
|
+
i0.ɵɵelementEnd()()()()();
|
|
21
|
+
i0.ɵɵelement(9, "p-divider");
|
|
22
|
+
i0.ɵɵelementStart(10, "div", 2)(11, "div", 8);
|
|
23
|
+
i0.ɵɵtext(12, " Maximum payment per week ");
|
|
24
|
+
i0.ɵɵelementEnd();
|
|
25
|
+
i0.ɵɵelementStart(13, "div", 9);
|
|
26
|
+
i0.ɵɵtext(14);
|
|
27
|
+
i0.ɵɵpipe(15, "currency");
|
|
28
|
+
i0.ɵɵelementEnd()();
|
|
29
|
+
i0.ɵɵelement(16, "br");
|
|
30
|
+
i0.ɵɵelementStart(17, "div", 2)(18, "div", 8);
|
|
31
|
+
i0.ɵɵtext(19);
|
|
32
|
+
i0.ɵɵpipe(20, "date");
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
i0.ɵɵelementStart(21, "div", 9);
|
|
35
|
+
i0.ɵɵtext(22);
|
|
36
|
+
i0.ɵɵpipe(23, "currency");
|
|
37
|
+
i0.ɵɵelementEnd()()();
|
|
38
|
+
} if (rf & 2) {
|
|
39
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
40
|
+
i0.ɵɵadvance(5);
|
|
41
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(13, _c0));
|
|
42
|
+
i0.ɵɵadvance(9);
|
|
43
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(15, 4, ctx_r0.moneyResponse.wba, "USD"), " ");
|
|
44
|
+
i0.ɵɵadvance(5);
|
|
45
|
+
i0.ɵɵtextInterpolate1(" Maximum Total thru ", i0.ɵɵpipeBind2(20, 7, ctx_r0.moneyResponse.byeDate, "fullDate"), " ");
|
|
46
|
+
i0.ɵɵadvance(3);
|
|
47
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(23, 10, ctx_r0.moneyResponse.mba, "USD"), " ");
|
|
48
|
+
} }
|
|
49
|
+
export class MoneyExpectComponent {
|
|
50
|
+
constructor(logger, validationService, ls, activatedRoute) {
|
|
51
|
+
this.logger = logger;
|
|
52
|
+
this.validationService = validationService;
|
|
53
|
+
this.ls = ls;
|
|
54
|
+
this.activatedRoute = activatedRoute;
|
|
55
|
+
this.moneyResponse = new ClaimAppEmpResponseModel();
|
|
56
|
+
}
|
|
57
|
+
ngOnInit() {
|
|
58
|
+
let model = new ClaimAppEmpRequestModel();
|
|
59
|
+
let url = "";
|
|
60
|
+
if (this.ls.isClaimant() === true) {
|
|
61
|
+
url = "/claims-service/claim/claimant/app/estimate";
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
let data = this.activatedRoute.snapshot.queryParamMap.get('key');
|
|
65
|
+
if (data) {
|
|
66
|
+
this.ssnForCSR = JSON.parse(atob(data));
|
|
67
|
+
model.ssn = this.ssnForCSR;
|
|
68
|
+
}
|
|
69
|
+
url = "/claims-service/claim/app/estimate";
|
|
70
|
+
}
|
|
71
|
+
this.validationService.post(url, model).subscribe(res => {
|
|
72
|
+
this.logger.debug('response for estimation = ', res);
|
|
73
|
+
this.moneyResponse = res;
|
|
74
|
+
}, err => {
|
|
75
|
+
//do not do anything
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
static { this.ɵfac = function MoneyExpectComponent_Factory(t) { return new (t || MoneyExpectComponent)(i0.ɵɵdirectiveInject(i1.LoggerService), i0.ɵɵdirectiveInject(i2.ValidationService), i0.ɵɵdirectiveInject(i3.LoginService), i0.ɵɵdirectiveInject(i4.ActivatedRoute)); }; }
|
|
79
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MoneyExpectComponent, selectors: [["money-expect"]], decls: 1, vars: 1, consts: [["class", "card-position", 4, "ngIf"], [1, "card-position"], [1, "grid", "p-nogutter"], [1, "col-12", "ion-text-left"], ["size", "1"], [1, "header-icon", 3, "icon"], ["size", "11", 1, "ion-text-right"], [1, "heading"], [1, "col-8", "money-text"], [1, "col-4", "money", 2, "text-align", "right"]], template: function MoneyExpectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
80
|
+
i0.ɵɵtemplate(0, MoneyExpectComponent_div_0_Template, 24, 14, "div", 0);
|
|
81
|
+
} if (rf & 2) {
|
|
82
|
+
i0.ɵɵproperty("ngIf", !ctx.moneyResponse.hideMonetaryEstimation);
|
|
83
|
+
} }, dependencies: [i5.IonCol, i5.IonRow, i6.NgIf, i7.Divider, i8.FaIconComponent, i6.CurrencyPipe, i6.DatePipe], styles: [".money[_ngcontent-%COMP%]{text-align:right;color:var(--ion-color-medium-gray);opacity:1;font:normal normal 300 26px/36px var(--app-font-regular);letter-spacing:0px}.heading[_ngcontent-%COMP%]{font-size:24px;font-family:var(--app-font-light)}.header-icon[_ngcontent-%COMP%]{color:var(--ion-color-green);font-size:26px}.money-text[_ngcontent-%COMP%]{font-size:18px;text-align:left;color:var(--ion-color-medium-gray);font-family:var(--app-font-light)}.card-position[_ngcontent-%COMP%]{position:absolute}@media (max-width: 768px){.card-position[_ngcontent-%COMP%]{position:inherit}}"] }); }
|
|
84
|
+
}
|
|
85
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MoneyExpectComponent, [{
|
|
86
|
+
type: Component,
|
|
87
|
+
args: [{ selector: 'money-expect', template: "<div class=\"card-position\" *ngIf=\"!moneyResponse.hideMonetaryEstimation\">\n <div class=\"grid p-nogutter \">\n <div class=\"col-12 ion-text-left\">\n <ion-row>\n <ion-col size=\"1\">\n <fa-icon [icon]=\"['far', 'sack-dollar']\" class=\"header-icon\"></fa-icon>\n </ion-col>\n <ion-col size=\"11\" class=\"ion-text-right\">\n <h2 class=\"heading\">Maximum payments you can expect</h2>\n </ion-col>\n </ion-row>\n </div>\n </div>\n\n <p-divider></p-divider>\n\n <div class=\"grid p-nogutter\">\n <div class=\"col-8 money-text\" >\n Maximum payment per week\n </div>\n <div class=\"col-4 money\" style=\"text-align: right;\">\n {{moneyResponse.wba | currency:'USD'}}\n </div>\n </div>\n<br>\n <div class=\"grid p-nogutter\">\n <div class=\"col-8 money-text\">\n Maximum Total thru {{moneyResponse.byeDate | date:'fullDate'}}\n </div>\n <div class=\"col-4 money\" style=\"text-align: right;\">\n {{moneyResponse.mba | currency:'USD'}}\n </div>\n </div>\n</div>", styles: [".money{text-align:right;color:var(--ion-color-medium-gray);opacity:1;font:normal normal 300 26px/36px var(--app-font-regular);letter-spacing:0px}.heading{font-size:24px;font-family:var(--app-font-light)}.header-icon{color:var(--ion-color-green);font-size:26px}.money-text{font-size:18px;text-align:left;color:var(--ion-color-medium-gray);font-family:var(--app-font-light)}.card-position{position:absolute}@media (max-width: 768px){.card-position{position:inherit}}\n"] }]
|
|
88
|
+
}], () => [{ type: i1.LoggerService }, { type: i2.ValidationService }, { type: i3.LoginService }, { type: i4.ActivatedRoute }], null); })();
|
|
89
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MoneyExpectComponent, { className: "MoneyExpectComponent" }); })();
|
|
90
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9uZXktZXhwZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tb25leS1leHBlY3QvbW9uZXktZXhwZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tb25leS1leHBlY3QvbW9uZXktZXhwZWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEdBQUcsTUFBTSxlQUFlLENBQUM7QUFFM0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDN0YsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0scURBQXFELENBQUM7Ozs7Ozs7Ozs7OztJQ0gvRiw4QkFBeUUsYUFBQSxhQUFBLGNBQUEsaUJBQUE7SUFLL0QsNkJBQXVFO0lBQ3pFLGlCQUFVO0lBQ1Ysa0NBQTBDLFlBQUE7SUFDcEIsK0NBQStCO0lBQUEsaUJBQUssRUFBQSxFQUFBLEVBQUEsRUFBQTtJQU1oRSw0QkFBdUI7SUFFdkIsK0JBQTZCLGNBQUE7SUFFekIsMkNBQ0Y7SUFBQSxpQkFBTTtJQUNOLCtCQUFvRDtJQUNsRCxhQUNGOztJQUFBLGlCQUFNLEVBQUE7SUFFVixzQkFBSTtJQUNGLCtCQUE2QixjQUFBO0lBRXpCLGFBQ0Y7O0lBQUEsaUJBQU07SUFDTiwrQkFBb0Q7SUFDbEQsYUFDRjs7SUFBQSxpQkFBTSxFQUFBLEVBQUE7OztJQTFCUyxlQUErQjtJQUEvQixrREFBK0I7SUFnQjVDLGVBQ0Y7SUFERSx1RkFDRjtJQUtFLGVBQ0Y7SUFERSxtSEFDRjtJQUVFLGVBQ0Y7SUFERSx3RkFDRjs7QURqQkosTUFBTSxPQUFPLG9CQUFvQjtJQUcvQixZQUFtQixNQUFxQixFQUFRLGlCQUFvQyxFQUMzRSxFQUFnQixFQUFTLGNBQStCO1FBRDlDLFdBQU0sR0FBTixNQUFNLENBQWU7UUFBUSxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBQzNFLE9BQUUsR0FBRixFQUFFLENBQWM7UUFBUyxtQkFBYyxHQUFkLGNBQWMsQ0FBaUI7UUFIMUQsa0JBQWEsR0FBRyxJQUFJLHdCQUF3QixFQUFFLENBQUM7SUFHZSxDQUFDO0lBR3RFLFFBQVE7UUFDTixJQUFJLEtBQUssR0FBRyxJQUFJLHVCQUF1QixFQUFFLENBQUM7UUFDMUMsSUFBSSxHQUFHLEdBQUcsRUFBRSxDQUFDO1FBQ1gsSUFBRyxJQUFJLENBQUMsRUFBRSxDQUFDLFVBQVUsRUFBRSxLQUFLLElBQUksRUFBQztZQUMvQixHQUFHLEdBQUcsNkNBQTZDLENBQUM7U0FDckQ7YUFBTTtZQUNMLElBQUksSUFBSSxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDakUsSUFBRyxJQUFJLEVBQUM7Z0JBQ04sSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDO2dCQUN4QyxLQUFLLENBQUMsR0FBRyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUM7YUFDNUI7WUFDRCxHQUFHLEdBQUcsb0NBQW9DLENBQUM7U0FDNUM7UUFDSCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRSxLQUFLLENBQUMsQ0FBQyxTQUFTLENBQy9DLEdBQUcsQ0FBQyxFQUFFO1lBQ0osSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsNEJBQTRCLEVBQUUsR0FBRyxDQUFDLENBQUM7WUFDckQsSUFBSSxDQUFDLGFBQWEsR0FBRyxHQUFHLENBQUM7UUFDM0IsQ0FBQyxFQUNELEdBQUcsQ0FBQyxFQUFFO1lBQ0osb0JBQW9CO1FBQ3RCLENBQUMsQ0FDRixDQUFDO0lBQ0osQ0FBQztxRkE3QlUsb0JBQW9CO29FQUFwQixvQkFBb0I7WUNkakMsdUVBaUNNOztZQWpDc0IsZ0VBQTJDOzs7aUZEYzFELG9CQUFvQjtjQU5oQyxTQUFTOzJCQUNFLGNBQWM7O2tGQUtiLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IENsYWltQXBwRW1wUmVxdWVzdE1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ2xhaW1BcHBFbXBSZXF1ZXN0TW9kZWwnO1xuaW1wb3J0IHsgQ2xhaW1BcHBFbXBSZXNwb25zZU1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvQ2xhaW1BcHBFbXBSZXNwb25zZU1vZGVsJztcbmltcG9ydCB7IExvZ2dlclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9sb2dnZXIvbG9nZ2VyLnNlcnZpY2UnO1xuaW1wb3J0IHsgTG9naW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9naW4vbG9naW4uc2VydmljZSc7XG5pbXBvcnQgeyBWYWxpZGF0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3F1ZXN0aW9ubmFpcmUvdmFsaWRhdGlvbi5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9uZXktZXhwZWN0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL21vbmV5LWV4cGVjdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21vbmV5LWV4cGVjdC5jb21wb25lbnQuc2NzcyddLFxuXG59KVxuZXhwb3J0IGNsYXNzIE1vbmV5RXhwZWN0Q29tcG9uZW50IHtcbiAgcHVibGljIG1vbmV5UmVzcG9uc2UgPSBuZXcgQ2xhaW1BcHBFbXBSZXNwb25zZU1vZGVsKCk7XG4gIHNzbkZvckNTUiA6IHN0cmluZztcbiAgY29uc3RydWN0b3IocHVibGljIGxvZ2dlcjogTG9nZ2VyU2VydmljZSxwdWJsaWMgdmFsaWRhdGlvblNlcnZpY2U6IFZhbGlkYXRpb25TZXJ2aWNlLCBcbiAgICBwdWJsaWMgbHM6IExvZ2luU2VydmljZSwgcHVibGljIGFjdGl2YXRlZFJvdXRlIDogQWN0aXZhdGVkUm91dGUpIHsgfVxuICBcbiAgXG4gIG5nT25Jbml0KCkgeyBcbiAgICBsZXQgbW9kZWwgPSBuZXcgQ2xhaW1BcHBFbXBSZXF1ZXN0TW9kZWwoKTtcbiAgICBsZXQgdXJsID0gXCJcIjtcbiAgICAgIGlmKHRoaXMubHMuaXNDbGFpbWFudCgpID09PSB0cnVlKXtcbiAgICAgICAgdXJsID0gXCIvY2xhaW1zLXNlcnZpY2UvY2xhaW0vY2xhaW1hbnQvYXBwL2VzdGltYXRlXCI7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBsZXQgZGF0YSA9IHRoaXMuYWN0aXZhdGVkUm91dGUuc25hcHNob3QucXVlcnlQYXJhbU1hcC5nZXQoJ2tleScpO1xuICAgICAgICBpZihkYXRhKXtcbiAgICAgICAgICB0aGlzLnNzbkZvckNTUiA9IEpTT04ucGFyc2UoYXRvYihkYXRhKSk7XG4gICAgICAgICAgbW9kZWwuc3NuID0gdGhpcy5zc25Gb3JDU1I7XG4gICAgICAgIH0gICAgICAgIFxuICAgICAgICB1cmwgPSBcIi9jbGFpbXMtc2VydmljZS9jbGFpbS9hcHAvZXN0aW1hdGVcIjtcbiAgICAgIH1cbiAgICB0aGlzLnZhbGlkYXRpb25TZXJ2aWNlLnBvc3QodXJsLCBtb2RlbCkuc3Vic2NyaWJlKFxuICAgICAgcmVzID0+IHtcbiAgICAgICAgdGhpcy5sb2dnZXIuZGVidWcoJ3Jlc3BvbnNlIGZvciBlc3RpbWF0aW9uID0gJywgcmVzKTtcbiAgICAgICAgdGhpcy5tb25leVJlc3BvbnNlID0gcmVzO1xuICAgICAgfSxcbiAgICAgIGVyciA9PiB7XG4gICAgICAgIC8vZG8gbm90IGRvIGFueXRoaW5nXG4gICAgICB9XG4gICAgKTtcbiAgfVxuXG59XG5cblxuXG4iLCI8ZGl2IGNsYXNzPVwiY2FyZC1wb3NpdGlvblwiICpuZ0lmPVwiIW1vbmV5UmVzcG9uc2UuaGlkZU1vbmV0YXJ5RXN0aW1hdGlvblwiPlxuICA8ZGl2IGNsYXNzPVwiZ3JpZCBwLW5vZ3V0dGVyIFwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgaW9uLXRleHQtbGVmdFwiPlxuICAgICAgPGlvbi1yb3c+XG4gICAgICAgIDxpb24tY29sIHNpemU9XCIxXCI+XG4gICAgICAgICAgPGZhLWljb24gW2ljb25dPVwiWydmYXInLCAnc2Fjay1kb2xsYXInXVwiIGNsYXNzPVwiaGVhZGVyLWljb25cIj48L2ZhLWljb24+XG4gICAgICAgIDwvaW9uLWNvbD5cbiAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjExXCIgY2xhc3M9XCJpb24tdGV4dC1yaWdodFwiPlxuICAgICAgICAgIDxoMiBjbGFzcz1cImhlYWRpbmdcIj5NYXhpbXVtIHBheW1lbnRzIHlvdSBjYW4gZXhwZWN0PC9oMj5cbiAgICAgICAgPC9pb24tY29sPlxuICAgICAgPC9pb24tcm93PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuICA8cC1kaXZpZGVyPjwvcC1kaXZpZGVyPlxuXG4gIDxkaXYgY2xhc3M9XCJncmlkIHAtbm9ndXR0ZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29sLTggbW9uZXktdGV4dFwiID5cbiAgICAgIE1heGltdW0gcGF5bWVudCBwZXIgd2Vla1xuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjb2wtNCBtb25leVwiIHN0eWxlPVwidGV4dC1hbGlnbjogcmlnaHQ7XCI+XG4gICAgICB7e21vbmV5UmVzcG9uc2Uud2JhIHwgY3VycmVuY3k6J1VTRCd9fVxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjxicj5cbiAgPGRpdiBjbGFzcz1cImdyaWQgcC1ub2d1dHRlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb2wtOCBtb25leS10ZXh0XCI+XG4gICAgICBNYXhpbXVtIFRvdGFsIHRocnUge3ttb25leVJlc3BvbnNlLmJ5ZURhdGUgfCBkYXRlOidmdWxsRGF0ZSd9fVxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjb2wtNCBtb25leVwiIHN0eWxlPVwidGV4dC1hbGlnbjogcmlnaHQ7XCI+XG4gICAgICB7e21vbmV5UmVzcG9uc2UubWJhIHwgY3VycmVuY3k6J1VTRCd9fVxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@ngx-translate/core";
|
|
5
|
+
function MsgComponent_p_0_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
+
i0.ɵɵelementStart(0, "p");
|
|
7
|
+
i0.ɵɵtext(1);
|
|
8
|
+
i0.ɵɵpipe(2, "translate");
|
|
9
|
+
i0.ɵɵelementEnd();
|
|
10
|
+
} if (rf & 2) {
|
|
11
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
12
|
+
i0.ɵɵadvance(1);
|
|
13
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r0.key));
|
|
14
|
+
} }
|
|
15
|
+
function MsgComponent_p_1_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
+
i0.ɵɵelementStart(0, "p");
|
|
17
|
+
i0.ɵɵtext(1);
|
|
18
|
+
i0.ɵɵelementEnd();
|
|
19
|
+
} if (rf & 2) {
|
|
20
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
21
|
+
i0.ɵɵadvance(1);
|
|
22
|
+
i0.ɵɵtextInterpolate(ctx_r1.value);
|
|
23
|
+
} }
|
|
24
|
+
export class MsgComponent {
|
|
25
|
+
constructor() { }
|
|
26
|
+
ngOnInit() {
|
|
27
|
+
}
|
|
28
|
+
static { this.ɵfac = function MsgComponent_Factory(t) { return new (t || MsgComponent)(); }; }
|
|
29
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MsgComponent, selectors: [["app-msg"]], inputs: { key: "key", value: "value" }, decls: 2, vars: 2, consts: [[4, "ngIf"]], template: function MsgComponent_Template(rf, ctx) { if (rf & 1) {
|
|
30
|
+
i0.ɵɵtemplate(0, MsgComponent_p_0_Template, 3, 3, "p", 0)(1, MsgComponent_p_1_Template, 2, 1, "p", 0);
|
|
31
|
+
} if (rf & 2) {
|
|
32
|
+
i0.ɵɵproperty("ngIf", ctx.key);
|
|
33
|
+
i0.ɵɵadvance(1);
|
|
34
|
+
i0.ɵɵproperty("ngIf", ctx.value);
|
|
35
|
+
} }, dependencies: [i1.NgIf, i2.TranslatePipe] }); }
|
|
36
|
+
}
|
|
37
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MsgComponent, [{
|
|
38
|
+
type: Component,
|
|
39
|
+
args: [{ selector: 'app-msg', template: "<p *ngIf=\"key\">{{key | translate}}</p>\n\n<p *ngIf=\"value\">{{value}}</p>\n" }]
|
|
40
|
+
}], () => [], { key: [{
|
|
41
|
+
type: Input,
|
|
42
|
+
args: ['key']
|
|
43
|
+
}], value: [{
|
|
44
|
+
type: Input,
|
|
45
|
+
args: ['value']
|
|
46
|
+
}] }); })();
|
|
47
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MsgComponent, { className: "MsgComponent" }); })();
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXNnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tc2cvbXNnLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tc2cvbXNnLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7OztJQ0F6RCx5QkFBZTtJQUFBLFlBQW1COztJQUFBLGlCQUFJOzs7SUFBdkIsZUFBbUI7SUFBbkIsc0RBQW1COzs7SUFFbEMseUJBQWlCO0lBQUEsWUFBUztJQUFBLGlCQUFJOzs7SUFBYixlQUFTO0lBQVQsa0NBQVM7O0FESzFCLE1BQU0sT0FBTyxZQUFZO0lBTXZCLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzZFQVRVLFlBQVk7b0VBQVosWUFBWTtZQ1B6Qix5REFBc0MsNENBQUE7O1lBQWxDLDhCQUFTO1lBRVQsZUFBVztZQUFYLGdDQUFXOzs7aUZES0YsWUFBWTtjQUx4QixTQUFTOzJCQUNFLFNBQVM7b0JBTUwsR0FBRztrQkFBaEIsS0FBSzttQkFBQyxLQUFLO1lBRUksS0FBSztrQkFBcEIsS0FBSzttQkFBQyxPQUFPOztrRkFKSCxZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1tc2cnLFxuICB0ZW1wbGF0ZVVybDogJy4vbXNnLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbXNnLmNvbXBvbmVudC5jc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNc2dDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dCgna2V5Jykga2V5OiBzdHJpbmc7XG5cbiAgQElucHV0KCd2YWx1ZScpIHZhbHVlOiBzdHJpbmc7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgfVxuXG59XG4iLCI8cCAqbmdJZj1cImtleVwiPnt7a2V5IHwgdHJhbnNsYXRlfX08L3A+XG5cbjxwICpuZ0lmPVwidmFsdWVcIj57e3ZhbHVlfX08L3A+XG4iXX0=
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { BasePage } from '../../pages/BasePage';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../services/notification/notification.service";
|
|
5
|
+
import * as i2 from "@ionic/angular";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "primeng/accordion";
|
|
8
|
+
import * as i5 from "primeng/card";
|
|
9
|
+
import * as i6 from "primeng/badge";
|
|
10
|
+
import * as i7 from "@ngx-translate/core";
|
|
11
|
+
function NewsComponent_div_0_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
12
|
+
i0.ɵɵelementStart(0, "div", 6);
|
|
13
|
+
i0.ɵɵelement(1, "ion-spinner", 7);
|
|
14
|
+
i0.ɵɵelementEnd();
|
|
15
|
+
} }
|
|
16
|
+
function NewsComponent_div_0_p_accordionTab_8_p_badge_2_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
+
i0.ɵɵelement(0, "p-badge", 10);
|
|
18
|
+
} }
|
|
19
|
+
function NewsComponent_div_0_p_accordionTab_8_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
+
i0.ɵɵelementStart(0, "p-accordionTab", 8)(1, "div");
|
|
21
|
+
i0.ɵɵtemplate(2, NewsComponent_div_0_p_accordionTab_8_p_badge_2_Template, 1, 0, "p-badge", 9);
|
|
22
|
+
i0.ɵɵelementStart(3, "b");
|
|
23
|
+
i0.ɵɵtext(4);
|
|
24
|
+
i0.ɵɵelementEnd()();
|
|
25
|
+
i0.ɵɵelementStart(5, "p");
|
|
26
|
+
i0.ɵɵtext(6);
|
|
27
|
+
i0.ɵɵelementEnd()();
|
|
28
|
+
} if (rf & 2) {
|
|
29
|
+
const n_r3 = ctx.$implicit;
|
|
30
|
+
const i_r4 = ctx.index;
|
|
31
|
+
i0.ɵɵpropertyInterpolate("header", n_r3.heading);
|
|
32
|
+
i0.ɵɵproperty("selected", i_r4 == 0);
|
|
33
|
+
i0.ɵɵadvance(2);
|
|
34
|
+
i0.ɵɵproperty("ngIf", i_r4 == 0);
|
|
35
|
+
i0.ɵɵadvance(2);
|
|
36
|
+
i0.ɵɵtextInterpolate(n_r3.startDate);
|
|
37
|
+
i0.ɵɵadvance(2);
|
|
38
|
+
i0.ɵɵtextInterpolate(n_r3.description);
|
|
39
|
+
} }
|
|
40
|
+
function NewsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
41
|
+
i0.ɵɵelementStart(0, "div")(1, "p-card", 1)(2, "div", 2)(3, "ion-label", 3);
|
|
42
|
+
i0.ɵɵtext(4);
|
|
43
|
+
i0.ɵɵpipe(5, "translate");
|
|
44
|
+
i0.ɵɵelementEnd()();
|
|
45
|
+
i0.ɵɵtemplate(6, NewsComponent_div_0_div_6_Template, 2, 0, "div", 4);
|
|
46
|
+
i0.ɵɵelementStart(7, "p-accordion");
|
|
47
|
+
i0.ɵɵtemplate(8, NewsComponent_div_0_p_accordionTab_8_Template, 7, 5, "p-accordionTab", 5);
|
|
48
|
+
i0.ɵɵelementEnd()()();
|
|
49
|
+
} if (rf & 2) {
|
|
50
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
51
|
+
i0.ɵɵadvance(4);
|
|
52
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 3, "claimant.dashbaord.form.newsinfo"));
|
|
53
|
+
i0.ɵɵadvance(2);
|
|
54
|
+
i0.ɵɵproperty("ngIf", ctx_r0.loading);
|
|
55
|
+
i0.ɵɵadvance(2);
|
|
56
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.news);
|
|
57
|
+
} }
|
|
58
|
+
export class NewsComponent extends BasePage {
|
|
59
|
+
constructor(ns) {
|
|
60
|
+
super();
|
|
61
|
+
this.ns = ns;
|
|
62
|
+
this.news = [];
|
|
63
|
+
}
|
|
64
|
+
ngOnInit() {
|
|
65
|
+
this.fetchNewsAndAnnouncementInfo();
|
|
66
|
+
}
|
|
67
|
+
fetchNewsAndAnnouncementInfo() {
|
|
68
|
+
this.showLoader();
|
|
69
|
+
this.ns.fetchNewsAnnouncementsInformation()
|
|
70
|
+
.subscribe(resNews => {
|
|
71
|
+
this.news = resNews;
|
|
72
|
+
this.hideLoader();
|
|
73
|
+
}, err => {
|
|
74
|
+
this.news = [];
|
|
75
|
+
this.hideLoader();
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
static { this.ɵfac = function NewsComponent_Factory(t) { return new (t || NewsComponent)(i0.ɵɵdirectiveInject(i1.NotificationService)); }; }
|
|
79
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NewsComponent, selectors: [["app-news"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], ["styleClass", " app-box"], [1, "ion-text-center", "app-card-heading"], ["color", "dark"], ["class", "ion-text-center", 4, "ngIf"], [3, "header", "selected", 4, "ngFor", "ngForOf"], [1, "ion-text-center"], ["name", "dots"], [3, "header", "selected"], ["style", "padding-right: 1rem;", "value", "New", 4, "ngIf"], ["value", "New", 2, "padding-right", "1rem"]], template: function NewsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
80
|
+
i0.ɵɵtemplate(0, NewsComponent_div_0_Template, 9, 5, "div", 0);
|
|
81
|
+
} if (rf & 2) {
|
|
82
|
+
i0.ɵɵproperty("ngIf", ctx.news.length != 0);
|
|
83
|
+
} }, dependencies: [i2.IonLabel, i2.IonSpinner, i3.NgForOf, i3.NgIf, i4.Accordion, i4.AccordionTab, i5.Card, i6.Badge, i7.TranslatePipe] }); }
|
|
84
|
+
}
|
|
85
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NewsComponent, [{
|
|
86
|
+
type: Component,
|
|
87
|
+
args: [{ selector: 'app-news', template: "<div *ngIf=\"(news.length != 0)\">\n <p-card styleClass=\" app-box\">\n <div class=\"ion-text-center app-card-heading\">\n <ion-label color=\"dark\">{{'claimant.dashbaord.form.newsinfo'|translate}}</ion-label>\n </div>\n <div *ngIf=\"loading\" class=\"ion-text-center\">\n <ion-spinner name=\"dots\"></ion-spinner>\n </div>\n <p-accordion>\n <p-accordionTab header=\"{{n.heading}}\" *ngFor=\"let n of news; let i = index\" [selected]=\"i == 0\">\n <div>\n <p-badge style=\"padding-right: 1rem;\" value=\"New\" *ngIf=\"i == 0\"></p-badge> <b>{{n.startDate}}</b>\n </div>\n <p>{{n.description}}</p>\n </p-accordionTab>\n </p-accordion>\n </p-card>\n</div>" }]
|
|
88
|
+
}], () => [{ type: i1.NotificationService }], null); })();
|
|
89
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NewsComponent, { className: "NewsComponent" }); })();
|
|
90
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmV3cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbmV3cy9uZXdzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9uZXdzL25ld3MuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUVsRCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7Ozs7Ozs7Ozs7SUNHeEMsOEJBQTZDO0lBQ3pDLGlDQUF1QztJQUMzQyxpQkFBTTs7O0lBSU0sOEJBQTJFOzs7SUFGbkYseUNBQWlHLFVBQUE7SUFFekYsNkZBQTJFO0lBQUMseUJBQUc7SUFBQSxZQUFlO0lBQUEsaUJBQUksRUFBQTtJQUV0Ryx5QkFBRztJQUFBLFlBQWlCO0lBQUEsaUJBQUksRUFBQTs7OztJQUpaLGdEQUFzQjtJQUF1QyxvQ0FBbUI7SUFFckMsZUFBWTtJQUFaLGdDQUFZO0lBQWdCLGVBQWU7SUFBZixvQ0FBZTtJQUUvRixlQUFpQjtJQUFqQixzQ0FBaUI7OztJQWJwQywyQkFBZ0MsZ0JBQUEsYUFBQSxtQkFBQTtJQUdJLFlBQWdEOztJQUFBLGlCQUFZLEVBQUE7SUFFeEYsb0VBRU07SUFDTixtQ0FBYTtJQUNULDBGQUtpQjtJQUNyQixpQkFBYyxFQUFBLEVBQUE7OztJQVpjLGVBQWdEO0lBQWhELDhFQUFnRDtJQUV0RSxlQUFhO0lBQWIscUNBQWE7SUFJc0MsZUFBUztJQUFULHFDQUFTOztBREMxRSxNQUFNLE9BQU8sYUFBYyxTQUFRLFFBQVE7SUFJekMsWUFBbUIsRUFBd0I7UUFDekMsS0FBSyxFQUFFLENBQUM7UUFEUyxPQUFFLEdBQUYsRUFBRSxDQUFzQjtRQUZwQyxTQUFJLEdBQWdDLEVBQUUsQ0FBQztJQUk5QyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyw0QkFBNEIsRUFBRSxDQUFBO0lBQ3JDLENBQUM7SUFFTSw0QkFBNEI7UUFDakMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxFQUFFLENBQUMsaUNBQWlDLEVBQUU7YUFDbkMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxFQUFFO1lBQ25CLElBQUksQ0FBQyxJQUFJLEdBQUcsT0FBTyxDQUFDO1lBQ3BCLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztRQUNwQixDQUFDLEVBQ0QsR0FBRyxDQUFDLEVBQUU7WUFDSixJQUFJLENBQUMsSUFBSSxHQUFHLEVBQUUsQ0FBQztZQUNmLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztRQUNwQixDQUFDLENBQUMsQ0FBQztJQUNaLENBQUM7OEVBdkJVLGFBQWE7b0VBQWIsYUFBYTtZQ1YxQiw4REFpQk07O1lBakJBLDJDQUF3Qjs7O2lGRFVqQixhQUFhO2NBTHpCLFNBQVM7MkJBQ0UsVUFBVTs7a0ZBSVQsYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZXdzQW5kQW5ub3VuY2VtZW50TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvTmV3c0FuZEFubm91bmNlbWVudE1vZGVsJztcbmltcG9ydCB7IEJhc2VQYWdlIH0gZnJvbSAnLi4vLi4vcGFnZXMvQmFzZVBhZ2UnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24uc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1uZXdzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL25ld3MuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uZXdzLmNvbXBvbmVudC5jc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBOZXdzQ29tcG9uZW50IGV4dGVuZHMgQmFzZVBhZ2UgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBuZXdzIDogTmV3c0FuZEFubm91bmNlbWVudE1vZGVsW10gPSBbXTtcbiAgXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBucyA6IE5vdGlmaWNhdGlvblNlcnZpY2UpIHsgXG4gICAgc3VwZXIoKTtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuZmV0Y2hOZXdzQW5kQW5ub3VuY2VtZW50SW5mbygpXG4gIH1cblxuICBwdWJsaWMgZmV0Y2hOZXdzQW5kQW5ub3VuY2VtZW50SW5mbygpe1xuICAgIHRoaXMuc2hvd0xvYWRlcigpO1xuICAgIHRoaXMubnMuZmV0Y2hOZXdzQW5ub3VuY2VtZW50c0luZm9ybWF0aW9uKClcbiAgICAgICAgICAgLnN1YnNjcmliZShyZXNOZXdzID0+IHtcbiAgICAgICAgICAgICB0aGlzLm5ld3MgPSByZXNOZXdzO1xuICAgICAgICAgICAgIHRoaXMuaGlkZUxvYWRlcigpO1xuICAgICAgICAgICB9LFxuICAgICAgICAgICBlcnIgPT4ge1xuICAgICAgICAgICAgIHRoaXMubmV3cyA9IFtdO1xuICAgICAgICAgICAgIHRoaXMuaGlkZUxvYWRlcigpO1xuICAgICAgICAgICB9KTtcbiAgfVxuXG59XG4iLCI8ZGl2ICpuZ0lmPVwiKG5ld3MubGVuZ3RoICE9IDApXCI+XG4gICAgPHAtY2FyZCBzdHlsZUNsYXNzPVwiIGFwcC1ib3hcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlciBhcHAtY2FyZC1oZWFkaW5nXCI+XG4gICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7J2NsYWltYW50LmRhc2hiYW9yZC5mb3JtLm5ld3NpbmZvJ3x0cmFuc2xhdGV9fTwvaW9uLWxhYmVsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiAqbmdJZj1cImxvYWRpbmdcIiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxuICAgICAgICAgICAgPGlvbi1zcGlubmVyIG5hbWU9XCJkb3RzXCI+PC9pb24tc3Bpbm5lcj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxwLWFjY29yZGlvbj5cbiAgICAgICAgICAgIDxwLWFjY29yZGlvblRhYiBoZWFkZXI9XCJ7e24uaGVhZGluZ319XCIgKm5nRm9yPVwibGV0IG4gb2YgbmV3czsgbGV0IGkgPSBpbmRleFwiIFtzZWxlY3RlZF09XCJpID09IDBcIj5cbiAgICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgICAgICA8cC1iYWRnZSBzdHlsZT1cInBhZGRpbmctcmlnaHQ6IDFyZW07XCIgdmFsdWU9XCJOZXdcIiAqbmdJZj1cImkgPT0gMFwiPjwvcC1iYWRnZT4gPGI+e3tuLnN0YXJ0RGF0ZX19PC9iPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxwPnt7bi5kZXNjcmlwdGlvbn19PC9wPlxuICAgICAgICAgICAgPC9wLWFjY29yZGlvblRhYj5cbiAgICAgICAgPC9wLWFjY29yZGlvbj5cbiAgICA8L3AtY2FyZD5cbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import { Component, Input, ViewChild } from '@angular/core';
|
|
2
|
+
import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/forms";
|
|
5
|
+
import * as i2 from "@ionic/angular";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "primeng/api";
|
|
8
|
+
import * as i5 from "primeng/dialog";
|
|
9
|
+
import * as i6 from "primeng/overlaypanel";
|
|
10
|
+
import * as i7 from "../../pipes/translate/dynamic-translate.pipe";
|
|
11
|
+
import * as i8 from "../../pipes/trust-html/trust-html.pipe";
|
|
12
|
+
const _c0 = ["op1"];
|
|
13
|
+
const _c1 = ["popup"];
|
|
14
|
+
function OverlayInfoComponent_ng_template_2_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
15
|
+
i0.ɵɵelement(0, "div", 8);
|
|
16
|
+
i0.ɵɵpipe(1, "dynamicTranslate");
|
|
17
|
+
} if (rf & 2) {
|
|
18
|
+
const ctx_r7 = i0.ɵɵnextContext(2);
|
|
19
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r7.overlayText, ctx_r7.param), i0.ɵɵsanitizeHtml);
|
|
20
|
+
} }
|
|
21
|
+
function OverlayInfoComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
22
|
+
i0.ɵɵtemplate(0, OverlayInfoComponent_ng_template_2_div_0_Template, 2, 4, "div", 7);
|
|
23
|
+
i0.ɵɵprojection(1, 1);
|
|
24
|
+
} if (rf & 2) {
|
|
25
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
26
|
+
i0.ɵɵproperty("ngIf", ctx_r1.overlayText);
|
|
27
|
+
} }
|
|
28
|
+
function OverlayInfoComponent_ion_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
30
|
+
i0.ɵɵelementStart(0, "ion-button", 9);
|
|
31
|
+
i0.ɵɵlistener("click", function OverlayInfoComponent_ion_button_3_Template_ion_button_click_0_listener($event) { i0.ɵɵrestoreView(_r9); i0.ɵɵnextContext(); const _r0 = i0.ɵɵreference(1); return i0.ɵɵresetView(_r0.toggle($event)); });
|
|
32
|
+
i0.ɵɵelement(1, "ion-icon", 10);
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
} }
|
|
35
|
+
function OverlayInfoComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
+
i0.ɵɵelement(0, "div", 11);
|
|
37
|
+
i0.ɵɵpipe(1, "trustHtml");
|
|
38
|
+
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
39
|
+
} if (rf & 2) {
|
|
40
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
41
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r3.displayText, ctx_r3.param)), i0.ɵɵsanitizeHtml);
|
|
42
|
+
} }
|
|
43
|
+
function OverlayInfoComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
44
|
+
i0.ɵɵelement(0, "div", 11);
|
|
45
|
+
i0.ɵɵpipe(1, "trustHtml");
|
|
46
|
+
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
47
|
+
} if (rf & 2) {
|
|
48
|
+
const ctx_r4 = i0.ɵɵnextContext();
|
|
49
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r4.displayText, ctx_r4.param)), i0.ɵɵsanitizeHtml);
|
|
50
|
+
} }
|
|
51
|
+
function OverlayInfoComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
52
|
+
i0.ɵɵelement(0, "div", 11);
|
|
53
|
+
i0.ɵɵpipe(1, "trustHtml");
|
|
54
|
+
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
55
|
+
} if (rf & 2) {
|
|
56
|
+
const ctx_r5 = i0.ɵɵnextContext();
|
|
57
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r5.displayText, ctx_r5.param)), i0.ɵɵsanitizeHtml);
|
|
58
|
+
} }
|
|
59
|
+
function OverlayInfoComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
60
|
+
i0.ɵɵelement(0, "div", 11);
|
|
61
|
+
i0.ɵɵpipe(1, "trustHtml");
|
|
62
|
+
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
63
|
+
} if (rf & 2) {
|
|
64
|
+
const ctx_r6 = i0.ɵɵnextContext();
|
|
65
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r6.overlayText, ctx_r6.param)), i0.ɵɵsanitizeHtml);
|
|
66
|
+
} }
|
|
67
|
+
const _c2 = ["*", "*"];
|
|
68
|
+
const _c3 = () => ({ "width": "279px" });
|
|
69
|
+
const _c4 = () => ({ width: "50vw" });
|
|
70
|
+
const _c5 = () => ({ "960px": "40vw", "640px": "100vw" });
|
|
71
|
+
export class OverlayInfoComponent {
|
|
72
|
+
constructor(elementRef, formBuilder) {
|
|
73
|
+
this.elementRef = elementRef;
|
|
74
|
+
this.formBuilder = formBuilder;
|
|
75
|
+
this.displayAsLabel = false;
|
|
76
|
+
this.labelWithLink = false;
|
|
77
|
+
this.labelWithPopup = false;
|
|
78
|
+
this.showPopup = false;
|
|
79
|
+
this.onChange = (value) => {
|
|
80
|
+
};
|
|
81
|
+
this.onTouch = () => {
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
ngOnChanges(changes) {
|
|
85
|
+
}
|
|
86
|
+
writeValue(obj) {
|
|
87
|
+
}
|
|
88
|
+
registerOnChange(fn) {
|
|
89
|
+
this.onChange = fn;
|
|
90
|
+
}
|
|
91
|
+
registerOnTouched(fn) {
|
|
92
|
+
this.onTouch = fn;
|
|
93
|
+
}
|
|
94
|
+
setDisabledState(isDisabled) {
|
|
95
|
+
}
|
|
96
|
+
ngOnInit() {
|
|
97
|
+
this.concentForm = this.formBuilder.group({
|
|
98
|
+
'concent': [false]
|
|
99
|
+
});
|
|
100
|
+
this.concent.valueChanges.subscribe(val => {
|
|
101
|
+
this.onChange(val);
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
get concent() {
|
|
105
|
+
return this.concentForm.controls['concent'];
|
|
106
|
+
}
|
|
107
|
+
ngAfterViewInit() {
|
|
108
|
+
if (this.displayAsLabel) {
|
|
109
|
+
if (this.elementRef.nativeElement.querySelector('a')) {
|
|
110
|
+
this.elementRef.nativeElement
|
|
111
|
+
.querySelector('a')
|
|
112
|
+
.addEventListener('click', this.openOverlay.bind(this));
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
if (this.labelWithPopup) {
|
|
116
|
+
if (this.elementRef.nativeElement.querySelector('a')) {
|
|
117
|
+
this.elementRef.nativeElement
|
|
118
|
+
.querySelector('a')
|
|
119
|
+
.addEventListener('click', this.openPopup.bind(this));
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
openOverlay(event) {
|
|
124
|
+
if (this.op1) {
|
|
125
|
+
this.op1.show(event);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
openPopup(event) {
|
|
129
|
+
this.showPopup = true;
|
|
130
|
+
}
|
|
131
|
+
static { this.ɵfac = function OverlayInfoComponent_Factory(t) { return new (t || OverlayInfoComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1.UntypedFormBuilder)); }; }
|
|
132
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverlayInfoComponent, selectors: [["app-overlay-info"]], viewQuery: function OverlayInfoComponent_Query(rf, ctx) { if (rf & 1) {
|
|
133
|
+
i0.ɵɵviewQuery(_c0, 5);
|
|
134
|
+
i0.ɵɵviewQuery(_c1, 5);
|
|
135
|
+
} if (rf & 2) {
|
|
136
|
+
let _t;
|
|
137
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.op1 = _t.first);
|
|
138
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popup = _t.first);
|
|
139
|
+
} }, inputs: { displayText: "displayText", overlayText: "overlayText", param: "param", displayAsLabel: "displayAsLabel", labelWithLink: "labelWithLink", labelWithPopup: "labelWithPopup" }, features: [i0.ɵɵProvidersFeature([{
|
|
140
|
+
provide: NG_VALUE_ACCESSOR,
|
|
141
|
+
useExisting: OverlayInfoComponent,
|
|
142
|
+
multi: true
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
provide: NG_VALIDATORS,
|
|
146
|
+
multi: true,
|
|
147
|
+
useExisting: OverlayInfoComponent
|
|
148
|
+
}
|
|
149
|
+
]), i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c2, decls: 13, vars: 16, consts: [[3, "appendTo"], ["op1", ""], ["pTemplate", ""], ["fill", "outline", "size", "small", "shape", "round", "class", "small-button", "aria-label", "info button", 3, "click", 4, "ngIf"], [3, "innerHTML", 4, "ngIf"], ["appendTo", "body", "position", "top", 3, "visible", "modal", "breakpoints"], ["shape", "round", "type", "reset", "color", "success", "fill", "outline", 3, "click"], ["class", "overlay-desc", 3, "innerHTML", 4, "ngIf"], [1, "overlay-desc", 3, "innerHTML"], ["fill", "outline", "size", "small", "shape", "round", "aria-label", "info button", 1, "small-button", 3, "click"], ["slot", "icon-only", "name", "information-outline", "aria-hidden", "true", 1, "button-icon"], [3, "innerHTML"]], template: function OverlayInfoComponent_Template(rf, ctx) { if (rf & 1) {
|
|
150
|
+
i0.ɵɵprojectionDef(_c2);
|
|
151
|
+
i0.ɵɵelementStart(0, "p-overlayPanel", 0, 1);
|
|
152
|
+
i0.ɵɵtemplate(2, OverlayInfoComponent_ng_template_2_Template, 2, 1, "ng-template", 2);
|
|
153
|
+
i0.ɵɵelementEnd();
|
|
154
|
+
i0.ɵɵtemplate(3, OverlayInfoComponent_ion_button_3_Template, 2, 0, "ion-button", 3)(4, OverlayInfoComponent_div_4_Template, 3, 6, "div", 4)(5, OverlayInfoComponent_div_5_Template, 3, 6, "div", 4)(6, OverlayInfoComponent_div_6_Template, 3, 6, "div", 4);
|
|
155
|
+
i0.ɵɵelementStart(7, "p-dialog", 5);
|
|
156
|
+
i0.ɵɵtemplate(8, OverlayInfoComponent_div_8_Template, 3, 6, "div", 4);
|
|
157
|
+
i0.ɵɵprojection(9);
|
|
158
|
+
i0.ɵɵelementStart(10, "p-footer")(11, "ion-button", 6);
|
|
159
|
+
i0.ɵɵlistener("click", function OverlayInfoComponent_Template_ion_button_click_11_listener() { return ctx.showPopup = false; });
|
|
160
|
+
i0.ɵɵtext(12, " Close ");
|
|
161
|
+
i0.ɵɵelementEnd()()();
|
|
162
|
+
} if (rf & 2) {
|
|
163
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(13, _c3));
|
|
164
|
+
i0.ɵɵproperty("appendTo", "body");
|
|
165
|
+
i0.ɵɵadvance(3);
|
|
166
|
+
i0.ɵɵproperty("ngIf", !ctx.displayAsLabel && !ctx.labelWithLink && !ctx.labelWithPopup);
|
|
167
|
+
i0.ɵɵadvance(1);
|
|
168
|
+
i0.ɵɵproperty("ngIf", ctx.displayAsLabel);
|
|
169
|
+
i0.ɵɵadvance(1);
|
|
170
|
+
i0.ɵɵproperty("ngIf", ctx.labelWithLink);
|
|
171
|
+
i0.ɵɵadvance(1);
|
|
172
|
+
i0.ɵɵproperty("ngIf", ctx.labelWithPopup);
|
|
173
|
+
i0.ɵɵadvance(1);
|
|
174
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(14, _c4));
|
|
175
|
+
i0.ɵɵproperty("visible", ctx.showPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(15, _c5));
|
|
176
|
+
i0.ɵɵadvance(1);
|
|
177
|
+
i0.ɵɵproperty("ngIf", ctx.overlayText);
|
|
178
|
+
} }, dependencies: [i2.IonButton, i2.IonIcon, i3.NgIf, i4.Footer, i4.PrimeTemplate, i5.Dialog, i6.OverlayPanel, i7.DynamicTranslatePipe, i8.TrustHtmlPipe], styles: ["[_nghost-%COMP%] .p-overlaypanel{width:279px!important}[_nghost-%COMP%] .p-button.p-button-icon-only{background-color:transparent!important}[_nghost-%COMP%] .p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:-moz-fit-content!important;height:fit-content!important}[_nghost-%COMP%] .p-overlaypanel .p-overlaypanel-content{padding:24px 24px 12px}[_nghost-%COMP%] a{cursor:pointer;color:var(--ion-color-primary)!important;text-decoration:none}[_nghost-%COMP%] a:hover{text-decoration:underline;text-underline-offset:3px}[_nghost-%COMP%] ol, [_nghost-%COMP%] ul{list-style:none!important}[_nghost-%COMP%] ul{list-style-type:square!important}[_nghost-%COMP%] li{font-family:var(--app-font-light)!important}.small-button[_ngcontent-%COMP%]{--padding-start: 0px;--padding-end: 0px;--background: white;--border: none !important;margin-top:1px;--color: var(--ion-color-primary);--border-color: var(--ion-color-primary);--border-width: 2px }ion-button.small-button[_ngcontent-%COMP%]::part(native){padding:3px}.button-icon[_ngcontent-%COMP%]{font-size:18px;color:var(--ion-color-primary)}"] }); }
|
|
179
|
+
}
|
|
180
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OverlayInfoComponent, [{
|
|
181
|
+
type: Component,
|
|
182
|
+
args: [{ selector: 'app-overlay-info', providers: [{
|
|
183
|
+
provide: NG_VALUE_ACCESSOR,
|
|
184
|
+
useExisting: OverlayInfoComponent,
|
|
185
|
+
multi: true
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
provide: NG_VALIDATORS,
|
|
189
|
+
multi: true,
|
|
190
|
+
useExisting: OverlayInfoComponent
|
|
191
|
+
}
|
|
192
|
+
], template: "\n<p-overlayPanel #op1 [appendTo]=\"'body'\" [style]=\"{'width': '279px'}\">\n <ng-template pTemplate>\n <div [innerHTML]=\"overlayText | dynamicTranslate:param\" class=\"overlay-desc\" *ngIf=\"overlayText\"></div>\n <ng-content></ng-content>\n </ng-template>\n</p-overlayPanel>\n\n<ion-button fill=\"outline\" size=\"small\" shape=\"round\" class=\"small-button\" *ngIf=\"!displayAsLabel && !labelWithLink && !labelWithPopup\" aria-label=\"info button\" (click)=\"op1.toggle($event)\">\n <ion-icon slot=\"icon-only\" name=\"information-outline\" class=\"button-icon\" aria-hidden=\"true\"></ion-icon>\n</ion-button>\n<div *ngIf=\"displayAsLabel\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\n<div *ngIf=\"labelWithLink\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\n<div *ngIf=\"labelWithPopup\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\n\n<p-dialog [visible]=\"showPopup\" [modal]=\"true\" appendTo=\"body\" [breakpoints]=\"{'960px': '40vw', '640px': '100vw'}\" [style]=\"{width: '50vw'}\" position=\"top\">\n <div [innerHTML]=\"overlayText | dynamicTranslate:param | trustHtml\" *ngIf=\"overlayText\"></div>\n <ng-content></ng-content>\n <p-footer>\n <ion-button shape=\"round\" type=\"reset\" (click)=\"showPopup = false\" color=\"success\" fill=\"outline\">\n Close\n </ion-button>\n </p-footer>\n</p-dialog>", styles: [":host ::ng-deep .p-overlaypanel{width:279px!important}:host ::ng-deep .p-button.p-button-icon-only{background-color:transparent!important}:host ::ng-deep .p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:-moz-fit-content!important;height:fit-content!important}:host ::ng-deep .p-overlaypanel .p-overlaypanel-content{padding:24px 24px 12px}:host ::ng-deep a{cursor:pointer;color:var(--ion-color-primary)!important;text-decoration:none}:host ::ng-deep a:hover{text-decoration:underline;text-underline-offset:3px}:host ::ng-deep ol,:host ::ng-deep ul{list-style:none!important}:host ::ng-deep ul{list-style-type:square!important}:host ::ng-deep li{font-family:var(--app-font-light)!important}.small-button{--padding-start: 0px;--padding-end: 0px;--background: white;--border: none !important;margin-top:1px;--color: var(--ion-color-primary);--border-color: var(--ion-color-primary);--border-width: 2px }ion-button.small-button::part(native){padding:3px}.button-icon{font-size:18px;color:var(--ion-color-primary)}\n"] }]
|
|
193
|
+
}], () => [{ type: i0.ElementRef }, { type: i1.UntypedFormBuilder }], { op1: [{
|
|
194
|
+
type: ViewChild,
|
|
195
|
+
args: ['op1', { static: false }]
|
|
196
|
+
}], popup: [{
|
|
197
|
+
type: ViewChild,
|
|
198
|
+
args: ['popup', { static: false }]
|
|
199
|
+
}], displayText: [{
|
|
200
|
+
type: Input
|
|
201
|
+
}], overlayText: [{
|
|
202
|
+
type: Input
|
|
203
|
+
}], param: [{
|
|
204
|
+
type: Input
|
|
205
|
+
}], displayAsLabel: [{
|
|
206
|
+
type: Input
|
|
207
|
+
}], labelWithLink: [{
|
|
208
|
+
type: Input
|
|
209
|
+
}], labelWithPopup: [{
|
|
210
|
+
type: Input
|
|
211
|
+
}] }); })();
|
|
212
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverlayInfoComponent, { className: "OverlayInfoComponent" }); })();
|
|
213
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS1pbmZvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vdmVybGF5LWluZm8vb3ZlcmxheS1pbmZvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vdmVybGF5LWluZm8vb3ZlcmxheS1pbmZvLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQWMsS0FBSyxFQUFvQyxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUcsT0FBTyxFQUFnQyxhQUFhLEVBQUUsaUJBQWlCLEVBQW9ELE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7Ozs7Ozs7SUNDOUkseUJBQXVHOzs7O0lBQWxHLHFHQUFrRDs7O0lBQXZELG1GQUF1RztJQUN2RyxxQkFBeUI7OztJQURxRCx5Q0FBaUI7Ozs7SUFLbkcscUNBQThMO0lBQTdCLGtNQUFTLGVBQUEsa0JBQWtCLENBQUEsSUFBQztJQUMzTCwrQkFBd0c7SUFDMUcsaUJBQWE7OztJQUNiLDBCQUFpRzs7Ozs7SUFBckUsMkhBQThEOzs7SUFDMUYsMEJBQWdHOzs7OztJQUFyRSwySEFBOEQ7OztJQUN6RiwwQkFBaUc7Ozs7O0lBQXJFLDJIQUE4RDs7O0lBR3hGLDBCQUE4Rjs7Ozs7SUFBekYsMkhBQThEOzs7Ozs7QURNckUsTUFBTSxPQUFPLG9CQUFvQjtJQXFDL0IsWUFBb0IsVUFBc0IsRUFBUyxXQUErQjtRQUE5RCxlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQVMsZ0JBQVcsR0FBWCxXQUFXLENBQW9CO1FBakJsRixtQkFBYyxHQUFhLEtBQUssQ0FBQztRQUdqQyxrQkFBYSxHQUFhLEtBQUssQ0FBQztRQUdoQyxtQkFBYyxHQUFhLEtBQUssQ0FBQztRQUUxQixjQUFTLEdBQUcsS0FBSyxDQUFDO1FBRWpCLGFBQVEsR0FBYSxDQUFDLEtBQWMsRUFBRSxFQUFFO1FBRWhELENBQUMsQ0FBQztRQUNNLFlBQU8sR0FBYSxHQUFHLEVBQUU7UUFFakMsQ0FBQyxDQUFDO0lBRW9GLENBQUM7SUFDdkYsV0FBVyxDQUFDLE9BQXNCO0lBQ2xDLENBQUM7SUFFRCxVQUFVLENBQUMsR0FBUTtJQUNuQixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBQ0QsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBQ0QsZ0JBQWdCLENBQUUsVUFBbUI7SUFDckMsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1lBQ3hDLFNBQVMsRUFBRSxDQUFDLEtBQUssQ0FBQztTQUNuQixDQUFDLENBQUM7UUFFSCxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDdEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsQ0FBQTtRQUN0QixDQUFDLENBQUMsQ0FBQTtJQUNKLENBQUM7SUFFRCxJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQzlDLENBQUM7SUFFRCxlQUFlO1FBQ2IsSUFBRyxJQUFJLENBQUMsY0FBYyxFQUFDO1lBQ3JCLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxFQUFFO2dCQUNwRCxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWE7cUJBQzFCLGFBQWEsQ0FBQyxHQUFHLENBQUM7cUJBQ2xCLGdCQUFnQixDQUNmLE9BQU8sRUFDUCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FDNUIsQ0FBQzthQUNMO1NBQ0Y7UUFDRCxJQUFHLElBQUksQ0FBQyxjQUFjLEVBQUM7WUFDckIsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLEVBQUU7Z0JBQ3BELElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYTtxQkFDMUIsYUFBYSxDQUFDLEdBQUcsQ0FBQztxQkFDbEIsZ0JBQWdCLENBQ2YsT0FBTyxFQUNQLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUMxQixDQUFDO2FBQ0w7U0FDRjtJQUNILENBQUM7SUFFRCxXQUFXLENBQUMsS0FBSztRQUNmLElBQUcsSUFBSSxDQUFDLEdBQUcsRUFBQztZQUNWLElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1NBQ3RCO0lBQ0gsQ0FBQztJQUVELFNBQVMsQ0FBQyxLQUFLO1FBQ2IsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7SUFDeEIsQ0FBQztxRkFsR1Usb0JBQW9CO29FQUFwQixvQkFBb0I7Ozs7Ozs7c09BWnBCLENBQUM7b0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjtvQkFDMUIsV0FBVyxFQUFFLG9CQUFvQjtvQkFDakMsS0FBSyxFQUFFLElBQUk7aUJBQ1o7Z0JBQ0Q7b0JBQ0UsT0FBTyxFQUFFLGFBQWE7b0JBQ3RCLEtBQUssRUFBRSxJQUFJO29CQUNYLFdBQVcsRUFBRSxvQkFBb0I7aUJBQ2xDO2FBQ0E7O1lDbkJILDRDQUFzRTtZQUNwRSxxRkFHYztZQUNoQixpQkFBaUI7WUFFakIsbUZBRWEsd0RBQUEsd0RBQUEsd0RBQUE7WUFLYixtQ0FBNEo7WUFDMUoscUVBQThGO1lBQzlGLGtCQUF5QjtZQUN6QixpQ0FBVSxxQkFBQTtZQUMrQixzSEFBcUIsS0FBSyxJQUFDO1lBQ2hFLHdCQUNGO1lBQUEsaUJBQWEsRUFBQSxFQUFBOztZQXBCd0IsMENBQTRCO1lBQWhELGlDQUFtQjtZQU9vQyxlQUEwRDtZQUExRCx1RkFBMEQ7WUFHaEksZUFBb0I7WUFBcEIseUNBQW9CO1lBQ3BCLGVBQW1CO1lBQW5CLHdDQUFtQjtZQUNuQixlQUFvQjtZQUFwQix5Q0FBb0I7WUFFeUYsZUFBeUI7WUFBekIsMENBQXlCO1lBQWxJLHVDQUFxQixlQUFBLDRDQUFBO1lBQ3dDLGVBQWlCO1lBQWpCLHNDQUFpQjs7O2lGRE0zRSxvQkFBb0I7Y0FoQmhDLFNBQVM7MkJBQ0Usa0JBQWtCLGFBR2pCLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxzQkFBc0I7d0JBQ2pDLEtBQUssRUFBRSxJQUFJO3FCQUNaO29CQUNEO3dCQUNFLE9BQU8sRUFBRSxhQUFhO3dCQUN0QixLQUFLLEVBQUUsSUFBSTt3QkFDWCxXQUFXLHNCQUFzQjtxQkFDbEM7aUJBQ0E7NEVBT0QsR0FBRztrQkFERixTQUFTO21CQUFDLEtBQUssRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7WUFJbkMsS0FBSztrQkFESixTQUFTO21CQUFDLE9BQU8sRUFBRSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUU7WUFJckMsV0FBVztrQkFEVixLQUFLO1lBSU4sV0FBVztrQkFEVixLQUFLO1lBSU4sS0FBSztrQkFESixLQUFLO1lBSU4sY0FBYztrQkFEYixLQUFLO1lBSU4sYUFBYTtrQkFEWixLQUFLO1lBSU4sY0FBYztrQkFEYixLQUFLOztrRkF6Qkssb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29tcGlsZXInO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIFNpbXBsZUNoYW5nZXMsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5nRm9ybSwgTkdfVkFMSURBVE9SUywgTkdfVkFMVUVfQUNDRVNTT1IsIFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Hcm91cCwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IERpYWxvZyB9IGZyb20gJ3ByaW1lbmcvZGlhbG9nJztcbmltcG9ydCB7IE92ZXJsYXlQYW5lbCB9IGZyb20gJ3ByaW1lbmcvb3ZlcmxheXBhbmVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLW92ZXJsYXktaW5mbycsXG4gIHRlbXBsYXRlVXJsOiAnLi9vdmVybGF5LWluZm8uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9vdmVybGF5LWluZm8uY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgIHVzZUV4aXN0aW5nOiBPdmVybGF5SW5mb0NvbXBvbmVudCxcbiAgICBtdWx0aTogdHJ1ZVxuICB9LFxuICB7XG4gICAgcHJvdmlkZTogTkdfVkFMSURBVE9SUyxcbiAgICBtdWx0aTogdHJ1ZSxcbiAgICB1c2VFeGlzdGluZzogT3ZlcmxheUluZm9Db21wb25lbnRcbiAgfVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIE92ZXJsYXlJbmZvQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25DaGFuZ2VzIHtcblxuICBwdWJsaWMgY29uY2VudEZvcm06IFVudHlwZWRGb3JtR3JvdXA7XG5cbiAgQFZpZXdDaGlsZCgnb3AxJywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gIG9wMSA6IE92ZXJsYXlQYW5lbDtcblxuICBAVmlld0NoaWxkKCdwb3B1cCcsIHsgc3RhdGljOiBmYWxzZSB9KVxuICBwb3B1cCA6IERpYWxvZztcblxuICBASW5wdXQoKVxuICBkaXNwbGF5VGV4dCA6IHN0cmluZztcblxuICBASW5wdXQoKVxuICBvdmVybGF5VGV4dCA6IHN0cmluZztcblxuICBASW5wdXQoKVxuICBwYXJhbSA6IGFueTtcblxuICBASW5wdXQoKVxuICBkaXNwbGF5QXNMYWJlbCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBsYWJlbFdpdGhMaW5rIDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsV2l0aFBvcHVwIDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIHB1YmxpYyBzaG93UG9wdXAgPSBmYWxzZTtcblxuICBwcml2YXRlIG9uQ2hhbmdlOiBGdW5jdGlvbiA9ICh2YWx1ZSA6IFN0cmluZykgPT4ge1xuICBcbiAgfTtcbiAgcHJpdmF0ZSBvblRvdWNoOiBGdW5jdGlvbiA9ICgpID0+IHtcblxuICB9O1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZiwgcHVibGljIGZvcm1CdWlsZGVyOiBVbnR5cGVkRm9ybUJ1aWxkZXIpIHsgfVxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gIH1cblxuICB3cml0ZVZhbHVlKG9iajogYW55KTogdm9pZCB7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cbiAgcmVnaXN0ZXJPblRvdWNoZWQoZm46IGFueSk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaCA9IGZuOyAgXG4gIH1cbiAgc2V0RGlzYWJsZWRTdGF0ZT8oaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICB9XG5cbiAgbmdPbkluaXQoKXtcbiAgICB0aGlzLmNvbmNlbnRGb3JtID0gdGhpcy5mb3JtQnVpbGRlci5ncm91cCh7XG4gICAgICAnY29uY2VudCc6IFtmYWxzZV1cbiAgICB9KTtcblxuICAgIHRoaXMuY29uY2VudC52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKHZhbCA9PiB7XG4gICAgICAgIHRoaXMub25DaGFuZ2UodmFsKVxuICAgIH0pXG4gIH1cblxuICBnZXQgY29uY2VudCgpIHtcbiAgICByZXR1cm4gdGhpcy5jb25jZW50Rm9ybS5jb250cm9sc1snY29uY2VudCddO1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgIGlmKHRoaXMuZGlzcGxheUFzTGFiZWwpe1xuICAgICAgaWYgKHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnF1ZXJ5U2VsZWN0b3IoJ2EnKSkge1xuICAgICAgICB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudFxuICAgICAgICAgIC5xdWVyeVNlbGVjdG9yKCdhJylcbiAgICAgICAgICAuYWRkRXZlbnRMaXN0ZW5lcihcbiAgICAgICAgICAgICdjbGljaycsXG4gICAgICAgICAgICB0aGlzLm9wZW5PdmVybGF5LmJpbmQodGhpcylcbiAgICAgICAgICApO1xuICAgICAgfVxuICAgIH1cbiAgICBpZih0aGlzLmxhYmVsV2l0aFBvcHVwKXtcbiAgICAgIGlmICh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5xdWVyeVNlbGVjdG9yKCdhJykpIHtcbiAgICAgICAgdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnRcbiAgICAgICAgICAucXVlcnlTZWxlY3RvcignYScpXG4gICAgICAgICAgLmFkZEV2ZW50TGlzdGVuZXIoXG4gICAgICAgICAgICAnY2xpY2snLFxuICAgICAgICAgICAgdGhpcy5vcGVuUG9wdXAuYmluZCh0aGlzKVxuICAgICAgICAgICk7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgb3Blbk92ZXJsYXkoZXZlbnQpe1xuICAgIGlmKHRoaXMub3AxKXtcbiAgICAgIHRoaXMub3AxLnNob3coZXZlbnQpO1xuICAgIH1cbiAgfVxuXG4gIG9wZW5Qb3B1cChldmVudCl7XG4gICAgdGhpcy5zaG93UG9wdXAgPSB0cnVlO1xuICB9XG5cbn1cbiIsIlxuPHAtb3ZlcmxheVBhbmVsICNvcDEgW2FwcGVuZFRvXT1cIidib2R5J1wiIFtzdHlsZV09XCJ7J3dpZHRoJzogJzI3OXB4J31cIj5cbiAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT5cbiAgICA8ZGl2IFtpbm5lckhUTUxdPVwib3ZlcmxheVRleHQgfCBkeW5hbWljVHJhbnNsYXRlOnBhcmFtXCIgY2xhc3M9XCJvdmVybGF5LWRlc2NcIiAqbmdJZj1cIm92ZXJsYXlUZXh0XCI+PC9kaXY+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICA8L25nLXRlbXBsYXRlPlxuPC9wLW92ZXJsYXlQYW5lbD5cblxuPGlvbi1idXR0b24gZmlsbD1cIm91dGxpbmVcIiBzaXplPVwic21hbGxcIiBzaGFwZT1cInJvdW5kXCIgY2xhc3M9XCJzbWFsbC1idXR0b25cIiAqbmdJZj1cIiFkaXNwbGF5QXNMYWJlbCAmJiAhbGFiZWxXaXRoTGluayAmJiAhbGFiZWxXaXRoUG9wdXBcIiBhcmlhLWxhYmVsPVwiaW5mbyBidXR0b25cIiAoY2xpY2spPVwib3AxLnRvZ2dsZSgkZXZlbnQpXCI+XG4gIDxpb24taWNvbiBzbG90PVwiaWNvbi1vbmx5XCIgbmFtZT1cImluZm9ybWF0aW9uLW91dGxpbmVcIiBjbGFzcz1cImJ1dHRvbi1pY29uXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pb24taWNvbj5cbjwvaW9uLWJ1dHRvbj5cbjxkaXYgKm5nSWY9XCJkaXNwbGF5QXNMYWJlbFwiIFtpbm5lckhUTUxdPVwiZGlzcGxheVRleHQgfCBkeW5hbWljVHJhbnNsYXRlOnBhcmFtIHwgdHJ1c3RIdG1sXCI+PC9kaXY+XG48ZGl2ICpuZ0lmPVwibGFiZWxXaXRoTGlua1wiIFtpbm5lckhUTUxdPVwiZGlzcGxheVRleHQgfCBkeW5hbWljVHJhbnNsYXRlOnBhcmFtIHwgdHJ1c3RIdG1sXCI+PC9kaXY+XG48ZGl2ICpuZ0lmPVwibGFiZWxXaXRoUG9wdXBcIiBbaW5uZXJIVE1MXT1cImRpc3BsYXlUZXh0IHwgZHluYW1pY1RyYW5zbGF0ZTpwYXJhbSB8IHRydXN0SHRtbFwiPjwvZGl2PlxuXG48cC1kaWFsb2cgW3Zpc2libGVdPVwic2hvd1BvcHVwXCIgW21vZGFsXT1cInRydWVcIiBhcHBlbmRUbz1cImJvZHlcIiBbYnJlYWtwb2ludHNdPVwieyc5NjBweCc6ICc0MHZ3JywgJzY0MHB4JzogJzEwMHZ3J31cIiBbc3R5bGVdPVwie3dpZHRoOiAnNTB2dyd9XCIgcG9zaXRpb249XCJ0b3BcIj5cbiAgPGRpdiBbaW5uZXJIVE1MXT1cIm92ZXJsYXlUZXh0IHwgZHluYW1pY1RyYW5zbGF0ZTpwYXJhbSB8IHRydXN0SHRtbFwiICpuZ0lmPVwib3ZlcmxheVRleHRcIj48L2Rpdj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICA8cC1mb290ZXI+XG4gICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJyZXNldFwiIChjbGljayk9XCJzaG93UG9wdXAgPSBmYWxzZVwiIGNvbG9yPVwic3VjY2Vzc1wiIGZpbGw9XCJvdXRsaW5lXCI+XG4gICAgICBDbG9zZVxuICAgIDwvaW9uLWJ1dHRvbj5cbiAgPC9wLWZvb3Rlcj5cbjwvcC1kaWFsb2c+Il19
|