@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,25 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ScrollableTextComponent {
|
|
4
|
+
ngOnInit() {
|
|
5
|
+
const obj = JSON.parse(this.componentData);
|
|
6
|
+
this.scrollableText = obj;
|
|
7
|
+
}
|
|
8
|
+
static { this.ɵfac = function ScrollableTextComponent_Factory(t) { return new (t || ScrollableTextComponent)(); }; }
|
|
9
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ScrollableTextComponent, selectors: [["app-scrollable-text"]], inputs: { componentData: "componentData" }, decls: 2, vars: 1, consts: [[1, "scrollable-text"], [3, "innerHTML"]], template: function ScrollableTextComponent_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
11
|
+
i0.ɵɵelement(1, "div", 1);
|
|
12
|
+
i0.ɵɵelementEnd();
|
|
13
|
+
} if (rf & 2) {
|
|
14
|
+
i0.ɵɵadvance(1);
|
|
15
|
+
i0.ɵɵproperty("innerHTML", ctx.scrollableText.text, i0.ɵɵsanitizeHtml);
|
|
16
|
+
} }, styles: [".scrollable-text[_ngcontent-%COMP%]{height:250px;border:1px solid #ccc;overflow-y:scroll;padding:10px;white-space:pre-wrap}"] }); }
|
|
17
|
+
}
|
|
18
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ScrollableTextComponent, [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'app-scrollable-text', template: "<div class=\"scrollable-text\">\r\n <div [innerHTML]=\"scrollableText.text\"></div>\r\n</div>", styles: [".scrollable-text{height:250px;border:1px solid #ccc;overflow-y:scroll;padding:10px;white-space:pre-wrap}\n"] }]
|
|
21
|
+
}], null, { componentData: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}] }); })();
|
|
24
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ScrollableTextComponent, { className: "ScrollableTextComponent", filePath: "lib\\components\\scrollable-text\\scrollable-text.component.ts", lineNumber: 9 }); })();
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Nyb2xsYWJsZS10ZXh0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9zY3JvbGxhYmxlLXRleHQvc2Nyb2xsYWJsZS10ZXh0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9zY3JvbGxhYmxlLXRleHQvc2Nyb2xsYWJsZS10ZXh0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOztBQVF6RCxNQUFNLE9BQU8sdUJBQXVCO0lBS2xDLFFBQVE7UUFDTixNQUFNLEdBQUcsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUMzQyxJQUFJLENBQUMsY0FBYyxHQUFDLEdBQUcsQ0FBQztJQUMxQixDQUFDO3dGQVJVLHVCQUF1QjtvRUFBdkIsdUJBQXVCO1lDUnBDLDhCQUE2QjtZQUN6Qix5QkFBNkM7WUFDakQsaUJBQU07O1lBREcsZUFBaUM7WUFBakMsc0VBQWlDOzs7aUZETzdCLHVCQUF1QjtjQUxuQyxTQUFTOzJCQUNFLHFCQUFxQjtnQkFPdkIsYUFBYTtrQkFBcEIsS0FBSzs7a0ZBSEssdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFNjcm9sbGFibGVUZXh0TW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlc3Rpb25uYWlyZS9TY3JvbGxhYmxlVGV4dE1vZGVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLXNjcm9sbGFibGUtdGV4dCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3Njcm9sbGFibGUtdGV4dC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3Njcm9sbGFibGUtdGV4dC5jb21wb25lbnQuY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgU2Nyb2xsYWJsZVRleHRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXR7XHJcblxyXG4gIHB1YmxpYyBzY3JvbGxhYmxlVGV4dCA6IFNjcm9sbGFibGVUZXh0TW9kZWw7XHJcbiAgQElucHV0KCljb21wb25lbnREYXRhOnN0cmluZztcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICBjb25zdCBvYmogPSBKU09OLnBhcnNlKHRoaXMuY29tcG9uZW50RGF0YSk7XHJcbiAgICB0aGlzLnNjcm9sbGFibGVUZXh0PW9iajtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cInNjcm9sbGFibGUtdGV4dFwiPlxyXG4gICAgPGRpdiBbaW5uZXJIVE1MXT1cInNjcm9sbGFibGVUZXh0LnRleHRcIj48L2Rpdj5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../../services/questionnaire/validation.service";
|
|
6
|
+
import * as i2 from "@ionic/angular";
|
|
7
|
+
import * as i3 from "@angular/common";
|
|
8
|
+
import * as i4 from "primeng/api";
|
|
9
|
+
import * as i5 from "@angular/forms";
|
|
10
|
+
import * as i6 from "primeng/autocomplete";
|
|
11
|
+
import * as i7 from "../../pipes/proper-case/proper-case.pipe";
|
|
12
|
+
function SearchEmployerComponent_2_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
i0.ɵɵelementStart(0, "ion-row")(1, "ion-col", 5)(2, "ion-text", 6)(3, "b");
|
|
14
|
+
i0.ɵɵtext(4, "Federal Agency");
|
|
15
|
+
i0.ɵɵelementEnd()()();
|
|
16
|
+
i0.ɵɵelementStart(5, "ion-col", 7)(6, "ion-text", 6)(7, "b");
|
|
17
|
+
i0.ɵɵtext(8, "Address");
|
|
18
|
+
i0.ɵɵelementEnd()()();
|
|
19
|
+
i0.ɵɵelementStart(9, "ion-col", 8)(10, "ion-text", 9)(11, "b");
|
|
20
|
+
i0.ɵɵtext(12, "State");
|
|
21
|
+
i0.ɵɵelementEnd()()();
|
|
22
|
+
i0.ɵɵelementStart(13, "ion-col", 10)(14, "ion-text", 9)(15, "b");
|
|
23
|
+
i0.ɵɵtext(16, "Agency Code");
|
|
24
|
+
i0.ɵɵelementEnd()()()();
|
|
25
|
+
} }
|
|
26
|
+
function SearchEmployerComponent_2_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
i0.ɵɵtemplate(0, SearchEmployerComponent_2_ng_template_0_Template, 17, 0, "ng-template", 4);
|
|
28
|
+
} }
|
|
29
|
+
function SearchEmployerComponent_ng_template_3_section_2_Template(rf, ctx) { if (rf & 1) {
|
|
30
|
+
i0.ɵɵelementStart(0, "section")(1, "ion-text", 18);
|
|
31
|
+
i0.ɵɵtext(2);
|
|
32
|
+
i0.ɵɵpipe(3, "properCase");
|
|
33
|
+
i0.ɵɵelementEnd()();
|
|
34
|
+
} if (rf & 2) {
|
|
35
|
+
const employer_r4 = i0.ɵɵnextContext().$implicit;
|
|
36
|
+
const ctx_r5 = i0.ɵɵnextContext();
|
|
37
|
+
i0.ɵɵadvance(1);
|
|
38
|
+
i0.ɵɵproperty("ngClass", ctx_r5.empType === "FED" ? "ion-text-wrap app-text" : "ion-text-wrap app-text");
|
|
39
|
+
i0.ɵɵadvance(1);
|
|
40
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, employer_r4.employerName));
|
|
41
|
+
} }
|
|
42
|
+
function SearchEmployerComponent_ng_template_3_section_3_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
+
i0.ɵɵelementStart(0, "section")(1, "ion-text", 19);
|
|
44
|
+
i0.ɵɵtext(2);
|
|
45
|
+
i0.ɵɵpipe(3, "properCase");
|
|
46
|
+
i0.ɵɵelementEnd()();
|
|
47
|
+
} if (rf & 2) {
|
|
48
|
+
const employer_r4 = i0.ɵɵnextContext().$implicit;
|
|
49
|
+
const ctx_r6 = i0.ɵɵnextContext();
|
|
50
|
+
i0.ɵɵadvance(1);
|
|
51
|
+
i0.ɵɵproperty("ngClass", ctx_r6.empType === "FED" ? "ion-text-wrap app-text" : "ion-text-wrap app-text");
|
|
52
|
+
i0.ɵɵadvance(1);
|
|
53
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, employer_r4.employerName));
|
|
54
|
+
} }
|
|
55
|
+
function SearchEmployerComponent_ng_template_3_section_5_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
+
i0.ɵɵelementStart(0, "section")(1, "ion-text", 20);
|
|
57
|
+
i0.ɵɵtext(2);
|
|
58
|
+
i0.ɵɵpipe(3, "properCase");
|
|
59
|
+
i0.ɵɵelementEnd()();
|
|
60
|
+
} if (rf & 2) {
|
|
61
|
+
const employer_r4 = i0.ɵɵnextContext().$implicit;
|
|
62
|
+
const ctx_r7 = i0.ɵɵnextContext();
|
|
63
|
+
i0.ɵɵadvance(1);
|
|
64
|
+
i0.ɵɵproperty("ngClass", ctx_r7.empType === "FED" ? "ion-text-wrap app-text" : "ion-text-wrap app-text");
|
|
65
|
+
i0.ɵɵadvance(1);
|
|
66
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, employer_r4.addressDisplayVal));
|
|
67
|
+
} }
|
|
68
|
+
function SearchEmployerComponent_ng_template_3_section_6_Template(rf, ctx) { if (rf & 1) {
|
|
69
|
+
i0.ɵɵelementStart(0, "section")(1, "ion-text", 21);
|
|
70
|
+
i0.ɵɵtext(2);
|
|
71
|
+
i0.ɵɵpipe(3, "properCase");
|
|
72
|
+
i0.ɵɵelementEnd()();
|
|
73
|
+
} if (rf & 2) {
|
|
74
|
+
const employer_r4 = i0.ɵɵnextContext().$implicit;
|
|
75
|
+
const ctx_r8 = i0.ɵɵnextContext();
|
|
76
|
+
i0.ɵɵadvance(1);
|
|
77
|
+
i0.ɵɵproperty("ngClass", ctx_r8.empType === "FED" ? "ion-text-wrap app-text" : "ion-text-wrap app-text");
|
|
78
|
+
i0.ɵɵadvance(1);
|
|
79
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, employer_r4.addressDisplayVal));
|
|
80
|
+
} }
|
|
81
|
+
function SearchEmployerComponent_ng_template_3_ion_col_15_Template(rf, ctx) { if (rf & 1) {
|
|
82
|
+
i0.ɵɵelementStart(0, "ion-col", 22)(1, "ion-text", 15);
|
|
83
|
+
i0.ɵɵtext(2);
|
|
84
|
+
i0.ɵɵpipe(3, "properCase");
|
|
85
|
+
i0.ɵɵelementEnd()();
|
|
86
|
+
} if (rf & 2) {
|
|
87
|
+
const employer_r4 = i0.ɵɵnextContext().$implicit;
|
|
88
|
+
const ctx_r9 = i0.ɵɵnextContext();
|
|
89
|
+
i0.ɵɵadvance(1);
|
|
90
|
+
i0.ɵɵproperty("ngClass", ctx_r9.empType === "FED" ? "app-code-text" : "ion-text-wrap app-text");
|
|
91
|
+
i0.ɵɵadvance(1);
|
|
92
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, employer_r4.ficCode));
|
|
93
|
+
} }
|
|
94
|
+
function SearchEmployerComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
95
|
+
i0.ɵɵelementStart(0, "ion-row")(1, "ion-col", 11);
|
|
96
|
+
i0.ɵɵtemplate(2, SearchEmployerComponent_ng_template_3_section_2_Template, 4, 4, "section", 1)(3, SearchEmployerComponent_ng_template_3_section_3_Template, 4, 4, "section", 1);
|
|
97
|
+
i0.ɵɵelementEnd();
|
|
98
|
+
i0.ɵɵelementStart(4, "ion-col", 12);
|
|
99
|
+
i0.ɵɵtemplate(5, SearchEmployerComponent_ng_template_3_section_5_Template, 4, 4, "section", 1)(6, SearchEmployerComponent_ng_template_3_section_6_Template, 4, 4, "section", 1);
|
|
100
|
+
i0.ɵɵelementEnd();
|
|
101
|
+
i0.ɵɵelementStart(7, "ion-col", 13)(8, "section", 14)(9, "ion-text", 15);
|
|
102
|
+
i0.ɵɵtext(10);
|
|
103
|
+
i0.ɵɵelementEnd()();
|
|
104
|
+
i0.ɵɵelementStart(11, "section", 16)(12, "ion-text", 15);
|
|
105
|
+
i0.ɵɵtext(13);
|
|
106
|
+
i0.ɵɵpipe(14, "properCase");
|
|
107
|
+
i0.ɵɵelementEnd()()();
|
|
108
|
+
i0.ɵɵtemplate(15, SearchEmployerComponent_ng_template_3_ion_col_15_Template, 4, 4, "ion-col", 17);
|
|
109
|
+
i0.ɵɵelementEnd();
|
|
110
|
+
} if (rf & 2) {
|
|
111
|
+
const employer_r4 = ctx.$implicit;
|
|
112
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
113
|
+
i0.ɵɵadvance(2);
|
|
114
|
+
i0.ɵɵproperty("ngIf", ctx_r1.empType === "FED");
|
|
115
|
+
i0.ɵɵadvance(1);
|
|
116
|
+
i0.ɵɵproperty("ngIf", ctx_r1.empType !== "FED");
|
|
117
|
+
i0.ɵɵadvance(2);
|
|
118
|
+
i0.ɵɵproperty("ngIf", ctx_r1.empType === "FED");
|
|
119
|
+
i0.ɵɵadvance(1);
|
|
120
|
+
i0.ɵɵproperty("ngIf", ctx_r1.empType !== "FED");
|
|
121
|
+
i0.ɵɵadvance(1);
|
|
122
|
+
i0.ɵɵproperty("size", ctx_r1.empType === "FED" ? 1.4 : 3);
|
|
123
|
+
i0.ɵɵadvance(2);
|
|
124
|
+
i0.ɵɵproperty("ngClass", ctx_r1.empType === "FED" ? "app-state-text" : "app-text");
|
|
125
|
+
i0.ɵɵadvance(1);
|
|
126
|
+
i0.ɵɵtextInterpolate(employer_r4.state.value);
|
|
127
|
+
i0.ɵɵadvance(2);
|
|
128
|
+
i0.ɵɵproperty("ngClass", ctx_r1.empType === "FED" ? "app-state-text" : "app-text");
|
|
129
|
+
i0.ɵɵadvance(1);
|
|
130
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 10, employer_r4.state.text));
|
|
131
|
+
i0.ɵɵadvance(2);
|
|
132
|
+
i0.ɵɵproperty("ngIf", ctx_r1.empType === "FED");
|
|
133
|
+
} }
|
|
134
|
+
function SearchEmployerComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
135
|
+
i0.ɵɵelementStart(0, "div", 23);
|
|
136
|
+
i0.ɵɵtext(1);
|
|
137
|
+
i0.ɵɵelementEnd();
|
|
138
|
+
} if (rf & 2) {
|
|
139
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
140
|
+
i0.ɵɵadvance(1);
|
|
141
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r2.errorMessage, "\n");
|
|
142
|
+
} }
|
|
143
|
+
const _c0 = () => ({ "width": "100%" });
|
|
144
|
+
const _c1 = () => ({ standalone: true });
|
|
145
|
+
export class SearchEmployerComponent {
|
|
146
|
+
constructor(validationService) {
|
|
147
|
+
this.validationService = validationService;
|
|
148
|
+
this.onFound = new EventEmitter();
|
|
149
|
+
this.onEmpty = new EventEmitter();
|
|
150
|
+
this.onChange = (value) => {
|
|
151
|
+
};
|
|
152
|
+
this.onTouch = () => {
|
|
153
|
+
};
|
|
154
|
+
this.employersBs = new BehaviorSubject(null);
|
|
155
|
+
this.choice = [];
|
|
156
|
+
this.radioOptions = [];
|
|
157
|
+
}
|
|
158
|
+
ngOnInit() {
|
|
159
|
+
this.onChange(this.empName);
|
|
160
|
+
}
|
|
161
|
+
writeValue(obj) {
|
|
162
|
+
this.empName = obj;
|
|
163
|
+
}
|
|
164
|
+
registerOnChange(fn) {
|
|
165
|
+
this.onChange = fn;
|
|
166
|
+
}
|
|
167
|
+
registerOnTouched(fn) {
|
|
168
|
+
this.onTouch = fn;
|
|
169
|
+
}
|
|
170
|
+
setDisabledState(isDisabled) {
|
|
171
|
+
}
|
|
172
|
+
ngOnChanges(changes) {
|
|
173
|
+
}
|
|
174
|
+
// searchForEmployer(event) {
|
|
175
|
+
// this.empService.getEmployersList(event.query)
|
|
176
|
+
// .subscribe(response => {
|
|
177
|
+
// this.employersBs.next(response);
|
|
178
|
+
// });
|
|
179
|
+
// }
|
|
180
|
+
searchForEmployer(event) {
|
|
181
|
+
if (this.empType === 'REG') {
|
|
182
|
+
this.validationService.get(`/dms-service/employer/reg/search/` + `${event.query}`)
|
|
183
|
+
.subscribe(response => {
|
|
184
|
+
this.employersBs.next(response);
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
else {
|
|
188
|
+
this.validationService.get(`/dms-service/employer/fed/search/` + `${event.query}`)
|
|
189
|
+
.subscribe(response => {
|
|
190
|
+
this.employersBs.next(response);
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
onSelectAction(event) {
|
|
195
|
+
this.employersBs.next(null);
|
|
196
|
+
this.onChange(event.value.employerName);
|
|
197
|
+
this.empName = event.value.employerName;
|
|
198
|
+
this.onFound.emit(event.value);
|
|
199
|
+
}
|
|
200
|
+
onClearAction(event) {
|
|
201
|
+
this.onChange(null);
|
|
202
|
+
this.onEmpty.emit();
|
|
203
|
+
}
|
|
204
|
+
checkValidity(value) {
|
|
205
|
+
if (value.length == 100) {
|
|
206
|
+
this.showError = true;
|
|
207
|
+
this.errorMessage = "You have reached allowed character limit";
|
|
208
|
+
}
|
|
209
|
+
else {
|
|
210
|
+
this.showError = false;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
manualEnterEmployer() {
|
|
214
|
+
this.onEmpty.emit();
|
|
215
|
+
}
|
|
216
|
+
setEmployerName() {
|
|
217
|
+
this.onChange(this.empName);
|
|
218
|
+
}
|
|
219
|
+
static { this.ɵfac = function SearchEmployerComponent_Factory(t) { return new (t || SearchEmployerComponent)(i0.ɵɵdirectiveInject(i1.ValidationService)); }; }
|
|
220
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchEmployerComponent, selectors: [["app-search-employer"]], inputs: { empType: "empType" }, outputs: { onFound: "onFound", onEmpty: "onEmpty" }, features: [i0.ɵɵProvidersFeature([{
|
|
221
|
+
provide: NG_VALUE_ACCESSOR,
|
|
222
|
+
useExisting: SearchEmployerComponent,
|
|
223
|
+
multi: true
|
|
224
|
+
}]), i0.ɵɵNgOnChangesFeature], decls: 5, vars: 15, consts: [["appendTo", "body", "placeholder", "type employer's name", "emptyMessage", "No Employer(s) Found.", "styleClass", "search-panel", 3, "suggestions", "minLength", "maxlength", "ngModel", "ngModelOptions", "inputStyle", "completeMethod", "onClear", "onSelect", "ngModelChange", "onBlur", "keyup"], [4, "ngIf"], ["pTemplate", "item"], ["style", "color:hsla(0, 89%, 49%, 0.959); margin-left: 0px; font-size: 15px", 4, "ngIf"], ["pTemplate", "header"], ["size", "4", "sizeSm", "4", "sizeXs", "4", "sizeMd", "4", "sizeLg", "4", "sizeXl", "4"], [1, "ion-text-wrap", "app-header"], ["size", "5", "sizeSm", "5", "sizeXs", "3.6", "sizeMd", "5", "sizeLg", "5", "sizeXl", "5"], ["size", "1.15", "sizeSm", "1.15", "sizeXs", "1.9", "sizeMd", "1.29", "sizeLg", "1.15", "sizeXl", "1.16"], [1, "ion-text-wrap", "app-header", 2, "word-wrap", "normal"], ["size", "1.85", "sizeSm", "1.85", "sizeXs", "2.5", "sizeMd", "1.71", "sizeLg", "1.85", "sizeXl", "1.84"], ["size", "4"], ["size", "5"], [1, "ion-text-wrap", 3, "size"], [1, "state-mobile-view"], [3, "ngClass"], [1, "state-regular-view"], ["size", "1.6", "class", "app-text ion-text-wrap", 4, "ngIf"], [1, "employerText", 3, "ngClass"], [1, "employerTextRegular", 3, "ngClass"], [1, "app-address-text", 3, "ngClass"], [1, "app-address-text-non-fed", 3, "ngClass"], ["size", "1.6", 1, "app-text", "ion-text-wrap"], [2, "color", "hsla(0, 89%, 49%, 0.959)", "margin-left", "0px", "font-size", "15px"]], template: function SearchEmployerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
225
|
+
i0.ɵɵelementStart(0, "p-autoComplete", 0);
|
|
226
|
+
i0.ɵɵlistener("completeMethod", function SearchEmployerComponent_Template_p_autoComplete_completeMethod_0_listener($event) { return ctx.searchForEmployer($event); })("onClear", function SearchEmployerComponent_Template_p_autoComplete_onClear_0_listener($event) { return ctx.onClearAction($event); })("onSelect", function SearchEmployerComponent_Template_p_autoComplete_onSelect_0_listener($event) { return ctx.onSelectAction($event); })("ngModelChange", function SearchEmployerComponent_Template_p_autoComplete_ngModelChange_0_listener($event) { return ctx.empName = $event; })("onBlur", function SearchEmployerComponent_Template_p_autoComplete_onBlur_0_listener() { return ctx.setEmployerName(); })("keyup", function SearchEmployerComponent_Template_p_autoComplete_keyup_0_listener($event) { return ctx.checkValidity($event.target.value); });
|
|
227
|
+
i0.ɵɵpipe(1, "async");
|
|
228
|
+
i0.ɵɵtemplate(2, SearchEmployerComponent_2_Template, 1, 0, null, 1)(3, SearchEmployerComponent_ng_template_3_Template, 16, 12, "ng-template", 2);
|
|
229
|
+
i0.ɵɵelementEnd();
|
|
230
|
+
i0.ɵɵtemplate(4, SearchEmployerComponent_div_4_Template, 2, 1, "div", 3);
|
|
231
|
+
} if (rf & 2) {
|
|
232
|
+
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(12, _c0));
|
|
233
|
+
i0.ɵɵproperty("suggestions", i0.ɵɵpipeBind1(1, 10, ctx.employersBs))("minLength", 3)("maxlength", 100)("ngModel", ctx.empName)("ngModelOptions", i0.ɵɵpureFunction0(13, _c1))("inputStyle", i0.ɵɵpureFunction0(14, _c0));
|
|
234
|
+
i0.ɵɵadvance(2);
|
|
235
|
+
i0.ɵɵproperty("ngIf", ctx.empType === "FED");
|
|
236
|
+
i0.ɵɵadvance(2);
|
|
237
|
+
i0.ɵɵproperty("ngIf", ctx.showError);
|
|
238
|
+
} }, dependencies: [i2.IonCol, i2.IonRow, i2.IonText, i3.NgClass, i3.NgIf, i4.PrimeTemplate, i5.NgControlStatus, i5.MaxLengthValidator, i5.NgModel, i6.AutoComplete, i3.AsyncPipe, i7.ProperCasePipe], styles: [".state-mobile-view[_ngcontent-%COMP%]{display:none}.app-state-text[_ngcontent-%COMP%]{word-wrap:normal}[_nghost-%COMP%] .p-autocomplete{display:block!important;position:relative!important}[_nghost-%COMP%] .p-autocomplete-input{width:100%}[_nghost-%COMP%] .app-text{font-size:12px}[_nghost-%COMP%] .app-header{font-size:14px;font-weight:700}@media (min-width: 320px) and (max-width: 344px){.state-mobile-view[_ngcontent-%COMP%]{display:block}.state-regular-view[_ngcontent-%COMP%]{display:none}.employerText[_ngcontent-%COMP%]{word-wrap:break-word;position:relative;right:5px}.employerTextRegular[_ngcontent-%COMP%]{word-wrap:break-word;position:relative;padding-right:75px;right:5px}.app-text[_ngcontent-%COMP%]{font-size:9px!important;margin-top:5px;white-space:break-spaces;display:inline-block}.app-state-text[_ngcontent-%COMP%]{font-size:9px!important;white-space:nowrap;word-break:break-word;margin:-30px}.app-address-text[_ngcontent-%COMP%]{font-size:9px!important;word-break:break-word;position:absolute;width:65%}.app-address-text-non-fed[_ngcontent-%COMP%]{font-size:9px!important;word-break:break-word;position:relative;width:65%}.app-code-text[_ngcontent-%COMP%]{font-size:9px!important;margin:10px;white-space:nowrap;word-break:break-word;position:relative;right:30px}}@media (min-width: 345px) and (max-width: 766px){.employerTextRegular[_ngcontent-%COMP%]{word-wrap:break-word;position:relative;padding-right:75px;right:5px}.state-mobile-view[_ngcontent-%COMP%]{display:block}.state-regular-view[_ngcontent-%COMP%]{display:none}.employerText[_ngcontent-%COMP%]{word-wrap:break-word;position:relative;right:5px!important}.app-text[_ngcontent-%COMP%]{font-size:9px!important;margin-top:5px;white-space:break-spaces;display:inline-block}.app-state-text[_ngcontent-%COMP%]{font-size:9px!important;white-space:nowrap;word-break:break-word;margin:-30px}.app-address-text[_ngcontent-%COMP%]{font-size:8.5px!important;word-break:break-word;position:absolute;width:65%}.app-code-text[_ngcontent-%COMP%]{font-size:9px!important;margin:10px;white-space:nowrap;word-break:break-word;position:relative;right:30px}}@media (min-width: 767px) and (max-width: 1280px){.state-mobile-view[_ngcontent-%COMP%]{display:block}.state-regular-view[_ngcontent-%COMP%]{display:none}.app-text[_ngcontent-%COMP%]{white-space:break-spaces}.app-state-text[_ngcontent-%COMP%]{word-wrap:normal}.app-code-text[_ngcontent-%COMP%]{position:relative;right:-20px}}"] }); }
|
|
239
|
+
}
|
|
240
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchEmployerComponent, [{
|
|
241
|
+
type: Component,
|
|
242
|
+
args: [{ selector: 'app-search-employer', providers: [{
|
|
243
|
+
provide: NG_VALUE_ACCESSOR,
|
|
244
|
+
useExisting: SearchEmployerComponent,
|
|
245
|
+
multi: true
|
|
246
|
+
}], template: "\r\n<p-autoComplete appendTo=\"body\" [suggestions]=\"employersBs | async\" placeholder=\"type employer's name\"\r\n (completeMethod)=\"searchForEmployer($event)\" [minLength]=3 [maxlength]=100 emptyMessage=\"No Employer(s) Found.\"\r\n (onClear)=\"onClearAction($event)\" (onSelect)=\"onSelectAction($event)\" styleClass=\"search-panel\" [(ngModel)]=\"empName\" \r\n [ngModelOptions]=\"{standalone: true}\"\r\n (onBlur)=\"setEmployerName()\" (keyup)=\"checkValidity($event.target.value)\"\r\n [style]=\"{'width':'100%'}\" [inputStyle]=\"{'width': '100%'}\">\r\n <ng-template pTemplate=\"header\" *ngIf=\"empType==='FED'\">\r\n <ion-row>\r\n <ion-col size=\"4\" sizeSm=\"4\" sizeXs=\"4\" sizeMd=\"4\" sizeLg=\"4\" sizeXl=\"4\">\r\n <ion-text class=\"ion-text-wrap app-header\"><b>Federal Agency</b></ion-text>\r\n </ion-col>\r\n <ion-col size=\"5\" sizeSm=\"5\" sizeXs=\"3.6\" sizeMd=\"5\" sizeLg=\"5\" sizeXl=\"5\">\r\n <ion-text class=\"ion-text-wrap app-header\"><b>Address</b></ion-text>\r\n </ion-col>\r\n <ion-col size=\"1.15\" sizeSm=\"1.15\" sizeXs=\"1.9\" sizeMd=\"1.29\" sizeLg=\"1.15\" sizeXl=\"1.16\">\r\n <ion-text style=\"word-wrap: normal;\" class=\"ion-text-wrap app-header\"><b>State</b></ion-text>\r\n </ion-col>\r\n <ion-col size=\"1.85\" sizeSm=\"1.85\" sizeXs=\"2.5\" sizeMd=\"1.71\" sizeLg=\"1.85\" sizeXl=\"1.84\">\r\n <ion-text style=\"word-wrap: normal;\" class=\"ion-text-wrap app-header\"><b>Agency Code</b></ion-text>\r\n </ion-col>\r\n </ion-row>\r\n </ng-template>\r\n <ng-template let-employer pTemplate=\"item\">\r\n <ion-row>\r\n <ion-col size=\"4\">\r\n <section *ngIf=\"empType==='FED'\">\r\n <ion-text class=\"employerText\" [ngClass]=\"empType==='FED' ? 'ion-text-wrap app-text' : 'ion-text-wrap app-text'\" >{{employer.employerName | properCase}}</ion-text>\r\n </section>\r\n <section *ngIf=\"empType!=='FED'\">\r\n <ion-text class=\"employerTextRegular\" [ngClass]=\"empType==='FED' ? 'ion-text-wrap app-text' : 'ion-text-wrap app-text'\" >{{employer.employerName | properCase}}</ion-text>\r\n </section>\r\n </ion-col>\r\n <ion-col size=\"5\">\r\n <section *ngIf=\"empType==='FED'\">\r\n <ion-text class=\"app-address-text\" [ngClass]=\"empType==='FED' ? 'ion-text-wrap app-text' : 'ion-text-wrap app-text'\">{{employer.addressDisplayVal | properCase}}</ion-text>\r\n </section>\r\n <section *ngIf=\"empType!=='FED'\">\r\n <ion-text class=\"app-address-text-non-fed\" [ngClass]=\"empType==='FED' ? 'ion-text-wrap app-text' : 'ion-text-wrap app-text'\">{{employer.addressDisplayVal | properCase}}</ion-text>\r\n </section>\r\n </ion-col>\r\n <ion-col [size]=\"empType==='FED' ? 1.4 : 3\" class=\"ion-text-wrap\">\r\n <section class=\"state-mobile-view\">\r\n <ion-text [ngClass]=\"empType==='FED' ? 'app-state-text' : 'app-text'\">{{employer.state.value}}</ion-text>\r\n </section>\r\n <section class=\"state-regular-view\">\r\n <ion-text [ngClass]=\"empType==='FED' ? 'app-state-text' : 'app-text'\">{{employer.state.text | properCase}}</ion-text>\r\n </section>\r\n </ion-col>\r\n\r\n <ion-col *ngIf=\"empType==='FED'\" size=\"1.6\" class=\"app-text ion-text-wrap\">\r\n <ion-text [ngClass]=\"empType==='FED' ? 'app-code-text' : 'ion-text-wrap app-text'\">{{employer.ficCode | properCase}}</ion-text>\r\n </ion-col>\r\n </ion-row>\r\n </ng-template>\r\n</p-autoComplete>\r\n\r\n<div *ngIf=\"showError\" style=\"color:hsla(0, 89%, 49%, 0.959); margin-left: 0px; font-size: 15px\">\r\n {{ errorMessage }}\r\n</div>", styles: [".state-mobile-view{display:none}.app-state-text{word-wrap:normal}:host ::ng-deep .p-autocomplete{display:block!important;position:relative!important}:host ::ng-deep .p-autocomplete-input{width:100%}:host ::ng-deep .app-text{font-size:12px}:host ::ng-deep .app-header{font-size:14px;font-weight:700}@media (min-width: 320px) and (max-width: 344px){.state-mobile-view{display:block}.state-regular-view{display:none}.employerText{word-wrap:break-word;position:relative;right:5px}.employerTextRegular{word-wrap:break-word;position:relative;padding-right:75px;right:5px}.app-text{font-size:9px!important;margin-top:5px;white-space:break-spaces;display:inline-block}.app-state-text{font-size:9px!important;white-space:nowrap;word-break:break-word;margin:-30px}.app-address-text{font-size:9px!important;word-break:break-word;position:absolute;width:65%}.app-address-text-non-fed{font-size:9px!important;word-break:break-word;position:relative;width:65%}.app-code-text{font-size:9px!important;margin:10px;white-space:nowrap;word-break:break-word;position:relative;right:30px}}@media (min-width: 345px) and (max-width: 766px){.employerTextRegular{word-wrap:break-word;position:relative;padding-right:75px;right:5px}.state-mobile-view{display:block}.state-regular-view{display:none}.employerText{word-wrap:break-word;position:relative;right:5px!important}.app-text{font-size:9px!important;margin-top:5px;white-space:break-spaces;display:inline-block}.app-state-text{font-size:9px!important;white-space:nowrap;word-break:break-word;margin:-30px}.app-address-text{font-size:8.5px!important;word-break:break-word;position:absolute;width:65%}.app-code-text{font-size:9px!important;margin:10px;white-space:nowrap;word-break:break-word;position:relative;right:30px}}@media (min-width: 767px) and (max-width: 1280px){.state-mobile-view{display:block}.state-regular-view{display:none}.app-text{white-space:break-spaces}.app-state-text{word-wrap:normal}.app-code-text{position:relative;right:-20px}}\n"] }]
|
|
247
|
+
}], () => [{ type: i1.ValidationService }], { onFound: [{
|
|
248
|
+
type: Output
|
|
249
|
+
}], onEmpty: [{
|
|
250
|
+
type: Output
|
|
251
|
+
}], empType: [{
|
|
252
|
+
type: Input
|
|
253
|
+
}] }); })();
|
|
254
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchEmployerComponent, { className: "SearchEmployerComponent", filePath: "lib\\components\\search-employer\\search-employer.component.ts", lineNumber: 20 }); })();
|
|
255
|
+
export class Choices {
|
|
256
|
+
}
|
|
257
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLWVtcGxveWVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9zZWFyY2gtZW1wbG95ZXIvc2VhcmNoLWVtcGxveWVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9zZWFyY2gtZW1wbG95ZXIvc2VhcmNoLWVtcGxveWVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBcUIsTUFBTSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN6RyxPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7Ozs7Ozs7OztJQ01uQywrQkFBUyxpQkFBQSxrQkFBQSxRQUFBO0lBRXlDLDhCQUFjO0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBRWxFLGtDQUEyRSxrQkFBQSxRQUFBO0lBQzNCLHVCQUFPO0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBRTNELGtDQUEyRixtQkFBQSxTQUFBO0lBQ2hCLHNCQUFLO0lBQUEsaUJBQUksRUFBQSxFQUFBO0lBRXBGLG9DQUEyRixtQkFBQSxTQUFBO0lBQ2QsNEJBQVc7SUFBQSxpQkFBSSxFQUFBLEVBQUEsRUFBQTs7O0lBWmhHLDJGQWVjOzs7SUFJUiwrQkFBaUMsbUJBQUE7SUFDbUYsWUFBc0M7O0lBQUEsaUJBQVcsRUFBQTs7OztJQUFwSSxlQUFpRjtJQUFqRix3R0FBaUY7SUFBRSxlQUFzQztJQUF0QyxvRUFBc0M7OztJQUUxSiwrQkFBaUMsbUJBQUE7SUFDMEYsWUFBc0M7O0lBQUEsaUJBQVcsRUFBQTs7OztJ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QUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFBO0lBQ3JCLENBQUM7SUFFRCxlQUFlO1FBQ2IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDOUIsQ0FBQzt3RkFwR1UsdUJBQXVCO29FQUF2Qix1QkFBdUIsOEpBTnZCLENBQUM7b0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjtvQkFDMUIsV0FBVyxFQUFFLHVCQUF1QjtvQkFDcEMsS0FBSyxFQUFFLElBQUk7aUJBQ1osQ0FBQztZQ2hCSix5Q0FLOEQ7WUFKNUQsb0lBQWtCLDZCQUF5QixJQUFDLHlHQUNqQyx5QkFBcUIsSUFEWSwyR0FDRywwQkFBc0IsSUFEekIsNklBQUEsaUdBR2xDLHFCQUFpQixJQUhpQixxR0FHTixzQ0FBa0MsSUFINUI7O1lBSzVDLG1FQWVjLDZFQUFBO1lBaUNoQixpQkFBaUI7WUFFakIsd0VBRU07O1lBckRKLDBDQUEwQjtZQUxJLG9FQUFtQyxnQkFBQSxrQkFBQSx3QkFBQSwrQ0FBQSwyQ0FBQTtZQU1oQyxlQUFxQjtZQUFyQiw0Q0FBcUI7WUFrRGxELGVBQWU7WUFBZixvQ0FBZTs7O2lGRHRDUix1QkFBdUI7Y0FYbkMsU0FBUzsyQkFDRSxxQkFBcUIsYUFJcEIsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUMxQixXQUFXLHlCQUF5Qjt3QkFDcEMsS0FBSyxFQUFFLElBQUk7cUJBQ1osQ0FBQztrREFJUSxPQUFPO2tCQUFoQixNQUFNO1lBRUcsT0FBTztrQkFBaEIsTUFBTTtZQUVFLE9BQU87a0JBQWYsS0FBSzs7a0ZBTkssdUJBQXVCO0FBdUdwQyxNQUFNLE9BQU8sT0FBTztDQUduQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIE91dHB1dCwgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBFbXBsb3llckRldGFpbFNlYXJjaFJlc3VsdCB9IGZyb20gJy4uLy4uL21vZGVscy9xdWVzdGlvbm5haXJlL0VtcGxveWVyRGV0YWlsU2VhcmNoUmVzdWx0JztcbmltcG9ydCB7IFZhbGlkYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvcXVlc3Rpb25uYWlyZS92YWxpZGF0aW9uLnNlcnZpY2UnO1xuaW1wb3J0IHsgQXV0b0NvbXBsZXRlQ29tcGxldGVFdmVudCwgQXV0b0NvbXBsZXRlU2VsZWN0RXZlbnQgfSBmcm9tICdwcmltZW5nL2F1dG9jb21wbGV0ZSc7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXNlYXJjaC1lbXBsb3llcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWFyY2gtZW1wbG95ZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zZWFyY2gtZW1wbG95ZXIuY29tcG9uZW50LnNjc3MnXSxcblxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgdXNlRXhpc3Rpbmc6IFNlYXJjaEVtcGxveWVyQ29tcG9uZW50LFxuICAgIG11bHRpOiB0cnVlXG4gIH1dXG59KVxuZXhwb3J0IGNsYXNzIFNlYXJjaEVtcGxveWVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25DaGFuZ2VzIHtcblxuICBAT3V0cHV0KCkgb25Gb3VuZDogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gICAgXG4gIEBPdXRwdXQoKSBvbkVtcHR5OiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBASW5wdXQoKSBlbXBUeXBlOnN0cmluZztcblxuICBlbXBOYW1lIDogc3RyaW5nO1xuICBlcnJvck1lc3NhZ2U6IHN0cmluZztcbiAgc2hvd0Vycm9yOiBib29sZWFuO1xuXG4gIHByaXZhdGUgb25DaGFuZ2U6IEZ1bmN0aW9uID0gKHZhbHVlIDogU3RyaW5nKSA9PiB7XG4gIFxuICB9O1xuICBwcml2YXRlIG9uVG91Y2g6IEZ1bmN0aW9uID0gKCkgPT4ge1xuXG4gIH07XG5cbiAgZW1wbG95ZXJzQnM6IEJlaGF2aW9yU3ViamVjdDxFbXBsb3llckRldGFpbFNlYXJjaFJlc3VsdFtdPiA9IG5ldyBCZWhhdmlvclN1YmplY3QobnVsbCk7XG5cbiAgY2hvaWNlIDogQ2hvaWNlc1tdPVtdO1xuICBwdWJsaWMgcmFkaW9PcHRpb25zOiBhbnkgPSBbXTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdmFsaWRhdGlvblNlcnZpY2U6IFZhbGlkYXRpb25TZXJ2aWNlKSB7XG5cbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMub25DaGFuZ2UodGhpcy5lbXBOYW1lKTtcbiAgfVxuXG4gIHdyaXRlVmFsdWUob2JqOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLmVtcE5hbWUgPSBvYmo7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoID0gZm47ICBcbiAgfVxuICBzZXREaXNhYmxlZFN0YXRlPyhpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gIH1cblxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgXG4gIH1cblxuICAvLyBzZWFyY2hGb3JFbXBsb3llcihldmVudCkge1xuICAvLyAgdGhpcy5lbXBTZXJ2aWNlLmdldEVtcGxveWVyc0xpc3QoZXZlbnQucXVlcnkpXG4gIC8vICAgICAuc3Vic2NyaWJlKHJlc3BvbnNlID0+IHtcbiAgLy8gICAgICAgICB0aGlzLmVtcGxveWVyc0JzLm5leHQocmVzcG9uc2UpO1xuICAvLyAgICAgfSk7XG4gIC8vIH1cbiBcbiAgc2VhcmNoRm9yRW1wbG95ZXIoZXZlbnQpIHtcbiAgICBpZih0aGlzLmVtcFR5cGU9PT0nUkVHJyl7XG4gICAgdGhpcy52YWxpZGF0aW9uU2VydmljZS5nZXQ8RW1wbG95ZXJEZXRhaWxTZWFyY2hSZXN1bHRbXT4oYC9kbXMtc2VydmljZS9lbXBsb3llci9yZWcvc2VhcmNoL2AgKyBgJHtldmVudC5xdWVyeX1gKVxuICAgICAgLnN1YnNjcmliZShyZXNwb25zZSA9PiB7XG4gICAgICAgICAgdGhpcy5lbXBsb3llcnNCcy5uZXh0KHJlc3BvbnNlKTtcbiAgICAgIH0pO1xuICAgIH1lbHNle1xuICAgICAgdGhpcy52YWxpZGF0aW9uU2VydmljZS5nZXQ8RW1wbG95ZXJEZXRhaWxTZWFyY2hSZXN1bHRbXT4oYC9kbXMtc2VydmljZS9lbXBsb3llci9mZWQvc2VhcmNoL2AgKyBgJHtldmVudC5xdWVyeX1gKVxuICAgICAgLnN1YnNjcmliZShyZXNwb25zZSA9PiB7XG4gICAgICAgICAgdGhpcy5lbXBsb3llcnNCcy5uZXh0KHJlc3BvbnNlKTtcbiAgICAgIH0pO1xuICAgIH1cbiAgfVxuXG4gIG9uU2VsZWN0QWN0aW9uKGV2ZW50OiBBdXRvQ29tcGxldGVTZWxlY3RFdmVudCkge1xuICAgIHRoaXMuZW1wbG95ZXJzQnMubmV4dChudWxsKTtcbiAgICB0aGlzLm9uQ2hhbmdlKGV2ZW50LnZhbHVlLmVtcGxveWVyTmFtZSk7XG4gICAgdGhpcy5lbXBOYW1lID0gZXZlbnQudmFsdWUuZW1wbG95ZXJOYW1lO1xuICAgIHRoaXMub25Gb3VuZC5lbWl0KGV2ZW50LnZhbHVlKTtcbiAgfVxuXG4gIG9uQ2xlYXJBY3Rpb24oZXZlbnQpIHtcbiAgICB0aGlzLm9uQ2hhbmdlKG51bGwpO1xuICAgIHRoaXMub25FbXB0eS5lbWl0KClcbiAgfVxuXG4gIGNoZWNrVmFsaWRpdHkodmFsdWU6IFN0cmluZykge1xuXHRcbiAgICBpZih2YWx1ZS5sZW5ndGggPT0gMTAwKSB7XG4gICAgICB0aGlzLnNob3dFcnJvciA9IHRydWU7XG4gICAgICB0aGlzLmVycm9yTWVzc2FnZSA9IFwiWW91IGhhdmUgcmVhY2hlZCBhbGxvd2VkIGNoYXJhY3RlciBsaW1pdFwiO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnNob3dFcnJvciA9IGZhbHNlO1xuICAgIH1cblxuICB9XG4gIFxuICBtYW51YWxFbnRlckVtcGxveWVyKCkge1xuICAgIHRoaXMub25FbXB0eS5lbWl0KClcbiAgfVxuXG4gIHNldEVtcGxveWVyTmFtZSgpe1xuICAgIHRoaXMub25DaGFuZ2UodGhpcy5lbXBOYW1lKTtcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgQ2hvaWNlcyB7XG4gIHZhbHVlPzogc3RyaW5nO1xuICB0ZXh0Pzogc3RyaW5nO1xufVxuIiwiXHJcbjxwLWF1dG9Db21wbGV0ZSBhcHBlbmRUbz1cImJvZHlcIiBbc3VnZ2VzdGlvbnNdPVwiZW1wbG95ZXJzQnMgfCBhc3luY1wiIHBsYWNlaG9sZGVyPVwidHlwZSBlbXBsb3llcidzIG5hbWVcIlxyXG4gIChjb21wbGV0ZU1ldGhvZCk9XCJzZWFyY2hGb3JFbXBsb3llcigkZXZlbnQpXCIgW21pbkxlbmd0aF09MyBbbWF4bGVuZ3RoXT0xMDAgZW1wdHlNZXNzYWdlPVwiTm8gRW1wbG95ZXIocykgRm91bmQuXCJcclxuICAob25DbGVhcik9XCJvbkNsZWFyQWN0aW9uKCRldmVudClcIiAgKG9uU2VsZWN0KT1cIm9uU2VsZWN0QWN0aW9uKCRldmVudClcIiBzdHlsZUNsYXNzPVwic2VhcmNoLXBhbmVsXCIgWyhuZ01vZGVsKV09XCJlbXBOYW1lXCIgXHJcbiAgW25nTW9kZWxPcHRpb25zXT1cIntzdGFuZGFsb25lOiB0cnVlfVwiXHJcbiAgKG9uQmx1cik9XCJzZXRFbXBsb3llck5hbWUoKVwiIChrZXl1cCk9XCJjaGVja1ZhbGlkaXR5KCRldmVudC50YXJnZXQudmFsdWUpXCJcclxuICBbc3R5bGVdPVwieyd3aWR0aCc6JzEwMCUnfVwiIFtpbnB1dFN0eWxlXT1cInsnd2lkdGgnOiAnMTAwJSd9XCI+XHJcbiAgPG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImhlYWRlclwiICpuZ0lmPVwiZW1wVHlwZT09PSdGRUQnXCI+XHJcbiAgICA8aW9uLXJvdz5cclxuICAgICAgPGlvbi1jb2wgc2l6ZT1cIjRcIiBzaXplU209XCI0XCIgc2l6ZVhzPVwiNFwiIHNpemVNZD1cIjRcIiBzaXplTGc9XCI0XCIgc2l6ZVhsPVwiNFwiPlxyXG4gICAgICAgIDxpb24tdGV4dCBjbGFzcz1cImlvbi10ZXh0LXdyYXAgYXBwLWhlYWRlclwiPjxiPkZlZGVyYWwgQWdlbmN5PC9iPjwvaW9uLXRleHQ+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgPGlvbi1jb2wgc2l6ZT1cIjVcIiBzaXplU209XCI1XCIgc2l6ZVhzPVwiMy42XCIgc2l6ZU1kPVwiNVwiIHNpemVMZz1cIjVcIiBzaXplWGw9XCI1XCI+XHJcbiAgICAgICAgPGlvbi10ZXh0IGNsYXNzPVwiaW9uLXRleHQtd3JhcCBhcHAtaGVhZGVyXCI+PGI+QWRkcmVzczwvYj48L2lvbi10ZXh0PlxyXG4gICAgICA8L2lvbi1jb2w+XHJcbiAgICAgIDxpb24tY29sICBzaXplPVwiMS4xNVwiIHNpemVTbT1cIjEuMTVcIiBzaXplWHM9XCIxLjlcIiBzaXplTWQ9XCIxLjI5XCIgc2l6ZUxnPVwiMS4xNVwiIHNpemVYbD1cIjEuMTZcIj5cclxuICAgICAgICA8aW9uLXRleHQgc3R5bGU9XCJ3b3JkLXdyYXA6IG5vcm1hbDtcIiBjbGFzcz1cImlvbi10ZXh0LXdyYXAgYXBwLWhlYWRlclwiPjxiPlN0YXRlPC9iPjwvaW9uLXRleHQ+XHJcbiAgICAgIDwvaW9uLWNvbD5cclxuICAgICAgPGlvbi1jb2wgIHNpemU9XCIxLjg1XCIgc2l6ZVNtPVwiMS44NVwiIHNpemVYcz1cIjIuNVwiIHNpemVNZD1cIjEuNzFcIiBzaXplTGc9XCIxLjg1XCIgc2l6ZVhsPVwiMS44NFwiPlxyXG4gICAgICAgIDxpb24tdGV4dCBzdHlsZT1cIndvcmQtd3JhcDogbm9ybWFsO1wiICAgY2xhc3M9XCJpb24tdGV4dC13cmFwIGFwcC1oZWFkZXJcIj48Yj5BZ2VuY3kgQ29kZTwvYj48L2lvbi10ZXh0PlxyXG4gICAgICA8L2lvbi1jb2w+XHJcbiAgICA8L2lvbi1yb3c+XHJcbiAgPC9uZy10ZW1wbGF0ZT5cclxuICA8bmctdGVtcGxhdGUgbGV0LWVtcGxveWVyIHBUZW1wbGF0ZT1cIml0ZW1cIj5cclxuICAgIDxpb24tcm93PlxyXG4gICAgICA8aW9uLWNvbCBzaXplPVwiNFwiPlxyXG4gICAgICAgIDxzZWN0aW9uICpuZ0lmPVwiZW1wVHlwZT09PSdGRUQnXCI+XHJcbiAgICAgICAgICA8aW9uLXRleHQgY2xhc3M9XCJlbXBsb3llclRleHRcIiBbbmdDbGFzc109XCJlbXBUeXBlPT09J0ZFRCcgPyAnaW9uLXRleHQtd3JhcCBhcHAtdGV4dCcgOiAnaW9uLXRleHQtd3JhcCBhcHAtdGV4dCdcIiA+e3tlbXBsb3llci5lbXBsb3llck5hbWUgfCBwcm9wZXJDYXNlfX08L2lvbi10ZXh0PlxyXG4gICAgICAgIDwvc2VjdGlvbj5cclxuICAgICAgICA8c2VjdGlvbiAqbmdJZj1cImVtcFR5cGUhPT0nRkVEJ1wiPlxyXG4gICAgICAgICAgPGlvbi10ZXh0IGNsYXNzPVwiZW1wbG95ZXJUZXh0UmVndWxhclwiIFtuZ0NsYXNzXT1cImVtcFR5cGU9PT0nRkVEJyA/ICdpb24tdGV4dC13cmFwIGFwcC10ZXh0JyA6ICdpb24tdGV4dC13cmFwIGFwcC10ZXh0J1wiID57e2VtcGxveWVyLmVtcGxveWVyTmFtZSB8IHByb3BlckNhc2V9fTwvaW9uLXRleHQ+XHJcbiAgICAgICAgPC9zZWN0aW9uPlxyXG4gICAgICA8L2lvbi1jb2w+XHJcbiAgICAgIDxpb24tY29sIHNpemU9XCI1XCI+XHJcbiAgICAgICAgPHNlY3Rpb24gKm5nSWY9XCJlbXBUeXBlPT09J0ZFRCdcIj5cclxuICAgICAgICAgIDxpb24tdGV4dCBjbGFzcz1cImFwcC1hZGRyZXNzLXRleHRcIiBbbmdDbGFzc109XCJlbXBUeXBlPT09J0ZFRCcgPyAnaW9uLXRleHQtd3JhcCBhcHAtdGV4dCcgOiAnaW9uLXRleHQtd3JhcCBhcHAtdGV4dCdcIj57e2VtcGxveWVyLmFkZHJlc3NEaXNwbGF5VmFsIHwgcHJvcGVyQ2FzZX19PC9pb24tdGV4dD5cclxuICAgICAgICA8L3NlY3Rpb24+XHJcbiAgICAgICAgPHNlY3Rpb24gKm5nSWY9XCJlbXBUeXBlIT09J0ZFRCdcIj5cclxuICAgICAgICAgIDxpb24tdGV4dCBjbGFzcz1cImFwcC1hZGRyZXNzLXRleHQtbm9uLWZlZFwiIFtuZ0NsYXNzXT1cImVtcFR5cGU9PT0nRkVEJyA/ICdpb24tdGV4dC13cmFwIGFwcC10ZXh0JyA6ICdpb24tdGV4dC13cmFwIGFwcC10ZXh0J1wiPnt7ZW1wbG95ZXIuYWRkcmVzc0Rpc3BsYXlWYWwgfCBwcm9wZXJDYXNlfX08L2lvbi10ZXh0PlxyXG4gICAgICAgIDwvc2VjdGlvbj5cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgICA8aW9uLWNvbCBbc2l6ZV09XCJlbXBUeXBlPT09J0ZFRCcgPyAxLjQgOiAzXCIgY2xhc3M9XCJpb24tdGV4dC13cmFwXCI+XHJcbiAgICAgICAgPHNlY3Rpb24gY2xhc3M9XCJzdGF0ZS1tb2JpbGUtdmlld1wiPlxyXG4gICAgICAgICAgPGlvbi10ZXh0IFtuZ0NsYXNzXT1cImVtcFR5cGU9PT0nRkVEJyA/ICdhcHAtc3RhdGUtdGV4dCcgOiAnYXBwLXRleHQnXCI+e3tlbXBsb3llci5zdGF0ZS52YWx1ZX19PC9pb24tdGV4dD5cclxuICAgICAgICA8L3NlY3Rpb24+XHJcbiAgICAgICAgPHNlY3Rpb24gY2xhc3M9XCJzdGF0ZS1yZWd1bGFyLXZpZXdcIj5cclxuICAgICAgICAgIDxpb24tdGV4dCBbbmdDbGFzc109XCJlbXBUeXBlPT09J0ZFRCcgPyAnYXBwLXN0YXRlLXRleHQnIDogJ2FwcC10ZXh0J1wiPnt7ZW1wbG95ZXIuc3RhdGUudGV4dCB8IHByb3BlckNhc2V9fTwvaW9uLXRleHQ+XHJcbiAgICAgICAgPC9zZWN0aW9uPlxyXG4gICAgICA8L2lvbi1jb2w+XHJcblxyXG4gICAgICA8aW9uLWNvbCAqbmdJZj1cImVtcFR5cGU9PT0nRkVEJ1wiIHNpemU9XCIxLjZcIiBjbGFzcz1cImFwcC10ZXh0IGlvbi10ZXh0LXdyYXBcIj5cclxuICAgICAgICA8aW9uLXRleHQgW25nQ2xhc3NdPVwiZW1wVHlwZT09PSdGRUQnID8gJ2FwcC1jb2RlLXRleHQnIDogJ2lvbi10ZXh0LXdyYXAgYXBwLXRleHQnXCI+e3tlbXBsb3llci5maWNDb2RlIHwgcHJvcGVyQ2FzZX19PC9pb24tdGV4dD5cclxuICAgICAgPC9pb24tY29sPlxyXG4gICAgPC9pb24tcm93PlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcbjwvcC1hdXRvQ29tcGxldGU+XHJcblxyXG48ZGl2ICpuZ0lmPVwic2hvd0Vycm9yXCIgc3R5bGU9XCJjb2xvcjpoc2xhKDAsIDg5JSwgNDklLCAwLjk1OSk7IG1hcmdpbi1sZWZ0OiAwcHg7IGZvbnQtc2l6ZTogMTVweFwiPlxyXG4gIHt7IGVycm9yTWVzc2FnZSB9fVxyXG48L2Rpdj4iXX0=
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR, UntypedFormControl } from '@angular/forms';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import { startWith, map } from 'rxjs/operators';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "../../pipes/filter.pipe";
|
|
7
|
+
import * as i2 from "@angular/common";
|
|
8
|
+
import * as i3 from "@angular/material/form-field";
|
|
9
|
+
import * as i4 from "ngx-mat-select-search";
|
|
10
|
+
import * as i5 from "@angular/material/select";
|
|
11
|
+
import * as i6 from "@angular/material/core";
|
|
12
|
+
import * as i7 from "@angular/forms";
|
|
13
|
+
import * as i8 from "@angular/material/icon";
|
|
14
|
+
import * as i9 from "@angular/material/button";
|
|
15
|
+
function SelectComponent_mat_option_6_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
+
i0.ɵɵelementStart(0, "mat-option", 5);
|
|
17
|
+
i0.ɵɵtext(1);
|
|
18
|
+
i0.ɵɵelementEnd();
|
|
19
|
+
} if (rf & 2) {
|
|
20
|
+
const v_r2 = ctx.$implicit;
|
|
21
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
22
|
+
i0.ɵɵproperty("value", v_r2[ctx_r0.key]);
|
|
23
|
+
i0.ɵɵadvance(1);
|
|
24
|
+
i0.ɵɵtextInterpolate(ctx_r0.getDesc(v_r2, ctx_r0.value));
|
|
25
|
+
} }
|
|
26
|
+
function SelectComponent_button_8_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
28
|
+
i0.ɵɵelementStart(0, "button", 6);
|
|
29
|
+
i0.ɵɵlistener("click", function SelectComponent_button_8_Template_button_click_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); ctx_r3.dropDown.reset(); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
30
|
+
i0.ɵɵelementStart(1, "mat-icon");
|
|
31
|
+
i0.ɵɵtext(2, "close");
|
|
32
|
+
i0.ɵɵelementEnd()();
|
|
33
|
+
} }
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @description A wrapper component build on top of mat-select and ngx-mat-select-search to give search functionality to the the dropdown along with close button.
|
|
37
|
+
* This component can be used with Angular Forms and supports 2 way data binding using ngModel.
|
|
38
|
+
*
|
|
39
|
+
* @author Prerak Tiwari
|
|
40
|
+
*/
|
|
41
|
+
export class SelectComponent {
|
|
42
|
+
constructor(filter) {
|
|
43
|
+
this.filter = filter;
|
|
44
|
+
/**
|
|
45
|
+
* @description set true if select box is required
|
|
46
|
+
*/
|
|
47
|
+
this.required = false;
|
|
48
|
+
/**
|
|
49
|
+
* @description set true if multiple values can be selected
|
|
50
|
+
*/
|
|
51
|
+
this.multiple = false;
|
|
52
|
+
this.valuesBs = new BehaviorSubject([]);
|
|
53
|
+
this.searchCtrl = new UntypedFormControl();
|
|
54
|
+
this.dropDown = new UntypedFormControl();
|
|
55
|
+
this.onChange = (value) => {
|
|
56
|
+
};
|
|
57
|
+
this.onTouch = () => {
|
|
58
|
+
};
|
|
59
|
+
this.dropDown.valueChanges.subscribe(value => this.onChange(value));
|
|
60
|
+
}
|
|
61
|
+
ngOnChanges(changes) {
|
|
62
|
+
if (changes.values && changes.values.currentValue) {
|
|
63
|
+
this.values = changes.values.currentValue;
|
|
64
|
+
this.valuesBs.next(this.values);
|
|
65
|
+
}
|
|
66
|
+
this.filteredValues = this.searchCtrl
|
|
67
|
+
.valueChanges
|
|
68
|
+
.pipe(startWith(''), map(element => element ? this.filter.transform(this.valuesBs.getValue(), element, this.value) : this.valuesBs.getValue().slice()));
|
|
69
|
+
}
|
|
70
|
+
writeValue(obj) {
|
|
71
|
+
this.dropDown.setValue(obj);
|
|
72
|
+
}
|
|
73
|
+
registerOnChange(fn) {
|
|
74
|
+
this.onChange = fn;
|
|
75
|
+
}
|
|
76
|
+
registerOnTouched(fn) {
|
|
77
|
+
this.onTouch = fn;
|
|
78
|
+
}
|
|
79
|
+
setDisabledState(isDisabled) {
|
|
80
|
+
}
|
|
81
|
+
ngOnInit() {
|
|
82
|
+
}
|
|
83
|
+
getDesc(object, arg) {
|
|
84
|
+
if (object) {
|
|
85
|
+
if (typeof arg === 'string') {
|
|
86
|
+
return object[arg] ? object[arg] : object[this.key];
|
|
87
|
+
}
|
|
88
|
+
else {
|
|
89
|
+
let values = [];
|
|
90
|
+
arg.forEach(v => {
|
|
91
|
+
values.push(object[v] ? object[v] : '');
|
|
92
|
+
});
|
|
93
|
+
return values.join(" ");
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
static { this.ɵfac = function SelectComponent_Factory(t) { return new (t || SelectComponent)(i0.ɵɵdirectiveInject(i1.FilterPipe)); }; }
|
|
98
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectComponent, selectors: [["app-select"]], inputs: { values: "values", key: "key", value: "value", label: "label", required: "required", multiple: "multiple" }, features: [i0.ɵɵProvidersFeature([{
|
|
99
|
+
provide: NG_VALUE_ACCESSOR,
|
|
100
|
+
useExisting: SelectComponent,
|
|
101
|
+
multi: true
|
|
102
|
+
}]), i0.ɵɵNgOnChangesFeature], decls: 9, vars: 11, consts: [["appearance", "outline"], [3, "formControl", "required", "multiple"], [3, "formControl", "placeholderLabel", "noEntriesFoundLabel"], [3, "value", 4, "ngFor", "ngForOf"], ["mat-button", "", "matSuffix", "", "mat-icon-button", "", "aria-label", "Clear", 3, "click", 4, "ngIf"], [3, "value"], ["mat-button", "", "matSuffix", "", "mat-icon-button", "", "aria-label", "Clear", 3, "click"]], template: function SelectComponent_Template(rf, ctx) { if (rf & 1) {
|
|
103
|
+
i0.ɵɵelementStart(0, "mat-form-field", 0)(1, "mat-label");
|
|
104
|
+
i0.ɵɵtext(2);
|
|
105
|
+
i0.ɵɵelementEnd();
|
|
106
|
+
i0.ɵɵelementStart(3, "mat-select", 1)(4, "mat-option");
|
|
107
|
+
i0.ɵɵelement(5, "ngx-mat-select-search", 2);
|
|
108
|
+
i0.ɵɵelementEnd();
|
|
109
|
+
i0.ɵɵtemplate(6, SelectComponent_mat_option_6_Template, 2, 2, "mat-option", 3);
|
|
110
|
+
i0.ɵɵpipe(7, "async");
|
|
111
|
+
i0.ɵɵelementEnd();
|
|
112
|
+
i0.ɵɵtemplate(8, SelectComponent_button_8_Template, 3, 0, "button", 4);
|
|
113
|
+
i0.ɵɵelementEnd();
|
|
114
|
+
} if (rf & 2) {
|
|
115
|
+
i0.ɵɵadvance(2);
|
|
116
|
+
i0.ɵɵtextInterpolate(ctx.label ? ctx.label : "Select");
|
|
117
|
+
i0.ɵɵadvance(1);
|
|
118
|
+
i0.ɵɵproperty("formControl", ctx.dropDown)("required", ctx.required)("multiple", ctx.multiple);
|
|
119
|
+
i0.ɵɵadvance(2);
|
|
120
|
+
i0.ɵɵproperty("formControl", ctx.searchCtrl)("placeholderLabel", "Search...")("noEntriesFoundLabel", "Not found");
|
|
121
|
+
i0.ɵɵadvance(1);
|
|
122
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(7, 9, ctx.filteredValues));
|
|
123
|
+
i0.ɵɵadvance(2);
|
|
124
|
+
i0.ɵɵproperty("ngIf", ctx.dropDown.value);
|
|
125
|
+
} }, dependencies: [i2.NgForOf, i2.NgIf, i3.MatFormField, i3.MatLabel, i3.MatSuffix, i4.MatSelectSearchComponent, i5.MatSelect, i6.MatOption, i7.NgControlStatus, i7.RequiredValidator, i7.FormControlDirective, i8.MatIcon, i9.MatButton, i9.MatIconButton, i2.AsyncPipe] }); }
|
|
126
|
+
}
|
|
127
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectComponent, [{
|
|
128
|
+
type: Component,
|
|
129
|
+
args: [{ selector: 'app-select', providers: [{
|
|
130
|
+
provide: NG_VALUE_ACCESSOR,
|
|
131
|
+
useExisting: SelectComponent,
|
|
132
|
+
multi: true
|
|
133
|
+
}], template: "<mat-form-field appearance=\"outline\">\r\n <mat-label>{{label ? label : 'Select'}}</mat-label>\r\n <mat-select [formControl]=\"dropDown\" [required]=\"required\" [multiple]='multiple'>\r\n <mat-option>\r\n <ngx-mat-select-search [formControl]=\"searchCtrl\" [placeholderLabel]=\"'Search...'\"\r\n [noEntriesFoundLabel]=\"'Not found'\"></ngx-mat-select-search>\r\n </mat-option>\r\n <mat-option *ngFor=\"let v of filteredValues | async\" [value]=\"v[key]\">{{getDesc(v,value)}}</mat-option>\r\n </mat-select>\r\n <button mat-button *ngIf=\"dropDown.value\" matSuffix mat-icon-button aria-label=\"Clear\"\r\n (click)=\"dropDown.reset(); $event.stopPropagation()\">\r\n <mat-icon>close</mat-icon>\r\n </button>\r\n </mat-form-field>" }]
|
|
134
|
+
}], () => [{ type: i1.FilterPipe }], { values: [{
|
|
135
|
+
type: Input,
|
|
136
|
+
args: ['values']
|
|
137
|
+
}], key: [{
|
|
138
|
+
type: Input,
|
|
139
|
+
args: ['key']
|
|
140
|
+
}], value: [{
|
|
141
|
+
type: Input,
|
|
142
|
+
args: ['value']
|
|
143
|
+
}], label: [{
|
|
144
|
+
type: Input,
|
|
145
|
+
args: ['label']
|
|
146
|
+
}], required: [{
|
|
147
|
+
type: Input,
|
|
148
|
+
args: ['required']
|
|
149
|
+
}], multiple: [{
|
|
150
|
+
type: Input,
|
|
151
|
+
args: ['multiple']
|
|
152
|
+
}] }); })();
|
|
153
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SelectComponent, { className: "SelectComponent", filePath: "lib\\components\\select\\select.component.ts", lineNumber: 25 }); })();
|
|
154
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9zZWxlY3Qvc2VsZWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1yZXVzYS1hcHAtbGliL3NyYy9saWIvY29tcG9uZW50cy9zZWxlY3Qvc2VsZWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsS0FBSyxFQUE0QixNQUFNLGVBQWUsQ0FBQztBQUNuRixPQUFPLEVBQUUsaUJBQWlCLEVBQXdCLGtCQUFrQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0YsT0FBTyxFQUFjLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUNuRCxPQUFPLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7Ozs7SUNJMUMscUNBQXNFO0lBQUEsWUFBb0I7SUFBQSxpQkFBYTs7OztJQUFsRCx3Q0FBZ0I7SUFBQyxlQUFvQjtJQUFwQix3REFBb0I7Ozs7SUFFNUYsaUNBQ3VEO0lBQXJELDhKQUFTLHVCQUFnQixTQUFFLGVBQUEsd0JBQXdCLENBQUEsSUFBQztJQUNwRCxnQ0FBVTtJQUFBLHFCQUFLO0lBQUEsaUJBQVcsRUFBQTs7QURMaEM7Ozs7OztHQU1HO0FBWUgsTUFBTSxPQUFPLGVBQWU7SUFzRDFCLFlBQW9CLE1BQW1CO1FBQW5CLFdBQU0sR0FBTixNQUFNLENBQWE7UUE1QnZDOztXQUVHO1FBRUgsYUFBUSxHQUFhLEtBQUssQ0FBQztRQUUzQjs7V0FFRztRQUVILGFBQVEsR0FBYSxLQUFLLENBQUM7UUFFM0IsYUFBUSxHQUE0QixJQUFJLGVBQWUsQ0FBUSxFQUFFLENBQUMsQ0FBQztRQUk1RCxlQUFVLEdBQXdCLElBQUksa0JB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QVpKLGVBQTRCO1lBQTVCLHNEQUE0QjtZQUMzQixlQUF3QjtZQUF4QiwwQ0FBd0IsMEJBQUEsMEJBQUE7WUFFVCxlQUEwQjtZQUExQiw0Q0FBMEIsaUNBQUEsb0NBQUE7WUFHekIsZUFBeUI7WUFBekIsa0VBQXlCO1lBRWpDLGVBQW9CO1lBQXBCLHlDQUFvQjs7O2lGRGUvQixlQUFlO2NBVjNCLFNBQVM7MkJBQ0UsWUFBWSxhQUdYLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxpQkFBaUI7d0JBQzVCLEtBQUssRUFBRSxJQUFJO3FCQUNaLENBQUM7MkNBUUYsTUFBTTtrQkFETCxLQUFLO21CQUFDLFFBQVE7WUFPZixHQUFHO2tCQURGLEtBQUs7bUJBQUMsS0FBSztZQU9aLEtBQUs7a0JBREosS0FBSzttQkFBQyxPQUFPO1lBT2QsS0FBSztrQkFESixLQUFLO21CQUFDLE9BQU87WUFPZCxRQUFRO2tCQURQLEtBQUs7bUJBQUMsVUFBVTtZQU9qQixRQUFRO2tCQURQLEtBQUs7bUJBQUMsVUFBVTs7a0ZBbkNOLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5wdXQsIE9uQ2hhbmdlcywgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTkdfVkFMVUVfQUNDRVNTT1IsIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBVbnR5cGVkRm9ybUNvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBCZWhhdmlvclN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IHN0YXJ0V2l0aCwgbWFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuaW1wb3J0IHsgRmlsdGVyUGlwZSB9IGZyb20gJy4uLy4uL3BpcGVzL2ZpbHRlci5waXBlJztcblxuLyoqXG4gKiBcbiAqIEBkZXNjcmlwdGlvbiBBIHdyYXBwZXIgY29tcG9uZW50IGJ1aWxkIG9uIHRvcCBvZiBtYXQtc2VsZWN0IGFuZCBuZ3gtbWF0LXNlbGVjdC1zZWFyY2ggdG8gZ2l2ZSBzZWFyY2ggZnVuY3Rpb25hbGl0eSB0byB0aGUgdGhlIGRyb3Bkb3duIGFsb25nIHdpdGggY2xvc2UgYnV0dG9uLlxuICogVGhpcyBjb21wb25lbnQgY2FuIGJlIHVzZWQgd2l0aCBBbmd1bGFyIEZvcm1zIGFuZCBzdXBwb3J0cyAyIHdheSBkYXRhIGJpbmRpbmcgdXNpbmcgbmdNb2RlbC5cbiAqIFxuICogQGF1dGhvciBQcmVyYWsgVGl3YXJpXG4gKi9cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLXNlbGVjdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWxlY3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zZWxlY3QuY29tcG9uZW50LnNjc3MnXSxcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgIHVzZUV4aXN0aW5nOiBTZWxlY3RDb21wb25lbnQsXG4gICAgbXVsdGk6IHRydWVcbiAgfV1cbn0pXG5leHBvcnQgY2xhc3MgU2VsZWN0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25DaGFuZ2VzIHtcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uIE9iamVjdCBhcnJheSB1c2luZyB3aGljaCBzZWxlY3QgYm94IG9wdGlvbiBuZWVkcyB0byBiZSBwb3B1bGF0ZWQuXG4gICAqL1xuICBASW5wdXQoJ3ZhbHVlcycpXG4gIHZhbHVlcyA6IGFueVtdO1xuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb24gS2V5IG9mIHRoZSBvYmplY3Qgd2hpY2ggbmVlZHMgdG8gYmUgYXNzaWduZWQgdG8gJ3ZhbHVlJyBmaWVsZCBvZiBzZWxlY3QgYm94XG4gICAqL1xuICBASW5wdXQoJ2tleScpXG4gIGtleSA6IHN0cmluZztcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uIFZhbHVlKHMpIHdoaWNoIG5lZWRzIHRvIGJlIGRpc3BsYXllZCB0byB1c2VyXG4gICAqL1xuICBASW5wdXQoJ3ZhbHVlJylcbiAgdmFsdWUgOiBzdHJpbmcgfCBzdHJpbmdbXTtcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uIFNlbGVjdCBib3ggbGFiZWxcbiAgICovXG4gIEBJbnB1dCgnbGFiZWwnKVxuICBsYWJlbCA6IHN0cmluZztcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uIHNldCB0cnVlIGlmIHNlbGVjdCBib3ggaXMgcmVxdWlyZWRcbiAgICovXG4gIEBJbnB1dCgncmVxdWlyZWQnKVxuICByZXF1aXJlZCA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uIHNldCB0cnVlIGlmIG11bHRpcGxlIHZhbHVlcyBjYW4gYmUgc2VsZWN0ZWRcbiAgICovXG4gIEBJbnB1dCgnbXVsdGlwbGUnKVxuICBtdWx0aXBsZSA6IGJvb2xlYW4gPSBmYWxzZTtcblxuICB2YWx1ZXNCcyA6IEJlaGF2aW9yU3ViamVjdDxhbnlbXT4gPSBuZXcgQmVoYXZpb3JTdWJqZWN0PGFueVtdPihbXSk7XG5cbiAgcHVibGljIGZpbHRlcmVkVmFsdWVzIDogT2JzZXJ2YWJsZTxbXT47XG5cbiAgcHVibGljIHNlYXJjaEN0cmwgOiBVbnR5cGVkRm9ybUNvbnRyb2wgPSBuZXcgVW50eXBlZEZvcm1Db250cm9sKCk7XG5cbiAgcHVibGljIGRyb3BEb3duIDogVW50eXBlZEZvcm1Db250cm9sID0gbmV3IFVudHlwZWRGb3JtQ29udHJvbCgpO1xuXG4gIHByaXZhdGUgb25DaGFuZ2U6IEZ1bmN0aW9uID0gKHZhbHVlIDogU3RyaW5nKSA9PiB7XG4gIFxuICB9O1xuICBwcml2YXRlIG9uVG91Y2g6IEZ1bmN0aW9uID0gKCkgPT4ge1xuXG4gIH07XG5cblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGZpbHRlciA6IEZpbHRlclBpcGUpIHsgXG4gICAgdGhpcy5kcm9wRG93bi52YWx1ZUNoYW5nZXMuc3Vic2NyaWJlKHZhbHVlID0+IHRoaXMub25DaGFuZ2UodmFsdWUpKVxuICB9XG4gIFxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgaWYoY2hhbmdlcy52YWx1ZXMgJiYgY2hhbmdlcy52YWx1ZXMuY3VycmVudFZhbHVlKXtcbiAgICAgIHRoaXMudmFsdWVzID0gY2hhbmdlcy52YWx1ZXMuY3VycmVudFZhbHVlO1xuICAgICAgdGhpcy52YWx1ZXNCcy5uZXh0KHRoaXMudmFsdWVzKTtcbiAgICB9XG4gICAgdGhpcy5maWx0ZXJlZFZhbHVlcyA9IHRoaXMuc2VhcmNoQ3RybFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAudmFsdWVDaGFuZ2VzXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIC5waXBlKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdGFydFdpdGgoJycpLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXAoZWxlbWVudCA9PiBlbGVtZW50ID8gdGhpcy5maWx0ZXIudHJhbnNmb3JtKHRoaXMudmFsdWVzQnMuZ2V0VmFsdWUoKSwgZWxlbWVudCwgdGhpcy52YWx1ZSkgOiB0aGlzLnZhbHVlc0JzLmdldFZhbHVlKCkuc2xpY2UoKSlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKTtcbiAgfVxuXG4gIHdyaXRlVmFsdWUob2JqOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLmRyb3BEb3duLnNldFZhbHVlKG9iaik7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cbiAgcmVnaXN0ZXJPblRvdWNoZWQoZm46IGFueSk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaCA9IGZuOyAgXG4gIH1cbiAgc2V0RGlzYWJsZWRTdGF0ZT8oaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgXG4gIH1cblxuICBnZXREZXNjKG9iamVjdCA6IGFueSwgYXJnIDogc3RyaW5nIHwgc3RyaW5nW10pe1xuICAgIGlmKG9iamVjdCl7XG4gICAgICBpZih0eXBlb2YgYXJnID09PSAnc3RyaW5nJyl7XG4gICAgICAgIHJldHVybiBvYmplY3RbYXJnXSA/IG9iamVjdFthcmddIDogb2JqZWN0W3RoaXMua2V5XTtcbiAgICAgIH1lbHNle1xuICAgICAgICBsZXQgdmFsdWVzID0gW107XG4gICAgICAgIGFyZy5mb3JFYWNoKFxuICAgICAgICAgIHYgPT4ge1xuICAgICAgICAgICAgdmFsdWVzLnB1c2gob2JqZWN0W3ZdID8gb2JqZWN0W3ZdIDogJycpO1xuICAgICAgICAgIH1cbiAgICAgICAgKTtcbiAgICAgICAgcmV0dXJuIHZhbHVlcy5qb2luKFwiIFwiKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIjxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwib3V0bGluZVwiPlxyXG4gICAgPG1hdC1sYWJlbD57e2xhYmVsID8gbGFiZWwgOiAnU2VsZWN0J319PC9tYXQtbGFiZWw+XHJcbiAgICA8bWF0LXNlbGVjdCBbZm9ybUNvbnRyb2xdPVwiZHJvcERvd25cIiBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIiBbbXVsdGlwbGVdPSdtdWx0aXBsZSc+XHJcbiAgICAgIDxtYXQtb3B0aW9uPlxyXG4gICAgICAgIDxuZ3gtbWF0LXNlbGVjdC1zZWFyY2ggW2Zvcm1Db250cm9sXT1cInNlYXJjaEN0cmxcIiBbcGxhY2Vob2xkZXJMYWJlbF09XCInU2VhcmNoLi4uJ1wiXHJcbiAgICAgICAgICBbbm9FbnRyaWVzRm91bmRMYWJlbF09XCInTm90IGZvdW5kJ1wiPjwvbmd4LW1hdC1zZWxlY3Qtc2VhcmNoPlxyXG4gICAgICA8L21hdC1vcHRpb24+XHJcbiAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCB2IG9mIGZpbHRlcmVkVmFsdWVzIHwgYXN5bmNcIiBbdmFsdWVdPVwidltrZXldXCI+e3tnZXREZXNjKHYsdmFsdWUpfX08L21hdC1vcHRpb24+XHJcbiAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICA8YnV0dG9uIG1hdC1idXR0b24gKm5nSWY9XCJkcm9wRG93bi52YWx1ZVwiIG1hdFN1ZmZpeCBtYXQtaWNvbi1idXR0b24gYXJpYS1sYWJlbD1cIkNsZWFyXCJcclxuICAgICAgKGNsaWNrKT1cImRyb3BEb3duLnJlc2V0KCk7ICRldmVudC5zdG9wUHJvcGFnYXRpb24oKVwiPlxyXG4gICAgICA8bWF0LWljb24+Y2xvc2U8L21hdC1pY29uPlxyXG4gICAgPC9idXR0b24+XHJcbiAgPC9tYXQtZm9ybS1maWVsZD4iXX0=
|