@reusa/ngx-reusa-app-lib 0.0.1374 → 0.0.1375
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 +2392 -1322
- 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 +287 -152
- package/esm2022/lib/components/address-popup/address-popup.component.mjs +97 -0
- package/esm2022/lib/components/address-suggestion/address-suggestion.component.mjs +289 -0
- package/esm2022/lib/components/appointment-self-scheduler/appointment-self-scheduler.component.mjs +245 -0
- package/esm2022/lib/components/associate-ssn/associate-ssn.component.mjs +203 -0
- package/esm2022/lib/components/bank-details/bank-details.component.mjs +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 +422 -574
- 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 +112 -101
- package/esm2022/lib/components/gross-earnings/gross-earnings.component.mjs +201 -0
- package/esm2022/lib/components/header/header.component.mjs +440 -174
- 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 +68 -100
- package/esm2022/lib/components/mfa/mfa.component.mjs +158 -288
- 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 +749 -353
- 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 +877 -1153
- package/esm2022/lib/components/questionnaire/dynamic-form.component.mjs +208 -699
- package/esm2022/lib/components/questionnaire/form-builder/form-builder.page.mjs +28 -22
- package/esm2022/lib/components/questionnaire/multi-questionnaire/multi-questionnaire.component.mjs +128 -41
- 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 +497 -237
- 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 -360
- 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 +655 -387
- package/esm2022/lib/components/weekly-cert-employer-grid/weekly-cert-employer-grid.component.mjs +125 -61
- package/esm2022/lib/components/weekly-certification/weekly-certification.component.mjs +828 -0
- package/esm2022/lib/components/weekly-confirmation/confirmation.component.mjs +129 -0
- package/esm2022/lib/components/weekly-interim-confirmation/interim-confirmation.component.mjs +136 -0
- package/esm2022/lib/components/weekly-summary-v2/summary.component-v2.mjs +72 -0
- package/esm2022/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.mjs +50 -0
- package/esm2022/lib/components/weekly-work-search-counter/work-search-counter.component.mjs +92 -0
- package/esm2022/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.mjs +1190 -0
- package/esm2022/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.mjs +690 -0
- package/esm2022/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.mjs +524 -0
- package/esm2022/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.mjs +394 -0
- package/esm2022/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.mjs +640 -0
- package/esm2022/lib/directives/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/OtpAuthModel.mjs +1 -1
- 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/UserModel.mjs +1 -1
- 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/QuestionnaireSaveModel.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 -13
- 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 +105 -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 -14
- 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 +78 -62
- package/esm2022/public-api.mjs +47 -5
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +41277 -23401
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/add-employer/add-employer.component.d.ts +137 -53
- 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 +25 -15
- 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 +82 -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 +33 -35
- 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 +11 -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 +101 -0
- package/lib/components/weekly-certification/weekly-certification.component.d.ts.map +1 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts +21 -0
- package/lib/components/weekly-confirmation/confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts +34 -0
- package/lib/components/weekly-interim-confirmation/interim-confirmation.component.d.ts.map +1 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts +17 -0
- package/lib/components/weekly-summary-v2/summary.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts +10 -0
- package/lib/components/weekly-work-performed-popup/weekly-work-performed-popup.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts +17 -0
- package/lib/components/weekly-work-search-counter/work-search-counter.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts +105 -0
- package/lib/components/weekly-work-search-employer-me/work-search-employer.component-me.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts +71 -0
- package/lib/components/weekly-work-search-employer-ms/work-search-employer-ms.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts +59 -0
- package/lib/components/weekly-work-search-employer-v2/work-search-employer.component-v2.d.ts.map +1 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts +47 -0
- package/lib/components/weekly-work-search-journal/weekly-work-search-journal.component.d.ts.map +1 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts +78 -0
- package/lib/components/weekly-work-search-question-v2/work-search-question.component-v2.d.ts.map +1 -0
- package/lib/directives/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/OtpAuthModel.d.ts +0 -1
- package/lib/models/OtpAuthModel.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/UserModel.d.ts +0 -1
- package/lib/models/UserModel.d.ts.map +1 -1
- 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 +15 -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/QuestionnaireSaveModel.d.ts +0 -1
- package/lib/models/questionnaire/QuestionnaireSaveModel.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 +39 -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 -24
- 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,6 @@
|
|
|
1
|
+
import { AddressRecommendationModel } from "./AddressRecommendationModel";
|
|
2
|
+
export declare class AddressValidationResponseComponentModel {
|
|
3
|
+
addressRecommendationModel?: Set<AddressRecommendationModel>;
|
|
4
|
+
result?: string;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=AddressValidationResponseComponentModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressValidationResponseComponentModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/addressValidation/AddressValidationResponseComponentModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E,qBAAa,uCAAuC;IACjD,0BAA0B,CAAC,EAAE,GAAG,CAAC,0BAA0B,CAAC,CAAC;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AddressRecommendationModel } from './AddressRecommendationModel';
|
|
2
|
+
export declare class AddressValidationReturnComponentModel {
|
|
3
|
+
errorText: string;
|
|
4
|
+
lastValidatedAddress: any;
|
|
5
|
+
lastValidateResult: string;
|
|
6
|
+
attemptCount: number;
|
|
7
|
+
isAddressValidated: string;
|
|
8
|
+
showInlineError: boolean;
|
|
9
|
+
showError: boolean;
|
|
10
|
+
showPopup: boolean;
|
|
11
|
+
enteredAddress: any;
|
|
12
|
+
recommendation: AddressRecommendationModel[];
|
|
13
|
+
addressValidationResponse: any;
|
|
14
|
+
addressValidationRequest: any;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=AddressValidationReturnComponentModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressValidationReturnComponentModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/addressValidation/AddressValidationReturnComponentModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAC,MAAM,8BAA8B,CAAC;AAIzE,qBAAa,qCAAqC;IAChD,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,GAAG,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,0BAA0B,EAAE,CAAC;IAC7C,yBAAyB,EAAE,GAAG,CAAC;IAC/B,wBAAwB,EAAE,GAAG,CAAC;CAG/B"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export declare class ComboOption {
|
|
2
|
+
NAME: any;
|
|
3
|
+
DESC: any;
|
|
4
|
+
SELECTED: any;
|
|
5
|
+
DISABLED: boolean;
|
|
6
|
+
DISPLAY: boolean;
|
|
7
|
+
constructor(name: any, desc: any, selected: any, ...disabled: boolean[]);
|
|
8
|
+
static WorkSearchMethodContact: ComboOption[];
|
|
9
|
+
static WorkSearchMethodContactMs: ComboOption[];
|
|
10
|
+
static WorkSearchMethodContactMe: ComboOption[];
|
|
11
|
+
static WorkSearchMethodContactOess: ComboOption[];
|
|
12
|
+
static COUNTRY: ComboOption[];
|
|
13
|
+
static StatesCombo: ComboOption[];
|
|
14
|
+
static CA_STATES: ComboOption[];
|
|
15
|
+
static VecationType: ComboOption[];
|
|
16
|
+
static EmploymentStatus: ComboOption[];
|
|
17
|
+
static VolQuitReason: ComboOption[];
|
|
18
|
+
static DischargedFiredReason: ComboOption[];
|
|
19
|
+
static WorkSearchResultCombo: ComboOption[];
|
|
20
|
+
static WorkSearchResultComboJobApplicationMs: ComboOption[];
|
|
21
|
+
static WorkSearchResultComboJobSearchMs: ComboOption[];
|
|
22
|
+
static WorkSearchResultComboOnlyReferal: ComboOption[];
|
|
23
|
+
static WorkSearchResultComboAll: ComboOption[];
|
|
24
|
+
static AccountType: ComboOption[];
|
|
25
|
+
static Decision: ComboOption[];
|
|
26
|
+
static IssueCategory: ComboOption[];
|
|
27
|
+
static IssueSubCategory: ComboOption[];
|
|
28
|
+
static AppealsDecision: ComboOption[];
|
|
29
|
+
static AppealsDecisionCategory: ComboOption[];
|
|
30
|
+
static AppealsDecisionSubCategory: ComboOption[];
|
|
31
|
+
static MessageType: ComboOption[];
|
|
32
|
+
static WorkSearchEmploymentType: ComboOption[];
|
|
33
|
+
static ActivityTypeCombo: ComboOption[];
|
|
34
|
+
static ActivityTypeComboMs: ComboOption[];
|
|
35
|
+
static WorkSearchResultEmployerComboMe: ComboOption[];
|
|
36
|
+
static WorkSearchResultCareerCenterComboMe: ComboOption[];
|
|
37
|
+
static YesNoOptions: ComboOption[];
|
|
38
|
+
static WorkSearchMethodContactCT: ComboOption[];
|
|
39
|
+
static WorkSearchResultCareerCenterComboCt: ComboOption[];
|
|
40
|
+
static ActivityTypeComboCT: ComboOption[];
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=combo-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combo-model.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/combo-model.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACvB,IAAI,EAAG,GAAG,CAAE;IACZ,IAAI,EAAG,GAAG,CAAC;IACX,QAAQ,EAAG,GAAG,CAAC;IACd,QAAQ,EAAG,OAAO,CAAC;IACnB,OAAO,EAAI,OAAO,CAAC;gBAEP,IAAI,KAAA,EAAC,IAAI,KAAA,EAAC,QAAQ,KAAA,EAAC,GAAG,QAAQ,EAAG,OAAO,EAAE;IAQtD,MAAM,CAAC,uBAAuB,gBAQ5B;IAEF,MAAM,CAAC,yBAAyB,gBAK9B;IAEF,MAAM,CAAC,yBAAyB,gBAQ9B;IAEF,MAAM,CAAC,2BAA2B,gBAEhC;IAEF,MAAM,CAAC,OAAO,gBAGd;IAEA,MAAM,CAAC,WAAW,gBAoDhB;IAEF,MAAM,CAAC,SAAS,gBAchB;IAEA,MAAM,CAAC,YAAY,gBAIjB;IAEF,MAAM,CAAC,gBAAgB,gBAWrB;IAEF,MAAM,CAAC,aAAa,gBAsBlB;IAEF,MAAM,CAAC,qBAAqB,gBAoB1B;IAEF,MAAM,CAAC,qBAAqB,gBAM1B;IAEF,MAAM,CAAC,qCAAqC,gBAK1C;IAEF,MAAM,CAAC,gCAAgC,gBAKrC;IAEF,MAAM,CAAC,gCAAgC,gBAEtC;IAED,MAAM,CAAC,wBAAwB,gBAoB7B;IAEF,MAAM,CAAC,WAAW,gBAGhB;IAEF,MAAM,CAAC,QAAQ,gBAIb;IAEF,MAAM,CAAC,aAAa,gBASlB;IAEF,MAAM,CAAC,gBAAgB,gBAUrB;IAEF,MAAM,CAAC,eAAe,gBAMpB;IAEF,MAAM,CAAC,uBAAuB,gBAO5B;IAEF,MAAM,CAAC,0BAA0B,gBAO/B;IAEF,MAAM,CAAC,WAAW,gBAGhB;IAEF,MAAM,CAAC,wBAAwB,gBAG7B;IAEF,MAAM,CAAC,iBAAiB,gBAWtB;IAEF,MAAM,CAAC,mBAAmB,gBAIxB;IAEF,MAAM,CAAC,+BAA+B,gBAgBrC;IAED,MAAM,CAAC,mCAAmC,gBASzC;IAED,MAAM,CAAC,YAAY,gBAGlB;IAEA,MAAM,CAAC,yBAAyB,gBAKhC;IACD,MAAM,CAAC,mCAAmC,gBAIzC;IACD,MAAM,CAAC,mBAAmB,gBASxB;CAGH"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export interface HistoryModel {
|
|
2
|
+
transactionId?: string;
|
|
2
3
|
historyKey: string;
|
|
3
4
|
title: string;
|
|
4
5
|
eventKey: string;
|
|
@@ -7,6 +8,21 @@ export interface HistoryModel {
|
|
|
7
8
|
color: string;
|
|
8
9
|
actionUri: string;
|
|
9
10
|
processType: string;
|
|
11
|
+
data?: any;
|
|
12
|
+
button?: {
|
|
13
|
+
buttonIcon?: string;
|
|
14
|
+
iconType?: string;
|
|
15
|
+
color?: string;
|
|
16
|
+
url?: string;
|
|
17
|
+
context?: string;
|
|
18
|
+
uri?: string;
|
|
19
|
+
dialog?: string;
|
|
20
|
+
buttonText?: string;
|
|
21
|
+
clmtOnlyFN?: string;
|
|
22
|
+
fnBased?: string;
|
|
23
|
+
functions?: string;
|
|
24
|
+
fnBasedUrl?: string;
|
|
25
|
+
};
|
|
10
26
|
}
|
|
11
27
|
export interface YearWiseHistory {
|
|
12
28
|
icon: string;
|
|
@@ -16,12 +32,14 @@ export interface YearWiseHistory {
|
|
|
16
32
|
}
|
|
17
33
|
export interface Histories {
|
|
18
34
|
history: YearWiseHistory[];
|
|
35
|
+
showOlderRecordsLink: boolean;
|
|
19
36
|
}
|
|
20
37
|
export declare class DashboardModel {
|
|
21
38
|
transactionId?: string;
|
|
22
39
|
hintKey?: string;
|
|
23
40
|
icon?: string;
|
|
24
41
|
heading?: string;
|
|
42
|
+
view?: string;
|
|
25
43
|
subHeading?: string;
|
|
26
44
|
date?: string;
|
|
27
45
|
button?: {
|
|
@@ -32,6 +50,10 @@ export declare class DashboardModel {
|
|
|
32
50
|
context?: string;
|
|
33
51
|
uri?: string;
|
|
34
52
|
dialog?: string;
|
|
53
|
+
clmtOnlyFN?: string;
|
|
54
|
+
fnBased?: string;
|
|
55
|
+
functions?: string;
|
|
56
|
+
fnBasedUrl?: string;
|
|
35
57
|
};
|
|
36
58
|
data?: any;
|
|
37
59
|
triage?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-model.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/dashboard-model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,UAAU,EAAG,MAAM,CAAC;IACpB,KAAK,EAAG,MAAM,CAAC;IACf,QAAQ,EAAG,MAAM,CAAC;IAClB,SAAS,EAAG,MAAM,CAAC;IACnB,IAAI,EAAG,MAAM,CAAC;IACd,KAAK,EAAG,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"dashboard-model.d.ts","sourceRoot":"","sources":["../../../../projects/ngx-reusa-app-lib/src/lib/models/dashboard-model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,aAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,EAAG,MAAM,CAAC;IACpB,KAAK,EAAG,MAAM,CAAC;IACf,QAAQ,EAAG,MAAM,CAAC;IAClB,SAAS,EAAG,MAAM,CAAC;IACnB,IAAI,EAAG,MAAM,CAAC;IACd,KAAK,EAAG,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAO,CAAC,EAAE;QACN,UAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAM,CAAC,EAAE,MAAM,CAAC;QAChB,GAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,GAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAW,CAAC,EAAE,MAAM,CAAC;QACrB,UAAW,CAAC,EAAE,MAAM,CAAC;QACrB,OAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAU,CAAC,EAAE,MAAM,CAAC;QACpB,UAAW,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;CACL;AAED,MAAM,WAAW,eAAe;IAC5B,IAAI,EAAG,MAAM,CAAC;IACd,KAAK,EAAG,MAAM,CAAC;IACf,OAAO,EAAG,YAAY,EAAE,CAAC;IACzB,IAAI,EAAG,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACtB,OAAO,EAAG,eAAe,EAAE,CAAC;IAC5B,oBAAoB,EAAG,OAAO,CAAC;CAClC;AAED,qBAAa,cAAc;IACvB,aAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAO,CAAC,EAAE;QACN,UAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAM,CAAC,EAAE,MAAM,CAAC;QAChB,GAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,GAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAW,CAAC,EAAE,MAAM,CAAC;QACrB,OAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAU,CAAC,EAAE,MAAM,CAAC;QACpB,UAAW,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,IAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC5B,OAAO,EAAG,cAAc,EAAE,CAAC;IAC3B,QAAQ,EAAG,cAAc,EAAE,CAAC;IAC5B,OAAO,EAAG,cAAc,EAAE,CAAC;CAC9B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare class DocUploadModel {
|
|
2
|
+
uploadTypeId: string;
|
|
3
|
+
titleOfPage: string;
|
|
4
|
+
content: string;
|
|
5
|
+
totalDocs: number;
|
|
6
|
+
size: number;
|
|
7
|
+
fileFormat: string;
|
|
8
|
+
iconInfo: string;
|
|
9
|
+
userType: string;
|
|
10
|
+
docTypeUploadList: DocTypeUpload[];
|
|
11
|
+
allDocsRequired: string;
|
|
12
|
+
}
|
|
13
|
+
export declare class DocTypeUpload {
|
|
14
|
+
docType: string;
|
|
15
|
+
docDescription: string;
|
|
16
|
+
}
|
|
17
|
+
export declare class DocTypeDropdownOption {
|
|
18
|
+
label: string;
|
|
19
|
+
value: DocTypeUpload;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=DocUploadModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocUploadModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/fileupload/DocUploadModel.ts"],"names":[],"mappings":"AAAA,qBAAa,cAAc;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,aAAa,EAAE,CAAC;IACnC,eAAe,EAAE,MAAM,CAAC;CAC3B;AAED,qBAAa,aAAa;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED,qBAAa,qBAAqB;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,aAAa,CAAC;IACrB,QAAQ,EAAC,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmployerDataModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/fileupload/EmployerDataModel.ts"],"names":[],"mappings":"AAAA,qBAAa,iBAAiB;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAC,GAAG,CAAC;CACX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileObject.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/fileupload/FileObject.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FileObject } from "./FileObject";
|
|
2
|
+
export declare class FileObjectArray {
|
|
3
|
+
purposeOfUpload: string;
|
|
4
|
+
fileObjects: FileObject[];
|
|
5
|
+
data?: any;
|
|
6
|
+
constructor(fileObjects: FileObject[], purposeOfUpload: string);
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=FileObjectArray.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileObjectArray.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/fileupload/FileObjectArray.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,qBAAa,eAAe;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,IAAK,CAAC,EAAE,GAAG,CAAC;gBAEA,WAAW,EAAE,UAAU,EAAE,EAAE,eAAe,EAAE,MAAM;CAIjE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class AppealParticipantModel {
|
|
2
|
+
appealPartyId?: string;
|
|
3
|
+
role?: Role;
|
|
4
|
+
name?: string;
|
|
5
|
+
phone?: string;
|
|
6
|
+
address?: any;
|
|
7
|
+
}
|
|
8
|
+
export declare class AppealParticipantModelList {
|
|
9
|
+
decisionId: string;
|
|
10
|
+
addParticipantComp?: AppealParticipantModel[];
|
|
11
|
+
}
|
|
12
|
+
export interface Role {
|
|
13
|
+
name: string;
|
|
14
|
+
value: string;
|
|
15
|
+
disabledRole: boolean;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=AppealParticipantModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppealParticipantModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/AppealParticipantModel.ts"],"names":[],"mappings":"AACA,qBAAa,sBAAsB;IAE/B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAK,CAAC,EAAE,IAAI,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,GAAG,CAAC;CAEjB;AAED,qBAAa,0BAA0B;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAM;CACtD;AAGD,MAAM,WAAW,IAAI;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,OAAO,CAAA;CACtB"}
|
|
@@ -14,5 +14,8 @@ export declare class ClaimAppEmpResponseModel {
|
|
|
14
14
|
isNewClaimApplication?: Boolean;
|
|
15
15
|
bpEmpList?: ClaimAppEmployerDetailsModel[];
|
|
16
16
|
dateOfBirth?: string;
|
|
17
|
+
claimTypeDua?: string;
|
|
18
|
+
disasterActiveFlag?: string;
|
|
19
|
+
minWeekForChargeability?: number;
|
|
17
20
|
}
|
|
18
21
|
//# sourceMappingURL=ClaimAppEmpResponseModel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClaimAppEmpResponseModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimAppEmpResponseModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAa,wBAAwB;IAEjC,GAAG,CAAC,EAAC,MAAM,CAAC;IACf,sBAAsB,CAAC,EAAC,OAAO,CAAQ;IACvC,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,kBAAkB,CAAC,EAAC,IAAI,CAAC;IACzB,OAAO,CAAC,EAAC,IAAI,CAAC;IACd,mBAAmB,CAAC,EAAC,IAAI,CAAC;IAC1B,iBAAiB,CAAC,EAAC,IAAI,CAAC;IACxB,oBAAoB,CAAC,EAAC,IAAI,CAAC;IAC3B,sBAAsB,CAAC,EAAC,wBAAwB,EAAE,CAAI;IACtD,qBAAqB,CAAC,EAAC,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,4BAA4B,EAAE,CAAM;IAChD,WAAW,CAAC,EAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ClaimAppEmpResponseModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimAppEmpResponseModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAa,wBAAwB;IAEjC,GAAG,CAAC,EAAC,MAAM,CAAC;IACf,sBAAsB,CAAC,EAAC,OAAO,CAAQ;IACvC,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,GAAG,CAAC,EAAC,MAAM,CAAC;IACZ,kBAAkB,CAAC,EAAC,IAAI,CAAC;IACzB,OAAO,CAAC,EAAC,IAAI,CAAC;IACd,mBAAmB,CAAC,EAAC,IAAI,CAAC;IAC1B,iBAAiB,CAAC,EAAC,IAAI,CAAC;IACxB,oBAAoB,CAAC,EAAC,IAAI,CAAC;IAC3B,sBAAsB,CAAC,EAAC,wBAAwB,EAAE,CAAI;IACtD,qBAAqB,CAAC,EAAC,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,4BAA4B,EAAE,CAAM;IAChD,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CACjC"}
|
|
@@ -8,7 +8,6 @@ export declare class ClaimAppEmployerDetailsModel {
|
|
|
8
8
|
employerType?: string;
|
|
9
9
|
employerId?: number;
|
|
10
10
|
employerName?: string;
|
|
11
|
-
othStateEmpName?: string;
|
|
12
11
|
startDate?: Date;
|
|
13
12
|
endDate?: Date;
|
|
14
13
|
mailAddress?: string;
|
|
@@ -140,14 +139,26 @@ export declare class ClaimAppEmployerDetailsModel {
|
|
|
140
139
|
regPensionRecvDate?: Date;
|
|
141
140
|
fedPensionRecvDate?: Date;
|
|
142
141
|
milPensionRecvDate?: Date;
|
|
143
|
-
prevWorkedState?: string;
|
|
144
|
-
severance?: "Y" | "N";
|
|
145
142
|
hasShortTermDisability?: string;
|
|
146
143
|
hasRecvRemuneration?: string;
|
|
147
144
|
remunerationTypes?: string[];
|
|
148
145
|
vacation?: string;
|
|
149
146
|
empDeleted?: string;
|
|
150
|
-
|
|
147
|
+
displaySeasonalEmp?: boolean;
|
|
148
|
+
isEmployerEdited?: boolean;
|
|
149
|
+
isEmployerGridSubmitted?: boolean;
|
|
150
|
+
hrsWeek?: string;
|
|
151
|
+
shift?: string[];
|
|
152
|
+
didWork?: string;
|
|
153
|
+
workWeek?: string[];
|
|
154
|
+
separationDateFlag?: string;
|
|
155
|
+
separationDate?: Date;
|
|
156
|
+
regDissmisalFlag?: string;
|
|
157
|
+
regDissmisalCheckBox?: string[];
|
|
158
|
+
regLaidOffFlag?: string;
|
|
159
|
+
fedDissmisalFlag?: string;
|
|
160
|
+
fedDissmisalCheckBox?: string[];
|
|
161
|
+
fedLaidOffFlag?: string;
|
|
151
162
|
}
|
|
152
163
|
export interface Combo {
|
|
153
164
|
value: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClaimAppEmployerDetailsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimAppEmployerDetailsModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAa,4BAA4B;IAErC,YAAY,CAAC,EAAC,0BAA0B,CAAC;IACzC,qBAAqB,CAAC,EAAC,kBAAkB,CAAC;IAC1C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,
|
|
1
|
+
{"version":3,"file":"ClaimAppEmployerDetailsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimAppEmployerDetailsModel.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ChoicesModel } from "../AddressComponentModel";
|
|
1
2
|
export declare class ClaimOnlyEmployerDataModel {
|
|
2
3
|
employerId?: number;
|
|
3
4
|
employerType?: string;
|
|
@@ -13,6 +14,8 @@ export declare class ClaimOnlyEmployerDataModel {
|
|
|
13
14
|
mailCountry?: string;
|
|
14
15
|
mailZip?: string;
|
|
15
16
|
schoolFlag?: string;
|
|
16
|
-
|
|
17
|
+
sportsFlag?: string;
|
|
18
|
+
ssnValidWorkShare?: string;
|
|
19
|
+
displayState?: ChoicesModel;
|
|
17
20
|
}
|
|
18
21
|
//# sourceMappingURL=ClaimOnlyEmployerDataModel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClaimOnlyEmployerDataModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimOnlyEmployerDataModel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ClaimOnlyEmployerDataModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ClaimOnlyEmployerDataModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,qBAAa,0BAA0B;IAEnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B"}
|
|
@@ -6,39 +6,23 @@ export declare class ComboOption {
|
|
|
6
6
|
value: string;
|
|
7
7
|
text: string;
|
|
8
8
|
}[];
|
|
9
|
-
static YES_NO_ES: {
|
|
10
|
-
value: string;
|
|
11
|
-
text: string;
|
|
12
|
-
}[];
|
|
13
9
|
static WORK_FOR_EMPL: {
|
|
14
10
|
value: string;
|
|
15
11
|
text: string;
|
|
16
12
|
}[];
|
|
17
|
-
static WORK_FOR_EMPL_ES: {
|
|
18
|
-
value: string;
|
|
19
|
-
text: string;
|
|
20
|
-
}[];
|
|
21
13
|
static YES_NO_NA: {
|
|
22
14
|
value: string;
|
|
23
15
|
text: string;
|
|
24
16
|
}[];
|
|
25
|
-
static YES_NO_NA_ES: {
|
|
26
|
-
value: string;
|
|
27
|
-
text: string;
|
|
28
|
-
}[];
|
|
29
17
|
static EMPLOYER_TYPE: {
|
|
30
18
|
value: string;
|
|
31
19
|
text: string;
|
|
32
20
|
}[];
|
|
33
|
-
static EMPLOYER_TYPE_ES: {
|
|
34
|
-
value: string;
|
|
35
|
-
text: string;
|
|
36
|
-
}[];
|
|
37
21
|
static MILITARY_SERVICE: {
|
|
38
22
|
value: string;
|
|
39
23
|
text: string;
|
|
40
24
|
}[];
|
|
41
|
-
static
|
|
25
|
+
static MILITARY_SERVICE_USSF: {
|
|
42
26
|
value: string;
|
|
43
27
|
text: string;
|
|
44
28
|
}[];
|
|
@@ -46,59 +30,31 @@ export declare class ComboOption {
|
|
|
46
30
|
value: string;
|
|
47
31
|
text: string;
|
|
48
32
|
}[];
|
|
49
|
-
static COUNTRY_ES: {
|
|
50
|
-
value: string;
|
|
51
|
-
text: string;
|
|
52
|
-
}[];
|
|
53
|
-
static WORKED_STATE: {
|
|
54
|
-
value: string;
|
|
55
|
-
text: string;
|
|
56
|
-
}[];
|
|
57
|
-
static WORKED_STATE_ES: {
|
|
58
|
-
value: string;
|
|
59
|
-
text: string;
|
|
60
|
-
}[];
|
|
61
33
|
static WORK_COUNTRY: {
|
|
62
34
|
value: string;
|
|
63
35
|
text: string;
|
|
64
36
|
}[];
|
|
65
|
-
static
|
|
37
|
+
static PAY_PERIOD: {
|
|
66
38
|
value: string;
|
|
67
39
|
text: string;
|
|
68
40
|
}[];
|
|
69
|
-
static
|
|
70
|
-
label: string;
|
|
71
|
-
value: string;
|
|
72
|
-
items: {
|
|
73
|
-
value: string;
|
|
74
|
-
label: string;
|
|
75
|
-
}[];
|
|
76
|
-
}[];
|
|
77
|
-
static GROUP_REASONS_ES: {
|
|
78
|
-
label: string;
|
|
79
|
-
value: string;
|
|
80
|
-
items: {
|
|
81
|
-
value: string;
|
|
82
|
-
label: string;
|
|
83
|
-
}[];
|
|
84
|
-
}[];
|
|
85
|
-
static EMPLOYMENT_STATUS: {
|
|
41
|
+
static PAY_PERIOD_CT: {
|
|
86
42
|
value: string;
|
|
87
43
|
text: string;
|
|
88
44
|
}[];
|
|
89
|
-
static
|
|
45
|
+
static SHIFT: {
|
|
90
46
|
value: string;
|
|
91
47
|
text: string;
|
|
92
48
|
}[];
|
|
93
|
-
static
|
|
49
|
+
static DIDWORK: {
|
|
94
50
|
value: string;
|
|
95
51
|
text: string;
|
|
96
52
|
}[];
|
|
97
|
-
static
|
|
53
|
+
static WORKWEEK: {
|
|
98
54
|
value: string;
|
|
99
55
|
text: string;
|
|
100
56
|
}[];
|
|
101
|
-
static
|
|
57
|
+
static DISSMISALPAYOPTIONS: {
|
|
102
58
|
value: string;
|
|
103
59
|
text: string;
|
|
104
60
|
}[];
|
|
@@ -106,71 +62,47 @@ export declare class ComboOption {
|
|
|
106
62
|
value: string;
|
|
107
63
|
text: string;
|
|
108
64
|
}[];
|
|
109
|
-
static REMUNERATION_TYPES_ES: {
|
|
110
|
-
value: string;
|
|
111
|
-
text: string;
|
|
112
|
-
}[];
|
|
113
65
|
static PAYMENT_METHOD: {
|
|
114
66
|
value: string;
|
|
115
67
|
text: string;
|
|
116
68
|
}[];
|
|
117
|
-
static PAYMENT_METHOD_ES: {
|
|
118
|
-
value: string;
|
|
119
|
-
text: string;
|
|
120
|
-
}[];
|
|
121
69
|
static WAGE_PROOF: {
|
|
122
70
|
value: string;
|
|
123
71
|
text: string;
|
|
124
72
|
}[];
|
|
125
|
-
static WAGE_PROOF_ES: {
|
|
126
|
-
value: string;
|
|
127
|
-
text: string;
|
|
128
|
-
}[];
|
|
129
73
|
static US_STATES: {
|
|
130
74
|
value: string;
|
|
131
75
|
text: string;
|
|
132
76
|
}[];
|
|
133
|
-
static US_STATES_ES: {
|
|
134
|
-
value: string;
|
|
135
|
-
text: string;
|
|
136
|
-
}[];
|
|
137
|
-
static NON_KS_STATES: {
|
|
138
|
-
value: string;
|
|
139
|
-
text: string;
|
|
140
|
-
}[];
|
|
141
|
-
static NON_KS_STATES_ES: {
|
|
142
|
-
value: string;
|
|
143
|
-
text: string;
|
|
144
|
-
}[];
|
|
145
77
|
static CA_STATES: {
|
|
146
78
|
value: string;
|
|
147
79
|
text: string;
|
|
148
80
|
}[];
|
|
149
|
-
static
|
|
81
|
+
static CLAIMANT_PROFILE_OPTS: {
|
|
150
82
|
value: string;
|
|
151
83
|
text: string;
|
|
152
84
|
}[];
|
|
153
|
-
static
|
|
85
|
+
static CLAIMANT_PROFILE_OPTS_IVR: {
|
|
154
86
|
value: string;
|
|
155
87
|
text: string;
|
|
156
88
|
}[];
|
|
157
|
-
static
|
|
89
|
+
static WAGE_TYPES: {
|
|
158
90
|
value: string;
|
|
159
91
|
text: string;
|
|
160
92
|
}[];
|
|
161
|
-
static
|
|
93
|
+
static PAYMENT_TYPES: {
|
|
162
94
|
value: string;
|
|
163
95
|
text: string;
|
|
164
96
|
}[];
|
|
165
|
-
static
|
|
97
|
+
static PAYMENT_TYPES_CT: {
|
|
166
98
|
value: string;
|
|
167
99
|
text: string;
|
|
168
100
|
}[];
|
|
169
|
-
static
|
|
101
|
+
static CONTACT_OPTIONS: {
|
|
170
102
|
value: string;
|
|
171
103
|
text: string;
|
|
172
104
|
}[];
|
|
173
|
-
static
|
|
105
|
+
static FARM_TYPES: {
|
|
174
106
|
value: string;
|
|
175
107
|
text: string;
|
|
176
108
|
}[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComboModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ComboModel.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IAEpB,KAAK,EAAE,GAAG,CAAC;IACX,IAAI,EAAE,GAAG,CAAC;gBAEE,KAAK,KAAA,EAAE,IAAI,KAAA;IAKvB,MAAM,CAAC,MAAM;;;QAGX;
|
|
1
|
+
{"version":3,"file":"ComboModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ComboModel.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IAEpB,KAAK,EAAE,GAAG,CAAC;IACX,IAAI,EAAE,GAAG,CAAC;gBAEE,KAAK,KAAA,EAAE,IAAI,KAAA;IAKvB,MAAM,CAAC,MAAM;;;QAGX;IAEF,MAAM,CAAC,aAAa;;;QAGlB;IAEF,MAAM,CAAC,SAAS;;;QAId;IAEF,MAAM,CAAC,aAAa;;;QAIlB;IAGF,MAAM,CAAC,gBAAgB;;;QAOrB;IAEL,MAAM,CAAC,qBAAqB;;;QAQvB;IAEF,MAAM,CAAC,OAAO;;;QAIZ;IAEF,MAAM,CAAC,YAAY;;;QA0OlB;IAED,MAAM,CAAC,UAAU;;;QAUhB;IAED,MAAM,CAAC,aAAa;;;QAOnB;IAED,MAAM,CAAC,KAAK;;;QAIX;IAED,MAAM,CAAC,OAAO;;;QAIb;IAED,MAAM,CAAC,QAAQ;;;QAQd;IAED,MAAM,CAAC,mBAAmB;;;QAOzB;IAED,MAAM,CAAC,kBAAkB;;;QAGxB;IAED,MAAM,CAAC,cAAc;;;QAIpB;IAED,MAAM,CAAC,UAAU;;;QAIhB;IAED,MAAM,CAAC,SAAS;;;QA0Df;IAED,MAAM,CAAC,SAAS;;;QAcf;IAED,MAAM,CAAC,qBAAqB;;;QAK3B;IAEJ,MAAM,CAAC,yBAAyB;;;QAM5B;IAED,MAAM,CAAC,UAAU;;;QAGhB;IAED,MAAM,CAAC,aAAa;;;QAInB;IAED,MAAM,CAAC,gBAAgB;;;QAUtB;IAED,MAAM,CAAC,eAAe;;;QAGrB;IAED,MAAM,CAAC,UAAU;;;QAIhB;CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElementsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ElementsModel.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAC,MAAM,CAAA;CACjC;AAED,qBAAc,aAAa;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,eAAe,CAAC,EAAC,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAC,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAC,MAAM,CAAC;IACf,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,
|
|
1
|
+
{"version":3,"file":"ElementsModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ElementsModel.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAC,MAAM,CAAA;CACjC;AAED,qBAAc,aAAa;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,eAAe,CAAC,EAAC,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAC,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAC,MAAM,CAAC;IACf,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,MAAM,CAAC;IACf,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAC,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAC,OAAO,CAAC;IAClB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAG,aAAa,EAAE,CAAM;CACrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegalDiscaimarModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/LegalDiscaimarModel.ts"],"names":[],"mappings":"AACA,qBAAc,oBAAoB;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAC,MAAM,CAAC;IACpB,YAAY,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"LegalDiscaimarModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/LegalDiscaimarModel.ts"],"names":[],"mappings":"AACA,qBAAc,oBAAoB;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAC,MAAM,CAAC;IACpB,YAAY,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,MAAM,CAAC;IACf,cAAc,EAAC,MAAM,CAAC;IACtB,aAAa,EAAC,MAAM,CAAC;CAExB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuestionnaireSaveModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/QuestionnaireSaveModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE,qBAAa,sBAAsB;IAC/B,IAAI,EAAC,GAAG,CAAC;IACT,iBAAiB,EAAC,MAAM,CAAC;IAC5B,QAAQ,EAAC,MAAM,CAAC;IAChB,QAAQ,EAAC,MAAM,CAAC;IAChB,gBAAgB,EAAC,MAAM,CAAC;IACxB,kBAAkB,EAAC,MAAM,CAAC;IAC1B,aAAa,EAAC,MAAM,CAAC;IAErB,sBAAsB,EAAC,OAAO,CAAC;IAC/B,yBAAyB,EAAC,OAAO,CAAC;IAClC,oBAAoB,EAAC,OAAO,CAAC;IAC7B,uBAAuB,EAAC,OAAO,CAAC;IAChC,eAAe,EAAC,MAAM,CAAC;IACvB,gBAAgB,EAAC,MAAM,EAAE,CAAC;IAC1B,QAAQ,EAAE,wBAAwB,EAAE,CAAC;IAErC,uBAAuB,EAAC,GAAG,EAAG,CAAC;IAC/B,IAAI,EAAC,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,QAAQ,EAAG,OAAO,CAAC;IACnB,eAAe,EAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"QuestionnaireSaveModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/QuestionnaireSaveModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE,qBAAa,sBAAsB;IAC/B,IAAI,EAAC,GAAG,CAAC;IACT,iBAAiB,EAAC,MAAM,CAAC;IAC5B,QAAQ,EAAC,MAAM,CAAC;IAChB,QAAQ,EAAC,MAAM,CAAC;IAChB,gBAAgB,EAAC,MAAM,CAAC;IACxB,kBAAkB,EAAC,MAAM,CAAC;IAC1B,aAAa,EAAC,MAAM,CAAC;IAErB,sBAAsB,EAAC,OAAO,CAAC;IAC/B,yBAAyB,EAAC,OAAO,CAAC;IAClC,oBAAoB,EAAC,OAAO,CAAC;IAC7B,uBAAuB,EAAC,OAAO,CAAC;IAChC,eAAe,EAAC,MAAM,CAAC;IACvB,gBAAgB,EAAC,MAAM,EAAE,CAAC;IAC1B,QAAQ,EAAE,wBAAwB,EAAE,CAAC;IAErC,uBAAuB,EAAC,GAAG,EAAG,CAAC;IAC/B,IAAI,EAAC,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,QAAQ,EAAG,OAAO,CAAC;IACnB,eAAe,EAAC,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollableTextModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/ScrollableTextModel.ts"],"names":[],"mappings":"AAAA,qBAAc,mBAAmB;IAC7B,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/StatusModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,qBAAa,WAAW;IACpB,IAAI,EAAC,MAAM,CAAC;IACf,kBAAkB,EAAC,kBAAkB,EAAE,CAAC;IACxC,UAAU,EAAC,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAC,MAAM,CAAC;IACtB,mBAAmB,EAAG,OAAO,CAAC;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,uBAAuB,EAAE,CAAC;IACzC,YAAY,EAAC,MAAM,CAAC;IACpB,0BAA0B,EAAE,OAAO,CAAS;IAC5C,4BAA4B,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"StatusModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/StatusModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,qBAAa,WAAW;IACpB,IAAI,EAAC,MAAM,CAAC;IACf,kBAAkB,EAAC,kBAAkB,EAAE,CAAC;IACxC,UAAU,EAAC,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAC,MAAM,CAAC;IACtB,mBAAmB,EAAG,OAAO,CAAC;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,aAAa,EAAE,uBAAuB,EAAE,CAAC;IACzC,YAAY,EAAC,MAAM,CAAC;IACpB,0BAA0B,EAAE,OAAO,CAAS;IAC5C,4BAA4B,EAAE,MAAM,CAAC;IAErC,QAAQ,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WbaHelperTextModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/questionnaire/WbaHelperTextModel.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC3B,aAAa,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkSearchWaiverModel.d.ts","sourceRoot":"","sources":["../../../../../projects/ngx-reusa-app-lib/src/lib/models/weekly-cert/WorkSearchWaiverModel.ts"],"names":[],"mappings":"AACA,qBAAa,qBAAqB;IACjC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAC,IAAI,CAAC;IACZ,MAAM,EAAC,IAAI,CAAC;IACZ,YAAY,EAAC,MAAM,CAAC;IACpB,OAAO,EAAC,MAAM,CAAC;CACf"}
|