@uiapplib/ngx-ui-web-lib 0.0.1
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/README.md +46 -0
- package/esm2022/lib/annimations/app-animations.mjs +37 -0
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3725 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +453 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +207 -0
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +700 -0
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -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/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +958 -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 +251 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +316 -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/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +950 -0
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +103 -0
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/esm2022/lib/components/file-download/file-download.component.mjs +104 -0
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +444 -0
- package/esm2022/lib/components/footer/footer.component.mjs +361 -0
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +801 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +179 -0
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/job-title/job-title.component.mjs +157 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +247 -0
- package/esm2022/lib/components/link/link.component.mjs +131 -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 +420 -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 +202 -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/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -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 +901 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +140 -0
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +790 -0
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +8 -0
- package/esm2022/lib/components/questionnaire/SelectItem.mjs +2 -0
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +355 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +732 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1096 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +2246 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1297 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +262 -0
- package/esm2022/lib/components/questionnaire/input-focus.directive.mjs +44 -0
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +342 -0
- package/esm2022/lib/components/questionnaire/question-base.mjs +3 -0
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +409 -0
- package/esm2022/lib/components/questionnaire/question.service.mjs +31 -0
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +268 -0
- package/esm2022/lib/components/read-more/read-more.component.mjs +72 -0
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +950 -0
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +257 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +141 -0
- package/esm2022/lib/components/sms/sms.component.mjs +336 -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/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +1040 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +420 -0
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +31 -0
- package/esm2022/lib/directives/caps-lock.directive.mjs +38 -0
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +30 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/enums/EmailStatusEnum.mjs +9 -0
- package/esm2022/lib/guards/auth.guard.mjs +186 -0
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +155 -0
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +98 -0
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/AddressComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsModel.mjs +3 -0
- package/esm2022/lib/models/CinRequalificationCriteriaModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +6 -0
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/ErrorModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/FileModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +171 -0
- package/esm2022/lib/models/NewsAndAnnouncementModel.mjs +3 -0
- package/esm2022/lib/models/NotificationModel.mjs +6 -0
- package/esm2022/lib/models/OtpAuthModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +2 -0
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/SsaVerificationModel.mjs +3 -0
- package/esm2022/lib/models/TrendModel.mjs +3 -0
- package/esm2022/lib/models/UserDetailsModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +6 -0
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/case/CaseAttachmentModel.mjs +3 -0
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +3 -0
- package/esm2022/lib/models/claimant/JobResultsData.mjs +3 -0
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +3 -0
- package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +3 -0
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -0
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/esm2022/lib/models/cmp/EmailTemplateModel.mjs +3 -0
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/esm2022/lib/models/cmp/messageRourceModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/AutocoderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +7 -0
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +453 -0
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/EmployerDetailSearchResult.mjs +3 -0
- package/esm2022/lib/models/questionnaire/EmployerWagesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/FBConfigModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LoaderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/PollingStatusModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireQueryModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireReturnModel.mjs +11 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/SuccessPageElement.mjs +3 -0
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ValidationModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +522 -0
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +14 -0
- package/esm2022/lib/pages/BasePage.mjs +79 -0
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +489 -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 +527 -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 +134 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/esm2022/lib/pipes/filter.pipe.mjs +30 -0
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +23 -0
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +27 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -0
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +20 -0
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +53 -0
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/captcha/captcha.service.mjs +46 -0
- package/esm2022/lib/services/case-service/case.service.mjs +47 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +257 -0
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/esm2022/lib/services/claimant/claimant.service.mjs +31 -0
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +56 -0
- package/esm2022/lib/services/claims/claims.service.mjs +193 -0
- package/esm2022/lib/services/cmp-service/cmp.service.mjs +84 -0
- package/esm2022/lib/services/dms-service/dms.service.mjs +60 -0
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/fpjs/fingerprint.service.mjs +70 -0
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +29 -0
- package/esm2022/lib/services/help/help.service.mjs +63 -0
- package/esm2022/lib/services/idle/idle.service.mjs +159 -0
- package/esm2022/lib/services/logger/logger.service.mjs +67 -0
- package/esm2022/lib/services/login/login.service.mjs +358 -0
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +21 -0
- package/esm2022/lib/services/notification/notification.service.mjs +113 -0
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +72 -0
- package/esm2022/lib/services/questionnaire/validation.service.mjs +62 -0
- package/esm2022/lib/services/security-service/security.service.mjs +59 -0
- package/esm2022/lib/services/tour/tour.service.mjs +60 -0
- package/esm2022/lib/services/util/util.service.mjs +506 -0
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +49 -0
- package/esm2022/lib/validations/AppValidators.mjs +269 -0
- package/esm2022/public-api.mjs +180 -0
- package/esm2022/uiapplib-ngx-ui-web-lib.mjs +5 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs +51647 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/annimations/app-animations.d.ts +4 -0
- package/lib/annimations/app-animations.d.ts.map +1 -0
- package/lib/components/add-employer/add-employer.component.d.ts +318 -0
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -0
- package/lib/components/add-participant/add-participant.component.d.ts +55 -0
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -0
- package/lib/components/add-payment/add-payment.component.d.ts +39 -0
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -0
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +108 -0
- package/lib/components/address/address.component.d.ts.map +1 -0
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +40 -0
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -0
- package/lib/components/captcha/captcha.component.d.ts +45 -0
- package/lib/components/captcha/captcha.component.d.ts.map +1 -0
- package/lib/components/card/card.component.d.ts +12 -0
- package/lib/components/card/card.component.d.ts.map +1 -0
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- package/lib/components/contact-us/contact-us.component.d.ts +106 -0
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -0
- package/lib/components/content/content.component.d.ts +14 -0
- package/lib/components/content/content.component.d.ts.map +1 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +22 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +26 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +36 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts.map +1 -0
- package/lib/components/disclosure/disclosure.component.d.ts +13 -0
- package/lib/components/disclosure/disclosure.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.component.d.ts +582 -0
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +32 -0
- package/lib/components/email-update/email-update.component.d.ts.map +1 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts +100 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -0
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +19 -0
- package/lib/components/error/error.component.d.ts.map +1 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts +22 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts.map +1 -0
- package/lib/components/file-download/file-download.component.d.ts +23 -0
- package/lib/components/file-download/file-download.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +52 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -0
- package/lib/components/footer/footer.component.d.ts +37 -0
- package/lib/components/footer/footer.component.d.ts.map +1 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +76 -0
- package/lib/components/header/header.component.d.ts.map +1 -0
- package/lib/components/help/help.component.d.ts +11 -0
- package/lib/components/help/help.component.d.ts.map +1 -0
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idle-detector/idle-detector.component.d.ts +16 -0
- package/lib/components/idle-detector/idle-detector.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/info/info.component.d.ts +23 -0
- package/lib/components/info/info.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +22 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -0
- package/lib/components/job-title/job-title.component.d.ts +37 -0
- package/lib/components/job-title/job-title.component.d.ts.map +1 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +38 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/link/link.component.d.ts +35 -0
- package/lib/components/link/link.component.d.ts.map +1 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +16 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts.map +1 -0
- package/lib/components/mask/mask.component.d.ts +12 -0
- package/lib/components/mask/mask.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +45 -0
- package/lib/components/menu/menu.component.d.ts.map +1 -0
- package/lib/components/mfa/mfa.component.d.ts +60 -0
- package/lib/components/mfa/mfa.component.d.ts.map +1 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +17 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +30 -0
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -0
- package/lib/components/msg/msg.component.d.ts +11 -0
- package/lib/components/msg/msg.component.d.ts.map +1 -0
- package/lib/components/news/news.component.d.ts +15 -0
- package/lib/components/news/news.component.d.ts.map +1 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts +35 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts.map +1 -0
- package/lib/components/page/page.component.d.ts +24 -0
- package/lib/components/page/page.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +107 -0
- package/lib/components/profile/profile.component.d.ts.map +1 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +21 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +17 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -0
- package/lib/components/questionnaire/FbConstants.d.ts +8 -0
- package/lib/components/questionnaire/FbConstants.d.ts.map +1 -0
- package/lib/components/questionnaire/SelectItem.d.ts +5 -0
- package/lib/components/questionnaire/SelectItem.d.ts.map +1 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +64 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +83 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +49 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +126 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts +137 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +67 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts +12 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts.map +1 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +45 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -0
- package/lib/components/questionnaire/question-base.d.ts +17 -0
- package/lib/components/questionnaire/question-base.d.ts.map +1 -0
- package/lib/components/questionnaire/question-control.service.d.ts +21 -0
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -0
- package/lib/components/questionnaire/question.service.d.ts +18 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +77 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -0
- package/lib/components/read-more/read-more.component.d.ts +15 -0
- package/lib/components/read-more/read-more.component.d.ts.map +1 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +76 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +41 -0
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -0
- package/lib/components/select/select.component.d.ts +56 -0
- package/lib/components/select/select.component.d.ts.map +1 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts +34 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts.map +1 -0
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/ssn/ssn.component.d.ts +12 -0
- package/lib/components/ssn/ssn.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +23 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -0
- package/lib/components/test/test.component.d.ts +9 -0
- package/lib/components/test/test.component.d.ts.map +1 -0
- package/lib/components/user-login/user-login.component.d.ts +49 -0
- package/lib/components/user-login/user-login.component.d.ts.map +1 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +84 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +53 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +13 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts.map +1 -0
- package/lib/directives/caps-lock.directive.d.ts +12 -0
- package/lib/directives/caps-lock.directive.d.ts.map +1 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts +15 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- package/lib/enums/EmailStatusEnum.d.ts +8 -0
- package/lib/enums/EmailStatusEnum.d.ts.map +1 -0
- package/lib/guards/auth.guard.d.ts +29 -0
- package/lib/guards/auth.guard.d.ts.map +1 -0
- package/lib/guards/no-login/no-login.guard.d.ts +12 -0
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +23 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +22 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -0
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/AddressComponentModel.d.ts +14 -0
- package/lib/models/AddressComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsComponentModel.d.ts +12 -0
- package/lib/models/BankDetailsComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsModel.d.ts +5 -0
- package/lib/models/BankDetailsModel.d.ts.map +1 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts +11 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +54 -0
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/ErrorModel.d.ts +7 -0
- package/lib/models/ErrorModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/FileModel.d.ts +5 -0
- package/lib/models/FileModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +162 -0
- package/lib/models/LibConstants.d.ts.map +1 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts +6 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts.map +1 -0
- package/lib/models/NotificationModel.d.ts +11 -0
- package/lib/models/NotificationModel.d.ts.map +1 -0
- package/lib/models/OtpAuthModel.d.ts +7 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +8 -0
- package/lib/models/PaymentComponentModel.d.ts.map +1 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RequalifyLiftPageModel.d.ts +12 -0
- package/lib/models/RequalifyLiftPageModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/SsaVerificationModel.d.ts +9 -0
- package/lib/models/SsaVerificationModel.d.ts.map +1 -0
- package/lib/models/TrendModel.d.ts +14 -0
- package/lib/models/TrendModel.d.ts.map +1 -0
- package/lib/models/UserDetailsModel.d.ts +10 -0
- package/lib/models/UserDetailsModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +47 -0
- package/lib/models/UserModel.d.ts.map +1 -0
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/case/CaseAttachmentModel.d.ts +6 -0
- package/lib/models/case/CaseAttachmentModel.d.ts.map +1 -0
- package/lib/models/claimant/ClaimantModel.d.ts +23 -0
- package/lib/models/claimant/ClaimantModel.d.ts.map +1 -0
- package/lib/models/claimant/JobResultsData.d.ts +8 -0
- package/lib/models/claimant/JobResultsData.d.ts.map +1 -0
- package/lib/models/claimant/MatchingJobs.d.ts +13 -0
- package/lib/models/claimant/MatchingJobs.d.ts.map +1 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts +9 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts.map +1 -0
- package/lib/models/cmp/CaseCoreModel.d.ts +21 -0
- package/lib/models/cmp/CaseCoreModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +9 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +6 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts.map +1 -0
- package/lib/models/cmp/ContactUsModel.d.ts +23 -0
- package/lib/models/cmp/ContactUsModel.d.ts.map +1 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts +7 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts.map +1 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts +47 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts.map +1 -0
- package/lib/models/cmp/messageRourceModel.d.ts +6 -0
- package/lib/models/cmp/messageRourceModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +66 -0
- package/lib/models/dashboard-model.d.ts.map +1 -0
- package/lib/models/dependent.model.d.ts +20 -0
- package/lib/models/dependent.model.d.ts.map +1 -0
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts +9 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +9 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +167 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ComboModel.d.ts +110 -0
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts +70 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +18 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +5 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts +12 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts.map +1 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts +11 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +13 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LoaderModel.d.ts +5 -0
- package/lib/models/questionnaire/LoaderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts +7 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +9 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +24 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +21 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +25 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +14 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +7 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +17 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts +9 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts.map +1 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +13 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ValidationModel.d.ts +18 -0
- package/lib/models/questionnaire/ValidationModel.d.ts.map +1 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.component.d.ts +9 -0
- package/lib/ngx-reusa-app-lib.component.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +193 -0
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.service.d.ts +7 -0
- package/lib/ngx-reusa-app-lib.service.d.ts.map +1 -0
- package/lib/pages/BasePage.d.ts +29 -0
- package/lib/pages/BasePage.d.ts.map +1 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +12 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts.map +1 -0
- package/lib/pages/common/change-password/change-password.page.d.ts +44 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -0
- package/lib/pages/common/landing/landing.component.d.ts +25 -0
- package/lib/pages/common/landing/landing.component.d.ts.map +1 -0
- package/lib/pages/common/landing2/landing2.component.d.ts +31 -0
- package/lib/pages/common/landing2/landing2.component.d.ts.map +1 -0
- package/lib/pages/common/login/login.component.d.ts +65 -0
- package/lib/pages/common/login/login.component.d.ts.map +1 -0
- package/lib/pages/common/not-found/not-found.page.d.ts +9 -0
- package/lib/pages/common/not-found/not-found.page.d.ts.map +1 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +12 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts.map +1 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts +12 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts.map +1 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +9 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts.map +1 -0
- package/lib/pages/popovers/language/language.page.d.ts +17 -0
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +22 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +21 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts +32 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts.map +1 -0
- package/lib/pipes/filter.pipe.d.ts +8 -0
- package/lib/pipes/filter.pipe.d.ts.map +1 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts +11 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts.map +1 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +9 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts.map +1 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +11 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts.map +1 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +11 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +105 -0
- package/lib/services/base-service.d.ts.map +1 -0
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/captcha/captcha.service.d.ts +16 -0
- package/lib/services/captcha/captcha.service.d.ts.map +1 -0
- package/lib/services/case-service/case.service.d.ts +20 -0
- package/lib/services/case-service/case.service.d.ts.map +1 -0
- package/lib/services/chatbot/chatbot.service.d.ts +61 -0
- package/lib/services/chatbot/chatbot.service.d.ts.map +1 -0
- package/lib/services/chatbot/script.const.d.ts +16 -0
- package/lib/services/chatbot/script.const.d.ts.map +1 -0
- package/lib/services/claimant/claimant.service.d.ts +18 -0
- package/lib/services/claimant/claimant.service.d.ts.map +1 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts +19 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +25 -0
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -0
- package/lib/services/claims/claims.service.d.ts +76 -0
- package/lib/services/claims/claims.service.d.ts.map +1 -0
- package/lib/services/cmp-service/cmp.service.d.ts +34 -0
- package/lib/services/cmp-service/cmp.service.d.ts.map +1 -0
- package/lib/services/dms-service/dms.service.d.ts +24 -0
- package/lib/services/dms-service/dms.service.d.ts.map +1 -0
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/fpjs/fingerprint.service.d.ts +19 -0
- package/lib/services/fpjs/fingerprint.service.d.ts.map +1 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts +9 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts.map +1 -0
- package/lib/services/help/help.service.d.ts +26 -0
- package/lib/services/help/help.service.d.ts.map +1 -0
- package/lib/services/idle/idle.service.d.ts +44 -0
- package/lib/services/idle/idle.service.d.ts.map +1 -0
- package/lib/services/logger/logger.service.d.ts +32 -0
- package/lib/services/logger/logger.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +81 -0
- package/lib/services/login/login.service.d.ts.map +1 -0
- package/lib/services/maintenance/maintenance.service.d.ts +16 -0
- package/lib/services/maintenance/maintenance.service.d.ts.map +1 -0
- package/lib/services/notification/notification.service.d.ts +39 -0
- package/lib/services/notification/notification.service.d.ts.map +1 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +37 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -0
- package/lib/services/questionnaire/validation.service.d.ts +85 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -0
- package/lib/services/security-service/security.service.d.ts +26 -0
- package/lib/services/security-service/security.service.d.ts.map +1 -0
- package/lib/services/tour/tour.service.d.ts +25 -0
- package/lib/services/tour/tour.service.d.ts.map +1 -0
- package/lib/services/util/util.service.d.ts +200 -0
- package/lib/services/util/util.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +59 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +48 -0
- package/lib/validations/AppRegex.d.ts.map +1 -0
- package/lib/validations/AppValidators.d.ts +78 -0
- package/lib/validations/AppValidators.d.ts.map +1 -0
- package/package.json +25 -0
- package/public-api.d.ts +170 -0
- package/public-api.d.ts.map +1 -0
- package/uiapplib-ngx-ui-web-lib.d.ts.map +1 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../services/maintenance/maintenance.service";
|
|
4
|
+
import * as i2 from "@ionic/angular";
|
|
5
|
+
import * as i3 from "primeng/blockui";
|
|
6
|
+
export class MaintenanceDetectorComponent {
|
|
7
|
+
constructor(ms, nav) {
|
|
8
|
+
this.ms = ms;
|
|
9
|
+
this.nav = nav;
|
|
10
|
+
this.blockUi = true;
|
|
11
|
+
}
|
|
12
|
+
ngOnInit() {
|
|
13
|
+
this.checkForMaintenance();
|
|
14
|
+
}
|
|
15
|
+
checkForMaintenance() {
|
|
16
|
+
this.ms.checkforMaintenance()
|
|
17
|
+
.subscribe(res => {
|
|
18
|
+
this.blockUi = false;
|
|
19
|
+
if (res.isAppUnderMaintenance) {
|
|
20
|
+
this.nav.navigateRoot('maintenance');
|
|
21
|
+
}
|
|
22
|
+
}, err => {
|
|
23
|
+
this.blockUi = false;
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
ionViewDidEnter() {
|
|
27
|
+
this.checkForMaintenance();
|
|
28
|
+
}
|
|
29
|
+
static { this.ɵfac = function MaintenanceDetectorComponent_Factory(t) { return new (t || MaintenanceDetectorComponent)(i0.ɵɵdirectiveInject(i1.MaintenanceService), i0.ɵɵdirectiveInject(i2.NavController)); }; }
|
|
30
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MaintenanceDetectorComponent, selectors: [["app-maintenance-detector"]], decls: 2, vars: 1, consts: [[3, "blocked"], ["name", "crescent"]], template: function MaintenanceDetectorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
31
|
+
i0.ɵɵelementStart(0, "p-blockUI", 0);
|
|
32
|
+
i0.ɵɵelement(1, "ion-spinner", 1);
|
|
33
|
+
i0.ɵɵelementEnd();
|
|
34
|
+
} if (rf & 2) {
|
|
35
|
+
i0.ɵɵproperty("blocked", ctx.blockUi);
|
|
36
|
+
} }, dependencies: [i2.IonSpinner, i3.BlockUI] }); }
|
|
37
|
+
}
|
|
38
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MaintenanceDetectorComponent, [{
|
|
39
|
+
type: Component,
|
|
40
|
+
args: [{ selector: 'app-maintenance-detector', template: "<p-blockUI [blocked]=\"blockUi\">\r\n <ion-spinner name=\"crescent\"></ion-spinner>\r\n</p-blockUI>\r\n" }]
|
|
41
|
+
}], () => [{ type: i1.MaintenanceService }, { type: i2.NavController }], null); })();
|
|
42
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MaintenanceDetectorComponent, { className: "MaintenanceDetectorComponent", filePath: "lib\\components\\maintenance-detector\\maintenance-detector.component.ts", lineNumber: 12 }); })();
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbnRlbmFuY2UtZGV0ZWN0b3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9jb21wb25lbnRzL21haW50ZW5hbmNlLWRldGVjdG9yL21haW50ZW5hbmNlLWRldGVjdG9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tYWludGVuYW5jZS1kZXRlY3Rvci9tYWludGVuYW5jZS1kZXRlY3Rvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFTLE1BQU0sZUFBZSxDQUFDOzs7OztBQVdqRCxNQUFNLE9BQU8sNEJBQTRCO0lBR3ZDLFlBQW1CLEVBQXVCLEVBQVMsR0FBbUI7UUFBbkQsT0FBRSxHQUFGLEVBQUUsQ0FBcUI7UUFBUyxRQUFHLEdBQUgsR0FBRyxDQUFnQjtRQUQvRCxZQUFPLEdBQWEsSUFBSSxDQUFDO0lBQzBDLENBQUM7SUFFM0UsUUFBUTtRQUNOLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO0lBQzdCLENBQUM7SUFFRCxtQkFBbUI7UUFDakIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxtQkFBbUIsRUFBRTthQUN4QixTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDZixJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztZQUNyQixJQUFHLEdBQUcsQ0FBQyxxQkFBcUIsRUFBRTtnQkFDNUIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUMsYUFBYSxDQUFDLENBQUM7YUFDdEM7UUFDSCxDQUFDLEVBQUUsR0FBRyxDQUFDLEVBQUU7WUFDUCxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztRQUN2QixDQUFDLENBQUMsQ0FBQztJQUNULENBQUM7SUFFRCxlQUFlO1FBQ2IsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7SUFDN0IsQ0FBQzs2RkF2QlUsNEJBQTRCO29FQUE1Qiw0QkFBNEI7WUNYekMsb0NBQStCO1lBQzNCLGlDQUEyQztZQUMvQyxpQkFBWTs7WUFGRCxxQ0FBbUI7OztpRkRXakIsNEJBQTRCO2NBTHhDLFNBQVM7MkJBQ0UsMEJBQTBCOztrRkFJekIsNEJBQTRCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IE5hdkNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBNYWludGVuYW5jZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9tYWludGVuYW5jZS9tYWludGVuYW5jZS5zZXJ2aWNlJztcbmltcG9ydCB7IFZhbGlkYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvcXVlc3Rpb25uYWlyZS92YWxpZGF0aW9uLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbWFpbnRlbmFuY2UtZGV0ZWN0b3InLFxuICB0ZW1wbGF0ZVVybDogJy4vbWFpbnRlbmFuY2UtZGV0ZWN0b3IuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9tYWludGVuYW5jZS1kZXRlY3Rvci5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTWFpbnRlbmFuY2VEZXRlY3RvckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdHtcblxuICBwdWJsaWMgYmxvY2tVaSA6IGJvb2xlYW4gPSB0cnVlO1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgbXMgOiBNYWludGVuYW5jZVNlcnZpY2UsIHB1YmxpYyBuYXYgOiBOYXZDb250cm9sbGVyKSB7IH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmNoZWNrRm9yTWFpbnRlbmFuY2UoKTtcbiAgfVxuXG4gIGNoZWNrRm9yTWFpbnRlbmFuY2UoKXtcbiAgICB0aGlzLm1zLmNoZWNrZm9yTWFpbnRlbmFuY2UoKVxuICAgICAgICAuc3Vic2NyaWJlKHJlcyA9PiB7XG4gICAgICAgICAgdGhpcy5ibG9ja1VpID0gZmFsc2U7XG4gICAgICAgICAgaWYocmVzLmlzQXBwVW5kZXJNYWludGVuYW5jZSkge1xuICAgICAgICAgICAgdGhpcy5uYXYubmF2aWdhdGVSb290KCdtYWludGVuYW5jZScpO1xuICAgICAgICAgIH1cbiAgICAgICAgfSwgZXJyID0+IHtcbiAgICAgICAgICB0aGlzLmJsb2NrVWkgPSBmYWxzZTtcbiAgICAgICAgfSk7XG4gIH1cblxuICBpb25WaWV3RGlkRW50ZXIoKXtcbiAgICB0aGlzLmNoZWNrRm9yTWFpbnRlbmFuY2UoKTtcbiAgfVxuXG59XG4iLCI8cC1ibG9ja1VJIFtibG9ja2VkXT1cImJsb2NrVWlcIj5cclxuICAgIDxpb24tc3Bpbm5lciBuYW1lPVwiY3Jlc2NlbnRcIj48L2lvbi1zcGlubmVyPlxyXG48L3AtYmxvY2tVST5cclxuIl19
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../services/util/util.service";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "primeng/inplace";
|
|
6
|
+
import * as i4 from "primeng/button";
|
|
7
|
+
import * as i5 from "primeng/api";
|
|
8
|
+
function MaskComponent_1_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
i0.ɵɵtext(0);
|
|
10
|
+
i0.ɵɵelement(1, "button", 4);
|
|
11
|
+
} if (rf & 2) {
|
|
12
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
13
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r2.util.mask(ctx_r2.value, ctx_r2.value.length / 2), " ");
|
|
14
|
+
} }
|
|
15
|
+
function MaskComponent_1_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
+
i0.ɵɵtemplate(0, MaskComponent_1_ng_template_0_Template, 2, 1, "ng-template", 3);
|
|
17
|
+
} }
|
|
18
|
+
function MaskComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
i0.ɵɵtext(0);
|
|
20
|
+
} if (rf & 2) {
|
|
21
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
22
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.value, " ");
|
|
23
|
+
} }
|
|
24
|
+
export class MaskComponent {
|
|
25
|
+
constructor(util) {
|
|
26
|
+
this.util = util;
|
|
27
|
+
}
|
|
28
|
+
ngOnInit() {
|
|
29
|
+
}
|
|
30
|
+
static { this.ɵfac = function MaskComponent_Factory(t) { return new (t || MaskComponent)(i0.ɵɵdirectiveInject(i1.UtilService)); }; }
|
|
31
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MaskComponent, selectors: [["app-mask"]], inputs: { value: "value" }, decls: 3, vars: 1, consts: [["closable", "true", "closeIcon", "pi pi-eye-slash"], [4, "ngIf"], ["pTemplate", "content"], ["pTemplate", "display"], ["pButton", "", "type", "button", "icon", "pi pi-eye"]], template: function MaskComponent_Template(rf, ctx) { if (rf & 1) {
|
|
32
|
+
i0.ɵɵelementStart(0, "p-inplace", 0);
|
|
33
|
+
i0.ɵɵtemplate(1, MaskComponent_1_Template, 1, 0, null, 1)(2, MaskComponent_ng_template_2_Template, 1, 1, "ng-template", 2);
|
|
34
|
+
i0.ɵɵelementEnd();
|
|
35
|
+
} if (rf & 2) {
|
|
36
|
+
i0.ɵɵadvance(1);
|
|
37
|
+
i0.ɵɵproperty("ngIf", ctx.value);
|
|
38
|
+
} }, dependencies: [i2.NgIf, i3.Inplace, i4.ButtonDirective, i5.PrimeTemplate], styles: ["button.ui-button[_ngcontent-%COMP%]{background-color:var(--ion-color-medium)!important;border:1px solid white!important;font-size:x-small}[_nghost-%COMP%] p-inplace .p-button.p-button-icon-only{height:1.75rem!important;width:1.75rem!important}[_nghost-%COMP%] p-inplace .p-button{background-color:var(--ion-color-medium)!important;border:1px solid white!important;font-size:x-small}[_nghost-%COMP%] p-inplace .pi{font-size:1rem!important}"] }); }
|
|
39
|
+
}
|
|
40
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MaskComponent, [{
|
|
41
|
+
type: Component,
|
|
42
|
+
args: [{ selector: 'app-mask', template: "<p-inplace closable=\"true\" closeIcon=\"pi pi-eye-slash\">\r\n <ng-template pTemplate=\"display\" *ngIf=\"value\">\r\n {{util.mask(value, value.length/2)}}\r\n <button pButton type=\"button\" icon=\"pi pi-eye\" ></button>\r\n </ng-template>\r\n <ng-template pTemplate=\"content\">\r\n {{value}}\r\n </ng-template>\r\n</p-inplace>", styles: ["button.ui-button{background-color:var(--ion-color-medium)!important;border:1px solid white!important;font-size:x-small}:host ::ng-deep p-inplace .p-button.p-button-icon-only{height:1.75rem!important;width:1.75rem!important}:host ::ng-deep p-inplace .p-button{background-color:var(--ion-color-medium)!important;border:1px solid white!important;font-size:x-small}:host ::ng-deep p-inplace .pi{font-size:1rem!important}\n"] }]
|
|
43
|
+
}], () => [{ type: i1.UtilService }], { value: [{
|
|
44
|
+
type: Input,
|
|
45
|
+
args: ['value']
|
|
46
|
+
}] }); })();
|
|
47
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MaskComponent, { className: "MaskComponent", filePath: "lib\\components\\mask\\mask.component.ts", lineNumber: 9 }); })();
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFzay5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbWFzay9tYXNrLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tYXNrL21hc2suY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7O0lDRXJELFlBQ0E7SUFBQSw0QkFBeUQ7OztJQUR6RCx3RkFDQTs7O0lBRkYsZ0ZBR2M7OztJQUVaLFlBQ0Y7OztJQURFLDZDQUNGOztBRENGLE1BQU0sT0FBTyxhQUFhO0lBSXhCLFlBQW1CLElBQWtCO1FBQWxCLFNBQUksR0FBSixJQUFJLENBQWM7SUFBSSxDQUFDO0lBRTFDLFFBQVE7SUFDUixDQUFDOzhFQVBVLGFBQWE7b0VBQWIsYUFBYTtZQ1IxQixvQ0FBdUQ7WUFDckQseURBR2MsaUVBQUE7WUFJaEIsaUJBQVk7O1lBUHdCLGVBQVc7WUFBWCxnQ0FBVzs7O2lGRE9sQyxhQUFhO2NBTHpCLFNBQVM7MkJBQ0UsVUFBVTs0Q0FNSixLQUFLO2tCQUFwQixLQUFLO21CQUFDLE9BQU87O2tGQUZILGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFV0aWxTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdXRpbC91dGlsLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbWFzaycsXG4gIHRlbXBsYXRlVXJsOiAnLi9tYXNrLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbWFzay5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIE1hc2tDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dCgndmFsdWUnKSB2YWx1ZSA6IHN0cmluZztcbiAgXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyB1dGlsIDogVXRpbFNlcnZpY2UpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICB9XG59XG4iLCI8cC1pbnBsYWNlIGNsb3NhYmxlPVwidHJ1ZVwiIGNsb3NlSWNvbj1cInBpIHBpLWV5ZS1zbGFzaFwiPlxyXG4gIDxuZy10ZW1wbGF0ZSBwVGVtcGxhdGU9XCJkaXNwbGF5XCIgKm5nSWY9XCJ2YWx1ZVwiPlxyXG4gICAge3t1dGlsLm1hc2sodmFsdWUsIHZhbHVlLmxlbmd0aC8yKX19XHJcbiAgICA8YnV0dG9uIHBCdXR0b24gdHlwZT1cImJ1dHRvblwiIGljb249XCJwaSBwaS1leWVcIiA+PC9idXR0b24+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiY29udGVudFwiPlxyXG4gICAge3t2YWx1ZX19XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuPC9wLWlucGxhY2U+Il19
|
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { LibConstants } from '../../models/LibConstants';
|
|
3
|
+
import { MyNotificationsPage } from '../../pages/popovers/my-notifications/my-notifications.page';
|
|
4
|
+
import { MyProfilePage } from '../../pages/popovers/my-profile/my-profile.page';
|
|
5
|
+
import { BasePage } from '../../pages/BasePage';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@ionic/angular";
|
|
8
|
+
import * as i2 from "../../services/login/login.service";
|
|
9
|
+
import * as i3 from "../../services/notification/notification.service";
|
|
10
|
+
import * as i4 from "@angular/router";
|
|
11
|
+
import * as i5 from "../../services/util/util.service";
|
|
12
|
+
function MenuComponent_ion_menu_0_ion_menu_button_4_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
i0.ɵɵelementStart(0, "ion-menu-button", 6);
|
|
14
|
+
i0.ɵɵelement(1, "ion-icon", 7);
|
|
15
|
+
i0.ɵɵelementEnd();
|
|
16
|
+
} }
|
|
17
|
+
function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_icon_1_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
+
i0.ɵɵelement(0, "ion-icon", 16);
|
|
19
|
+
} }
|
|
20
|
+
function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_icon_2_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
+
i0.ɵɵelement(0, "ion-icon", 17);
|
|
22
|
+
} if (rf & 2) {
|
|
23
|
+
const item_r9 = i0.ɵɵnextContext().$implicit;
|
|
24
|
+
i0.ɵɵproperty("name", item_r9.icon);
|
|
25
|
+
} }
|
|
26
|
+
function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_button_5_ion_icon_1_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
i0.ɵɵelement(0, "ion-icon", 21);
|
|
28
|
+
} }
|
|
29
|
+
function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_button_5_ion_icon_2_Template(rf, ctx) { if (rf & 1) {
|
|
30
|
+
i0.ɵɵelement(0, "ion-icon", 22);
|
|
31
|
+
} }
|
|
32
|
+
function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
+
const _r18 = i0.ɵɵgetCurrentView();
|
|
34
|
+
i0.ɵɵelementStart(0, "ion-button", 18);
|
|
35
|
+
i0.ɵɵlistener("click", function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_button_5_Template_ion_button_click_0_listener($event) { i0.ɵɵrestoreView(_r18); const item_r9 = i0.ɵɵnextContext().$implicit; const ctx_r16 = i0.ɵɵnextContext(4); ctx_r16.markFavourite(item_r9); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
36
|
+
i0.ɵɵtemplate(1, MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_button_5_ion_icon_1_Template, 1, 0, "ion-icon", 19)(2, MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_button_5_ion_icon_2_Template, 1, 0, "ion-icon", 20);
|
|
37
|
+
i0.ɵɵelementEnd();
|
|
38
|
+
} if (rf & 2) {
|
|
39
|
+
const item_r9 = i0.ɵɵnextContext().$implicit;
|
|
40
|
+
i0.ɵɵadvance(1);
|
|
41
|
+
i0.ɵɵproperty("ngIf", !item_r9.state.isFav);
|
|
42
|
+
i0.ɵɵadvance(1);
|
|
43
|
+
i0.ɵɵproperty("ngIf", item_r9.state.isFav);
|
|
44
|
+
} }
|
|
45
|
+
function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_Template(rf, ctx) { if (rf & 1) {
|
|
46
|
+
const _r21 = i0.ɵɵgetCurrentView();
|
|
47
|
+
i0.ɵɵelementStart(0, "ion-item", 11);
|
|
48
|
+
i0.ɵɵlistener("click", function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_Template_ion_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r21); const item_r9 = restoredCtx.$implicit; const ctx_r20 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r20.openPage(item_r9)); });
|
|
49
|
+
i0.ɵɵtemplate(1, MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_icon_1_Template, 1, 0, "ion-icon", 12)(2, MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_icon_2_Template, 1, 1, "ion-icon", 13);
|
|
50
|
+
i0.ɵɵelementStart(3, "ion-label", 14);
|
|
51
|
+
i0.ɵɵtext(4);
|
|
52
|
+
i0.ɵɵelementEnd();
|
|
53
|
+
i0.ɵɵtemplate(5, MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_ion_button_5_Template, 3, 2, "ion-button", 15);
|
|
54
|
+
i0.ɵɵelementEnd();
|
|
55
|
+
} if (rf & 2) {
|
|
56
|
+
const item_r9 = ctx.$implicit;
|
|
57
|
+
const ctx_r8 = i0.ɵɵnextContext(4);
|
|
58
|
+
i0.ɵɵadvance(1);
|
|
59
|
+
i0.ɵɵproperty("ngIf", !item_r9.icon);
|
|
60
|
+
i0.ɵɵadvance(1);
|
|
61
|
+
i0.ɵɵproperty("ngIf", item_r9.icon);
|
|
62
|
+
i0.ɵɵadvance(2);
|
|
63
|
+
i0.ɵɵtextInterpolate(item_r9.label);
|
|
64
|
+
i0.ɵɵadvance(1);
|
|
65
|
+
i0.ɵɵproperty("ngIf", ctx_r8.showFavButton);
|
|
66
|
+
} }
|
|
67
|
+
function MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_Template(rf, ctx) { if (rf & 1) {
|
|
68
|
+
i0.ɵɵelementStart(0, "p-accordionTab", 9)(1, "ion-list");
|
|
69
|
+
i0.ɵɵtemplate(2, MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_ion_item_2_Template, 6, 4, "ion-item", 10);
|
|
70
|
+
i0.ɵɵelementEnd()();
|
|
71
|
+
} if (rf & 2) {
|
|
72
|
+
const menu_r6 = ctx.$implicit;
|
|
73
|
+
i0.ɵɵproperty("header", menu_r6.label);
|
|
74
|
+
i0.ɵɵadvance(2);
|
|
75
|
+
i0.ɵɵproperty("ngForOf", menu_r6.items);
|
|
76
|
+
} }
|
|
77
|
+
function MenuComponent_ion_menu_0_p_accordion_6_Template(rf, ctx) { if (rf & 1) {
|
|
78
|
+
i0.ɵɵelementStart(0, "p-accordion");
|
|
79
|
+
i0.ɵɵtemplate(1, MenuComponent_ion_menu_0_p_accordion_6_p_accordionTab_1_Template, 3, 2, "p-accordionTab", 8);
|
|
80
|
+
i0.ɵɵpipe(2, "async");
|
|
81
|
+
i0.ɵɵelementEnd();
|
|
82
|
+
} if (rf & 2) {
|
|
83
|
+
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
84
|
+
i0.ɵɵadvance(1);
|
|
85
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 1, ctx_r3.ls.getMenuBs()));
|
|
86
|
+
} }
|
|
87
|
+
function MenuComponent_ion_menu_0_div_7_div_1_ion_item_2_Template(rf, ctx) { if (rf & 1) {
|
|
88
|
+
const _r30 = i0.ɵɵgetCurrentView();
|
|
89
|
+
i0.ɵɵelementStart(0, "ion-item", 11);
|
|
90
|
+
i0.ɵɵlistener("click", function MenuComponent_ion_menu_0_div_7_div_1_ion_item_2_Template_ion_item_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r30); const item_r28 = restoredCtx.$implicit; const ctx_r29 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r29.openPage(item_r28)); });
|
|
91
|
+
i0.ɵɵelementStart(1, "ion-label", 30);
|
|
92
|
+
i0.ɵɵtext(2);
|
|
93
|
+
i0.ɵɵelementEnd()();
|
|
94
|
+
} if (rf & 2) {
|
|
95
|
+
const item_r28 = ctx.$implicit;
|
|
96
|
+
const ctx_r27 = i0.ɵɵnextContext(4);
|
|
97
|
+
i0.ɵɵadvance(1);
|
|
98
|
+
i0.ɵɵproperty("ngClass", ctx_r27.showIcon(item_r28) ? "selected-menu" : "selected-menu-unselect");
|
|
99
|
+
i0.ɵɵadvance(1);
|
|
100
|
+
i0.ɵɵtextInterpolate(item_r28.label);
|
|
101
|
+
} }
|
|
102
|
+
function MenuComponent_ion_menu_0_div_7_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
103
|
+
i0.ɵɵelementStart(0, "div")(1, "ion-list");
|
|
104
|
+
i0.ɵɵtemplate(2, MenuComponent_ion_menu_0_div_7_div_1_ion_item_2_Template, 3, 2, "ion-item", 10);
|
|
105
|
+
i0.ɵɵelementEnd()();
|
|
106
|
+
} if (rf & 2) {
|
|
107
|
+
const menu_r24 = ctx.$implicit;
|
|
108
|
+
i0.ɵɵadvance(2);
|
|
109
|
+
i0.ɵɵproperty("ngForOf", menu_r24.items);
|
|
110
|
+
} }
|
|
111
|
+
function MenuComponent_ion_menu_0_div_7_ion_badge_17_Template(rf, ctx) { if (rf & 1) {
|
|
112
|
+
i0.ɵɵelementStart(0, "ion-badge", 31)(1, "ion-label");
|
|
113
|
+
i0.ɵɵtext(2);
|
|
114
|
+
i0.ɵɵelementEnd()();
|
|
115
|
+
} if (rf & 2) {
|
|
116
|
+
const ctx_r23 = i0.ɵɵnextContext(3);
|
|
117
|
+
i0.ɵɵadvance(2);
|
|
118
|
+
i0.ɵɵtextInterpolate(ctx_r23.ns.notificationCount.getValue());
|
|
119
|
+
} }
|
|
120
|
+
function MenuComponent_ion_menu_0_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
121
|
+
const _r32 = i0.ɵɵgetCurrentView();
|
|
122
|
+
i0.ɵɵelementStart(0, "div");
|
|
123
|
+
i0.ɵɵtemplate(1, MenuComponent_ion_menu_0_div_7_div_1_Template, 3, 1, "div", 23);
|
|
124
|
+
i0.ɵɵpipe(2, "async");
|
|
125
|
+
i0.ɵɵelement(3, "p-divider");
|
|
126
|
+
i0.ɵɵelementStart(4, "ion-list")(5, "ion-item", 11);
|
|
127
|
+
i0.ɵɵlistener("click", function MenuComponent_ion_menu_0_div_7_Template_ion_item_click_5_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r31 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r31.presentMyProfilePopover($event)); });
|
|
128
|
+
i0.ɵɵelement(6, "ion-icon", 24);
|
|
129
|
+
i0.ɵɵelementStart(7, "ion-label", 25);
|
|
130
|
+
i0.ɵɵtext(8, "User Profile");
|
|
131
|
+
i0.ɵɵelementEnd()();
|
|
132
|
+
i0.ɵɵelementStart(9, "ion-item", 11);
|
|
133
|
+
i0.ɵɵlistener("click", function MenuComponent_ion_menu_0_div_7_Template_ion_item_click_9_listener() { i0.ɵɵrestoreView(_r32); const ctx_r33 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r33.navigate("cp", "documents")); });
|
|
134
|
+
i0.ɵɵelement(10, "i", 26);
|
|
135
|
+
i0.ɵɵelementStart(11, "ion-label", 25);
|
|
136
|
+
i0.ɵɵtext(12, "Documents");
|
|
137
|
+
i0.ɵɵelementEnd()();
|
|
138
|
+
i0.ɵɵelementStart(13, "ion-item", 11);
|
|
139
|
+
i0.ɵɵlistener("click", function MenuComponent_ion_menu_0_div_7_Template_ion_item_click_13_listener($event) { i0.ɵɵrestoreView(_r32); const ctx_r34 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r34.presentMyNotificationPopover($event)); });
|
|
140
|
+
i0.ɵɵelement(14, "ion-icon", 27);
|
|
141
|
+
i0.ɵɵelementStart(15, "ion-label", 25);
|
|
142
|
+
i0.ɵɵtext(16, "Notifications");
|
|
143
|
+
i0.ɵɵelementEnd();
|
|
144
|
+
i0.ɵɵtemplate(17, MenuComponent_ion_menu_0_div_7_ion_badge_17_Template, 3, 1, "ion-badge", 28);
|
|
145
|
+
i0.ɵɵelementEnd();
|
|
146
|
+
i0.ɵɵelementStart(18, "ion-item", 11);
|
|
147
|
+
i0.ɵɵlistener("click", function MenuComponent_ion_menu_0_div_7_Template_ion_item_click_18_listener() { i0.ɵɵrestoreView(_r32); const ctx_r35 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r35.logout()); });
|
|
148
|
+
i0.ɵɵelement(19, "ion-icon", 29);
|
|
149
|
+
i0.ɵɵelementStart(20, "ion-label", 25);
|
|
150
|
+
i0.ɵɵtext(21, "Logout");
|
|
151
|
+
i0.ɵɵelementEnd()()()();
|
|
152
|
+
} if (rf & 2) {
|
|
153
|
+
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
154
|
+
i0.ɵɵadvance(1);
|
|
155
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 2, ctx_r4.ls.getMenuBs()));
|
|
156
|
+
i0.ɵɵadvance(16);
|
|
157
|
+
i0.ɵɵproperty("ngIf", ctx_r4.ns.notificationCount.getValue() > 0);
|
|
158
|
+
} }
|
|
159
|
+
function MenuComponent_ion_menu_0_Template(rf, ctx) { if (rf & 1) {
|
|
160
|
+
const _r37 = i0.ɵɵgetCurrentView();
|
|
161
|
+
i0.ɵɵelementStart(0, "ion-menu", 2);
|
|
162
|
+
i0.ɵɵlistener("ionDidOpen", function MenuComponent_ion_menu_0_Template_ion_menu_ionDidOpen_0_listener() { i0.ɵɵrestoreView(_r37); const ctx_r36 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r36.menuOpened()); });
|
|
163
|
+
i0.ɵɵelementStart(1, "ion-header")(2, "ion-toolbar")(3, "ion-buttons", 3);
|
|
164
|
+
i0.ɵɵtemplate(4, MenuComponent_ion_menu_0_ion_menu_button_4_Template, 2, 0, "ion-menu-button", 4);
|
|
165
|
+
i0.ɵɵelementEnd()()();
|
|
166
|
+
i0.ɵɵelementStart(5, "ion-content");
|
|
167
|
+
i0.ɵɵtemplate(6, MenuComponent_ion_menu_0_p_accordion_6_Template, 3, 3, "p-accordion", 5)(7, MenuComponent_ion_menu_0_div_7_Template, 22, 4, "div", 5);
|
|
168
|
+
i0.ɵɵelementEnd()();
|
|
169
|
+
} if (rf & 2) {
|
|
170
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
171
|
+
i0.ɵɵadvance(4);
|
|
172
|
+
i0.ɵɵproperty("ngIf", ctx_r0.ls.isLoggedIn());
|
|
173
|
+
i0.ɵɵadvance(2);
|
|
174
|
+
i0.ɵɵproperty("ngIf", ctx_r0.menus && ctx_r0.menus.length > 0 && (!ctx_r0.ls.isClaimant() || ctx_r0.legacyMenu == "true"));
|
|
175
|
+
i0.ɵɵadvance(1);
|
|
176
|
+
i0.ɵɵproperty("ngIf", ctx_r0.menus && ctx_r0.menus.length > 0 && (ctx_r0.ls.isClaimant() && ctx_r0.legacyMenu == "false"));
|
|
177
|
+
} }
|
|
178
|
+
function MenuComponent_app_profile_1_Template(rf, ctx) { if (rf & 1) {
|
|
179
|
+
const _r39 = i0.ɵɵgetCurrentView();
|
|
180
|
+
i0.ɵɵelementStart(0, "app-profile", 32);
|
|
181
|
+
i0.ɵɵlistener("onCancel", function MenuComponent_app_profile_1_Template_app_profile_onCancel_0_listener() { i0.ɵɵrestoreView(_r39); const ctx_r38 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r38.showProfilePopup = !ctx_r38.showProfilePopup); });
|
|
182
|
+
i0.ɵɵelementEnd();
|
|
183
|
+
} }
|
|
184
|
+
export class MenuComponent extends BasePage {
|
|
185
|
+
constructor(nav, popup, ls, ns, r, menu, util, ar) {
|
|
186
|
+
super();
|
|
187
|
+
this.nav = nav;
|
|
188
|
+
this.popup = popup;
|
|
189
|
+
this.ls = ls;
|
|
190
|
+
this.ns = ns;
|
|
191
|
+
this.r = r;
|
|
192
|
+
this.menu = menu;
|
|
193
|
+
this.util = util;
|
|
194
|
+
this.ar = ar;
|
|
195
|
+
this.appVersion = LibConstants.appVersion;
|
|
196
|
+
this.showFavButton = false;
|
|
197
|
+
this.reRenderMenu = true;
|
|
198
|
+
this.legacyMenu = LibConstants.legacyMenu;
|
|
199
|
+
this.showProfilePopup = false;
|
|
200
|
+
}
|
|
201
|
+
ngOnInit() {
|
|
202
|
+
this.setupUserMenu();
|
|
203
|
+
this.showFavButton = this.ls.isCsr();
|
|
204
|
+
}
|
|
205
|
+
setMenu(user) {
|
|
206
|
+
if (user) {
|
|
207
|
+
this.ns.setupNotificationTimer();
|
|
208
|
+
if (!this.ls.isClaimant() || this.legacyMenu == 'true') {
|
|
209
|
+
this.loadMenu();
|
|
210
|
+
}
|
|
211
|
+
else {
|
|
212
|
+
this.setClaimantMenu();
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
else {
|
|
216
|
+
this.menus = [];
|
|
217
|
+
this.ns.removeNotificationTimer();
|
|
218
|
+
}
|
|
219
|
+
this.showFavButton = this.ls.isCsr();
|
|
220
|
+
}
|
|
221
|
+
setClaimantMenu() {
|
|
222
|
+
this.menus = [
|
|
223
|
+
{
|
|
224
|
+
label: "Menus",
|
|
225
|
+
items: [
|
|
226
|
+
{
|
|
227
|
+
"label": "Home",
|
|
228
|
+
"state": {
|
|
229
|
+
"consortiumState": ["ms"],
|
|
230
|
+
"roles": ["claimant"],
|
|
231
|
+
"routerLink": "welcome",
|
|
232
|
+
"context": "cp",
|
|
233
|
+
"id": "menu-18"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
...(!this.isMS() ? [{
|
|
237
|
+
label: "Claims",
|
|
238
|
+
state: {
|
|
239
|
+
consortiumState: ["ms"],
|
|
240
|
+
roles: ["claimant"],
|
|
241
|
+
routerLink: "claimant-induction",
|
|
242
|
+
context: "cp",
|
|
243
|
+
id: "menu-19"
|
|
244
|
+
}
|
|
245
|
+
}] : []),
|
|
246
|
+
{
|
|
247
|
+
"label": "Weekly",
|
|
248
|
+
"state": {
|
|
249
|
+
"consortiumState": ["ms"],
|
|
250
|
+
"roles": ["claimant"],
|
|
251
|
+
"routerLink": "v3/weeklies",
|
|
252
|
+
"context": "cp",
|
|
253
|
+
"id": "menu-16"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"label": "History",
|
|
258
|
+
"state": {
|
|
259
|
+
"consortiumState": ["ms"],
|
|
260
|
+
"roles": ["claimant"],
|
|
261
|
+
"routerLink": "history",
|
|
262
|
+
"context": "cp",
|
|
263
|
+
"id": "menu-17"
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
]
|
|
267
|
+
}
|
|
268
|
+
];
|
|
269
|
+
this.ls.getMenuBs().next(this.menus);
|
|
270
|
+
}
|
|
271
|
+
loadMenu() {
|
|
272
|
+
this.ls
|
|
273
|
+
.getUserMenus()
|
|
274
|
+
.subscribe(res => {
|
|
275
|
+
this.menus = res;
|
|
276
|
+
this.ls.getMenuBs().next(this.menus);
|
|
277
|
+
this.fetchNotifications();
|
|
278
|
+
}, err => {
|
|
279
|
+
this.menus = [];
|
|
280
|
+
this.ls.getMenuBs().next(null);
|
|
281
|
+
});
|
|
282
|
+
}
|
|
283
|
+
fetchNotifications() {
|
|
284
|
+
this.ns
|
|
285
|
+
.getNotifications()
|
|
286
|
+
.subscribe(res => {
|
|
287
|
+
this.ns.notifications.next(res);
|
|
288
|
+
this.ns.getUnreadNotificationCount();
|
|
289
|
+
}, err => {
|
|
290
|
+
this.ns.notificationCount.next(0);
|
|
291
|
+
this.ns.notifications.next([]);
|
|
292
|
+
});
|
|
293
|
+
}
|
|
294
|
+
setupUserMenu() {
|
|
295
|
+
this.ls
|
|
296
|
+
.getUserBs()
|
|
297
|
+
.subscribe(user => {
|
|
298
|
+
if (user && !user.is2FARequired) {
|
|
299
|
+
this.setMenu(user);
|
|
300
|
+
}
|
|
301
|
+
else {
|
|
302
|
+
this.menus = [];
|
|
303
|
+
this.ns.removeNotificationTimer();
|
|
304
|
+
}
|
|
305
|
+
});
|
|
306
|
+
}
|
|
307
|
+
openPage(menu) {
|
|
308
|
+
if (!menu) {
|
|
309
|
+
return;
|
|
310
|
+
}
|
|
311
|
+
let appName = menu.state.app;
|
|
312
|
+
let menuContextRoot = `/${menu.state.context}`;
|
|
313
|
+
let pageToNavigate = menu.state.routerLink;
|
|
314
|
+
if (appName == 'ben') {
|
|
315
|
+
this.util.showLoader().then(() => {
|
|
316
|
+
window.open(`${LibConstants.benefitsUrlExternal}${menuContextRoot}/${pageToNavigate}?a=${this.ls.getUser().access_token}&r=${this.ls.getUser().refresh_token}&v=2299`, '_self');
|
|
317
|
+
});
|
|
318
|
+
}
|
|
319
|
+
else if (appName == 'tax') {
|
|
320
|
+
this.util.showLoader().then(() => {
|
|
321
|
+
window.open(`${LibConstants.taxUrlExternal}${menuContextRoot}/${pageToNavigate}?a=${this.ls.getUser().access_token}&r=${this.ls.getUser().refresh_token}&v=2299`, '_self');
|
|
322
|
+
});
|
|
323
|
+
}
|
|
324
|
+
let currentContextRoot = this.util.getContextRoot();
|
|
325
|
+
if (currentContextRoot == menuContextRoot) {
|
|
326
|
+
this.r.navigateByUrl(`/${pageToNavigate}`);
|
|
327
|
+
}
|
|
328
|
+
else {
|
|
329
|
+
this.util.openPageByContextRoot(menuContextRoot, menu.state.routerLink);
|
|
330
|
+
}
|
|
331
|
+
this.menu.close();
|
|
332
|
+
}
|
|
333
|
+
markFavourite(item) {
|
|
334
|
+
if (item.state.isFav) {
|
|
335
|
+
item.state.isFav = !item.state.isFav;
|
|
336
|
+
this.ls
|
|
337
|
+
.removeFav(item.state.id)
|
|
338
|
+
.subscribe(res => {
|
|
339
|
+
this.ls.getMenuBs().next(res);
|
|
340
|
+
this.util.toast("Removed Favourite.");
|
|
341
|
+
});
|
|
342
|
+
}
|
|
343
|
+
else {
|
|
344
|
+
item.state.isFav = !item.state.isFav;
|
|
345
|
+
this.ls
|
|
346
|
+
.markFav(item.state.id)
|
|
347
|
+
.subscribe(res => {
|
|
348
|
+
this.ls.getMenuBs().next(res);
|
|
349
|
+
this.util.toast("Marked Favourite.");
|
|
350
|
+
});
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
openHome() {
|
|
354
|
+
this.nav.navigateRoot('/welcome');
|
|
355
|
+
}
|
|
356
|
+
menuOpened() {
|
|
357
|
+
this.reRenderMenu = false;
|
|
358
|
+
this.reRenderMenu = true;
|
|
359
|
+
}
|
|
360
|
+
showIcon(item) {
|
|
361
|
+
let currentRoute = this.r.url.replace('/', '');
|
|
362
|
+
return currentRoute.includes(item.state.routerLink);
|
|
363
|
+
}
|
|
364
|
+
navigate(contextRoot, uri) {
|
|
365
|
+
let currentContextRoot = this.util.getContextRoot();
|
|
366
|
+
let target = `/${contextRoot}`;
|
|
367
|
+
if (currentContextRoot == target) {
|
|
368
|
+
this.nav.navigateForward(`/${uri}`);
|
|
369
|
+
}
|
|
370
|
+
else {
|
|
371
|
+
this.util.openPageByContextRoot(target, uri);
|
|
372
|
+
}
|
|
373
|
+
this.menu.close();
|
|
374
|
+
}
|
|
375
|
+
async presentMyNotificationPopover(event) {
|
|
376
|
+
const popover = await this.popup.create({
|
|
377
|
+
component: MyNotificationsPage,
|
|
378
|
+
translucent: true,
|
|
379
|
+
backdropDismiss: true,
|
|
380
|
+
cssClass: 'header-popover'
|
|
381
|
+
});
|
|
382
|
+
popover.onDidDismiss().then(() => {
|
|
383
|
+
this.ns.updateReadFlag();
|
|
384
|
+
});
|
|
385
|
+
this.menu.close();
|
|
386
|
+
return await popover.present();
|
|
387
|
+
}
|
|
388
|
+
async presentMyProfilePopover(event) {
|
|
389
|
+
if (this.ls.isClaimant()) {
|
|
390
|
+
this.showProfilePopup = true;
|
|
391
|
+
this.menu.close();
|
|
392
|
+
return;
|
|
393
|
+
}
|
|
394
|
+
const popover = await this.popup.create({
|
|
395
|
+
component: MyProfilePage,
|
|
396
|
+
translucent: true,
|
|
397
|
+
backdropDismiss: true,
|
|
398
|
+
cssClass: 'header-popover'
|
|
399
|
+
});
|
|
400
|
+
return await popover.present();
|
|
401
|
+
}
|
|
402
|
+
logout() {
|
|
403
|
+
this.nav.navigateRoot('/landing');
|
|
404
|
+
this.ls.logout();
|
|
405
|
+
}
|
|
406
|
+
static { this.ɵfac = function MenuComponent_Factory(t) { return new (t || MenuComponent)(i0.ɵɵdirectiveInject(i1.NavController), i0.ɵɵdirectiveInject(i1.PopoverController), i0.ɵɵdirectiveInject(i2.LoginService), i0.ɵɵdirectiveInject(i3.NotificationService), i0.ɵɵdirectiveInject(i4.Router), i0.ɵɵdirectiveInject(i1.MenuController), i0.ɵɵdirectiveInject(i5.UtilService), i0.ɵɵdirectiveInject(i4.ActivatedRoute)); }; }
|
|
407
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent, selectors: [["app-menu"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [["side", "start", "menuId", "first", "contentId", "main-content", 3, "ionDidOpen", 4, "ngIf"], [3, "onCancel", 4, "ngIf"], ["side", "start", "menuId", "first", "contentId", "main-content", 3, "ionDidOpen"], ["slot", "start"], ["autoHide", "false", "pTooltip", "Close menu", "tooltipPosition", "bottom", 4, "ngIf"], [4, "ngIf"], ["autoHide", "false", "pTooltip", "Close menu", "tooltipPosition", "bottom"], ["color", "success", "name", "close"], [3, "header", 4, "ngFor", "ngForOf"], [3, "header"], ["button", "", "lines", "none", 3, "click", 4, "ngFor", "ngForOf"], ["button", "", "lines", "none", 3, "click"], ["name", "link", "color", "primary", "slot", "start", "style", "margin-inline-end: 15px !important;", 4, "ngIf"], ["color", "primary", "slot", "start", "style", "margin-inline-end: 15px !important;", 3, "name", 4, "ngIf"], ["color", "primary", 2, "font-size", "small"], ["slot", "end", "color", "warning", 3, "click", 4, "ngIf"], ["name", "link", "color", "primary", "slot", "start", 2, "margin-inline-end", "15px !important"], ["color", "primary", "slot", "start", 2, "margin-inline-end", "15px !important", 3, "name"], ["slot", "end", "color", "warning", 3, "click"], ["name", "star-outline", 4, "ngIf"], ["name", "star-sharp", 4, "ngIf"], ["name", "star-outline"], ["name", "star-sharp"], [4, "ngFor", "ngForOf"], ["name", "person-circle-outline", "slot", "start", "color", "primary", 1, "menu-icon"], ["color", "primary", 2, "font-size", "31px"], [1, "pi", "pi-file", 2, "color", "rgba(68, 120, 170, 1)", "padding-right", "15px"], ["name", "notifications-outline", "slot", "start", "color", "primary", 1, "menu-icon"], ["color", "dark", 4, "ngIf"], ["name", "log-out-outline", "slot", "start", "color", "primary", 1, "menu-icon"], ["color", "primary", 2, "font-size", "31px", 3, "ngClass"], ["color", "dark"], [3, "onCancel"]], template: function MenuComponent_Template(rf, ctx) { if (rf & 1) {
|
|
408
|
+
i0.ɵɵtemplate(0, MenuComponent_ion_menu_0_Template, 8, 3, "ion-menu", 0)(1, MenuComponent_app_profile_1_Template, 1, 0, "app-profile", 1);
|
|
409
|
+
} if (rf & 2) {
|
|
410
|
+
i0.ɵɵproperty("ngIf", ctx.ls.isLoggedIn() && ctx.menus && ctx.menus.length > 0);
|
|
411
|
+
i0.ɵɵadvance(1);
|
|
412
|
+
i0.ɵɵproperty("ngIf", ctx.showProfilePopup);
|
|
413
|
+
} }, styles: ["ion-menu[_ngcontent-%COMP%] ion-content[_ngcontent-%COMP%]{--background: var(--ion-item-background, var(--ion-background-color, #fff))}ion-note[_ngcontent-%COMP%]{display:inline-block;font-size:16px;color:var(--ion-color-medium-shade)}ion-item.selected[_ngcontent-%COMP%]{--color: var(--ion-color-primary)}mat-expansion-panel-header[_ngcontent-%COMP%]{background:var(--ion-color-light)}.link[_ngcontent-%COMP%]{margin-right:25px;cursor:pointer;text-decoration:none;pointer-events:auto!important}.link[_ngcontent-%COMP%]:hover{color:var(--ion-color-yellow)!important}.footer-links[_ngcontent-%COMP%]{color:var(--ion-color-grey)!important}.header-links[_ngcontent-%COMP%]{color:var(--ion-color-primary)!important}.ios[_ngcontent-%COMP%] ion-menu[_ngcontent-%COMP%]::part(container){padding-top:25px!important}.selected-menu[_ngcontent-%COMP%]{-webkit-text-decoration:underline 2px;text-decoration:underline 2px;text-underline-offset:3px;text-decoration-color:var(--ion-color-secondary)}.selected-menu-unselect[_ngcontent-%COMP%]{text-decoration:none}.menu-icon[_ngcontent-%COMP%]{margin-inline-end:15px!important;font-size:20px}[_nghost-%COMP%] .p-accordion .p-accordion-content{padding:0!important}[_nghost-%COMP%] .p-accordion .p-accordion-header .p-accordion-header-link{padding:1.25rem .5rem!important}[_nghost-%COMP%] .p-accordion-header{background:var(--ion-color-light)!important}"] }); }
|
|
414
|
+
}
|
|
415
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MenuComponent, [{
|
|
416
|
+
type: Component,
|
|
417
|
+
args: [{ selector: 'app-menu', template: "<ion-menu side=\"start\" menuId=\"first\" contentId=\"main-content\" *ngIf=\"ls.isLoggedIn() && menus && menus.length > 0\" (ionDidOpen)=\"menuOpened()\">\r\n <ion-header>\r\n <ion-toolbar>\r\n <ion-buttons slot=\"start\">\r\n <ion-menu-button autoHide=\"false\" pTooltip=\"Close menu\" tooltipPosition=\"bottom\"\r\n *ngIf=\"ls.isLoggedIn()\"> \r\n <ion-icon color=\"success\" name=\"close\"></ion-icon>\r\n </ion-menu-button>\r\n </ion-buttons>\r\n </ion-toolbar>\r\n </ion-header>\r\n <ion-content>\r\n <p-accordion *ngIf=\"menus && menus.length > 0 && (!ls.isClaimant() || legacyMenu == 'true')\">\r\n <p-accordionTab *ngFor=\"let menu of ls.getMenuBs() | async; let i = index\" [header]=\"menu.label\">\r\n <ion-list>\r\n <ion-item button *ngFor=\"let item of menu.items\" (click)=\"openPage(item)\" lines=\"none\">\r\n <ion-icon name=\"link\" color=\"primary\" slot=\"start\" *ngIf=\"!item.icon\" style=\"margin-inline-end: 15px !important;\"></ion-icon>\r\n <ion-icon [name]=\"item.icon\" color=\"primary\" slot=\"start\" *ngIf=\"item.icon\" style=\"margin-inline-end: 15px !important;\"></ion-icon>\r\n <ion-label color=\"primary\" style=\"font-size: small;\">{{item.label}}</ion-label>\r\n <ion-button slot=\"end\" (click)=\"markFavourite(item); $event.stopPropagation();\" color=\"warning\" *ngIf=\"showFavButton\">\r\n <ion-icon name=\"star-outline\" *ngIf=\"!item.state.isFav\"></ion-icon>\r\n <ion-icon name=\"star-sharp\" *ngIf=\"item.state.isFav\"></ion-icon>\r\n </ion-button>\r\n </ion-item>\r\n </ion-list>\r\n </p-accordionTab>\r\n </p-accordion>\r\n\r\n <div *ngIf=\"menus && menus.length > 0 && (ls.isClaimant() && legacyMenu == 'false')\">\r\n <div *ngFor=\"let menu of ls.getMenuBs() | async; let i = index; let isLast = last\">\r\n <ion-list>\r\n <ion-item button *ngFor=\"let item of menu.items\" (click)=\"openPage(item)\" lines=\"none\">\r\n <ion-label color=\"primary\" style=\"font-size: 31px;\" [ngClass]=\"showIcon(item) ? 'selected-menu' : 'selected-menu-unselect'\">{{item.label}}</ion-label>\r\n </ion-item>\r\n </ion-list>\r\n </div>\r\n <p-divider></p-divider>\r\n\r\n <ion-list>\r\n <ion-item button lines=\"none\" (click)=\"presentMyProfilePopover($event)\">\r\n <ion-icon name=\"person-circle-outline\" slot=\"start\" class=\"menu-icon\" color=\"primary\"></ion-icon>\r\n <ion-label color=\"primary\" style=\"font-size: 31px;\">User Profile</ion-label>\r\n </ion-item>\r\n <ion-item button lines=\"none\" (click)=\"navigate('cp', 'documents')\">\r\n <i class='pi pi-file' style=\"color: rgba(68, 120, 170, 1); padding-right: 15px;\"></i>\r\n <ion-label color=\"primary\" style=\"font-size: 31px;\">Documents</ion-label>\r\n </ion-item>\r\n <ion-item button lines=\"none\" (click)=\"presentMyNotificationPopover($event)\">\r\n <ion-icon name=\"notifications-outline\" slot=\"start\" class=\"menu-icon\" color=\"primary\"></ion-icon>\r\n <ion-label color=\"primary\" style=\"font-size: 31px;\">Notifications</ion-label>\r\n <ion-badge color=\"dark\" *ngIf=\"ns.notificationCount.getValue() > 0\">\r\n <ion-label>{{ns.notificationCount.getValue()}}</ion-label>\r\n </ion-badge>\r\n </ion-item>\r\n <ion-item button lines=\"none\" (click)=\"logout()\">\r\n <ion-icon name=\"log-out-outline\" slot=\"start\" class=\"menu-icon\" color=\"primary\"></ion-icon>\r\n <ion-label color=\"primary\" style=\"font-size: 31px;\">Logout</ion-label>\r\n </ion-item>\r\n </ion-list>\r\n\r\n </div>\r\n </ion-content>\r\n</ion-menu>\r\n<app-profile *ngIf=\"showProfilePopup\" (onCancel)=\"showProfilePopup = !showProfilePopup\"></app-profile>", styles: ["ion-menu ion-content{--background: var(--ion-item-background, var(--ion-background-color, #fff))}ion-note{display:inline-block;font-size:16px;color:var(--ion-color-medium-shade)}ion-item.selected{--color: var(--ion-color-primary)}mat-expansion-panel-header{background:var(--ion-color-light)}.link{margin-right:25px;cursor:pointer;text-decoration:none;pointer-events:auto!important}.link:hover{color:var(--ion-color-yellow)!important}.footer-links{color:var(--ion-color-grey)!important}.header-links{color:var(--ion-color-primary)!important}.ios ion-menu::part(container){padding-top:25px!important}.selected-menu{-webkit-text-decoration:underline 2px;text-decoration:underline 2px;text-underline-offset:3px;text-decoration-color:var(--ion-color-secondary)}.selected-menu-unselect{text-decoration:none}.menu-icon{margin-inline-end:15px!important;font-size:20px}:host ::ng-deep .p-accordion .p-accordion-content{padding:0!important}:host ::ng-deep .p-accordion .p-accordion-header .p-accordion-header-link{padding:1.25rem .5rem!important}:host ::ng-deep .p-accordion-header{background:var(--ion-color-light)!important}\n"] }]
|
|
418
|
+
}], () => [{ type: i1.NavController }, { type: i1.PopoverController }, { type: i2.LoginService }, { type: i3.NotificationService }, { type: i4.Router }, { type: i1.MenuController }, { type: i5.UtilService }, { type: i4.ActivatedRoute }], null); })();
|
|
419
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MenuComponent, { className: "MenuComponent", filePath: "lib\\components\\menu\\menu.component.ts", lineNumber: 19 }); })();
|
|
420
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbWVudS9tZW51LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9tZW51L21lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUlsRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFFekQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkRBQTZELENBQUM7QUFDbEcsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBSWhGLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQzs7Ozs7Ozs7SUNQeEMsMENBQzhCO0lBQ3hCLDhCQUFrRDtJQUN4RCxpQkFBa0I7OztJQVNkLCtCQUE2SDs7O0lBQzdILCtCQUFtSTs7O0lBQXpILG1DQUFrQjs7O0lBRzFCLCtCQUFtRTs7O0lBQ25FLCtCQUFnRTs7OztJQUZsRSxzQ0FBc0g7SUFBL0YsMFFBQVMsOEJBQW1CLFNBQUUsZUFBQSx3QkFBd0IsQ0FBQSxJQUFFO0lBQzdFLDJJQUFtRSw4SEFBQTtJQUVyRSxpQkFBYTs7O0lBRm9CLGVBQXVCO0lBQXZCLDJDQUF1QjtJQUN6QixlQUFzQjtJQUF0QiwwQ0FBc0I7Ozs7SUFOdkQsb0NBQXVGO0lBQXRDLHlRQUFTLGVBQUEseUJBQWMsQ0FBQSxJQUFDO0lBQ3ZFLDhIQUE2SCxpSEFBQTtJQUU3SCxxQ0FBcUQ7SUFBQSxZQUFjO0lBQUEsaUJBQVk7SUFDL0Usa0lBR2E7SUFDZixpQkFBVzs7OztJQVAyQyxlQUFnQjtJQUFoQixvQ0FB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LEVBQUU7WUFDL0IsSUFBSSxDQUFDLEVBQUUsQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUMzQixDQUFDLENBQUMsQ0FBQTtRQUNGLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7UUFDbEIsT0FBTyxNQUFNLE9BQU8sQ0FBQyxPQUFPLEVBQUUsQ0FBQztJQUNqQyxDQUFDO0lBRUQsS0FBSyxDQUFDLHVCQUF1QixDQUFDLEtBQUs7UUFFakMsSUFBRyxJQUFJLENBQUMsRUFBRSxDQUFDLFVBQVUsRUFBRSxFQUFDO1lBQ3RCLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUM7WUFDN0IsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNsQixPQUFPO1NBQ1I7UUFFRCxNQUFNLE9BQU8sR0FBRyxNQUFNLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDO1lBQ3RDLFNBQVMsRUFBRSxhQUFhO1lBQ3hCLFdBQVcsRUFBRSxJQUFJO1lBQ2pCLGVBQWUsRUFBRSxJQUFJO1lBQ3JCLFFBQVEsRUFBRSxnQkFBZ0I7U0FDM0IsQ0FBQyxDQUFDO1FBRUgsT0FBTyxNQUFNLE9BQU8sQ0FBQyxPQUFPLEVBQUUsQ0FBQztJQUNqQyxDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksQ0FBQyxHQUFHLENBQUMsWUFBWSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ2xDLElBQUksQ0FBQyxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDbkIsQ0FBQzs4RUE5T1UsYUFBYTtvRUFBYixhQUFhO1lDbEIxQix3RUE4RFcsaUVBQUE7O1lBOURxRCwrRUFBa0Q7WUErRHBHLGVBQXNCO1lBQXRCLDJDQUFzQjs7O2lGRDdDdkIsYUFBYTtjQUx6QixTQUFTOzJCQUNFLFVBQVU7O2tGQUlULGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aXZhdGVkUm91dGUsIFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBNZW51Q29udHJvbGxlciwgTmF2Q29udHJvbGxlciwgUG9wb3ZlckNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBNZW51SXRlbSB9IGZyb20gJ3ByaW1lbmcvYXBpJztcbmltcG9ydCB7IExpYkNvbnN0YW50cyB9IGZyb20gJy4uLy4uL21vZGVscy9MaWJDb25zdGFudHMnO1xuaW1wb3J0IHsgVXNlck1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL1VzZXJNb2RlbCc7XG5pbXBvcnQgeyBNeU5vdGlmaWNhdGlvbnNQYWdlIH0gZnJvbSAnLi4vLi4vcGFnZXMvcG9wb3ZlcnMvbXktbm90aWZpY2F0aW9ucy9teS1ub3RpZmljYXRpb25zLnBhZ2UnO1xuaW1wb3J0IHsgTXlQcm9maWxlUGFnZSB9IGZyb20gJy4uLy4uL3BhZ2VzL3BvcG92ZXJzL215LXByb2ZpbGUvbXktcHJvZmlsZS5wYWdlJztcbmltcG9ydCB7IExvZ2luU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2xvZ2luL2xvZ2luLnNlcnZpY2UnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24uc2VydmljZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcbmltcG9ydCB7IEJhc2VQYWdlIH0gZnJvbSAnLi4vLi4vcGFnZXMvQmFzZVBhZ2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtbWVudScsXG4gIHRlbXBsYXRlVXJsOiAnLi9tZW51LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbWVudS5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBNZW51Q29tcG9uZW50IGV4dGVuZHMgQmFzZVBhZ2UgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBtZW51czogTWVudUl0ZW1bXTtcbiAgcHVibGljIGFwcFZlcnNpb24gPSBMaWJDb25zdGFudHMuYXBwVmVyc2lvbjtcbiAgcHVibGljIHNob3dGYXZCdXR0b24gPSBmYWxzZTtcbiAgcHVibGljIHJlUmVuZGVyTWVudSA9IHRydWU7XG4gIHB1YmxpYyBsZWdhY3lNZW51ID0gTGliQ29uc3RhbnRzLmxlZ2FjeU1lbnU7XG4gIHB1YmxpYyBzaG93UHJvZmlsZVBvcHVwIDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgbmF2OiBOYXZDb250cm9sbGVyLCBwdWJsaWMgcG9wdXA6IFBvcG92ZXJDb250cm9sbGVyLCBwdWJsaWMgbHM6IExvZ2luU2VydmljZSwgcHVibGljIG5zOiBOb3RpZmljYXRpb25TZXJ2aWNlLCBcbiAgICAgICAgICAgICAgcHVibGljIHI6IFJvdXRlciwgcHVibGljIG1lbnU6IE1lbnVDb250cm9sbGVyLCBwdWJsaWMgdXRpbDogVXRpbFNlcnZpY2UsIHB1YmxpYyBhciA6IEFjdGl2YXRlZFJvdXRlKSB7IFxuICAgICAgICAgICAgICAgIHN1cGVyKCk7XG4gICAgICAgICAgICAgIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLnNldHVwVXNlck1lbnUoKTtcbiAgICB0aGlzLnNob3dGYXZCdXR0b24gPSB0aGlzLmxzLmlzQ3NyKCk7XG4gIH1cblxuICBzZXRNZW51KHVzZXI6IFVzZXJNb2RlbCkge1xuICAgIGlmICh1c2VyKSB7XG4gICAgICB0aGlzLm5zLnNldHVwTm90aWZpY2F0aW9uVGltZXIoKTtcbiAgICAgIGlmKCF0aGlzLmxzLmlzQ2xhaW1hbnQoKSB8fCB0aGlzLmxlZ2FjeU1lbnUgPT0gJ3RydWUnKXtcbiAgICAgICAgdGhpcy5sb2FkTWVudSgpO1xuICAgICAgfWVsc2Uge1xuICAgICAgICB0aGlzLnNldENsYWltYW50TWVudSgpO1xuICAgICAgfVxuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLm1lbnVzID0gW107XG4gICAgICB0aGlzLm5zLnJlbW92ZU5vdGlmaWNhdGlvblRpbWVyKCk7XG4gICAgfVxuICAgIHRoaXMuc2hvd0ZhdkJ1dHRvbiA9IHRoaXMubHMuaXNDc3IoKTtcbiAgfVxuXG4gIHNldENsYWltYW50TWVudSgpe1xuICAgIHRoaXMubWVudXMgPSBbXG4gICAgIHtcbiAgICAgICBsYWJlbDogXCJNZW51c1wiLFxuICAgICAgICBpdGVtczogW1xuICAgICAgICAgIHtcbiAgICAgICAgICAgIFwibGFiZWxcIjogXCJIb21lXCIsIFxuICAgICAgICAgICAgXCJzdGF0ZVwiIDoge1xuICAgICAgICAgICAgICBcImNvbnNvcnRpdW1TdGF0ZVwiIDogW1wibXNcIl0sXG4gICAgICAgICAgICAgIFwicm9sZXNcIiA6IFtcImNsYWltYW50XCJdLFxuICAgICAgICAgICAgICBcInJvdXRlckxpbmtcIjogXCJ3ZWxjb21lXCIsXG4gICAgICAgICAgICAgIFwiY29udGV4dFwiIDogXCJjcFwiLFxuICAgICAgICAgICAgICBcImlkXCI6IFwibWVudS0xOFwiXG4gICAgICAgICAgICB9fSxcbiAgICAgICAgICAgIC4uLighdGhpcy5pc01TKCkgPyBbe1xuICAgICAgICAgICAgICBsYWJlbDogXCJDbGFpbXNcIixcbiAgICAgICAgICAgICAgc3RhdGU6IHtcbiAgICAgICAgICAgICAgICBjb25zb3J0aXVtU3RhdGU6IFtcIm1zXCJdLFxuICAgICAgICAgICAgICAgIHJvbGVzOiBbXCJjbGFpbWFudFwiXSxcbiAgICAgICAgICAgICAgICByb3V0ZXJMaW5rOiBcImNsYWltYW50LWluZHVjdGlvblwiLFxuICAgICAgICAgICAgICAgIGNvbnRleHQ6IFwiY3BcIixcbiAgICAgICAgICAgICAgICBpZDogXCJtZW51LTE5XCJcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfV0gOiBbXSksXG4gICAgICAgICAgICB7XG4gICAgICAgICAgICBcImxhYmVsXCI6IFwiV2Vla2x5XCIsIFxuICAgICAgICAgICAgXCJzdGF0ZVwiIDoge1xuICAgICAgICAgICAgICBcImNvbnNvcnRpdW1TdGF0ZVwiIDogW1wibXNcIl0sXG4gICAgICAgICAgICAgIFwicm9sZXNcIiA6IFtcImNsYWltYW50XCJdLFxuICAgICAgICAgICAgICBcInJvdXRlckxpbmtcIjogXCJ2My93ZWVrbGllc1wiLFxuICAgICAgICAgICAgICBcImNvbnRleHRcIiA6IFwiY3BcIixcbiAgICAgICAgICAgICAgXCJpZFwiOiBcIm1lbnUtMTZcIlxuICAgICAgICAgICAgfVxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgICBcImxhYmVsXCI6IFwiSGlzdG9yeVwiLCBcbiAgICAgICAgICAgIFwic3RhdGVcIiA6IHtcbiAgICAgICAgICAgICAgXCJjb25zb3J0aXVtU3RhdGVcIiA6IFtcIm1zXCJdLFxuICAgICAgICAgICAgICBcInJvbGVzXCIgOiBbXCJjbGFpbWFudFwiXSxcbiAgICAgICAgICAgICAgXCJyb3V0ZXJMaW5rXCI6IFwiaGlzdG9yeVwiLFxuICAgICAgICAgICAgICBcImNvbnRleHRcIiA6IFwiY3BcIixcbiAgICAgICAgICAgICAgXCJpZFwiOiBcIm1lbnUtMTdcIlxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIF1cbiAgICAgfVxuICAgIF07XG4gICAgdGhpcy5scy5nZXRNZW51QnMoKS5uZXh0KHRoaXMubWVudXMpO1xuICB9XG5cbiAgbG9hZE1lbnUoKXtcbiAgICB0aGlzLmxzXG4gICAgICAgIC5nZXRVc2VyTWVudXMoKVxuICAgICAgICAuc3Vic2NyaWJlKFxuICAgICAgICAgIHJlcyA9PiB7XG4gICAgICAgICAgICB0aGlzLm1lbnVzID0gcmVzO1xuICAgICAgICAgICAgdGhpcy5scy5nZXRNZW51QnMoKS5uZXh0KHRoaXMubWVudXMpO1xuICAgICAgICAgICAgdGhpcy5mZXRjaE5vdGlmaWNhdGlvbnMoKTtcbiAgICAgICAgICB9LFxuICAgICAgICAgIGVyciA9PiB7XG4gICAgICAgICAgICB0aGlzLm1lbnVzID0gW107XG4gICAgICAgICAgICB0aGlzLmxzLmdldE1lbnVCcygpLm5leHQobnVsbCk7XG4gICAgICAgICAgfVxuICAgICAgICApO1xuICB9XG5cbiAgZmV0Y2hOb3RpZmljYXRpb25zKCl7XG4gICAgdGhpcy5uc1xuICAgICAgICAuZ2V0Tm90aWZpY2F0aW9ucygpXG4gICAgICAgIC5zdWJzY3JpYmUoXG4gICAgICAgICAgcmVzID0+IHtcbiAgICAgICAgICAgIHRoaXMubnMubm90aWZpY2F0aW9ucy5uZXh0KHJlcyk7XG4gICAgICAgICAgICB0aGlzLm5zLmdldFVucmVhZE5vdGlmaWNhdGlvbkNvdW50KCk7XG4gICAgICAgICAgfSxcbiAgICAgICAgICBlcnIgPT4ge1xuICAgICAgICAgICAgdGhpcy5ucy5ub3RpZmljYXRpb25Db3VudC5uZXh0KDApO1xuICAgICAgICAgICAgdGhpcy5ucy5ub3RpZmljYXRpb25zLm5leHQoW10pO1xuICAgICAgICAgIH1cbiAgICAgICAgKTtcbiAgfVxuXG4gIHByaXZhdGUgc2V0dXBVc2VyTWVudSgpIHtcbiAgICB0aGlzLmxzXG4gICAgICAuZ2V0VXNlckJzKClcbiAgICAgIC5zdWJzY3JpYmUodXNlciA9PiB7XG4gICAgICAgIGlmKHVzZXIgJiYgIXVzZXIuaXMyRkFSZXF1aXJlZCl7XG4gICAgICAgICAgdGhpcy5zZXRNZW51KHVzZXIpO1xuICAgICAgICB9IGVsc2V7XG4gICAgICAgICAgdGhpcy5tZW51cyA9IFtdO1xuICAgICAgICAgIHRoaXMubnMucmVtb3ZlTm90aWZpY2F0aW9uVGltZXIoKTtcbiAgICAgICAgfVxuICAgICAgfSk7XG4gIH1cblxuICBvcGVuUGFnZShtZW51OiBNZW51SXRlbSkge1xuICAgIGlmICghbWVudSkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBsZXQgYXBwTmFtZSA9IG1lbnUuc3RhdGUuYXBwO1xuICAgIGxldCBtZW51Q29udGV4dFJvb3QgPSBgLyR7bWVudS5zdGF0ZS5jb250ZXh0fWA7XG4gICAgbGV0IHBhZ2VUb05hdmlnYXRlIDogc3RyaW5nID0gbWVudS5zdGF0ZS5yb3V0ZXJMaW5rO1xuXG4gICAgaWYoYXBwTmFtZSA9PSAnYmVuJyl7XG4gICAgICB0aGlzLnV0aWwuc2hvd0xvYWRlcigpLnRoZW4oKCkgPT4ge1xuICAgICAgICB3aW5kb3cub3BlbihgJHtMaWJDb25zdGFudHMuYmVuZWZpdHNVcmxFeHRlcm5hbH0ke21lbnVDb250ZXh0Um9vdH0vJHtwYWdlVG9OYXZpZ2F0ZX0/YT0ke3RoaXMubHMuZ2V0VXNlcigpLmFjY2Vzc190b2tlbn0mcj0ke3RoaXMubHMuZ2V0VXNlcigpLnJlZnJlc2hfdG9rZW59JnY9MjI5OWAsICdfc2VsZicpO1xuICAgICAgfSk7XG4gICAgfWVsc2UgaWYoYXBwTmFtZSA9PSAndGF4Jyl7XG4gICAgICB0aGlzLnV0aWwuc2hvd0xvYWRlcigpLnRoZW4oKCkgPT4ge1xuICAgICAgICB3aW5kb3cub3BlbihgJHtMaWJDb25zdGFudHMudGF4VXJsRXh0ZXJuYWx9JHttZW51Q29udGV4dFJvb3R9LyR7cGFnZVRvTmF2aWdhdGV9P2E9JHt0aGlzLmxzLmdldFVzZXIoKS5hY2Nlc3NfdG9rZW59JnI9JHt0aGlzLmxzLmdldFVzZXIoKS5yZWZyZXNoX3Rva2VufSZ2PTIyOTlgLCAnX3NlbGYnKTtcbiAgICAgIH0pO1xuICAgIH1cblxuICAgIGxldCBjdXJyZW50Q29udGV4dFJvb3QgPSB0aGlzLnV0aWwuZ2V0Q29udGV4dFJvb3QoKTtcbiAgICBcbiAgICBpZihjdXJyZW50Q29udGV4dFJvb3QgPT0gbWVudUNvbnRleHRSb290KXtcbiAgICAgIHRoaXMuci5uYXZpZ2F0ZUJ5VXJsKGAvJHtwYWdlVG9OYXZpZ2F0ZX1gKTtcbiAgICB9IGVsc2V7XG4gICAgICB0aGlzLnV0aWwub3BlblBhZ2VCeUNvbnRleHRSb290KG1lbnVDb250ZXh0Um9vdCwgbWVudS5zdGF0ZS5yb3V0ZXJMaW5rKTtcbiAgICB9XG4gICAgdGhpcy5tZW51LmNsb3NlKCk7XG4gIH1cblxuICBtYXJrRmF2b3VyaXRlKGl0ZW0pe1xuICAgIGlmKGl0ZW0uc3RhdGUuaXNGYXYpe1xuICAgICAgaXRlbS5zdGF0ZS5pc0ZhdiA9ICFpdGVtLnN0YXRlLmlzRmF2O1xuICAgICAgdGhpcy5sc1xuICAgICAgICAgIC5yZW1vdmVGYXYoaXRlbS5zdGF0ZS5pZClcbiAgICAgICAgICAuc3Vic2NyaWJlKHJlcyA9PiB7XG4gICAgICAgICAgICB0aGlzLmxzLmdldE1lbnVCcygpLm5leHQocmVzKTtcbiAgICAgICAgICAgIHRoaXMudXRpbC50b2FzdChcIlJlbW92ZWQgRmF2b3VyaXRlLlwiKTtcbiAgICAgICAgICB9KTtcbiAgICB9ZWxzZSB7XG4gICAgICBpdGVtLnN0YXRlLmlzRmF2ID0gIWl0ZW0uc3RhdGUuaXNGYXY7XG4gICAgICB0aGlzLmxzXG4gICAgICAgICAgLm1hcmtGYXYoaXRlbS5zdGF0ZS5pZClcbiAgICAgICAgICAuc3Vic2NyaWJlKHJlcyA9PiB7XG4gICAgICAgICAgICB0aGlzLmxzLmdldE1lbnVCcygpLm5leHQocmVzKTtcbiAgICAgICAgICAgIHRoaXMudXRpbC50b2FzdChcIk1hcmtlZCBGYXZvdXJpdGUuXCIpO1xuICAgICAgICAgIH0pO1xuICAgIH1cbiAgfVxuXG4gIG9wZW5Ib21lKCl7XG4gICAgdGhpcy5uYXYubmF2aWdhdGVSb290KCcvd2VsY29tZScpO1xuICB9XG5cbiAgbWVudU9wZW5lZCgpe1xuICAgIHRoaXMucmVSZW5kZXJNZW51ID0gZmFsc2U7XG4gICAgdGhpcy5yZVJlbmRlck1lbnUgPSB0cnVlO1xuICB9XG5cbiAgc2hvd0ljb24oaXRlbSl7XG4gICAgbGV0IGN1cnJlbnRSb3V0ZSA9IHRoaXMuci51cmwucmVwbGFjZSgnLycsICcnKTtcbiAgICByZXR1cm4gY3VycmVudFJvdXRlLmluY2x1ZGVzKGl0ZW0uc3RhdGUucm91dGVyTGluayk7XG4gIH1cblxuICBuYXZpZ2F0ZShjb250ZXh0Um9vdCwgdXJpKXtcbiAgICBsZXQgY3VycmVudENvbnRleHRSb290ID0gdGhpcy51dGlsLmdldENvbnRleHRSb290KCk7XG4gICAgbGV0IHRhcmdldCA9IGAvJHtjb250ZXh0Um9vdH1gO1xuXG4gICAgaWYoY3VycmVudENvbnRleHRSb290ID09IHRhcmdldCl7XG4gICAgICB0aGlzLm5hdi5uYXZpZ2F0ZUZvcndhcmQoYC8ke3VyaX1gKTtcbiAgICB9ZWxzZXtcbiAgICAgIHRoaXMudXRpbC5vcGVuUGFnZUJ5Q29udGV4dFJvb3QodGFyZ2V0LCB1cmkpO1xuICAgIH1cbiAgICB0aGlzLm1lbnUuY2xvc2UoKTtcbiAgfVxuXG4gIGFzeW5jIHByZXNlbnRNeU5vdGlmaWNhdGlvblBvcG92ZXIoZXZlbnQpIHtcbiAgICBjb25zdCBwb3BvdmVyID0gYXdhaXQgdGhpcy5wb3B1cC5jcmVhdGUoe1xuICAgICAgY29tcG9uZW50OiBNeU5vdGlmaWNhdGlvbnNQYWdlLFxuICAgICAgdHJhbnNsdWNlbnQ6IHRydWUsXG4gICAgICBiYWNrZHJvcERpc21pc3M6IHRydWUsXG4gICAgICBjc3NDbGFzczogJ2hlYWRlci1wb3BvdmVyJ1xuICAgIH0pO1xuXG4gICAgcG9wb3Zlci5vbkRpZERpc21pc3MoKS50aGVuKCgpID0+IHtcbiAgICAgIHRoaXMubnMudXBkYXRlUmVhZEZsYWcoKTtcbiAgICB9KVxuICAgIHRoaXMubWVudS5jbG9zZSgpO1xuICAgIHJldHVybiBhd2FpdCBwb3BvdmVyLnByZXNlbnQoKTtcbiAgfVxuXG4gIGFzeW5jIHByZXNlbnRNeVByb2ZpbGVQb3BvdmVyKGV2ZW50KSB7XG5cbiAgICBpZih0aGlzLmxzLmlzQ2xhaW1hbnQoKSl7XG4gICAgICB0aGlzLnNob3dQcm9maWxlUG9wdXAgPSB0cnVlO1xuICAgICAgdGhpcy5tZW51LmNsb3NlKCk7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIFxuICAgIGNvbnN0IHBvcG92ZXIgPSBhd2FpdCB0aGlzLnBvcHVwLmNyZWF0ZSh7XG4gICAgICBjb21wb25lbnQ6IE15UHJvZmlsZVBhZ2UsXG4gICAgICB0cmFuc2x1Y2VudDogdHJ1ZSxcbiAgICAgIGJhY2tkcm9wRGlzbWlzczogdHJ1ZSxcbiAgICAgIGNzc0NsYXNzOiAnaGVhZGVyLXBvcG92ZXInXG4gICAgfSk7XG4gICAgXG4gICAgcmV0dXJuIGF3YWl0IHBvcG92ZXIucHJlc2VudCgpO1xuICB9XG5cbiAgbG9nb3V0KCl7XG4gICAgdGhpcy5uYXYubmF2aWdhdGVSb290KCcvbGFuZGluZycpO1xuICAgIHRoaXMubHMubG9nb3V0KCk7XG4gIH1cbn1cbiIsIjxpb24tbWVudSBzaWRlPVwic3RhcnRcIiBtZW51SWQ9XCJmaXJzdFwiIGNvbnRlbnRJZD1cIm1haW4tY29udGVudFwiICpuZ0lmPVwibHMuaXNMb2dnZWRJbigpICYmIG1lbnVzICYmIG1lbnVzLmxlbmd0aCA+IDBcIiAoaW9uRGlkT3Blbik9XCJtZW51T3BlbmVkKClcIj5cclxuICA8aW9uLWhlYWRlcj5cclxuICAgIDxpb24tdG9vbGJhcj5cclxuICAgICAgPGlvbi1idXR0b25zIHNsb3Q9XCJzdGFydFwiPlxyXG4gICAgICAgIDxpb24tbWVudS1idXR0b24gYXV0b0hpZGU9XCJmYWxzZVwiIHBUb29sdGlwPVwiQ2xvc2UgbWVudVwiIHRvb2x0aXBQb3NpdGlvbj1cImJvdHRvbVwiXHJcbiAgICAgICAgICAgICAgKm5nSWY9XCJscy5pc0xvZ2dlZEluKClcIj4gICAgXHJcbiAgICAgICAgICAgICAgPGlvbi1pY29uIGNvbG9yPVwic3VjY2Vzc1wiIG5hbWU9XCJjbG9zZVwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgPC9pb24tbWVudS1idXR0b24+XHJcbiAgICAgIDwvaW9uLWJ1dHRvbnM+XHJcbiAgICA8L2lvbi10b29sYmFyPlxyXG4gIDwvaW9uLWhlYWRlcj5cclxuICA8aW9uLWNvbnRlbnQ+XHJcbiAgICA8cC1hY2NvcmRpb24gKm5nSWY9XCJtZW51cyAmJiBtZW51cy5sZW5ndGggPiAwICYmICghbHMuaXNDbGFpbWFudCgpIHx8IGxlZ2FjeU1lbnUgPT0gJ3RydWUnKVwiPlxyXG4gICAgICA8cC1hY2NvcmRpb25UYWIgKm5nRm9yPVwibGV0IG1lbnUgb2YgbHMuZ2V0TWVudUJzKCkgfCBhc3luYzsgbGV0IGkgPSBpbmRleFwiIFtoZWFkZXJdPVwibWVudS5sYWJlbFwiPlxyXG4gICAgICAgIDxpb24tbGlzdD5cclxuICAgICAgICAgIDxpb24taXRlbSBidXR0b24gKm5nRm9yPVwibGV0IGl0ZW0gb2YgbWVudS5pdGVtc1wiIChjbGljayk9XCJvcGVuUGFnZShpdGVtKVwiIGxpbmVzPVwibm9uZVwiPlxyXG4gICAgICAgICAgICA8aW9uLWljb24gbmFtZT1cImxpbmtcIiBjb2xvcj1cInByaW1hcnlcIiBzbG90PVwic3RhcnRcIiAqbmdJZj1cIiFpdGVtLmljb25cIiBzdHlsZT1cIm1hcmdpbi1pbmxpbmUtZW5kOiAxNXB4ICFpbXBvcnRhbnQ7XCI+PC9pb24taWNvbj5cclxuICAgICAgICAgICAgPGlvbi1pY29uIFtuYW1lXT1cIml0ZW0uaWNvblwiIGNvbG9yPVwicHJpbWFyeVwiIHNsb3Q9XCJzdGFydFwiICpuZ0lmPVwiaXRlbS5pY29uXCIgc3R5bGU9XCJtYXJnaW4taW5saW5lLWVuZDogMTVweCAhaW1wb3J0YW50O1wiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICAgIDxpb24tbGFiZWwgY29sb3I9XCJwcmltYXJ5XCIgc3R5bGU9XCJmb250LXNpemU6IHNtYWxsO1wiPnt7aXRlbS5sYWJlbH19PC9pb24tbGFiZWw+XHJcbiAgICAgICAgICAgIDxpb24tYnV0dG9uIHNsb3Q9XCJlbmRcIiAoY2xpY2spPVwibWFya0Zhdm91cml0ZShpdGVtKTsgJGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1wiIGNvbG9yPVwid2FybmluZ1wiICpuZ0lmPVwic2hvd0ZhdkJ1dHRvblwiPlxyXG4gICAgICAgICAgICAgIDxpb24taWNvbiBuYW1lPVwic3Rhci1vdXRsaW5lXCIgKm5nSWY9XCIhaXRlbS5zdGF0ZS5pc0ZhdlwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJzdGFyLXNoYXJwXCIgKm5nSWY9XCJpdGVtLnN0YXRlLmlzRmF2XCI+PC9pb24taWNvbj5cclxuICAgICAgICAgICAgPC9pb24tYnV0dG9uPlxyXG4gICAgICAgICAgPC9pb24taXRlbT5cclxuICAgICAgICA8L2lvbi1saXN0PlxyXG4gICAgICA8L3AtYWNjb3JkaW9uVGFiPlxyXG4gICAgPC9wLWFjY29yZGlvbj5cclxuXHJcbiAgICA8ZGl2ICpuZ0lmPVwibWVudXMgJiYgbWVudXMubGVuZ3RoID4gMCAmJiAobHMuaXNDbGFpbWFudCgpICYmIGxlZ2FjeU1lbnUgPT0gJ2ZhbHNlJylcIj5cclxuICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgbWVudSBvZiBscy5nZXRNZW51QnMoKSB8IGFzeW5jOyBsZXQgaSA9IGluZGV4OyBsZXQgaXNMYXN0ID0gbGFzdFwiPlxyXG4gICAgICAgIDxpb24tbGlzdD5cclxuICAgICAgICAgIDxpb24taXRlbSBidXR0b24gKm5nRm9yPVwibGV0IGl0ZW0gb2YgbWVudS5pdGVtc1wiIChjbGljayk9XCJvcGVuUGFnZShpdGVtKVwiIGxpbmVzPVwibm9uZVwiPlxyXG4gICAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwicHJpbWFyeVwiIHN0eWxlPVwiZm9udC1zaXplOiAzMXB4O1wiIFtuZ0NsYXNzXT1cInNob3dJY29uKGl0ZW0pID8gJ3NlbGVjdGVkLW1lbnUnIDogJ3NlbGVjdGVkLW1lbnUtdW5zZWxlY3QnXCI+e3tpdGVtLmxhYmVsfX08L2lvbi1sYWJlbD5cclxuICAgICAgICAgIDwvaW9uLWl0ZW0+XHJcbiAgICAgICAgPC9pb24tbGlzdD5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxwLWRpdmlkZXI+PC9wLWRpdmlkZXI+XHJcblxyXG4gICAgICA8aW9uLWxpc3Q+XHJcbiAgICAgICAgPGlvbi1pdGVtIGJ1dHRvbiBsaW5lcz1cIm5vbmVcIiAoY2xpY2spPVwicHJlc2VudE15UHJvZmlsZVBvcG92ZXIoJGV2ZW50KVwiPlxyXG4gICAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJwZXJzb24tY2lyY2xlLW91dGxpbmVcIiBzbG90PVwic3RhcnRcIiBjbGFzcz1cIm1lbnUtaWNvblwiIGNvbG9yPVwicHJpbWFyeVwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwicHJpbWFyeVwiIHN0eWxlPVwiZm9udC1zaXplOiAzMXB4O1wiPlVzZXIgUHJvZmlsZTwvaW9uLWxhYmVsPlxyXG4gICAgICAgIDwvaW9uLWl0ZW0+XHJcbiAgICAgICAgPGlvbi1pdGVtIGJ1dHRvbiBsaW5lcz1cIm5vbmVcIiAoY2xpY2spPVwibmF2aWdhdGUoJ2NwJywgJ2RvY3VtZW50cycpXCI+XHJcbiAgICAgICAgICA8aSBjbGFzcz0ncGkgcGktZmlsZScgc3R5bGU9XCJjb2xvcjogcmdiYSg2OCwgMTIwLCAxNzAsIDEpOyBwYWRkaW5nLXJpZ2h0OiAxNXB4O1wiPjwvaT5cclxuICAgICAgICAgIDxpb24tbGFiZWwgY29sb3I9XCJwcmltYXJ5XCIgc3R5bGU9XCJmb250LXNpemU6IDMxcHg7XCI+RG9jdW1lbnRzPC9pb24tbGFiZWw+XHJcbiAgICAgICAgPC9pb24taXRlbT5cclxuICAgICAgICA8aW9uLWl0ZW0gYnV0dG9uIGxpbmVzPVwibm9uZVwiIChjbGljayk9XCJwcmVzZW50TXlOb3RpZmljYXRpb25Qb3BvdmVyKCRldmVudClcIj5cclxuICAgICAgICAgIDxpb24taWNvbiBuYW1lPVwibm90aWZpY2F0aW9ucy1vdXRsaW5lXCIgc2xvdD1cInN0YXJ0XCIgY2xhc3M9XCJtZW51LWljb25cIiBjb2xvcj1cInByaW1hcnlcIj48L2lvbi1pY29uPlxyXG4gICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cInByaW1hcnlcIiBzdHlsZT1cImZvbnQtc2l6ZTogMzFweDtcIj5Ob3RpZmljYXRpb25zPC9pb24tbGFiZWw+XHJcbiAgICAgICAgICA8aW9uLWJhZGdlIGNvbG9yPVwiZGFya1wiICpuZ0lmPVwibnMubm90aWZpY2F0aW9uQ291bnQuZ2V0VmFsdWUoKSA+IDBcIj5cclxuICAgICAgICAgICAgPGlvbi1sYWJlbD57e25zLm5vdGlmaWNhdGlvbkNvdW50LmdldFZhbHVlKCl9fTwvaW9uLWxhYmVsPlxyXG4gICAgICAgICAgPC9pb24tYmFkZ2U+XHJcbiAgICAgICAgPC9pb24taXRlbT5cclxuICAgICAgICA8aW9uLWl0ZW0gYnV0dG9uIGxpbmVzPVwibm9uZVwiIChjbGljayk9XCJsb2dvdXQoKVwiPlxyXG4gICAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJsb2ctb3V0LW91dGxpbmVcIiBzbG90PVwic3RhcnRcIiBjbGFzcz1cIm1lbnUtaWNvblwiIGNvbG9yPVwicHJpbWFyeVwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICA8aW9uLWxhYmVsIGNvbG9yPVwicHJpbWFyeVwiIHN0eWxlPVwiZm9udC1zaXplOiAzMXB4O1wiPkxvZ291dDwvaW9uLWxhYmVsPlxyXG4gICAgICAgIDwvaW9uLWl0ZW0+XHJcbiAgICAgIDwvaW9uLWxpc3Q+XHJcblxyXG4gICAgPC9kaXY+XHJcbiAgPC9pb24tY29udGVudD5cclxuPC9pb24tbWVudT5cclxuPGFwcC1wcm9maWxlICpuZ0lmPVwic2hvd1Byb2ZpbGVQb3B1cFwiIChvbkNhbmNlbCk9XCJzaG93UHJvZmlsZVBvcHVwID0gIXNob3dQcm9maWxlUG9wdXBcIj48L2FwcC1wcm9maWxlPiJdfQ==
|