@reusa/ngx-reusa-app-lib 0.0.1305 → 0.0.1308
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/esm2022/lib/components/add-employer/add-employer.component.mjs +2404 -1286
- package/esm2022/lib/components/add-participant/add-participant.component.mjs +159 -105
- package/esm2022/lib/components/add-payment/add-payment.component.mjs +59 -53
- package/esm2022/lib/components/add-wage/add-wage.component.mjs +161 -0
- package/esm2022/lib/components/address/address.component.mjs +285 -150
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +281 -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 +79 -219
- package/esm2022/lib/components/claim-info/claim-info.component.mjs +408 -0
- package/esm2022/lib/components/contact-us/contact-us.component.mjs +17 -43
- package/esm2022/lib/components/correspondence-download/correspondence-download.component.mjs +3 -9
- package/esm2022/lib/components/dashboard-card/dashboard-card.component.mjs +32 -4
- package/esm2022/lib/components/dependent-grid/dependent-grid.component.mjs +30 -15
- package/esm2022/lib/components/disclosure/disclosure.component.mjs +1 -1
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.interface.mjs +1 -1
- 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 +63 -140
- package/esm2022/lib/components/employer-grid/employer-grid.component.mjs +363 -560
- 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 +22 -5
- package/esm2022/lib/components/farm-usage/farm-usage.component.mjs +172 -0
- package/esm2022/lib/components/fav-menu/fav-menu.component.mjs +1 -1
- package/esm2022/lib/components/file-uploader/file-uploader.component.mjs +178 -49
- package/esm2022/lib/components/footer/footer.component.mjs +94 -83
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +439 -171
- package/esm2022/lib/components/history-page/history-page.component.mjs +571 -0
- package/esm2022/lib/components/idle-detector/idle-detector.component.mjs +25 -36
- package/esm2022/lib/components/idme/idme.component.mjs +84 -0
- package/esm2022/lib/components/info/info.component.mjs +4 -12
- package/esm2022/lib/components/job-search-result-page/job-search-result-page.component.mjs +16 -22
- package/esm2022/lib/components/job-title/job-title.component.mjs +92 -97
- package/esm2022/lib/components/legal-disclaimar/legal-disclaimar.component.mjs +143 -513
- package/esm2022/lib/components/link/link.component.mjs +1 -1
- package/esm2022/lib/components/menu/menu.component.mjs +69 -100
- package/esm2022/lib/components/mfa/mfa.component.mjs +158 -287
- package/esm2022/lib/components/mfa-popup/mfa-popup.component.mjs +11 -18
- package/esm2022/lib/components/money-expect/money-expect.component.mjs +158 -54
- 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/profile/profile.component.mjs +717 -354
- package/esm2022/lib/components/profile-redirect/profile-redirect.component.mjs +108 -38
- 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 +296 -47
- package/esm2022/lib/components/questionnaire/account-success/account-success.page.mjs +110 -65
- package/esm2022/lib/components/questionnaire/common-success/common-success.page.mjs +377 -173
- package/esm2022/lib/components/questionnaire/dynamic-form-panel.component.mjs +76 -95
- package/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +849 -1070
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +207 -667
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +116 -32
- package/esm2022/lib/components/questionnaire/question-control.service.mjs +2 -1
- package/esm2022/lib/components/questionnaire/question.service.mjs +5 -7
- package/esm2022/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.mjs +15 -29
- package/esm2022/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.mjs +457 -233
- package/esm2022/lib/components/scrollable-text/scrollable-text.component.mjs +25 -0
- package/esm2022/lib/components/search-employer/search-employer.component.mjs +155 -30
- package/esm2022/lib/components/select/select.component.mjs +5 -10
- package/esm2022/lib/components/sign-ssn/sign-ssn.component.mjs +3 -3
- package/esm2022/lib/components/sms/sms.component.mjs +336 -0
- package/esm2022/lib/components/ssn-reverify/ssn-reverify.component.mjs +52 -72
- package/esm2022/lib/components/user-login/user-login.component.mjs +139 -357
- 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 +613 -237
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +114 -59
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +804 -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 +683 -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/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/guards/auth.guard.mjs +50 -2
- package/esm2022/lib/guards/no-login/no-login.guard.mjs +1 -1
- package/esm2022/lib/interceptors/error-interceptor/http-error-interceptor.mjs +51 -3
- package/esm2022/lib/interceptors/header-interceptor/http-header.interceptor.mjs +1 -1
- package/esm2022/lib/models/ActiveClaimModel.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 +1 -1
- package/esm2022/lib/models/EmployerInfoComponentModel.mjs +4 -0
- package/esm2022/lib/models/EmployerPayInfoModel.mjs +6 -0
- package/esm2022/lib/models/FarmUsageComponentModel.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 +45 -6
- package/esm2022/lib/models/PaymentComponentModel.mjs +1 -1
- package/esm2022/lib/models/ReasonSeparationRequestModel.mjs +3 -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/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/combo-model.mjs +343 -0
- package/esm2022/lib/models/dashboard-model.mjs +1 -1
- package/esm2022/lib/models/dependent.model.mjs +1 -1
- 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/ClaimAppEmpResponseModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ClaimAppEmployerDetailsModel.mjs +2 -1
- package/esm2022/lib/models/questionnaire/ClaimOnlyEmployerDataModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ComboModel.mjs +96 -653
- package/esm2022/lib/models/questionnaire/ElementsModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/LegalDiscaimarModel.mjs +1 -1
- package/esm2022/lib/models/questionnaire/ScrollableTextModel.mjs +3 -0
- package/esm2022/lib/models/questionnaire/StatusModel.mjs +1 -1
- 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.module.mjs +135 -23
- package/esm2022/lib/pages/BasePage.mjs +4 -23
- package/esm2022/lib/pages/common/accessibility-policy/accessibility-policy.page.mjs +22 -18
- package/esm2022/lib/pages/common/change-password/change-password.page.mjs +142 -124
- package/esm2022/lib/pages/common/landing/landing.component.mjs +7 -8
- package/esm2022/lib/pages/common/landing2/landing2.component.mjs +4 -4
- package/esm2022/lib/pages/common/login/login.component.mjs +7 -11
- package/esm2022/lib/pages/common/privacy-disclaimer/privacy-disclaimer.page.mjs +14 -14
- package/esm2022/lib/pages/common/security-policy/security-policy.page.mjs +5 -5
- package/esm2022/lib/pages/popovers/language/language.page.mjs +1 -2
- package/esm2022/lib/pages/popovers/my-notifications/my-notifications.page.mjs +4 -4
- package/esm2022/lib/pages/popovers/my-profile/my-profile.page.mjs +7 -2
- package/esm2022/lib/pipes/format-worksearch/format-worksearch.pipe.mjs +101 -0
- package/esm2022/lib/pipes/translate/dynamic-translate.pipe.mjs +2 -2
- 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 +4 -1
- package/esm2022/lib/services/birt-service/birt.service.mjs +57 -0
- package/esm2022/lib/services/chatbot/chatbot.service.mjs +1 -2
- package/esm2022/lib/services/claimant-service/claimant.service.mjs +7 -13
- package/esm2022/lib/services/claims/claims.service.mjs +102 -14
- 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/help/help.service.mjs +1 -1
- package/esm2022/lib/services/logger/logger.service.mjs +1 -1
- package/esm2022/lib/services/login/login.service.mjs +29 -11
- package/esm2022/lib/services/offline-claims/offline-claims.service.mjs +327 -0
- package/esm2022/lib/services/questionnaire/questionnaire.service.mjs +4 -1
- package/esm2022/lib/services/questionnaire/validation.service.mjs +4 -1
- package/esm2022/lib/services/security-service/security.service.mjs +23 -6
- package/esm2022/lib/services/util/util.service.mjs +61 -5
- package/esm2022/lib/services/weekly-cert/review.service.mjs +101 -0
- package/esm2022/lib/services/weekly-cert/weekly-cert-v2.service.mjs +186 -14
- 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 +1 -3
- package/esm2022/lib/validations/AppValidators.mjs +84 -31
- package/esm2022/public-api.mjs +47 -5
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +41077 -23074
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +137 -50
- package/lib/components/add-employer/add-employer.component.d.ts.map +1 -1
- package/lib/components/add-participant/add-participant.component.d.ts +11 -5
- package/lib/components/add-participant/add-participant.component.d.ts.map +1 -1
- package/lib/components/add-payment/add-payment.component.d.ts +9 -3
- package/lib/components/add-payment/add-payment.component.d.ts.map +1 -1
- 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 +42 -15
- package/lib/components/address/address.component.d.ts.map +1 -1
- 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 +1 -23
- package/lib/components/bank-details/bank-details.component.d.ts.map +1 -1
- 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 +1 -4
- package/lib/components/contact-us/contact-us.component.d.ts.map +1 -1
- package/lib/components/correspondence-download/correspondence-download.component.d.ts.map +1 -1
- package/lib/components/dashboard-card/dashboard-card.component.d.ts.map +1 -1
- 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 +1 -12
- package/lib/components/email-update/email-update.component.d.ts.map +1 -1
- package/lib/components/employer-grid/employer-grid.component.d.ts +21 -14
- package/lib/components/employer-grid/employer-grid.component.d.ts.map +1 -1
- 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 +3 -2
- package/lib/components/error/error.component.d.ts.map +1 -1
- 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/file-uploader/file-uploader.component.d.ts +5 -1
- package/lib/components/file-uploader/file-uploader.component.d.ts.map +1 -1
- package/lib/components/footer/footer.component.d.ts.map +1 -1
- 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 +17 -5
- package/lib/components/header/header.component.d.ts.map +1 -1
- 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/idme/idme.component.d.ts +19 -0
- package/lib/components/idme/idme.component.d.ts.map +1 -0
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts +1 -3
- package/lib/components/job-search-result-page/job-search-result-page.component.d.ts.map +1 -1
- package/lib/components/job-title/job-title.component.d.ts +22 -23
- package/lib/components/job-title/job-title.component.d.ts.map +1 -1
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts +5 -6
- package/lib/components/legal-disclaimar/legal-disclaimar.component.d.ts.map +1 -1
- package/lib/components/menu/menu.component.d.ts +3 -12
- package/lib/components/menu/menu.component.d.ts.map +1 -1
- package/lib/components/mfa/mfa.component.d.ts +7 -19
- package/lib/components/mfa/mfa.component.d.ts.map +1 -1
- package/lib/components/mfa-popup/mfa-popup.component.d.ts +6 -8
- package/lib/components/mfa-popup/mfa-popup.component.d.ts.map +1 -1
- package/lib/components/money-expect/money-expect.component.d.ts +15 -4
- package/lib/components/money-expect/money-expect.component.d.ts.map +1 -1
- 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/profile/profile.component.d.ts +83 -49
- package/lib/components/profile/profile.component.d.ts.map +1 -1
- package/lib/components/profile-redirect/profile-redirect.component.d.ts +9 -2
- package/lib/components/profile-redirect/profile-redirect.component.d.ts.map +1 -1
- 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 +1 -0
- package/lib/components/questionnaire/AppValidators.d.ts.map +1 -1
- package/lib/components/questionnaire/account-success/account-success.page.d.ts +13 -10
- package/lib/components/questionnaire/account-success/account-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts +7 -1
- package/lib/components/questionnaire/common-success/common-success.page.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts +3 -1
- package/lib/components/questionnaire/dynamic-form-panel.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts +31 -33
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/lib/components/questionnaire/dynamic-form.component.d.ts +10 -34
- package/lib/components/questionnaire/dynamic-form.component.d.ts.map +1 -1
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts +0 -7
- package/lib/components/questionnaire/form-builder/form-builder.page.d.ts.map +1 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts +7 -1
- package/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.d.ts.map +1 -1
- package/lib/components/questionnaire/question-control.service.d.ts.map +1 -1
- package/lib/components/questionnaire/question.service.d.ts +0 -1
- package/lib/components/questionnaire/question.service.d.ts.map +1 -1
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts +1 -7
- package/lib/components/questionnaire/render-questionnaire/render-questionnaire.page.d.ts.map +1 -1
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts +10 -3
- package/lib/components/requalify-lift-previous-issues/requalify-lift-previous-issues.component.d.ts.map +1 -1
- 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 +5 -4
- package/lib/components/search-employer/search-employer.component.d.ts.map +1 -1
- 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-reverify/ssn-reverify.component.d.ts +1 -5
- package/lib/components/ssn-reverify/ssn-reverify.component.d.ts.map +1 -1
- package/lib/components/user-login/user-login.component.d.ts +5 -38
- package/lib/components/user-login/user-login.component.d.ts.map +1 -1
- 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 +27 -10
- package/lib/components/weekly-cert-employer/weekly-cert-employer.component.d.ts.map +1 -1
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts +9 -3
- package/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.d.ts.map +1 -1
- package/lib/components/weekly-certification/weekly-certification.component.d.ts +99 -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 +69 -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/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/guards/auth.guard.d.ts.map +1 -1
- package/lib/interceptors/error-interceptor/http-error-interceptor.d.ts.map +1 -1
- package/lib/models/ActiveClaimModel.d.ts +8 -0
- package/lib/models/ActiveClaimModel.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 +4 -1
- package/lib/models/EmployerDetailSearchResult.d.ts.map +1 -1
- 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/FarmUsageComponentModel.d.ts +10 -0
- package/lib/models/FarmUsageComponentModel.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 +40 -1
- package/lib/models/LibConstants.d.ts.map +1 -1
- package/lib/models/PaymentComponentModel.d.ts +1 -1
- package/lib/models/PaymentComponentModel.d.ts.map +1 -1
- package/lib/models/ReasonSeparationRequestModel.d.ts +7 -0
- package/lib/models/ReasonSeparationRequestModel.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/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/combo-model.d.ts +42 -0
- package/lib/models/combo-model.d.ts.map +1 -0
- package/lib/models/dashboard-model.d.ts +22 -0
- package/lib/models/dashboard-model.d.ts.map +1 -1
- 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/ClaimAppEmpResponseModel.d.ts +3 -0
- package/lib/models/questionnaire/ClaimAppEmpResponseModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts +13 -4
- package/lib/models/questionnaire/ClaimAppEmployerDetailsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts +4 -1
- package/lib/models/questionnaire/ClaimOnlyEmployerDataModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ComboModel.d.ts +14 -82
- package/lib/models/questionnaire/ComboModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ElementsModel.d.ts +0 -1
- package/lib/models/questionnaire/ElementsModel.d.ts.map +1 -1
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts +2 -0
- package/lib/models/questionnaire/LegalDiscaimarModel.d.ts.map +1 -1
- package/lib/models/questionnaire/ScrollableTextModel.d.ts +4 -0
- package/lib/models/questionnaire/ScrollableTextModel.d.ts.map +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts +1 -0
- package/lib/models/questionnaire/StatusModel.d.ts.map +1 -1
- 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.module.d.ts +124 -86
- package/lib/ngx-reusa-app-lib.module.d.ts.map +1 -1
- package/lib/pages/BasePage.d.ts +3 -6
- package/lib/pages/BasePage.d.ts.map +1 -1
- package/lib/pages/common/change-password/change-password.page.d.ts +3 -0
- package/lib/pages/common/change-password/change-password.page.d.ts.map +1 -1
- package/lib/pages/common/login/login.component.d.ts.map +1 -1
- package/lib/pages/popovers/language/language.page.d.ts.map +1 -1
- package/lib/pages/popovers/my-profile/my-profile.page.d.ts.map +1 -1
- 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/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 +12 -0
- package/lib/services/base-service.d.ts.map +1 -1
- 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/claimant-service/claimant.service.d.ts +5 -6
- package/lib/services/claimant-service/claimant.service.d.ts.map +1 -1
- package/lib/services/claims/claims.service.d.ts +38 -5
- package/lib/services/claims/claims.service.d.ts.map +1 -1
- 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/login/login.service.d.ts +5 -3
- package/lib/services/login/login.service.d.ts.map +1 -1
- 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 +1 -0
- package/lib/services/questionnaire/questionnaire.service.d.ts.map +1 -1
- package/lib/services/questionnaire/validation.service.d.ts +3 -0
- package/lib/services/questionnaire/validation.service.d.ts.map +1 -1
- package/lib/services/security-service/security.service.d.ts +12 -4
- package/lib/services/security-service/security.service.d.ts.map +1 -1
- package/lib/services/util/util.service.d.ts +6 -0
- package/lib/services/util/util.service.d.ts.map +1 -1
- 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 +47 -5
- package/lib/services/weekly-cert/weekly-cert-v2.service.d.ts.map +1 -1
- 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 +0 -2
- package/lib/validations/AppRegex.d.ts.map +1 -1
- package/lib/validations/AppValidators.d.ts +20 -14
- package/lib/validations/AppValidators.d.ts.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +46 -4
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/lexis-nexis/lexis-nexis.component.mjs +0 -402
- package/esm2022/lib/components/mfa2/mfa2.component.mjs +0 -285
- package/esm2022/lib/components/security-question/security-question.component.mjs +0 -199
- package/esm2022/lib/models/LexisNexisAccountCreationModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionRequestModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisAuthSelectionResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisEnabledResponseModel.mjs +0 -2
- package/esm2022/lib/models/LexisNexisResponseModel.mjs +0 -3
- package/esm2022/lib/models/PartialEmploymentModel.mjs +0 -3
- package/esm2022/lib/models/SecurityQuestionModel.mjs +0 -3
- package/esm2022/lib/services/claimant-service/claimant-usps-redirect.service.mjs +0 -36
- package/esm2022/lib/services/lexis-nexis/lexis.nexis.service.mjs +0 -60
- package/esm2022/lib/services/ovp/ovp.service.mjs +0 -43
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts +0 -59
- package/lib/components/lexis-nexis/lexis-nexis.component.d.ts.map +0 -1
- package/lib/components/mfa2/mfa2.component.d.ts +0 -48
- package/lib/components/mfa2/mfa2.component.d.ts.map +0 -1
- package/lib/components/security-question/security-question.component.d.ts +0 -37
- package/lib/components/security-question/security-question.component.d.ts.map +0 -1
- package/lib/models/LexisNexisAccountCreationModel.d.ts +0 -15
- package/lib/models/LexisNexisAccountCreationModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts +0 -16
- package/lib/models/LexisNexisAuthSelectionRequestModel.d.ts.map +0 -1
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts +0 -39
- package/lib/models/LexisNexisAuthSelectionResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisEnabledResponseModel.d.ts +0 -5
- package/lib/models/LexisNexisEnabledResponseModel.d.ts.map +0 -1
- package/lib/models/LexisNexisResponseModel.d.ts +0 -7
- package/lib/models/LexisNexisResponseModel.d.ts.map +0 -1
- package/lib/models/PartialEmploymentModel.d.ts +0 -6
- package/lib/models/PartialEmploymentModel.d.ts.map +0 -1
- package/lib/models/SecurityQuestionModel.d.ts +0 -7
- package/lib/models/SecurityQuestionModel.d.ts.map +0 -1
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts +0 -16
- package/lib/services/claimant-service/claimant-usps-redirect.service.d.ts.map +0 -1
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts +0 -26
- package/lib/services/lexis-nexis/lexis.nexis.service.d.ts.map +0 -1
- package/lib/services/ovp/ovp.service.d.ts +0 -17
- package/lib/services/ovp/ovp.service.d.ts.map +0 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class EmployerInfoModel {
|
|
2
|
+
employerName: string;
|
|
3
|
+
employerId: number;
|
|
4
|
+
employerDetailId: string;
|
|
5
|
+
line1: string;
|
|
6
|
+
line2: string;
|
|
7
|
+
city: string;
|
|
8
|
+
state: string;
|
|
9
|
+
zip: string;
|
|
10
|
+
lastDayWorked: Date;
|
|
11
|
+
employerPhone: string;
|
|
12
|
+
hoursWorkedInWeek: number;
|
|
13
|
+
grossEarning: number;
|
|
14
|
+
returnToWorkDate: Date;
|
|
15
|
+
reasonSeparation: string;
|
|
16
|
+
oldReasonSeparation: string;
|
|
17
|
+
addEmploymentInfo: string;
|
|
18
|
+
claimWeekEndDate: Date;
|
|
19
|
+
rateOfPay: number;
|
|
20
|
+
freqOfPay: string;
|
|
21
|
+
voluntaryQuit: string;
|
|
22
|
+
discharged: string;
|
|
23
|
+
tempWcEmployerId: number;
|
|
24
|
+
isPartTimeEmployer: boolean;
|
|
25
|
+
constructor();
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=employer-info-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employer-info-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/employer-info-v2-model.ts"],"names":[],"mappings":"AAEA,qBAAa,iBAAiB;IAC1B,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,EAAG,MAAM,CAAC;IACpB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,KAAK,EAAG,MAAM,CAAC;IACf,KAAK,EAAG,MAAM,CAAC;IACf,IAAI,EAAG,MAAM,CAAC;IACd,KAAK,EAAG,MAAM,CAAC;IACf,GAAG,EAAG,MAAM,CAAC;IACb,aAAa,EAAG,IAAI,CAAC;IACrB,aAAa,EAAG,MAAM,CAAC;IACvB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,YAAY,EAAG,MAAM,CAAK;IAC1B,gBAAgB,EAAG,IAAI,CAAC;IACxB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,mBAAmB,EAAG,MAAM,CAAC;IAC7B,iBAAiB,EAAG,MAAM,CAAC;IAC3B,gBAAgB,EAAG,IAAI,CAAC;IACxB,SAAS,EAAG,MAAM,CAAC;IACnB,SAAS,EAAG,MAAM,CAAC;IACnB,aAAa,EAAG,MAAM,CAAC;IACvB,UAAU,EAAG,MAAM,CAAC;IACpB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,kBAAkB,EAAG,OAAO,CAAC;;CAEhC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { DependentModels } from "../../models/dependent.model";
|
|
2
|
+
import { EmployerInfoModel } from "../weekly-cert/employer-info-v2-model";
|
|
3
|
+
export declare class WeeklyCertEligibilityModelV2 {
|
|
4
|
+
moreThanTwoWeeks: boolean;
|
|
5
|
+
twoWeeksPending: boolean;
|
|
6
|
+
monInEligible: boolean;
|
|
7
|
+
lastCertDate: Date;
|
|
8
|
+
weekToCertify: Date;
|
|
9
|
+
sundayOfWeekToCertify: Date;
|
|
10
|
+
weekToCertifyString: string;
|
|
11
|
+
sundayOfWeekToCertifyString: string;
|
|
12
|
+
weeksToBeCertified: Date[];
|
|
13
|
+
displayEmergencyQuestion: boolean;
|
|
14
|
+
isWaitingWeekServed: boolean;
|
|
15
|
+
isWorkSearchWaived: boolean;
|
|
16
|
+
isWorkshareClaim: boolean;
|
|
17
|
+
isTraTrainingWeek: boolean;
|
|
18
|
+
isTwoWeekAllowed: boolean;
|
|
19
|
+
isPuaAndaEligible: boolean;
|
|
20
|
+
currentWeek: boolean;
|
|
21
|
+
traWorkSearchWaiver: boolean;
|
|
22
|
+
isMonDetDateCurrOrPrevWeek: boolean;
|
|
23
|
+
isWeeklyCertBySelectedCwe: boolean;
|
|
24
|
+
issueExistsForAdminLeaveVoluntaryPay: boolean;
|
|
25
|
+
isMonIssueAssociated: boolean;
|
|
26
|
+
isAicReopen: boolean;
|
|
27
|
+
isErScheduled: boolean;
|
|
28
|
+
showWorkSearchScreen: boolean;
|
|
29
|
+
minAllowedRtwDate: string;
|
|
30
|
+
maxAllowedRtwDate: string;
|
|
31
|
+
hidShowReturnToWorkQuestion: string;
|
|
32
|
+
hidShowReturnedToWorkQuestion: string;
|
|
33
|
+
hidShowNewPensionQuestion: string;
|
|
34
|
+
hidShowPensionChangedQuestion: string;
|
|
35
|
+
hidShowDismissalPayChangedQuestion: string;
|
|
36
|
+
hidPartTimeEmployerAvailable: string;
|
|
37
|
+
hidIsSeapParticipant: string;
|
|
38
|
+
hidIsTraTrainingWeek: string;
|
|
39
|
+
hidRemunerationIssueExists: string;
|
|
40
|
+
pensionEmployers: string;
|
|
41
|
+
isMarried: string;
|
|
42
|
+
isSpouseFilingUi: string;
|
|
43
|
+
dependentTable: DependentModels;
|
|
44
|
+
employerDetailsList: EmployerInfoModel[];
|
|
45
|
+
hidInApprovedTraining: string;
|
|
46
|
+
waiverReason: string;
|
|
47
|
+
waiverReasonKey: string;
|
|
48
|
+
duaDeclaration: string;
|
|
49
|
+
hidIsEligibleForDua: string;
|
|
50
|
+
duaAppId: String;
|
|
51
|
+
claimantId: number;
|
|
52
|
+
claimWeekEndDate: Date;
|
|
53
|
+
hidPartialClaimEmploymentFlag: string;
|
|
54
|
+
hidWorkSearchAuditFlag: string;
|
|
55
|
+
hidReemWorkSearchRecordCount: number;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=weekly-cert-eligibility-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-cert-eligibility-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/weekly-cert-eligibility-v2-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAG1E,qBAAa,4BAA4B;IACjC,gBAAgB,EAAG,OAAO,CAAC;IAC9B,eAAe,EAAG,OAAO,CAAC;IAC1B,aAAa,EAAG,OAAO,CAAC;IACxB,YAAY,EAAG,IAAI,CAAC;IACvB,aAAa,EAAG,IAAI,CAAC;IACf,qBAAqB,EAAG,IAAI,CAAC;IAC7B,mBAAmB,EAAG,MAAM,CAAC;IAC7B,2BAA2B,EAAG,MAAM,CAAC;IAC3C,kBAAkB,EAAG,IAAI,EAAE,CAAC;IAC5B,wBAAwB,EAAG,OAAO,CAAC;IACnC,mBAAmB,EAAG,OAAO,CAAC;IAC9B,kBAAkB,EAAG,OAAO,CAAC;IAC7B,gBAAgB,EAAG,OAAO,CAAC;IAC3B,iBAAiB,EAAG,OAAO,CAAC;IAC5B,gBAAgB,EAAG,OAAO,CAAC;IAC3B,iBAAiB,EAAG,OAAO,CAAC;IAC5B,WAAW,EAAG,OAAO,CAAC;IACtB,mBAAmB,EAAG,OAAO,CAAC;IAC9B,0BAA0B,EAAG,OAAO,CAAC;IACrC,yBAAyB,EAAG,OAAO,CAAC;IACpC,oCAAoC,EAAG,OAAO,CAAC;IAC/C,oBAAoB,EAAG,OAAO,CAAC;IAC/B,WAAW,EAAG,OAAO,CAAC;IACtB,aAAa,EAAG,OAAO,CAAC;IAClB,oBAAoB,EAAG,OAAO,CAAC;IACrC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,2BAA2B,EAAE,MAAM,CAAC;IACpC,6BAA6B,EAAE,MAAM,CAAC;IACtC,yBAAyB,EAAE,MAAM,CAAC;IAClC,6BAA6B,EAAE,MAAM,CAAC;IACtC,kCAAkC,EAAE,MAAM,CAAC;IAC3C,4BAA4B,EAAE,MAAM,CAAC;IACrC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAE7B,0BAA0B,EAAE,MAAM,CAAC;IAEnC,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAG,MAAM,CAAC;IACnB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,eAAe,CAAC;IACjC,mBAAmB,EAAG,iBAAiB,EAAE,CAAM;IAC/C,qBAAqB,EAAG,MAAM,CAAC;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,IAAI,CAAC;IACvB,6BAA6B,EAAE,MAAM,CAAC;IACtC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,4BAA4B,EAAE,MAAM,CAAC;CACtC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { EmployerInfoModel } from "./employer-info-v2-model";
|
|
2
|
+
import { WorkSearchModel } from "./work-search-v2-model";
|
|
3
|
+
import { WorkSearchRecordModel } from "./work-search-record-v2-model";
|
|
4
|
+
import { AdminLeaveDetailsModel } from "./admin-leave-details-model";
|
|
5
|
+
import { DependentModels } from "../../models/dependent.model";
|
|
6
|
+
import { AddressModel } from "./address-detail-model";
|
|
7
|
+
import { EmployerPayInfoModel } from "../../models/EmployerPayInfoModel";
|
|
8
|
+
import { WeeklyCertEligibilityModelV2 } from "./weekly-cert-eligibility-v2-model";
|
|
9
|
+
export declare class WeeklyCertificationModel {
|
|
10
|
+
claimWeekEndDate: Date;
|
|
11
|
+
workPerformed: string;
|
|
12
|
+
selfEmployed: string;
|
|
13
|
+
paidAdminLeave: string;
|
|
14
|
+
refusedJob: string;
|
|
15
|
+
availableIfRecalled: string;
|
|
16
|
+
available: string;
|
|
17
|
+
reasonForNonAcceptance: string[];
|
|
18
|
+
returningToWork: string;
|
|
19
|
+
returnToWorkDate: Date;
|
|
20
|
+
signature: string;
|
|
21
|
+
certificationMode: string;
|
|
22
|
+
workSearchFlag: string;
|
|
23
|
+
earningAmount: number;
|
|
24
|
+
employerDetailsList: EmployerInfoModel[];
|
|
25
|
+
workSearchData: WorkSearchModel;
|
|
26
|
+
workSearchRecords: WorkSearchRecordModel[];
|
|
27
|
+
potentialIssues: number[];
|
|
28
|
+
adminLeaveDetails: AdminLeaveDetailsModel;
|
|
29
|
+
showWorkSearchScreen: boolean;
|
|
30
|
+
pensionDeniedPotentialIssues: number[];
|
|
31
|
+
isMarried: string;
|
|
32
|
+
isSpouseFilingUi: string;
|
|
33
|
+
dependentTable: DependentModels;
|
|
34
|
+
hidRTWNewEmployerId: string;
|
|
35
|
+
employerAddress: AddressModel;
|
|
36
|
+
employerPhone: string;
|
|
37
|
+
hidInApprovedTraining: string;
|
|
38
|
+
typeOfPay: EmployerPayInfoModel[];
|
|
39
|
+
bonusPayPotentialIssues: number[];
|
|
40
|
+
otherPayPotentialIssues: number[];
|
|
41
|
+
tempEmployerSepPotentialIssueMap: Map<number, number>;
|
|
42
|
+
weeklycertEligibilityModelV2: WeeklyCertEligibilityModelV2;
|
|
43
|
+
workPerformedSeap: string;
|
|
44
|
+
availableSeap: string;
|
|
45
|
+
seapEarnings: number;
|
|
46
|
+
workPerformedSeapNotParttime: string;
|
|
47
|
+
hidWorkSearchAuditFlag: string;
|
|
48
|
+
constructor();
|
|
49
|
+
}
|
|
50
|
+
export declare class WeeklyCertData {
|
|
51
|
+
weeklyCertDetail: any;
|
|
52
|
+
employerDetailsList: any;
|
|
53
|
+
workSearchQuestionnaireModel: any;
|
|
54
|
+
workSearchRecordList: any;
|
|
55
|
+
potentialIssues: any;
|
|
56
|
+
typeOfPay: any;
|
|
57
|
+
constructor(weeklyCertDetail: any, employerDetailsList: any, workSearchQuestionnaireDetails: any, workSearchRecordList: any, potentialIssues: any, typeOfPay: any);
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=weekly-certification-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weekly-certification-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/weekly-certification-v2-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAkB,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAGlF,qBAAa,wBAAwB;IAEpC,gBAAgB,EAAG,IAAI,CAAC;IACxB,aAAa,EAAG,MAAM,CAAC;IACvB,YAAY,EAAG,MAAM,CAAC;IACtB,cAAc,EAAG,MAAM,CAAC;IACxB,UAAU,EAAG,MAAM,CAAC;IACpB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAG,MAAM,CAAC;IACnB,sBAAsB,EAAG,MAAM,EAAE,CAAC;IAClC,eAAe,EAAG,MAAM,CAAC;IACzB,gBAAgB,EAAG,IAAI,CAAC;IACxB,SAAS,EAAG,MAAM,CAAC;IACnB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,cAAc,EAAG,MAAM,CAAC;IACxB,aAAa,EAAG,MAAM,CAAC;IACvB,mBAAmB,EAAG,iBAAiB,EAAE,CAAM;IAC5C,cAAc,EAAG,eAAe,CAAQ;IACxC,iBAAiB,EAAG,qBAAqB,EAAE,CAAM;IACpD,eAAe,EAAG,MAAM,EAAE,CAAM;IAChC,iBAAiB,EAAG,sBAAsB,CAAQ;IAClD,oBAAoB,EAAG,OAAO,CAAC;IAC/B,4BAA4B,EAAG,MAAM,EAAE,CAAM;IAC7C,SAAS,EAAG,MAAM,CAAC;IACnB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,eAAe,CAAC;IACjC,mBAAmB,EAAG,MAAM,CAAC;IAC7B,eAAe,EAAG,YAAY,CAAC;IAC/B,aAAa,EAAG,MAAM,CAAC;IACvB,qBAAqB,EAAG,MAAM,CAAC;IAC/B,SAAS,EAAG,oBAAoB,EAAE,CAAM;IACxC,uBAAuB,EAAG,MAAM,EAAE,CAAM;IACxC,uBAAuB,EAAG,MAAM,EAAE,CAAM;IACxC,gCAAgC,EAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAA4B;IAClF,4BAA4B,EAAG,4BAA4B,CAAC;IAC5D,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,4BAA4B,EAAE,MAAM,CAAC;IACrC,sBAAsB,EAAE,MAAM,CAAC;;CAK/B;AAID,qBAAa,cAAc;IACnB,gBAAgB,MAAQ;IACxB,mBAAmB,MAAQ;IAC3B,4BAA4B,MAAS;IACrC,oBAAoB,MAAQ;IAC5B,eAAe,MAAQ;IACvB,SAAS,MAAQ;gBAEX,gBAAgB,EAAE,GAAG,EAAE,mBAAmB,EAAE,GAAG,EAAE,8BAA8B,EAAE,GAAG,EAC/F,oBAAoB,EAAE,GAAG,EAAE,eAAe,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG;CAQ/D"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { AddressModel } from './address-detail-model';
|
|
2
|
+
export declare class WorkSearchJournalModel {
|
|
3
|
+
minWorkSearchDate: Date;
|
|
4
|
+
maxWorkSearchDate: Date;
|
|
5
|
+
minWorkSearchDateString: string;
|
|
6
|
+
maxWorkSearchDateString: string;
|
|
7
|
+
workSearchRecords: WorkSearchRecordModel[];
|
|
8
|
+
isWorkSearchWaived: boolean;
|
|
9
|
+
waiverReason: string;
|
|
10
|
+
isWaitingWeekServed: boolean;
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
13
|
+
export declare class WorkSearchRecordModel {
|
|
14
|
+
activityType?: string;
|
|
15
|
+
recordType?: String;
|
|
16
|
+
wingsReferralWorkSearchId?: number;
|
|
17
|
+
claimantWorkSearchJournalId?: any;
|
|
18
|
+
wsrId?: number;
|
|
19
|
+
workSearchDate?: Date;
|
|
20
|
+
employerName?: string;
|
|
21
|
+
positionAppliedFor?: any;
|
|
22
|
+
contactMethod?: string;
|
|
23
|
+
country: string;
|
|
24
|
+
zip?: any;
|
|
25
|
+
line1?: any;
|
|
26
|
+
line2?: any;
|
|
27
|
+
city?: string;
|
|
28
|
+
state?: string;
|
|
29
|
+
employerPhone?: number;
|
|
30
|
+
employerWebsite?: string;
|
|
31
|
+
searchResult?: string;
|
|
32
|
+
employerEmail?: string;
|
|
33
|
+
employerFax?: number;
|
|
34
|
+
empContactPersonName?: string;
|
|
35
|
+
empContactPersonPhone?: string;
|
|
36
|
+
empContactPersonTitle?: any;
|
|
37
|
+
contactPhone?: string;
|
|
38
|
+
workShopName: string;
|
|
39
|
+
jobFairLocation: string;
|
|
40
|
+
othResult: string;
|
|
41
|
+
hasStartDate: string;
|
|
42
|
+
workStartDate: Date;
|
|
43
|
+
typeOfWork: string;
|
|
44
|
+
isInContactWithUnion: string;
|
|
45
|
+
unionName: string;
|
|
46
|
+
unionContactPersonName: string;
|
|
47
|
+
unionContactDate: Date;
|
|
48
|
+
workOrPerformServiceType: string;
|
|
49
|
+
employerAddress?: AddressModel;
|
|
50
|
+
jobTitle?: string;
|
|
51
|
+
jobFairName?: string;
|
|
52
|
+
jobFairAddress?: AddressModel;
|
|
53
|
+
jobFairSponsor?: string;
|
|
54
|
+
workShopTime?: string;
|
|
55
|
+
workShopLocation?: AddressModel;
|
|
56
|
+
workShopContactName?: string;
|
|
57
|
+
jobSearchWebsite?: string;
|
|
58
|
+
ajcLocationAddress?: AddressModel;
|
|
59
|
+
typeEmpServiceReceived?: string;
|
|
60
|
+
reEmpContactName?: string;
|
|
61
|
+
empServiceAJCLocationAddress?: string;
|
|
62
|
+
titleEmpServiceReceived?: string;
|
|
63
|
+
reEmpServiceContactName?: string;
|
|
64
|
+
constructor();
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=work-search-record-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-record-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/work-search-record-v2-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,qBAAa,sBAAsB;IAClC,iBAAiB,EAAG,IAAI,CAAC;IACzB,iBAAiB,EAAG,IAAI,CAAC;IACzB,uBAAuB,EAAG,MAAM,CAAC;IACjC,uBAAuB,EAAG,MAAM,CAAC;IACjC,iBAAiB,EAAG,qBAAqB,EAAE,CAAC;IAC5C,kBAAkB,EAAG,OAAO,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAG,OAAO,CAAC;;CAI9B;AAGD,qBAAa,qBAAqB;IACjC,YAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,2BAA4B,CAAC,MAAO;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAmB,CAAC,MAAO;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAG,MAAM,CAAC;IACjB,GAAI,CAAC,MAAO;IACZ,KAAM,CAAC,MAAO;IACd,KAAM,CAAC,MAAO;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,qBAAsB,CAAC,MAAO;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,EAAG,MAAM,CAAC;IACtB,eAAe,EAAG,MAAM,CAAC;IACzB,SAAS,EAAG,MAAM,CAAC;IACnB,YAAY,EAAG,MAAM,CAAC;IACtB,aAAa,EAAG,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,gBAAgB,EAAE,IAAI,CAAC;IACvB,wBAAwB,EAAE,MAAM,CAAC;IAEjC,eAAe,CAAC,EAAC,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,WAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,cAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAiB,CAAC,EAAE,YAAY,CAAA;IAChC,mBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,gBAAiB,CAAC,EAAC,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAC,YAAY,CAAC;IACjC,sBAAsB,CAAC,EAAC,MAAM,CAAC;IAC/B,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,4BAA4B,CAAC,EAAC,MAAM,CAAC;IACrC,uBAAuB,CAAC,EAAC,MAAM,CAAC;IAChC,uBAAuB,CAAC,EAAC,MAAM,CAAC;;CAGhC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class WorkSearchModel {
|
|
2
|
+
workSearchId: number;
|
|
3
|
+
isWorkSearchPerformedFlag: string;
|
|
4
|
+
returnToWorkDate: Date;
|
|
5
|
+
isAttendingSchoolOrTrainingFlag: string;
|
|
6
|
+
isTheAnswersCertifiedFlag: string;
|
|
7
|
+
reason: string;
|
|
8
|
+
certificationMode: string;
|
|
9
|
+
isApprovedForSeapFlag: string;
|
|
10
|
+
reasonInadequateWorkSearch: string;
|
|
11
|
+
weekStartDate: Date;
|
|
12
|
+
weekEndDate: Date;
|
|
13
|
+
explainWhyDidNotLookForWork: string;
|
|
14
|
+
isRecordLockedForEdit: string;
|
|
15
|
+
constructor();
|
|
16
|
+
validateHasPerformedWork(): boolean;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=work-search-v2-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-search-v2-model.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/work-search-v2-model.ts"],"names":[],"mappings":"AACA,qBAAa,eAAe;IAC3B,YAAY,EAAG,MAAM,CAAC;IACnB,yBAAyB,EAAG,MAAM,CAAC;IACtC,gBAAgB,EAAG,IAAI,CAAC;IACxB,+BAA+B,EAAG,MAAM,CAAC;IACzC,yBAAyB,EAAG,MAAM,CAAC;IACnC,MAAM,EAAG,MAAM,CAAC;IAChB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,qBAAqB,EAAG,MAAM,CAAC;IAC/B,0BAA0B,EAAG,MAAM,CAAC;IACpC,aAAa,EAAG,IAAI,CAAC;IACrB,WAAW,EAAG,IAAI,CAAC;IACnB,2BAA2B,EAAG,MAAM,CAAC;IACrC,qBAAqB,EAAG,MAAM,CAAC;;IAI/B,wBAAwB,IAAK,OAAO;CAMpC"}
|
|
@@ -61,95 +61,133 @@ import * as i57 from "./components/profile/profile.component";
|
|
|
61
61
|
import * as i58 from "./components/email-update/email-update.component";
|
|
62
62
|
import * as i59 from "./components/mfa-popup/mfa-popup.component";
|
|
63
63
|
import * as i60 from "./components/maintenance-detector/maintenance-detector.component";
|
|
64
|
-
import * as i61 from "./
|
|
65
|
-
import * as i62 from "./components/
|
|
66
|
-
import * as i63 from "./
|
|
67
|
-
import * as i64 from "./
|
|
68
|
-
import * as i65 from "./components/
|
|
69
|
-
import * as i66 from "./
|
|
70
|
-
import * as i67 from "./
|
|
71
|
-
import * as i68 from "./
|
|
72
|
-
import * as i69 from "./
|
|
73
|
-
import * as i70 from "./components/
|
|
74
|
-
import * as i71 from "./
|
|
75
|
-
import * as i72 from "./
|
|
76
|
-
import * as i73 from "./components/
|
|
77
|
-
import * as i74 from "./
|
|
78
|
-
import * as i75 from "./components/
|
|
79
|
-
import * as i76 from "./components/
|
|
80
|
-
import * as i77 from "./
|
|
81
|
-
import * as i78 from "./components/
|
|
82
|
-
import * as i79 from "./components/
|
|
83
|
-
import * as i80 from "./components/
|
|
84
|
-
import * as i81 from "./components/
|
|
85
|
-
import * as i82 from "./components/ssn-
|
|
86
|
-
import * as i83 from "./components/
|
|
87
|
-
import * as i84 from "./components/
|
|
88
|
-
import * as i85 from "./components/
|
|
89
|
-
import * as i86 from "./components/
|
|
90
|
-
import * as i87 from "
|
|
91
|
-
import * as i88 from "
|
|
92
|
-
import * as i89 from "
|
|
93
|
-
import * as i90 from "
|
|
94
|
-
import * as i91 from "
|
|
95
|
-
import * as i92 from "
|
|
96
|
-
import * as i93 from "
|
|
97
|
-
import * as i94 from "
|
|
98
|
-
import * as i95 from "
|
|
99
|
-
import * as i96 from "
|
|
100
|
-
import * as i97 from "
|
|
101
|
-
import * as i98 from "
|
|
102
|
-
import * as i99 from "
|
|
103
|
-
import * as i100 from "
|
|
104
|
-
import * as i101 from "
|
|
105
|
-
import * as i102 from "
|
|
106
|
-
import * as i103 from "
|
|
107
|
-
import * as i104 from "
|
|
108
|
-
import * as i105 from "
|
|
109
|
-
import * as i106 from "
|
|
110
|
-
import * as i107 from "
|
|
111
|
-
import * as i108 from "
|
|
112
|
-
import * as i109 from "
|
|
113
|
-
import * as i110 from "
|
|
114
|
-
import * as i111 from "
|
|
115
|
-
import * as i112 from "
|
|
116
|
-
import * as i113 from "
|
|
117
|
-
import * as i114 from "
|
|
118
|
-
import * as i115 from "
|
|
119
|
-
import * as i116 from "
|
|
120
|
-
import * as i117 from "
|
|
121
|
-
import * as i118 from "
|
|
122
|
-
import * as i119 from "
|
|
123
|
-
import * as i120 from "
|
|
124
|
-
import * as i121 from "
|
|
125
|
-
import * as i122 from "
|
|
126
|
-
import * as i123 from "
|
|
127
|
-
import * as i124 from "
|
|
128
|
-
import * as i125 from "
|
|
129
|
-
import * as i126 from "
|
|
130
|
-
import * as i127 from "
|
|
131
|
-
import * as i128 from "
|
|
132
|
-
import * as i129 from "primeng/
|
|
133
|
-
import * as i130 from "
|
|
134
|
-
import * as i131 from "
|
|
135
|
-
import * as i132 from "
|
|
136
|
-
import * as i133 from "
|
|
137
|
-
import * as i134 from "primeng/
|
|
138
|
-
import * as i135 from "primeng/
|
|
139
|
-
import * as i136 from "
|
|
140
|
-
import * as i137 from "
|
|
141
|
-
import * as i138 from "
|
|
142
|
-
import * as i139 from "
|
|
143
|
-
import * as i140 from "
|
|
144
|
-
import * as i141 from "primeng/
|
|
145
|
-
import * as i142 from "
|
|
146
|
-
import * as i143 from "
|
|
147
|
-
import * as i144 from "primeng/
|
|
148
|
-
import * as i145 from "
|
|
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";
|
|
149
187
|
export declare function createTranslateLoader(http: HttpClient): MultiTranslateHttpLoader;
|
|
150
188
|
export declare class NgxReusaAppLibModule {
|
|
151
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxReusaAppLibModule, never>;
|
|
152
|
-
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.Mfa2Component, typeof i62.SecurityQuestionComponent, typeof i63.LexisNexisComponent, typeof i64.RequiredRolesDirective, typeof i65.JobSearchResultPageComponent, typeof i66.MaskEmailPipe, typeof i67.ProperCasePipe, typeof i68.DependentGridComponent, typeof i69.WeeklyCertEmployerComponentQe, typeof i70.WeeklyCertEmployerGridComponent, typeof i71.DynamicTranslatePipe, typeof i72.TrustHtmlPipe, typeof i73.AddParticipantComponent, typeof i74.ProfileRedirectComponent, typeof i75.Dropdown, typeof i75.DropdownItem, typeof i76.DashboardCardComponent, typeof i77.ChangePasswordPage, typeof i78.RequalifyLiftPreviousIssuesComponent, typeof i79.ContactUsComponent, typeof i80.ReadMoreComponent, typeof i81.FileDownloadComponent, typeof i82.SsnReverifyComponent, typeof i83.AddPaymentComponent, typeof i84.LinkComponent, typeof i85.SignSsnComponent, typeof i86.JobTitleComponent], [typeof i87.IonicModule, typeof i88.CommonModule, typeof i89.JoyrideModule, typeof i90.LoadingBarHttpClientModule, typeof i91.InplaceModule, typeof i92.TooltipModule, typeof i93.LoadingBarRouterModule, typeof i94.LoadingBarModule, typeof i95.NgxSpinnerModule, typeof i96.IonicStorageModule, typeof i97.MessagesModule, typeof i98.MessageModule, typeof i99.MatProgressBarModule, typeof i100.TranslateModule, typeof i101.MatFormFieldModule, typeof i102.NgxMatSelectSearchModule, typeof i103.MatSelectModule, typeof i104.TabViewModule, typeof i105.MatExpansionModule, typeof i106.ReactiveFormsModule, typeof i106.FormsModule, typeof i107.AutoCompleteModule, typeof i108.MatIconModule, typeof i109.DialogModule, typeof i110.CarouselModule, typeof i111.MatInputModule, typeof i112.MatStepperModule, typeof i113.ToastModule, typeof i114.TableModule, typeof i115.AccordionModule, typeof i116.CardModule, typeof i117.BadgeModule, typeof i118.PasswordModule, typeof i119.InputTextModule, typeof i120.InputMaskModule, typeof i121.DividerModule, typeof i122.CalendarModule, typeof i123.RadioButtonModule, typeof i124.CheckboxModule, typeof i125.StepsModule, typeof i126.SelectButtonModule, typeof i127.FileUploadModule, typeof i128.MatButtonModule, typeof i129.OverlayPanelModule, typeof i130.InputNumberModule, typeof i131.InputTextareaModule, typeof i132.FontAwesomeModule, typeof i133.PanelModule, typeof i134.BlockUIModule, typeof i135.MenuModule, typeof i136.DropdownModule, typeof i137.OverlayModule, typeof i138.SharedModule, typeof i92.TooltipModule, typeof i139.RippleModule, typeof i140.ScrollerModule, typeof i141.AutoFocusModule, typeof i142.SidebarModule, typeof i143.ChevronDownIcon, typeof i144.SearchIcon, typeof i145.TimesIcon], [typeof i1.NgxReusaAppLibComponent, 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 i73.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 i61.Mfa2Component, typeof i62.SecurityQuestionComponent, typeof i63.LexisNexisComponent, 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 i64.RequiredRolesDirective, typeof i65.JobSearchResultPageComponent, typeof i66.MaskEmailPipe, typeof i68.DependentGridComponent, typeof i69.WeeklyCertEmployerComponentQe, typeof i70.WeeklyCertEmployerGridComponent, typeof i71.DynamicTranslatePipe, typeof i73.AddParticipantComponent, typeof i137.OverlayModule, typeof i138.SharedModule, typeof i140.ScrollerModule, typeof i76.DashboardCardComponent, typeof i77.ChangePasswordPage, typeof i78.RequalifyLiftPreviousIssuesComponent, typeof i75.Dropdown, typeof i75.DropdownItem, typeof i79.ContactUsComponent, typeof i142.SidebarModule, typeof i80.ReadMoreComponent, typeof i81.FileDownloadComponent, typeof i83.AddPaymentComponent, typeof i67.ProperCasePipe, typeof i72.TrustHtmlPipe, typeof i84.LinkComponent, typeof i85.SignSsnComponent, typeof i86.JobTitleComponent]>;
|
|
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]>;
|
|
153
191
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxReusaAppLibModule>;
|
|
154
192
|
}
|
|
155
193
|
//# sourceMappingURL=ngx-reusa-app-lib.module.d.ts.map
|
|
@@ -1 +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
|
|
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"}
|
package/lib/pages/BasePage.d.ts
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { UntypedFormControl, FormGroupDirective, NgForm, ValidatorFn } from '@angular/forms';
|
|
2
2
|
import { ErrorStateMatcher } from '@angular/material/core';
|
|
3
3
|
import { SortEvent } from 'primeng/api';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
/** Error when invalid control is dirty, touched, or submitted. */
|
|
6
5
|
export declare class CustomErrorStateMatcher implements ErrorStateMatcher {
|
|
7
6
|
isErrorState(control: UntypedFormControl | null, form: FormGroupDirective | NgForm | null): boolean;
|
|
8
7
|
}
|
|
9
|
-
export declare
|
|
10
|
-
constructor();
|
|
11
|
-
static primeNGFixes(): void;
|
|
8
|
+
export declare class BasePage {
|
|
12
9
|
newPasswordPolicyValidators: ValidatorFn[];
|
|
13
10
|
oldPasswordPolicyValidators: ValidatorFn[];
|
|
14
11
|
matcher: CustomErrorStateMatcher;
|
|
15
12
|
loading: boolean;
|
|
16
13
|
spinning: boolean;
|
|
17
14
|
isNewPasswordPolicyEnabled: boolean;
|
|
15
|
+
isNewPasswordPolicyEnabledForClaimant: boolean;
|
|
16
|
+
isNewPasswordPolicyEnabledForEmployer: boolean;
|
|
18
17
|
isSameSymbolPolicyForClaimantAndAgency: boolean;
|
|
19
18
|
showLoader(): void;
|
|
20
19
|
hideLoader(): void;
|
|
@@ -26,7 +25,5 @@ export declare abstract class BasePage {
|
|
|
26
25
|
isCT(): boolean;
|
|
27
26
|
isOK(): boolean;
|
|
28
27
|
sortColumnsByEvent(event: SortEvent): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BasePage, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasePage, "ng-component", never, {}, {}, never, never, false, never>;
|
|
31
28
|
}
|
|
32
29
|
//# sourceMappingURL=BasePage.d.ts.map
|
|
@@ -1 +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
|
|
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"}
|
|
@@ -26,6 +26,9 @@ export declare class ChangePasswordPage extends BasePage implements OnInit {
|
|
|
26
26
|
hideOldPassword: boolean;
|
|
27
27
|
user: UserModel;
|
|
28
28
|
showChangePassword: string;
|
|
29
|
+
isCSR: boolean;
|
|
30
|
+
isClaimant: boolean;
|
|
31
|
+
useNewPasswordPolicy: boolean;
|
|
29
32
|
constructor(fb: UntypedFormBuilder, loginService: LoginService, util: UtilService, nav: NavController, route: ActivatedRoute, platform: Platform);
|
|
30
33
|
ngOnInit(): void;
|
|
31
34
|
initializeChangePwdForm(): void;
|
|
@@ -1 +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;
|
|
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"}
|
|
@@ -1 +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;
|
|
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"}
|
|
@@ -1 +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;
|
|
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"}
|