@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,155 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { ScrollerOptions } from 'primeng/api';
|
|
3
|
+
/**
|
|
4
|
+
* Filter callbacks of the dropdown.
|
|
5
|
+
* @group Interface
|
|
6
|
+
*/
|
|
7
|
+
export interface DropdownFilterOptions {
|
|
8
|
+
/**
|
|
9
|
+
* Filter function.
|
|
10
|
+
*/
|
|
11
|
+
filter?: (value?: any) => void;
|
|
12
|
+
/**
|
|
13
|
+
* Reset function.
|
|
14
|
+
*/
|
|
15
|
+
reset?: () => void;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Custom change event.
|
|
19
|
+
* @see {@link Dropdown.onChange}
|
|
20
|
+
* @group Events
|
|
21
|
+
*/
|
|
22
|
+
export interface DropdownChangeEvent {
|
|
23
|
+
/**
|
|
24
|
+
* Browser event.
|
|
25
|
+
*/
|
|
26
|
+
originalEvent: Event;
|
|
27
|
+
/**
|
|
28
|
+
* Selected option value
|
|
29
|
+
*/
|
|
30
|
+
value: any;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Custom filter event.
|
|
34
|
+
* @see {@link Dropdown.onFilter}
|
|
35
|
+
* @group Events
|
|
36
|
+
*/
|
|
37
|
+
export interface DropdownFilterEvent {
|
|
38
|
+
/**
|
|
39
|
+
* Browser event.
|
|
40
|
+
*/
|
|
41
|
+
originalEvent: Event;
|
|
42
|
+
/**
|
|
43
|
+
* Filter value.
|
|
44
|
+
*/
|
|
45
|
+
filter: any;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Custom lazy load event.
|
|
49
|
+
* @see {@link Dropdown.onLazyLoad}
|
|
50
|
+
* @group Events
|
|
51
|
+
*/
|
|
52
|
+
export interface DropdownLazyLoadEvent {
|
|
53
|
+
/**
|
|
54
|
+
* Index of the first element in viewport.
|
|
55
|
+
*/
|
|
56
|
+
first: number;
|
|
57
|
+
/**
|
|
58
|
+
* Index of the last element in viewport.
|
|
59
|
+
*/
|
|
60
|
+
last: number;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Defines valid templates in Dropdown.
|
|
64
|
+
* @group Templates
|
|
65
|
+
*/
|
|
66
|
+
export interface DropdownTemplates {
|
|
67
|
+
/**
|
|
68
|
+
* Custom header template.
|
|
69
|
+
* @param {Object} context - item data.
|
|
70
|
+
*/
|
|
71
|
+
item(context: {
|
|
72
|
+
/**
|
|
73
|
+
* Data of the option.
|
|
74
|
+
*/
|
|
75
|
+
$implicit: any;
|
|
76
|
+
}): TemplateRef<{
|
|
77
|
+
$implicit: any;
|
|
78
|
+
}>;
|
|
79
|
+
/**
|
|
80
|
+
* Custom selected item template.
|
|
81
|
+
* @param {Object} context - selected item data.
|
|
82
|
+
*/
|
|
83
|
+
selectedItem(context: {
|
|
84
|
+
/**
|
|
85
|
+
* Selected option value.
|
|
86
|
+
*/
|
|
87
|
+
$implicit: any;
|
|
88
|
+
}): TemplateRef<{
|
|
89
|
+
$implicit: any;
|
|
90
|
+
}>;
|
|
91
|
+
/**
|
|
92
|
+
* Custom header template.
|
|
93
|
+
*/
|
|
94
|
+
header(): TemplateRef<any>;
|
|
95
|
+
/**
|
|
96
|
+
* Custom filter template.
|
|
97
|
+
* @param {DropdownFilterOptions} options - filter options.
|
|
98
|
+
*/
|
|
99
|
+
filter(context: {
|
|
100
|
+
/**
|
|
101
|
+
* Filter options.
|
|
102
|
+
*/
|
|
103
|
+
options: DropdownFilterOptions;
|
|
104
|
+
}): TemplateRef<{
|
|
105
|
+
options: DropdownFilterOptions;
|
|
106
|
+
}>;
|
|
107
|
+
/**
|
|
108
|
+
* Custom footer template.
|
|
109
|
+
*/
|
|
110
|
+
footer(): TemplateRef<any>;
|
|
111
|
+
/**
|
|
112
|
+
* Custom empty filter template.
|
|
113
|
+
*/
|
|
114
|
+
emptyfilter(): TemplateRef<any>;
|
|
115
|
+
/**
|
|
116
|
+
* Custom empty template.
|
|
117
|
+
*/
|
|
118
|
+
empty(): TemplateRef<any>;
|
|
119
|
+
/**
|
|
120
|
+
* Custom group template.
|
|
121
|
+
*/
|
|
122
|
+
group(context: {
|
|
123
|
+
/**
|
|
124
|
+
* Group option.
|
|
125
|
+
*/
|
|
126
|
+
$implicit: any;
|
|
127
|
+
}): TemplateRef<{
|
|
128
|
+
$implicit: any;
|
|
129
|
+
}>;
|
|
130
|
+
/**
|
|
131
|
+
* Custom loader template. This template can be used with virtualScroll.
|
|
132
|
+
* @param {ScrollerOptions} options - virtual scroller options.
|
|
133
|
+
*/
|
|
134
|
+
loader(context: {
|
|
135
|
+
/**
|
|
136
|
+
* Virtual scroller options.
|
|
137
|
+
*/
|
|
138
|
+
options: ScrollerOptions;
|
|
139
|
+
}): TemplateRef<{
|
|
140
|
+
options: ScrollerOptions;
|
|
141
|
+
}>;
|
|
142
|
+
/**
|
|
143
|
+
* Custom dropdown trigger icon template.
|
|
144
|
+
*/
|
|
145
|
+
dropdownicon(): TemplateRef<any>;
|
|
146
|
+
/**
|
|
147
|
+
* Custom clear icon template.
|
|
148
|
+
*/
|
|
149
|
+
clearicon(): TemplateRef<any>;
|
|
150
|
+
/**
|
|
151
|
+
* Custom filter icon template.
|
|
152
|
+
*/
|
|
153
|
+
filtericon(): TemplateRef<any>;
|
|
154
|
+
}
|
|
155
|
+
//# sourceMappingURL=dropdown.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.interface.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dropdown/dropdown.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AACD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;CACd;AACD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC;IACrB;;OAEG;IACH,MAAM,EAAE,GAAG,CAAC;CACf;AACD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AACD;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE;QACV;;WAEG;QACH,SAAS,EAAE,GAAG,CAAC;KAClB,GAAG,WAAW,CAAC;QAAE,SAAS,EAAE,GAAG,CAAA;KAAE,CAAC,CAAC;IACpC;;;OAGG;IACH,YAAY,CAAC,OAAO,EAAE;QAClB;;WAEG;QACH,SAAS,EAAE,GAAG,CAAC;KAClB,GAAG,WAAW,CAAC;QAAE,SAAS,EAAE,GAAG,CAAA;KAAE,CAAC,CAAC;IACpC;;OAEG;IACH,MAAM,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC;IAC3B;;;OAGG;IACH,MAAM,CAAC,OAAO,EAAE;QACZ;;WAEG;QACH,OAAO,EAAE,qBAAqB,CAAC;KAClC,GAAG,WAAW,CAAC;QAAE,OAAO,EAAE,qBAAqB,CAAA;KAAE,CAAC,CAAC;IACpD;;OAEG;IACH,MAAM,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC;IAC3B;;OAEG;IACH,WAAW,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC;IAChC;;OAEG;IACH,KAAK,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC;IAC1B;;OAEG;IACH,KAAK,CAAC,OAAO,EAAE;QACX;;WAEG;QACH,SAAS,EAAE,GAAG,CAAC;KAClB,GAAG,WAAW,CAAC;QAAE,SAAS,EAAE,GAAG,CAAA;KAAE,CAAC,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,OAAO,EAAE;QACZ;;WAEG;QACH,OAAO,EAAE,eAAe,CAAC;KAC5B,GAAG,WAAW,CAAC;QAAE,OAAO,EAAE,eAAe,CAAA;KAAE,CAAC,CAAC;IAC9C;;OAEG;IACH,YAAY,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC;IACjC;;OAEG;IACH,SAAS,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC;IAC9B;;OAEG;IACH,UAAU,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC;CAClC"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
5
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
6
|
+
import { LoginService } from '../../services/login/login.service';
|
|
7
|
+
import { UtilService } from '../../services/util/util.service';
|
|
8
|
+
import { KeyValueModel } from '../../models/questionnaire/KeyValueModel';
|
|
9
|
+
import { QuestionnaireQueryModel } from '../../models/questionnaire/QuestionnaireQueryModel';
|
|
10
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
11
|
+
import { CountyModel } from '../../models/CountyModel';
|
|
12
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
13
|
+
import { NavController } from '@ionic/angular';
|
|
14
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
|
+
export declare class DuaRequestPageComponent implements OnInit {
|
|
17
|
+
fb: UntypedFormBuilder;
|
|
18
|
+
ls: LoginService;
|
|
19
|
+
private router;
|
|
20
|
+
logger: LoggerService;
|
|
21
|
+
cs: ClaimService;
|
|
22
|
+
util: UtilService;
|
|
23
|
+
private activatedRoute;
|
|
24
|
+
claimantContextService: ClaimantContextService;
|
|
25
|
+
private nav;
|
|
26
|
+
sanitizer: DomSanitizer;
|
|
27
|
+
backButtonPageLink: string;
|
|
28
|
+
duaInfoForm: UntypedFormGroup;
|
|
29
|
+
duaFormDirective: NgForm;
|
|
30
|
+
radioOptions: {
|
|
31
|
+
value: string;
|
|
32
|
+
text: string;
|
|
33
|
+
}[];
|
|
34
|
+
payRateOptions: {
|
|
35
|
+
value: string;
|
|
36
|
+
text: string;
|
|
37
|
+
}[];
|
|
38
|
+
disasterOptions: ChoicesModel[];
|
|
39
|
+
countyOptions: CountyModel[];
|
|
40
|
+
listOfDisasters: KeyValueModel[];
|
|
41
|
+
displayDisasterQue: boolean;
|
|
42
|
+
disasterResult: string;
|
|
43
|
+
errorMsg: string;
|
|
44
|
+
isLoading: boolean;
|
|
45
|
+
nextPage: string;
|
|
46
|
+
dataFound: string;
|
|
47
|
+
isCallFromHint: boolean;
|
|
48
|
+
isOpenDua: boolean;
|
|
49
|
+
qeQueryModels: QuestionnaireQueryModel[];
|
|
50
|
+
previousTypeDisaster: any;
|
|
51
|
+
previousCountyWork: any;
|
|
52
|
+
previousResCounty: any;
|
|
53
|
+
isFetched: boolean;
|
|
54
|
+
previousLastDayWork: Date;
|
|
55
|
+
constructor(fb: UntypedFormBuilder, ls: LoginService, router: Router, logger: LoggerService, cs: ClaimService, util: UtilService, activatedRoute: ActivatedRoute, claimantContextService: ClaimantContextService, nav: NavController, sanitizer: DomSanitizer);
|
|
56
|
+
fetchDisasterList(): void;
|
|
57
|
+
loadDisasterData(): void;
|
|
58
|
+
ngOnInit(): void;
|
|
59
|
+
fetchPreviousDuaRequestValues(): Promise<void>;
|
|
60
|
+
setRequiredValidation(): void;
|
|
61
|
+
backFromDua(): void;
|
|
62
|
+
onSubmit(): void;
|
|
63
|
+
closeDua(): void;
|
|
64
|
+
quSuccessDua(event: any): void;
|
|
65
|
+
dateInput(event: any): void;
|
|
66
|
+
get isImpactedByDisaster(): import("@angular/forms").AbstractControl<any, any>;
|
|
67
|
+
get typeDisaster(): import("@angular/forms").AbstractControl<any, any>;
|
|
68
|
+
get countywork(): import("@angular/forms").AbstractControl<any, any>;
|
|
69
|
+
get countyres(): import("@angular/forms").AbstractControl<any, any>;
|
|
70
|
+
get lastDayWorked(): import("@angular/forms").AbstractControl<any, any>;
|
|
71
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DuaRequestPageComponent, never>;
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DuaRequestPageComponent, "app-dua-request-page", never, {}, {}, never, never, false, never>;
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=dua-request-page.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dua-request-page.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dua-request-page/dua-request-page.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAElG,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAE7F,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;;AAMzD,qBAKa,uBAAwB,YAAW,MAAM;IA0BjC,EAAE,EAAE,kBAAkB;IAAS,EAAE,EAAE,YAAY;IAAE,OAAO,CAAC,MAAM;IAAiB,MAAM,EAAE,aAAa;IAC/G,EAAE,EAAE,YAAY;IAAS,IAAI,EAAE,WAAW;IAAE,OAAO,CAAC,cAAc;IAAyB,sBAAsB,EAAE,sBAAsB;IAAE,OAAO,CAAC,GAAG;IACxJ,SAAS,EAAG,YAAY;IA1BxB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,WAAW,EAAE,gBAAgB,CAAC;IAE9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY;;;QAAsB;IAClC,cAAc;;;QAA0B;IACxC,eAAe,EAAE,YAAY,EAAE,CAAM;IACrC,aAAa,EAAE,WAAW,EAAE,CAAM;IACzC,eAAe,EAAE,aAAa,EAAE,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAS;IACpC,cAAc,SAAM;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAS;IAC3B,QAAQ,EAAE,MAAM,CAAM;IACtB,SAAS,EAAE,MAAM,CAAQ;IACzB,cAAc,EAAG,OAAO,CAAS;IACxC,SAAS,EAAE,OAAO,CAAS;IAC3B,aAAa,EAAE,uBAAuB,EAAE,CAAC;IAClC,oBAAoB,EAAE,GAAG,CAAC;IAC1B,kBAAkB,EAAE,GAAG,CAAC;IACxB,iBAAiB,EAAE,GAAG,CAAC;IACvB,SAAS,EAAG,OAAO,CAAS;IAC5B,mBAAmB,EAAE,IAAI,CAAC;gBAEd,EAAE,EAAE,kBAAkB,EAAS,EAAE,EAAE,YAAY,EAAU,MAAM,EAAE,MAAM,EAAS,MAAM,EAAE,aAAa,EAC/G,EAAE,EAAE,YAAY,EAAS,IAAI,EAAE,WAAW,EAAU,cAAc,EAAE,cAAc,EAAS,sBAAsB,EAAE,sBAAsB,EAAU,GAAG,EAAE,aAAa,EACvK,SAAS,EAAG,YAAY;IAG/B,iBAAiB;IAmChB,gBAAgB;IAcnB,QAAQ;IA0CL,6BAA6B,IAAI,OAAO,CAAC,IAAI,CAAC;IAwB9C,qBAAqB;IA6BtB,WAAW;IAgBV,QAAQ;IAuFV,QAAQ;IAIP,YAAY,CAAC,KAAK,EAAG,GAAG;IA2CvB,SAAS,CAAC,KAAK,KAAA;IAYf,IAAI,oBAAoB,uDAExB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,aAAa,uDAEhB;yCAnWU,uBAAuB;2CAAvB,uBAAuB;CAqWnC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
4
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
5
|
+
import { CountyModel } from '../../models/CountyModel';
|
|
6
|
+
import { KeyValueModel } from '../../models/questionnaire/KeyValueModel';
|
|
7
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
8
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
9
|
+
import { LoginService } from '../../services/login/login.service';
|
|
10
|
+
import { UtilService } from '../../services/util/util.service';
|
|
11
|
+
import { NavController } from '@ionic/angular';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class DuaRequestPopupComponent implements OnInit {
|
|
14
|
+
fb: UntypedFormBuilder;
|
|
15
|
+
ls: LoginService;
|
|
16
|
+
private router;
|
|
17
|
+
logger: LoggerService;
|
|
18
|
+
cs: ClaimService;
|
|
19
|
+
util: UtilService;
|
|
20
|
+
private activatedRoute;
|
|
21
|
+
navController: NavController;
|
|
22
|
+
heading: string;
|
|
23
|
+
duaInfoForm: UntypedFormGroup;
|
|
24
|
+
duaFormDirective: NgForm;
|
|
25
|
+
radioOptions: {
|
|
26
|
+
value: string;
|
|
27
|
+
text: string;
|
|
28
|
+
}[];
|
|
29
|
+
payRateOptions: {
|
|
30
|
+
value: string;
|
|
31
|
+
text: string;
|
|
32
|
+
}[];
|
|
33
|
+
disasterOptions: ChoicesModel[];
|
|
34
|
+
countyOptions: CountyModel[];
|
|
35
|
+
listOfDisasters: KeyValueModel[];
|
|
36
|
+
displayDisasterQue: boolean;
|
|
37
|
+
disasterResult: string;
|
|
38
|
+
errorMsg: string;
|
|
39
|
+
isLoading: boolean;
|
|
40
|
+
nextPage: string;
|
|
41
|
+
errorDtls: any;
|
|
42
|
+
successDtls: any;
|
|
43
|
+
blocked: boolean;
|
|
44
|
+
successDua: EventEmitter<any>;
|
|
45
|
+
onClose: EventEmitter<any>;
|
|
46
|
+
constructor(fb: UntypedFormBuilder, ls: LoginService, router: Router, logger: LoggerService, cs: ClaimService, util: UtilService, activatedRoute: ActivatedRoute, navController: NavController);
|
|
47
|
+
ngOnInit(): void;
|
|
48
|
+
fetchDisasterList(): void;
|
|
49
|
+
loadDisasterData(): void;
|
|
50
|
+
saveData(): void;
|
|
51
|
+
dateInput(event: any): void;
|
|
52
|
+
close(): void;
|
|
53
|
+
get isImpactedByDisaster(): import("@angular/forms").AbstractControl<any, any>;
|
|
54
|
+
get typeDisaster(): import("@angular/forms").AbstractControl<any, any>;
|
|
55
|
+
get countywork(): import("@angular/forms").AbstractControl<any, any>;
|
|
56
|
+
get countyres(): import("@angular/forms").AbstractControl<any, any>;
|
|
57
|
+
get lastDayWorked(): import("@angular/forms").AbstractControl<any, any>;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DuaRequestPopupComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DuaRequestPopupComponent, "app-dua-request-popup", never, {}, { "successDua": "successDua"; "onClose": "onClose"; }, never, never, false, never>;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=dua-request-popup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dua-request-popup.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dua-request-popup/dua-request-popup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAGvD,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;;AAE/C,qBAKa,wBAAyB,YAAW,MAAM;IAuBlC,EAAE,EAAE,kBAAkB;IAAS,EAAE,EAAE,YAAY;IAAE,OAAO,CAAC,MAAM;IAAiB,MAAM,EAAE,aAAa;IAC/G,EAAE,EAAE,YAAY;IAAS,IAAI,EAAE,WAAW;IAAE,OAAO,CAAC,cAAc;IAAyB,aAAa,EAAE,aAAa;IAvBzH,OAAO,SAA0B;IAEjC,WAAW,EAAE,gBAAgB,CAAC;IAE9B,gBAAgB,EAAE,MAAM,CAAC;IAEzB,YAAY;;;QAAsB;IAClC,cAAc;;;QAA0B;IACxC,eAAe,EAAE,YAAY,EAAE,CAAM;IACrC,aAAa,EAAE,WAAW,EAAE,CAAM;IACzC,eAAe,EAAE,aAAa,EAAE,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAS;IACpC,cAAc,SAAM;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAQ;IAC1B,QAAQ,EAAE,MAAM,CAAM;IACtB,SAAS,MAAC;IACV,WAAW,MAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACnD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;gBAEvC,EAAE,EAAE,kBAAkB,EAAS,EAAE,EAAE,YAAY,EAAU,MAAM,EAAE,MAAM,EAAS,MAAM,EAAE,aAAa,EAC/G,EAAE,EAAE,YAAY,EAAS,IAAI,EAAE,WAAW,EAAU,cAAc,EAAE,cAAc,EAAS,aAAa,EAAE,aAAa;IAIhI,QAAQ;IA2BR,iBAAiB;IAmCjB,gBAAgB;IAehB,QAAQ;IAgBR,SAAS,CAAC,KAAK,KAAA;IAYf,KAAK;IAKL,IAAI,oBAAoB,uDAEvB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,aAAa,uDAEhB;yCA5JU,wBAAwB;2CAAxB,wBAAwB;CA8JpC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
|
|
3
|
+
import { LoginService } from '../../services/login/login.service';
|
|
4
|
+
import { UtilService } from '../../services/util/util.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class EmailUpdateComponent implements OnInit {
|
|
7
|
+
fb: UntypedFormBuilder;
|
|
8
|
+
util: UtilService;
|
|
9
|
+
ls: LoginService;
|
|
10
|
+
errorDtls: any;
|
|
11
|
+
successDtls: any;
|
|
12
|
+
mode: string;
|
|
13
|
+
blocked: boolean;
|
|
14
|
+
authCodeForm: UntypedFormGroup;
|
|
15
|
+
authCodeFormDirective: NgForm;
|
|
16
|
+
onSuccess: EventEmitter<any>;
|
|
17
|
+
onClose: EventEmitter<any>;
|
|
18
|
+
email: string;
|
|
19
|
+
constructor(fb: UntypedFormBuilder, util: UtilService, ls: LoginService);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
get authCode(): import("@angular/forms").AbstractControl<any, any>;
|
|
22
|
+
get newEmail(): import("@angular/forms").AbstractControl<any, any>;
|
|
23
|
+
close(): void;
|
|
24
|
+
setMode(mode: string): void;
|
|
25
|
+
verifyEmail(): void;
|
|
26
|
+
resetMsg(): void;
|
|
27
|
+
getNewCode(): void;
|
|
28
|
+
updateEmailAndGetNewCode(): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmailUpdateComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmailUpdateComponent, "app-email-update", never, { "email": { "alias": "email"; "required": false; }; }, { "onSuccess": "onSuccess"; "onClose": "onClose"; }, never, never, false, never>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=email-update.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-update.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/email-update/email-update.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAKa,oBAAqB,YAAW,MAAM;IAuB9B,EAAE,EAAG,kBAAkB;IAAS,IAAI,EAAG,WAAW;IAAS,EAAE,EAAE,YAAY;IArBvF,SAAS,MAAC;IACV,WAAW,MAAC;IAGnB,IAAI,EAAG,MAAM,CAAO;IAEb,OAAO,EAAE,OAAO,CAAC;IAEjB,YAAY,EAAG,gBAAgB,CAAC;IAGhC,qBAAqB,EAAE,MAAM,CAAC;IAGrC,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGlD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhC,KAAK,EAAG,MAAM,CAAC;gBAEZ,EAAE,EAAG,kBAAkB,EAAS,IAAI,EAAG,WAAW,EAAS,EAAE,EAAE,YAAY;IAE9F,QAAQ,IAAI,IAAI;IAOhB,IAAI,QAAQ,uDAEX;IAED,IAAI,QAAQ,uDAEX;IAED,KAAK;IAIL,OAAO,CAAC,IAAI,EAAG,MAAM;IAarB,WAAW;IAwBX,QAAQ;IAMR,UAAU;IAaV,wBAAwB;yCApGb,oBAAoB;2CAApB,oBAAoB;CAqHhC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NavController, PopoverController } from '@ionic/angular';
|
|
3
|
+
import { ControlValueAccessor, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
5
|
+
import { ClaimAppEmpResponseModel } from '../../models/questionnaire/ClaimAppEmpResponseModel';
|
|
6
|
+
import { ClaimAppEmployerDetailsModel } from '../../models/questionnaire/ClaimAppEmployerDetailsModel';
|
|
7
|
+
import { ClaimAppEmpRequestModel } from '../../models/questionnaire/ClaimAppEmpRequestModel';
|
|
8
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
9
|
+
import { UtilService } from '../../services/util/util.service';
|
|
10
|
+
import { LoginService } from '../../services/login/login.service';
|
|
11
|
+
import { ActivatedRoute } from '@angular/router';
|
|
12
|
+
import { ClaimService } from '../../services/claims/claims.service';
|
|
13
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
14
|
+
import { Storage } from '@ionic/storage-angular';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
|
+
export declare class EmployerGridComponent implements OnInit, ControlValueAccessor {
|
|
17
|
+
popup: PopoverController;
|
|
18
|
+
logger: LoggerService;
|
|
19
|
+
validationService: ValidationService;
|
|
20
|
+
navController: NavController;
|
|
21
|
+
util: UtilService;
|
|
22
|
+
ls: LoginService;
|
|
23
|
+
activatedRoute: ActivatedRoute;
|
|
24
|
+
claimsService: ClaimService;
|
|
25
|
+
private storage;
|
|
26
|
+
constructor(popup: PopoverController, logger: LoggerService, validationService: ValidationService, navController: NavController, util: UtilService, ls: LoginService, activatedRoute: ActivatedRoute, claimsService: ClaimService, storage: Storage);
|
|
27
|
+
claimAppEmpResponseModelFromService: ClaimAppEmpResponseModel;
|
|
28
|
+
cols: any[];
|
|
29
|
+
form: UntypedFormGroup;
|
|
30
|
+
dynamicParam: any;
|
|
31
|
+
display: boolean;
|
|
32
|
+
basePerioddisplay: boolean;
|
|
33
|
+
modelDisplay: EventEmitter<boolean>;
|
|
34
|
+
onComplete: EventEmitter<any>;
|
|
35
|
+
claimdetailModel: ClaimAppEmployerDetailsModel;
|
|
36
|
+
caimAppEmpResponseModel: ClaimAppEmpResponseModel;
|
|
37
|
+
selectedEmployer: ClaimAppEmployerDetailsModel;
|
|
38
|
+
selectedBasePeriodEmployer: ClaimAppEmployerDetailsModel;
|
|
39
|
+
indexToEdit: any;
|
|
40
|
+
isBasePeriodEmployer: boolean;
|
|
41
|
+
isNewClaim: boolean;
|
|
42
|
+
showConfirmPopup: boolean;
|
|
43
|
+
ssnForCSR: string;
|
|
44
|
+
showProgressBar: boolean;
|
|
45
|
+
uuid: string;
|
|
46
|
+
dischargeReasonOptionsAll: ChoicesModel[];
|
|
47
|
+
volQuitReasonOptionsAll: ChoicesModel[];
|
|
48
|
+
employmentStatusOptionsAll: ChoicesModel[];
|
|
49
|
+
payRateOptions: {
|
|
50
|
+
value: string;
|
|
51
|
+
text: string;
|
|
52
|
+
}[];
|
|
53
|
+
countryOptions: {
|
|
54
|
+
value: string;
|
|
55
|
+
text: string;
|
|
56
|
+
}[];
|
|
57
|
+
workCountryOptions: {
|
|
58
|
+
value: string;
|
|
59
|
+
text: string;
|
|
60
|
+
}[];
|
|
61
|
+
statesOptions: {
|
|
62
|
+
value: string;
|
|
63
|
+
text: string;
|
|
64
|
+
}[];
|
|
65
|
+
militaryServiceOptions: {
|
|
66
|
+
value: string;
|
|
67
|
+
text: string;
|
|
68
|
+
}[];
|
|
69
|
+
claimantDob: Date;
|
|
70
|
+
count: number;
|
|
71
|
+
gridTop?: ElementRef<HTMLElement>;
|
|
72
|
+
loadMasterData(): void;
|
|
73
|
+
ngOnInit(): void;
|
|
74
|
+
addNewEmpDetails(): Promise<void>;
|
|
75
|
+
private onChange;
|
|
76
|
+
private onTouch;
|
|
77
|
+
writeValue(value: any): void;
|
|
78
|
+
registerOnChange(fn: any): void;
|
|
79
|
+
registerOnTouched(fn: any): void;
|
|
80
|
+
getIdentifier(): Promise<any>;
|
|
81
|
+
setupEmployer(): Promise<void>;
|
|
82
|
+
fetchEmployersFromBackEnd(model: ClaimAppEmpRequestModel, url: string): void;
|
|
83
|
+
deleteBpEmpl(event: number): void;
|
|
84
|
+
deleteEmployer(elementIndex: any): void;
|
|
85
|
+
deleteEmployerBasePeriod(elementIndex: any): void;
|
|
86
|
+
editEmployer(employer: any): void;
|
|
87
|
+
finish(employer: any): void;
|
|
88
|
+
editBasePeriodEmployer(employer: any): void;
|
|
89
|
+
onModelCancel(cancel: boolean): void;
|
|
90
|
+
addEmployer(event: ClaimAppEmployerDetailsModel): void;
|
|
91
|
+
removeEmployment(selectedEmployer: ClaimAppEmployerDetailsModel, index: any): void;
|
|
92
|
+
removeBasePeriodEmployer(): void;
|
|
93
|
+
restoreEmployment(selectedEmployer: ClaimAppEmployerDetailsModel, index: any): void;
|
|
94
|
+
close(): void;
|
|
95
|
+
setChoiseModels(emp: ClaimAppEmployerDetailsModel): void;
|
|
96
|
+
submit(): void;
|
|
97
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerGridComponent, never>;
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerGridComponent, "app-employer-grid", never, { "form": { "alias": "form"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "modelDisplay": "modelDisplay"; "onComplete": "onComplete"; }, never, never, false, never>;
|
|
99
|
+
}
|
|
100
|
+
//# sourceMappingURL=employer-grid.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-grid/employer-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAE,YAAY,EAAoB,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1I,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,gBAAgB,EAAqB,MAAM,gBAAgB,CAAC;AAC3F,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,4BAA4B,EAAE,MAAM,yDAAyD,CAAC;AACvG,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAE7F,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;AAEjD,qBAWa,qBAAsB,YAAW,MAAM,EAAE,oBAAoB;IAErD,KAAK,EAAE,iBAAiB;IAAS,MAAM,EAAE,aAAa;IAChE,iBAAiB,EAAE,iBAAiB;IAAS,aAAa,EAAE,aAAa;IAAS,IAAI,EAAE,WAAW;IACnG,EAAE,EAAE,YAAY;IAAS,cAAc,EAAG,cAAc;IAAS,aAAa,EAAG,YAAY;IACpG,OAAO,CAAC,OAAO;gBAHE,KAAK,EAAE,iBAAiB,EAAS,MAAM,EAAE,aAAa,EAChE,iBAAiB,EAAE,iBAAiB,EAAS,aAAa,EAAE,aAAa,EAAS,IAAI,EAAE,WAAW,EACnG,EAAE,EAAE,YAAY,EAAS,cAAc,EAAG,cAAc,EAAS,aAAa,EAAG,YAAY,EAC5F,OAAO,EAAG,OAAO;IAI3B,mCAAmC,EAAG,wBAAwB,CAAkC;IAChG,IAAI,EAAE,GAAG,EAAE,CAAC;IACH,IAAI,EAAE,gBAAgB,CAAC;IACvB,YAAY,EAAG,GAAG,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,OAAO,CAAC;IACjB,YAAY,wBAA+B;IAC3C,UAAU,oBAAsB;IAC1C,gBAAgB,+BAAsC;IACtD,uBAAuB,2BAAkC;IACzD,gBAAgB,EAAE,4BAA4B,CAAC;IAC/C,0BAA0B,EAAE,4BAA4B,CAAC;IAClD,WAAW,MAAC;IACZ,oBAAoB,EAAE,OAAO,CAAS;IACtC,UAAU,EAAE,OAAO,CAAS;IAC5B,gBAAgB,EAAG,OAAO,CAAS;IAC1C,SAAS,EAAG,MAAM,CAAC;IACZ,eAAe,UAAS;IAC/B,IAAI,EAAE,MAAM,CAAQ;IAEb,yBAAyB,EAAE,YAAY,EAAE,CAAM;IAC/C,uBAAuB,EAAE,YAAY,EAAE,CAAM;IAC7C,0BAA0B,EAAE,YAAY,EAAE,CAAM;IAChD,cAAc;;;QAA0B;IACxC,cAAc;;;QAAuB;IACrC,kBAAkB;;;QAA4B;IAC9C,aAAa;;;QAAyB;IACtC,sBAAsB;;;QAAgC;IACtD,WAAW,EAAG,IAAI,CAAC;IAC1B,KAAK,SAAK;IAC+B,OAAO,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAE3E,cAAc;IAqBd,QAAQ;IA0BF,gBAAgB;IAMtB,OAAO,CAAC,QAAQ,CACd;IAEF,OAAO,CAAC,OAAO,CACb;IAEF,UAAU,CAAC,KAAK,EAAE,GAAG;IAWrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAKxB,iBAAiB,CAAC,EAAE,EAAE,GAAG;IAInB,aAAa;IAWb,aAAa;IAkCnB,yBAAyB,CAAC,KAAK,EAAE,uBAAuB,EAAE,GAAG,EAAE,MAAM;IAqBrE,YAAY,CAAC,KAAK,EAAC,MAAM;IAKzB,cAAc,CAAC,YAAY,KAAA;IAQ3B,wBAAwB,CAAC,YAAY,KAAA;IAOrC,YAAY,CAAC,QAAQ,KAAA;IAOrB,MAAM,CAAC,QAAQ,KAAA;IASf,sBAAsB,CAAC,QAAQ,KAAA;IAQ/B,aAAa,CAAC,MAAM,EAAE,OAAO;IAS7B,WAAW,CAAC,KAAK,EAAE,4BAA4B;IAyE/C,gBAAgB,CAAC,gBAAgB,EAAE,4BAA4B,EAAE,KAAK,KAAA;IAMtE,wBAAwB;IAOxB,iBAAiB,CAAC,gBAAgB,EAAE,4BAA4B,EAAE,KAAK,KAAA;IAQvE,KAAK;IAKL,eAAe,CAAC,GAAG,EAAE,4BAA4B,GAAG,IAAI;IAsCxD,MAAM;yCAxXK,qBAAqB;2CAArB,qBAAqB;CA+YjC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
4
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
5
|
+
import { EmployerInfoComponentModel } from '../../models/EmployerInfoComponentModel';
|
|
6
|
+
import { Subscription } from 'rxjs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class EmployerInfoComponent implements OnInit {
|
|
9
|
+
formBuilder: UntypedFormBuilder;
|
|
10
|
+
vs: ValidationService;
|
|
11
|
+
selected: boolean;
|
|
12
|
+
indexToEdit: any;
|
|
13
|
+
empToEdit: EmployerInfoComponentModel;
|
|
14
|
+
model: EmployerInfoComponentModel;
|
|
15
|
+
minDate: Date;
|
|
16
|
+
maxDate: Date;
|
|
17
|
+
empDetail: EmployerInfoComponentModel[];
|
|
18
|
+
success: EventEmitter<any>;
|
|
19
|
+
onChangeSubs: Subscription[];
|
|
20
|
+
private onChange;
|
|
21
|
+
private onTouch;
|
|
22
|
+
modelDisplay: EventEmitter<boolean>;
|
|
23
|
+
empPayFormDirective: NgForm;
|
|
24
|
+
empForm: UntypedFormGroup;
|
|
25
|
+
constructor(formBuilder: UntypedFormBuilder, vs: ValidationService);
|
|
26
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
writeValue(value: any): void;
|
|
29
|
+
registerOnTouched(onTouch: Function): void;
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
registerOnChange(fn: any): void;
|
|
32
|
+
save(): void;
|
|
33
|
+
saveToArray(): void;
|
|
34
|
+
modifyDate(date: string): string;
|
|
35
|
+
cancel(): void;
|
|
36
|
+
addEmployer(): void;
|
|
37
|
+
editEmployerPayment(emp: EmployerInfoComponentModel): void;
|
|
38
|
+
deleteEmployerPayment(rowIndex: any): void;
|
|
39
|
+
initializeEmployerPayInfoForm(): void;
|
|
40
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
41
|
+
publishEmployerInfo(): void;
|
|
42
|
+
get wcEmpPayName(): import("@angular/forms").AbstractControl<any, any>;
|
|
43
|
+
get employerId(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
|
+
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
45
|
+
get fromDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
|
+
get toDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerInfoComponent, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerInfoComponent, "app-employer-info", never, {}, { "success": "success"; "modelDisplay": "modelDisplay"; }, never, never, false, never>;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=employer-info.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-info.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-info/employer-info.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAE,MAAM,EAAU,aAAa,EAAY,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAqB,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAC7G,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAaa,qBAAsB,YAAW,MAAM;IAsB/B,WAAW,EAAG,kBAAkB;IAAS,EAAE,EAAG,iBAAiB;IApB3E,QAAQ,EAAE,OAAO,CAAS;IACjC,WAAW,MAAQ;IAEZ,SAAS,6BAAoC;IAC7C,KAAK,EAAE,0BAA0B,CAAQ;IACzC,OAAO,EAAC,IAAI,CAAC;IACb,OAAO,EAAC,IAAI,CAAC;IAEb,SAAS,EAAG,0BAA0B,EAAE,CAAM;IAGrD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAChD,YAAY,EAAE,YAAY,EAAE,CAAM;IAClC,OAAO,CAAC,QAAQ,CAAmC;IACnD,OAAO,CAAC,OAAO,CAAsB;IAC3B,YAAY,wBAA+B;IAG9C,mBAAmB,EAAE,MAAM,CAAC;IAC5B,OAAO,EAAG,gBAAgB,CAAC;gBACf,WAAW,EAAG,kBAAkB,EAAS,EAAE,EAAG,iBAAiB;IAElF,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAQzC,WAAW;IAMX,UAAU,CAAC,KAAK,EAAE,GAAG;IAMrB,iBAAiB,CAAC,OAAO,EAAE,QAAQ;IAGnC,QAAQ,IAAI,IAAI;IAIhB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAIxB,IAAI;IASJ,WAAW;IAeX,UAAU,CAAC,IAAI,EAAC,MAAM,GAAI,MAAM;IAKhC,MAAM;IAIN,WAAW;IAIX,mBAAmB,CAAC,GAAG,EAAC,0BAA0B;IAOlD,qBAAqB,CAAC,QAAQ,EAAC,GAAG;IAGlC,6BAA6B;IAmB7B,WAAW,CAAC,QAAQ,EAAG,oBAAoB;IAS3C,mBAAmB;IAInB,IAAI,YAAY,uDAEf;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,OAAO,uDAEV;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,MAAM,uDAET;yCAxJU,qBAAqB;2CAArB,qBAAqB;CA0JjC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { OnChanges, OnInit, EventEmitter, SimpleChanges, QueryList } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, NgForm, FormArray, FormGroup, FormControl, ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { EmployerPayInfoModel } from '../../models/EmployerPayInfoModel';
|
|
4
|
+
import { UtilService } from '../../services/util/util.service';
|
|
5
|
+
import { EmployerSearchResult } from '../../models/EmployerDetailSearchResult';
|
|
6
|
+
import { ChoicesModel } from '../../models/AddressComponentModel';
|
|
7
|
+
import { CheckboxChangeEvent } from 'primeng/checkbox';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class EmployerPayComponent implements OnInit, OnChanges {
|
|
10
|
+
util: UtilService;
|
|
11
|
+
formBuilder: UntypedFormBuilder;
|
|
12
|
+
payTypeFormDirective: QueryList<NgForm>;
|
|
13
|
+
success: EventEmitter<any>;
|
|
14
|
+
onClose: EventEmitter<any>;
|
|
15
|
+
empToEdit: EmployerPayInfoModel;
|
|
16
|
+
dynamicParam: any;
|
|
17
|
+
empPayFormDirective: NgForm;
|
|
18
|
+
empPayForm: UntypedFormGroup;
|
|
19
|
+
paymentTypeOptions: ChoicesModel[];
|
|
20
|
+
statesCombo: {
|
|
21
|
+
value: string;
|
|
22
|
+
text: string;
|
|
23
|
+
}[];
|
|
24
|
+
countryCombo: {
|
|
25
|
+
value: string;
|
|
26
|
+
text: string;
|
|
27
|
+
}[];
|
|
28
|
+
constructor(util: UtilService, formBuilder: UntypedFormBuilder);
|
|
29
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
initializeEmployerPayInfoForm(): void;
|
|
32
|
+
save(): void;
|
|
33
|
+
cancel(): void;
|
|
34
|
+
setEmployer(employer: EmployerSearchResult): void;
|
|
35
|
+
get wcEmpPayName(): import("@angular/forms").AbstractControl<any, any>;
|
|
36
|
+
get employerId(): import("@angular/forms").AbstractControl<any, any>;
|
|
37
|
+
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
|
+
get wcEmpPayPhoneNumber(): import("@angular/forms").AbstractControl<any, any>;
|
|
39
|
+
get payTypes(): import("@angular/forms").AbstractControl<any, any>;
|
|
40
|
+
getPayTypeControls(): FormArray;
|
|
41
|
+
initPayType(payType: ChoicesModel): FormGroup<{
|
|
42
|
+
payType: FormControl<ChoicesModel>;
|
|
43
|
+
isChecked: FormControl<any>;
|
|
44
|
+
amount: FormControl<any>;
|
|
45
|
+
}>;
|
|
46
|
+
setValidation(event: CheckboxChangeEvent, fg: FormGroup): void;
|
|
47
|
+
validatePayTypes(): ValidatorFn;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerPayComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerPayComponent, "app-employer-pay", never, { "empToEdit": { "alias": "empToEdit"; "required": false; }; "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "success": "success"; "onClose": "onClose"; }, never, never, false, never>;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=employer-pay.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-pay.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-pay/employer-pay.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAa,YAAY,EAAiB,aAAa,EAAgB,SAAS,EAAE,MAAM,eAAe,CAAC;AAC7I,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAc,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE1I,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAEzE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,EAAyB,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;;AAEvD,qBAMa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IAwBzC,IAAI,EAAG,WAAW;IAAS,WAAW,EAAG,kBAAkB;IArBvE,oBAAoB,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IAG/C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGzC,SAAS,uBAA8B;IAGvC,YAAY,EAAE,GAAG,CAAC;IAGlB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,UAAU,EAAG,gBAAgB,CAAC;IAC9B,kBAAkB,EAAG,YAAY,EAAE,CAA6B;IAChE,WAAW;;;QAAyB;IACpC,YAAY;;;QAAsB;gBAEtB,IAAI,EAAG,WAAW,EAAS,WAAW,EAAG,kBAAkB;IAE9E,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,QAAQ;IAOR,6BAA6B;IAqB7B,IAAI;IAYJ,MAAM;IAIN,WAAW,CAAC,QAAQ,EAAG,oBAAoB;IAS3C,IAAI,YAAY,uDAEf;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,OAAO,uDAEV;IAED,IAAI,mBAAmB,uDAEtB;IAED,IAAI,QAAQ,uDAEX;IAED,kBAAkB,IAAI,SAAS;IAI/B,WAAW,CAAC,OAAO,EAAG,YAAY;;;;;IAQlC,aAAa,CAAC,KAAK,EAAE,mBAAmB,EAAE,EAAE,EAAE,SAAS;IAKxD,gBAAgB,IAAI,WAAW;yCA3HnB,oBAAoB;2CAApB,oBAAoB;CAuIhC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
3
|
+
import { EmployerPayInfoModel } from '../../models/EmployerPayInfoModel';
|
|
4
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
5
|
+
import { Subscription } from 'rxjs';
|
|
6
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class EmployerPayGridComponent implements OnInit, ControlValueAccessor {
|
|
9
|
+
logger: LoggerService;
|
|
10
|
+
vs: ValidationService;
|
|
11
|
+
selected: boolean;
|
|
12
|
+
indexToEdit: any;
|
|
13
|
+
display: boolean;
|
|
14
|
+
activeIndex: number;
|
|
15
|
+
showDuplicatePopup: boolean;
|
|
16
|
+
employer: EmployerPayInfoModel;
|
|
17
|
+
selectedEmployer: EmployerPayInfoModel;
|
|
18
|
+
employerPay: EmployerPayInfoModel[];
|
|
19
|
+
dynamicParam: any;
|
|
20
|
+
modelDisplay: EventEmitter<boolean>;
|
|
21
|
+
private onChange;
|
|
22
|
+
private onTouch;
|
|
23
|
+
onChangeSubs: Subscription[];
|
|
24
|
+
isDisabled: boolean;
|
|
25
|
+
constructor(logger: LoggerService, vs: ValidationService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
writeValue(value: any): void;
|
|
29
|
+
registerOnChange(fn: any): void;
|
|
30
|
+
registerOnTouched(onTouch: Function): void;
|
|
31
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
32
|
+
deleteEmployerPayment(employer: any): void;
|
|
33
|
+
editDuplicateEmployer(): void;
|
|
34
|
+
editEmployerPayment(employer: any): void;
|
|
35
|
+
addEmployerPay(): Promise<void>;
|
|
36
|
+
close(): void;
|
|
37
|
+
checkForDuplicate(employer: any): boolean;
|
|
38
|
+
addEmployerPayment(employer: any): void;
|
|
39
|
+
publishEmployer(): void;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmployerPayGridComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmployerPayGridComponent, "app-employer-pay-grid", never, { "dynamicParam": { "alias": "dynamicParam"; "required": false; }; }, { "modelDisplay": "modelDisplay"; }, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=employer-pay-grid.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-pay-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/employer-pay-grid/employer-pay-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,YAAY,EAAoE,MAAM,eAAe,CAAC;AAClI,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AAEzE,qBAaa,wBAAyB,YAAW,MAAM,EAAE,oBAAoB;IAiBxD,MAAM,EAAE,aAAa;IAAS,EAAE,EAAE,iBAAiB;IAhB/D,QAAQ,EAAE,OAAO,CAAS;IACjC,WAAW,MAAQ;IACnB,OAAO,EAAE,OAAO,CAAC;IACV,WAAW,EAAG,MAAM,CAAQ;IACnC,kBAAkB,EAAG,OAAO,CAAS;IACrC,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,WAAW,EAAG,oBAAoB,EAAE,CAAM;IAEnC,YAAY,EAAE,GAAG,CAAC;IACf,YAAY,wBAA+B;IACrD,OAAO,CAAC,QAAQ,CAAmC;IACnD,OAAO,CAAC,OAAO,CAAsB;IACrC,YAAY,EAAE,YAAY,EAAE,CAAM;IAClC,UAAU,UAAS;gBAEA,MAAM,EAAE,aAAa,EAAS,EAAE,EAAE,iBAAiB;IAGtE,QAAQ;IAIR,WAAW;IAMX,UAAU,CAAC,KAAK,EAAE,GAAG;IAOrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAKxB,iBAAiB,CAAC,OAAO,EAAE,QAAQ;IAInC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C,qBAAqB,CAAC,QAAQ,KAAA;IAM9B,qBAAqB;IAOrB,mBAAmB,CAAC,QAAQ,KAAA;IAQtB,cAAc;IAKpB,KAAK;IASL,iBAAiB,CAAC,QAAQ,KAAA;IAe1B,kBAAkB,CAAC,QAAQ,KAAA;IAoB3B,eAAe;yCAxHJ,wBAAwB;2CAAxB,wBAAwB;CA2HpC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormControl, NgForm, FormArray } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ErrorComponent implements OnInit {
|
|
5
|
+
formControl: UntypedFormControl;
|
|
6
|
+
formArray: FormArray;
|
|
7
|
+
ngForm: NgForm;
|
|
8
|
+
errDef: any;
|
|
9
|
+
class: string;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
isError(): boolean;
|
|
13
|
+
errorMessages: any[];
|
|
14
|
+
errorMessage: string;
|
|
15
|
+
buildErrors(): boolean;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "app-error", never, { "formControl": { "alias": "field"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; "ngForm": { "alias": "form"; "required": false; }; "errDef": { "alias": "errDef"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=error.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/error/error.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAGvE,qBAMa,cAAe,YAAW,MAAM;IAG3C,WAAW,EAAG,kBAAkB,CAAC;IAGjC,SAAS,EAAG,SAAS,CAAC;IAGtB,MAAM,EAAG,MAAM,CAAC;IAGhB,MAAM,EAAE,GAAG,CAAC;IAGZ,KAAK,EAAG,MAAM,CAAC;;IAIf,QAAQ;IAER,OAAO;IAkBP,aAAa,QAAM;IACnB,YAAY,SAAM;IAElB,WAAW,IAAI,OAAO;yCA1CX,cAAc;2CAAd,cAAc;CA0E1B"}
|