@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
|
@@ -1,89 +0,0 @@
|
|
|
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 = function () { return ["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
|
-
}
|
|
79
|
-
MoneyExpectComponent.ɵ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)); };
|
|
80
|
-
MoneyExpectComponent.ɵ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) {
|
|
81
|
-
i0.ɵɵtemplate(0, MoneyExpectComponent_div_0_Template, 24, 14, "div", 0);
|
|
82
|
-
} if (rf & 2) {
|
|
83
|
-
i0.ɵɵproperty("ngIf", !ctx.moneyResponse.hideMonetaryEstimation);
|
|
84
|
-
} }, 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}}"] });
|
|
85
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MoneyExpectComponent, [{
|
|
86
|
-
type: Component,
|
|
87
|
-
args: [{ selector: 'money-expect', template: "<div class=\"card-position\" *ngIf=\"!moneyResponse.hideMonetaryEstimation\">\r\n <div class=\"grid p-nogutter \">\r\n <div class=\"col-12 ion-text-left\">\r\n <ion-row>\r\n <ion-col size=\"1\">\r\n <fa-icon [icon]=\"['far', 'sack-dollar']\" class=\"header-icon\"></fa-icon>\r\n </ion-col>\r\n <ion-col size=\"11\" class=\"ion-text-right\">\r\n <h2 class=\"heading\">Maximum payments you can expect</h2>\r\n </ion-col>\r\n </ion-row>\r\n </div>\r\n </div>\r\n\r\n <p-divider></p-divider>\r\n\r\n <div class=\"grid p-nogutter\">\r\n <div class=\"col-8 money-text\" >\r\n Maximum payment per week\r\n </div>\r\n <div class=\"col-4 money\" style=\"text-align: right;\">\r\n {{moneyResponse.wba | currency:'USD'}}\r\n </div>\r\n </div>\r\n<br>\r\n <div class=\"grid p-nogutter\">\r\n <div class=\"col-8 money-text\">\r\n Maximum Total thru {{moneyResponse.byeDate | date:'fullDate'}}\r\n </div>\r\n <div class=\"col-4 money\" style=\"text-align: right;\">\r\n {{moneyResponse.mba | currency:'USD'}}\r\n </div>\r\n </div>\r\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
|
-
}], function () { return [{ type: i1.LoggerService }, { type: i2.ValidationService }, { type: i3.LoginService }, { type: i4.ActivatedRoute }]; }, null); })();
|
|
89
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9uZXktZXhwZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tb25leS1leHBlY3QvbW9uZXktZXhwZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tb25leS1leHBlY3QvbW9uZXktZXhwZWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEdBQUcsTUFBTSxlQUFlLENBQUM7QUFFM0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDN0YsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0scURBQXFELENBQUM7Ozs7Ozs7Ozs7OztJQ0gvRiw4QkFBeUUsYUFBQSxhQUFBLGNBQUEsaUJBQUE7SUFLL0QsNkJBQXVFO0lBQ3pFLGlCQUFVO0lBQ1Ysa0NBQTBDLFlBQUE7SUFDcEIsK0NBQStCO0lBQUEsaUJBQUssRUFBQSxFQUFBLEVBQUEsRUFBQTtJQU1oRSw0QkFBdUI7SUFFdkIsK0JBQTZCLGNBQUE7SUFFekIsMkNBQ0Y7SUFBQSxpQkFBTTtJQUNOLCtCQUFvRDtJQUNsRCxhQUNGOztJQUFBLGlCQUFNLEVBQUE7SUFFVixzQkFBSTtJQUNGLCtCQUE2QixjQUFBO0lBRXpCLGFBQ0Y7O0lBQUEsaUJBQU07SUFDTiwrQkFBb0Q7SUFDbEQsYUFDRjs7SUFBQSxpQkFBTSxFQUFBLEVBQUE7OztJQTFCUyxlQUErQjtJQUEvQixrREFBK0I7SUFnQjVDLGVBQ0Y7SUFERSx1RkFDRjtJQUtFLGVBQ0Y7SUFERSxtSEFDRjtJQUVFLGVBQ0Y7SUFERSx3RkFDRjs7QURqQkosTUFBTSxPQUFPLG9CQUFvQjtJQUcvQixZQUFtQixNQUFxQixFQUFRLGlCQUFvQyxFQUMzRSxFQUFnQixFQUFTLGNBQStCO1FBRDlDLFdBQU0sR0FBTixNQUFNLENBQWU7UUFBUSxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBQzNFLE9BQUUsR0FBRixFQUFFLENBQWM7UUFBUyxtQkFBYyxHQUFkLGNBQWMsQ0FBaUI7UUFIMUQsa0JBQWEsR0FBRyxJQUFJLHdCQUF3QixFQUFFLENBQUM7SUFHZSxDQUFDO0lBR3RFLFFBQVE7UUFDTixJQUFJLEtBQUssR0FBRyxJQUFJLHVCQUF1QixFQUFFLENBQUM7UUFDMUMsSUFBSSxHQUFHLEdBQUcsRUFBRSxDQUFDO1FBQ1gsSUFBRyxJQUFJLENBQUMsRUFBRSxDQUFDLFVBQVUsRUFBRSxLQUFLLElBQUksRUFBQztZQUMvQixHQUFHLEdBQUcsNkNBQTZDLENBQUM7U0FDckQ7YUFBTTtZQUNMLElBQUksSUFBSSxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDakUsSUFBRyxJQUFJLEVBQUM7Z0JBQ04sSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDO2dCQUN4QyxLQUFLLENBQUMsR0FBRyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUM7YUFDNUI7WUFDRCxHQUFHLEdBQUcsb0NBQW9DLENBQUM7U0FDNUM7UUFDSCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRSxLQUFLLENBQUMsQ0FBQyxTQUFTLENBQy9DLEdBQUcsQ0FBQyxFQUFFO1lBQ0osSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsNEJBQTRCLEVBQUUsR0FBRyxDQUFDLENBQUM7WUFDckQsSUFBSSxDQUFDLGFBQWEsR0FBRyxHQUFHLENBQUM7UUFDM0IsQ0FBQyxFQUNELEdBQUcsQ0FBQyxFQUFFO1lBQ0osb0JBQW9CO1FBQ3RCLENBQUMsQ0FDRixDQUFDO0lBQ0osQ0FBQzs7d0ZBN0JVLG9CQUFvQjt1RUFBcEIsb0JBQW9CO1FDZGpDLHVFQWlDTTs7UUFqQ3NCLGdFQUEyQzs7dUZEYzFELG9CQUFvQjtjQU5oQyxTQUFTOzJCQUNFLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBDbGFpbUFwcEVtcFJlcXVlc3RNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0NsYWltQXBwRW1wUmVxdWVzdE1vZGVsJztcbmltcG9ydCB7IENsYWltQXBwRW1wUmVzcG9uc2VNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0NsYWltQXBwRW1wUmVzcG9uc2VNb2RlbCc7XG5pbXBvcnQgeyBMb2dnZXJTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbG9nZ2VyL2xvZ2dlci5zZXJ2aWNlJztcbmltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xuaW1wb3J0IHsgVmFsaWRhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9xdWVzdGlvbm5haXJlL3ZhbGlkYXRpb24uc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vbmV5LWV4cGVjdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tb25leS1leHBlY3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9tb25leS1leHBlY3QuY29tcG9uZW50LnNjc3MnXSxcblxufSlcbmV4cG9ydCBjbGFzcyBNb25leUV4cGVjdENvbXBvbmVudCB7XG4gIHB1YmxpYyBtb25leVJlc3BvbnNlID0gbmV3IENsYWltQXBwRW1wUmVzcG9uc2VNb2RlbCgpO1xuICBzc25Gb3JDU1IgOiBzdHJpbmc7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBsb2dnZXI6IExvZ2dlclNlcnZpY2UscHVibGljIHZhbGlkYXRpb25TZXJ2aWNlOiBWYWxpZGF0aW9uU2VydmljZSwgXG4gICAgcHVibGljIGxzOiBMb2dpblNlcnZpY2UsIHB1YmxpYyBhY3RpdmF0ZWRSb3V0ZSA6IEFjdGl2YXRlZFJvdXRlKSB7IH1cbiAgXG4gIFxuICBuZ09uSW5pdCgpIHsgXG4gICAgbGV0IG1vZGVsID0gbmV3IENsYWltQXBwRW1wUmVxdWVzdE1vZGVsKCk7XG4gICAgbGV0IHVybCA9IFwiXCI7XG4gICAgICBpZih0aGlzLmxzLmlzQ2xhaW1hbnQoKSA9PT0gdHJ1ZSl7XG4gICAgICAgIHVybCA9IFwiL2NsYWltcy1zZXJ2aWNlL2NsYWltL2NsYWltYW50L2FwcC9lc3RpbWF0ZVwiO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgbGV0IGRhdGEgPSB0aGlzLmFjdGl2YXRlZFJvdXRlLnNuYXBzaG90LnF1ZXJ5UGFyYW1NYXAuZ2V0KCdrZXknKTtcbiAgICAgICAgaWYoZGF0YSl7XG4gICAgICAgICAgdGhpcy5zc25Gb3JDU1IgPSBKU09OLnBhcnNlKGF0b2IoZGF0YSkpO1xuICAgICAgICAgIG1vZGVsLnNzbiA9IHRoaXMuc3NuRm9yQ1NSO1xuICAgICAgICB9ICAgICAgICBcbiAgICAgICAgdXJsID0gXCIvY2xhaW1zLXNlcnZpY2UvY2xhaW0vYXBwL2VzdGltYXRlXCI7XG4gICAgICB9XG4gICAgdGhpcy52YWxpZGF0aW9uU2VydmljZS5wb3N0KHVybCwgbW9kZWwpLnN1YnNjcmliZShcbiAgICAgIHJlcyA9PiB7XG4gICAgICAgIHRoaXMubG9nZ2VyLmRlYnVnKCdyZXNwb25zZSBmb3IgZXN0aW1hdGlvbiA9ICcsIHJlcyk7XG4gICAgICAgIHRoaXMubW9uZXlSZXNwb25zZSA9IHJlcztcbiAgICAgIH0sXG4gICAgICBlcnIgPT4ge1xuICAgICAgICAvL2RvIG5vdCBkbyBhbnl0aGluZ1xuICAgICAgfVxuICAgICk7XG4gIH1cblxufVxuXG5cblxuIiwiPGRpdiBjbGFzcz1cImNhcmQtcG9zaXRpb25cIiAqbmdJZj1cIiFtb25leVJlc3BvbnNlLmhpZGVNb25ldGFyeUVzdGltYXRpb25cIj5cclxuICA8ZGl2IGNsYXNzPVwiZ3JpZCBwLW5vZ3V0dGVyIFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbC0xMiBpb24tdGV4dC1sZWZ0XCI+XHJcbiAgICAgIDxpb24tcm93PlxyXG4gICAgICAgIDxpb24tY29sIHNpemU9XCIxXCI+XHJcbiAgICAgICAgICA8ZmEtaWNvbiBbaWNvbl09XCJbJ2ZhcicsICdzYWNrLWRvbGxhciddXCIgY2xhc3M9XCJoZWFkZXItaWNvblwiPjwvZmEtaWNvbj5cclxuICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgPGlvbi1jb2wgc2l6ZT1cIjExXCIgY2xhc3M9XCJpb24tdGV4dC1yaWdodFwiPlxyXG4gICAgICAgICAgPGgyIGNsYXNzPVwiaGVhZGluZ1wiPk1heGltdW0gcGF5bWVudHMgeW91IGNhbiBleHBlY3Q8L2gyPlxyXG4gICAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgPC9pb24tcm93PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcblxyXG4gIDxwLWRpdmlkZXI+PC9wLWRpdmlkZXI+XHJcblxyXG4gIDxkaXYgY2xhc3M9XCJncmlkIHAtbm9ndXR0ZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb2wtOCBtb25leS10ZXh0XCIgPlxyXG4gICAgICBNYXhpbXVtIHBheW1lbnQgcGVyIHdlZWtcclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbC00IG1vbmV5XCIgc3R5bGU9XCJ0ZXh0LWFsaWduOiByaWdodDtcIj5cclxuICAgICAge3ttb25leVJlc3BvbnNlLndiYSB8IGN1cnJlbmN5OidVU0QnfX1cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48YnI+XHJcbiAgPGRpdiBjbGFzcz1cImdyaWQgcC1ub2d1dHRlclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbC04IG1vbmV5LXRleHRcIj5cclxuICAgICAgTWF4aW11bSBUb3RhbCB0aHJ1IHt7bW9uZXlSZXNwb25zZS5ieWVEYXRlIHwgZGF0ZTonZnVsbERhdGUnfX1cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbC00IG1vbmV5XCIgc3R5bGU9XCJ0ZXh0LWFsaWduOiByaWdodDtcIj5cclxuICAgICAge3ttb25leVJlc3BvbnNlLm1iYSB8IGN1cnJlbmN5OidVU0QnfX1cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj4iXX0=
|
|
@@ -1,48 +0,0 @@
|
|
|
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
|
-
}
|
|
29
|
-
MsgComponent.ɵfac = function MsgComponent_Factory(t) { return new (t || MsgComponent)(); };
|
|
30
|
-
MsgComponent.ɵ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) {
|
|
31
|
-
i0.ɵɵtemplate(0, MsgComponent_p_0_Template, 3, 3, "p", 0);
|
|
32
|
-
i0.ɵɵtemplate(1, MsgComponent_p_1_Template, 2, 1, "p", 0);
|
|
33
|
-
} if (rf & 2) {
|
|
34
|
-
i0.ɵɵproperty("ngIf", ctx.key);
|
|
35
|
-
i0.ɵɵadvance(1);
|
|
36
|
-
i0.ɵɵproperty("ngIf", ctx.value);
|
|
37
|
-
} }, dependencies: [i1.NgIf, i2.TranslatePipe] });
|
|
38
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MsgComponent, [{
|
|
39
|
-
type: Component,
|
|
40
|
-
args: [{ selector: 'app-msg', template: "<p *ngIf=\"key\">{{key | translate}}</p>\r\n\r\n<p *ngIf=\"value\">{{value}}</p>\r\n" }]
|
|
41
|
-
}], function () { return []; }, { key: [{
|
|
42
|
-
type: Input,
|
|
43
|
-
args: ['key']
|
|
44
|
-
}], value: [{
|
|
45
|
-
type: Input,
|
|
46
|
-
args: ['value']
|
|
47
|
-
}] }); })();
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXNnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tc2cvbXNnLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tc2cvbXNnLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7OztJQ0F6RCx5QkFBZTtJQUFBLFlBQW1COztJQUFBLGlCQUFJOzs7SUFBdkIsZUFBbUI7SUFBbkIsc0RBQW1COzs7SUFFbEMseUJBQWlCO0lBQUEsWUFBUztJQUFBLGlCQUFJOzs7SUFBYixlQUFTO0lBQVQsa0NBQVM7O0FESzFCLE1BQU0sT0FBTyxZQUFZO0lBTXZCLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzt3RUFUVSxZQUFZOytEQUFaLFlBQVk7UUNQekIseURBQXNDO1FBRXRDLHlEQUE4Qjs7UUFGMUIsOEJBQVM7UUFFVCxlQUFXO1FBQVgsZ0NBQVc7O3VGREtGLFlBQVk7Y0FMeEIsU0FBUzsyQkFDRSxTQUFTO3NDQU1MLEdBQUc7a0JBQWhCLEtBQUs7bUJBQUMsS0FBSztZQUVJLEtBQUs7a0JBQXBCLEtBQUs7bUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbXNnJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21zZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21zZy5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTXNnQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBASW5wdXQoJ2tleScpIGtleTogc3RyaW5nO1xuXG4gIEBJbnB1dCgndmFsdWUnKSB2YWx1ZTogc3RyaW5nO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxufVxuIiwiPHAgKm5nSWY9XCJrZXlcIj57e2tleSB8IHRyYW5zbGF0ZX19PC9wPlxyXG5cclxuPHAgKm5nSWY9XCJ2YWx1ZVwiPnt7dmFsdWV9fTwvcD5cclxuIl19
|
|
@@ -1,89 +0,0 @@
|
|
|
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
|
-
}
|
|
79
|
-
NewsComponent.ɵfac = function NewsComponent_Factory(t) { return new (t || NewsComponent)(i0.ɵɵdirectiveInject(i1.NotificationService)); };
|
|
80
|
-
NewsComponent.ɵ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) {
|
|
81
|
-
i0.ɵɵtemplate(0, NewsComponent_div_0_Template, 9, 5, "div", 0);
|
|
82
|
-
} if (rf & 2) {
|
|
83
|
-
i0.ɵɵproperty("ngIf", ctx.news.length != 0);
|
|
84
|
-
} }, dependencies: [i2.IonLabel, i2.IonSpinner, i3.NgForOf, i3.NgIf, i4.Accordion, i4.AccordionTab, i5.Card, i6.Badge, i7.TranslatePipe] });
|
|
85
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NewsComponent, [{
|
|
86
|
-
type: Component,
|
|
87
|
-
args: [{ selector: 'app-news', template: "<div *ngIf=\"(news.length != 0)\">\r\n <p-card styleClass=\" app-box\">\r\n <div class=\"ion-text-center app-card-heading\">\r\n <ion-label color=\"dark\">{{'claimant.dashbaord.form.newsinfo'|translate}}</ion-label>\r\n </div>\r\n <div *ngIf=\"loading\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </div>\r\n <p-accordion>\r\n <p-accordionTab header=\"{{n.heading}}\" *ngFor=\"let n of news; let i = index\" [selected]=\"i == 0\">\r\n <div>\r\n <p-badge style=\"padding-right: 1rem;\" value=\"New\" *ngIf=\"i == 0\"></p-badge> <b>{{n.startDate}}</b>\r\n </div>\r\n <p>{{n.description}}</p>\r\n </p-accordionTab>\r\n </p-accordion>\r\n </p-card>\r\n</div>" }]
|
|
88
|
-
}], function () { return [{ type: i1.NotificationService }]; }, null); })();
|
|
89
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmV3cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbmV3cy9uZXdzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9uZXdzL25ld3MuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUVsRCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7Ozs7Ozs7Ozs7SUNHeEMsOEJBQTZDO0lBQ3pDLGlDQUF1QztJQUMzQyxpQkFBTTs7O0lBSU0sOEJBQTJFOzs7SUFGbkYseUNBQWlHLFVBQUE7SUFFekYsNkZBQTJFO0lBQUMseUJBQUc7SUFBQSxZQUFlO0lBQUEsaUJBQUksRUFBQTtJQUV0Ryx5QkFBRztJQUFBLFlBQWlCO0lBQUEsaUJBQUksRUFBQTs7OztJQUpaLGdEQUFzQjtJQUF1QyxvQ0FBbUI7SUFFckMsZUFBWTtJQUFaLGdDQUFZO0lBQWdCLGVBQWU7SUFBZixvQ0FBZTtJQUUvRixlQUFpQjtJQUFqQixzQ0FBaUI7OztJQWJwQywyQkFBZ0MsZ0JBQUEsYUFBQSxtQkFBQTtJQUdJLFlBQWdEOztJQUFBLGlCQUFZLEVBQUE7SUFFeEYsb0VBRU07SUFDTixtQ0FBYTtJQUNULDBGQUtpQjtJQUNyQixpQkFBYyxFQUFBLEVBQUE7OztJQVpjLGVBQWdEO0lBQWhELDhFQUFnRDtJQUV0RSxlQUFhO0lBQWIscUNBQWE7SUFJc0MsZUFBUztJQUFULHFDQUFTOztBREMxRSxNQUFNLE9BQU8sYUFBYyxTQUFRLFFBQVE7SUFJekMsWUFBbUIsRUFBd0I7UUFDekMsS0FBSyxFQUFFLENBQUM7UUFEUyxPQUFFLEdBQUYsRUFBRSxDQUFzQjtRQUZwQyxTQUFJLEdBQWdDLEVBQUUsQ0FBQztJQUk5QyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyw0QkFBNEIsRUFBRSxDQUFBO0lBQ3JDLENBQUM7SUFFTSw0QkFBNEI7UUFDakMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxFQUFFLENBQUMsaUNBQWlDLEVBQUU7YUFDbkMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxFQUFFO1lBQ25CLElBQUksQ0FBQyxJQUFJLEdBQUcsT0FBTyxDQUFDO1lBQ3BCLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztRQUNwQixDQUFDLEVBQ0QsR0FBRyxDQUFDLEVBQUU7WUFDSixJQUFJLENBQUMsSUFBSSxHQUFHLEVBQUUsQ0FBQztZQUNmLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztRQUNwQixDQUFDLENBQUMsQ0FBQztJQUNaLENBQUM7OzBFQXZCVSxhQUFhO2dFQUFiLGFBQWE7UUNWMUIsOERBaUJNOztRQWpCQSwyQ0FBd0I7O3VGRFVqQixhQUFhO2NBTHpCLFNBQVM7MkJBQ0UsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZXdzQW5kQW5ub3VuY2VtZW50TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvTmV3c0FuZEFubm91bmNlbWVudE1vZGVsJztcbmltcG9ydCB7IEJhc2VQYWdlIH0gZnJvbSAnLi4vLi4vcGFnZXMvQmFzZVBhZ2UnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24uc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1uZXdzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL25ld3MuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uZXdzLmNvbXBvbmVudC5jc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBOZXdzQ29tcG9uZW50IGV4dGVuZHMgQmFzZVBhZ2UgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBuZXdzIDogTmV3c0FuZEFubm91bmNlbWVudE1vZGVsW10gPSBbXTtcbiAgXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBucyA6IE5vdGlmaWNhdGlvblNlcnZpY2UpIHsgXG4gICAgc3VwZXIoKTtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuZmV0Y2hOZXdzQW5kQW5ub3VuY2VtZW50SW5mbygpXG4gIH1cblxuICBwdWJsaWMgZmV0Y2hOZXdzQW5kQW5ub3VuY2VtZW50SW5mbygpe1xuICAgIHRoaXMuc2hvd0xvYWRlcigpO1xuICAgIHRoaXMubnMuZmV0Y2hOZXdzQW5ub3VuY2VtZW50c0luZm9ybWF0aW9uKClcbiAgICAgICAgICAgLnN1YnNjcmliZShyZXNOZXdzID0+IHtcbiAgICAgICAgICAgICB0aGlzLm5ld3MgPSByZXNOZXdzO1xuICAgICAgICAgICAgIHRoaXMuaGlkZUxvYWRlcigpO1xuICAgICAgICAgICB9LFxuICAgICAgICAgICBlcnIgPT4ge1xuICAgICAgICAgICAgIHRoaXMubmV3cyA9IFtdO1xuICAgICAgICAgICAgIHRoaXMuaGlkZUxvYWRlcigpO1xuICAgICAgICAgICB9KTtcbiAgfVxuXG59XG4iLCI8ZGl2ICpuZ0lmPVwiKG5ld3MubGVuZ3RoICE9IDApXCI+XHJcbiAgICA8cC1jYXJkIHN0eWxlQ2xhc3M9XCIgYXBwLWJveFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXIgYXBwLWNhcmQtaGVhZGluZ1wiPlxyXG4gICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwiZGFya1wiPnt7J2NsYWltYW50LmRhc2hiYW9yZC5mb3JtLm5ld3NpbmZvJ3x0cmFuc2xhdGV9fTwvaW9uLWxhYmVsPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgKm5nSWY9XCJsb2FkaW5nXCIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgPGlvbi1zcGlubmVyIG5hbWU9XCJkb3RzXCI+PC9pb24tc3Bpbm5lcj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8cC1hY2NvcmRpb24+XHJcbiAgICAgICAgICAgIDxwLWFjY29yZGlvblRhYiBoZWFkZXI9XCJ7e24uaGVhZGluZ319XCIgKm5nRm9yPVwibGV0IG4gb2YgbmV3czsgbGV0IGkgPSBpbmRleFwiIFtzZWxlY3RlZF09XCJpID09IDBcIj5cclxuICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPHAtYmFkZ2Ugc3R5bGU9XCJwYWRkaW5nLXJpZ2h0OiAxcmVtO1wiIHZhbHVlPVwiTmV3XCIgKm5nSWY9XCJpID09IDBcIj48L3AtYmFkZ2U+IDxiPnt7bi5zdGFydERhdGV9fTwvYj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPHA+e3tuLmRlc2NyaXB0aW9ufX08L3A+XHJcbiAgICAgICAgICAgIDwvcC1hY2NvcmRpb25UYWI+XHJcbiAgICAgICAgPC9wLWFjY29yZGlvbj5cclxuICAgIDwvcC1jYXJkPlxyXG48L2Rpdj4iXX0=
|
|
@@ -1,235 +0,0 @@
|
|
|
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", 9);
|
|
16
|
-
i0.ɵɵpipe(1, "dynamicTranslate");
|
|
17
|
-
} if (rf & 2) {
|
|
18
|
-
const ctx_r8 = i0.ɵɵnextContext(2);
|
|
19
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r8.overlayText, ctx_r8.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", 8);
|
|
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_ng_template_4_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
-
i0.ɵɵelement(0, "div", 9);
|
|
30
|
-
i0.ɵɵpipe(1, "dynamicTranslate");
|
|
31
|
-
} if (rf & 2) {
|
|
32
|
-
const ctx_r9 = i0.ɵɵnextContext(2);
|
|
33
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r9.overlayText, ctx_r9.param), i0.ɵɵsanitizeHtml);
|
|
34
|
-
} }
|
|
35
|
-
function OverlayInfoComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
36
|
-
i0.ɵɵelementStart(0, "ion-content", 10);
|
|
37
|
-
i0.ɵɵtemplate(1, OverlayInfoComponent_ng_template_4_div_1_Template, 2, 4, "div", 8);
|
|
38
|
-
i0.ɵɵprojection(2, 2);
|
|
39
|
-
i0.ɵɵelementEnd();
|
|
40
|
-
} if (rf & 2) {
|
|
41
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
42
|
-
i0.ɵɵadvance(1);
|
|
43
|
-
i0.ɵɵproperty("ngIf", ctx_r2.overlayText);
|
|
44
|
-
} }
|
|
45
|
-
function OverlayInfoComponent_ion_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
46
|
-
const _r11 = i0.ɵɵgetCurrentView();
|
|
47
|
-
i0.ɵɵelementStart(0, "ion-button", 11);
|
|
48
|
-
i0.ɵɵlistener("click", function OverlayInfoComponent_ion_button_5_Template_ion_button_click_0_listener($event) { i0.ɵɵrestoreView(_r11); i0.ɵɵnextContext(); const _r0 = i0.ɵɵreference(1); return i0.ɵɵresetView(_r0.toggle($event)); });
|
|
49
|
-
i0.ɵɵelement(1, "ion-icon", 12);
|
|
50
|
-
i0.ɵɵelementEnd();
|
|
51
|
-
} }
|
|
52
|
-
function OverlayInfoComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
53
|
-
i0.ɵɵelement(0, "div", 13);
|
|
54
|
-
i0.ɵɵpipe(1, "trustHtml");
|
|
55
|
-
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
56
|
-
} if (rf & 2) {
|
|
57
|
-
const ctx_r4 = i0.ɵɵnextContext();
|
|
58
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r4.displayText, ctx_r4.param)), i0.ɵɵsanitizeHtml);
|
|
59
|
-
} }
|
|
60
|
-
function OverlayInfoComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
61
|
-
i0.ɵɵelement(0, "div", 13);
|
|
62
|
-
i0.ɵɵpipe(1, "trustHtml");
|
|
63
|
-
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
64
|
-
} if (rf & 2) {
|
|
65
|
-
const ctx_r5 = i0.ɵɵnextContext();
|
|
66
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r5.displayText, ctx_r5.param)), i0.ɵɵsanitizeHtml);
|
|
67
|
-
} }
|
|
68
|
-
function OverlayInfoComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
69
|
-
i0.ɵɵelement(0, "div", 13);
|
|
70
|
-
i0.ɵɵpipe(1, "trustHtml");
|
|
71
|
-
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
72
|
-
} if (rf & 2) {
|
|
73
|
-
const ctx_r6 = i0.ɵɵnextContext();
|
|
74
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r6.displayText, ctx_r6.param)), i0.ɵɵsanitizeHtml);
|
|
75
|
-
} }
|
|
76
|
-
function OverlayInfoComponent_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
77
|
-
i0.ɵɵelement(0, "div", 13);
|
|
78
|
-
i0.ɵɵpipe(1, "trustHtml");
|
|
79
|
-
i0.ɵɵpipe(2, "dynamicTranslate");
|
|
80
|
-
} if (rf & 2) {
|
|
81
|
-
const ctx_r7 = i0.ɵɵnextContext();
|
|
82
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(1, 1, i0.ɵɵpipeBind2(2, 3, ctx_r7.overlayText, ctx_r7.param)), i0.ɵɵsanitizeHtml);
|
|
83
|
-
} }
|
|
84
|
-
const _c2 = ["*", "*", "*"];
|
|
85
|
-
const _c3 = function () { return { "width": "279px" }; };
|
|
86
|
-
const _c4 = function () { return { width: "50vw" }; };
|
|
87
|
-
const _c5 = function () { return { "960px": "40vw", "640px": "100vw" }; };
|
|
88
|
-
export class OverlayInfoComponent {
|
|
89
|
-
constructor(elementRef, formBuilder) {
|
|
90
|
-
this.elementRef = elementRef;
|
|
91
|
-
this.formBuilder = formBuilder;
|
|
92
|
-
this.displayAsLabel = false;
|
|
93
|
-
this.labelWithLink = false;
|
|
94
|
-
this.labelWithPopup = false;
|
|
95
|
-
this.showPopup = false;
|
|
96
|
-
this.onChange = (value) => {
|
|
97
|
-
};
|
|
98
|
-
this.onTouch = () => {
|
|
99
|
-
};
|
|
100
|
-
}
|
|
101
|
-
ngOnChanges(changes) {
|
|
102
|
-
}
|
|
103
|
-
writeValue(obj) {
|
|
104
|
-
}
|
|
105
|
-
registerOnChange(fn) {
|
|
106
|
-
this.onChange = fn;
|
|
107
|
-
}
|
|
108
|
-
registerOnTouched(fn) {
|
|
109
|
-
this.onTouch = fn;
|
|
110
|
-
}
|
|
111
|
-
setDisabledState(isDisabled) {
|
|
112
|
-
}
|
|
113
|
-
ngOnInit() {
|
|
114
|
-
this.concentForm = this.formBuilder.group({
|
|
115
|
-
'concent': [false]
|
|
116
|
-
});
|
|
117
|
-
this.concent.valueChanges.subscribe(val => {
|
|
118
|
-
this.onChange(val);
|
|
119
|
-
});
|
|
120
|
-
}
|
|
121
|
-
get concent() {
|
|
122
|
-
return this.concentForm.controls['concent'];
|
|
123
|
-
}
|
|
124
|
-
ngAfterViewInit() {
|
|
125
|
-
if (this.displayAsLabel) {
|
|
126
|
-
if (this.elementRef.nativeElement.querySelector('a')) {
|
|
127
|
-
this.elementRef.nativeElement
|
|
128
|
-
.querySelector('a')
|
|
129
|
-
.addEventListener('click', this.openOverlay.bind(this));
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
if (this.labelWithPopup) {
|
|
133
|
-
if (this.elementRef.nativeElement.querySelector('a')) {
|
|
134
|
-
this.elementRef.nativeElement
|
|
135
|
-
.querySelector('a')
|
|
136
|
-
.addEventListener('click', this.openPopup.bind(this));
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
openOverlay(event) {
|
|
141
|
-
if (this.op1) {
|
|
142
|
-
this.op1.show(event);
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
openPopup(event) {
|
|
146
|
-
this.showPopup = true;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
OverlayInfoComponent.ɵfac = function OverlayInfoComponent_Factory(t) { return new (t || OverlayInfoComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1.UntypedFormBuilder)); };
|
|
150
|
-
OverlayInfoComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OverlayInfoComponent, selectors: [["app-overlay-info"]], viewQuery: function OverlayInfoComponent_Query(rf, ctx) { if (rf & 1) {
|
|
151
|
-
i0.ɵɵviewQuery(_c0, 5);
|
|
152
|
-
i0.ɵɵviewQuery(_c1, 5);
|
|
153
|
-
} if (rf & 2) {
|
|
154
|
-
let _t;
|
|
155
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.op1 = _t.first);
|
|
156
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.popup = _t.first);
|
|
157
|
-
} }, inputs: { displayText: "displayText", overlayText: "overlayText", param: "param", displayAsLabel: "displayAsLabel", labelWithLink: "labelWithLink", labelWithPopup: "labelWithPopup" }, features: [i0.ɵɵProvidersFeature([{
|
|
158
|
-
provide: NG_VALUE_ACCESSOR,
|
|
159
|
-
useExisting: OverlayInfoComponent,
|
|
160
|
-
multi: true
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
provide: NG_VALIDATORS,
|
|
164
|
-
multi: true,
|
|
165
|
-
useExisting: OverlayInfoComponent
|
|
166
|
-
}
|
|
167
|
-
]), i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c2, decls: 15, vars: 16, consts: [[3, "appendTo"], ["op1", ""], ["pTemplate", ""], ["trigger", "btn-info-popup", "triggerAction", "click"], ["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"], [1, "ion-padding"], ["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) {
|
|
168
|
-
i0.ɵɵprojectionDef(_c2);
|
|
169
|
-
i0.ɵɵelementStart(0, "p-overlayPanel", 0, 1);
|
|
170
|
-
i0.ɵɵtemplate(2, OverlayInfoComponent_ng_template_2_Template, 2, 1, "ng-template", 2);
|
|
171
|
-
i0.ɵɵelementEnd();
|
|
172
|
-
i0.ɵɵelementStart(3, "ion-popover", 3);
|
|
173
|
-
i0.ɵɵtemplate(4, OverlayInfoComponent_ng_template_4_Template, 3, 1, "ng-template");
|
|
174
|
-
i0.ɵɵelementEnd();
|
|
175
|
-
i0.ɵɵtemplate(5, OverlayInfoComponent_ion_button_5_Template, 2, 0, "ion-button", 4);
|
|
176
|
-
i0.ɵɵtemplate(6, OverlayInfoComponent_div_6_Template, 3, 6, "div", 5);
|
|
177
|
-
i0.ɵɵtemplate(7, OverlayInfoComponent_div_7_Template, 3, 6, "div", 5);
|
|
178
|
-
i0.ɵɵtemplate(8, OverlayInfoComponent_div_8_Template, 3, 6, "div", 5);
|
|
179
|
-
i0.ɵɵelementStart(9, "p-dialog", 6);
|
|
180
|
-
i0.ɵɵtemplate(10, OverlayInfoComponent_div_10_Template, 3, 6, "div", 5);
|
|
181
|
-
i0.ɵɵprojection(11);
|
|
182
|
-
i0.ɵɵelementStart(12, "p-footer")(13, "ion-button", 7);
|
|
183
|
-
i0.ɵɵlistener("click", function OverlayInfoComponent_Template_ion_button_click_13_listener() { return ctx.showPopup = false; });
|
|
184
|
-
i0.ɵɵtext(14, " Close ");
|
|
185
|
-
i0.ɵɵelementEnd()()();
|
|
186
|
-
} if (rf & 2) {
|
|
187
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(13, _c3));
|
|
188
|
-
i0.ɵɵproperty("appendTo", "body");
|
|
189
|
-
i0.ɵɵadvance(5);
|
|
190
|
-
i0.ɵɵproperty("ngIf", !ctx.displayAsLabel && !ctx.labelWithLink && !ctx.labelWithPopup);
|
|
191
|
-
i0.ɵɵadvance(1);
|
|
192
|
-
i0.ɵɵproperty("ngIf", ctx.displayAsLabel);
|
|
193
|
-
i0.ɵɵadvance(1);
|
|
194
|
-
i0.ɵɵproperty("ngIf", ctx.labelWithLink);
|
|
195
|
-
i0.ɵɵadvance(1);
|
|
196
|
-
i0.ɵɵproperty("ngIf", ctx.labelWithPopup);
|
|
197
|
-
i0.ɵɵadvance(1);
|
|
198
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(14, _c4));
|
|
199
|
-
i0.ɵɵproperty("visible", ctx.showPopup)("modal", true)("breakpoints", i0.ɵɵpureFunction0(15, _c5));
|
|
200
|
-
i0.ɵɵadvance(1);
|
|
201
|
-
i0.ɵɵproperty("ngIf", ctx.overlayText);
|
|
202
|
-
} }, dependencies: [i2.IonButton, i2.IonContent, i2.IonIcon, i2.IonPopover, 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)}"] });
|
|
203
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OverlayInfoComponent, [{
|
|
204
|
-
type: Component,
|
|
205
|
-
args: [{ selector: 'app-overlay-info', providers: [{
|
|
206
|
-
provide: NG_VALUE_ACCESSOR,
|
|
207
|
-
useExisting: OverlayInfoComponent,
|
|
208
|
-
multi: true
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
provide: NG_VALIDATORS,
|
|
212
|
-
multi: true,
|
|
213
|
-
useExisting: OverlayInfoComponent
|
|
214
|
-
}
|
|
215
|
-
], template: "\r\n<p-overlayPanel #op1 [appendTo]=\"'body'\" [style]=\"{'width': '279px'}\">\r\n <ng-template pTemplate>\r\n <div [innerHTML]=\"overlayText | dynamicTranslate:param\" class=\"overlay-desc\" *ngIf=\"overlayText\"></div>\r\n <ng-content></ng-content>\r\n </ng-template>\r\n</p-overlayPanel>\r\n\r\n<ion-popover trigger=\"btn-info-popup\" triggerAction=\"click\">\r\n <ng-template>\r\n <ion-content class=\"ion-padding\">\r\n <div [innerHTML]=\"overlayText | dynamicTranslate:param\" class=\"overlay-desc\" *ngIf=\"overlayText\"></div>\r\n <ng-content></ng-content>\r\n </ion-content>\r\n </ng-template>\r\n</ion-popover>\r\n\r\n<ion-button fill=\"outline\" size=\"small\" shape=\"round\" class=\"small-button\" *ngIf=\"!displayAsLabel && !labelWithLink && !labelWithPopup\" aria-label=\"info button\" (click)=\"op1.toggle($event)\">\r\n <ion-icon slot=\"icon-only\" name=\"information-outline\" class=\"button-icon\" aria-hidden=\"true\"></ion-icon>\r\n</ion-button>\r\n<div *ngIf=\"displayAsLabel\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\r\n<div *ngIf=\"labelWithLink\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\r\n<div *ngIf=\"labelWithPopup\" [innerHTML]=\"displayText | dynamicTranslate:param | trustHtml\"></div>\r\n\r\n<p-dialog [visible]=\"showPopup\" [modal]=\"true\" appendTo=\"body\" [breakpoints]=\"{'960px': '40vw', '640px': '100vw'}\" [style]=\"{width: '50vw'}\" position=\"top\">\r\n <div [innerHTML]=\"overlayText | dynamicTranslate:param | trustHtml\" *ngIf=\"overlayText\"></div>\r\n <ng-content></ng-content>\r\n <p-footer>\r\n <ion-button shape=\"round\" type=\"reset\" (click)=\"showPopup = false\" color=\"success\" fill=\"outline\">\r\n Close\r\n </ion-button>\r\n </p-footer>\r\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"] }]
|
|
216
|
-
}], function () { return [{ type: i0.ElementRef }, { type: i1.UntypedFormBuilder }]; }, { op1: [{
|
|
217
|
-
type: ViewChild,
|
|
218
|
-
args: ['op1', { static: false }]
|
|
219
|
-
}], popup: [{
|
|
220
|
-
type: ViewChild,
|
|
221
|
-
args: ['popup', { static: false }]
|
|
222
|
-
}], displayText: [{
|
|
223
|
-
type: Input
|
|
224
|
-
}], overlayText: [{
|
|
225
|
-
type: Input
|
|
226
|
-
}], param: [{
|
|
227
|
-
type: Input
|
|
228
|
-
}], displayAsLabel: [{
|
|
229
|
-
type: Input
|
|
230
|
-
}], labelWithLink: [{
|
|
231
|
-
type: Input
|
|
232
|
-
}], labelWithPopup: [{
|
|
233
|
-
type: Input
|
|
234
|
-
}] }); })();
|
|
235
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS1pbmZvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vdmVybGF5LWluZm8vb3ZlcmxheS1pbmZvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9vdmVybGF5LWluZm8vb3ZlcmxheS1pbmZvLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQWMsS0FBSyxFQUFvQyxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUcsT0FBTyxFQUFnQyxhQUFhLEVBQUUsaUJBQWlCLEVBQW9ELE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7Ozs7Ozs7SUNDOUkseUJBQXVHOzs7O0lBQWxHLHFHQUFrRDs7O0lBQXZELG1GQUF1RztJQUN2RyxxQkFBeUI7OztJQURxRCx5Q0FBaUI7OztJQVE3Rix5QkFBdUc7Ozs7SUFBbEcscUdBQWtEOzs7SUFEekQsdUNBQWlDO0lBQy9CLG1GQUF1RztJQUN2RyxxQkFBeUI7SUFDM0IsaUJBQWM7OztJQUZrRSxlQUFpQjtJQUFqQix5Q0FBaUI7Ozs7SUFNckcsc0NBQThMO0lBQTdCLG1NQUFTLGVBQUEsa0JBQWtCLENBQUEsSUFBQztJQUMzTCwrQkFBd0c7SUFDMUcsaUJBQWE7OztJQUNiLDBCQUFpRzs7Ozs7SUFBckUsMkhBQThEOzs7SUFDMUYsMEJBQWdHOzs7OztJQUFyRSwySEFBOEQ7OztJQUN6RiwwQkFBaUc7Ozs7O0lBQXJFLDJIQUE4RDs7O0lBR3hGLDBCQUE4Rjs7Ozs7SUFBekYsMkhBQThEOzs7Ozs7QURIckUsTUFBTSxPQUFPLG9CQUFvQjtJQXFDL0IsWUFBb0IsVUFBc0IsRUFBUyxXQUErQjtRQUE5RCxlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQVMsZ0JBQVcsR0FBWCxXQUFXLENBQW9CO1FBakJsRixtQkFBYyxHQUFhLEtBQUssQ0FBQztRQUdqQyxrQkFBYSxHQUFhLEtBQUssQ0FBQztRQUdoQyxtQkFBYyxHQUFhLEtBQUssQ0FBQztRQUUxQixjQUFTLEdBQUcsS0FBSyxDQUFDO1FBRWpCLGFBQVEsR0FBYSxDQUFDLEtBQWMsRUFBRSxFQUFFO1FBRWhELENBQUMsQ0FBQztRQUNNLFlBQU8sR0FBYSxHQUFHLEVBQUU7UUFFakMsQ0FBQyxDQUFDO0lBRW9GLENBQUM7SUFDdkYsV0FBVyxDQUFDLE9BQXNCO0lBQ2xDLENBQUM7SUFFRCxVQUFVLENBQUMsR0FBUTtJQUNuQixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBQ0QsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBQ0QsZ0JBQWdCLENBQUUsVUFBbUI7SUFDckMsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1lBQ3hDLFNBQVMsRUFBRSxDQUFDLEtBQUssQ0FBQztTQUNuQixDQUFDLENBQUM7UUFFSCxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDdEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsQ0FBQTtRQUN0QixDQUFDLENBQUMsQ0FBQTtJQUNKLENBQUM7SUFFRCxJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQzlDLENBQUM7SUFFRCxlQUFlO1FBQ2IsSUFBRyxJQUFJLENBQUMsY0FBYyxFQUFDO1lBQ3JCLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxFQUFFO2dCQUNwRCxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWE7cUJBQzFCLGFBQWEsQ0FBQyxHQUFHLENBQUM7cUJBQ2xCLGdCQUFnQixDQUNmLE9BQU8sRUFDUCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FDNUIsQ0FBQzthQUNMO1NBQ0Y7UUFDRCxJQUFHLElBQUksQ0FBQyxjQUFjLEVBQUM7WUFDckIsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLEVBQUU7Z0JBQ3BELElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYTtxQkFDMUIsYUFBYSxDQUFDLEdBQUcsQ0FBQztxQkFDbEIsZ0JBQWdCLENBQ2YsT0FBTyxFQUNQLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUMxQixDQUFDO2FBQ0w7U0FDRjtJQUNILENBQUM7SUFFRCxXQUFXLENBQUMsS0FBSztRQUNmLElBQUcsSUFBSSxDQUFDLEdBQUcsRUFBQztZQUNWLElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1NBQ3RCO0lBQ0gsQ0FBQztJQUVELFNBQVMsQ0FBQyxLQUFLO1FBQ2IsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7SUFDeEIsQ0FBQzs7d0ZBbEdVLG9CQUFvQjt1RUFBcEIsb0JBQW9COzs7Ozs7O2tPQVpwQixDQUFDO2dCQUNWLE9BQU8sRUFBRSxpQkFBaUI7Z0JBQzFCLFdBQVcsRUFBRSxvQkFBb0I7Z0JBQ2pDLEtBQUssRUFBRSxJQUFJO2FBQ1o7WUFDRDtnQkFDRSxPQUFPLEVBQUUsYUFBYTtnQkFDdEIsS0FBSyxFQUFFLElBQUk7Z0JBQ1gsV0FBVyxFQUFFLG9CQUFvQjthQUNsQztTQUNBOztRQ25CSCw0Q0FBc0U7UUFDcEUscUZBR2M7UUFDaEIsaUJBQWlCO1FBRWpCLHNDQUE0RDtRQUMxRCxrRkFLYztRQUNoQixpQkFBYztRQUVkLG1GQUVhO1FBQ2IscUVBQWlHO1FBQ2pHLHFFQUFnRztRQUNoRyxxRUFBaUc7UUFFakcsbUNBQTRKO1FBQzFKLHVFQUE4RjtRQUM5RixtQkFBeUI7UUFDekIsaUNBQVUscUJBQUE7UUFDK0Isc0hBQXFCLEtBQUssSUFBQztRQUNoRSx3QkFDRjtRQUFBLGlCQUFhLEVBQUEsRUFBQTs7UUE3QndCLDBDQUE0QjtRQUFoRCxpQ0FBbUI7UUFnQm9DLGVBQTBEO1FBQTFELHVGQUEwRDtRQUdoSSxlQUFvQjtRQUFwQix5Q0FBb0I7UUFDcEIsZUFBbUI7UUFBbkIsd0NBQW1CO1FBQ25CLGVBQW9CO1FBQXBCLHlDQUFvQjtRQUV5RixlQUF5QjtRQUF6QiwwQ0FBeUI7UUFBbEksdUNBQXFCLGVBQUEsNENBQUE7UUFDd0MsZUFBaUI7UUFBakIsc0NBQWlCOzt1RkRIM0Usb0JBQW9CO2NBaEJoQyxTQUFTOzJCQUNFLGtCQUFrQixhQUdqQixDQUFDO3dCQUNWLE9BQU8sRUFBRSxpQkFBaUI7d0JBQzFCLFdBQVcsc0JBQXNCO3dCQUNqQyxLQUFLLEVBQUUsSUFBSTtxQkFDWjtvQkFDRDt3QkFDRSxPQUFPLEVBQUUsYUFBYTt3QkFDdEIsS0FBSyxFQUFFLElBQUk7d0JBQ1gsV0FBVyxzQkFBc0I7cUJBQ2xDO2lCQUNBOzhGQU9ELEdBQUc7a0JBREYsU0FBUzttQkFBQyxLQUFLLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFO1lBSW5DLEtBQUs7a0JBREosU0FBUzttQkFBQyxPQUFPLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFO1lBSXJDLFdBQVc7a0JBRFYsS0FBSztZQUlOLFdBQVc7a0JBRFYsS0FBSztZQUlOLEtBQUs7a0JBREosS0FBSztZQUlOLGNBQWM7a0JBRGIsS0FBSztZQUlOLGFBQWE7a0JBRFosS0FBSztZQUlOLGNBQWM7a0JBRGIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvbXBpbGVyJztcbmltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgSW5wdXQsIE9uQ2hhbmdlcywgT25Jbml0LCBTaW1wbGVDaGFuZ2VzLCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOZ0Zvcm0sIE5HX1ZBTElEQVRPUlMsIE5HX1ZBTFVFX0FDQ0VTU09SLCBVbnR5cGVkRm9ybUJ1aWxkZXIsIFVudHlwZWRGb3JtR3JvdXAsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBEaWFsb2cgfSBmcm9tICdwcmltZW5nL2RpYWxvZyc7XG5pbXBvcnQgeyBPdmVybGF5UGFuZWwgfSBmcm9tICdwcmltZW5nL292ZXJsYXlwYW5lbCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1vdmVybGF5LWluZm8nLFxuICB0ZW1wbGF0ZVVybDogJy4vb3ZlcmxheS1pbmZvLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vb3ZlcmxheS1pbmZvLmNvbXBvbmVudC5zY3NzJ10sXG4gIHByb3ZpZGVyczogW3tcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICB1c2VFeGlzdGluZzogT3ZlcmxheUluZm9Db21wb25lbnQsXG4gICAgbXVsdGk6IHRydWVcbiAgfSxcbiAge1xuICAgIHByb3ZpZGU6IE5HX1ZBTElEQVRPUlMsXG4gICAgbXVsdGk6IHRydWUsXG4gICAgdXNlRXhpc3Rpbmc6IE92ZXJsYXlJbmZvQ29tcG9uZW50XG4gIH1cbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBPdmVybGF5SW5mb0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE9uQ2hhbmdlcyB7XG5cbiAgcHVibGljIGNvbmNlbnRGb3JtOiBVbnR5cGVkRm9ybUdyb3VwO1xuXG4gIEBWaWV3Q2hpbGQoJ29wMScsIHsgc3RhdGljOiBmYWxzZSB9KVxuICBvcDEgOiBPdmVybGF5UGFuZWw7XG5cbiAgQFZpZXdDaGlsZCgncG9wdXAnLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgcG9wdXAgOiBEaWFsb2c7XG5cbiAgQElucHV0KClcbiAgZGlzcGxheVRleHQgOiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgb3ZlcmxheVRleHQgOiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgcGFyYW0gOiBhbnk7XG5cbiAgQElucHV0KClcbiAgZGlzcGxheUFzTGFiZWwgOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQElucHV0KClcbiAgbGFiZWxXaXRoTGluayA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBsYWJlbFdpdGhQb3B1cCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBwdWJsaWMgc2hvd1BvcHVwID0gZmFsc2U7XG5cbiAgcHJpdmF0ZSBvbkNoYW5nZTogRnVuY3Rpb24gPSAodmFsdWUgOiBTdHJpbmcpID0+IHtcbiAgXG4gIH07XG4gIHByaXZhdGUgb25Ub3VjaDogRnVuY3Rpb24gPSAoKSA9PiB7XG5cbiAgfTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIHB1YmxpYyBmb3JtQnVpbGRlcjogVW50eXBlZEZvcm1CdWlsZGVyKSB7IH1cbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICB9XG5cbiAgd3JpdGVWYWx1ZShvYmo6IGFueSk6IHZvaWQge1xuICB9XG5cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogYW55KTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSA9IGZuO1xuICB9XG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2ggPSBmbjsgIFxuICB9XG4gIHNldERpc2FibGVkU3RhdGU/KGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgfVxuXG4gIG5nT25Jbml0KCl7XG4gICAgdGhpcy5jb25jZW50Rm9ybSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xuICAgICAgJ2NvbmNlbnQnOiBbZmFsc2VdXG4gICAgfSk7XG5cbiAgICB0aGlzLmNvbmNlbnQudmFsdWVDaGFuZ2VzLnN1YnNjcmliZSh2YWwgPT4ge1xuICAgICAgICB0aGlzLm9uQ2hhbmdlKHZhbClcbiAgICB9KVxuICB9XG5cbiAgZ2V0IGNvbmNlbnQoKSB7XG4gICAgcmV0dXJuIHRoaXMuY29uY2VudEZvcm0uY29udHJvbHNbJ2NvbmNlbnQnXTtcbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICBpZih0aGlzLmRpc3BsYXlBc0xhYmVsKXtcbiAgICAgIGlmICh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5xdWVyeVNlbGVjdG9yKCdhJykpIHtcbiAgICAgICAgdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnRcbiAgICAgICAgICAucXVlcnlTZWxlY3RvcignYScpXG4gICAgICAgICAgLmFkZEV2ZW50TGlzdGVuZXIoXG4gICAgICAgICAgICAnY2xpY2snLFxuICAgICAgICAgICAgdGhpcy5vcGVuT3ZlcmxheS5iaW5kKHRoaXMpXG4gICAgICAgICAgKTtcbiAgICAgIH1cbiAgICB9XG4gICAgaWYodGhpcy5sYWJlbFdpdGhQb3B1cCl7XG4gICAgICBpZiAodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQucXVlcnlTZWxlY3RvcignYScpKSB7XG4gICAgICAgIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50XG4gICAgICAgICAgLnF1ZXJ5U2VsZWN0b3IoJ2EnKVxuICAgICAgICAgIC5hZGRFdmVudExpc3RlbmVyKFxuICAgICAgICAgICAgJ2NsaWNrJyxcbiAgICAgICAgICAgIHRoaXMub3BlblBvcHVwLmJpbmQodGhpcylcbiAgICAgICAgICApO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIG9wZW5PdmVybGF5KGV2ZW50KXtcbiAgICBpZih0aGlzLm9wMSl7XG4gICAgICB0aGlzLm9wMS5zaG93KGV2ZW50KTtcbiAgICB9XG4gIH1cblxuICBvcGVuUG9wdXAoZXZlbnQpe1xuICAgIHRoaXMuc2hvd1BvcHVwID0gdHJ1ZTtcbiAgfVxuXG59XG4iLCJcclxuPHAtb3ZlcmxheVBhbmVsICNvcDEgW2FwcGVuZFRvXT1cIidib2R5J1wiIFtzdHlsZV09XCJ7J3dpZHRoJzogJzI3OXB4J31cIj5cclxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPlxyXG4gICAgPGRpdiBbaW5uZXJIVE1MXT1cIm92ZXJsYXlUZXh0IHwgZHluYW1pY1RyYW5zbGF0ZTpwYXJhbVwiIGNsYXNzPVwib3ZlcmxheS1kZXNjXCIgKm5nSWY9XCJvdmVybGF5VGV4dFwiPjwvZGl2PlxyXG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcbjwvcC1vdmVybGF5UGFuZWw+XHJcblxyXG48aW9uLXBvcG92ZXIgdHJpZ2dlcj1cImJ0bi1pbmZvLXBvcHVwXCIgdHJpZ2dlckFjdGlvbj1cImNsaWNrXCI+XHJcbiAgPG5nLXRlbXBsYXRlPlxyXG4gICAgPGlvbi1jb250ZW50IGNsYXNzPVwiaW9uLXBhZGRpbmdcIj5cclxuICAgICAgPGRpdiBbaW5uZXJIVE1MXT1cIm92ZXJsYXlUZXh0IHwgZHluYW1pY1RyYW5zbGF0ZTpwYXJhbVwiIGNsYXNzPVwib3ZlcmxheS1kZXNjXCIgKm5nSWY9XCJvdmVybGF5VGV4dFwiPjwvZGl2PlxyXG4gICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgICA8L2lvbi1jb250ZW50PlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcbjwvaW9uLXBvcG92ZXI+XHJcblxyXG48aW9uLWJ1dHRvbiBmaWxsPVwib3V0bGluZVwiIHNpemU9XCJzbWFsbFwiIHNoYXBlPVwicm91bmRcIiBjbGFzcz1cInNtYWxsLWJ1dHRvblwiICpuZ0lmPVwiIWRpc3BsYXlBc0xhYmVsICYmICFsYWJlbFdpdGhMaW5rICYmICFsYWJlbFdpdGhQb3B1cFwiIGFyaWEtbGFiZWw9XCJpbmZvIGJ1dHRvblwiIChjbGljayk9XCJvcDEudG9nZ2xlKCRldmVudClcIj5cclxuICA8aW9uLWljb24gc2xvdD1cImljb24tb25seVwiIG5hbWU9XCJpbmZvcm1hdGlvbi1vdXRsaW5lXCIgY2xhc3M9XCJidXR0b24taWNvblwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaW9uLWljb24+XHJcbjwvaW9uLWJ1dHRvbj5cclxuPGRpdiAqbmdJZj1cImRpc3BsYXlBc0xhYmVsXCIgW2lubmVySFRNTF09XCJkaXNwbGF5VGV4dCB8IGR5bmFtaWNUcmFuc2xhdGU6cGFyYW0gfCB0cnVzdEh0bWxcIj48L2Rpdj5cclxuPGRpdiAqbmdJZj1cImxhYmVsV2l0aExpbmtcIiBbaW5uZXJIVE1MXT1cImRpc3BsYXlUZXh0IHwgZHluYW1pY1RyYW5zbGF0ZTpwYXJhbSB8IHRydXN0SHRtbFwiPjwvZGl2PlxyXG48ZGl2ICpuZ0lmPVwibGFiZWxXaXRoUG9wdXBcIiBbaW5uZXJIVE1MXT1cImRpc3BsYXlUZXh0IHwgZHluYW1pY1RyYW5zbGF0ZTpwYXJhbSB8IHRydXN0SHRtbFwiPjwvZGl2PlxyXG5cclxuPHAtZGlhbG9nIFt2aXNpYmxlXT1cInNob3dQb3B1cFwiIFttb2RhbF09XCJ0cnVlXCIgYXBwZW5kVG89XCJib2R5XCIgW2JyZWFrcG9pbnRzXT1cInsnOTYwcHgnOiAnNDB2dycsICc2NDBweCc6ICcxMDB2dyd9XCIgW3N0eWxlXT1cInt3aWR0aDogJzUwdncnfVwiIHBvc2l0aW9uPVwidG9wXCI+XHJcbiAgPGRpdiBbaW5uZXJIVE1MXT1cIm92ZXJsYXlUZXh0IHwgZHluYW1pY1RyYW5zbGF0ZTpwYXJhbSB8IHRydXN0SHRtbFwiICpuZ0lmPVwib3ZlcmxheVRleHRcIj48L2Rpdj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgPHAtZm9vdGVyPlxyXG4gICAgPGlvbi1idXR0b24gc2hhcGU9XCJyb3VuZFwiIHR5cGU9XCJyZXNldFwiIChjbGljayk9XCJzaG93UG9wdXAgPSBmYWxzZVwiIGNvbG9yPVwic3VjY2Vzc1wiIGZpbGw9XCJvdXRsaW5lXCI+XHJcbiAgICAgIENsb3NlXHJcbiAgICA8L2lvbi1idXR0b24+XHJcbiAgPC9wLWZvb3Rlcj5cclxuPC9wLWRpYWxvZz4iXX0=
|