@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,193 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { MultiTranslateHttpLoader } from 'ngx-translate-multi-http-loader';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./ngx-reusa-app-lib.component";
|
|
5
|
+
import * as i2 from "./components/ssn/ssn.component";
|
|
6
|
+
import * as i3 from "./components/mask/mask.component";
|
|
7
|
+
import * as i4 from "./components/footer/footer.component";
|
|
8
|
+
import * as i5 from "./components/test/test.component";
|
|
9
|
+
import * as i6 from "./pages/common/privacy-disclaimer/privacy-disclaimer.page";
|
|
10
|
+
import * as i7 from "./pages/common/accessibility-policy/accessibility-policy.page";
|
|
11
|
+
import * as i8 from "./pages/common/security-policy/security-policy.page";
|
|
12
|
+
import * as i9 from "./components/page/page.component";
|
|
13
|
+
import * as i10 from "./pages/common/not-found/not-found.page";
|
|
14
|
+
import * as i11 from "./directives/caps-lock.directive";
|
|
15
|
+
import * as i12 from "./pages/common/unauthorized/unauthorized.page";
|
|
16
|
+
import * as i13 from "./components/content/content.component";
|
|
17
|
+
import * as i14 from "./pipes/filter.pipe";
|
|
18
|
+
import * as i15 from "./components/header/header.component";
|
|
19
|
+
import * as i16 from "./components/select/select.component";
|
|
20
|
+
import * as i17 from "./pages/popovers/my-notifications/my-notifications.page";
|
|
21
|
+
import * as i18 from "./pages/popovers/my-profile/my-profile.page";
|
|
22
|
+
import * as i19 from "./pages/popovers/language/language.page";
|
|
23
|
+
import * as i20 from "./pages/common/landing/landing.component";
|
|
24
|
+
import * as i21 from "./pages/common/landing2/landing2.component";
|
|
25
|
+
import * as i22 from "./components/msg/msg.component";
|
|
26
|
+
import * as i23 from "./components/card/card.component";
|
|
27
|
+
import * as i24 from "./pages/common/login/login.component";
|
|
28
|
+
import * as i25 from "./pages/popovers/user-search/user-search.component";
|
|
29
|
+
import * as i26 from "./components/menu/menu.component";
|
|
30
|
+
import * as i27 from "./components/disclosure/disclosure.component";
|
|
31
|
+
import * as i28 from "./components/idle-detector/idle-detector.component";
|
|
32
|
+
import * as i29 from "./directives/auto-focus/auto-focus.directive";
|
|
33
|
+
import * as i30 from "./components/correspondence-download/correspondence-download.component";
|
|
34
|
+
import * as i31 from "./components/error/error.component";
|
|
35
|
+
import * as i32 from "./components/help/help.component";
|
|
36
|
+
import * as i33 from "./components/fav-menu/fav-menu.component";
|
|
37
|
+
import * as i34 from "./components/news/news.component";
|
|
38
|
+
import * as i35 from "./components/info/info.component";
|
|
39
|
+
import * as i36 from "./components/captcha/captcha.component";
|
|
40
|
+
import * as i37 from "./components/mfa/mfa.component";
|
|
41
|
+
import * as i38 from "./components/user-login/user-login.component";
|
|
42
|
+
import * as i39 from "./components/file-uploader/file-uploader.component";
|
|
43
|
+
import * as i40 from "./components/questionnaire/dynamic-form-panel.component";
|
|
44
|
+
import * as i41 from "./components/questionnaire/dynamic-form-question.component";
|
|
45
|
+
import * as i42 from "./components/questionnaire/dynamic-form.component";
|
|
46
|
+
import * as i43 from "./components/questionnaire/render-questionnaire/render-questionnaire.page";
|
|
47
|
+
import * as i44 from "./components/questionnaire/form-builder/form-builder.page";
|
|
48
|
+
import * as i45 from "./components/questionnaire/input-focus.directive";
|
|
49
|
+
import * as i46 from "./components/questionnaire/common-success/common-success.page";
|
|
50
|
+
import * as i47 from "./components/questionnaire/account-success/account-success.page";
|
|
51
|
+
import * as i48 from "./components/overlay-info/overlay-info.component";
|
|
52
|
+
import * as i49 from "./components/employer-grid/employer-grid.component";
|
|
53
|
+
import * as i50 from "./components/legal-disclaimar/legal-disclaimar.component";
|
|
54
|
+
import * as i51 from "./components/money-expect/money-expect.component";
|
|
55
|
+
import * as i52 from "./components/search-employer/search-employer.component";
|
|
56
|
+
import * as i53 from "./components/add-employer/add-employer.component";
|
|
57
|
+
import * as i54 from "./components/address/address.component";
|
|
58
|
+
import * as i55 from "./components/questionnaire/multi-questionnaire/multi-questionnaire.component";
|
|
59
|
+
import * as i56 from "./components/bank-details/bank-details.component";
|
|
60
|
+
import * as i57 from "./components/profile/profile.component";
|
|
61
|
+
import * as i58 from "./components/email-update/email-update.component";
|
|
62
|
+
import * as i59 from "./components/mfa-popup/mfa-popup.component";
|
|
63
|
+
import * as i60 from "./components/maintenance-detector/maintenance-detector.component";
|
|
64
|
+
import * as i61 from "./directives/required-roles/required-roles.directive";
|
|
65
|
+
import * as i62 from "./components/job-search-result-page/job-search-result-page.component";
|
|
66
|
+
import * as i63 from "./pipes/mask/mask.email.pipe";
|
|
67
|
+
import * as i64 from "./pipes/proper-case/proper-case.pipe";
|
|
68
|
+
import * as i65 from "./components/dependent-grid/dependent-grid.component";
|
|
69
|
+
import * as i66 from "./components/weekly-cert-employer/weekly-cert-employer.component";
|
|
70
|
+
import * as i67 from "./components/weekly-cert-employer-grid/weekly-cert-employer-grid.component";
|
|
71
|
+
import * as i68 from "./pipes/translate/dynamic-translate.pipe";
|
|
72
|
+
import * as i69 from "./pipes/trust-html/trust-html.pipe";
|
|
73
|
+
import * as i70 from "./components/add-participant/add-participant.component";
|
|
74
|
+
import * as i71 from "./components/profile-redirect/profile-redirect.component";
|
|
75
|
+
import * as i72 from "./components/dropdown/dropdown.component";
|
|
76
|
+
import * as i73 from "./components/dashboard-card/dashboard-card.component";
|
|
77
|
+
import * as i74 from "./pages/common/change-password/change-password.page";
|
|
78
|
+
import * as i75 from "./components/requalify-lift-previous-issues/requalify-lift-previous-issues.component";
|
|
79
|
+
import * as i76 from "./components/contact-us/contact-us.component";
|
|
80
|
+
import * as i77 from "./components/read-more/read-more.component";
|
|
81
|
+
import * as i78 from "./components/file-download/file-download.component";
|
|
82
|
+
import * as i79 from "./components/ssn-reverify/ssn-reverify.component";
|
|
83
|
+
import * as i80 from "./components/add-payment/add-payment.component";
|
|
84
|
+
import * as i81 from "./components/link/link.component";
|
|
85
|
+
import * as i82 from "./components/sign-ssn/sign-ssn.component";
|
|
86
|
+
import * as i83 from "./components/employer-pay/employer-pay.component";
|
|
87
|
+
import * as i84 from "./components/employer-pay-grid/employer-pay-grid.component";
|
|
88
|
+
import * as i85 from "./components/farm-usage/farm-usage.component";
|
|
89
|
+
import * as i86 from "./components/sms/sms.component";
|
|
90
|
+
import * as i87 from "./components/add-wage/add-wage.component";
|
|
91
|
+
import * as i88 from "./components/wage-grid/wage-grid.component";
|
|
92
|
+
import * as i89 from "./components/gross-earnings/gross-earnings.component";
|
|
93
|
+
import * as i90 from "./components/scrollable-text/scrollable-text.component";
|
|
94
|
+
import * as i91 from "./components/job-title/job-title.component";
|
|
95
|
+
import * as i92 from "./components/associate-ssn/associate-ssn.component";
|
|
96
|
+
import * as i93 from "./components/employer-info/employer-info.component";
|
|
97
|
+
import * as i94 from "./components/idme/idme.component";
|
|
98
|
+
import * as i95 from "./components/dua-request-popup/dua-request-popup.component";
|
|
99
|
+
import * as i96 from "./components/proof-of-anything/proof-of-anything.component";
|
|
100
|
+
import * as i97 from "./components/wage-calculator/wage-calculator.component";
|
|
101
|
+
import * as i98 from "./components/weekly-work-performed-popup/weekly-work-performed-popup.component";
|
|
102
|
+
import * as i99 from "./components/appointment-self-scheduler/appointment-self-scheduler.component";
|
|
103
|
+
import * as i100 from "./directives/strip-invisible-characters/strip-invisible-characters.directive";
|
|
104
|
+
import * as i101 from "./components/offline-employer-grid/offline-employer-grid.component";
|
|
105
|
+
import * as i102 from "./components/offline-add-employer/offline-add-employer.component";
|
|
106
|
+
import * as i103 from "./components/offline-legal-disclaimar/offline-legal-disclaimar.component";
|
|
107
|
+
import * as i104 from "./components/offline-bank-details/offline-bank-details.component";
|
|
108
|
+
import * as i105 from "./components/address-popup/address-popup.component";
|
|
109
|
+
import * as i106 from "./components/address-suggestion/address-suggestion.component";
|
|
110
|
+
import * as i107 from "./components/proof-of-document-upload/proof-of-document-upload.component";
|
|
111
|
+
import * as i108 from "./components/claim-info/claim-info.component";
|
|
112
|
+
import * as i109 from "./components/history-page/history-page.component";
|
|
113
|
+
import * as i110 from "./components/dua-request-page/dua-request-page.component";
|
|
114
|
+
import * as i111 from "./pipes/format-worksearch/format-worksearch.pipe";
|
|
115
|
+
import * as i112 from "./components/weekly-certification/weekly-certification.component";
|
|
116
|
+
import * as i113 from "./components/weekly-work-search-journal/weekly-work-search-journal.component";
|
|
117
|
+
import * as i114 from "./components/weekly-work-search-question-v2/work-search-question.component-v2";
|
|
118
|
+
import * as i115 from "./components/weekly-acknowledgement-ms/acknowledgement-ms.component";
|
|
119
|
+
import * as i116 from "./components/weekly-acknowledgement-v2/acknowledgement.component-v2";
|
|
120
|
+
import * as i117 from "./components/weekly-confirmation/confirmation.component";
|
|
121
|
+
import * as i118 from "./components/weekly-interim-confirmation/interim-confirmation.component";
|
|
122
|
+
import * as i119 from "./components/weekly-summary-v2/summary.component-v2";
|
|
123
|
+
import * as i120 from "./components/weekly-work-search-counter/work-search-counter.component";
|
|
124
|
+
import * as i121 from "./components/weekly-work-search-employer-me/work-search-employer.component-me";
|
|
125
|
+
import * as i122 from "./components/weekly-work-search-employer-ms/work-search-employer-ms.component";
|
|
126
|
+
import * as i123 from "./components/weekly-work-search-employer-v2/work-search-employer.component-v2";
|
|
127
|
+
import * as i124 from "@ionic/angular";
|
|
128
|
+
import * as i125 from "@angular/common";
|
|
129
|
+
import * as i126 from "ngx-joyride";
|
|
130
|
+
import * as i127 from "@ngx-loading-bar/http-client";
|
|
131
|
+
import * as i128 from "primeng/inplace";
|
|
132
|
+
import * as i129 from "primeng/tooltip";
|
|
133
|
+
import * as i130 from "@ngx-loading-bar/router";
|
|
134
|
+
import * as i131 from "@ngx-loading-bar/core";
|
|
135
|
+
import * as i132 from "ngx-spinner";
|
|
136
|
+
import * as i133 from "@ionic/storage-angular";
|
|
137
|
+
import * as i134 from "primeng/messages";
|
|
138
|
+
import * as i135 from "primeng/message";
|
|
139
|
+
import * as i136 from "@angular/material/progress-bar";
|
|
140
|
+
import * as i137 from "@ngx-translate/core";
|
|
141
|
+
import * as i138 from "@angular/material/form-field";
|
|
142
|
+
import * as i139 from "ngx-mat-select-search";
|
|
143
|
+
import * as i140 from "@angular/material/select";
|
|
144
|
+
import * as i141 from "primeng/tabview";
|
|
145
|
+
import * as i142 from "@angular/material/expansion";
|
|
146
|
+
import * as i143 from "@angular/forms";
|
|
147
|
+
import * as i144 from "primeng/autocomplete";
|
|
148
|
+
import * as i145 from "@angular/material/icon";
|
|
149
|
+
import * as i146 from "primeng/dialog";
|
|
150
|
+
import * as i147 from "primeng/carousel";
|
|
151
|
+
import * as i148 from "@angular/material/input";
|
|
152
|
+
import * as i149 from "@angular/material/stepper";
|
|
153
|
+
import * as i150 from "primeng/toast";
|
|
154
|
+
import * as i151 from "primeng/table";
|
|
155
|
+
import * as i152 from "primeng/accordion";
|
|
156
|
+
import * as i153 from "primeng/card";
|
|
157
|
+
import * as i154 from "primeng/badge";
|
|
158
|
+
import * as i155 from "primeng/password";
|
|
159
|
+
import * as i156 from "primeng/inputtext";
|
|
160
|
+
import * as i157 from "primeng/inputmask";
|
|
161
|
+
import * as i158 from "primeng/divider";
|
|
162
|
+
import * as i159 from "primeng/calendar";
|
|
163
|
+
import * as i160 from "primeng/radiobutton";
|
|
164
|
+
import * as i161 from "primeng/checkbox";
|
|
165
|
+
import * as i162 from "primeng/steps";
|
|
166
|
+
import * as i163 from "primeng/selectbutton";
|
|
167
|
+
import * as i164 from "primeng/fileupload";
|
|
168
|
+
import * as i165 from "@angular/material/button";
|
|
169
|
+
import * as i166 from "primeng/overlaypanel";
|
|
170
|
+
import * as i167 from "primeng/inputnumber";
|
|
171
|
+
import * as i168 from "primeng/inputtextarea";
|
|
172
|
+
import * as i169 from "@fortawesome/angular-fontawesome";
|
|
173
|
+
import * as i170 from "primeng/panel";
|
|
174
|
+
import * as i171 from "primeng/blockui";
|
|
175
|
+
import * as i172 from "primeng/menu";
|
|
176
|
+
import * as i173 from "primeng/dropdown";
|
|
177
|
+
import * as i174 from "primeng/overlay";
|
|
178
|
+
import * as i175 from "primeng/api";
|
|
179
|
+
import * as i176 from "primeng/ripple";
|
|
180
|
+
import * as i177 from "primeng/scroller";
|
|
181
|
+
import * as i178 from "primeng/autofocus";
|
|
182
|
+
import * as i179 from "primeng/sidebar";
|
|
183
|
+
import * as i180 from "primeng/icons/chevrondown";
|
|
184
|
+
import * as i181 from "primeng/icons/search";
|
|
185
|
+
import * as i182 from "primeng/icons/times";
|
|
186
|
+
import * as i183 from "primeng/timeline";
|
|
187
|
+
export declare function createTranslateLoader(http: HttpClient): MultiTranslateHttpLoader;
|
|
188
|
+
export declare class NgxReusaAppLibModule {
|
|
189
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgxReusaAppLibModule, never>;
|
|
190
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxReusaAppLibModule, [typeof i1.NgxReusaAppLibComponent, typeof i2.SsnComponent, typeof i3.MaskComponent, typeof i4.FooterComponent, typeof i5.TestComponent, typeof i6.PrivacyDisclaimerPage, typeof i7.AccessibilityPolicyPage, typeof i8.SecurityPolicyPage, typeof i9.PageComponent, typeof i10.NotFoundPage, typeof i11.CapsLockDirective, typeof i12.UnauthorizedPage, typeof i13.ContentComponent, typeof i13.ContentComponent, typeof i14.FilterPipe, typeof i15.HeaderComponent, typeof i16.SelectComponent, typeof i17.MyNotificationsPage, typeof i18.MyProfilePage, typeof i19.LanguagePage, typeof i20.LandingComponent, typeof i21.Landing2Component, typeof i22.MsgComponent, typeof i23.CardComponent, typeof i24.LoginComponent, typeof i25.UserSearchComponent, typeof i26.MenuComponent, typeof i27.DisclosureComponent, typeof i28.IdleDetectorComponent, typeof i29.AutofocusDirective, typeof i30.CorrespondenceDownloadComponent, typeof i31.ErrorComponent, typeof i32.HelpComponent, typeof i33.FavMenuComponent, typeof i34.NewsComponent, typeof i35.InfoComponent, typeof i36.CaptchaComponent, typeof i37.MfaComponent, typeof i38.UserLoginComponent, typeof i39.FileUploaderComponent, typeof i40.DynamicFormPanelComponent, typeof i41.DynamicFormQuestionComponent, typeof i42.DynamicFormComponent, typeof i43.RenderQuestionnairePage, typeof i44.FormBuilderPage, typeof i45.InputFocus, typeof i46.CommonSuccessPage, typeof i47.AccountSuccessPage, typeof i48.OverlayInfoComponent, typeof i49.EmployerGridComponent, typeof i50.LegalDisclaimarComponent, typeof i51.MoneyExpectComponent, typeof i52.SearchEmployerComponent, typeof i53.AddEmployerComponent, typeof i54.AddressComponent, typeof i55.MultiQuestionnaireComponent, typeof i56.BankDetailsComponent, typeof i57.ProfileComponent, typeof i58.EmailUpdateComponent, typeof i59.MfaPopupComponent, typeof i60.MaintenanceDetectorComponent, typeof i61.RequiredRolesDirective, typeof i62.JobSearchResultPageComponent, typeof i63.MaskEmailPipe, typeof i64.ProperCasePipe, typeof i65.DependentGridComponent, typeof i66.WeeklyCertEmployerComponentQe, typeof i67.WeeklyCertEmployerGridComponent, typeof i68.DynamicTranslatePipe, typeof i69.TrustHtmlPipe, typeof i70.AddParticipantComponent, typeof i71.ProfileRedirectComponent, typeof i72.Dropdown, typeof i72.DropdownItem, typeof i73.DashboardCardComponent, typeof i74.ChangePasswordPage, typeof i75.RequalifyLiftPreviousIssuesComponent, typeof i76.ContactUsComponent, typeof i77.ReadMoreComponent, typeof i78.FileDownloadComponent, typeof i79.SsnReverifyComponent, typeof i80.AddPaymentComponent, typeof i81.LinkComponent, typeof i82.SignSsnComponent, typeof i83.EmployerPayComponent, typeof i84.EmployerPayGridComponent, typeof i85.FarmUsageComponent, typeof i86.SmsComponent, typeof i87.AddWageComponent, typeof i88.WageGridComponent, typeof i89.GrossEarningsComponent, typeof i90.ScrollableTextComponent, typeof i91.JobTitleComponent, typeof i92.AssociateSsnComponent, typeof i93.EmployerInfoComponent, typeof i94.IdmeComponent, typeof i95.DuaRequestPopupComponent, typeof i96.ProofOfAnythingComponent, typeof i97.WageCalculatorComponent, typeof i98.WeeklyWorkPerformedPopupComponent, typeof i99.AppointmentSelfSchedulerComponent, typeof i100.StripInvisibleCharsDirective, typeof i101.OfflineEmployerGridComponent, typeof i102.OfflineAddEmployerComponent, typeof i103.OfflineLegalDisclaimarComponent, typeof i104.OfflineBankDetailsComponent, typeof i105.AddressPopupComponent, typeof i106.AddressSuggestionComponent, typeof i107.ProofOfDocumentUploadComponent, typeof i108.ClaimInfoComponent, typeof i109.HistoryPageComponent, typeof i110.DuaRequestPageComponent, typeof i111.FormatWorksearchPipe, typeof i112.WeeklyCertificationComponent, typeof i113.WeeklyWorkSearchJournalComponent, typeof i114.WorkSearchQuestionComponentV2, typeof i115.AcknowledgementMsComponent, typeof i116.AcknowledgementComponentV2, typeof i117.ConfirmationComponent, typeof i118.InterimConfirmationComponent, typeof i119.SummaryComponentV2, typeof i120.WorkSearchCounterComponent, typeof i121.WorkSearchEmployerComponentME, typeof i122.WorkSearchEmployerComponentMS, typeof i123.WorkSearchEmployerComponentV2], [typeof i124.IonicModule, typeof i125.CommonModule, typeof i126.JoyrideModule, typeof i127.LoadingBarHttpClientModule, typeof i128.InplaceModule, typeof i129.TooltipModule, typeof i130.LoadingBarRouterModule, typeof i131.LoadingBarModule, typeof i132.NgxSpinnerModule, typeof i133.IonicStorageModule, typeof i134.MessagesModule, typeof i135.MessageModule, typeof i136.MatProgressBarModule, typeof i137.TranslateModule, typeof i138.MatFormFieldModule, typeof i139.NgxMatSelectSearchModule, typeof i140.MatSelectModule, typeof i141.TabViewModule, typeof i142.MatExpansionModule, typeof i143.ReactiveFormsModule, typeof i143.FormsModule, typeof i144.AutoCompleteModule, typeof i145.MatIconModule, typeof i146.DialogModule, typeof i147.CarouselModule, typeof i148.MatInputModule, typeof i149.MatStepperModule, typeof i150.ToastModule, typeof i151.TableModule, typeof i152.AccordionModule, typeof i153.CardModule, typeof i154.BadgeModule, typeof i155.PasswordModule, typeof i156.InputTextModule, typeof i157.InputMaskModule, typeof i158.DividerModule, typeof i159.CalendarModule, typeof i160.RadioButtonModule, typeof i161.CheckboxModule, typeof i162.StepsModule, typeof i163.SelectButtonModule, typeof i164.FileUploadModule, typeof i165.MatButtonModule, typeof i166.OverlayPanelModule, typeof i167.InputNumberModule, typeof i168.InputTextareaModule, typeof i169.FontAwesomeModule, typeof i170.PanelModule, typeof i171.BlockUIModule, typeof i172.MenuModule, typeof i173.DropdownModule, typeof i174.OverlayModule, typeof i175.SharedModule, typeof i129.TooltipModule, typeof i176.RippleModule, typeof i177.ScrollerModule, typeof i178.AutoFocusModule, typeof i179.SidebarModule, typeof i180.ChevronDownIcon, typeof i181.SearchIcon, typeof i182.TimesIcon, typeof i183.TimelineModule], [typeof i1.NgxReusaAppLibComponent, typeof i143.FormsModule, typeof i143.ReactiveFormsModule, typeof i124.IonicModule, typeof i137.TranslateModule, typeof i2.SsnComponent, typeof i3.MaskComponent, typeof i4.FooterComponent, typeof i5.TestComponent, typeof i9.PageComponent, typeof i7.AccessibilityPolicyPage, typeof i10.NotFoundPage, typeof i11.CapsLockDirective, typeof i12.UnauthorizedPage, typeof i13.ContentComponent, typeof i15.HeaderComponent, typeof i16.SelectComponent, typeof i70.AddParticipantComponent, typeof i21.Landing2Component, typeof i22.MsgComponent, typeof i23.CardComponent, typeof i24.LoginComponent, typeof i25.UserSearchComponent, typeof i26.MenuComponent, typeof i27.DisclosureComponent, typeof i28.IdleDetectorComponent, typeof i29.AutofocusDirective, typeof i30.CorrespondenceDownloadComponent, typeof i31.ErrorComponent, typeof i32.HelpComponent, typeof i33.FavMenuComponent, typeof i34.NewsComponent, typeof i35.InfoComponent, typeof i36.CaptchaComponent, typeof i37.MfaComponent, typeof i38.UserLoginComponent, typeof i39.FileUploaderComponent, typeof i40.DynamicFormPanelComponent, typeof i41.DynamicFormQuestionComponent, typeof i42.DynamicFormComponent, typeof i43.RenderQuestionnairePage, typeof i44.FormBuilderPage, typeof i45.InputFocus, typeof i46.CommonSuccessPage, typeof i47.AccountSuccessPage, typeof i48.OverlayInfoComponent, typeof i49.EmployerGridComponent, typeof i50.LegalDisclaimarComponent, typeof i51.MoneyExpectComponent, typeof i52.SearchEmployerComponent, typeof i53.AddEmployerComponent, typeof i54.AddressComponent, typeof i55.MultiQuestionnaireComponent, typeof i17.MyNotificationsPage, typeof i18.MyProfilePage, typeof i56.BankDetailsComponent, typeof i58.EmailUpdateComponent, typeof i59.MfaPopupComponent, typeof i60.MaintenanceDetectorComponent, typeof i61.RequiredRolesDirective, typeof i62.JobSearchResultPageComponent, typeof i63.MaskEmailPipe, typeof i65.DependentGridComponent, typeof i66.WeeklyCertEmployerComponentQe, typeof i67.WeeklyCertEmployerGridComponent, typeof i68.DynamicTranslatePipe, typeof i70.AddParticipantComponent, typeof i174.OverlayModule, typeof i175.SharedModule, typeof i177.ScrollerModule, typeof i73.DashboardCardComponent, typeof i74.ChangePasswordPage, typeof i75.RequalifyLiftPreviousIssuesComponent, typeof i72.Dropdown, typeof i72.DropdownItem, typeof i76.ContactUsComponent, typeof i179.SidebarModule, typeof i77.ReadMoreComponent, typeof i78.FileDownloadComponent, typeof i80.AddPaymentComponent, typeof i64.ProperCasePipe, typeof i69.TrustHtmlPipe, typeof i81.LinkComponent, typeof i82.SignSsnComponent, typeof i83.EmployerPayComponent, typeof i84.EmployerPayGridComponent, typeof i85.FarmUsageComponent, typeof i86.SmsComponent, typeof i87.AddWageComponent, typeof i88.WageGridComponent, typeof i89.GrossEarningsComponent, typeof i90.ScrollableTextComponent, typeof i91.JobTitleComponent, typeof i92.AssociateSsnComponent, typeof i71.ProfileRedirectComponent, typeof i93.EmployerInfoComponent, typeof i94.IdmeComponent, typeof i95.DuaRequestPopupComponent, typeof i96.ProofOfAnythingComponent, typeof i97.WageCalculatorComponent, typeof i98.WeeklyWorkPerformedPopupComponent, typeof i99.AppointmentSelfSchedulerComponent, typeof i100.StripInvisibleCharsDirective, typeof i101.OfflineEmployerGridComponent, typeof i102.OfflineAddEmployerComponent, typeof i103.OfflineLegalDisclaimarComponent, typeof i104.OfflineBankDetailsComponent, typeof i105.AddressPopupComponent, typeof i106.AddressSuggestionComponent, typeof i109.HistoryPageComponent, typeof i183.TimelineModule, typeof i110.DuaRequestPageComponent, typeof i108.ClaimInfoComponent, typeof i111.FormatWorksearchPipe, typeof i112.WeeklyCertificationComponent, typeof i113.WeeklyWorkSearchJournalComponent, typeof i114.WorkSearchQuestionComponentV2, typeof i115.AcknowledgementMsComponent, typeof i116.AcknowledgementComponentV2, typeof i117.ConfirmationComponent, typeof i118.InterimConfirmationComponent, typeof i119.SummaryComponentV2, typeof i120.WorkSearchCounterComponent, typeof i121.WorkSearchEmployerComponentME, typeof i122.WorkSearchEmployerComponentMS, typeof i123.WorkSearchEmployerComponentV2]>;
|
|
191
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgxReusaAppLibModule>;
|
|
192
|
+
}
|
|
193
|
+
//# sourceMappingURL=ngx-reusa-app-lib.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ngx-reusa-app-lib.module.d.ts","sourceRoot":"","sources":["../../../projects/ngx-reusa-app-lib/src/lib/ngx-reusa-app-lib.module.ts"],"names":[],"mappings":"AAmCA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0J3E,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,UAAU,4BAMrD;AAED,qBAuGa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAI"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NgxReusaAppLibService {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgxReusaAppLibService, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NgxReusaAppLibService>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=ngx-reusa-app-lib.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ngx-reusa-app-lib.service.d.ts","sourceRoot":"","sources":["../../../projects/ngx-reusa-app-lib/src/lib/ngx-reusa-app-lib.service.ts"],"names":[],"mappings":";AAEA,qBAGa,qBAAqB;;yCAArB,qBAAqB;6CAArB,qBAAqB;CAGjC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { UntypedFormControl, FormGroupDirective, NgForm, ValidatorFn } from '@angular/forms';
|
|
2
|
+
import { ErrorStateMatcher } from '@angular/material/core';
|
|
3
|
+
import { SortEvent } from 'primeng/api';
|
|
4
|
+
/** Error when invalid control is dirty, touched, or submitted. */
|
|
5
|
+
export declare class CustomErrorStateMatcher implements ErrorStateMatcher {
|
|
6
|
+
isErrorState(control: UntypedFormControl | null, form: FormGroupDirective | NgForm | null): boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class BasePage {
|
|
9
|
+
newPasswordPolicyValidators: ValidatorFn[];
|
|
10
|
+
oldPasswordPolicyValidators: ValidatorFn[];
|
|
11
|
+
matcher: CustomErrorStateMatcher;
|
|
12
|
+
loading: boolean;
|
|
13
|
+
spinning: boolean;
|
|
14
|
+
isNewPasswordPolicyEnabled: boolean;
|
|
15
|
+
isNewPasswordPolicyEnabledForClaimant: boolean;
|
|
16
|
+
isNewPasswordPolicyEnabledForEmployer: boolean;
|
|
17
|
+
isSameSymbolPolicyForClaimantAndAgency: boolean;
|
|
18
|
+
showLoader(): void;
|
|
19
|
+
hideLoader(): void;
|
|
20
|
+
showSpinner(): void;
|
|
21
|
+
hideSpinner(): void;
|
|
22
|
+
isMS(): boolean;
|
|
23
|
+
isME(): boolean;
|
|
24
|
+
isRI(): boolean;
|
|
25
|
+
isCT(): boolean;
|
|
26
|
+
isOK(): boolean;
|
|
27
|
+
sortColumnsByEvent(event: SortEvent): void;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=BasePage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasePage.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/pages/BasePage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzG,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,kEAAkE;AAClE,qBAAa,uBAAwB,YAAW,iBAAiB;IAC7D,YAAY,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI,EAAE,IAAI,EAAE,kBAAkB,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO;CAItG;AAED,qBAAa,QAAQ;IAEjB,2BAA2B,EAAG,WAAW,EAAE,CAGzC;IAEF,2BAA2B,EAAG,WAAW,EAAE,CAGzC;IAEK,OAAO,0BAAiC;IAExC,OAAO,UAAS;IAEhB,QAAQ,UAAS;IAEjB,0BAA0B,UAAqD;IAE/E,qCAAqC,UAAgE;IAErG,qCAAqC,UAAgE;IAExG,sCAAsC,UAAiE;IAE3G,UAAU;IAIV,UAAU;IAIV,WAAW;IAIX,WAAW;IAIX,IAAI;IAIJ,IAAI;IAIJ,IAAI;IAIJ,IAAI;IAIJ,IAAI;IAIJ,kBAAkB,CAAC,KAAK,EAAE,SAAS;CAwBtC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { PopoverController } from '@ionic/angular';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AccessibilityPolicyPage implements OnInit {
|
|
5
|
+
popup: PopoverController;
|
|
6
|
+
constructor(popup: PopoverController);
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
close(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityPolicyPage, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityPolicyPage, "app-accessibility-policy", never, {}, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=accessibility-policy.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accessibility-policy.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/accessibility-policy/accessibility-policy.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;;AAEnD,qBAKa,uBAAwB,YAAW,MAAM;IAEjC,KAAK,EAAE,iBAAiB;gBAAxB,KAAK,EAAE,iBAAiB;IAE3C,QAAQ;IAGR,KAAK;yCAPM,uBAAuB;2CAAvB,uBAAuB;CAanC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { ActivatedRoute } from '@angular/router';
|
|
4
|
+
import { NavController, Platform } from '@ionic/angular';
|
|
5
|
+
import { BasePage } from '../../BasePage';
|
|
6
|
+
import { UserModel } from '../../../models/UserModel';
|
|
7
|
+
import { LoginService } from '../../../services/login/login.service';
|
|
8
|
+
import { UtilService } from '../../../services/util/util.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class ChangePasswordPage extends BasePage implements OnInit {
|
|
11
|
+
fb: UntypedFormBuilder;
|
|
12
|
+
loginService: LoginService;
|
|
13
|
+
util: UtilService;
|
|
14
|
+
private nav;
|
|
15
|
+
private route;
|
|
16
|
+
private platform;
|
|
17
|
+
capsOn: boolean;
|
|
18
|
+
commonValidators: ValidatorFn[];
|
|
19
|
+
csrPasswordValidators: ValidatorFn[];
|
|
20
|
+
csrConfirmPasswordValidators: ValidatorFn[];
|
|
21
|
+
claimantPasswordValidators: ValidatorFn[];
|
|
22
|
+
claimantConfirmPasswordValidators: ValidatorFn[];
|
|
23
|
+
changePwdForm: UntypedFormGroup;
|
|
24
|
+
hidePassword: boolean;
|
|
25
|
+
hideConfirmPassword: boolean;
|
|
26
|
+
hideOldPassword: boolean;
|
|
27
|
+
user: UserModel;
|
|
28
|
+
showChangePassword: string;
|
|
29
|
+
isCSR: boolean;
|
|
30
|
+
isClaimant: boolean;
|
|
31
|
+
useNewPasswordPolicy: boolean;
|
|
32
|
+
constructor(fb: UntypedFormBuilder, loginService: LoginService, util: UtilService, nav: NavController, route: ActivatedRoute, platform: Platform);
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
initializeChangePwdForm(): void;
|
|
35
|
+
private setPasswordValidators;
|
|
36
|
+
get oldPassword(): import("@angular/forms").AbstractControl<any, any>;
|
|
37
|
+
get password(): import("@angular/forms").AbstractControl<any, any>;
|
|
38
|
+
get confirmPassword(): import("@angular/forms").AbstractControl<any, any>;
|
|
39
|
+
save(): void;
|
|
40
|
+
redirect(): void;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChangePasswordPage, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChangePasswordPage, "app-change-password", never, {}, {}, never, never, false, never>;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=change-password.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-password.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/change-password/change-password.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAGzD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAGlE,qBAKa,kBAAmB,SAAQ,QAAS,YAAW,MAAM;IA6C7C,EAAE,EAAG,kBAAkB;IAAS,YAAY,EAAG,YAAY;IAC3D,IAAI,EAAG,WAAW;IAAE,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,KAAK;IACpE,OAAO,CAAC,QAAQ;IA7CrB,MAAM,UAAS;IAEtB,gBAAgB,EAAG,WAAW,EAAE,CAII;IAEpC,qBAAqB,EAAG,WAAW,EAAE,CAEC;IAEtC,4BAA4B,EAAG,WAAW,EAAE,CAGI;IAEhD,0BAA0B,EAAG,WAAW,EAAE,CAEA;IAE1C,iCAAiC,EAAG,WAAW,EAAE,CAGC;IAE3C,aAAa,EAAG,gBAAgB,CAAC;IAEjC,YAAY,UAAQ;IAEpB,mBAAmB,UAAQ;IAE3B,eAAe,UAAQ;IAEvB,IAAI,EAAG,SAAS,CAAC;IAEjB,kBAAkB,SAAW;IAE7B,KAAK,EAAG,OAAO,CAAS;IACxB,UAAU,EAAE,OAAO,CAAS;IAE5B,oBAAoB,EAAG,OAAO,CAAS;gBAE3B,EAAE,EAAG,kBAAkB,EAAS,YAAY,EAAG,YAAY,EAC3D,IAAI,EAAG,WAAW,EAAU,GAAG,EAAE,aAAa,EAAU,KAAK,EAAE,cAAc,EAC5E,QAAQ,EAAE,QAAQ;IAItC,QAAQ;IAMR,uBAAuB;IAmBvB,OAAO,CAAC,qBAAqB;IA+C7B,IAAI,WAAW,uDAEd;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,eAAe,uDAElB;IAED,IAAI;IAyBJ,QAAQ;yCAhKG,kBAAkB;2CAAlB,kBAAkB;CA0L9B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NavController } from '@ionic/angular';
|
|
3
|
+
import { UtilService } from '../../../services/util/util.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LandingComponent implements OnInit {
|
|
6
|
+
util: UtilService;
|
|
7
|
+
private nav;
|
|
8
|
+
appVersion: any;
|
|
9
|
+
banners: Array<{
|
|
10
|
+
title: string;
|
|
11
|
+
desc: string;
|
|
12
|
+
url: string;
|
|
13
|
+
icon: string;
|
|
14
|
+
}>;
|
|
15
|
+
responsiveOptions: any;
|
|
16
|
+
constructor(util: UtilService, nav: NavController);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
gotToLogin(): void;
|
|
19
|
+
openBenApp(): void;
|
|
20
|
+
openTaxApp(): void;
|
|
21
|
+
openCognosApp(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LandingComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LandingComponent, "app-landing", never, {}, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=landing.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"landing.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/landing/landing.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAElE,qBAKa,gBAAiB,YAAW,MAAM;IAQ1B,IAAI,EAAG,WAAW;IAAE,OAAO,CAAC,GAAG;IAN3C,UAAU,MAA2B;IAErC,OAAO,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAG,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;IAE1E,iBAAiB,MAAC;gBAEN,IAAI,EAAG,WAAW,EAAU,GAAG,EAAG,aAAa;IAKlE,QAAQ;IAgDR,UAAU;IAIV,UAAU;IAIV,UAAU;IAIV,aAAa;yCAzEF,gBAAgB;2CAAhB,gBAAgB;CA8E5B"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NavController } from '@ionic/angular';
|
|
3
|
+
import { ChatbotService } from '../../../services/chatbot/chatbot.service';
|
|
4
|
+
import { UtilService } from '../../../services/util/util.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class Landing2Component implements OnInit {
|
|
7
|
+
util: UtilService;
|
|
8
|
+
private nav;
|
|
9
|
+
private cs;
|
|
10
|
+
appVersion: any;
|
|
11
|
+
banners: Array<{
|
|
12
|
+
title: string;
|
|
13
|
+
desc: string;
|
|
14
|
+
url: string;
|
|
15
|
+
icon: string;
|
|
16
|
+
}>;
|
|
17
|
+
responsiveOptions: any;
|
|
18
|
+
constructor(util: UtilService, nav: NavController, cs: ChatbotService);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
gotToLogin(): void;
|
|
21
|
+
openBenApp(): void;
|
|
22
|
+
openTaxApp(): void;
|
|
23
|
+
openCognosApp(): void;
|
|
24
|
+
openMsWorksApp(): void;
|
|
25
|
+
processLink(link: any): void;
|
|
26
|
+
openPopup(name: string): void;
|
|
27
|
+
openChatbot(): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Landing2Component, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Landing2Component, "app-landing2", never, {}, {}, never, never, false, never>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=landing2.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"landing2.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/landing2/landing2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAE3E,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAElE,qBAKa,iBAAkB,YAAW,MAAM;IAQ3B,IAAI,EAAG,WAAW;IAAE,OAAO,CAAC,GAAG;IAAkB,OAAO,CAAC,EAAE;IANvE,UAAU,MAA2B;IAErC,OAAO,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAG,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;IAE1E,iBAAiB,MAAC;gBAEN,IAAI,EAAG,WAAW,EAAU,GAAG,EAAG,aAAa,EAAU,EAAE,EAAE,cAAc;IAG9F,QAAQ;IAIR,UAAU;IAIV,UAAU;IAIV,UAAU;IAIV,aAAa;IAIb,cAAc;IAId,WAAW,CAAC,IAAI,KAAA;IAIhB,SAAS,CAAC,IAAI,EAAE,MAAM;IAMtB,WAAW;yCA7CA,iBAAiB;2CAAjB,iBAAiB;CAiD7B"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { PopoverController, NavController } from '@ionic/angular';
|
|
5
|
+
import { MatStepper } from '@angular/material/stepper';
|
|
6
|
+
import { BasePage } from '../../BasePage';
|
|
7
|
+
import { LoginService } from '../../../services/login/login.service';
|
|
8
|
+
import { UtilService } from '../../../services/util/util.service';
|
|
9
|
+
import { CaptchaService } from '../../../services/captcha/captcha.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class LoginComponent extends BasePage implements OnInit {
|
|
12
|
+
fb: UntypedFormBuilder;
|
|
13
|
+
loginService: LoginService;
|
|
14
|
+
router: Router;
|
|
15
|
+
util: UtilService;
|
|
16
|
+
popup: PopoverController;
|
|
17
|
+
private nav;
|
|
18
|
+
private cs;
|
|
19
|
+
private LOGIN_AUTH_CODE_ACTION_NAME;
|
|
20
|
+
capsOn: boolean;
|
|
21
|
+
displayDialog: boolean;
|
|
22
|
+
loginElement: ElementRef;
|
|
23
|
+
stepper: MatStepper;
|
|
24
|
+
private loginFormDirective;
|
|
25
|
+
private loginTypeFormDirective;
|
|
26
|
+
auth2: any;
|
|
27
|
+
private loginErrorString;
|
|
28
|
+
opt: string;
|
|
29
|
+
loginForm: UntypedFormGroup;
|
|
30
|
+
loginTypeForm: UntypedFormGroup;
|
|
31
|
+
signupForm: UntypedFormGroup;
|
|
32
|
+
enableOtp: boolean;
|
|
33
|
+
enablePassword: boolean;
|
|
34
|
+
enableSignin: boolean;
|
|
35
|
+
isLoginInProgress: boolean;
|
|
36
|
+
faq: string;
|
|
37
|
+
showProgressBar: boolean;
|
|
38
|
+
hidePassword: boolean;
|
|
39
|
+
constructor(fb: UntypedFormBuilder, loginService: LoginService, router: Router, util: UtilService, popup: PopoverController, nav: NavController, cs: CaptchaService);
|
|
40
|
+
showDialog(): void;
|
|
41
|
+
ionViewDidEnter(): void;
|
|
42
|
+
enableOtpField(): void;
|
|
43
|
+
enablePasswordField(): void;
|
|
44
|
+
reset(): void;
|
|
45
|
+
ngOnInit(): void;
|
|
46
|
+
initilizeLoginForm(): void;
|
|
47
|
+
get signInPassword(): import("@angular/forms").AbstractControl<any, any>;
|
|
48
|
+
get userId(): import("@angular/forms").AbstractControl<any, any>;
|
|
49
|
+
get otp(): import("@angular/forms").AbstractControl<any, any>;
|
|
50
|
+
get signUpUserId(): import("@angular/forms").AbstractControl<any, any>;
|
|
51
|
+
get password(): import("@angular/forms").AbstractControl<any, any>;
|
|
52
|
+
get firstName(): import("@angular/forms").AbstractControl<any, any>;
|
|
53
|
+
get middleName(): import("@angular/forms").AbstractControl<any, any>;
|
|
54
|
+
get lastName(): import("@angular/forms").AbstractControl<any, any>;
|
|
55
|
+
get dob(): import("@angular/forms").AbstractControl<any, any>;
|
|
56
|
+
generateOtp(isRegistered: boolean): void;
|
|
57
|
+
presentPopover(): Promise<void>;
|
|
58
|
+
signIn(): Promise<void>;
|
|
59
|
+
signUp(otp: any): void;
|
|
60
|
+
changeLanguage(event: any): Promise<void>;
|
|
61
|
+
initiateForgotPassword(): void;
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "app-login", never, {}, {}, never, never, false, never>;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=login.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/login/login.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,UAAU,EAAiD,MAAM,eAAe,CAAC;AACxH,OAAO,EAAE,kBAAkB,EAAc,gBAAgB,EAA2C,MAAM,gBAAgB,CAAC;AAC3H,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAC,UAAU,EAAC,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,QAAQ,EAA2B,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAIlE,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;;AAE3E,qBAKa,cAAe,SAAQ,QAAS,YAAW,MAAM;IA8BzC,EAAE,EAAG,kBAAkB;IAAS,YAAY,EAAG,YAAY;IAAS,MAAM,EAAG,MAAM;IAAS,IAAI,EAAG,WAAW;IAC9G,KAAK,EAAE,iBAAiB;IAAE,OAAO,CAAC,GAAG;IAAiB,OAAO,CAAC,EAAE;IA7BnF,OAAO,CAAC,2BAA2B,CAAqB;IAEjD,MAAM,UAAS;IAEf,aAAa,UAAS;IAEW,YAAY,EAAE,UAAU,CAAC;IAE3C,OAAO,EAAE,UAAU,CAAC;IAES,OAAO,CAAC,kBAAkB,CAAS;IAE/B,OAAO,CAAC,sBAAsB,CAAS;IAE9F,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,gBAAgB,CAAS;IAC1B,GAAG,EAAE,MAAM,CAAY;IACvB,SAAS,EAAG,gBAAgB,CAAC;IAC7B,aAAa,EAAG,gBAAgB,CAAC;IACjC,UAAU,EAAG,gBAAgB,CAAC;IAC9B,SAAS,EAAG,OAAO,CAAS;IAC5B,cAAc,EAAG,OAAO,CAAS;IACjC,YAAY,EAAG,OAAO,CAAS;IAC/B,iBAAiB,UAAS;IAC1B,GAAG,SAAS;IACZ,eAAe,UAAS;IACxB,YAAY,UAAQ;gBAER,EAAE,EAAG,kBAAkB,EAAS,YAAY,EAAG,YAAY,EAAS,MAAM,EAAG,MAAM,EAAS,IAAI,EAAG,WAAW,EAC9G,KAAK,EAAE,iBAAiB,EAAU,GAAG,EAAE,aAAa,EAAU,EAAE,EAAE,cAAc;IAInG,UAAU;IAIV,eAAe;IAIf,cAAc;IAmCd,mBAAmB;IAanB,KAAK;IAeL,QAAQ;IAIR,kBAAkB;IAqBlB,IAAI,cAAc,uDAEjB;IAED,IAAI,MAAM,uDAET;IAED,IAAI,GAAG,uDAEN;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,SAAS,uDAEZ;IAED,IAAI,UAAU,uDAEb;IAED,IAAI,QAAQ,uDAEX;IAED,IAAI,GAAG,uDAEN;IAID,WAAW,CAAC,YAAY,EAAG,OAAO;IA4B5B,cAAc;IAEd,MAAM;IAmDZ,MAAM,CAAC,GAAG,KAAA;IA6BJ,cAAc,CAAC,KAAK,KAAA;IAY1B,sBAAsB;yCAnSX,cAAc;2CAAd,cAAc;CA8T1B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NotFoundPage implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotFoundPage, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotFoundPage, "app-not-found", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=not-found.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"not-found.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/not-found/not-found.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;;AAElD,qBAKa,YAAa,YAAW,MAAM;;IAIzC,QAAQ;yCAJG,YAAY;2CAAZ,YAAY;CAMxB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { PopoverController } from '@ionic/angular';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PrivacyDisclaimerPage implements OnInit {
|
|
5
|
+
popup: PopoverController;
|
|
6
|
+
constructor(popup: PopoverController);
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
close(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrivacyDisclaimerPage, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrivacyDisclaimerPage, "app-privacy-disclaimer", never, {}, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=privacy-disclaimer.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privacy-disclaimer.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;;AAEnD,qBAKa,qBAAsB,YAAW,MAAM;IAE/B,KAAK,EAAE,iBAAiB;gBAAxB,KAAK,EAAE,iBAAiB;IAE3C,QAAQ;IAGR,KAAK;yCAPM,qBAAqB;2CAArB,qBAAqB;CAajC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { PopoverController } from '@ionic/angular';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SecurityPolicyPage implements OnInit {
|
|
5
|
+
popup: PopoverController;
|
|
6
|
+
constructor(popup: PopoverController);
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
close(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityPolicyPage, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SecurityPolicyPage, "app-security-policy", never, {}, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=security-policy.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"security-policy.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/security-policy/security-policy.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;;AAEnD,qBAKa,kBAAmB,YAAW,MAAM;IAE5B,KAAK,EAAE,iBAAiB;gBAAxB,KAAK,EAAE,iBAAiB;IAE3C,QAAQ;IAGR,KAAK;yCAPM,kBAAkB;2CAAlB,kBAAkB;CAa9B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UnauthorizedPage implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UnauthorizedPage, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UnauthorizedPage, "app-unauthorized", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=unauthorized.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unauthorized.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/common/unauthorized/unauthorized.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;;AAElD,qBAKa,gBAAiB,YAAW,MAAM;;IAI7C,QAAQ;yCAJG,gBAAgB;2CAAhB,gBAAgB;CAO5B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { PopoverController } from '@ionic/angular';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LanguagePage implements OnInit {
|
|
6
|
+
translateService: TranslateService;
|
|
7
|
+
popup: PopoverController;
|
|
8
|
+
language: string;
|
|
9
|
+
currentLanguage: any;
|
|
10
|
+
constructor(translateService: TranslateService, popup: PopoverController);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
changeLanguage(lang: any): void;
|
|
13
|
+
close(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePage, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LanguagePage, "app-language", never, {}, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=language.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"language.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/popovers/language/language.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;;AAEnD,qBAKa,YAAa,YAAW,MAAM;IAKtB,gBAAgB,EAAG,gBAAgB;IAAS,KAAK,EAAE,iBAAiB;IAHhF,QAAQ,SAAM;IACd,eAAe,MAAC;gBAEJ,gBAAgB,EAAG,gBAAgB,EAAS,KAAK,EAAE,iBAAiB;IAEvF,QAAQ;IAIR,cAAc,CAAC,IAAI,KAAA;IAKnB,KAAK;yCAhBM,YAAY;2CAAZ,YAAY;CAoBxB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { PopoverController, NavParams } from '@ionic/angular';
|
|
3
|
+
import { LoginService } from '../../../services/login/login.service';
|
|
4
|
+
import { NotificationService } from '../../../services/notification/notification.service';
|
|
5
|
+
import { UtilService } from '../../../services/util/util.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class MyNotificationsPage implements OnInit {
|
|
8
|
+
popup: PopoverController;
|
|
9
|
+
loginService: LoginService;
|
|
10
|
+
util: UtilService;
|
|
11
|
+
navParams: NavParams;
|
|
12
|
+
ns: NotificationService;
|
|
13
|
+
showLoader: boolean;
|
|
14
|
+
constructor(popup: PopoverController, loginService: LoginService, util: UtilService, navParams: NavParams, ns: NotificationService);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
close(): void;
|
|
17
|
+
notificationOpened(id: any): void;
|
|
18
|
+
notificationClosed(id: any): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MyNotificationsPage, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MyNotificationsPage, "app-my-notifications", never, {}, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=my-notifications.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"my-notifications.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/popovers/my-notifications/my-notifications.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE9D,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAElE,qBAMa,mBAAoB,YAAW,MAAM;IAI7B,KAAK,EAAE,iBAAiB;IAAS,YAAY,EAAG,YAAY;IAAS,IAAI,EAAE,WAAW;IACtF,SAAS,EAAC,SAAS;IAAS,EAAE,EAAG,mBAAmB;IAHhE,UAAU,UAAS;gBAEP,KAAK,EAAE,iBAAiB,EAAS,YAAY,EAAG,YAAY,EAAS,IAAI,EAAE,WAAW,EACtF,SAAS,EAAC,SAAS,EAAS,EAAE,EAAG,mBAAmB;IAEvE,QAAQ;IAkBR,KAAK;IAKL,kBAAkB,CAAC,EAAE,KAAA;IAIrB,kBAAkB,CAAC,EAAE,KAAA;yCAlCV,mBAAmB;2CAAnB,mBAAmB;CAsC/B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { PopoverController, NavParams, NavController } from '@ionic/angular';
|
|
3
|
+
import { EmailStatusEnum } from '../../../enums/EmailStatusEnum';
|
|
4
|
+
import { LoginService } from '../../../services/login/login.service';
|
|
5
|
+
import { UtilService } from '../../../services/util/util.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class MyProfilePage implements OnInit {
|
|
8
|
+
popup: PopoverController;
|
|
9
|
+
ls: LoginService;
|
|
10
|
+
util: UtilService;
|
|
11
|
+
navParams: NavParams;
|
|
12
|
+
nav: NavController;
|
|
13
|
+
statusEnum: typeof EmailStatusEnum;
|
|
14
|
+
constructor(popup: PopoverController, ls: LoginService, util: UtilService, navParams: NavParams, nav: NavController);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
close(): void;
|
|
17
|
+
logout(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MyProfilePage, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MyProfilePage, "app-my-profile", never, {}, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=my-profile.page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"my-profile.page.d.ts","sourceRoot":"","sources":["../../../../../../projects/ngx-reusa-app-lib/src/lib/pages/popovers/my-profile/my-profile.page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;;AAElE,qBAKa,aAAc,YAAW,MAAM;IAIvB,KAAK,EAAE,iBAAiB;IAAS,EAAE,EAAG,YAAY;IAAS,IAAI,EAAE,WAAW;IAAS,SAAS,EAAC,SAAS;IAAS,GAAG,EAAG,aAAa;IAFvJ,UAAU,EAAE,OAAO,eAAe,CAAmB;gBAElC,KAAK,EAAE,iBAAiB,EAAS,EAAE,EAAG,YAAY,EAAS,IAAI,EAAE,WAAW,EAAS,SAAS,EAAC,SAAS,EAAS,GAAG,EAAG,aAAa;IAEvJ,QAAQ;IAGR,KAAK;IAIL,MAAM;yCAbK,aAAa;2CAAb,aAAa;CAwBzB"}
|