@uiapplib/ngx-ui-web-lib 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -0
- package/esm2022/lib/annimations/app-animations.mjs +37 -0
- package/esm2022/lib/components/add-employer/add-employer.component.mjs +3725 -0
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +453 -0
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +207 -0
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +700 -0
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +276 -0
- package/esm2022/lib/components/captcha/captcha.component.mjs +181 -0
- package/esm2022/lib/components/card/card.component.mjs +55 -0
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +958 -0
- package/esm2022/lib/components/content/content.component.mjs +61 -0
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +83 -0
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +251 -0
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +316 -0
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +60 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +1974 -0
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/lib/components/dua-request-page/dua-request-page.component.mjs +596 -0
- package/esm2022/lib/components/dua-request-popup/dua-request-popup.component.mjs +356 -0
- package/esm2022/lib/components/email-update/email-update.component.mjs +283 -0
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +950 -0
- package/esm2022/lib/components/employer-info/employer-info.component.mjs +319 -0
- package/esm2022/lib/components/employer-pay/employer-pay.component.mjs +238 -0
- package/esm2022/lib/components/employer-pay-grid/employer-pay-grid.component.mjs +302 -0
- package/esm2022/lib/components/error/error.component.mjs +103 -0
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +163 -0
- package/esm2022/lib/components/file-download/file-download.component.mjs +104 -0
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +444 -0
- package/esm2022/lib/components/footer/footer.component.mjs +361 -0
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +801 -0
- package/esm2022/lib/components/help/help.component.mjs +49 -0
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +65 -0
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +179 -0
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +206 -0
- package/esm2022/lib/components/job-title/job-title.component.mjs +157 -0
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +247 -0
- package/esm2022/lib/components/link/link.component.mjs +131 -0
- package/esm2022/lib/components/maintenance-detector/maintenance-detector.component.mjs +43 -0
- package/esm2022/lib/components/mask/mask.component.mjs +48 -0
- package/esm2022/lib/components/menu/menu.component.mjs +420 -0
- package/esm2022/lib/components/mfa/mfa.component.mjs +444 -0
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +50 -0
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +202 -0
- package/esm2022/lib/components/msg/msg.component.mjs +48 -0
- package/esm2022/lib/components/news/news.component.mjs +90 -0
- package/esm2022/lib/components/offline-add-employer/offline-add-employer.component.mjs +3661 -0
- package/esm2022/lib/components/offline-bank-details/offline-bank-details.component.mjs +258 -0
- package/esm2022/lib/components/offline-employer-grid/offline-employer-grid.component.mjs +853 -0
- package/esm2022/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.mjs +251 -0
- package/esm2022/lib/components/overlay-info/overlay-info.component.mjs +213 -0
- package/esm2022/lib/components/page/page.component.mjs +136 -0
- package/esm2022/lib/components/profile/profile.component.mjs +901 -0
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +140 -0
- package/esm2022/lib/components/proof-of-anything/proof-of-anything.component.mjs +261 -0
- package/esm2022/lib/components/proof-of-document-upload/proof-of-document-upload.component.mjs +560 -0
- package/esm2022/lib/components/questionnaire/AppValidators.mjs +790 -0
- package/esm2022/lib/components/questionnaire/FbConstants.mjs +8 -0
- package/esm2022/lib/components/questionnaire/SelectItem.mjs +2 -0
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +355 -0
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +732 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +1096 -0
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +2246 -0
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +1297 -0
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +262 -0
- package/esm2022/lib/components/questionnaire/input-focus.directive.mjs +44 -0
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +342 -0
- package/esm2022/lib/components/questionnaire/question-base.mjs +3 -0
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +409 -0
- package/esm2022/lib/components/questionnaire/question.service.mjs +31 -0
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +268 -0
- package/esm2022/lib/components/read-more/read-more.component.mjs +72 -0
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +950 -0
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +257 -0
- package/esm2022/lib/components/select/select.component.mjs +154 -0
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +141 -0
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn/ssn.component.mjs +44 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +151 -0
- package/esm2022/lib/components/test/test.component.mjs +19 -0
- package/esm2022/lib/components/user-login/user-login.component.mjs +398 -0
- package/esm2022/lib/components/wage-calculator/wage-calculator.component.mjs +527 -0
- package/esm2022/lib/components/wage-grid/wage-grid.component.mjs +274 -0
- package/esm2022/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.mjs +147 -0
- package/esm2022/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.mjs +167 -0
- package/esm2022/lib/components/weekly-cert-employer/weekly-cert-employer.component.mjs +1040 -0
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +420 -0
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/auto-focus/auto-focus.directive.mjs +31 -0
- package/esm2022/lib/directives/caps-lock.directive.mjs +38 -0
- package/esm2022/lib/directives/required-roles/required-roles.directive.mjs +30 -0
- package/esm2022/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.mjs +33 -0
- package/esm2022/lib/enums/AddressValidationResponseEnum.mjs +9 -0
- package/esm2022/lib/enums/AddressValidationSourceFunctionEnum.mjs +5 -0
- package/esm2022/lib/enums/EmailStatusEnum.mjs +9 -0
- package/esm2022/lib/guards/auth.guard.mjs +186 -0
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +21 -0
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +155 -0
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +98 -0
- package/esm2022/lib/models/ActiveClaimModel.mjs +3 -0
- package/esm2022/lib/models/AddressComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsComponentModel.mjs +3 -0
- package/esm2022/lib/models/BankDetailsModel.mjs +3 -0
- package/esm2022/lib/models/CinRequalificationCriteriaModel.mjs +3 -0
- package/esm2022/lib/models/CountyModel.mjs +3 -0
- package/esm2022/lib/models/DuaAppDataModel.mjs +3 -0
- package/esm2022/lib/models/DuaRequestModel.mjs +3 -0
- package/esm2022/lib/models/DuaRetroWeeksComponentModel.mjs +6 -0
- package/esm2022/lib/models/EmployerDetailSearchResult.mjs +6 -0
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/ErrorModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.mjs +2 -0
- package/esm2022/lib/models/FileModel.mjs +2 -0
- package/esm2022/lib/models/GrossEarningsModel.mjs +3 -0
- package/esm2022/lib/models/HelpConstants.mjs +5 -0
- package/esm2022/lib/models/LexisNexisOtpDetailsResponseModel.mjs +3 -0
- package/esm2022/lib/models/LibConstants.mjs +171 -0
- package/esm2022/lib/models/NewsAndAnnouncementModel.mjs +3 -0
- package/esm2022/lib/models/NotificationModel.mjs +6 -0
- package/esm2022/lib/models/OtpAuthModel.mjs +3 -0
- package/esm2022/lib/models/PaymentComponentModel.mjs +2 -0
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -0
- package/esm2022/lib/models/RequalifyLiftPageModel.mjs +11 -0
- package/esm2022/lib/models/RetroWeeksModel.mjs +3 -0
- package/esm2022/lib/models/SecurityQuestionAnswerModel.mjs +3 -0
- package/esm2022/lib/models/SendOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/SsaVerificationModel.mjs +3 -0
- package/esm2022/lib/models/TrendModel.mjs +3 -0
- package/esm2022/lib/models/UserDetailsModel.mjs +3 -0
- package/esm2022/lib/models/UserModel.mjs +6 -0
- package/esm2022/lib/models/VerifyOtpRequestModel.mjs +3 -0
- package/esm2022/lib/models/WageCalculatorModel.mjs +3 -0
- package/esm2022/lib/models/WageInfoModel.mjs +4 -0
- package/esm2022/lib/models/addressValidation/AddressRecommendationModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationRequestComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationResponseComponentModel.mjs +3 -0
- package/esm2022/lib/models/addressValidation/AddressValidationReturnComponentModel.mjs +3 -0
- package/esm2022/lib/models/case/CaseAttachmentModel.mjs +3 -0
- package/esm2022/lib/models/claimant/ClaimantModel.mjs +3 -0
- package/esm2022/lib/models/claimant/JobResultsData.mjs +3 -0
- package/esm2022/lib/models/claimant/MatchingJobs.mjs +3 -0
- package/esm2022/lib/models/claimant/ResetPasswordModel.mjs +3 -0
- package/esm2022/lib/models/cmp/CaseCoreModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryModel.mjs +3 -0
- package/esm2022/lib/models/cmp/ComplaintCategoryOutputModel.mjs +5 -0
- package/esm2022/lib/models/cmp/ContactUsModel.mjs +3 -0
- package/esm2022/lib/models/cmp/EmailTemplateModel.mjs +3 -0
- package/esm2022/lib/models/cmp/contactUsInqueryModel.mjs +7 -0
- package/esm2022/lib/models/cmp/messageRourceModel.mjs +3 -0
- package/esm2022/lib/models/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +3 -0
- package/esm2022/lib/models/dependent.model.mjs +8 -0
- package/esm2022/lib/models/fileupload/DocUploadModel.mjs +7 -0
- package/esm2022/lib/models/fileupload/EmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObject.mjs +3 -0
- package/esm2022/lib/models/fileupload/FileObjectArray.mjs +7 -0
- package/esm2022/lib/models/questionnaire/AppealParticipantModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/AutocoderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpRequestModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmpResponseModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +7 -0
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +453 -0
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/EmployerDetailSearchResult.mjs +3 -0
- package/esm2022/lib/models/questionnaire/EmployerWagesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/FBConfigModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/KeyValueModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/LoaderModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/PollingStatusModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QtrYearEmployerWageModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireQueryModel.mjs +8 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireReturnModel.mjs +11 -0
- package/esm2022/lib/models/questionnaire/QuestionnaireSaveModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/RequalifyLiftIssuesModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ServiceActionResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +6 -0
- package/esm2022/lib/models/questionnaire/SuccessPageElement.mjs +3 -0
- package/esm2022/lib/models/questionnaire/UI512AResponseModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/ValidationModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/WbaHelperTextModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/WorkSearchWaiverModel.mjs +3 -0
- package/esm2022/lib/models/weekly-cert/address-detail-model.mjs +2 -0
- package/esm2022/lib/models/weekly-cert/admin-leave-details-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/employer-info-v2-model.mjs +7 -0
- package/esm2022/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.mjs +6 -0
- package/esm2022/lib/models/weekly-cert/weekly-certification-v2-model.mjs +34 -0
- package/esm2022/lib/models/weekly-cert/work-search-record-v2-model.mjs +15 -0
- package/esm2022/lib/models/weekly-cert/work-search-v2-model.mjs +11 -0
- package/esm2022/lib/ngx-reusa-app-lib.component.mjs +23 -0
- package/esm2022/lib/ngx-reusa-app-lib.module.mjs +522 -0
- package/esm2022/lib/ngx-reusa-app-lib.service.mjs +14 -0
- package/esm2022/lib/pages/BasePage.mjs +79 -0
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +81 -0
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +489 -0
- package/esm2022/lib/pages/common/landing/landing.component.mjs +208 -0
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +244 -0
- package/esm2022/lib/pages/common/login/login.component.mjs +527 -0
- package/esm2022/lib/pages/common/not-found/not-found.page.mjs +24 -0
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +306 -0
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +61 -0
- package/esm2022/lib/pages/common/unauthorized/unauthorized.page.mjs +24 -0
- package/esm2022/lib/pages/popovers/language/language.page.mjs +61 -0
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +204 -0
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +134 -0
- package/esm2022/lib/pages/popovers/user-search/user-search.component.mjs +251 -0
- package/esm2022/lib/pipes/filter.pipe.mjs +30 -0
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/mask/mask.email.pipe.mjs +23 -0
- package/esm2022/lib/pipes/proper-case/proper-case.pipe.mjs +27 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +44 -0
- package/esm2022/lib/pipes/trust-html/trust-html.pipe.mjs +20 -0
- package/esm2022/lib/services/address-validation-service/address-validation.service.mjs +151 -0
- package/esm2022/lib/services/appeal/appeal.service.mjs +37 -0
- package/esm2022/lib/services/base-service.mjs +53 -0
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/captcha/captcha.service.mjs +46 -0
- package/esm2022/lib/services/case-service/case.service.mjs +47 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +257 -0
- package/esm2022/lib/services/chatbot/script.const.mjs +42 -0
- package/esm2022/lib/services/claimant/claimant.service.mjs +31 -0
- package/esm2022/lib/services/claimant-context/claimant-context.service.mjs +48 -0
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +56 -0
- package/esm2022/lib/services/claims/claims.service.mjs +193 -0
- package/esm2022/lib/services/cmp-service/cmp.service.mjs +84 -0
- package/esm2022/lib/services/dms-service/dms.service.mjs +60 -0
- package/esm2022/lib/services/employer/employer-service.mjs +35 -0
- package/esm2022/lib/services/event-service/event-service.mjs +44 -0
- package/esm2022/lib/services/fpjs/fingerprint.service.mjs +70 -0
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +29 -0
- package/esm2022/lib/services/help/help.service.mjs +63 -0
- package/esm2022/lib/services/idle/idle.service.mjs +159 -0
- package/esm2022/lib/services/logger/logger.service.mjs +67 -0
- package/esm2022/lib/services/login/login.service.mjs +358 -0
- package/esm2022/lib/services/maintenance/maintenance.service.mjs +21 -0
- package/esm2022/lib/services/notification/notification.service.mjs +113 -0
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +72 -0
- package/esm2022/lib/services/questionnaire/validation.service.mjs +62 -0
- package/esm2022/lib/services/security-service/security.service.mjs +59 -0
- package/esm2022/lib/services/tour/tour.service.mjs +60 -0
- package/esm2022/lib/services/util/util.service.mjs +506 -0
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +214 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert.service.mjs +37 -0
- package/esm2022/lib/services/weekly-cert/work-search.service.mjs +58 -0
- package/esm2022/lib/validations/AppRegex.mjs +49 -0
- package/esm2022/lib/validations/AppValidators.mjs +269 -0
- package/esm2022/public-api.mjs +180 -0
- package/esm2022/uiapplib-ngx-ui-web-lib.mjs +5 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs +51647 -0
- package/fesm2022/uiapplib-ngx-ui-web-lib.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/annimations/app-animations.d.ts +4 -0
- package/lib/annimations/app-animations.d.ts.map +1 -0
- package/lib/components/add-employer/add-employer.component.d.ts +318 -0
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -0
- package/lib/components/add-participant/add-participant.component.d.ts +55 -0
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -0
- package/lib/components/add-payment/add-payment.component.d.ts +39 -0
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -0
- package/lib/components/add-wage/add-wage.component.d.ts +30 -0
- package/lib/components/add-wage/add-wage.component.d.ts.map +1 -0
- package/lib/components/address/address.component.d.ts +108 -0
- package/lib/components/address/address.component.d.ts.map +1 -0
- package/lib/components/address-popup/address-popup.component.d.ts +16 -0
- package/lib/components/address-popup/address-popup.component.d.ts.map +1 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts +43 -0
- package/lib/components/address-suggestion/address-suggestion.component.d.ts.map +1 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts +37 -0
- package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map +1 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts +33 -0
- package/lib/components/associate-ssn/associate-ssn.component.d.ts.map +1 -0
- package/lib/components/bank-details/bank-details.component.d.ts +40 -0
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -0
- package/lib/components/captcha/captcha.component.d.ts +45 -0
- package/lib/components/captcha/captcha.component.d.ts.map +1 -0
- package/lib/components/card/card.component.d.ts +12 -0
- package/lib/components/card/card.component.d.ts.map +1 -0
- package/lib/components/claim-info/claim-info.component.d.ts +49 -0
- package/lib/components/claim-info/claim-info.component.d.ts.map +1 -0
- package/lib/components/contact-us/contact-us.component.d.ts +106 -0
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -0
- package/lib/components/content/content.component.d.ts +14 -0
- package/lib/components/content/content.component.d.ts.map +1 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts +22 -0
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts +26 -0
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts +36 -0
- package/lib/components/dependent-grid/dependent-grid.component.d.ts.map +1 -0
- package/lib/components/disclosure/disclosure.component.d.ts +13 -0
- package/lib/components/disclosure/disclosure.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.component.d.ts +582 -0
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.interface.d.ts +155 -0
- package/lib/components/dropdown/dropdown.interface.d.ts.map +1 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts +74 -0
- package/lib/components/dua-request-page/dua-request-page.component.d.ts.map +1 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts +61 -0
- package/lib/components/dua-request-popup/dua-request-popup.component.d.ts.map +1 -0
- package/lib/components/email-update/email-update.component.d.ts +32 -0
- package/lib/components/email-update/email-update.component.d.ts.map +1 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts +100 -0
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -0
- package/lib/components/employer-info/employer-info.component.d.ts +50 -0
- package/lib/components/employer-info/employer-info.component.d.ts.map +1 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts +51 -0
- package/lib/components/employer-pay/employer-pay.component.d.ts.map +1 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts +43 -0
- package/lib/components/employer-pay-grid/employer-pay-grid.component.d.ts.map +1 -0
- package/lib/components/error/error.component.d.ts +19 -0
- package/lib/components/error/error.component.d.ts.map +1 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts +33 -0
- package/lib/components/farm-usage/farm-usage.component.d.ts.map +1 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts +22 -0
- package/lib/components/fav-menu/fav-menu.component.d.ts.map +1 -0
- package/lib/components/file-download/file-download.component.d.ts +23 -0
- package/lib/components/file-download/file-download.component.d.ts.map +1 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +52 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -0
- package/lib/components/footer/footer.component.d.ts +37 -0
- package/lib/components/footer/footer.component.d.ts.map +1 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts +42 -0
- package/lib/components/gross-earnings/gross-earnings.component.d.ts.map +1 -0
- package/lib/components/header/header.component.d.ts +76 -0
- package/lib/components/header/header.component.d.ts.map +1 -0
- package/lib/components/help/help.component.d.ts +11 -0
- package/lib/components/help/help.component.d.ts.map +1 -0
- package/lib/components/history-page/history-page.component.d.ts +80 -0
- package/lib/components/history-page/history-page.component.d.ts.map +1 -0
- package/lib/components/idle-detector/idle-detector.component.d.ts +16 -0
- package/lib/components/idle-detector/idle-detector.component.d.ts.map +1 -0
- package/lib/components/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/info/info.component.d.ts +23 -0
- package/lib/components/info/info.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +22 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -0
- package/lib/components/job-title/job-title.component.d.ts +37 -0
- package/lib/components/job-title/job-title.component.d.ts.map +1 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +38 -0
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/link/link.component.d.ts +35 -0
- package/lib/components/link/link.component.d.ts.map +1 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts +16 -0
- package/lib/components/maintenance-detector/maintenance-detector.component.d.ts.map +1 -0
- package/lib/components/mask/mask.component.d.ts +12 -0
- package/lib/components/mask/mask.component.d.ts.map +1 -0
- package/lib/components/menu/menu.component.d.ts +45 -0
- package/lib/components/menu/menu.component.d.ts.map +1 -0
- package/lib/components/mfa/mfa.component.d.ts +60 -0
- package/lib/components/mfa/mfa.component.d.ts.map +1 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +17 -0
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -0
- package/lib/components/money-expect/money-expect.component.d.ts +30 -0
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -0
- package/lib/components/msg/msg.component.d.ts +11 -0
- package/lib/components/msg/msg.component.d.ts.map +1 -0
- package/lib/components/news/news.component.d.ts +15 -0
- package/lib/components/news/news.component.d.ts.map +1 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts +311 -0
- package/lib/components/offline-add-employer/offline-add-employer.component.d.ts.map +1 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts +33 -0
- package/lib/components/offline-bank-details/offline-bank-details.component.d.ts.map +1 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts +97 -0
- package/lib/components/offline-employer-grid/offline-employer-grid.component.d.ts.map +1 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts +33 -0
- package/lib/components/offline-legal-disclaimar/offline-legal-disclaimar.component.d.ts.map +1 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts +35 -0
- package/lib/components/overlay-info/overlay-info.component.d.ts.map +1 -0
- package/lib/components/page/page.component.d.ts +24 -0
- package/lib/components/page/page.component.d.ts.map +1 -0
- package/lib/components/profile/profile.component.d.ts +107 -0
- package/lib/components/profile/profile.component.d.ts.map +1 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +21 -0
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts +54 -0
- package/lib/components/proof-of-anything/proof-of-anything.component.d.ts.map +1 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts +74 -0
- package/lib/components/proof-of-document-upload/proof-of-document-upload.component.d.ts.map +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts +17 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -0
- package/lib/components/questionnaire/FbConstants.d.ts +8 -0
- package/lib/components/questionnaire/FbConstants.d.ts.map +1 -0
- package/lib/components/questionnaire/SelectItem.d.ts +5 -0
- package/lib/components/questionnaire/SelectItem.d.ts.map +1 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +64 -0
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +83 -0
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +49 -0
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +126 -0
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts +137 -0
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +67 -0
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts +12 -0
- package/lib/components/questionnaire/input-focus.directive.d.ts.map +1 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +45 -0
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -0
- package/lib/components/questionnaire/question-base.d.ts +17 -0
- package/lib/components/questionnaire/question-base.d.ts.map +1 -0
- package/lib/components/questionnaire/question-control.service.d.ts +21 -0
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -0
- package/lib/components/questionnaire/question.service.d.ts +18 -0
- package/lib/components/questionnaire/question.service.d.ts.map +1 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +77 -0
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -0
- package/lib/components/read-more/read-more.component.d.ts +15 -0
- package/lib/components/read-more/read-more.component.d.ts.map +1 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +76 -0
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts +11 -0
- package/lib/components/scrollable-text/scrollable-text.component.d.ts.map +1 -0
- package/lib/components/search-employer/search-employer.component.d.ts +41 -0
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -0
- package/lib/components/select/select.component.d.ts +56 -0
- package/lib/components/select/select.component.d.ts.map +1 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts +34 -0
- package/lib/components/sign-ssn/sign-ssn.component.d.ts.map +1 -0
- package/lib/components/sms/sms.component.d.ts +63 -0
- package/lib/components/sms/sms.component.d.ts.map +1 -0
- package/lib/components/ssn/ssn.component.d.ts +12 -0
- package/lib/components/ssn/ssn.component.d.ts.map +1 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts +23 -0
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -0
- package/lib/components/test/test.component.d.ts +9 -0
- package/lib/components/test/test.component.d.ts.map +1 -0
- package/lib/components/user-login/user-login.component.d.ts +49 -0
- package/lib/components/user-login/user-login.component.d.ts.map +1 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts +44 -0
- package/lib/components/wage-calculator/wage-calculator.component.d.ts.map +1 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts +43 -0
- package/lib/components/wage-grid/wage-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-ms/acknowledgement-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts +28 -0
- package/lib/components/weekly-acknowledgement-v2/acknowledgement.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts +84 -0
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +53 -0
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts +13 -0
- package/lib/directives/auto-focus/auto-focus.directive.d.ts.map +1 -0
- package/lib/directives/caps-lock.directive.d.ts +12 -0
- package/lib/directives/caps-lock.directive.d.ts.map +1 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts +15 -0
- package/lib/directives/required-roles/required-roles.directive.d.ts.map +1 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts +8 -0
- package/lib/directives/strip-invisible-characters/strip-invisible-characters.directive.d.ts.map +1 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts +8 -0
- package/lib/enums/AddressValidationResponseEnum.d.ts.map +1 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts +4 -0
- package/lib/enums/AddressValidationSourceFunctionEnum.d.ts.map +1 -0
- package/lib/enums/EmailStatusEnum.d.ts +8 -0
- package/lib/enums/EmailStatusEnum.d.ts.map +1 -0
- package/lib/guards/auth.guard.d.ts +29 -0
- package/lib/guards/auth.guard.d.ts.map +1 -0
- package/lib/guards/no-login/no-login.guard.d.ts +12 -0
- package/lib/guards/no-login/no-login.guard.d.ts.map +1 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts +23 -0
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts +22 -0
- package/lib/interceptors/header-interceptor/http-header.interceptor.d.ts.map +1 -0
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.d.ts.map +1 -0
- package/lib/models/AddressComponentModel.d.ts +14 -0
- package/lib/models/AddressComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsComponentModel.d.ts +12 -0
- package/lib/models/BankDetailsComponentModel.d.ts.map +1 -0
- package/lib/models/BankDetailsModel.d.ts +5 -0
- package/lib/models/BankDetailsModel.d.ts.map +1 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts +11 -0
- package/lib/models/CinRequalificationCriteriaModel.d.ts.map +1 -0
- package/lib/models/CountyModel.d.ts +8 -0
- package/lib/models/CountyModel.d.ts.map +1 -0
- package/lib/models/DuaAppDataModel.d.ts +5 -0
- package/lib/models/DuaAppDataModel.d.ts.map +1 -0
- package/lib/models/DuaRequestModel.d.ts +10 -0
- package/lib/models/DuaRequestModel.d.ts.map +1 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts +5 -0
- package/lib/models/DuaRetroWeeksComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerDetailSearchResult.d.ts +54 -0
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/EmployerInfoComponentModel.d.ts +9 -0
- package/lib/models/EmployerInfoComponentModel.d.ts.map +1 -0
- package/lib/models/EmployerPayInfoModel.d.ts +20 -0
- package/lib/models/EmployerPayInfoModel.d.ts.map +1 -0
- package/lib/models/ErrorModel.d.ts +7 -0
- package/lib/models/ErrorModel.d.ts.map +1 -0
- package/lib/models/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.d.ts.map +1 -0
- package/lib/models/FileModel.d.ts +5 -0
- package/lib/models/FileModel.d.ts.map +1 -0
- package/lib/models/GrossEarningsModel.d.ts +6 -0
- package/lib/models/GrossEarningsModel.d.ts.map +1 -0
- package/lib/models/HelpConstants.d.ts +5 -0
- package/lib/models/HelpConstants.d.ts.map +1 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts +7 -0
- package/lib/models/LexisNexisOtpDetailsResponseModel.d.ts.map +1 -0
- package/lib/models/LibConstants.d.ts +162 -0
- package/lib/models/LibConstants.d.ts.map +1 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts +6 -0
- package/lib/models/NewsAndAnnouncementModel.d.ts.map +1 -0
- package/lib/models/NotificationModel.d.ts +11 -0
- package/lib/models/NotificationModel.d.ts.map +1 -0
- package/lib/models/OtpAuthModel.d.ts +7 -0
- package/lib/models/OtpAuthModel.d.ts.map +1 -0
- package/lib/models/PaymentComponentModel.d.ts +8 -0
- package/lib/models/PaymentComponentModel.d.ts.map +1 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.d.ts.map +1 -0
- package/lib/models/RequalifyLiftPageModel.d.ts +12 -0
- package/lib/models/RequalifyLiftPageModel.d.ts.map +1 -0
- package/lib/models/RetroWeeksModel.d.ts +11 -0
- package/lib/models/RetroWeeksModel.d.ts.map +1 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts +7 -0
- package/lib/models/SecurityQuestionAnswerModel.d.ts.map +1 -0
- package/lib/models/SendOtpRequestModel.d.ts +12 -0
- package/lib/models/SendOtpRequestModel.d.ts.map +1 -0
- package/lib/models/SsaVerificationModel.d.ts +9 -0
- package/lib/models/SsaVerificationModel.d.ts.map +1 -0
- package/lib/models/TrendModel.d.ts +14 -0
- package/lib/models/TrendModel.d.ts.map +1 -0
- package/lib/models/UserDetailsModel.d.ts +10 -0
- package/lib/models/UserDetailsModel.d.ts.map +1 -0
- package/lib/models/UserModel.d.ts +47 -0
- package/lib/models/UserModel.d.ts.map +1 -0
- package/lib/models/VerifyOtpRequestModel.d.ts +8 -0
- package/lib/models/VerifyOtpRequestModel.d.ts.map +1 -0
- package/lib/models/WageCalculatorModel.d.ts +15 -0
- package/lib/models/WageCalculatorModel.d.ts.map +1 -0
- package/lib/models/WageInfoModel.d.ts +9 -0
- package/lib/models/WageInfoModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts +12 -0
- package/lib/models/addressValidation/AddressRecommendationModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts +11 -0
- package/lib/models/addressValidation/AddressValidationRequestComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts +6 -0
- package/lib/models/addressValidation/AddressValidationResponseComponentModel.d.ts.map +1 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts +16 -0
- package/lib/models/addressValidation/AddressValidationReturnComponentModel.d.ts.map +1 -0
- package/lib/models/case/CaseAttachmentModel.d.ts +6 -0
- package/lib/models/case/CaseAttachmentModel.d.ts.map +1 -0
- package/lib/models/claimant/ClaimantModel.d.ts +23 -0
- package/lib/models/claimant/ClaimantModel.d.ts.map +1 -0
- package/lib/models/claimant/JobResultsData.d.ts +8 -0
- package/lib/models/claimant/JobResultsData.d.ts.map +1 -0
- package/lib/models/claimant/MatchingJobs.d.ts +13 -0
- package/lib/models/claimant/MatchingJobs.d.ts.map +1 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts +9 -0
- package/lib/models/claimant/ResetPasswordModel.d.ts.map +1 -0
- package/lib/models/cmp/CaseCoreModel.d.ts +21 -0
- package/lib/models/cmp/CaseCoreModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts +9 -0
- package/lib/models/cmp/ComplaintCategoryModel.d.ts.map +1 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts +6 -0
- package/lib/models/cmp/ComplaintCategoryOutputModel.d.ts.map +1 -0
- package/lib/models/cmp/ContactUsModel.d.ts +23 -0
- package/lib/models/cmp/ContactUsModel.d.ts.map +1 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts +7 -0
- package/lib/models/cmp/EmailTemplateModel.d.ts.map +1 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts +47 -0
- package/lib/models/cmp/contactUsInqueryModel.d.ts.map +1 -0
- package/lib/models/cmp/messageRourceModel.d.ts +6 -0
- package/lib/models/cmp/messageRourceModel.d.ts.map +1 -0
- package/lib/models/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +66 -0
- package/lib/models/dashboard-model.d.ts.map +1 -0
- package/lib/models/dependent.model.d.ts +20 -0
- package/lib/models/dependent.model.d.ts.map +1 -0
- package/lib/models/fileupload/DocUploadModel.d.ts +22 -0
- package/lib/models/fileupload/DocUploadModel.d.ts.map +1 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts +6 -0
- package/lib/models/fileupload/EmployerDataModel.d.ts.map +1 -0
- package/lib/models/fileupload/FileObject.d.ts +8 -0
- package/lib/models/fileupload/FileObject.d.ts.map +1 -0
- package/lib/models/fileupload/FileObjectArray.d.ts +8 -0
- package/lib/models/fileupload/FileObjectArray.d.ts.map +1 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts +17 -0
- package/lib/models/questionnaire/AppealParticipantModel.d.ts.map +1 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts +9 -0
- package/lib/models/questionnaire/AutocoderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts +9 -0
- package/lib/models/questionnaire/ClaimAppEmpRequestModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +167 -0
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +21 -0
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ComboModel.d.ts +110 -0
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ElementsModel.d.ts +70 -0
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts +18 -0
- package/lib/models/questionnaire/EmployerDetailSearchResult.d.ts.map +1 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts +5 -0
- package/lib/models/questionnaire/EmployerWagesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts +12 -0
- package/lib/models/questionnaire/FBConfigModel.d.ts.map +1 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts +11 -0
- package/lib/models/questionnaire/KeyValueModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +13 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -0
- package/lib/models/questionnaire/LoaderModel.d.ts +5 -0
- package/lib/models/questionnaire/LoaderModel.d.ts.map +1 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts +7 -0
- package/lib/models/questionnaire/PollingStatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts +9 -0
- package/lib/models/questionnaire/QtrYearEmployerWageModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts +24 -0
- package/lib/models/questionnaire/QuestionnaireQueryModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts +21 -0
- package/lib/models/questionnaire/QuestionnaireReturnModel.d.ts.map +1 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts +25 -0
- package/lib/models/questionnaire/QuestionnaireSaveModel.d.ts.map +1 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts +14 -0
- package/lib/models/questionnaire/RequalifyLiftIssuesModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts +7 -0
- package/lib/models/questionnaire/ServiceActionResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +17 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts +9 -0
- package/lib/models/questionnaire/SuccessPageElement.d.ts.map +1 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts +13 -0
- package/lib/models/questionnaire/UI512AResponseModel.d.ts.map +1 -0
- package/lib/models/questionnaire/ValidationModel.d.ts +18 -0
- package/lib/models/questionnaire/ValidationModel.d.ts.map +1 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts +4 -0
- package/lib/models/questionnaire/WbaHelperTextModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts +9 -0
- package/lib/models/weekly-cert/WorkSearchWaiverModel.d.ts.map +1 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts +14 -0
- package/lib/models/weekly-cert/address-detail-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts +15 -0
- package/lib/models/weekly-cert/admin-leave-details-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts +27 -0
- package/lib/models/weekly-cert/employer-info-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts +57 -0
- package/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts +59 -0
- package/lib/models/weekly-cert/weekly-certification-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts +66 -0
- package/lib/models/weekly-cert/work-search-record-v2-model.d.ts.map +1 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts +18 -0
- package/lib/models/weekly-cert/work-search-v2-model.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.component.d.ts +9 -0
- package/lib/ngx-reusa-app-lib.component.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.module.d.ts +193 -0
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -0
- package/lib/ngx-reusa-app-lib.service.d.ts +7 -0
- package/lib/ngx-reusa-app-lib.service.d.ts.map +1 -0
- package/lib/pages/BasePage.d.ts +29 -0
- package/lib/pages/BasePage.d.ts.map +1 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts +12 -0
- package/lib/pages/common/accessibility-policy/accessibility-policy.page.d.ts.map +1 -0
- package/lib/pages/common/change-password/change-password.page.d.ts +44 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -0
- package/lib/pages/common/landing/landing.component.d.ts +25 -0
- package/lib/pages/common/landing/landing.component.d.ts.map +1 -0
- package/lib/pages/common/landing2/landing2.component.d.ts +31 -0
- package/lib/pages/common/landing2/landing2.component.d.ts.map +1 -0
- package/lib/pages/common/login/login.component.d.ts +65 -0
- package/lib/pages/common/login/login.component.d.ts.map +1 -0
- package/lib/pages/common/not-found/not-found.page.d.ts +9 -0
- package/lib/pages/common/not-found/not-found.page.d.ts.map +1 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts +12 -0
- package/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.d.ts.map +1 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts +12 -0
- package/lib/pages/common/security-policy/security-policy.page.d.ts.map +1 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts +9 -0
- package/lib/pages/common/unauthorized/unauthorized.page.d.ts.map +1 -0
- package/lib/pages/popovers/language/language.page.d.ts +17 -0
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts +22 -0
- package/lib/pages/popovers/my-notifications/my-notifications.page.d.ts.map +1 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts +21 -0
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts +32 -0
- package/lib/pages/popovers/user-search/user-search.component.d.ts.map +1 -0
- package/lib/pipes/filter.pipe.d.ts +8 -0
- package/lib/pipes/filter.pipe.d.ts.map +1 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts +14 -0
- package/lib/pipes/format-worksearch/format-worksearch.pipe.d.ts.map +1 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts +11 -0
- package/lib/pipes/mask/mask.email.pipe.d.ts.map +1 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts +9 -0
- package/lib/pipes/proper-case/proper-case.pipe.d.ts.map +1 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts +11 -0
- package/lib/pipes/translate/dynamic-translate.pipe.d.ts.map +1 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts +11 -0
- package/lib/pipes/trust-html/trust-html.pipe.d.ts.map +1 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts +44 -0
- package/lib/services/address-validation-service/address-validation.service.d.ts.map +1 -0
- package/lib/services/appeal/appeal.service.d.ts +16 -0
- package/lib/services/appeal/appeal.service.d.ts.map +1 -0
- package/lib/services/base-service.d.ts +105 -0
- package/lib/services/base-service.d.ts.map +1 -0
- package/lib/services/birt-service/birt.service.d.ts +17 -0
- package/lib/services/birt-service/birt.service.d.ts.map +1 -0
- package/lib/services/captcha/captcha.service.d.ts +16 -0
- package/lib/services/captcha/captcha.service.d.ts.map +1 -0
- package/lib/services/case-service/case.service.d.ts +20 -0
- package/lib/services/case-service/case.service.d.ts.map +1 -0
- package/lib/services/chatbot/chatbot.service.d.ts +61 -0
- package/lib/services/chatbot/chatbot.service.d.ts.map +1 -0
- package/lib/services/chatbot/script.const.d.ts +16 -0
- package/lib/services/chatbot/script.const.d.ts.map +1 -0
- package/lib/services/claimant/claimant.service.d.ts +18 -0
- package/lib/services/claimant/claimant.service.d.ts.map +1 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts +19 -0
- package/lib/services/claimant-context/claimant-context.service.d.ts.map +1 -0
- package/lib/services/claimant-service/claimant.service.d.ts +25 -0
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -0
- package/lib/services/claims/claims.service.d.ts +76 -0
- package/lib/services/claims/claims.service.d.ts.map +1 -0
- package/lib/services/cmp-service/cmp.service.d.ts +34 -0
- package/lib/services/cmp-service/cmp.service.d.ts.map +1 -0
- package/lib/services/dms-service/dms.service.d.ts +24 -0
- package/lib/services/dms-service/dms.service.d.ts.map +1 -0
- package/lib/services/employer/employer-service.d.ts +16 -0
- package/lib/services/employer/employer-service.d.ts.map +1 -0
- package/lib/services/event-service/event-service.d.ts +20 -0
- package/lib/services/event-service/event-service.d.ts.map +1 -0
- package/lib/services/fpjs/fingerprint.service.d.ts +19 -0
- package/lib/services/fpjs/fingerprint.service.d.ts.map +1 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts +9 -0
- package/lib/services/google-analytics/google-analytics.service.d.ts.map +1 -0
- package/lib/services/help/help.service.d.ts +26 -0
- package/lib/services/help/help.service.d.ts.map +1 -0
- package/lib/services/idle/idle.service.d.ts +44 -0
- package/lib/services/idle/idle.service.d.ts.map +1 -0
- package/lib/services/logger/logger.service.d.ts +32 -0
- package/lib/services/logger/logger.service.d.ts.map +1 -0
- package/lib/services/login/login.service.d.ts +81 -0
- package/lib/services/login/login.service.d.ts.map +1 -0
- package/lib/services/maintenance/maintenance.service.d.ts +16 -0
- package/lib/services/maintenance/maintenance.service.d.ts.map +1 -0
- package/lib/services/notification/notification.service.d.ts +39 -0
- package/lib/services/notification/notification.service.d.ts.map +1 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts +64 -0
- package/lib/services/offline-claims/offline-claims.service.d.ts.map +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts +37 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -0
- package/lib/services/questionnaire/validation.service.d.ts +85 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -0
- package/lib/services/security-service/security.service.d.ts +26 -0
- package/lib/services/security-service/security.service.d.ts.map +1 -0
- package/lib/services/tour/tour.service.d.ts +25 -0
- package/lib/services/tour/tour.service.d.ts.map +1 -0
- package/lib/services/util/util.service.d.ts +200 -0
- package/lib/services/util/util.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/review.service.d.ts +23 -0
- package/lib/services/weekly-cert/review.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts +59 -0
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts +17 -0
- package/lib/services/weekly-cert/weekly-cert.service.d.ts.map +1 -0
- package/lib/services/weekly-cert/work-search.service.d.ts +26 -0
- package/lib/services/weekly-cert/work-search.service.d.ts.map +1 -0
- package/lib/validations/AppRegex.d.ts +48 -0
- package/lib/validations/AppRegex.d.ts.map +1 -0
- package/lib/validations/AppValidators.d.ts +78 -0
- package/lib/validations/AppValidators.d.ts.map +1 -0
- package/package.json +25 -0
- package/public-api.d.ts +170 -0
- package/public-api.d.ts.map +1 -0
- package/uiapplib-ngx-ui-web-lib.d.ts.map +1 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { AddressRecommendationModel } from '../../models/addressValidation/AddressRecommendationModel';
|
|
3
|
+
import { AddressValidationRequestComponentModel } from '../../models/addressValidation/AddressValidationRequestComponentModel';
|
|
4
|
+
import { AddressValidationResponseComponentModel } from '../../models/addressValidation/AddressValidationResponseComponentModel';
|
|
5
|
+
import { AddressValidationService } from '../../services/address-validation-service/address-validation.service';
|
|
6
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AddressSuggestionComponent implements OnInit {
|
|
9
|
+
private addrSvc;
|
|
10
|
+
showAddressSuggestion: boolean;
|
|
11
|
+
showAccordion: boolean;
|
|
12
|
+
original: AddressValidationRequestComponentModel;
|
|
13
|
+
choices: AddressRecommendationModel[];
|
|
14
|
+
form: UntypedFormGroup;
|
|
15
|
+
formName: string;
|
|
16
|
+
diffMailAddressFlag: boolean;
|
|
17
|
+
formBlur: boolean;
|
|
18
|
+
standaloneAddressForm: boolean;
|
|
19
|
+
questionaireForm: any;
|
|
20
|
+
parentFormComponent: string;
|
|
21
|
+
checkFormIsBlur: EventEmitter<any>;
|
|
22
|
+
picked: any;
|
|
23
|
+
addressSelected: any;
|
|
24
|
+
errorText: string;
|
|
25
|
+
showInlineError: boolean;
|
|
26
|
+
msuaCount: number;
|
|
27
|
+
aunrCount: number;
|
|
28
|
+
isAddressValid: string;
|
|
29
|
+
lastValidAddress: any;
|
|
30
|
+
constructor(addrSvc: AddressValidationService);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
getValidateAddress(initialValidation: boolean): void;
|
|
33
|
+
tabOpen(): void;
|
|
34
|
+
tabClose(): void;
|
|
35
|
+
handleRecommendations(res: AddressValidationResponseComponentModel, req: AddressValidationRequestComponentModel, formCompnent: any): void;
|
|
36
|
+
selectionChanged(event: any): void;
|
|
37
|
+
patchFormWithSelectedAddress(sel: any, isOrigin: boolean, form: UntypedFormGroup): void;
|
|
38
|
+
private setIsAddressValideController;
|
|
39
|
+
private mapAddress;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AddressSuggestionComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressSuggestionComponent, "app-address-suggestion", never, { "original": { "alias": "original"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; "form": { "alias": "form"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "diffMailAddressFlag": { "alias": "diffMailAddressFlag"; "required": false; }; "formBlur": { "alias": "formBlur"; "required": false; }; "standaloneAddressForm": { "alias": "standaloneAddressForm"; "required": false; }; "questionaireForm": { "alias": "questionaireForm"; "required": false; }; "parentFormComponent": { "alias": "parentFormComponent"; "required": false; }; }, { "checkFormIsBlur": "checkFormIsBlur"; }, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=address-suggestion.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address-suggestion.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/address-suggestion/address-suggestion.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,YAAY,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,sCAAsC,EAAE,MAAM,uEAAuE,CAAC;AAC/H,OAAO,EAAE,uCAAuC,EAAE,MAAM,wEAAwE,CAAC;AAEjI,OAAO,EAAE,wBAAwB,EAAE,MAAM,sEAAsE,CAAC;AAChH,OAAO,EAAU,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAG1D,qBAKa,0BAA2B,YAAW,MAAM;IAwB3C,OAAO,CAAC,OAAO;IAvB3B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAC,OAAO,CAAC;IACb,QAAQ,EAAE,sCAAsC,CAAC;IACjD,OAAO,EAAE,0BAA0B,EAAE,CAAM;IAC3C,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAC,MAAM,CAAC;IAChB,mBAAmB,EAAC,OAAO,CAAC;IAC5B,QAAQ,EAAC,OAAO,CAAC;IACjB,qBAAqB,EAAC,OAAO,CAAC;IAC9B,gBAAgB,MAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAGrC,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAE7D,MAAM,EAAE,GAAG,CAAQ;IACnB,eAAe,MAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,UAAS;IACxB,SAAS,SAAK;IACd,SAAS,SAAK;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,MAAC;gBACG,OAAO,EAAE,wBAAwB;IAGrD,QAAQ;IAQR,kBAAkB,CAAC,iBAAiB,EAAC,OAAO;IAyD5C,OAAO;IAIP,QAAQ;IAID,qBAAqB,CAAC,GAAG,EAAE,uCAAuC,EAAE,GAAG,EAAE,sCAAsC,EAAE,YAAY,EAAE,GAAG;IAOzI,gBAAgB,CAAC,KAAK,KAAA;IAaf,4BAA4B,CAAC,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,gBAAgB;IA0BvF,OAAO,CAAC,4BAA4B;IAWpC,OAAO,CAAC,UAAU;yCA7JP,0BAA0B;2CAA1B,0BAA0B;CAoLtC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AppointmentSelfSchedulerComponent implements OnInit {
|
|
5
|
+
fb: UntypedFormBuilder;
|
|
6
|
+
success: EventEmitter<any>;
|
|
7
|
+
error: EventEmitter<any>;
|
|
8
|
+
onClose: EventEmitter<any>;
|
|
9
|
+
rescheduleDate: UntypedFormGroup;
|
|
10
|
+
showSchedulerPopup: boolean;
|
|
11
|
+
showSchedulerConfirmationPopup: boolean;
|
|
12
|
+
confirmedDate: any;
|
|
13
|
+
availableDates: Date[];
|
|
14
|
+
invalidDates: Date[];
|
|
15
|
+
showTimeSlotPopup: boolean;
|
|
16
|
+
selectedDate: Date | null;
|
|
17
|
+
timeSlots: string[];
|
|
18
|
+
selectedTimeSlot: string | null;
|
|
19
|
+
constructor(fb: UntypedFormBuilder);
|
|
20
|
+
/** GET mapping call to /scheduler/available-slots/ - to give available dates to allow to display and disable rest in the p-calendar*/
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
generateTimeSlots(date: Date): void;
|
|
23
|
+
/** Will iterate through dates fetched from GET mapping, and disable dates not available in p-calendar*/
|
|
24
|
+
generateInvalidDates(): void;
|
|
25
|
+
/** Will set the time slots availale for a given date in p-calendar*/
|
|
26
|
+
onDateSelect(date: Date): void;
|
|
27
|
+
/** Will update value for selected time slot*/
|
|
28
|
+
onTimeSlotSelect(slot: string): void;
|
|
29
|
+
close(): void;
|
|
30
|
+
closeConfirmationPopup(): void;
|
|
31
|
+
confirm(): void;
|
|
32
|
+
get newAppointmentDate(): import("@angular/forms").AbstractControl<any, any>;
|
|
33
|
+
get timeSlot(): import("@angular/forms").AbstractControl<any, any>;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppointmentSelfSchedulerComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppointmentSelfSchedulerComponent, "app-appointment-self-scheduler", never, { "showSchedulerPopup": { "alias": "showSchedulerPopup"; "required": false; }; "showSchedulerConfirmationPopup": { "alias": "showSchedulerConfirmationPopup"; "required": false; }; }, { "success": "success"; "error": "error"; "onClose": "onClose"; }, never, never, false, never>;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=appointment-self-scheduler.component.d.ts.map
|
package/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment-self-scheduler.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAsB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAE1F,qBAKa,iCAAkC,YAAW,MAAM;IA8B5C,EAAE,EAAE,kBAAkB;IA3BxC,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG9C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE3C,cAAc,EAAE,gBAAgB,CAAC;IAGjC,kBAAkB,EAAE,OAAO,CAAC;IAG5B,8BAA8B,EAAE,OAAO,CAAC;IAExC,aAAa,EAAE,GAAG,CAAC;IAE1B,cAAc,EAAE,IAAI,EAAE,CAAM;IAC5B,YAAY,EAAE,IAAI,EAAE,CAAM;IAE1B,iBAAiB,EAAE,OAAO,CAAS;IACnC,YAAY,EAAE,IAAI,GAAG,IAAI,CAAQ;IACjC,SAAS,EAAE,MAAM,EAAE,CAAM;IACzB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAQ;gBAGnB,EAAE,EAAE,kBAAkB;IAGxC,sIAAsI;IACxI,QAAQ;IAmBN,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAQrC,wGAAwG;IAExG,oBAAoB;IAalB,qEAAqE;IACvE,YAAY,CAAC,IAAI,EAAE,IAAI;IAMrB,8CAA8C;IAChD,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAKpC,KAAK;IAIL,sBAAsB;IAItB,OAAO;IAuBP,IAAI,kBAAkB,uDAErB;IAED,IAAI,QAAQ,uDAGX;yCA/HY,iCAAiC;2CAAjC,iCAAiC;CAiI7C"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
4
|
+
import { LoginService } from '../../services/login/login.service';
|
|
5
|
+
import { UtilService } from '../../services/util/util.service';
|
|
6
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AssociateSsnComponent implements OnInit {
|
|
9
|
+
private util;
|
|
10
|
+
formBuilder: UntypedFormBuilder;
|
|
11
|
+
ls: LoginService;
|
|
12
|
+
logger: LoggerService;
|
|
13
|
+
sanitizer: DomSanitizer;
|
|
14
|
+
heading: string;
|
|
15
|
+
addSsnForm: UntypedFormGroup;
|
|
16
|
+
addSsnFormDirective: NgForm;
|
|
17
|
+
errorDtls: any;
|
|
18
|
+
successDtls: any;
|
|
19
|
+
blocked: boolean;
|
|
20
|
+
invalidSSN: boolean;
|
|
21
|
+
displayMessage: boolean;
|
|
22
|
+
messageDetails: any;
|
|
23
|
+
success: EventEmitter<any>;
|
|
24
|
+
constructor(util: UtilService, formBuilder: UntypedFormBuilder, ls: LoginService, logger: LoggerService, sanitizer: DomSanitizer);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
initForm(): void;
|
|
27
|
+
saveData(): void;
|
|
28
|
+
get ssn(): import("@angular/forms").AbstractControl<any, any>;
|
|
29
|
+
get confirmSsn(): import("@angular/forms").AbstractControl<any, any>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AssociateSsnComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AssociateSsnComponent, "app-associate-ssn", never, {}, { "success": "success"; }, never, never, false, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=associate-ssn.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"associate-ssn.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/associate-ssn/associate-ssn.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,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAG/D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;;AAGzD,qBAKa,qBAAsB,YAAW,MAAM;IAgBtC,OAAO,CAAC,IAAI;IAAsB,WAAW,EAAG,kBAAkB;IAAS,EAAE,EAAG,YAAY;IAC/F,MAAM,EAAG,aAAa;IAAQ,SAAS,EAAG,YAAY;IAhBxD,OAAO,SAAiB;IACxB,UAAU,EAAG,gBAAgB,CAAC;IAG9B,mBAAmB,EAAE,MAAM,CAAC;IAE5B,SAAS,MAAC;IACV,WAAW,MAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACxB,UAAU,EAAG,OAAO,CAAS;IAC7B,cAAc,EAAG,OAAO,CAAS;IACzB,cAAc,MAAC;IAEb,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;gBAEtC,IAAI,EAAE,WAAW,EAAS,WAAW,EAAG,kBAAkB,EAAS,EAAE,EAAG,YAAY,EAC/F,MAAM,EAAG,aAAa,EAAQ,SAAS,EAAG,YAAY;IAE/D,QAAQ;IAIR,QAAQ;IAQR,QAAQ;IAoDR,IAAI,GAAG,uDAEN;IAED,IAAI,UAAU,uDAEb;yCAzFU,qBAAqB;2CAArB,qBAAqB;CA0FjC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ControlValueAccessor, UntypedFormBuilder, UntypedFormGroup, NgForm, Validator, ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { BankDetailsModel } from '../../models/BankDetailsModel';
|
|
5
|
+
import { DmsService } from '../../services/dms-service/dms.service';
|
|
6
|
+
import { UtilService } from '../../services/util/util.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class BankDetailsComponent implements OnInit, ControlValueAccessor, OnDestroy, Validator {
|
|
9
|
+
formBuilder: UntypedFormBuilder;
|
|
10
|
+
util: UtilService;
|
|
11
|
+
dms: DmsService;
|
|
12
|
+
bankDetailsFormDirective: NgForm;
|
|
13
|
+
bankDetailsForm: UntypedFormGroup;
|
|
14
|
+
accountTypeOptions: any[];
|
|
15
|
+
bankDetailsModel: BankDetailsModel;
|
|
16
|
+
bankName: string;
|
|
17
|
+
routingNumberValidators: ValidatorFn[];
|
|
18
|
+
constructor(formBuilder: UntypedFormBuilder, util: UtilService, dms: DmsService);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
submit(): void;
|
|
21
|
+
setAccountNumberValidator(): void;
|
|
22
|
+
get nameOnAccount(): AbstractControl<any, any>;
|
|
23
|
+
get accountType(): AbstractControl<any, any>;
|
|
24
|
+
get routingNumber(): AbstractControl<any, any>;
|
|
25
|
+
get accountNumber(): AbstractControl<any, any>;
|
|
26
|
+
get bankNameControl(): AbstractControl<any, any>;
|
|
27
|
+
get reEnterAccountNumber(): AbstractControl<any, any>;
|
|
28
|
+
onTouched: Function;
|
|
29
|
+
onChangeSubs: Subscription[];
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
registerOnChange(onChange: any): void;
|
|
32
|
+
registerOnTouched(onTouched: Function): void;
|
|
33
|
+
setDisabledState(disabled: boolean): void;
|
|
34
|
+
writeValue(value: any): void;
|
|
35
|
+
validate(control: AbstractControl): any;
|
|
36
|
+
fetchBankName(event: any): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BankDetailsComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BankDetailsComponent, "app-bank-details", never, {}, {}, never, never, false, never>;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=bank-details.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bank-details.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/bank-details/bank-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,EAAoC,SAAS,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AAC3L,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAea,oBAAqB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS,EAAE,SAAS;IAiB1E,WAAW,EAAE,kBAAkB;IAAQ,IAAI,EAAG,WAAW;IACnE,GAAG,EAAE,UAAU;IAfjB,wBAAwB,EAAE,MAAM,CAAC;IAEjC,eAAe,EAAE,gBAAgB,CAAC;IACzC,kBAAkB,EAAE,GAAG,EAAE,CAAC;IAEnB,gBAAgB,EAAE,gBAAgB,CAAyB;IAC3D,QAAQ,EAAE,MAAM,CAAC;IAExB,uBAAuB,EAAG,WAAW,EAAE,CAIrC;gBAEiB,WAAW,EAAE,kBAAkB,EAAQ,IAAI,EAAG,WAAW,EACnE,GAAG,EAAE,UAAU;IAOxB,QAAQ,IAAI,IAAI;IAahB,MAAM;IAMN,yBAAyB;IAyBzB,IAAI,aAAa,8BAEhB;IACD,IAAI,WAAW,8BAEd;IACD,IAAI,aAAa,8BAEhB;IACD,IAAI,aAAa,8BAEhB;IACD,IAAI,eAAe,8BAElB;IACD,IAAI,oBAAoB,8BAEvB;IAED,SAAS,EAAE,QAAQ,CAAa;IAEhC,YAAY,EAAE,YAAY,EAAE,CAAM;IAElC,WAAW;IAMX,gBAAgB,CAAC,QAAQ,EAAE,GAAG;IAK9B,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IAIrC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IASlC,UAAU,CAAC,KAAK,EAAE,GAAG;IAOrB,QAAQ,CAAC,OAAO,EAAE,eAAe;IAOjC,aAAa,CAAC,KAAK,KAAA;yCAlIR,oBAAoB;2CAApB,oBAAoB;CAqJhC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { AfterViewInit, EventEmitter, NgZone, OnDestroy, ElementRef, ChangeDetectorRef, OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { CaptchaService } from '../../services/captcha/captcha.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaptchaComponent implements AfterViewInit, OnDestroy, OnInit, ControlValueAccessor, OnChanges {
|
|
6
|
+
el: ElementRef;
|
|
7
|
+
_zone: NgZone;
|
|
8
|
+
cd: ChangeDetectorRef;
|
|
9
|
+
private captchaService;
|
|
10
|
+
siteKey: string;
|
|
11
|
+
class: string;
|
|
12
|
+
theme: string;
|
|
13
|
+
type: string;
|
|
14
|
+
size: string;
|
|
15
|
+
tabindex: number;
|
|
16
|
+
initCallback: string;
|
|
17
|
+
onResponse: EventEmitter<any>;
|
|
18
|
+
onExpire: EventEmitter<any>;
|
|
19
|
+
showError: boolean;
|
|
20
|
+
isLoading: boolean;
|
|
21
|
+
private onChange;
|
|
22
|
+
private onTouch;
|
|
23
|
+
private _instance;
|
|
24
|
+
private _language;
|
|
25
|
+
get language(): string;
|
|
26
|
+
set language(language: string);
|
|
27
|
+
constructor(el: ElementRef, _zone: NgZone, cd: ChangeDetectorRef, captchaService: CaptchaService);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
writeValue(obj: any): void;
|
|
30
|
+
registerOnChange(fn: any): void;
|
|
31
|
+
registerOnTouched(fn: any): void;
|
|
32
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
33
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
34
|
+
ngAfterViewInit(): void;
|
|
35
|
+
loadCaptcha(): void;
|
|
36
|
+
init(): void;
|
|
37
|
+
reset(): void;
|
|
38
|
+
getResponse(): String;
|
|
39
|
+
recaptchaCallback(response: string): void;
|
|
40
|
+
recaptchaExpiredCallback(): void;
|
|
41
|
+
ngOnDestroy(): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaptchaComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaptchaComponent, "app-captcha", never, { "siteKey": { "alias": "siteKey"; "required": false; }; "class": { "alias": "class"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "initCallback": { "alias": "initCallback"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, { "onResponse": "onResponse"; "onExpire": "onExpire"; }, never, never, false, never>;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=captcha.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"captcha.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/captcha/captcha.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAW,YAAY,EAAO,MAAM,EAAC,SAAS,EAAQ,UAAU,EAA6C,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAAC,MAAM,eAAe,CAAC;AAC5M,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;;AAExE,qBAiBa,gBAAiB,YAAW,aAAa,EAAC,SAAS,EAAC,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA6CjF,EAAE,EAAE,UAAU;IAAS,KAAK,EAAE,MAAM;IAAS,EAAE,EAAE,iBAAiB;IAAE,OAAO,CAAC,cAAc;IA3CpG,OAAO,EAAE,MAAM,CAA+B;IAE9C,KAAK,SAAiB;IAEtB,KAAK,SAAW;IAEhB,IAAI,SAAW;IAEf,IAAI,SAAY;IAEhB,QAAQ,SAAK;IAEb,YAAY,SAAmB;IAE9B,UAAU,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEnD,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEpD,SAAS,EAAG,OAAO,CAAS;IAE5B,SAAS,EAAG,OAAO,CAAQ;IAElC,OAAO,CAAC,QAAQ,CAEd;IACF,OAAO,CAAC,OAAO,CAEb;IAEF,OAAO,CAAC,SAAS,CAAa;IAE9B,OAAO,CAAC,SAAS,CAAa;IAG9B,IAAa,QAAQ,IAAI,MAAM,CAE9B;IAED,IAAI,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAG5B;gBAEkB,EAAE,EAAE,UAAU,EAAS,KAAK,EAAE,MAAM,EAAS,EAAE,EAAE,iBAAiB,EAAU,cAAc,EAAE,cAAc;IAE7H,QAAQ,IAAI,IAAI;IAIhB,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAG1B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAG5C,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAIzC,eAAe;IAIf,WAAW;IA6BX,IAAI;IAeJ,KAAK;IAQL,WAAW,IAAI,MAAM;IAOrB,iBAAiB,CAAC,QAAQ,EAAE,MAAM;IAQlC,wBAAwB;IAMxB,WAAW;yCAjJF,gBAAgB;2CAAhB,gBAAgB;CAsJ5B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CardComponent implements OnInit {
|
|
4
|
+
title: string;
|
|
5
|
+
class: string;
|
|
6
|
+
headerClass: string;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "app-card", never, { "title": { "alias": "title"; "required": false; }; "class": { "alias": "class"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/card/card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD,qBAKa,aAAc,YAAW,MAAM;IAE1B,KAAK,EAAE,MAAM,CAAC;IAEd,KAAK,EAAG,MAAM,CAAa;IAErB,WAAW,EAAG,MAAM,CAAiB;;IAI3D,QAAQ,IAAI,IAAI;yCAVL,aAAa;2CAAb,aAAa;CAazB"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
+
import { Router } from '@angular/router';
|
|
5
|
+
import { KeyValueModel } from '../../models/questionnaire/KeyValueModel';
|
|
6
|
+
import { ClaimantContextService } from '../../services/claimant-context/claimant-context.service';
|
|
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 { Storage } from '@ionic/storage-angular';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class ClaimInfoComponent implements OnInit {
|
|
14
|
+
fb: UntypedFormBuilder;
|
|
15
|
+
private router;
|
|
16
|
+
ls: LoginService;
|
|
17
|
+
logger: LoggerService;
|
|
18
|
+
cs: ClaimService;
|
|
19
|
+
util: UtilService;
|
|
20
|
+
sanitizer: DomSanitizer;
|
|
21
|
+
private storage;
|
|
22
|
+
claimantContextService: ClaimantContextService;
|
|
23
|
+
heading: string;
|
|
24
|
+
claimantInduction: UntypedFormGroup;
|
|
25
|
+
errorMsg: string;
|
|
26
|
+
isLoading: boolean;
|
|
27
|
+
displayDisasterQue: boolean;
|
|
28
|
+
disasterResult: string;
|
|
29
|
+
citizenshipStatus: any[];
|
|
30
|
+
militaryEmployer: any[];
|
|
31
|
+
federalEmployer: any[];
|
|
32
|
+
bpStartDate: string;
|
|
33
|
+
unemployedDisaster: any[];
|
|
34
|
+
listOfDisasters: KeyValueModel[];
|
|
35
|
+
backdateFunction: any[];
|
|
36
|
+
currentState: string;
|
|
37
|
+
constructor(fb: UntypedFormBuilder, router: Router, ls: LoginService, logger: LoggerService, cs: ClaimService, util: UtilService, sanitizer: DomSanitizer, storage: Storage, claimantContextService: ClaimantContextService);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
onSubmit(): void;
|
|
40
|
+
cancelPage(): void;
|
|
41
|
+
validateAllFormFields(formGroup: UntypedFormGroup): void;
|
|
42
|
+
get citizenship(): import("@angular/forms").AbstractControl<any, any>;
|
|
43
|
+
get militaryEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
44
|
+
get federalEmp(): import("@angular/forms").AbstractControl<any, any>;
|
|
45
|
+
get unemployedDis(): import("@angular/forms").AbstractControl<any, any>;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClaimInfoComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClaimInfoComponent, "app-claim-info", never, {}, {}, never, never, false, never>;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=claim-info.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claim-info.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/claim-info/claim-info.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAkC,MAAM,gBAAgB,CAAC;AACtG,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,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;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;AACjD,qBAKa,kBAAmB,YAAW,MAAM;IAkB5B,EAAE,EAAE,kBAAkB;IAAE,OAAO,CAAC,MAAM;IAAiB,EAAE,EAAE,YAAY;IACjF,MAAM,EAAE,aAAa;IAAS,EAAE,EAAE,YAAY;IAAS,IAAI,EAAE,WAAW;IACxE,SAAS,EAAE,YAAY;IAAE,OAAO,CAAC,OAAO;IAAiB,sBAAsB,EAAE,sBAAsB;IAnBzG,OAAO,SAA+B;IACtC,iBAAiB,EAAE,gBAAgB,CAAC;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAS;IAC3B,kBAAkB,EAAE,OAAO,CAAS;IAEpC,cAAc,SAAM;IAE3B,iBAAiB,EAAE,GAAG,EAAE,CAAC;IACzB,gBAAgB,EAAE,GAAG,EAAE,CAAC;IACxB,eAAe,EAAE,GAAG,EAAE,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,GAAG,EAAE,CAAC;IAC1B,eAAe,EAAE,aAAa,EAAE,CAAC;IAC1B,gBAAgB,EAAE,GAAG,EAAE,CAAM;IAC7B,YAAY,EAAE,MAAM,CAAC;gBAET,EAAE,EAAE,kBAAkB,EAAU,MAAM,EAAE,MAAM,EAAS,EAAE,EAAE,YAAY,EACjF,MAAM,EAAE,aAAa,EAAS,EAAE,EAAE,YAAY,EAAS,IAAI,EAAE,WAAW,EACxE,SAAS,EAAE,YAAY,EAAU,OAAO,EAAE,OAAO,EAAQ,sBAAsB,EAAE,sBAAsB;IAWhH,QAAQ;IA0BR,QAAQ;IA8DR,UAAU;IAYV,qBAAqB,CAAC,SAAS,EAAE,gBAAgB;IAWjD,IAAI,WAAW,uDAEd;IAED,IAAI,WAAW,uDAEd;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,aAAa,uDAEhB;yCA5JU,kBAAkB;2CAAlB,kBAAkB;CA8J9B"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormGroup, UntypedFormBuilder, NgForm, FormGroup, ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { CaseCoreModel } from '../../models/cmp/CaseCoreModel';
|
|
4
|
+
import { ComplaintCategoryModel } from '../../models/cmp/ComplaintCategoryModel';
|
|
5
|
+
import { ChoicesModel } from '../../models/cmp/contactUsInqueryModel';
|
|
6
|
+
import { KeyValueModel } from '../../models/questionnaire/KeyValueModel';
|
|
7
|
+
import { CaseService } from '../../services/case-service/case.service';
|
|
8
|
+
import { CmpService } from '../../services/cmp-service/cmp.service';
|
|
9
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
10
|
+
import { SecurityService } from '../../services/security-service/security.service';
|
|
11
|
+
import { UtilService } from '../../services/util/util.service';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class ContactUsComponent implements OnInit, ControlValueAccessor {
|
|
14
|
+
formBuilder: UntypedFormBuilder;
|
|
15
|
+
caseService: CaseService;
|
|
16
|
+
cmpService: CmpService;
|
|
17
|
+
securityService: SecurityService;
|
|
18
|
+
util: UtilService;
|
|
19
|
+
loggerService: LoggerService;
|
|
20
|
+
contactUsForm: UntypedFormGroup;
|
|
21
|
+
complaintCategoryRetrivedList: ComplaintCategoryModel[];
|
|
22
|
+
complaintCategoryRetrivedListEmpr: ComplaintCategoryModel[];
|
|
23
|
+
complaintCategoryRetrivedListClmt: ComplaintCategoryModel[];
|
|
24
|
+
activeComplaintCategory: ComplaintCategoryModel[];
|
|
25
|
+
caseNo: string;
|
|
26
|
+
responseCall: any;
|
|
27
|
+
allDepartments: KeyValueModel[];
|
|
28
|
+
allUnits: KeyValueModel[];
|
|
29
|
+
unitsBasedOnDept: KeyValueModel[];
|
|
30
|
+
allCloseReasons: KeyValueModel[];
|
|
31
|
+
allRoles: KeyValueModel[];
|
|
32
|
+
users: any[];
|
|
33
|
+
usersFLname: Array<ChoicesModel>;
|
|
34
|
+
unitID: any;
|
|
35
|
+
selectedDep: any;
|
|
36
|
+
selectedDepType: any;
|
|
37
|
+
selectedRole: any;
|
|
38
|
+
selectedUnit: any;
|
|
39
|
+
msgGeneratedThroughList: any;
|
|
40
|
+
isCsr: boolean;
|
|
41
|
+
isNewCase: boolean;
|
|
42
|
+
selectedCase: CaseCoreModel;
|
|
43
|
+
modelCancel: EventEmitter<boolean>;
|
|
44
|
+
success: EventEmitter<any>;
|
|
45
|
+
updateSuccess: EventEmitter<any>;
|
|
46
|
+
onHide: EventEmitter<any>;
|
|
47
|
+
onLoad: EventEmitter<any>;
|
|
48
|
+
contactFormDirective: NgForm;
|
|
49
|
+
showSuccess: boolean;
|
|
50
|
+
display: boolean;
|
|
51
|
+
submitSuccess: boolean;
|
|
52
|
+
inputType: string;
|
|
53
|
+
type: ChoicesModel[];
|
|
54
|
+
constructor(formBuilder: UntypedFormBuilder, caseService: CaseService, cmpService: CmpService, securityService: SecurityService, util: UtilService, loggerService: LoggerService);
|
|
55
|
+
private onChange;
|
|
56
|
+
private onTouch;
|
|
57
|
+
writeValue(value: any): void;
|
|
58
|
+
registerOnChange(fn: any): void;
|
|
59
|
+
registerOnTouched(fn: any): void;
|
|
60
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
61
|
+
ngOnInit(): void;
|
|
62
|
+
loadPreSavedContactUsDetails(): void;
|
|
63
|
+
emitHide(event: any): void;
|
|
64
|
+
selectButtonValidation(): void;
|
|
65
|
+
selectCSRvalidation(): void;
|
|
66
|
+
submitContactUs(input: any): void;
|
|
67
|
+
processSubmitQueryErrorResponse(err: any): void;
|
|
68
|
+
processSubmitQueryResponse(res: any): void;
|
|
69
|
+
validateAllFormFields(formGroup: FormGroup): void;
|
|
70
|
+
getComplaintCategory(): void;
|
|
71
|
+
activeUserType(event: any): void;
|
|
72
|
+
selectDepartmentBasedOnCategory(event: any): void;
|
|
73
|
+
fetchUnitsBasedOnDepType(event: any): void;
|
|
74
|
+
getUnitsBasedOnDepSelected(): void;
|
|
75
|
+
fetchUsersBasedOnUnit(event: any): void;
|
|
76
|
+
fetchUsersBasedOnRoles(event: any): void;
|
|
77
|
+
getUsersBasedOnDeptAndRole(): void;
|
|
78
|
+
fetchMstDepartments(): import("rxjs").Subscription;
|
|
79
|
+
fetchMstAllUnits(): import("rxjs").Subscription;
|
|
80
|
+
fetchMstCaseCloseReasons(): import("rxjs").Subscription;
|
|
81
|
+
getAllRoles(): import("rxjs").Subscription;
|
|
82
|
+
getMsgGeneratedThrough(): import("rxjs").Subscription;
|
|
83
|
+
get userType(): import("@angular/forms").AbstractControl<any, any>;
|
|
84
|
+
get firstName(): import("@angular/forms").AbstractControl<any, any>;
|
|
85
|
+
get lastName(): import("@angular/forms").AbstractControl<any, any>;
|
|
86
|
+
get ssn(): import("@angular/forms").AbstractControl<any, any>;
|
|
87
|
+
get claimantId(): import("@angular/forms").AbstractControl<any, any>;
|
|
88
|
+
get ean(): import("@angular/forms").AbstractControl<any, any>;
|
|
89
|
+
get fein(): import("@angular/forms").AbstractControl<any, any>;
|
|
90
|
+
get selectedReason(): import("@angular/forms").AbstractControl<any, any>;
|
|
91
|
+
get issue(): import("@angular/forms").AbstractControl<any, any>;
|
|
92
|
+
get email(): import("@angular/forms").AbstractControl<any, any>;
|
|
93
|
+
get phone(): import("@angular/forms").AbstractControl<any, any>;
|
|
94
|
+
get altPhone(): import("@angular/forms").AbstractControl<any, any>;
|
|
95
|
+
get address(): import("@angular/forms").AbstractControl<any, any>;
|
|
96
|
+
get captcha(): import("@angular/forms").AbstractControl<any, any>;
|
|
97
|
+
get division(): import("@angular/forms").AbstractControl<any, any>;
|
|
98
|
+
get unit(): import("@angular/forms").AbstractControl<any, any>;
|
|
99
|
+
get generalAssignment(): import("@angular/forms").AbstractControl<any, any>;
|
|
100
|
+
get assignCaseTo(): import("@angular/forms").AbstractControl<any, any>;
|
|
101
|
+
get closeCaseReason(): import("@angular/forms").AbstractControl<any, any>;
|
|
102
|
+
get generatedThrough(): import("@angular/forms").AbstractControl<any, any>;
|
|
103
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsComponent, never>;
|
|
104
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsComponent, "app-contact-us", never, { "isCsr": { "alias": "isCsr"; "required": false; }; "isNewCase": { "alias": "isNewCase"; "required": false; }; "selectedCase": { "alias": "selectedCase"; "required": false; }; }, { "modelCancel": "modelCancel"; "success": "success"; "updateSuccess": "updateSuccess"; "onHide": "onHide"; "onLoad": "onLoad"; }, never, never, false, never>;
|
|
105
|
+
}
|
|
106
|
+
//# sourceMappingURL=contact-us.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-us.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/contact-us/contact-us.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,gBAAgB,EAAc,kBAAkB,EAAE,MAAM,EAAE,SAAS,EAAkC,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3J,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,OAAO,EAAE,YAAY,EAAyB,MAAM,wCAAwC,CAAC;AAC7F,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAUa,kBAAmB,YAAW,MAAM,EAAE,oBAAoB;IA4DlD,WAAW,EAAE,kBAAkB;IAAS,WAAW,EAAE,WAAW;IAAS,UAAU,EAAE,UAAU;IACzG,eAAe,EAAE,eAAe;IAAS,IAAI,EAAE,WAAW;IAAS,aAAa,EAAE,aAAa;IA3DjG,aAAa,EAAE,gBAAgB,CAAC;IAChC,6BAA6B,EAAE,sBAAsB,EAAE,CAAC;IACxD,iCAAiC,EAAE,sBAAsB,EAAE,CAAC;IAC5D,iCAAiC,EAAE,sBAAsB,EAAE,CAAC;IAC5D,uBAAuB,EAAE,sBAAsB,EAAE,CAAC;IAClD,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,GAAG,CAAC;IAClB,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,gBAAgB,EAAE,aAAa,EAAE,CAAC;IAClC,eAAe,EAAE,aAAa,EAAE,CAAC;IACjC,QAAQ,EAAE,aAAa,EAAE,CAAM;IAC/B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,WAAW,EAAE,KAAK,CAAC,YAAY,CAAC,CAAM;IACtC,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,GAAG,CAAC;IACjB,eAAe,EAAE,GAAG,CAAC;IACrB,YAAY,EAAE,GAAG,CAAC;IAClB,YAAY,EAAE,GAAG,CAAC;IAClB,uBAAuB,EAAE,GAAG,CAAC;IAGpC,KAAK,EAAE,OAAO,CAAS;IAGvB,SAAS,EAAG,OAAO,CAAQ;IAG3B,YAAY,EAAG,aAAa,CAAC;IAG7B,WAAW,wBAA+B;IAG1C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,aAAa,EAAG,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGvD,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAG/C,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGxC,oBAAoB,EAAE,MAAM,CAAC;IAEpC,WAAW,UAAS;IACpB,OAAO,EAAE,OAAO,CAAQ;IACxB,aAAa,UAAS;IACtB,SAAS,SAAU;IAEnB,IAAI,EAAE,YAAY,EAAE,CAGlB;gBAEiB,WAAW,EAAE,kBAAkB,EAAS,WAAW,EAAE,WAAW,EAAS,UAAU,EAAE,UAAU,EACzG,eAAe,EAAE,eAAe,EAAS,IAAI,EAAE,WAAW,EAAS,aAAa,EAAE,aAAa;IAExG,OAAO,CAAC,QAAQ,CACd;IACF,OAAO,CAAC,OAAO,CACb;IACF,UAAU,CAAC,KAAK,EAAE,GAAG;IAErB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAGxB,iBAAiB,CAAC,EAAE,EAAE,GAAG;IAGzB,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI5C,QAAQ;IAsCR,4BAA4B;IA0C5B,QAAQ,CAAC,KAAK,KAAA;IAMd,sBAAsB;IAgBtB,mBAAmB;IAWnB,eAAe,CAAC,KAAK,EAAG,GAAG;IAiH3B,+BAA+B,CAAC,GAAG,EAAE,GAAG;IAQxC,0BAA0B,CAAC,GAAG,EAAE,GAAG;IAsBnC,qBAAqB,CAAC,SAAS,EAAE,SAAS;IAY1C,oBAAoB;IASpB,cAAc,CAAC,KAAK,KAAA;IAWpB,+BAA+B,CAAC,KAAK,KAAA;IAQrC,wBAAwB,CAAC,KAAK,KAAA;IAO9B,0BAA0B;IAM1B,qBAAqB,CAAC,KAAK,KAAA;IAO3B,sBAAsB,CAAC,KAAK,KAAA;IAO5B,0BAA0B;IA2B1B,mBAAmB;IAMnB,gBAAgB;IAMhB,wBAAwB;IAMxB,WAAW;IAMX,sBAAsB;IAMtB,IAAI,QAAQ,uDAEX;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,GAAG,uDAEN;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,GAAG,uDAEN;IAED,IAAI,IAAI,uDAEP;IAED,IAAI,cAAc,uDAEjB;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,KAAK,uDAER;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,OAAO,uDAEV;IAED,IAAI,OAAO,uDAEV;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,IAAI,uDAEP;IAED,IAAI,iBAAiB,uDAEpB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,eAAe,uDAElB;IAED,IAAI,gBAAgB,uDAEnB;yCAzhBU,kBAAkB;2CAAlB,kBAAkB;CA0hB9B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UtilService } from '../../services/util/util.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ContentComponent implements OnInit {
|
|
5
|
+
util: UtilService;
|
|
6
|
+
showError: boolean;
|
|
7
|
+
hideFooter: boolean;
|
|
8
|
+
showHelp: boolean;
|
|
9
|
+
constructor(util: UtilService);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentComponent, "app-content", never, { "showError": { "alias": "showError"; "required": false; }; "hideFooter": { "alias": "hideFooter"; "required": false; }; "showHelp": { "alias": "showHelp"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=content.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/content/content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAE/D,qBAKa,gBAAiB,YAAW,MAAM;IAQ1B,IAAI,EAAE,WAAW;IANhB,SAAS,EAAE,OAAO,CAAQ;IAEzB,UAAU,EAAE,OAAO,CAAS;IAE9B,QAAQ,EAAG,OAAO,CAAS;gBAE3B,IAAI,EAAE,WAAW;IAGpC,QAAQ;yCAXG,gBAAgB;2CAAhB,gBAAgB;CAa5B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { Platform } from '@ionic/angular';
|
|
4
|
+
import { DmsService } from '../../services/dms-service/dms.service';
|
|
5
|
+
import { LoggerService } from '../../services/logger/logger.service';
|
|
6
|
+
import { UtilService } from '../../services/util/util.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CorrespondenceDownloadComponent implements OnInit {
|
|
9
|
+
dms: DmsService;
|
|
10
|
+
private sanitizer;
|
|
11
|
+
private log;
|
|
12
|
+
private util;
|
|
13
|
+
private platform;
|
|
14
|
+
fileId: string;
|
|
15
|
+
value: string;
|
|
16
|
+
constructor(dms: DmsService, sanitizer: DomSanitizer, log: LoggerService, util: UtilService, platform: Platform);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
downloadFile(fileId: any): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CorrespondenceDownloadComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CorrespondenceDownloadComponent, "app-correspondence-download", never, { "fileId": { "alias": "fileId"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=correspondence-download.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"correspondence-download.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/correspondence-download/correspondence-download.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAmB,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;;AAI/D,qBAKa,+BAAgC,YAAW,MAAM;IAQzC,GAAG,EAAE,UAAU;IAAE,OAAO,CAAC,SAAS;IAAgB,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,IAAI;IACjG,OAAO,CAAC,QAAQ;IAN5B,MAAM,EAAE,MAAM,CAAC;IAGf,KAAK,EAAE,MAAM,CAAC;gBAEK,GAAG,EAAE,UAAU,EAAU,SAAS,EAAE,YAAY,EAAU,GAAG,EAAE,aAAa,EAAU,IAAI,EAAG,WAAW,EACvG,QAAQ,EAAE,QAAQ;IAGtC,QAAQ,IAAI,IAAI;IAIhB,YAAY,CAAC,MAAM,KAAA;yCAhBR,+BAA+B;2CAA/B,+BAA+B;CA4D3C"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { NavController } from '@ionic/angular';
|
|
4
|
+
import { LoginService } from '../../services/login/login.service';
|
|
5
|
+
import { UtilService } from '../../services/util/util.service';
|
|
6
|
+
import { DashboardModel } from '../../models/dashboard-model';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class DashboardCardComponent implements OnInit {
|
|
9
|
+
private ls;
|
|
10
|
+
private util;
|
|
11
|
+
private nav;
|
|
12
|
+
sanitizer: DomSanitizer;
|
|
13
|
+
heading: string;
|
|
14
|
+
data: DashboardModel[];
|
|
15
|
+
type: string;
|
|
16
|
+
loading: boolean;
|
|
17
|
+
emptyMsg: string;
|
|
18
|
+
disableButtons: boolean;
|
|
19
|
+
onClick: EventEmitter<any>;
|
|
20
|
+
constructor(ls: LoginService, util: UtilService, nav: NavController, sanitizer: DomSanitizer);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
open(model: DashboardModel): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardCardComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardCardComponent, "app-dashboard-card", never, { "heading": { "alias": "heading"; "required": false; }; "data": { "alias": "data"; "required": false; }; "type": { "alias": "type"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "emptyMsg": { "alias": "emptyMsg"; "required": false; }; "disableButtons": { "alias": "disableButtons"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], false, never>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=dashboard-card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dashboard-card/dashboard-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;;AAI9D,qBAMa,sBAAuB,YAAW,MAAM;IAuBvC,OAAO,CAAC,EAAE;IAAgB,OAAO,CAAC,IAAI;IAAe,OAAO,CAAC,GAAG;IACnE,SAAS,EAAG,YAAY;IArB1B,OAAO,EAAE,MAAM,CAAC;IAGhB,IAAI,EAAE,cAAc,EAAE,CAAC;IAGvB,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,OAAO,CAAS;IAGzB,QAAQ,EAAE,MAAM,CAAC;IAGjB,cAAc,EAAE,OAAO,CAAS;IAGhC,OAAO,oBAAsB;gBAEhB,EAAE,EAAE,YAAY,EAAU,IAAI,EAAE,WAAW,EAAU,GAAG,EAAE,aAAa,EAClF,SAAS,EAAG,YAAY;IAEjC,QAAQ;IAER,IAAI,CAAC,KAAK,EAAE,cAAc;yCA5Bf,sBAAsB;2CAAtB,sBAAsB;CA2ElC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { DependentModel } from '../../models/dependent.model';
|
|
5
|
+
import { QuestionnaireQueryModel } from '../../models/questionnaire/QuestionnaireQueryModel';
|
|
6
|
+
import { ValidationService } from '../../services/questionnaire/validation.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class DependentGridComponent implements OnInit, ControlValueAccessor {
|
|
9
|
+
vs: ValidationService;
|
|
10
|
+
selectedDependent: DependentModel;
|
|
11
|
+
indexToEdit: any;
|
|
12
|
+
dependents: DependentModel[];
|
|
13
|
+
showAddDependentPopup: boolean;
|
|
14
|
+
showDuplicatePopup: boolean;
|
|
15
|
+
qeQueryModels: QuestionnaireQueryModel[];
|
|
16
|
+
constructor(vs: ValidationService);
|
|
17
|
+
private onChange;
|
|
18
|
+
private onTouch;
|
|
19
|
+
onChangeSubs: Subscription[];
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
writeValue(deps: any): void;
|
|
22
|
+
registerOnChange(fn: any): void;
|
|
23
|
+
registerOnTouched(fn: any): void;
|
|
24
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
addDependent(event: Map<number, any>): void;
|
|
27
|
+
publishDependents(): void;
|
|
28
|
+
editDependent(dependent: DependentModel): void;
|
|
29
|
+
editDuplicateDependent(): void;
|
|
30
|
+
deleteDependent(dependent: DependentModel): void;
|
|
31
|
+
close(): void;
|
|
32
|
+
checkForDuplicate(dependent: DependentModel): boolean;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DependentGridComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DependentGridComponent, "app-dependent-grid", never, {}, {}, never, never, false, never>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=dependent-grid.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dependent-grid.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/dependent-grid/dependent-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,MAAM,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpC,OAAO,EAAE,cAAc,EAAmB,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;;AAEpF,qBAaa,sBAAuB,YAAW,MAAM,EAAE,oBAAoB;IAmBtD,EAAE,EAAE,iBAAiB;IAjBxC,iBAAiB,EAAG,cAAc,CAAC;IAEnC,WAAW,MAAQ;IAEnB,UAAU,EAAG,cAAc,EAAE,CAAM;IAEnC,qBAAqB,EAAG,OAAO,CAAS;IAExC,kBAAkB,EAAG,OAAO,CAAS;IAErC,aAAa,EAAE,uBAAuB,EAAE,CAKvC;gBAEkB,EAAE,EAAE,iBAAiB;IAGxC,OAAO,CAAC,QAAQ,CACd;IAEF,OAAO,CAAC,OAAO,CACb;IAEF,YAAY,EAAE,YAAY,EAAE,CAAM;IAElC,WAAW;IAMX,UAAU,CAAC,IAAI,EAAE,GAAG;IAOpB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAKxB,iBAAiB,CAAC,EAAE,EAAE,GAAG;IAIzB,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAG5C,QAAQ,IAAI,IAAI;IAOhB,YAAY,CAAC,KAAK,EAAG,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC;IAmBrC,iBAAiB;IAKjB,aAAa,CAAC,SAAS,EAAG,cAAc;IAMxC,sBAAsB;IAKtB,eAAe,CAAC,SAAS,EAAG,cAAc;IAW1C,KAAK;IAOL,iBAAiB,CAAC,SAAS,EAAG,cAAc;yCAnHjC,sBAAsB;2CAAtB,sBAAsB;CAwIlC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Storage } from '@ionic/storage-angular';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DisclosureComponent implements OnInit {
|
|
5
|
+
private storage;
|
|
6
|
+
showDisclosure: boolean;
|
|
7
|
+
constructor(storage: Storage);
|
|
8
|
+
ngOnInit(): Promise<void>;
|
|
9
|
+
updateDisclosureStatus(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DisclosureComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DisclosureComponent, "app-disclosure", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=disclosure.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disclosure.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/components/disclosure/disclosure.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;AAEjD,qBAKa,mBAAoB,YAAW,MAAM;IAIpC,OAAO,CAAC,OAAO;IAFpB,cAAc,UAAS;gBAEV,OAAO,EAAE,OAAO;IAE9B,QAAQ;IAId,sBAAsB;yCAVX,mBAAmB;2CAAnB,mBAAmB;CAc/B"}
|