@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,251 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { Validators } from '@angular/forms';
|
|
3
|
+
import { AppValidators } from '../../../validations/AppValidators';
|
|
4
|
+
import { BasePage } from '../../BasePage';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@angular/forms";
|
|
7
|
+
import * as i2 from "../../../services/claimant/claimant.service";
|
|
8
|
+
import * as i3 from "../../../services/util/util.service";
|
|
9
|
+
import * as i4 from "@ionic/angular";
|
|
10
|
+
import * as i5 from "@angular/common";
|
|
11
|
+
import * as i6 from "primeng/api";
|
|
12
|
+
import * as i7 from "@angular/material/form-field";
|
|
13
|
+
import * as i8 from "primeng/tabview";
|
|
14
|
+
import * as i9 from "@angular/material/input";
|
|
15
|
+
import * as i10 from "primeng/table";
|
|
16
|
+
import * as i11 from "../../../components/ssn/ssn.component";
|
|
17
|
+
function UserSearchComponent_mat_hint_5_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
+
i0.ɵɵelementStart(0, "mat-hint");
|
|
19
|
+
i0.ɵɵtext(1, " At least one search criteria is required. ");
|
|
20
|
+
i0.ɵɵelementEnd();
|
|
21
|
+
} }
|
|
22
|
+
function UserSearchComponent_mat_error_23_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
i0.ɵɵelementStart(0, "mat-error");
|
|
24
|
+
i0.ɵɵtext(1, " User ID should have minimum ");
|
|
25
|
+
i0.ɵɵelementStart(2, "strong");
|
|
26
|
+
i0.ɵɵtext(3, "5 characters");
|
|
27
|
+
i0.ɵɵelementEnd()();
|
|
28
|
+
} }
|
|
29
|
+
function UserSearchComponent_mat_error_29_Template(rf, ctx) { if (rf & 1) {
|
|
30
|
+
i0.ɵɵelementStart(0, "mat-error");
|
|
31
|
+
i0.ɵɵtext(1, " SSN should have ");
|
|
32
|
+
i0.ɵɵelementStart(2, "strong");
|
|
33
|
+
i0.ɵɵtext(3, "9 digits");
|
|
34
|
+
i0.ɵɵelementEnd()();
|
|
35
|
+
} }
|
|
36
|
+
function UserSearchComponent_div_42_Template(rf, ctx) { if (rf & 1) {
|
|
37
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
38
|
+
i0.ɵɵelement(1, "ion-spinner", 17);
|
|
39
|
+
i0.ɵɵelementEnd();
|
|
40
|
+
} }
|
|
41
|
+
function UserSearchComponent_div_43_Template(rf, ctx) { if (rf & 1) {
|
|
42
|
+
i0.ɵɵelementStart(0, "div")(1, "ion-label", 18);
|
|
43
|
+
i0.ɵɵtext(2, "No record(s) present to display.");
|
|
44
|
+
i0.ɵɵelementEnd()();
|
|
45
|
+
} }
|
|
46
|
+
function UserSearchComponent_div_44_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
47
|
+
i0.ɵɵelementStart(0, "tr")(1, "th", 23);
|
|
48
|
+
i0.ɵɵtext(2, "First Name ");
|
|
49
|
+
i0.ɵɵelement(3, "p-sortIcon", 24);
|
|
50
|
+
i0.ɵɵelementEnd();
|
|
51
|
+
i0.ɵɵelementStart(4, "th", 25);
|
|
52
|
+
i0.ɵɵtext(5, "Last Name ");
|
|
53
|
+
i0.ɵɵelement(6, "p-sortIcon", 26);
|
|
54
|
+
i0.ɵɵelementEnd();
|
|
55
|
+
i0.ɵɵelementStart(7, "th");
|
|
56
|
+
i0.ɵɵtext(8, "SSN");
|
|
57
|
+
i0.ɵɵelementEnd();
|
|
58
|
+
i0.ɵɵelementStart(9, "th", 27);
|
|
59
|
+
i0.ɵɵtext(10, "User ID ");
|
|
60
|
+
i0.ɵɵelement(11, "p-sortIcon", 28);
|
|
61
|
+
i0.ɵɵelementEnd();
|
|
62
|
+
i0.ɵɵelementStart(12, "th");
|
|
63
|
+
i0.ɵɵtext(13, "Action");
|
|
64
|
+
i0.ɵɵelementEnd()();
|
|
65
|
+
} }
|
|
66
|
+
function UserSearchComponent_div_44_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
67
|
+
const _r11 = i0.ɵɵgetCurrentView();
|
|
68
|
+
i0.ɵɵelementStart(0, "tr", 29)(1, "td");
|
|
69
|
+
i0.ɵɵtext(2);
|
|
70
|
+
i0.ɵɵelementEnd();
|
|
71
|
+
i0.ɵɵelementStart(3, "td");
|
|
72
|
+
i0.ɵɵtext(4);
|
|
73
|
+
i0.ɵɵelementEnd();
|
|
74
|
+
i0.ɵɵelementStart(5, "td", 3);
|
|
75
|
+
i0.ɵɵelement(6, "app-ssn", 30);
|
|
76
|
+
i0.ɵɵelementEnd();
|
|
77
|
+
i0.ɵɵelementStart(7, "td");
|
|
78
|
+
i0.ɵɵtext(8);
|
|
79
|
+
i0.ɵɵelementEnd();
|
|
80
|
+
i0.ɵɵelementStart(9, "td", 3)(10, "ion-button", 31);
|
|
81
|
+
i0.ɵɵlistener("click", function UserSearchComponent_div_44_ng_template_4_Template_ion_button_click_10_listener() { const restoredCtx = i0.ɵɵrestoreView(_r11); const claimant_r9 = restoredCtx.$implicit; const ctx_r10 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r10.openClaimant(claimant_r9)); });
|
|
82
|
+
i0.ɵɵelement(11, "ion-icon", 32);
|
|
83
|
+
i0.ɵɵtext(12, " View ");
|
|
84
|
+
i0.ɵɵelementEnd()()();
|
|
85
|
+
} if (rf & 2) {
|
|
86
|
+
const claimant_r9 = ctx.$implicit;
|
|
87
|
+
i0.ɵɵadvance(2);
|
|
88
|
+
i0.ɵɵtextInterpolate(claimant_r9.firstName);
|
|
89
|
+
i0.ɵɵadvance(2);
|
|
90
|
+
i0.ɵɵtextInterpolate(claimant_r9.lastName);
|
|
91
|
+
i0.ɵɵadvance(2);
|
|
92
|
+
i0.ɵɵproperty("ssn", claimant_r9.ssn);
|
|
93
|
+
i0.ɵɵadvance(2);
|
|
94
|
+
i0.ɵɵtextInterpolate(claimant_r9.userId);
|
|
95
|
+
} }
|
|
96
|
+
const _c0 = () => [5, 15, 30];
|
|
97
|
+
function UserSearchComponent_div_44_Template(rf, ctx) { if (rf & 1) {
|
|
98
|
+
i0.ɵɵelementStart(0, "div")(1, "p-table", 19, 20);
|
|
99
|
+
i0.ɵɵtemplate(3, UserSearchComponent_div_44_ng_template_3_Template, 14, 0, "ng-template", 21)(4, UserSearchComponent_div_44_ng_template_4_Template, 13, 4, "ng-template", 22);
|
|
100
|
+
i0.ɵɵelementEnd()();
|
|
101
|
+
} if (rf & 2) {
|
|
102
|
+
const ctx_r5 = i0.ɵɵnextContext();
|
|
103
|
+
i0.ɵɵadvance(1);
|
|
104
|
+
i0.ɵɵproperty("value", ctx_r5.results)("rowHover", true)("rows", 5)("showCurrentPageReport", true)("rowsPerPageOptions", i0.ɵɵpureFunction0(7, _c0))("paginator", true)("filterDelay", 0);
|
|
105
|
+
} }
|
|
106
|
+
export class UserSearchComponent extends BasePage {
|
|
107
|
+
constructor(fb, cs, util, nav, popup) {
|
|
108
|
+
super();
|
|
109
|
+
this.fb = fb;
|
|
110
|
+
this.cs = cs;
|
|
111
|
+
this.util = util;
|
|
112
|
+
this.nav = nav;
|
|
113
|
+
this.popup = popup;
|
|
114
|
+
this.index = 0;
|
|
115
|
+
this.results = [];
|
|
116
|
+
}
|
|
117
|
+
ngOnInit() {
|
|
118
|
+
this.initializeSearchForm();
|
|
119
|
+
}
|
|
120
|
+
initializeSearchForm() {
|
|
121
|
+
this.searchForm = this.fb.group({
|
|
122
|
+
'firstName': [],
|
|
123
|
+
'lastName': [],
|
|
124
|
+
'userId': [],
|
|
125
|
+
'ssn': []
|
|
126
|
+
}, {
|
|
127
|
+
validators: AppValidators.selectAtleastOne(Validators.required)
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
get firstName() {
|
|
131
|
+
return this.searchForm.get('firstName');
|
|
132
|
+
}
|
|
133
|
+
get lastName() {
|
|
134
|
+
return this.searchForm.get('lastName');
|
|
135
|
+
}
|
|
136
|
+
get userId() {
|
|
137
|
+
return this.searchForm.get('userId');
|
|
138
|
+
}
|
|
139
|
+
get ssn() {
|
|
140
|
+
return this.searchForm.get('ssn');
|
|
141
|
+
}
|
|
142
|
+
search() {
|
|
143
|
+
if (this.searchForm.invalid) {
|
|
144
|
+
return;
|
|
145
|
+
}
|
|
146
|
+
this.showLoader();
|
|
147
|
+
let searchCriteria = this.searchForm.value;
|
|
148
|
+
this.index = 3;
|
|
149
|
+
this.cs
|
|
150
|
+
.search(searchCriteria)
|
|
151
|
+
.subscribe(res => {
|
|
152
|
+
this.hideLoader();
|
|
153
|
+
this.results = res;
|
|
154
|
+
}, err => {
|
|
155
|
+
this.hideLoader();
|
|
156
|
+
this.results = [];
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
reset() {
|
|
160
|
+
this.searchForm.reset();
|
|
161
|
+
this.results = [];
|
|
162
|
+
}
|
|
163
|
+
openClaimant(value) {
|
|
164
|
+
this.cs.getClaimant().next(value);
|
|
165
|
+
this.popup.dismiss(null);
|
|
166
|
+
setTimeout(() => {
|
|
167
|
+
this.nav.navigateForward('/reset-password');
|
|
168
|
+
}, 250);
|
|
169
|
+
}
|
|
170
|
+
handleTabChange(event) {
|
|
171
|
+
this.index = event.index;
|
|
172
|
+
}
|
|
173
|
+
static { this.ɵfac = function UserSearchComponent_Factory(t) { return new (t || UserSearchComponent)(i0.ɵɵdirectiveInject(i1.UntypedFormBuilder), i0.ɵɵdirectiveInject(i2.ClaimantService), i0.ɵɵdirectiveInject(i3.UtilService), i0.ɵɵdirectiveInject(i4.NavController), i0.ɵɵdirectiveInject(i4.PopoverController)); }; }
|
|
174
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserSearchComponent, selectors: [["app-user-search"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 45, vars: 11, consts: [[1, "app-box"], [3, "activeIndex", "onChange"], ["header", "Claimant Search"], [1, "ion-text-center"], [4, "ngIf"], ["appearance", "outline"], ["matInput", "", "maxlength", "30", 3, "formControl"], ["matInput", "", "minlength", "5", "maxlength", "30", 3, "formControl"], ["matInput", "", "minlength", "9", "maxlength", "9", 3, "formControl"], ["shape", "round", "color", "success", 3, "click"], ["name", "search-outline", "slot", "start"], ["shape", "round", "color", "medium", 3, "click"], ["name", "refresh-sharp", "slot", "start"], ["header", "Employer Search"], ["header", "Internal User Search"], ["header", "Result(s)"], ["class", "ion-text-center", 4, "ngIf"], ["name", "dots"], ["color", "danger"], ["dataKey", "claimantId", "styleClass", "app-table", "currentPageReportTemplate", "Showing {first} to {last} of {totalRecords} entries", "showLoader", "true", 1, "ion-padding", 3, "value", "rowHover", "rows", "showCurrentPageReport", "rowsPerPageOptions", "paginator", "filterDelay"], ["dt", ""], ["pTemplate", "header"], ["pTemplate", "body"], ["pSortableColumn", "firstName"], ["field", "firstName"], ["pSortableColumn", "lastName"], ["field", "lastName"], ["pSortableColumn", "userId"], ["field", "userId"], [1, "ui-selectable-row"], [3, "ssn"], ["size", "small", "shape", "round", "color", "success", 3, "click"], ["slot", "start", "name", "eye"]], template: function UserSearchComponent_Template(rf, ctx) { if (rf & 1) {
|
|
175
|
+
i0.ɵɵelementStart(0, "ion-content")(1, "div", 0)(2, "p-tabView", 1);
|
|
176
|
+
i0.ɵɵlistener("onChange", function UserSearchComponent_Template_p_tabView_onChange_2_listener($event) { return ctx.handleTabChange($event); });
|
|
177
|
+
i0.ɵɵelementStart(3, "p-tabPanel", 2)(4, "div", 3);
|
|
178
|
+
i0.ɵɵtemplate(5, UserSearchComponent_mat_hint_5_Template, 2, 0, "mat-hint", 4);
|
|
179
|
+
i0.ɵɵelementEnd();
|
|
180
|
+
i0.ɵɵelementStart(6, "ion-row")(7, "ion-col", 3)(8, "mat-form-field", 5)(9, "mat-label");
|
|
181
|
+
i0.ɵɵtext(10, "First Name");
|
|
182
|
+
i0.ɵɵelementEnd();
|
|
183
|
+
i0.ɵɵelement(11, "input", 6);
|
|
184
|
+
i0.ɵɵelementEnd()();
|
|
185
|
+
i0.ɵɵelementStart(12, "ion-col", 3)(13, "mat-form-field", 5)(14, "mat-label");
|
|
186
|
+
i0.ɵɵtext(15, "Last Name");
|
|
187
|
+
i0.ɵɵelementEnd();
|
|
188
|
+
i0.ɵɵelement(16, "input", 6);
|
|
189
|
+
i0.ɵɵelementEnd()()();
|
|
190
|
+
i0.ɵɵelementStart(17, "ion-row")(18, "ion-col", 3)(19, "mat-form-field", 5)(20, "mat-label");
|
|
191
|
+
i0.ɵɵtext(21, "User ID");
|
|
192
|
+
i0.ɵɵelementEnd();
|
|
193
|
+
i0.ɵɵelement(22, "input", 7);
|
|
194
|
+
i0.ɵɵtemplate(23, UserSearchComponent_mat_error_23_Template, 4, 0, "mat-error", 4);
|
|
195
|
+
i0.ɵɵelementEnd()();
|
|
196
|
+
i0.ɵɵelementStart(24, "ion-col", 3)(25, "mat-form-field", 5)(26, "mat-label");
|
|
197
|
+
i0.ɵɵtext(27, "SSN");
|
|
198
|
+
i0.ɵɵelementEnd();
|
|
199
|
+
i0.ɵɵelement(28, "input", 8);
|
|
200
|
+
i0.ɵɵtemplate(29, UserSearchComponent_mat_error_29_Template, 4, 0, "mat-error", 4);
|
|
201
|
+
i0.ɵɵelementEnd()()();
|
|
202
|
+
i0.ɵɵelementStart(30, "div", 3)(31, "ion-button", 9);
|
|
203
|
+
i0.ɵɵlistener("click", function UserSearchComponent_Template_ion_button_click_31_listener() { return ctx.search(); });
|
|
204
|
+
i0.ɵɵelement(32, "ion-icon", 10);
|
|
205
|
+
i0.ɵɵtext(33, " Search ");
|
|
206
|
+
i0.ɵɵelementEnd();
|
|
207
|
+
i0.ɵɵelementStart(34, "ion-button", 11);
|
|
208
|
+
i0.ɵɵlistener("click", function UserSearchComponent_Template_ion_button_click_34_listener() { return ctx.reset(); });
|
|
209
|
+
i0.ɵɵelement(35, "ion-icon", 12);
|
|
210
|
+
i0.ɵɵtext(36, " Reset ");
|
|
211
|
+
i0.ɵɵelementEnd()()();
|
|
212
|
+
i0.ɵɵelementStart(37, "p-tabPanel", 13);
|
|
213
|
+
i0.ɵɵtext(38, " Coming Soon... ");
|
|
214
|
+
i0.ɵɵelementEnd();
|
|
215
|
+
i0.ɵɵelementStart(39, "p-tabPanel", 14);
|
|
216
|
+
i0.ɵɵtext(40, " Coming Soon... ");
|
|
217
|
+
i0.ɵɵelementEnd();
|
|
218
|
+
i0.ɵɵelementStart(41, "p-tabPanel", 15);
|
|
219
|
+
i0.ɵɵtemplate(42, UserSearchComponent_div_42_Template, 2, 0, "div", 16)(43, UserSearchComponent_div_43_Template, 3, 0, "div", 4)(44, UserSearchComponent_div_44_Template, 5, 8, "div", 4);
|
|
220
|
+
i0.ɵɵelementEnd()()()();
|
|
221
|
+
} if (rf & 2) {
|
|
222
|
+
i0.ɵɵadvance(2);
|
|
223
|
+
i0.ɵɵproperty("activeIndex", ctx.index);
|
|
224
|
+
i0.ɵɵadvance(3);
|
|
225
|
+
i0.ɵɵproperty("ngIf", ctx.searchForm.hasError("selectAtleastOne"));
|
|
226
|
+
i0.ɵɵadvance(6);
|
|
227
|
+
i0.ɵɵproperty("formControl", ctx.firstName);
|
|
228
|
+
i0.ɵɵadvance(5);
|
|
229
|
+
i0.ɵɵproperty("formControl", ctx.lastName);
|
|
230
|
+
i0.ɵɵadvance(6);
|
|
231
|
+
i0.ɵɵproperty("formControl", ctx.userId);
|
|
232
|
+
i0.ɵɵadvance(1);
|
|
233
|
+
i0.ɵɵproperty("ngIf", ctx.userId.hasError("minlength"));
|
|
234
|
+
i0.ɵɵadvance(5);
|
|
235
|
+
i0.ɵɵproperty("formControl", ctx.ssn);
|
|
236
|
+
i0.ɵɵadvance(1);
|
|
237
|
+
i0.ɵɵproperty("ngIf", ctx.ssn.hasError("minlength"));
|
|
238
|
+
i0.ɵɵadvance(13);
|
|
239
|
+
i0.ɵɵproperty("ngIf", ctx.loading);
|
|
240
|
+
i0.ɵɵadvance(1);
|
|
241
|
+
i0.ɵɵproperty("ngIf", !ctx.loading && ctx.results.length < 1);
|
|
242
|
+
i0.ɵɵadvance(1);
|
|
243
|
+
i0.ɵɵproperty("ngIf", !ctx.loading && ctx.results.length > 0);
|
|
244
|
+
} }, dependencies: [i4.IonButton, i4.IonCol, i4.IonContent, i4.IonIcon, i4.IonLabel, i4.IonRow, i4.IonSpinner, i5.NgIf, i6.PrimeTemplate, i7.MatFormField, i7.MatLabel, i7.MatHint, i7.MatError, i8.TabView, i8.TabPanel, i1.DefaultValueAccessor, i1.NgControlStatus, i1.MinLengthValidator, i1.MaxLengthValidator, i1.FormControlDirective, i9.MatInput, i10.Table, i10.SortableColumn, i10.SortIcon, i11.SsnComponent] }); }
|
|
245
|
+
}
|
|
246
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserSearchComponent, [{
|
|
247
|
+
type: Component,
|
|
248
|
+
args: [{ selector: 'app-user-search', template: "<ion-content>\r\n <div class=\"app-box\">\r\n <p-tabView [activeIndex]=\"index\" (onChange)=\"handleTabChange($event)\">\r\n <p-tabPanel header=\"Claimant Search\">\r\n <div class=\"ion-text-center\">\r\n <mat-hint *ngIf=\"searchForm.hasError('selectAtleastOne')\">\r\n At least one search criteria is required.\r\n </mat-hint>\r\n </div>\r\n <ion-row>\r\n <ion-col class=\"ion-text-center\">\r\n <mat-form-field appearance=\"outline\">\r\n <mat-label>First Name</mat-label>\r\n <input matInput [formControl]=\"firstName\" maxlength=\"30\">\r\n </mat-form-field>\r\n </ion-col>\r\n\r\n <ion-col class=\"ion-text-center\">\r\n <mat-form-field appearance=\"outline\">\r\n <mat-label>Last Name</mat-label>\r\n <input matInput [formControl]=\"lastName\" maxlength=\"30\">\r\n </mat-form-field>\r\n </ion-col>\r\n\r\n </ion-row>\r\n <ion-row>\r\n <ion-col class=\"ion-text-center\">\r\n <mat-form-field appearance=\"outline\">\r\n <mat-label>User ID</mat-label>\r\n <input matInput [formControl]=\"userId\" minlength=\"5\" maxlength=\"30\">\r\n <mat-error *ngIf=\"userId.hasError('minlength')\">\r\n User ID should have minimum <strong>5 characters</strong>\r\n </mat-error>\r\n </mat-form-field>\r\n </ion-col>\r\n <ion-col class=\"ion-text-center\">\r\n <mat-form-field appearance=\"outline\">\r\n <mat-label>SSN</mat-label>\r\n <input matInput [formControl]=\"ssn\" minlength=\"9\" maxlength=\"9\">\r\n <mat-error *ngIf=\"ssn.hasError('minlength')\">\r\n SSN should have <strong>9 digits</strong>\r\n </mat-error>\r\n </mat-form-field>\r\n </ion-col>\r\n </ion-row>\r\n <div class=\"ion-text-center\">\r\n <ion-button shape=\"round\" (click)=\"search()\" color=\"success\">\r\n <ion-icon name=\"search-outline\" slot=\"start\"></ion-icon>\r\n Search\r\n </ion-button>\r\n <ion-button shape=\"round\" (click)=\"reset()\" color=\"medium\">\r\n <ion-icon name=\"refresh-sharp\" slot=\"start\"></ion-icon>\r\n Reset\r\n </ion-button>\r\n </div>\r\n </p-tabPanel>\r\n\r\n <p-tabPanel header=\"Employer Search\">\r\n Coming Soon...\r\n </p-tabPanel>\r\n\r\n <p-tabPanel header=\"Internal User Search\">\r\n Coming Soon...\r\n </p-tabPanel>\r\n\r\n <p-tabPanel header=\"Result(s)\">\r\n <div *ngIf=\"loading\" class=\"ion-text-center\">\r\n <ion-spinner name=\"dots\"></ion-spinner>\r\n </div>\r\n <div *ngIf=\"!loading && results.length < 1\">\r\n <ion-label color=\"danger\">No record(s) present to display.</ion-label>\r\n </div>\r\n <div *ngIf=\"!loading && results.length > 0\">\r\n <p-table #dt [value]=\"results\" dataKey=\"claimantId\" styleClass=\"app-table\" [rowHover]=\"true\"\r\n [rows]=\"5\" [showCurrentPageReport]=\"true\" [rowsPerPageOptions]=\"[5,15,30]\"\r\n [paginator]=\"true\" currentPageReportTemplate=\"Showing {first} to {last} of {totalRecords} entries\"\r\n [filterDelay]=\"0\" showLoader=\"true\" class=\"ion-padding\">\r\n \r\n <ng-template pTemplate=\"header\">\r\n <tr>\r\n <th pSortableColumn=\"firstName\">First Name <p-sortIcon field=\"firstName\"></p-sortIcon></th>\r\n <th pSortableColumn=\"lastName\">Last Name <p-sortIcon field=\"lastName\"></p-sortIcon></th>\r\n <th >SSN</th>\r\n <th pSortableColumn=\"userId\">User ID <p-sortIcon field=\"userId\"></p-sortIcon></th>\r\n <th >Action</th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-claimant>\r\n <tr class=\"ui-selectable-row\">\r\n <td>{{claimant.firstName}}</td>\r\n <td>{{claimant.lastName}}</td>\r\n <td class=\"ion-text-center\">\r\n <app-ssn [ssn]=\"claimant.ssn\"></app-ssn>\r\n </td>\r\n <td>{{claimant.userId}}</td>\r\n <td class=\"ion-text-center\">\r\n <ion-button size=\"small\" shape=\"round\" color=\"success\" (click)=openClaimant(claimant)>\r\n <ion-icon slot=\"start\" name=\"eye\"></ion-icon>\r\n View\r\n </ion-button>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n </p-table>\r\n </div>\r\n </p-tabPanel>\r\n </p-tabView>\r\n </div>\r\n</ion-content>" }]
|
|
249
|
+
}], () => [{ type: i1.UntypedFormBuilder }, { type: i2.ClaimantService }, { type: i3.UtilService }, { type: i4.NavController }, { type: i4.PopoverController }], null); })();
|
|
250
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserSearchComponent, { className: "UserSearchComponent", filePath: "lib\\pages\\popovers\\user-search\\user-search.component.ts", lineNumber: 15 }); })();
|
|
251
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1zZWFyY2guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9wYWdlcy9wb3BvdmVycy91c2VyLXNlYXJjaC91c2VyLXNlYXJjaC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BhZ2VzL3BvcG92ZXJzL3VzZXItc2VhcmNoL3VzZXItc2VhcmNoLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUF3QyxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUtsRixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDbkUsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7Ozs7OztJQ0Z0QixnQ0FBMEQ7SUFDdEQsMkRBQ0o7SUFBQSxpQkFBVzs7O0lBdUJILGlDQUFnRDtJQUM1Qyw2Q0FBNEI7SUFBQSw4QkFBUTtJQUFBLDRCQUFZO0lBQUEsaUJBQVMsRUFBQTs7O0lBUTdELGlDQUE2QztJQUN6QyxpQ0FBZ0I7SUFBQSw4QkFBUTtJQUFBLHdCQUFRO0lBQUEsaUJBQVMsRUFBQTs7O0lBMEJ6RCw4QkFBNkM7SUFDekMsa0NBQXVDO0lBQzNDLGlCQUFNOzs7SUFDTiwyQkFBNEMsb0JBQUE7SUFDZCxnREFBZ0M7SUFBQSxpQkFBWSxFQUFBOzs7SUFTOUQsMEJBQUksYUFBQTtJQUNnQywyQkFBVztJQUFBLGlDQUEyQztJQUFBLGlCQUFLO0lBQzNGLDhCQUErQjtJQUFBLDBCQUFVO0lBQUEsaUNBQTBDO0lBQUEsaUJBQUs7SUFDeEYsMEJBQUs7SUFBQSxtQkFBRztJQUFBLGlCQUFLO0lBQ2Is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OUIsNEJBQW9FO1lBQ3BFLGtGQUVZO1lBQ2hCLGlCQUFpQixFQUFBO1lBRXJCLG1DQUFpQyx5QkFBQSxpQkFBQTtZQUVkLG9CQUFHO1lBQUEsaUJBQVk7WUFDMUIsNEJBQWdFO1lBQ2hFLGtGQUVZO1lBQ2hCLGlCQUFpQixFQUFBLEVBQUE7WUFHekIsK0JBQTZCLHFCQUFBO1lBQ0MscUdBQVMsWUFBUSxJQUFDO1lBQ3hDLGdDQUF3RDtZQUN4RCx5QkFDSjtZQUFBLGlCQUFhO1lBQ2IsdUNBQTJEO1lBQWpDLHFHQUFTLFdBQU8sSUFBQztZQUN2QyxnQ0FBdUQ7WUFDdkQsd0JBQ0o7WUFBQSxpQkFBYSxFQUFBLEVBQUE7WUFJckIsdUNBQXFDO1lBQ2pDLGlDQUNKO1lBQUEsaUJBQWE7WUFFYix1Q0FBMEM7WUFDdEMsaUNBQ0o7WUFBQSxpQkFBYTtZQUViLHVDQUErQjtZQUMzQix1RUFFTSx5REFBQSx5REFBQTtZQXFDVixpQkFBYSxFQUFBLEVBQUEsRUFBQTs7WUF2R04sZUFBcUI7WUFBckIsdUNBQXFCO1lBR1QsZUFBNkM7WUFBN0Msa0VBQTZDO1lBUWhDLGVBQXlCO1lBQXpCLDJDQUF5QjtZQU96QixlQUF3QjtZQUF4QiwwQ0FBd0I7WUFTeEIsZUFBc0I7WUFBdEIsd0NBQXNCO1lBQzFCLGVBQWtDO1lBQWxDLHVEQUFrQztZQVE5QixlQUFtQjtZQUFuQixxQ0FBbUI7WUFDdkIsZUFBK0I7WUFBL0Isb0RBQStCO1lBMkJqRCxnQkFBYTtZQUFiLGtDQUFhO1lBR2IsZUFBb0M7WUFBcEMsNkRBQW9DO1lBR3BDLGVBQW9DO1lBQXBDLDZEQUFvQzs7O2lGRDFEN0MsbUJBQW1CO2NBTC9CLFNBQVM7MkJBQ0UsaUJBQWlCOztrRkFJaEIsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVudHlwZWRGb3JtQnVpbGRlciwgVW50eXBlZEZvcm1Hcm91cCwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IE5hdkNvbnRyb2xsZXIsIFBvcG92ZXJDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuaW1wb3J0IHsgQ2xhaW1hbnRNb2RlbCB9IGZyb20gJy4uLy4uLy4uL21vZGVscy9jbGFpbWFudC9DbGFpbWFudE1vZGVsJztcbmltcG9ydCB7IENsYWltYW50U2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2NsYWltYW50L2NsYWltYW50LnNlcnZpY2UnO1xuaW1wb3J0IHsgVXRpbFNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy91dGlsL3V0aWwuc2VydmljZSc7XG5pbXBvcnQgeyBBcHBWYWxpZGF0b3JzIH0gZnJvbSAnLi4vLi4vLi4vdmFsaWRhdGlvbnMvQXBwVmFsaWRhdG9ycyc7XG5pbXBvcnQgeyBCYXNlUGFnZSB9IGZyb20gJy4uLy4uL0Jhc2VQYWdlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXVzZXItc2VhcmNoJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3VzZXItc2VhcmNoLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vdXNlci1zZWFyY2guY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIFVzZXJTZWFyY2hDb21wb25lbnQgZXh0ZW5kcyBCYXNlUGFnZSBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgcHVibGljIGluZGV4IDogbnVtYmVyID0gMDtcbiAgcHVibGljIHJlc3VsdHM6IENsYWltYW50TW9kZWxbXSA9IFtdO1xuICBwdWJsaWMgc2VhcmNoRm9ybSA6IFVudHlwZWRGb3JtR3JvdXA7XG5cbiAgY29uc3RydWN0b3IocHVibGljIGZiIDogVW50eXBlZEZvcm1CdWlsZGVyLCBwdWJsaWMgY3MgOiBDbGFpbWFudFNlcnZpY2UsIHB1YmxpYyB1dGlsIDogVXRpbFNlcnZpY2UsIHByaXZhdGUgbmF2IDogTmF2Q29udHJvbGxlciwgcHVibGljIHBvcHVwOiBQb3BvdmVyQ29udHJvbGxlcikgeyBcbiAgICBzdXBlcigpO1xuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5pbml0aWFsaXplU2VhcmNoRm9ybSgpO1xuICB9XG5cbiAgaW5pdGlhbGl6ZVNlYXJjaEZvcm0oKXtcbiAgICB0aGlzLnNlYXJjaEZvcm0gPSB0aGlzLmZiLmdyb3VwKHtcbiAgICAgICdmaXJzdE5hbWUnIDogW10sXG4gICAgICAnbGFzdE5hbWUnIDogW10sXG4gICAgICAndXNlcklkJyA6IFtdLFxuICAgICAgJ3NzbicgOiBbXVxuICAgIH0sIHtcbiAgICAgIHZhbGlkYXRvcnM6IEFwcFZhbGlkYXRvcnMuc2VsZWN0QXRsZWFzdE9uZShWYWxpZGF0b3JzLnJlcXVpcmVkKVxuICAgIH0pO1xuICB9XG5cbiAgZ2V0IGZpcnN0TmFtZSgpe1xuICAgIHJldHVybiB0aGlzLnNlYXJjaEZvcm0uZ2V0KCdmaXJzdE5hbWUnKTtcbiAgfVxuXG4gIGdldCBsYXN0TmFtZSgpe1xuICAgIHJldHVybiB0aGlzLnNlYXJjaEZvcm0uZ2V0KCdsYXN0TmFtZScpO1xuICB9XG5cbiAgZ2V0IHVzZXJJZCgpe1xuICAgIHJldHVybiB0aGlzLnNlYXJjaEZvcm0uZ2V0KCd1c2VySWQnKTtcbiAgfVxuXG4gIGdldCBzc24oKXtcbiAgICByZXR1cm4gdGhpcy5zZWFyY2hGb3JtLmdldCgnc3NuJyk7XG4gIH1cblxuICBzZWFyY2goKXtcbiAgICBpZiAodGhpcy5zZWFyY2hGb3JtLmludmFsaWQpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgdGhpcy5zaG93TG9hZGVyKCk7XG5cbiAgICBsZXQgc2VhcmNoQ3JpdGVyaWEgPSB0aGlzLnNlYXJjaEZvcm0udmFsdWU7XG4gICAgdGhpcy5pbmRleCA9IDM7XG4gICAgdGhpcy5jc1xuICAgICAgICAuc2VhcmNoKHNlYXJjaENyaXRlcmlhKVxuICAgICAgICAuc3Vic2NyaWJlKFxuICAgICAgICAgIHJlcyA9PiB7XG4gICAgICAgICAgICB0aGlzLmhpZGVMb2FkZXIoKTtcbiAgICAgICAgICAgIHRoaXMucmVzdWx0cyA9IHJlcztcbiAgICAgICAgICB9LFxuICAgICAgICAgIGVyciA9PiB7XG4gICAgICAgICAgICB0aGlzLmhpZGVMb2FkZXIoKTtcbiAgICAgICAgICAgIHRoaXMucmVzdWx0cyA9IFtdO1xuICAgICAgICAgIH1cbiAgICAgICAgKTtcbiAgfVxuXG4gIHJlc2V0KCl7XG4gICAgdGhpcy5zZWFyY2hGb3JtLnJlc2V0KCk7XG4gICAgdGhpcy5yZXN1bHRzID0gW107XG4gIH1cblxuXG4gIG9wZW5DbGFpbWFudCh2YWx1ZSA6IENsYWltYW50TW9kZWwpe1xuICAgIHRoaXMuY3MuZ2V0Q2xhaW1hbnQoKS5uZXh0KHZhbHVlKTtcbiAgICB0aGlzLnBvcHVwLmRpc21pc3MobnVsbCk7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICB0aGlzLm5hdi5uYXZpZ2F0ZUZvcndhcmQoJy9yZXNldC1wYXNzd29yZCcpO1xuICAgIH0sIDI1MClcbiAgICBcbiAgfVxuXG4gIGhhbmRsZVRhYkNoYW5nZShldmVudCl7XG4gICAgdGhpcy5pbmRleCA9IGV2ZW50LmluZGV4O1xuICB9XG5cbn1cbiIsIjxpb24tY29udGVudD5cclxuICAgIDxkaXYgY2xhc3M9XCJhcHAtYm94XCI+XHJcbiAgICAgICAgPHAtdGFiVmlldyBbYWN0aXZlSW5kZXhdPVwiaW5kZXhcIiAob25DaGFuZ2UpPVwiaGFuZGxlVGFiQ2hhbmdlKCRldmVudClcIj5cclxuICAgICAgICAgICAgPHAtdGFiUGFuZWwgaGVhZGVyPVwiQ2xhaW1hbnQgU2VhcmNoXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPG1hdC1oaW50ICpuZ0lmPVwic2VhcmNoRm9ybS5oYXNFcnJvcignc2VsZWN0QXRsZWFzdE9uZScpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIEF0IGxlYXN0IG9uZSBzZWFyY2ggY3JpdGVyaWEgaXMgcmVxdWlyZWQuXHJcbiAgICAgICAgICAgICAgICAgICAgPC9tYXQtaGludD5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGlvbi1yb3c+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJvdXRsaW5lXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWxhYmVsPkZpcnN0IE5hbWU8L21hdC1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCBtYXRJbnB1dCBbZm9ybUNvbnRyb2xdPVwiZmlyc3ROYW1lXCIgbWF4bGVuZ3RoPVwiMzBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1jb2w+XHJcblxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tY29sIGNsYXNzPVwiaW9uLXRleHQtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwib3V0bGluZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1sYWJlbD5MYXN0IE5hbWU8L21hdC1sYWJlbD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCBtYXRJbnB1dCBbZm9ybUNvbnRyb2xdPVwibGFzdE5hbWVcIiBtYXhsZW5ndGg9XCIzMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWNvbD5cclxuXHJcbiAgICAgICAgICAgICAgICA8L2lvbi1yb3c+XHJcbiAgICAgICAgICAgICAgICA8aW9uLXJvdz5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLWNvbCBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cIm91dGxpbmVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtbGFiZWw+VXNlciBJRDwvbWF0LWxhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IG1hdElucHV0IFtmb3JtQ29udHJvbF09XCJ1c2VySWRcIiBtaW5sZW5ndGg9XCI1XCIgbWF4bGVuZ3RoPVwiMzBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtZXJyb3IgKm5nSWY9XCJ1c2VySWQuaGFzRXJyb3IoJ21pbmxlbmd0aCcpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgVXNlciBJRCBzaG91bGQgaGF2ZSBtaW5pbXVtIDxzdHJvbmc+NSBjaGFyYWN0ZXJzPC9zdHJvbmc+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hdC1lcnJvcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgICAgICAgICAgICAgICAgICA8L2lvbi1jb2w+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1jb2wgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJvdXRsaW5lXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWF0LWxhYmVsPlNTTjwvbWF0LWxhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IG1hdElucHV0IFtmb3JtQ29udHJvbF09XCJzc25cIiBtaW5sZW5ndGg9XCI5XCIgbWF4bGVuZ3RoPVwiOVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1lcnJvciAqbmdJZj1cInNzbi5oYXNFcnJvcignbWlubGVuZ3RoJylcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBTU04gc2hvdWxkIGhhdmUgPHN0cm9uZz45IGRpZ2l0czwvc3Ryb25nPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXQtZXJyb3I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9pb24tY29sPlxyXG4gICAgICAgICAgICAgICAgPC9pb24tcm93PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpb24tYnV0dG9uIHNoYXBlPVwicm91bmRcIiAoY2xpY2spPVwic2VhcmNoKClcIiBjb2xvcj1cInN1Y2Nlc3NcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1pY29uIG5hbWU9XCJzZWFyY2gtb3V0bGluZVwiIHNsb3Q9XCJzdGFydFwiPjwvaW9uLWljb24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFNlYXJjaFxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLWJ1dHRvbiBzaGFwZT1cInJvdW5kXCIgKGNsaWNrKT1cInJlc2V0KClcIiBjb2xvcj1cIm1lZGl1bVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW9uLWljb24gbmFtZT1cInJlZnJlc2gtc2hhcnBcIiBzbG90PVwic3RhcnRcIj48L2lvbi1pY29uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBSZXNldFxyXG4gICAgICAgICAgICAgICAgICAgIDwvaW9uLWJ1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L3AtdGFiUGFuZWw+XHJcblxyXG4gICAgICAgICAgICA8cC10YWJQYW5lbCBoZWFkZXI9XCJFbXBsb3llciBTZWFyY2hcIj5cclxuICAgICAgICAgICAgICAgIENvbWluZyBTb29uLi4uXHJcbiAgICAgICAgICAgIDwvcC10YWJQYW5lbD5cclxuXHJcbiAgICAgICAgICAgIDxwLXRhYlBhbmVsIGhlYWRlcj1cIkludGVybmFsIFVzZXIgU2VhcmNoXCI+XHJcbiAgICAgICAgICAgICAgICBDb21pbmcgU29vbi4uLlxyXG4gICAgICAgICAgICA8L3AtdGFiUGFuZWw+XHJcblxyXG4gICAgICAgICAgICA8cC10YWJQYW5lbCBoZWFkZXI9XCJSZXN1bHQocylcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJsb2FkaW5nXCIgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICA8aW9uLXNwaW5uZXIgbmFtZT1cImRvdHNcIj48L2lvbi1zcGlubmVyPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiIWxvYWRpbmcgJiYgcmVzdWx0cy5sZW5ndGggPCAxXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlvbi1sYWJlbCBjb2xvcj1cImRhbmdlclwiPk5vIHJlY29yZChzKSBwcmVzZW50IHRvIGRpc3BsYXkuPC9pb24tbGFiZWw+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCIhbG9hZGluZyAmJiByZXN1bHRzLmxlbmd0aCA+IDBcIj5cclxuICAgICAgICAgICAgICAgICAgICA8cC10YWJsZSAjZHQgW3ZhbHVlXT1cInJlc3VsdHNcIiBkYXRhS2V5PVwiY2xhaW1hbnRJZFwiIHN0eWxlQ2xhc3M9XCJhcHAtdGFibGVcIiBbcm93SG92ZXJdPVwidHJ1ZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtyb3dzXT1cIjVcIiBbc2hvd0N1cnJlbnRQYWdlUmVwb3J0XT1cInRydWVcIiBbcm93c1BlclBhZ2VPcHRpb25zXT1cIls1LDE1LDMwXVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtwYWdpbmF0b3JdPVwidHJ1ZVwiIGN1cnJlbnRQYWdlUmVwb3J0VGVtcGxhdGU9XCJTaG93aW5nICYjMTIzO2ZpcnN0JiMxMjU7IHRvICYjMTIzO2xhc3QmIzEyNTsgb2YgJiMxMjM7dG90YWxSZWNvcmRzJiMxMjU7IGVudHJpZXNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbZmlsdGVyRGVsYXldPVwiMFwiIHNob3dMb2FkZXI9XCJ0cnVlXCIgY2xhc3M9XCJpb24tcGFkZGluZ1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImhlYWRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0aCBwU29ydGFibGVDb2x1bW49XCJmaXJzdE5hbWVcIj5GaXJzdCBOYW1lIDxwLXNvcnRJY29uIGZpZWxkPVwiZmlyc3ROYW1lXCI+PC9wLXNvcnRJY29uPjwvdGg+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRoIHBTb3J0YWJsZUNvbHVtbj1cImxhc3ROYW1lXCI+TGFzdCBOYW1lIDxwLXNvcnRJY29uIGZpZWxkPVwibGFzdE5hbWVcIj48L3Atc29ydEljb24+PC90aD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGggPlNTTjwvdGg+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRoIHBTb3J0YWJsZUNvbHVtbj1cInVzZXJJZFwiPlVzZXIgSUQgPHAtc29ydEljb24gZmllbGQ9XCJ1c2VySWRcIj48L3Atc29ydEljb24+PC90aD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGggPkFjdGlvbjwvdGg+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiYm9keVwiIGxldC1jbGFpbWFudD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ciBjbGFzcz1cInVpLXNlbGVjdGFibGUtcm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkPnt7Y2xhaW1hbnQuZmlyc3ROYW1lfX08L3RkPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZD57e2NsYWltYW50Lmxhc3ROYW1lfX08L3RkPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLXNzbiBbc3NuXT1cImNsYWltYW50LnNzblwiPjwvYXBwLXNzbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZD57e2NsYWltYW50LnVzZXJJZH19PC90ZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgY2xhc3M9XCJpb24tdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlvbi1idXR0b24gc2l6ZT1cInNtYWxsXCIgc2hhcGU9XCJyb3VuZFwiICBjb2xvcj1cInN1Y2Nlc3NcIiAoY2xpY2spPW9wZW5DbGFpbWFudChjbGFpbWFudCk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpb24taWNvbiBzbG90PVwic3RhcnRcIiBuYW1lPVwiZXllXCI+PC9pb24taWNvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgVmlld1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2lvbi1idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9wLXRhYmxlPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvcC10YWJQYW5lbD5cclxuICAgICAgICA8L3AtdGFiVmlldz5cclxuICAgIDwvZGl2PlxyXG48L2lvbi1jb250ZW50PiJdfQ==
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class FilterPipe {
|
|
4
|
+
transform(value, textToSearch, controlName) {
|
|
5
|
+
if (!value) {
|
|
6
|
+
return [];
|
|
7
|
+
}
|
|
8
|
+
if (!textToSearch) {
|
|
9
|
+
return value;
|
|
10
|
+
}
|
|
11
|
+
textToSearch = textToSearch.toLowerCase();
|
|
12
|
+
return value.filter((it) => {
|
|
13
|
+
if (typeof controlName === 'string') {
|
|
14
|
+
return it[controlName].toLowerCase().includes(textToSearch);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
return it[controlName[0]].toLowerCase().includes(textToSearch);
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
static { this.ɵfac = function FilterPipe_Factory(t) { return new (t || FilterPipe)(); }; }
|
|
22
|
+
static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filter", type: FilterPipe, pure: true }); }
|
|
23
|
+
}
|
|
24
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FilterPipe, [{
|
|
25
|
+
type: Pipe,
|
|
26
|
+
args: [{
|
|
27
|
+
name: 'filter'
|
|
28
|
+
}]
|
|
29
|
+
}], null, null); })();
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcmV1c2EtYXBwLWxpYi9zcmMvbGliL3BpcGVzL2ZpbHRlci5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQUtwRCxNQUFNLE9BQU8sVUFBVTtJQUVyQixTQUFTLENBQUMsS0FBVSxFQUFFLFlBQXFCLEVBQUUsV0FBK0I7UUFDMUUsSUFBSSxDQUFDLEtBQUssRUFBRTtZQUNWLE9BQU8sRUFBRSxDQUFDO1NBQ1g7UUFDRCxJQUFJLENBQUMsWUFBWSxFQUFFO1lBQ2pCLE9BQU8sS0FBSyxDQUFDO1NBQ2Q7UUFDRCxZQUFZLEdBQUcsWUFBWSxDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQzFDLE9BQU8sS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDLEVBQU8sRUFBRSxFQUFFO1lBQzlCLElBQUcsT0FBTyxXQUFXLEtBQUssUUFBUSxFQUFDO2dCQUNqQyxPQUFPLEVBQUUsQ0FBQyxXQUFXLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxRQUFRLENBQUMsWUFBWSxDQUFDLENBQUM7YUFDN0Q7aUJBQUk7Z0JBQ0gsT0FBTyxFQUFFLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxDQUFDO2FBQ2hFO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDOzJFQWpCVSxVQUFVO2dGQUFWLFVBQVU7O2lGQUFWLFVBQVU7Y0FIdEIsSUFBSTtlQUFDO2dCQUNKLElBQUksRUFBRSxRQUFRO2FBQ2YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2ZpbHRlcidcbn0pXG5leHBvcnQgY2xhc3MgRmlsdGVyUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuXG4gIHRyYW5zZm9ybSh2YWx1ZTogYW55LCB0ZXh0VG9TZWFyY2ggOiBzdHJpbmcsIGNvbnRyb2xOYW1lIDogc3RyaW5nIHwgc3RyaW5nW10pOiBhbnkge1xuICAgIGlmICghdmFsdWUpIHtcbiAgICAgIHJldHVybiBbXTtcbiAgICB9XG4gICAgaWYgKCF0ZXh0VG9TZWFyY2gpIHtcbiAgICAgIHJldHVybiB2YWx1ZTtcbiAgICB9XG4gICAgdGV4dFRvU2VhcmNoID0gdGV4dFRvU2VhcmNoLnRvTG93ZXJDYXNlKCk7XG4gICAgcmV0dXJuIHZhbHVlLmZpbHRlcigoaXQ6IGFueSkgPT4ge1xuICAgICAgaWYodHlwZW9mIGNvbnRyb2xOYW1lID09PSAnc3RyaW5nJyl7XG4gICAgICAgIHJldHVybiBpdFtjb250cm9sTmFtZV0udG9Mb3dlckNhc2UoKS5pbmNsdWRlcyh0ZXh0VG9TZWFyY2gpO1xuICAgICAgfWVsc2V7XG4gICAgICAgIHJldHVybiBpdFtjb250cm9sTmFtZVswXV0udG9Mb3dlckNhc2UoKS5pbmNsdWRlcyh0ZXh0VG9TZWFyY2gpO1xuICAgICAgfVxuICAgIH0pO1xuICB9XG5cbn1cbiJdfQ==
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import { ProperCasePipe } from '../proper-case/proper-case.pipe';
|
|
3
|
+
import { ComboOption } from '../../models/combo-model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class FormatWorksearchPipe {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.properCase = new ProperCasePipe();
|
|
8
|
+
}
|
|
9
|
+
transform(record) {
|
|
10
|
+
let positionOrActivityType;
|
|
11
|
+
let resultOrLocation;
|
|
12
|
+
if (record.activityType) {
|
|
13
|
+
switch (record.activityType) {
|
|
14
|
+
case "JBFR": {
|
|
15
|
+
positionOrActivityType = this.properCase.capitolizeFirstLetter(this.getActivityDesc(record.activityType));
|
|
16
|
+
resultOrLocation = record.jobFairLocation;
|
|
17
|
+
break;
|
|
18
|
+
}
|
|
19
|
+
case "CSVW": {
|
|
20
|
+
positionOrActivityType = this.properCase.capitolizeFirstLetter(this.getActivityDesc(record.activityType));
|
|
21
|
+
resultOrLocation = record.workShopName;
|
|
22
|
+
break;
|
|
23
|
+
}
|
|
24
|
+
case "RESR": {
|
|
25
|
+
positionOrActivityType = this.properCase.capitolizeFirstLetter(this.getActivityDesc(record.activityType));
|
|
26
|
+
resultOrLocation = record.workShopName;
|
|
27
|
+
break;
|
|
28
|
+
}
|
|
29
|
+
case "MDES": {
|
|
30
|
+
positionOrActivityType = "Job search - MDES job referral";
|
|
31
|
+
resultOrLocation = record.employerName;
|
|
32
|
+
break;
|
|
33
|
+
}
|
|
34
|
+
case "JOSE": {
|
|
35
|
+
positionOrActivityType = "Contacted employer - " + this.properCase.capitolizeFirstLetter(this.getDesc(record.searchResult));
|
|
36
|
+
;
|
|
37
|
+
resultOrLocation = record.employerName;
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
case "UNON": {
|
|
41
|
+
positionOrActivityType = "Member of Union - " + this.properCase.capitolizeFirstLetter(this.getUnionDesc(record.isInContactWithUnion)) + " the union for the week being certified";
|
|
42
|
+
resultOrLocation = '';
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
case "WRKP": {
|
|
46
|
+
positionOrActivityType = "Performed services for an employer - " + this.properCase.capitolizeFirstLetter(this.getEmploymentServiceDesc(record.workOrPerformServiceType));
|
|
47
|
+
resultOrLocation = '';
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
default: {
|
|
51
|
+
positionOrActivityType = "Applied for " + this.properCase.capitolizeFirstLetter(record.positionAppliedFor) + " position - " + this.properCase.capitolizeFirstLetter(this.getDesc(record.searchResult));
|
|
52
|
+
resultOrLocation = record.employerName;
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
positionOrActivityType = "Applied for " + this.properCase.capitolizeFirstLetter(record.positionAppliedFor) + " position - " + this.properCase.capitolizeFirstLetter(this.getDesc(record.searchResult));
|
|
59
|
+
resultOrLocation = record.employerName;
|
|
60
|
+
}
|
|
61
|
+
return positionOrActivityType.concat('\n', this.properCase.capitolizeFirstLetter(resultOrLocation));
|
|
62
|
+
}
|
|
63
|
+
getDesc(value) {
|
|
64
|
+
if (value) {
|
|
65
|
+
return ComboOption.WorkSearchResultComboAll.filter(v => v.NAME == value)[0].DESC;
|
|
66
|
+
}
|
|
67
|
+
return null;
|
|
68
|
+
}
|
|
69
|
+
getActivityDesc(value) {
|
|
70
|
+
if (value) {
|
|
71
|
+
return ComboOption.ActivityTypeCombo.filter(v => v.NAME == value)[0].DESC;
|
|
72
|
+
}
|
|
73
|
+
return null;
|
|
74
|
+
}
|
|
75
|
+
getUnionDesc(value) {
|
|
76
|
+
if (value) {
|
|
77
|
+
if (value == 'Y') {
|
|
78
|
+
return 'contacted';
|
|
79
|
+
}
|
|
80
|
+
else {
|
|
81
|
+
return 'not contacted';
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return null;
|
|
85
|
+
}
|
|
86
|
+
getEmploymentServiceDesc(value) {
|
|
87
|
+
if (value) {
|
|
88
|
+
return ComboOption.WorkSearchEmploymentType.filter(v => v.NAME == value)[0].DESC;
|
|
89
|
+
}
|
|
90
|
+
return null;
|
|
91
|
+
}
|
|
92
|
+
static { this.ɵfac = function FormatWorksearchPipe_Factory(t) { return new (t || FormatWorksearchPipe)(); }; }
|
|
93
|
+
static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "formatWorksearchRecord", type: FormatWorksearchPipe, pure: true }); }
|
|
94
|
+
}
|
|
95
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormatWorksearchPipe, [{
|
|
96
|
+
type: Pipe,
|
|
97
|
+
args: [{
|
|
98
|
+
name: 'formatWorksearchRecord'
|
|
99
|
+
}]
|
|
100
|
+
}], null, null); })();
|
|
101
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybWF0LXdvcmtzZWFyY2gucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGlwZXMvZm9ybWF0LXdvcmtzZWFyY2gvZm9ybWF0LXdvcmtzZWFyY2gucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUNwRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDakUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDBCQUEwQixDQUFDOztBQU12RCxNQUFNLE9BQU8sb0JBQW9CO0lBSGpDO1FBSVUsZUFBVSxHQUFvQixJQUFJLGNBQWMsRUFBRSxDQUFDO0tBK0Y1RDtJQTdGQyxTQUFTLENBQUMsTUFBNkI7UUFDckMsSUFBSSxzQkFBK0IsQ0FBQztRQUNwQyxJQUFJLGdCQUF5QixDQUFDO1FBRTlCLElBQUcsTUFBTSxDQUFDLFlBQVksRUFBQztZQUNyQixRQUFRLE1BQU0sQ0FBQyxZQUFZLEVBQUM7Z0JBQzFCLEtBQUssTUFBTyxDQUFDLENBQUM7b0JBQ1osc0JBQXNCLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDO29CQUMxRyxnQkFBZ0IsR0FBRyxNQUFNLENBQUMsZUFBZSxDQUFDO29CQUMxQyxNQUFNO2lCQUNQO2dCQUNELEtBQUssTUFBTyxDQUFDLENBQUM7b0JBQ1osc0JBQXNCLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDO29CQUMxRyxnQkFBZ0IsR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDO29CQUN2QyxNQUFNO2lCQUNQ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QUFDLElBQUksSUFBSSxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7U0FDM0U7UUFDRCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFFRCxZQUFZLENBQUMsS0FBYTtRQUN4QixJQUFHLEtBQUssRUFBQztZQUNQLElBQUcsS0FBSyxJQUFJLEdBQUcsRUFBQztnQkFDZCxPQUFPLFdBQVcsQ0FBQzthQUNwQjtpQkFBSztnQkFDSixPQUFPLGVBQWUsQ0FBQzthQUN4QjtTQUNGO1FBQ0QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBRUQsd0JBQXdCLENBQUMsS0FBYTtRQUNwQyxJQUFHLEtBQUssRUFBQztZQUNQLE9BQU8sV0FBVyxDQUFDLHdCQUF3QixDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLElBQUksS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO1NBQ2xGO1FBQ0QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO3FGQTlGVSxvQkFBb0I7Z0dBQXBCLG9CQUFvQjs7aUZBQXBCLG9CQUFvQjtjQUhoQyxJQUFJO2VBQUM7Z0JBQ0osSUFBSSxFQUFFLHdCQUF3QjthQUMvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUHJvcGVyQ2FzZVBpcGUgfSBmcm9tICcuLi9wcm9wZXItY2FzZS9wcm9wZXItY2FzZS5waXBlJztcclxuaW1wb3J0IHsgQ29tYm9PcHRpb24gfSBmcm9tICcuLi8uLi9tb2RlbHMvY29tYm8tbW9kZWwnO1xyXG5pbXBvcnQgeyBXb3JrU2VhcmNoUmVjb3JkTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvd2Vla2x5LWNlcnQvd29yay1zZWFyY2gtcmVjb3JkLXYyLW1vZGVsJztcclxuXHJcbkBQaXBlKHtcclxuICBuYW1lOiAnZm9ybWF0V29ya3NlYXJjaFJlY29yZCdcclxufSlcclxuZXhwb3J0IGNsYXNzIEZvcm1hdFdvcmtzZWFyY2hQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XHJcbiAgcHJpdmF0ZSBwcm9wZXJDYXNlIDogUHJvcGVyQ2FzZVBpcGUgPSBuZXcgUHJvcGVyQ2FzZVBpcGUoKTtcclxuICBcclxuICB0cmFuc2Zvcm0ocmVjb3JkOiBXb3JrU2VhcmNoUmVjb3JkTW9kZWwpOiBzdHJpbmcge1xyXG4gICAgbGV0IHBvc2l0aW9uT3JBY3Rpdml0eVR5cGUgOiBzdHJpbmc7XHJcbiAgICBsZXQgcmVzdWx0T3JMb2NhdGlvbiA6IHN0cmluZztcclxuXHJcbiAgICBpZihyZWNvcmQuYWN0aXZpdHlUeXBlKXtcclxuICAgICAgc3dpdGNoIChyZWNvcmQuYWN0aXZpdHlUeXBlKXtcclxuICAgICAgICBjYXNlIFwiSkJGUlwiIDoge1xyXG4gICAgICAgICAgcG9zaXRpb25PckFjdGl2aXR5VHlwZSA9IHRoaXMucHJvcGVyQ2FzZS5jYXBpdG9saXplRmlyc3RMZXR0ZXIodGhpcy5nZXRBY3Rpdml0eURlc2MocmVjb3JkLmFjdGl2aXR5VHlwZSkpO1xyXG4gICAgICAgICAgcmVzdWx0T3JMb2NhdGlvbiA9IHJlY29yZC5qb2JGYWlyTG9jYXRpb247XHJcbiAgICAgICAgICBicmVhaztcclxuICAgICAgICB9XHJcbiAgICAgICAgY2FzZSBcIkNTVldcIiA6IHtcclxuICAgICAgICAgIHBvc2l0aW9uT3JBY3Rpdml0eVR5cGUgPSB0aGlzLnByb3BlckNhc2UuY2FwaXRvbGl6ZUZpcnN0TGV0dGVyKHRoaXMuZ2V0QWN0aXZpdHlEZXNjKHJlY29yZC5hY3Rpdml0eVR5cGUpKTtcclxuICAgICAgICAgIHJlc3VsdE9yTG9jYXRpb24gPSByZWNvcmQud29ya1Nob3BOYW1lO1xyXG4gICAgICAgICAgYnJlYWs7XHJcbiAgICAgICAgfVxyXG4gIFxyXG4gICAgICAgIGNhc2UgXCJSRVNSXCIgOiB7XHJcbiAgICAgICAgICBwb3NpdGlvbk9yQWN0aXZpdHlUeXBlID0gdGhpcy5wcm9wZXJDYXNlLmNhcGl0b2xpemVGaXJzdExldHRlcih0aGlzLmdldEFjdGl2aXR5RGVzYyhyZWNvcmQuYWN0aXZpdHlUeXBlKSk7XHJcbiAgICAgICAgICByZXN1bHRPckxvY2F0aW9uID0gcmVjb3JkLndvcmtTaG9wTmFtZTtcclxuICAgICAgICAgIGJyZWFrO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgY2FzZSBcIk1ERVNcIiA6IHtcclxuICAgICAgICAgIHBvc2l0aW9uT3JBY3Rpdml0eVR5cGUgPSBcIkpvYiBzZWFyY2ggLSBNREVTIGpvYiByZWZlcnJhbFwiO1xyXG4gICAgICAgICAgcmVzdWx0T3JMb2NhdGlvbiA9IHJlY29yZC5lbXBsb3llck5hbWU7XHJcbiAgICAgICAgICBicmVhaztcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIGNhc2UgXCJKT1NFXCIgOiB7XHJcbiAgICAgICAgICBwb3NpdGlvbk9yQWN0aXZpdHlUeXBlID0gXCJDb250YWN0ZWQgZW1wbG95ZXIgLSBcIiArIHRoaXMucHJvcGVyQ2FzZS5jYXBpdG9saXplRmlyc3RMZXR0ZXIodGhpcy5nZXREZXNjKHJlY29yZC5zZWFyY2hSZXN1bHQpKTs7XHJcbiAgICAgICAgICByZXN1bHRPckxvY2F0aW9uID0gcmVjb3JkLmVtcGxveWVyTmFtZTtcclxuICAgICAgICAgIGJyZWFrO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgY2FzZSBcIlVOT05cIiA6IHtcclxuICAgICAgICAgIHBvc2l0aW9uT3JBY3Rpdml0eVR5cGUgPSBcIk1lbWJlciBvZiBVbmlvbiAtIFwiICsgdGhpcy5wcm9wZXJDYXNlLmNhcGl0b2xpemVGaXJzdExldHRlcih0aGlzLmdldFVuaW9uRGVzYyhyZWNvcmQuaXNJbkNvbnRhY3RXaXRoVW5pb24pKSArIFwiIHRoZSB1bmlvbiBmb3IgdGhlIHdlZWsgYmVpbmcgY2VydGlmaWVkXCI7XHJcbiAgICAgICAgICByZXN1bHRPckxvY2F0aW9uID0gJyc7XHJcbiAgICAgICAgICBicmVhaztcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIGNhc2UgXCJXUktQXCIgOiB7XHJcbiAgICAgICAgICBwb3NpdGlvbk9yQWN0aXZpdHlUeXBlID0gXCJQZXJmb3JtZWQgc2VydmljZXMgZm9yIGFuIGVtcGxveWVyIC0gXCIgKyB0aGlzLnByb3BlckNhc2UuY2FwaXRvbGl6ZUZpcnN0TGV0dGVyKHRoaXMuZ2V0RW1wbG95bWVudFNlcnZpY2VEZXNjKHJlY29yZC53b3JrT3JQZXJmb3JtU2VydmljZVR5cGUpKTtcclxuICAgICAgICAgIHJlc3VsdE9yTG9jYXRpb24gPSAnJztcclxuICAgICAgICAgIGJyZWFrO1xyXG4gICAgICAgIH1cclxuICBcclxuICAgICAgIGRlZmF1bHQgOiB7XHJcbiAgICAgICAgcG9zaXRpb25PckFjdGl2aXR5VHlwZSA9IFwiQXBwbGllZCBmb3IgXCIrIHRoaXMucHJvcGVyQ2FzZS5jYXBpdG9saXplRmlyc3RMZXR0ZXIocmVjb3JkLnBvc2l0aW9uQXBwbGllZEZvcikgKyBcIiBwb3NpdGlvbiAtIFwiKyB0aGlzLnByb3BlckNhc2UuY2FwaXRvbGl6ZUZpcnN0TGV0dGVyKHRoaXMuZ2V0RGVzYyhyZWNvcmQuc2VhcmNoUmVzdWx0KSk7XHJcbiAgICAgICAgcmVzdWx0T3JMb2NhdGlvbiA9IHJlY29yZC5lbXBsb3llck5hbWU7XHJcbiAgICAgICAgICBicmVhaztcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH1lbHNle1xyXG4gICAgICBwb3NpdGlvbk9yQWN0aXZpdHlUeXBlID0gXCJBcHBsaWVkIGZvciBcIisgdGhpcy5wcm9wZXJDYXNlLmNhcGl0b2xpemVGaXJzdExldHRlcihyZWNvcmQucG9zaXRpb25BcHBsaWVkRm9yKSArIFwiIHBvc2l0aW9uIC0gXCIrIHRoaXMucHJvcGVyQ2FzZS5jYXBpdG9saXplRmlyc3RMZXR0ZXIodGhpcy5nZXREZXNjKHJlY29yZC5zZWFyY2hSZXN1bHQpKTtcclxuICAgICAgcmVzdWx0T3JMb2NhdGlvbiA9IHJlY29yZC5lbXBsb3llck5hbWU7XHJcbiAgICB9XHJcblxyXG4gICAgcmV0dXJuIHBvc2l0aW9uT3JBY3Rpdml0eVR5cGUuY29uY2F0KCdcXG4nLCB0aGlzLnByb3BlckNhc2UuY2FwaXRvbGl6ZUZpcnN0TGV0dGVyKHJlc3VsdE9yTG9jYXRpb24pKTtcclxuICB9XHJcblxyXG4gIGdldERlc2ModmFsdWUgOiBzdHJpbmcpe1xyXG4gICAgaWYodmFsdWUpe1xyXG4gICAgICByZXR1cm4gQ29tYm9PcHRpb24uV29ya1NlYXJjaFJlc3VsdENvbWJvQWxsLmZpbHRlcih2ID0+IHYuTkFNRSA9PSB2YWx1ZSlbMF0uREVTQztcclxuICAgIH1cclxuICAgIHJldHVybiBudWxsO1xyXG4gIH1cclxuXHJcbiAgZ2V0QWN0aXZpdHlEZXNjKHZhbHVlIDogc3RyaW5nKXtcclxuICAgIGlmKHZhbHVlKXtcclxuICAgICAgcmV0dXJuIENvbWJvT3B0aW9uLkFjdGl2aXR5VHlwZUNvbWJvLmZpbHRlcih2ID0+IHYuTkFNRSA9PSB2YWx1ZSlbMF0uREVTQztcclxuICAgIH1cclxuICAgIHJldHVybiBudWxsO1xyXG4gIH1cclxuXHJcbiAgZ2V0VW5pb25EZXNjKHZhbHVlOiBzdHJpbmcpe1xyXG4gICAgaWYodmFsdWUpe1xyXG4gICAgICBpZih2YWx1ZSA9PSAnWScpe1xyXG4gICAgICAgIHJldHVybiAnY29udGFjdGVkJztcclxuICAgICAgfSBlbHNle1xyXG4gICAgICAgIHJldHVybiAnbm90IGNvbnRhY3RlZCc7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICAgIHJldHVybiBudWxsO1xyXG4gIH1cclxuXHJcbiAgZ2V0RW1wbG95bWVudFNlcnZpY2VEZXNjKHZhbHVlOiBzdHJpbmcpe1xyXG4gICAgaWYodmFsdWUpe1xyXG4gICAgICByZXR1cm4gQ29tYm9PcHRpb24uV29ya1NlYXJjaEVtcGxveW1lbnRUeXBlLmZpbHRlcih2ID0+IHYuTkFNRSA9PSB2YWx1ZSlbMF0uREVTQztcclxuICAgIH1cclxuICAgIHJldHVybiBudWxsO1xyXG4gIH1cclxuXHJcbn1cclxuIl19
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../services/util/util.service";
|
|
4
|
+
export class MaskEmailPipe {
|
|
5
|
+
constructor(util) {
|
|
6
|
+
this.util = util;
|
|
7
|
+
}
|
|
8
|
+
transform(value) {
|
|
9
|
+
if (!value) {
|
|
10
|
+
return '';
|
|
11
|
+
}
|
|
12
|
+
return this.util.maskEmail(value);
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = function MaskEmailPipe_Factory(t) { return new (t || MaskEmailPipe)(i0.ɵɵdirectiveInject(i1.UtilService, 16)); }; }
|
|
15
|
+
static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "maskEmail", type: MaskEmailPipe, pure: true }); }
|
|
16
|
+
}
|
|
17
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MaskEmailPipe, [{
|
|
18
|
+
type: Pipe,
|
|
19
|
+
args: [{
|
|
20
|
+
name: 'maskEmail'
|
|
21
|
+
}]
|
|
22
|
+
}], () => [{ type: i1.UtilService }], null); })();
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFzay5lbWFpbC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9waXBlcy9tYXNrL21hc2suZW1haWwucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7O0FBTXBELE1BQU0sT0FBTyxhQUFhO0lBRXhCLFlBQW1CLElBQWtCO1FBQWxCLFNBQUksR0FBSixJQUFJLENBQWM7SUFBRSxDQUFDO0lBRXhDLFNBQVMsQ0FBQyxLQUFhO1FBQ3JCLElBQUcsQ0FBQyxLQUFLLEVBQUM7WUFDUixPQUFPLEVBQUUsQ0FBQztTQUNYO1FBRUQsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNwQyxDQUFDOzhFQVZVLGFBQWE7bUZBQWIsYUFBYTs7aUZBQWIsYUFBYTtjQUh6QixJQUFJO2VBQUM7Z0JBQ0osSUFBSSxFQUFFLFdBQVc7YUFDbEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBVdGlsU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3V0aWwvdXRpbC5zZXJ2aWNlJztcblxuQFBpcGUoe1xuICBuYW1lOiAnbWFza0VtYWlsJ1xufSlcbmV4cG9ydCBjbGFzcyBNYXNrRW1haWxQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgY29uc3RydWN0b3IocHVibGljIHV0aWwgOiBVdGlsU2VydmljZSl7fVxuXG4gIHRyYW5zZm9ybSh2YWx1ZTogc3RyaW5nKTogdW5rbm93biB7XG4gICAgaWYoIXZhbHVlKXtcbiAgICAgIHJldHVybiAnJztcbiAgICB9XG5cbiAgICByZXR1cm4gdGhpcy51dGlsLm1hc2tFbWFpbCh2YWx1ZSk7XG4gIH1cblxufVxuIl19
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ProperCasePipe {
|
|
4
|
+
transform(value, ...args) {
|
|
5
|
+
if (!value) {
|
|
6
|
+
return '';
|
|
7
|
+
}
|
|
8
|
+
let values = value.split(' ');
|
|
9
|
+
let returnValue = '';
|
|
10
|
+
values.forEach(val => {
|
|
11
|
+
returnValue = returnValue + ' ' + this.capitolizeFirstLetter(val);
|
|
12
|
+
});
|
|
13
|
+
return returnValue ? returnValue.trim() : '';
|
|
14
|
+
}
|
|
15
|
+
capitolizeFirstLetter(value) {
|
|
16
|
+
return value.charAt(0).toUpperCase() + value.toLowerCase().slice(1);
|
|
17
|
+
}
|
|
18
|
+
static { this.ɵfac = function ProperCasePipe_Factory(t) { return new (t || ProperCasePipe)(); }; }
|
|
19
|
+
static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "properCase", type: ProperCasePipe, pure: true }); }
|
|
20
|
+
}
|
|
21
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProperCasePipe, [{
|
|
22
|
+
type: Pipe,
|
|
23
|
+
args: [{
|
|
24
|
+
name: 'properCase'
|
|
25
|
+
}]
|
|
26
|
+
}], null, null); })();
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvcGVyLWNhc2UucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGlwZXMvcHJvcGVyLWNhc2UvcHJvcGVyLWNhc2UucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7QUFLcEQsTUFBTSxPQUFPLGNBQWM7SUFFekIsU0FBUyxDQUFDLEtBQWEsRUFBRSxHQUFHLElBQWU7UUFDekMsSUFBRyxDQUFDLEtBQUssRUFBQztZQUNSLE9BQU8sRUFBRSxDQUFDO1NBQ1g7UUFDRCxJQUFJLE1BQU0sR0FBYSxLQUFLLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ3hDLElBQUksV0FBVyxHQUFHLEVBQUUsQ0FBQztRQUNyQixNQUFNLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQ25CLFdBQVcsR0FBRyxXQUFXLEdBQUcsR0FBRyxHQUFFLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUNuRSxDQUFDLENBQUMsQ0FBQztRQUNILE9BQU8sV0FBVyxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztJQUMvQyxDQUFDO0lBRUQscUJBQXFCLENBQUMsS0FBYztRQUNsQyxPQUFPLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLEdBQUcsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN0RSxDQUFDOytFQWhCVSxjQUFjO29GQUFkLGNBQWM7O2lGQUFkLGNBQWM7Y0FIMUIsSUFBSTtlQUFDO2dCQUNKLElBQUksRUFBRSxZQUFZO2FBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdwcm9wZXJDYXNlJ1xufSlcbmV4cG9ydCBjbGFzcyBQcm9wZXJDYXNlUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuXG4gIHRyYW5zZm9ybSh2YWx1ZTogc3RyaW5nLCAuLi5hcmdzOiB1bmtub3duW10pOiB1bmtub3duIHtcbiAgICBpZighdmFsdWUpe1xuICAgICAgcmV0dXJuICcnO1xuICAgIH1cbiAgICBsZXQgdmFsdWVzOiBzdHJpbmdbXSA9IHZhbHVlLnNwbGl0KCcgJyk7XG4gICAgbGV0IHJldHVyblZhbHVlID0gJyc7XG4gICAgdmFsdWVzLmZvckVhY2godmFsID0+IHtcbiAgICAgIHJldHVyblZhbHVlID0gcmV0dXJuVmFsdWUgKyAnICcgK3RoaXMuY2FwaXRvbGl6ZUZpcnN0TGV0dGVyKHZhbCk7XG4gICAgfSk7XG4gICAgcmV0dXJuIHJldHVyblZhbHVlID8gcmV0dXJuVmFsdWUudHJpbSgpIDogJyc7XG4gIH1cblxuICBjYXBpdG9saXplRmlyc3RMZXR0ZXIodmFsdWUgOiBzdHJpbmcpe1xuICAgIHJldHVybiB2YWx1ZS5jaGFyQXQoMCkudG9VcHBlckNhc2UoKSArIHZhbHVlLnRvTG93ZXJDYXNlKCkuc2xpY2UoMSk7XG4gIH1cblxufVxuIl19
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@ngx-translate/core";
|
|
4
|
+
export class DynamicTranslatePipe {
|
|
5
|
+
constructor(translate) {
|
|
6
|
+
this.translate = translate;
|
|
7
|
+
//console.log('DynamicTranslatePipe initialized successfully');
|
|
8
|
+
}
|
|
9
|
+
transform(key, args) {
|
|
10
|
+
if (!args) {
|
|
11
|
+
return key;
|
|
12
|
+
}
|
|
13
|
+
let dynamicObj = {};
|
|
14
|
+
let param;
|
|
15
|
+
let params;
|
|
16
|
+
if (Array.isArray(args)) {
|
|
17
|
+
params = args;
|
|
18
|
+
params.forEach(prm => {
|
|
19
|
+
dynamicObj[prm.key] = prm.value;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
param = args;
|
|
24
|
+
dynamicObj[param.key] = param.value;
|
|
25
|
+
}
|
|
26
|
+
this.translate.use('en');
|
|
27
|
+
let translatedString = "";
|
|
28
|
+
this.translate.set(key, key);
|
|
29
|
+
translatedString = this.translate.instant(key, Object.assign(dynamicObj));
|
|
30
|
+
if (translatedString && translatedString.includes('{{') && param) {
|
|
31
|
+
translatedString = this.translate.instant(key, Object.assign(param));
|
|
32
|
+
}
|
|
33
|
+
return translatedString;
|
|
34
|
+
}
|
|
35
|
+
static { this.ɵfac = function DynamicTranslatePipe_Factory(t) { return new (t || DynamicTranslatePipe)(i0.ɵɵdirectiveInject(i1.TranslateService, 16)); }; }
|
|
36
|
+
static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "dynamicTranslate", type: DynamicTranslatePipe, pure: true }); }
|
|
37
|
+
}
|
|
38
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DynamicTranslatePipe, [{
|
|
39
|
+
type: Pipe,
|
|
40
|
+
args: [{
|
|
41
|
+
name: 'dynamicTranslate'
|
|
42
|
+
}]
|
|
43
|
+
}], () => [{ type: i1.TranslateService }], null); })();
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy10cmFuc2xhdGUucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvcGlwZXMvdHJhbnNsYXRlL2R5bmFtaWMtdHJhbnNsYXRlLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7OztBQU9wRCxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLFlBQW9CLFNBQTJCO1FBQTNCLGNBQVMsR0FBVCxTQUFTLENBQWtCO1FBQzdDLCtEQUErRDtJQUNqRSxDQUFDO0lBRUQsU0FBUyxDQUFDLEdBQVcsRUFBRSxJQUFJO1FBQ3pCLElBQUksQ0FBQyxJQUFJLEVBQUU7WUFDVCxPQUFPLEdBQUcsQ0FBQztTQUNaO1FBRUQsSUFBSSxVQUFVLEdBQUcsRUFBRSxDQUFDO1FBRXBCLElBQUksS0FBb0IsQ0FBQztRQUN6QixJQUFJLE1BQXVCLENBQUM7UUFFNUIsSUFBSSxLQUFLLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ3ZCLE1BQU0sR0FBRyxJQUFJLENBQUM7WUFDZCxNQUFNLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxFQUFFO2dCQUNuQixVQUFVLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxHQUFHLEdBQUcsQ0FBQyxLQUFLLENBQUM7WUFDbEMsQ0FBQyxDQUFDLENBQUM7U0FDSjthQUFNO1lBQ0wsS0FBSyxHQUFHLElBQUksQ0FBQztZQUNiLFVBQVUsQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLEdBQUcsS0FBSyxDQUFDLEtBQUssQ0FBQztTQUNyQztRQUVELElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ3pCLElBQUksZ0JBQWdCLEdBQVcsRUFBRSxDQUFDO1FBQ2xDLElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUNoQixHQUFHLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFDWixnQkFBZ0IsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FDdkMsR0FBRyxFQUFFLE1BQU0sQ0FBQyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQztRQUVsQyxJQUFHLGdCQUFnQixJQUFJLGdCQUFnQixDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxLQUFLLEVBQUM7WUFDOUQsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFFLE1BQU0sQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztTQUN0RTtRQUNELE9BQU8sZ0JBQWdCLENBQUM7SUFDMUIsQ0FBQztxRkFyQ1Usb0JBQW9COzBGQUFwQixvQkFBb0I7O2lGQUFwQixvQkFBb0I7Y0FIaEMsSUFBSTtlQUFDO2dCQUNKLElBQUksRUFBRSxrQkFBa0I7YUFDekIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XG5pbXBvcnQgeyBLZXlWYWx1ZU1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3F1ZXN0aW9ubmFpcmUvS2V5VmFsdWVNb2RlbCc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2R5bmFtaWNUcmFuc2xhdGUnXG59KVxuZXhwb3J0IGNsYXNzIER5bmFtaWNUcmFuc2xhdGVQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSB0cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2Upe1xuICAgIC8vY29uc29sZS5sb2coJ0R5bmFtaWNUcmFuc2xhdGVQaXBlIGluaXRpYWxpemVkIHN1Y2Nlc3NmdWxseScpO1xuICB9XG5cbiAgdHJhbnNmb3JtKGtleTogc3RyaW5nLCBhcmdzKTogdW5rbm93biB7XG4gICAgaWYgKCFhcmdzKSB7XG4gICAgICByZXR1cm4ga2V5O1xuICAgIH1cblxuICAgIGxldCBkeW5hbWljT2JqID0ge307XG5cbiAgICBsZXQgcGFyYW06IEtleVZhbHVlTW9kZWw7XG4gICAgbGV0IHBhcmFtczogS2V5VmFsdWVNb2RlbFtdO1xuXG4gICAgaWYgKEFycmF5LmlzQXJyYXkoYXJncykpIHtcbiAgICAgIHBhcmFtcyA9IGFyZ3M7XG4gICAgICBwYXJhbXMuZm9yRWFjaChwcm0gPT4ge1xuICAgICAgICBkeW5hbWljT2JqW3BybS5rZXldID0gcHJtLnZhbHVlO1xuICAgICAgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHBhcmFtID0gYXJncztcbiAgICAgIGR5bmFtaWNPYmpbcGFyYW0ua2V5XSA9IHBhcmFtLnZhbHVlO1xuICAgIH1cblxuICAgIHRoaXMudHJhbnNsYXRlLnVzZSgnZW4nKTtcbiAgICBsZXQgdHJhbnNsYXRlZFN0cmluZzogU3RyaW5nID0gXCJcIjtcbiAgICB0aGlzLnRyYW5zbGF0ZS5zZXQoXG4gICAgICBrZXksIGtleSk7XG4gICAgdHJhbnNsYXRlZFN0cmluZyA9IHRoaXMudHJhbnNsYXRlLmluc3RhbnQoXG4gICAgICBrZXksIE9iamVjdC5hc3NpZ24oZHluYW1pY09iaikpO1xuICAgIFxuICAgIGlmKHRyYW5zbGF0ZWRTdHJpbmcgJiYgdHJhbnNsYXRlZFN0cmluZy5pbmNsdWRlcygne3snKSAmJiBwYXJhbSl7XG4gICAgICB0cmFuc2xhdGVkU3RyaW5nID0gdGhpcy50cmFuc2xhdGUuaW5zdGFudChrZXksIE9iamVjdC5hc3NpZ24ocGFyYW0pKTtcbiAgICB9XG4gICAgcmV0dXJuIHRyYW5zbGF0ZWRTdHJpbmc7XG4gIH1cblxufVxuIl19
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/platform-browser";
|
|
4
|
+
export class TrustHtmlPipe {
|
|
5
|
+
constructor(sanitized) {
|
|
6
|
+
this.sanitized = sanitized;
|
|
7
|
+
}
|
|
8
|
+
transform(value) {
|
|
9
|
+
return this.sanitized.bypassSecurityTrustHtml(value);
|
|
10
|
+
}
|
|
11
|
+
static { this.ɵfac = function TrustHtmlPipe_Factory(t) { return new (t || TrustHtmlPipe)(i0.ɵɵdirectiveInject(i1.DomSanitizer, 16)); }; }
|
|
12
|
+
static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "trustHtml", type: TrustHtmlPipe, pure: true }); }
|
|
13
|
+
}
|
|
14
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TrustHtmlPipe, [{
|
|
15
|
+
type: Pipe,
|
|
16
|
+
args: [{
|
|
17
|
+
name: 'trustHtml'
|
|
18
|
+
}]
|
|
19
|
+
}], () => [{ type: i1.DomSanitizer }], null); })();
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJ1c3QtaHRtbC5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXJldXNhLWFwcC1saWIvc3JjL2xpYi9waXBlcy90cnVzdC1odG1sL3RydXN0LWh0bWwucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQzs7O0FBTXBELE1BQU0sT0FBTyxhQUFhO0lBRXhCLFlBQW9CLFNBQXVCO1FBQXZCLGNBQVMsR0FBVCxTQUFTLENBQWM7SUFBRyxDQUFDO0lBRS9DLFNBQVMsQ0FBQyxLQUFVO1FBQ2xCLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyx1QkFBdUIsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN2RCxDQUFDOzhFQU5VLGFBQWE7bUZBQWIsYUFBYTs7aUZBQWIsYUFBYTtjQUh6QixJQUFJO2VBQUM7Z0JBQ0osSUFBSSxFQUFFLFdBQVc7YUFDbEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEb21TYW5pdGl6ZXIgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcblxuQFBpcGUoe1xuICBuYW1lOiAndHJ1c3RIdG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBUcnVzdEh0bWxQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBzYW5pdGl6ZWQ6IERvbVNhbml0aXplcikge31cblxuICB0cmFuc2Zvcm0odmFsdWU6IGFueSkge1xuICAgIHJldHVybiB0aGlzLnNhbml0aXplZC5ieXBhc3NTZWN1cml0eVRydXN0SHRtbCh2YWx1ZSk7XG4gIH1cblxufVxuIl19
|